@charset "UTF-8";
.staff {
  --breadcrumbs_padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .staff {
    --global_footer_margin_top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .staff {
    --breadcrumbs_padding: calc( 17 * 100vw / 375 ) 0;
  }
}
.staff .sec_pagetitle {
  padding-top: 0;
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .staff .sec_pagetitle {
    margin-bottom: 20vw;
  }
}
.staff .sec_list_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .staff .sec_list_inner {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.staff .sec_list_item {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.staff .sec_list_item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .staff .sec_list_item:nth-child(3n-1) {
    margin-top: 80px;
  }
  .staff .sec_list_item:nth-child(3n) {
    margin-top: 160px;
  }
}
.staff .sec_list_item_texts {
  padding: 20px 30px 25px;
}
@media screen and (max-width: 768px) {
  .staff .sec_list_item_texts {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
}
.staff .sec_list_item_texts_title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .staff .sec_list_item_texts_title {
    font-size: 4.8vw;
  }
}
.staff .sec_list_item_texts_name {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .staff .sec_list_item_texts_name {
    margin-top: 0.8vw;
  }
}
.staff .sec_list_item_texts_position {
  color: #8B8A87;
  font-size: 1.2rem;
  line-height: 160%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .staff .sec_list_item_texts_position {
    font-size: 3.2vw;
    margin-top: 2.4vw;
  }
}

.interview {
  --breadcrumbs_padding: 24px 0 104px;
}
@media screen and (max-width: 768px) {
  .interview {
    --breadcrumbs_padding: calc( 17 * 100vw / 375 ) 0 calc( 90 * 100vw / 375 );
  }
}
@media screen and (max-width: 768px) {
  .interview .sec_heading {
    overflow-x: hidden;
  }
}
.interview .sec_heading_title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .interview .sec_heading_title {
    font-size: 6.1333333333vw;
  }
}
.interview .sec_heading_name {
  font-size: 2.4rem;
  line-height: 180%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .interview .sec_heading_name {
    font-size: 5.6vw;
    margin-top: 2.1333333333vw;
  }
}
.interview .sec_heading_position {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .interview .sec_heading_position {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.interview .sec_heading_image {
  margin-top: 55px;
  display: block;
}
@media screen and (max-width: 768px) {
  .interview .sec_heading_image {
    margin: 9.3333333333vw calc(var(--container_padding) * -1) 0;
    height: 71.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .interview .sec_heading_image img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .interview .sec_heading_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview .interview_flex {
  display: grid;
  grid-template-columns: clamp(260px, 28%, 360px) 1fr;
}
@media screen and (max-width: 768px) {
  .interview .interview_flex {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
.interview .interview_title {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .interview .interview_title {
    font-size: 4.2666666667vw;
  }
}
.interview .interview_detail img {
  border-radius: 10px;
}
.interview .sec_timetable {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable {
    margin-top: 14.1333333333vw;
  }
}
.interview .sec_timetable_flex {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(70px, 7.8125vw, 100px);
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable_flex {
    grid-template-columns: 1fr;
    gap: 5.8666666667vw;
  }
}
.interview .sec_timetable_flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #D4D3CF;
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable_flex::before {
    content: none;
  }
}
.interview .sec_timetable_col > *:first-child {
  margin-top: 0;
}
.interview .sec_timetable_col > *:last-child {
  margin-bottom: 0;
}
.interview .sec_timetable_item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 10px;
  margin-block: 13px;
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable_item {
    grid-template-columns: 12vw 1fr;
    gap: 0 1.3333333333vw;
    margin-block: 3.7333333333vw;
  }
}
.interview .sec_timetable_item_time {
  font-family: "Bellefair", serif;
  color: var(--accent_color);
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable_item_time {
    padding-top: 0.5333333333vw;
  }
}
.interview .sec_timetable_item_title {
  font-weight: 700;
}
.interview .sec_timetable_item_text {
  font-size: 1.4rem;
  line-height: 160%;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable_item_text {
    font-size: 3.7333333333vw;
  }
}
.interview .sec_timetable_image {
  margin-block: 20px;
}
@media screen and (max-width: 768px) {
  .interview .sec_timetable_image {
    margin-block: 4.8vw;
  }
}
.interview .sec_interview {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .interview .sec_interview {
    margin-top: 26.6666666667vw;
  }
}
.interview .sec_interview_box_title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .interview .sec_interview_box_title {
    font-size: 5.6vw;
  }
}
.interview .sec_interview_box_texts {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .interview .sec_interview_box_texts {
    margin-top: 4.8vw;
  }
}
.interview .sec_interview_box_texts p {
  line-height: 2;
}
.interview .sec_interview_box_texts p:nth-child(n+2) {
  margin-top: 2em;
}
.interview .sec_interview_box_image {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .interview .sec_interview_box_image {
    margin-top: 7.4666666667vw;
  }
}
.interview .sec_interview_box:nth-child(n+2) {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .interview .sec_interview_box:nth-child(n+2) {
    margin-top: 18.1333333333vw;
  }
}
.interview .sec_like {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .interview .sec_like {
    margin-top: 20vw;
  }
}
.interview .sec_like_list {
  background: #fff;
  border-radius: 10px;
  padding: 30px 47px;
  margin-block: 0;
}
@media screen and (max-width: 768px) {
  .interview .sec_like_list {
    padding: 4.8vw 6.4vw;
  }
}
.interview .sec_like_list li {
  position: relative;
  font-weight: 700;
  line-height: 2;
  list-style: none;
  padding-left: 1em;
}
.interview .sec_like_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.interview .sec_place {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .interview .sec_place {
    margin-top: 21.3333333333vw;
    overflow: hidden;
  }
}
.interview .sec_place_grid {
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr min(43%, 520px);
  gap: 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .interview .sec_place_grid {
    grid-template-columns: 1fr;
    padding: 8vw var(--container_padding) 6.1333333333vw;
    gap: 0;
  }
}
.interview .sec_place_texts_title {
  color: var(--accent_color);
  font-weight: 700;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .interview .sec_place_texts_title {
    font-size: 5.6vw;
    gap: 0 3.2vw;
  }
}
.interview .sec_place_texts_title::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.5 35"><path fill="%2364A028" d="M18.75,0H3.75c-.99,0-1.95.4-2.65,1.1C.4,1.8,0,2.76,0,3.75v27.5c0,.99.4,1.95,1.1,2.65.7.7,1.66,1.1,2.65,1.1h15c.99,0,1.95-.4,2.65-1.1.7-.7,1.1-1.66,1.1-2.65V3.75c0-.99-.4-1.95-1.1-2.65-.7-.7-1.66-1.1-2.65-1.1ZM20,31.25c0,.33-.13.65-.37.88-.23.23-.55.37-.88.37H3.75c-.33,0-.65-.13-.88-.37-.23-.23-.37-.55-.37-.88V3.75c0-.33.13-.65.37-.88.23-.23.55-.37.88-.37h15c.33,0,.65.13.88.37.23.23.37.55.37.88v27.5ZM8.12,6.88c0,.37-.11.73-.32,1.04-.21.31-.5.55-.84.69-.34.14-.72.18-1.08.11-.36-.07-.7-.25-.96-.51-.26-.26-.44-.6-.51-.96-.07-.36-.04-.74.11-1.08.14-.34.38-.64.69-.84.31-.21.67-.32,1.04-.32.5,0,.97.2,1.33.55.35.35.55.83.55,1.33ZM7.81,12.92c.21-.31.32-.67.32-1.04,0-.5-.2-.97-.55-1.33-.35-.35-.83-.55-1.33-.55-.37,0-.73.11-1.04.32-.31.21-.55.5-.69.84-.14.34-.18.72-.11,1.08.07.36.25.7.51.96.26.26.6.44.96.51.36.07.74.04,1.08-.11.34-.14.64-.38.84-.69Z" /></svg>') no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .interview .sec_place_texts_title::before {
    width: 7.4666666667vw;
  }
}
.interview .sec_place_texts_name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 160%;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .interview .sec_place_texts_name {
    font-size: 5.6vw;
    margin-top: 10.6666666667vw;
  }
}
.interview .sec_place_texts_text {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .interview .sec_place_texts_text {
    margin-top: 5.3333333333vw;
  }
}
.interview .sec_place_image {
  padding: 20px 15px 20px 0;
}
@media screen and (max-width: 768px) {
  .interview .sec_place_image {
    padding: 0;
    margin: 14.4vw auto 0;
    width: 74.6666666667vw;
  }
}
.interview .sec_place_image img {
  border: 8px solid #fff;
  rotate: 5deg;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.interview .sec_foot {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot {
    margin-top: 18.6666666667vw;
  }
}
.interview .sec_foot_note {
  text-align: right;
  font-size: 1.2rem;
}
.interview .sec_foot_btn {
  width: 16rem;
  margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot_btn {
    width: 42.6666666667vw;
    margin: 19.7333333333vw auto 0;
  }
}
.interview .sec_foot_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  height: 6.1rem;
  border-radius: calc(infinity * 1px);
  padding-left: 3.8rem;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot_btn a {
    font-size: 3.7333333333vw;
    height: 16.2666666667vw;
    padding-left: 10.1333333333vw;
  }
}
.interview .sec_foot_btn a .btn_black_house {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot_btn a .btn_black_house {
    left: 4vw;
  }
}
.interview .sec_foot_links {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot_links {
    margin-top: 32vw;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.interview .sec_foot_links_item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.interview .sec_foot_links_item a {
  display: block;
}
.interview .sec_foot_links_item_image {
  width: 100%;
  aspect-ratio: 620/300;
}
.interview .sec_foot_links_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview .sec_foot_links_item_texts {
  padding-block: 37px 31px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot_links_item_texts {
    padding-block: 5.3333333333vw;
  }
}
.interview .sec_foot_links_item_texts_jp {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .interview .sec_foot_links_item_texts_jp {
    font-size: 5.6vw;
  }
}
.interview .sec_foot_links_item_texts_en {
  font-family: "Bellefair", serif;
}