.sub_title1 {
  margin-bottom: 0;
}

.sub_title1 .title .title_box h2 .color {
  color: #003f75;
  font-size: 35px;
  line-height: 120%;
}
.sub_title1 .title .title_box .name {
  font-weight: 400;
  font-size: 23px;
}

.message {
  overflow-x: hidden;
}

.message_box .message_flex {
  padding: 0;
}
.message_box h3 {
  font-size: 20px;
}
.message_box p {
  line-height: 170%;
  font-size: 18px;
}
.message_box ul {
  color: #003f75;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding: 0 50px 30px 50px;
  border-bottom: solid 1px #2d9c9e;
  margin-bottom: 40px;
}
.message_box ul h3 {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.message_box .left .img_box {
  position: relative;
}
.message_box .left .illust {
  position: absolute;
  width: 250px;
}
.message_box .left .illust1 {
  bottom: -80px;
  right: -100px;
}
.message_box .left .illust2 {
  width: 200px;
  bottom: -120px;
  left: -80px;
}

.message_box:nth-child(1) ul li {
  list-style: "Q1. ";
}

.message_box:nth-child(2) ul li {
  list-style: "Q2. ";
}

.message_box:nth-child(3) ul li {
  list-style: "Q3. ";
}

.message_box:nth-child(4) ul li {
  list-style: "Q4. ";
}

.message_box:nth-child(5) ul li {
  list-style: "Q5. ";
}

.message_box:nth-child(6) ul li {
  list-style: "Q6. ";
}

.message_box .message_flex .right p {
  padding: 30px 0% 0 10%;
  line-height: 170%;
  font-size: 18px;
}

.message_box:nth-child(2),
.message_box:nth-child(5) {
  margin-bottom: 100px;
}
.message_box:nth-child(2) ul,
.message_box:nth-child(5) ul {
  display: inline-block;
  margin-bottom: 0;
}
.message_box:nth-child(2) ul li h3,
.message_box:nth-child(5) ul li h3 {
  display: inline;
}
.message_box:nth-child(2) .message_flex .right p,
.message_box:nth-child(5) .message_flex .right p {
  padding: 0px 10% 0 0%;
}

.message_box:nth-child(3) ul,
.message_box:nth-child(6) ul {
  margin-left: 10%;
  margin-bottom: 0;
}

.message_box:nth-child(4) .img_box {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.message_box:nth-child(4) .img_box .title {
  text-align: right;
  margin-top: 10px;
}

.message_box:nth-child(6) {
  margin-bottom: 200px;
}

.interview_swiper {
  margin-bottom: 200px;
}
.interview_swiper .swiper-slide {
  width: 350px;
}
.interview_swiper .card {
  width: 330px;
  max-width: 90%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.interview_swiper a {
  position: relative;
  background: white;
  border: solid 1px #2d9c9e;
  padding: 30px 20px;
  display: block;
  border-radius: 10px;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.interview_swiper a .title {
  font-size: 16px;
  color: #003f75;
  padding: 30px 0 20px 0;
  font-weight: 600;
  border-bottom: solid 1px #2d9c9e;
  flex-grow: 1;
}
.interview_swiper a .name {
  padding: 20px 0 0 0;
  text-align: right;
}
.interview_swiper .in_title {
  color: #003f75;
  font-family: "monte-stella", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 50px;
}
.interview_swiper .interview {
  position: absolute;
  width: 30px;
  top: 20px;
  left: -30px;
}

.swiper-button-next,
.swiper-pagination,
.swiper-button-prev {
  position: static;
}

.pagination_flex {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.swiper-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #728fa7;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #09497e;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 20px;
}

@media screen and (max-width: 700px) {
  .sub_title1 .title .title_box h2 .color {
    font-size: 25px;
  }
  .sub_title1 .title .title_box .name {
    font-size: 15px;
  }
  .message_box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .message_box ul {
    padding: 0 0px 30px 0px;
    padding-bottom: 20px;
  }
  .message_box h3 {
    font-size: 20px;
  }
  .message_box p {
    font-size: 16px;
  }
  .message_box .message_flex .right p {
    font-size: 16px;
  }
  .message_box .left .illust {
    position: absolute;
    width: 90px;
    bottom: -30px;
    right: -30px;
  }
  .message_box .message_flex .right p {
    padding: 20px 0;
  }
  .message_box:nth-child(2) .message_flex .right p,
  .message_box:nth-child(5) .message_flex .right p {
    padding: 20px 0;
  }
  .message_box:nth-child(3) ul,
  .message_box:nth-child(6) ul {
    margin-left: 0%;
    margin-bottom: 0;
  }
  .message_box:nth-child(2) .message_flex,
  .message_box:nth-child(5) .message_flex {
    margin-top: 0px;
    flex-direction: column-reverse;
  }
  .message_box:nth-child(1) ul li {
    list-style: none;
  }
  .message_box:nth-child(1) ul li::before {
    content: "Q1. \a";
    white-space: pre;
  }
  .message_box:nth-child(2) ul li {
    list-style: none;
  }
  .message_box:nth-child(2) ul li::before {
    content: "Q2. \a";
    white-space: pre;
  }
  .message_box:nth-child(3) ul li {
    list-style: none;
  }
  .message_box:nth-child(3) ul li::before {
    content: "Q3. \a";
    white-space: pre;
  }
  .message_box:nth-child(4) ul li {
    list-style: none;
  }
  .message_box:nth-child(4) ul li::before {
    content: "Q4. \a";
    white-space: pre;
  }
  .message_box:nth-child(5) ul li {
    list-style: none;
  }
  .message_box:nth-child(5) ul li::before {
    content: "Q5. \a";
    white-space: pre;
  }
  .message_box:nth-child(6) ul li {
    list-style: none;
  }
  .message_box:nth-child(6) ul li::before {
    content: "Q6. \a";
    white-space: pre;
  }
  .message_box .left .illust2 {
    width: 80px;
    bottom: -30px;
    left: -30px;
  }
  .interview_swiper .in_title {
    display: none;
  }
  .interview_swiper .swiper-slide .card {
    margin: 0 auto;
  }
  .interview_swiper a .name {
    font-size: 15px;
  }
}/*# sourceMappingURL=interview.css.map */