@charset "UTF-8";
/* common
------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  color: #5c5c5c;
  background: #FFF;
  font-size: 16px;
  line-height: 1.6em;
}
.wrapper {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mbshow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-md-down_menu {
    display: block;
  }
}
.sp-line {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-line {
    display: inline;
  }
}
.contents--text + .contents--text {
  margin-top: .5em;
}
.contents__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contents__title {
    font-size: 20px;
    margin-top: 20px;
  }
}
.text__link {
  color: #f282a4;
  text-decoration: underline;
}
.container {
  overflow-x: hidden;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-bottom: 80px;
  }
}
.inner {
  padding-inline: 20px;
}
.btn, .fv-btn--green, .btn-pink, .fv-btn--pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4861111111vw 2.2222222222vw 0.4861111111vw 1.6666666667vw;
  width: 13.6111111111vw;
  min-width: 180px;
  max-width: 196px;
  height: auto;
  background-color: #4ec786;
  color: white;
  text-decoration: none;
  border-radius: 60px;
  border: 2px solid #4ec786;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
}
.btn-pink, .fv-btn--pink {
  background-color: #f282a4;
  border: 2px solid #f282a4;
}
.btn:hover, .fv-btn--green:hover {
  background-color: #FFF;
  color: #4ec786;
}
.btn-pink:hover, .fv-btn--pink:hover {
  background-color: #FFF;
  color: #f282a4;
}
.btn:hover .icon-wrap, .fv-btn--green:hover .icon-wrap {
  background-color: #4ec786;
  transform: translateY(-50%) translateX(5px);
}
.btn-pink:hover .icon-wrap-pink, .fv-btn--pink:hover .icon-wrap-pink {
  background-color: #f282a4;
  transform: translateY(-50%) translateX(5px);
}
@media screen and (min-width: 1441px) {
  .btn:hover .icon-wrap, .fv-btn--green:hover .icon-wrap, .btn-pink:hover .icon-wrap-pink, .fv-btn--pink:hover .icon-wrap-pink {
    transform: translateY(-50%) translateX(5px);
  }
  .btn, .fv-btn--green, .btn-pink, .fv-btn--pink {
    padding: 7px 32px 7px 24px;
    width: 196px;
    border-radius: 19px;
  }
}
.btn:hover .icon, .fv-btn--green:hover .icon, .btn-pink:hover .icon-pink, .fv-btn--pink:hover .icon-pink {
  color: white;
}
.icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  background-color: white;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 0.5555555556vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .icon-wrap {
    width: 16px;
    height: 16px;
    right: 8px;
  }
}
.icon, .icon-pink {
  font-size: 0.6944444444vw;
  font-weight: bold;
  color: #4ec786;
  line-height: 1;
  transition: color 0.3s ease;
}
.icon-pink {
  color: #f282a4;
}
@media screen and (min-width: 1441px) {
  .icon, .icon-pink {
    font-size: 10px;
  }
}
.btn-large, .btn-large-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 14px 15px 0px;
  width: clamp(200px, 50vw, 294px);
  height: auto;
  background-color: #4ec786;
  color: white;
  text-decoration: none;
  border-radius: 40px;
  border: 2px solid #4ec786;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
}
.btn-large-pink {
  background-color: #f282a4;
  border: 2px solid #f282a4;
}
@media screen and (max-width: 599px) {
  .btn-large, .btn-large-pink {
    width: 290px;
    max-width: 90vw;
  }
}
.btn-large:hover {
  background-color: #FFF;
  color: #4ec786;
}
.btn-large-pink:hover {
  background-color: #FFF;
  color: #f282a4;
}
.btn-large-pink:hover .icon-large-pink {
  color: white;
}
.btn-large:hover .icon-wrap-large {
  background-color: #4ec786;
  transform: translateY(-50%) translateX(5px);
}
.btn-large-pink:hover .icon-wrap-large-pink {
  background-color: #f282a4;
  transform: translateY(-50%) translateX(5px);
}
.btn-large:hover .icon-large {
  color: white;
}
/* アイコンのラッパー - 右端から8px */
.icon-wrap-large, .icon-wrap-large-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
/* アイコンのスタイル */
.icon-large, .icon-large-pink {
  font-size: 14px;
  font-weight: bold;
  color: #4ec786;
  line-height: 1;
  transition: color 0.3s ease;
}
.icon-large-pink {
  color: #f282a4;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #FFF;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 40px;
  }
}
.header__header--logo {
  width: calc(240 / 1280 * 100vw);
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .header__header--logo {
    width: 180px;
  }
}
.header__header--logo img {
  width: 100%;
  height: auto;
}
.header__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .header__wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrap.pc-only {
    display: none !important;
  }
}
.header__header--text {
  display: flex;
  gap: 8px;
}
.header__header--text--contact {
  white-space: nowrap;
}
.header__header--text--contact p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.header__header--text--number {
  white-space: nowrap;
}
.header__header--text--number a {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1280px) {
  .header__header--text--number a {
    font-size: 22px;
  }
}
.header__header--button {
  margin-top: -4px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .header__header--button {
    gap: 5px;
  }
}
.header__nav {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    top: 10px;
    right: 15px;
  }
}
.header__nav.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__nav.sp-only {
    display: flex;
    align-items: center;
  }
}
.header__open {
  z-index: 50;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__open {
    display: block !important;
  }
}
.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 10001;
  cursor: pointer;
}
.drawer-icon .drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 36px;
  height: 3px;
  background-color: #ffbd07;
  border-radius: 6px;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.drawer-icon .drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon .drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon .drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 9px;
  transform: rotate(45deg);
  background-color: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: #ffbd07;
  z-index: 10000;
  padding: 86px 40px 40px;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .drawer-content {
    padding: 86px 0px 40px;
  }
}
.drawer-content.is-checked {
  transform: translateX(0) !important;
}
.drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .drawer-content__menu {
    gap: 0;
  }
}
.drawer-content__link {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  padding: 20px;
}
.drawer-content__button {
  text-align: right;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .sp__button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
  }
  .sp__button--text {
    width: 140px;
    padding: 2px 20px 2px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
  }
  .sp-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.main {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 40px;
  }
}
.fv {
  width: 100%;
  background: #fffbe3;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 40px;
  }
}
.fv__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.fv__main--img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv__main--img {
    z-index: 1;
  }
}
.fv__main--img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv__main--img picture {
    position: relative;
    z-index: 5;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--img--sp {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 768px;
    z-index: 3;
  }
}
.fv__main--img--sp img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv__main--img--sp-sircle {
    position: absolute;
    top: 18%;
    left: 87%;
    transform: translateX(-50%);
    width: 23.4666666667vw;
    height: auto;
    max-width: 768px;
    z-index: 6;
  }
}
.fv__main--img--sp-sircle img {
  width: 100%;
  height: auto;
  display: block;
}
.fv__text--wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.fv__text--wrap * {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .fv__text--wrap {
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2.6041666667vw;
  }
}
.fv__main--title {
  position: absolute;
  top: 8.125vw;
  left: 0;
  width: 66.6666666667vw;
  height: 8.3333333333vw;
  background-color: #ffbd07;
  border-radius: 0 60px 60px 0;
  padding: 0.53em 3em;
}
@media screen and (min-width: 1441px) {
  .fv__main--title {
    width: 960px;
    height: 120px;
    border-radius: 0 60px 60px 0;
    padding: 0.53em 3em;
    top: 117px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__main--title {
    top: 12.5vw;
    left: 0;
    padding: 0.53em 1em;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--title {
    position: relative;
    top: -3.6vw;
    left: -2.6041666667vw;
    width: 96.8vw;
    height: 12.8vw;
    margin: 28.6458333333vw 0 2.6041666667vw 0;
    background-color: #ffbd07;
    border-radius: 0 60px 60px 0;
    transform: translateY(-117.1875vw);
  }
}
@media screen and (max-width: 375px) {
  .fv__main--title {
    padding: 0.13em 1em;
  }
}
.fv__main--title h1 {
  color: #fff;
  font-size: 4.1666666667vw;
  white-space: nowrap;
  font-weight: 800;
  line-height: 5.6944444444vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1441px) {
  .fv__main--title h1 {
    font-size: 60px;
    line-height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--title h1 {
    font-size: 6.4vw;
    white-space: nowrap;
    font-weight: 800;
    line-height: 10.6666666667vw;
    letter-spacing: 0.1em;
  }
}
.fv__main--title span {
  font-size: .7em;
  font-weight: 800;
  line-height: 5.6944444444vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fv__main--title span {
    line-height: 1.3;
    margin-top: clamp(2px, 0.5208333333vw, 4px);
  }
}
.fv__main--text {
  position: absolute;
  top: 23.4027777778vw;
  left: 3.4722222222vw;
  width: 62.2916666667vw;
  height: auto;
  min-height: 20.9027777778vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5555555556vw;
  padding: 1.3888888889vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  .fv__main--text {
    top: 337px;
    left: 50px;
    width: 897px;
    min-height: 301px;
    height: auto;
    border-radius: 8px;
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__main--text {
    top: 27.7777777778vw;
    padding: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text {
    position: relative;
    top: -122.3958333333vw;
    z-index: 1;
    width: 94.6666666667vw;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1.0416666667vw;
    padding: 2.6041666667vw;
    flex-direction: column;
    gap: 2.0833333333vw;
    align-items: center;
    left: 0;
  }
}
.fv__main--text--img {
  position: relative;
  width: 16.7361111111vw;
  height: 17.1527777778vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1441px) {
  .fv__main--text--img {
    width: 241px;
    height: 247px;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--img {
    position: absolute;
    top: -61.3333333333vw;
    left: 19.2vw;
    transform: translateX(-50%);
    width: 42.9333333333vw;
    height: 44.2666666667vw;
    z-index: 4;
    margin-bottom: 0;
  }
}
.fv__main--text--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fv__main--text--lead {
  width: 43.0555555556vw;
}
@media screen and (min-width: 1441px) {
  .fv__main--text--lead {
    width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--lead {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.fv__main--text--lead h2 {
  color: #ffbd07;
  font-size: 1.3888888889vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-left: 1.1111111111vw;
  margin-bottom: 0.8333333333vw;
}
@media screen and (min-width: 1441px) {
  .fv__main--text--lead h2 {
    font-size: 20px;
    margin-left: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__main--text--lead h2 {
    margin-left: 1.1111111111vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--lead h2 {
    font-size: 5.3333333333vw;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
  }
}
.fv__main--text--list {
  list-style: none;
  padding-left: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  margin: 0;
}
@media screen and (min-width: 1441px) {
  .fv__main--text--list {
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__main--text--list {
    margin-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--list {
    padding: 0;
    width: 100%;
    text-align: left;
  }
}
.fv__main--text--item {
  position: relative;
  padding-left: 2.0833333333vw;
  font-size: 1.9444444444vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 0.4166666667vw;
  white-space: nowrap;
}
@media screen and (min-width: 1441px) {
  .fv__main--text--item {
    padding-left: 30px;
    font-size: 28px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--item {
    position: relative;
    padding-left: 5.3333333333vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 1.0416666667vw;
    white-space: normal;
  }
}
.fv__main--text--item:last-child {
  margin-bottom: 0;
}
.fv__main--text--item::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background: #ffbd07;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .fv__main--text--item::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--item::before {
    position: absolute;
    content: "";
    top: .75em;
    left: 0;
    transform: translateY(-50%);
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    background: #ffbd07;
    border-radius: 50%;
  }
}
.fv__main--text--description {
  text-align: right;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.8333333333vw;
}
@media screen and (min-width: 1441px) {
  .fv__main--text--description {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .fv__main--text--description {
    font-size: 3.7333333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
.fv__button {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .fv__button {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .fv__button-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .fv-btn--green, .fv-btn--pink, .btn--narrow {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .btn--md-break, .btn-pink--md-break {
    white-space: normal;
    padding: 2px 20px 2px 12px;
    line-height: 1.3;
    text-align: center;
    font-size: 20px;
    min-width: auto;
    width: 42.6666666667vw;
    max-width: 240px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 479px) {
  .btn--md-break, .btn-pink--md-break {
    font-size: calc(14 / 320 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .btn--md-break:hover {
    background-color: #FFF;
    color: #4ec786;
  }
  .btn--md-break:hover .icon-wrap-large-fixed {
    background-color: #4ec786;
    transform: translateY(-50%) translateX(5px);
  }
  .btn--md-break:hover .icon-large-fixed {
    color: white;
  }
}
.fv__icon-wrap, .fv__icon-wrap-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 0.5555555556vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .fv__icon-wrap, .fv__icon-wrap-pink {
    width: 16px;
    height: 16px;
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .fv__icon-wrap, .fv__icon-wrap-pink {
    width: 20px;
    height: 20px;
    right: 6px;
  }
}
.fv__icon, .fv__icon-pink {
  font-size: 0.6944444444vw;
  font-weight: bold;
  color: #4ec786;
  line-height: 1;
  transition: color 0.3s ease;
}
.fv__icon-pink {
  color: #f282a4;
}
@media screen and (min-width: 1441px) {
  .fv__icon, .fv__icon-pink {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv__icon, .fv__icon-pink {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .fv__icon, .fv__icon-pink {
    width: calc(14 / 320 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .btn-pink--md-break:hover .icon-large-fixed {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .fv__icon-wrap, .fv__icon-wrap-pink {
    width: calc(16 / 320 * 100vw);
    height: calc(16 / 320 * 100vw);
  }
}
/* top__overview
------------------------------------------------------------*/
.top__overview {
  width: 100%;
  padding: 2rem 1em;
}
.top__overview--group {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 1.25rem;
  margin: 1em auto 0;
}
.top__overview--item {
  width: 48%;
  border: 2px solid #4ec786;
  border-radius: 8px;
  padding: .3em;
}
.top__overview__title {
  font-size: 32px;
  color: #ffbd07;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.top__overview__headline {
  font-size: 24px;
  background: #4ec786;
  color: #FFF;
  font-weight: bold;
  margin-bottom: .2em;
  padding: .2em;
}
@media screen and (max-width: 599px) {
  .top__overview__title {
    font-size: 24px;
  }
  .top__overview__headline {
    font-size: 1rem;
  }
  .top__overview--group {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 auto;
  }	
}
.top__overview__small {
  display: block;
  font-size: .75em;
}
@media(max-width: 767px) {
  .top__overview {
    text-align: center;
  }
}
.problem {
  background-color: #fff7ed;
}
@media screen and (max-width: 768px) {
  .problem {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .problem {
    padding-inline: 10px;
  }
}
.problem__title {
  color: #ffbd07;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 51px;
}
@media screen and (max-width: 599px) {
  .problem__title {
    font-size: 24px;
  }
}
.problem__cards {
  margin-top: 50px;
  padding: 0 1em 60px;
}
.problem__card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .problem__card {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card {
    padding-top: 20px;
    flex-direction: column-reverse;
  }
}
.problem__card.is-type2 {
  flex-direction: row-reverse;
  max-width: 750px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .problem__card.is-type2 {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 768px) {
  .problem__card.is-type2 {
    margin-right: 0;
    padding-inline: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card.is-type2 {
    margin-top: 60px;
    flex-direction: column-reverse;
    padding-inline: 10px;
    gap: 20px;
  }
}
.problem__card.is-type3 {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .problem__card.is-type3 {
    margin-top: 60px;
  }
}
.problem__card--img {
  margin-top: 9px;
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.problem__card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.problem__card--img.is-type2 {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.problem__card--img.is-type3 {
  width: 120px;
  height: 120px;
  margin-left: 10px;
}
.problem__card--text {
  position: relative;
  margin-top: -49px;
  padding: 10px 30px;
  background: #fff;
  border: 2px solid #ffbd07;
  border-radius: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .problem__card--text {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text {
    padding: 15px;
  }
}
.problem__card--text::before {
  content: "";
  position: absolute;
  left: -32px;
  width: 16px;
  height: 16px;
  bottom: -37px;
  background: #fff;
  border: 2px solid #ffbd07;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .problem__card--text::before {
    left: -42px;
    width: 13px;
    height: 13px;
    bottom: -17px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text::before {
    left: 105px;
    width: 9px;
    height: 9px;
    bottom: -36px;
  }
}
.problem__card--text::after {
  content: "";
  position: absolute;
  left: -17px;
  width: 23px;
  height: 23px;
  bottom: -17px;
  background: #fff;
  border: 2px solid #ffbd07;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .problem__card--text::after {
    left: -30px;
    width: 23px;
    height: 23px;
    bottom: -3px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text::after {
    left: 84px;
    width: 15px;
    height: 15px;
    bottom: -25px;
  }
}
.problem__card--text p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .problem__card--text p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.problem__card--text.is-type2 {
  transform: translate(-5%, 15px);
  padding: 15px 30px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .problem__card--text.is-type2 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text.is-type2 {
    transform: translate(1%, 15px);
    padding: 20px;
  }
}
.problem__card--text.is-type2::before {
  right: -35px;
  left: auto;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .problem__card--text.is-type2::before {
    right: -42px;
    bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text.is-type2::before {
    right: 104px;
    bottom: -36px;
  }
}
@media screen and (max-width: 375px) {
  .problem__card--text.is-type2::before {
    right: 56px;
    bottom: -30px;
  }
}
.problem__card--text.is-type2::after {
  right: -23px;
  left: auto;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .problem__card--text.is-type2::after {
    right: -30px;
    bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text.is-type2::after {
    right: 84px;
    bottom: -25px;
  }
}
@media screen and (max-width: 375px) {
  .problem__card--text.is-type2::after {
    right: 38px;
    bottom: -24px;
  }
}
.problem__card--text.is-type3 {
  padding: 10px 30px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .problem__card--text.is-type3 {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text.is-type3 {
    padding: 15px;
  }
}
.problem__card--text.is-type3::before {
  left: -41px;
  bottom: -14px;
}
@media screen and (max-width: 768px) {
  .problem__card--text.is-type3::before {
    left: -42px;
    bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text.is-type3::before {
    left: 95px;
    bottom: -38px;
  }
}
@media screen and (max-width: 375px) {
  .problem__card--text.is-type3::before {
    left: 43px;
    bottom: -30px;
  }
}
.problem__card--text.is-type3::after {
  left: -28px;
  bottom: 7px;
}
@media screen and (max-width: 768px) {
  .problem__card--text.is-type3::after {
    left: -30px;
    bottom: 33px;
  }
}
@media screen and (max-width: 599px) {
  .problem__card--text.is-type3::after {
    left: 75px;
    bottom: -22px;
  }
}
@media screen and (max-width: 375px) {
  .problem__card--text.is-type3::after {
    left: 26px;
    bottom: -20px;
  }
}
.solution {
  padding-bottom: 30px;
}
.lp_section {
  position: relative;
  overflow: visible;
  z-index: 0;
  padding-top: 80px;
}
.section-with-notch {
  position: relative;
  z-index: 0;
}
.section-with-notch::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 90px;
  background-color: #fff7ed;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-with-notch::before {
    width: 120px;
    height: 60px;
  }
}
.bg-orange {
  background-color: #ffbd07;
}
.solution__title {
  margin-top: 37px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .solution__title {
    margin-top: 10px;
    padding-inline: 20px;
  }
}
.solution__title--text {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .solution__title--text {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.solution__title--main {
  color: #fffec3;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .solution__title--main {
    font-size: 28px;
    line-height: 1.2em;
  }
}
.solution__title--lead {
  display: inline-block;
  transform: translateY(-9px);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .solution__title--lead {
    font-size: 24px;
  }
}
.solution__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 750px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .solution__cards {
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .solution__cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 375px;
  }
}
.solution__card {
  position: relative;
  display: inline-block;
  border: 2px solid #4ec786;
  border-radius: 4px;
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  min-height: 297px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .solution__card {
    width: calc(100vw - 60px);
    max-width: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .solution__card {
    width: calc(100vw - 60px);
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .solution__card {
    width: calc(100vw - 60px);
    max-width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .solution__card {
    width: calc(100vw - 60px);
    max-width: 237px;
  }
}
.solution__card--head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  border-radius: 0 0 40px 40px;
  background: #4ec786;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution__card--head--number {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution__card--body {
  text-align: center;
}
.solution__card--body--tag {
  max-width: 64px;
  margin: 60px auto 0;
}
.solution__card--body--text {
  margin-top: 5px;
}
.solution__card--body--caption {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.02em;
}
.solution__card--body--highlight {
  margin-top: 25px;
}
.solution__card--body--lead {
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #FFF), color-stop(70%, #ffee38), to(#ffee38));
  background: linear-gradient(#FFF 70%, #ffee38 70%, #ffee38 100%);
  display: inline-block;
  text-align: center;
}
.solution__card--body--lead-type03 {
  margin-top: 17px;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #FFF), color-stop(70%, #ffee38), to(#ffee38));
  background: linear-gradient(#FFF 70%, #ffee38 70%, #ffee38 100%);
  display: inline-block;
  text-align: center;
}
.solution__card--body--sublead {
  margin-top: -6px;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.02em;
}
.cta02__inner {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .cta02__inner {
    margin-top: 30px;
    padding-inline: 20px;
  }
}
.cta02__title {
  color: #ffbd07;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta02__title {
    font-size: 24px;
  }
}
.cta02__title--sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
}
.cta02__title--strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
}
.cta02__title--lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta02__title--lead {
    line-height: 0;
    text-align: left;
  }
}
.cta02__title--contact {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta02__title--contact {
    line-height: 1.2em;
  }
}
.cta02__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 2px solid #ffbd07;
  border-radius: 8px;
  width: 100%;
  max-width: 608px;
  margin: 0px auto 0;
  padding-top: 11px;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .cta02__content {
    flex-direction: column;
    margin: 20px auto 0;
    gap: 0px;
  }
}
@media screen and (max-width: 599px) {
  .cta02__content {
    gap: 0px;
  }
}
.cta02__img {
  width: 84px;
  height: 84px;
}
@media screen and (max-width: 599px) {
  .cta02__img {
    width: 100%;
    max-width: 70px;
    height: 84px;
  }
}
.cta02__tel-number {
  text-align: center;
}
.cta02__tel-number a {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .cta02__tel-number a {
    font-size: 30px;
  }
}
.cta02__tel--time {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta02__tel--time {
    font-size: 16px;
  }
}
.cta02__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto 60px;
}
@media screen and (max-width: 599px) {
  .cta02__btn-wrap {
    flex-direction: column;
  }
}
.about__inner {
  background-color: #fff7ed;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding-inline: 10px;
    padding-bottom: 30px;
  }
}
.about__title {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .about__title {
    padding-top: 30px;
  }
}
.about__title h2 {
  color: #ffbd07;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.about__title--sub {
  margin-top: 31px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__title--sub {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2em;
  }
}
.about__flex {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .about__flex {
    margin-top: 20px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .about__flex {
    flex-direction: column;
    align-items: center;
  }
}
.about__flex--img {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .about__flex--img {
    width: 100%;
    max-width: 365px;
  }
}
.about__flex--img img {
  width: 100%;
  height: auto;
  max-width: 365px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.about__flex--text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .about__flex--text {
    width: 100%;
    max-width: 365px;
  }
}
.about__contents--box {
  text-align: center;
  background-color: #fff;
  margin: 60px auto 0;
  max-width: 554px;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .about__contents--box {
    margin: 20px auto 0;
    padding: 30px 20px;
  }
}
.about__contents__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 3px solid #ffbd07;
  padding-bottom: 8px;
  display: inline-block;
}
.about__beginners--guide--img {
  margin: 30px auto 0;
  padding: 0 32px;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 599px) {
  .about__beginners--guide--img {
    padding: 0 20px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 375px) {
  .about__beginners--guide--img {
    padding: 0 15px;
  }
}
.about__beginners--guide--img img {
  width: 100%;
  height: auto;
  max-width: 480px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.about__beginners--guide--text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__beginners--guide--text {
    text-align: left;
    margin-top: 10px;
  }
}
.about__active--content {
  margin-top: 30px;
}
.about__active--list {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  list-style: none;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .about__active--list {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.about__active--list--item {
  margin-top: 10px;
  position: relative;
  padding-left: 1.4em;
}
.about__active--list--item::before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ffbd07;
  border-radius: 50%;
}
.voice {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-top: 40px;
  }
}
.voice__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .voice__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.voice__title::before, .voice__title::after {
  width: 2px;
  height: 40px;
  background-color: #ffbd07;
  content: "";
}
.voice__title::before {
  transform: rotate(-40deg);
  margin-right: 50px;
}
.voice__title::after {
  transform: rotate(40deg);
  margin-left: 50px;
}
.voice__boxes {
  margin: 60px auto 0;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 544px;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .voice__boxes {
    margin: 30px auto 0;
    padding-inline: 70px;
  }
}
@media screen and (max-width: 599px) {
  .voice__boxes {
    padding-inline: 10px;
  }
}
.voice__box {
  background-color: #fff7ed;
}
.voice__box--head {
  text-align: center;
}
.voice__box--head--img {
  width: 100%;
  max-width: 240px;
  display: inline-block;
  padding-top: 30px;
}
.voice__box--head--text {
  margin-top: 19px;
}
.voice__box--head--name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2%;
  border-bottom: 3px solid #ffbd07;
  display: inline-block;
  padding-bottom: 8px;
  width: 100%;
  max-width: 175px;
}
.voice__box--head--home {
  margin-top: 12px;
}
.voice__box--body {
  margin-top: 12px;
  padding-inline: 92px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .voice__box--body {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 599px) {
  .voice__box--body {
    padding-inline: 20px;
  }
}
.voice__box--step--title {
  background-color: #ffbd07;
  padding: 4px 0 4px 8px;
  border-radius: 8px 8px 0 0;
}
.voice__box--step--title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.voice__box--step--text {
  background-color: #fff;
  padding: 10px;
}
.reason {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .reason {
    margin-top: -30px;
  }
}
.reason__inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    padding-bottom: 40px;
  }
}
.reason-with-notch {
  position: relative;
  z-index: 0;
}
.reason-with-notch::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 90px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason-with-notch::before {
    width: 120px;
    height: 60px;
  }
}
.reason__title {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__title {
    margin-top: 30px;
  }
}
.reason__title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .reason__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.reason__title--strong {
  color: #fffac3;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .reason__title--strong {
    font-size: 32px;
  }
}
.reason__cards {
  width: 100%;
  max-width: 750px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .reason__cards {
    max-width: 375px;
  }
}
@media screen and (max-width: 599px) {
  .reason__cards {
    margin: 30px auto;
    max-width: 375px;
  }
}
@media screen and (max-width: 375px) {
  .reason__cards {
    margin: 30px auto;
    padding-inline: 10px;
    max-width: 100%;
    width: calc(100vw - 20px);
  }
}
.reason__card {
  position: relative;
  border: 2px solid #4ec786;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .reason__card {
    aspect-ratio: auto;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__card {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .reason__card {
    flex-direction: column;
    aspect-ratio: auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .reason__card {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
    gap: 0;
  }
}
.reason__card--image-area {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  .reason__card--image-area {
    max-width: 100%;
    width: 100%;
    height: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.reason__card--head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  border-radius: 0 0 40px 40px;
  background: #4ec786;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason__card--head {
    width: 120px;
    height: 60px;
    border-radius: 0 0 60px 60px;
  }
}
@media screen and (max-width: 599px) {
  .reason__card--head {
    width: 160px;
    height: 80px;
    border-radius: 0 0 80px 80px;
  }
}
.reason__card--head--number {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .reason__card--head--number {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .reason__card--head--number {
    font-size: 48px;
  }
}
.reason__card--head--img {
  width: 100%;
  height: 100%;
}
.reason__card--head--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.reason__card--body {
  text-align: left;
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .reason__card--body {
    width: 100%;
    padding: 10px;
  }
}
.reason__card--body--caption {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02em;
}
.reason__card--body--caption.is-type2 {
  line-height: 23.4px;
}
.reason__card--body--caption--strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02em;
}
.reason__card--body--subcaption {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02em;
}
.reason__card--body--subcaption span {
  font-size: 1.33em;
}
.reason__card--body--highlight {
  display: flex;
  align-items: flex-end;
  margin: .5em 0 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #4ec786;
}
@media screen and (max-width: 768px) {
  .reason__card--body--highlight {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .reason__card--body--highlight {
    margin-top: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .reason__card--body--highlight.is-type3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.reason__card--body--lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(#FFF 70%, #ffee38 70%, #ffee38 100%);
}
@media screen and (max-width: 768px) {
  .reason__card--body--lead {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 599px) {
  .reason__card--body--lead {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 375px) {
  .reason__card--body--lead.is-type2 {
    font-size: 19px;
  }
}
.reason__card--body--lead.is-type3 {
  white-space: nowrap;
}
.reason__card--body--sublead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .reason__card--body--sublead {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 599px) {
  .reason__card--body--sublead {
    font-size: 20px;
    line-height: 36px;
  }
}
.teachers__boxes {
  width: 100%;
  max-width: 750px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .teachers__boxes {
    padding-inline: 30px;
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .teachers__boxes {
    margin: 30px auto;
    padding-inline: 20px;
    max-width: 375px;
  }
}
@media screen and (max-width: 375px) {
  .teachers__boxes {
    margin: 30px auto;
    padding-inline: 10px;
    max-width: 100%;
    width: calc(100vw - 20px);
  }
}
.teachers__box {
  width: 100%;
  max-width: 1440px;
}
.teachers__box--title {
  display: block;
  border: 1px solid #4ec786;
  background-color: #4ec786;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .teachers__box--title {
    padding: 10px;
  }
}
.teachers__box--name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .teachers__box--name {
    font-size: 20px;
    white-space: normal;
  }
}
@media screen and (max-width: 599px) {
  .teachers__box--name {
    max-width: 100%;
  }
}
.teachers__box--name span {
  font-size: .75em;
}
@media (min-width: 600px) {
  .teachers__box--name span {
    display: inline;
  }
}
.contents__box--body {
  border: 1px solid #4ec786;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contents__box--body {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.teachers__box--img--wrap {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .teachers__box--img--wrap {
    width: 100%;
  }
}
.teachers__box--img {
  width: 200px;
  height: 200px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .teachers__box--img {
    margin: 0 auto;
  }
}
.teachers__box--img img {
  display: block;
  border-radius: 50%;
}
.teachers__box--img--text {
  margin-top: 16px;
  text-align: center;
}
.teachers__box--img--text p {
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .teachers__box--img--text p {
    line-height: 1.2em;
  }
}
.teachers__box--profile--wrap {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .teachers__box--profile--wrap {
    width: 100%;
  }
}
.teachers__box--profile:first-of-type {
  padding-bottom: 20px;
}
.teachers__box--profile--title {
  text-align: center;
  background-color: #d7faeb;
  font-weight: 700;
  margin-bottom: .5em;
  padding: .2em 0;
}
.teachers__box--profile--title-lists {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.teachers__box--profile--title-list {
  font-weight: 700;
  width: 30%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .teachers__box--profile--title-list {
    width: 100%;
  }
}
.teachers__box--profile--title-item {
  width: 70%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .teachers__box--profile--title-item {
    width: 100%;
  }
}
.course {
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .course {
    padding-bottom: 50px;
  }
}
.course__inner--title {
  margin-top: 60px;
  color: #ffbd07;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .course__inner--title {
    margin-top: 30px;
  }
}
.course__inner--title--one {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .course__inner--title--one {
    font-size: 32px;
  }
}
.course__inner--title--two {
  color: #fffac3;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffbd07;
}
@media screen and (max-width: 768px) {
  .course__inner--title--two {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
}
.course__inner--title--three {
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .course__inner--title--three {
    font-size: 32px;
  }
}
.course__inner--title--four {
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .course__inner--title--four {
    font-size: 32px;
  }
}
.course__title--sub {
  display: flex;
  align-items: center;
  margin-left: 70px;
}
@media screen and (max-width: 599px) {
  .course__title--sub {
    margin-left: 82px;
  }
}
@media screen and (max-width: 375px) {
  .course__title--sub {
    margin-left: 43px;
  }
}
.course__title--sub h3 {
  color: #ffbd07;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .course__title--sub h3 {
    font-size: 20px;
  }
}
.course__title--sub::before, .course__title--sub::after {
  width: 2px;
  height: 30px;
  background-color: #ffbd07;
  content: "";
}
.course__title--sub::before {
  transform: rotate(-40deg);
  margin-right: 25px;
}
.course__title--sub::after {
  transform: rotate(40deg);
  margin-left: 25px;
}
.course__content--boxes {
  margin-top: 60px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .course__content--boxes {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .course__content--boxes {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .course__content--boxes {
    padding-inline: 20px;
  }
}
.course__content--box {
  width: 100%;
  max-width: 360px;
}
.course__content--box--head {
  margin-top: 7px;
  display: inline-block;
  border: 1px solid #ffbd07;
  background-color: #ffbd07;
  border-radius: 12px 12px 0 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.course__content--box--head--title {
  color: #fffac3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}
.course__content--box--head--week {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .course__content--box--head--week {
    font-size: 28px;
  }
}
.course__content--box--head--course {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .course__content--box--head--course {
    font-size: 20px;
  }
}
.course__content--box--head--day {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .course__content--box--head--day {
    font-size: 16px;
  }
}
.course__content--box--body {
  border: 1px solid #ffbd07;
  border-radius: 0 0 12px 12px;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 0 10px 10px 10px;
}
.course__content--box--body--main {
  margin-top: 10px;
  text-align: center;
}
.course__content--box--body--lead {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.course__content--box--body--img {
  width: 157px;
  height: 157px;
  margin: 13px auto 0;
}
.course__content--box--body--img.is-type1 {
  width: 221px;
}
.course__content--box--body--lerd {
  margin-top: 5px;
  background-color: #fff7ed;
  border-radius: 10px;
  height: 100%;
  min-height: 111px;
}
.course__content--box--body--lerd--title {
  text-align: center;
}
.course__content--box--body--lerd--title-p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffbd07;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  gap: 45px;
}
@media screen and (max-width: 375px) {
  .course__content--box--body--lerd--title-p {
    font-size: 16px;
    gap: 23px;
  }
}
.course__content--box--body--lerd--title-p::before, .course__content--box--body--lerd--title-p::after {
  width: 1px;
  height: 50px;
  background-color: #ffbd07;
  content: "";
}
.course__content--box--body--lerd--title-p::before {
  transform: rotate(-90deg);
  margin-right: 8px;
}
.course__content--box--body--lerd--title-p::after {
  transform: rotate(90deg);
  margin-left: 17px;
}
.course__content--box--body--lerd--lists {
  margin-top: 8px;
}
.course__content--box--body--lerd--list {
  list-style: none;
  padding-left: 1.2em;
  padding-bottom: 20px;
}
.course__content--box--body--lerd--list--item {
  margin-top: 10px;
  position: relative;
  padding-left: 1.2em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.course__content--box--body--lerd--list--item::before {
  position: absolute;
  content: "";
  top: 27%;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #ffbd07;
  border-radius: 50%;
}
.course__caption {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 375px) {
  .course__caption {
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0;
  }
}
.detail__inner {
  background-color: #fff7ed;
}
.detail__title {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .detail__title {
    padding-top: 40px;
  }
}
.detail__title h2 {
  color: #ffbd07;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .detail__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.detail__table-wrap {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .detail__table-wrap {
    padding-inline: 20px;
    padding-bottom: 30px;
  }
}
.detail__table {
  margin-top: 58px;
  border: 1px solid #ffbd07;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 600px) {
  .detail__table {
    border: none;
  }
}
@media (max-width: 600px) {
  .detail__table--tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #ffbd07;
    border-radius: 4px;
    overflow: hidden;
  }
}
.detail__table--th {
  border: 1px solid #ffbd07;
  padding: 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  background-color: #ffbd07;
  width: 240px;
}
@media (max-width: 600px) {
  .detail__table--th {
    display: block;
    width: 100%;
    padding: 8px 16px;
    white-space: normal;
    border: none;
    border-bottom: 1px solid #ffbd07;
  }
}
.detail__table--td {
  border: 1px solid #ffbd07;
  padding: 16px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .detail__table--td {
    display: block;
    width: 100%;
    padding: 8px;
    border: none;
  }
}
.table-title {
  color: #FFBD07;
}
.flow__title {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    padding-top: 50px;
  }
}
.flow__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .flow__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.flow__cards {
  position: relative;
  margin-top: 50px;
  width: 100%;
  padding-inline: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding-bottom: 82px;
}
@media screen and (max-width: 1440px) {
  .flow__cards {
    padding-inline: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .flow__cards {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__cards {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow__cards {
    padding-inline: 20px;
    padding-bottom: 40px;
  }
}
.flow__card {
  display: flex;
  width: 100%;
  max-width: 750px;
  min-height: 120px;
}
@media screen and (max-width: 599px) {
  .flow__card {
    flex-direction: column;
    min-height: auto;
  }
}
.flow__card--head {
  background-color: #4ec786;
  border-radius: 8px 0 0 8px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  min-width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .flow__card--head {
    min-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .flow__card--head {
    min-width: 120px;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .flow__card--head {
    border-radius: 8px 8px 0 0;
    min-width: auto;
    justify-content: center;
  }
}
.flow__card--head--number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.flow__card--head--number span {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .flow__card--head--number {
    font-size: 18px;
  }
  .flow__card--head--number span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flow__card--head--number {
    font-size: 20px;
  }
  .flow__card--head--number span {
    font-size: 30px;
  }
}
.flow__card--body {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  border: 1px solid #4ec786;
  border-radius: 0 8px 8px 0;
  flex: 1;
  min-height: 120px;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .flow__card--body {
    border-radius: 0 0 8px 8px;
    padding: 20px 15px;
    min-height: auto;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .flow__card--body {
    padding: 12px 15px;
    gap: 12px;
  }
}
.flow__card--body--tag {
  width: clamp(60px, 8vw, 80px);
  height: clamp(60px, 8vw, 80px);
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flow__card--body--tag img {
  width: clamp(45px, 6vw, 61px);
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .flow__card--body--tag {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow__card--body--tag {
    width: 70px;
    height: 70px;
  }
  .flow__card--body--tag img {
    width: 50px;
    height: 50px;
  }
}
.flow__card--body--text {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .flow__card--body--text {
    width: 100%;
  }
}
.flow__card--body--text-title {
  color: #4ec786;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .flow__card--body--text-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .flow__card--body--text-title {
    font-size: 20px;
  }
}
.flow__card--body--text--wrap {
  margin-top: clamp(8px, 1.5vw, 15px);
}
@media screen and (max-width: 599px) {
  .flow__card--body--text--wrap {
    margin-top: 10px;
  }
}
.flow__card--body--text--link {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.flow__card--body--text--link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .flow__card--body--text--link {
    font-size: 16px;
  }
}
.flow__card--body--text--link-lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: #5c5c5c;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .flow__card--body--text--link-lead {
    font-size: 16px;
  }
}
.flow__card--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}
.flow__card--arrow img {
  width: clamp(30px, 4vw, 40px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .flow__card--arrow {
    margin: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .flow__card--arrow {
    margin: 18px 0;
  }
}
.flow__card-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .flow__card-container {
    padding: 0 10px;
  }
}
.flow__card--body-type04 {
  border: 1px solid #4ec786;
  border-radius: 0 8px 8px 0;
  flex: 1;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow__card--body-type04 {
    padding: 10px;
  }
}
.flow__card--body-type04--wrap {
  margin: 20px 0 16px 91px;
  display: flex;
  gap: 16px;
}
.flow__card--body--tag.type04 {
  margin-left: -70px;
}
@media screen and (max-width: 599px) {
  .flow__card--body-type04--wrap {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .flow__card--body--tag-type04 {
    display: none;
  }
}
.flow__card--body--tag-type04 img {
  width: 61px;
  height: 61px;
  transform: translate(14%, 8%);
}
.flow__card--body--text-title-type04 {
  color: #4ec786;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .flow__card--body--text-title-type04 {
    font-size: 20px;
  }
}
.flow__wrapper {
  display: flex;
  gap: 10px;
  margin-left: 130px;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .flow__wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .flow__wrapper {
    gap: 3px;
    margin-top: 10px;
  }
}
.flow__wrapper--title {
  color: #fff;
  border: 1px solid #4ec786;
  border-radius: 30px;
  background-color: #4ec786;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .flow__wrapper--title {
    border-radius: 8px;
  }
}
@media screen and (max-width: 599px) {
  .flow__wrapper--title {
    padding: 0 5px;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
  }
}
.flow__wrapper--lead {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .flow__wrapper--lead {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.flow__img--wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: right;
  gap: 22px;
}
@media screen and (max-width: 599px) {
  .flow__img--wrapper {
    justify-content: center;
    gap: 10px;
  }
}
.flow__img {
  width: 100%;
  max-width: 170px;
}
.flow__wrapper--type04 {
  margin-top: 30px;
}
.qa__inner {
  background-color: #fff7ed;
}
.qa__title {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa__title {
    padding-top: 40px;
  }
}
.qa__title h2 {
  color: #ffbd07;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .qa__title h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  max-width: 750px;
  margin: 50px auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .qa__boxes {
    padding-inline: 20px;
    padding-bottom: 40px;
    margin: 50px auto 0;
  }
}
.qa__box {
  border: 2px solid #ffbd07;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1px;
}
.qa__box-head {
  background: #fff;
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.qa__box-icon {
  color: #ffbd07;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.qa__box-title {
  margin-top: -1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  flex: 1;
  min-width: 0;
}
.qa__box-toggle {
  position: relative;
  display: block;
  margin-top: 6px;
  width: 26px;
  height: 26px;
  background-color: #ffbd07;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.qa__box-toggle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.qa__box-toggle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.is-open .qa__box-toggle::after {
  opacity: 0;
}
.qa__box-answer {
  display: flex;
  gap: 16px;
  background: #F5F5F5;
  padding: 14px;
}
.qa__box-answer-icon {
  color: #ffbd07;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 30px;
  text-align: center;
  transform: translateY(-3px);
  transition: transform 0.3s;
}
.is-open .qa__box-answer-icon {
  transform: translateY(-6px);
}
.qa__box-answer-text {
  padding-top: 3px;
  line-height: 1.5;
  flex: 1;
}
.highlight__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .highlight__title {
    padding-top: 20px;
    padding-inline: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .highlight__title {
    padding-inline: 10px;
  }
}
.highlight__title--text {
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .highlight__title--text {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  .highlight__title--text {
    font-size: 20px;
  }
}
.highlight__title--strong {
  color: #ffbd07;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .highlight__title--strong {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  .highlight__title--strong {
    font-size: 28px;
  }
}
.highlight__title--lead {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .highlight__title--lead {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 768px) {
  .highlight__title--lead {
    margin-top: 20px;
    text-align: left;
    line-height: 1.2em;
  }
}
.highlight__title--lead p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .highlight__title--lead p {
    font-size: 16px;
  }
}
.highlight__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .highlight__btn-wrapper {
    margin-top: 20px;
  }
}
.highlight-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 80px;
  width: clamp(200px, 50vw, 294px);
  height: auto;
  background-color: #ffbd07;
  color: white;
  text-decoration: none;
  border-radius: 28px;
  border: 2px solid #ffbd07;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 599px) {
  .highlight-btn {
    padding: 10px 14px 10px 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .highlight-btn {
    padding: 7px 14px 7px 36px;
  }
}
.highlight-btn:hover {
  background-color: #FFF;
  color: #ffbd07;
}
.highlight-btn:hover .highlight__icon-wrap {
  background-color: #ffbd07;
  transform: translateX(5px);
}
.highlight-btn:hover .highlight__icon {
  color: white;
}
.highlight__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #ffbd07;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.highlight__icon {
  font-size: 10px;
  font-weight: bold;
  color: #ffbd07;
  line-height: 1;
  transition: color 0.3s ease;
}
.footer {
  margin-top: 80px;
  background-color: #ffbd07;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    flex-direction: column;
  }
}
.footer-menulist + .footer-menulist {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .footer-menulist + .footer-menulist {
    margin-left: 0;
    margin-bottom: .5em;
  }
}
.footer-menu__link {
  color: #FFFFFF;
  border-bottom: 1px solid;
}
.footer-flex p {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.footer-flex small {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .footer-flex small {
    margin-top: 12px;
  }
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: max(20px, env(safe-area-inset-right));
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 60px;
    right: max(20px, env(safe-area-inset-right));
  }
}
@media screen and (max-width: 768px) {
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop .pagetop__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ffbd07;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.pagetop .pagetop__link:hover {
  background-color: #ffcb3a;
}
.pagetop .pagetop__arrow {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.pagetop .pagetop__text {
  font-size: 10px;
  font-weight: bold;
  margin-top: 2px;
}
.cta {
  margin-top: 12px;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  width: 100%;
  height: 130px;
  background-color: #f2f2f2;
  z-index: 10;
  padding-top: 10px;
  transition: bottom 0.4s ease;
}
.cta.is-visible {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta {
    height: 58px;
  }
}
.cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .cta__inner {
    gap: 10px;
  }
}
.cta__btn {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.cta__btn-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4ec786;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta__btn-title {
    display: none;
  }
}
.cta__btn-title::before, .cta__btn-title::after {
  width: 1px;
  height: 30px;
  background-color: #4ec786;
  content: "";
}
.cta__btn-title::before {
  transform: rotate(-40deg);
  margin-right: 15px;
}
.cta__btn-title::after {
  transform: rotate(40deg);
  margin-left: 15px;
}
.cta__btn-title-pink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f282a4;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta__btn-title-pink {
    display: none;
  }
}
.cta__btn-title-pink::before, .cta__btn-title-pink::after {
  width: 1px;
  height: 30px;
  background-color: #f282a4;
  content: "";
}
.cta__btn-title-pink::before {
  transform: rotate(-40deg);
  margin-right: 15px;
}
.cta__btn-title-pink::after {
  transform: rotate(40deg);
  margin-left: 15px;
}
.btn__fixed--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 14px 15px 0px;
  width: clamp(200px, 50vw, 294px);
  height: auto;
  background-color: #4ec786;
  color: white;
  text-decoration: none;
  border-radius: 40px;
  border: 2px solid #4ec786;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn__fixed--text {
    width: clamp(120px, 45vw, 160px);
    padding: 2px 20px 2px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
  }
}
.btn__fixed--text:hover {
  background-color: white;
  color: #4ec786;
}
.btn__fixed--text:hover .icon-wrap-large-fixed {
  background-color: #4ec786;
  transform: translateY(-50%) translateX(5px);
}
.btn__fixed--text:hover .icon-large-fixed {
  color: white;
}
.btn__fixed--text-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 40px 15px 32px;
  width: clamp(200px, 50vw, 294px);
  height: auto;
  background-color: #f282a4;
  color: white;
  text-decoration: none;
  border-radius: 40px;
  border: 2px solid #f282a4;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn__fixed--text-pink {
    width: clamp(120px, 45vw, 160px);
    padding: 2px 20px 2px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
  }
}
.btn__fixed--text-pink:hover {
  background-color: #FFF;
  color: #f282a4;
}
.btn__fixed--text-pink:hover .icon-wrap-large-pink-fixed {
  background-color: #f282a4;
  transform: translateY(-50%) translateX(5px);
}
.btn__fixed--text-pink:hover .icon-large-pink {
  color: white;
}
.icon-wrap-large-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .icon-wrap-large-fixed {
    width: 13px;
    height: 13px;
  }
}
.icon-wrap-large-pink-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .icon-wrap-large-pink-fixed {
    width: 13px;
    height: 13px;
  }
}
.icon-large-fixed {
  font-size: 14px;
  font-weight: bold;
  color: #4ec786;
  line-height: 1;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .icon-large-fixed {
    font-size: 8px;
  }
}
.icon-large-pink-fixed {
  font-size: 14px;
  font-weight: bold;
  color: #f282a4;
  line-height: 1;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .icon-large-pink-fixed {
    font-size: 8px;
  }
}
/*page
------------------------------------------------------------*/
.page__headline--wrap {
  background: #fff7ed;
  padding: 90px 16px 30px;
}
.page__headline {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__headline {
    font-size: 20px;
  }
}
.information__title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
}
.table__kana__list__group {
  counter-reset: listkana;
  list-style: none;
  padding: 0;
  padding-left: 1em;
  font-size: 0.9625em;
}
.table__kana__list {
  text-indent: 0;
  position: relative;
}
.table__kana__list::before {
  position: absolute;
  content: counter(listkana, katakana);
  counter-increment: listkana;
  margin-left: -1em;
}
.table__number__group {
  list-style: none;
  counter-reset: counter;
  margin: 10px 0 0;
  padding: 0;
}
.table__number__list {
  padding-left: 30px;
  margin-bottom: 0.5rem;
  position: relative;
}
.table__number__list:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(counter);
  counter-increment: counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  font-size: 85%;
  line-height: 1;
  padding-bottom: 0.2rem;
  margin-top: 0.35rem;
}
.information__number__group {
  list-style: none;
  counter-reset: cnt;
  padding: 0;
  margin: 10px 0 0;
}
.information__number__list {
  padding-left: 30px;
  counter-increment: cnt;
  margin-bottom: 0.5rem;
  position: relative;
}
.information__number__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "("counter(cnt) ") ";
  counter-increment: counter;
  line-height: 1;
  padding-bottom: 0.2rem;
  margin-top: 0.35rem;
}