@charset "UTF-8";
/* ============================================================
  heroセクションは_service.scss/ header,footerはmain.scssにあり
============================================================ */
/* ============================================================
   CSR SECTION - Right Aligned Image Layout
============================================================ */
.csr {
  position: relative;
  padding-top: clamp(4.688rem, -0.67rem + 11.16vw, 9.375rem);
  padding-bottom: clamp(2.563rem, -0.366rem + 6.1vw, 5.125rem);
  z-index: 1;
  overflow: clip;
}
@media (max-width: 768px) {
  .csr {
    padding-bottom: 45px;
  }
}
.csr_bg-text_inner {
  width: 100%;
  max-width: 1395px;
  padding-inline: 0.35%;
  margin: 0 auto;
  position: relative;
}
.csr_inner {
  width: 100%;
  max-width: 1260px;
  padding-inline: 2.08%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .csr_inner {
    padding-inline: 3.82%;
  }
}
.csr_subtitle {
  font-size: clamp(1.125rem, 0.125rem + 2.08vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .csr_subtitle {
    font-size: 24px;
  }
}
.csr_bg-text {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -16px;
  left: 0;
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  font-family: var(--text-en);
  font-weight: 600;
  line-height: 1;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .csr_bg-text {
    font-size: 6rem;
  }
}
.csr_header {
  margin-bottom: clamp(1.25rem, -0.179rem + 2.98vw, 2.5rem);
}
@media (max-width: 768px) {
  .csr_header {
    margin-bottom: 65px;
  }
}
.csr_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: end;
}
.csr {
  /* --- カード本体 --- */
}
.csr_card {
  display: flex;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(80, 78, 78, 0.25);
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 369px;
}
@media (max-width: 1185px) {
  .csr_card {
    width: 82%;
    height: clamp(16.563rem, 9.134rem + 15.48vw, 23.063rem);
  }
}
@media (max-width: 768px) {
  .csr_card {
    height: auto;
    width: 100%;
  }
}
.csr_card-label {
  width: 45px;
  flex-shrink: 0;
  display: flex;
  padding-top: 15px;
  padding-bottom: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .csr_card-label {
    width: 25px;
  }
}
.csr_card-label-text {
  writing-mode: vertical-rl;
  font-size: 13px;
  font-family: var(--text-en);
  color: #00BBD5;
  transform: rotate(180deg);
  letter-spacing: 0.05em;
  text-align: end;
  font-weight: 500;
}
.csr_card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.csr_card-img {
  width: 100%;
  aspect-ratio: 955/235;
  overflow: hidden;
}
@media (max-width: 768px) {
  .csr_card-img {
    aspect-ratio: 338/235;
  }
}
.csr_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr_card {
  /* テキスト内容 */
}
.csr_card-content {
  padding: 30px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .csr_card-content {
    margin-left: -15px;
    padding: 24px 15px 57px 0;
  }
}
.csr_card-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-colorbk);
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  gap: 10px;
}
@media (max-width: 768px) {
  .csr_card-title {
    font-size: 23px;
  }
}
.csr_card .sp-csr {
  display: none;
}
@media (max-width: 470px) {
  .csr_card .sp-csr {
    display: block;
  }
}
@media (max-width: 353px) {
  .csr_card .sp-csr {
    display: none;
  }
}
.csr_card span {
  color: #00BBD5;
  font-family: var(--text-en);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
.csr_card-text {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-colorbk);
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 5;
}
.csr_card {
  /* 背景の透かし数字 */
}
.csr_card-watermark {
  position: absolute;
  bottom: 27px;
  right: 33px;
  font-size: clamp(1.688rem, -0.345rem + 4.23vw, 3.466rem);
  font-family: var(--text-en);
  font-weight: 500;
  color: #EDF6F8;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .csr_card-watermark {
    right: 15px;
    bottom: 10px;
    font-size: 55.45px;
  }
}

/* ============================================================
   SDGs SECTION
============================================================ */
.sdgs {
  position: relative;
  padding-top: clamp(4.688rem, -0.67rem + 11.16vw, 9.375rem);
  padding-bottom: clamp(1.719rem, -0.246rem + 4.09vw, 3.438rem);
  z-index: 1;
  overflow: clip;
}
.sdgs_bg-text_inner {
  width: 100%;
  max-width: 1395px;
  padding-inline: 0.35%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.sdgs_inner {
  width: 100%;
  max-width: 1260px;
  padding-inline: 2.08%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sdgs_inner {
    padding-inline: 3.82%;
    display: flex;
    flex-direction: column;
  }
}
.sdgs_bg-text {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -16px;
  left: 0;
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  font-family: var(--text-en);
  font-weight: 600;
  line-height: 1;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sdgs_bg-text {
    font-size: 6rem;
  }
}
.sdgs {
  /* ヘッダーコンテナ（PCでは横並び） */
}
.sdgs_header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sdgs_header-container {
    /* ★ 内部のロゴを説明文の下へ移動させるため、このタグの枠組みを無視させる */
    display: contents;
  }
}
.sdgs {
  /* 1. 見出し */
}
.sdgs_subtitle {
  font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: clamp(0.938rem, -0.134rem + 2.23vw, 1.875rem);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .sdgs_subtitle {
    order: 1;
  }
}
.sdgs_description {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: clamp(1.875rem, -0.268rem + 4.46vw, 3.75rem);
}
@media (max-width: 768px) {
  .sdgs_description {
    order: 2;
    margin-bottom: 15px;
    letter-spacing: 0.07em;
  }
}
.sdgs_goals-logo {
  width: clamp(22.5rem, 7.714rem + 30.8vw, 35.438rem);
  margin-top: clamp(-115px, -5.961vw - 29.16px, -75px);
}
.sdgs_goals-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sdgs_goals-logo {
    order: 3;
    width: 82%;
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
.sdgs_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .sdgs_list {
    order: 4;
    width: 100%;
  }
}
.sdgs_card {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22.5px;
  border: 1px solid #00BBD5;
  border-radius: 8px;
  gap: clamp(1rem, 0.5rem + 2vw, 3rem);
  position: relative;
}
@media (max-width: 768px) {
  .sdgs_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 15px 50px;
    gap: 0;
  }
}
.sdgs_card-num {
  font-size: 40px;
  font-weight: 500;
  color: #00BBD5;
  font-family: var(--text-en);
}
@media (max-width: 768px) {
  .sdgs_card-num {
    position: absolute;
    top: 10px;
    left: 9px;
    font-size: 40px;
    line-height: 1;
  }
}
.sdgs_card-icon-left {
  width: 117px;
}
@media (max-width: 768px) {
  .sdgs_card-icon-left {
    width: 135px;
    align-self: center;
    margin-bottom: 40px;
    margin-top: 10px;
  }
}
.sdgs_card-icon-left img {
  width: 100%;
  height: auto;
}
.sdgs_card-content {
  flex: 1;
}
@media (max-width: 768px) {
  .sdgs_card-content {
    width: 100%;
  }
}
.sdgs_card-title {
  font-size: clamp(1.375rem, 0.946rem + 0.89vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .sdgs_card-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.sdgs_card-text {
  font-size: 15px;
  border-top: 1px dotted #2C3333;
  padding-top: 10px;
}
.sdgs_card-icon-right {
  width: 134px;
}
@media (max-width: 768px) {
  .sdgs_card-icon-right {
    display: none;
  }
}
.sdgs_card-icon-right img {
  width: 100%;
  height: auto;
}

/* ============================================================
   COMMUNITY SERVICE SECTION (Full Version - Photo Lock)
============================================================ */
.community {
  position: relative;
  padding-top: clamp(1.719rem, -0.246rem + 4.09vw, 3.438rem);
  padding-bottom: clamp(8.125rem, -1.161rem + 19.35vw, 16.25rem);
  z-index: 1;
  overflow: clip;
}
@media (max-width: 768px) {
  .community {
    padding-bottom: clamp(5.938rem, -0.595rem + 26.6vw, 12.188rem);
  }
}
.community_bg-text_inner {
  width: 100%;
  max-width: 1395px;
  padding-inline: 0.35%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .community_bg-text_inner {
    display: none;
  }
}
.community_bg-text {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -15px;
  left: 0;
  font-family: var(--text-en);
  font-weight: 600;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  white-space: nowrap;
}
.community_bg-text span {
  display: inline-block;
  vertical-align: bottom;
}
.community_bg-text .initial {
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  letter-spacing: 0.05em;
}
.community_bg-text .rest {
  font-size: clamp(24px, 3.576vw - 3.5px, 48px);
  letter-spacing: 0.05em;
  margin-left: 20px;
}
.community {
  /* -----------------------------------------------------------
     コンテンツ内部レイアウト
  ----------------------------------------------------------- */
}
.community_inner {
  width: 100%;
  max-width: 1260px;
  padding-inline: 2.08%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .community_inner {
    padding-inline: 3.82%;
  }
}
.community_header {
  margin-bottom: clamp(1.25rem, -0.179rem + 2.98vw, 2.5rem);
}
@media (max-width: 768px) {
  .community_header {
    margin-bottom: 25px;
  }
}
.community_subtitle {
  font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.community_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 5vw, 80px);
}
@media (max-width: 768px) {
  .community_container {
    flex-direction: column;
    gap: 60px;
  }
}
.community_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 768px) {
  .community_list {
    gap: 15px;
  }
}
.community_item_container {
  display: flex;
  flex-direction: column;
}
.community_item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.community_item-num {
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
  font-weight: 500;
  color: #00BBD5;
  font-family: var(--text-en);
  padding-top: 5px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .community_item-num {
    font-size: 20px;
    padding-top: 0;
  }
}
.community_item-title {
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.community_item-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.community_image-area {
  position: relative;
  width: 45%;
  aspect-ratio: 520/480;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .community_image-area {
    width: 98%;
  }
}
.community_image-woman {
  position: absolute;
  top: 0;
  left: -5%;
  width: 52.35%;
  z-index: 2;
}
@media (max-width: 768px) {
  .community_image-woman {
    left: -1%;
  }
}
.community_image-woman img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.community_image-man {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 51.35%;
  z-index: 1;
}
@media (max-width: 768px) {
  .community_image-man {
    right: -3%;
  }
}
.community_image-man img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

/* ============================================================
   OUR COMMITMENT (CTA) SECTION
============================================================ */
.commitment-cta {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.commitment-cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.commitment-cta_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 1220px) {
  .commitment-cta_bg img {
    -o-object-position: right 46% top 12px;
       object-position: right 46% top 12px;
  }
}
@media (min-width: 1620px) {
  .commitment-cta_bg img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.commitment-cta {
  /* --- コンテンツ内部 --- */
}
.commitment-cta_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  margin-top: clamp(70px, -14.605vw + 280.312px, 168px);
  padding-inline: 1.39%;
}
@media (max-width: 768px) {
  .commitment-cta_inner {
    margin-top: 200px;
    padding-inline: 3.82%;
  }
}
.commitment-cta_content {
  max-width: 800px;
}
.commitment-cta_text {
  color: var(--text-colorwh);
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: clamp(1.25rem, -0.179rem + 2.98vw, 2.5rem);
}
.commitment-cta {
  /* --- ボタンエリア --- */
}
.commitment-cta_btns {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .commitment-cta_btns {
    flex-direction: column;
    gap: 15px;
  }
}
.commitment-cta_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(14.375rem, 12.232rem + 4.46vw, 16.25rem);
  height: 55px;
  padding: 0 15px 0 23px;
  border-radius: 27.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  border: solid 0.5px #EDF6F8;
}
@media (max-width: 768px) {
  .commitment-cta_btn {
    width: 260px;
  }
}
.commitment-cta_btn span {
  color: var(--text-colorwh);
  font-size: 15px;
  z-index: 2;
}
.commitment-cta_btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  z-index: 2;
}
.commitment-cta_btn.-primary {
  background-color: #00BBD5;
}
.commitment-cta_btn.-primary::after {
  background-image: url("../img/contact_btn.png");
}
.commitment-cta_btn.-secondary {
  background-color: #333333;
}
.commitment-cta_btn.-secondary::after {
  background-image: url("../img/btn_arrow.png");
}
.commitment-cta_btn:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}
.commitment-cta_btn:hover::after {
  transform: translateX(5px);
}
.commitment-cta_watermark {
  position: absolute;
  bottom: clamp(-180px, -8.197vw - 61.967px, -125px);
  left: clamp(-10px, -2.235vw + 22.19px, 5px);
  z-index: 2;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(60px, 6.6vw, 96px);
  line-height: 1.8;
  letter-spacing: 0;
  color: #AFAFAF;
  mix-blend-mode: overlay;
  opacity: 0.28;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-inline: 2%;
}
@media (max-width: 768px) {
  .commitment-cta_watermark {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    bottom: auto;
    top: clamp(-259px, -13.17vw - 157.86px, -200px);
    left: -2%;
    padding-inline: 0;
    font-size: 3rem;
  }
}

