@charset "UTF-8";

/* mvWrap
***************************************************************/
.mvWrap {
  padding-left: 145px;
}
.mv_inner {
  width: 100%;
  position: relative;
}
.mv_img {
  width: 100%;
  height: 850px;
  background: no-repeat center / cover;
  overflow: clip;
  border-radius: 0 0 0 5px;
}
.mv_box1 {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: -84px;
}
.mv_eng {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #97cc61;
}
.mv_tit {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.mv_titBlock {
  margin-top: 25px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.mv_tit1 {
  color: #fff;
  background-color: #325310;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.65;
  padding: 0px 18px 2px;
}
.mv_tit1 + .mv_tit1 {
  margin-top: 15px;
}
@media all and (min-width: 681px) {
  .mv_img.img1 {
    background-image: url(../img/interview/interview1/mv1.jpg);
  }
  .mv_img.img2 {
    background-image: url(../img/interview/interview2/mv1.jpg);
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    padding-left: 0;
    padding-top: 80px;
    position: relative;
  }
  .mv_img {
    height: calc((435 / 375) * 100vw);
    border-radius: 0 0 5px 5px;
  }
  .mv_img.img1 {
    background-image: url(../img/interview/interview1/mv1_sp.jpg);
  }
  .mv_img.img2 {
    background-image: url(../img/interview/interview2/mv1_sp.jpg);
  }
  .mv_box1 {
    position: static;
  }
  .mv_box1_tit {
    position: absolute;
    z-index: 5;
    top: 25px;
    left: 30px;
  }
  .mv_eng {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .mv_tit {
    font-size: 18px;
  }
  .mv_tit.white {
    color: #fff;
  }
  .mv_titBlock {
    position: absolute;
    z-index: 5;
    bottom: -68px;
    left: 30px;
    margin-top: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .mv_tit1 {
    font-size: 22px;
    letter-spacing: 0;
    padding: 2px 10px 3px;
  }
  .mv_tit1 + .mv_tit1 {
    margin-top: 6px;
  }
}
@media all and (max-width: 370px) {
}

/* int_circleBox
***************************************************************/
.int_circleBox {
  position: absolute;
  bottom: -280px;
  right: -370px;
  z-index: 3;
  transform: scale(-1, 1);
  pointer-events: none;
}
@keyframes int_circle {
  from {
    stroke-dashoffset: 1600.42;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes int_circle_sp {
  from {
    stroke-dashoffset: 732.52;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media all and (min-width: 681px) {
  .int_circle {
    animation: int_circle 2s linear forwards;
  }
}
@media all and (max-width: 680px) {
  .int_circleBox {
    bottom: -150px;
    right: -156px;
  }
  .int_circle {
    animation: int_circle_sp 1.5s linear forwards 0.3s;
  }
}
@media all and (max-width: 370px) {
}

/* profileWrap
***************************************************************/
.profileWrap {
  padding-top: 100px;
}
.profile_inner {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 54px;
}
.profile_clm1 {
  display: flex;
}
.profile_img1 {
  width: 175px;
  position: relative;
}
.profile_img1 img {
  width: 144px;
  position: absolute;
  top: 0;
  left: 0;
}
.profile_textBox1 {
  width: calc(100% - 175px);
}
.profile_txt_eng {
  color: #8eba5e;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.profile_name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.profile_name .name {
  font-size: 25px;
}
.profile_txt1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(30 / 16);
  margin-top: 10px;
  padding-left: 175px;
}
@media all and (min-width: 681px) {
  .type2 .profile_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .type2 .profile_inner::after {
    content: "";
    width: 85px;
    height: 85px;
    background: url(../img/interview/closs1.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 54px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .type2 .profileBox1 {
    width: 424px;
  }
  .type2 .profile_textBox1 {
    padding-top: 22px;
  }
  .type2 .profile_name {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .type2 .profile_txt1 {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media all and (max-width: 680px) {
  .profileWrap {
    padding: 164px 30px 0;
  }
  .profile_inner {
    width: 100%;
    padding-bottom: 40px;
  }
  .profile_clm1 {
    align-items: center;
  }
  .profile_img1 {
    width: 90px;
  }
  .profile_img1 img {
    position: static;
    width: 100%;
  }
  .profile_textBox1 {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .profile_txt_eng {
    font-size: 18px;
  }
  .profile_name {
    margin-top: 4px;
    font-size: 13px;
    display: block;
  }
  .profile_name .name {
    font-size: 19px;
    display: block;
  }
  .profile_txt1 {
    font-size: 13px;
    line-height: calc(22 / 13);
    margin-top: 20px;
    padding-left: 0;
  }

  .profileWrap .profileBox1 + .profileBox1 {
    margin-top: 84px;
    position: relative;
  }
  .profileWrap .profileBox1 + .profileBox1::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/interview/closs1.svg) no-repeat center / contain;
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media all and (max-width: 370px) {
}

/* interview1Wrap
***************************************************************/
.interview1Wrap {
  padding-top: 100px;
  padding-bottom: 175px;
}
.interview1_inner {
  width: 1000px;
  margin: 0 auto;
}
.interview1_block1 + .interview1_block1 {
  margin-top: 160px;
}
.interview1_tit_eng {
  color: #8eba5e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.interview1_tit {
  font-size: 42px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(67 / 42);
  margin-top: 20px;
  white-space: nowrap;
}
.interview1_txt {
  margin-top: 50px;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.025em;
  line-height: calc(34 / 17);
}
.interview1_list1 {
  margin-top: 50px;
}
.interview1_list1 .li1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.interview1_list1 .li1 + .li1 {
  margin-top: 38px;
}
.interview1_list1_name {
  width: 46px;
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5.5px 0;
  background-color: #325310;
}
.interview1_list1_name.c2 {
  background-color: #8eba5e;
}
.interview1_list1_txt {
  width: calc(100% - 46px);
  padding-left: 20px;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(34 / 17);
}
.interview1_img1 {
  margin-top: 50px;
  border-radius: 10px;
  overflow: clip;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .interview1Wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .interview1_inner {
    width: 100%;
    padding: 0 30px;
  }
  .interview1_block1 + .interview1_block1 {
    margin-top: 60px;
  }
  .interview1_tit_eng {
    font-size: 18px;
  }
  .interview1_tit {
    font-size: 20px;
    letter-spacing: 0;
    line-height: calc(34 / 20);
    margin-top: 6px;
  }
  .interview1_txt {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: calc(28 / 14);
  }
  .interview1_list1 {
    margin-top: 30px;
  }
  .interview1_list1 .li1 {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  .interview1_list1 .li1 + .li1 {
    margin-top: 25px;
  }
  .interview1_list1_name {
    width: 43px;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 13px;
    padding: 5px 0;
  }
  .interview1_list1_txt {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: calc(28 / 14);
  }
  .interview1_img1 {
    margin-top: 30px;
  }
}
@media all and (max-width: 370px) {
}

/* interview2Wrap
***************************************************************/
.interview2Wrap {
  padding: 100px 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .interview2Wrap {
    padding: 60px 0;
  }
}
@media all and (max-width: 370px) {
}

/* messageWrap
***************************************************************/
.messageWrap {
  width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  padding-left: 360px;
  position: relative;
  background: #fff url(../img/interview/circle1.svg) no-repeat left top / 278px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.messageWrap + .messageWrap {
  margin-top: 60px;
}
.message_person {
  width: 322px;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.message_textBox {
  padding: 40px 50px 40px 0;
}
.message_tit1 {
  display: flex;
  justify-content: flex-start;
}
.message_tit1 .in1 {
  color: #fff;
  background-color: #325310;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 4px 18px 6px;
}
.message_txt1 {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333;
}
.message_name {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.message_name .bold {
  font-size: 21px;
  padding-bottom: 4px;
}
@media all and (min-width: 681px) {
  .message_person.type2 {
    width: 333px;
    left: 0;
  }
  .message_person.type3 {
    width: 322px;
    left: 11px;
  }
}
@media all and (max-width: 680px) {
  .messageWrap {
    width: calc(100% - 60px);
    padding-left: 0;
    background-size: 195px;
  }
  .messageWrap + .messageWrap {
    margin-top: 30px;
  }
  .message_person {
    display: none;
  }
  .message_textBox {
    padding: 30px 24px;
  }
  .message_tit1 {
    display: block;
  }
  .message_tit1 .in1 {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
  }
  .message_txt1 {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .message_name {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .message_name .bold {
    font-size: 18px;
    padding-bottom: 2px;
  }
}
@media all and (max-width: 370px) {
}

/* item_list1
***************************************************************/
.item_list1 {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  gap: 0 94px;
}
.item_list1 .li1 {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.item_list1_img {
  width: calc(867px / 2);
}
.item_list1_dl {
  width: 400px;
  padding-top: 10px;
}
.item_list1_dt {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.item_list1_dd {
  color: #333;
  font-size: 14px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
  margin-top: 12px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .item_list1 {
    padding: 60px 30px 0 21px;
    display: block;
  }
  .item_list1 .li1 {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
  }
  .item_list1 .li1:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .item_list1_img {
    width: 148px;
  }
  .item_list1_dl {
    width: calc(100% - 148px);
    padding-top: 2px;
    padding-left: 8px;
  }
  .item_list1_dt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: calc(26 / 16);
  }
  .item_list1_dd {
    font-size: 13px;
    letter-spacing: 0;
    line-height: calc(22 / 13);
    margin-top: 10px;
  }
}
@media all and (max-width: 370px) {
}

/* interview_bnr
***************************************************************/
.interview_bnr {
  width: 880px;
  margin: 120px auto 0;
  border-radius: 5px;
  overflow: clip;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #325310 url(../img/interview/circle2.svg) no-repeat right top /
    157px;
  display: flex;
}
.interview_bnr_img {
  width: 340px;
}
.interview_bnr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview_bnr_box1 {
  width: calc(100% - 340px);
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview_bnr_tit1 {
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 16px;
}
.interview_bnr_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.interview_bnr_name .t2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.interview_bnr_btn1 {
  width: 216px;
  border-radius: 100px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  background-color: #fff;
  color: #325310;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 10px 30px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.interview_bnr_btn1 i {
  width: 10.12px;
  height: 8.44px;
  background: url(../img/common/arrow1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: background 0.3s ease;
}

.interview_bnr_name_clm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  position: relative;
}
.interview_bnr_name_clm i {
  width: 34px;
  height: 34px;
  background: url(../img/interview/closs1.svg) no-repeat center / contain;
}
.interview_bnr_name_clm .interview_bnr_name {
  display: flex;
  align-items: center;
}
@media all and (min-width: 681px) {
  .interview_bnr_box1 {
    background: url(../img/interview/bnr_txt1.svg) no-repeat center bottom /
      492.19px;
  }
  .type2 .interview_bnr_box1 {
    background: url(../img/interview/bnr_txt2.svg) no-repeat center bottom /
      516.89px;
  }
  .type1 .interview_bnr_btn1 {
    margin-top: 16px;
  }

  a:hover .interview_bnr_btn1 {
    background-color: #76ff02;
  }
}
@media all and (max-width: 680px) {
  .interview_bnr {
    width: calc(100% - 60px);
    margin-top: 80px;
    background: #325310;
    display: block;
  }
  .interview_bnr_img {
    width: 100%;
    height: 160px;
  }
  .interview_bnr_box1 {
    width: 100%;
    height: auto;
    padding: 16px 0 25px;
    display: block;
    align-items: center;
    justify-content: center;
    background: #325310 url(../img/interview/circle2.svg) no-repeat right top /
      157px;
  }
  .interview_bnr_tit1 {
    font-size: 17px;
    letter-spacing: -0.05em;
    margin-bottom: 12px;
  }
  .interview_bnr_name {
    font-size: 12px;
  }
  .interview_bnr_name .t2 {
    font-size: 17px;
    letter-spacing: 0;
  }
  .interview_bnr_btn1 {
    margin-top: 18px;
    padding: 10px 30px;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
