@charset "UTF-8";

/* -----------------------------------------------
 下層header
----------------------------------------------- */
#header .hd-bg {
  background-color: #fff;
}

.header_logo--nohmi {
  stroke: green;
  fill: green;
}

.header_logo--sd {
  fill: var(--black);
}

.header_gnav-link {
  color: var(--black);
}

.header_menu-btn span {
  background: var(--black);
}

/* -----------------------------------------------
 共通
----------------------------------------------- */
/* レイアウト */
.wrapper {
  padding-top: 100px;
}

.page-ttl .contents,
.page-breadcrumb .contents {
  width: calc(100% - 80px);
}

/* ページタイトル */
.page-ttl {
  position: relative;
  margin-top: calc(110rem / 16);
  background: url(../img/sapporo.webp) no-repeat 50% 39%/cover;
}

.page-ttl::before {
  background: white;
  position: absolute;
  content: '';
  top: calc(-110rem / 16);
  width: 100%;
  height: calc(110rem / 16);
}

.page-ttl::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, white 15%, transparent);
}

.page-ttl_head {
  font-size: clamp(40px, 2.6vw, 50px);
  font-weight: bold;
  color: var(--d-blue);
  z-index: 10;
  position: relative;
  padding-block: 80px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, .9), 0px 0px 5px rgba(255, 255, 255, .9);
}

.page-head_sub {
  padding-left: 20px;
  font-size: 25px;
  font-weight: bold;
}

/* パンくず */
.page-breadcrumb {
  background: var(--d-blue);
  color: white;
  font-size: calc(16rem / 16);
  padding-block: calc(4rem / 16);
}

.page-breadcrumb a:hover {
  text-decoration: underline;
}

.page-breadcrumb-list {
  display: flex;
}

.page-breadcrumb-item {
  position: relative;
}

.page-breadcrumb-item+* {
  padding-left: calc(16rem / 16);
  margin-left: calc(6rem / 16);
}