/* ============================================================
  HERO下層ページ
============================================================ */
/* ============================================================
   SERVICE HERO SECTION 
============================================================ */
.service-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2.7692307692;
  background-image: url("../img/fv_bg_earth.png");
  background-size: cover;
  background-position: center top;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4.65vw;
}
@media (max-width: 768px) {
  .service-hero {
    background-image: url(../img/fv_bg_earth_sp.png);
    aspect-ratio: auto;
    height: auto;
    max-height: 375px;
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
.service-hero_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .service-hero_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.service-hero_content {
  padding-left: 4.17%;
  position: relative;
  z-index: 30;
  margin-top: clamp(7.813rem, 2.313rem + 11.46vw, 12.625rem);
}
@media (max-width: 768px) {
  .service-hero_content {
    padding-inline: 17px;
    z-index: 40;
  }
}
.service-hero_label {
  margin-bottom: 1.04vw;
  color: var(--text-colorwh);
}
.service-hero_label::before {
  background-image: url(../img/logo_icon_wh.png) !important;
}
.service-hero_title {
  font-size: 4.45vw;
  line-height: 1.1;
  margin-bottom: 1.73vw;
  color: var(--text-colorwh);
  font-weight: 700;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  font-family: var(--text-en);
  letter-spacing: 0.05em;
  width: 100%;
}
@media (max-width: 768px) {
  .service-hero_title {
    font-size: clamp(3rem, 10vw, 4.5rem);
    margin-bottom: 20px;
  }
}
.service-hero_text {
  font-size: 1.04vw;
  line-height: 1.8;
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .service-hero_text {
    font-size: 15px;
    line-height: 1.7;
  }
}
.service-hero_img-wrapper {
  position: absolute;
  right: 4%;
  top: 5%;
  width: 40.56%;
  height: auto;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 768px) {
  .service-hero_img-wrapper {
    display: none;
  }
}
.service-hero_img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

/* ============================================================
   SERVICE OVERVIEW - Final Cascade Fixed Version
============================================================ */
.overview {
  position: relative;
  padding-top: clamp(14.688rem, 8.973rem + 11.9vw, 19.688rem);
  padding-bottom: clamp(5.625rem, -0.804rem + 13.39vw, 11.25rem);
  z-index: 1;
  overflow: clip;
}
@media (max-width: 768px) {
  .overview {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.overview_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .overview_inner {
    padding-inline: 3.82%;
  }
}
.overview_bg-text {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  display: inline-block;
  top: clamp(-282px, -12.95vw - 95.58px, -195px);
  left: -3px;
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  font-family: var(--text-en);
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.05em;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1440px) {
  .overview_bg-text {
    top: clamp(-282px, -12.95vw - 95.58px, -195px);
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
    left: clamp(-3px, -7.5vw + 105px, 15px);
  }
}
@media (max-width: 1200px) {
  .overview_bg-text {
    left: 1.39vw;
  }
}
@media (max-width: 768px) {
  .overview_bg-text {
    right: auto;
    left: 3%;
    top: -32px;
    font-size: 6rem;
  }
}
.overview_title {
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .overview_title {
    margin-bottom: 0 !important;
  }
}
.overview_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 4.17vw, 40px);
}
@media (max-width: 768px) {
  .overview_container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.overview_sidebar {
  width: 250px;
  flex-shrink: 0;
  margin-top: -173px;
}
@media (max-width: 768px) {
  .overview_sidebar {
    width: 100%;
    margin-top: 0;
  }
}
.overview .overview_nav {
  width: 260px;
}
@media (max-width: 768px) {
  .overview .overview_nav {
    margin-left: auto;
  }
}
.overview_nav-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .overview_nav-list {
    margin-top: 30px;
  }
}
.overview_nav-item {
  border-bottom: 1px dotted #ccc;
}
.overview_nav-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px;
  text-decoration: none;
  color: var(--text-colorbk);
  font-weight: 500;
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.overview_nav-item a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/service_card_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.overview_nav-item.-active a {
  color: #02CEFA;
}
.overview_main {
  width: clamp(420px, 64.83vw - 77.91px, 855px);
  height: 797px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  .overview_main {
    width: 100%;
    height: auto !important;
    overflow: visible;
  }
}
.overview_card {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #62E3FF 0%, #5295F8 100%);
  color: var(--text-colorwh);
  padding-top: clamp(1.375rem, -0.625rem + 4.17vw, 3.125rem);
  padding-bottom: 85px;
  padding-inline: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
@media (max-width: 465px) {
  .overview_card {
    /* ★ポイント1：高さを 588px に固定 */
    height: 588px !important;
    /* ★ポイント2：横幅を固定することで「間隔」を均等に保つ */
    /* 画面幅に合わせて 280px〜300px 程度が最適です */
    width: 100%;
    padding-top: 50px;
    padding-bottom: 125px;
    /* ★ポイント3：カード間の物理的な隙間を固定 */
    margin-right: 20px !important;
  }
}
.overview_card-num {
  font-size: 1.125rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: clamp(1.875rem, -0.268rem + 4.46vw, 3.75rem);
}
.overview_card-headline {
  font-size: clamp(1.25rem, 0.82rem + 0.89vw, 1.625rem);
  line-height: 1.6;
  margin-bottom: clamp(1.375rem, -0.625rem + 4.17vw, 3.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 465px) {
  .overview_card-headline {
    font-size: 24px;
  }
}
.overview_card-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.overview_card-watermark {
  position: absolute;
  bottom: 24px;
  right: 20px;
  font-size: clamp(2.5rem, 0.786rem + 3.57vw, 4rem);
  font-family: var(--text-en);
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.35;
}
@media (max-width: 768px) {
  .overview_card-watermark {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    right: 15px;
    bottom: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 465px) {
  .overview_card-watermark {
    font-size: 4rem;
    bottom: 13px;
  }
}
.overview_card-arrow {
  position: absolute;
  top: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
  right: 40px;
  width: 34px;
  height: 34px;
  background: url("../img/service_card_arrow_wh.png") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .overview_card-arrow {
    right: 16px;
  }
}
@media (max-width: 465px) {
  .overview_card-arrow {
    top: 40px;
  }
}
.overview_card:hover .overview_card-arrow {
  transform: translateX(10px);
}
.overview_card.--coming-soon {
  cursor: default;
}
.overview_card.--coming-soon:hover .overview_card-arrow {
  transform: none;
}
.overview_card.--coming-soon .overview_card-arrow {
  background: none;
  width: auto;
  height: auto;
}
.overview_card.--coming-soon .overview_card-arrow::before {
  content: "COMING SOON";
  font-family: var(--text-en);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 100px;
  white-space: nowrap;
}

.overview_main .swiper-slide {
  height: 470px !important;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .overview_main .swiper-slide {
    height: auto !important;
    margin-bottom: 35px;
  }
  .overview_main .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 465px) {
  .overview_main .swiper-slide {
    height: 588px !important;
  }
}
.overview_main .swiper-wrapper {
  gap: 0;
}
@media (max-width: 768px) {
  .overview_main .swiper-wrapper {
    display: block !important;
    transform: none !important;
  }
}

.swiper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 350px) {
  .sp350 {
    display: none;
  }
}
/* ============================================================
  heroセクションは_service.scss/ header,footerはmain.scssにあり
============================================================ */
/* ============================================================
   PRIVACY POLICY PAGE - Position Fixed Version
============================================================ */
.privacy-page {
  background-color: var(--text-colorwh);
  padding-top: clamp(5rem, -0.73rem + 11.92vw, 10rem);
  padding-bottom: clamp(2.188rem, -0.319rem + 5.22vw, 4.375rem);
}
.privacy-page_inner {
  max-width: 1232px;
  margin: 0 auto;
  padding-inline: 1.11%;
}
@media (max-width: 768px) {
  .privacy-page_inner {
    padding-inline: 3.82%;
  }
}
.privacy-page_title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.privacy-page_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 1px;
  background-color: #00BBD5;
}
@media (max-width: 768px) {
  .privacy-page_title {
    font-size: clamp(1.5rem, 0.714rem + 3.2vw, 2.25rem);
  }
}
.privacy-page_content {
  border: 1px solid #00BBD5;
  border-radius: 16px;
  padding-top: 41px;
  padding-inline: 75px;
  padding-bottom: 195px;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .privacy-page_content {
    padding-inline: clamp(1.25rem, -2.353rem + 14.67vw, 4.688rem);
    padding-bottom: clamp(2.688rem, -7.242rem + 40.43vw, 12.188rem);
  }
}
.privacy-page_lead {
  margin-bottom: 43px;
}
.privacy-page_section {
  margin-bottom: 40px;
}
.privacy-page_section:last-child {
  margin-bottom: 0;
}
.privacy-page_section-title {
  font-size: 20px;
  font-weight: 500;
}
.privacy-page_section .privacy-page_numbers {
  list-style-type: none;
  counter-reset: item;
  padding-left: 10px;
}
.privacy-page_section .privacy-page_numbers li {
  position: relative;
  padding-left: 1em;
}
.privacy-page_section .privacy-page_numbers li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
}
.privacy-page {
  /* 共通：リストの基本リセット */
}
.privacy-page .privacy-page_ol-main,
.privacy-page .privacy-page_ol-alpha,
.privacy-page .privacy-page_ol-roman {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  counter-reset: item;
}
.privacy-page {
  /* --- 第1階層: 1. 2. --- */
}
.privacy-page .privacy-page_ol-main {
  counter-reset: main-item;
}
.privacy-page .privacy-page_ol-main > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.privacy-page .privacy-page_ol-main > li::before {
  counter-increment: main-item;
  content: counter(main-item) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.privacy-page {
  /* --- 第2階層: a. b. c. d. --- */
}
.privacy-page .privacy-page_ol-alpha {
  counter-reset: alpha-item;
}
.privacy-page .privacy-page_ol-alpha > li {
  position: relative;
  padding-left: 1em;
}
.privacy-page .privacy-page_ol-alpha > li::before {
  counter-increment: alpha-item;
  /* a, b, c... の形式で出力 */
  content: counter(alpha-item, lower-latin) ". ";
  position: absolute;
  left: 0;
}
.privacy-page {
  /* --- 第3階層: i. ii. iii... (ローマ数字) --- */
}
.privacy-page .privacy-page_ol-roman {
  counter-reset: roman-item;
}
.privacy-page .privacy-page_ol-roman > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.3rem;
}
.privacy-page .privacy-page_ol-roman > li::before {
  counter-increment: roman-item;
  /* i, ii, iii... の形式で出力 */
  content: counter(roman-item, lower-roman) ". ";
  position: absolute;
  left: 0;
}
.privacy-page {
  /* お問い合わせ窓口ボックス */
}
.privacy-page_contact {
  padding: 1.5rem;
  border-radius: 4px;
  margin-top: 1rem;
  font-weight: 500;
}

.privacy-page_section .privacy-page_numbers ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}

.privacy-page_section .privacy-page_numbers ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 3px;
}

.privacy-page_section .privacy-page_numbers ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  counter-increment: none;
}

