@charset "UTF-8";
/*  共通 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

p {
  letter-spacing: 0.12rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.l-content {
  margin-bottom: 0 !important;
}

.c-widget__title {
  display: none;
}

.p-spMenu__bottom a {
  width: 100%;
}

.section {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .section {
    padding: 0 16px;
  }
}

.mt-56 {
  margin-top: 56px !important;
}
@media (max-width: 767px) {
  .mt-56 {
    margin-top: 32px !important;
  }
}

.l-mainContent__inner {
  padding-bottom: 0 !important;
}

.p-breadcrumb.-bg-on {
  background: none;
}

/* インナー幅 */
.w-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.w-780 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

/* タイトル */
/* セクション全体の余白 */
@media (max-width: 767px) {
  .sec-title {
    margin-bottom: 42px;
  }
}

/* サブタイトル */
.wp-block-group.sec-title p:first-child {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
}

/* サブタイトルの下線 */
.wp-block-group.sec-title p:first-child::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: currentColor;
  opacity: 0.9;
  margin-top: 4px;
}

/* メイン見出し */
.wp-block-group.sec-title .is-style-section_ttl {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-size: clamp(28px, 4.2vw, 32px);
}

.sec-title__center {
  text-align: center;
}
.sec-title__center p:first-child::after {
  margin: 0 auto;
}

/* ボタン */
/* ===== 共通 ===== */
.c-btn .swell-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 260px;
  padding: 16px 32px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-btn .swell-block-button__link {
    font-size: 16px;
  }
}
.c-btn .swell-block-button__link:hover {
  opacity: 0.8;
}

/* 右矢印 */
.c-btn .swell-block-button__link::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

/* ===== 塗り ===== */
.c-btn--fill {
  max-width: 260px;
  width: 100%;
  margin-top: 46px;
}

.c-btn--fill .swell-block-button__link {
  background: #ec6c00;
  color: #fff;
  -webkit-box-shadow: 0 6px 3px rgba(0, 113, 140, 0.15);
          box-shadow: 0 6px 3px rgba(0, 113, 140, 0.15);
  margin: 0 auto;
}

/* ===== 白枠 ===== */
.c-btn--line .swell-block-button__link {
  background: #fff;
  color: #ec6c00;
  border: 2px solid #ec6c00;
}
@media (max-width: 767px) {
  .c-btn--line .swell-block-button__link {
    margin: 0 auto;
  }
}

.c-btn__cta {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.c-btn__cta .swell-block-button__link {
  background: #fff;
  color: #FF8041;
  border: 2px solid #FF8041;
  max-width: 260px;
}

/* 下層ページfv */
.c-pageTitle {
  text-align: center;
  font-size: 42px;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .c-pageTitle {
    font-size: 28px;
  }
}

.l-topTitleArea {
  min-height: 280px;
}

/* 投稿一覧 */
.c-pageTitle__subTitle {
  display: none;
}

.l-mainContent__inner {
  padding-bottom: 90px;
}

/* 404ページ */
.error-contents {
  padding-bottom: 80px;
}

.top-btn {
  width: 32rem;
}
@media (max-width: 767px) {
  .top-btn {
    width: 100%;
  }
}

.error404 .p-breadcrumb {
  display: none;
}

.c-ttl404 {
  font-size: 24px;
  padding-top: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .c-ttl404 {
    font-size: 20px;
  }
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: 100%;
  padding-right: 0;
}

.l-header__gnav,
.l-fixHeader__gnav {
  margin-right: 210px;
}

.header-cta {
  padding-left: 18px;
}

.header-cta-wrap {
  position: absolute;
  width: 220px;
  height: 58px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-cta-link {
  position: relative;
  background: #ec6c00;
  height: 100%;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-cta-link:hover {
  opacity: 0.8;
  cursor: pointer;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}

.l-footer .w-footer__box {
  padding: 0;
}
.l-footer__foot {
  display: none;
}
.l-footer .l-footer__widgetArea {
  padding: 0;
}
.l-footer .l-footer__widgetArea .l-container {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.l-footer .c-footer__body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 40px;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .l-footer .c-footer__body {
    padding: 50px 16px 40px;
  }
}
.l-footer .c-footer__body h2 {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer .c-footer__body h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 959px) {
  .l-footer .c-footer__body .c-footer__items-left {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .l-footer .c-footer__body .c-footer__items-left p {
    margin-bottom: 10px;
  }
}
.l-footer .c-footer__body .swell-block-columns__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 959px) {
  .l-footer .c-footer__body .swell-block-columns__inner {
    row-gap: 12px;
  }
}
.l-footer .c-footer__sns-icon {
  gap: 12px;
}
.l-footer .c-footer__sns-icon figure {
  width: 32px;
  height: 32px;
  margin: 0;
}
.l-footer .c-footer__items ul {
  gap: 20px;
}
@media (max-width: 959px) {
  .l-footer .c-footer__items ul {
    gap: 12px;
  }
}
.l-footer .c-footer__items .swell-block-linkList__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer .c-footer__items .swell-block-linkList__link:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* キャッチ */
#main_visual .p-mainVisual__slideTitle {
  color: #fff !important;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-size: clamp(28px, 4.2vw, 46px);
  text-shadow: none !important;
  /* 影を消したい場合 */
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 23%;
}

/* ボタンの外枠（中央寄せ） */
#main_visual .p-mainVisual__slideBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

/* ボタン本体（白枠） */
#main_visual a.c-mvBtn__btn {
  position: relative;
  width: 100%;
  max-width: 260px;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 56px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #ec6c00;
  color: #ec6c00 !important;
  /* 文字色 */
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 右の三角矢印 */
#main_visual a.c-mvBtn__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.top #content {
  padding-top: 0;
}

/* News
-------------------------------------------------- */
.top-news {
  position: relative;
}
.top-news__contents {
  padding: 32px 40px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
}
.top-news__lists {
  width: 60%;
  max-width: 680px;
}

/* About
-------------------------------------------------- */
.top-about {
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    padding-bottom: 0 !important;
  }
}
.top-about__content {
  padding-left: 6%;
}
@media (max-width: 767px) {
  .top-about__content {
    padding: 56px 20px;
  }
}
.top-about__content p {
  margin-top: 26px;
}

