@charset "UTF-8";
/**scss共通ここまで***/
body #container {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
}

.font_r {
  display: inline-block;
  transform: translateY(18%);
}

#section01 {
  width: 100%;
  height: 588px;
  position: relative;
  z-index: 2;
  color: #172172;
}
#section01.interview1 {
  background: url(../images/interview/interview1_back_2150.png) center bottom/cover;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
@media (max-width: 1240px) {
  #section01.interview1 {
    height: 47.419vw;
    background: url(../images/interview/interview1_back_1240.png) center bottom/cover;
  }
}
@media (max-width: 640px) {
  #section01.interview1 {
    height: 70.4vw;
    background: url(../images/interview/interview1_back_640.png) center bottom/cover;
  }
}
#section01.interview2 {
  background: #f4f3e9 url(../images/interview/interview2_back_2150.png) center bottom/cover;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
@media (max-width: 1240px) {
  #section01.interview2 {
    height: 47.419vw;
    background: #f4f3e9 url(../images/interview/interview2_back_1240.png) center bottom/cover;
  }
}
@media (max-width: 640px) {
  #section01.interview2 {
    height: 70.4vw;
    background: #f4f3e9 url(../images/interview/interview2_back_640.png) center bottom/cover;
  }
}
#section01.interview3 {
  background: #f4f3e9 url(../images/interview/03/interview3_back_2150.png) center bottom/cover;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
@media (max-width: 1240px) {
  #section01.interview3 {
    height: 47.419vw;
    background: #f4f3e9 url(../images/interview/03/interview3_back_1240.png) center bottom/cover;
  }
}
@media (max-width: 640px) {
  #section01.interview3 {
    height: 70.4vw;
    background: #f4f3e9 url(../images/interview/03/interview3_back_640.png) center bottom/cover;
  }
}
#section01 .contena {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  text-align: left;
  position: relative;
  margin: 0px auto;
}
#section01.interview1 h1 {
  width: 45.5%;
  text-align: center;
  left: 0;
  top: 8%;
  position: absolute;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 640px) {
  #section01.interview1 h1 {
    width: 60%;
  }
}
#section01.interview1 h1 span {
  width: 48%;
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 640px) {
  #section01.interview1 h1 span {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}
#section01.interview1 .name_contena {
  width: 18.5%;
  position: absolute;
  right: 2.5%;
  top: 35%;
}
@media (max-width: 1240px) {
  #section01.interview1 .name_contena {
    width: 20%;
  }
}
#section01.interview1 .name_contena .name {
  margin-bottom: 30px;
  line-height: 200%;
}
@media (max-width: 1240px) {
  #section01.interview1 .name_contena .name {
    margin-bottom: 20px;
  }
}
#section01.interview1 .name_contena .name span {
  display: block;
  width: 100%;
}
#section01.interview1 .name_contena p {
  padding-top: 20px;
  line-height: 180%;
  position: relative;
  font-family: "Noto Sans JP";
  text-align: justify;
}
#section01.interview1 .name_contena p::after {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172172;
}
#section01.interview2 h1 {
  width: 45.5%;
  text-align: center;
  left: 27.5%;
  top: 8%;
  position: absolute;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 640px) {
  #section01.interview2 h1 {
    width: 60%;
    left: 20%;
  }
}
#section01.interview2 h1 span {
  width: 48%;
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 640px) {
  #section01.interview2 h1 span {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}
#section01.interview3 h1 {
  width: 45.5%;
  text-align: center;
  left: 27.5%;
  top: 8%;
  position: absolute;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 640px) {
  #section01.interview3 h1 {
    font-size: 3.5vw;
    line-height: 1.6;
    width: 60%;
    left: 20%;
  }
}
#section01.interview3 h1 span {
  width: 48%;
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 640px) {
  #section01.interview3 h1 span {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}
#section01.active {
  opacity: 1;
}

#section02_inter01 {
  width: 90%;
  max-width: 1026px;
  margin: 130px auto 0 auto;
  position: relative;
  color: #172172;
}
@media (max-width: 640px) {
  #section02_inter01 {
    margin: 20px auto 0 auto;
  }
}
#section02_inter01 .title_icon {
  width: 25px;
  position: absolute;
  right: 3.2%;
  top: -24.8%;
  z-index: 10;
}
@media (max-width: 640px) {
  #section02_inter01 .title_icon {
    top: -10px;
    right: 0%;
  }
}
#section02_inter01 .name_contena2 {
  margin-bottom: 110px;
  width: 75%;
}
#section02_inter01 .name_contena2 .name {
  margin-bottom: 30px;
  line-height: 200%;
}
@media (max-width: 1240px) {
  #section02_inter01 .name_contena2 .name {
    margin-bottom: 20px;
  }
}
#section02_inter01 .name_contena2 .name span {
  display: block;
  width: 100%;
}
#section02_inter01 .name_contena2 p {
  padding-top: 20px;
  line-height: 180%;
  position: relative;
}
#section02_inter01 .name_contena2 p::after {
  content: "";
  width: 17%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172172;
}