.page-breadcrumb-item+*:before {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: calc(11rem / 16);
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  .page-ttl {
    margin-top: calc(95rem / 16);
  }

  .page-head_sub {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {

  /* レイアウト */
  .wrapper {
    padding-top: 40px;
  }

  /* ページタイトル */
  .page-ttl {
    margin-top: calc(85rem / 16);
  }

  .page-ttl_head {
    font-size: 28px;
    padding-block: 30px;
  }

  .page-head_sub {
    font-size: calc(16rem / 16);
  }

  /* パンくず */
  .page-breadcrumb {
    font-size: calc(13rem / 16);
  }

  .page-breadcrumb-item+*:before {
    top: calc(7rem / 16);
  }
}


/* -----------------------------------------------
 会社概要
----------------------------------------------- */
/* セクション見出し */
.sec-ttl01 {
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.sec-ttl01::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  inset: auto 0;
  margin: auto;
  bottom: 0;
  background: var(--yellow);
}

.sec-greet {
  margin-bottom: 140px;
}

.greet_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(100vw *(70 / 1920));
}

.greet_txt-wrap {
  max-width: calc(640rem / 16);
}

.greet_txt-wrap>p {
  padding-bottom: calc(20rem / 16);
  text-align: justify;
}

.ceo-name {
  display: flex;
  justify-content: end;
  padding-top: 10px;
}

.outline_img {
  margin-bottom: 80px;
  text-align: center;
}

/* 表 */
.table {

  padding-bottom: 100px;
}

.table table {
  width: 100%;
  max-width: calc(1000rem / 16);
  margin-inline: auto;
}

.table tr {
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}

.table th,
.table td {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  vertical-align: top;
  padding-block: calc(18rem / 16);
  padding-inline: 30px;
  text-align: left;
}

.table th {
  background-color: #F1F1F1;
  font-size: calc(16rem / 16);
  font-weight: bold;
  width: calc(300rem / 16);
}

.table td {
  font-size: calc(16rem / 16);
  line-height: 1.5;
  background: white;
}

.sec-history {
  background: #F6F6F6;
  padding-block: 70px 20px;
}

@media screen and (max-width: 768px) {

  /* セクション見出し */
  .sec-ttl01 {
    font-size: 23px;
  }

  .sec-greet {
    margin-bottom: 80px;
  }

  .greet_wrap {
    gap: 30px;
  }

  .greet_txt-wrap>p {
    padding-bottom: calc(10rem / 16);
  }

  /* 表 */
  .table tr,
  .table th,
  .table td {
    display: block;
    width: 100%;
  }

  .table th,
  .table td {
    padding-inline: 15px;
  }

  .table tr:not(:first-child) th {
    border-top: none;
  }

  .table td {
    border-top: none;
  }
}

/* -----------------------------------------------
 プライバシーポリシー
----------------------------------------------- */
.pp_wrap {
  margin-bottom: 100px;
}

.pp_box {
  margin-bottom: 30px;
}

.pp_box-ttl {
  background: #EEEEEE;
  border-radius: calc(5rem / 16);
  padding: calc(15rem / 16) calc(20rem / 16);
  margin-bottom: 20px;
  color: #461515;
  font-size: calc(20rem / 16);
}

.pp_wrap>p:first-child {
  padding-bottom: 30px;
}

.pp_txt {
  line-height: 1.6;
  text-align: justify;
}

.list-item--dot {
  position: relative;
  line-height: 1.6;
  padding-left: .7em;
}

.list-item--dot::before {
  position: absolute;
  content: '';
  background: var(--l-black);
  width: 3px;
  height: 3px;
  display: block;
  left: 0;
  top: 0.7em;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .pp_box-ttl {
    font-size: calc(18rem / 16);
    padding: calc(8rem / 16);
  }
}

/* -----------------------------------------------
 サイトマップ
----------------------------------------------- */
.sitemap_wrap {
  max-width: 1200px;
  margin-bottom: 100px;
}

.sitemap_wrap {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(auto-fit, minmax(calc(245rem / 16), 1fr));
}

.nav-box {
  margin-bottom: 30px;
}

.nav-box>ul a {
  display: inline-block;
}

.nav-box a:hover {
  text-decoration: underline;
}

.nav-box_ttl {
  width: calc(245rem / 16);
  background: #F3F3F3;
  border-radius: calc(8rem / 16);
  padding: calc(6rem / 16) calc(20rem / 16);
  margin-bottom: 10px;
  color: var(--d-blue);
  font-weight: bold;
  transition: all .3s;
}

a.nav-box_ttl:hover {
  background: #cee7fd;
}

.nav-box .list-item--dot {
  margin-left: calc(10rem / 16);
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .sitemap_wrap {
    display: block;
  }

  .nav-box_ttl {
    width: 100%;
  }
}

/* -----------------------------------------------
 お問合せ
----------------------------------------------- */
/* destyle.cssのフォーム系スタイル補完 */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
  appearance: auto;
  width: auto;
}

/* フォーム関連 */
.contact-form .form-table {
  table-layout: fixed;
}

.form-table {
  width: 100%;
  font-size: calc(16rem / 16);
  /* 16px以上に設定 - iOSでのズーム対策 */
}

.form-table label {
  cursor: pointer;
}

.form-table th,
.form-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.form-table tr:last-child th,
.form-table tr:last-child td {
  border: none;
}

.form-table th {
  width: 25%;
  padding: calc(25rem / 16);
  font-weight: normal;
}

.form-table td {
  padding: calc(20rem / 16);
}

.form-table input[type=text],
.form-table input[type=number],
.form-table input[type=email],
.form-table input[type=tel],
.form-table textarea {
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
  padding: calc(8rem / 16) calc(10rem / 16);
  width: 100%;
}

.form-table input.short {
  width: 30%;
}

.form-table input.middle {
  width: 60%;
}

.form-mark {
  color: white;
  font-size: calc(15rem / 16);
  padding: 0 calc(5rem / 16);
  margin-right: calc(10rem / 16);
}

.require {
  background: #CE062D;
}

.no-require {
  background: #C4C4C4;
}

.form_submit {
  text-align: center;
  padding-top: 60px;
}

