@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.mainvisual {
  background: #FDFAE4;
  padding-top: 10px;
}
@media all and (max-width: 480px) {
  .mainvisual {
    padding-top: 10px;
  }
}
.mainvisual__container {
  padding: 90px 0 0;
}
@media all and (max-width: 896px) {
  .mainvisual__container {
    padding: 60px 0 0;
  }
}
@media all and (max-width: 480px) {
  .mainvisual__container {
    padding: 55px 0 0;
  }
}
.mainvisual__image {
  text-align: center;
}
.mainvisual__titwrap {
  position: relative;
}
.mainvisual__copy {
  position: absolute;
  left: 16.2%;
  top: -70px;
}
@media all and (max-width: 1440px) {
  .mainvisual__copy {
    left: 4.5%;
  }
}
@media all and (max-width: 1150px) {
  .mainvisual__copy {
    top: -60px;
  }
  .mainvisual__copy img {
    max-width: 600px;
  }
}
@media all and (max-width: 600px) {
  .mainvisual__copy {
    top: -40px;
  }
  .mainvisual__copy img {
    max-width: 80%;
  }
}
.mainvisual__tit {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 32px;
  padding: 10px 10px 17px;
}
.mainvisual__tit .hvc {
  margin-top: 10px;
}

.intro {
  text-align: center;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .intro {
    margin-top: 25px;
  }
}
.intro__lead {
  margin-top: 85px;
}
@media all and (max-width: 896px) {
  .intro__lead {
    margin-top: 40px;
  }
}
@media all and (max-width: 480px) {
  .intro__lead {
    text-align: left;
  }
}
.intro__purpose {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 80px;
}
@media all and (max-width: 896px) {
  .intro__purpose {
    margin-top: 40px;
  }
}
.intro__purpose-icon {
  position: relative;
  padding: 70px 0 65px;
  text-align: center;
  width: 260px;
}
.intro__purpose-icon::before, .intro__purpose-icon::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2276%22%20height%3D%22163%22%20viewBox%3D%220%200%2076%20163%22%3E%3Cpath%20d%3D%22M244.692%2C1284.036v-115.06a46.9%2C46.9%2C0%2C0%2C1%2C46.89-46.89h27.93%22%20transform%3D%22translate(-243.192%20-1120.586)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 76px;
  height: 163px;
}
.intro__purpose-icon::before {
  background-position: top left;
  top: 0;
  left: 0;
}
.intro__purpose-icon::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.intro__purpose-icon img {
  display: block;
  margin: auto;
}
.intro__purpose-icon p {
  margin-top: 25px;
  line-height: 1.6;
}

