/* =======================================
共通
======================================== */

br.sp {
  display: none;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}


@media (max-width: 991px) {
  .section-box .sec-title {
    font-size: min(calc(40px + (60 - 40) * (100vw - 320px) / (991 - 320)),
        60px);
    margin-bottom: min(calc(20px + (60 - 20) * (100vw - 320px) / (991 - 320)),
        60px);
  }

  .section-box .sub-title {
    font-size: min(calc(14px + (20 - 14) * (100vw - 320px) / (991 - 320)),
        20px);
  }


  .main_ttl .fs-en {
    font-size: min(calc(30px + (60 - 30) * (100vw - 320px) / (991 - 320)), 60px);
  }

  .main_ttl .txt {
    font-size: min(calc(14px + (20 - 14) * (100vw - 320px) / (991 - 320)), 20px);
  }

}

@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}



.main-ttl-wrap {
  margin-bottom: 0;
  position: relative;
  margin-top: var(--header-height, 0px);
}

.main-ttl-wrap>.bg {
  width: 100%;
  height: 450px;
}

.main_ttl h2 {
  display: block;
  top: 60%;
  transform: translateY(-50%);
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-wrap>.bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_ttl_text_box {
  height: 100%;

}

.main-ttl-box {
  height: 100%;
  display: block;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.main_ttl .fs-en {
  font-weight: 700;
  display: block;
  color: var(--blue-color);
  font-size: 96px;
  font-family: "Orbitron", sans-serif;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}

.achievements.main_ttl .fs-en {
  font-size: 42px;
}

.main_ttl .txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  display: block;
  white-space: nowrap;
  color: #fff;
}

.section-box .sec-title {
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  color: var(--blue-color);
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  position: relative;
}

.section-box .sec-title::after {
  position: absolute;
  left: 0;
  top: -15px;
  content: '';
  width: 100px;
  height: 2px;
  background: linear-gradient(to right,
      #003f98,
      #ffffff,
      #b6f6fe);
}

.section-box h3 {
  position: relative;
  font-size: 30px;
  color: var(--blue-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section-box h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100px;
  height: 2px;
  background: linear-gradient(to right,
      #003f98,
      #ffffff,
      #b6f6fe);
}
.contact-area.section-box h3::after,
.greeting-area.section-box h3::after,
.page-overview-area.section-box h3::after,
.access-area.section-box h3::after {
  content: none;
}
.section-box h4 {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 22px;
}

.sec-ttl-box {
  margin-bottom: 90px;
}

.section-box .sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue-color);
}


.section-box .sec-title {
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  color: var(--blue-color);
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  position: relative;
}

.section-box .sec-title::after {
  position: absolute;
  left: 0;
  top: -15px;
  content: '';
  width: 100px;
  height: 2px;
  background: linear-gradient(to right,
      #003f98,
      #ffffff,
      #b6f6fe);
}

.sec-ttl-box {
  margin-bottom: 90px;
}

.section-box .sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue-color);
}


@media (max-width: 1500px) {
  .main_ttl .fs-en {
    font-size: min(calc(72px + (96 - 72) * (100vw - 992px) / (1500 - 992)),
        96px);
  }

  .main_ttl .txt {
    font-size: min(calc(16px + (20 - 16) * (100vw - 992px) / (1500 - 992)),
        20px);
  }

  .main-ttl-bg {
    width: min(calc(300px + (400 - 300) * (100vw - 992px) / (1500 - 992)),
        400px);
  }

  .main_ttl>.bg {
    width: 100%;
    height: min(calc(300px + (380 - 300) * (100vw - 992px) / (1500 - 992)),
        380px);
  }

  .section-box .sec-title {
    font-weight: 700;
    font-size: min(calc(48px + (72 - 48) * (100vw - 992px) / (1500 - 992)),
        72px);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: min(calc(40px + (60 - 40) * (100vw - 992px) / (1500 - 992)),
        60px);
  }

  .section-box .sub-title {
    font-size: min(calc(16px + (20 - 16) * (100vw - 992px) / (1500 - 992)),
        20px);
  }

  .achievements-detail-content .container,
  .detail-btn-list {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }

}


@media (max-width: 991px) {
  .main_ttl .fs-en {
    font-size: min(calc(40px + (72 - 40) * (100vw - 320px) / (991 - 320)),
        72px);
  }

  .main_ttl .txt {
    font-size: min(calc(14px + (16 - 14) * (100vw - 320px) / (991 - 320)),
        16px);
  }

  .main-ttl-bg {
    width: min(calc(260px + (300 - 260) * (100vw - 320px) / (991 - 320)),
        260px);
  }

  .main_ttl>.bg {
    width: 100%;
    height: min(calc(260px + (300 - 260) * (100vw - 320px) / (991 - 320)),
        300px);
  }

  .section-box .sec-title {
    font-size: min(calc(40px + (60 - 40) * (100vw - 320px) / (991 - 320)),
        60px);
    margin-bottom: min(calc(20px + (40 - 20) * (100vw - 320px) / (991 - 320)),
        40px);
  }

  .section-box .sub-title {
    font-size: min(calc(16px + (20 - 16) * (100vw - 320px) / (991 - 320)),
        20px);
  }
  .section-box h3::after {
    width: min(calc(60px + (100 - 60) * (100vw - 320px) / (991 - 320)),
        100px);
  }
  .detail-btn-list .flex-box {
    display: block;
  }

  .achievements.main_ttl .fs-en {
    font-size: 33px;
  }

  .sec-ttl-box {
    margin-bottom: min(calc(50px + (90 - 50) * (100vw - 320px) / (991 - 320)),
        90px);
  }

  .section-box .sec-title::after {
    width: min(calc(60px + (100 - 60) * (100vw - 320px) / (991 - 320)),
        100px);
  }

}

@media (max-width: 768px) {
  .main-ttl-wrap>.bg {
    width: 100%;
    height: 300px;
  }
}

/* =======================================
パンくず
======================================== */
.breadcrumb-area {
  width: 100%;
  padding: 12px 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  background-color: var(--main-color)
}


.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
}

