@charset "UTF-8";
/* font */
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.otf") format("opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.otf") format("opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2");
}
body {
  font-family: "NotoSansCJKjp-Regular";
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.7;
}

span.icon-home:before {
  display: none;
}

.p-breadcrumb {
  position: relative;
  color: #111111;
  z-index: 10;
}
@media (min-width: 600px) {
  .p-breadcrumb {
    bottom: 65px;
  }
}

.p-breadcrumb__list {
  justify-content: flex-end;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}

/* ヘッダー */
.l-header {
  background: rgba(255, 255, 255, 0.8);
}

.header-btn .swell-block-button__link {
  padding-block: 7px;
}

.l-header .l-header__inner {
  max-width: 1415px;
  color: #333333;
}

.l-header__gnav {
  margin-right: 23px;
}
.l-header__gnav .c-gnav > .menu-item > a {
  font-weight: 600;
  padding: 0px clamp(7px, 1.0416666667vw, 15px);
}
.l-header__gnav .c-gnav > .menu-item > a .ttl {
  font-size: clamp(10px, 0.9722222222vw, 14px);
}

@media not all and (min-width: 960px) {
  .p-mainVisual {
    margin-top: 65px;
  }
}

.c-iconBtn__icon,
.icon-close-thin:before {
  font-size: 35px;
  color: #fe6515;
}

.c-widget__title.-spmenu {
  display: none;
}

.l-content {
  margin: 0 auto;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

.fixd-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: 100%;
}
.fixd-btn a {
  border-radius: 0;
  font-weight: bold;
  padding: 23px;
  outline: 1px solid #fff;
  outline-offset: -8px;
  width: 100%;
}

/* 見出し */
.heading {
  font-size: clamp(20px, 1.6666666667vw, 32px) !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.heading-set {
  display: flex;
  flex-direction: column;
}
.heading-set .heading__sub {
  position: relative;
  padding-inline: 18px;
  font-family: "NotoSansCJKjp-Bold";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.heading-set .heading__sub::before, .heading-set .heading__sub::after {
  content: "";
  display: block;
  background-color: #fe6515;
  border-radius: 50%;
  width: 6px;
  aspect-ratio: 1;
  position: absolute;
  top: clamp(15px, 1.4583333333vw, 28px);
}
.heading-set .heading__sub::before {
  left: 5px;
}
.heading-set .heading__sub::after {
  display: none;
  right: 5px;
}
.heading-set.--set .heading__sub {
  margin-inline: auto;
}
.heading-set.--set .heading__sub::after {
  display: block;
}

.title-underline.title-underline {
  position: relative;
  padding-bottom: 5px;
}
.title-underline.title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fe6515;
  height: 3px;
  width: 21px;
}

.bg-text {
  opacity: 0.2;
  font-size: clamp(95px, 9.375vw, 180px);
}

/* ボタン */
.btn a {
  max-width: 343px;
  width: 100%;
  margin-inline: auto;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.btn.--default a {
  padding: 1.1em;
}

.btn-primary {
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  padding: 0.7em;
  font-weight: bold;
  letter-spacing: 0.021em;
  display: block;
  background-image: linear-gradient(288deg, #fe6515, #ffc962);
}

/* 下層ページヘッダー */
#top_title_area {
  min-height: auto;
  padding: 4em 0 1em;
}
@media (min-width: 600px) {
  #top_title_area {
    padding: 2em 0;
  }
}
#top_title_area img {
  display: none;
}
#top_title_area .c-pageTitle,
#top_title_area .c-postTitle__ttl {
  display: flex;
  flex-direction: column-reverse;
  text-shadow: none;
  color: #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin-right: auto;
}
@media not all and (min-width: 600px) {
  #top_title_area .c-pageTitle,
#top_title_area .c-postTitle__ttl {
    font-size: 13px;
    align-items: center;
    margin-inline: auto;
  }
}
#top_title_area .c-pageTitle__subTitle,
#top_title_area .c-postTitle__subTitle {
  background: linear-gradient(282deg, #fe6515, #ffc962);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: clamp(48px, 4.9479166667vw, 95px);
  position: static;
  font-style: inherit;
  opacity: 1;
  font-weight: 700;
  margin-left: 0;
}

