/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #28323c;
  background-color: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
}

.trainer-slider .slick-dots li button:before {
  width: 16px;
  height: 16px;
}

.trainer-slider .slick-dots li.slick-active button:before {
  color: #da4733;
}

.trainer-slider .slick-dots li.slick-active button:before {
  font-size: 16px;
}

.trainer-slider .slick-dots li button:before {
  font-size: 16px;
  color: #fbecea;
  opacity: 1;
}

.br-sp,
.br-pc {
  display: none;
}
.br-tb {
  display: inline;
}

@media (max-width: 959px) {
  .br-sp {
    display: inline;
  }
}
@media (min-width: 960px) {
  .br-pc {
    display: inline;
  }
}
.sp-only,
.pc-only {
  display: none !important;
}

@media (max-width: 959px) {
  .sp-only {
    display: inline !important;
  }
}
@media (min-width: 960px) {
  .pc-only {
    display: inline !important;
  }
}
.w-980 {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-title--big {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #28323c;
}
.section-title--big::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #da4733;
  margin-top: 28px;
}

.section-intro {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #da4733;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #28323c;
}

.btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #da4733;
  border-radius: 999px;
  padding: 8px 8px 8px 36px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.btn-detail:hover {
  background-color: #da4733;
}
.btn-detail:hover .btn-detail__text {
  color: #fff;
}
.btn-detail:hover .btn-detail__icon {
  background-color: #fff;
  color: #da4733;
}
.btn-detail--trial {
  border: none;
  background-color: #ffe626;
}
.btn-detail--trial:hover {
  background-color: #FFF07D;
}
.btn-detail--trial:hover .btn-detail__text {
  color: #28323c;
}
.btn-detail--trial:hover .btn-detail__icon {
  background-color: #28323c;
  color: #fff;
}

.btn-detail__text {
  margin-right: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #da4733;
  transition: all 0.3s ease-in-out;
}
.btn-detail__text--trial {
  color: #28323c;
}

.btn-detail__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #da4733;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.btn-detail__icon--trial {
  background-color: #28323c;
}

.apply-btn {
  position: fixed;
  right: 40px;
  bottom: 20px;
  background-color: #ffe626;
  border-radius: 999px;
  width: 150px;
  height: 150px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.apply-btn:hover {
  background-color: #FFF07D;
}
.apply-btn__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 136%;
  text-align: center;
  color: #28323c;
  margin-top: 10px;
}
.apply-btn__text img {
  margin-top: 6px;
  margin-left: 6px;
}

.apply-btn-sp {
  display: none;
}

.heroBox{
  width: 100%;
  height: 440px;
  background-color: #fbfaf7;
}
.hero {
  width: 100%;
  height: 440px;
  background: url("../img/mv_pic.png") no-repeat right bottom, #fbfaf7;
  background-size: contain;
  max-width:1300px;
  margin: auto;
}
.hero .hero-content {
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}
.hero .hero-content .hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  color: #28323c;
}

.hero__btn{text-align: left;margin-top:10px;}
.hero__btn .btn-detail{margin:0;}
.hero__btn .btn-detail__text{font-size:22px;}

