@charset "utf-8";

/*--------------------------------------------------
	faculty_introduction_list
--------------------------------------------------*/
#faculty_introduction_list {
  padding: 7.5em 0;
}

.sec_inner p {
  margin-top: 1.5rem;
}

/* --------アコーディオン-------- */
summary {
  display: block;
  font-size: var(--fontsize_S);
}

summary::-webkit-details-marker {
  display: none;
}

.summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

details:not(:first-of-type) .summary_inner {
  margin-top: 1em;
}

.icon {
  display: block;
  position: relative;
  width: 20px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  transform: rotate(180deg);
}

.icon.opened {
  transform: rotate(360deg);
}

details.is-opened .icon {
  transform: rotate(0deg);
}

details.is-opened .opened {
  transform: rotate(180deg);
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background-color: var(--white);
}

.icon::before {
  left: 0;
  transform: rotate(45deg);
}

.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.content {
  overflow: hidden;
}

#faculty_introduction_list .content_inner,
.flex_wrap .content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#faculty_introduction_list .content_inner::after,
.flex_wrap .content_inner::after {
  content: "";
  display: block;
  width: calc(33.333% - 1vw);
  height: 0;
}

.content_inner {
  padding-bottom: 2.5em;
  font-size: var(--fontsize_S);
}

.faculty_box {
  width: calc(33.333% - 1vw);
  box-sizing: border-box;
  margin: 2.2em 0 0 1vw;
  display: flex;
  flex-direction: column;
}

.faculty_box:nth-of-type(3n+1) {
  margin-left: 0;
}

.faculty_box .thumb {
  position: relative;
  width: 100%;
}

.faculty_box .thumb img {
  width: 307px;
  height: auto;
  aspect-ratio: 30 / 17;
  object-fit: cover;
  vertical-align: bottom;
}

.sec_green_subttl {
  border-left: 2px solid var(--green);
  padding: 0 10px;
  font-size: var(--fontsize_L);
  font-weight: 700;
}

.thumb+.sec_green_subttl {
  margin-top: 0.625em;
}

.sec_green_subttl span {
  font-size: var(--fontsize_S);
}

.sec_green_subttl span:first-of-type {
  margin-left: .5em;
}

.sec_green_subttl .green {
  color: var(--green);
  display: block;
  margin-top: .5em;
  margin-left: 0 !important;
}

p.sec_company {
  font-size: var(--fontsize_S);
  font-weight: 700;
  margin-top: .5em;
}

.sec_faculty_post {
  font-size: var(--fontsize_SSS);
  margin-top: 0.625em;
  line-height: 1.2;
  flex-grow: 1;
}

.btn_more {
  display: flex;
  align-items: center;
}

.btn_more::after {
  content: " ";
  display: inline-block;
  margin-left: .5em;
  width: 40px;
  height: 1px;
  background-color: var(--green);
}

.btn_more a {
  color: var(--green);
}

.faculty_box .btn_more {
  margin-top: 0.625em;
  color: var(--green);
}

@media (max-width:768px) {
  .faculty_box {
    width: calc(50% - 1vw);
  }

  .faculty_box:nth-of-type(3n+1) {
    margin-left: 1vw;
  }

  .faculty_box:nth-of-type(2n+1) {
    margin-left: 0;
  }

  .faculty_box .thumb img {
    width: 100%;
  }
}



/*--------------------------------------------------
	faculty_introduction_dtl
--------------------------------------------------*/

.sec_body02 .content_inner {
  margin-top: 2.2em;
}

.sec_body02 .js-details {
  margin-top: 2.2em;
}

.no_line {
  border-bottom: none;
}


.faculty_dtl_ttl_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5em 0 4em;
}

.faculty_dtl_ttl {
  margin-right: 2vw;
  min-width: 38%;
}

.faculty_dtl_ttl h3 {
  border-bottom: 1px solid var(--green);
  padding-bottom: 20px;
  font-size: var(--fontsize_XL);
  font-weight: 500;
}

.faculty_dtl_ttl h3 span {
  font-size: var(--fontsize_L);
  margin-left: .5em;
}

.faculty_dtl_ttl h3 .green {
  color: var(--green);
  font-size: var(--fontsize_S);
  margin-left: 0;
  margin-top: 0.5rem;
  display: block;
}

.faculty_dtl_ttl h4 {
  margin-top: 40px;
  font-size: var(--fontsize_LL);
  font-weight: 700;
  line-height: 1.3;
  color: var(--green);
}