/* 無料体験レッスンCTA */
.cta-block {
  position: relative;
}
.cta-block::after {
  content: "";
  opacity: 0.7;
  background-image: linear-gradient(107deg, #ffb1b7 1%, #fff365);
  position: absolute;
  inset: 0;
}

.cta-block__box {
  padding: clamp(35px, 3.125vw, 60px) 20px;
}
@media not all and (min-width: 600px) {
  .cta-block__box {
    border-width: 5px !important;
  }
}

.cta-block__btn {
  text-align: center;
}

/* トップページ */
.about {
  position: relative;
}
@media not all and (min-width: 600px) {
  .about {
    padding-bottom: 0 !important;
  }
}
.about .heading {
  margin-top: 0;
}
@media (min-width: 960px) {
  .about .wp-block-media-text__content {
    position: relative;
    top: min(11.6145833333vw, 223px);
    --swl-mediatext--lap: -10em;
  }
}
@media not all and (min-width: 960px) {
  .about .wp-block-media-text__content {
    margin-left: 0 !important;
  }
}
@media not all and (min-width: 960px) {
  .about .about__block {
    display: block;
  }
}
@media (min-width: 960px) {
  .about .about__block .wp-block-media-text__media {
    margin-top: min(7.2916666667vw, 140px) !important;
  }
}
.about .about__body {
  background: rgba(255, 255, 255, 0.8) !important;
}
@media (min-width: 600px) {
  .about .about__body {
    padding: clamp(20px, 6.25vw, 120px) clamp(20px, 3.125vw, 60px);
  }
}
.about .bg-text {
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1;
  right: -113px;
  top: min(113.8666666667vw, 800px);
}
@media (min-width: 960px) {
  .about .bg-text {
    right: max(-11.3020833333vw, -217px);
    top: 200px;
  }
}

/* アクセス */
@media (min-width: 600px) {
  .access__details {
    gap: 50px;
  }
}
.access__details dt,
.access__details dd {
  padding: clamp(12px, 1.0416666667vw, 20px) 0 !important;
  border-bottom: 1px solid #aaaaaa;
}
.access__details dt::after {
  content: none !important;
}
@media not all and (min-width: 600px) {
  .access__details dt {
    border-bottom: none;
  }
}
@media not all and (min-width: 600px) {
  .access__details dd {
    width: 100% !important;
  }
}
@media not all and (min-width: 600px) {
  .access__details .wp-block-media-text__content {
    padding: 0 !important;
  }
}

/* お知らせ */
@media (min-width: 600px) {
  .top-news .btn {
    margin-right: 195px;
  }
}

@media not all and (min-width: 600px) {
  .top-news__sns {
    display: none;
  }
}

.news-list .p-postList {
  border-top: none;
}
.news-list .p-postList__title,
.news-list .p-postList__times {
  font-weight: 400;
  font-size: 14px;
}
.news-list .p-postList__title {
  line-height: 2;
}
.news-list .p-postList__times {
  opacity: 1;
}
.news-list .p-postList__item .p-postList__link {
  border-color: #aaaaaa;
}
.news-list .p-postList__link:hover {
  background-color: transparent;
}

.c-postTimes__posted:before {
  content: none;
}

.c-postTitle__ttl {
  color: #333333;
}

/* トップバナー */
.top-banner {
  padding-bottom: 5em !important;
}

.banner-link .c-bannerLink__text {
  flex-direction: column-reverse;
  outline: 4px solid #fff;
  outline-offset: -15px;
}
.banner-link .c-bannerLink__title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
}
.banner-link .c-bannerLink__description {
  font-weight: bold;
  font-size: 12px;
}

/* スクール案内 */
@media not all and (min-width: 960px) {
  .about-info .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
}

@media not all and (min-width: 960px) {
  .about-info__img .swell-block-columns__inner {
    flex-direction: column;
  }
}
.about-info__img .swell-block-column img {
  aspect-ratio: 423/282;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .about-info__img .swell-block-column:first-child {
    align-self: center;
  }
}
@media not all and (min-width: 960px) {
  .about-info__img .swell-block-column:last-child {
    margin-top: -108px;
    align-self: self-end;
    margin-right: 27px;
  }
}
.about-info__img .swell-block-column:last-child img {
  aspect-ratio: 253/380;
}
@media (min-width: 960px) {
  .about-info__img > .wp-block-image {
    margin-left: 78px;
  }
}

@media (min-width: 960px) {
  .about-info__body {
    margin-top: 54px !important;
  }
}

