@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.l-container {
  /* mv */
  /* message */
  /* photo */
  /* message05 */
  /* interview */
}
.l-container .sec-mv {
  position: relative;
  margin-bottom: 128px;
}
@media screen and (max-width:768px) {
  .l-container .sec-mv {
    margin-bottom: 25.641025641vw;
  }
}
.l-container .sec-mv .mv-line {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -720px;
  width: 1440px;
  height: 185px;
  background: url("../../images/interview/01/main-line.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .l-container .sec-mv .mv-line {
    bottom: -2.2916666667vw;
    left: 0;
    margin-left: 0;
    width: 100vw;
    height: 12.8472222222vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-line {
    top: 60.7692307692vw;
    bottom: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    width: 89.7435897436vw;
    height: 12.8205128205vw;
    background: url("../../images/interview/01/main-line_sp.svg") no-repeat center center;
    background-size: 100% auto;
  }
}
.l-container .sec-mv .mv-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-inner {
    padding: 0;
  }
}
.l-container .sec-mv .mv-txt {
  width: 420px;
  margin-left: auto;
  padding-top: 106px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .l-container .sec-mv .mv-txt {
    width: 29.1666666667vw;
    padding-top: 7.3611111111vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 7.6923076923vw;
    margin-top: 15.3846153846vw;
    margin-left: 0;
  }
}
.l-container .sec-mv .mv-ttl {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.6;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 1440px) {
  .l-container .sec-mv .mv-ttl {
    font-size: 2.7777777778vw;
    padding-bottom: 3.4722222222vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-ttl {
    font-size: 7.1794871795vw;
    padding-bottom: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.l-container .sec-mv .mv-ttl.nowrap {
  white-space: nowrap;
}
.l-container .sec-mv .mv-ttl span {
  margin-left: -0.5em;
}
.l-container .sec-mv .mv-ttl .num {
  font-size: 2rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  display: block;
  color: #003F8E;
  margin-bottom: 10px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .l-container .sec-mv .mv-ttl .num {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-ttl .num {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.l-container .sec-mv .mv-pos {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-pos {
    font-size: 5.1282051282vw;
  }
}
.l-container .sec-mv .mv-name {
  color: #003F8E;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-name {
    margin-top: 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
}
.l-container .sec-mv .mv-name span {
  font-size: 2.2rem;
  margin-right: 10px;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 1440px) {
  .l-container .sec-mv .mv-name span {
    font-size: 1.5277777778vw;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-name span {
    margin-right: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}
.l-container .sec-mv .mv-desc {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-desc {
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
}
.l-container .sec-mv .mv-img {
  width: 840px;
  margin-left: 60px;
  /*
  @media screen and (min-width: 769px) and (max-width: 1234px) {
  	width:58%;
  }
  */
}
@media screen and (max-width: 1440px) {
  .l-container .sec-mv .mv-img {
    width: 58.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-mv .mv-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
    padding-left: 7.6923076923vw;
  }
}
.l-container .sec-message .message-ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-ttl {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
}
.l-container .sec-message .message-ttl span {
  font-size: 6rem;
  margin-right: 20px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #E5EBF3;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-ttl span {
    font-size: 12.8205128205vw;
  }
}
.l-container .sec-message .message-subttl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-subttl {
    font-size: 7.1794871795vw;
    margin-bottom: 7.6923076923vw;
  }
}
.l-container .sec-message .message-subttl span {
  margin-left: -0.5em;
}
.l-container .sec-message .message-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-txt p {
    font-size: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
    line-height: 2;
  }
}
.l-container .sec-message .message-txt p:last-of-type {
  margin-bottom: 0;
}
.l-container .sec-message-01 {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-01 {
    margin-bottom: 15.3846153846vw;
  }
}
.l-container .sec-message-01 .message-txt {
  padding-left: 160px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-01 .message-txt {
    padding-left: 0;
  }
}
.l-container .sec-message-02 {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-02 {
    margin-bottom: 15.3846153846vw;
  }
}
.l-container .sec-message-02 .message-02-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-02 .message-02-inner {
    padding: 0 7.6923076923vw;
  }
}
.l-container .sec-message-02 .message-02-img {
  width: 38.9%;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-02 .message-02-img {
    width: 53.8461538462vw;
    margin: 0 auto 15.3846153846vw;
  }
}
.l-container .sec-message-02 .message-02-txt {
  width: 41.7%;
  margin-left: 8.3%;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-02 .message-02-txt {
    width: 100%;
    margin-left: 0;
  }
}
.l-container .sec-message-03 {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-03 {
    margin-bottom: 15.3846153846vw;
  }
}
.l-container .sec-message-03 .message-03-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-03 .message-03-inner {
    padding: 0 7.6923076923vw;
  }
}
.l-container .sec-message-03 .message-03-img {
  width: 37.5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 100px;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-03 .message-03-img {
    width: 53.8461538462vw;
    margin: 7.6923076923vw auto;
  }
}
.l-container .sec-message-03 .message-03-txt {
  width: 46.9%;
  margin-left: 3%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-03 .message-03-txt {
    width: 100%;
    margin-left: 0;
  }
}
.l-container .sec-photo {
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-container .sec-photo {
    margin-bottom: 15.3846153846vw;
  }
}
.l-container .sec-photo .photo-line {
  position: absolute;
  bottom: -280px;
  left: 50%;
  margin-left: -770px;
  width: 1440px;
  height: 320px;
  background: url("../../images/interview/01/photo-line.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-container .sec-photo .photo-line {
    bottom: -15.3846153846vw;
    left: 0;
    margin-left: 0;
    width: 100vw;
    height: 23.0769230769vw;
    background: url("../../images/interview/01/photo-line_sp.svg") no-repeat center center;
    background-size: 100% auto;
  }
}
.l-container .sec-message-05 {
  position: relative;
  margin-top: 200px;
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-05 {
    margin-top: 15.3846153846vw;
    margin-bottom: 25.641025641vw;
  }
}
.l-container .sec-message-05 img {
  width: 100%;
  height: auto;
}
.l-container .sec-message-05 .message-05-inner {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  max-width: 1280px;
  padding: 0 80px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-05 .message-05-inner {
    position: relative;
    top: -10.2564102564vw;
    width: 89.7435897436vw;
    padding: 0;
    margin: 0;
  }
}
.l-container .sec-message-05 .message-05-txt {
  width: 560px;
  padding: 80px 80px;
  background: linear-gradient(138.39deg, #FFF1C6 27.2%, rgba(255, 255, 255, 0.5) 99.98%);
}
@media screen and (max-width:768px) {
  .l-container .sec-message-05 .message-05-txt {
    width: 100%;
    padding: 15.3846153846vw 7.6923076923vw;
  }
}
.l-container .sec-message-05 .message-05-txt p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-05 .message-05-txt p {
    font-size: 3.8461538462vw;
  }
}
.l-container .sec-message-05 .message-05-ttl {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-05 .message-05-ttl {
    font-size: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
}
.l-container .sec-message-05 .message-05-ttl span {
  color: #F6AB00;
  opacity: 0.3;
  font-size: 6rem;
  margin-bottom: 0.2em;
  display: block;
}
@media screen and (max-width:768px) {
  .l-container .sec-message-05 .message-05-ttl span {
    font-size: 12.8205128205vw;
    margin-bottom: 0.2em;
  }
}
.l-container .sec-interview {
  position: relative;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview {
    padding-bottom: 23.0769230769vw;
    position: relative;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-interview .interview-inner {
    position: relative;
  }
}
.l-container .sec-interview .interview-ttl {
  position: relative;
  z-index: 3;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-ttl {
    margin-right: -5.1282051282vw;
  }
}
.l-container .sec-interview .interview-more {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 3;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-more {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.l-container .sec-interview .interview-slider {
  position: relative;
  z-index: 3;
}
.l-container .sec-interview .interview-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list {
    margin-top: 10.2564102564vw;
  }
}
.l-container .sec-interview .interview-list-item {
  width: 300px;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list-item {
    width: 61.5384615385vw;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-interview .interview-list-item:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .l-container .sec-interview .interview-list-item:hover dl dt::after {
    width: 100%;
  }
}
.l-container .sec-interview .interview-list-item figure {
  border-radius: 10px;
  overflow: hidden;
}
.l-container .sec-interview .interview-list-item dl {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list-item dl {
    margin-top: 5.1282051282vw;
  }
}
.l-container .sec-interview .interview-list-item dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list-item dl dt {
    font-size: 6.1538461538vw;
  }
}
.l-container .sec-interview .interview-list-item dl dt::after {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-container .sec-interview .interview-list-item dl dd {
  margin-top: 5px;
  color: #003F8E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list-item dl dd {
    margin-top: 1.2820512821vw;
  }
}
.l-container .sec-interview .interview-list-item dl dd .name {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  margin-right: 10px;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list-item dl dd .name {
    font-size: 5.1282051282vw;
    margin-right: 2.5641025641vw;
  }
}
.l-container .sec-interview .interview-list-item dl dd .year {
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .l-container .sec-interview .interview-list-item dl dd .year {
    font-size: 3.5897435897vw;
  }
}