/* CSS Document */
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

::-moz-selection {
  background: rgba(235, 97, 0, 0.2);
}

::selection {
  background: rgba(235, 97, 0, 0.2);
}

main {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
p,
a,
li,
th,
td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 991px) {
  p,
  a,
  li,
  th,
  td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  p,
  a,
  li,
  th,
  td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

.color-main {
  color: #061a40;
}

.main {
  overflow: hidden;
}

.content {
  max-width: 1366px;
  margin: 0 auto;
}
.content__wrap {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .content__wrap {
    max-width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .content__wrap {
    padding: 0 5.33%;
  }
}
.content__title .en {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content__title .en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.content__title .sub {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content__title .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.main {
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.main .mv__wrap {
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 1400px;
  max-height: 700px;
  height: 51.2445095168vw;
}
@media screen and (max-width: 767px) {
  .main .mv__wrap {
    background-image: url(../img/sp__mv.png);
    width: 100%;
    height: 156.640625vw;
  }
}
.main .mv__img {
  position: relative;
}
.main .mv__img__mv__title {
  max-width: 796px;
  width: 58.2723279649vw;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .main .mv__img__mv__title {
    width: 78.9743589744vw;
    margin-right: 10px;
  }
}
.main .mv__img__l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .main .mv__img__l-header {
    display: block;
    max-width: 185px;
    margin: 0 0 0 auto;
    margin-bottom: 20px;
  }
}
.main .mv__img__l-header__read-copy {
  width: 145px;
  height: 64px;
  font-size: 2rem;
  line-height: 22px;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main .mv__img__l-header__read-copy {
    width: 185px;
    font-size: 1.5rem;
    height: 0;
    margin-top: 0;
  }
}
.main .mv__img__logo-illust {
  margin-top: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .main .mv__img__logo-illust {
    width: 47.4358974359;
  }
}
.main .mv__img__apply-button {
  display: block;
  max-width: 253px;
  width: 18.5212298682vw;
  margin-left: auto;
  position: absolute;
  right: 4rem;
  bottom: 14rem;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (max-width: 767px) {
  .main .mv__img__apply-button {
    width: 64.1025641026vw;
    max-width: 250px;
    bottom: -5rem;
    right: 1rem;
  }
}
.main .mv__img__apply-button__floating {
  display: block;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  max-width: 1400px;
  max-height: 119px;
  height: 8.7115666179vw;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
          filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
  width: 195%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .main .mv__img__apply-button__floating {
    -webkit-transform: translate(-50%, -95%);
            transform: translate(-50%, -95%);
  }
}
@media screen and (min-width: 1400px) {
  .main .mv__img__apply-button__floating {
    width: 1400px;
    height: 100px;
  }
}
.main__trouble {
  position: relative;
  background-color: #D6E3C3;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap {
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap__h2 {
    margin: 30px 25px 36px 25px;
  }
}
.main__trouble__wrap__base__img {
  padding: 34px 36px 80px 32px;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap__base__img {
    padding: 0;
    display: none;
  }
}
.main__trouble__wrap .tab {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap .tab {
    display: block;
    padding: 0;
  }
}
.main__trouble__wrap .tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap .tab__buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.main__trouble__wrap .tab__buttons button {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.main__trouble__wrap .tab__buttons button:hover {
  background: #f0f8ff;
  padding: 10px 0;
}
.main__trouble__wrap .tab__buttons .active {
  background: #f0f8ff;
  padding: 10px 0;
}
.main__trouble__wrap .tab__content {
  display: none;
  padding: 20px 0;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap .tab__content {
    padding: 0;
  }
}
.main__trouble__wrap .tab__content.active {
  display: block;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main__trouble__wrap__tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 130px;
  }
}
.main__trouble__wrap__tab__button__01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap__tab__button__01 {
    display: block;
    margin-top: 3.6rem;
  }
}
.main__trouble__wrap__tab__button__02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__trouble__wrap__tab__button__02 {
    display: block;
    margin-top: 3.6rem;
  }
}
.main__trouble::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1400px;
  height: 14.6412884334vw;
  position: absolute;
  top: -7.3206442167vw;
}
@media screen and (min-width: 1400px) {
  .main__trouble::before {
    top: -102px;
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .main__trouble::before {
    height: 14.6153846154vw;
    top: -8px;
  }
}
.main__reason {
  background-color: #016134;
}
.main__reason__wrap {
  padding: 122px 197px 21px 176px;
}
@media screen and (max-width: 767px) {
  .main__reason__wrap {
    padding: 73px 25px 10px 25px;
  }
}
.main__reason__wrap .slideIn {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.main__reason__h2 {
  margin-bottom: 30px;
}
.main__reason__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 85px;
  gap: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .main__reason__block-container {
    display: block;
    margin-bottom: 3rem;
  }
}
.main__reason__block-container--explanation {
  width: 100%;
}
.main__reason__block-container--text {
  color: #CDE895;
}
.main__reason__block-container__img {
  margin-top: 36px;
}
.main__reason__block-container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main__reason::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec3.9.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1400px;
  height: 14.6412884334vw;
  position: absolute;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
}
.main__study-room {
  background-image: url(../img/sec4__pattern.png);
  background-repeat: repeat;
  position: relative;
  z-index: 0;
}
.main__study-room__wrap {
  padding: 0 179px 200px 180px;
}
@media screen and (max-width: 767px) {
  .main__study-room__wrap {
    padding: 0;
    padding-bottom: 10rem;
  }
}
.main__study-room::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  max-width: 1400px;
  position: absolute;
  top: -1px;
  z-index: -1;
  height: 14.6412884334vw;
}
.main__successful-experience-story {
  max-width: 1400px;
  position: relative;
}
.main__successful-experience-story__h2 {
  max-width: 220px;
  margin: 0 auto;
  padding: 95px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .main__successful-experience-story__h2 {
    max-width: 180px;
    padding-top: 50px;
  }
}
.main__successful-experience-story__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-bottom: 204px;
}
@media screen and (max-width: 767px) {
  .main__successful-experience-story__wrap {
    padding: 0 20px;
    padding-bottom: 70px;
  }
}
.main__successful-experience-story__wrap__img {
  max-width: 500px;
}
.main__successful-experience-story::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec5.7.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1400px;
  height: 7.3206442167vw;
  position: absolute;
  top: -7.3206442167vw;
}
@media screen and (min-width: 1400px) {
  .main__successful-experience-story::before {
    width: 1400px;
    top: -102px;
  }
}
.main__study-for-exams {
  max-width: 1400px;
  background-color: #C0DE7F;
  position: relative;
}
@media screen and (max-width: 575px) {
  .main__study-for-exams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.main__study-for-exams__h2 {
  max-width: 474px;
  margin: 0 auto;
  padding: 95px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .main__study-for-exams__h2 {
    width: 80%;
    padding-top: 70px;
  }
}
.main__study-for-exams__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  padding: 0 35px;
  padding-bottom: 109px;
}
@media screen and (max-width: 767px) {
  .main__study-for-exams__wrap {
    display: block;
    padding-bottom: 0;
  }
}
.main__study-for-exams__wrap__inner__01 {
  max-width: 302px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main__study-for-exams__wrap__inner__01 {
    margin: 0 auto;
  }
}
.main__study-for-exams__wrap__inner__01__img {
  max-width: 127px;
}
.main__study-for-exams__wrap__inner__01__p__01 {
  margin-bottom: 25px;
}
.main__study-for-exams__wrap__inner__01__span {
  color: #016134;
  margin-right: 1em;
}
.main__study-for-exams__wrap__inner__01__p__02 {
  text-align: start;
}
@media screen and (max-width: 767px) {
  .main__study-for-exams__wrap__inner__01__p__02 {
    margin-bottom: 3rem;
  }
}
.main__study-for-exams__wrap__inner__02 {
  max-width: 483px;
  margin-bottom: 109px;
}
.main__study-for-exams__wrap__inner__02__picture {
  display: block;
  padding-bottom: 30px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.main__study-for-exams__wrap__inner__02__container__01__h3, .main__study-for-exams__wrap__inner__02__container__02__h3 {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .main__study-for-exams__wrap__inner__02__container__01 > :not(img) {
    display: none;
  }
}
.main__study-for-exams::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec6.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1400px;
  height: 7.3206442167vw;
  position: absolute;
  top: -7.3206442167vw;
}
@media screen and (min-width: 1400px) {
  .main__study-for-exams::before {
    width: 1400px;
    top: -102px;
  }
}
.main__process {
  background-color: #CDE895;
}
.main__process__h2 {
  max-width: 252px;
  margin: 0 auto;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .main__process__h2 {
    max-width: 186px;
    margin-bottom: 55px;
  }
}
.main__process__wrap {
  text-align: center;
  padding-bottom: 139px;
}
@media screen and (max-width: 767px) {
  .main__process__wrap {
    padding: 0 20px;
    padding-bottom: 70px;
  }
}
.main__process::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec8.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1400px;
  height: 7.3206442167vw;
  -webkit-transform: translate(0, -27%);
          transform: translate(0, -27%);
  top: -7.3206442167vw;
}
.main__contact-form {
  background-color: #016134;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap {
    position: relative;
    padding: 0 3rem;
  }
}
.main__contact-form__wrap__p__01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__p__01 {
    font-size: 17px;
  }
}
.main__contact-form__wrap__p__02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__p__02 {
    font-size: 17px;
    padding-bottom: 20px;
  }
}
.main__contact-form__wrap__container__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__container__01 {
    margin-bottom: 26px;
  }
}
.main__contact-form__wrap__container__01__img__01 {
  display: block;
  max-width: 85px;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__container__01__img__01 {
    position: absolute;
    left: 0;
    bottom: 40rem;
  }
}
.main__contact-form__wrap__container__01__img__02 {
  display: block;
  max-width: 608px;
  padding-top: 1.3rem;
}
.main__contact-form__wrap__container__01__img__03 {
  display: block;
  max-width: 87px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__container__01__img__03 {
    position: absolute;
    bottom: 40rem;
  }
}
.main__contact-form__wrap__container__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 149px;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__container__02 {
    display: block;
    padding-bottom: 84px;
  }
}
.main__contact-form__wrap__container__02__img__01 {
  display: block;
  max-width: 352px;
  padding: 1.4rem 0;
  padding-right: 4.9rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__container__02__img__01 {
    border-right: none;
    padding: 0;
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.8rem;
  }
}
.main__contact-form__wrap__container__02__img__02 {
  display: block;
  max-width: 352px;
  padding: 0.7rem 0;
  padding-left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__container__02__img__02 {
    border-right: none;
    padding: 0;
    max-width: 295px;
    margin: 0 auto;
  }
}
.main__contact-form__wrap__p {
  color: #CDE895;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .main__contact-form__wrap__p {
    margin-bottom: 26px;
  }
}
.main__contact-form::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec3.9.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1400px;
  height: 7.3206442167vw;
  -webkit-transform: translate(0, -27%);
          transform: translate(0, -27%);
  top: -7.3206442167vw;
}

