@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ====================
  common
====================*/
:root {
  --main-c: #00a598;
  --main-c-lit: #99c6c1;
  --sub-c: #e7f5f3;
  --acc-c: #f27d19;
  --bg-c: #fcfffe;
  --black: #3c3c3c;
  --white: #fff;
  --gray: #a6b7b9;
}

.pc_disp {
  display: block !important;
}
@media screen and (max-width: 1020px) {
  .pc_disp {
    display: none !important;
  }
}

.sp_disp {
  display: none !important;
}
@media screen and (max-width: 1020px) {
  .sp_disp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--black);
  background-color: var(--bg-c);
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.11;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

img {
  width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=tel],
button,
textarea,
select {
  appearance: none;
}

em {
  font-style: normal;
  font-weight: 600;
}

strong,
b {
  font-weight: 700;
}

a,
input[type=submit] {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

a,
a::before,
a::after,
input[type=submit] {
  transition: all 0.3s;
}

ul.disc li {
  list-style: disc;
  margin-left: 1.5em;
}

p + p {
  margin-top: 2rem;
}

.container {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .container {
    width: 100%;
    padding: 0 2rem;
  }
}

.mt10 {
  margin-top: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mt120 {
  margin-top: 12rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.al_c {
  text-align: center;
}

.al_r {
  text-align: right;
}

.bg_color {
  background-color: var(--sub-c);
}
.bg_white {
  background-color: var(--white);
}
.bg_black {
  background-color: var(--black);
}

.btn a,
.btn input[type=submit] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

em {
  color: var(--main-c);
}
em.red {
  color: var(--acc-c);
}

.small {
  font-size: 80%;
}

.large {
  font-size: 120%;
}

table {
  width: 100%;
  background-color: var(--white);
}
table th,
table td {
  padding: 1rem;
  border: solid 1px var(--gray);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    font-size: 1.4rem;
  }
}
table thead th {
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--main-c);
}
table tbody th {
  font-weight: 700;
  text-align: center;
  color: var(--main-c);
}
table tbody td img {
  height: 100px;
  width: auto;
  margin: 0 1rem;
}

.js-scrollable {
  max-width: 100%;
  white-space: nowrap;
}

.grecaptcha-badge {
  display: none;
}

section {
  padding: 12rem 0;
}
@media screen and (max-width: 1020px) {
  section {
    padding: 6rem 0;
  }
}

.section_title_01 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 4px;
  color: var(--black);
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .section_title_01 {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
}
.section_title_01 .en {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--main-c);
  display: block;
}
@media screen and (max-width: 767px) {
  .section_title_01 .en {
    font-size: 1.6rem;
  }
}

.section_title_02 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.67;
  color: var(--black);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section_title_02 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.section_title_03 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.67;
  color: var(--black);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .section_title_03 {
    font-size: 1.8rem;
  }
}

.under_title {
  margin-top: -6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .under_title {
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1020px) {
  .header {
    height: 6rem;
  }
}
.header.is-scroll {
  transition: all 0.8s;
  background-color: var(--white);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.header__logo {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: 2rem;
  }
}
.header__logo img {
  width: 15rem;
}
@media screen and (max-width: 1020px) {
  .header__logo img {
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 12rem;
  }
}
.header__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  margin-right: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 1020px) {
  .header__nav__item {
    margin-right: 2em;
    font-size: 1.3rem;
  }
}
.header__nav__item:hover {
  color: var(--main-c);
}
.header__right {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
.header__btn a {
  width: 16rem;
  height: 8rem;
  color: var(--white);
  background-color: var(--acc-c);
  line-height: 1.39;
  font-size: 1.6rem;
}
@media screen and (max-width: 1020px) {
  .header__btn a {
    font-size: 1.3rem;
    width: 13rem;
    height: 6rem;
  }
}

.drawer__button {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer__button {
    display: block;
  }
}
.drawer__button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2px;
  background-color: var(--black);
  transform: translateX(-50%);
}
.drawer__button span:first-child {
  transform: translate(-50%, calc(-50% - 0.8rem));
  transition: transform 0.3s ease;
}
.drawer__button span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button span:last-child {
  transform: translate(-50%, calc(-50% + 0.8rem));
  transition: transform 0.3s ease;
}
.drawer__button.active span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: var(--bg-c);
  padding: 4rem 2rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  padding-left: 0;
}
.drawer__nav__item a {
  display: block;
  padding: 1rem;
  border-bottom: solid 1px var(--gray);
}

