@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.faq__fv {
  background: url(/wp-content/uploads/2024/05/faq-fv-bg.jpg) no-repeat center;
  background-size: cover;
}

.faq__accordion {
  margin-top: 36px;
}

.faq__accordionItem {
  cursor: pointer;
  border: 3px solid #00632c;
  border-radius: 10px;
  padding: 16px 0 16px 20px;
  margin-bottom: 16px;
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
.faq__accordionItem:last-child {
  margin-bottom: 60px;
}
@media (max-width: 499px) {
  .faq__accordionItem:last-child {
    margin-bottom: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .faq__accordionItem {
    font-size: 0.875rem;
    border: 2px solid #00632c;
    margin-bottom: 2.6711185309vw;
    padding: 10px 0 10px 10px;
  }
}

.faq__accordionTitle {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.375%;
  padding-right: 50px;
}
@media (max-width: 499px) {
  .faq__accordionTitle {
    padding-right: 8.347245409vw;
  }
}

.faq__text {
  width: calc(100% - 40px);
}
@media (max-width: 499px) {
  .faq__text {
    width: calc(100% - 6.6777963272vw);
  }
}

.faq__accordionContent {
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  padding-right: 50px;
}
@media (max-width: 499px) {
  .faq__accordionContent {
    padding-right: 10px;
  }
}
.faq__accordionContent.is-open {
  opacity: 1;
  line-height: 1.5;
  padding-top: 12px;
}
.faq__accordionContent.is-open dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.375%;
}
.faq__accordionContent dd {
  display: none;
}

.faq__accordionContent.is-open:last-child {
  margin-bottom: 10px;
}
.faq__accordionContent.is-open:last-child.is-open {
  opacity: 1;
  line-height: 1.5;
}

.faq__accordionTitle::before, .faq__accordionTitle::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: 19px 0;
  background-color: #2f4858;
  width: 25px;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 499px) {
  .faq__accordionTitle::before, .faq__accordionTitle::after {
    width: 4.1736227045vw;
    height: 0.5008347245vw;
    right: 3.3388981636vw;
    margin: 12px 0;
  }
}

.faq__accordionTitle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__accordionTitle.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__accordionTitle.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.p-qa {
  font-size: 23px;
  border: 2px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00632c;
}
@media (max-width: 499px) {
  .p-qa {
    font-size: 1.125rem;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 6px;
  }
}

.p-qa_q {
  border-color: #00632c;
}

.p-qa_a {
  background: #ffc000;
  border-color: #ffc000;
}

.text--link {
  text-decoration: underline;
  color: #026a36;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.footerArea__column {
  background: #f8f8f8;
}

.page-numbers {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 50px;
  margin: 0 7px;
  background: #ffc000;
}
@media (max-width: 499px) {
  .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 1.1686143573vw;
  }
}
.page-numbers.current {
  background: #d2d2d2;
  color: #747474;
}

.nav-links {
  text-align: center;
  margin-top: 40px;
}

.wrapper.post__content {
  padding: 0 60px 120px;
  color: #000;
}
@media (max-width: 750px) {
  .wrapper.post__content {
    padding: 0 25px 120px;
  }
}
@media (max-width: 599px) {
  .wrapper.post__content {
    padding: 0 16px 20.0333889816vw;
  }
}

.wrapper.post__content.postExperience__content {
  padding-top: 90px;
}
@media (max-width: 599px) {
  .wrapper.post__content.postExperience__content {
    padding-top: 12vw;
  }
}

.post__mainImage {
  padding-top: clamp(120px, 10.4vw, 150px);
}
@media (max-width: 750px) {
  .post__mainImage {
    padding-top: 26.6vw;
  }
}
@media (max-width: 599px) {
  .post__mainImage {
    padding-top: 8vw;
  }
}
@media (max-width: 499px) {
  .post__mainImage {
    padding-top: 10.0166944908vw;
  }
}
.post__mainImage .breadcrumbs {
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  right: 0;
  bottom: 0;
}
@media (max-width: 599px) {
  .post__mainImage .breadcrumbs {
    text-align: left;
    line-height: 15px;
  }
}
.post__mainImage img {
  aspect-ratio: 10/6;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__mainImage .post__breadcrumbs a {
  text-decoration: unset;
  color: #000;
}

.post__date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 30px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 599px) {
  .post__date-category {
    font-size: 0.875rem;
  }
}
.post__date-category .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .post__date-category .post-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post__date-category .post-categories li {
  border: 1px solid #333;
  padding: 3px;
  margin: auto;
  line-height: 20px;
  text-indent: unset;
}
@media (max-width: 599px) {
  .post__date-category .post-categories li {
    margin: 0;
  }
}
.post__date-category .post-categories li:before {
  content: unset;
}
.post__date-category .post__labelText {
  background: #70ab44;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media (max-width: 599px) {
  .post__date-category .post__labelText {
    padding: 3px 1.6694490818vw;
  }
}
.post__date-category .post-categories a {
  text-decoration: unset;
  color: #000;
}

.wp-block-quote > cite {
  padding-bottom: 20px;
}
@media (max-width: 499px) {
  .wp-block-quote > cite {
    padding-bottom: 3.3388981636vw;
  }
}

.post__date {
  color: #303030;
  font-family: "Poppins", sans-serif;
}

.post__h1 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 60px;
  color: #000;
}
@media (max-width: 499px) {
  .post__h1 {
    margin-bottom: 10.0166944908vw;
  }
}

.wp-block-image {
  margin: 40px auto;
}

.wp-block-column {
  margin: 20px auto;
}
.wp-block-column .wp-block-image {
  margin: 0;
}

.post__content {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 499px) {
  .post__content {
    font-size: 1rem;
  }
}

.post__content h2 {
  margin-bottom: 30px;
  font-size: 20px;
  border-left: 13px solid #ffc000;
  padding: 6px 0 6px 12px;
  line-height: 35px;
}
@media (max-width: 599px) {
  .post__content h2 {
    margin-bottom: 5.0083472454vw;
    font-size: 1.25rem;
    border-left: 2.1702838063vw solid #ffc000;
    padding: 1.0016694491vw 0 1.0016694491vw 2.0033388982vw;
    line-height: 1.5625rem;
  }
}

.post__content h3 {
  font-size: 18px;
  background: #fff5d6;
  padding: 12px 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .post__content h3 {
    font-size: 1.125rem;
    padding: 2.0033388982vw 3.3388981636vw;
    line-height: 1.5625rem;
  }
}

.post__content h4 {
  font-size: 18px;
  margin: 30px 0 20px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .post__content h4 {
    font-size: 1.125rem;
    margin: 5.0083472454vw 3.3388981636vw;
  }
}

.post__content h5 {
  font-size: 18px;
  margin: 30px 0 20px;
  color: #ffc000;
}