/* ============================================================
  heroセクションは_service.scss/ header,footerはmain.scssにあり
============================================================ */
/* ============================================================
   CONTACT FORM SECTION
============================================================ */
.contact-form {
  padding-top: clamp(2.75rem, -0.393rem + 6.55vw, 5.5rem);
  padding-bottom: clamp(2.422rem, -0.31rem + 5.69vw, 4.813rem);
}
.contact-form_inner {
  max-width: 632px;
  margin: 0 auto;
  padding-inline: 1.11%;
}
@media (max-width: 394px) {
  .contact-form_inner {
    padding-inline: 3.82%;
  }
}
.contact-form_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.contact-form_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form_label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.contact-form_badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 21px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-colorwh);
}
.contact-form_badge.-required {
  background-color: #00BBD5;
}
.contact-form_input, .contact-form_textarea {
  width: 100%;
  padding: 17px 15px;
  background-color: #EDF6F8;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  transition: background-color 0.3s ease;
  box-shadow: inset 0 4px 10px 0 rgba(204, 223, 227, 0.3);
}
.contact-form_input::-moz-placeholder, .contact-form_textarea::-moz-placeholder {
  color: #AAB5B8;
}
.contact-form_input::placeholder, .contact-form_textarea::placeholder {
  color: #AAB5B8;
}
.contact-form_input:focus, .contact-form_textarea:focus {
  outline: 2px solid #00BBD5;
  background-color: var(--text-colorwh);
}
.contact-form_textarea {
  min-height: 175px;
  resize: vertical;
}
.contact-form_privacy {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-form_privacy {
    justify-content: center;
  }
}
.contact-form_privacy label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.contact-form_privacy input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #00BBD5;
  cursor: pointer;
}
.contact-form_privacy a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
  display: inline-block;
  font-size: 15px;
}
.contact-form_privacy a:hover {
  color: #00BBD5;
  text-decoration: none;
}
.contact-form_submit-wrapper {
  display: flex;
  justify-content: center;
}
.contact-form_submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 55px;
  padding: 0 15px 0 23px;
  background-color: var(--text-colorbk);
  border: none;
  border-radius: 27.5px;
  color: var(--text-colorwh);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form_submit span {
  z-index: 2;
}
.contact-form_submit::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/btn_arrow.png") no-repeat center/contain;
  transition: transform 0.3s ease;
  z-index: 2;
}
.contact-form_submit:hover {
  opacity: 0.9;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.contact-form_submit:hover::after {
  transform: translateX(5px);
}
.contact-form_submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.contact-form_iframe {
  width: 100%;
  height: 1100px; /* まずは大きめに。後で微調整 */
  border: 0;
  display: block;
}

/* =====================================================================================================================
  heroセクションは_service.scss/ header,footerはmain.scss /縦書きタイトル（sdgs_bg-text）はcsr.scssにあり
===================================================================================================================== */
/* ============================================================
   MESSAGE SECTION - Fix Version (Nesting Reset)
============================================================ */
/* ============================================================
   MESSAGE SECTION (SP Responsive Fix)
============================================================ */
.message {
  position: relative;
  padding-top: clamp(3.563rem, -0.52rem + 8.49vw, 7.125rem);
  padding-bottom: clamp(1.875rem, -0.274rem + 4.47vw, 3.75rem);
  background-color: var(--text-colorwh);
  z-index: 1;
  overflow: clip;
}
@media (max-width: 768px) {
  .message {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.message_inner {
  width: 100%;
  max-width: 1260px;
  padding-inline: 2.08%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 5.5vw, 80px);
  padding-top: clamp(2.813rem, -0.411rem + 6.71vw, 5.625rem);
}
@media (max-width: 768px) {
  .message_inner {
    flex-direction: column;
    padding-inline: 3.82%;
    padding-top: 0;
  }
}
.message_bg-text {
  top: 0;
}
.message_visual {
  position: relative;
  width: 42.92%;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .message_visual {
    width: 100%;
    order: 4;
    margin-bottom: 30px;
  }
}
.message_img {
  width: 100%;
  padding-top: clamp(0.875rem, -0.128rem + 2.09vw, 1.75rem);
}
@media (max-width: 768px) {
  .message_img {
    padding-top: 0;
  }
}
.message_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message_content {
  width: 50%;
}
@media (max-width: 768px) {
  .message_content {
    width: 100%;
    display: contents;
  }
}
@media (max-width: 768px) {
  .message_label {
    order: 1;
    margin-bottom: 0px !important;
  }
}
.message_title {
  font-size: clamp(2.5rem, 1.5rem + 3vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .message_title {
    order: 2;
    font-size: 40px;
    margin-bottom: 0px;
    font-size: clamp(3rem, 1.952rem + 4.27vw, 4rem);
  }
}
.message_lead {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .message_lead {
    order: 3;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.message_body {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .message_body {
    order: 5;
    margin-top: -10px;
    width: 99%;
  }
}
.message_signature {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .message_signature {
    order: 6;
    margin-top: 30px;
  }
}
.message_signature_inner {
  display: inline-block;
}
@media (max-width: 768px) {
  .message_signature_inner {
    display: none;
  }
}
.message_signature-post {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.message_signature-name {
  font-size: 20px;
  font-weight: 500;
}

/* ============================================================
   MEMBER 完全版
============================================================ */
.member {
  position: relative;
  padding-top: clamp(1.875rem, -0.274rem + 4.47vw, 3.75rem);
  padding-bottom: clamp(2.938rem, -0.429rem + 7vw, 5.875rem);
  overflow: hidden;
}
.member_bg-text {
  position: absolute;
  z-index: -1;
  top: 48px;
  left: calc(50% + 670px);
  right: auto;
  transform: translateX(-100%);
  font-family: var(--text-en);
  font-weight: 600;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .member_bg-text {
    left: auto;
    transform: none;
    right: max(0px, 50px - (1440px - 100vw));
  }
}
@media (max-width: 768px) {
  .member_bg-text {
    display: none;
  }
}
.member_bg-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 0.8;
}
.member_bg-char {
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  letter-spacing: 0.05em;
}
.member_bg-sub {
  font-size: clamp(1.375rem, 0.086rem + 2.68vw, 2.5rem);
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.member_section_title {
  margin-bottom: clamp(1.375rem, -0.272rem + 3.43vw, 2.813rem) !important;
}
.member_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 1.39%;
  position: relative;
}
@media (max-width: 768px) {
  .member_inner {
    padding-inline: 3.82%;
  }
}
.member_slider-outer {
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  overflow: visible;
}
.member_card {
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 0 !important;
  width: 480px !important;
  height: 385px !important;
  overflow: hidden;
  text-decoration: none;
}
.member_card:hover .member_card-img img {
  transform: scale(1.1);
}
@media (max-width: 1440px) {
  .member_card {
    width: 33.33vw !important;
    min-width: 280px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 480/385 !important;
  }
}
@media (max-width: 768px) {
  .member_card {
    width: 293px !important;
  }
}
.member_card-img {
  position: relative;
  width: 100% !important;
  height: 81.8% !important;
  flex-shrink: 0 !important;
  overflow: hidden;
}
.member_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.member_card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.member_card-body {
  width: 100% !important;
  height: 18.2% !important;
  position: relative;
  margin-top: -1px;
  background: linear-gradient(135deg, #02CEFA 0%, #0562EA 100%);
  padding: 0 4%;
  display: flex;
  align-items: center;
}
.member_card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.08%;
  color: var(--text-colorwh);
}
.member_card-post {
  font-weight: 500;
  font-size: clamp(0.625rem, 0.41rem + 0.45vw, 0.813rem);
  letter-spacing: 0.05em;
}
.member_card-name {
  font-size: clamp(0.875rem, 0.445rem + 0.89vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.name_en {
  font-size: 13px;
  margin-left: 10px;
}

.introduction {
  display: none;
}
@media (max-width: 500px) {
  .introduction {
    display: block;
  }
}

/* ============================================================
   SUPPORT FRAMEWORK
============================================================ */
.support {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(2.938rem, -0.429rem + 7vw, 5.875rem);
  padding-bottom: clamp(5rem, -0.73rem + 11.92vw, 10rem);
  z-index: 1;
  overflow: clip;
}
@media (max-width: 768px) {
  .support {
    padding-inline: 3.82%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.support_bg-text_inner {
  width: 100%;
  max-width: 1395px;
  padding-inline: 0.35%;
  margin: 0 auto;
  position: relative;
  z-index: -10;
}
.support_bg-text {
  position: absolute;
  z-index: -1;
  top: -42px;
  left: 0;
  font-family: var(--text-en);
  font-weight: 600;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .support_bg-text {
    top: clamp(-19px, -0.568px - 2.4vw, -10px);
    left: clamp(-31px, -4.376px - 3.467vw, -18px);
  }
}
.support_bg-text span {
  display: inline-block;
  vertical-align: bottom;
}
.support_bg-text .initial {
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
}
.support_bg-text .initial_f {
  margin-top: clamp(1.875rem, -0.274rem + 4.47vw, 3.75rem);
}
.support_bg-text .rest {
  font-size: clamp(24px, 3.576vw - 3.5px, 48px);
  margin-left: 20px;
}
@media (max-width: 768px) {
  .support_bg-text .initial {
    font-size: 6rem;
  }
  .support_bg-text .initial_f {
    margin-top: 30px;
  }
  .support_bg-text .rest {
    font-size: 46px;
    margin-left: 10px;
  }
}
.support_inner {
  width: 100%;
  max-width: none;
}
.support_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(4.063rem, -0.593rem + 9.69vw, 8.125rem);
}
.support_row:last-child {
  margin-bottom: 0;
}
.support_row.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .support_row {
    flex-direction: column !important;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.support_content {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100% - 1260px) / 2 + 40px);
}
.-reverse .support_content {
  padding-left: 40px;
  padding-right: calc((100% - 1300px) / 2 + 40px);
}
@media (max-width: 1300px) {
  .support_content {
    padding-inline: 5% !important;
  }
}
@media (max-width: 768px) {
  .support_content {
    width: 100%;
    padding-inline: 15px !important;
    display: contents;
  }
}
@media (max-width: 768px) {
  .support_label {
    order: 1;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .support_title {
    order: 2;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
.support_lead {
  font-size: clamp(1.375rem, 1.088rem + 0.6vw, 1.625rem);
  font-weight: 700;
  line-height: 1.6;
  margin-block: 20px;
}
@media (max-width: 768px) {
  .support_lead {
    order: 3;
    font-size: 24px;
    margin-block: 0 20px;
  }
}
.support_text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .support_text {
    order: 4;
    width: 99%;
    margin-bottom: 10px;
  }
  .-reverse .support_text {
    order: 11;
  }
}
.support_list {
  list-style: none;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: clamp(1.375rem, -0.272rem + 3.43vw, 2.813rem);
  font-weight: 500;
}
@media (max-width: 768px) {
  .support_list {
    order: 5;
    margin-bottom: 40px;
  }
  .-reverse .support_list {
    order: 12;
  }
}
.support_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.support_visual {
  width: 47.45%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .support_visual {
    width: 100%;
    order: 6;
  }
  .-reverse .support_visual {
    order: 13;
  }
  .support_visual {
    margin-bottom: 30px;
  }
}
.support_visual img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.support_btn-wrapper {
  margin-top: auto;
  text-align: right;
}
@media (max-width: 768px) {
  .support_btn-wrapper {
    width: 100%;
    order: 14;
    margin-top: 0;
  }
}
.support_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 55px;
  padding: 0 15px 0 25px;
  background-color: var(--text-colorbk);
  color: var(--text-colorwh);
  text-decoration: none;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}
.support_btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/btn_arrow.png") no-repeat center/contain;
  transition: 0.3s;
}
.support_btn:hover {
  opacity: 0.7;
}
.support_btn:hover::after {
  transform: translateX(5px);
}

.framework {
  display: none;
}
@media (max-width: 365px) {
  .framework {
    display: block;
  }
}

/* ============================================================
   LICENSE SECTION (許可取得状況)
   -段階的レスポンシブスクロール対応
============================================================ */
.license {
  position: relative;
  background: url("../img/bg_license.png") no-repeat center/cover;
  padding-top: clamp(3.75rem, -0.548rem + 8.94vw, 7.5rem);
  padding-bottom: clamp(4.125rem, -0.674rem + 9.99vw, 8.313rem);
  color: var(--text-colorwh);
  text-align: center;
}
@media (max-width: 768px) {
  .license {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.license_inner {
  width: 100%;
  max-width: 1020px;
  padding-inline: 1.39%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .license_inner {
    padding-inline: 0px;
  }
}
.license_header {
  margin-bottom: clamp(1.875rem, -0.274rem + 4.47vw, 3.75rem);
}
@media (max-width: 768px) {
  .license_header {
    padding-inline: 3.82%;
  }
}
.license_title {
  display: block;
  font-size: clamp(1.5rem, 0.927rem + 1.19vw, 2rem);
  font-weight: 700;
  margin-bottom: clamp(1.25rem, -0.183rem + 2.98vw, 2.5rem);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .license_title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.license_lead {
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1rem);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .license_lead {
    font-size: 16px;
    padding-inline: 3.82%;
  }
}
.license_table-wrapper {
  margin-bottom: clamp(1.563rem, -0.228rem + 3.73vw, 3.125rem);
  /* 横スクロールの共通設定 */
}
@media (max-width: 768px) {
  .license_table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    padding-left: 3.82%;
    margin-inline: -5px;
  }
}
.license_table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  border-style: hidden;
  font-weight: 500;
}
@media (max-width: 768px) {
  .license_table {
    min-width: 740px;
    margin-right: 25px;
  }
}
@media (max-width: 600px) {
  .license_table {
    min-width: 500px;
  }
}
.license_table th,
.license_table td {
  padding-block: 27px;
  padding-inline: 16px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .license_table th,
  .license_table td {
    padding-block: 18px;
    padding-inline: 12px;
    font-size: clamp(0.625rem, 0.364rem + 1.06vw, 0.875rem);
  }
}
@media (max-width: 600px) {
  .license_table th,
  .license_table td {
    padding-block: 15px;
    padding-inline: 10px;
  }
}
.license_table th:first-child,
.license_table td:first-child {
  border-left: none;
}
.license_table th:last-child,
.license_table td:last-child {
  border-right: none;
}
.license_table tr:first-child th,
.license_table tr:first-child td {
  border-top: none;
}
.license_table tr:last-child td {
  border-bottom: none;
}
.license_table th {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.358rem + 1.6vw, 1.125rem);
  background-color: rgba(255, 255, 255, 0.1);
}
.license_table th:nth-child(1) {
  width: auto;
}
.license_table th:nth-child(2) {
  width: 47.37%;
}
.license_table th:nth-child(3) {
  width: 30.51%;
}
.license_note {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: clamp(1.563rem, -0.228rem + 3.73vw, 3.125rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .license_note {
    font-size: 16px;
    margin-bottom: 30px;
    padding-inline: 3.82%;
  }
}
.license_images {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 60px);
}
@media (max-width: 768px) {
  .license_images {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding-inline: 3.82%;
  }
}
.license_images li {
  width: 30%;
  max-width: 220px;
}
@media (max-width: 768px) {
  .license_images li {
    width: 32%;
  }
}
.license_images li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.license .pc-only {
  display: block;
}
@media (max-width: 768px) {
  .license .pc-only {
    display: none;
  }
}

/* ============================================================
   SOCIETY SECTION (SP Responsive Fix)
============================================================ */
#society {
  width: 100%;
  padding-top: clamp(3.125rem, -0.456rem + 7.45vw, 6.25rem);
  padding-bottom: clamp(3.75rem, -0.548rem + 8.94vw, 7.5rem);
  position: relative;
  overflow: hidden;
  background-image: url("../img/society_earth.png");
  background-repeat: no-repeat;
  background-position: center clamp(20.938rem, 10.551rem + 21.61vw, 30rem);
  background-size: clamp(37.5rem, 31.412rem + 12.67vw, 42.813rem) auto;
}
@media (max-width: 768px) {
  #society {
    background-position: center 105%;
    background-size: 180% auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.society_inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: 1.39%;
  text-align: center;
}
@media (max-width: 768px) {
  .society_inner {
    padding-inline: 15px;
  }
}

.society_label {
  justify-content: center;
}

.society_ttl_wrap {
  position: relative;
  margin-bottom: clamp(1.25rem, -0.183rem + 2.98vw, 2.5rem);
}
@media (max-width: 768px) {
  .society_ttl_wrap {
    margin-bottom: 20px;
  }
}

.society_ttl {
  font-family: var(--text-en);
  font-size: clamp(2.5rem, 0.786rem + 3.57vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .society_ttl {
    font-size: clamp(3rem, 1.952rem + 4.27vw, 4rem);
  }
}

.society_ttl_bg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #EDF6F8;
  white-space: nowrap;
  z-index: -1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .society_ttl_bg {
    width: 100%;
    line-height: 0.6;
    top: 79%;
  }
}
.society_ttl_bg .initial {
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
}
.society_ttl_bg .rest,
.society_ttl_bg .to {
  font-size: clamp(24px, 3.576vw - 3.5px, 48px);
}
@media (max-width: 768px) {
  .society_ttl_bg .initial {
    font-size: 96px;
  }
  .society_ttl_bg .rest,
  .society_ttl_bg .to {
    font-size: 46px;
  }
}
@media (max-width: 393px) {
  .society_ttl_bg .initial {
    font-size: clamp(5rem, 0.616rem + 21.92vw, 6rem);
  }
  .society_ttl_bg .rest,
  .society_ttl_bg .to {
    font-size: clamp(2.375rem, 0.183rem + 10.96vw, 2.875rem);
  }
}
.society_ttl_bg .rest {
  text-transform: uppercase;
}
.society_ttl_bg .to {
  margin-left: clamp(1.25rem, -0.183rem + 2.98vw, 2.5rem);
  margin-right: clamp(0.688rem, -0.1rem + 1.64vw, 1.375rem);
}
@media (max-width: 768px) {
  .society_ttl_bg .to {
    margin: 0 5px;
  }
}

.society_lead {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: clamp(0.625rem, -0.091rem + 1.49vw, 1.25rem);
}
@media (max-width: 768px) {
  .society_lead {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.society_txt {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: clamp(1.688rem, -0.318rem + 4.17vw, 3.438rem);
  font-weight: 400;
}
@media (max-width: 768px) {
  .society_txt {
    margin-bottom: 30px;
    width: 97%;
  }
}

.society_btn_area {
  margin-bottom: 80px;
  text-align: unset;
}
@media (max-width: 768px) {
  .society_btn_area {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
}

.society_gallery {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  .society_gallery {
    flex-wrap: wrap;
    gap: 10px;
    width: 95.2%;
    margin: 0 auto;
  }
}

.society_pic {
  width: 21.22%;
}
@media (max-width: 768px) {
  .society_pic {
    width: calc(50% - 5px);
  }
}

.society_pic img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   company
============================================================ */
#companypage {
  width: 100%;
  padding-top: clamp(2.5rem, -0.365rem + 5.96vw, 5rem);
  padding-bottom: clamp(1.563rem, -0.228rem + 3.73vw, 3.125rem);
  position: relative;
  overflow: hidden;
}

.companypage_bg-text {
  z-index: 0;
  top: -3px;
}

.companypage_inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: 1.39%;
  position: relative;
}

.companypage_container {
  position: relative;
  z-index: 2;
}

.companypage_head {
  margin-bottom: 60px;
}

.companypage_content {
  position: relative;
  margin-bottom: 80px;
  max-width: 770px;
  margin: 0 auto;
}

.companypage_list {
  max-width: 800px;
}

.companypage_item {
  display: flex;
  gap: 15px;
}

.companypage_item dt {
  width: 178px;
  font-weight: 400;
  align-content: center;
  border-bottom: 1px solid #2C3333;
}

.companypage_item dd {
  flex-grow: 1;
  padding-block: 25px;
  line-height: 1.6;
  border-bottom: 0.5px solid #2C3333;
  font-weight: 400;
}

.companypage_business_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.companypage_business_list li {
  display: block;
  padding-left: 0;
  margin-bottom: 8px;
  text-indent: 0;
}

.companypage_business_list li::before {
  content: "・";
}

.companypage_bg_graphic {
  position: absolute;
  top: clamp(32.75rem, 42.675rem - 11.028vw, 37.375rem);
  left: clamp(29rem, 17.11rem + 24.74vw, 39.375rem);
  transform: translateY(-50%);
  width: clamp(17.5rem, 4.679rem + 26.68vw, 28.688rem);
  z-index: -1;
}

.companypage_bg_graphic img {
  width: 100%;
  height: auto;
}

.companypage_map {
  width: 100%;
  height: 330px;
  margin-top: 50px;
}

.companypage_map iframe {
  width: 100%;
  height: 330px;
}

/* ============================================================
   group company
============================================================ */
#groupcompany {
  width: 100%;
  padding-top: clamp(2.5rem, -0.365rem + 5.96vw, 5rem);
  padding-bottom: clamp(5.625rem, -0.822rem + 13.41vw, 11.25rem);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.groupcompany_bg-text {
  z-index: 0;
  top: -3px;
  white-space: nowrap;
}

.groupcompany_inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: 1.39%;
  position: relative;
}

.groupcompany_head {
  margin-bottom: 60px;
}

.groupcompany_container {
  position: relative;
  z-index: 2;
  max-width: 770px;
  /* リストの幅に合わせて中央寄せ */
  margin: 0 auto;
}

/* 各会社ごとのブロック */
.groupcompany_block {
  margin-bottom: 100px;
  /* 会社ごとの間隔 */
}

.groupcompany_block:last-child {
  margin-bottom: 0;
}

/* 黒いヘッダーバー */
.groupcompany_item_header {
  background-color: var(--text-colorbk);
  color: var(--text-colorwh);
  gap: 38px;
  padding: 24px 22px;
  display: flex;
  align-items: center;
}

.groupcompany_item_header h3 {
  font-size: 28px;
  font-weight: 700;
}

.groupcompany_item_header .en_name {
  font-size: 16px;
  font-weight: 500;
}

.groupcompany_list {
  width: 100%;
}

.groupcompany_item {
  display: flex;
  gap: 15px;
}

.groupcompany_item dt {
  width: 178px;
  font-weight: 400;
  flex-shrink: 0;
  /* ラベルの幅を絶対に削らせない */
  align-content: center;
  border-bottom: 1px solid #2C3333;
}

.groupcompany_item dd {
  flex-grow: 1;
  padding-block: 25px;
  line-height: 1.6;
  border-bottom: 0.5px solid #2C3333;
  font-weight: 400;
  text-align: left;
}

/* マップ（参考コードを継承） */
.groupcompany_map {
  width: 100%;
  height: 330px;
  margin-top: 30px;
}

.groupcompany_map iframe {
  width: 100%;
  height: 330px;
}

.groupcompany_bg-text_inner {
  z-index: 0;
}

.groupcompany_inner_last {
  padding-top: clamp(2.5rem, -0.365rem + 5.96vw, 5rem);
}

/* ============================================================
   767px以下：company / groupcompany レスポンシブ（統合版）
============================================================ */
@media (max-width: 768px) {
  .companypage_inner,
  .groupcompany_inner {
    padding-inline: 3.82%;
  }
  /* ---------------------------
     GROUP COMPANY：ヘッダー（SP）
  --------------------------- */
  .groupcompany_item_header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
    padding: 15px;
  }
  .groupcompany_block {
    margin-bottom: 60px;
  }
  /* ---------------------------
     COMPANY：表を横並び維持
  --------------------------- */
  .companypage_item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 15px;
  }
  .companypage_item dt {
    width: 23%;
    max-width: 178px;
    flex-shrink: 0;
    text-align: center;
  }
  .companypage_item dd {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  /* ---------------------------
     GROUP COMPANY：SPでも横並び維持（既存のcolumnを上書き）
  --------------------------- */
  .groupcompany_item {
    display: flex;
    flex-direction: row !important;
    gap: 12px;
    font-size: 15px;
  }
  .groupcompany_item_header h3 {
    font-size: 24px;
  }
  .groupcompany_item dt {
    width: 23%;
    max-width: 178px;
    text-align: center;
  }
  .groupcompany_item dd {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding-block: 25px !important;
    text-align: left;
  }
  .companypage_map,
  .companypage_map iframe,
  .groupcompany_map,
  .groupcompany_map iframe {
    height: 190px;
  }
}
/* =====================================================================================================================
  heroセクションは_service.scss/ header,footerはmain.scss 
===================================================================================================================== */
/* =====================================================================================================================
  employment-agency (ea) hero
  ===================================================================================================================== */
.ea-hero_content {
  margin-top: 10.97vw;
}

.ea_text_container {
  position: absolute;
  left: 0;
  width: 50%;
  background-color: rgba(44, 51, 51, 0.8);
}
.ea_text_container .ea_text {
  padding: 1.25vw 2.15vw;
}
.ea_text_container .ea_top_text {
  font-size: 1.39vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1.04vw;
}
.ea_text_container .ea_top_subtext {
  font-size: 1.04vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ea-hero {
    min-height: 375px;
  }
  .ea-hero_content {
    margin-top: -251px;
  }
  .ea_text_container {
    margin-bottom: 0;
    margin-top: clamp(-24px, 66.112px - 11.733vw, 20px);
    width: 100%;
    height: 155px;
  }
  .ea_text_container .ea_top_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  .ea_text_container .ea_top_subtext {
    font-size: 15px;
    font-weight: 400;
  }
  .ea_text_container .ea_text {
    padding: 18px;
  }
}
@media (max-width: 393px) {
  .ea_text_container .ea_top_text {
    font-size: clamp(0.875rem, 0.327rem + 2.74vw, 1rem);
  }
  .ea_text_container .ea_top_subtext {
    font-size: clamp(0.813rem, 0.265rem + 2.74vw, 0.938rem);
  }
  .ea_text_container .ea_text {
    padding: 18px;
  }
}
/* =====================================================================================================================
concept ea_message
===================================================================================================================== */
.ea_message {
  padding-top: clamp(6rem, -0.876rem + 14.31vw, 12rem) !important;
  padding-bottom: 140px !important;
}

.ea_bg-text {
  top: clamp(-122px, 19.639px - 9.836vw, -56px) !important;
  right: unset !important;
}

.ea_content {
  padding-top: 0 !important;
}

.ea_images {
  width: 46.7% !important;
  padding-top: 90px !important;
}

@media (max-width: 768px) {
  .ea_images {
    width: 100% !important;
    padding-top: 0px !important;
  }
}
/* ============================================================
   EA INDUSTRIES SECTION
============================================================ */
.ea-industries {
  position: relative;
  padding-bottom: clamp(4.563rem, -0.738rem + 11.03vw, 9.188rem);
  margin-top: -80px;
  z-index: 20;
}
@media (max-width: 768px) {
  .ea-industries {
    padding-top: clamp(2.188rem, 1.205rem + 4vw, 3.125rem);
    padding-bottom: 60px;
  }
}
.ea-industries__inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ea-industries__inner {
    padding-inline: 3.82%;
  }
}
.ea-industries__header {
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .ea-industries__header {
    margin-bottom: 41px;
  }
}
.ea-industries__subtitle {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .ea-industries__subtitle {
    font-size: 22.4px;
    margin-bottom: 20px;
  }
}
.ea-industries__subtitle::before {
  content: "";
  display: inline-block;
  width: 23.46px;
  height: 30.87px;
  background-image: url(../img/logo_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 16px;
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .ea-industries__subtitle::before {
    width: 18.69px;
    height: 23.04px;
  }
}
.ea-industries__description {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ea-industries__description {
    font-size: 15px;
  }
}
.ea-industries__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1001px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ea-industries__list {
    gap: 20px;
    max-width: 600px;
  }
}
.ea-industries__item {
  position: relative;
  display: flex;
  align-items: center;
  background: #EDF6F8;
  border: 2px solid #00BBD5;
  border-radius: 100px;
  padding: 25px 63px 33px 171px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .ea-industries__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-areas: "icon title" "text text";
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
    padding: 18px 22px 23px;
    margin-left: 0;
    border-radius: 15px;
  }
}
.ea-industries__item.--mfg .ea-industries__icon img {
  width: 46%;
}
@media (max-width: 768px) {
  .ea-industries__item.--mfg .ea-industries__icon img {
    width: 86%;
  }
}
.ea-industries__item.--logi .ea-industries__icon img {
  width: 54%;
}
@media (max-width: 768px) {
  .ea-industries__item.--logi .ea-industries__icon img {
    width: 90%;
  }
}
.ea-industries__item.--const .ea-industries__icon img {
  width: 44.1%;
}
@media (max-width: 768px) {
  .ea-industries__item.--const .ea-industries__icon img {
    width: 86%;
  }
}
.ea-industries__item.--service .ea-industries__icon img {
  width: 47.68%;
}
@media (max-width: 768px) {
  .ea-industries__item.--service .ea-industries__icon img {
    width: 86%;
  }
}
.ea-industries__item.--food .ea-industries__icon img {
  width: 51.03%;
}
@media (max-width: 768px) {
  .ea-industries__item.--food .ea-industries__icon img {
    width: 86%;
  }
}
.ea-industries__icon {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 171px;
  height: 171px;
  border: 2px solid #00BBD5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF6F8;
  z-index: 2;
}
@media (max-width: 768px) {
  .ea-industries__icon {
    grid-area: icon;
    position: static;
    transform: none;
    margin-left: 10px;
    width: 100px;
    height: 100px;
    border: none;
    background: transparent;
    border-radius: 0;
    justify-content: center;
  }
}
.ea-industries__icon img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .ea-industries__icon img {
    max-width: 90%;
    max-height: 90%;
  }
}
.ea-industries__content {
  flex: 1;
}
@media (max-width: 768px) {
  .ea-industries__content {
    display: contents;
  }
}
.ea-industries__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  border-bottom: 0.5px solid #00BBD5;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .ea-industries__title-row {
    grid-area: title;
    flex-direction: column-reverse;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    align-self: center;
    padding-left: 65px;
  }
}
@media (max-width: 393px) {
  .ea-industries__title-row {
    padding-left: clamp(1.563rem, -9.396rem + 54.79vw, 4.063rem);
  }
}
.ea-industries__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00BBD5;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .ea-industries__name {
    margin-left: 0;
    font-size: 22px;
  }
}
.ea-industries__service-id {
  font-size: 0.9375rem;
  font-family: var(--text-en);
  font-weight: 500;
  color: #00BBD5;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .ea-industries__service-id {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.ea-industries__text {
  font-size: 1rem;
  margin-left: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ea-industries__text {
    grid-area: text;
    margin-left: 0;
    font-size: 15px;
    border-top: 1px solid #00BBD5;
    padding-top: 15px;
    line-height: 1.6;
  }
}