.about-info__title {
  color: #fff !important;
}
.about-info__title span {
  padding: 0.6em 0.719em;
  background-image: linear-gradient(276deg, #fe6515, #ffc962);
  display: inline-block;
  margin-bottom: 0.625em;
}
@media not all and (min-width: 600px) {
  .about-info__title span {
    font-size: 16px;
  }
}

.feature-box {
  gap: clamp(20px, 2.7777777778vw, 40px);
}
.feature-box img {
  aspect-ratio: 563/364;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-box .wp-block-media-text__content {
  padding-top: 0;
  padding: 0 !important;
}

.feature-box__title {
  font-size: clamp(18px, 1.6666666667vw, 24px) !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

/* よくある質問 */
.faq-list .swell-block-faq__item {
  border-top: 1px solid #aaaaaa !important;
  padding-top: 2em !important;
  margin-top: 0 !important;
}
.faq-list .faq_a {
  padding: 1em 1em 2em 0;
}
.faq-list .faq_a:before {
  content: none;
}
.faq-list .faq_q {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
}
@media (min-width: 600px) {
  .faq-list .faq_q {
    padding-left: 75px;
  }
}
.faq-list .faq_q:before {
  width: clamp(30px, 3.4722222222vw, 50px);
  height: clamp(30px, 3.4722222222vw, 50px);
  font-size: clamp(14px, 1.5277777778vw, 22px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}

/* お知らせページ */
.blog .l-article,
.archive .l-article {
  max-width: none;
}

.blog .l-content {
  padding-bottom: clamp(5px, 3.8194444444vw, 55px);
}
.blog .-type-card .p-postList__item {
  padding: 0 2.3em;
}
.blog .p-postList.-type-card {
  margin-left: -2.3em;
  margin-right: -2.3em;
}
.blog .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 13px;
}
.blog .p-postList__meta {
  gap: 18px;
  font-size: 12px;
}
.blog .p-postList__cat {
  background-color: #fe6515;
  border-radius: 30px;
  color: #fff;
  opacity: 1;
  padding-inline: 0.5em;
  width: 100px;
  text-align: center;
}
.blog .p-postList__cat::before {
  content: none;
}
.blog .p-postList__title {
  font-weight: 500;
}
.blog .c-pagination {
  margin: 0;
}

@media (min-width: 600px) {
  .single-post .l-content {
    padding-bottom: 10px;
  }
}
.single-post .l-mainContent .p-articleThumb img,
.single-post .l-mainContent .wp-block-image img {
  aspect-ratio: 800/527;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .p-articleFoot {
  display: none;
}

[class*=page-numbers],
[class*=page-numbers]:hover,
[class*=page-numbers]:hover:hover {
  background-color: #fff;
  color: #333333;
  box-shadow: none;
}

/* コース案内 */
@media (min-width: 600px) {
  .post-type-archive-course .l-content,
.single-course .l-content {
    padding-top: 0;
  }
}

@media not all and (min-width: 600px) {
  .course-read {
    text-align: left;
  }
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.course-list .p-postList {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .course-list .-type-card .p-postList__item {
    padding: 0 1.5em;
  }
}
@media not all and (min-width: 600px) {
  .course-list .-type-card .p-postList__item {
    margin-bottom: 17px;
  }
}

@media (min-width: 600px) {
  .course-list .p-postList.-type-card {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}

.course-list .p-postList__title {
  font-size: clamp(13px, 1.25vw, 18px);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

@media not all and (min-width: 600px) {
  .course-list .c-postThumb__figure:before {
    padding-top: 66.805%;
  }
}

.course-title {
  color: #fff;
  font-size: clamp(18px, 1.6666666667vw, 32px) !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  padding: 0.313em;
  background-image: linear-gradient(276deg, #fe6515, #ffc962);
  margin-bottom: clamp(30px, 2.6388888889vw, 38px) !important;
}

/* コース詳細 */
@media not all and (min-width: 600px) {
  .course-post {
    --swl-clmn-mrgn-x: 20px;
  }
  .course-post .swell-block-columns .swell-block-column {
    margin: 0 0 0 20px;
  }
  .course-post .swell-block-columns__inner {
    margin-left: calc(var(--swl-clmn-mrgn-x) * -1); /* 親要素の左側のマージンを負の値で設定 */
  }
}
.course-post .slider-post {
  margin-top: 70px;
}

.course-detail {
  justify-content: space-between;
}
@media (min-width: 600px) {
  .course-detail {
    display: flex;
  }
}
@media not all and (min-width: 600px) {
  .course-detail .course-title {
    text-align: center;
  }
}
.course-detail p {
  font-size: 14px;
  line-height: 2;
}
.course-detail p + p {
  margin-top: 30px;
}

@media (min-width: 600px) {
  .course-detail__body {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .course-detail__thumb {
    width: 46.8333333333%;
  }
}
@media not all and (min-width: 600px) {
  .course-detail__thumb img {
    aspect-ratio: 338/210;
  }
}

/* コース案内スライダー */
.slider-post .heading {
  margin-bottom: 100px;
  margin-top: 0;
}
@media (min-width: 600px) {
  .slider-post .heading {
    margin-bottom: 0;
  }
}

.my-swiper {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  padding-bottom: 12px;
}
.my-swiper img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 687/458;
}

.course-post__thumb {
  position: relative;
  z-index: -1;
}

.course-post__body {
  background-color: #fff;
  position: relative;
  width: 90%;
  margin: -25px auto 0;
  padding: 17px 22px 30px 20px;
}
@media (min-width: 600px) {
  .course-post__body {
    padding: 20px 62px 20px 20px;
    width: 79%;
    margin: -36px auto 0;
    width: 84%;
  }
}
.course-post__body::after {
  content: "";
  display: block;
  background-image: linear-gradient(119deg, #eb7171 1%, #fff188);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  bottom: -5px;
  z-index: -1;
}
@media (min-width: 600px) {
  .course-post__body::after {
    left: -10px;
    bottom: -10px;
  }
}
@media (min-width: 600px) {
  .course-post__body .btn {
    width: 209px;
  }
}

.course-post__title {
  font-size: clamp(16px, 1.25vw, 24px) !important;
  margin-bottom: 0.833em !important;
}

.course-post__content {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}

.swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 198px;
  margin-bottom: 30px;
  padding: 0 20px;
  bottom: 40px;
}
@media (min-width: 600px) {
  .swiper-controls {
    top: max(-1.5625vw, -30px);
    left: 395px;
    margin-bottom: 38px;
  }
}
.swiper-controls::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fe6515;
}

.swiper-pagination {
  font-size: 14px;
  font-weight: bold;
  color: #fe6515;
  bottom: auto;
  left: -80px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 45px;
  background: none;
  padding: 0;
  left: auto;
}

.swiper-button-prev {
  right: 56px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background: none;
  box-shadow: none;
}

/* 講師紹介詳細 */
.instructor-block {
  margin-bottom: clamp(35px, 3.4722222222vw, 50px);
}

.instructor-main {
  margin-bottom: 50px;
}

.instructor-main .swell-block-columns__inner {
  justify-content: space-between;
}

.instructor-main__course {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: bold;
}

.instructor-main__course-ttl {
  position: relative;
  padding-left: 12px;
}
.instructor-main__course-ttl::before {
  content: "";
  display: block;
  background-color: #fe6515;
  border-radius: 50%;
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.instructor-main__title {
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 600px) {
  .instructor-main__title {
    text-align: center;
  }
}

.instructor-main__name {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 500;
}

.course-type {
  gap: clamp(15px, 1.3888888889vw, 20px) 20px;
}
.course-type .swell-block-linkList__item {
  flex: 0 1 calc(50% - 20px);
}
@media (min-width: 600px) {
  .course-type .swell-block-linkList__item {
    flex: 0 0 180px;
  }
}
.course-type .swell-block-linkList__link {
  font-size: clamp(12px, 0.9027777778vw, 13px);
  padding: 1em;
}

.instructor-message {
  position: relative;
}
@media not all and (min-width: 600px) {
  .instructor-message {
    display: flex;
    flex-direction: column-reverse;
  }
}
.instructor-message .swell-block-fullWide__inner {
  padding-block: clamp(25px, 3.4722222222vw, 50px);
}
.instructor-message .bg-text {
  font-size: clamp(70px, 12.5vw, 180px);
  line-height: 1;
  text-align: center;
}
@media (min-width: 600px) {
  .instructor-message .bg-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* フッター */
.w-beforeFooter {
  margin: 3em auto 3em;
}

.l-footer__foot,
.l-footer__widgetArea {
  padding-bottom: 6em;
}

.l-footer .w-footer__box {
  padding: 0;
}

@media not all and (min-width: 960px) {
  .footer-block {
    align-items: center;
  }
}

.footer-block .swell-block-columns__inner {
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}

.footer-nav__course {
  font-weight: 400;
  white-space: nowrap;
}

.footer-nav .swell-block-linkList {
  font-size: 14px;
}

@media not all and (min-width: 960px) {
  .footer-address {
    width: 230px;
  }
}

.l-footer__foot {
  display: none;
}

/* ここからお問い合わせフォーム */
@media not all and (min-width: 600px) {
  .contact-menu .heading {
    font-size: 18px !important;
  }
}
.contact-menu .c-tabList {
  gap: clamp(13px, 2.0833333333vw, 30px);
  padding-inline: clamp(35px, 2.8645833333vw, 55px) !important;
}
@media not all and (min-width: 600px) {
  .contact-menu .c-tabList {
    flex-direction: column;
  }
}
.contact-menu .c-tabBody {
  border: none;
}
.contact-menu .c-tabList .c-tabList__button {
  background: #fe6515 !important;
  border-radius: 30px;
  color: #fff;
  opacity: 1;
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media (min-width: 960px) {
  .contact-menu .c-tabList .c-tabList__button {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
}
.contact-menu .c-tabList .c-tabList__button[aria-selected=true] {
  border: 1px solid #fe6515;
  color: #fe6515;
  background: #fff !important;
}
@media (min-width: 600px) {
  .contact-menu .lesson-about {
    gap: 38px;
  }
}
.contact-menu .lesson-detail {
  font-size: 14px;
}
@media not all and (min-width: 600px) {
  .contact-menu .lesson-detail {
    display: block;
  }
}
@media not all and (min-width: 600px) {
  .contact-menu .lesson-detail dt,
.contact-menu .lesson-detail dd {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .contact-menu .lesson-detail dt,
.contact-menu .lesson-detail dd {
    padding-block: 15px !important;
  }
}
.contact-menu .lesson-detail dt {
  padding-block: 30px 10px !important;
}
@media (min-width: 600px) {
  .contact-menu .lesson-detail dt {
    border-bottom: 1px solid #d5d5d5;
  }
}
.contact-menu .lesson-detail dd {
  padding-block: 10px 30px !important;
  border-bottom: 1px solid #d5d5d5;
}
.contact-menu .lesson-detail dt::after {
  display: none !important;
}
.contact-menu .lesson-flow .wp-block-image img {
  aspect-ratio: 338/219;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.3em;
  background: #f0f0f0;
  font-family: inherit;
  font-size: 16px;
  border: transparent;
}

:is(input[type=text], input[type=email], input[type=tel], input[type=url], input[type=search], textarea, select):focus,
:is(input[type=radio], input[type=checkbox]):focus + span {
  outline: none;
  box-shadow: 0 0 2px rgba(104, 111, 103, 0.7);
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.3em 0.3em 1.5em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox] + span:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #9d9d9d;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}

input[type=checkbox] + span:after {
  content: "";
  display: none;
}

input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0.5em;
  width: 0.6em;
  height: 1.2em;
  content: "";
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  input[type=checkbox]:checked + span:after {
    left: 0.4em;
  }
}

.course-select {
  position: relative;
}

.course-select::before,
.course-select::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  z-index: 1;
}

.course-select::before {
  border-bottom: 9.5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 8px;
}

.course-select::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9.5px solid #000000;
  top: 22px;
}

.form__item {
  display: flex;
  align-items: center;
  margin-top: clamp(20px, 1.8229166667vw, 35px);
}
@media not all and (min-width: 600px) {
  .form__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__ttl {
  font-size: clamp(13px, 0.7291666667vw, 14px);
  color: #111111;
  width: 160px;
  display: block;
}

.form__body {
  width: 100%;
}
@media not all and (min-width: 600px) {
  .form__body {
    margin-top: 9px;
  }
}
@media (min-width: 600px) {
  .form__body.--half {
    width: 50%;
  }
}

.form__btn {
  text-align: center;
  margin-top: 35px;
}
.form__btn input[type=submit] {
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  padding: 0.9em;
  font-weight: bold;
  letter-spacing: 0.021em;
  transition: opacity 0.5s;
  background-image: linear-gradient(288deg, #fe6515, #ffc962);
}
.form__btn input[type=submit]:hover {
  opacity: 0.7;
}
@media (min-width: 600px) {
  .form__btn input[type=submit] {
    width: 190px;
  }
}

.form__link {
  color: #cc0000;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.textarea {
  align-items: flex-start;
}

.agreement {
  font-size: 14px;
  margin-top: 35px;
  color: #555555;
}
.agreement > * {
  margin-top: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #92b2d3;
}

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.current-menu-item span {
  position: relative;
}

.current-menu-item span::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 4px solid #e2685e;
  position: absolute;
  top: 20px;
  left: 0;
}

/* スクロールアニメーション */
.fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.is-visible {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */