@charset "UTF-8";
/* CSS Document */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@600&display=swap");
:root {
  --color1: #333333;
  --color2: #FA0F0F;
  --color3: #9D0B0B;
  --color4: #172D59;
  --color5: #FAFAFA;
  --color6: #F88907;
  --color7: #FCDD21;
  --color8: #2FB881;
  --color9: #F5F5F5;
  --color10: #F7F7F7;
  --black: #000;
  --white: #fff;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

body {
  color: var(--color1);
  background-color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-align: center;
}

section {
  margin-top: -1px;
}

img {
  width: 100%;
}

.br {
  display: inline-block;
}

a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.5;
}

.br {
  display: inline-block;
}

.sp,
.sp-top {
  display: none;
}

.sp1023 {
  display: none;
}

.sp1280 {
  display: none;
}

@media (max-width: 1023px) {
  .sp1023 {
    display: block;
  }
  .pc1023 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .sp1280 {
    display: block;
  }
  .pc1280 {
    display: none;
  }
}
@media (max-width: 599px) {
  .sp,
.sp-top {
    display: block;
  }
  .pc,
.pc-top {
    display: none;
  }
}
.wrapper {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ----------------------------------------------------
	[START]全ページ共通コンテンツ
---------------------------------------------------- */
/* ====================================================
	header
==================================================== */
header {
  position: fixed;
  z-index: 99990;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.home .header-scroll::before {
  opacity: 1;
}

.header {
  padding: 0 30px;
  gap: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0 19px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    flex-direction: column;
    height: 114px;
    gap: 0;
    justify-content: center;
  }
}

.header h1 {
  position: relative;
  z-index: 1;
  width: 370px;
}
@media screen and (max-width: 1200px) {
  .header h1 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header h1 {
    width: 224px;
    margin-top: 9px;
  }
}

.header h1 img {
  transition: 0.4s;
}

.header__navPc {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  height: 100%;
}

.header__navPc__btn {
  position: relative;
  z-index: 1;
  height: 80px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .header__navPc__btn {
    display: none;
  }
}

.header__navPc__btn a {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 1.8rem;
  padding-right: 30px;
  width: 230px;
  height: 100%;
  color: var(--white) !important;
  border-radius: 0 0 0 5px;
  background: var(--color8);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.header__navPc__btn a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.header__navPc__btn a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color8);
}

/* ====================================================
	footer
==================================================== */
footer {
  padding: 59px 0 40px;
  background: var(--black);
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 130px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 127px 0 120px;
  }
}

.footer__logo {
  display: block;
  width: 170px;
  margin: 0 auto 43px;
}
@media screen and (max-width: 1023px) {
  .footer__logo {
    width: 200px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 599px) {
  .footer__logo {
    width: 173px;
    margin-bottom: 64px;
  }
}

.footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 34px;
  padding-right: 39px;
}
@media screen and (max-width: 599px) {
  .footer__nav ul {
    flex-direction: column;
    padding-right: 0;
    gap: 26px;
    margin-bottom: 56px;
  }
}

.footer__nav ul li a {
  color: var(--white);
  font-size: 1.4rem;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 1023px) {
  .footer__nav ul li a {
    font-size: 1.2rem;
  }
}

.copy {
  font-size: 1rem;
  color: var(--white);
  letter-spacing: 0.13rem;
}

/* ====================================================
	top__button
==================================================== */
.top__button {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  bottom: 2.5%;
  right: 2.5%;
  z-index: 100;
  box-shadow: 0 0 6px #D9D9D9;
}
@media screen and (max-width: 599px) {
  .top__button {
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 5%;
  }
}

.top__button span {
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(-135deg) translate(-3px, -3px);
  border-bottom: solid 1px var(--color2);
  border-right: solid 1px var(--color2);
}

.top__button__fade {
  visibility: initial;
  opacity: 1;
}