/* ============================================================
   PERFORMANCE DATA SECTION
============================================================ */
.performance {
  position: relative;
  background: linear-gradient(110deg, #02CEFA 0%, #0562EA 100%);
  padding-top: 42px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.performance_bg-text {
  color: #1997EF;
}
.performance {
  /* -----------------------------------------------------------
     インナーコンテンツ（1240px）
  ----------------------------------------------------------- */
}
.performance_inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .performance_inner {
    padding-inline: 3.82%;
  }
}
.performance_header {
  margin-bottom: 60px;
}
.performance_lead {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .performance_lead {
    font-size: 15px;
    margin-top: 20px;
  }
}
.performance {
  /* -----------------------------------------------------------
     データカード（6枚）
  ----------------------------------------------------------- */
}
.performance_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(0.938rem, -6.719rem + 10.94vw, 3.125rem);
  -moz-column-gap: clamp(0.125rem, -15.844rem + 22.81vw, 4.688rem);
       column-gap: clamp(0.125rem, -15.844rem + 22.81vw, 4.688rem);
  margin-bottom: 105px;
}
@media (max-width: 1120px) {
  .performance_cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .performance_cards {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}
.performance_card {
  position: relative;
  background: #fff;
  opacity: 0.8;
  color: var(--text-colorbk);
  border-radius: 12px;
  padding: 46px 20px 36px;
  height: 350px;
  margin: 0 auto;
  width: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 393px) {
  .performance_card {
    width: 300px;
  }
}
.performance_card {
  /* --- アイコンごとの個別幅指定 --- */
}
.performance_card.--item01 .performance_card-icon {
  width: 130px;
}
.performance_card.--item02 .performance_card-icon {
  width: 137px;
}
.performance_card.--item03 .performance_card-icon {
  width: 190px;
}
.performance_card.--item04 .performance_card-icon {
  width: 133px;
}
.performance_card.--item05 .performance_card-icon {
  width: 246px;
}
.performance_card.--item06 .performance_card-icon {
  width: 148px;
}
.performance_card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
}
.performance_card-icon img {
  width: 100%;
  height: auto;
}
.performance_card-label {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
}
.performance_card-label::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 2px;
  background-color: #00BBD5;
}
.performance_card-num {
  font-size: 5.3125rem;
  font-family: var(--text-en);
  font-weight: 900;
  color: #00BBD5;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.performance_card-num .approx {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-colorbk);
  margin-top: 15px;
}
.performance_card-num .percent {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-colorbk);
  margin-top: 15px;
}
.performance_card-num .unit_more {
  margin-top: 40px;
}
.performance_card-num .days {
  font-size: 1rem;
  color: var(--text-colorbk);
  margin-top: 60px;
}
.performance_card-num .range {
  font-size: 2.5rem;
}
.performance_card-unit {
  font-weight: 700;
  margin-left: 145px;
  margin-top: -14px;
}
.performance_card-text {
  font-size: 1.125rem;
  border-top: 1px dotted #00BBD5;
  padding-top: 30px;
  margin-top: 45px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.performance_wide-area {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .performance_wide-area {
    margin-top: 50px;
  }
}
.performance_row {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .performance_row {
    flex-direction: column !important;
  }
}
@media (max-width: 768px) {
  .performance_row_reverse {
    flex-direction: column-reverse !important;
  }
}
.performance_row-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .performance_row-content {
    padding: 30px 20px;
  }
}
.performance_row-title {
  font-size: clamp(2rem, 1.713rem + 0.6vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .performance_row-title {
    font-size: 24px;
  }
}
.performance_text {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .performance_text {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: clamp(1.25rem, -1.477rem + 5.68vw, 2.5rem);
    margin-top: clamp(1.25rem, -1.477rem + 5.68vw, 2.5rem);
    padding-inline: 3.82%;
  }
}
.performance {
  /* 2行目のテキスト位置微調整 */
}
@media (max-width: 768px) {
  .performance .performance_text_low {
    margin-top: clamp(3.75rem, -4.432rem + 17.05vw, 7.5rem);
  }
}
.performance_row-list {
  list-style: none;
}
.performance_row-list li {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .performance_row-list li {
    font-size: 15px;
    font-weight: 400;
  }
}
.performance_row-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.performance_row-img {
  flex: 1;
  width: 100%;
  height: clamp(16.875rem, 7.707rem + 19.08vw, 24.875rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .performance_row-img {
    height: auto;
  }
}
.performance_row-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .performance_row-img img {
    height: clamp(13.563rem, 2.231rem + 46.13vw, 24.375rem);
  }
}

/* ============================================================
   SUCCESS STORIES SECTION
============================================================ */
.success {
  position: relative;
  padding-top: clamp(4.125rem, -0.674rem + 9.99vw, 8.313rem);
  padding-bottom: clamp(2.625rem, -0.312rem + 6.11vw, 5.188rem);
  overflow: hidden;
}
.success_bg-anchor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.success_bg-text {
  top: -80px !important;
}
@media (max-width: 1440px) {
  .success_bg-text {
    top: clamp(-80px, -6.408vw + 12.28px, -37px) !important;
  }
}
@media (max-width: 768px) {
  .success_bg-text {
    top: 35px !important;
  }
}
.success_bg-text .rest {
  font-size: clamp(1.375rem, 0.086rem + 2.68vw, 2.5rem);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .success_bg-text_inner {
    display: block;
  }
}
.success_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .success_inner {
    padding-inline: 3.82%;
  }
}
.success_header {
  margin-bottom: 50px;
}
.success_section_title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--text-en);
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}
.success_slider-outer {
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  overflow: visible;
}
.success_card {
  background: #fff;
  border: 1px solid #00BBD5;
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  width: 600px !important;
  height: 607px !important;
  margin-right: 60px !important;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .success_card {
    width: 327px !important;
    height: auto !important;
    margin-right: 20px !important;
  }
}
.success_card-img {
  width: 93.7%;
  overflow: hidden;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .success_card-img {
    width: 100%;
    margin-left: 21px;
  }
}
.success_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.success_card-body {
  padding: 25px 4px 25px 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .success_card-body {
    padding: 20px;
  }
}
.success_card-id {
  color: #00BBD5;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: var(--text-en);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .success_card-id {
    font-size: 14px;
  }
}
.success_card-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .success_card-title {
    font-size: 18px;
  }
}
.success_card-quote {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
}
.success_card-points {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.success_card-points li {
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 10px;
  text-indent: -5em;
  padding-left: 5em;
}
@media (max-width: 768px) {
  .success_card-points li {
    font-size: clamp(0.688rem, 0.622rem + 0.27vw, 0.75rem);
  }
}
.success_card-points li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/check_mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  transform: translateY(6px);
}
.success_card-points li .point-label {
  font-weight: 700;
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .success_bg-text .initial {
    font-size: 6rem;
  }
  .success_bg-text .rest {
    font-size: 46px;
    margin-left: 8px;
  }
}
/* ============================================================
   WHY CHOOSE US SECTION
============================================================ */
.why-us {
  position: relative;
  padding-top: clamp(2.625rem, -0.312rem + 6.11vw, 5.188rem);
  padding-bottom: clamp(2.063rem, -0.373rem + 5.07vw, 4.188rem);
  overflow: hidden;
}
.why-us_bg-anchor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -10;
}
.why-us_bg-text {
  top: -65px !important;
}
@media (max-width: 1440px) {
  .why-us_bg-text {
    top: clamp(-65px, -4.769vw + 3.67px, -33px) !important;
  }
}
@media (max-width: 768px) {
  .why-us_bg-text {
    top: -13px !important;
  }
}
.why-us_inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .why-us_inner {
    padding-inline: 5%;
  }
}
.why-us_header {
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .why-us_header {
    margin-bottom: 40px;
  }
}
.why-us_section_title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--text-en);
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}
.why-us_lead {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .why-us_lead {
    font-size: 15px;
    font-weight: 400;
  }
}
.why-us_list {
  display: flex;
  flex-direction: column;
  gap: 73px;
}
@media (max-width: 768px) {
  .why-us_list {
    gap: 30px;
  }
}
.why-us_item {
  display: flex;
  align-items: center;
  gap: 50px;
}
.why-us_item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .why-us_item {
    flex-direction: column !important;
    gap: 8px;
  }
}
.why-us_img {
  width: 44.51%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .why-us_img {
    width: 100%;
  }
}
.why-us_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-us_content {
  position: relative;
  padding-block: 20px;
  width: 40.9%;
}
@media (max-width: 768px) {
  .why-us_content {
    width: 100%;
  }
}
.why-us_content_reverse {
  width: 44.5%;
}
@media (max-width: 768px) {
  .why-us_content_reverse {
    width: 100%;
  }
}
.why-us_item-label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00BBD5;
  font-family: var(--text-en);
  margin-bottom: 10px;
}
.why-us_item-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.why-us_item-text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 400;
  z-index: 2;
}
@media (max-width: 768px) {
  .why-us_item-text {
    letter-spacing: 0;
  }
}
.why-us_item-text_reverse {
  width: 90.84%;
}
.why-us_num {
  position: absolute;
  right: -59px;
  bottom: -20px;
  font-size: 6rem;
  font-family: var(--text-en);
  font-weight: 700;
  color: #EDF6F8;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}
.why-us_item:nth-child(even) .why-us_num {
  right: auto;
  left: 0;
  bottom: -50px;
}
@media (max-width: 768px) {
  .why-us_item:nth-child(even) .why-us_num {
    right: -8px;
    left: unset;
    bottom: -50px;
  }
}
@media (max-width: 768px) {
  .why-us_num {
    font-size: 6rem;
    bottom: 0;
    right: -10px;
    top: 29px;
  }
}
.why-us_num_last {
  right: -90px !important;
  left: unset !important;
}
@media (max-width: 768px) {
  .why-us_num_last {
    right: -7px !important;
  }
}

@media (max-width: 768px) {
  .why-us_bg-text .initial {
    font-size: 96px;
  }
}
/* ============================================================
   JOB MATCHING PROCESS SECTION
============================================================ */
.process {
  position: relative;
  padding-top: clamp(2.063rem, -0.373rem + 5.07vw, 4.188rem);
  padding-bottom: clamp(2.656rem, -0.388rem + 6.33vw, 5.313rem);
  overflow: hidden;
}
.process_bg-text {
  top: 48px;
}
@media (max-width: 768px) {
  .process_bg-text {
    right: 0px;
    display: block;
    top: -32px;
  }
}
.process_bg-char {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .process_bg-char {
    font-size: 6rem;
  }
}
.process_bg-sub {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .process_bg-sub {
    font-size: 46px;
  }
}
.process_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .process_inner {
    padding-inline: 3.81%;
  }
}
.process_header {
  margin-bottom: 94px;
}
@media (max-width: 768px) {
  .process_header {
    margin-bottom: 46px;
  }
}
.process_section_title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--text-en);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 30px;
}
.process_lead {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .process_lead {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
}
.process_list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .process_list {
    max-width: 600px;
  }
}
.process_list::after {
  content: "";
  position: absolute;
  right: 85px;
  top: 60px;
  bottom: 60px;
  width: 19px;
  background-color: #70EDFF;
  z-index: 0;
}
@media (max-width: 768px) {
  .process_list::after {
    display: none;
  }
}
.process_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00BBD5;
  border-radius: 20px;
  padding: 11px 17px 10px 30px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .process_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "step icon" "title title" "text text";
    padding: 30px 20px;
    align-items: center;
    gap: 0;
  }
}
.process_item.--step02 .process_item-icon img {
  width: 40.13%;
}
.process_item.--step03 .process_item-icon img {
  width: 58.2%;
}
.process_item.--step04 .process_item-icon img {
  width: 44.64%;
}
.process_item.--step05 .process_item-icon img {
  width: 57.32%;
}
.process_item.--step06 .process_item-icon img {
  width: 43.95%;
}
.process_item-content {
  flex: 1;
}
@media (max-width: 768px) {
  .process_item-content {
    display: contents;
  }
}
.process_item-head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
  border-bottom: 0.5px solid #ffffff;
  padding-bottom: 15px;
  width: 97%;
}
@media (max-width: 768px) {
  .process_item-head {
    display: contents;
  }
}
.process_item-step {
  font-size: 1.25rem;
  font-family: var(--text-en);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  color: #70EDFF;
  align-items: center;
}
@media (max-width: 768px) {
  .process_item-step {
    grid-area: step;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  }
}
@media (max-width: 393px) {
  .process_item-step {
    margin-left: clamp(-8px, 38.356vw - 130.74px, 20px);
  }
}
.process_item-step span {
  font-size: 2.5rem;
  font-weight: 500;
}
.process_item-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .process_item-title {
    grid-area: title;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
.process_item-text {
  font-size: 1rem;
  font-weight: 400;
  width: 88%;
}
@media (max-width: 768px) {
  .process_item-text {
    grid-area: text;
    font-size: 15px;
    width: 100%;
  }
}
.process_item-icon {
  width: 157px;
  height: 157px;
  background-color: #EDF6F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #70EDFF;
}
@media (max-width: 768px) {
  .process_item-icon {
    grid-area: icon;
    margin-left: -65px;
    margin-bottom: 10px;
  }
}
@media (max-width: 393px) {
  .process_item-icon {
    margin-left: clamp(-79px, 19.178vw - 140.37px, -65px);
  }
}
.process_item-icon img {
  width: 39.68%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ============================================================
   FEES & CONTRACT TERMS SECTION
============================================================ */
.fees {
  position: relative;
  padding-bottom: clamp(4.563rem, -0.666rem + 10.88vw, 9.125rem);
  padding-top: clamp(2.656rem, -0.388rem + 6.33vw, 5.313rem);
  overflow: hidden;
}
.fees_bg-text {
  z-index: 1;
  top: -56px;
}
@media (max-width: 1440px) {
  .fees_bg-text {
    top: clamp(-65px, -6.706vw + 31.57px, -20px);
  }
}
@media (max-width: 768px) {
  .fees_bg-text {
    top: -25px !important;
  }
}
.fees_intial {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fees_intial {
    margin-top: 0px;
  }
}
.fees_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fees_inner {
    padding-inline: 5%;
  }
}
.fees_header {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .fees_header {
    margin-bottom: 30px;
  }
}
.fees_section_title {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .fees_section_title {
    margin-bottom: 20px !important;
  }
}
.fees_lead {
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 600px;
  font-weight: 400;
}
.fees_subtitle {
  display: inline-block;
  margin-bottom: 40px;
}
.fees_box {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .fees_box {
    text-align: left;
    margin-bottom: 42px;
  }
}
.fees_box-inner {
  position: relative;
  display: inline-block;
  padding: 55px 60px;
  z-index: 1;
}
@media (max-width: 768px) {
  .fees_box-inner {
    padding: 0;
  }
}
.fees_box-text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fees_box-text {
    font-size: 15px;
  }
}
.fees_box-icon {
  position: absolute;
  top: 15%;
  left: 80%;
  width: 143px;
  z-index: -1;
}
@media (max-width: 768px) {
  .fees_box-icon {
    top: -38%;
    left: 61%;
  }
}
.fees_box-icon img {
  width: 100%;
  height: auto;
}
.fees_table {
  width: 100%;
  max-width: 785px;
  margin: 0 auto;
  border: none;
}
.fees_table-row {
  display: flex;
  padding-bottom: 25px;
  border: none;
}
.fees_table-row.--head .fees_table-label,
.fees_table-row.--head .fees_table-data {
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .fees_table-row.--head .fees_table-label,
  .fees_table-row.--head .fees_table-data {
    font-size: 15px;
  }
}
.fees_table-label {
  width: 22.68%;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .fees_table-label {
    text-align: center;
  }
}
.fees_table-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #00BBD5;
}
.fees_table-data {
  flex: 1;
  font-size: 1rem;
  padding-left: 30px;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .fees_table-data {
    padding-left: 15px;
  }
}
.fees_table-data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 30px);
  height: 0.5px;
  background-color: #889C9F;
}
@media (max-width: 768px) {
  .fees_table-data::after {
    left: 15px;
  }
}
.fees_footer {
  max-width: 785px;
  margin: 0 auto;
  border: none;
}
.fees_note {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 5px;
  border: none;
}

