@charset "UTF-8";
html, body,
html {
  touch-action: manipulation;
}

body {
  margin: 0;
  padding: 0;
}

#wrap {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
#wrap div, #wrap span, #wrap iframe, #wrap h1, #wrap h2, #wrap h3, #wrap h4, #wrap h5, #wrap h6, #wrap p, #wrap img, #wrap small, #wrap strong, #wrap b, #wrap dl, #wrap dt, #wrap dd, #wrap ol, #wrap ul, #wrap li, #wrap form, #wrap label, #wrap legend, #wrap table, #wrap tbody, #wrap tfoot, #wrap thead, #wrap tr, #wrap th, #wrap td, #wrap footer, #wrap header, #wrap menu, #wrap nav, #wrap section, #wrap video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}
#wrap ul li {
  list-style: none;
}
#wrap a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}
#wrap a:hover {
  opacity: 0.7;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  max-width: 2000px;
  margin-inline: auto;
}

.lp_wrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #1A1A1A;
  font-size: 26px;
  line-height: 1;
  padding-bottom: 95px;
}
.lp_wrap * {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0;
}
.lp_wrap #lp_fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0;
  height: 500px;
  margin-top: 72px;
  padding: 214px 0 0;
}
.lp_wrap #lp_fv h1 {
  width: 482px;
  margin-inline: auto;
}
.lp_wrap #lp_fv.interview {
  padding: 111px 0 0;
}
.lp_wrap #lp_fv.interview .inner {
  width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.lp_wrap #lp_fv.interview .txt_wrap {
  width: 430px;
  color: #fff;
  padding: 33px 0 0;
}
.lp_wrap #lp_fv.interview .txt01 {
  font-weight: 700;
  font-size: 33px;
  line-height: 51px;
  margin-bottom: 40px;
}
.lp_wrap #lp_fv.interview .txt02 {
  font-size: 18px;
  line-height: 27px;
}
.lp_wrap #lp_fv.interview .mov {
  width: 512px;
}
.lp_wrap #lp_fv.interview .mov iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.lp_wrap #iterview_list {
  width: 1000px;
  margin: 100px auto 103px;
}
.lp_wrap #iterview_list ul {
  display: flex;
  flex-flow: row wrap;
  gap: 103px 40px;
}
.lp_wrap #iterview_list li {
  width: 480px;
}
.lp_wrap #iterview_list .mov iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.lp_wrap #iterview_list .sub {
  font-size: 22px;
  line-height: 36px;
  color: #1B243F;
  font-weight: 700;
  margin: 30px auto 15px;
}
.lp_wrap #iterview_list .name {
  font-size: 18px;
  line-height: 27px;
  color: #4D4D4D;
  font-weight: 500;
  height: 118px;
}
.lp_wrap #iterview_list .btn {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
  background: #1B243F;
  width: 360px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 42px;
  margin-inline: auto;
  position: relative;
}
.lp_wrap #iterview_list .btn::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 10.3923048454px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.lp_wrap .top_link {
  width: 1000px;
  margin-inline: auto;
  border-top: 1px solid #1B243F;
  border-bottom: 1px solid #1B243F;
  padding: 20px 0;
}
.lp_wrap .top_link a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
  font-size: 18px;
  color: #1B243F;
  font-weight: 500;
}
.lp_wrap .top_link a::after {
  content: "";
  display: block;
  background: #1B243F;
  height: 10.3923048454px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.lp_wrap #interview_contents {
  width: 1000px;
  margin: 94px auto 0;
}
.lp_wrap #interview_contents li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.lp_wrap #interview_contents li:nth-child(odd) {
  flex-flow: row-reverse wrap;
}
.lp_wrap #interview_contents li .txt_wrap {
  width: 460px;
}
.lp_wrap #interview_contents li .img {
  width: 480px;
  margin-top: 5px;
}
.lp_wrap #interview_contents li .img span {
  display: block;
  font-size: 16px;
  text-align: right;
  margin-top: 8px;
}
.lp_wrap #interview_contents li .sub {
  font-size: 22px;
  line-height: 36px;
  color: #4A6D9F;
  font-weight: 700;
  margin-bottom: 36px;
}
.lp_wrap #interview_contents li .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 30px;
  font-weight: 500;
}
.lp_wrap #interview_contents li .txt p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.lp_wrap #interview_contents li.full {
  padding-bottom: 10px;
}
.lp_wrap #interview_contents li.full .txt_wrap {
  width: 100%;
}

#interview_other {
  background: #F1EED2;
  padding: 83px 0 95px;
  margin-bottom: -95px;
}
#interview_other h2 {
  width: 415px;
  margin-inline: auto;
}
#interview_other ul {
  width: 1000px;
  margin: 80px auto 100px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