.breadcrumb_wrap .panlist>li>a {
  color: #fff;
  white-space: nowrap;
}

.breadcrumb_wrap .panlist>li.active {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}

/* =======================================
会社案内
======================================== */
.page-company-page-link-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000f24;
}

.page-link-btn {
  position: relative;
  border: 2px solid #fff;
  overflow: hidden;
  /* 擬似要素のはみ出し防止 */
}

.page-company-page-link-area .page-link-btn {
  height: 100%;
}

.page-link-btn a {
  padding: 15px;
  display: block;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.page-company-page-link-area .page-link-btn a {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.page-company-page-link-area .page-link-btn h4 {
  margin-bottom: 5px;
}
.page-company-page-link-area .page-link-btn .fa-chevron-down {
    margin: auto auto 0;
}
.page-link-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #003580 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.page-company-page-link-area .row > div {
  padding: 0 8px;
}

.page-company-page-link-area .sp-580 {
  display: none;
}

.greeting-area {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/company/greeting-bg.jpg');
}

.greeting-area p {
  color:#fff;
  line-height: 2;
  font-size: 16px;
}

.greeting-area .name {
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  margin-top: 20px;
}

.greeting-area .name span {
  font-size: 28px;
  padding-left: 0.7em;
}


.page-overview-area {
  padding: 120px 0;
  position: relative;
  background-color: #000f24;
}

.page-overview-area:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: 10;
  width: 100%;
  aspect-ratio: 2000 / 147;
  background: url(../images/common/white-bg-top.svg) no-repeat center bottom / 100% 100%;
}

.overview-box>div {
  display: flex;
}

.overview-box>div dt {
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  color: var(--blue-color);
}

.overview-box>div dd {
  border-top: 1px solid #ffffff;
  max-width: calc(100% - 200px);
  width: 100%;
  font-size: 18px;
  padding: 20px 0;
  color: #ffffff;
}

.overview-box>div:last-child dt {
  border-bottom: 1px solid #ffffff;
}

.overview-box>div:last-child dd {
  border-bottom: 1px solid #ffffff;
}

.access-area {
  padding: 120px 0 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/company/access-bg.jpg');
}

.access-photo-area {
  padding: 80px 0 120px;
  position: relative;
  background-color: #000f24;
}

.access-photo-area.section-box .sub-title {
  font-size: 30px;
}

.access-photo-area h4 {
  padding:7px 10px;
  margin-bottom: 20px;
  color:#000f24;
  background-color: var(--blue-color);
  border-bottom: 1px solid var(--blue-color);
}

.access-photo-area .flex-box {
  display: flex;
  margin: 0 -10px;
}

.access-photo-list {
  padding: 0 10px;
}

.access-img {
  margin-bottom: 15px;
}

.access-photo-list p {
  line-height: 1.5;
  color:#fff;
  font-size: 16px;
}
  .greeting-area.section-box h3,
  .page-overview-area.section-box h3,
  .access-area.section-box h3
   {
      padding-bottom:0 !important;
      margin-bottom: 0 !important;
  }

