@charset "UTF-8";
.secTop {
  padding: 180px 0 280px;
  background-image: url(../images/bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.secTop .headTitle {
  width: -moz-fit-content;
  width: fit-content;
  background: #F5F2E8;
}
.secTop .headTitle .title {
  line-height: 1;
  font-weight: bold;
  font-size: clamp(28px, 2.5vw, 30px);
  counter-reset: #002841;
  padding: 17px 10px;
}
.secTop .txArea {
  padding-top: 70px;
}
.secTop .txArea p {
  color: #fff;
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: 500;
  padding-bottom: 60px;
  line-height: 200%;
}
.secTop .txArea p:last-of-type {
  padding-bottom: 0px;
}
.secTop .txArea p span {
  line-height: inherit;
  font-weight: bold;
  color: #5CCFCB;
  font-size: clamp(28px, 2.5vw, 30px);
}
.secTop .white-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  /* 白い部分の高さ */
  background-color: white;
  /* 左上(0% 0%), 中央少し下(50% 30%), 右上(100% 0%), 右下(100% 100%), 左下(0% 100%) */
  /* 50% 30% の数値を調整することで、凹みの深さを変えられます */
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
  .secTop {
    padding: 150px 0 230px;
  }
  .secTop .headTitle .title {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secTop .txArea {
    padding-top: 50px;
  }
  .secTop .txArea p {
    padding-bottom: 20px;
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .secTop .txArea p span {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .secTop .white-mask {
    height: 80px;
  }
}
.secIntro {
  position: relative;
  top: -1px;
  background: #fff;
}
.secIntro .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 120px;
  gap: 20px;
  flex-wrap: wrap;
}
.secIntro .wrap .txArea p {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 40px;
  line-height: 240%;
}
.secIntro .wrap .txArea p span {
  line-height: inherit;
  font-size: clamp(23px, 2.08vw, 25px);
  font-weight: bold;
  background: #002841;
  color: #fff;
  padding: 2px 5px 4px;
}
.secIntro .wrap .txArea p:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .secIntro .wrap {
    justify-content: center;
    gap: 30px;
  }
  .secIntro .wrap .txArea p {
    padding-bottom: 20px;
    font-size: clamp(16px, 1.5vw, 18px);
  }
  .secIntro .wrap .txArea p span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: clamp(14px, 5.64vw, 22px);
  }
}
.secConcept {
  background-color: #E4F6F7;
}
.secConcept .secConceptIn {
  margin: auto;
}
.secConcept .secConceptIn .conceptHead .conceptTitle {
  background-color: #F5F2E8;
  display: inline-block;
  font-weight: bold;
  color: #002841;
}
.secConcept .secConceptIn .nameEn {
  color: #5CCFCB;
  font-size: clamp(33px, 2.92vw, 35px);
  font-weight: bold;
}
.secConcept .secConceptIn .conceptUpper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.secConcept .secConceptIn .conceptUpper .conceptLogo .logoBox {
  width: 100%;
  padding: 70px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-height: 280px;
}
.secConcept .secConceptIn .conceptUpper .conceptName .nameJp {
  color: #002841;
  font-weight: bold;
}
.secConcept .secConceptIn .conceptUpper .conceptName .nameJp span:first-child {
  color: #002841;
}
.secConcept .secConceptIn .conceptUpper .conceptName .nameJp span:last-child {
  color: #5CCFCB;
}
.secConcept .secConceptIn .conceptUpper .conceptName .nameDesc {
  color: #002841;
  line-height: 1.6;
}
.secConcept .secConceptIn .conceptLower {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  /* 吹き出しの三角：上向きに変更 */
}
.secConcept .secConceptIn .conceptLower::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-width: 0 20px 40px 20px;
  top: -40px;
  left: 22.5%;
  transform: translateX(-50%);
}
.secConcept .secConceptIn .conceptLower .conceptList .conceptItem .itemTitle {
  color: #002841;
  font-weight: bold;
}
.secConcept .secConceptIn .conceptLower .conceptList .conceptItem .itemTxt {
  color: #002841;
  line-height: 1.6;
}
.secConcept .secConceptIn .logoConceptArea {
  margin-top: 120px;
}
.secConcept .secConceptIn .logoConceptArea .gridArea {
  display: grid;
}
.secConcept .secConceptIn .logoConceptArea .gridArea p {
  line-height: 180%;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secConcept {
    padding: 60px 0;
  }
  .secConcept .secConceptIn .conceptHead {
    margin-bottom: 30px;
  }
  .secConcept .secConceptIn .conceptHead .conceptTitle {
    padding: 8px 15px;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secConcept .secConceptIn .conceptUpper {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptLogo {
    width: 100%;
  }
  .secConcept .secConceptIn .conceptUpper .conceptLogo .logoBox {
    padding: 40px 20px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptLogo .logoBox img {
    max-width: 300px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName {
    width: 100%;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName .nameEn {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-bottom: 10px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName .nameJp {
    font-size: clamp(14px, 6.15vw, 24px);
    margin-bottom: 15px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName .nameDesc {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secConcept .secConceptIn .conceptLower {
    padding: 30px 20px;
  }
  .secConcept .secConceptIn .conceptLower::after {
    border-width: 0 20px 30px 20px;
    top: -30px;
  }
  .secConcept .secConceptIn .conceptLower .conceptList {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .secConcept .secConceptIn .conceptLower .conceptList .conceptItem .itemTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    margin-bottom: 10px;
  }
  .secConcept .secConceptIn .conceptLower .conceptList .conceptItem .itemTxt {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secConcept .secConceptIn .logoConceptArea {
    margin-top: 60px;
  }
  .secConcept .secConceptIn .logoConceptArea .gridArea {
    gap: 30px;
  }
  .secConcept .secConceptIn .logoConceptArea .gridArea .imgArea {
    max-width: 400px;
    margin: auto;
    width: 90%;
  }
  .secConcept .secConceptIn .logoConceptArea .gridArea .nameEn {
    font-size: clamp(14px, 5.13vw, 20px);
    grid-row: 1;
  }
  .secConcept .secConceptIn .logoConceptArea .gridArea p {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secConcept {
    padding: 100px 0;
  }
  .secConcept .secConceptIn .logoConceptArea .gridArea {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    align-items: flex-start;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .secConcept .secConceptIn .logoConceptArea .nameEn {
    grid-column: 2;
  }
  .secConcept .secConceptIn .logoConceptArea .imgArea {
    grid-row: 2;
  }
  .secConcept .secConceptIn .logoConceptArea p {
    grid-column: 2;
  }
  .secConcept .secConceptIn .nameEn {
    font-size: clamp(33px, 2.92vw, 35px);
    margin-bottom: 30px;
  }
  .secConcept .secConceptIn .conceptHead {
    margin-bottom: 80px;
  }
  .secConcept .secConceptIn .conceptHead .conceptTitle {
    padding: 10px 25px;
    font-size: clamp(22px, 2vw, 24px);
  }
  .secConcept .secConceptIn .conceptUpper {
    gap: 50px;
    margin-bottom: 60px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptLogo {
    width: 45%;
  }
  .secConcept .secConceptIn .conceptUpper .conceptLogo .logoBox {
    aspect-ratio: 16/10;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName {
    width: 50%;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName .nameJp {
    font-size: clamp(34px, 3vw, 36px);
    margin-bottom: 20px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName .nameJp img {
    margin-left: -15px;
  }
  .secConcept .secConceptIn .conceptUpper .conceptName .nameDesc {
    font-size: clamp(18px, 1.67vw, 20px);
  }
  .secConcept .secConceptIn .conceptLower {
    padding: 60px 50px;
  }
  .secConcept .secConceptIn .conceptLower .conceptList {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .secConcept .secConceptIn .conceptLower .conceptList .conceptItem .itemTitle {
    font-size: clamp(18px, 1.67vw, 20px);
    margin-bottom: 12px;
  }
  .secConcept .secConceptIn .conceptLower .conceptList .conceptItem .itemTxt {
    font-size: clamp(18px, 1.67vw, 20px);
  }
}
.secInterview {
  padding: 180px 0 110px;
}
.secInterview .qaWrap {
  display: grid;
  gap: 60px;
  padding-top: 140px;
}
.secInterview .qaContent {
  margin: 0 auto;
}
.secInterview .qBox {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.secInterview .qBox .qIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #5CCFCB;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 67px;
  height: 34px;
  border-radius: 4px;
  flex-shrink: 0;
  line-height: 1.3;
}
.secInterview .qBox .qTitle {
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: bold;
  color: #002841;
  line-height: 1.4;
}
.secInterview .aContainer {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  .secInterview .aContainer {
    flex-direction: column;
    align-items: center;
  }
}
.secInterview .aProfile {
  width: 160px;
  flex-shrink: 0;
  text-align: center;
}
.secInterview .aProfile .aThumb {
  margin: 0 0 10px 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
}
.secInterview .aProfile .aThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secInterview .aProfile .aName {
  font-weight: bold;
  font-size: 18px;
  color: #002841;
}
@media (max-width: 767px) {
  .secInterview .aProfile {
    width: 120px;
  }
}
.secInterview .aContent {
  flex: 1;
}
.secInterview .aContent .aLead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.secInterview .aContent .aLead .aIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002841;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  flex-shrink: 0;
  font-size: 25px;
  width: 67px;
  height: 34px;
  border-radius: 4px;
  line-height: 1.3;
}
.secInterview .aContent .aLead .aHeading {
  font-size: clamp(23px, 2.08vw, 25px);
  font-weight: bold;
  color: #002841;
  line-height: 1.4;
}
.secInterview .aContent .aTxt p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 180%;
  color: #002841;
}

@media screen and (max-width: 767px) {
  .secInterview {
    padding: 100px 0;
  }
  .secInterview .qaWrap {
    padding-top: 50px;
  }
  .secInterview .aContainer {
    gap: 10px;
  }
  .secInterview .aContainer .aContent .aLead {
    flex-direction: column;
    align-items: flex-start;
  }
  .secInterview .aContainer .aContent .aLead .aHeading {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secInterview .aContainer .aContent .aLead .aIcon {
    font-size: 20px;
  }
  .secInterview .aContainer .aContent .aLead .aTxt p {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secInterview .qaContent .qBox {
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .secInterview .qaContent .qBox .qIcon {
    font-size: 20px;
  }
  .secInterview .qaContent .qBox .qTitle {
    font-size: clamp(14px, 6.15vw, 24px);
  }
}/*# sourceMappingURL=style.css.map */