﻿
.sub .sub__top {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1441/662;
  max-height: min(100vh - 78px, 655px);
  max-height: min(100svh - 78px, 655px);
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sub .sub__top {
    max-height: calc(100vh - 57px);
    max-height: calc(100svh - 57px);
  }
}
.sub .sub__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1441/662;
}
.sub .sub__title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sub .sub__title--jp {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sub .sub__title--jp {
    font-size: 32px;
  }
}
.sub .sub__title--en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.24em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sub .sub__title--en {
    font-size: 18px;
  }
}
.sub .section {
  width: 100%;
  height: 100%;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .sub .section {
    margin-top: 76px;
  }
}
.sub .backgroundImg--yellow {
  background: url("../picture/img-strengths-bg.jpg") repeat center center/200px 200px;
}

.breadcrumbs {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 32px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 6px;
    margin-bottom: 46px;
  }
}
.breadcrumbs a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs span,
.breadcrumbs a span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .breadcrumbs span,
  .breadcrumbs a span {
    font-size: 12px;
  }
}
.breadcrumbs a span {
  color: #0e7c8f;
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    opacity: 0.7;
  }
}

.toTopPage {
  width: 100%;
  height: 100%;
}
.toTopPage .toTopPage__link {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 420px;
  height: 100px;
  border: 1px solid #0e7c8f;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toTopPage .toTopPage__link {
    width: 240px;
    height: 50px;
  }
}
.toTopPage .toTopPage__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 100px;
  letter-spacing: 0.18em;
  color: #0e7c8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toTopPage .toTopPage__text {
    line-height: 50px;
    font-size: 16px;
  }
}
.toTopPage .toTopPage__svg {
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 24px;
  height: auto;
  aspect-ratio: 24/41;
  stroke: #0e7c8f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toTopPage .toTopPage__svg {
    right: 8px;
    width: 14px;
  }
}
@media (any-hover: hover) {
  .toTopPage .toTopPage__link:hover {
    background-color: #0e7c8f;
  }
  .toTopPage .toTopPage__link:hover .toTopPage__text {
    color: #fff;
  }
  .toTopPage .toTopPage__link:hover .toTopPage__svg {
    translate: 20% -50%;
    stroke: #fff;
  }
}

.toServiceTopPage {
  width: 100%;
  height: 100%;
}
.toServiceTopPage .toServiceTopPage__link {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 460px;
  height: 64px;
  border: 1px solid #0e7c8f;
  background-color: #0e7c8f;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toServiceTopPage .toServiceTopPage__link {
    width: 270px;
    height: 50px;
  }
}
.toServiceTopPage .toServiceTopPage__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.18em;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toServiceTopPage .toServiceTopPage__text {
    line-height: 50px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .toServiceTopPage .toServiceTopPage__link:hover {
    background-color: #fff;
  }
  .toServiceTopPage .toServiceTopPage__link:hover .toServiceTopPage__text {
    color: #0e7c8f;
  }
}

.toRecruitTopPage {
  width: 100%;
  height: 100%;
}
.toRecruitTopPage .toRecruitTopPage__link {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 420px;
  height: 100px;
  border: 1px solid #0e7c8f;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toRecruitTopPage .toRecruitTopPage__link {
    width: 240px;
    height: 50px;
  }
}
.toRecruitTopPage .toRecruitTopPage__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 100px;
  letter-spacing: 0.18em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toRecruitTopPage .toRecruitTopPage__text {
    line-height: 50px;
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .toRecruitTopPage .toRecruitTopPage__link:hover {
    background-color: #0e7c8f;
  }
  .toRecruitTopPage .toRecruitTopPage__link:hover .toRecruitTopPage__text {
    color: #fff;
  }
}

.section.entryCta {
  padding-block: 60px;
  background-color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .section.entryCta {
    padding-block: 30px;
  }
}
.entryCta .entryCta__text--jp,
.entryCta .entryCta__text--en {
  font-weight: 400;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entryCta .entryCta__text--jp,
  .entryCta .entryCta__text--en {
    font-size: 18px;
    line-height: 1.6;
  }
}
.entryCta .entryCta__text--en {
  margin-top: 50px;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .entryCta .entryCta__text--en {
    margin-top: 30px;
    font-size: 14px;
  }
}
.entryCta .entryCta__link {
  display: block;
  margin-inline: auto;
  margin-top: 94px;
  width: 550px;
  height: 97px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .entryCta .entryCta__link {
    margin-top: 30px;
    width: 100%;
    max-width: 280px;
    height: 56px;
  }
}
.entryCta .entryCtaLink__text {
  font-weight: 600;
  font-size: 36px;
  line-height: 97px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .entryCta .entryCtaLink__text {
    font-size: 18px;
    line-height: 56px;
  }
}
@media (any-hover: hover) {
  .entryCta .entryCta__link:hover {
    opacity: 0.7;
  }
}

.companyLinks {
  /* 共通のコーナースタイル */
  /* 縦線 */
  /* 横線 */
  /* 左上のコーナー */
  /* 右上のコーナー */
  /* 左下のコーナー */
  /* 右下のコーナー */
}
@media screen and (max-width: 768px) {
  .companyLinks .section__inner {
    max-width: calc(560px + 9.375vw);
    margin-inline: auto;
  }
}
.companyLinks .companyLinks__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .companyLinks .companyLinks__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 8px;
  }
}
.companyLinks .companyLinksItem__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 342/184;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .companyLinks .companyLinksItem__link {
    aspect-ratio: 106/57;
  }
}
@media (any-hover: hover) {
  .companyLinks .companyLinksItem__link:hover .companyLinks__corner {
    opacity: 1;
    visibility: visible;
  }
  .companyLinks .companyLinksItem__link:hover .companyLinksItem__text {
    color: #262724;
  }
  .companyLinks .companyLinksItem__link:hover .companyLinksItem__img {
    opacity: 55%;
  }
}
.companyLinks .companyLinks__corner {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .companyLinks .companyLinks__corner {
    width: 30px;
    height: 30px;
  }
}
.companyLinks .companyLinks__corner::before,
.companyLinks .companyLinks__corner::after {
  content: "";
  position: absolute;
  background-color: #0e7c8f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.companyLinks .companyLinks__corner::before {
  width: 3px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .companyLinks .companyLinks__corner::before {
    width: 2px;
  }
}
.companyLinks .companyLinks__corner::after {
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .companyLinks .companyLinks__corner::after {
    height: 2px;
  }
}
.companyLinks .companyLinks__corner--top-left {
  top: 0px;
  left: 0px;
}
.companyLinks .companyLinks__corner--top-right {
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.companyLinks .companyLinks__corner--left {
  bottom: 0px;
  left: 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.companyLinks .companyLinks__corner--right {
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.companyLinks .companyLinksItem__text {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .companyLinks .companyLinksItem__text {
    color: #262724;
  }
}
@media screen and (max-width: 768px) {
  .companyLinks .companyLinksItem__text {
    font-size: 20px;
  }
}
.companyLinks .companyLinksItem__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 46%;
}
/*# sourceMappingURL=common-sub.css.map */

/* ===== Sub page accent overrides ===== */
.section__title--jp::before,
.sub .section__title--jp::before {
  background-color: #0e7c8f !important;
}
