/*************************************************

area01

*************************************************/
.area01 {
  overflow: hidden;
  padding: 10rem 0 7rem;
}

/* area01-leadbox
---------------------------------------*/
.area01-leadbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80rem;
  margin: 0 auto 9rem;
}
@media screen and (max-width: 767px) {
  .area01-leadbox {
    display: block;
    max-width: none;
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .area01-leadbox.is-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .area01-leadbox .parts-animetext {
    margin: 0 1rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .area01-leadbox.is-02 .parts-animetext {
    margin-left: -7rem;
    margin-right: -2rem;
  }
}

.area01-leadbox__img {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .area01-leadbox__img {
    width: 100%;
  }
}
.area01-leadbox__img img {
  width: 100%;
}

.area01-leadbox__letters {
  position: relative;
  width: 43.75%;
  margin-top: 2.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .area01-leadbox__letters {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-01 .area01-leadbox__letters {
    margin-top: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .is-02 .area01-leadbox__letters {
    margin-top: -7.5rem;
  }
}

.area01-leadbox__lead {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .area01-leadbox__lead {
    padding: 0 1.5rem;
    font-size: 1.6rem;
  }
}

.area01-leadbox__texts {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .area01-leadbox__texts {
    padding: 0 1.5rem;
  }
}

/* area01-leadbox2
---------------------------------------*/
.area01-leadbox2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(80rem, 100% - 3rem);
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #00f0ff;
}
@media screen and (max-width: 767px) {
  .area01-leadbox2 {
    display: block;
    padding: 1rem 1rem 2.5rem;
  }
}
.area01-leadbox2 .parts-animetext__el {
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .area01-leadbox2.is-01 .area01-leadbox2__title {
    margin-left: -4rem;
    margin-right: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .area01-leadbox2.is-01 .parts-animetext__el:nth-child(2) {
    margin-left: 4rem;
  }
  .area01-leadbox2.is-01 .parts-animetext__el:nth-child(3) {
    margin-left: auto;
  }
}

.area01-leadbox2__img {
  position: relative;
  width: 55.2631578947%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .area01-leadbox2__img {
    width: auto;
  }
}

.area01-leadbox2__letters {
  position: relative;
  width: 40.7894736842%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .area01-leadbox2__letters {
    width: auto;
    padding-top: 2rem;
  }
}

.area01-leadbox2__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01-leadbox2__title .parts-animetext {
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    margin: 0;
  }
}

.area01-leadbox2__lead {
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .area01-leadbox2__lead {
    margin-top: 1rem;
    padding: 0 0.5rem;
    font-size: 1.6rem;
  }
}

.area01-leadbox2__texts {
  padding-left: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .area01-leadbox2__texts {
    padding: 0 0.5rem;
  }
}

/*************************************************

area02

*************************************************/
.area02 {
  padding: 5rem 0;
  background: url(../images/common/interview_question_bg.jpg) no-repeat center center/cover;
}

.area02-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(80rem, 100% - 4rem);
  margin: 0 auto;
  border: #000 solid 0.3rem;
}
@media screen and (max-width: 767px) {
  .area02-inner {
    border-width: 0.4rem;
  }
}

.area02-title {
  color: #00f0ff;
  font-size: 5.5rem;
  text-align: center;
  font-weight: 900;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .area02-title {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}

.area02-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.5rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .area02-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 1.5rem 1.5rem;
  }
}

.area02-qlist {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .area02-qlist {
    width: 100%;
  }
}

.area02-qlist__item {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.57;
}
.area02-qlist__item:last-child {
  margin-bottom: 0;
}

.area02-qlist__item-title {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  font-weight: 900;
}
.area02-qlist__item-title::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/common/interview_question_icon.svg) no-repeat center center/100% auto;
}

.area02-qlist__item-body {
  font-weight: 600;
}

/*************************************************

area03

*************************************************/
.area03 {
  padding: 1px 0 6rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .area03 {
    padding-bottom: 3rem;
  }
}

.area03-title {
  padding: 1rem 0;
  text-align: center;
  line-height: 0;
}

.area03-subtitle {
  margin-bottom: 4rem;
  font-weight: 900;
  text-align: center;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .area03-subtitle {
    margin-bottom: 2rem;
  }
}

.area03-lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area03-lists {
    display: block;
    width: auto;
    padding: 0 2.5rem 0 3.5rem;
  }
  .area03-lists::before {
    position: absolute;
    top: 1rem;
    left: 9.4rem;
    display: block;
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: #000;
  }
}

.area03-lists__group {
  overflow: hidden;
  position: relative;
  width: 30.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .area03-lists__group {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .area03-lists__group::before {
    position: absolute;
    top: 1rem;
    left: 8rem;
    display: block;
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: #000;
  }
}

.area03-lists__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .area03-lists__item {
    padding-bottom: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .area03-lists__item:last-child {
    padding-bottom: 1.5rem;
  }
}

.area03-lists__item-time {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 9rem;
  padding-right: 3.8rem;
  font-weight: 900;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .area03-lists__item-time {
    width: 6.6rem;
    padding-right: 2.5rem;
    font-size: 1.4rem;
  }
}
.area03-lists__item-time::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 1.8rem;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #00f0ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .area03-lists__item-time::before {
    width: 1.2rem;
  }
}

.area03-lists__item-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 9rem);
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .area03-lists__item-body {
    width: calc(100% - 6.6rem);
    padding-left: 1.5rem;
  }
}
.area03-lists__item-body .in-title {
  font-weight: 900;
}
.area03-lists__item-body .in-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.41;
}