.swell-block-fullWide__inner .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Activity
-------------------------------------------------- */
.top-activity__contents h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  padding: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 42px;
  z-index: 10;
}
@media (max-width: 767px) {
  .top-activity__contents h3 {
    font-size: 22px;
    padding-left: 12px;
    margin-bottom: 32px;
  }
}
.top-activity__contents h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ADB9FE;
  opacity: 0.3;
  z-index: -10;
}
.top-activity__contents-item {
  padding: 42px 46px !important;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .top-activity__contents-item {
    padding: 32px 18px !important;
  }
}
.top-activity__contents-item a {
  background: #fff;
  border-radius: 50px;
  width: 280px;
}

/* Accession
-------------------------------------------------- */
.top-accession .swell-block-button__link {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-accession p {
    text-align: left;
  }
}

/* Faq
-------------------------------------------------- */
.top-faq .swell-block-faq__item {
  background: #fff;
  border-radius: 10px;
  border: 0;
}
.top-faq .swell-block-button__link {
  margin: 0 auto;
}
.top-faq .faq_q {
  border: 0;
}
@media (max-width: 767px) {
  .top-faq .faq_q {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about .sec-title {
    margin-bottom: 22px;
  }
}
.about h3 {
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .about h3 {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .about__content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.message__contents {
  gap: 72px !important;
}
@media (max-width: 767px) {
  .message__contents {
    gap: 46px !important;
  }
  .message__contents .wp-block-column figure {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .message__contents .wp-block-column figure {
    max-width: 100%;
  }
}
.message__contents .post {
  font-size: 14px;
  margin-bottom: 6px;
  color: #ec6c00;
}
.message__contents .name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.overview__contents table tr {
  border-bottom: solid 1px rgba(50, 50, 50, 0.2);
}
@media (max-width: 767px) {
  .overview__contents table tr {
    display: block;
    padding: 16px 0;
  }
}
.overview__contents table th,
.overview__contents table td {
  padding: 16px 0;
  vertical-align: top;
  border: 0;
}
@media (max-width: 767px) {
  .overview__contents table th,
  .overview__contents table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.overview__contents table th {
  width: 180px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 767px) {
  .overview__contents table th {
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.overview__contents table td {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .overview__contents table td {
    font-size: 16px;
  }
}

.activity {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .activity {
    padding: 16px;
  }
}
.activity__contents {
  padding: 0 !important;
}
.activity__contents h2 {
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  padding: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .activity__contents h2 {
    font-size: 22px;
    padding-left: 12px;
    margin-bottom: 32px;
  }
}
.activity__contents h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ADB9FE;
  opacity: 0.3;
  z-index: -10;
}
.activity__contents-item {
  padding: 42px 46px !important;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .activity__contents-item {
    padding: 32px 18px !important;
  }
}
.activity__contents-item a {
  background: #fff;
  border-radius: 50px;
  width: 280px;
}
@media (max-width: 767px) {
  .activity__contents-item a {
    width: 100%;
  }
}
.activity .salon-menber__item {
  background: #FEFAF8;
  padding: 16px 22px !important;
}
.activity .menber-item__title {
  font-size: 20px;
  font-weight: 500;
  color: #ec6c00;
  margin-bottom: 12px;
  text-align: left;
}
.activity .menber-item__price {
  text-align: left;
  position: relative;
  padding-bottom: 12px;
}
.activity .menber-item__price::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ec6c00;
}

.accession {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .accession {
    padding: 16px;
  }
}
.accession__contents h2 {
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  padding: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .accession__contents h2 {
    font-size: 22px;
    padding-left: 12px;
    margin-bottom: 32px;
  }
}
.accession__contents h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ADB9FE;
  opacity: 0.3;
  z-index: -10;
}
.accession__contents-item {
  background: #FEFAF8;
  padding: 16px 22px !important;
}
@media (max-width: 767px) {
  .accession__contents-item {
    padding: 34px 16px !important;
  }
}
.accession__contents-item .item-title {
  font-size: 20px;
  margin-bottom: 12px;
}
.accession__contents-item .item-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.accession__contents-item p {
  margin-bottom: 0;
}
.accession .salon-menber__item {
  background: #FEFAF8;
  padding: 16px 22px !important;
}
.accession .menber-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #ec6c00;
  margin-bottom: 12px;
  text-align: left;
}
.accession .menber-item__price {
  text-align: left;
  position: relative;
  padding-bottom: 12px;
}
.accession .menber-item__price::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ec6c00;
}
.accession__contents-list .item-title {
  font-size: 20px;
  margin-bottom: 8px;
}
.accession__contents-list p {
  margin-bottom: 0;
}

.lesson__items {
  margin-bottom: 56px;
}
.lesson h2 {
  font-size: 24px;
  margin-bottom: 26px;
  border-left: 5px solid #ec6c00;
  padding-left: 10px;
}
.lesson__item-list .swell-block-accordion__title {
  background: #FEFAF8;
  border-radius: 10px;
}

.lesson-teacher .p-teacher-archive {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.lesson-teacher .p-teacher-filter__group + .p-teacher-filter__group {
  margin-top: 36px;
}
.lesson-teacher .p-teacher-filter__title {
  margin: 0 0 18px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ec6c00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.lesson-teacher .p-teacher-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 14px;
}
.lesson-teacher .p-teacher-filter__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: #1e1e1e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.lesson-teacher .p-teacher-filter__tag:hover {
  opacity: 0.8;
  color: #1e1e1e;
}
.lesson-teacher .p-teacher-filter__tag.is-active {
  background: #ec6c00;
  color: #fff;
}
.lesson-teacher .p-teacher-cardList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 36px;
  margin-top: 56px;
}
.lesson-teacher .p-teacher-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.lesson-teacher .p-teacher-card__thumb {
  aspect-ratio: 1/1;
  background: #bfbfbf;
  overflow: hidden;
}
.lesson-teacher .p-teacher-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lesson-teacher .p-teacher-card__noimage {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.lesson-teacher .p-teacher-card__title {
  margin: 14px 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.lesson-teacher .p-teacher-card__title::before {
  display: none;
}
.lesson-teacher .p-teacher-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.lesson-teacher .p-teacher-card__metaTag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: #ec6c00;
  font-size: 12px;
  line-height: 1.2;
}
.lesson-teacher .p-teacher-cardList__empty {
  margin-top: 40px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .lesson-teacher .p-teacher-cardList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .lesson-teacher .p-teacher-archive {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .lesson-teacher .p-teacher-filter__title {
    font-size: 24px;
  }
  .lesson-teacher .p-teacher-filter__tag {
    padding: 7px 14px;
    font-size: 14px;
  }
  .lesson-teacher .p-teacher-cardList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    margin-top: 40px;
  }
  .lesson-teacher .p-teacher-card__title {
    font-size: 16px;
  }
}

.p-return-button {
  margin-top: 56px;
  text-align: center;
}

.p-return-button a {
  display: inline-block;
  padding: 10px 42px;
  background: #fff;
  color: #ec6c00;
  text-decoration: none;
  border-radius: 999px;
  border: solid 2px #ec6c00;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-return-button a:hover {
  opacity: 0.8;
}

.faq {
  padding: 0 20px;
}
.faq h2 {
  margin-bottom: 18px;
}
.faq .swell-block-faq__item {
  background: #fff;
  border-radius: 10px;
  border: 0;
}
.faq .faq_q {
  border: 0;
}
@media (max-width: 767px) {
  .faq .faq_q {
    padding-bottom: 0;
  }
}

.policy {
  padding: 0 20px;
}
.policy__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .policy__title {
    font-size: 18px;
  }
}

.w-beforeFooter {
  margin: 0;
}

.cta {
  padding: 0 20px;
}
.cta h2 {
  margin-bottom: 32px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cta h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center !important;
  }
}
.cta .wp-block-columns {
  position: relative;
  padding: 56px 70px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cta .wp-block-columns {
    padding: 32px 20px;
    gap: 32px !important;
  }
}
.cta .wp-block-columns::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 136px;
  width: 1px;
  background: #1e1e1e;
}
@media (max-width: 767px) {
  .cta .wp-block-columns::after {
    width: 0;
    height: 0;
  }
}
.cta .swell-block-button__link {
  margin: 0 auto;
}