.hero .hero-content .hero-patch {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-top: 20px;
  width: fit-content;
}
.hero .hero-content .hero-patch__block {
  background:linear-gradient(135deg, #DD5543 0%, #DD5543 50%, #da4733 50%, #da4733 100%);
  background-size: 100% 100%;
  border-radius: 50%;
  width: fit-content;
  height: auto;
  padding: 14px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  padding: 16px;
}
.hero .hero-content .hero-patch .hero-patch__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
.hero .hero-content .hero-patch .hero-patch__text--number {
  position: relative;
  font-weight: 600;
  color: #fff826;
  display: block;
  font-size: 34px;
  line-height: 100%;
}
.hero .hero-content .hero-patch .hero-patch__text--number-small {
  position: relative;
  font-weight: 600;
  color: #fff826;
  display: inline;
  font-size: 30px;
  line-height: 100%;
}
.hero .hero-content .hero-patch .hero-patch__text--percent {
  font-weight: 600;
  color: #fff826;
  display: inline;
  font-size: 20px;
  line-height: 100%;
}
.hero .hero-content .hero-patch .hero-patch__text--asterisk {
  position: absolute;
  top: 2px;
  right: -5px;
  color: #fff826;
  font-size: 16px;
  vertical-align: super;
  margin-left: 2px;
}
.hero .hero-content .hero__note-pc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  color: #28323c;
}
main .reason {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 60px 0 40px;
}
main .reason__inner {
  width: 100%;
  padding: 0 20px;
}
main .reason .reason-container {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .reason .reason-container .reason-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 18px;
  padding: 14px 0;
  text-decoration: none;
}
a.reason-item:hover{
  opacity: 0.8;
}
main .reason .reason-container .reason-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #da4733;
}
main .reason .reason-container .reason-item__description {
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  text-align: center;
  color: #28323c;
}
main .reason .reason-container .reason-item img {
  width: 16px;
  height: 24px;
  object-fit: contain;
}
main .reason .reason-container .reason-vline {
  display: block;
  width: 1px;
  height: auto;
  background-color: #da4733;
  margin: 0 20px;
}
main .reason-1 {
  background-color: #fbfaf7;
  padding: 60px 0 60px;
}
main .reason-1__inner {
  width: 100%;
  padding: 0 20px;
}
main .reason-1-container {
  width: 100%;
  margin: 70px auto 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .reason-1-container .reason-1-item {
  width: 300px;
  height: 200px;
  position: relative;
}
main .reason-1-container .reason-1-item__block {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 6px 0 9px;
}
main .reason-1-container .reason-1-item__title {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12.73px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
main .reason-1-container .reason-1-item__description {
  font-weight: 700;
  font-size: 18.18px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
main .reason-1-container .reason-1-item:nth-child(1) {
  background: url("../img/reason1_zipan_program.png") center center no-repeat;
  background-size: cover;
}
main .reason-1-container .reason-1-item:nth-child(1) .reason-1-item__block {
  background: rgba(220, 70, 50, 0.6980392157);
}
main .reason-1-container .reason-1-item:nth-child(2) {
  background: url("../img/reason1_other_programs.png") center center no-repeat;
  background-size: cover;
}
main .reason-1-container .reason-1-item:nth-child(2) .reason-1-item__block {
  background: rgba(209, 66, 113, 0.6980392157);
}
main .reason-1-container .reason-1-item:nth-child(3) {
  background: url("../img/reason1_assist_lesson.png") center center no-repeat;
  background-size: cover;
}
main .reason-1-container .reason-1-item:nth-child(3) .reason-1-item__block {
  background: rgba(84, 174, 63, 0.6980392157);
}
main .reason-1-container__video {
  width: 100%;
  margin: 60px auto;
  padding: 30px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
}
main .reason-1-container__video .reason-1-video__left {
  width: fit-content;
  max-width: 500px;
}
main .reason-1-container__video .reason-1-video__left .reason-1-video__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #28323c;
}
main .reason-1-container__video .reason-1-video__left .reason-1-video__description {
  margin-top: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #28323c;
  text-align: center;
}
main .reason-1-container__video .reason-1-video__left .reason-1-video__video-container {
  width: 100%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 420/216;
  border: 6px solid #fff;
}
main .reason-1-container__video .reason-1-video__left .reason-1-video__video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
main .reason-1-container__video .reason-1-video__right {
  width: 37.2%;
}
main .reason-1-container__video .reason-1-video__right img {
  width: 100%;
  height: auto;
  margin-top:20px;
}
main .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
main .reason-2 {
  padding: 60px 0 60px;
}
main .reason-2-container {
  width: 90%;
  margin: 60px auto;
}
main .reason-2-item {
  width: 290px;
  height: 357px;
  margin: 0 15px 30px;
  padding: 20px 16px 16px;
  box-sizing: border-box;
  background: url("../img/trainer_bg.png") top center no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .reason-2 .trainer-profile {
  align-self: center;
}
main .reason-2 .trainer-profile__icon {
  width: 70px;
  height: 70px;
}
main .reason-2 .trainer-profile__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .reason-2 .trainer-profile__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #28323c;
  text-align: center;
}
main .reason-2 .trainer-info {
  margin-top: 37px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  row-gap: 14px;
  align-items: flex-start;
}
main .reason-2 .trainer-info__title {
  border-right: 2px solid #da4733;
  padding-right: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}
main .reason-2 .trainer-info__text {
  padding-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #28323c;
}
main .reason-2 .trainer-tag {
  margin-top: auto;
}
main .reason-2 .trainer-tag-item {
  display: inline-block;
  margin-bottom: 0;
  border-radius: 14px;
  background-color: #da4733;
  padding: 5px 10px;
  width: fit-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
main .reason-2 .trainer-tag-item--light {
  font-weight: 400;
  margin-bottom: 10px;
  background-color: #eee6da;
  color: #28323c;
  display: block;
}
main .reason-3 {
  background-color: #fbfaf7;
  padding: 60px 0 60px;
}
main .reason-3__inner {
  width: 100%;
  padding: 0 20px;
}
main .reason-3__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #28323c;
}
main .reason-3-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 60px auto;
  box-sizing: border-box;
}
main .reason-3-container .reason-3-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 18px;
  border-right: 2px dashed #28323c;
}
main .reason-3-container .reason-3-item:last-child {
  padding-right: unset;
  border-right: none;
}
main .reason-3-container .reason-3-item:first-child {
  padding-left: unset;
}
main .reason-3-container .reason-3-item__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  color: #28323c;
  box-sizing: border-box;
}
main .reason-3-container .reason-3-item__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #28323c;
}
main .reason-3-container .reason-3-item__description span {
  font-weight: 700;
  color: #da4733;
}
main .reason-3-container span.reason-3-item__warn {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: left;
  color: #28323c;
  display: inline-block;
}
main .reason-3-container-request {
  background-color: #fbecea;
  padding: 20px;
}
main .reason-3-container-request__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
main .reason-3-container-request__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 26px;
}
main .reason-3-container-request__item {
  width: calc(16.6666666667% - 36px);
}
main .reason-3-container-request__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
main .reason-3-container-request__warn {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}
main .reason-3-container-request__warn p:nth-of-type(2) {
  margin-top:10px;
}
main .price {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 60px 0 40px;
}
main .price__inner {
  width: 100%;
  padding: 0 20px;
}
main .price .price-container-trial {
  position: relative;
  margin-top: 86px;
  background-color: #fbecea;
  padding: 40px 30px 30px 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .price .price-container-trial::before {
  content: "";
  display: block;
  background: url("../img/icon_freetrial.png") center center no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  left: -10px;
  top: -18px;
  z-index: 10;
}
main .price .price-container-trial__left .price-container-trial__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #28323c;
  display: inline;
  background: linear-gradient(to bottom, transparent 70%, rgba(255, 251, 0, 0.6980392157) 30%) 100% 100% no-repeat;
}
main .price .price-container-trial__left .price-container-trial__price {
  margin-top: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  color: #28323c;
}
main .price .price-container-trial__left .price-container-trial__price .t-big {
  margin-left: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  color: #28323c;
}
main .price .price-container-trial__left .price-container-trial__price .t-yen {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #28323c;
}
main .price .price-container-trial__right {
  max-width: 360px;
}
main .price .price-container-monthly__title {
  width: 100%;
  background-color: #da4733;
  padding: 10px 0;
  margin-top: 60px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
main .price .price-container-monthly__inner {
  margin: 32px 40px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .price .price-container-monthly__inner .price-item__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #28323c;
}
main .price .price-container-monthly__inner .price-item__title .t-big {
  font-size: 48px;
}
main .price .price-container-monthly__inner .price-item__title .t-yen {
  font-size: 24px;
}
main .price .price-container-monthly__inner .price-item__title .t-tax {
  font-size: 18px;
}
main .price .price-container-monthly__inner .price-list {
  width: 46%;
}
main .price .price-container-monthly__inner .price-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eee6da;
}
main .price .price-container-monthly__inner .price-list__item img {
  width: 19px;
  margin-right: 10px;
  object-fit: cover;
}
main .price .price-container-monthly__inner .price-list__item p {
  width: calc(100% - 30px);
  padding: 14px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
main .price .price-container-monthly__inner .price-list__item p b {
  font-weight: 700;
}
main .voice {
  width: 100%;
  height: 100%;
  background-color: #fbfaf7;
  padding: 60px 0 60px;
}
main .voice__inner {
  width: 100%;
  padding: 0 20px;
}
main .voice .voice-container {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 28px;
}
main .voice .voice-container .voice-item {
  box-sizing: border-box;
  width: calc(50% - 14px);
  height: auto;
  padding: 30px 20px 26px;
  border: 6px solid #fbecea;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 18px;
  row-gap: 20px;
}
main .voice .voice-container .voice-item .voice-item__img {
  width: 85px;
  height: 80px;
  object-fit: contain;
}
main .voice .voice-container .voice-item .voice-item__info {
  width: calc(100% - 110px);
}
main .voice .voice-container .voice-item .voice-item__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #28323c;
}
main .voice .voice-container .voice-item .voice-item__country {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #28323c;
}
main .voice .voice-container .voice-item .voice-item__job {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #28323c;
}
main .voice .voice-container .voice-item .voice-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #28323c;
}
main .voice .proportion-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 40px 30px 35px 30px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
main .voice .proportion-container__left {
  width: fit-content;
  max-width: 34%;
}
main .voice .proportion-container__subtitle {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  background-color: #da4733;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.3rem;
  color: #fff;
}
main .voice .proportion-container__title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #28323c;
}
main .voice .proportion-container__title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #da4733;
}
main .voice .proportion-container__center {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
}
main .voice .proportion-container__text {
  width: 76%;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
main .voice .proportion-container__text span {
  font-weight: 400;
  font-size: 12px;
}
main .voice .proportion-container__text:first-child {
  font-size: 18px;
  color: #da4733;
}
main .voice .proportion-container__text:first-child span {
  font-weight: 400;
  font-size: 12px;
}
main .voice .proportion-container__percentage {
  width: 24%;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: right;
}
main .voice .proportion-container__percentage span {
  font-size: 16px;
}
main .voice .proportion-container__percentage:nth-child(2) {
  font-size: 26px;
  color: #da4733;
}
main .voice .proportion-container__percentage:nth-child(2) span {
  font-size: 22px;
}
main .voice .proportion-container__right {
  width: 22%;
}
main .voice .proportion-container__chart {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
main .qa {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 60px 0 100px;
}
main .qa .qa-container {
  margin: 90px 0 80px;
}
main .qa .qa-container .qa-accordion {
  padding: 30px 0 30px;
  border-bottom: 1px solid #cccccc;
}
main .qa .qa-container .qa-accordion__title {
  width: 100%;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  background-color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #28323c;
}
main .qa .qa-container .qa-accordion__title .qa-accordion__q {
  margin-right: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #da4733;
  text-align: center;
}
main .qa .qa-container .qa-accordion__icon {
  margin-left: auto;
  margin-right: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #da4733;
}
main .qa .qa-container .qa-accordion__content {
  max-height: 0;
  overflow: hidden;
  padding-left: 16px;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  transition: max-height 0.5s, padding-top 0.6s;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
}
main .qa .qa-container .qa-accordion__content::before {
  content: "A";
  margin-right: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #dd9085;
  display: inline;
}
main .qa .qa-container .qa-accordion__content.open {
  padding-top: 20px;
  max-height: 200px;
}
main .qa .qa-container .qa-accordion__asterisk {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #28323c;
  display: inline-block;
  margin-top: 20px;
}

.footer-banner {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-banner__left, .footer-banner__right {
  width: 50%;
  height: 100%;
}
.footer-banner__left img, .footer-banner__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.footer-banner__right {
  background-color: #fbfaf7;
  box-sizing: border-box;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer-banner__right .btn-detail {
  margin: 37px 0 0;
}
.footer-banner__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
}

.l-content{
  padding-top:104px;
}
*, :after, :before {
  box-sizing: border-box;
}


@media (max-width: 959px) {
  .w-980 {
    max-width: 100vw;
    width: 100%;
    padding: 0;
  }
  .section-title--big {
    font-size: 32px;
    line-height: 120%;
  }
  .section-title--big::after {
    width: 60px;
    height: 3px;
    margin-top: 28px;
  }
  .section-intro {
    font-size: 18px;
    padding: 0;
  }
  .section-title {
    font-size: 22px;
    line-height: 130%;
    padding: 0;
  }
  .btn-detail {
    padding: 8px 8px 8px 24px;
    font-size: 16px;
    width: 90vw;
    margin-left: none;
    box-sizing: border-box;
    position: relative;
  }
  .btn-detail__text {
    margin-right: 16px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .btn-detail__icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
    flex-shrink: 0;
    margin-left: auto;
  }
  .btn-detail--trial {
    padding: 8px 8px 8px 24px;
    border: none;
    background-color: #ffe626;
  }
  .btn-detail--trial .btn-detail__icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .btn-detail--trial .btn-detail__text {
    position: relative;
    left: 50%;
    transform: translateX(-55%);
  }
  .btn-detail--trial:hover {
    background-color: #FFF07D;
  }
  .btn-detail--trial:hover .btn-detail__text {
    color: #28323c;
  }
  .btn-detail--trial:hover .btn-detail__icon {
    background-color: #28323c;
    color: #fff;
  }
  .apply-btn {
    display: none;
  }
  .apply-btn-sp {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index:10;
  }
  .hero .hero-content {
    width: 98%;
    max-width: 100vw;
    height: 100%;
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .hero .hero-content .hero__title {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #28323c;
    margin-bottom: 0;
  }
  .hero .hero-content .hero-patch {
    display: flex;
    margin-top: auto;
    align-self: flex-end;
    column-gap: 10px;
  }
  .hero .hero-content .hero-patch__block {
    padding: 16px 16px;
    min-width: 88px;
  }
  .hero .hero-content .hero-patch .hero-patch__text {
    font-size: 13px;
    line-height: 120%;
  }
  .hero .hero-content .hero-patch .hero-patch__text--number {
    font-size: 28px;
    line-height: 100%;
  }
  .hero .hero-content .hero-patch .hero-patch__text--number-small {
    font-size: 24px;
    line-height: 100%;
  }
  .hero .hero-content .hero-patch .hero-patch__text--percent {
    font-size: 14px;
    line-height: 100%;
  }
  .hero .hero-content .hero-patch .hero-patch__text--asterisk {
    top: -2px;
    right: -6px;
    font-size: 20px;
  }
  .hero__note-sp {
    font-weight: 400;
    line-height: 130%;
    color: #28323c;
    font-size: 11px;
    text-align: right;
    background-color: #FBFAF7;
    padding:10px 0;
  }
  .hero .hero-content .hero__note-pc {
    display: none;
  }

  main .reason {
    padding: 40px 0 40px;
  }
  main .reason__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  main .reason .reason-container {
    margin: 60px auto 0;
    justify-content: space-between;
    align-items: stretch;
  }
  main .reason .reason-container .reason-item {
    width: 33.33%;
    row-gap: 8px;
    padding: 8px 0;
    align-self: flex-start;
  }
  main .reason .reason-container .reason-item__title {
    font-size: 17px;
  }
  main .reason .reason-container .reason-item__description {
    font-size: 16px;
    line-height: 140%;
  }
  main .reason .reason-container .reason-vline {
    margin: 0 10px;
  }
  main .reason-1 {
    padding: 32px 0 32px;
  }
  main .reason-1__inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  main .reason-1-container {
    flex-direction: column;
    margin: 30px auto 0;
  }
  main .reason-1-container .reason-1-item {
    aspect-ratio: 330/220;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  main .reason-1-container .reason-1-item__block {
    padding: 6px 0 10px;
  }
  main .reason-1-container .reason-1-item__title {
    font-size: 14px;
  }
  main .reason-1-container .reason-1-item__description {
    font-size: 20px;
  }
  main .reason-1-container__video {
    flex-direction: column;
    padding: 20px;
    margin: 50px auto 0;
  }
  main .reason-1-container__video .reason-1-video__left {
    max-width: 100%;
    width: 100%;
  }
  main .reason-1-container__video .reason-1-video__left .reason-1-video__video-container {
    max-width: 900px;
    width: 98%;
    aspect-ratio: 16/9;
  }
  main .reason-1-container__video .reason-1-video__right {
    width: 100%;
    padding-top: 20px;
  }
  main .reason-2 {
    padding: 30px 0 30px;
  }
  main .reason-2 .section-intro {
    padding-left: 20px;
  }
  main .reason-2 .section-title {
    padding-left: 20px;
  }
  main .reason-2-container {
    width: 100%;
    max-width: 100vw;
    margin: 10px auto;
    padding: 20px 0;
    overflow-x: hidden;
  }
  main .reason-2-container .slick-dots {
    position: relative;
    bottom: 0;
    z-index: 1;
    display: flex !important;
    justify-content: center;
    padding: 10px 0;
  }
  main .reason-3 {
    background-color: #fbfaf7;
    padding: 30px 0 0;
  }
  main .reason-3 .section-intro {
    padding-left: 20px;
  }
  main .reason-3 .section-title {
    padding-left: 20px;
  }
  main .reason-3__inner {
    width: 100%;
    padding: 0;
  }
  main .reason-3__title {
    font-size: 22px;
    line-height: 130%;
    padding: 0 20px;
  }
  main .reason-3-container {
    margin: 50px auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .reason-3-container .reason-3-item {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 20px 0;
    border-right: none;
    border-bottom: 2px dashed #28323c;
  }
  main .reason-3-container .reason-3-item__title {
    width: 40%;
    margin-bottom: auto;
    font-size: 18px;
    text-align: left;
  }
  main .reason-3-container .reason-3-item__description {
    width: 58%;
    font-size: 16px;
    text-align: left;
  }
  main .reason-3-container .reason-3-item__warn {
    align-self: flex-end;
    text-align: left;
  }
  main .reason-3-container-request {
    box-sizing: border-box;
  }
  main .reason-3-container-request__title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  main .reason-3-container-request__inner {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  main .reason-3-container-request__item {
    width: calc(33.3333333333% - 16px);
  }
  main .reason-3-container-request__item img {
    width: 100%;
    height: auto;
  }
  main .reason-3-container-request__warn {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
  }
  main .price {
    padding: 60px 0 60px;
  }

  main .price .section-title--big {
    padding: 0 20px;
  }
  main .price .price__inner {
    padding: 0;
  }
  main .price .price-container-trial {
    margin-top: 50px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 30px;
  }
  main .price .price-container-trial::before {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 2px;
  }
  main .price .price-container-trial__left {
    width: 100%;
  }
  main .price .price-container-trial__left .price-container-trial__title {
    font-size: 16px;
    margin-left: 72px;
  }
  main .price .price-container-trial__left .price-container-trial__price {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
  }
  main .price .price-container-trial__left .price-container-trial__price .t-big {
    margin-left: 10px;
    font-size: 46px;
  }
  main .price .price-container-trial__left .price-container-trial__price .t-yen {
    font-size: 22px;
  }
  main .price .price-container-trial__left img {
    width:62.8%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  main .price .price-container-trial__right {
    width: 100%;
    max-width: 100vw;
  }
  main .price .price-container-monthly {
    padding: 0 20px;
    box-sizing: border-box;
  }
  main .price .price-container-monthly__title {
    margin-top: 40px;
    font-weight: 700;
    font-size: 20px;
  }
  main .price .price-container-monthly__inner {
    margin: 20px auto 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 50px;
  }
  main .price .price-container-monthly__inner .price-item__title {
    margin-bottom: 26px;
    font-size: 28px;
    text-align: center;
  }
  main .price .price-container-monthly__inner .price-item__title .t-big {
    font-size: 44px;
  }
  main .price .price-container-monthly__inner .price-item__title .t-yen {
    font-size: 22px;
  }
  main .price .price-container-monthly__inner .price-item__title .t-tax {
    font-size: 16px;
  }
  main .price .price-container-monthly__inner .price-item img {
    display: block;
    margin: 0 auto;
    width:71.4%;
    height: auto;
  }
  main .price .price-container-monthly__inner .price-list {
    width: 100%;
  }
  main .price .price-container-monthly__inner .price-list__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eee6da;
    padding-left: 10px;
  }
  main .price .price-container-monthly__inner .price-list__item img {
    width: 19px;
    margin-right: 10px;
    object-fit: cover;
  }
  main .price .price-container-monthly__inner .price-list__item p {
    width: calc(100% - 30px);
    line-height: 130%;
  }
  main .voice__inner {
    box-sizing: border-box;
  }
  main .voice .voice-container {
    gap: 30px 0;
  }
  main .voice .voice-container .voice-item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 18px;
    row-gap: 20px;
  }
  main .voice .voice-container .voice-item .voice-item__img {
    width: 85px;
    height: 80px;
    object-fit: contain;
  }
  main .voice .voice-container .voice-item .voice-item__info {
    width: calc(100% - 110px);
  }
  main .voice .voice-container .voice-item .voice-item__country {
    font-size: 14px;
  }
  main .voice .voice-container .voice-item .voice-item__job {
    font-size: 14px;
  }
  main .voice .proportion-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  main .voice .proportion-container__left {
    width: 100%;
    max-width: fit-content;
    margin-bottom: 20px;
  }
  main .voice .proportion-container__center {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
  }
  main .voice .proportion-container__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05rem;
    width: 79%;
  }
  main .voice .proportion-container__text span {
    font-weight: 400;
    font-size: 12px;
  }
  main .voice .proportion-container__text:first-child {
    font-size: 18px;
    color: #da4733;
  }
  main .voice .proportion-container__text:first-child span {
    font-weight: 400;
    font-size: 12px;
  }
  main .voice .proportion-container__percentage {
    width: 21%;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -0.05rem;
    text-align: right;
  }
  main .voice .proportion-container__percentage span {
    font-size: 16px;
  }
  main .voice .proportion-container__percentage:nth-child(2) {
    font-size: 26px;
    color: #da4733;
  }
  main .voice .proportion-container__percentage:nth-child(2) span {
    font-size: 16px;
  }
  main .voice .proportion-container__right {
    width: 100%;
  }
  main .voice .proportion-container__chart {
    margin: 30px auto 0;
  }
  main .qa {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 60px 20px 60px;
    box-sizing: border-box;
  }
  main .qa .qa-container {
    margin: 50px 0 50px;
  }
  main .qa .qa-container .qa-accordion {
    padding: 20px 0 0;
  }
  main .qa .qa-container .qa-accordion__title {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
    line-height: 150%;
    align-items: flex-start;
  }
  main .qa .qa-container .qa-accordion__title .qa-accordion__q {
    margin-right: 10px;
    font-size: 24px;
  }
  main .qa .qa-container .qa-accordion__icon {
    margin-right: 0;
    font-size: 22px;
  }
  main .qa .qa-container .qa-accordion__content {
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  main .qa .qa-container .qa-accordion__content.open {
    max-height: fit-content;
  }
  main .qa .qa-container .qa-accordion__asterisk {
    font-size:14px;
    line-height: 150%;
  }
  .footer-banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .footer-banner__left, .footer-banner__right {
    width: 100%;
    height: fit-content;
  }
  .footer-banner__right {
    padding: 40px 10px;
    align-items: center;
  }
  .footer-banner__right .btn-detail {
    margin: 20px 0 0;
  }
  .footer-banner__title {
    font-size: 16px;
  }

  .l-content{
    padding-top:4.8rem;
  }
  .l-footer {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 2.4rem 10rem
  }
  main .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  main .reason-3-container .reason-3-item:last-child{
    border-bottom: none;
  }

}


/* mv */
@media screen and (min-width: 960px) {
  .hero__note-sp {display: none;}
  .br-sp02 {display: none;}
  .hero__btn-sp{display: none;}
}

@media screen and (max-width: 959px) and (min-width: 701px) {
  .heroBox{
    height: 90vw;
  }
  .hero {
    height: 90vw;
    background: url("../img/mv_pic-sp.png") center 18vw no-repeat;
    background-size: contain;
    background-color: #FBFAF7;
  }
  .br-tb {display: none;}
  .br-sp02 {display: none;}
  .hero__btn{display: none;}
  .hero__btn-sp{background-color: #FBFAF7;padding-bottom:15px;}
}

@media screen and (max-width: 700px) and (min-width: 531px) {
  .heroBox{
    height: 90vw;
  }
  .hero {
    height: 90vw;
    background: url("../img/mv_pic-sp.png") center 16vw no-repeat;
    background-size: 100%;
    background-color: #FBFAF7;
  }
  .br-tb {display: none;}
  .br-sp02 {display: none;}
  .hero__btn{display: none;}
  .hero__btn-sp{background-color: #FBFAF7;padding-bottom:15px;}
}

@media screen and (max-width: 530px) and (min-width: 431px) {
  .heroBox{
    height: 100vw;
  }
  .hero{
    height: 100vw;
    background: url("../img/mv_pic-sp.png") center 25vw no-repeat;
    background-size: 100%;
    background-color: #FBFAF7;
  }
  .hero .hero-content .hero-patch {
    display: flex;
    margin-top: 40vw;
    align-self: flex-end;
    column-gap: 10px;
  }
  .hero .hero-content .hero__title{font-size:32px;}
  .hero__btn{display: none;}
  .hero__btn-sp{background-color: #FBFAF7;padding-bottom:15px;}
}

@media screen and (max-width: 430px) {
  .heroBox{
    height: 400px;
  }
  .hero {
    height: 400px;
    background: url("../img/mv_pic-sp.png") center 30vw no-repeat;
    background-size: contain;
    background-color: #FBFAF7;
  }
  .btn-detail--trial .btn-detail__text {left: 46%;}
  .hero__btn{display: none;}
  .hero__btn-sp{background-color: #FBFAF7;padding-bottom:15px;}
}
