html {
  font-size: 2.667vw;
}

body {
  color: #111;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * l-footer
 * -------------------------------------------------------------
 */

.footer__nav {
  padding: 0.5rem 0 3rem;
}

.footer__link {
  align-items: center;
  border-bottom: 1px solid #7D7D7D;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  padding: 2.2rem 0.5rem;
}

.footer__link::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 0.8rem;
  margin-left: auto;
  transform: rotate(-45deg);
  width: 0.8rem;
}

.footer__copyright {
  background: #f9e319;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 1rem;
  text-align: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: transparent;
  height: 7rem;
  left: 50%;
  padding: 0.5rem 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
  width: min(37.6rem, 100%);
  z-index: 10;
}

.header.is-dark {
  background-color: #000;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  padding: 0 1.5rem;
}

.header__logo {
  max-width: 9.3rem;
}

.header__logo a:hover {
  opacity: 1;
}

/*
 * l-container
 * -------------------------------------------------------------
 */

.l-container {
  background: #000;
  margin: 0 auto;
  max-width: 37.5rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  padding: 0 1.5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
  padding-bottom: 6rem;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  height: 6.1rem;
  margin: 0 auto;
  max-width: 34.5rem;
  width: 100%;
}

.c-btn:hover {
  filter: brightness(110%);
  opacity: 1;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
  height: 2.4rem;
  position: relative;
  width: 3.2rem;
  z-index: 100;
}

.c-hamburger span {
  background: #fff;
  display: block;
  height: 4px;
  position: absolute;
  transition: all 0.2s;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger span:nth-child(3) {
  top: calc(100% - 4px);
}

.c-hamburger span.is-active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
}

.c-hamburger span.is-active:nth-child(2) {
  opacity: 0;
}

.c-hamburger span.is-active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

/*
 * c-sec-ttl
 * -------------------------------------------------------------
 */

.c-sec-ttl {
  padding: 6.8rem 0 7rem;
  position: relative;
  text-align: center;
}

.c-sec-ttl.--flow {
  padding-bottom: 6.4rem;
}

.c-sec-ttl.--price {
  padding-bottom: 8rem;
}

.c-sec-ttl__ja {
  font-size: 2.8rem;
  line-height: 1;
}

.c-sec-ttl__ja.--white {
  color: #fff;
}

.c-sec-ttl__eng {
  display: block;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: none;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: block;
}

/*
 * attention
 * -------------------------------------------------------------
 */

.attention {
  position: relative;
}

.attention__ttl-ja {
  align-items: center;
  display: flex;
  justify-content: center;
}

