/* =======================================
共通
======================================== */
.sec-ttl-box {
  gap: 0 24px;
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.sec-ttl-box .en {
  font-size: 60px;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.sec-ttl-box h3 {
  padding-bottom:5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.sec-ttl-box::after {
  width: 40px;
  height: 1px;
  content:'';
  background-color: #051424;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner {
  padding: 0 24px;
}
.flex-box {
  display: flex;
}

.more-btn {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  border-radius: 12px;
  height: 84px;
  font-size: 18px;
  font-weight: 700;
  color:#fff;
  transition: 0.7s;
  cursor: pointer;
  margin-top: 24px;
  justify-content: space-between;
  background-color: #0c3c6d;
}

.more-btn:hover {
  opacity: 0.8;
}

.more-btn .arrow {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 24px;
  background-color: #051424;
}
.more-btn .arrow img {
  width: 6px;
}
@media (max-width: 538px) {
  .sec-ttl-box {
    gap: 0 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  .sec-ttl-box .en {
    font-size: 6rem;
  }
  .sec-ttl-box h3 {
    padding-bottom:0.5rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }
  .sec-ttl-box::after {
    width: 4rem;
  }
  .inner {
    padding: 0 2.4rem;
  }
  .more-btn {
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 1.2rem;
    height: 8.4rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
    margin-top: 2.4rem;
  }
  .more-btn .arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .more-btn .arrow img {
    width: 0.6rem;
  }

}
/* =======================================
メインビジュアル
======================================== */
.main-panel {
  position: relative;
  padding: 24px 24px 0;
}
.mv-box {
  position: relative;
}
.mv-copy {
  bottom: 40px;
  left: 16px;
  font-size: 36px;
  position: absolute;
}
.mv-copy h2 {
  padding: 16px 16px 16px 24px;
  background-color: #fff;
  display: table;
  line-height: 1;
  font-weight: 500;
}
.mv-copy h2 + h2 {
  margin-top: 16px;
  margin-left: 100px;
}
.main-panel p {
  margin-top: 50px;
  font-size: 18px;
  line-height: 32.4px;
}

@media (max-width: 538px) {
  .main-panel {
    padding: 2.4rem 2.4rem 0;
  }
  .mv-copy {
    bottom: 4rem;
    left: 1.6rem;
    font-size: 3.6rem;
  }
  .mv-copy h2 {
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  }
  .mv-copy h2 + h2 {
  margin-left: 10rem;
    margin-top: 1.6rem;
  }
  .main-panel p {
    margin-top: 5rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
    line-height: 3.24rem;
  }

}
/* =======================================
ABOUT
======================================== */
.about-area {
  padding-top: 60px;
  margin-top: 60px;
  border-radius: 0 120px 0 0;
  padding-bottom: 60px;
  background-color: #4072a6;
}
.about-area .sec-ttl-box {
  margin-bottom: 34px;
  padding-bottom: 20px;
  position: relative;
}
.about-area .sec-ttl-box .en {
  color: #fff;
}
.about-area .sec-ttl-box h3 {
  color: #fff;
  position: relative;
}

.about-area .sec-ttl-box::after {
  width: 40px;
  height: 1px;
  content:'';
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-area p {
  font-size: 18px;
  line-height: 32.4px;
  color:#fff;
}

.about-img {
  margin-top: 40px;
}
@media (max-width: 538px) {
  .about-area {
    padding-top: 6rem;
    margin-top: 6rem;
    border-radius: 0 12rem 0 0;
    padding-bottom: 6rem;
  }
  .about-area .sec-ttl-box {
    margin-bottom: 3.4rem;
    padding-bottom: 2rem;
  }
  .about-area .sec-ttl-box::after {
    width: 4rem;
    height: 1px;
  }
  .about-area p {
    font-size: clamp(14px, 1.8rem, 1.8rem);
    line-height: 3.24rem;
  }
  .about-img {
    margin-top: 4rem;
  }
}
/* =======================================
POINT
======================================== */
.point-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.point-box {
  padding: 30px 28px;
  border: 1px solid #b7b6b6;
  border-radius: 16px;
}
.point-box + .point-box {
  margin-top: 24px;
}
.point-box h3 {
  font-size: 18px;
  color: #051424;
  line-height: 32.4px;
  font-weight: 500;
  color:#051424;
  margin-bottom: 30px;
}
.point-box .flex-box {
  align-items: center;
  justify-content: space-between;
}
.point-img {
  max-width: 160px;
  width: 100%;
}
.point-box p {
  font-size: 18px;
  line-height: 32.4px;
  max-width: calc(100% - 180px);
}

/* 表示エリア：横に流れる部分をマスクするだけ */
.point-slide-area {
  overflow: hidden;
  width: 100%;     /* 必要なら 240px とか max-width:240px にしてOK */
}

/* 横並びトラック（ここを JS で translateX させる） */
.point-slide-wrap {
  display: flex;
  gap: 0 20px;
  margin-top: 60px;
  transform: translateX(0);
  will-change: transform;
}

/* 1枚＝240×240 の箱（ここを固定して「カクッ」を防ぐ） */
.point-slide-_list {
  flex: 0 0 auto;
  width: 240px;
  height: 240px;
}
.point-slide-_list:nth-child(even) {
  margin-top: 20px;
}
/* 画像も240×240でピッタリ */
.point-slide-_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 538px) {
.point-area {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.point-box {
  padding: 3rem 2.8rem;
  border-radius: 1.6rem;
}
.point-box + .point-box {
  margin-top: 2.4rem;
}
.point-box h3 {
  font-size: clamp(14px, 1.8rem, 1.8rem);
  line-height: 3.24rem;
  margin-bottom: 3rem;
}
.point-img {
  max-width: 16rem;
}
.point-box p {
  max-width: calc(100% - 18rem);
}
.point-box p {
  font-size: clamp(14px, 1.8rem, 1.8rem);
  line-height: 3.24rem;
}
/* 横並びトラック（ここを JS で translateX させる） */
.point-slide-wrap {
  gap: 0 2rem;
  margin-top: 6rem;
}

/* 1枚＝240×240 の箱（ここを固定して「カクッ」を防ぐ） */
.point-slide-_list {
  width: 24rem;
  height: 24rem;
}
.point-slide-_list:nth-child(even) {
  margin-top: 2rem;
}


}
/* =======================================
voice
======================================== */
.voice-area {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 90px;
}
.voice-area .inner {
  padding: 0 0 0 24px;
  position: relative;
  z-index: 2;
}
.voice-area::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 130px);
  background-color: #c3daf1;
}
.voice-item {
  max-width: 360px;
  width: 100%;
  border-radius: 30px;
  position: relative;
  background-color:#4072a6;
  background-image: url('../images/common/voice-bg-texture.jpg');
  background-size: cover;
  background-position: bottom right;
  background-blend-mode: multiply;  /* ← ★ 乗算 ★ */
}
.voice-item a {
  padding: 30px;
  cursor: pointer;
  transition: 0.7s;
  display: block;
}
.voice-item a:hover {
  opacity: 0.6;
}
.num {
  color: #c3daf1;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
  margin-top: -25px;
  font-weight: 500;
  font-size: 52px;
}
.voice-ttl-box {
  margin-top: 16px;
  margin-bottom: 16px;
}
.voice-ttl-box h3 {
  display: table;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 8px;
  background-color: #fff;
}
.voice-ttl-box h3 + h3 {
  margin-top: 4px;
}
.voice-detail-text {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
  border-radius: 14px;
  border: 1px solid #fff;
  display: table;
  font-weight: 500;
  padding: 8px 14px;
  line-height: 1;
}
.voice-item .arrow {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #051424;
}
.voice-item .arrow img {
  width: 14px;
}
/* Swiper本体 */
.voice-swiper {
  overflow: visible; /* ★ チラ見せするために必要 */
}
/* スライド幅はカードに合わせる */
.voice-swiper .swiper-slide {
  width: auto;
}

@media (max-width: 538px) {
  .voice-area {
    padding-top: 4rem;
    margin-bottom: 9rem;
  }
  .voice-area .inner {
    padding: 0 0 0 2.4rem;
  }
  .voice-area::after {
    height: calc(100% - 13rem);
  }
  .voice-item {
    max-width: 36rem;
    border-radius: 3rem;
  }
  .voice-item a {
    padding: 3rem;
  }
  .num {
    margin-top: -2.5rem;
    font-size: 5.2rem;
  }
  .voice-ttl-box {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .voice-ttl-box h3 {
    font-size: clamp(14px, 1.8rem, 1.8rem);
    padding: 1.2rem 0.8rem;
  }
  .voice-ttl-box h3 + h3 {
    margin-top: 0.4rem;
  }
  .voice-detail-text {
    font-size: clamp(14px, 1.4rem, 1.4rem);
    margin-top: 1.6rem;
    border-radius: 1.4rem;
    padding: 0.8rem 1.4rem;
  }
  .voice-item .arrow {
    width: 5.2rem;
    height: 5.2rem;
    right: 3.0rem;
    bottom: 3.0rem;
  }
  .voice-item .arrow img {
    width: 1.4rem;
  }

}

/* =======================================
recruit
======================================== */
.recruit-area {
  border-radius: 0 120px 0 0;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fff;
}
.recruit-area p.text {
  margin-bottom: 40px;
  line-height: 32.4px;
  font-size: 18px;
}
.recruit-area .more-btn + .more-btn {
  margin-top: 12px;
}
@media (max-width: 538px) {
  .recruit-area {
    border-radius: 0 12rem 0 0;
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .recruit-area p.text {
    margin-bottom: 4rem;
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }
  .recruit-area .more-btn + .more-btn {
    margin-top: 1.2rem;
  }

}