/**********************/
#section02_inter02 {
  width: 100%;
  background-color: #f4f3e9;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  #section02_inter02 {
    padding-bottom: 50px;
  }
}
#section02_inter02 .section__in {
  width: 90%;
  max-width: 1026px;
  margin: 35px auto 0 auto;
  position: relative;
  color: #172172;
}
@media (max-width: 640px) {
  #section02_inter02 .section__in {
    margin: 20px auto 0 auto;
  }
}
#section02_inter02 .title_icon {
  width: 25px;
  position: absolute;
  right: 3.2%;
  top: 0%;
  z-index: 10;
}
@media (max-width: 640px) {
  #section02_inter02 .title_icon {
    width: 18px;
    top: -20px;
    right: -2.5%;
  }
}
#section02_inter02 .human {
  width: 88%;
  max-width: 707px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #section02_inter02 .human {
    width: 100%;
  }
}
#section02_inter02 .human .hum01 {
  width: 33.2%;
}

@media (max-width: 640px) {
  #section02_inter02 .human .hum01 {
    width: 40%;
  }
}
#section02_inter02 .human .kakeru {
  width: 12.8%;
  padding-top: 10%;
}
@media (max-width: 640px) {
  #section02_inter02 .human .kakeru {
    width: 10%;
    padding-top: 15%;
  }
}
#section02_inter02 .human .hum02 {
  width: 33.2%;
}
@media (max-width: 640px) {
  #section02_inter02 .human .hum02 {
    width: 40%;
  }
}
#section02_inter02 .human .name {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 200%;
}
@media (max-width: 640px) {
  #section02_inter02 .human .name {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
#section02_inter02 .human .name span {
  display: block;
  width: 100%;
}
#section02_inter02 .human p {
  padding-top: 20px;
  line-height: 180%;
  position: relative;
  font-family: "Noto Sans JP";
  text-align: justify;
}
@media (max-width: 640px) {
  #section02_inter02 .human p {
    padding-top: 10px;
  }
}
#section02_inter02 .human p::after {
  content: "";
  width: 17%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172172;
}
@media (max-width: 640px) {
  #section02_inter02 .human p::after {
    width: 30%;
  }
}

/**************************/
#section03 {
  width: 90%;
  max-width: 1026px;
  margin: 80px auto 0 auto;
  position: relative;
  color: #172172;
}
@media (max-width: 640px) {
  #section03 {
    margin: 20px auto 0 auto;
  }
}

#section04 {
  color: #172172;
}
#section04 .section__in {
  width: 100%;
  position: relative;
  display: flex;
}
#section04 .section__in::after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(216, 220, 223) 100%);
  position: absolute;
  left: 0;
  top: 50%;
}
#section04 .section__in picture {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 640px) {
  #section04 .section__in picture {
    width: 90%;
  }
}
#section04 .caption {
  width: 100%;
  padding: 35px 0 75px 0;
  text-align: center;
  line-height: 180%;
  background: linear-gradient(90deg, rgb(233, 233, 233) 0%, rgb(216, 220, 223) 100%);
}
@media (max-width: 640px) {
  #section04 .caption {
    padding: 20px 0 30px 0;
  }
}