.attention__ttl-ja::before,
.attention__ttl-ja::after {
  background: url(./../images/attention_icon.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 2.8rem;
  width: 3.8rem;
}

.attention__ttl-eng {
  max-width: 29.8rem;
}

.attention__text {
  color: #fff;
  position: relative;
  z-index: 1;
}

.attention__img {
  left: 50%;
  max-width: 27.7rem;
  position: absolute;
  top: 12.6rem;
  transform: translateX(-50%);
  width: 100%;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
  padding: 4rem 0;
}

.company__items {
  grid-gap: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.company__item,
.company__slider-item {
  background: #fff;
  height: 3.7rem;
  max-width: 10rem;
  padding: 0.3rem;
}

.company__item img,
.company__slider-item img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.company__slider .swiper-wrapper {
  transition-timing-function: linear;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: #fff;
  padding: 6rem 0 5rem;
}

.contact__ttl {
  align-items: center;
  display: flex;
  font-size: 2rem;
  gap: 1.6rem;
}

.contact__ttl::before,
.contact__ttl::after {
  content: "";
  display: inline-block;
  height: 1.6rem;
  max-width: 8.5rem;
  width: 100rem;
}

.contact__ttl::before {
  background: url(./../images/contact_ttl_left.webp) no-repeat center/100%;
}

.contact__ttl::after {
  background: url(./../images/contact_ttl_right.webp) no-repeat center/100%;
}

.contact__form {
  margin-top: 4rem;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  background: #fff;
}

.faq__ttl-eng {
  max-width: 11.2rem;
  top: 51%;
}

.faq__lists {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.faq__question {
  align-items: center;
  background: #f7f7f7;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  padding: 1.1rem 1rem;
}

.faq__eng {
  align-items: center;
  border-radius: 50%;
  display: inline-block;
  display: grid;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3.4rem;
  justify-items: center;
  min-width: 3.4rem;
  place-items: center;
  width: 3.4rem;
}

.faq__q {
  background: #000;
  color: #fff;
}

.faq__text {
  flex: 1;
}

.faq__answer {
  display: flex;
  display: none;
  font-weight: 300;
  gap: 1rem;
  padding: 1rem 2.7rem 1rem 1rem;
}

.faq__content {
  display: flex;
  gap: 1rem;
}

.faq__a {
  background: #f9e319;
}

.faq__btn {
  align-items: center;
  display: inline-block;
  display: grid;
  height: 1.6rem;
  justify-items: center;
  margin-left: auto;
  place-items: center;
  position: relative;
  width: 1.6rem;
}

.faq__btn::before,
.faq__btn::after {
  background: #000;
  content: "";
  display: inline-block;
}

.faq__btn::before {
  height: 2px;
  width: 100%;
}

.faq__btn::after {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform ease 0.2s;
  width: 2px;
}

.faq__list.is-open .faq__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*
 * feature
 * -------------------------------------------------------------
 */

.feature__ttl-eng {
  max-width: 22.8rem;
}

.feature__lists {
  grid-gap: 4rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(1, 1fr);
}

.feature__list {
  display: flex;
  flex-direction: column;
}

.feature__list-header {
  align-items: center;
  background: #f9e319;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  gap: 1.5rem;
  padding: 1.2rem 1.5rem;
}

.feature__list-num {
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  gap: 0.2rem;
  height: 7rem;
  justify-content: center;
  line-height: 1;
  min-width: 7rem;
  width: 7rem;
}

.feature__list-num-sm {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.feature__list-num-lg {
  font-size: 3.2rem;
}

.feature__list-ttl {
  font-size: 1.8rem;
}

.feature__list-body {
  align-items: center;
  background: #fff;
  border: 2px solid #F9E319;
  border-radius: 0 0 1rem 1rem;
  border-top: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
}

.feature__list-img {
  max-width: 24.7rem;
}

.feature__list-text {
  font-weight: 300;
  margin-top: 2.5rem;
}

.feature__btn {
  margin: 6.4rem auto 0;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  background: #fff;
}

.flow__ttl-eng {
  max-width: 14rem;
}

.flow__lists {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}

.flow__lists::before {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 65rem;
  left: 3rem;
  position: absolute;
  top: 5rem;
  width: 2rem;
}

.flow__list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: relative;
}

.flow__list-num {
  max-width: 7.2rem;
}

.flow__list-details {
  flex: 1;
  padding-top: 0.8rem;
}

.flow__list-ttl {
  font-size: 1.6rem;
}

.flow__list-text {
  font-weight: 300;
  margin-top: 0.5rem;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form__item:not(:nth-child(1)) {
  margin-top: 2rem;
}

.form__label,
.form__input,
.form__select {
  font-size: 1.6rem;
}

.form__label {
  display: flex;
  gap: 0.8rem;
}

.form__input,
.form__select {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-weight: 300;
  max-height: 5rem;
  padding: 1.2rem 1.5rem;
  transition: all 0.1s;
  width: 100%;
}

.form__input:hover,
.form__select:hover {
  border-color: #45A0EA;
  border-width: 2px;
}

.form__input:focus,
.form__select:focus {
  border-color: #45A0EA;
  border-width: 2px;
}

.form__required {
  align-items: center;
  background: #F9E319;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  font-size: 1.4rem;
  height: 2.4rem;
  justify-content: center;
  width: 4.4rem;
}

.form__note {
  font-weight: 300;
  margin-left: auto;
}

input::-moz-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

.form__select-wrap {
  position: relative;
  width: 100%;
}

.form__select-wrap::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #000;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  z-index: 1;
}

.form__select {
  cursor: pointer;
  padding-right: 3rem;
  position: relative;
  z-index: 2;
}

.form__check {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 4.2rem;
}

.form__check-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  position: relative;
}

.form__check-label::before {
  border: 1px solid #DDDDDD;
  content: "";
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

.form__check-label:has(:checked)::after {
  border: solid #45A0EA;
  border-width: 0 5px 5px 0;
  content: "";
  height: 1.7rem;
  left: 0.5rem;
  left: 0.5rem;
  position: absolute;
  top: 0;
  transform: rotate(40deg);
  width: 1rem;
}

.form__check-label input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.form__check-label a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form__check-label a:hover {
  color: #45A0EA;
  opacity: 1;
}

.form__btn {
  align-items: center;
  background: #000000;
  border-radius: 5.6rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #F9E319;
  display: flex;
  font-size: 2rem;
  height: 6.1rem;
  justify-content: center;
  margin: 6rem auto 0;
  max-width: 34.5rem;
  text-align: center;
  transition: all 0.2s;
}

.form__btn:hover {
  background: #f9e319;
  color: #111;
}

.form__message,
.form__thanks,
.form__error {
  margin-top: 5rem;
  text-align: center;
}

input[type=checkbox],
input[type=radio] {
  display: block;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  aspect-ratio: 375/675;
  position: relative;
}

.fv__main img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  bottom: 3rem;
  position: absolute;
  width: 100%;
}

.fv__catch-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
  padding: 6rem 0 6.4rem;
}

.intro__top::after {
  background: url(./../images/guide.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 5rem;
  margin: 5.7rem auto 0;
  max-width: 22.8rem;
  width: 100%;
}

.intro__sec-ttl {
  color: #fff;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  line-height: 1;
}

.intro__sec-ttl::before,
.intro__sec-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2.02rem;
  width: 2px;
}

.intro__sec-ttl::before {
  margin-right: 0.8rem;
  transform: rotate(-35deg);
}

.intro__sec-ttl::after {
  margin-left: 1rem;
  transform: rotate(35deg);
}

.intro__lists {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  margin: 2.5rem auto 0;
  max-width: 27rem;
}

.intro__list {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 1rem;
}

.intro__list::before {
  background: url(./../images/check.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.9rem;
  min-width: 1.9rem;
  width: 1.9rem;
}

.intro__bottom {
  margin-top: 3.2rem;
}

.intro__text {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.intro__text .color {
  color: #FEC803;
  font-size: 3.2rem;
}

.intro__text .higlight {
  background: #fec803;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  margin: 0.5rem 0.7rem 0 0;
  padding: 0.5rem;
}

.intro__bottom-img {
  margin: 3.2rem auto 0;
  max-width: 25.6rem;
}

.intro__btn {
  margin-top: 4rem;
}

/*
 * message
 * -------------------------------------------------------------
 */

.message {
  background: linear-gradient(90deg, #F5F5F5 0%, #E6E6E7 100%);
}

.message__ttl {
  margin: 0 calc(50% - 50vw);
  position: relative;
  text-align: center;
  z-index: 1;
}

.message__ttl::before {
  background: url(./../images/message_ttl_bg.webp) no-repeat center/cover;
  content: "";
  display: block;
  height: 27.6rem;
  left: 50%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}

.message__ttl .c-sec-ttl__ja {
  line-height: 1.29;
}

.message__ttl-eng {
  max-width: 24.6rem;
  top: 39%;
}

.message__body {
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.25);
  padding: 18rem 1.5rem 4.3rem;
  position: relative;
  z-index: 2;
}

.message__header {
  display: contents;
}

.message__img {
  left: 50%;
  max-width: 21.2rem;
  position: absolute;
  top: -5rem;
  transform: translateX(-50%);
  width: 100%;
}

.message__name {
  font-size: 1.8rem;
  text-align: center;
}

.message__company-name {
  display: block;
  font-size: 1.4rem;
}

.message__text {
  font-weight: 300;
  margin-top: 2rem;
}

.message__text .marker {
  background: linear-gradient(transparent 0%, #F9E319 0%);
  display: inline;
}

.message__text .no-break {
  display: contents;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  background: #111;
  height: 100vh;
  opacity: 0;
  padding: 10rem 0 17rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100%;
}

.nav.is-active {
  opacity: 1;
  overflow: auto;
  transition: all 0.6s;
  visibility: visible;
  z-index: 10;
}

.nav__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 3rem;
}

.nav__link {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}

.nav__cta {
  margin-top: 4.8rem;
  padding: 0 2rem;
}

/*
 * package
 * -------------------------------------------------------------
 */

.package {
  background: #fff;
  padding-top: 1.5rem;
}

.package__ttl-ja {
  line-height: 1.5;
}

.package__ttl-eng {
  max-width: 21rem;
}

.package__lead {
  font-weight: 300;
}

.package__lists {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-top: 5rem;
}

.package__header {
  display: flex;
  gap: 0.5rem;
}

.package__num {
  align-items: center;
  background: #000;
  color: #F9E319;
  display: inline-block;
  display: grid;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  height: 3.8rem;
  justify-items: center;
  min-width: 3.8rem;
  place-items: center;
  width: 3.8rem;
}

.package__ttl {
  background: #000;
  color: #fff;
  flex: 1;
  font-size: 1.6rem;
  padding: 0.7rem 1rem;
}

.package__img {
  margin-top: 2rem;
  max-width: 35.5rem;
  position: relative;
  right: 0.6rem;
  width: 100vw;
}

.package__text {
  font-weight: 300;
  margin-top: 2rem;
}

.package__bottom {
  margin-top: 4.8rem;
}

/*
 * plan
 * -------------------------------------------------------------
 */

.plan {
  background: #fff;
  padding-bottom: 4rem;
}

.plan__sec-ttl {
  max-width: 37.5rem;
  width: 100vw;
}

.plan__video-block {
  margin-top: 2.8rem;
}

.plan__video {
  aspect-ratio: 345/184;
}

.plan__text {
  margin-top: 3.2rem;
}

.plan__lists {
  grid-gap: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 4.8rem;
}

.plan__list {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 1rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
}

.plan__ttl {
  font-size: 2rem;
  line-height: 1.35;
}

.plan__ttl .color {
  color: #FF0003;
}

.plan__img {
  max-width: 20rem;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price {
  background: #000;
}

.price__ttl-eng {
  max-width: 15rem;
  top: 45%;
}

.price__details {
  background: #fff;
  padding: 2.8rem 1.5rem;
  position: relative;
}

.price__details::before,
.price__details::after {
  content: "";
  display: block;
  height: 8.5rem;
  width: 8.5rem;
}

.price__details::before {
  background: url(./../images/price_top_left.webp) no-repeat center/100%;
  left: -1.5rem;
  position: absolute;
  top: -1rem;
}

.price__details::after {
  background: url(./../images/price_bottom_right.webp) no-repeat center/100%;
  bottom: -1rem;
  position: absolute;
  right: -1.5rem;
}

.price__details-inner {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin: 0 auto;
  max-width: 25.5rem;
}

.price__details-top::after {
  background: url(./../images/price_guide.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.3rem;
  margin: 2.8rem auto 0;
  width: 2.3rem;
}

.price__details-ttl {
  background: #f9e319;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0.6rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.price__details-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2rem;
}

.price__details-block {
  align-items: center;
  display: flex;
  gap: 4rem;
}

.price__details-dt {
  line-height: 1;
  min-width: 6.4rem;
  width: 6.4rem;
}

.price__note {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 4rem;
}

.price__details-dd {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

.price__details-dd.--color {
  color: #ff0003;
}

.price__details-dd.--sm {
  font-size: 1.6rem;
}

.price__details-dd span {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.price__details-item.--bottom .price__details-dt {
  width: 9.5rem;
}

.price__comparison {
  margin-top: 8rem;
}

.price__comparison-ttl {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  gap: 1.6rem;
  justify-content: center;
}

.price__comparison-ttl::before,
.price__comparison-ttl::after {
  border: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 0.5rem;
}

.price__comparison-ttl::before {
  border-right: none;
}

.price__comparison-ttl::after {
  border-left: none;
}

.price__table-wrap {
  align-items: center;
  border-radius: 5px;
  display: flex;
  margin-top: 2.4rem;
}

table,
td,
th {
  border-collapse: collapse;
  line-height: 1.14;
  text-align: center;
  vertical-align: middle;
}

.price__table {
  display: block;
  overflow: hidden;
}

.price__table th,
.price__table td {
  border-bottom: 1px solid #F9E319;
  height: 6.1rem;
}

.price__table tr:nth-child(5) td {
  border-bottom: none;
}

.price__table td.blank {
  overflow: hidden;
  position: relative;
}

.price__table td.blank::before {
  background: #f9e319;
  content: "";
  display: block;
  height: 10.8rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-56deg);
  width: 3px;
}

.price__table.--table1 {
  border: 3px solid #F9E319;
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.price__table.--table1 td {
  background: #fff;
  font-size: 1.4rem;
  width: 8.8rem;
}

.price__table.--table2 {
  border: 3px solid #F9E319;
  border-radius: 5px;
}

.price__table.--table2 th,
.price__table.--table2 td {
  background: #fffad1;
  font-size: 1.4rem;
  width: 9.9rem;
}

.price__table.--table2 th,
.price__table.--table2 td.lg {
  height: 6.6rem;
}

.price__table.--table2 td.lg span {
  font-size: 1.3rem;
}

.price__table.--table3 {
  border: 3px solid #F9E319;
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.price__table.--table3 th,
.price__table.--table3 td {
  font-weight: 300;
  width: 7.9rem;
}

.price__table.--table3 th {
  background: #dfdfdf;
  border-right: 1px solid #F9E319;
}

.price__table.--table3 td {
  background: #EFEFEF;
  border-right: 1px solid #F9E319;
  font-size: 1rem;
  line-height: 1.2;
}

/*
 * voice
 * -------------------------------------------------------------
 */

.voice {
  background: #fff;
}

.voice__ttl-eng {
  max-width: 15.7rem;
}

.voice__slider {
  padding-bottom: 0.5rem !important;
}

.voice__lists {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.voice__list {
  background: #f9e319;
  border-radius: 1rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: calc(100% - 4px);
  padding: 1rem 1.45rem 1.9rem;
}

.voice__num {
  color: #fff;
  line-height: 1;
  text-align: right;
}

.voice__list-num-sm {
  font-size: 2.2rem;
}

.voice__list-num-lg {
  font-size: 3.8rem;
}

.voice__list-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: -2.7rem;
}

.voice__list-img {
  max-width: 12.4rem;
}

.voice__list-name {
  font-size: 1.2rem;
  font-weight: 300;
  margin-right: calc(50% - 50vw);
}

.voice__list-name-bold {
  font-size: 1.4rem;
  font-weight: 600;
}

.voice__list-ttl-box {
  background: #fff;
  margin-top: 1.4rem;
  padding: 1rem;
  position: relative;
}

.voice__list-ttl-box::before {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  display: inline-block;
  height: 2.8rem;
  left: 4.8rem;
  position: absolute;
  top: -0.9rem;
  width: 2.8rem;
}

.voice__list-ttl {
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.voice__list-text {
  font-weight: 300;
  margin-top: 1.5rem;
}

.voice__slider .swiper-slide {
  display: contents !important;
}

.voice__pagination {
  bottom: auto !important;
  position: static !important;
}

.voice__pagination {
  margin-top: 4rem;
}

.voice__pagination .swiper-pagination-bullet {
  margin: 0 0.8rem !important;
}

.voice__pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  height: 1.5rem;
  opacity: 1;
  width: 1.5rem;
}

.voice__pagination .swiper-pagination-bullet-active {
  background: #aaa;
}

.voice__btns {
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 100rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.voice__prev,
.voice__next {
  height: 7rem !important;
  position: static !important;
  width: 7rem !important;
}

.voice__prev {
  left: 22rem !important;
}

.voice__prev {
  background: url(./../images/pc/prev.webp) no-repeat center/100%;
}

.voice__next {
  right: 22rem !important;
}

.voice__next {
  background: url(./../images/pc/next.webp) no-repeat center/100%;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 10px;
  }

  body {
    font-size: 1.6rem;
  }

  .footer__nav {
    padding: 4.4rem 0;
  }

  .footer__items {
    display: flex;
    gap: 4rem;
    justify-content: center;
  }

  .footer__link {
    border: none;
    font-size: 1.6rem;
    padding: 0;
  }

  .footer__link::after {
    display: none;
  }

  .footer__copyright {
    font-size: 1.2rem;
    padding: 2.7rem;
  }

  .header {
    height: 9rem;
    max-width: 100%;
    width: 100%;
  }

  .header__inner {
    justify-content: space-between;
    max-width: 192rem;
    padding: 0 3rem;
  }

  .header__logo {
    max-width: 12.3rem;
  }

  .l-container {
    max-width: 100%;
  }

  .l-inner {
    max-width: 106rem;
    padding: 0 3rem;
  }

  .l-inner--sm {
    max-width: 76rem;
  }

  .c-btn {
    height: 8.4rem;
    max-width: 47.5rem;
  }

  /* .c-btn:hover {
    filter: initial;
    opacity: 0.9;
  } */

  .c-cta {
    flex-direction: row;
    gap: 4.7rem;
    justify-content: center;
  }

  .c-sec-ttl.--price {
    padding-bottom: 4rem;
  }

  .c-sec-ttl__ja {
    font-size: 4rem;
  }

  .u-pc {
    display: block;
  }

  .u-sp {
    display: none;
  }

  .attention__sec-ttl {
    padding-bottom: 4rem;
  }

  .attention__ttl-ja::before,
  .attention__ttl-ja::after {
    height: 3.9rem;
    width: 5.3rem;
  }

  .attention__ttl-eng {
    max-width: 39rem;
    top: 56%;
  }

  .attention__img {
    max-width: 22.3rem;
  }

  .company__inner {
    max-width: 100%;
    padding: 0;
  }

  .company__item,
  .company__slider-item {
    aspect-ratio: 13/4;
    height: auto;
    max-width: 100%;
    width: auto;
  }

  .contact {
    margin-top: -1px;
    padding: 8rem 0 3rem;
  }

  .contact__ttl {
    font-size: 2.4rem;
    gap: 2.8rem;
    justify-content: center;
  }

  .contact__ttl::before {
    background: url(./../images/pc/contact_ttl_left.webp) no-repeat center/100%;
    max-width: 25rem;
  }

  .contact__ttl::after {
    background: url(./../images/pc/contact_ttl_right.webp) no-repeat center/100%;
    max-width: 22rem;
  }

  .contact__form {
    margin-top: 5.6rem;
  }

  .faq__ttl-ja {
    font-size: 2.8rem;
  }

  .faq__answer {
    padding: 1.6rem 1rem;
  }

  .feature__ttl-eng {
    max-width: 29.2rem;
  }

  .feature__lists {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .feature__list-ttl {
    font-size: max(1.5rem, min(1.65vw, 1.8rem));
  }

  .feature__list-body {
    padding: 2rem 1.5rem;
  }

  .feature__list-text {
    font-size: max(1.3rem, min(1.524vw, 1.6rem));
    word-break: break-word;
  }

  .flow__ttl-eng {
    max-width: 19rem;
  }

  .flow__lists {
    margin: 0 auto;
    max-width: 56rem;
  }

  .flow__list-ttl {
    font-size: 1.8rem;
  }

  .form__item {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }

  .form__label {
    flex: 1;
    max-width: 22.5rem;
  }

  .form__input {
    max-width: 45.5rem;
  }

  .form__select-wrap {
    max-width: 45.5rem;
  }

  .form__check {
    margin-top: 5.6rem;
  }

  .form__btn {
    font-size: 2.8rem;
    height: 8.4rem;
    max-width: 47.5rem;
  }

  .fv {
    aspect-ratio: 1440/735;
    aspect-ratio: unset;
  }

  .fv__main {
    height: 100%;
    margin: 0 auto;
    max-height: 94.5rem;
    max-width: 192rem;
  }

  .fv__inner {
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .fv__cta {
    gap: min(4.7rem, 3.2639vw);
    justify-content: center;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .fv__cta-btn {
    height: min(8.4rem, 5.833vw);
    width: min(47.5rem, 33vw);
  }

  .intro__top::after {
    height: 9.8rem;
    margin-top: 6.6rem;
    max-width: 51.6rem;
  }

  .intro__sec-ttl {
    font-size: 3.2rem;
  }

  .intro__sec-ttl::before,
  .intro__sec-ttl::after {
    height: 3.6rem;
    width: 0.4rem;
  }

  .intro__sec-ttl::before {
    margin-right: 1.8rem;
  }

  .intro__sec-ttl::after {
    margin-left: 1.4rem;
  }

  .intro__lists {
    gap: 1.6rem;
    margin-top: 4.81rem;
    max-width: 37.8rem;
  }

  .intro__list {
    font-size: 2rem;
    gap: 1.4rem;
  }

  .intro__list::before {
    height: 2.4rem;
    min-width: 2.4rem;
    width: 2.4rem;
  }

  .intro__bottom {
    margin-top: 3.8rem;
  }

  .intro__text {
    font-size: 3.2rem;
  }

  .intro__text .color {
    font-size: 4.8rem;
  }

  .intro__text .sm {
    font-size: 2.8rem;
  }

  .intro__text .higlight {
    font-size: 4.8rem;
    margin: 1.7rem 0 0 0.8rem;
  }

  .intro__bottom-img {
    max-width: 50rem;
  }

  .intro__btn {
    margin-top: 5.5rem;
  }

  .message {
    background: url(./../images/pc/message_bg.webp) no-repeat center/cover;
  }

  .message__ttl::before {
    display: none;
  }

  .message__ttl-eng {
    max-width: 32.6rem;
    top: 46%;
  }

  .message__body {
    padding: 2rem 3rem 4rem;
  }

  .message__header {
    align-items: center;
    display: flex;
    gap: 3rem;
    justify-content: center;
  }

  .message__img {
    position: static;
    transform: none;
    transform: initial;
  }

  .message__text {
    margin-top: 4rem;
  }

  .message__text .no-break {
    display: inline;
    white-space: nowrap;
  }

  .package {
    padding-top: 0.6rem;
  }

  .package__sec-ttl {
    padding-bottom: 4rem;
  }

  .package__ttl-ja {
    line-height: 1.3;
  }

  .package__ttl-eng {
    max-width: 27rem;
    top: 52%;
  }

  .package__num {
    font-size: 1.8rem;
  }

  .package__ttl {
    font-size: 1.8rem;
    height: 3.8rem;
    padding: 0.5rem 1rem;
  }

  .package__list-flex {
    display: flex;
    gap: 2rem;
  }

  .package__img {
    max-width: 30rem;
    right: 0.4rem;
  }

  .package__bottom {
    font-size: 1.8rem;
  }

  .plan {
    padding-bottom: 8rem;
  }

  .plan__sec-ttl {
    max-width: 100%;
    width: 100%;
  }

  .plan__video-block {
    margin: 1rem auto 0;
    max-width: 70rem;
  }

  .plan__video {
    aspect-ratio: 700/373;
  }

  .plan__text {
    font-size: 1.8rem;
    margin-top: 6.4rem;
    text-align: center;
  }

  .plan__lists {
    gap: 1.8rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6.4rem;
  }

  .plan__list {
    padding: 2rem 3rem;
  }

  .plan__ttl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: max(1.6rem, min(1.9vw, 2rem));
    height: 100%;
    justify-content: center;
  }

  .plan__list-text {
    font-size: max(1.4rem, min(1.52vw, 1.6rem));
  }

  .price__ttl-eng {
    max-width: 19.2rem;
    top: 56%;
  }

  .price__details {
    padding: 6.4rem 3rem;
  }

  .price__details-inner {
    flex-direction: row;
    justify-content: space-between;
    max-width: 58.5rem;
  }

  .price__details-top {
    position: relative;
  }

  .price__details-top::after {
    position: absolute;
    right: -6.6rem;
    top: 55%;
    transform: translateY(-50%);
  }

  _::-webkit-full-page-media,
  _:future,
  :root .price__details-top::after {
    right: -3.6rem;
  }


  .price__details-item {
    height: 100%;
    justify-content: center;
    margin-top: 0.8rem;
  }

  .price__note {
    margin: 6.5rem auto 0;
    max-width: 58.5rem;
    text-align: right;
  }

  .price__comparison {
    margin-top: 9.6rem;
  }

  .price__comparison-ttl {
    font-size: 2.4rem;
  }

  .price__table-wrap {
    border-radius: 1rem;
    margin-top: 4rem;
  }

  table,
  td,
  th {
    font-size: 2.4rem;
    line-height: 1.356;
  }

  .price__table th,
  .price__table td {
    border-width: 0.2rem;
    height: 12.4rem;
  }

  .price__table td.blank::before {
    height: 23rem;
    transform: translate(-50%, -50%) rotate(-55.1deg);
    width: 0.4rem;
  }

  .price__table.--table1 {
    border-radius: 1rem 0 0 1rem;
    border-width: 0.6rem;
    border-width: 0.6rem;
  }

  .price__table.--table1 td {
    font-size: 2.4rem;
    width: 18rem;
  }

  .price__table.--table2 {
    border-radius: 1rem;
    border-width: 0.6rem;
  }

  .price__table.--table2 th,
  .price__table.--table2 td {
    font-size: 2.4rem;
    width: 20rem;
  }

  .price__table.--table2 th,
  .price__table.--table2 td.lg {
    height: 12.4rem;
  }

  .price__table.--table2 td.lg span {
    font-size: 2.4rem;
  }

  .price__table.--table2 th {
    height: 13.8rem;
  }

  .price__table.--table2 td.lg {
    height: 13.8rem;
  }

  .price__table.--table3 {
    border-radius: 0 1rem 1rem 0;
    border-width: 0.6rem;
  }

  .price__table.--table3 th,
  .price__table.--table3 td {
    width: 16rem;
  }

  .price__table.--table3 th {
    border-width: 0.2rem;
  }

  .price__table.--table3 td {
    border-width: 0.2rem;
    font-size: 1.8rem;
  }

  .voice__inner {
    display: contents;
  }

  .voice__ttl-eng {
    max-width: 21rem;
  }

  .voice__lists {
    flex-direction: row;
    gap: 0;
    padding-bottom: 1rem;
  }

  .voice__list {
    max-width: 100%;
  }

  .voice__list-num-sm {
    font-size: 2.4rem;
  }

  .voice__list-num-lg {
    font-size: 4.8rem;
  }

  .voice__slider .swiper-slide {
    display: block !important;
  }

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (min-width: 1100px) {

  .c-hamburger {
    display: none;
  }

  .nav {
    align-items: center;
    background: transparent;
    display: flex;
    gap: 4rem;
    height: auto;
    justify-content: flex-end;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible;
  }

  .nav__items {
    flex-direction: row;
    gap: 3.2rem;
  }

  .nav__link {
    font-size: 1.6rem;
    text-shadow: 0px 0px 4px #AF9F0B;
  }

  .nav__cta {
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }

  .nav__btn {
    height: 5rem;
    max-width: 21.7rem;
  }

}

@media screen and (min-width: 1280px) {

  .fv__inner {
    bottom: min(3rem, 2.1vw);
  }

}


/*# sourceMappingURL=style.css.map */