/* =====================================================================================================================
  heroセクションは_service.scss/ header,footerはmain.scss /縦書きタイトル（sdgs_bg-text）はcsr.scssにあり
===================================================================================================================== */
/* ============================================================
   MESSAGE SECTION - Fix Version (Nesting Reset)
============================================================ */
/* ============================================================
   GHP OUR SERVICES SECTION
============================================================ */
.ghp-services {
  position: relative;
  padding-bottom: clamp(2rem, -0.292rem + 4.77vw, 4rem);
  padding-top: clamp(4.563rem, -0.666rem + 10.88vw, 9.125rem);
  overflow: hidden;
}
.ghp-services_bg-text {
  z-index: 1;
  top: clamp(-92px, -7.154vw + 11.01px, -44px);
}
@media (max-width: 768px) {
  .ghp-services_bg-text {
    top: -44px !important;
  }
}
.ghp-services_initial {
  margin-top: clamp(1.25rem, -0.183rem + 2.98vw, 2.5rem);
}
.ghp-services_rest {
  font-size: clamp(1.5rem, 0.354rem + 2.38vw, 2.5rem) !important;
  margin-left: clamp(0.625rem, -0.091rem + 1.49vw, 1.25rem) !important;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ghp-services_rest {
    font-size: 46px !important;
    margin-left: 8px !important;
  }
}
.ghp-services_inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ghp-services_inner {
    padding-inline: 5%;
  }
}
.ghp-services_header {
  margin-bottom: 60px;
}
.ghp-services_item {
  padding: 24px 63px 14px 171px;
}
@media (max-width: 768px) {
  .ghp-services_item {
    padding: 18px 22px 23px;
  }
}
.ghp-services_service-id {
  display: none;
}
.ghp-services_text {
  margin-left: 26px;
  width: 94%;
}
@media (max-width: 768px) {
  .ghp-services_text {
    margin-left: 6px;
  }
}
.ghp-services_details {
  display: flex;
  gap: 70px;
  max-width: 770px;
  margin: 62px auto 0;
}
@media (max-width: 768px) {
  .ghp-services_details {
    flex-direction: column;
    margin: 20px auto 0;
    gap: 20px;
    max-width: 600px;
  }
}
.ghp-services_card {
  flex: 1;
  background-color: #EDF6F8;
  border-radius: 16px;
  padding: 26px 15px 24px;
  text-align: center;
}
.ghp-services_card-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.ghp-services_card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #00BBD5;
}
.ghp-services_card-visual {
  height: 156.89px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ghp-services_card-visual img {
  max-height: 100%;
  width: auto;
}
.ghp-services_card-visual .img-map {
  width: 156.89px;
}
@media (max-width: 768px) {
  .ghp-services_card-visual .img-map {
    width: 116px;
  }
}
.ghp-services_card-visual .img-id {
  width: 105px;
}
.ghp-services_card-text {
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  padding-top: 20px;
  border-top: 1px dotted #00BBD5;
}

/* ============================================================
   STRENGTH SECTION
============================================================ */
.strength {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(2rem, -0.292rem + 4.77vw, 4rem);
  padding-bottom: clamp(4.063rem, -0.593rem + 9.69vw, 8.125rem);
  z-index: 1;
  overflow: clip;
}
.strength_bg-text {
  top: 25px;
}
.strength_inner {
  width: 100%;
  max-width: none;
}
.strength_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(4.063rem, -0.593rem + 9.69vw, 8.125rem);
}
.strength_row:first-child {
  align-items: flex-start;
}
.strength_row:last-child {
  margin-bottom: 0;
}
.strength_row.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .strength_row.-reverse {
    flex-direction: column !important;
  }
}
@media (max-width: 768px) {
  .strength_row {
    flex-direction: column !important;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.strength_content {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100% - 1260px) / 2 + 40px);
}
.-reverse .strength_content {
  padding-left: 40px;
  padding-right: calc((100% - 1300px) / 2 + 40px);
}
@media (max-width: 1300px) {
  .strength_content {
    padding-inline: 5% !important;
  }
}
@media (max-width: 768px) {
  .strength_content {
    width: 100%;
    padding-inline: 20px !important;
    padding-top: 0;
    order: 1 !important;
  }
}
.strength_visual {
  width: 47.43%;
  flex-shrink: 0;
  overflow: hidden;
}
.strength_row:first-child .strength_visual {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .strength_row:first-child .strength_visual {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .strength_visual {
    width: 100%;
    aspect-ratio: auto;
    order: 2 !important;
    padding-inline: 20px;
    margin-top: 20px;
  }
}
.strength_visual img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength_title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .strength_title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.strength_text {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .strength_text {
    letter-spacing: 0em;
  }
}
.strength_list {
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .strength_list {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.strength .support_lead {
  order: 0;
}

/* ============================================================
   NUMBER (PERFORMANCE DATA) SECTION
============================================================ */
.number {
  padding-top: clamp(3.375rem, -0.493rem + 8.05vw, 6.75rem);
  padding-bottom: 0;
  overflow: visible;
}
.number .number_bg-text {
  color: #1997EF;
  top: -25px;
  z-index: -1;
}
@media (max-width: 768px) {
  .number .number_bg-text {
    right: unset;
  }
}
.number .performance_inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .number .performance_inner {
    padding-inline: 5%;
  }
}
.number .performance_header {
  margin-bottom: 45px;
}
.number .performance_cards.--grid2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, 0.351rem + 4.47vw, 4.375rem);
  margin-bottom: 120px;
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .number .performance_cards.--grid2x2 {
    grid-template-columns: 1fr;
  }
}
.number .number_card-icon07 {
  width: 154.25px;
}
.number .number_card-icon03 {
  width: 190px;
}
.number .number_card-icon_Ja {
  width: 190px;
}
.number .number_card-num {
  position: relative;
}
.number .number_unit_more {
  font-size: 1rem;
  position: absolute;
  top: 65px;
  right: 55px;
  font-weight: 700;
}
.number .performance_card.--item-num04 .number_unit_more {
  right: 7px;
}
.number .number_card-text {
  padding-top: 8px;
}
.number .performance_wide-area {
  width: 100%;
  margin-top: 65px;
  position: relative;
}
@media (max-width: 768px) {
  .number .performance_wide-area {
    margin-top: 35px;
    padding-bottom: 50px;
  }
}
.number .performance_wide-area .performance_row {
  display: flex;
}
@media (max-width: 768px) {
  .number .performance_wide-area .performance_row {
    margin-top: 35px;
  }
}
.number .performance_wide-area .performance_row.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .number .performance_wide-area .performance_row.-reverse {
    margin-top: 35px;
  }
}
.number .performance_wide-area .performance_bottom-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #0491F1;
  z-index: 10;
}
@media (max-width: 768px) {
  .number .performance_wide-area .performance_bottom-arrow {
    border-top: 50px solid #057BEE;
  }
}
.number .performance_footer-message {
  background: #ffffff;
  color: var(--text-colorbk);
  text-align: center;
  padding: 120px 20px 55px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .number .performance_footer-message {
    padding: 90px 20px 55px;
  }
}

/* ============================================================
   SOLUTION OVERVIEW SECTION

============================================================ */
.solution {
  position: relative;
  padding-top: clamp(1.688rem, -0.318rem + 4.17vw, 3.438rem);
  padding-bottom: clamp(2.656rem, -0.388rem + 6.33vw, 5.313rem);
  overflow: hidden;
}
.solution_bg-text {
  z-index: 1;
}
@media (max-width: 768px) {
  .solution_bg-text {
    display: block;
    top: -24px;
  }
}
.solution_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .solution_inner {
    padding-inline: 5%;
  }
}
.solution_header {
  margin-bottom: 31px;
}
.solution_list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .solution_list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .solution_list {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
}
.solution_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 324px;
}
.solution_item-num {
  display: inline-block;
  font-size: 32px;
  font-family: var(--text-en);
  font-weight: 700;
  color: #00BBD5;
  margin-bottom: 35px;
  position: relative;
}
.solution_item-num::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1px;
  background-color: #00BBD5;
}
.solution_item-title {
  font-size: clamp(1.063rem, 0.848rem + 0.45vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .solution_item-title {
    font-size: 20px;
  }
}
.solution_item-icon {
  width: clamp(15rem, 8.983rem + 12.52vw, 20.25rem);
  height: clamp(15rem, 8.983rem + 12.52vw, 20.25rem);
  background-color: #EDF6F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .solution_item-icon {
    width: 324px;
    height: 324px;
  }
}
.solution_item-icon img {
  width: 45.68%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_item.--step01 .solution_item-icon img {
  width: 45.68%;
}
.solution_item.--step02 .solution_item-icon img {
  width: 32.61%;
}
.solution_item.--step03 .solution_item-icon img {
  width: 40.87%;
}
.solution_item-text {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.05em;
}

.solution_bg-chair_second {
  margin-top: 0;
}

/* ============================================================
   AVAILABLE JOB CATEGORIES SECTION
============================================================ */
.job-categories {
  position: relative;
  padding-bottom: clamp(0.969rem, -0.141rem + 2.31vw, 1.938rem);
  padding-top: clamp(2.656rem, -0.388rem + 6.33vw, 5.313rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-categories {
    padding-bottom: clamp(1.563rem, -0.73rem + 9.33vw, 3.75rem);
  }
}
.job-categories_bg-text {
  top: clamp(-92px, -7.154vw + 11.01px, -44px);
}
@media (max-width: 768px) {
  .job-categories_bg-text {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .job-categories_bg-text_inner {
    display: block;
  }
}
.job-categories_rest {
  font-size: 40px !important;
}
@media (max-width: 768px) {
  .job-categories_rest {
    font-size: 46px !important;
  }
}
.job-categories_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .job-categories_inner {
    padding-inline: 3.82%;
  }
}
.job-categories_header {
  margin-bottom: 60px;
}
.job-categories {
  /* コンテンツレイアウト */
}
.job-categories_content {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, -10.159rem + 25.04vw, 12.375rem);
}
@media (max-width: 768px) {
  .job-categories_content {
    flex-direction: column;
    gap: clamp(1.875rem, -0.09rem + 8vw, 3.75rem);
  }
}
.job-categories_card {
  background: #ffffff;
  border: 1px solid #00BBD5;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: clamp(23.75rem, 18.02rem + 11.92vw, 28.75rem) !important;
  height: 563px !important;
}
@media (max-width: 768px) {
  .job-categories_card {
    width: 100% !important;
    height: auto !important;
    max-width: 600px;
  }
}
.job-categories_card-body {
  padding: 25px 8px 0px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .job-categories_card-body {
    padding: 25px 8px 30px 20px;
  }
}
.job-categories_card-id {
  color: #00BBD5;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: var(--text-en);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .job-categories_card-id {
    font-size: 14px;
  }
}
.job-categories_card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .job-categories_card-title {
    font-size: 18px;
  }
}
.job-categories_card-points {
  list-style: none;
  padding: 0;
}
.job-categories_card-points li {
  position: relative;
  margin-bottom: 5px;
}
.job-categories_card-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/check_mark.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .job-categories_card-points li::before {
    width: 17px;
    height: 17px;
    margin-top: 5px;
  }
}
.job-categories_card-points li .point-label {
  display: inline-block;
  padding-left: 30px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .job-categories_card-points li .point-label {
    font-size: 11px;
    padding-left: 20px;
  }
}
.job-categories_card-points li {
  /* ★説明文のリスト：チェックマークの下から開始 */
}
.job-categories_card-points li .point-text-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-categories_card-points li .point-text-list li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 768px) {
  .job-categories_card-points li .point-text-list li {
    font-size: 11px;
  }
}
.job-categories_card-points li .point-text-list li::before {
  display: none;
}
.job-categories {
  /* --- 右側：ハイライトエリア --- */
}
.job-categories_highlight {
  position: relative;
  flex: 1;
}
.job-categories_highlight-text {
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .job-categories_highlight-text {
    font-size: 18px;
  }
}
.job-categories_highlight-bg {
  position: absolute;
  right: 5%;
  top: 33%;
  transform: translateY(-50%);
  width: 143px;
}
@media (max-width: 768px) {
  .job-categories_highlight-bg {
    right: 3.81%;
    top: 57%;
  }
}
.job-categories_highlight-bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .job-categories_bg-text .initial {
    font-size: 6rem;
  }
}