.post__content p {
  line-height: 1.75rem;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 599px) {
  .post__content p {
    line-height: 1.5rem;
    margin-bottom: 5.0083472454vw;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .post__content p {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}

.post__content .is-type-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post__content .wp-block-quote {
  position: relative;
  margin: 30px 60px;
  background: #fff5d6;
}
@media (max-width: 599px) {
  .post__content .wp-block-quote {
    margin: 5.0083472454vw 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .post__content .wp-block-quote {
    margin: 5.0083472454vw 0;
  }
}

.post__content .wp-block-quote p {
  padding: 20px 60px;
  margin-bottom: 0;
  background: #fff5d6;
}
@media (max-width: 599px) {
  .post__content .wp-block-quote p {
    padding: 20px 40px;
  }
}
@media (max-width: 499px) {
  .post__content .wp-block-quote p {
    padding: 3.3388981636vw 6.6777963272vw;
  }
}

.post__content .wp-block-quote::before {
  content: "";
  background: url("/wp-content/uploads/2024/05/quote-left.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
}
@media (max-width: 599px) {
  .post__content .wp-block-quote::before {
    top: 1.6694490818vw;
    left: 1.6694490818vw;
    width: 15px;
    height: 15px;
  }
}

.post__content .wp-block-quote::after {
  content: "";
  background: url("/wp-content/uploads/2024/05/quote-right.png") no-repeat center;
  background-size: cover;
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
}
@media (max-width: 599px) {
  .post__content .wp-block-quote::after {
    bottom: 1.6694490818vw;
    right: 1.6694490818vw;
    width: 15px;
    height: 15px;
  }
}

.post__content .wp-block-table {
  margin: 0;
}

.post__content blockquote {
  text-align: center;
}

.post__content table {
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .post__content table {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content table thead {
  border-bottom: unset;
}

.post__content table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #fff;
}

.post__content table th {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #ededed;
}

.post__content ol {
  margin-bottom: 30px;
  counter-reset: number 0;
  padding-left: 0;
}
@media (max-width: 599px) {
  .post__content ol {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content ol li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
  line-height: 30px;
}
@media (max-width: 599px) {
  .post__content ol li {
    margin-bottom: 3.3388981636vw;
    line-height: 1.875rem;
  }
}

.post__content ol li:before {
  counter-increment: number 1; /* number カウンタを増加 */
  content: counter(number) "."; /* 表示形式を指定 */
  color: #ffc000;
  font-weight: 700;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .post__content ol li:before {
    margin-right: 3.3388981636vw;
  }
}

.post__content ol li ol {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .post__content ol li ol {
    padding-left: 6.6777963272vw;
  }
}

.post__content ol li ol li ol {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .post__content ol li ol li ol {
    padding-left: 6.6777963272vw;
  }
}

.post__content ul {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .post__content ul {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content ul li {
  font-size: 1rem;
  padding-left: 1.7em;
  text-indent: -1.7em;
  margin-bottom: 20px;
  line-height: 30px;
}
@media (max-width: 599px) {
  .post__content ul li {
    margin-bottom: 3.3388981636vw;
    line-height: 1.75rem;
  }
}
@media (max-width: 499px) {
  .post__content ul li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}

.post__content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffc000;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .post__content ul li::before {
    margin-right: 3.3388981636vw;
  }
}

.post__content ul li ul li::before {
  content: "";
  background: unset;
  width: 6px;
  height: 6px;
  border: 1px solid #ffc000;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .post__content ul li ul li::before {
    width: 1.0016694491vw;
    height: 1.0016694491vw;
    margin-right: 3.3388981636vw;
  }
}

.post__content ul li ul li ul li::before {
  content: "";
  background: #ffc000;
  width: 8px;
  height: 2px;
  border: unset;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .post__content ul li ul li ul li::before {
    width: 1.3355592654vw;
    height: 0.3338898164vw;
    margin-right: 3.3388981636vw;
  }
}

.post__content address {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .post__content address {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content a {
  text-decoration: underline;
  color: #026a36;
}

.post__content dl {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .post__content dl {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content dt {
  font-weight: 700;
  padding-bottom: 8px;
  color: #ffc000;
}
@media (max-width: 599px) {
  .post__content dt {
    margin-bottom: 1.3355592654vw;
  }
}

.post__content dd {
  margin: 0 0 16px 20px;
}
@media (max-width: 599px) {
  .post__content dd {
    margin: 0 0 2.6711185309vw 3.3388981636vw;
  }
}

.post__content pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  white-space: pre-wrap;
}

.post__content q {
  position: relative;
  margin: 30px 30px 0;
  display: block;
}

.post__content q::before {
  content: "";
  background: url("/wp-content/uploads/2024/05/quote-left.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30px;
  width: 10px;
  height: 10px;
}
@media (max-width: 599px) {
  .post__content q::before {
    width: 1.6694490818vw;
    height: 1.6694490818vw;
  }
}

.post__content q::after {
  content: "";
  background: url("/wp-content/uploads/2024/05/quote-right.png") no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0px;
  right: -30px;
  position: absolute;
  width: 10px;
  height: 10px;
}
@media (max-width: 599px) {
  .post__content q::after {
    width: 1.6694490818vw;
    height: 1.6694490818vw;
  }
}

.post__content .wp-block-group {
  padding: 1em;
  background: #f5f5f5;
  border-left: double 7px #ffc000;
  border-right: double 7px #ffc000;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .post__content .wp-block-group {
    margin-bottom: 5.0083472454vw;
  }
}

.post__content .wp-block-group p:last-child {
  margin-bottom: 0;
}

ul.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: #f6f6f6;
  padding: 16px 0;
  border-radius: 50px;
  max-width: 400px;
  margin: 120px auto 30px;
}
@media (max-width: 750px) {
  ul.sns__list {
    padding: 10px 0;
  }
}
@media (max-width: 499px) {
  ul.sns__list {
    padding: 2.6711185309vw 0;
    gap: 6.6777963272vw;
    margin: 20.0333889816vw auto 5.0083472454vw;
  }
}

ul.sns__list li.sns__item {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}

ul.sns__list li.sns__item::before {
  content: unset;
}

.sns__link {
  width: 30px;
  display: block;
}
@media (max-width: 750px) {
  .sns__link {
    width: 25px;
  }
}

.sns__link img {
  vertical-align: middle;
}

.sns__x {
  width: 24px;
}
@media (max-width: 750px) {
  .sns__x {
    width: 19px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.parents__fv {
  background: url(/wp-content/uploads/2024/05/for-parents-bg-scaled.jpg) no-repeat center;
  background-size: cover;
}

.hope__description {
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.75rem;
}
@media (max-width: 499px) {
  .hope__description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.hope__wrapper {
  margin-bottom: 40px;
}
.hope__wrapper:first-child {
  margin-top: 30px;
}

.hope__item {
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebf8e3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .hope__item {
    padding: 16px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5%;
  }
}

.hope__itemText {
  width: calc(100% - 40px);
}
@media (max-width: 499px) {
  .hope__itemText {
    width: calc(100% - 15px);
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.checkedIcon--inList {
  width: 30px;
  height: 30px;
}
@media (max-width: 499px) {
  .checkedIcon--inList {
    width: 15px;
    height: 15px;
  }
}

.note__text {
  text-align: center;
  padding: 65px 20px;
  font-size: 24px;
  line-height: 32px;
  border: 3px solid #026a36;
}
@media (max-width: 499px) {
  .note__text {
    padding: 30px 16px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.tips__wrapper {
  padding-bottom: 120px;
}

.tips__imgWrapper {
  margin-bottom: 30px;
}

.tips__text {
  margin-bottom: 40px;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
@media (max-width: 499px) {
  .tips__text {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 6.6777963272vw;
  }
}

.checkedIcon--inContents {
  width: 20px;
  vertical-align: middle;
  margin: 0 6px;
}
@media (max-width: 499px) {
  .checkedIcon--inContents {
    width: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.room__fv {
  background: url(/wp-content/uploads/2024/05/class-bg-scaled.jpg) no-repeat center;
  background-size: cover;
}

.column__half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .column__half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.roomPage__infoWrapper {
  width: 50%;
}
@media (max-width: 750px) {
  .roomPage__infoWrapper {
    width: 100%;
  }
}

.roomPage__mapWrapper {
  width: 50%;
  height: 360px;
}
@media (max-width: 750px) {
  .roomPage__mapWrapper {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .schoolInfo__inner.flexColumn--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 750px) {
  .schoolInfo__inner.flexColumn--left .schoolInfo__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 599px) {
  .schoolInfo__inner.flexColumn--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .schoolInfo__inner.flexColumn--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.note__classAndTrial {
  line-height: 1.5rem;
}

.classSchedule__imgWrapper {
  margin-bottom: 50px;
}

.classTrial__imgWrapper {
  margin-bottom: 16px;
  overflow-y: clip !important;
}

.wrapper.classFee__wrapper {
  padding-bottom: 100px;
}
@media (max-width: 499px) {
  .wrapper.classFee__wrapper {
    padding-bottom: 50px;
  }
}

@media (max-width: 995px) {
  .room__tableImgWrapper {
    overflow-x: auto;
    overflow-y: clip;
    padding-bottom: 15px;
  }
}
@media (max-width: 995px) {
  .room__tableImgWrapper img {
    width: 800px;
  }
}
@media (max-width: 499px) {
  .room__tableImgWrapper img {
    width: 500px;
  }
}

.room__tableImgWrapper::-webkit-scrollbar {
  width: 20px;
}

.room__tableImgWrapper::-webkit-scrollbar-track {
  background-color: #b2b2b2;
}

.room__tableImgWrapper::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
  border: 5px solid #b2b2b2;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.breadcrumbs.experience__breadcrumbs {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.experience__breadcrumbs a {
  text-decoration: unset;
  color: #000;
}

.experience__fvWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .experience__fvWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.experience__fvThumbNail {
  width: 50%;
}
@media (max-width: 599px) {
  .experience__fvThumbNail {
    width: 100%;
  }
}
.experience__fvThumbNail img {
  height: auto;
}

.experience__fvTitleArea {
  width: 50%;
}
@media (max-width: 599px) {
  .experience__fvTitleArea {
    width: 100%;
    margin-top: 30px;
  }
}
.experience__fvTitleArea .post__labelText {
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 13px;
  margin-left: 20px;
}
.experience__fvTitleArea .post__h1 {
  margin: 20px auto 0;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cards--col3 {
  margin-bottom: -30px;
}

.cards--col3 .reviewLink {
  width: unset;
}

.cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.4%;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .cards--col3 > .cards__item {
    width: 100%;
  }
}
.cards--col3 > .cards__item img {
  height: auto;
}

.cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.contact__sec {
  border-bottom: 1px solid #dedede;
}

.contact__fv {
  background: url(/wp-content/uploads/2024/05/form-bg-scaled.jpg) no-repeat center;
  background-size: cover;
}

.wrapper.contact__wrapper {
  max-width: 1000px;
}

.form__wrapper .smf-progress-tracker__item__number {
  display: none;
}
.form__wrapper .smf-form .smf-item .smf-select-control__control.form__input {
  padding: 12px 16px;
  font-size: 15px;
}
.form__wrapper .smf-item {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}
@media (max-width: 750px) {
  .form__wrapper .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.form__wrapper .smf-item:first-child {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form__wrapper .smf-item:first-child {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .form__wrapper .smf-form--simple-table .smf-item__col--label {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 20px;
    padding-bottom: 0;
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  .form__wrapper .smf-form--simple-table .smf-item__col--label {
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .form__wrapper .smf-form--simple-table .smf-item__col--controls {
    width: 100%;
    max-width: unset;
  }
}
.form__wrapper .smf-progress-tracker__item:after, .form__wrapper .smf-progress-tracker__item:before {
  content: unset;
}
.form__wrapper .smf-progress-tracker__item__text {
  color: #026a36;
}
.form__wrapper .form__input {
  width: 100%;
}
@media (max-width: 750px) {
  .form__wrapper .form__input.smf-select-control__control {
    padding: 14px 8px;
  }
}
.form__wrapper .smf-select-control {
  width: 100%;
  font-size: 1rem;
}
.form__wrapper .form__input.form__input--half {
  max-width: 250px;
}
.form__wrapper .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 499px) {
  .form__wrapper .smf-radio-buttons-control__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
}
.form__wrapper .smf-form .smf-item .smf-radio-button-control__control {
  margin-top: 1px;
}
.form__wrapper .address__selectItem .smf-select-control, .form__wrapper .kidsAge__selectItem .smf-select-control {
  max-width: 250px;
  font-size: 1rem;
}
.form__wrapper .smf-button-control {
  height: 70px;
  display: inline-block;
}
@media (max-width: 499px) {
  .form__wrapper .smf-button-control {
    width: 100%;
  }
}
.form__wrapper .smf-action .smf-button-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffc000;
  padding-top: clamp(16px, 1.6666666667vw, 24px);
  padding-right: clamp(20px, 2.7777777778vw, 40px);
  padding-bottom: clamp(16px, 1.6666666667vw, 24px);
  padding-left: clamp(20px, 2.7777777778vw, 40px);
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.07rem;
  margin: auto;
  min-width: 350px;
  display: block;
  border: unset;
  border-bottom: 7px solid #9e7907;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.form__wrapper .smf-action .smf-button-control__control:hover {
  margin-top: 2px;
  border-bottom: 4px solid #9e7907;
  background: #000;
  color: #ffc000;
}
@media (max-width: 499px) {
  .form__wrapper .smf-action .smf-button-control__control {
    min-width: unset;
    width: 100%;
  }
}

.contact__note {
  padding-left: 15em;
  margin-bottom: 30px;
  display: block;
  margin-left: 1%;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
}
@media (max-width: 750px) {
  .contact__note {
    padding-left: 0;
  }
}
@media (max-width: 499px) {
  .contact__note {
    font-weight: 500;
  }
}

.contact__noteFirst {
  margin-bottom: 0;
}

.smf-item__label__text {
  position: relative;
}

.addressRow__title {
  max-width: 14em;
}
.addressRow__title p {
  line-height: 2.5rem;
}

.address__row {
  line-height: 2.5rem;
}
@media (max-width: 995px) {
  .address__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1%;
  }
}
@media (max-width: 750px) {
  .address__row {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .address__row::first-child {
    margin-top: 10px;
  }
}

.address__city {
  margin: -20px auto 30px;
}
@media (max-width: 599px) {
  .address__city {
    margin: -40px auto -20px;
  }
}

.smf-item__label__text::after {
  position: absolute;
  content: "必須";
  color: #fff;
  width: 40px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
  display: grid;
  place-items: center;
  background: #fdc102;
  border-radius: 4px;
  font-size: 12px;
}
@media (max-width: 499px) {
  .smf-item__label__text::after {
    font-size: 0.5rem;
    line-height: 0.75rem;
    width: 32px;
    height: 16px;
  }
}

[data-screen=input] .smf-progress-tracker__item, [data-screen=invalid] .smf-progress-tracker__item, [data-screen=back] .smf-progress-tracker__item {
  border: 1px solid #026a36;
  background: #fff;
  padding-bottom: 10px;
}
[data-screen=input] .smf-progress-tracker__item:first-child, [data-screen=invalid] .smf-progress-tracker__item:first-child, [data-screen=back] .smf-progress-tracker__item:first-child {
  border: 1px solid #026a36;
  background: #026a36;
  padding-bottom: 10px;
}

.smf-progress-tracker__item__text {
  color: #026a36;
}
@media (max-width: 499px) {
  .smf-progress-tracker__item__text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text, [data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
  color: #fff;
}

[data-screen=confirm] .smf-progress-tracker__item {
  border: 1px solid #026a36;
  background: #fff;
  padding-bottom: 10px;
}
[data-screen=confirm] .smf-progress-tracker__item:nth-child(2) {
  border: 1px solid #026a36;
  background: #026a36;
  padding-bottom: 10px;
}
[data-screen=confirm] .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-screen=confirm] [data-action=back].smf-button-control__control {
  background: unset;
  border: 1px solid #000;
  border-bottom: 7px solid #000000;
}
[data-screen=confirm] [data-action=back].smf-button-control__control:hover {
  background: #fff;
  color: #333;
  border-bottom: 4px solid #333;
}

[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text {
  color: #fff;
}

[data-screen=complete] .smf-progress-tracker__item {
  border: 1px solid #026a36;
  background: #fff;
  padding-bottom: 10px;
}
[data-screen=complete] .smf-progress-tracker__item:last-child {
  border: 1px solid #026a36;
  background: #026a36;
  padding-bottom: 10px;
}
[data-screen=complete] smf-complete-content {
  max-width: 900px;
  margin: 70px auto;
}
[data-screen=complete] smf-complete-content h2.wp-block-heading {
  margin-bottom: 40px;
}
[data-screen=complete] smf-complete-content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
@media (max-width: 499px) {
  [data-screen=complete] smf-complete-content p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text {
  color: #fff;
}

[data-screen=systemerror] .smf-form--simple-table {
  text-align: center;
  margin-top: 100px;
}

[data-screen=systemerror] .smf-progress-tracker__item {
  border: 1px solid #026a36;
  padding-bottom: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
}

.sec__bg-white {
  z-index: 30;
  position: relative;
  background: #fff;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 995px) {
  .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 499px) {
  .wrapper {
    padding: 60px 16px;
  }
}

.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.navItem {
  padding: 0 30px;
  border-right: 1px solid #ffc000;
  letter-spacing: 0.1rem;
}
.navItem:first-child {
  padding-left: 0;
}
@media (max-width: 499px) {
  .navItem {
    padding-left: 10.0166944908vw;
  }
  .navItem:first-child {
    padding-left: 15.0250417362vw;
  }
}
.navItem:last-child {
  padding-right: 0;
  border-right: unset;
}
@media (max-width: 499px) {
  .navItem:last-child {
    padding-right: 16px;
  }
}

.navLink__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.beginnerIcon {
  width: 16px;
}

.sec__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 3.3125rem;
  position: relative;
  z-index: 30;
  cursor: unset;
}
@media (max-width: 995px) {
  .sec__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .sec__title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .sec__title {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
}

.title--white {
  color: #fff;
}

.tab--drop {
  display: none;
}
@media (max-width: 995px) {
  .tab--drop {
    display: block;
  }
}

.sp--drop {
  display: none;
}
@media (max-width: 750px) {
  .sp--drop {
    display: block;
  }
}

.scroll-in, .c_timeLag-bottom {
  opacity: 0;
}

.fadeIn__bottom {
  -webkit-animation: fadeInBottom 1s ease-out forwards;
          animation: fadeInBottom 1s ease-out forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 995px) {
  .pc--show {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pcTab--show {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media (max-width: 995px) {
  .tab--show {
    display: block;
  }
}

.sp--show {
  display: none;
}
@media (max-width: 750px) {
  .sp--show {
    display: block;
  }
}

.childPage__fv {
  padding: 0 60px;
}
@media (max-width: 995px) {
  .childPage__fv {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 599px) {
  .childPage__fv {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .childPage__fv {
    padding: 0 16px;
  }
}

.childPage__fvWrapper {
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 499px) {
  .childPage__fvWrapper {
    padding: 0;
  }
}

.childPage__Title {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 53px;
}
@media (max-width: 499px) {
  .childPage__Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  padding: 0 10px;
}
.breadcrumbs span:first-child {
  padding: 0;
}
@media (max-width: 499px) {
  .breadcrumbs span {
    padding: 0 1.6694490818vw;
  }
}
.breadcrumbs .home {
  padding: 0 10px 0 0;
}

.secTitle__h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding: 10px 0 10px 16px;
  border-left: 13px solid #ffc000;
  margin-bottom: 20px;
}
@media (max-width: 499px) {
  .secTitle__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 3.3388981636vw;
    padding: 1.6694490818vw 0 1.6694490818vw 2.6711185309vw;
    border-left: 2.1702838063vw solid #ffc000;
  }
}

.section__404 {
  background: #fff;
  text-align: center;
  padding: 200px 0 150px;
}
@media (max-width: 499px) {
  .section__404 {
    padding: 33.3889816361vw 25px;
  }
}

.wrapper__404 {
  padding: 0 60px;
}
@media (max-width: 599px) {
  .wrapper__404 {
    font-size: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .wrapper__404 {
    padding: 0 16px;
    font-size: 1.25rem;
  }
}

.bigTitle__404 {
  font-size: 120px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .bigTitle__404 {
    font-size: 16vw;
  }
}

.subTitle__404 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 599px) {
  .subTitle__404 {
    font-size: 8vw;
  }
}

@media (max-width: 499px) {
  .reason__desc {
    font-size: 1rem;
  }
}

.contents__404 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  .contents__404 {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    margin-bottom: 13.3333333333vw;
  }
}

.reason__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason__list {
  width: 640px;
  margin: 20px 0;
  text-align: left;
  line-height: 36px;
  background: #e3e3e3;
  padding: 20px 20px 20px 40px;
}
@media (max-width: 599px) {
  .reason__list {
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 499px) {
  .reason__list {
    padding-left: 6.6777963272vw;
  }
}

.reason__item {
  line-height: 30px;
}
@media (max-width: 499px) {
  .reason__item {
    line-height: 1.875rem;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.reason__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #4a4a4a;
  display: inline-block;
  bottom: 2px;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 499px) {
  .reason__item::before {
    width: 1.3355592654vw;
    height: 1.3355592654vw;
  }
}

.topPageBtn__404 {
  margin: 50px auto 0;
}
@media (max-width: 499px) {
  .topPageBtn__404 {
    margin-top: 8.347245409vw;
    font-size: 1.125rem;
  }
}

.topPageBtn__404::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #838383;
  border-bottom: 1px solid #838383;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 30px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 995px) {
  .header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: scroll;
    background: #fff;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 100px 0 200px;
    display: none;
    opacity: 0;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードアウトアニメ*/
  }
  @-webkit-keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
    }
    100% {
      display: none;
      opacity: 0;
    }
  }
}
@media (max-width: 599px) {
  .header__navList {
    padding: 16.694490818vw 0 200px;
  }
}
@media (max-width: 995px) {
  .header__navList.open {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 995px) {
  .headernavLink__withIcon {
    position: relative;
  }
}
@media (max-width: 995px) {
  .headernavLink__withIcon .beginnerIcon {
    position: absolute;
    width: 26px;
    left: -60px;
  }
}
@media (max-width: 599px) {
  .headernavLink__withIcon .beginnerIcon {
    top: -6px;
  }
}
@media (max-width: 499px) {
  .headernavLink__withIcon .beginnerIcon {
    left: -10%;
    top: 50%;
    width: 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media (max-width: 995px) {
  .header__navItem {
    border-right: none;
    width: 322px;
    margin: 0 auto 100px;
    font-size: 2.125rem;
    padding: 0;
  }
  .header__navItem:nth-child(5) {
    margin-bottom: 120px;
  }
}
@media (max-width: 599px) {
  .header__navItem {
    width: 61%;
    margin: 0 auto 13.3333333333vw;
    font-size: 1.25rem;
  }
  .header__navItem:nth-child(5) {
    margin-bottom: 20vw;
  }
}
@media (max-width: 499px) {
  .header__navItem {
    width: 90%;
    padding-left: 16.694490818vw;
  }
}

.sp__navItemBtn {
  margin-bottom: 10px;
  width: 450px;
}
@media (max-width: 750px) {
  .sp__navItemBtn {
    width: 570px;
  }
}
@media (max-width: 599px) {
  .sp__navItemBtn {
    width: 95.1585976628vw;
  }
}
@media (max-width: 499px) {
  .sp__navItemBtn {
    padding: 0 16px;
  }
}

@media (max-width: 995px) {
  .contactIcon__img {
    width: 4vw;
    position: absolute;
    left: 40px;
  }
}
@media (max-width: 750px) {
  .contactIcon__img {
    width: 40px;
  }
}
@media (max-width: 750px) {
  .contactIcon__img {
    width: 6.6777963272vw;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #ffc000;
}
@media (max-width: 599px) {
  .header__top .logo__subTextWrapper {
    display: none;
  }
}
@media (max-width: 995px) {
  .header__top {
    border-bottom: unset;
  }
}

.logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  font-size: 32px;
  font-weight: 700;
}

.header__logo {
  font-size: clamp(24px, 2.2222222222vw, 32px);
}
@media (max-width: 750px) {
  .header__logo {
    font-size: clamp(24px, 1.8055555556vw, 26px);
  }
}
@media (max-width: 599px) {
  .header__logo {
    font-size: 1.125rem;
  }
}

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__img {
  width: 100px;
  margin-right: 8px;
}
@media (max-width: 995px) {
  .logo__img {
    width: 80px;
  }
}
@media (max-width: 750px) {
  .logo__img {
    max-width: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 599px) {
  .logo__img {
    max-width: 20.0333889816vw;
    margin-right: 2.5041736227vw;
  }
}

.headerLogo__img {
  width: clamp(60px, 5.5555555556vw, 80px);
}
@media (max-width: 750px) {
  .headerLogo__img {
    width: clamp(60px, 9.3333333333vw, 70px);
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .headerLogo__img {
    width: 10.0166944908vw;
    margin-right: 1.6694490818vw;
  }
}

.logo--red {
  color: #f27d00;
}

.logo--green {
  color: #f27d00;
}

@media (max-width: 995px) {
  .header__contactTel.tab--show {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #026a36;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 5px solid #026a36;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
@media (max-width: 599px) {
  .header__contactTel.tab--show {
    width: 10.0166944908vw;
    height: 10.0166944908vw;
    border-radius: 1.6694490818vw;
    border-bottom: 0.8347245409vw solid #026a36;
  }
}
.header__contactTel.tab--show:hover {
  margin-top: 3px;
  background: #026a36;
  border-bottom: 2px solid #026a36;
}
@media (max-width: 995px) {
  .header__contactTel.tab--show img {
    width: 60%;
  }
}

.logo__subText {
  font-size: 0.9375rem;
  line-height: 18px;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .logo__subText {
    font-size: clamp(12px, 2vw, 15px);
    line-height: clamp(13px, 2.4vw, 18px);
    margin-bottom: clamp(4px, 1.0666666667vw, 8px);
  }
}

.label--orange {
  font-size: 0.8125rem;
  background: #ffc000;
  padding: 3px 8px;
  margin-right: 10px;
}

@media (max-width: 750px) {
  .header__label--orange {
    font-size: clamp(10px, 1.7333333333vw, 13px);
  }
}

.header__contactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__contactTel {
  max-width: 220px;
}

.businessHour__label {
  border: 1px solid #333;
  padding: 0 6px 2px;
  margin-right: 8px;
  font-size: 0.8125rem;
}
@media (max-width: 750px) {
  .businessHour__label {
    font-size: 2.6666666667vw;
  }
}

.contact__businessHour {
  margin-top: 8px;
}
@media (max-width: 499px) {
  .contact__businessHour {
    margin-top: 0;
  }
}

.businessHour__time {
  font-size: 0.9375rem;
}
@media (max-width: 750px) {
  .businessHour__time {
    font-size: 3.4666666667vw;
  }
}

.contactForm__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffc000;
  padding-top: clamp(16px, 1.6666666667vw, 24px);
  padding-right: clamp(20px, 2.7777777778vw, 40px);
  padding-bottom: clamp(16px, 1.6666666667vw, 24px);
  padding-left: 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.07rem;
  border-bottom: 7px solid #9e7907;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.contactForm__link:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9e7907;
  background: #000;
  color: #ffc000;
}

.contactForm__img {
  width: 20px;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .contactForm__img {
    width: 3.3388981636vw;
    margin-right: 5.0083472454vw;
  }
}

.header__contactForm.tab--show {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.header__contactForm.tab--show:hover {
  margin-top: 3px;
  border-bottom: 2px solid #000;
  background: #000;
}
@media (max-width: 995px) {
  .header__contactForm.tab--show:hover {
    margin-top: 0;
    border-bottom: 0.8347245409vw solid #000;
    background: #fff;
  }
}
@media (max-width: 995px) {
  .header__contactForm.tab--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 599px) {
  .header__contactForm.tab--show {
    width: 10.0166944908vw;
    height: 10.0166944908vw;
    border-radius: 1.6694490818vw;
    border-bottom: 0.8347245409vw solid #000;
  }
}
.header__contactForm.tab--show span {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #000;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 599px) {
  .header__contactForm.tab--show span {
    width: 6.6777963272vw;
    height: 2px;
  }
}
.header__contactForm.tab--show span:nth-child(1) {
  top: 13px;
}
@media (max-width: 599px) {
  .header__contactForm.tab--show span:nth-child(1) {
    top: 2.0033388982vw;
  }
}
.header__contactForm.tab--show span:nth-child(2) {
  top: 25px;
}
@media (max-width: 599px) {
  .header__contactForm.tab--show span:nth-child(2) {
    top: 4.0066777963vw;
  }
}
.header__contactForm.tab--show span:nth-child(3) {
  top: 37px;
}
@media (max-width: 599px) {
  .header__contactForm.tab--show span:nth-child(3) {
    top: 6.0100166945vw;
  }
}
.header__contactForm.tab--show.open span:nth-child(1) {
  background: #fff;
  top: 26px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 995px) {
  .header__contactForm.tab--show.open span:nth-child(1) {
    top: 50%;
    background: #000;
  }
}
@media (max-width: 599px) {
  .header__contactForm.tab--show.open span:nth-child(1) {
    top: 4.3405676127vw;
  }
}

.header__contactForm.tab--show:hover > span {
  background: #fff;
}
@media (max-width: 995px) {
  .header__contactForm.tab--show:hover > span {
    background: #000;
  }
}

.header__contactForm.tab--show.open span:nth-child(2) {
  display: none;
}

.header__contactForm.tab--show.open span:nth-child(3) {
  top: 26px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 995px) {
  .header__contactForm.tab--show.open span:nth-child(3) {
    top: 50%;
    background: #000;
  }
}
@media (max-width: 599px) {
  .header__contactForm.tab--show.open span:nth-child(3) {
    top: 4.3405676127vw;
    background: #000;
  }
}

.trialCta__fixed {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: -999px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  --webkit-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.trialCta__fixed.is--active {
  right: 0;
}

.trialCta__fixed:hover .trialCta__link {
  margin-top: 2px;
  border-bottom: 5px solid #574100;
  background: #000;
  color: #ffc000;
}

.trialCta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffc000;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.07rem;
  -webkit-box-shadow: -2px 3px 0 2px #9e7907;
          box-shadow: -2px 3px 0 2px #9e7907;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px 20px 30px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 599px) {
  .trialCta__link {
    border-radius: 1.6694490818vw 0 0 1.6694490818vw;
    font-size: 2.8380634391vw;
    line-height: 3.3388981636vw;
    width: 5.0083472454vw;
    padding: 3.3388981636vw 6.6777963272vw 3.3388981636vw 5.0083472454vw;
  }
}
.trialCta__link img {
  width: 20px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .trialCta__link img {
    width: 3.3388981636vw;
    margin-bottom: 1.6694490818vw;
  }
}

.fv {
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.fv .swiper-slide {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}
.fv .swiper-slide.swiper-slide-active {
  -webkit-filter: unset;
          filter: unset;
}
.fv .swiper-button-next, .fv .swiper-button-prev {
  color: #fff;
}
.fv .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}
.fv .swiper-pagination-bullet {
  width: 4%;
  height: 2px;
  background: #727272;
  border-radius: unset;
  opacity: 0.8;
}
.fv .swiper-pagination-bullet-active {
  background: #fff;
}
.fv .swiper-button-next-fv:after, .fv .swiper-button-prev-fv:after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: unset;
}
@media (max-width: 599px) {
  .fv .swiper-button-next-fv:after, .fv .swiper-button-prev-fv:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media (max-width: 499px) {
  .fv .swiper-button-next-fv:after, .fv .swiper-button-prev-fv:after {
    width: 5.0083472454vw;
    height: 5.0083472454vw;
    top: 50%;
  }
}
.fv .swiper-button-prev-fv::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 30px;
}
@media (max-width: 750px) {
  .fv .swiper-button-prev-fv::after {
    left: 0;
  }
}
.fv .swiper-button-next-fv::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 30px;
}
@media (max-width: 750px) {
  .fv .swiper-button-next-fv::after {
    right: 0;
  }
}
.fv .swiper-slide img {
  height: auto;
  width: 100%;
}

.columnWrapper {
  padding-top: 90px;
}
@media (max-width: 499px) {
  .columnWrapper {
    padding-top: 15.0250417362vw;
  }
}

.sec__titleBtnArea {
  position: relative;
}

.secTitleBtn__btn {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 0.9375rem;
  z-index: 50;
  min-height: 20px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .secTitleBtn__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 40px;
    font-size: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 10%;
  }
}
@media (max-width: 599px) {
  .secTitleBtn__btn {
    margin-top: 6.6777963272vw;
    font-size: 1.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 750px) {
  .secTitleBtn__btn.pcTab--show {
    display: none;
  }
}
.secTitleBtn__btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #838383;
  border-bottom: 1px solid #838383;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 30px;
  position: absolute;
  z-index: 50;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 750px) {
  .secTitleBtn__btn::after {
    width: 15px;
    height: 15px;
    right: -10%;
    top: 30%;
  }
}
@media (max-width: 599px) {
  .secTitleBtn__btn::after {
    width: 2.5041736227vw;
    height: 2.5041736227vw;
  }
}

.secTitleBtn__btn:hover::after {
  right: -50px;
}

@media (max-width: 750px) {
  .column__btn.sp--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.columnItemLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9%;
  padding: 10px 0;
}
@media (max-width: 599px) {
  .columnItemLink {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.columnItem {
  border-bottom: 1px solid #dadada;
  position: relative;
}
.columnItem:nth-child(1) {
  border-top: 1px solid #dadada;
}

.columnTime {
  margin-right: 16px;
  font-size: 15px;
}
@media (max-width: 599px) {
  .columnTime {
    margin-right: 2.6711185309vw;
    font-size: 0.9375rem;
  }
}
@media (max-width: 499px) {
  .columnTime {
    margin-right: 2.6711185309vw;
    font-size: 0.75rem;
  }
}

.columnLabel {
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 0.1rem 0.5rem;
  color: #fff;
  min-width: 55px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 750px) {
  .columnLabel {
    min-width: 50px;
  }
}
@media (max-width: 599px) {
  .columnLabel {
    font-size: 0.8125rem;
  }
}
@media (max-width: 499px) {
  .columnLabel {
    font-size: 0.75rem;
    min-width: 8.347245409vw;
  }
}

.columnItemTitle {
  margin-top: 10px;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 599px) {
  .columnItemTitle {
    margin-top: 1.6694490818vw;
    font-size: 1rem;
    line-height: 4.0066777963vw;
  }
}
@media (max-width: 499px) {
  .columnItemTitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.columnImg {
  width: 100%;
  max-width: 150px;
  height: 100px;
}
@media (max-width: 599px) {
  .columnImg {
    max-width: 25.041736227vw;
  }
}
@media (max-width: 499px) {
  .columnImg {
    height: 80px;
  }
}
.columnImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

@media (max-width: 599px) {
  .columnContents {
    width: calc(100% - 25.041736227vw);
  }
}

.sec__problem {
  position: relative;
  background: #f7f7f7;
}

.problemWrapper {
  padding-bottom: 120px;
}
@media (max-width: 499px) {
  .problemWrapper {
    padding-bottom: 20.0333889816vw;
  }
}

.img__peopleThink {
  max-width: clamp(400px, 30.5555555556vw, 440px);
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: -12%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 50%);
}
@media (max-width: 995px) {
  .img__peopleThink {
    max-width: clamp(350px, 27.7777777778vw, 400px);
    bottom: -52px;
  }
}
@media (max-width: 750px) {
  .img__peopleThink {
    max-width: clamp(340px, 27.7777777778vw, 400px);
    bottom: -55px;
  }
}
@media (max-width: 599px) {
  .img__peopleThink {
    max-width: 60%;
    bottom: -67px;
  }
}
@media (max-width: 499px) {
  .img__peopleThink {
    bottom: -21%;
  }
}

.banner {
  position: relative;
  background: url("/wp-content/uploads/2024/05/banner-bg.jpg") no-repeat center;
  background-size: cover;
}

.banner__wrapper {
  padding: 60px;
  position: relative;
}
@media (max-width: 750px) {
  .banner__wrapper {
    padding: 60px 25px;
  }
}
@media (max-width: 599px) {
  .banner__wrapper {
    padding: 30px 25px;
  }
}
.banner__wrapper::after {
  content: "";
  background: url(/wp-content/uploads/2024/05/woman-smile.png) no-repeat center;
  background-size: cover;
  width: 387px;
  height: 364px;
  display: inline-block;
  bottom: -60px;
  position: absolute;
  z-index: 10;
  right: 60px;
}
@media (max-width: 995px) {
  .banner__wrapper::after {
    right: 0;
  }
}
@media (max-width: 750px) {
  .banner__wrapper::after {
    bottom: -40px;
    width: 41.3333333333vw;
    height: 38.6666666667vw;
    z-index: 20;
  }
}
@media (max-width: 599px) {
  .banner__wrapper::after {
    bottom: -2%;
  }
}

.banner__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 20;
  height: 95px;
}
@media (max-width: 750px) {
  .banner__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 80%;
    height: auto;
  }
}
.banner__btnArea .cta__telLink {
  padding: 10px 0;
}
@media (max-width: 499px) {
  .banner__btnArea .cta__telLink {
    min-height: 5rem;
  }
}
.banner__btnArea .telLink__imgArea {
  margin-bottom: 0;
}

.telLink__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #026a36;
  margin-bottom: 10px;
}

.banner__telNumber {
  font-size: 50px;
}
@media (max-width: 599px) {
  .banner__telNumber {
    font-size: 6.6777963272vw;
  }
}

.ctaLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .ctaLink {
    width: unset;
    max-width: 570px;
  }
}
@media (max-width: 599px) {
  .ctaLink {
    max-width: 95.1585976628vw;
    min-height: 14.1903171953vw;
  }
}

.cta__telLink {
  background: #fff;
  border: 2px solid #026a36;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 7px solid #023d1f;
  padding: 10px 0 20px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.cta__telLink:hover {
  margin-top: 2px;
  background: #026a36;
  border-bottom: 5px solid #023d1f;
}
@media (max-width: 750px) {
  .cta__telLink {
    padding: 20px 0 30px;
  }
}
@media (max-width: 599px) {
  .cta__telLink {
    padding: 1.6694490818vw 0 1.6694490818vw;
  }
}

.cta__telLink:hover .businessHour__time {
  color: #fff;
}
.cta__telLink:hover .businessHour__label {
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 995px) {
  .header__spTelNavLink {
    line-height: 0;
  }
}
@media (max-width: 499px) {
  .header__spTelNavLink {
    min-height: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 750px) {
  .header__spTelNavLink .telLink__imgArea {
    margin-bottom: 17px;
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .header__spTelNavLink .telLink__imgArea {
    margin-bottom: 12px;
    font-size: 1.625rem;
  }
}

.cta__telLink:hover .telLink__imgArea {
  color: #fff;
}

.cta__formLink {
  background: #ffc000;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  border-radius: 5px;
  position: relative;
  border-bottom: 7px solid #9e7907;
  --webkit-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.cta__formLink:hover {
  margin-top: 2px;
  border-bottom: 5px solid #574100;
  background: #000;
  color: #ffc000;
}
@media (max-width: 599px) {
  .cta__formLink:hover {
    border-bottom: 0.8347245409vw solid #9e7907;
  }
}
@media (max-width: 995px) {
  .cta__formLink {
    font-size: 1.25rem;
    min-height: 85px;
  }
}
@media (max-width: 750px) {
  .cta__formLink {
    font-size: 1.625rem;
    min-height: 17.3333333333vw;
  }
}
@media (max-width: 599px) {
  .cta__formLink {
    padding-left: 5.0083472454vw;
    min-height: 6.25rem;
    font-size: 1.125rem;
    border-bottom: 1.1686143573vw solid #9e7907;
  }
}
@media (max-width: 499px) {
  .cta__formLink {
    min-height: 5rem;
    font-size: 1rem;
  }
}

.phoneIcon {
  width: 30px;
  height: auto;
}
@media (max-width: 995px) {
  .phoneIcon {
    width: 3.0150753769vw;
  }
}
@media (max-width: 750px) {
  .phoneIcon {
    width: 40px;
  }
}
@media (max-width: 599px) {
  .phoneIcon {
    width: 5.8430717863vw;
  }
}

.telNumberImg {
  width: 230px;
}
@media (max-width: 995px) {
  .telNumberImg {
    width: 23.1155778894vw;
  }
}

.contactIcon__banner {
  width: 26px;
  position: absolute;
  left: 40px;
}
@media (max-width: 995px) {
  .contactIcon__banner {
    width: 2.6130653266vw;
  }
}
@media (max-width: 750px) {
  .contactIcon__banner {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .contactIcon__banner {
    width: 5.0083472454vw;
  }
}
@media (max-width: 499px) {
  .contactIcon__banner {
    left: 25px;
  }
}

@media (max-width: 750px) {
  .banner__ctaTelLink {
    padding: 5px 0 20px;
  }
}
.banner__ctaTelLink .telLink__imgArea {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 750px) {
  .banner__ctaTelLink .telLink__imgArea {
    margin-bottom: 0;
  }
}

.meritColumn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 995px) {
  .meritColumn__container {
    gap: 1.3065326633vw;
  }
}
@media (max-width: 750px) {
  .meritColumn__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 750px) {
  .merit__secTitle {
    letter-spacing: -0.01em;
  }
}

.meritColumn__item {
  width: calc(100% - 48px);
}
@media (max-width: 750px) {
  .meritColumn__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 599px) {
  .meritColumn__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.0166944908vw;
  }
}

.meritColumn__container > .meritColumn__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .meritColumn__img {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .meritColumn__img {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .meritColumn__contents {
    width: calc(50% - 10px);
  }
}
@media (max-width: 599px) {
  .meritColumn__contents {
    width: 100%;
  }
}

.meritColumn__age {
  margin-top: 12px;
}
@media (max-width: 750px) {
  .meritColumn__age {
    margin-top: 0;
  }
}

.ageStage {
  font-size: 1.4375rem;
}
@media (max-width: 750px) {
  .ageStage {
    font-size: 1.875rem;
  }
}
@media (max-width: 599px) {
  .ageStage {
    font-size: 1.375rem;
  }
}

.ageNumber {
  font-size: 1.1875rem;
  border: 1px solid #333;
  margin-left: 8px;
  padding: 0 8px;
}
@media (max-width: 750px) {
  .ageNumber {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .ageNumber {
    font-size: 1.125rem;
  }
}

.meritColumn__info {
  margin-top: 12px;
  font-size: 17px;
}
@media (max-width: 599px) {
  .meritColumn__info {
    margin-top: 20px;
    font-size: 1.0625rem;
  }
}

.meritColumn__Label {
  text-align: center;
  font-weight: 700;
  padding: 8px 0;
}
@media (max-width: 750px) {
  .meritColumn__Label {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .meritColumn__Label {
    font-size: 1.25rem;
  }
}

.meritColumn__Text {
  margin-top: 12px;
  min-height: 39px;
}
@media (max-width: 750px) {
  .meritColumn__Text {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .meritColumn__Text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.eikenLabel {
  color: #df1818;
  background: #ffe5e5;
}

.kankenLabel {
  color: #70ab44;
  background: #cdefb6;
}

.meritPoint {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 599px) {
  .meritPoint {
    margin-top: 13.3555926544vw;
  }
}

.meritPoint__text {
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  display: inline-block;
}
@media (max-width: 750px) {
  .meritPoint__text {
    font-size: clamp(24px, 3.7333333333vw, 28px);
    line-height: clamp(34px, 5.0666666667vw, 38px);
  }
}
@media (max-width: 599px) {
  .meritPoint__text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.meritPoint__text::before {
  content: "";
  background: url("/wp-content/uploads/2024/05/highlight-left.png") no-repeat center;
  background-size: cover;
  display: block;
  width: 60px;
  height: 85px;
  position: absolute;
  top: -10px;
  left: -110px;
}
@media (max-width: 750px) {
  .meritPoint__text::before {
    width: 30px;
    height: 55px;
    top: 8px;
    left: -8%;
  }
}
@media (max-width: 599px) {
  .meritPoint__text::before {
    display: none;
  }
}
.meritPoint__text::after {
  content: "";
  background: url("/wp-content/uploads/2024/05/highlight-right.png") no-repeat center;
  background-size: cover;
  display: block;
  width: 60px;
  height: 85px;
  position: absolute;
  top: -10px;
  right: -110px;
}
@media (max-width: 750px) {
  .meritPoint__text::after {
    width: 30px;
    height: 55px;
    top: 8px;
    right: -8%;
  }
}
@media (max-width: 599px) {
  .meritPoint__text::after {
    display: none;
  }
}

.text__underLine {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgb(254, 193, 0);
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.text__underLineOpacity {
  text-decoration-color: rgba(254, 193, 0, 0.6);
}

.text__underLineThick {
  text-decoration-line: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: rgba(254, 193, 0, 0.8);
  text-underline-offset: -6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  display: inline;
}
@media (max-width: 499px) {
  .text__underLineThick {
    text-underline-offset: -3px;
    text-decoration-thickness: 5px;
  }
}

.bg--orange {
  background: #fef9e9;
}

.secPoint__title {
  padding: 60px 60px 0;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .secPoint__title {
    padding: 10.0166944908vw 10.0166944908vw 0;
    margin-bottom: 6.6777963272vw;
  }
}

.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.square:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .square:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}
@media (max-width: 599px) {
  .square:nth-child(odd) {
    margin-bottom: 16.694490818vw;
  }
}
.square:last-child {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .square:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .square {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}
@media (max-width: 599px) {
  .square {
    margin-bottom: 16.694490818vw;
  }
}

.square:nth-of-type(even) .square__contents {
  padding: 0 50px;
}
@media (max-width: 995px) {
  .square:nth-of-type(even) .square__contents {
    padding: 0 5.0251256281vw;
  }
}
@media (max-width: 750px) {
  .square:nth-of-type(even) .square__contents {
    padding: 0 25px;
  }
}
@media (max-width: 499px) {
  .square:nth-of-type(even) .square__contents {
    padding: 0 16px;
  }
}

.square__item {
  width: 50%;
}
@media (max-width: 750px) {
  .square__item {
    width: 100%;
    padding: 0 25px;
  }
}

.square__contents {
  padding: 0 50px;
}
@media (max-width: 995px) {
  .square__contents {
    padding: 0 5.0251256281vw;
  }
}
@media (max-width: 750px) {
  .square__contents {
    padding: 0 25px;
  }
}

.squareItemOrder {
  color: orange;
  font-size: clamp(100px, 8.3333333333vw, 120px);
  font-family: "Glory", sans-serif;
  font-weight: 200;
}
@media (max-width: 995px) {
  .squareItemOrder {
    font-size: 9.0452261307vw;
  }
}
@media (max-width: 750px) {
  .squareItemOrder {
    font-size: 8.125rem;
  }
}
@media (max-width: 599px) {
  .squareItemOrder {
    font-size: 4.375rem;
  }
}

.squareItemTitle {
  font-size: clamp(30px, 2.3611111111vw, 34px);
  margin-bottom: 20px;
  line-height: 2.5rem;
}
@media (max-width: 995px) {
  .squareItemTitle {
    font-size: 3.0150753769vw;
    line-height: 4.0201005025vw;
  }
}
@media (max-width: 750px) {
  .squareItemTitle {
    font-size: 2.25rem;
    line-height: 3.125rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .squareItemTitle {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
    margin-bottom: 3.3388981636vw;
  }
}

.instructor__contents {
  width: calc(100% - 340px);
}
@media (max-width: 995px) {
  .instructor__contents {
    width: calc(100% - 34.1708542714vw);
  }
}
@media (max-width: 750px) {
  .instructor__contents {
    width: 100%;
  }
}

.squareItem__text {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: 400;
}
@media (max-width: 995px) {
  .squareItem__text {
    line-height: 20px;
  }
}
@media (max-width: 750px) {
  .squareItem__text {
    font-size: 1.5rem;
    line-height: 34px;
  }
}
@media (max-width: 599px) {
  .squareItem__text {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}

.instructor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 995px) {
  .instructor__container {
    gap: 4.0201005025vw;
  }
}
@media (max-width: 750px) {
  .instructor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.instructor__nameItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 599px) {
  .instructor__nameItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.instructor__name {
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.instructor__signature {
  max-width: 250px;
}
@media (max-width: 599px) {
  .instructor__signature {
    max-width: 70%;
  }
}

.instructor__img {
  max-width: 340px;
}
@media (max-width: 995px) {
  .instructor__img {
    max-width: 32.1608040201vw;
  }
}
@media (max-width: 750px) {
  .instructor__img {
    max-width: unset;
    width: 60%;
    margin: auto;
  }
}

.instructor__infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .instructor__infoItem {
    margin-bottom: 16px;
  }
}
@media (max-width: 599px) {
  .instructor__infoItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.instructor__infoItem:last-child {
  margin-bottom: none;
}

.instructor__infoLabel {
  border: 1px solid #ffc000;
  background: #fff;
  color: #c69700;
  min-width: 90px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 750px) {
  .instructor__infoLabel {
    font-size: 1.5rem;
    font-weight: 400;
    min-width: 120px;
    padding: 16px 3px;
  }
}
@media (max-width: 599px) {
  .instructor__infoLabel {
    font-size: 1.5rem;
    min-width: unset;
    padding: 0;
    font-size: 0.9375rem;
    min-width: 20.0333889816vw;
    line-height: 5.8430717863vw;
  }
}

.instructor__infoText {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
@media (max-width: 750px) {
  .instructor__infoText {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .instructor__infoText {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.instructor__infoQuoteText {
  background: #fcebb5;
  padding: 30px 50px;
  font-size: 1.1875rem;
  line-height: 34px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 750px) {
  .instructor__infoQuoteText {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .instructor__infoQuoteText {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin-top: 5.0083472454vw;
    padding: 5.0083472454vw 10.0166944908vw;
  }
}
.instructor__infoQuoteText::before {
  content: "";
  background: url("/wp-content/uploads/2024/05/quotation-left.png") no-repeat center;
  background-size: cover;
  display: block;
  width: 32px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: 10px;
}
@media (max-width: 599px) {
  .instructor__infoQuoteText::before {
    width: 5.3422370618vw;
    height: 4.0066777963vw;
  }
}
.instructor__infoQuoteText::after {
  content: "";
  background: url("/wp-content/uploads/2024/05/quotation-right.png") no-repeat center;
  background-size: cover;
  display: block;
  width: 32px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
@media (max-width: 599px) {
  .instructor__infoQuoteText::after {
    width: 5.3422370618vw;
    height: 4.0066777963vw;
  }
}

@media (max-width: 995px) {
  .compare__tableArea {
    overflow-x: scroll;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 995px) {
  .compare__tableArea img {
    width: 800px;
  }
}
@media (max-width: 499px) {
  .compare__tableArea img {
    width: 500px;
  }
}

.compare__tableArea::-webkit-scrollbar {
  width: 20px;
}

.compare__tableArea::-webkit-scrollbar-track {
  background-color: #b2b2b2;
}

.compare__tableArea::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
  border: 5px solid #b2b2b2;
}

.sec__review {
  background: url("/wp-content/uploads/2024/05/bg-review.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 750px) {
  .sec__review {
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .sec__review {
    padding-bottom: 60px;
  }
}

.review__secTitle {
  max-width: 1020px;
  margin: auto;
  padding: 0 60px;
}
@media (max-width: 995px) {
  .review__secTitle {
    padding: 0 40px;
  }
}
@media (max-width: 995px) {
  .review__secTitle {
    padding: 0 25px;
  }
}

.reviewWrapper {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.reviewWrapper .swiper-button-next-review, .reviewWrapper .swiper-button-prev-review {
  bottom: -10%;
  margin-top: 0;
  top: unset;
}
.reviewWrapper .swiper-button-next-review {
  left: auto;
  right: 45%;
}
@media (max-width: 599px) {
  .reviewWrapper .swiper-button-next-review {
    right: 40%;
  }
}
.reviewWrapper .swiper-button-prev-review {
  left: 45%;
  right: auto;
}
@media (max-width: 599px) {
  .reviewWrapper .swiper-button-prev-review {
    left: 40%;
  }
}
.reviewWrapper .swiper-button-next-review:after, .reviewWrapper .swiper-button-prev-review:after {
  border-bottom: 2px solid #000;
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  font-family: unset;
}
.reviewWrapper .swiper-button-prev-review::after {
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 499px) {
  .reviewWrapper .swiper-button-prev-review::after {
    width: 5.0083472454vw;
    height: 5.0083472454vw;
  }
}
.reviewWrapper .swiper-button-next-review::after {
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 499px) {
  .reviewWrapper .swiper-button-next-review::after {
    width: 5.0083472454vw;
    height: 5.0083472454vw;
  }
}
.reviewWrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-wrapper.reviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviewLink {
  width: 325px;
}

.review__title {
  margin-top: 10px;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 995px) {
  .review__title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 750px) {
  .review__title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 599px) {
  .review__title {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}

.review__text {
  font-size: 13px;
  line-height: 19px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 750px) {
  .review__text {
    font-size: 1.1875rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
@media (max-width: 599px) {
  .review__text {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}

.swiper.review__container {
  padding-bottom: 25px;
}

.secret__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 750px) {
  .secret__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.secretItem {
  border: 3px solid #ffc000;
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 750px) {
  .secretItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 30px;
    gap: 1%;
  }
}
@media (max-width: 750px) {
  .secretItem {
    padding: 5.8430717863vw 5.0083472454vw;
  }
}

.secretItem__order {
  font-size: 53px;
  color: #ffc000;
  font-family: "Glory", sans-serif;
}
@media (max-width: 750px) {
  .secretItem__order {
    font-size: 10.9333333333vw;
    font-weight: 200;
    width: 12.5733333333vw;
  }
}
@media (max-width: 599px) {
  .secretItem__order {
    font-size: 2.8125rem;
    width: 45px;
  }
}

.secretItem__img {
  max-width: 120px;
  margin: auto;
}
@media (max-width: 750px) {
  .secretItem__img {
    max-width: 110px;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .secretItem__img {
    max-width: 18.3639398998vw;
  }
}

.secretItem__text {
  font-size: 1.4375rem;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 995px) {
  .secretItem__text {
    font-size: 2.0100502513vw;
  }
}
@media (max-width: 750px) {
  .secretItem__text {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
    text-align: left;
    margin-left: 20px;
  }
}
@media (max-width: 599px) {
  .secretItem__text {
    line-height: 4vw;
    font-size: 3.4666666667vw;
    margin: 0;
    margin-left: 2.6666666667vw;
    margin-left: 1.6694490818vw;
  }
}
@media (max-width: 499px) {
  .secretItem__text {
    line-height: 1rem;
    font-size: 0.75rem;
  }
}

.presentWrapper {
  padding-top: 90px;
}

.sec__present {
  background: url("/wp-content/uploads/2024/05/student-sakura.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.present__secTitle {
  color: #fff;
}
@media (max-width: 599px) {
  .present__secTitle {
    font-size: 2.3125rem;
  }
}
@media (max-width: 499px) {
  .present__secTitle {
    padding: 0 16px;
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.presentList__container {
  margin-top: 70px;
}
@media (max-width: 750px) {
  .presentList__container {
    margin-top: 30px;
  }
}

.presentList__title {
  font-size: 28px;
  line-height: 54px;
  margin-top: 70px;
}
@media (max-width: 995px) {
  .presentList__title {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .presentList__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-top: 11.6861435726vw;
  }
}
@media (max-width: 499px) {
  .presentList__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    padding: 0 16px;
  }
}

.presentList {
  border: 3px solid orange;
  background: #fff;
  color: #000;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 599px) {
  .presentList {
    padding: 3.3388981636vw 1.6694490818vw;
  }
}
.presentList::after {
  content: "";
  background: url(/wp-content/uploads/2024/05/woman-lightbrown-jacket.png) no-repeat center;
  background-size: cover;
  width: 17%;
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 300px;
  max-height: 300px;
}
@media (max-width: 995px) {
  .presentList::after {
    right: 0;
  }
}
@media (max-width: 750px) {
  .presentList::after {
    width: 19%;
    height: 140%;
  }
}
@media (max-width: 599px) {
  .presentList::after {
    width: 20%;
    height: 140%;
  }
}

.presentItem {
  font-size: 1.5rem;
  line-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 571px;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media (max-width: 750px) {
  .presentItem {
    font-size: clamp(20px, 3.2vw, 24px);
  }
}
@media (max-width: 599px) {
  .presentItem {
    font-size: 3.3388981636vw;
    max-width: unset;
    line-height: 7.5125208681vw;
  }
}
.presentItem:before {
  content: "";
  background: url(/wp-content/uploads/2024/05/checked-icon.png) no-repeat center;
  background-size: cover;
  width: 23px;
  height: 23px;
  display: block;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .presentItem:before {
    width: 3.8397328881vw;
    height: 3.8397328881vw;
  }
}

.presentList__subText {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 995px) {
  .presentList__subText {
    line-height: 40px;
  }
}
@media (max-width: 599px) {
  .presentList__subText {
    font-size: 1.625rem;
    line-height: 2.375rem;
    margin-top: 6.6777963272vw;
    padding-bottom: 10.0166944908vw;
  }
}
@media (max-width: 499px) {
  .presentList__subText {
    padding: 0 16px 10.0166944908vw;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.schoolInfo.square {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .schoolInfo.square {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.schoolInfo__contents {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: 750px) {
  .schoolInfo__contents {
    padding: 70px 25px;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .schoolInfo__contents {
    padding: 50px 16px;
  }
}

.map__container {
  width: 50%;
  height: 500px;
}
@media (max-width: 750px) {
  .map__container {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .map__container {
    height: 300px;
  }
}

.schoolInfo__inner {
  max-width: 510px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .schoolInfo__inner {
    max-width: unset;
    margin: 0 0 20px;
  }
}

.schoolInfo__logo {
  font-size: 2.5rem;
  font-weight: 700;
  max-width: 510px;
  margin: 0 auto 10px;
}
@media (max-width: 995px) {
  .schoolInfo__logo {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .schoolInfo__logo {
    max-width: unset;
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .schoolInfo__logo {
    font-size: 1.875rem;
  }
}

.schoolInfo__label {
  font-size: 0.75rem;
  border: 1px solid #000;
  padding: 4px 10px;
  line-height: 1.5rem;
  min-width: 110px;
  text-align: center;
}
@media (max-width: 750px) {
  .schoolInfo__label {
    font-size: 20px;
    min-width: 145px;
  }
}
@media (max-width: 599px) {
  .schoolInfo__label {
    font-size: 0.875rem;
    line-height: 0.9375rem;
    min-width: 25.041736227vw;
    padding: 6px 0;
  }
}
@media (max-width: 499px) {
  .schoolInfo__label {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.schoolInfo__text {
  font-size: 1.1875rem;
  line-height: 1.5rem;
}
@media (max-width: 995px) {
  .schoolInfo__text {
    font-size: 1.9095477387vw;
    line-height: 2.4120603015vw;
  }
}
@media (max-width: 750px) {
  .schoolInfo__text {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 599px) {
  .schoolInfo__text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 750px) {
  .footer__wrapper {
    padding: 60px clamp(60px, 12vw, 90px);
  }
}
@media (max-width: 599px) {
  .footer__wrapper {
    padding: 10.0166944908vw 25px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*max-width: 625px;*/
}




@media (max-width: 750px) {
  .footer__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: unset;
  }
}

.footer__logo {
  font-size: 2.5rem;
}
@media (max-width: 995px) {
  .footer__logo {
    font-size: 1.875rem;
  }
}
@media (max-width: 750px) {
  .footer__logo {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .footer__logo {
    font-size: 1.875rem;
  }
}

.footer__address {
  font-size: 1.1875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 750px) {
  .footer__address {
    margin-bottom: 60px;
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .footer__address {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  .footer__address {
    margin-bottom: 10.0166944908vw;
    font-size: 1rem;
  }
}

@media (max-width: 750px) {
  .footerLogo__subTextWrapper .logo__subText {
    font-size: 1.625rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 599px) {
  .footerLogo__subTextWrapper .logo__subText {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .footerLogo__subTextWrapper .logo__subText {
    font-size: 1rem;
    line-height: 1.4375rem;
    margin-bottom: 1.6694490818vw;
  }
}
@media (max-width: 750px) {
  .footerLogo__subTextWrapper .label--orange {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .footerLogo__subTextWrapper .label--orange {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .footerLogo__subTextWrapper .label--orange {
    font-size: 0.75rem;
  }
}

.footer__navItem {
  padding: 0 4%;
}
@media (max-width: 995px) {
  .footer__navItem {
    padding: 0 2%;
  }
}
@media (max-width: 750px) {
  .footer__navItem {
    padding: 0 0 0 10.0502512563vw;
    font-size: 34px;
    border-right: none;
    margin-bottom: 65px;
  }
}
@media (max-width: 599px) {
  .footer__navItem {
    font-size: 1.625rem;
    margin-bottom: 40px;
    padding: 0 0 0 12vw;
  }
}
@media (max-width: 499px) {
  .footer__navItem {
    font-size: 1.25rem;
    margin-bottom: 10.0166944908vw;
    padding: 0 0 0 10.8514190317vw;
  }
  .footer__navItem:first-child {
    padding-left: 0;
  }
}

.footer__navList {
  margin: 100px auto;
}
@media (max-width: 750px) {
  .footer__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8%;
  }
}
@media (max-width: 499px) {
  .footer__navList {
    margin: 50px auto;
  }
}

.footer__navLink {
  gap: 20px;
}
@media (max-width: 995px) {
  .footer__navLink {
    gap: 2.0100502513vw;
  }
}
@media (max-width: 750px) {
  .footer__navLink {
    gap: 5.0251256281vw;
  }
}
@media (max-width: 750px) {
  .footer__navLink img {
    width: 35px;
  }
}
@media (max-width: 599px) {
  .footer__navLink img {
    width: 5.8430717863vw;
  }
}

.footer__navLink.navLink__withIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright {
  border-top: 1px solid #ffc000;
  padding: 40px 60px;
  text-align: center;
}
@media (max-width: 499px) {
  .copyright {
    padding: 20px 30px;
  }
}
.copyright small {
  letter-spacing: 0.3rem;
  font-size: 0.8125rem;
}
@media (max-width: 750px) {
  .copyright small {
    font-size: 1.1875rem;
  }
}
@media (max-width: 599px) {
  .copyright small {
    font-size: 1.1875rem;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 499px) {
  .copyright small {
    font-size: 0.75rem;
    letter-spacing: 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */