@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "pkna";
  color: #546b70;
  background-color: #dcdcdc;
  text-rendering: optimizelegibility;
}
body.is-drawerActive {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

p:lang(en) {
  text-transform: uppercase;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.l-wrapper {
  max-width: 990px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  margin-top: 4rem;
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.l-footer__logo-inner {
  display: inline-block;
  width: 182px;
}
.l-footer__button-inner {
  margin-top: 3rem;
}
.l-footer__middle {
  margin-top: 44px;
}
.l-footer__nav-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}
.l-footer__nav-item {
  margin-right: 1rem;
}
.l-footer__nav-item:last-of-type {
  margin-right: 0;
}
.l-footer__nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #546b70;
}
.l-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 44px;
}
.l-footer__copylight {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.c-secandary-button {
  display: inline-block;
  padding: 28px 60px;
  font-size: 16px;
  font-weight: 700;
  color: #546b70;
  letter-spacing: 0.06em;
  background: #ecf0f4;
  border-radius: 44.5px;
  box-shadow: 10px 10px 24px rgba(166, 180, 200, 0.7), -12px -12px 20px #fff;
}

.c-image-fluid {
  width: 100%;
}

.c-primary-button {
  display: inline-block;
  padding: 14px 32px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: #ac5272;
  border-radius: 10px;
}

.c-choose-card {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #ecf0f4;
  border-radius: 25px;
  box-shadow: inset 10px 10px 24px rgba(166, 180, 200, 0.1), inset -12px -12px 20px rgba(255, 255, 255, 0.6);
}
.c-choose-card__image-inner {
  width: 90px;
  margin-right: 26px;
}
.c-choose-card__title {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}
.c-choose-card__title-small {
  font-size: 14px;
}

.c-service-card.icon04::before, .c-service-card.icon03::before, .c-service-card.icon02::before, .c-service-card.icon01::before {
  position: absolute;
  right: 10%;
  width: 40px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.c-service-card {
  position: relative;
  padding: 25px;
  background: #f4f4f4;
  border-radius: 25px;
  box-shadow: inset 10px 10px 24px rgba(166, 180, 200, 0.1), inset -12px -12px 20px rgba(255, 255, 255, 0.6);
}
.c-service-card.icon01::before {
  background-image: url("/assets/images/icon01.svg");
}
.c-service-card.icon02::before {
  background-image: url("/assets/images/service-icon01.svg");
}
.c-service-card.icon03::before {
  background-image: url("/assets/images/service-icon03.svg");
}
.c-service-card.icon04::before {
  background-image: url("/assets/images/service-icon04.svg");
}
.c-service-card__tag {
  padding: 0.5rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background: #70c0d7;
  border-radius: 5px;
}
.c-service-card__title-inner {
  margin-top: 21px;
}
.c-service-card__title-inner::before {
  display: inline-block;
  font-size: 37px;
  font-weight: 700;
  line-height: 2;
  content: counter(number, decimal-leading-zero) " ";
  counter-increment: number 1;
}
.c-service-card__title {
  display: inline-block;
  padding-left: 1rem;
  font-size: 28px;
  font-weight: 700;
}
.c-service-card__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #546b70;
}
.c-service-card__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-service-card__column {
  width: 100%;
}
.c-service-card__image {
  width: 100%;
}
.c-service-card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.c-service-card__marker {
  font-size: 18px;
  background: linear-gradient(transparent 60%, #fcff7e 60%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.c-service-card__button-inner {
  margin-top: 37px;
  text-align: center;
}

.c-faq-accordion {
  position: relative;
}
.c-faq-accordion__title {
  display: flex;
  align-items: center;
  padding: 16px 19px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  border: 4px solid #546b70;
  border-radius: 15px;
}
.c-faq-accordion__title::before {
  display: inline-block;
  margin-right: 1rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  content: "Q";
}
.c-faq-accordion[open] .c-faq-accordion__button::after {
  transition: 0.5s;
  transform: rotate(45deg);
}
.c-faq-accordion__title-sm {
  width: 70%;
}
.c-faq-accordion__button {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  font-weight: 700;
  background: #ecf0f4;
  border-radius: 59px;
  box-shadow: 10px 10px 16px rgba(166, 180, 200, 0.6), -12px -12px 16px rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}
.c-faq-accordion__button::before {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  content: "TAP";
}
.c-faq-accordion__button::after {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  background-image: url(/assets/images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 30%;
}
.c-faq-accordion__container {
  max-width: 95%;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
}
.c-faq-accordion__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.c-voice-card {
  padding: 23px 20px;
  background: #ecf0f4;
  border-radius: 25px;
  box-shadow: inset 10px 10px 24px rgba(166, 180, 200, 0.1), inset -12px -12px 20px rgba(255, 255, 255, 0.6);
}
.c-voice-card__top {
  display: flex;
  gap: 26px;
  align-items: center;
}
.c-voice-card__icon-inner {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #d9d9d9;
  border-radius: 100px;
}
.c-voice-card__title {
  font-size: 19px;
  font-weight: 700;
}
.c-voice-card__bottom {
  margin-top: 1rem;
}
.c-voice-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.p-top-fv__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top-fv__column {
  width: calc((100% - 10px) / 1);
}
.p-top-fv__column:first-child {
  order: 2;
}
.p-top-fv__column:last-child {
  order: 1;
}
.p-top-fv__title {
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8rem;
}
.p-top-fv__title-sm {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.05em;
}
.p-top-fv__text {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-fv__button-inner {
  margin-top: 37px;
}
.p-top-fv__right {
  position: relative;
}
.p-top-fv__right::before {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
  width: 300px;
  height: 300px;
  content: "";
  background: #ecf0f4;
  border-radius: 277px;
  box-shadow: 10px 10px 24px rgba(166, 180, 200, 0.7), -12px -12px 20px #fff;
}
.p-top-fv__image-inner {
  display: block;
  width: 200px;
  margin-left: auto;
}
.p-top-fv__outline-text-inner {
  margin-top: 2rem;
}
.p-top-fv__outline-text {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.6;
  color: transparent;
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}

.p-top-choose {
  position: relative;
  margin-top: 60px;
}
.p-top-choose::before {
  position: absolute;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 960px;
  content: "";
  background-image: url("/assets/images/thailand-map.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.p-top-choose__title-inner {
  text-align: center;
}
.p-top-choose__title-inner::before {
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-bottom: 1rem;
  content: "";
  background-color: #fff;
  background-image: url("/assets/images/icon01.svg");
  background-size: contain;
  border-radius: 19px;
}
.p-top-choose__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  color: #546b70;
}
.p-top-choose__container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 39px;
}
.p-top-choose__column {
  width: 100%;
}

.p-top-teacher {
  margin-top: 104px;
}
.p-top-teacher__title {
  font-size: 25px;
  font-weight: 700;
}
.p-top-teacher__title::before {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  color: transparent;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-top-teacher__container {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.p-top-teacher__column {
  width: 100%;
}
.p-top-teacher__column:first-child {
  order: 2;
}
.p-top-teacher__column:last-child {
  order: 1;
}
.p-top-teacher__subtitle {
  margin-top: 59px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-top-teacher__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-top-teacher__text-small {
  font-size: 14px;
  font-weight: 400;
}
.p-top-teacher__subtext {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-top-teacher__sns-container {
  display: flex;
  gap: 1rem;
  margin-top: 32px;
}
.p-top-teacher__link {
  display: inline-block;
  width: 65px;
  height: 65px;
  padding: 1rem;
  background: #fff;
  border-radius: 60px;
  transition: 0.5s;
}
.p-top-teacher__link:hover {
  opacity: 0.5;
}
.p-top-teacher__image-inner {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.p-top-beginner {
  position: relative;
  margin-top: 8rem;
  background: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-top-beginner__wrapper {
  padding-top: 7rem;
}
.p-top-beginner__title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.p-top-beginner__title::before {
  position: absolute;
  top: -10%;
  display: inline-block;
  font-size: 67px;
  font-weight: 700;
  color: transparent;
  letter-spacing: 0;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-top-beginner__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 53px;
}
.p-top-beginner__column {
  width: 100%;
}
.p-top-beginner__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.p-top-beginner__title-indent {
  display: block;
}
.p-top-beginner__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.p-top-foryou {
  margin-top: 3rem;
}
.p-top-foryou__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.p-top-foryou__title::before {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  content: "";
  background-color: #fff;
  background-image: url("/assets/images/icon01.svg");
  background-size: contain;
  border-radius: 10px;
}
.p-top-foryou__content {
  padding: 16px 16px 51px;
  margin-top: 41px;
  background-color: #fff;
  border-radius: 25px;
}
.p-top-foryou__subtitle {
  display: inline-block;
  padding-top: 2rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(transparent 60%, #fcff7e 30%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.p-top-service {
  position: relative;
  padding-top: 75px;
  padding-bottom: 50px;
  margin-top: 8rem;
  background-color: #fff;
}
.p-top-service__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-top-service__title::before {
  position: absolute;
  top: -71px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.8;
  color: transparent;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-top-service__text {
  margin-top: 41px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.p-top-service__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 41px;
  counter-reset: number 0;
}

.p-top-faq__title {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}
.p-top-faq__title::before {
  display: inline-block;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.8;
  color: transparent;
  content: attr(data-english-title) "";
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-top-faq__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-top-voice {
  margin-top: 3rem;
}
.p-top-voice__title {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}
.p-top-voice__title::before {
  display: inline-block;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.8;
  color: transparent;
  content: attr(data-english-title) "";
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-top-voice__container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.p-top-voice__column {
  width: 100%;
}

.p-top-price {
  overflow: hidden;
}
.p-top-price__title {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}
.p-top-price__title::before {
  display: inline-block;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.8;
  color: transparent;
  content: attr(data-english-title) "";
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-top-price__block {
  position: relative;
  background-image: url("/assets/images/pattern.png");
  background-repeat: repeat;
  background-size: contain;
  border-radius: 25px;
}
.p-top-price__block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 25px;
}
.p-top-price__block--bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
}
.p-top-price__free {
  margin-right: 20px;
}
.p-top-price__free--small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.p-top-price__zero {
  font-size: 98px;
  font-weight: 700;
}
.p-top-price__zero::after {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  content: "円";
}
.p-top-price__table-inner {
  overflow-x: scroll;
}
.p-top-price__table-scroll-text {
  position: relative;
  margin-top: 2rem;
  font-size: 14px;
  text-align: right;
}
.p-top-price__table-scroll-text::after {
  position: absolute;
  bottom: -10px;
  left: 63px;
  display: inline-block;
  width: 80%;
  height: 2px;
  content: "";
  background-color: #546b70;
  animation: line_scroll ease-in 3s infinite;
}
.p-top-price__table {
  margin: 80px auto 0;
  white-space: nowrap;
  border-spacing: 8px 0;
  border-collapse: separate;
}
.p-top-price__thead-td {
  position: relative;
  z-index: 0;
  padding: 23px 16px;
  text-align: center;
  background-color: #fff;
  border: 5px solid #546b70;
  border-bottom: 0;
  border-radius: 25px 25px 0 0;
}
.p-top-price__thead-td.gradient {
  background-color: transparent;
  border: 5px solid transparent;
}
.p-top-price__thead-td.gradient::before {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  box-sizing: border-box;
  display: inline-block;
  width: 105%;
  height: 120%;
  content: "";
  background: linear-gradient(135deg, #f7c8dc 20%, #c6c5da 40%, #8dd7ec 100%);
  border-radius: 25px 25px 0 0;
}
.p-top-price__thead-td.gradient::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 110%;
  content: "";
  background: #fff;
  border-radius: 25px 25px 0 0;
}
.p-top-price__tr {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.01em;
}
.p-top-price__td {
  width: auto;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
}
.p-top-price__td:not(:first-of-type) {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.p-top-price__td:not(:first-of-type)::before {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #546b70;
  opacity: 0.4;
}
.p-top-price__td:not(:first-of-type).bottom-border {
  position: relative;
}
.p-top-price__td:not(:first-of-type).bottom-border::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  display: inline-block;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #546b70;
  opacity: 0.4;
}
.p-top-price__td:nth-child(2) {
  width: 220px;
  border-right: 5px solid #546b70;
  border-left: 5px solid #546b70;
}
.p-top-price__td:nth-child(3) {
  width: 220px;
  border-right: 5px solid #546b70;
  border-left: 5px solid #546b70;
}
.p-top-price__td:nth-child(3).gradient {
  border-top: 0;
  border-bottom: 0;
  -o-border-image: linear-gradient(to right, #f7c8dc 20%, #c6c5da 40%, #8dd7ec 100%);
     border-image: linear-gradient(to right, #f7c8dc 20%, #c6c5da 40%, #8dd7ec 100%);
  border-image-slice: 1;
}
.p-top-price__td--small {
  display: block;
  font-size: 14px;
}
.p-top-price__tfoot-td {
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: #fff;
  border: 5px solid #546b70;
  border-top: 0;
  border-radius: 0 0 25px 25px;
}
.p-top-price__tfoot-td.gradient {
  background-color: transparent;
  border: 5px solid transparent;
}
.p-top-price__tfoot-td.gradient::before {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  box-sizing: border-box;
  display: inline-block;
  width: 105%;
  height: 120%;
  content: "";
  background: linear-gradient(135deg, #f7c8dc 20%, #c6c5da 40%, #8dd7ec 100%);
  border-radius: 0 0 25px 25px;
}
.p-top-price__tfoot-td.gradient::after {
  position: absolute;
  top: -6px;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 110%;
  content: "";
  background: #fff;
  border-radius: 0 0 25px 25px;
}
.p-top-price__text-inner {
  margin-top: 30px;
}
.p-top-price__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
.p-top-price__button-inner {
  margin-top: 74px;
  text-align: center;
}

@keyframes line_scroll {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
.l-main {
  width: 92vw;
  margin: 0 auto;
  background-color: white;
}

.p-landing-page-fv__container {
  display: grid;
  place-items: center;
}
.p-landing-page-fv__image-inner {
  display: block;
  max-width: 540px;
  margin-top: 16px;
}
.p-landing-page-fv__title-inner {
  margin-top: 16px;
}
.p-landing-page-fv__title {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: #546b70;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-landing-page-fv__button-inner {
  margin-top: 16px;
}

.p-landing-page-about {
  margin-top: 32px;
}
.p-landing-page-about__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-landing-page-about__column {
  width: 100%;
}
.p-landing-page-about__image-inner {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.p-landing-page-about__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #546b70;
  letter-spacing: 0.45em;
}
.p-landing-page-about__title::before {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  content: "" attr(data-english-title);
}
.p-landing-page-about__text-inner {
  margin-top: 11px;
}
.p-landing-page-about__text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #546b70;
  letter-spacing: 0.1em;
}
.p-landing-page-about__bottom-image {
  display: block;
  max-width: 366px;
}
.p-landing-page-about__movie-inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-landing-page-about__movie-inner iframe {
  width: 100%;
  height: 100%;
}

.p-landing-page-for-you {
  padding: 0 16px;
  margin-top: 54px;
}
.p-landing-page-for-you__wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.p-landing-page-for-you__container {
  padding: 16px 0 48px;
}
.p-landing-page-for-you__title {
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  color: #546b70;
  text-align: center;
  letter-spacing: 0.15em;
}
.p-landing-page-for-you__title::before {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: transparent;
  letter-spacing: 0.2em;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-landing-page-for-you__inner {
  width: 80%;
  margin: 17px auto 0;
}
.p-landing-page-for-you__list {
  padding-left: 2em;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  color: #546b70;
  text-indent: -34px;
}
.p-landing-page-for-you__list::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
  content: "";
  background-image: url(../../../../../assets/images/thaigokikitai/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-landing-page-lifestyle {
  margin-top: 160px;
}
.p-landing-page-lifestyle__wrapper {
  position: relative;
}
.p-landing-page-lifestyle__title-inner {
  position: absolute;
  top: -14%;
}
.p-landing-page-lifestyle__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-landing-page-lifestyle__zabuton {
  line-height: 2;
  background: #546b70;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-landing-page-lifestyle__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.p-landing-page-lifestyle__column {
  width: 100%;
}
.p-landing-page-lifestyle__column:last-of-type {
  margin-top: auto;
}
.p-landing-page-lifestyle__image-inner {
  display: block;
}

.c-point-card {
  padding: 20px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.c-point-card:not(:first-of-type) {
  margin-top: 22px;
}
.c-point-card__container {
  display: flex;
  align-items: center;
}
.c-point-card__icon-inner {
  display: block;
  max-width: 69px;
  margin-right: 16px;
}
.c-point-card__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  color: #546b70;
}

.p-landing-page-support {
  margin-top: 32px;
}
.p-landing-page-support__section-title {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #546b70;
  letter-spacing: 0.45em;
}
.p-landing-page-support__section-title::before {
  display: block;
  margin-bottom: 16px;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: transparent;
  letter-spacing: 0.2em;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-landing-page-support__box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin-top: 52px;
}
.p-landing-page-support__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-landing-page-support__column {
  width: 100%;
}
.p-landing-page-support__image-inner {
  display: block;
}
.p-landing-page-support__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
  color: #546b70;
}
.p-landing-page-support__title::before {
  display: block;
  margin-bottom: 16px;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: transparent;
  letter-spacing: 0.2em;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-landing-page-support__text-inner {
  margin-top: 16px;
}
.p-landing-page-support__text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #546b70;
  letter-spacing: 0.1em;
}

.p-landing-page-present {
  padding: 16px;
  margin-top: 54px;
}
.p-landing-page-present__wrapper {
  padding: 16px 0 48px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.p-landing-page-present__title {
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  color: #546b70;
  text-align: center;
  letter-spacing: 0.15em;
}
.p-landing-page-present__title::before {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: transparent;
  letter-spacing: 0.2em;
  content: "" attr(data-english-title);
  -webkit-text-stroke: 1px #546b70;
  text-stroke: 1px #546b70;
}
.p-landing-page-present__container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.p-landing-page-present__column {
  width: 90%;
}
.p-landing-page-present__text-inner {
  margin-top: 16px;
}
.p-landing-page-present__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.98;
  color: #546b70;
}

.p-landing-page-cta {
  display: grid;
  place-items: center;
}
.p-landing-page-cta__text {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  color: #546b70;
}

.p-landing-page-device {
  margin-top: 70px;
}
.p-landing-page-device__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.p-landing-page-device__image-inner {
  display: block;
  width: 100%;
}
.p-landing-page-device__image-inner img {
  border-radius: 20px;
}
.p-landing-page-device__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5;
  color: #546b70;
  text-align: center;
}

.u-weight-bold {
  font-weight: bold;
}

.u-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.u-zabuton {
  background: linear-gradient(transparent 70%, #fff 60%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.u-text-center {
  text-align: center;
}

.u-d-flex {
  display: flex;
}

.u-m__1 {
  margin: 1rem;
}

.u-pb__1 {
  padding-bottom: 1rem;
}

.u-box-shadow {
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.05);
}

.u-br::before {
  white-space: pre;
  content: "\a";
}

@media screen and (min-width: 576px) {
  .l-main {
    width: 90vw;
  }
  .p-landing-page-fv__title-inner {
    margin-top: 30px;
  }
  .p-landing-page-fv__title {
    font-size: 24px;
    letter-spacing: 0.45em;
  }
  .p-landing-page-fv__button-inner {
    margin-top: 30px;
  }
  .p-landing-page-about {
    margin-top: 132px;
  }
  .p-landing-page-about__title {
    font-size: 32px;
  }
  .p-landing-page-about__title::before {
    font-size: 32px;
    color: transparent;
    -webkit-text-stroke: 1px #546b70;
    text-stroke: 1px #546b70;
  }
  .p-landing-page-for-you__title {
    font-size: 32px;
  }
  .p-landing-page-for-you__title::before {
    font-size: 32px;
  }
  .p-landing-page-for-you__list::before {
    width: 22px;
    height: 22px;
  }
  .p-landing-page-lifestyle__title-inner {
    top: -6%;
    left: 22%;
  }
  .p-landing-page-lifestyle__title {
    font-size: 21px;
  }
  .p-landing-page-lifestyle__zabuton {
    padding: 0.1em;
  }
  .p-landing-page-lifestyle__container {
    gap: 61px;
  }
  .p-landing-page-lifestyle__column:last-of-type {
    padding: 0 16px;
  }
  .c-point-card {
    padding: 20px 31px;
  }
  .c-point-card__icon-inner {
    margin-right: 22px;
  }
  .p-landing-page-support {
    margin-top: 85px;
  }
  .p-landing-page-support__section-title {
    font-size: 28px;
    line-height: 1.8;
  }
  .p-landing-page-support__section-title::before {
    margin-bottom: 22px;
  }
  .p-landing-page-support__box {
    padding: 0 16px;
  }
  .p-landing-page-support__title {
    font-size: 16px;
  }
  .p-landing-page-support__title::before {
    font-size: 32px;
  }
  .p-landing-page-support__text-inner {
    margin-top: 8px;
  }
  .p-landing-page-present__title {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .l-footer__container {
    flex-direction: row;
  }
  .l-footer__button-inner {
    margin-top: 0;
  }
  .l-footer__nav-inner {
    lex-direction: row;
  }
  .c-primary-button {
    font-size: 28px;
  }
  .c-choose-card {
    padding: 25px 20px;
  }
  .c-choose-card__title {
    font-size: 24px;
  }
  .c-service-card.icon04::before, .c-service-card.icon03::before, .c-service-card.icon02::before, .c-service-card.icon01::before {
    width: 120px;
    height: 120px;
  }
  .c-service-card {
    padding: 55px;
  }
  .c-service-card__tag {
    padding: 1rem;
    font-size: 19px;
    border-radius: 15px;
  }
  .c-service-card__title-inner::before {
    font-size: 56px;
  }
  .c-service-card__title {
    font-size: 32px;
  }
  .c-service-card__container {
    flex-direction: row;
  }
  .c-service-card__column {
    width: calc((100% - 20px) / 2);
  }
  .c-service-card__text {
    font-size: 18px;
  }
  .c-faq-accordion__title {
    font-size: 24px;
  }
  .c-faq-accordion__title-sm {
    width: auto;
  }
  .c-faq-accordion__button {
    width: 65px;
    height: 65px;
  }
  .c-faq-accordion__button::before {
    top: 0;
  }
  .c-faq-accordion__button::after {
    top: 1px;
  }
  .c-faq-accordion__text {
    font-size: 18px;
  }
  .c-voice-card__icon-inner {
    width: 88px;
    height: 88px;
  }
  .c-voice-card__title {
    font-size: 24px;
  }
  .p-top-fv__container {
    flex-direction: row;
    align-items: center;
  }
  .p-top-fv__column {
    width: calc((100% - 10px) / 2);
  }
  .p-top-fv__column:first-child {
    order: 1;
  }
  .p-top-fv__column:last-child {
    order: 2;
  }
  .p-top-fv__title {
    font-size: 52px;
  }
  .p-top-fv__title-sm {
    font-size: 28px;
  }
  .p-top-fv__text {
    font-size: 19px;
  }
  .p-top-fv__right::before {
    width: 500px;
    height: 500px;
  }
  .p-top-fv__image-inner {
    display: inline-block;
    width: auto;
  }
  .p-top-fv__outline-text-inner {
    margin-top: 3rem;
  }
  .p-top-fv__outline-text {
    font-size: 75px;
  }
  .p-top-choose {
    margin-top: 90px;
  }
  .p-top-choose__title {
    font-size: 32px;
  }
  .p-top-choose__column {
    width: calc((100% - 60px) / 3);
  }
  .p-top-teacher__title {
    font-size: 32px;
  }
  .p-top-teacher__title::before {
    font-size: 98px;
  }
  .p-top-teacher__container {
    flex-direction: row;
    margin-top: 0;
  }
  .p-top-teacher__column {
    width: calc((100% - 20px) / 2);
  }
  .p-top-teacher__column:first-child {
    order: 1;
  }
  .p-top-teacher__column:last-child {
    order: 2;
  }
  .p-top-teacher__subtitle {
    font-size: 28px;
  }
  .p-top-teacher__link {
    width: 80px;
    height: 80px;
  }
  .p-top-teacher__image-inner {
    width: auto;
    margin: auto;
  }
  .p-top-beginner {
    background-size: 100% 85%;
  }
  .p-top-beginner__title {
    font-size: 32px;
  }
  .p-top-beginner__title::before {
    font-size: 98px;
  }
  .p-top-beginner__container {
    flex-direction: row;
    gap: 3rem;
  }
  .p-top-beginner__column {
    width: calc((100% - 10px) / 2);
  }
  .p-top-beginner__subtitle {
    font-size: 28px;
  }
  .p-top-beginner__text {
    line-height: 2.8;
  }
  .p-top-foryou__title {
    font-size: 32px;
  }
  .p-top-foryou__content {
    padding: 22px 110px 58px;
  }
  .p-top-foryou__subtitle {
    font-size: 24px;
    background: linear-gradient(transparent 80%, #fcff7e 60%);
  }
  .p-top-service {
    padding-bottom: 130px;
    margin-top: 9rem;
  }
  .p-top-service__title {
    font-size: 32px;
  }
  .p-top-service__title::before {
    top: -101px;
  }
  .p-top-service__text {
    font-size: 18px;
  }
  .p-top-faq__title {
    font-size: 32px;
  }
  .p-top-faq__title::before {
    font-size: 98px;
  }
  .p-top-voice__title {
    font-size: 32px;
  }
  .p-top-voice__title::before {
    font-size: 98px;
  }
  .p-top-voice__column {
    width: calc((100% - 48px) / 2);
  }
  .p-top-price__title {
    font-size: 32px;
  }
  .p-top-price__title::before {
    font-size: 98px;
  }
  .p-top-price__table-scroll-text {
    display: none;
  }
  .p-top-price__table {
    border-spacing: 48px 0;
  }
  .p-landing-page-about__container {
    padding: 0 16px;
  }
  .p-landing-page-about__column {
    width: 50%;
  }
  .p-landing-page-for-you__list {
    font-size: 21px;
    line-height: 2.8;
  }
  .p-landing-page-lifestyle {
    margin-top: 134px;
  }
  .p-landing-page-lifestyle__title {
    font-size: 26px;
    letter-spacing: 0.25em;
  }
  .p-landing-page-support__section-title-inner {
    padding: 0 16px;
  }
  .p-landing-page-support__section-title {
    font-size: 32px;
  }
  .p-landing-page-support__box {
    flex-wrap: unset;
  }
  .p-landing-page-support__column {
    width: 50%;
  }
  .p-landing-page-present__column {
    width: 45%;
  }
  .p-landing-page-present__text-inner {
    margin-top: unset;
  }
  .p-landing-page-present__text {
    font-size: 18px;
  }
  .p-landing-page-device__container {
    justify-content: space-between;
  }
  .p-landing-page-device__image-inner {
    width: 50%;
  }
  .p-landing-page-device__title {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .p-landing-page-for-you {
    padding: unset;
  }
  .p-landing-page-for-you__list {
    padding-left: unset;
    text-indent: unset;
  }
  .p-landing-page-lifestyle__container {
    flex-wrap: unset;
  }
  .p-landing-page-lifestyle__column {
    width: 50%;
  }
  .p-landing-page-present {
    padding: 16px 0 48px;
  }
  .p-landing-page-present__container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .p-landing-page-lifestyle__title-inner {
    top: 5%;
  }
}