.about {
  margin-top: 100px;
  padding: 100px 0 30px;
  background: url(../../assets/images/top/bg_dot.jpg) top left/auto repeat;
}
.about__ttlbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .about__ttlbox {
    gap: 90px 0;
  }
}
@media all and (max-width: 480px) {
  .about__ttlbox {
    gap: 50px 0;
  }
}
.about__ttlbox::after {
  position: absolute;
  content: "";
  bottom: -86px;
  left: 3%;
  background: url(../../assets/images/top/line_tit.svg) top left/contain no-repeat;
  width: 842px;
  height: 86px;
}
@media all and (max-width: 480px) {
  .about__ttlbox::after {
    width: 340px;
  }
}
.about .common__ttl {
  width: 42%;
}
@media all and (max-width: 896px) {
  .about .common__ttl {
    width: 100%;
  }
}
.about__sub {
  width: 50%;
}
@media all and (max-width: 896px) {
  .about__sub {
    width: 100%;
    padding-bottom: 30px;
  }
}
.about__sub h3 {
  display: inline-block;
}
.about__sub--marker {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: min(4.5vw, 2.7rem);
  padding: 5px 15px;
  background-image: linear-gradient(90deg, #000, #000 50%, #fff 50%, #fff);
  background-size: 200% 100%;
}
.about__sub--color {
  color: #FDF304;
}
.about__sub p {
  margin-top: 10px;
  font-size: min(3.8vw, 1.7rem);
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.about__detailbox {
  margin: 120px auto 0;
  max-width: 1200px;
}
@media all and (max-width: 480px) {
  .about__detailbox {
    margin: 100px auto 0;
  }
}
.about__detailbox--tit {
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  vertical-align: top;
}
.about__detailbox--tit.lskan {
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}
.about__detailbox--tit.ls {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
.about__detailbox--figure {
  border: 2px solid #000;
  border-radius: 30px;
  margin-top: 20px;
}
.about__detailbox--figure table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: -26px;
}
@media all and (max-width: 1120px) {
  .about__detailbox--figure table {
    font-size: 1.5rem;
    margin-top: -24px;
  }
}
@media all and (max-width: 480px) {
  .about__detailbox--figure table {
    font-size: 3vw;
    margin-top: -20px;
  }
}
@media all and (max-width: 390px) {
  .about__detailbox--figure table {
    margin-top: -19px;
  }
}
@media all and (max-width: 375px) {
  .about__detailbox--figure table {
    margin-top: -18px;
  }
}
@media all and (max-width: 340px) {
  .about__detailbox--figure table {
    margin-top: -16px;
  }
}
@media all and (max-width: 320px) {
  .about__detailbox--figure table {
    margin-top: -15px;
  }
}
.about__detailbox--figure table caption {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.about__detailbox--figure table td {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  width: 27.3333333333%;
}
@media all and (max-width: 480px) {
  .about__detailbox--figure table td {
    padding: 10px 5px;
  }
}
.about__detailbox--figure table td.color {
  background: #FFF9CC;
}
.about__detailbox--figure table td.title {
  width: 18%;
}
.about__detailbox--figure table td.center {
  text-align: center;
}
.about__detailbox--figure table td.va {
  vertical-align: middle;
}
.about__detailbox--figure table td.r_tl {
  border-radius: 28px 0 0 0;
}
.about__detailbox--figure table td.r_bl {
  border-radius: 0 0 0 28px;
}
.about__detailbox--figure table td.r_tr {
  border-radius: 0 28px 0 0;
}
.about__detailbox--figure table td.r_br {
  border-radius: 0 0 28px 0;
}
.about__detailbox--figure table td span.smalltxt {
  display: block;
  font-size: 85%;
}
.about__detailbox--figure table td span.block {
  display: block;
}
.about__detailbox--figure table td span.ruby {
  display: block;
  font-size: 70%;
}
.about__detailbox--figure table td span.boldtxt {
  font-weight: 700;
}
.about__detailbox--figure table td ul li {
  padding-left: 1em;
  text-indent: -0.6em;
}
.about__detailbox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.about__detailbox dl dt {
  width: 13%;
  height: 27px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: min(4vw, 1.5rem);
  margin-top: 8px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .about__detailbox dl dt {
    width: 100%;
    height: 35px;
  }
}
.about__detailbox dl dd {
  width: calc(85% - 20px);
  font-size: min(4vw, 2rem);
}
@media all and (max-width: 896px) {
  .about__detailbox dl dd {
    width: calc(100% - 40px);
    margin: 10px auto 0;
  }
}
.about__detailbox dl dd.about__detailbox--large {
  font-size: 160%;
  font-weight: 700;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .about__detailbox dl dd.about__detailbox--plan {
    width: 100%;
  }
}

.about__notice-container {
  margin-bottom: 50px;
}
.about__notice-inner {
  margin: 20px 0 0 auto;
  width: 81%;
}
@media all and (max-width: 896px) {
  .about__notice-inner {
    width: 100%;
  }
}
.about__notice-inner p {
  font-size: min(3.8vw, 1.8rem);
}
.about__notice-inner li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: min(3vw, 1.4rem);
  line-height: 1.8;
}

.howtobuy {
  padding: 100px 0;
}
.howtobuy__step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 120px;
  margin-top: 80px;
}
.howtobuy__step-box {
  position: relative;
  width: 16.1%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .howtobuy__step-box {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .howtobuy__step-box {
    width: 80%;
  }
}
.howtobuy__step-box img {
  margin: 30px 0 20px;
}
.howtobuy__step-box::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -40%;
  background: url(../../assets/images/top/icon_arrow_yellow.svg) center center/contain no-repeat;
  width: 39px;
  height: 34px;
}
@media all and (max-width: 896px) {
  .howtobuy__step-box::after {
    top: auto;
    bottom: -80px;
    right: auto;
    left: 42%;
    transform: rotate(90deg) translateX(-50%);
  }
}
.howtobuy__step-box:last-child::after {
  content: none;
}
.howtobuy__step-boxttl {
  font-family: "Teachers", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
  line-height: 1;
  background: url(../../assets/images/top/line_step.svg) bottom left/23px repeat-x;
  text-align: left;
}
@media all and (max-width: 896px) {
  .howtobuy__step-boxttl {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .howtobuy__step-boxttl {
    text-align: left !important;
  }
}
.howtobuy__step-boxttl--large {
  font-size: 170%;
}
.howtobuy__step-txt {
  font-size: min(4vw, 1.6rem);
}
.howtobuy__step-notice {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: min(3vw, 1.4rem);
  line-height: 1.8;
  margin-top: 10px;
}
.howtobuy__step p {
  text-align: left;
}
@media all and (max-width: 896px) {
  .howtobuy__step p {
    text-align: center;
  }
}

.howtouse {
  padding: 100px 0;
  background: url(../../assets/images/top/bg_dot.jpg) top left/auto repeat;
}
.howtouse__intro {
  text-align: center;
  margin-top: 10px;
  font-size: min(3.8vw, 1.7rem);
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media all and (max-width: 896px) {
  .howtouse__intro {
    text-align: left;
  }
}
.howtouse__intro--indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  width: 41em;
  margin: 20px auto 0;
  font-size: min(3.5vw, 1.6rem);
}
@media all and (max-width: 896px) {
  .howtouse__intro--indent {
    width: 100%;
  }
}
.howtouse__step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 55px;
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .howtouse__step {
    gap: 65px;
  }
}
.howtouse__step-box {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 65px 27px 30px;
  line-height: 1.6;
  font-size: min(4vw, 1.4rem);
}
@media all and (max-width: 480px) {
  .howtouse__step-box {
    width: 95%;
    padding: 50px 20px 30px;
  }
}
.howtouse__step-box::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -2px;
  background: url(../../assets/images/top/bg_dot.jpg) top left/auto repeat;
  width: 112px;
  height: 112px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media all and (max-width: 896px) {
  .howtouse__step-box::before {
    top: -8px;
    left: -5px;
  }
}
@media all and (max-width: 480px) {
  .howtouse__step-box::before {
    top: -8px;
    left: -2px;
  }
}
.howtouse__step-box::after {
  position: absolute;
  content: "";
  bottom: -37px;
  transform: translateY(-50%);
  background: url(../../assets/images/top/icon_arrow_yellow.svg) center center/contain no-repeat;
  transform: rotate(-30deg);
  width: 24px;
  height: 28px;
}
@media all and (max-width: 480px) {
  .howtouse__step-box::after {
    top: auto;
    bottom: -60px;
    right: auto;
    left: 46%;
    transform: rotate(90deg) translateX(-50%);
  }
}
.howtouse__step-box:last-child::after {
  content: none;
}
.howtouse__step-number {
  position: absolute;
  top: -10px;
  left: -5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: min(8vw, 4rem);
}
@media all and (max-width: 480px) {
  .howtouse__step-number {
    top: -3px;
    left: 6px;
  }
}
.howtouse__step-number::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  background: url(../../assets/images/top/bg_use_top.svg) top left/cover no-repeat;
  width: 112px;
  height: 112px;
}
@media all and (max-width: 480px) {
  .howtouse__step-number::after {
    top: -4px;
    left: -12px;
  }
}
.howtouse__step-txt {
  font-size: min(4vw, 1.6rem);
  margin-top: 30px;
}
.howtouse__step p {
  text-align: left;
  line-height: 1.8;
}
.howtouse__step p.note {
  font-size: min(4vw, 1.2rem);
  color: #666;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
}
.howtouse__step p.note + .note {
  margin-top: 0;
}
.howtouse__step span {
  font-weight: 700;
}
.howtouse__contact {
  background: #fff;
  border-radius: 30px;
  margin: 50px auto 0;
  padding: 30px;
  max-width: 700px;
  font-size: min(4vw, 1.5rem);
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .howtouse__contact {
    width: 95%;
    padding: 30px 20px;
  }
}
.howtouse__contact h3 {
  font-size: min(4vw, 1.8rem);
  margin-bottom: 10px;
}
.howtouse__contact .tel a {
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-weight: 700;
  font-size: 150%;
}
@media all and (max-width: 480px) {
  .howtouse__contact .tel a {
    pointer-events: auto;
  }
}
.howtouse__contact .note {
  font-size: min(3vw, 1.4rem);
}

