html {
  scroll-behavior: smooth;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.index__textIndent {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.crossTalkFv {
  position: relative;
  height: clamp(650px, 55.5555555556vw, 800px);
}
@media (max-width: 768px) {
  .crossTalkFv {
    height: 100vh;
  }
}
@media (max-width: 499px) {
  .crossTalkFv {
    height: 80vh;
  }
}

.crossTalkFv__bg {
  height: clamp(650px, 55.5555555556vw, 800px);
}
@media (max-width: 768px) {
  .crossTalkFv__bg {
    height: 100vh;
  }
}
@media (max-width: 499px) {
  .crossTalkFv__bg {
    height: 80vh;
  }
}

.crossTalk__fvTextArea {
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 80px 90px;
  position: absolute;
  bottom: -10%;
  left: 0;
}
@media (max-width: 1200px) {
  .crossTalk__fvTextArea {
    padding: 60px;
    margin-right: 40px;
  }
}
@media (max-width: 499px) {
  .crossTalk__fvTextArea {
    padding: 24px;
    margin-right: 24px;
  }
}

.crossTalk__subTitle {
  font-size: 2rem;
  line-height: 3.125rem;
}
@media (max-width: 499px) {
  .crossTalk__subTitle {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.corssTalk__mainTitle {
  font-size: 3rem;
  line-height: 3.75rem;
  color: #103568;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .corssTalk__mainTitle {
    font-size: 2rem;
    line-height: 3.125rem;
    margin-top: 8px;
  }
}

.classTalk__intro {
  margin-top: 210px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.375rem;
}
@media (max-width: 499px) {
  .classTalk__intro {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-top: 160px;
  }
}

.crossTalkProfile__wrapper {
  margin-top: 330px;
  position: relative;
}
@media (max-width: 499px) {
  .crossTalkProfile__wrapper {
    margin-top: 200px;
  }
}

.bgText__hr {
  min-height: 20px;
}
@media (max-width: 499px) {
  .bgText__hr {
    min-height: 0;
  }
}

.bgText__hr::before {
  background: url("/wp-content/uploads/2025/04/member-profile.png") no-repeat center;
  width: 110%;
  content: "";
  min-height: 220px;
  background-size: cover;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .bgText__hr::before {
    width: 100%;
    content: "";
    min-height: 106px;
    background-size: cover;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 499px) {
  .bgText__hr::before {
    background: url("/wp-content/uploads/2025/04/member-profile-sp.png") no-repeat center;
    background-size: cover;
    min-height: 290px;
    top: 70px;
  }
}

.flex--wrapWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .flex--wrapWrapper {
    justify-content: center;
    gap: 10%;
  }
}

.flex3column__item {
  width: 25%;
  min-width: 230px;
}
@media (max-width: 1200px) {
  .flex3column__item {
    min-width: 200px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .flex3column__item {
    min-width: 160px;
  }
}
@media (max-width: 499px) {
  .flex3column__item {
    margin-bottom: 30px;
    min-width: 140px;
  }
}

.profile__imgWrapper {
  position: relative;
}

.profile1 {
  font-size: 1.25rem;
  min-width: 160px;
  border-radius: 50px;
  border: 5px solid #327B8D;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0%;
  text-align: center;
  background: #fff;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .profile1 {
    font-size: 1rem;
    min-width: 100px;
    padding: 8px;
    border: 3px solid #327B8D;
  }
}
@media (max-width: 499px) {
  .profile1 {
    font-size: 0.75rem;
    min-width: 60px;
    padding: 8px;
    border: 2px solid #327B8D;
  }
}

.profile2 {
  font-size: 1.25rem;
  min-width: 160px;
  border-radius: 50px;
  border: 5px solid #EE9935;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0%;
  text-align: center;
  background: #fff;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .profile2 {
    font-size: 1rem;
    min-width: 100px;
    padding: 8px;
    border: 3px solid #EE9935;
  }
}
@media (max-width: 499px) {
  .profile2 {
    font-size: 0.75rem;
    min-width: 60px;
    padding: 8px;
    border: 2px solid #EE9935;
  }
}

.profile3 {
  font-size: 1.25rem;
  min-width: 160px;
  border-radius: 50px;
  border: 5px solid #35B6EE;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0%;
  text-align: center;
  background: #fff;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .profile3 {
    font-size: 1rem;
    min-width: 100px;
    padding: 8px;
    border: 3px solid #35B6EE;
  }
}
@media (max-width: 499px) {
  .profile3 {
    font-size: 0.75rem;
    min-width: 60px;
    padding: 8px;
    border: 2px solid #35B6EE;
  }
}

.profile__dl {
  text-align: center;
  margin-top: 16px;
}
.profile__dl .profile__dt {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 1200px) {
  .profile__dl .profile__dt {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .profile__dl .profile__dt {
    font-size: 1.125rem;
  }
}
.profile__dl .profile__dd {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .profile__dl .profile__dd {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .profile__dl .profile__dd {
    font-size: 1rem;
    margin-top: 8px;
  }
}
@media (max-width: 499px) {
  .profile__dl .profile__dd {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}

.crossTalk__indexWrapper {
  margin-top: 260px;
}
@media (max-width: 1200px) {
  .crossTalk__indexWrapper {
    margin-top: 160px;
  }
}
@media (max-width: 1200px) {
  .crossTalk__indexWrapper {
    margin-top: 100px;
  }
}

.crossTalk__indexList {
  border-top: 6px solid #103568;
  border-bottom: 6px solid #103568;
  background: #F0F5FC;
  padding: 80px 70px;
}
@media (max-width: 768px) {
  .crossTalk__indexList {
    padding: 8% 7%;
  }
}

.crossTalk__indexItem {
  border-bottom: 1px solid #103568;
  padding: 32px 0;
  font-size: 2rem;
  line-height: 3.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .crossTalk__indexItem {
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .crossTalk__indexItem {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 24px 0;
  }
}
@media (max-width: 499px) {
  .crossTalk__indexItem {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 16px 0;
  }
}

.crossTalk__indexItem:first-child {
  padding-top: 0;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #103568;
  border-bottom: 0;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .triangle {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #103568;
  }
}
@media (max-width: 499px) {
  .triangle {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #103568;
    margin-left: 10px;
  }
}

.crossTalk__firstSec {
  position: relative;
  background: url("/wp-content/uploads/2025/04/hogan-blur-scaled.jpg") repeat top;
  z-index: -1;
  padding-top: 200px;
  background-size: contain;
}
@media (max-width: 499px) {
  .crossTalk__firstSec {
    padding-top: 120px;
  }
}

.bgText__vr {
  position: absolute;
  width: 18%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0.3;
}
.bgText__vr.text__left {
  left: -4%;
}
@media (max-width: 1200px) {
  .bgText__vr.text__left {
    left: -6%;
  }
}
@media (max-width: 768px) {
  .bgText__vr.text__left {
    left: -9%;
  }
}
.bgText__vr.text__right {
  right: -5%;
}
@media (max-width: 1200px) {
  .bgText__vr.text__right {
    right: -6%;
  }
}
@media (max-width: 768px) {
  .bgText__vr.text__right {
    right: -9%;
  }
}
@media (max-width: 1200px) {
  .bgText__vr {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .bgText__vr {
    width: 40%;
  }
}

.secTitle__hasSpeechBuble {
  font-size: 2.5rem;
  line-height: 3.75rem;
  color: #103568;
  position: relative;
}
@media (max-width: 1200px) {
  .secTitle__hasSpeechBuble {
    font-size: 2rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 499px) {
  .secTitle__hasSpeechBuble {
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}

.secTitle__hasSpeechBuble::before {
  content: "";
  display: inline-block;
  width: 35%;
  min-height: 40px;
  background: url("/wp-content/uploads/2025/04/speach-bubble.png") no-repeat top;
  background-size: contain;
  position: absolute;
  bottom: -70px;
}
@media (max-width: 768px) {
  .secTitle__hasSpeechBuble::before {
    width: 240px;
    bottom: -50px;
  }
}

.crossTalk__contentsList {
  margin-top: 160px;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .crossTalk__contentsList {
    margin-top: 100px;
  }
}

.crossTalk__contentsItem {
  display: flex;
  gap: 5%;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 499px) {
  .crossTalk__contentsItem {
    align-items: flex-start;
  }
}
.crossTalk__contentsItem .contents__imgName {
  font-size: 2rem;
  color: #103568;
  display: inline-block;
  padding-top: 14px;
}
@media (max-width: 499px) {
  .crossTalk__contentsItem .contents__imgName {
    font-size: 1.5rem;
  }
}

.crossTalk__contentsText {
  font-size: 1.25rem;
  line-height: 2.5rem;
  width: calc(95% - 200px);
}
@media (max-width: 1200px) {
  .crossTalk__contentsText {
    width: calc(95% - 160px);
  }
}
@media (max-width: 499px) {
  .crossTalk__contentsText {
    width: calc(95% - 80px);
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

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

.crossTalk__contentsImgArea {
  width: 200px;
  text-align: center;
}
@media (max-width: 1200px) {
  .crossTalk__contentsImgArea {
    width: 160px;
  }
}
@media (max-width: 499px) {
  .crossTalk__contentsImgArea {
    width: 80px;
  }
}

.talk__imgArea {
  height: 400px;
}
@media (max-width: 499px) {
  .talk__imgArea {
    height: 300px;
  }
}

.section {
  position: relative;
  background: url("/wp-content/uploads/2025/04/hogan-scaled.jpg") repeat top;
  z-index: -1;
  padding-top: 160px;
  background-size: contain;
}