/* ============================================================
   CASE STUDIES SECTION
============================================================ */
.case-studies {
  position: relative;
  padding-top: clamp(4.125rem, -0.674rem + 9.99vw, 8.313rem);
  padding-bottom: clamp(2.125rem, -0.239rem + 4.92vw, 4.188rem);
  background-color: #ffffff;
  overflow: hidden;
}
.case-studies_bg-text {
  top: -60px;
  z-index: 1;
}
@media (max-width: 768px) {
  .case-studies_bg-text {
    display: block;
  }
}
.case-studies_bg-sub {
  margin-top: 0;
}
.case-studies_bg-char {
  margin-top: 30px;
}
.case-studies_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .case-studies_inner {
    padding-inline: 3.81%;
  }
}
.case-studies_header {
  margin-bottom: 30px;
}
.case-studies_slider-outer {
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  overflow: visible;
}
.case-studies_slider-outer .case-studies_swiper {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .case-studies_slider-outer .case-studies_swiper {
    padding-left: 0px;
  }
}
.case-studies .case_card {
  width: 420px !important;
  height: 631px !important;
  background: #fff;
  border: 1px solid #00BBD5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-right: 60px !important;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .case-studies .case_card {
    width: 266px !important;
    height: auto !important;
    margin-right: 20px !important;
  }
}
.case-studies .case_card {
  /* 内部パーツの流用 */
}
.case-studies .case_card-img {
  width: 85.71%;
  overflow: hidden;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .case-studies .case_card-img {
    width: 91%;
  }
}
.case-studies .case_card-body {
  padding: 25px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .case-studies .case_card-body {
    padding: 7px 12px 60px;
  }
}
.case-studies .case_card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.case-studies .case_card-points {
  margin-bottom: 0;
}
.case-studies .case_card-points li {
  font-size: 0.875rem;
  line-height: 1.8;
  text-indent: 0;
  padding-left: 0;
}
.case-studies .case_card-text-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.case-studies .case_card-text-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 1.6;
}
.case-studies .case_card-text-list li::before {
  content: none !important;
}
.case-studies .case_card-text-list li:last-child {
  margin-bottom: 0;
}

/* ============================================================
 Process Until Deployment
============================================================ */
.deployment_list {
  max-width: 990px;
}
@media (max-width: 768px) {
  .deployment_list {
    max-width: 600px;
  }
}
.deployment_list .process_item {
  border-radius: 100px;
  padding: 21px clamp(0.938rem, -0.423rem + 2.83vw, 2.125rem) 25px clamp(3.75rem, 2.317rem + 2.98vw, 5rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .deployment_list .process_item {
    border-radius: 50px;
    padding: 30px 20px;
  }
}
.deployment_list::after {
  right: clamp(5.313rem, 4.095rem + 2.53vw, 6.375rem);
}

.deployment_bg-text_inner {
  display: block;
}

.deployment_bg-text {
  top: -10px;
}

.deployment_item-icon {
  margin-left: -73px;
}

/* ============================================================
   FAQ SECTION
============================================================ */
.faq {
  position: relative;
  padding-top: clamp(1.375rem, -0.272rem + 3.43vw, 2.813rem);
  padding-bottom: clamp(3.625rem, -0.601rem + 8.79vw, 7.313rem);
  overflow: hidden;
}
.faq_bg-text {
  top: clamp(-55px, -5.961vw + 30.84px, -15px);
  z-index: 1;
}
.faq_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.faq_header {
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .faq_header {
    margin-bottom: clamp(2.5rem, -0.447rem + 12vw, 5.313rem);
  }
}
.faq_title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--text-en);
  font-weight: 700;
  margin-top: 15px;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faq_list {
    max-width: 600px;
  }
}
.faq_item {
  background-color: #EDF6F8;
  border-radius: 16px;
}
.faq_q {
  width: 100%;
  padding: 49px 35px;
  display: flex;
  align-items: center;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.faq_q-prefix {
  color: #00BBD5;
  margin-right: 30px;
  font-size: 2rem;
  font-family: var(--text-en);
  font-weight: 400;
}
.faq_q-text {
  flex: 1;
  line-height: 1.5;
}
.faq_icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #00BBD5;
  border-radius: 50%;
  margin-left: 20px;
  flex-shrink: 0;
}
.faq_icon::before, .faq_icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq_icon::before {
  width: 12px;
  height: 2px;
}
.faq_icon::after {
  width: 2px;
  height: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 0.5px solid transparent;
  margin-inline: 40px;
}
.faq_a-inner {
  padding: 30px 176px 51px 40px;
  line-height: 1.5;
}
.faq_item.is-open .faq_a {
  max-height: 600px;
  border-top-color: #00BBD5;
}
.faq_item.is-open .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
@media (max-width: 768px) {
  .faq_inner {
    padding-inline: 5%;
  }
  .faq_q {
    padding: 20px;
    font-size: 1rem;
  }
  .faq_q-prefix {
    margin-right: 15px;
  }
  .faq_a {
    margin-inline: 20px;
  }
  .faq_a-inner {
    padding: 20px 0;
  }
}

.boldfont {
  font-weight: 700;
}

/* =====================================================================================================================
  heroセクションは_service.scss/ header,footerはmain.scss 
===================================================================================================================== */
/* ============================================================
   REAL ESTATE: SUPPORT SECTION
============================================================ */
.re-support {
  position: relative;
  padding-top: clamp(4.75rem, -0.765rem + 11.48vw, 9.563rem);
  padding-bottom: clamp(1.5rem, -0.219rem + 3.58vw, 3rem);
  z-index: 1;
  overflow: clip;
}
.re-support_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
.re-support_bg-text {
  top: clamp(-48px, -5.961vw + 37.84px, -8px) !important;
}
@media (max-width: 768px) {
  .re-support_bg-text {
    right: unset !important;
  }
}
.re-support_content {
  padding-top: 0 !important;
}
.re-support_text {
  margin-bottom: 0 !important;
}
.re-support_images {
  padding-top: 81px;
}

/* ============================================================
   REAL ESTATE: DEPLOYMENT PROCESS SECTION
============================================================ */
.re-deployment {
  position: relative;
  padding-bottom: clamp(3rem, -0.51rem + 7.3vw, 6.063rem);
  padding-top: clamp(1.5rem, -0.219rem + 3.58vw, 3rem);
}
.re-deployment__inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .re-deployment__inner {
    padding-inline: 5%;
  }
}
.re-deployment__bg-text {
  top: clamp(3rem, 0.708rem + 4.77vw, 5rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .re-deployment__bg-text {
    top: -32px;
  }
}
.re-deployment_bg-char {
  margin-top: 80px;
}
.re-deployment_bg-sub {
  margin-top: 5px;
}
.re-deployment__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1001px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .re-deployment__list {
    padding-top: 50px;
    max-width: 600px;
  }
}
.re-deployment__item {
  position: relative;
  display: flex;
  align-items: center;
  background: #EDF6F8;
  border: 2px solid #00BBD5;
  border-radius: 100px;
  padding: 25px 63px 33px 171px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .re-deployment__item {
    flex-direction: column;
    border-radius: 20px;
    padding: 60px 21px 30px;
    margin-left: 0;
    text-align: center;
  }
}
.re-deployment__icon {
  flex-direction: column;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 171px;
  height: 171px;
  border: 2px solid #00BBD5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF6F8;
  z-index: 2;
}
@media (max-width: 768px) {
  .re-deployment__icon {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}
.re-deployment__title-row {
  border-bottom: 0.5px solid #2C3333;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .re-deployment__title-row {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.re-deployment__content {
  flex: 1;
}
@media (max-width: 768px) {
  .re-deployment__content {
    width: 100%;
  }
}
.re-deployment__name {
  color: var(--text-colorbk);
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .re-deployment__name {
    margin-left: 0;
    font-size: 24px;
  }
}
.re-deployment__icon-label {
  font-family: var(--text-en);
  font-size: 20px;
  font-weight: 500;
  color: #00BBD5;
}
@media (max-width: 768px) {
  .re-deployment__icon-label {
    font-size: 13px;
  }
}
.re-deployment__icon-num {
  font-family: var(--text-en);
  font-size: 40px;
  font-weight: 500;
  color: #00BBD5;
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .re-deployment__icon-num {
    font-size: 32px;
    margin-top: 2px;
  }
}
.re-deployment__text {
  font-size: 1rem;
  margin-left: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .re-deployment__text {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ============================================================
   REAL ESTATE: STRENGTHS SECTION
   - Referenced: Solution Overview (global-hr.html)
============================================================ */
.re-strength {
  position: relative;
  padding-bottom: clamp(1.563rem, -0.228rem + 3.73vw, 3.125rem);
  padding-top: clamp(3rem, -0.51rem + 7.3vw, 6.063rem);
  overflow: hidden;
}
.re-strength_bg-text {
  top: clamp(-40px, -3.279vw + 7.213px, -18px);
}
.re-strength_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .re-strength_inner {
    padding-inline: 5%;
  }
}
.re-strength_header {
  margin-bottom: 70px;
  text-align: left;
}

/* ============================================================
   REAL ESTATE: PERFORMANCE SECTION
============================================================ */
.re-performance {
  position: relative;
  padding-top: clamp(1.563rem, -0.228rem + 3.73vw, 3.125rem);
  padding-bottom: clamp(2.438rem, -0.428rem + 5.96vw, 4.938rem);
}
.re-performance_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .re-performance_inner {
    padding-inline: 3.81%;
  }
}
.re-performance_subtitle {
  font-weight: 700;
}
.re-performance .ghp-services_card {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-block: 49px;
}
.re-performance_card-visual {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.re-performance_card-title {
  z-index: 5;
}
.re-performance_card-title::after {
  width: 55px;
}
.re-performance_num-wrap {
  display: flex;
  flex-direction: column;
  color: #00BBD5;
  z-index: 2;
  font-family: var(--text-en);
  margin-top: -10px;
}
.re-performance_num {
  font-size: 85px;
  font-weight: 900;
  line-height: 0.8;
}
.re-performance_unit {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 185px;
  color: var(--text-colorbk);
  line-height: 1;
}
.re-performance_bg-img {
  position: absolute;
  width: 172px;
  z-index: 0;
  top: 35%;
  transform: translateY(-50%);
}
.re-performance_img-map {
  width: 194.28px;
  height: auto;
}
.re-performance_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
}
.re-performance_box-text {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .re-performance_box-text {
    font-size: clamp(0.938rem, 0.61rem + 1.33vw, 1.25rem);
    font-weight: 500;
    text-align: center;
  }
}
.re-performance_fees_box {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .re-performance_fees_box {
    text-align: center;
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .re-performance_box-icon {
    top: -90%;
    left: 26%;
  }
}

/* ============================================================
   REAL ESTATE: MESSAGE SECTION
============================================================ */
.re-message {
  position: relative;
  padding-bottom: clamp(2rem, -0.292rem + 4.77vw, 4rem);
  padding-top: clamp(2.438rem, -0.428rem + 5.96vw, 4.938rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .re-message {
    padding-top: 90px;
  }
}
.re-message_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .re-message_inner {
    padding-inline: 3.81%;
  }
}
.re-message_bg-text {
  top: 60px;
}
.re-message_text {
  margin-bottom: 0 !important;
}
.re-message_list {
  padding-left: 1.2em;
}
.re-message_list li {
  font-size: 15px;
  line-height: 2;
  position: relative;
  font-weight: 400;
}
.re-message_list li::before {
  content: "・";
  position: absolute;
  left: -1.2em;
}
.re-message_images {
  margin-top: -30px;
}

/* ============================================================
   REAL ESTATE: FLOW SECTION
============================================================ */
.re-flow {
  padding-top: clamp(2rem, -0.292rem + 4.77vw, 4rem);
  padding-bottom: clamp(6.25rem, -0.913rem + 14.9vw, 12.5rem);
  position: relative;
  overflow: hidden;
}
.re-flow_inner {
  width: 100%;
  max-width: 1360px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .re-flow_inner {
    padding-inline: 3.81%;
  }
}
.re-flow_header {
  margin-bottom: 63px;
}
.re-flow_title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--text-en);
  font-weight: 700;
  margin-top: 15px;
}
.re-flow .process_list::after {
  right: clamp(5.375rem, 4.014rem + 2.83vw, 6.563rem);
  width: 19px;
  background-color: #70EDFF;
  z-index: 0;
}
.re-flow .process_item {
  background: #EDF6F8;
  border: 2px solid #00BBD5;
}
.re-flow .process_item-content {
  flex: 1;
}
.re-flow .process_item-head {
  border-bottom: 0.5px solid #889C9F;
  margin-bottom: 10px;
}
.re-flow .process_item-step {
  color: #00BBD5;
  font-weight: 500;
}
.re-flow .process_item-title {
  color: var(--text-colorbk);
}
@media (max-width: 768px) {
  .re-flow .process_item-title {
    border-bottom: 1px solid #889C9F;
  }
}
.re-flow .process_item-text {
  color: var(--text-colorbk);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .re-flow .process_item-text {
    margin-top: 0;
  }
}
.re-flow .process_item {
  /* アイコンエリア：接続線と重なる位置 */
}
.re-flow .process_item-icon {
  background-color: #fff;
  border: 2px solid #70EDFF;
}
.re-flow .process_item-icon img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================================
 Base
================================ */
* {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
  color: #2C3333;
}

html {
  font-size: 100%;
}

section[id] {
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
  section[id] {
    scroll-margin-top: 60px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

:root {
  --bg-blue: #00BBD5;
  --text-colorbk: #2c3333;
  --text-colorwh: #ffffff;
  --text-en: "Work Sans", sans-serif;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  font-size: 1rem;
  text-decoration: none;
  display: block;
  color: var(--text-colorbk);
}

.logo {
  width: clamp(4.5rem, 9.38vw, 8.438rem);
}

@media (max-width: 768px) {
  .logo {
    width: 112px;
  }
}
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* --- 共通アニメーション：超低速＆マイルド設定 --- */
[data-anime] {
  opacity: 0;
  /* ★ 時間を2秒に延長し、動き出しをさらに遅くしたイージングに変更 */
  transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1), transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, transform;
  /* ★ 移動距離を 40px から 20px に減らして「早さ」を抑制 */
}
[data-anime][data-anime=fade-up] {
  transform: translateY(20px);
}
[data-anime][data-anime=fade-left] {
  transform: translateX(-20px);
}
[data-anime][data-anime=fade-right] {
  transform: translateX(20px);
}
[data-anime].is-animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ================================
   Header Base
================================ */
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 70px;
  padding-inline: 2.08%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10000;
  margin-top: clamp(0.375rem, -2.054rem + 5.06vw, 2.5rem);
}

