/*====================================================*/
/*@Page Common*/
/*====================================================*/
/*
body {
  position: relative;
  &::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    max-height: 540px;
    background: url(../img/common/h-bg-sp.svg) no-repeat center 0 / 100% auto;
    top: 0;
    left: 0;
    z-index: -1;
    @include breakpoint__min(device_sp) {
      background: url(../img/common/h-bg.svg) no-repeat center 0 / 100% auto;
    }
    @media screen and (min-width: 1921px) {
      max-height: inherit;
      top: -200px;
    }
  }
}
*/
body {
  background: #F8F9FF;
}

section.sec {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  section.sec {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .ver_down_top_sp {
    -webkit-animation-name: txt_anime02;
            animation-name: txt_anime02;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
  .ver_down_top_sp.animate.ver_down_top {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
/*
.page_main_ttl_block {
  p {
    &.lead {
      font-size: clamp(1.8rem, 2.4vw, 3.3rem);
      font-weight: 500;
      @include lslh_5_20;
      text-align: center;
    }
  }
  .ttl_block {
    margin-top: 80px;
    margin-bottom: 150px;
    @include flex_po_center;
    gap: 0 50px;
    @include breakpoint__max(device_sp) {
      margin-top: 40px;
      margin-bottom: 80px;
      flex-direction: column;
      gap: 30px 0;
    }
    figure {
      width: 45.85%;
      max-width: 550px;
      @include breakpoint__max(device_sp) {
        width: 100%;
//        max-width: inherit;
      }
      img {
        border-radius: 20px;
      }
    }
    .txt_base {
      width: 50%;
      @include breakpoint__max(device_sp) {
        width: 100%;
      }
      .sttl {
        margin-bottom: 10px;
        font-size: clamp(2.5rem, 2.2vw, 4rem);
        font-weight: 700;
        @include lslh_5_15;
      }
      .catch {
        margin-bottom: 40px;
        font-size: clamp(1.8rem, 2vw, 2.3rem);
        font-weight: 700;
        @include lslh_5_18;
        @include breakpoint__max (device_sp) {
          margin-bottom: 20px;
        }
      }
      p {
        margin-bottom: 2em;
        &:last-of-type {
          margin-bottom: 0;
        }
      }
    }
  }
}

.page_submenu_block {
  margin-top: 200px;
  @include flex_same;
  gap: 0 2vw;
    @include breakpoint__max (device_sp) {
      margin-top: 100px;
      flex-direction: column;
      gap: 100px 0;
    }
  .submenu_box {
    max-width: 550px;
    @include breakpoint__max (device_sp) {
      margin: 0 auto !important;
    }
    a {
      position: relative;
      @include flex_tb_center;
      color: $white;
      font-size: clamp(2.2rem, 2.4vw, 3rem);
      font-weight: 700;
      @include lslh_5_15;
      border-radius: 20px;
        &::after {
          position: absolute;
          content: '';
          width: 98px;
          height: 98px;
          background: url(../img/ico/ico-arrow-orange.svg) no-repeat 0 0 / contain;
          bottom: -50px;
          right: 40px;
          z-index: 2;
          @include animate03;
          @include breakpoint__max (device_sp) {
            width: 60px;
            height: 60px;
            bottom: -30px;
            right: 30px;
          }
        }
      .img {
        border-radius: 20px;
        overflow: hidden;
        img {
          @include animate03;
        }
      }
      span {
        position: absolute;
        width: calc(100% - 8vw);
        left: 4vw;
        z-index: 2;
        @include breakpoint__max (device_1150) {
          width: calc(100% - 4vw);
          left: 2vw;
        }
      }
        &:hover {
          .img {
            img {
              transform: scale(1.1);
            }
          }
          &::after {
            transform: scale(0.75);
          }
        }
    }
  }
}
*/
.page_main_block {
  position: relative;
  margin-top: 250px;
  margin-bottom: 200px;
  height: 483px;
  /*
    h2 {
      margin-bottom: 60px;
      color: $primary;
      font-size: clamp(2.4rem, 3.4vw, 4rem);
      font-weight: 700;
      @include lslh_5_15;
      text-align: center;
      @include breakpoint__max(device_sp) {
        margin-bottom: 30px;
      }
    }
  */
}
@media (max-width: 1440px) {
  .page_main_block {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .page_main_block {
    height: 300px;
  }
}
@media (max-width: 820px) {
  .page_main_block {
    margin-top: 150px;
    margin-bottom: 100px;
    height: 220px;
  }
}
@media (max-width: 480px) {
  .page_main_block {
    margin-top: 100px;
    height: 140px;
  }
}
.page_main_block::before {
  position: absolute;
  content: "";
  width: 45.2%;
  max-width: 868px;
  max-height: 483px;
  background: url(../img/common/main-fig.webp) no-repeat 0 0/100% auto;
  aspect-ratio: 868/483;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .page_main_block::before {
    width: 84%;
    top: -20%;
    right: -42%;
  }
}
.page_main_block .page_main_ttl h1 {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #1E2380;
  font-size: clamp(3.5rem, 4vw, 7rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /*
        @include breakpoint__min(device_tablet) {
        }
        @include breakpoint__min(device_laptop) {
      //    margin-bottom: 160px;
      //    padding: 150px 0 0;
          margin-bottom: 13.3%;
          padding: 12.5% 0 0;
        }
  */
}
@media (max-width: 820px) {
  .page_main_block .page_main_ttl h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .page_main_block .page_main_ttl h1 {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .page_main_block .page_main_ttl h1 {
    font-size: 2.4rem;
  }
}

.single .page_main_block {
  margin-top: 190px;
  margin-bottom: 100px;
  height: inherit;
}
.single .page_main_block::before {
  content: none;
}

/*====================================================*/
/*@Page 404 */
/*====================================================*/
@media (max-width: 480px) {
  .err404 .page_404 h2 {
    padding-top: 80px;
  }
}
.err404 .page_404 .more_btn {
  padding-top: 120px;
}
@media (max-width: 480px) {
  .err404 .page_404 .more_btn {
    padding-top: 80px;
  }
}

/*====================================================*/
/*@Page vision */
/*====================================================*/
.vision_page_block .catch {
  font-size: clamp(2.6rem, 2.35vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 480px) {
  .vision_page_block .catch {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.vision_page_block .page_lead_block {
  padding-bottom: 100px;
}
.vision_page_block .page_lead_block .catch {
  margin-bottom: 42px;
  color: #333;
}
.vision_page_block .message_block .catch {
  margin-bottom: 40px;
  text-align: center;
}
.vision_page_block .message_block .sign {
  padding-top: 60px;
  text-align: right;
}
.vision_page_block .message_block .sign p {
  font-size: clamp(1.6rem, 1.54vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.vision_page_block .message_block .sign p + p {
  padding-top: 10px;
  font-size: clamp(1.8rem, 1.6vw, 2.5rem);
}

/*====================================================*/
/*@Page reason */
/*====================================================*/
.reason_page_block .reason_block {
  padding-top: 0;
}
.reason_page_block .service_wrap {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .reason_page_block .service_wrap {
    padding-bottom: 0;
  }
}
.reason_page_block .service_box {
  position: relative;
  margin-bottom: 50px;
  background: #FFF;
  border-top: 3px solid #1E2380;
  border-bottom: 3px solid #1E2380;
}
.reason_page_block .service_box::before, .reason_page_block .service_box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: #1E2380;
  top: 0;
  left: 0;
}
.reason_page_block .service_box::after {
  left: auto;
  right: 0;
}
.reason_page_block .service_box .service_box_inner {
  position: relative;
  padding: 60px 60px 90px;
}
@media (max-width: 768px) {
  .reason_page_block .service_box .service_box_inner {
    padding: 30px 30px 45px;
  }
}
.reason_page_block .service_box .service_box_inner::before, .reason_page_block .service_box .service_box_inner::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 16px;
  background: #1E2380;
  bottom: 0;
  left: 0;
}
.reason_page_block .service_box .service_box_inner::after {
  left: auto;
  right: 0;
}
.reason_page_block .service_box .ttlbox {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 480px) {
  .reason_page_block .service_box .ttlbox {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.reason_page_block .service_box .ttlbox .num {
  padding: 3px 8px 9px;
  max-width: 65px;
  max-height: 62px;
  color: #FFF;
  font-size: clamp(4.2rem, 3.77vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #1E2380;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reason_page_block .service_box .ttlbox p {
  font-size: clamp(2.2rem, 2.4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.reason_page_block .service_box .txt_base p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*====================================================*/
/*@Page service */
/*====================================================*/
.service_page_block .service_menu_block {
  padding-top: 60px;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .service_page_block .service_menu_block {
    padding-bottom: 80px;
  }
}
.service_page_block .service_menu_block ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
@media (max-width: 480px) {
  .service_page_block .service_menu_block ul {
    gap: 20px;
  }
}
.service_page_block .service_menu_block ul li a {
  position: relative;
  padding-right: 58px;
  color: #333;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
@media (max-width: 480px) {
  .service_page_block .service_menu_block ul li a {
    padding-right: 27px;
    width: 100%;
  }
}
.service_page_block .service_menu_block ul li a::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat 0 0/contain;
  top: calc(50% - 19px);
  right: 0;
}
@media (max-width: 480px) {
  .service_page_block .service_menu_block ul li a::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.service_page_block .service_menu_block ul li a:hover {
  opacity: 0.7;
}
.service_page_block .service_block {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .service_page_block .service_block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.service_page_block .service_block .service_block_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #FFF;
}
@media (max-width: 480px) {
  .service_page_block .service_block .service_block_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service_page_block .service_block .service_block_inner:first-of-type {
  border-top: none;
}
.service_page_block .service_block .service_block_inner h2 {
  margin-bottom: 40px;
  font-size: clamp(2.6rem, 3.77vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .service_page_block .service_block .service_block_inner h2 {
    margin-bottom: 20px;
  }
}
.service_page_block .service_block .service_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.service_page_block .service_block .service_box_wrap .service_box {
  padding: 30px;
  width: calc((100% - 30px) / 2);
  max-width: 585px;
  background: #FFF;
}
@media (max-width: 480px) {
  .service_page_block .service_block .service_box_wrap .service_box {
    width: 100%;
  }
}
.service_page_block .service_block .service_box_wrap .service_box .sttl {
  margin-bottom: 15px;
  color: #1E2380;
  font-size: clamp(1.8rem, 1.6vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .service_page_block .service_block .service_box_wrap .service_box .sttl {
    margin-bottom: 10px;
  }
}
.service_page_block .service_block .service_box_wrap .service_box p {
  color: #333;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/*
.service_page_block .service_menu_block {
  margin-bottom: 150px;
  @include breakpoint__max(device_sp) {
    margin-bottom: 80px;
  }
  .service_menu {
    @include flex_same;
    gap: 0 2vw;
    @include breakpoint__max(device_sp) {
      flex-direction: column;
      gap: 20px 0;
    }
    .box {
      width: 382px;
      height: 170px;
//      background: $gray01;
      @include flex_po_center;
      border-radius: 20px;
      @include breakpoint__max(device_sp) {
        width: 100%;
      }
      span {
        font-size: clamp(1.8rem, 2vw, 2.5rem);
        font-weight: 700;
        @include lslh_5_15;
      }
    }
  }
}

.service_page_block .method_block {
  position: relative;
  &::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: $primary_light;
    bottom: 0;
    left: 0;
    z-index: -1;
    @include breakpoint__max(device_sp) {
      height: 50px;
    }
  }

  .method_block_inner {
    padding: 35px 50px 50px;
    background: $white;
    border: 5px solid $primary;
    border-radius: 20px;
    @include breakpoint__max(device_sp) {
      padding: 30px 20px;
      border: 3px solid $primary;
    }
    h2 {
      padding-bottom: 30px;
      @include breakpoint__max(device_sp) {
        padding-bottom: 15px;
      }
      &.line_dot {
        @include line_dot;
      }
    }
    ul {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      @include breakpoint__max(device_sp) {
      }
      li {
        width: 48%;
        @include breakpoint__max(device_sp) {
          width: 100%;
        }
        span {
          position: relative;
          padding-left: 1.5em;
          font-size: clamp(1.5rem, 1.8vw, 2rem);
          font-weight: 500;
          @include lslh_5_15;
          display: block;
          @include breakpoint__max(device_sp) {
//            padding-left: 30px;
          }
          &::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
//            background: $gray01;
            border-radius: 50%;
            top: calc(50% - 10px);
            left: 0;
            @include breakpoint__max(device_sp) {
              width: 15px;
              height: 15px;
              top: 5px;
            }
          }
        }
      }
    }
  }
}

.service_page_block .construction_record_block {
  padding: 100px 0;
  background: $primary_light;
  @include breakpoint__max(device_sp) {
    padding: 80px 0;
  }
  .construction_block_inner {
    margin-bottom: 80px;
    @include flex_same;
    gap: 0 50px;
    @include breakpoint__max(device_sp) {
      flex-direction: column;
      gap: 30px 0;
    }
    h2 {
      font-size: clamp(2.4rem, 3.8vw, 5rem);
      letter-spacing: .2em;
      line-height: 1;
      text-align: left;
      @include tategaki;
        @include breakpoint__max(device_sp) {
          margin-bottom: 0;
          @include tategaki_reset;
          text-align: center;
        }
    }
    figure {
      width: 41.25%;
      max-width: 495px;
      @include breakpoint__max(device_sp) {
        margin: 0 auto;
        width: 100%;
        max-width: inherit;
      }
      img {
        border-radius: 20px;
      }
    }
    .txt_base {
      width: 44%;
      @include flex_center;
      flex-direction: column;
      gap: 20px 0;
      .sttl {
        font-size: 2rem;
        font-weight: 700;
        @include lslh_5_15;
      }
      p {
        text-align: justify;
      }
      .more_btn02 {
        text-align: right;
        a {
          position: relative;
          padding-right: 50px;
          @include fs_16_me;
          &::after {
            position: absolute;
            content: '';
            width: 40px;
            height: 40px;
            background: url(../img/ico/ico-arrow-orange.svg) no-repeat 0 0 / contain;
            top: calc(50% - 20px);
            right: 0;
            @include animate03;
          }
          &:hover {
            &::after {
              transform: scale(0.682);
            }
          }
        }
      }

      @include breakpoint__max(device_sp) {
        width: 100%;
      }
    }
  }
  .more_btn {
    text-align: center;
    a {
      font-size: clamp(1.6rem, 2vw, 2rem);
      font-weight: 700;
      @include lslh_5_15;
    }
  }
}

.service_page_block .faq_block {
  padding-top: 120px;
  @include breakpoint__max(device_sp) {
    padding-top: 80px;
  }
  .faq_block_inner {
    .faq_list {
//      border-top: 2px solid $gray02;
      dl {
        padding: 30px 0;
//        border-bottom: 2px solid $gray02;
        dt {
          position: relative;
          margin-bottom: 25px;
          padding-left: 40px;
//          font-size: clamp(1.8rem, 2vw, 2rem);
          font-size: 1em;
          font-weight: 500;
          @include lslh_5_20;
          &::before {
            position: absolute;
            content: 'Q';
            color: $primary;
//            @include lato_bold;
            font-size: 3.5rem;
            line-height: 1;
            top: -2px;
            left: 0;
          }
        }
        dd {
          position: relative;
          padding-left: 40px;
          font-size: 1em;
          font-weight: 400;
          @include lslh_5_20;
          &::before {
            position: absolute;
            content: 'A';
            color: $secondary;
//            @include lato_bold;
            font-size: 3.5rem;
            line-height: 1;
            top: 2px;
            left: 0;
          }
          a {
            color: $txt_base;
            text-decoration: underline;
            text-underline-offset: 5px;
            &:hover {
              text-decoration: none;
            }
          }
        }
      }
    }
  }
}
*/
/*====================================================*/
/*@Page construction */
/*====================================================*/
.construction_page_block .construction_block {
  padding-bottom: 200px;
}
@media (max-width: 820px) {
  .construction_page_block .construction_block {
    padding-bottom: 100px;
  }
}
.construction_page_block .construction_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  gap: 0 60px;
  /*
      &.single {
        aside {
          @include breakpoint__max(device_sp) {
            display: none;
          }
        }
      }
  */
  /*
      .blog_info {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        line-height: 1;
        gap: 0 20px;
        .date {
  //        @include lato;
          font-size: 1.8rem;
          letter-spacing: 0.05em;
        }
        .cat {
          span {
            margin-right: 10px;
            padding: 6px 20px;
            color: $primary;
            font-weight: 500;
            letter-spacing: 0.05em;
            border: 2px solid $primary;
            border-radius: 50px;
            line-height: 1;
            display: inline-block;
          }
  //        &.cat02 {
  //          color: $green;
  //          border: 2px solid $green;
  //        }
  //        &.cat03 {
  //          color: $orange;
  //          border: 2px solid $orange;
  //        }
        }
      }
  */
}
@media (max-width: 820px) {
  .construction_page_block .construction_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.construction_page_block .construction_inner aside {
  width: 240px;
  /*
        @media screen and (min-width: 769px) {
          width: 26%;
          .blog_menu {
            position: sticky;
            top: 0;
            padding: 30px 30px 10px;
            border: 2px solid $primary;
            border-radius: 20px;
            .blog_menu_box {

            }
            .item {
              margin-bottom: 20px;
              a {
                position: relative;
                padding-left: 30px;
                color: $txt_base;
                font-size: 1.8rem;
                font-weight: 700;
                @include lslh_5_15;
                @include animate03;
                &::before {
                  position: absolute;
                  content: '';
                  width: 20px;
                  height: 20px;
  //                background: $gray02;
                  border-radius: 50%;
                  top: 4px;
                  left: 0;
                  @include animate03;
                }
                &.active,
                &:hover {
                  color: $primary;
                  &::after {
                    position: absolute;
                    content: '';
                    width: 12px;
                    height: 12px;
                    background: $primary;
                    border-radius: 50%;
                    top: 8px;
                    left: 4px;
                    @include animate03;
                  }
                }
              }
            }
          }
        }
        @include breakpoint__max(device_sp) {
          width: 100%;
          .blog_menu {
            .blog_menu_box {
              padding: 10px 0;
              width: 100%;
              border: 2px solid $primary;
              border-radius: 20px;
              .abtn {
                position: relative;
                appearance: none;
                outline: none;
                cursor: pointer;
                &::after {
                  position: absolute;
                  content: "";
                  top: 17px;
                  right: 0;
                  width: 30px;
                  height: 13px;
                  background: url(../img/ico/ico-arrow-down-white.svg) no-repeat 0 0 / contain;
                  filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(4968%) hue-rotate(209deg) brightness(95%) contrast(101%);
                  pointer-events: none;
                  z-index: 2;
                }
              }
              .sub_itembox {
                display: none;
              }
              .open {
                &::after {
                  right: 12px;
                  transform: rotate(180deg);
                }
                .sub_itembox {
                  display: block;
                }
              }
              .item {
                a {
                  padding: 10px 20px;
                  color: $txt_base;
                  font-size: 1.6rem;
                  font-weight: 700;
                  @include lslh_5_15;
                  display: inline-block;
                  &:hover {
                    color: $primary;
                  }
                }
              }
            }
          }
        }
  */
}
@media (max-width: 820px) {
  .construction_page_block .construction_inner aside {
    width: 100%;
  }
}
.construction_page_block .construction_inner aside .ttl {
  margin-bottom: 15px;
  color: #1E2380;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .construction_page_block .construction_inner aside .ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media (max-width: 820px) {
  .construction_page_block .construction_inner aside nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
  }
}
@media (max-width: 480px) {
  .construction_page_block .construction_inner aside nav ul {
    gap: 0 10px;
  }
}
.construction_page_block .construction_inner aside nav ul li {
  margin-bottom: 10px;
}
.construction_page_block .construction_inner aside nav ul li a {
  position: relative;
  padding: 10px 15px;
  width: 100%;
  color: #1E2380;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #FFF;
  display: block;
}
@media (max-width: 768px) {
  .construction_page_block .construction_inner aside nav ul li a {
    padding: 5px 8px;
    font-size: 1.6rem;
  }
}
.construction_page_block .construction_inner aside nav ul li a:hover {
  color: #FFF;
  background: #1E2380;
}
.construction_page_block .construction_inner aside nav ul li a:hover::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  background: url(../img/common/arrow-03-w.svg) no-repeat 0 0/contain;
  top: calc(50% - 5px);
  right: 15px;
}

/***************************/
/** construction list page */
/***************************/
.construction_list_block {
  width: calc(100% - 300px);
  max-width: 1200px;
}
@media (max-width: 820px) {
  .construction_list_block {
    width: 100%;
  }
}
.construction_list_block .construction_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -webkit-column-gap: clamp(10px, 3vw, 22px);
     -moz-column-gap: clamp(10px, 3vw, 22px);
          column-gap: clamp(10px, 3vw, 22px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .construction_list_block .construction_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.construction_list_block .post_box a {
  padding: 20px;
  max-width: 385px;
  height: 100%;
  color: #333;
  background: #FFF;
  display: block;
}
.construction_list_block .post_box a .img {
  margin-bottom: 20px;
  max-width: 343px;
  max-height: 200px;
  overflow: hidden;
}
.construction_list_block .post_box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.construction_list_block .post_box a .ttl {
  margin-bottom: 15px;
  color: #1E2380;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.construction_list_block .post_box a p {
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.construction_list_block .post_box a:hover {
  opacity: 0.7;
}
.construction_list_block .post_box a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/***************************/
/** construction single page */
/***************************/
.construction_post_block {
  width: calc(100% - 300px);
  max-width: 1200px;
  /*
    .eye {
      margin: 20px 0;
      img {
        border-radius: 20px;
      }
    }
    .more_btn {
      margin-top: 100px;
      text-align: center;
      a {
        padding: 14px 100px;
        font-size: clamp(1.6rem, 2.2vw, 2rem);
        font-weight: 700;
        border-radius: 55px;
        letter-spacing: 0.05em;
        &::after {
          content: none;
        }
      }
    }
  */
}
@media (max-width: 820px) {
  .construction_post_block {
    width: 100%;
  }
}

.post_content {
  padding: 45px 75px 140px;
  background: #FFF;
}
@media (max-width: 820px) {
  .post_content {
    padding: 45px 30px 70px;
  }
}
@media (max-width: 768px) {
  .post_content {
    padding: 45px 15px 70px;
  }
}
.post_content h1 {
  margin-bottom: 12px;
  color: #1E2380;
  font-size: clamp(2rem, 2.22vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.post_content .cat {
  margin-bottom: 50px;
}
.post_content h2 {
  margin-bottom: 30px;
  color: #1E2380;
  font-size: clamp(2rem, 1.9vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
.post_content h3 {
  margin: 1em 0;
  padding-left: 15px;
  color: #1E2380;
  font-size: clamp(1.8rem, 1.54vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-left: 8px solid #1E2380;
}
.post_content h4 {
  margin: 1em 0;
  color: #1E2380;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.post_content p {
  margin: 1em 0;
  letter-spacing: 0.1em;
  line-height: 2;
}
.post_content p a {
  color: #484C92;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration: underline;
}
.post_content p a:hover {
  text-decoration: none;
}
.post_content blockquote {
  margin: 1em 0;
  padding: 40px;
  background: #F7F7F7;
}
.post_content blockquote p:first-of-type {
  margin: 0;
}
.post_content ul {
  margin-left: 1.5em;
  list-style-type: inherit;
}
.post_content ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.post_content li {
  list-style-type: inherit;
}
.post_content .wp-block-image img {
  width: initial;
  width: auto;
}
.post_content .wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.8;
}

/*====================================================*/
/*@Page recruit */
/*====================================================*/
.recruit_page_block .page_lead_block {
  padding-bottom: 100px;
}
.recruit_page_block .portrait_block {
  padding-bottom: 130px;
}
@media (max-width: 480px) {
  .recruit_page_block .portrait_block {
    padding-bottom: 80px;
  }
}
.recruit_page_block .portrait_block .portrait_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 22px;
}
@media (max-width: 480px) {
  .recruit_page_block .portrait_block .portrait_box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.recruit_page_block .portrait_block .portrait_box_wrap .portrait_box {
  padding: 35px 25px;
  width: calc((100% - 44px) / 3);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media (max-width: 480px) {
  .recruit_page_block .portrait_block .portrait_box_wrap .portrait_box {
    width: 100%;
  }
}
.recruit_page_block .portrait_block .portrait_box_wrap .portrait_box .ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.recruit_page_block .portrait_block .portrait_box_wrap .portrait_box .ttlbox .ico {
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit_page_block .portrait_block .portrait_box_wrap .portrait_box .ttlbox .sttl {
  color: #1E2380;
  font-size: clamp(2rem, 1.7vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.recruit_page_block .portrait_block .portrait_box_wrap .portrait_box p {
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.recruit_page_block .requirements_block {
  padding-bottom: 140px;
}
@media (max-width: 480px) {
  .recruit_page_block .requirements_block {
    padding-bottom: 80px;
  }
}
.recruit_page_block .requirements_block .requirements_wrap {
  margin-bottom: 80px;
}
.recruit_page_block .requirements_block .requirements_wrap dl {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 2px dashed #484C92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit_page_block .requirements_block .requirements_wrap dl:first-of-type {
  border-top: 2px dashed #484C92;
}
.recruit_page_block .requirements_block .requirements_wrap dl dt {
  padding-left: 20px;
  width: 214px;
}
.recruit_page_block .requirements_block .requirements_wrap dl dd {
  padding-right: 20px;
  width: 100%;
}
/*====================================================*/
/*@Page company */
/*====================================================*/
.company_page_block .company_photo_block {
  padding: 0;
}
.company_page_block .company_photo_block .company_photo_inner {
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 33px;
}
@media (max-width: 768px) {
  .company_page_block .company_photo_block .company_photo_inner {
    width: calc(100% - 40px);
    gap: 0 10px;
  }
}
.company_page_block .company_photo_block .company_photo_inner figure {
  width: calc((100% - 66px) / 3);
  max-width: 479px;
}
@media (max-width: 768px) {
  .company_page_block .company_photo_block .company_photo_inner figure {
    width: calc((100% - 20px) / 3);
  }
}
.company_page_block .company_block {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .company_page_block .company_block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.company_page_block .company_block .company_wrap {
  margin-bottom: 93px;
}
@media (max-width: 768px) {
  .company_page_block .company_block .company_wrap {
    margin-bottom: 40px;
  }
}
.company_page_block .company_block .company_wrap dl {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 2px dashed #484C92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_page_block .company_block .company_wrap dl:first-of-type {
  border-top: 2px dashed #484C92;
}
.company_page_block .company_block .company_wrap dl dt {
  padding-left: 20px;
  width: 214px;
}
.company_page_block .company_block .company_wrap dl dd {
  padding-right: 20px;
  width: 100%;
}
.company_page_block .company_block .addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_page_block .company_block .addr .txt {
  width: 60%;
}
.company_page_block .company_block .addr .txt p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.company_page_block .company_block .addr .glink a {
  position: relative;
  padding-right: 30px;
  color: #1E2380;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.company_page_block .company_block .addr .glink a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-external.svg) no-repeat 0 0/contain;
  top: calc(50% - 10px);
  right: 0;
}

/*====================================================*/
/*@Page contact */
/*====================================================*/
.contact_page_block .contact_tel_inner {
  margin: 0 auto;
  padding: 35px;
  max-width: 800px;
  background: #FFF;
  border: 2px dashed #484C92;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_page_block .contact_tel_inner {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
.contact_page_block .contact_tel_inner h2 {
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.contact_page_block .contact_tel_inner .tel {
  color: #1E2380;
  font-size: clamp(3rem, 2.6vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.contact_page_block .contact_tel_inner .tel span {
  font-size: clamp(4.2rem, 3.77vw, 5rem);
}
@media (max-width: 480px) {
  .contact_page_block .contact_tel_inner .tel span {
    font-size: 3.8rem;
  }
}
.contact_page_block .contact_tel_inner .time {
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.contact_page_block .contact_form_inner.main_width {
  max-width: 800px;
}
@media (max-width: 768px) {
  .contact_page_block .contact_form_inner.main_width {
    width: calc(100% - 40px);
  }
}
.contact_page_block .contact_form_block {
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .contact_page_block .contact_form_block {
    padding-bottom: 80px;
  }
}
.contact_page_block .contact_form_block h2.ttl {
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .contact_page_block .contact_form_block h2.ttl {
    margin: 0 auto 50px;
  }
}
.contact_page_block .contact_form_block.confirm {
  padding-top: 0;
}
.contact_page_block .contact_form_block.thanks {
  padding-top: 0;
}
.contact_page_block .contact_form_block.thanks h3 {
  font-size: clamp(2rem, 1.9vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/***************************/
/** pagination */
/***************************/
.page-numbers_wrap {
  margin: 80px auto 0;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .page-numbers_wrap {
    margin: 40px auto 0;
  }
}
.page-numbers_wrap ul.pagination {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.pagination li a,
.pagination li .current {
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li a:hover,
.pagination li .current {
  color: #FFF;
  background: #1E2380;
}

.page-numbers li a {
  color: #1E2380;
  border: none;
}

.page-numbers li a:hover,
.page-numbers li .current {
  color: #FFF;
  background: #1E2380;
  border: none;
}

.page-numbers_wrap .prev::before,
.page-numbers_wrap .next::before {
  width: 8px;
  height: 13px;
  background: url(../img/common/arrow-04.svg) no-repeat 0 0/contain;
  display: block;
}

/* paging */
.paging {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .paging {
    margin-top: 100px;
    gap: 0 10px;
  }
}
.paging a {
  padding: 10px 15px;
  color: #FFF;
  background: #1E2380;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8px;
}
@media (max-width: 480px) {
  .paging a {
    font-size: 1.3rem;
    gap: 0 4px;
  }
}
.paging .prev a,
.paging .next a {
  width: 96px;
}
@media (max-width: 480px) {
  .paging .prev a,
  .paging .next a {
    width: 80px;
  }
}
.paging .prev a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 480px) {
  .paging .to--list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.paging .to--list a {
  width: 240px;
}
@media (max-width: 480px) {
  .paging .to--list a {
    width: 100%;
  }
}