.faculty_dtl_ttl_img img {
  width: 100%;
}

.ttl_flex_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
}

.sec_triangle_ttl {
  font-size: var(--fontsize_L);
  line-height: 1;
  font-weight: 600;
}

.sec_triangle_ttl::before {
  content: "▼";
  margin-right: .1em;
}

.ttl_flex_area+.connection_list {
  padding-top: 0;
}

.connection_list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.facuity_subject h5 {
  font-size: var(--fontsize_S);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2em;
}

.facuity_subject h5::before {
  content: "【";
}

.facuity_subject h5::after {
  content: "】";
}

.facuity_subject ul li {
  line-height: 1.5;
  font-size: var(--fontsize_S);
}

.facuity_subject ul li::before {
  content: "・";
}



@media (max-width:768px) {
  .faculty_dtl_ttl_area {
    flex-direction: column-reverse;
    padding: 3em 0 2em;
  }

  .faculty_dtl_ttl {
    margin: 1em 0 0;
    ;
    min-width: 100%;
  }

  .faculty_dtl_ttl h4 {
    margin-top: 5.333vw;
    font-size: 1.8em;
  }

  .connection_list .thumb {
    max-width: 100%;
    margin-left: 2.667vw;
  }
}


/*--------------------------------------------------
	interview_list
--------------------------------------------------*/
html:has(#careerdate) {
  scroll-padding-top: 120px;
}

#interview_list,
#careerdate {
  margin-top: 5em;
}

.faculty_box_txt {
  font-size: var(--fontsize_SSS);
  margin-top: .5em;
  flex-grow: 1;
}

#careerdate .green_main_ttl {
  border-left: 7px solid var(--green);
  padding: 5px 20px;
}

#careerdate .date_flex {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-block: 20px;
  border-bottom: 1px solid var(--green);
}

#careerdate .date_flex:last-of-type {
  border-bottom: none;
}

#careerdate h3 {
  color: var(--green);
  font-size: 20px;
  font-weight: bold;
}

.date_flex .img_flex {
  width: 400px;
}

.date_flex .js-thumb {
  width: 100%;
  cursor: pointer;
}

.date_flex .txt_flex {
  line-height: 1.7;
}

.date_flex .txt_flex p:last-of-type {
  margin-top: 36px;
  font-size: 14px;
}

.date_flex .txt_flex dl {
  display: flex;
  gap: 8px;
}



@media (max-width:768px) {
  #interview_list {
    margin-top: 3em;
  }

  #careerdate .date_flex {
    flex-direction: column;
  }

  .date_flex .img_flex {
    width: 80%;
  }
}

/*--------------------------------------------------
	interview_dtl
--------------------------------------------------*/
.interview_dtl_ttl_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5em 0 4em;
}

.interview_dtl_ttl {
  margin-left: 2vw;
  min-width: 38%;
  font-weight: 600;
}

.interview_dtl_ttl h3 {
  font-size: var(--fontsize_XL);
}

.interview_dtl_ttl h3 .green {
  color: var(--green);
  font-size: var(--fontsize_S);
  margin-bottom: .3em;
  display: block;
}

.interview_dtl_ttl p {
  font-size: var(--fontsize_S);
  margin-top: 1em;
}

.interview_dtl_ttl_img img {
  width: 100%;
}

#interview_dtl .sec_body02 h4 {
  font-weight: 600;
  font-size: var(--fontsize_LLL);
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding: 0 0 .3em;
  margin-bottom: .5em;
}

.sec_body02 h5 {
  color: var(--green);
  font-size: var(--fontsize_LL);
  font-weight: 600;
  margin: 1em 0 .8em;
}

@media (max-width:768px) {
  .interview_dtl_ttl_area {
    flex-direction: column;
    padding: 3em 0 2em;
  }

  .interview_dtl_ttl {
    margin: 1em 0 0;
    ;
    min-width: 100%;
  }
}

/*--------------------------------------------------
	modal
--------------------------------------------------*/
body.is-modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.modal__panel {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1000px);
  max-height: 92vh;
  margin: 4vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10px);
  transition: transform .3s ease;
}

.modal.is-open .modal__panel {
  transform: translateY(0);
}

.modal__img {
  max-width: 100%;
  max-height: 92vh;
  display: block;
}

.modal__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}