/* ----------------------------------------------------
	[END]全ページ共通コンテンツ
---------------------------------------------------- */
/* ----------------------------------------------------
	[START]TOPコンテンツ
---------------------------------------------------- */
/* ====================================================
	price_box
==================================================== */
.price_box__title {
  font-weight: 700;
  color: var(--color2);
  font-size: 2.95rem;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .price_box__title {
    font-size: 2.4rem;
  }
}
.price_box__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color2);
}
.price_box__title::after {
  content: "";
  background-color: var(--white);
  border-bottom: 2px solid var(--color2);
  border-left: 2px solid var(--color2);
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -7px;
}
.price_box__title .bg {
  display: inline-block;
  color: var(--white);
  background-color: var(--color2);
  font-size: 2rem;
  padding: 15px 35px;
  border-radius: 30px;
  vertical-align: text-bottom;
  margin-bottom: 8px;
  margin-right: 14px;
}
@media screen and (max-width: 599px) {
  .price_box__title .bg {
    font-size: 1.8rem;
    margin: 0 0 7px;
    padding: 9px 26px;
  }
}
.price_box__title .num {
  font-size: 7.4rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .price_box__title .num {
    font-size: 6rem;
    display: block;
  }
}
.price_box__title .ja {
  white-space: nowrap;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .price_box__title .ja {
    padding-bottom: 12px;
    display: block;
  }
}
.price_box__text {
  font-weight: 700;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0;
  margin-top: 29px;
}
@media screen and (max-width: 599px) {
  .price_box__text {
    margin-top: 13px;
    flex-direction: column;
  }
}
.price_box__text .block {
  display: block;
}
@media screen and (max-width: 599px) {
  .price_box__text .block {
    display: inline-block;
    padding-right: 5px;
  }
}
.price_box__text .normal {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 4px;
  margin-bottom: -10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .price_box__text .normal {
    padding-right: 0;
  }
}
.price_box__text .normal::before {
  content: "";
  width: 100%;
  height: 1px;
  transform: rotate(-17deg);
  background-color: var(--color2);
  position: absolute;
  left: -7px;
  bottom: 27px;
}
@media screen and (max-width: 599px) {
  .price_box__text .normal::before {
    width: 97%;
    transform: rotate(-9deg);
    left: 0;
    bottom: 15px;
  }
}
.price_box__text .normal__price {
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
}
.price_box__text .normal__unit {
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3px;
}
@media screen and (max-width: 599px) {
  .price_box__text .normal__unit {
    font-size: 1.8rem;
  }
}
.price_box__text .sale {
  font-size: 1.9rem;
  padding-right: 17px;
}
@media screen and (max-width: 767px) {
  .price_box__text .sale {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .price_box__text .sale {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 390px) {
  .price_box__text .sale {
    font-size: 4.1025641026vw;
  }
}
.price_box__text .sale__price {
  font-size: 7.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 599px) {
  .price_box__text .sale__price {
    font-size: 6rem;
  }
}
@media screen and (max-width: 390px) {
  .price_box__text .sale__price {
    font-size: 15.3846153846vw;
  }
}
.price_box__text .sale__unit {
  font-size: 2.9rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3px;
}
@media screen and (max-width: 599px) {
  .price_box__text .sale__unit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 390px) {
  .price_box__text .sale__unit {
    font-size: 6.1538461538vw;
  }
}
.price_box__text .sale__line02 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: -16px;
  padding-right: 78px;
}
@media screen and (max-width: 599px) {
  .price_box__text .sale__line02 {
    display: none;
  }
}
.price_box__text .entry {
  font-size: 2.4rem;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .price_box__text .entry {
    padding-left: 12px;
    margin-top: -32px;
  }
}
@media screen and (max-width: 390px) {
  .price_box__text .entry {
    font-size: 6.1538461538vw;
    padding-left: 3.0769230769vw;
    margin-top: -8.2051282051vw;
  }
}
.price_box__text .entry::before {
  content: "";
  height: 62%;
  width: 1px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  .price_box__text .entry::before {
    display: none;
  }
}
.price_box__text .entry__price {
  font-size: 6.35rem;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 3px;
}
@media screen and (max-width: 599px) {
  .price_box__text .entry__price {
    font-size: 6rem;
  }
}
@media screen and (max-width: 390px) {
  .price_box__text .entry__price {
    font-size: 15.3846153846vw;
  }
}
.price_box__text .entry__unit {
  font-size: 2.9rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3px;
}
@media screen and (max-width: 599px) {
  .price_box__text .entry__unit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 390px) {
  .price_box__text .entry__unit {
    font-size: 6.1538461538vw;
  }
}
.price_box__note {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .price_box__note {
    margin-top: -2px;
    padding: 0 20px;
    text-align: left;
  }
}

/* ====================================================
	guarantee_list
==================================================== */
.guarantee_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .guarantee_list {
    gap: 15px;
  }
}
.guarantee_list__item {
  background: url(images/common/bg_grad.jpg) no-repeat center/cover;
  position: relative;
  width: 48.7%;
  padding: 26px 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .guarantee_list__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .guarantee_list__item {
    min-height: 180px;
    padding: 24px 15px 20px;
  }
}
.guarantee_list__item:nth-of-type(2) .icon {
  padding-left: 13px;
}
.guarantee_list__item::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--white);
}
.guarantee_list__item .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .guarantee_list__item .icon {
    width: 60px;
    height: 60px;
  }
}
.guarantee_list__item .icon img {
  width: 54px;
  height: auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .guarantee_list__item .icon img {
    width: 39px;
  }
}
.guarantee_list__item__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 11px;
}
@media screen and (max-width: 599px) {
  .guarantee_list__item__title {
    font-size: 1.6rem;
  }
}
.guarantee_list__item__text {
  position: relative;
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .guarantee_list__item__text {
    font-size: 1.2rem;
  }
}

