@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section {
  position: relative;
}
.section__inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
.section__img {
  position: absolute;
  right: 0;
  top: 80px;
}
.section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 3rem;
  border-bottom: solid 1px;
  padding-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .section__title {
    font-size: 4.2rem;
  }
}
.section--message {
  background-image: url(../img/module/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}
@media screen and (max-width: 1360px) {
  .section--message {
    padding-top: 110px;
  }
}
.section--messages {
  background-image: url(../img/interview/interview_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}
@media screen and (max-width: 1360px) {
  .section--messages {
    padding-top: 110px;
  }
}
.section--balloon {
  background-color: #F6F7F7;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .section--balloon {
    padding-bottom: 100px;
  }
}
.section__bottom {
  height: 100px;
  background-image: url(../img/module/bottom_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.message {
  padding: 60px 0;
}
.message__title {
  color: #fff;
  font-size: 5rem;
}
.message__title span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .message__title span {
    font-size: 2.2rem;
  }
}
.message__text {
  width: 100%;
  color: #fff;
  line-height: 2;
}
.message__group {
  display: block;
}
@media screen and (min-width: 960px) {
  .message__group {
    display: flex;
    justify-content: space-between;
  }
}
.message__group:last-child figure {
  width: 90%;
  z-index: 1;
  margin-left: 40px;
}
.message__group:last-child {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.message__img {
  width: 30%;
  text-align: center;
  z-index: 2;
}
.message__img figcaption {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .message__img figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .message__img figcaption {
    text-align: end;
  }
}
.message__catch {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 60px 0 50px 0;
}
.message__unit {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.message__unit a {
  width: 32.5%;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
.message__unit p {
  line-height: 2;
}
.message__unit p:nth-child(2) {
  font-size: 3.4rem;
  color: #F55B5B;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .message__unit p:nth-child(2) {
    font-size: 5rem;
  }
}

.interview__text {
  color: #fff;
  margin: 40px 0;
}
@media screen and (min-width: 960px) {
  .interview__text {
    margin: 40px 0 60px 0;
  }
}
.interview__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .interview__wrap {
    width: 80%;
  }
}

.unit {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .unit {
    width: 40%;
  }
}
.unit:hover .unit__btn {
  background: #fff;
  color: #FF000F;
}
.unit:hover .unit__btn::after {
  background-image: url(../img/module/arrow_icon-red.svg);
}
.unit__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.unit__num {
  position: relative;
  bottom: -2px;
  vertical-align: bottom;
}
.unit__img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.unit__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #FF000F;
  padding: 2px 10px;
  border-radius: 20px;
}
.unit__text {
  width: 100%;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .unit__text {
    font-size: 1.8rem;
  }
}
.unit__body {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  position: relative;
  bottom: 100px;
  margin: auto;
  margin-bottom: -100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.unit__body img {
  height: 240px;
}
.unit__body--overlap img {
  position: relative;
  height: 290px;
  left: -20px;
}
.unit__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.unit__title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #FF8500;
  bottom: 0;
  left: 0;
}
.unit__description {
  padding-top: 20px;
}
.unit__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #FF000F;
  border: solid 2px #FF000F;
  border-radius: 50px;
  padding: 10px 50px;
  width: 240px;
  letter-spacing: 0;
  padding: 14px 20px;
  align-items: center;
}
.unit__btn::after {
  content: "";
  background-image: url(../img/module/arrow_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
}
.unit__btn--overlap {
  position: relative;
  bottom: 50px;
}

.keyvisual {
  position: relative;
  z-index: 1;
  height: 550px;
}
@media screen and (min-width: 760px) {
  .keyvisual {
    height: 350px;
  }
}
.keyvisual__position {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 760px) {
  .keyvisual__position {
    width: auto;
    left: auto;
    transform: none;
  }
}
.keyvisual__position--01 {
  bottom: -44px;
}
@media screen and (min-width: 760px) {
  .keyvisual__position--01 {
    bottom: -70px;
  }
}
.keyvisual__position--03 {
  bottom: -53px;
}
@media screen and (min-width: 760px) {
  .keyvisual__position--03 {
    bottom: -93px;
  }
}
.keyvisual__text {
  font-size: 1.4rem;
  color: #fff;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .keyvisual__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .keyvisual__text {
    margin: 40px 0 0 0;
  }
}
.keyvisual__unit h3 {
  font-size: 3.4rem;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .keyvisual__unit h3 {
    font-size: 5rem;
  }
}
.keyvisual__unit p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .keyvisual__unit p {
    font-size: 2.4rem;
  }
}
.keyvisual__unit p ruby {
  font-size: 3.4rem;
  line-height: 2;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .keyvisual__unit p ruby {
    font-size: 5rem;
  }
}
.keyvisual__unit p ruby:first-of-type {
  margin-right: 20px;
}
.keyvisual__unit p rt {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .keyvisual__unit p rt {
    font-size: 1.4rem;
  }
}
.keyvisual__overlap {
  position: relative;
  bottom: -92px;
  margin-top: -92px;
  z-index: 2;
}

.balloon {
  padding-top: 50px;
}
.balloon__item {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.balloon__item p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .balloon__item p {
    font-size: 1.6rem;
  }
}
.balloon__item figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .balloon__item figure {
    margin: 0 20px;
  }
}
.balloon__item--question {
  width: 100%;
  position: relative;
  display: block;
  background: linear-gradient(225deg, #F55B5B, #FF8500);
  border-radius: 0 25px 0 0;
  padding: 20px;
  z-index: 2;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .balloon__item--question {
    width: 50%;
  }
}
.balloon__item--question:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #FF8500;
  transform: rotate(135deg);
  z-index: 0;
}
.balloon__item--question p {
  color: #FFF;
  font-weight: bold;
}
.balloon__item--answer {
  width: 100%;
  position: relative;
  top: -20px;
  background-color: #fff;
  border-radius: 0 0 25px 0;
  padding: 60px 20px 20px 20px;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .balloon__item--answer {
    width: 90%;
    padding: 60px;
    display: flex;
  }
}
.balloon__unit--reverse .balloon__item--question {
  border-radius: 25px 0 0 0;
  margin-right: 0;
  margin-left: auto;
}
.balloon__unit--reverse .balloon__item--question:before {
  left: unset;
  right: 0;
  border-top: 30px solid #F55B5B;
  transform: rotate(90deg);
}
.balloon__unit--reverse .balloon__item--answer {
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 0 0 25px;
}
.balloon--overlap {
  padding-top: 100px;
}
@media screen and (min-width: 960px) {
  .balloon--overlap {
    padding-top: 50px;
  }
}

.pagenavi {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 520px) {
  .pagenavi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}
.pagenavi a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #FF000F;
  border: solid 2px #FF000F;
  border-radius: 50px;
  padding: 10px 50px;
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  .pagenavi a {
    margin-bottom: 0;
  }
}
.pagenavi__icon {
  margin-left: 20px;
}
.pagenavi__icon--reverse {
  transform: scale(-1, 1);
  margin-left: 0;
  margin-right: 20px;
}
.pagenavi__btn--prev {
  position: relative;
  padding: 10px 20px 10px 60px !important;
}
.pagenavi__btn--prev::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/arrow_icon-reverse.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
.pagenavi__btn--prev:hover {
  background: #fff;
  color: #FF000F;
}
.pagenavi__btn--prev:hover::after {
  background-image: url(../img/module/arrow_icon-reverse-red.svg);
}
.pagenavi__btn--next {
  position: relative;
  padding: 10px 60px 10px 20px !important;
}
.pagenavi__btn--next::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/arrow_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
.pagenavi__btn--next:hover {
  background: #fff;
  color: #FF000F;
}
.pagenavi__btn--next:hover::after {
  background-image: url(../img/module/arrow_icon-red.svg);
}