.topTitleArea .titleEn {
  display: none;
}
.topTitleArea .titleJp {
  display: none;
}
.topTitleArea .titleLine {
  display: none;
}

@media only screen and (max-width: 767px) {
  .topTitleArea {
    padding: 0 0 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .topTitleArea {
    padding: 0 0 30px 0;
  }
}
.secTopArea .secTopAreaIn {
  position: relative;
}
.secTopArea .secTopAreaIn .captionText .txt {
  background: #ffffff;
  display: inline;
  font-weight: bold;
}
.secTopArea .secTopAreaIn .infoBox {
  z-index: 2;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn {
  background: #ffffff;
  position: relative;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .position {
  position: absolute;
  right: 0;
  top: 0px;
  color: #ffffff;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .listBoxLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .name {
  font-weight: 500;
  line-height: 140%;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .nameEn {
  font-weight: 500;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .type {
  font-weight: 500;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .year {
  font-weight: 500;
  color: #868686;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .number {
  transform: rotateZ(-14deg);
  text-align: right;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .number .num01 {
  line-height: 100%;
}
.secTopArea .secTopAreaIn .infoBox .infoBoxIn .number .num02 {
  line-height: 100%;
  font-size: 1.21em;
}
.secTopArea .secTopAreaIn .topImage {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .secTopArea {
    padding: 0 0 0px 0;
  }
  .secTopArea .secTopAreaIn {
    display: flex;
    flex-direction: column-reverse;
  }
  .secTopArea .secTopAreaIn .captionText {
    padding: 0 0 16px 0;
  }
  .secTopArea .secTopAreaIn .captionText .txt {
    font-size: clamp(16px, 6.15vw, 24px);
    padding: 0 8px;
    line-height: 120%;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn {
    padding: 16px 8px 0px 8px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .position {
    font-size: 13px;
    height: 24px;
    top: -24px;
    padding: 0 6px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .name {
    font-size: clamp(16px, 5.12vw, 20px);
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .nameEn {
    font-size: 14px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .type {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .year {
    font-size: 14px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .number {
    padding: 32px 0 0 0;
    font-size: 24px;
  }
  .secTopArea .secTopAreaIn .topImage {
    aspect-ratio: 1200/740;
  }
  .secTopArea .secTopAreaIn .topImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopArea {
    padding: 0 0 120px 0;
  }
  .secTopArea .secTopAreaIn .captionText {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -16px;
  }
  .secTopArea .secTopAreaIn .captionText .txt {
    font-size: clamp(17px, 2.19vw, 28px);
    padding: 0 8px;
  }
  .secTopArea .secTopAreaIn .infoBox {
    position: absolute;
    z-index: 3;
    left: 8.3%;
    bottom: 0;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn {
    width: 360px;
    padding: 30px 40px 0px 40px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .position {
    font-size: 14px;
    height: 24px;
    top: -24px;
    padding: 0 3px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .name {
    font-size: clamp(17px, 2.19vw, 28px);
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .nameEn {
    font-size: 14px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .type {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .year {
    font-size: 14px;
  }
  .secTopArea .secTopAreaIn .infoBox .infoBoxIn .number {
    padding: 32px 0 0 0;
    font-size: clamp(32px, 4.14vw, 53px);
  }
  .secTopArea .secTopAreaIn .topImage {
    aspect-ratio: 1200/740;
  }
  .secTopArea .secTopAreaIn .topImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
.secProfile {
  background: #ECECEC;
}
.secProfile .secProfileIn .profileTitle .titleEn {
  font-weight: bold;
}
.secProfile .secProfileIn .profileTitle .line {
  width: 50px;
  height: 4px;
}
.secProfile .secProfileIn .profileImg {
  aspect-ratio: 1/1;
}
.secProfile .secProfileIn .profileImg img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secProfile .secProfileIn .profileComment {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secProfile {
    padding: 40px 0 32px 0;
  }
  .secProfile .secProfileIn .profileTitle {
    padding: 0 0 16px 0;
  }
  .secProfile .secProfileIn .profileTitle .titleEn {
    font-size: clamp(17px, 7.18vw, 28px);
    line-height: 140%;
    text-align: center;
  }
  .secProfile .secProfileIn .profileTitle .line {
    margin: 0 auto;
  }
  .secProfile .secProfileIn .profileImg {
    width: 120px;
    margin: 0 auto 20px auto;
  }
  .secProfile .secProfileIn .profileComment {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 8px 8px;
  }
  .secProfile .secProfileIn .profileComment::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    background: #ffffff;
    left: calc(50% - 10px);
    top: -15px;
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .secProfile {
    padding: 100px 0 100px 0;
  }
  .secProfile .secProfileIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secProfile .secProfileIn .profileTitle {
    width: 16%;
  }
  .secProfile .secProfileIn .profileTitle .titleEn {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .secProfile .secProfileIn .profileImg {
    width: 20%;
  }
  .secProfile .secProfileIn .profileComment {
    width: 57.5%;
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 30px 40px;
  }
  .secProfile .secProfileIn .profileComment::before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 30px;
    background: #ffffff;
    left: -25px;
    top: calc(50% - 15px);
    -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  }
}
.secFaq {
  position: relative;
}
.secFaq .faqBg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.secFaq .commonWidth {
  position: relative;
  z-index: 2;
}
.secFaq .secFaqIn .faqTitle {
  position: relative;
}
.secFaq .secFaqIn .faqTitle .titleIcon {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  background: #ffffff;
}
.secFaq .secFaqIn .faqTitle .titleText {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.secFaq .secFaqIn .faqMain .questionRow {
  font-weight: bold;
  color: #ffffff;
  line-height: 140%;
}
.secFaq .secFaqIn .faqMain .answerRow .answerImgBox img {
  border-radius: 15px;
}
.secFaq .secFaqIn .faqMain .answerRow .answerTextBox .answerTitle {
  font-weight: bold;
  line-height: 160%;
}
.secFaq .secFaqIn .faqMain .answerRow .answerTextBox .answerContent {
  font-weight: 500;
}
.secFaq:nth-of-type(2n) .secFaqIn .faqMain {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .secFaq .faqBg {
    width: calc(100% - 40px);
    left: 20px;
  }
  .secFaq .secFaqIn {
    padding: 40px 0 40px 0;
  }
  .secFaq .secFaqIn .faqTitle {
    font-size: 24px;
  }
  .secFaq .secFaqIn .faqTitle .titleIcon {
    width: 46px;
    height: 46px;
  }
  .secFaq .secFaqIn .faqTitle .titleText {
    padding: 0 0 0 32px;
  }
  .secFaq .secFaqIn .faqMain {
    width: 92%;
    margin: 0 auto;
  }
  .secFaq .secFaqIn .faqMain .questionRow {
    font-size: clamp(16px, 5.12vw, 20px);
    padding: 0 0 16px 0;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerImgBox {
    padding: 0 0 16px 0;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerTextBox .answerTitle {
    font-size: clamp(15px, 4.61vw, 18px);
    padding: 0 0 12px 0;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerTextBox .answerContent {
    font-size: clamp(14px, 3.85vw, 15px);
    line-height: 160%;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq .faqBg {
    border-radius: 0 0 0 30px;
    width: calc(100% - 30px - 10px);
    right: 0;
  }
  .secFaq .secFaqIn {
    padding: 100px 0 100px 0;
  }
  .secFaq .secFaqIn .faqTitle {
    font-size: 32px;
  }
  .secFaq .secFaqIn .faqTitle .titleIcon {
    width: 60px;
    height: 60px;
  }
  .secFaq .secFaqIn .faqTitle .titleText {
    padding: 0 0 0 40px;
  }
  .secFaq .secFaqIn .faqMain {
    width: min(94%, 1000px);
    margin: 0 auto;
  }
  .secFaq .secFaqIn .faqMain .questionRow {
    font-size: clamp(19px, 2.5vw, 32px);
    padding: 0 0 32px 0;
  }
  .secFaq .secFaqIn .faqMain .answerRow {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerImgBox {
    min-width: 36%;
    max-width: 36%;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerTextBox {
    flex-grow: 1;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerTextBox .answerTitle {
    font-size: clamp(16px, 2.03vw, 26px);
    padding: 0 0 24px 0;
  }
  .secFaq .secFaqIn .faqMain .answerRow .answerTextBox .answerContent {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secHoliday .secHolidayIn {
  background: #FFF6EB;
}
.secHoliday .secHolidayIn .holidayTitle .titleEn {
  font-weight: bold;
  text-align: center;
}
.secHoliday .secHolidayIn .holidayTitle .titleLine {
  width: 50px;
  height: 4px;
  margin: 0 auto;
}
.secHoliday .secHolidayIn .holidayTitle .titleJp {
  font-weight: bold;
  text-align: center;
}
.secHoliday .secHolidayIn .holidayContent .imgBox .imgWrap {
  position: relative;
}
.secHoliday .secHolidayIn .holidayContent .imgBox .imgWrap img {
  border-radius: 15px;
}
.secHoliday .secHolidayIn .holidayContent .imgBox .imgWrap .imgText {
  position: absolute;
  transform: rotateZ(-14deg);
  bottom: 0;
  right: 0;
}
.secHoliday .secHolidayIn .holidayContent .textBox {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secHoliday {
    padding: 40px 0 60px 0;
  }
  .secHoliday .secHolidayIn {
    border-radius: 15px;
  }
  .secHoliday .secHolidayIn .holidayTitle {
    position: relative;
    top: -26px;
  }
  .secHoliday .secHolidayIn .holidayTitle .titleEn {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secHoliday .secHolidayIn .holidayTitle .titleJp {
    font-size: clamp(15px, 4.61vw, 18px);
  }
  .secHoliday .secHolidayIn .holidayContent {
    padding: 0px 16px 32px 16px;
  }
  .secHoliday .secHolidayIn .holidayContent .imgBox .imgWrap .imgText {
    font-size: 32px;
    right: -4%;
    bottom: -4%;
  }
  .secHoliday .secHolidayIn .holidayContent .textBox {
    padding: 16px 0 0 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secHoliday {
    padding: 70px 0 100px 0;
  }
  .secHoliday .secHolidayIn {
    border-radius: 30px;
  }
  .secHoliday .secHolidayIn .holidayTitle {
    position: relative;
    top: -56px;
  }
  .secHoliday .secHolidayIn .holidayTitle .titleEn {
    font-size: clamp(36px, 4.69vw, 60px);
  }
  .secHoliday .secHolidayIn .holidayTitle .titleJp {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secHoliday .secHolidayIn .holidayContent {
    width: min(92%, 1000px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 8%;
         column-gap: 8%;
    padding: 0px 0 90px 0;
  }
  .secHoliday .secHolidayIn .holidayContent .imgBox {
    min-width: 36%;
    max-width: 36%;
  }
  .secHoliday .secHolidayIn .holidayContent .imgBox .imgWrap .imgText {
    font-size: clamp(32px, 4.14vw, 53px);
    right: -12%;
    bottom: -6%;
  }
  .secHoliday .secHolidayIn .holidayContent .textBox {
    flex-grow: 1;
  }
}
.secOther {
  border-top: solid 1px #ECECEC;
}
.secOther .secOtherIn .otherTitle .titleEn {
  font-weight: bold;
}
.secOther .secOtherIn .otherTitle .titleLine {
  width: 50px;
  height: 4px;
}
.secOther .secOtherIn .otherTitle .titleJp {
  font-weight: 500;
}
.secOther .secOtherIn .commonInterviewListWrap .commonInterviewList .number {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .secOther {
    padding: 40px 0 0px 0;
  }
  .secOther .secOtherIn .otherTitle .titleEn {
    font-size: clamp(17px, 7.18vw, 28px);
    text-align: center;
  }
  .secOther .secOtherIn .otherTitle .titleLine {
    margin: 0 auto;
  }
  .secOther .secOtherIn .otherTitle .titleJp {
    font-size: clamp(15px, 4.61vw, 18px);
    padding: 8px 0 24px 0;
    text-align: center;
  }
  .secOther .secOtherIn .commonInterviewListWrap .commonInterviewList .listBox {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .secOther {
    padding: 80px 0 60px 0;
  }
  .secOther .secOtherIn .otherTitle .titleEn {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .secOther .secOtherIn .otherTitle .titleJp {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 8px 0 40px 0;
  }
  .secOther .secOtherIn .commonInterviewListWrap .commonInterviewList {
    top: 0px !important;
  }
  .secOther .secOtherIn .commonInterviewListWrap .commonInterviewList .listBox {
    padding-bottom: 80px;
  }
}
.secPageBack {
  border-top: solid 1px #ECECEC;
}
.secPageBack .backBtnWrap {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .secPageBack {
    padding: 40px 0 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPageBack {
    padding: 40px 0 140px 0;
  }
}/*# sourceMappingURL=style.css.map */