.contact {
  position: relative;
}
.contact .contact-body .smf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.6rem;
  color: #1e1e1e;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form {
    row-gap: 2rem;
  }
}
.contact .contact-body .smf-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.6rem;
  }
}
.contact .contact-body .smf-form .smf-item__col--label {
  font-weight: bold;
  width: 18rem;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item__col--label {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    font-size: 16px;
  }
}
.contact .contact-body .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label__text {
  position: relative;
}
.contact .contact-body .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label__text::after {
  position: absolute;
  content: "必須";
  color: #fff;
  width: 60px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 1rem);
  display: grid;
  place-items: center;
  background: #DD3234;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label__text::after {
    width: 50px;
    height: 20px;
    font-size: 12px;
    right: calc(100% + 0.5rem);
  }
}
.contact .contact-body .smf-form .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item__col--controls {
    width: 100%;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls input[type=text],
.contact .contact-body .smf-form .smf-item__col--controls input[type=tel],
.contact .contact-body .smf-form .smf-item__col--controls input[type=email] {
  width: 100%;
  height: 42px;
  border: 0.1rem solid #F6F6F6;
  border-radius: 0.5rem;
}
.contact .contact-body .smf-form .smf-item__col--controls textarea {
  width: 100%;
  height: 20.3rem;
  border: 0.1rem solid #F6F6F6;
  border-radius: 0.5rem;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  height: 42px;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label {
  margin: 0;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input {
  display: none;
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label {
  position: relative;
  padding-left: 2.8rem;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label {
    font-size: 16px;
    padding-left: 30px;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 0.1rem solid #F6F6F6;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::before {
    width: 20px;
    height: 20px;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ec6c00;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
}
.contact .contact-body .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input:checked + .smf-radio-button-control__label::after {
  opacity: 1;
}
.contact .contact-body .smf-action {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-action {
    -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;
    row-gap: 2rem;
    margin-top: 32px;
  }
}
.contact .contact-body .smf-action .smf-button-control__control {
  width: 320px;
  background: #fff;
  border-radius: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.8rem;
  font-size: 18px;
  line-height: 1;
  border: 2px solid #ec6c00;
  color: #1e1e1e;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
@media (max-width: 767px) {
  .contact .contact-body .smf-action .smf-button-control__control {
    padding-bottom: 1.4rem;
  }
}
.contact .contact-body .smf-action .smf-button-control__control:hover {
  background: #ec6c00;
  color: #fff;
}
.contact .contact-body .smf-action .smf-button-control__control:hover::before {
  -webkit-animation: ripple 1s forwards 0.1s;
          animation: ripple 1s forwards 0.1s;
}
.contact .contact-body .smf-error-messages {
  font-size: 14px;
}
.contact:has([data-screen=confirm]) .contact-form__text p.type-input {
  display: none;
}
.contact:has([data-screen=confirm]) .contact-form__text p.type-confirm {
  display: block;
}
.contact:has([data-screen=confirm]) .smf-placeholder[data-name=privacy] {
  display: none;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control__control::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: initial;
  left: 2rem;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control__control:hover {
  background: rgba(212, 175, 55, 0.3);
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control {
  background: #ec6c00;
  color: #fff;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control::after {
  display: none;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control::before {
  background: #fff;
}
.contact:has([data-screen=confirm]) .smf-action .smf-button-control:nth-of-type(2) .smf-button-control__control:hover {
  background: #fff;
  color: #1e1e1e;
}
.contact:has([data-screen=complete]) .contact-form__text {
  display: none;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content {
  text-align: center;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content p {
  font-size: 18px;
  line-height: 1.625;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content .contact-form__link {
  margin-top: 32px;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content .contact-form__link .swell-block-button__link {
  display: block;
  margin: 0 auto;
  width: 280px;
  padding: 18px;
  background: #fff;
  border: solid 2px #ec6c00;
}
.contact:has([data-screen=complete]) .smf-form .smf-complete-content .contact-form__link .swell-block-button__link span {
  font-size: 18px;
  color: #1e1e1e;
}
.contact .dp-n {
  display: none;
}