.form_btn {
  border-radius: calc(5rem / 16);
  font-size: calc(18rem / 16);
  font-weight: bold;
  padding: calc(16rem / 16) calc(55rem / 16);
  transition: opacity .3s ease;
}

.form_btn:hover {
  opacity: .7;
}

.form_submit-btn {
  background: #329BD2;
  color: white;
}

.form_return-btn {
  background: #eee;
  color: var(--l-black);
}

#form .inline {
  display: inline-block;
}

.form_submit a.form_btn {
  display: inline-block;
}

/* エラーメッセージ */
.error {
  color: #F00;
}

@media screen and (max-width: 960px) {
  .form-table th {
    width: 100%;
  }

  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
  }

  .form-table th {
    border-bottom: none;
    padding-bottom: 0;
  }

  .form-table td {
    border-top: none;
  }

  .form-table tr:not(:nth-last-child(2)) td {
    border-bottom: none;
  }

  .form-table input.short {
    width: 100%;
  }

  .form-table input.short.micro {
    width: 20%;
  }

  .form-table input.middle {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-table th {
    padding-inline: 0;
  }

  .form-table td {
    padding-inline: 0;
  }

  .form_submit {
    display: flex;
    flex-direction: column;

  }

  .form_btn {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}

/* -----------------------------------------------
 工事実績
----------------------------------------------- */
.works_wrap {
  display: flex;
  justify-content: space-between;
  padding-inline: 60px;
  gap: 40px;
}

.works-aside {
  width: min(calc(230rem / 16), 20%);
  position: sticky;
  top: 100px;
  height: fit-content;
}

.works-main {
  width: min(calc(970rem / 16), 100%);
}

.works-aside_details {
  position: relative;
  border: 2px solid #5D95EC;
  border-radius: 10px;
  font-size: calc(16rem / 16);
  font-weight: bold;
  color: #2D75E6;
  padding: calc(10rem / 16) calc(20rem / 16);
  margin-bottom: 8px;
  cursor: pointer;
}

.works-aside_details::after {
  position: absolute;
  content: '';
  right: 20px;
  top: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #2D75E6;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}

.works-aside_summary {
  /*summaryタグデフォルトの三角形を削除*/
  display: block;
}

.works-aside_summary::-webkit-details-marker {
  /* Safari-デフォルトの三角形を削除*/
  display: none;
}

.works-aside_link {
  margin-bottom: 10px;
  transition: opacity .2s;
}

.works-aside_summary-contents {
  opacity: 0;
  transition: max-height .3s, opacity .7s;
  overflow: hidden;
}

.works-aside_summary-contents a:first-child {
  margin-top: 15px;
}

.is-open>.works-aside_summary-contents {
  opacity: 1;
  transition: max-height .3s, opacity .7s;
}

.works-aside_link:hover {
  opacity: .7;
}

.works_sec {
  margin-bottom: 40px;
}

.works_sec-ttl {
  position: relative;
  background: #2D7FEF;
  border-radius: 5px;
  color: white;
  font-size: calc(25rem / 16);
  font-weight: bold;
  padding: 8px calc(30rem / 16);
  margin-bottom: 20px;
}

.works_sec-ttl::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 60%;
  background: var(--yellow);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.works-table {
  width: 100%;
  table-layout: fixed;
}

.works-table a {
  text-decoration: underline;
}

.works-table thead tr {
  background: #EFF7FA;
}

.works-table th,
.works-table td {
  padding: calc(10rem / 16) calc(20rem / 16);
}

.works-table tr:not(:last-child) {
  border-bottom: solid 1px #D5DFE2;
}

@media screen and (max-width: 960px) {
  .works_wrap {
    padding-inline: 0;
  }

  .works-aside {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .works_sec-ttl {
    font-size: 23px;
    padding: 4px calc(30rem / 16);
  }

  .works-table th,
  .works-table td {
    padding-inline: 5px;
  }

  .works-table tr:first-child th:first-child {
    width: 20%;
  }
}

/* -----------------------------------------------
 事業内容（電気・屋外・弱電）
----------------------------------------------- */
.service_head {
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
  background: #EFF7FA;
  overflow: hidden;
}

.service_head:before {
  position: absolute;
  white-space: nowrap;
  font-size: 68px;
  font-weight: bold;
  color: #DDEEF5;
  top: 60px;
  left: 14%;
}

.service_head--outdoor:before {
  content: 'Outdoor Electrical Installation';
}

.service_head--electrical:before {
  content: 'Electrical Installation';
}

.service_head--weak:before {
  content: 'Weak Electric Equipment Construction';
}

.service_ttl-wrap {
  position: relative;
  background: white;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}

.service_ttl-wrap>div:first-child {
  max-width: 1280px;
  width: var(--margin-i);
  margin-inline: auto;
}

.service_head_txt {
  max-width: calc(720rem / 16);
  line-height: 1.7;
}

.service_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33%;
}

.service_img img {
  max-height: 395px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}

.sec-ttl02 {
  display: inline-block;
  color: white;
  background: var(--d-blue);
  font-size: 30px;
  font-weight: bold;
  padding: 0 45px;
}

.service_detail {
  background: white;
  max-width: 1400px;
  width: var(--margin-i);
  border-radius: 15px;
  margin-inline: auto;
  padding: 40px calc(100vw *(60 / 1920));
}

.service_detail h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}

.service_detail-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_detail-item {
  width: 48%;
  margin-bottom: 40px;
}

.service_detail-item p:not(:first-child) {
  padding-inline: 40px;
  line-height: 2;
}

.service_detail-head {
  background-color: #F5F2E9;
  border-radius: 15px;
  font-size: calc(23rem / 16);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: calc(10rem / 16) calc(40rem / 16);
  margin-bottom: 24px;
}

.service_detail-head img {
  display: block;
}

@media screen and (max-width: 1000px) {
  .service_ttl-wrap {
    padding-bottom: 50px;
  }

  .service_ttl-wrap>div:first-child {
    margin-bottom: 40px;
  }

  .service_head_txt {
    max-width: unset;
  }

  .service_img {
    position: relative;
    inset: auto;
    transform: unset;
    width: var(--margin-i);
    margin-inline: auto;
    text-align: center;
  }

  .service_img img {
    border-radius: 0;
    width: 100%;
    max-width: 500px;
  }

  .sec-ttl02 {
    font-size: 23px;
  }

  .service_detail h4 {
    font-size: 23px;
  }

  .service_detail-head {
    font-size: calc(20rem / 16);
  }
}

@media screen and (max-width: 768px) {
  .service_head {
    padding-top: 60px;
  }

  .service_head:before {
    display: none;
  }

  .service_ttl-wrap {
    margin-bottom: 60px;
  }

  .service_detail {
    padding-block: 30px;
  }

  .service_detail-box {
    flex-direction: column;
  }

  .service_detail-item {
    width: 100%;
  }

  .service_detail-item p:not(:first-child) {
    padding-inline: 10px;
    line-height: 1.6;
  }

  .service_detail-head {
    padding: calc(5rem / 16) calc(10rem / 16);
    margin-bottom: 16px;
    gap: 0;
    border-radius: 3px;
  }

  .service_detail-head img {
    max-width: 75%;
  }
}

/* 工事実績ギャラリー */
.service_gallery {
  position: relative;
  padding-top: 85px;
  text-align: center;
}

.service_gallery::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/_common/bg_gallery.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.service_gallery .sec-ttl02 {
  margin-bottom: 80px;
}

.service_gallery article {
  max-width: 920px;
  width: var(--margin-i);
  margin-inline: auto;
  text-align: left;
  margin-bottom: 80px;
}

.gallery_img {
  margin-bottom: 30px;
}

.gallery_img img {
  object-fit: cover;
  max-width: 920px;
  width: 100%;
  max-height: 568px;
}

/* 実績ギャラリー個別タイトル */
.gallery_ttl-wrap {
  position: relative;
  margin-bottom: 8px;
  padding-left: calc(20rem / 16);
}

.gallery_ttl-wrap::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 100%;
  left: 0;
  background: var(--yellow);
}