#interview_other li {
  width: 320px;
}
#interview_other li .txt {
  width: 300px;
  font-size: 18px;
  line-height: 30px;
  color: #1B243F;
  font-weight: 700;
  margin: 28px auto 18px;
}
#interview_other li .name {
  width: 300px;
  margin-inline: auto;
  font-size: 16px;
  color: #4D4D4D;
}
#interview_other li .btn {
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: #fff;
  background: #1B243F;
  width: 240px;
  height: 47px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 14px;
  margin: 36px auto 0;
  position: relative;
}
#interview_other li .btn::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 10.3923048454px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#interview_other .bnr {
  width: 800px;
  margin-inline: auto;
}

.copyright {
  background: #F3F5F8;
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .lp_wrap {
    font-size: 2.3214285714vw;
    padding-bottom: 8.4821428571vw;
  }
  .lp_wrap #lp_fv {
    background-size: 178.5714285714vw;
    height: 44.6428571429vw;
    margin-top: 6.4285714286vw;
    padding: 19.1071428571vw 0 0;
  }
  .lp_wrap #lp_fv h1 {
    width: 43.0357142857vw;
  }
  .lp_wrap #lp_fv.interview {
    padding: 9.9107142857vw 0 0;
  }
  .lp_wrap #lp_fv.interview .inner {
    width: 89.2857142857vw;
  }
  .lp_wrap #lp_fv.interview .txt_wrap {
    width: 38.3928571429vw;
    padding: 2.9464285714vw 0 0;
  }
  .lp_wrap #lp_fv.interview .txt01 {
    font-weight: 700;
    font-size: 2.9464285714vw;
    line-height: 4.5535714286vw;
    margin-bottom: 3.5714285714vw;
  }
  .lp_wrap #lp_fv.interview .txt02 {
    font-size: 1.6071428571vw;
    line-height: 2.4107142857vw;
  }
  .lp_wrap #lp_fv.interview .mov {
    width: 45.7142857143vw;
  }
  .lp_wrap #iterview_list {
    width: 89.2857142857vw;
    margin: 8.9285714286vw auto 9.1964285714vw;
  }
  .lp_wrap #iterview_list ul {
    gap: 9.1964285714vw 3.5714285714vw;
  }
  .lp_wrap #iterview_list li {
    width: 42.8571428571vw;
  }
  .lp_wrap #iterview_list .sub {
    font-size: 1.9642857143vw;
    line-height: 3.2142857143vw;
    margin: 2.6785714286vw auto 1.3392857143vw;
  }
  .lp_wrap #iterview_list .name {
    font-size: 1.6071428571vw;
    line-height: 2.4107142857vw;
    height: 10.5357142857vw;
  }
  .lp_wrap #iterview_list .btn {
    gap: 1.7857142857vw;
    width: 32.1428571429vw;
    height: 5.3571428571vw;
    font-size: 1.6071428571vw;
    padding: 0 0 0 3.75vw;
  }
  .lp_wrap #iterview_list .btn::after {
    height: 0.9278843612vw;
    width: 0.7142857143vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .lp_wrap .top_link {
    width: 89.2857142857vw;
    padding: 1.7857142857vw 0;
  }
  .lp_wrap .top_link a {
    gap: 1.3392857143vw;
    font-size: 1.6071428571vw;
  }
  .lp_wrap .top_link a::after {
    height: 0.9278843612vw;
    width: 0.7142857143vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .lp_wrap #interview_contents {
    width: 89.2857142857vw;
    margin: 8.3928571429vw auto 0;
  }
  .lp_wrap #interview_contents li {
    margin-bottom: 6.25vw;
  }
  .lp_wrap #interview_contents li .txt_wrap {
    width: 41.0714285714vw;
  }
  .lp_wrap #interview_contents li .img {
    width: 42.8571428571vw;
    margin-top: 0.4464285714vw;
  }
  .lp_wrap #interview_contents li .img span {
    font-size: 1.4285714286vw;
    margin-top: 0.7142857143vw;
  }
  .lp_wrap #interview_contents li .sub {
    font-size: 1.9642857143vw;
    line-height: 3.2142857143vw;
    margin-bottom: 3.2142857143vw;
  }
  .lp_wrap #interview_contents li .txt p {
    font-size: 1.6071428571vw;
    line-height: 2.6785714286vw;
    margin-bottom: 2.6785714286vw;
  }
  .lp_wrap #interview_contents li.full {
    padding-bottom: 0.8928571429vw;
  }
  #interview_other {
    padding: 7.4107142857vw 0 8.4821428571vw;
    margin-bottom: -8.4821428571vw;
  }
  #interview_other h2 {
    width: 37.0535714286vw;
  }
  #interview_other ul {
    width: 89.2857142857vw;
    margin: 7.1428571429vw auto 8.9285714286vw;
    gap: 1.7857142857vw;
  }
  #interview_other li {
    width: 28.5714285714vw;
  }
  #interview_other li .txt {
    width: 26.7857142857vw;
    font-size: 1.6071428571vw;
    line-height: 2.6785714286vw;
    margin: 2.5vw auto 1.6071428571vw;
  }
  #interview_other li .name {
    width: 26.7857142857vw;
    font-size: 1.4285714286vw;
  }
  #interview_other li .btn {
    gap: 0 0.8928571429vw;
    width: 21.4285714286vw;
    height: 4.1964285714vw;
    font-size: 1.25vw;
    padding: 0 0 0 1.25vw;
    margin: 3.2142857143vw auto 0;
  }
  #interview_other li .btn::after {
    height: 0.9278843612vw;
    width: 0.7142857143vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #interview_other .bnr {
    width: 71.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_wrap {
    font-size: 3.4666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  .lp_wrap #lp_fv {
    background: url(../img/fv_bg_sp.jpg) no-repeat center 0/100% 100%;
    height: 109.3333333333vw;
    margin-top: 17.333vw;
    padding: 28.5333333333vw 0 0;
  }
  .lp_wrap #lp_fv h1 {
    width: 54.5333333333vw;
    margin-inline: auto;
  }
  .lp_wrap #lp_fv.interview {
    background: url(../img/contents_fv_bg_sp.jpg) no-repeat center 0/100% 100%;
    height: 116.2666666667vw;
    padding: 14.1333333333vw 0 0;
  }
  .lp_wrap #lp_fv.interview .inner {
    width: 89.6vw;
    display: block;
  }
  .lp_wrap #lp_fv.interview .txt_wrap {
    width: 100%;
    padding: 0;
  }
  .lp_wrap #lp_fv.interview .txt01 {
    font-size: 4.8vw;
    line-height: 7.2vw;
    margin-bottom: 3.7333333333vw;
  }
  .lp_wrap #lp_fv.interview .txt02 {
    font-size: 3.2vw;
    line-height: 3.6vw;
    margin-bottom: 9.3333333333vw;
  }
  .lp_wrap #lp_fv.interview .mov {
    width: 100%;
  }
  .lp_wrap #iterview_list {
    width: 89.6vw;
    margin: 13.3333333333vw auto;
  }
  .lp_wrap #iterview_list ul {
    gap: 13.3333333333vw 0;
  }
  .lp_wrap #iterview_list li {
    width: 100%;
  }
  .lp_wrap #iterview_list .sub {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    margin: 4.4vw auto 2vw;
  }
  .lp_wrap #iterview_list .name {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
  .lp_wrap #iterview_list .btn {
    gap: 3.7333333333vw;
    width: 64vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
    padding: 0 0 0 7.7333333333vw;
    margin-inline: auto;
    position: relative;
  }
  .lp_wrap #iterview_list .btn::after {
    height: 1.8475208614vw;
    width: 1.3333333333vw;
  }
  .lp_wrap .top_link {
    width: 86.6666666667vw;
    padding: 4.8vw 0;
  }
  .lp_wrap .top_link a {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
  .lp_wrap .top_link a::after {
    height: 1.8475208614vw;
    width: 1.3333333333vw;
  }
  .lp_wrap #interview_contents {
    width: 89.6vw;
    margin: 12.5333333333vw auto 0;
  }
  .lp_wrap #interview_contents li {
    margin-bottom: 11.3333333333vw;
    flex-flow: row wrap;
  }
  .lp_wrap #interview_contents li:nth-child(odd) {
    flex-flow: row wrap;
  }
  .lp_wrap #interview_contents li .txt_wrap {
    width: 100%;
  }
  .lp_wrap #interview_contents li .img {
    width: 100%;
    margin-top: 0;
  }
  .lp_wrap #interview_contents li .img span {
    font-size: 2.6666666667vw;
    margin-top: 1.6vw;
  }
  .lp_wrap #interview_contents li .sub {
    font-size: 4vw;
    line-height: 6.6666666667vw;
    margin: 6.1333333333vw 0 4.8vw;
  }
  .lp_wrap #interview_contents li .txt p {
    font-size: 3.2vw;
    line-height: 2em;
    margin-bottom: 2em;
  }
  .lp_wrap #interview_contents li.full {
    padding-bottom: 0.6666666667vw;
  }
  #interview_other {
    padding: 13.3333333333vw 0 12.6666666667vw;
    margin-bottom: -13.3333333333vw;
  }
  #interview_other h2 {
    width: 59.4666666667vw;
  }
  #interview_other ul {
    width: 89.6vw;
    margin: 13.3333333333vw auto 13.3333333333vw;
    display: flex;
    flex-flow: row wrap;
    gap: 13.3333333333vw;
  }
  #interview_other li {
    width: 100%;
  }
  #interview_other li .txt {
    width: 100%;
    font-size: 4vw;
    line-height: 6.1333333333vw;
    margin: 4.5333333333vw auto 2.6666666667vw;
  }
  #interview_other li .name {
    width: 100%;
    font-size: 3.2vw;
  }
  #interview_other li .btn {
    gap: 0 3.7333333333vw;
    width: 64vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
    padding: 0 0 0 7.4666666667vw;
    margin: 6vw auto 0;
  }
  #interview_other li .btn::after {
    content: "";
    display: block;
    background: #ffffff;
    height: 1.8475208614vw;
    width: 1.3333333333vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #interview_other .bnr {
    width: 89.6vw;
  }
}/*# sourceMappingURL=style.css.map */