/* ====================================================
	mv
==================================================== */
.mv {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 114px;
  }
}
.mv__price {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 7px;
  position: absolute;
  top: -72px;
  right: 243px;
}
@media screen and (max-width: 1023px) {
  .mv__price {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv__price {
    display: flex;
    right: 50%;
    transform: translateX(50%);
    top: -64px;
  }
}
@media screen and (max-width: 390px) {
  .mv__price {
    gap: 1.7948717949vw;
  }
}
.mv__price__box span {
  font-weight: 700;
  color: var(--black);
  white-space: nowrap;
}
.mv__price__box .block {
  display: block;
}
.mv__price__box .num {
  font-size: 3.6rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color2);
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv__price__box .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .num {
    font-size: 7.6923076923vw;
  }
}
.mv__price__box .ja {
  font-size: 1.8rem;
  color: var(--color2);
  letter-spacing: 0;
  line-height: 1;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .mv__price__box .ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .ja {
    font-size: 3.8461538462vw;
    padding-left: 1.2820512821vw;
  }
}
.mv__price__box .date {
  font-size: 1.4rem;
  color: var(--white);
  background-color: var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__price__box .date {
    font-size: 1.2rem;
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .date {
    font-size: 3.0769230769vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.mv__price__box .date span {
  color: var(--white);
}
.mv__price__box .date > span > span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .mv__price__box .date > span > span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .date > span > span {
    font-size: 2.3076923077vw;
  }
}
.mv__price__box .normal {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv__price__box .normal {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .normal {
    font-size: 2.0512820513vw;
  }
}
.mv__price__box .normal__num {
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .mv__price__box .normal__num {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .normal__num {
    font-size: 4.1025641026vw;
    padding-left: 1.0256410256vw;
  }
}
.mv__price__box .normal__unit {
  font-size: 1.4rem;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .mv__price__box .normal__unit {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .normal__unit {
    font-size: 3.0769230769vw;
  }
}
.mv__price__box .sale {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .mv__price__box .sale {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .sale {
    font-size: 2.3076923077vw;
  }
}
.mv__price__box .sale__num {
  font-size: 4.3rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .mv__price__box .sale__num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .sale__num {
    font-size: 8.9743589744vw;
  }
}
.mv__price__box .sale__unit {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mv__price__box .sale__unit {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__price__box .sale__unit {
    font-size: 3.8461538462vw;
  }
}
.mv__price__box .slash {
  position: relative;
}
.mv__price__box .slash::before {
  content: "";
  width: 90%;
  height: 1px;
  transform: rotate(-10deg);
  background-color: var(--color2);
  position: absolute;
  left: 4px;
  top: 5px;
}
@media screen and (max-width: 390px) {
  .mv__price__box .slash::before {
    left: 1.0256410256vw;
    top: 1.2820512821vw;
  }
}
.mv__img img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .mv__img img {
    height: 580px;
  }
}
@media screen and (max-width: 390px) {
  .mv__img img {
    height: 148.7179487179vw;
  }
}
.mv__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .mv__wrapper {
    gap: 20px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 390px) {
  .mv__wrapper {
    gap: 5.1282051282vw;
    padding-bottom: 20.5128205128vw;
  }
}
.mv__title {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--white);
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .mv__title {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 390px) {
  .mv__title {
    font-size: 6.6666666667vw;
  }
}
.mv__title .bg {
  display: inline-block;
  position: relative;
  padding: 6px 20px 12px 0;
  margin-top: 12px;
}
@media screen and (max-width: 599px) {
  .mv__title .bg {
    margin-top: 6px;
    padding: 4px 15px 6px 0;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 390px) {
  .mv__title .bg {
    margin-top: 1.5384615385vw;
    padding: 1.0256410256vw 3.8461538462vw 1.5384615385vw 0;
  }
}
.mv__title .bg__text {
  position: relative;
  z-index: 2;
}
.mv__title .bg__text > span {
  display: inline-block;
  margin-left: -10px;
}
@media screen and (max-width: 390px) {
  .mv__title .bg__text > span {
    margin-left: -2.5641025641vw;
  }
}
.mv__title .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: var(--color2);
  mix-blend-mode: multiply;
}
.mv__text {
  font-size: 2.2rem;
  color: var(--white);
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .mv__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 390px) {
  .mv__text {
    font-size: 3.8461538462vw;
  }
}
.mv__btn_block {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white);
  background-color: var(--white);
  border-radius: 5px;
  width: 410px;
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .mv__btn_block {
    display: none;
  }
}
.mv__btn_block__btn,
.mv__btn_block a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__btn_block a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color8);
}
.mv__btn_block .small {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.mv__btn_block .text {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
.mv__btn_block .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.mv__btn_block .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color8);
}

/* ====================================================
	study
==================================================== */
.study {
  padding: 149px 0 119px;
  background: var(--black);
  color: var(--white);
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .study {
    padding: 50px 0 47px;
  }
}
.study__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .study__title {
    font-size: 1.9rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 390px) {
  .study__title {
    font-size: 4.8717948718vw;
  }
}
.study__title img {
  max-width: 425px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .study__title img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
    padding-left: 2px;
  }
}
.study__title .num {
  font-size: 5.6rem;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 7px;
}
@media screen and (max-width: 599px) {
  .study__title .num {
    font-size: 4.4rem;
    font-weight: 700;
    padding: 0;
  }
}
@media screen and (max-width: 390px) {
  .study__title .num {
    font-size: 11.2820512821vw;
  }
}
.study__title .large {
  font-size: 4rem;
}
@media screen and (max-width: 599px) {
  .study__title .large {
    font-size: 3.15rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 390px) {
  .study__title .large {
    font-size: 8.0769230769vw;
  }
}
@media screen and (max-width: 599px) {
  .study__title .middle {
    font-size: 2.4rem;
    display: block;
    margin-top: -12px;
  }
}
@media screen and (max-width: 390px) {
  .study__title .middle {
    font-size: 6.1538461538vw;
    margin-top: -3.0769230769vw;
  }
}
.study__title .bg {
  display: inline-block;
  font-size: 4rem;
  background-color: var(--white);
  color: var(--black);
  padding: 0 15px 3px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-left: 11px;
}
@media screen and (max-width: 599px) {
  .study__title .bg {
    font-size: 3.15rem;
    font-weight: 700;
    margin-left: 5px;
    padding: 0 8px 3px;
  }
}
@media screen and (max-width: 390px) {
  .study__title .bg {
    font-size: 8.0769230769vw;
    margin-left: 1.2820512821vw;
    padding: 0 2.0512820513vw 0.7692307692vw;
  }
}
.study__title .color {
  color: var(--color2);
}
.study__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  gap: 32px;
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  .study__list {
    gap: 25px;
    margin-top: 23px;
  }
}
.study__item {
  width: 312px;
  text-align: center;
  background: url(images/study/bg.png) no-repeat center/100%;
}
@media screen and (max-width: 599px) {
  .study__item {
    width: 240px;
  }
}
.study__item span {
  font-weight: 700;
  letter-spacing: 0;
}
.study__item .block {
  display: block;
}
.study__item .line {
  line-height: 1.3;
}
.study__item .small {
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .study__item .small {
    font-size: 1.2rem;
  }
}
.study__item .middle {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .study__item .middle {
    font-size: 1.6rem;
  }
}
.study__item .middle.bold {
  font-weight: 700;
}
.study__item .large {
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .study__item .large {
    font-size: 1.85rem;
  }
}
.study__item .num {
  font-size: 5.6rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 599px) {
  .study__item .num {
    font-size: 4.3rem;
  }
}

/* ====================================================
	campaign
==================================================== */
.campaign {
  background-color: var(--color10);
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .campaign {
    padding-bottom: 40px;
  }
}
.campaign::before {
  content: "";
  width: 100%;
  height: 320px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .campaign::before {
    height: 448px;
  }
}
.campaign__block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  padding: 52px 20px 61px;
}
@media screen and (max-width: 599px) {
  .campaign__block {
    width: 94%;
    padding: 25px 10px 36px;
  }
}
.campaign__box {
  text-align: center;
  margin-top: 43px;
}
@media screen and (max-width: 599px) {
  .campaign__box {
    margin-top: 19px;
    padding: 0 15px;
  }
}
.campaign__box__text {
  display: inline-block;
  background-color: var(--black);
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 32px 9px;
  letter-spacing: 0;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .campaign__box__text {
    font-size: 1.8rem;
    padding: 7px 5px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .campaign__box__text {
    font-size: 4.6153846154vw;
    padding: 1.7948717949vw 1.2820512821vw 2.5641025641vw;
  }
}
.campaign__guarantee_list {
  margin-top: 26px;
}
@media screen and (max-width: 599px) {
  .campaign__guarantee_list {
    margin-top: 15px;
  }
}

/* ====================================================
	curriculum
==================================================== */
.curriculum {
  background-color: var(--color10);
  padding: 42px 0 63px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .curriculum {
    padding: 41px 0 38px;
  }
}
.curriculum::before {
  content: "";
  width: 280px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color10);
}
@media screen and (max-width: 599px) {
  .curriculum::before {
    bottom: -35px;
  }
}
.curriculum__title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--black);
}
@media screen and (max-width: 599px) {
  .curriculum__title {
    font-size: 2.4rem;
    line-height: 1.32;
  }
}
@media screen and (max-width: 390px) {
  .curriculum__title {
    font-size: 6.1538461538vw;
  }
}
.curriculum__title .bg {
  display: inline-block;
  background-color: var(--color2);
  color: var(--white);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  padding: 8px 24px;
  border-radius: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .curriculum__title .bg {
    font-size: 1.8rem;
  }
}
.curriculum__list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
}
@media screen and (max-width: 599px) {
  .curriculum__list {
    margin-top: 36px;
    padding: 0 11px;
  }
}
.curriculum__list__box {
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .curriculum__list__box {
    flex-direction: column;
  }
}
.curriculum__list__box + .curriculum__list__box {
  margin-top: 20px;
}
.curriculum__list__box:nth-of-type(1) dd {
  padding: 17px 15px 23px;
  gap: 9px 22px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .curriculum__list__box:nth-of-type(1) dd {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .curriculum__list__box:nth-of-type(1) dd {
    padding: 16px 19px 23px;
  }
}
.curriculum__list__box:nth-of-type(1) .curriculum__list_in__item + .curriculum__list_in__item {
  margin-top: 8px;
}
.curriculum__list__box:nth-of-type(2) dd {
  padding: 22px 18px 26px;
}
@media screen and (max-width: 599px) {
  .curriculum__list__box:nth-of-type(2) dd {
    padding: 16px 19px 14px;
  }
}
.curriculum__list__box:nth-of-type(2) .curriculum__list_in {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
}
@media screen and (max-width: 599px) {
  .curriculum__list__box:nth-of-type(2) .curriculum__list_in {
    flex-direction: column;
  }
}
.curriculum__list__box dt {
  width: 26.5%;
  min-width: 265px;
  background-color: var(--black);
  color: var(--white);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .curriculum__list__box dt {
    font-size: 1.8rem;
    width: 100%;
    padding: 6px 10px 7px;
  }
}
.curriculum__list__box dd {
  width: 73.5%;
  color: var(--black);
  background-color: var(--white);
  text-align: left;
  display: flex;
}
@media screen and (max-width: 599px) {
  .curriculum__list__box dd {
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.42;
  }
}
.curriculum__list_in {
  position: relative;
}
.curriculum__list_in__item::before {
  content: "・";
}
.curriculum__text {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.05em;
  margin-top: 43px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .curriculum__text {
    font-size: 2.2rem;
    margin-top: 30px;
    line-height: 1.8;
  }
}
.curriculum__text .color {
  color: var(--color2);
}
.curriculum__text .strong {
  background-image: linear-gradient(0deg, var(--color2) 0px, var(--color2) 2px, transparent 2px, transparent 4px, var(--color2) 4px, var(--color2) 6px);
  background-size: 100% 6px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 11px;
}
@media screen and (max-width: 599px) {
  .curriculum__text .strong {
    padding-bottom: 7px;
  }
}

/* ====================================================
	marketer
==================================================== */
.marketer {
  padding: 151px 0 144px;
}
.marketer .slick-slider div {
  transition: none;
}
@media screen and (max-width: 599px) {
  .marketer {
    padding: 60px 0 80px;
  }
}
.marketer__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color2);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .marketer__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.marketer__title .bg {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--white);
  background-color: var(--black);
  display: inline-block;
  margin-top: 12px;
  padding: 0 20px 6px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .marketer__title .bg {
    font-size: 2.4rem;
    margin-top: 7px;
    width: 94%;
    padding: 5px 10px 8px;
  }
}
.marketer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .marketer__list {
    margin-top: 30px;
  }
}
.marketer__item {
  width: 320px;
  margin: 0 20px;
}
.marketer__item__title {
  font-size: 1.8rem;
  display: inline-block;
  color: var(--white);
  background-color: var(--black);
  font-weight: 700;
  padding: 6px 10px 7px;
  width: 88%;
  letter-spacing: 0.05em;
}
.marketer__item__texts {
  background: url(images/common/bg_grad.jpg) no-repeat center/cover;
  margin-top: -20px;
}
.marketer__item__list {
  padding: 20px;
}
.marketer__item__list__box {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  color: var(--black);
  letter-spacing: 0;
}
.marketer__item__list__box + .marketer__item__list__box {
  margin-top: 10px;
}
.marketer__item__list__box dt,
.marketer__item__list__box dd {
  padding: 2px 10px 3px;
}
@media screen and (max-width: 599px) {
  .marketer__item__list__box dt,
.marketer__item__list__box dd {
    font-size: 1.4rem;
  }
}
.marketer__item__list__box dt {
  background-color: var(--white);
  width: 29%;
  min-width: 81px;
}
.marketer__item__list__box dd {
  text-align: left;
  width: 71%;
  padding-right: 0;
}

