@charset "UTF-8";
html body main {
  margin-top: 110px;
}
@media screen and (max-width: 1199px) {
  html body main {
    margin-top: 70px;
  }
}
html body main .mv-section {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  html body main .mv-section {
    margin-bottom: 33px;
  }
}
html body main .mv-section h1 {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 10px;
  color: #293245;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main .mv-section h1 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 767px) {
  html body main .mv-section h1 {
    margin-bottom: 28px;
  }
}
html body main .mv-section h1 span {
  display: block;
  margin-top: 11px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: #293245;
}
@media screen and (max-width: 767px) {
  html body main .mv-section h1 span {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.75px;
  }
}
@media screen and (max-width: 767px) {
  html body main .mv-section h1 span {
    margin-top: 3px;
  }
}
html body main .interview-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  html body main .interview-section {
    margin-bottom: 40px;
  }
}
html body main .interview-section .wrapper {
  max-width: 1000px;
}
html body main .interview-section .interview-title {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 75px;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 3.8px;
  color: #293245;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-title {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-title {
    max-width: 295px;
    margin-bottom: 34px;
  }
}
html body main .interview-section .interview-title span {
  display: block;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-size: 29px;
  line-height: 29px;
  letter-spacing: 5.8px;
  color: #293245;
  font-weight: 300;
  border-bottom: 1px solid #6FA26A;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-title span {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.28px;
  }
}
html body main .interview-section .interview-intro {
  margin-bottom: 85px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #293245;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-intro {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-intro {
    margin-bottom: 21px;
  }
}
html body main .interview-section .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 991px) {
  html body main .interview-section .interview-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto 115px;
  }
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px 0;
    margin-bottom: 60px;
  }
}
html body main .interview-section .interview-list .interview-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 3);
  flex: 0 0 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body main .interview-section .interview-list .interview-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list .interview-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body main .interview-section .interview-list .interview-item h3 {
  max-width: 290px;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #6FA26A;
  font-weight: 500;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list .interview-item h3 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.9px;
  }
}
html body main .interview-section .interview-list .interview-item p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #293245;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list .interview-item p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.6px;
  }
}
html body main .interview-section .interview-list .interview-item p + p {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list .interview-item p + p {
    margin-top: 3px;
  }
}
html body main .interview-section .interview-list .interview-item .box-link03 {
  max-width: 290px;
  width: 100%;
  height: 46px;
}
html body main .interview-section .interview-list .interview-item .box-link03 a {
  font-size: 17px;
  line-height: 57px;
  letter-spacing: 0px;
  color: #326E2C;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list .interview-item .box-link03 a {
    font-size: 17px;
    line-height: 57px;
    letter-spacing: 0px;
  }
}
html body main .interview-section .interview-list .interview-item_frame {
  width: 290px;
  height: 520px;
  margin: 0 auto 15px;
  position: relative;
  cursor: pointer;
}
html body main .interview-section .interview-list .interview-item_frame iframe {
  width: 290px;
  height: 520px;
}
html body main .interview-section .interview-list .interview-item_btn {
  width: 290px;
  height: 520px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
html body main .interview-section .interview-list .interview-item_btn.hide {
  opacity: 0;
  visibility: hidden;
}
html body main .interview-section .interview-list .interview-item_btn:hover .interview-item_overlay {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
html body main .interview-section .interview-list .interview-item_deco {
  width: 265px;
  height: 495px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html body main .interview-section .interview-list .interview-item_deco picture {
  width: 54px;
  height: 54px;
}
html body main .interview-section .interview-list .interview-item_overlay {
  width: 290px;
  height: 520px;
  background-color: rgba(41, 50, 69, 0.1882352941);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
html body main .interview-section .interview-list .interview-item_textbox {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}
html body main .interview-section .interview-list .interview-item_textlast {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-list .interview-item_textlast {
    margin-bottom: 22px;
  }
}
html body main .interview-section .interview-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
  }
}
html body main .interview-section .interview-btnList .interview-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 26px) / 2);
  flex: 0 0 calc((100% - 26px) / 2);
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-btnList .interview-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body main .interview-section .interview-btnList .interview-item .box-link_green02 {
  max-width: 100%;
}
html body main .interview-section .interview-btnList .interview-item .box-link_green02 a {
  font-size: 26px;
  line-height: 74px;
  letter-spacing: 1.3px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  html body main .interview-section .interview-btnList .interview-item .box-link_green02 a {
    font-size: 18px;
    line-height: 51px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  html body main .interview-section .interview-btnList .interview-item .box-link_green02 {
    max-width: 390px;
  }
}
html body main .detail-section01 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body main .detail-section01 {
    margin-top: -70px;
    height: 100vh;
  }
}
html body main .detail-section01 .contents_breadcrumb {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  html body main .detail-section01 .contents_breadcrumb {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section01 .contents_breadcrumb {
    top: 70px;
  }
}
html body main .detail-section01 .contents_breadcrumb div {
  color: #FFFFFF;
}
html body main .detail-section01 picture {
  max-width: 100vw;
  width: 100%;
  height: calc(95vh - 110px);
}
@media screen and (max-width: 1199px) {
  html body main .detail-section01 picture {
    height: calc(95vh - 70px);
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section01 picture {
    height: 100vh;
  }
}
html body main .detail-section01 picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
html body main .detail-section02 {
  margin-top: -20vh;
  margin-bottom: 125px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 {
    margin-top: -40vh;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
html body main .detail-section02 .wrapper {
  padding: 50px 0 100px;
  background-color: #F5F5F2;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .wrapper {
    padding: 27px 0 0;
  }
}
html body main .detail-section02 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 70px;
  font-size: 55px;
  line-height: 82px;
  letter-spacing: 1px;
  color: #293245;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  html body main .detail-section02 h1 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 h1 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #293245;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  html body main .detail-section02 h1 {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1px;
  }
}
html body main .detail-section02 .detail-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 160px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-inner {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
html body main .detail-section02 .detail-profile {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-profile {
    margin-bottom: 20px;
  }
}
html body main .detail-section02 .detail-profile p {
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 2.6px;
  color: #293245;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-profile p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.6px;
  }
}
html body main .detail-section02 .detail-data {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-data {
    margin-bottom: 15px;
  }
}
html body main .detail-section02 .detail-data p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 2.2px;
  color: #293245;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-data p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
}
html body main .detail-section02 .detail-data span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body main .detail-section02 .detail-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-tag {
    margin-bottom: 60px;
  }
}
html body main .detail-section02 .detail-tag li {
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 1px;
  color: #293245;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-tag li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
}
html body main .detail-section02 .detail-content h2 {
  max-width: 700px;
  width: 100%;
  margin: 75px auto 0;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 1.65px;
  color: #061A2A;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content h2 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content h2 {
    margin-top: 60px;
    padding: 8px 0;
  }
}
html body main .detail-section02 .detail-content h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content h2 br {
    display: block;
  }
}
html body main .detail-section02 .detail-content h3 {
  max-width: 650px;
  width: 100%;
  margin: 50px auto 0;
  padding-bottom: 17px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #326E2C;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #326E2C;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content h3 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content h3 {
    margin-top: 28px;
  }
}
html body main .detail-section02 .detail-content h3 br {
  display: none;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content h3 br {
    display: block;
  }
}
html body main .detail-section02 .detail-content p {
  max-width: 600px;
  width: 100%;
  margin: 48px auto 0;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.9px;
  color: #293245;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content p {
    margin-top: 30px;
  }
}
html body main .detail-section02 .detail-content p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content p + p {
    margin-top: 30px;
  }
}
html body main .detail-section02 .detail-content .wp-block-columns {
  margin-top: 48px;
  gap: 0 70px;
}
@media screen and (max-width: 1199px) {
  html body main .detail-section02 .detail-content .wp-block-columns {
    gap: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  html body main .detail-section02 .detail-content .wp-block-columns {
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content .wp-block-columns {
    margin-top: 30px;
  }
}
html body main .detail-section02 .detail-content .wp-block-columns figure {
  width: 540px;
}
@media screen and (max-width: 1400px) {
  html body main .detail-section02 .detail-content .wp-block-columns figure {
    max-width: 540px;
    width: 100%;
  }
}
html body main .detail-section02 .detail-content .wp-block-columns p {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-left .wp-block-column:has(figure) {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
html body main .detail-section02 .detail-content .wp-block-columns.flexPic-left figure {
  margin-left: -200px;
}
@media screen and (max-width: 1400px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-left figure {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-left figure {
    margin-right: -60px;
  }
}
@media screen and (max-width: 991px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-right .wp-block-column:has(figure) {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
html body main .detail-section02 .detail-content .wp-block-columns.flexPic-right figure {
  margin-right: -200px;
}
@media screen and (max-width: 1400px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-right figure {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-content .wp-block-columns.flexPic-right figure {
    margin-right: auto;
    margin-left: -60px;
  }
}
html body main .detail-section02 .detail-player h2 {
  margin: 0 auto 65px;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1.5px;
  color: #326E2C;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-player h2 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
  }
}
html body main .detail-section02 .detail-player h2::after {
  content: url(../../images/interview/title-bdr-pc.svg);
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-player h2::after {
    content: url(../../images/interview/title-bdr-sp.svg);
  }
}
html body main .detail-section02 .detail-frame {
  width: 330px;
  height: 590px;
  margin: 0 auto 16.5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-frame {
    width: 290px;
    height: 520px;
    margin-bottom: 0;
  }
}
html body main .detail-section02 .detail-frame iframe {
  width: 330px;
  height: 590px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-frame iframe {
    width: 290px;
    height: 520px;
  }
}
html body main .detail-section02 .detail-btn {
  width: 330px;
  height: 590px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-btn {
    width: 290px;
    height: 520px;
  }
}
html body main .detail-section02 .detail-btn.hide {
  opacity: 0;
  visibility: hidden;
}
html body main .detail-section02 .detail-btn:hover .detail-overlay {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
html body main .detail-section02 .detail-deco {
  width: 305px;
  height: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-deco {
    width: 265px;
    height: 495px;
  }
}
html body main .detail-section02 .detail-deco picture {
  width: 61px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-deco picture {
    width: 54px;
    height: 54px;
  }
}
html body main .detail-section02 .detail-overlay {
  width: 330px;
  height: 590px;
  background-color: rgba(41, 50, 69, 0.1882352941);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-overlay {
    width: 290px;
    height: 520px;
  }
}
html body main .detail-section02 .detail-textbox {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-textbox {
    max-width: 290px;
  }
}
html body main .detail-section02 .detail-textbox h3 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #326E2C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-textbox h3 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
  }
}
html body main .detail-section02 .detail-textbox div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
html body main .detail-section02 .detail-textbox div p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.8px;
  color: #293245;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body main .detail-section02 .detail-textbox div p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.8px;
  }
}
html body main .detail-section03 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 {
    margin-bottom: 50px;
  }
}
html body main .detail-section03 h2 {
  margin: 0 auto 65px;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1.5px;
  color: #326E2C;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 h2 {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 h2 {
    margin-bottom: 30px;
  }
}
html body main .detail-section03 h2::after {
  content: url(../../images/interview/title-bdr-pc.svg);
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 h2::after {
    content: url(../../images/interview/title-bdr-sp.svg);
  }
}
html body main .detail-section03 .detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 .detail-list {
    gap: 0 15px;
  }
}
html body main .detail-section03 .detail-item {
  max-width: 350px;
  width: 100%;
}
html body main .detail-section03 .detail-item div {
  padding: 15px 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3764705882);
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 .detail-item div {
    padding: 10px 5px 0;
  }
}
html body main .detail-section03 .detail-item div p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #326E2C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body main .detail-section03 .detail-item div p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}
html body main .detail-section03 .detail-item div p + p {
  margin-top: 5px;
}

/*# sourceMappingURL=interview.css.map */