@media (max-width: 768px) {
  #header {
    padding-inline: 16px;
    height: 47px;
    margin-top: 30px;
  }
}
/* ================================
   Layout
================================ */
/* PC用メニュー */
#header .flex_right {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 100px;
  padding: 5px 5px 5px clamp(2rem, 4.17vw, 3.75rem);
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#header .flex_right ul {
  display: flex;
  align-items: center;
  gap: clamp(1.331rem, -0.004rem + 2.78vw, 2.5rem);
}

@media (max-width: 768px) {
  #header .flex_right,
  #header .flex_right ul {
    display: none;
  }
}
/* メニューリンク */
#header .flex_right ul a {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1.11vw, 16px);
  display: inline-block;
}

#header .menu_mark a {
  display: inline-flex;
  align-items: center;
}

#header .menu_mark > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url("../img/header_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: clamp(0.313rem, -0.045rem + 0.74vw, 0.625rem);
}

/* Contactボタン */
#header .contact_btn {
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: var(--text-colorbk);
  display: inline-flex;
  align-items: center;
  border-radius: 36px;
}
#header .contact_btn a {
  color: #ffffff;
  padding: clamp(0.463rem, -0.009rem + 0.98vw, 0.875rem) clamp(1.813rem, -0.045rem + 3.87vw, 3.438rem);
}

#header .contact_btn:hover {
  background-color: grey;
}

#header .flex_right ul li.menu a {
  transition: color 0.3s ease;
}

#header .flex_right ul li.menu a:hover {
  color: #0066ff !important;
}

/* ================================
   PC Mega Menu
================================ */
.pc_has-sub {
  position: relative;
}

.pc_sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: clamp(6.25rem, -0.053rem + 13.11vw, 11.75rem);
  transform: translateX(-50%);
  width: clamp(43.438rem, 31.261rem + 25.34vw, 54.063rem);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding-block: 33px;
  padding-inline: clamp(0.625rem, -0.808rem + 2.98vw, 1.875rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.pc_sub-menu.is-active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 35px);
}

.pc_sub-menu_head {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 700 !important;
  font-size: clamp(0.938rem, 0.723rem + 0.45vw, 1.125rem) !important;
  margin-bottom: 10px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}

.pc_sub-menu_head:hover {
  color: #0066ff;
}

.pc_sub-menu_head img {
  width: 19px;
  transition: transform 0.3s ease;
}

.pc_sub-menu_head:hover img {
  transform: translateX(5px);
}

.pc_sub-menu_list {
  display: grid !important;
  grid-template-columns: repeat(4, clamp(9.875rem, 7.583rem + 4.77vw, 11.875rem));
  align-items: stretch;
  grid-auto-rows: 1fr;
  justify-content: center;
  gap: 15px !important;
}

.pc_sub-menu_list li {
  border-bottom: 0.5px solid #00BBD5;
  width: clamp(9.875rem, 7.583rem + 4.77vw, 11.875rem);
  display: flex;
}

.pc_sub-menu_list a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 5px;
  font-size: clamp(0.813rem, 0.669rem + 0.3vw, 0.938rem) !important;
  transition: color 0.3s;
  width: 100%;
  box-sizing: border-box;
  min-height: 63px;
}

.pc_sub-menu_list a:after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 10px;
  background-image: url(../img/subheader_arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pc_sub-menu_list a:hover {
  color: #0066ff !important;
}

/* ================================
   ハンバーガーメニュー
================================ */
#header .toggle_btn {
  display: none;
  width: 55px;
  height: 30px;
  position: relative;
  z-index: 2001;
  cursor: pointer;
  border-radius: 27.5px;
  background-color: var(--text-colorbk);
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  margin-top: -44px;
}
@media (max-width: 768px) {
  #header .toggle_btn {
    display: flex;
  }
}
#header .toggle_btn span {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: var(--text-colorwh);
  transition: all 0.3s ease;
}
#header .toggle_btn span:nth-child(1) {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#header .toggle_btn span:nth-child(2) {
  bottom: 10px;
  width: 10px;
  height: 1px;
  right: 17.5px;
}

/* -----------------------------------------------------------
   メニューが開いている時（header.open）の「×」アニメーション
----------------------------------------------------------- */
header.open .toggle_btn span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header.open .toggle_btn span:nth-child(2) {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ================================
   背景マスク
================================ */
#header .mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}

/* ============================================================
   スマホメニュー（ドロワー）
============================================================ */
#header .sp_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1001;
  background-color: #2C3333;
  background-image: url("../img/hamburger_worldmap.png");
  background-size: 1060px auto;
  background-position: calc(50% + 174px) 361px;
  background-repeat: no-repeat;
  color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s ease;
}
#header .sp_menu_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 30px 16px 15px;
  max-width: 500px;
  margin: 0 auto;
  pointer-events: auto;
}
#header .sp_menu_logo_container {
  margin-bottom: 32px;
}
#header .sp_menu_logo_container .sp_menu_logo {
  width: 112px;
}
#header .sp_menu_nav {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .sp_menu_item > a {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 15px;
}
#header .sp_menu_item > a::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../img/hamburger_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#header .sp_menu_item_top > a {
  gap: 53px;
}
#header .sp_menu_sub {
  list-style: none;
  padding-bottom: 45px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}
#header .sp_menu_sub li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#header .sp_menu_sub li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  color: var(--text-colorwh);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
#header .sp_menu_sub li a::after {
  content: "→";
  font-size: 12px;
  opacity: 0.7;
}
#header .sp_menu_bottom {
  margin-top: auto;
  padding-top: 8px;
  text-align: center;
}
#header .sp_menu_privacy {
  color: var(--text-colorwh);
  text-decoration: underline;
  font-size: 13px;
  opacity: 0.8;
}
#header .sp_menu_copyright {
  margin-top: 26px;
  font-size: 11px;
  opacity: 0.6;
  letter-spacing: 0.05em;
}

body.is-fixed {
  overflow: hidden;
}

/* ================================
   open状態
================================ */
#header.open .mask {
  opacity: 1;
  visibility: visible;
}

#header.open .sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  text-align: left;
}

/* ボタンのアニメーション連動 */
#header.open .toggle_btn span:nth-child(1) {
  top: 50%;
  left: 50%;
  width: 32px;
  transform: translate(-50%, -50%) rotate(35deg);
}

#header.open .toggle_btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  right: auto;
  width: 32px;
  transform: translate(-50%, -50%) rotate(-35deg);
  opacity: 1;
}

#header.open .toggle_btn {
  box-shadow: unset;
}