.gallery_ttl {
  font-size: calc(20rem / 16);
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {

  /* 工事実績ギャラリー */
  .service_gallery {
    padding-top: 50px;
  }

  .service_gallery .sec-ttl02 {
    margin-bottom: 40px;
  }

  .gallery_ttl-wrap p span {
    display: block;
  }
}

/* -----------------------------------------------
 採用情報
----------------------------------------------- */
.rec_mv {
  position: relative;
  background: url(../recruit/img/bg_kaminari-mark.png) repeat bottom;
  background-color: var(--rec-yellow);
  background-size: cover;
  padding-block: calc(140rem / 16) 10px;
  display: grid;
  place-content: center;
  overflow: hidden;
}

.rec_mv_img {
  position: relative;
  padding-inline: 20px;
  z-index: 10;
}

.rec_mv_img--sp {
  display: none;
}

.rec_mv_logo {
  position: relative;
  opacity: .2;
  margin-top: -550px;
  margin-left: -150px;
  z-index: 0;
  /* animation: spin 20s infinite linear; */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  .rec_mv {
    padding-block: calc(160rem / 16) 150px;
  }

  .rec_mv_img {
    display: none;
  }

  .rec_mv_img--sp {
    display: block;
    z-index: 10;
    -webkit-animation: jello-vertical 0.9s both;
    animation: jello-vertical 0.9s both;
    animation-delay: 1s;
  }

  /* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
  @-webkit-keyframes jello-vertical {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    30% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }

    40% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }

    50% {
      -webkit-transform: scale3d(0.85, 1.15, 1);
      transform: scale3d(0.85, 1.15, 1);
    }

    65% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }

    75% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }

    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  @keyframes jello-vertical {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    30% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }

    40% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }

    50% {
      -webkit-transform: scale3d(0.85, 1.15, 1);
      transform: scale3d(0.85, 1.15, 1);
    }

    65% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }

    75% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }

    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }


  .rec_sp-mv_bg {
    position: absolute;
    content: '';
    background: url(../recruit/img/recruit-mv02_sp.png) no-repeat 50%/ cover;
    width: 100%;
    height: 80%;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
  }

  .rec_mv_logo {
    display: none;
  }

}

/* 採用ページ ごあいさつ セクション */
.sec-rec-greet {
  text-align: center;
  padding-top: 55px;
  background: url(../recruit/img/bg_illust-machinami-line.jpg) repeat-x bottom;
}

.sec-ttl03 {
  display: inline-block;
  color: white;
  background: var(--green);
  font-size: calc(30rem / 16);
  font-weight: bold;
  padding: 0 calc(45rem / 16);
  margin-bottom: 40px;
}

.rec-greet_wrap p {
  text-align: left;
  padding-bottom: 24px;
  font-size: calc(18rem / 16);
  line-height: 1.6;
  text-align: justify;
}

.rec-greet_wrap .ceo-name {
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .rec-greet_wrap p {
    font-size: calc(16rem / 16);
  }
}

@media screen and (max-width: 768px) {
  .sec-ttl03 {
    font-size: calc(23rem / 16);
  }
}

/* 「デンセツ」の仕事とは？セクション */
.sec-rec-about {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sec-rec-about::after {
  background: var(--green);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  position: absolute;
  content: '';
  z-index: -3;
}

.sec-rec-about::before {
  content: "SAKAMOTO  DENSETSU  SAKAMOTO  DENSETSU  SAKAMOTO  DENSETSU  SAKAMOTO  DENSETSU";
  position: absolute;
  font-size: 88px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  animation: flow-text 120s linear infinite;
  color: #1A847A;
  bottom: 0;
  left: 0;
  line-height: 1;
}

@keyframes flow-text {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -moz-transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

/* 採用情報　カミナリ吹き出しのセクションタイトル */
.rec_sec-ttl {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  background: #F8E565;
  border-radius: 36px;
  padding: 14px 60px;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 75px;
}

.rec_sec-ttl::after {
  position: absolute;
  content: '';
  background: #F8E565;
  width: 33px;
  height: 48px;
  clip-path: polygon(62% 0, 54% 32%, 100% 32%, 64% 99%, 57% 59%, 0 59%, 14% 0);
  inset: auto 0;
  margin: auto;
  top: 98%;
}

.rec_service_item-ttl {
  position: relative;
  background: var(--green);
  padding: 8px 20px;
  font-size: clamp(16px, 1.5vw, 23px);
  font-weight: bold;
  color: white;
  text-align: left;
  width: 80%;
  white-space: nowrap;
}

.rec_service_item-ttl::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 50px transparent;
  border-top: solid 51px white;
}

.rec_service_list {
  display: flex;
  gap: calc(100vw *(40 / 1920));
  max-width: 1280px;
  margin-inline: auto;
  width: var(--margin-i);
  padding-bottom: 130px;
}

.rec_service_item {
  width: calc(100% / 3);
}

.rec_service_item-box {
  position: relative;
  border: 1px solid var(--green);
  padding: 30px 28px;
  height: calc(500rem / 16);
  background: white;
}

.rec_service_item-box h5 {
  position: relative;
  font-size: calc(23rem / 16);
  font-weight: bold;
  margin-bottom: calc(12rem / 16);
  display: inline-block;
  background: linear-gradient(transparent 50%, var(--rec-yellow) 0);
}

.rec_service_item-box p {
  text-align: left;
  text-align: justify;
}

.rec_service_img {
  margin-bottom: 14px;
}

.rec_service_img img {
  border-radius: 15px;
}

.rec_page-link-btn {
  position: absolute;
  bottom: 30px;
  max-width: calc(248rem / 16);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.rec_page-link {
  display: block;
  position: relative;
  background: #E9A908;
  border-radius: calc(25rem / 16);
  padding-block: calc(12rem / 16);
  color: white;
  font-weight: bold;
  overflow: hidden;
  z-index: 2;
}

.rec_page-link::before {
  background: #EB5E00;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition-delay: 0s, .4s;
  transition: 0.4s cubic-bezier(.77, 0, .18, 1);
}

.rec_page-link:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.0);
  transition-delay: 0s;
  transition: opacity .8s, transform .8s ease-in-out;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.rec_page-link::after {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: calc(20rem / 16);
  height: calc(20rem / 16);
  background: url(../img/_common/icon_link-arrow-or.svg) no-repeat 0% 0% / cover;
}

@media screen and (max-width: 960px) {
  .rec_service_item-ttl {
    width: 98%;
  }

  .rec_service_item-box {
    padding: 30px calc(100vw *(30 / 1920));
  }
}

@media screen and (max-width: 768px) {

  /* 採用情報　カミナリ吹き出しのセクションタイトル */
  .rec_sec-ttl {
    font-size: 22px;
    padding: 12px calc(100vw *(36 / 390));
    margin-inline: 20px;
    margin-block: 40px 50px
  }

  .rec_sec-ttl::after {
    width: 20px;
    height: 30px;
  }

  .rec_service_item-ttl {
    font-size: 20px;
  }

  .rec_service_list {
    flex-direction: column;
    gap: 30px
  }

  .rec_service_item {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }

  .rec_service_item-box {
    padding: 30px;
    height: calc(480rem / 16);
  }
}

/* 坂本電設の特徴って？セクション */
.sec-rec-feature {
  text-align: center;
  background: url(../recruit/img/bg_kaminari-mark-w.png) repeat;
  background-color: var(--rec-yellow);
}

.sec-rec-feature .rec_sec-ttl {
  background: white;
  color: var(--l-black);
}

.sec-rec-feature .rec_sec-ttl::after {
  background: white;
}

.rec_slick-slider {
  padding-bottom: 100px;
}

.rec_slick-slider_item {
  margin-bottom: 20px;
  text-align: left;
}

.rec_slick-slider_item>div {
  border-radius: calc(40rem / 16);
  background: white;
  padding: 25px;

}

.rec_slider-item_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec_slider-txt-wrap {
  max-width: calc(526rem / 16);
  width: 100%;
  position: relative;
}

.rec_slider-txt-wrap::after {
  content: 'Sakamoto Densetsu';
  position: absolute;
  right: 15%;
  top: 8%;
  font-size: 25px;
  font-weight: bold;
  color: #E4E8EB;
}

.rec_slider-item_point {
  position: relative;
  font-size: 60px;
  color: #0086DE;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}



.rec_slider-item_point span {
  display: inline-block;
  width: 96px;
  background: #0086DE;
  font-size: 30px;
  font-weight: bold;
  color: white;
  padding-block: 10px;
  text-align: center;
  margin-right: 15px;
}

.rec_slider-item_ttl {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, var(--rec-yellow) 0);
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .sec-rec-feature .contents {
    width: 100%;
  }

  .sec-rec-feature .slick-list {
    padding: 0 20px 0 0;
  }


  .rec_slick-slider_item>div {
    margin-inline: 15px 0px;
    height: calc(600rem / 16);
  }

  .rec_slider-item_wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .rec_slider_img img {
    max-width: calc(526rem / 16);
    width: 100%;
  }

  #page-recruit .slick-dots {
    text-align: center;
  }

  #page-recruit .slick-dots li {
    display: inline-block;
    margin: 0 15px;
  }

  #page-recruit .slick-dots li button {
    position: relative;
    text-indent: -9999px;
  }

  #page-recruit .slick-dots li button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }

  #page-recruit .slick-dots li.slick-active button::before {
    background: #A5A5A5;
  }
}