.qa {
  margin-top: 100px;
}
.qa .common__ttl--en {
  position: relative;
  letter-spacing: 0.1em;
}
.qa .common__ttl--en::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: -66%;
  background: url(../../assets/images/top/line_qa.svg) top left/contain no-repeat;
  width: 342px;
  height: 40px;
}
@media all and (max-width: 480px) {
  .qa .common__ttl--en::after {
    bottom: -40px;
    width: 200px;
  }
}
.qa__set {
  margin-top: 100px;
}
.qa__set dl {
  margin: 0 auto 50px;
  border-bottom: 2px dashed #C4C4C4;
  padding-bottom: 50px;
  max-width: 920px;
}
@media all and (max-width: 480px) {
  .qa__set dl {
    margin: 0 auto 30px;
    padding-bottom: 30px;
  }
}
.qa__set dl:last-child {
  margin-bottom: 50px;
}
.qa__set dl dt {
  align-items: center;
}
@media all and (max-width: 480px) {
  .qa__set dl dt {
    align-items: flex-start;
  }
}
.qa__set dl dt, .qa__set dl dd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 480px) {
  .qa__set dl dt, .qa__set dl dd {
    gap: 15px;
  }
}
.qa__set dl dd {
  margin-top: 25px;
}
.qa__set dl dd.single {
  align-items: center;
}
.qa__set dl dd a {
  text-decoration: underline;
  font-weight: 700;
  text-underline-offset: 5px;
  margin-left: 1em;
}
@media all and (max-width: 480px) {
  .qa__set dl dd a {
    margin-left: 0;
  }
}
.qa__set--iconq, .qa__set--icona {
  width: 73px;
  height: 73px;
  font-size: min(6vw, 3.5rem);
  font-family: "Teachers", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  line-height: 2.1;
  padding-left: 0.06em;
}
@media all and (max-width: 480px) {
  .qa__set--iconq, .qa__set--icona {
    width: 40px;
    height: 40px;
    line-height: 1.8;
  }
}
.qa__set--iconq {
  background: #FDF304;
}
.qa__set--icona {
  background: #CAD7E6;
}
.qa__set--txt {
  width: calc(100% - 140px);
  font-size: min(3.8vw, 1.7rem);
}
@media all and (max-width: 480px) {
  .qa__set--txt {
    width: calc(100% - 55px);
    line-height: 2;
  }
}
.qa__set--txt ul span.ls {
  letter-spacing: 0.8em;
  margin-right: -0.6em;
}
.qa__set--numberlist li {
  padding-left: 2em;
  text-indent: -2em;
}
.qa__set--list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.qa__set--soon {
  text-align: center;
  font-size: min(4vw, 2.2rem);
}