body.active {
  height: 100%;
  overflow: hidden;
}

.floating__btn {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 998;
}
.floating__btn a {
  width: 100%;
  height: 6rem;
  color: var(--white);
  background-color: var(--acc-c);
  line-height: 1.39;
  font-size: 1.4rem;
}

.footer {
  padding: 8rem 0;
  line-height: 2;
  background-image: url(../images/bg_line.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 12rem;
    background-image: none;
  }
}
.footer__logo {
  margin-bottom: 4rem;
}
.footer__link {
  display: flex;
  flex-wrap: wrap;
}
.footer__link li {
  margin-right: 1.5rem;
}
.footer a {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1.4rem;
    text-align: center;
  }
}

.cta {
  padding: 8rem 0;
  background-image: url(../images/bg_line.svg), linear-gradient(to right, var(--main-c-lit), var(--main-c));
  color: var(--white);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta {
    background-image: linear-gradient(to right, var(--main-c-lit), var(--main-c));
  }
}
.cta .section_title_01 {
  color: var(--white);
}
.cta .section_title_01 .en {
  color: var(--white);
}
.cta .under_title {
  margin-bottom: 4rem;
}
.cta__btn a,
.cta__btn input[type=submit] {
  margin: 0 auto;
  width: 100%;
  max-width: 34rem;
  height: 8rem;
  background-color: var(--acc-c);
  font-size: 2rem;
  color: var(--white);
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  .cta__btn a,
  .cta__btn input[type=submit] {
    max-width: 30rem;
    font-size: 1.8rem;
  }
}
.cta__btn a:disabled,
.cta__btn input[type=submit]:disabled {
  background-color: var(--gray);
}
.cta__btn a:disabled:hover,
.cta__btn input[type=submit]:disabled:hover {
  opacity: 1;
}