.main__faq {
  margin-bottom: 109px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main__faq {
    margin-bottom: 0;
  }
}
.main__faq__h2 {
  max-width: 254px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main__faq__h2 {
    max-width: 182px;
    margin-bottom: 32px;
  }
}
.main__faq__container {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main__faq__container {
    padding-bottom: 50px;
  }
}
.main__faq__question {
  cursor: pointer;
  font-size: 2.4rem;
  max-width: 841px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 45px;
  position: relative;
  padding: 10px 10px 0 60px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .main__faq__question {
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2.4rem;
    padding-left: 1.5rem;
    padding-top: 0;
  }
}
.main__faq__question::before {
  content: "Q.";
  color: #CDE895;
  display: inline-block;
  width: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 4.3rem;
  margin-right: 4rem;
  padding-right: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .main__faq__question::before {
    position: absolute;
    left: -25px;
    font-size: 2.8rem;
  }
}
.main__faq__question::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #CDE895;
  width: 2rem;
  height: 1.6rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  margin-left: 1.6rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main__faq__question::after {
    padding: 0;
    width: 1.8rem;
    margin-left: 0.5rem;
    position: absolute;
    top: 6px;
    right: -21px;
  }
}
.main__faq__question.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main__faq__answer {
  display: none;
  font-size: 1.8rem;
  margin-bottom: 37px;
  max-width: 782px;
  margin-left: 6.4rem;
  padding: 2rem 4rem;
  border-bottom: 1px solid #707070;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3rem;
  position: relative;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .main__faq__answer {
    display: none;
    padding: 0;
    font-size: 14px;
    margin-left: 1rem;
    margin-top: 0.7rem;
    line-height: 1.5em;
    padding-left: 4rem;
    width: 80%;
    padding-bottom: 1.5rem;
  }
}
.main__faq__answer::before {
  content: "A.";
  color: #016134;
  margin-right: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main__faq__answer::before {
    position: absolute;
    font-size: 2.8rem;
  }
}
.main__faq::before {
  content: "";
  display: block;
  background-image: url(../img/frame__sec5.7.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1400px;
  width: 100%;
  position: absolute;
  height: 7.3206442167vw;
  top: -7.3206442167vw;
}
@media screen and (max-width: 767px) {
  .main__faq::before {
    top: -6.320644vw;
  }
}
@media screen and (min-width: 1400px) {
  .main__faq::before {
    width: 1400px;
    top: -102px;
  }
}