/* ================================
   PC非表示設定
================================ */
@media screen and (min-width: 769px) {
  #header .sp_menu,
  #header .mask {
    display: none;
  }
}
/* ================================
   FV
================================ */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/792;
  background-image: url("../img/fv_bg.png");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4.65vw;
}
@media (max-width: 768px) {
  .hero {
    aspect-ratio: auto;
    height: 100vh;
    max-height: 900px;
    min-height: 580px;
    background-image: url("../img/fv_bg_sp.png");
    padding-bottom: 0;
  }
}
.hero_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .hero_inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.hero_content {
  padding-left: 2.08%;
  position: relative;
  z-index: 30;
}
@media (max-width: 768px) {
  .hero_content {
    padding-inline: 17px;
    margin-top: auto;
    padding-bottom: 24px;
  }
}
.hero_title {
  font-size: 3.33vw;
  line-height: 1.6;
  margin-bottom: 1.32vw;
  color: var(--text-colorwh);
  font-weight: 700;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .hero_title {
    font-size: clamp(1.563rem, 1.104rem + 1.87vw, 2rem);
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
@media (max-width: 394px) {
  .hero_title {
    font-size: clamp(1.25rem, -0.012rem + 6.41vw, 1.563rem);
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.hero_text {
  font-size: 1.11vw;
  line-height: 1.75;
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .hero_text {
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
    line-height: 1.9;
  }
}
.hero_img-wrapper {
  position: absolute;
  right: 0;
  bottom: -29.5%;
  width: 58%;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero_img-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    width: 530px;
  }
}
@media (max-width: 600px) {
  .hero_img-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    width: 95.83%;
  }
}
.hero_img {
  width: 100%;
  height: auto;
  display: block;
}
.hero_title, .hero_text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.hero_img-wrapper {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.hero.is-active .hero_title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.hero.is-active .hero_text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.hero.is-active .hero_img-wrapper {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

/* ============================================================
   CONCEPT Section 
============================================================ */
.concept {
  position: relative;
  padding-inline: 0;
  padding-top: clamp(3.75rem, -0.536rem + 8.93vw, 7.5rem);
  padding-bottom: clamp(3.75rem, -0.536rem + 8.93vw, 7.5rem);
  z-index: 1;
  overflow: clip;
}
@media (max-width: 768px) {
  .concept {
    padding-top: 50px;
    padding-bottom: 25px;
    padding-inline: 15px;
  }
}
.concept_inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
.concept_bg-text {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  display: inline-block;
  top: -97px;
  left: -70px;
  font-size: 146.51px;
  font-family: var(--text-en);
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.05em;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1440px) {
  .concept_bg-text {
    top: clamp(-97px, -8.33vw + 23px, -41px);
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
    left: calc(-43vw + 550px);
  }
}
@media (max-width: 1200px) {
  .concept_bg-text {
    left: 1.39vw;
  }
}
@media (max-width: 768px) {
  .concept_bg-text {
    left: auto;
    right: 0;
    top: 60px;
    font-size: 6rem;
  }
}
.concept_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .concept_container {
    flex-direction: column;
  }
}
.concept_content {
  width: 50%;
  padding-top: clamp(1.5rem, -2rem + 7.29vw, 4.563rem);
}
@media (max-width: 768px) {
  .concept_content {
    width: 100%;
    padding-top: 0;
  }
}
.concept_text {
  font-size: clamp(14px, 1.04vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: clamp(0.625rem, -0.232rem + 1.79vw, 1.375rem);
}
@media (max-width: 768px) {
  .concept_text {
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
  }
}
.concept_text:last-child {
  margin-bottom: 0;
}
.concept_images {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0;
}
@media (max-width: 768px) {
  .concept_images {
    width: 100%;
    margin-top: 40px;
    justify-content: center;
    padding-inline: 0;
  }
}
.concept_img-item {
  position: relative;
  width: 19.63vw;
}
@media (max-width: 768px) {
  .concept_img-item {
    width: 50%;
  }
}
.concept_img-item--01 {
  margin-top: 0;
}
.concept_img-item--02 {
  margin-top: 2.53vw;
}
@media (max-width: 768px) {
  .concept_img-item--02 {
    margin-top: 15px;
    margin-left: 0px;
  }
}

/* ============================================================
   共通コンポーネント
============================================================ */
.label {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: clamp(0.5rem, -0.357rem + 1.79vw, 1.25rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .label {
    font-size: clamp(0.813rem, 0.092rem + 2.93vw, 1.5rem);
  }
}
.label::before {
  content: "";
  display: inline-block;
  width: 12.51px;
  height: 16.46px;
  background-image: url("../img/logo_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .label::before {
    width: clamp(0.782rem, 0.422rem + 1.46vw, 1.125rem);
    height: clamp(1.029rem, 0.666rem + 1.48vw, 1.375rem);
  }
}

.section_title {
  font-family: var(--text-en);
  font-size: clamp(2.5rem, 0.786rem + 3.57vw, 4rem);
  font-weight: 600;
  margin-bottom: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .section_title {
    font-size: clamp(3rem, 1.952rem + 4.27vw, 4rem);
  }
}

/* ============================================================
   MVV Section - PC Styles Preserved & Mobile Hidden
============================================================ */
.mvv {
  position: relative;
  padding-bottom: clamp(4.063rem, -0.938rem + 10.42vw, 8.438rem);
  padding-top: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mvv {
    padding-top: 0px;
  }
}
.mvv_inner {
  width: 100%;
  max-width: 1320px;
  padding-inline: 1.39%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .mvv_inner {
    padding-inline: 0;
  }
}
.mvv_bg-text.-mvv {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -20px;
  right: -40px;
  font-family: var(--text-en);
  font-weight: 600;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: row;
  gap: 0px;
}
@media (max-width: 1440px) {
  .mvv_bg-text.-mvv {
    right: calc(-29.412vw + 403.53px);
    top: clamp(-20px, -2.78vw + 20px, 0px);
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  }
}
@media (max-width: 1320px) {
  .mvv_bg-text.-mvv {
    right: calc(13.29vw - 158.57px);
  }
}
@media (max-width: 1200px) {
  .mvv_bg-text.-mvv {
    right: 1.39vw;
  }
}
@media (max-width: 768px) {
  .mvv_bg-text.-mvv {
    display: none;
  }
}
.mvv_bg-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.mvv_bg-char {
  font-size: clamp(73px, 10.94vw - 11px, 146.51px);
  line-height: 0.72;
  display: inline-block;
}
.mvv_bg-sub {
  font-size: 40px;
  font-weight: 600;
  margin-top: 23px;
  text-orientation: mixed;
  display: inline-block;
  line-height: 0.72;
  letter-spacing: 0.05em;
}
.mvv_container {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, -4.107rem + 10.12vw, 5rem);
}
@media (max-width: 768px) {
  .mvv_container {
    flex-direction: column;
    gap: 32px;
  }
}
.mvv_graphic {
  width: 42%;
  position: relative;
  padding-top: clamp(0rem, -6.429rem + 13.39vw, 5.625rem);
}
@media (max-width: 768px) {
  .mvv_graphic {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.mvv_pyramid {
  width: 100%;
  height: auto;
  display: block;
}
.mvv_content {
  width: 50%;
  padding-top: clamp(1.25rem, -0.321rem + 3.27vw, 2.625rem);
}
@media (max-width: 768px) {
  .mvv_content {
    width: 100%;
    padding-inline: 4%;
  }
}
.mvv_item {
  padding-top: clamp(1rem, -0.357rem + 2.83vw, 2.188rem);
  padding-bottom: clamp(1rem, -0.357rem + 2.83vw, 2.188rem);
  border-top: 0.5px solid #2C3333;
  width: 100%;
}
@media (max-width: 768px) {
  .mvv_item {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.mvv_item:last-child {
  border-bottom: 0.5px solid #2C3333;
}
.mvv_badge {
  display: inline-block;
  background-color: var(--bg-blue);
  color: #fff;
  font-size: 15px;
  width: 95px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: clamp(0.5rem, -1.071rem + 3.27vw, 1.875rem);
}
.mvv_title {
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 1.58;
  margin-bottom: clamp(0.5rem, 0.071rem + 0.89vw, 0.875rem);
}
@media (max-width: 768px) {
  .mvv_title {
    font-size: clamp(1.25rem, 0.988rem + 1.07vw, 1.5rem);
  }
}
.mvv_text {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mvv_text {
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
    line-height: 1.6;
  }
}
.mvv_text_vision {
  width: 86%;
}
.mvv_list {
  list-style: none;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 500;
  margin-top: 5px;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .mvv_list {
    margin-left: -5px;
    font-size: clamp(1.25rem, 0.988rem + 1.07vw, 1.5rem);
  }
}
.mvv_list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.mvv_list li:last-child {
  margin-bottom: 0px;
}
.mvv_list span {
  font-size: 16px;
  margin-right: 8px;
}

/* ============================================================
   SERVICE 
============================================================ */
.service {
  position: relative;
  background: linear-gradient(135deg, #02CEFA 0%, #0562EA 100%);
  padding-top: clamp(3rem, -0.429rem + 7.14vw, 6rem);
  padding-bottom: clamp(2.813rem, -0.402rem + 6.7vw, 5.625rem);
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 768px) {
  .service {
    padding-bottom: 75px;
  }
}
.service_bg-anchor {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  height: 0;
  pointer-events: none;
}
.service_container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}
@media (max-width: 768px) {
  .service_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 39px;
  }
}
.service_content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 20;
}
@media (max-width: 768px) {
  .service_content {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 0.9375rem;
    margin-top: 27px;
  }
}
.service_content-inner {
  width: 100%;
  max-width: 451px;
  margin-right: 149px;
  margin-left: auto;
  margin-top: -66px;
}
@media (max-width: 1440px) {
  .service_content-inner {
    margin-right: auto;
    margin-left: calc(51.4vw - 620.16px);
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
    margin-top: calc(37.5vw - 540px);
  }
}
@media (max-width: 1240px) {
  .service_content-inner {
    margin-left: 0;
    padding-left: clamp(0.667rem, 1.39vw, 1.077rem);
    margin-top: calc(15.466vw - 271.78px);
  }
}
@media (max-width: 768px) {
  .service_content-inner {
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    max-width: unset;
  }
}
.service_label::before {
  background-image: url(../img/logo_icon_wh.png);
}
@media (max-width: 768px) {
  .service_label {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .service .servive_section_title {
    margin-bottom: 30px;
  }
}
.service_lead {
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .service_lead {
    font-size: clamp(1.25rem, 0.988rem + 1.07vw, 1.5rem);
    margin-bottom: 12px;
    letter-spacing: 0.035em;
  }
}
.service_text {
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service_text {
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
    line-height: 1.6;
    width: 96%;
  }
}
.service_btn-wrapper {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 1440px) {
  .service_btn-wrapper {
    margin-top: -90px;
  }
}
@media (max-width: 1240px) {
  .service_btn-wrapper {
    margin-top: calc(-7.415vw + 1.95px);
  }
}
@media (max-width: 768px) {
  .service_btn-wrapper {
    margin-top: -4px;
    text-align: right;
  }
}
.service_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  height: 55px;
  padding: 0 15px 0 23px;
  background-color: var(--text-colorbk);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}
@media (max-width: 1240px) {
  .service_btn {
    height: clamp(2.5rem, 0.975rem + 3.18vw, 3.438rem);
    max-width: clamp(11.563rem, 9.02rem + 5.3vw, 13.125rem);
    font-size: clamp(0.813rem, 0.609rem + 0.42vw, 0.938rem);
  }
}
@media (max-width: 768px) {
  .service_btn {
    width: 210px;
    height: 55px;
    max-width: unset;
    font-size: 15px;
  }
}
.service_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.service_btn:hover {
  background-color: #444;
}
.service_btn:hover::after {
  transform: translateX(7px);
}
.service_slider-container {
  width: 50%;
  overflow: visible;
}
@media (max-width: 768px) {
  .service_slider-container {
    width: 100%;
    padding-left: 6.4%;
    z-index: 100;
  }
}
.service_swiper {
  width: 100%;
  margin-left: 0;
  /* ★ 追加：スマホでの縦並びを物理的に不可能にする */
}
.service_swiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.service_card {
  /* ★ 追加：幅を強制的に維持 */
  flex-shrink: 0 !important;
  width: 308px !important;
  height: 629px !important;
  position: relative;
  overflow: hidden;
  background: transparent !important;
}
@media (max-width: 950px) {
  .service_card {
    width: 260px !important;
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .service_card {
    width: 270px !important;
    height: 552px !important;
  }
}
.service_card {
  /* ★ 追加：カード全体をリンクにするための設定 */
}
.service_card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.service_card-link:hover img {
  transform: scale(1.05);
}
.service_card-link:hover::after {
  transform: translateX(7px);
}
.service_card-link::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/service_card_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .service_card-link::after {
    right: 8px;
  }
}
.service_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.service_card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  z-index: 2;
}
.service_card-num {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.service_card-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .service_card-title {
    font-size: 17px;
  }
}

.service_bg-text {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  display: inline-block;
  top: -70px;
  left: -70px;
  font-family: "Work Sans", sans-serif;
  font-size: 146.51px;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.05em;
  color: #3F4B4B;
  mix-blend-mode: overlay;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1440px) {
  .service_bg-text {
    top: clamp(-44px, -3.57vw + 7.43px, -20px);
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
    left: calc(-43vw + 550px);
  }
}
@media (max-width: 1240px) {
  .service_bg-text {
    left: 1.39vw;
  }
}
@media (max-width: 768px) {
  .service_bg-text {
    top: -10px;
    left: 15px;
    font-size: 6rem;
    opacity: 0.5;
  }
}

/* ============================================================
   COMPANY - PC Styles Preserved & Mobile Optimized
============================================================ */
.company {
  position: relative;
  padding-top: clamp(3.75rem, -0.679rem + 9.23vw, 7.625rem);
  overflow: hidden;
}
.company_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 1.39%;
  position: relative;
}
@media (max-width: 768px) {
  .company_inner {
    padding-inline: 15px;
  }
}
.company_bg-text {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  right: -112px;
  font-size: 146.51px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1440px) {
  .company_bg-text {
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
    right: calc(-29.412vw + 333.53px);
    top: clamp(-20px, -2.78vw + 20px, 0px);
  }
}
@media (max-width: 1240px) {
  .company_bg-text {
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .company_bg-text {
    right: -1vw;
  }
}
@media (max-width: 768px) {
  .company_bg-text {
    right: -2%;
    top: 39px;
    font-size: 6rem;
  }
}
.company_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(3rem, 6vw, 6.25rem);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .company_header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-inline: 0;
  }
}
.company_lead {
  font-size: clamp(1.125rem, 0.75rem + 1.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company_lead {
    font-size: clamp(1.25rem, 0.988rem + 1.07vw, 1.5rem);
    margin-top: 15px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .company_btn-wrapper {
    margin-top: 30px;
    width: 100%;
    text-align: right;
  }
}
.company_points {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  gap: clamp(1rem, 3vw, 2.5rem);
}
@media (max-width: 768px) {
  .company_points {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-bottom: 60px;
  }
}
.company_point {
  flex: 1;
  text-align: center;
  max-width: 324px;
}
@media (max-width: 768px) {
  .company_point {
    max-width: 100%;
  }
}
.company_point-icon {
  width: clamp(235px, 13.26vw + 133px, 324px);
  margin: 0 auto 1.5rem;
}
@media (max-width: 768px) {
  .company_point-icon {
    width: 324px;
    height: 324px;
    background-color: #F0F9FA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 393px) {
  .company_point-icon {
    width: clamp(18.75rem, 12.175rem + 32.88vw, 20.25rem);
    height: clamp(18.75rem, 12.175rem + 32.88vw, 20.25rem);
  }
}
.company_point-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.company_point-title {
  font-size: clamp(1.125rem, 1.3vw + 0.5rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company_point-title {
    font-size: clamp(1.125rem, 0.732rem + 1.6vw, 1.5rem);
    margin-bottom: 10px;
  }
}
.company_point-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company_point-text {
    font-size: clamp(0.875rem, 0.613rem + 1.07vw, 1.125rem);
    color: #666;
  }
}

/* ============================================================
   APPROACH - Image Switching Logic (PC / SP)
============================================================ */
.approach {
  position: relative;
  padding-top: clamp(135px, 7vw + 81.14px, 182px);
  padding-bottom: clamp(4rem, -20.929rem + 51.93vw, 25.813rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .approach {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.approach_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 2.22%;
  position: relative;
  padding-top: clamp(0rem, -3.214rem + 6.7vw, 2.813rem);
}
@media (max-width: 768px) {
  .approach_inner {
    padding-top: 0;
    padding-inline: 16px;
  }
}
.approach_map-bg {
  position: absolute;
  top: clamp(22.188rem, 12.991rem + 19.16vw, 30.234rem);
  left: 50%;
  transform: translateX(-50%);
  width: 81%;
  z-index: -1;
}
@media (max-width: 768px) {
  .approach_map-bg {
    width: 90%;
    top: auto;
    bottom: -50px;
  }
}
.approach_bg-text {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  display: inline-block;
  top: clamp(-70px, -1.94vw - 42.1px, -57px);
  left: -70px;
  font-family: "Work Sans", sans-serif;
  font-size: 146.51px;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.05em;
  color: #EDF6F8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1440px) {
  .approach_bg-text {
    font-size: clamp(73px, 10.94vw - 11px, 146.51px);
    left: calc(-43vw + 550px);
  }
}
@media (max-width: 1240px) {
  .approach_bg-text {
    left: 1.39vw;
  }
}
@media (max-width: 768px) {
  .approach_bg-text {
    left: auto;
    right: 2%;
    top: -40px;
    font-size: 6rem;
  }
}
.approach_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .approach_container {
    flex-direction: column;
    gap: clamp(0rem, -1.31rem + 5.33vw, 1.25rem);
  }
}
.approach_content {
  width: 55%;
  position: relative;
  padding-top: 20px;
  padding-left: clamp(0rem, -37.181rem + 47.98vw, 5.997rem);
}
@media (max-width: 768px) {
  .approach_content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.approach_lead {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: clamp(0.75rem, -0.107rem + 1.79vw, 1.5rem);
  margin-bottom: clamp(1rem, -0.143rem + 2.38vw, 2rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .approach_lead {
    font-size: clamp(1.5rem, 0.976rem + 2.13vw, 2rem);
  }
}
.approach_text p {
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  line-height: 1.8;
  margin-bottom: clamp(0.75rem, 1.56vw, 1.406rem);
  font-weight: 500;
}
@media (max-width: 768px) {
  .approach_text p {
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.approach_images {
  width: 40%;
  height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .approach_images {
    display: none;
  }
}
.approach_images_sp {
  display: none;
}
@media (max-width: 768px) {
  .approach_images_sp {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .approach_images_sp img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 450px) {
  .approach_images_sp {
    width: 100%;
  }
}
.approach_img {
  position: absolute;
}
.approach_img img {
  width: 100%;
  height: auto;
  display: block;
}
.approach_img_main {
  width: clamp(11.25rem, 2.482rem + 18.27vw, 18.922rem);
  top: 0;
  right: clamp(0.938rem, 0.044rem + 1.86vw, 1.72rem);
  z-index: 1;
}
.approach_img_sub1 {
  width: clamp(8.75rem, 4.392rem + 9.08vw, 12.563rem);
  top: clamp(11.563rem, 7.634rem + 8.18vw, 15rem);
  left: clamp(-41px, 5.29vw - 81.68px, -5.5px);
  z-index: 2;
}
.approach_img_sub2 {
  width: clamp(10.313rem, 3.423rem + 14.35vw, 16.341rem);
  bottom: clamp(-246px, -42.62vw + 367.77px, 40px);
  right: 0%;
  z-index: 3;
}

/* ============================================================
   Banners 
============================================================ */
.banners {
  margin-bottom: clamp(4.25rem, -0.607rem + 10.12vw, 8.5rem);
}
.banners_inner {
  display: flex;
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
  padding-inline: 1.94%;
  gap: 0.63%;
}
@media (max-width: 768px) {
  .banners_inner {
    flex-direction: column-reverse;
    padding-inline: 3.81%;
    gap: 20px;
  }
}

.banner_item {
  position: relative;
  width: 50%;
  height: 490px;
  padding: 0 23px 10px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .banner_item {
    width: 100%;
    height: clamp(28.125rem, 23.54rem + 18.67vw, 32.5rem);
    padding: 0 16px 69px;
  }
}
.banner_item:hover .banner_bg img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .banner_item:hover.-recruit .banner_bg img {
    transform: translateY(-40px) scale(1.05);
  }
}
.banner_item:hover .banner_arrow {
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .banner_item:hover .banner_arrow {
    transform: translateX(4px);
  }
}
.banner_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.banner_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(44, 51, 51, 0.55);
  z-index: 1;
}
.banner_bg img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_item.-contact .banner_bg img {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 450px) {
  .banner_bg img {
    width: 113%;
  }
}
@media (max-width: 768px) {
  .banner_item.-recruit .banner_bg img {
    width: 131%;
    height: 109%;
    transform: translateY(-40px);
  }
}
.banner_content {
  position: relative;
  z-index: 2;
  max-width: 79%;
  width: 100%;
}
@media (max-width: 768px) {
  .banner_content {
    max-width: 100%;
  }
}
.banner_title {
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: var(--text-en);
}
@media (max-width: 905px) {
  .banner_title {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .banner_title {
    font-size: clamp(2.25rem, 0.416rem + 7.47vw, 4rem);
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.banner_body {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .banner_body {
    min-height: auto;
  }
}
.banner_text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .banner_text {
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
  }
}
.banner_subtext {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.6;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .banner_subtext {
    margin-top: 10px;
    font-size: clamp(0.938rem, 0.741rem + 0.8vw, 1.125rem);
  }
}
.banner_arrow {
  position: absolute;
  right: 15px;
  bottom: 35px;
  width: 54px;
  height: 54px;
  background-image: url("../img/service_card_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  z-index: 3;
}
@media (max-width: 768px) {
  .banner_arrow {
    width: 36.98px;
    height: 36.98px;
    right: 6px;
    bottom: 10px;
  }
}

/* ============================================================
   Footer
============================================================ */
.footer {
  position: relative;
  background: linear-gradient(135deg, #02CEFA 0%, #0562EA 100%);
  color: #fff;
  padding-top: clamp(3.125rem, -0.446rem + 7.44vw, 6.25rem);
  padding-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer_map-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.65;
  width: clamp(890px, 72vw, 1042px);
  height: 100%;
}
@media (min-width: 1440px) {
  .footer_map-bg {
    right: calc(50vw - 720px);
  }
}
@media (max-width: 768px) {
  .footer_map-bg {
    width: 150%;
    right: 7%;
    bottom: 0;
    top: auto;
    height: 70%;
  }
}
@media (max-width: 394px) {
  .footer_map-bg {
    width: 250%;
    right: -72%;
    bottom: 0;
    top: auto;
    height: 70%;
  }
}
.footer_map-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.footer_inner {
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
  padding-inline: 1.94%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .footer_inner {
    padding-inline: 15px;
  }
}
.footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: clamp(2.813rem, -5.616rem + 17.56vw, 10.188rem);
}
@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
  }
}
.footer_logo img {
  width: 291px;
  height: auto;
}
@media (max-width: 768px) {
  .footer_logo img {
    width: 181px;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer_nav {
    width: 100%;
  }
}
.footer_nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer_nav-list .privacy {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer_nav-item {
    margin-bottom: 25px;
  }
  .footer_nav-item:last-of-type {
    margin-bottom: 40px;
  }
}
.footer_nav-link.-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer_nav-link.-main {
    font-size: 18px;
    padding-bottom: 0px;
    font-weight: 500;
  }
}
.footer_nav-link.-main:hover {
  opacity: 0.7;
}
.footer_nav-link.-main:hover .footer_nav-arrow {
  transform: translateX(5px);
}
.footer_nav-arrow {
  width: 19px;
  height: 19px;
  background-image: url("../img/footer_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.footer_sub-nav {
  list-style: none;
  padding: 0 0 45px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer_sub-nav {
    padding: 0;
    gap: 0;
  }
}
.footer_sub-nav li {
  width: 190px;
  border-bottom: 1px solid rgba(237, 246, 248, 0.5);
}
@media (max-width: 768px) {
  .footer_sub-nav li {
    width: 50%;
    border-bottom: none;
  }
  .footer_sub-nav li:nth-child(odd) {
    padding-right: 10px;
  }
  .footer_sub-nav li:nth-child(even) {
    padding-left: 10px;
  }
}
.footer_sub-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.938rem;
  padding-block: 8px;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer_sub-nav a {
    display: inline-flex;
    width: auto;
    min-width: 100%;
    border-bottom: 1px solid rgba(237, 246, 248, 0.5);
    font-size: 15px;
    padding-block: 10px;
    font-weight: 500;
    gap: 10px;
  }
}
@media (max-width: 393px) {
  .footer_sub-nav a {
    font-size: clamp(0.75rem, -0.072rem + 4.11vw, 0.938rem);
  }
}
.footer_sub-nav a::after {
  content: "";
  width: 11px;
  height: 10px;
  background-image: url("../img/footer_arrow_small.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.footer_sub-nav a:hover {
  opacity: 0.7;
}
.footer_sub-nav a:hover::after {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .footer_bottom {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer_nav-privacy {
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer_privacy {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid #EDF6F8;
  display: inline-block;
}
.footer_privacy:hover {
  opacity: 0.7;
}
.footer_copyright {
  text-align: right;
  opacity: 0.6;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 0.8125rem;
  font-family: var(--text-en);
  display: block;
}
@media (max-width: 768px) {
  .footer_copyright {
    text-align: center;
  }
}
.footer small {
  font-size: unset;
}/*# sourceMappingURL=main.css.map */