@media (max-width: 1500px) {
  .greeting-area .container,
  .access-area .container,
  .access-photo-area .container {
    padding-left: calc(15px + 50 * (100vw - 320px) / 1180);
    padding-right: calc(15px + 50 * (100vw - 320px) / 1180);
  }
  .overview-box>div dt {
    max-width: min(calc(140px + (160 - 140) * (100vw - 992px) / (1500 - 992)),
        160px);
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
    padding: 20px 0;
  }

  .overview-box>div dd {
    max-width: calc(100% - min(calc(140px + (160 - 140) * (100vw - 992px) / (1500 - 992)),
          160px));
    font-size: min(calc(16px + (18 - 16) * (100vw - 992px) / (1500 - 992)),
        18px);
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .page-company-page-link-area {
    padding-top: min(calc(38px + (50 - 38) * (100vw - 320px) / (991 - 320)),
        50px);
    padding-bottom: min(calc(38px + (50 - 38) * (100vw - 320px) / (991 - 320)),
        50px);
  }
  .greeting-area,
  .page-overview-area,
  .access-area,
   .access-photo-area {
    padding: min(calc(80px + (120 - 80) * (100vw - 320px) / (991 - 320)),
        120px) 0;
  }
  .greeting-area p {
    color: #fff;
    font-size: 14px;
  }
  .greeting-area .name {
    font-size: 18px;
      text-align: right;
      font-weight: 700;
      margin-top: 10px;
  }
  .greeting-area .name span {
    font-size: 24px;
    padding-left: 0.7em;
  }
  .overview-box>div dt {
    max-width: min(calc(120px + (140 - 120) * (100vw - 992px) / (1500 - 992)),
        140px);
    font-size: min(calc(14px + (16 - 14) * (100vw - 992px) / (1500 - 992)),
        16px);
    padding: min(calc(16px + (20 - 16) * (100vw - 320px) / (991 - 320)),
        20px) 0;
  }

  .overview-box>div dd {
    max-width: calc(100% - min(calc(120px + (140 - 120) * (100vw - 992px) / (1500 - 992)),
          140px));
    font-size: min(calc(14px + (16 - 14) * (100vw - 992px) / (1500 - 992)),
        16px);
    padding: min(calc(16px + (20 - 16) * (100vw - 320px) / (991 - 320)),
        20px) 0;
  }

  .page-overview-area {
    padding: min(calc(60px + (100 - 60) * (100vw - 320px) / (991 - 320)), 100px) 0;
  }
  .access-area iframe {
    height: 300px;
  }
  .access-photo-list p {
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
}
.access-photo-area h4 {
  font-size: 20px;
}
.access-photo-area.section-box .sub-title {
    font-size: 26px;
}
}

@media (max-width: 768px) {
  .page-service-img {
    margin-top: 30px;
  }
  .access-right {
    margin-top: 30px;
  }
}

@media (max-width: 580px) {
  .page-company-page-link-area .page-link-btn h4 {
    margin-bottom: 5px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-company-page-link-area .sp-580 {
    display:block;
  }
}

/* =======================================
業務内容
======================================== */
.page-service-page-link-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000f24;
}

.page-link-btn {
  position: relative;
  border: 2px solid #fff;
  overflow: hidden;
  /* 擬似要素のはみ出し防止 */
}

.page-link-btn a {
  padding: 15px;
  display: block;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.page-link-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #003580 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.page-link-btn h4 {
  position: relative;
  z-index: 100;
  color: #fff;
  text-align: center;
  font-size: 24px;
  transition: 0.7s;
}

.page-link-btn a:hover h4 {
  color: var(--blue-color);
}

.page-link-btn .fa-chevron-down {
  text-align: center;
  position: relative;
  z-index: 100;
  color: #fff;
  margin: 5px auto 0;
  transition: 0.7s;
  display: block;
}

.page-link-btn a:hover .fa-chevron-down {
  color: var(--blue-color);
}

.page-service-box.first {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/service/service-list-bg_01.jpg');
}

.page-service-box.third {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/service/service-list-bg_02.jpg');
}

.page-service-box.second,
.page-service-box.four {
  padding: 100px 0;
  background: #000f24;
}

.page-service-box p {
  color: #fff;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
}

.page-service-box ul {
  margin-bottom: 30px;
  color: #fff;
  border: 2px solid #fff;
  display: table;
  padding: 15px;
  font-size: 16px;
}

.page-service-box ul li+li {
  margin-top: 5px;
}

@media (max-width: 1500px) {
  .page-service-area h3 {
    font-size: min(calc(28px + (32 - 28) * (100vw - 992px) / (1500 - 992)),
        32px);
    margin-bottom: 50px;
  }

  .page-service-box h4 {
    font-size: min(calc(20px + (24 - 20) * (100vw - 992px) / (1500 - 992)), 24px);
    margin-bottom: 28px;
    font-weight: 700;
  }

  .page-service-box p {
    font-size: min(calc(14px + (16 - 14) * (100vw - 992px) / (1500 - 992)), 16px);
  }

}

@media (max-width: 991px) {
  .page-service-box {
    padding: min(calc(70px + (100 - 70) * (100vw - 320px) / (991 - 320)), 100px) 0 !important;
  }
  .page-link-btn h4 {
    position: relative;
    z-index: 100;
    color: #fff;
    text-align: center;
    font-size: min(calc(16px + (22 - 16) * (100vw - 320px) / (991 - 320)),
        22px);
    transition: 0.7s;
  }

  .page-link-btn a {
    padding: 12px;
  }

  .page-link-btn .fa-chevron-down {
    font-size: 16px;
  }

  .page-service-page-link-area {
    padding-top: min(calc(38px + (50 - 38) * (100vw - 320px) / (991 - 320)),
        50px);
    padding-bottom: min(calc(38px + (50 - 38) * (100vw - 320px) / (991 - 320)),
        50px);
    background-color: #000f24;
  }
  .section-box h3 {
      position: relative;
      font-size: 26px;
      color: var(--blue-color);
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-weight: 700;
      letter-spacing: 0.1em;
  }
}

@media (max-width: 768px) {
  .page-service-page-link-area .row {
    gap: 20px 0;
    padding: 0 10px;
  }

  .page-service-page-link-area .row>div {
    width: 50%;
    padding: 0 10px;
  }

  .page-service-list-area .text-box {
    margin-top: 20px;
  }
  .page-service-box .row {
    display: flex;
    flex-flow: column;
  }
  .service-order-sp-2 {
    order: 2;
  }
  .service-order-sp-1 {
    order: 1;
  }
}