@media screen and (max-width: 768px) {
  .rec_slick-slider_item>div {
    min-height: calc(450rem / 16);
    height: fit-content;
    border-radius: 15px;
  }

  .rec_slider-item_wrap.min-inner {
    width: 100%;
  }

  .rec_slider-item_point {
    font-size: 37px;
    margin-bottom: 18px;
    z-index: 5;
  }

  .rec_slider-item_point span {
    font-size: 18px;
    width: 60px;
    padding-block: 5px;
    margin-right: 10px;
  }

  .rec_slider-txt-wrap::after {
    font-size: 18px;
    top: 4%;
    right: 0%;
  }

  .rec_slider-item_ttl {
    font-size: clamp(16px, 5vw, 20px);
    margin-bottom: 14px;
  }
}

/* 先輩の声 セクション */
.sec-rec-voice {
  text-align: center;
  position: relative;
}

.sec-rec-voice::after {
  position: absolute;
  content: '';
  background: url(../recruit/img/bg_illust-machinami.jpg) repeat-x bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.rec_voice_wrap {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: calc(100vw *(40 / 1920));
  max-width: 1280px;
  width: var(--margin-i);
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.rec_voice_txt-wrap {
  text-align: center;
  max-width: calc(670rem / 16);
}

.rec_voice_txt {
  text-align: justify;
}

.rec_voice_img {
  position: relative;
}

.rec_voice_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-color: #E9A908;
  z-index: -1;
}

.rec_voice_ttl {
  font-size: calc(25rem / 16);
  background: linear-gradient(transparent 50%, var(--rec-yellow) 0);
  margin-bottom: 30px;
  font-weight: bold;
  display: inline-block;
}

.rec_voice_ttl-memo {
  background: var(--green);
  color: white;
  display: block;
  padding-block: calc(8rem / 16);
  border-radius: calc(20rem / 16);
  margin-bottom: 24px;
}

.rec_voice_txt {
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .rec_voice_wrap {
    gap: 27px;
  }

  .rec_voice_img::after {
    top: 7px;
    left: 7px;
  }

  .rec_voice_ttl {
    font-size: clamp(14px, 4.3vw, 17px);
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .rec_voice_ttl-memo {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    margin-bottom: 25px;
  }
}

/* 募集要項・エントリーフォームへのリンク　セクション */
.sec-rec-links {
  padding-block: 80px 120px;
  background: url(../recruit/img/bg_kaminari-mark-gradation.jpg) repeat-x bottom;
}

.rec_links_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
  font-weight: bold;
}

.rec_links_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: var(--margin-i);
  gap: 40px;
  margin-inline: auto;
}