#section05 {
  width: 100%;
  padding: 91px 0 80px 0;
}
@media (max-width: 640px) {
  #section05 {
    padding: 50px 0 40px 0;
  }
}
#section05 .interview {
  width: 90%;
  max-width: 960px;
  position: relative;
  margin: 0 auto 0px auto;
}
#section05 .interview h4 {
  font-weight: 400;
  line-height: 1.636;
  letter-spacing: 4px;
}
@media (max-width: 640px) {
  #section05 .interview h4 {
    letter-spacing: 1px;
  }
}
#section05 .interview p.name {
  width: 90%;
  max-width: 318px;
  padding-top: 10%;
}
@media (max-width: 640px) {
  #section05 .interview p.name {
    width: 92%;
    max-width: 600px;
    padding-top: 10%;
  }
}
#section05 .interview .no01 {
  width: 47px;
  position: absolute;
  top: 15px;
  left: 100%;
  transform: translate(-50%, 0%);
  z-index: 10;
}
@media (max-width: 640px) {
  #section05 .interview .no01 {
    width: 8vw;
    left: auto;
    right: 100%;
    transform: translate(50%, 0%);
  }
}
#section05 .interview .no02 {
  width: 47px;
  position: absolute;
  top: 15px;
  right: 100%;
  transform: translate(50%, 0%);
  z-index: 10;
}
@media (max-width: 640px) {
  #section05 .interview .no02 {
    width: 8vw;
  }
}
#section05 .interview__in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #faf9f6;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  #section05 .interview__in {
    margin-bottom: 50px;
  }
}
#section05 .interview__in .text {
  width: 46%;
  padding: 52px 12px 0 60px;
  position: relative;
  color: #172172;
  letter-spacing: 1px;
}
@media (max-width: 1240px) {
  #section05 .interview__in .text {
    padding: 20px 0 0 30px;
  }
}
@media (max-width: 640px) {
  #section05 .interview__in .text {
    width: 100%;
    order: 2;
    padding: 5vw 0 21vw 5vw;
  }
}
#section05 .interview__in picture {
  width: 54%;
}
@media (max-width: 640px) {
  #section05 .interview__in picture {
    width: 100%;
    order: 1;
  }
}
#section05 a.more_botan {
  width: 51.8%;
  display: block;
  margin: 0 auto;
  padding: 14px 0;
  position: absolute;
  bottom: 10%;
  right: 6%;
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  text-align: center;
  line-height: 100%;
  border-radius: 25px;
}
#section05 a.more_botan::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  line-height: 100%;
  top: 50%;
  right: 15px;
  background: url(../images/icon_yaji.png) no-repeat center/contain;
  transform: translate(0%, -50%);
}
@media (max-width: 1240px) {
  #section05 a.more_botan::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 640px) {
  #section05 a.more_botan::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1240px) {
  #section05 a.more_botan {
    width: 51.8%;
    padding: 12px 0;
  }
}
@media (max-width: 640px) {
  #section05 a.more_botan {
    width: 45%;
    top: auto;
    bottom: 5vw;
    left: auto;
    right: 5vw;
    padding: 3vw 0;
  }
}
#section05 a.more_botan img {
  max-width: 60px;
}
@media (max-width: 1240px) {
  #section05 a.more_botan img {
    max-width: 50px;
    vertical-align: baseline;
  }
}
@media (max-width: 640px) {
  #section05 a.more_botan img {
    max-width: 15vw;
  }
}
#section05 a.topback_botan {
  width: 90%;
  max-width: 354px;
  display: block;
  margin: 0 auto;
  padding: 12px 0 14px 0;
  position: relative;
  background: linear-gradient(90deg, #26acde 0%, #172172 50%);
  text-align: center;
  line-height: 100%;
  border-radius: 25px;
  color: #fff;
}
#section05 a.topback_botan::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  line-height: 100%;
  top: 50%;
  left: 15px;
  background: url(../images/interview/icon_yaji_left.png) no-repeat center/contain;
  transform: translate(0%, -50%);
}
@media (max-width: 1240px) {
  #section05 a.topback_botan::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 640px) {
  #section05 a.topback_botan::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1240px) {
  #section05 a.topback_botan {
    font-size: 1.6vw;
  }
}
@media (max-width: 640px) {
  #section05 a.topback_botan {
    width: 90%;
    padding: 3vw 0;
    font-size: 4vw;
  }
}

/**************************/
.commentarea_type01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commentarea_type01 .text {
  width: 50%;
}
@media (max-width: 640px) {
  .commentarea_type01 .text {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.commentarea_type01 .text h3 {
  margin-bottom: 30px;
  line-height: 160%;
  font-weight: 500;
}
@media (max-width: 1240px) {
  .commentarea_type01 .text h3 {
    margin-bottom: 20px;
  }
}
.commentarea_type01 .text p {
  padding-top: 20px;
  line-height: 200%;
  position: relative;
  font-family: "Noto Sans JP";
  letter-spacing: 0em;
}
.commentarea_type01 .text p::after {
  content: "";
  width: 13%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172172;
}
.commentarea_type01 picture {
  width: 42.5%;
}
@media (max-width: 640px) {
  .commentarea_type01 picture {
    order: 1;
    width: 100%;
  }
}

.commentarea_type_all {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media (max-width: 640px) {
  .commentarea_type_all {
    margin-bottom: 60px;
  }
}
.commentarea_type_all .text {
  width: 50%;
}
@media (max-width: 640px) {
  .commentarea_type_all .text {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.commentarea_type_all .text h3 {
  margin-bottom: 30px;
  line-height: 160%;
  font-weight: 500;
}
@media (max-width: 1240px) {
  .commentarea_type_all .text h3 {
    margin-bottom: 20px;
  }
}
.commentarea_type_all .text p {
  padding-top: 20px;
  line-height: 200%;
  position: relative;
  font-family: "Noto Sans JP";
  letter-spacing: 0em;
  text-align: justify;
}
.commentarea_type_all .text p span {
  font-weight: 700;
}
.commentarea_type_all .text p::after {
  content: "";
  width: 13%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172172;
}
.commentarea_type_all picture {
  width: 42.5%;
}
@media (max-width: 640px) {
  .commentarea_type_all picture {
    order: 1;
    width: 100%;
  }
}

.note {
  width: 50%;
  margin: 0 0 0 auto;
  color: #172172;
}
@media (max-width: 640px) {
  .note {
    font-size: 2.4vw;
    width: 100%;
    margin: 0 0 0 20px;
  }
}

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