.mv {
  height: 100vh;
  background-image: url(../images/img_main.jpg?250826);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1020px) {
  .mv {
    background-position: center;
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../images/img_main_sp.jpg?250826);
    height: 75vh;
    align-items: flex-end;
    padding-bottom: 2rem;
    text-align: left;
  }
}
.mv__copy {
  padding-top: 8rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.74;
  letter-spacing: 6.9px;
  color: var(--white);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1020px) {
  .mv__copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__copy {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.mv__read {
  font-size: 2rem;
  line-height: 2;
  color: var(--white);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1020px) {
  .mv__read {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__read {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__btn a {
    display: none;
  }
}

.worries {
  background-image: url(../images/bg_worries.png?0917);
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1020px) {
  .worries {
    background-image: unset;
  }
}
.worries__img {
  margin-bottom: 2rem;
}

.plan__wrap {
  display: flex;
  gap: 4rem;
}
.plan__item {
  flex: 1;
  border-radius: 20px;
  border: solid 1px var(--gray);
  background-color: var(--white);
  padding: 3rem;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .plan__item {
    margin: 4rem 1rem 1rem;
    padding: 2rem;
  }
}
.plan__pickup, .plan-info__pickup {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: var(--acc-c);
  padding: 0 2rem;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(8em + 4rem);
}
.plan__pickup::before, .plan-info__pickup::before, .plan__pickup::after, .plan-info__pickup::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 2px;
  height: 3rem;
  background: var(--acc-c);
}
.plan__pickup::before, .plan-info__pickup::before {
  transform: rotate(-30deg);
  left: 0;
}
.plan__pickup::after, .plan-info__pickup::after {
  transform: rotate(30deg);
  right: 0;
}
.plan__plan-name, .plan-info__plan-name {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.43;
  text-align: center;
  color: var(--main-c);
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .plan__plan-name, .plan-info__plan-name {
    font-size: 2.4rem;
  }
}
.plan__plan-name::after, .plan-info__plan-name::after {
  content: "";
  background-color: var(--acc-c);
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.plan__copy {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__copy {
    font-size: 2rem;
  }
}
.plan__text {
  margin-bottom: 2rem;
}
.plan__price, .plan-info__price {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: var(--acc-c);
  height: 5rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .plan__price, .plan-info__price {
    font-size: 2rem;
  }
}
.plan__price b, .plan-info__price b {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .plan__price b, .plan-info__price b {
    font-size: 3rem;
  }
}
.plan__btn-wrap {
  margin: auto auto 0;
  max-width: 30rem;
  height: 4rem;
  text-align: center;
}
.plan__btn-wrap a {
  font-weight: 600;
  line-height: 1.25;
  color: var(--white);
  border-radius: 20px;
  background-color: var(--main-c);
  width: auto;
  height: 100%;
  padding: 0 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.plan .slick-list {
  margin: 0 -2rem;
  padding: 0 2rem;
}
.plan .slick-track {
  display: flex;
}
.plan .slick-slide {
  height: auto !important;
}

.plan-info__wrap {
  width: 100%;
  border-radius: 20px;
  border: solid 1px var(--gray);
  background-color: var(--white);
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .plan-info__wrap {
    padding: 2rem;
  }
}
.plan-info__pickup {
  position: relative;
  margin: 0 auto 2rem;
  top: 0;
  left: auto;
  transform: none;
}
.plan-info__text {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .plan-info__text {
    text-align: left;
  }
}
.plan-info__details {
  border-radius: 10px;
  background-color: var(--sub-c);
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .plan-info__details {
    text-align: left;
  }
}
.plan-info__btn-wrap {
  margin: 2rem auto 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border: 1px solid var(--main-c);
}
.plan-info__accordion-title {
  position: relative;
  color: var(--main-c);
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
  padding: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan-info__accordion-title {
    font-size: 1.6rem;
  }
}
.plan-info__accordion-title:hover {
  opacity: 0.7;
}
.plan-info__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 44%;
  right: 3rem;
  transform: translateY(-50%) rotate(135deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 2px var(--main-c);
  border-right: solid 2px var(--main-c);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .plan-info__accordion-title::after {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.plan-info__accordion-text {
  display: none;
  padding: 2rem;
}
.plan-info__accordion-box {
  position: relative;
}
.plan-info .open::after {
  transform: rotate(-45deg);
}

.reason {
  overflow-x: hidden;
}
.reason__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .reason__box {
    flex-direction: column;
  }
}
.reason__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reason__box:nth-child(even) {
    flex-direction: column;
  }
}
.reason__box__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reason__box__img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.reason__box__img img {
  border-radius: 10px;
}
.reason__box__text {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 767px) {
  .reason__box__text {
    width: 100%;
  }
}
.reason__box__en {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--main-c);
}
@media screen and (max-width: 767px) {
  .reason__box__en {
    font-size: 1.3rem;
  }
}
.reason__box__en::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background-color: var(--main-c);
  margin-right: 8px;
}

.case__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 1020px) {
  .case__wrap {
    gap: 2rem;
  }
}
.case__box {
  flex: 1;
  margin-bottom: 4rem;
  border-radius: 10px;
  border: solid 1px var(--gray);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1020px) {
  .case__box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .case__box {
    flex: 100%;
  }
}
.case__box__img {
  aspect-ratio: 1.618/1;
}
.case__box__img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__box__cont {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.case__box__cont .point {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.case__box__cont .point em {
  font-size: 2rem;
  font-weight: 600;
  color: var(--acc-c);
  font-weight: 700;
}
.case__box__cont .info {
  margin-bottom: 0;
  margin-top: auto;
  background-color: var(--sub-c);
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .case .case__box__pickup {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
  }
  .case .case__box__pickup .case__box__img {
    height: 100%;
    width: 50%;
  }
  .case .case__box__pickup .case__box__img img {
    border-radius: 8px 0 0 8px;
  }
  .case .case__box__pickup .case__box__cont {
    padding: 4rem;
  }
}
.case .lecture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .case .lecture {
    gap: 1.5rem;
  }
}
.case .lecture__item img {
  height: 5rem;
}

.faq__accordion-list {
  background: var(--white);
  position: relative;
  margin-bottom: 4rem;
  border-radius: 10px;
  box-shadow: 0rem 0rem 2rem rgba(110, 110, 110, 0.2);
}
@media screen and (max-width: 767px) {
  .faq__accordion-list {
    margin-bottom: 2rem;
  }
}
.faq__accordion-list:last-child {
  margin-bottom: 0;
}
.faq__accordion-title, .faq__accordion-box {
  position: relative;
  padding: 1.5rem 6rem 1.5rem 7rem;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title, .faq__accordion-box {
    padding: 1rem 4rem 1rem 5rem;
  }
}
.faq__accordion-title::before, .faq__accordion-box::before {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-right: 2rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title::before, .faq__accordion-box::before {
    font-size: 2.4rem;
    width: 2rem;
    height: 2rem;
    left: 1.5rem;
    top: 1.3rem;
  }
}
.faq__accordion-title {
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title {
    font-size: 1.6rem;
  }
}
.faq__accordion-title::before {
  content: "Q";
  color: var(--main-c);
}
.faq__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 44%;
  right: 3rem;
  transform: translateY(-50%) rotate(135deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 2px var(--main-c);
  border-right: solid 2px var(--main-c);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title::after {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.faq__accordion-box {
  margin-top: -1.5rem;
  font-size: 1.6rem;
  line-height: 2.38;
}
@media screen and (max-width: 767px) {
  .faq__accordion-box {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.faq__accordion-box::before {
  content: "A";
  color: var(--acc-c);
}
.faq__accordion-text {
  display: none;
}
.faq__accordion-text a {
  color: var(--main-c);
  text-decoration: underline;
}
.faq__accordion-box {
  position: relative;
}
.faq .open::after {
  transform: rotate(-45deg);
}

.consul__form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .consul__form {
    width: 100%;
  }
}
.consul__form label {
  font-size: 1.8rem;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .consul__form label {
    font-size: 1.6rem;
  }
}
.consul__form label .must {
  color: var(--acc-c);
  padding-left: 0.3em;
}
.consul__form input[type=text],
.consul__form input[type=email],
.consul__form input[type=tel],
.consul__form textarea {
  width: 100%;
  border: solid 1px var(--gray);
  background-color: var(--white);
  padding: 0 8px;
}
.consul__form__item {
  margin-bottom: 4rem;
}
.consul__form .agreement {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consul__form .agreement label {
    font-size: 1.3rem;
  }
}
.consul__form .agreement label {
  display: flex;
  align-items: center;
}
.consul__form .agreement input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  vertical-align: -2px;
  appearance: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .consul__form .agreement input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.consul__form .agreement input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid var(--main-c);
  border-bottom: 2px solid var(--main-c);
  content: "";
}
@media screen and (max-width: 767px) {
  .consul__form .agreement input[type=checkbox]:checked:before {
    left: 4px;
    width: 6px;
    height: 10px;
  }
}
.consul__form .agreement a {
  text-decoration: underline;
}
.consul__form .agreement a:hover {
  color: var(--main-c);
}
.consul__form .agreement .wpcf7-list-item {
  margin: 0;
}
.consul__form .wpcf7-not-valid-tip {
  color: var(--acc-c);
  font-weight: 700;
  font-size: 1.6rem;
}
.consul .form__recaptcha {
  text-align: center;
  font-size: 1.2rem;
}
.consul .form__recaptcha a {
  text-decoration: underline;
}
.consul .form__recaptcha a:hover {
  opacity: 0.7;
}
.consul form.sent .consul__form {
  display: none;
}

.js-inview {
  transition: 1s;
}

.js-fadeIn {
  opacity: 0;
  transition: 2s;
}
.js-fadeIn.is-show {
  opacity: 1;
}

.js-fadeIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
}

.js-fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeIn_right {
  opacity: 0;
  transform: translate(20%, 0);
}

.js-fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
}

.js-fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay06 {
  transition-delay: 0.6s;
}