.rec_links_wrap>div {
  width: calc(100% / 2);
}

.rec_links_box {
  position: relative;
  display: block;
  background: var(--green);
  border-radius: 30px;
  height: 280px;
  transition: opacity .3s ease;
}

.rec_links_box::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  border-radius: 30px 0 0 30px;
}

.rec_links_box--requirements::before {
  background: url(../recruit/img/recuirements.jpg) no-repeat right;
  background-size: cover;
}

.rec_links_box--entry::before {
  background: url(../recruit/img/entry.jpg) no-repeat;
  background-size: cover;
}

.rec_links_box:hover {
  opacity: .8;
}

.rec_links_box::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid var(--green);
}

.rec_links_txt {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  bottom: 35px;
  right: 80px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.rec_links_txt span {
  position: relative;
}

.rec_links_txt span::after {
  position: absolute;
  right: -40px;
  top: 52%;
  transform: translateY(-50%);
  content: '';
  width: calc(30rem / 16);
  height: calc(30rem / 16);
  background: url(../img/_common/icon_link-arrow-gr.svg) no-repeat 0% 0% / cover;
}

@media screen and (max-width: 960px) {
  .rec_links_wrap {
    flex-direction: column;
    gap: 25px;
  }

  .rec_links_wrap>div {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .rec_links_ttl {
    font-size: 23px;
  }

  .rec_links_box {
    height: 155px;
    border-radius: 15px;
  }

  .rec_links_box::before {
    border-radius: 15px 0 0 15px;
  }

  .rec_links_box::after {
    border-radius: 15px;
  }

  .rec_links_txt {
    font-size: 18px;
    bottom: 20px;
    right: 50px;
  }

  .rec_links_txt span::after {
    width: calc(18rem / 16);
    height: calc(18rem / 16);
    right: -25px;
  }
}

/* -----------------------------------------------
 募集要項
----------------------------------------------- */
/* ページタイトル */
.rec_page-ttl .contents,
.rec_page-breadcrumb .contents {
  width: calc(100% - 80px);
}

.rec_page-ttl {
  position: relative;
  margin-top: calc(110rem / 16);
  background: var(--rec-yellow);
  background: url(../recruit/img/bg_recruit-mv.jpg) no-repeat 0 /cover;
  text-align: center;
}

.rec_page-ttl_head {
  font-size: 50px;
  font-weight: bold;
  padding-block: 100px 120px;
  color: var(--black);
}

/* パンくず */
#page-recruit .page-breadcrumb {
  background: white;
  color: var(--l-black);
}

#page-recruit .page-breadcrumb-item+*:before {
  border-bottom: 1px solid var(--l-black);
  border-right: 1px solid var(--l-black);
}

.requirements-nav-list {
  display: flex;
  gap: calc(100vw *(40 / 1920));
  padding-block: 70px;
}

.requirements-nav-item {
  width: calc(100% /2);
}

.requirements-nav-link {
  position: relative;
  background: var(--green);
  display: block;
  border-radius: calc(10rem / 16);
  color: white;
  font-size: calc(23rem / 16);
  font-weight: bold;
  padding: calc(14rem / 16) calc(50rem / 16);
}

.requirements-nav-link::after {
  position: absolute;
  content: '';
  right: 28px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 13px;
  height: 13px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(135deg);
}

.requirements_link-wrap {
  max-width: calc(1280px / 2);
  margin-inline: auto;
  width: var(--margin-i);
  padding-block: 0 80px;
}

@media screen and (max-width: 960px) {
  .rec_page-ttl {
    margin-top: calc(95rem / 16);
  }

  .rec_page-ttl_head {
    padding-block: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .rec_page-ttl {
    margin-top: calc(85rem / 16);
  }

  .rec_page-ttl_head {
    padding-block: 40px 45px;
    font-size: 28px;
  }

  .requirements-nav-list {
    flex-direction: column;
  }

  .requirements-nav-item {
    width: 100%;
  }

  .requirements-nav-link {
    font-size: calc(20rem / 16);
    padding: calc(8rem / 16) calc(30rem / 16);
  }

  .requirements-nav-link::after {
    top: 45%;
  }
}