/* ====================================================
	recruit
==================================================== */
.recruit {
  background-color: var(--black);
  padding: 63px 0 57px;
}
@media screen and (max-width: 767px) {
  .recruit {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .recruit {
    padding: 70px 0;
  }
}
.recruit__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.recruit__text {
  color: var(--white);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-top: 3px;
}
@media screen and (max-width: 599px) {
  .recruit__text {
    font-size: 1.6rem;
  }
}
.recruit__text .large {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .recruit__text .large {
    font-size: 2.8rem;
  }
}
.recruit__btn {
  max-width: 360px;
  width: 100%;
  height: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .recruit__btn {
    margin-left: 0;
  }
}
.recruit__btn a {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--color8);
  color: var(--white);
  font-weight: 700;
}
.recruit__btn a .small {
  font-size: 1.4rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .recruit__btn a .small {
    font-size: 1.2rem;
  }
}
.recruit__btn a .text {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
.recruit__btn a .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
.recruit__btn a .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color8);
}

/* ====================================================
	roadmap
==================================================== */
.roadmap {
  position: relative;
  background-color: var(--color10);
  padding: 120px 0 67px;
}
@media screen and (max-width: 599px) {
  .roadmap {
    padding: 63px 0 24px;
  }
}
.roadmap::before {
  content: "";
  width: 100%;
  height: 580px;
  background: url(images/roadmap/bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .roadmap::before {
    background-image: url(images/roadmap/bg_sp.jpg);
    height: 420px;
  }
}
.roadmap__title {
  font-size: 3.6rem;
  color: var(--white);
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .roadmap__title {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 390px) {
  .roadmap__title {
    font-size: 6.1538461538vw;
  }
}
.roadmap__text {
  color: var(--white);
  font-weight: 400;
  padding: 0 100px;
  margin-top: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .roadmap__text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .roadmap__text {
    font-size: 1.4rem;
    padding: 0 14px;
    margin-top: 25px;
  }
}
.roadmap__img {
  margin-top: 18px;
  display: block;
}
@media screen and (max-width: 599px) {
  .roadmap__img {
    overflow-x: scroll;
    width: 105.5%;
    margin-top: 17px;
  }
}
.roadmap__img img {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .roadmap__img img {
    min-width: 644px;
    margin-left: -12px;
  }
}

/* ====================================================
	guarantee
==================================================== */
.guarantee {
  padding: 67px 0 36px;
  position: relative;
  z-index: 1;
  background-color: var(--color10);
}
@media screen and (max-width: 767px) {
  .guarantee {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 599px) {
  .guarantee {
    padding: 21px 0 122px;
  }
}
.guarantee__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color2);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .guarantee__title {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.guarantee__title .bg {
  font-size: 3.6rem;
  display: inline-block;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0.05em;
  margin-top: 14px;
  padding: 0 24px 6px;
}
@media screen and (max-width: 599px) {
  .guarantee__title .bg {
    font-size: 2.4rem;
    margin-top: 9px;
    padding: 8px 10px;
    width: 94%;
  }
}
.guarantee__guarantee_list {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .guarantee__guarantee_list {
    margin-top: 30px;
    padding: 0 36px;
  }
}
.guarantee__box {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .guarantee__box {
    flex-direction: column;
    align-items: center;
  }
}
.guarantee__text {
  font-size: 1.8rem;
  color: var(--black);
  text-align: left;
  margin-top: 77px;
  letter-spacing: 0.1em;
  width: 53.6%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .guarantee__text {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .guarantee__text {
    font-size: 1.6rem;
    margin-top: 44px;
    padding: 0 35px;
  }
}
.guarantee__img {
  width: 36.5%;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guarantee__img {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .guarantee__img {
    max-width: 280px;
    margin-top: 13px;
  }
}
.guarantee__img img {
  position: absolute;
  top: 0;
  left: 0;
}

/* ====================================================
	online
==================================================== */
.online {
  background: url(images/online/bg.jpg) no-repeat center/cover;
  padding: 219px 0 151px;
}
@media screen and (max-width: 599px) {
  .online {
    background-image: url(images/online/bg_sp.jpg);
    padding: 235px 0 68px;
  }
}
.online__block {
  background-color: var(--white);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 50px;
}
@media screen and (max-width: 599px) {
  .online__block {
    font-size: 1.6rem;
    padding: 90px 20px 42px;
    width: 94%;
  }
}
.online__box {
  display: flex;
  margin-top: -116px;
}
@media screen and (max-width: 1023px) {
  .online__box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .online__box {
    margin-top: -180px;
  }
}
.online__img {
  max-width: 400px;
}
@media screen and (max-width: 1023px) {
  .online__img {
    max-width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .online__img {
    width: 96.5%;
  }
}
.online__txt_box {
  padding: 106px 10px 0 50px;
}
@media screen and (max-width: 1023px) {
  .online__txt_box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .online__txt_box {
    padding: 15px 0;
  }
}
.online__title {
  text-align: left;
  color: var(--black);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .online__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .online__title {
    font-size: 6.1538461538vw;
  }
}
.online__title .bg {
  display: inline-block;
  font-size: 2rem;
  color: var(--white);
  background-color: var(--color2);
  padding: 5px 18px 5px;
  letter-spacing: 0;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .online__title .bg {
    font-size: 1.8rem;
    padding: 4px 16px 7px;
    margin-bottom: 4px;
  }
}
.online__title .color {
  color: var(--color2);
}
.online__text {
  text-align: left;
  color: var(--black);
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .online__text {
    font-size: 1.4rem;
    margin-top: 24px;
    padding: 0 5px;
    line-height: 1.72;
  }
}
.online__btn_box {
  margin-bottom: -88px;
  margin-top: 29px;
}
@media screen and (max-width: 1023px) {
  .online__btn_box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .online__btn_box {
    display: none;
  }
}
.online__btn_box__text {
  color: var(--black);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.online__btn {
  width: 360px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
.online__btn a {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--color8);
  color: var(--white);
  font-weight: 700;
}
.online__btn a .small {
  font-size: 1.4rem;
  letter-spacing: 0;
  display: block;
}
.online__btn a .text {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
.online__btn a .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
.online__btn a .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color8);
}

/* ====================================================
	support
==================================================== */
.support {
  padding: 151px 0 150px;
  background: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .support {
    padding: 100px 0;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 599px) {
  .support {
    padding: 95px 0 75px;
  }
}
.support .color {
  filter: none;
}
.support__wrapper {
  text-align: left;
}
.support__title {
  color: var(--black);
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 77px;
}
@media screen and (max-width: 599px) {
  .support__title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 390px) {
  .support__title {
    font-size: 5.1282051282vw;
  }
}
.support__title .bg {
  display: inline-block;
  font-size: 3.6rem;
  background-color: var(--black);
  color: var(--white);
  margin-top: 13px;
  padding: 0 24px 6px;
}
@media screen and (max-width: 1023px) {
  .support__title .bg {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .support__title .bg {
    width: 94%;
    font-size: 2.4rem;
    margin-top: 11px;
    padding: 5px 10px 8px;
  }
}
.support__list {
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media screen and (max-width: 1023px) {
  .support__list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .support__list {
    gap: 49px;
  }
}
.support__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .support__item {
    display: block;
  }
}
.support__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .support__item:nth-of-type(even) .support__item__text {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1023px) {
  .support__item:nth-of-type(even) .support__item__text strong {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .support__item:nth-of-type(even) .support__item__text h3 {
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .support__item:nth-of-type(even) .support__item__text p {
    padding: 0 0 0 30px;
  }
}
.support__item:nth-of-type(even) .support__item__images {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .support__item:nth-of-type(even) .support__item__images {
    right: -5%;
    left: initial;
  }
}
.support__item:nth-of-type(3) {
  margin-top: 52px;
}
@media screen and (max-width: 1023px) {
  .support__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.support__item:nth-of-type(3) .support__item__text h3 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1150px) {
  .support__item:nth-of-type(3) .support__item__text h3 br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .support__item:nth-of-type(3) .support__item__text h3 br {
    display: block;
  }
}
.support__item__text {
  width: 41.6%;
}
@media screen and (max-width: 1023px) {
  .support__item__text {
    width: 100%;
    margin-top: -50px;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .support__item__text {
    margin-top: -60px;
  }
}
.support__item__text strong {
  font-size: 9rem;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color2);
  margin-bottom: -14px;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .support__item__text strong {
    display: block;
    font-size: 7rem;
    text-align: right;
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .support__item__text strong {
    font-size: 8rem;
  }
}
.support__item__text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color2);
  margin-bottom: 56px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .support__item__text h3 {
    font-size: 1.9rem;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .support__item__text h3 {
    font-size: 1.8rem;
    margin-top: -20px;
    padding: 0 11px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 390px) {
  .support__item__text h3 {
    font-size: 4.6153846154vw;
  }
}
.support__item__text p {
  letter-spacing: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .support__item__text p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .support__item__text p {
    padding: 0 20px 0 11px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.support__item__images {
  position: relative;
  width: 54.2%;
  padding-top: 53px;
}
@media screen and (max-width: 1023px) {
  .support__item__images {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .support__item__images {
    padding-top: 0;
    width: 97%;
    aspect-ratio: 7/4;
    left: -5%;
  }
}
.support__item__images__image {
  filter: grayscale(1);
  transition: 1s;
}
@media screen and (max-width: 599px) {
  .support__item__images__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ====================================================
	community
==================================================== */
.community {
  background-color: var(--color10);
  padding: 149px 0 154px;
}
@media screen and (max-width: 1023px) {
  .community {
    padding-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .community {
    padding: 80px 0 100px;
  }
}
.community__wrapper {
  width: 95%;
}
.community__title {
  color: var(--black);
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  margin-bottom: 98px;
}
@media screen and (max-width: 1023px) {
  .community__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .community__title {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
  }
}
.community__block {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .community__block {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .community__block {
    padding: 0 20px;
    gap: 19px;
  }
}
.community__block__img {
  max-width: 600px;
}
.community__block__contents {
  text-align: left;
  width: calc(100% - 650px);
}
@media screen and (max-width: 1023px) {
  .community__block__contents {
    max-width: 600px;
    width: 100%;
  }
}
.community__block__title {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
  color: var(--color2);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .community__block__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .community__block__title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 16px;
  }
}
.community__block__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color4);
}
.community__block__text {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .community__block__text {
    font-size: 1.4rem;
    margin-top: 19px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
.community__block__text .small {
  display: block;
  font-size: 1.2rem;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .community__block__text .small {
    margin-top: 26px;
    letter-spacing: 0.1em;
  }
}

/* ====================================================
	step
==================================================== */
.step {
  background: var(--white);
  padding: 150px 0;
}
@media screen and (max-width: 1023px) {
  .step {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .step {
    padding: 100px 0 45px;
  }
}

.step__wrapper__small_title {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: var(--color2);
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 2;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .step__wrapper__small_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .step__wrapper__small_title {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    margin-bottom: 0;
  }
}

.step__wrapper__title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 90px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1023px) {
  .step__wrapper__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .step__wrapper__title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
  }
}

.step__wrapper__ul {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .step__wrapper__ul {
    flex-direction: column;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 599px) {
  .step__wrapper__ul {
    gap: 48px;
    margin-bottom: 5px;
  }
}
.step__wrapper__ul::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 30px;
  width: 70%;
  height: 2px;
  background: var(--color2);
}
@media screen and (max-width: 1023px) {
  .step__wrapper__ul::before {
    display: none;
  }
}

.step__wrapper__ul__li {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .step__wrapper__ul__li {
    width: 100%;
  }
}

.step__wrapper__ul__li__number {
  padding-left: 2px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 2px var(--color2);
  margin: 0 auto 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color2);
  font-size: 2.4rem;
  font-weight: 600;
  background: var(--white);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .step__wrapper__ul__li__number {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.step__wrapper__ul__li:last-child .step__wrapper__ul__li__number {
  background: var(--color2);
  color: var(--white);
}

.step__wrapper__ul__li__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .step__wrapper__ul__li__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .step__wrapper__ul__li__title {
    margin-bottom: 8px;
  }
}

.step__wrapper__ul__li__image {
  display: block;
  margin-bottom: 21px;
}
@media screen and (max-width: 599px) {
  .step__wrapper__ul__li__image {
    padding: 10px;
    margin-bottom: 11px;
  }
}

.step__wrapper__ul__li__text {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.07rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-break: strict;
}
@media screen and (max-width: 599px) {
  .step__wrapper__ul__li__text {
    padding: 0 10px;
    line-height: 1.9;
    letter-spacing: 0.14rem;
  }
}

/* ====================================================
	faq
==================================================== */
.faq {
  background: var(--color9);
  padding: 1px 0 150px;
}
@media screen and (max-width: 1023px) {
  .faq {
    padding: 1px 0 100px;
  }
}

.faq__wrapper {
  padding: 105px 0 92px;
  margin: 100px auto 0;
  background: var(--white);
  box-shadow: 0 0 8px #D9D9D9;
}
@media screen and (max-width: 1023px) {
  .faq__wrapper {
    padding: 80px 0 100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .faq__wrapper {
    padding: 43px 0 50px;
    margin: 50px auto 0;
    width: 85%;
  }
}

.faq__wrapper__area {
  text-align: left;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.faq__wrapper__area ul li p {
  padding: 17px 0 7px;
  display: none;
  letter-spacing: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .faq__wrapper__area ul li p {
    padding: 20px 0;
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .faq__wrapper__area ul li p {
    font-size: 1.4rem;
    padding: 20px 0 26px;
  }
}

.faq__small_title {
  color: var(--color2);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .faq__small_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .faq__small_title {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 14px;
    margin-bottom: 3px;
  }
}

.faq__title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 44px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1023px) {
  .faq__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .faq__title {
    font-size: 1.8rem;
    text-align: left;
    padding-left: 14px;
    letter-spacing: 0.2rem;
    margin-bottom: 13px;
  }
}

.nav-open {
  padding: 54px 45px 11px 4px;
  border-bottom: solid 2px var(--color2);
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .nav-open {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px 0;
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .nav-open {
    font-size: 1.6rem;
    padding: 20px 10px 20px 15px;
    letter-spacing: 0.16rem;
    gap: 12px;
  }
}
.nav-open span {
  color: var(--color2);
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .nav-open span {
    font-size: 1.6rem;
  }
}
.nav-open::before {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 52px;
  color: var(--color2);
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .nav-open::before {
    right: 0;
    top: 12.5px;
  }
}
@media screen and (max-width: 599px) {
  .nav-open::before {
    font-size: 1.8rem;
    right: 24px;
    top: 20px;
  }
}
.nav-open.active-faq::before {
  content: "△";
}

/* ====================================================
	payment
==================================================== */
.payment {
  padding: 151px 0 148px;
}
@media screen and (max-width: 599px) {
  .payment {
    padding: 102px 0 98px;
  }
}
.payment__small_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: var(--color2);
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 2;
  letter-spacing: 0.4rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .payment__small_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .payment__small_title {
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0;
  }
}
.payment__title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 38px;
}
@media screen and (max-width: 1023px) {
  .payment__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .payment__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.payment__text {
  font-size: 2rem;
  padding-top: 33px;
}
@media screen and (max-width: 599px) {
  .payment__text {
    font-size: 1.6rem;
  }
}
.payment__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 21px;
}
@media screen and (max-width: 599px) {
  .payment__list {
    margin-top: 14px;
    padding: 0 6px;
    gap: 13px;
  }
}
@media screen and (max-width: 390px) {
  .payment__list {
    padding: 0 1.5384615385vw;
    gap: 3.3333333333vw;
  }
}
.payment__item {
  font-size: 2.2rem;
  color: var(--white);
  background-color: var(--black);
  padding: 7px 20px 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .payment__item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .payment__item {
    font-size: 1.66rem;
    padding: 4px 10px 5px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 390px) {
  .payment__item {
    font-size: 4.1025641026vw;
    padding: 1.0256410256vw 2.5641025641vw 1.2820512821vw;
  }
}
.payment__price_box {
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .payment__price_box {
    margin-top: 38px;
  }
}
.payment__price_box .price_box__note {
  padding: 0 41px;
}

/* ====================================================
	company
==================================================== */
.company {
  background: var(--color5);
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .company {
    background-color: var(--color5);
  }
}

.company__wrapper__small_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: var(--color2);
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 2;
  letter-spacing: 0.4rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .company__wrapper__small_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .company__wrapper__small_title {
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0;
  }
}

.company__wrapper__title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 38px;
}
@media screen and (max-width: 1023px) {
  .company__wrapper__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .company__wrapper__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.company__wrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .company__wrapper {
    display: block;
  }
}
.company__wrapper div {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .company__wrapper div {
    width: 100%;
  }
}

.company__wrapper__contents {
  background-color: var(--color5);
}

.company__wrapper__contents__date {
  text-align: left;
  max-width: 620px;
}
@media screen and (max-width: 1023px) {
  .company__wrapper__contents__date {
    max-width: initial;
  }
}

.company__wrapper__contents__date dl {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 60px 0 20px;
}
@media screen and (max-width: 1023px) {
  .company__wrapper__contents__date dl {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .company__wrapper__contents__date dl {
    padding: 20px 30px;
    font-size: 1.4rem;
  }
}

.company__wrapper__contents__date dl dt,
.company__wrapper__contents__date dl dd {
  display: block;
  padding: 52px 0 20px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 599px) {
  .company__wrapper__contents__date dl dt,
.company__wrapper__contents__date dl dd {
    padding: 20px 0;
  }
}

.company__wrapper__contents__date dl dt {
  padding-left: 21px;
  width: 25%;
}
@media screen and (max-width: 599px) {
  .company__wrapper__contents__date dl dt {
    padding-left: 0;
    width: 21%;
  }
}

.company__wrapper__contents__date dl dd {
  width: 75%;
}
@media screen and (max-width: 599px) {
  .company__wrapper__contents__date dl dd {
    width: 79%;
    letter-spacing: 0.1rem;
  }
}

.company__wrapper__contents__date .line {
  text-decoration: underline;
  padding-left: 1.7rem;
  display: block;
  letter-spacing: 0.1em;
}

.google-map iframe {
  width: 100%;
  height: 504px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 599px) {
  .google-map iframe {
    height: 530px;
  }
}

/* ====================================================
	floating
==================================================== */
.floating {
  position: fixed;
  left: 0;
  bottom: -2px;
  width: 100%;
  padding: 0 3%;
  z-index: 100;
}
.floating__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color8);
  max-width: 330px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  color: var(--white);
  border-radius: 5px 5px 0 0;
}
.floating__btn .small {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.floating__btn .text {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
.floating__btn .icon {
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.floating__btn .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color8);
}

/* ----------------------------------------------------
	[END]TOPコンテンツ
---------------------------------------------------- */
/* ----------------------------------------------------
	[START]下層コンテンツ
---------------------------------------------------- */
/* ====================================================
	other-top
==================================================== */
.other-top {
  padding-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .other-top {
    padding-top: 114px;
  }
}

.other-top img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
}

@media (max-width: 599px) {
  .other-top img {
    min-height: 100px;
  }
}
/* ====================================================
	privacy
==================================================== */
.privacy__contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 150px;
  text-align: left;
  line-height: 2;
}

.privacy__contents__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.privacy__contents__text {
  margin-bottom: 100px;
}

.privacy__contents__ul {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.privacy__contents__ul__li__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy__contents__ul__li__title span {
  display: block;
  width: 10px;
  height: 2px;
  background: var(--color2);
}

.privacy__contents__ul__li__ul {
  margin-top: 15px;
}

.privacy__contents__ul__li__ul__li {
  padding-left: 16px;
}

.privacy__contents__ul__li__ul__bottom {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .privacy__contents__title {
    font-size: 1.8rem;
  }
  .privacy__contents__text {
    font-size: 1.4rem;
  }
  .privacy__contents__ul {
    font-size: 1.4rem;
  }
}
/* ====================================================
	tokusho
==================================================== */
.tokusho {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 150px;
  text-align: left;
}

.tokusho__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 70px;
}

.tokusho dl {
  display: flex;
  flex-wrap: wrap;
}

.tokusho dl dt {
  padding: 20px 0;
  border-bottom: solid 1px #D9D9D9;
  width: 250px;
  font-weight: 700;
}

.tokusho dl dd {
  padding: 20px 0;
  width: calc(100% - 250px);
  border-bottom: solid 1px #D9D9D9;
}

.tokusho dl dd span {
  color: #757373;
}

.tokusho dl dd a {
  text-decoration: underline;
  color: #0085FF;
}

@media (max-width: 1023px) {
  .tokusho__title {
    font-size: 1.8rem;
  }
  .tokusho dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  .tokusho dl dd {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 10px;
  }
}
/* ====================================================
	contact
==================================================== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

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

input[type=submit] {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  background: #D9D9D9;
  border-radius: 5px;
  padding: 15px 0;
  transition: 0.4s;
}

input[type=submit]:hover {
  background: var(--black);
  color: var(--white);
}

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

.pageContact {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 200px;
}

.pageContact__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 50px;
}

.pageContact__ul {
  width: 220px;
  height: 2px;
  background: #D9D9D9;
  position: relative;
  margin: 0 auto 120px;
}

.pageContact__ul__li {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  left: -30px;
  top: -4px;
}

.pageContact__ul__li:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
}

.pageContact__ul__li:nth-of-type(3) {
  left: auto;
  right: -30px;
}

.pageContact__ul__li span {
  display: block;
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50%;
}

.pageContact__ul__li p {
  line-height: 2;
  font-size: 1.4rem;
  color: #D9D9D9;
}

.pageContact__ul__li-current span {
  background: var(--color2);
}

.pageContact__ul__li-current p {
  color: var(--color2);
}

.contact__form {
  display: block;
  text-align: left;
}

.contact__form tbody {
  display: block;
}

.contact__form tbody tr {
  display: block;
  margin-bottom: 20px;
}

.contact__form tbody tr th {
  display: block;
  line-height: 2;
}

.contact__form tbody tr td {
  display: block;
}

.contact__form tbody tr td span {
  display: block;
  width: 100%;
  height: 100%;
}

.contact__form tbody tr td span input {
  width: 100%;
  border: solid 1px #D9D9D9;
  padding: 9px 16px;
}

.contact__form tbody tr td span textarea {
  width: 100%;
  height: 100%;
  border: solid 1px #D9D9D9;
  padding: 9px 16px;
  resize: none;
}

.contact__form tbody tr td span input::-moz-placeholder {
  color: #D9D9D9;
}

.contact__form tbody tr td span input::placeholder {
  color: #D9D9D9;
}

.contact__form tbody tr td span textarea::-moz-placeholder {
  color: #D9D9D9;
}

.contact__form tbody tr td span textarea::placeholder {
  color: #D9D9D9;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item input {
  width: 18px;
  height: 18px;
  border: solid 1px #D0d0d0;
  margin-bottom: 2.5px;
}

.form-confirmation {
  display: flex;
  gap: 12.5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.form-confirmation a {
  color: #0085FF;
  text-decoration: underline;
}

.wpcf7-submit {
  display: block;
  width: 90%;
  max-width: 280px;
  padding: 14px 0;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.4rem;
  background: var(--black);
  color: var(--white);
  transition: 0.25s;
}

.wpcf7-submit:hover {
  opacity: 0.5;
}

.wpcf7-submit:disabled {
  opacity: 0.25;
}

.pageContact-confirmation .contact__form {
  margin-bottom: 150px;
}

.pageContact-confirmation .contact__form tbody tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #D9D9D9;
  display: flex;
  align-items: center;
}

.pageContact-confirmation .contact__form tbody tr:last-child {
  align-items: flex-start;
}

.pageContact-confirmation .contact__form tbody tr th {
  width: 200px;
}

.pageContact-confirmation .contact__form tbody tr td {
  flex: 1;
}

.pageContact-confirmation .contact__form tbody tr:last-child td {
  margin-top: 2.5px;
}

.pageContact-thanks__text {
  line-height: 2;
  margin-bottom: 220px;
  text-align: left;
}

.pageContact-thanks__button {
  display: block;
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  background: var(--black);
  color: var(--white);
  padding: 14px 0;
  line-height: 2;
}

@media (max-width: 1023px) {
  .pageContact-confirmation .contact__form tbody tr {
    display: block;
  }
  .pageContact-confirmation .contact__form tbody tr td {
    padding-left: 20px;
  }
}
/* ====================================================
	form
==================================================== */
.pageform {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .pageform {
    padding-top: 114px;
  }
}

.form__subTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color2);
  line-height: 2;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  text-align: center;
}

.form__title {
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.form__topText {
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.form__bottomText {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: left;
}

.form__contents {
  margin-bottom: 200px;
}

.form__input {
  width: 100%;
  display: block;
}

.form__input tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__input tbody tr {
  display: flex;
}

.form__input tbody tr th {
  width: 220px;
  margin-top: 12.5px;
}

.form__input tbody tr td {
  flex: 1;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7-form-control-wrap input {
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 10px 12.5px;
  border: solid 1px #D4D4D4;
  border-radius: 5px;
}

.form__red {
  width: 60px;
  padding: 5px;
  color: var(--color2);
  border: solid 1px var(--color2);
  border-radius: 5px;
  font-size: 1.2rem;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.form__input tbody .form__date {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.form__input tbody .form__date th {
  margin-left: 70px;
}

.form__date__top {
  margin-top: 5px;
}

.form__date__top2 {
  margin-top: 7.5px;
}

.form__input tbody .form__date td {
  display: flex;
  width: 100%;
}

.form__date__td__title {
  margin-right: 10px;
}

.form__input .wpcf7-date {
  border: solid 1px #D9D9D9;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  height: 35px;
}

.form__date__td__margin {
  margin: 0 15px;
}

.form__input .wpcf7-select {
  width: 100%;
  padding: 5px 30px 5px 10px;
  border: solid 1px #D8D8D8;
  border-radius: 5px;
  text-align: left;
  position: relative;
  z-index: 10;
}

.form__date__td__flex1 {
  flex: 1;
}

.hidden {
  visibility: hidden;
}

.comfilme__input p {
  text-align: left;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 7.5px;
}

.comfilme {
  padding: 6px 10px;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
}

.formmain {
  overflow-x: hidden;
}

.form__date__td__flex1 .wpcf7-form-control-wrap::after {
  width: 15px;
  height: 12.5px;
  background: var(--black);
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 12.5px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.form__input__button {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

.form__input__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-right: solid 2px var(--white);
  border-bottom: solid 2px var(--white);
  transform: rotate(-45deg) translateY(-50%);
}

.form__input__button input {
  transition: 0.4s;
  background: linear-gradient(129deg, #E60012 26.14%, #8D000B 86.26%);
}

.form__input__button input[type=submit]:hover {
  background: linear-gradient(129deg, #E60012 26.14%, #8D000B 86.26%);
  color: var(--white);
  opacity: 0.75;
}

@media (max-width: 650px) {
  .form__subTitle {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .form__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .form__topText {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .form__input tbody tr {
    flex-direction: column;
    gap: 10px;
  }
  .form__input tbody .form__date th {
    margin: 0;
  }
  .form__input tbody .form__date td {
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__date__top2 {
    width: calc(100% - 70px);
    text-align: left;
  }
  .form__date .form__date__top {
    margin-right: 0;
  }
  .form__date__td__margin {
    margin: 0;
    width: 40%;
  }
  .form__date__td__title {
    text-align: left;
    width: 47.5%;
    margin-right: 0;
  }
  .form__input .wpcf7-date {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */