@charset "UTF-8";
/*
    Template: swell
    Theme Name: f-forest
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.notosan {
  font-family: "Noto Sans JP", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}
.zenmin {
  font-family: "Zen Old Mincho", serif;
}
.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}

.center-contents .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}

:root {
  --forest-ivory: #fbf7ec;
  --forest-ivory-deep: #f3ecd9;
  --forest-green: #3f7b3f;
  --forest-green-dark: #255d32;
  --forest-green-soft: #e8f1df;
  --forest-text: #263029;
  --forest-muted: #667264;
  --forest-line: rgba(63, 123, 63, 0.18);
  --forest-white: #fffdf8;
  --forest-shadow: 0 18px 45px rgba(44, 74, 46, 0.12);
}

.section-mv .wp-block-media-text__media {
  aspect-ratio: 16 / 9;
}

.section-mv .wp-block-media-text__media img {
  border-radius: 30px 0 0 30px;
}

.forest-label,
.forest-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 20px;
  border: 1px solid var(--color_main);
  border-radius: 999px;
  background: rgba(232, 241, 223, 0.72);
  color: var(--color_main);
  font-weight: 700;
}

.forest-label {
  padding: 6px 20px;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
}

.forest-kicker {
  padding: 5px 14px;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.forest-hero-title,
.forest-section h2,
.forest-final-cta h2 {
  margin: 0;
  color: #202720;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.forest-hero-title {
  font-size: clamp(2.05rem, 3.4vw, 3.4rem) !important;
}

.forest-hero-title span {
  color: var(--color_main);
}

.forest-hero-lead {
  font-size: 1.1rem;
  max-width: 590px;
  margin: 28px 0 0;
  font-weight: 500;
}

.forest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  max-width: 500px;
}

.forest-actions-center {
  justify-content: center;
}

.forest-button {
  width: 48%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid var(--color_main);
  border-radius: 8px;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.forest-button:hover,
.forest-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(44, 74, 46, 0.16);
}

.forest-button-primary {
  background: var(--color_deep01);
  color: #fff100;
  border-color: var(--color_deep01);
}

.forest-button-secondary {
  background: #fff;
  color: var(--color_main);
}

.forest-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 34px 0 0;
  padding: 0 !important;
  list-style: none;
}

.forest-hero-cards li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 70px;
  color: var(--color_main);
  font-weight: 600;
  padding: 0.25em 0.75em;
  border-radius: 100vmax;
  background: #fff987;
}

.forest-hero-cards li svg {
  width: 20%;
  color: #3e894d;
}

.forest-section h2 {
  font-size: clamp(1.7rem, 2.1vw, 2.4rem) !important;
  margin-bottom: 1em;
}

.forest-text-block {
  max-width: 590px;
}

.section-problem,
.section-about,
.section-comparison,
.section-time,
.section-course,
.section-message,
.section-tutor,
.section-post,
.section-faq {
  border-bottom: 1px solid var(--forest-ivory-deep);
}

.section-problem .swell-block-column {
  background: var(--forest-ivory);
  border: 1px solid var(--forest-ivory-deep);
  padding: 1em;
  border-radius: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.section-about .wp-block-media-text__media img {
  border-radius: 50px;
}

.section-about h3 {
  color: var(--color_main);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.25em;
}

.section-about .swell-block-column {
  background: #ebf2ec;
  padding: 0.75em;
  border-radius: 10px;
}

.section-comparison thead th {
  border: none;
  text-align: center;
  border-radius: 15px 15px 0 0;
  line-height: 1.2;
}

.section-comparison thead th:first-child {
  background: unset;
}

.section-comparison thead th:nth-child(2) {
  background: #f3ecd9;
  color: unset;
  opacity: 0.8;
}

.section-comparison tr th:first-child {
  font-size: 0.9em;
}

.section-comparison .swell-block-columns__inner {
  justify-content: center;
}

.section-comparison img {
  border-radius: 20px 20px 0 0;
  width: 250px;
}

.section-comparison h4 {
  font-size: 1.4em;
  font-weight: 500;
  color: var(--color_main);
}

.section-tutor .swell-block-column {
  background: #f1ebd8;
  padding: 1.5em;
  border-radius: 20px;
}

.section-time thead th {
  border: unset;
  border-radius: 20px 20px 0 0;
}

.section-time thead th:first-child {
  background: unset;
  border: none;
}

.section-time td {
  line-height: 1.3;
  font-size: 0.9em;
  padding: 1em 0.25em;
}

.section-time td span.swl-fz {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px 3px;
  display: inline-block;
  margin-top: 4px;
  opacity: 0.9;
}

.section-time tr td:first-child {
  font-size: 0.9em;
}

.section-time .is-style-note_list {
  display: flex;
  justify-content: center;
}

.section-course .swell-block-column {
  background: #f5fff7;
  border: 1px solid #e1e8e2;
  padding: 1.25em;
  border-radius: 20px;
}

.section-course .swell-block-column:nth-child(2) {
  background: #e4f5f9;
  border: 1px solid #c4ebe7;
}

.section-course .swell-block-column:last-child {
  background: #ffecec;
  border: 1px solid #fbd8d8;
}

.section-course h3 {
  color: #56a365;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 1vw, 1.7rem) !important;
}

.section-course .swell-block-column:nth-child(2) h3 {
  color: #669cc4;
}

.section-course .swell-block-column:last-child h3 {
  color: #da4f4f;
}

.section-message .wp-block-media-text__media img {
  border-radius: 30px;
}

.section-course h4 {
  margin: 1em;
  color: #56a365;
}

.section-course .swell-block-column:nth-child(2) h4 {
  color: #669cc4;
}

.section-course .swell-block-column:last-child h4 {
  color: #da4f4f;
}

.section-post .p-pickupBanners__item .c-bannerLink,
.section-post .p-postList__thumb {
  box-shadow: unset;
  border-radius: 20px 20px 0 0;
}

.section-post .p-postList__link {
  border: 1px solid #ddd;
  border-radius: 20px;
}

.section-post .p-postList__body {
  padding: 1em;
}

.section-post .is-style-more_btn a {
  border-radius: 100vmax;
}

.section-post .p-postList .p-postList__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.85;
  font-size: 1.1em;
}

.section-faq .swell-block-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.section-faq .swell-block-accordion__item {
  width: 48%;
  margin: 0 !important;
  border-radius: 10px;
}

.section-faq .swell-block-accordion__label {
  font-weight: 600 !important;
  font-size: 1.05em;
}

.section-access h3 {
  font-weight: 500;
}

.section-access img {
  border-radius: 20px;
}

[data-scrolled="true"] .fix-btn-wrap {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  visibility: visible;
}

.fix-btn-wrap {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ffffffeb;
  max-width: 400px;
  box-shadow: var(--swl-box_shadow);
  border-top: 4px solid var(--forest-ivory-deep);
  border-radius: 20px 0 0 0;
}

.fix-btn-wrap p {
  text-align: center;
  font-size: 1.15em;
  font-weight: 500;
  padding: 0.25em 0;
  border-bottom: 1px solid var(--forest-ivory-deep);
}

.fix-btn-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.fix-btn-wrap ul li {
  width: calc(100% / 3);
  margin: 0;
}

.fix-btn-wrap ul li:first-child {
  width: 100%;
  font-size: 2.7em;
  letter-spacing: -1px;
  font-family: "Roboto", sans-serif;
}

.fix-btn-wrap ul li a {
  display: flex;
  justify-content: center;
  padding: 0.5em;
  font-size: 0.85em;
  font-weight: 500;
}

.fix-btn-wrap ul li:not(:first-child) a {
  flex-direction: column;
  align-items: center;
  padding-top: 1em;
}

.fix-btn-wrap ul li:nth-child(2) a {
  background: var(--color_deep01);
  color: #fff;
}

.fix-btn-wrap ul li:nth-child(3) a {
  background: #0db329;
  color: #fff;
}

.fix-btn-wrap ul li:last-child a {
  background: #ffe9e9;
  color: #dd33ab;
}

.fix-btn-wrap ul li:first-child a {
  padding: 0.15em 0;
  gap: 0;
  color: var(--color_main);
}

.fix-btn-wrap ul li a svg {
  width: 1.2em;
}

.fix-btn-wrap ul li:not(:first-child) a svg {
  width: 2.4em;
}

.fix-btn-wrap ul li:first-child a .zenmaru {
  display: block;
  margin-top: -12px;
  font-size: 14px;
  text-align: right;
}

/*section-cta*/
.section-cta h2 {
  margin-bottom: 0.5em;
}

.section-cta .is-style-btn_normal a {
  letter-spacing: 2px;
}

/*page-contact*/
.page-id-2273 .fix-btn-wrap {
  display: none;
}

.page-contact {
  padding-bottom: 4em !important;
}

.page-contact h2 {
  letter-spacing: 2px;
  font-size: 1.5em;
  font-weight: 600;
}

.page-contact .section-cta h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}

.page-contact .section-cta .roboto {
  font-size: 1.8em;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: -0.35em;
}

.page-contact .section-cta .roboto a {
  color: var(--color_main);
}

.page-contact .swell-block-step__body {
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.8;
  letter-spacing: 1px;
  margin-top: 0.5em !important;
}

.page-contact .swell-block-step__item .swell-block-step__title {
  font-weight: 500;
  font-size: 1.3em !important;
}

.page-contact .page-contact-flow .swell-block-column {
  background: #fff987;
  padding: 1em;
  border-radius: 10px;
}

/*page-thanks*/
.page-thanks .wp-block-group {
  display: flex;
  justify-content: center;
}

.page-thanks .wp-block-group__inner-container {
  max-width: 900px;
  padding: 1.5em;
  border-radius: 20px;
  background: #fff987;
}

.page-thanks .section-cta h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}

.page-thanks .roboto {
  font-size: 1.8em;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: -0.35em;
}

.page-thanks .roboto a {
  color: var(--color_main);
}

/*footer*/
.l-footer {
  padding-bottom: 5em;
}

#before_footer_widget {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  .forest-hero {
    min-height: auto;
    background: var(--forest-ivory);
  }

  .forest-hero-inner,
  .forest-two-column {
    grid-template-columns: 1fr;
  }

  .forest-hero-content {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .forest-hero {
    padding: 42px 0 56px;
  }

  .forest-label {
    padding: 7px 14px;
  }

  .forest-actions,
  .forest-actions-center {
    flex-direction: column;
  }

  .forest-button {
    width: 100%;
    min-height: 54px;
  }
}

@media (max-width: 600px) {
  .is-stacked-on-mobile > .wp-block-media-text__content {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

@media not all and (min-width: 960px) {
  .forest-hero-cards li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.25em;
    gap: 3px;
  }

  .forest-hero-cards li svg {
    width: 50%;
  }

  /*section-cta*/
  .section-cta .swell-block-columns__inner {
    row-gap: 1.5em;
    justify-content: center;
  }

  .section-cta .swell-block-column {
    margin-left: 1.5em;
  }

  .section-cta .swell-block-column:first-child {
    width: 55%;
  }

  .section-cta h3 {
    margin-bottom: 0.5em;
  }

  .section-cta a {
    font-size: 1.2em;
  }

  .page-thanks .section-cta .swell-block-columns__inner {
    margin: 0;
    justify-content: space-around;
  }

  .page-thanks .section-cta .swell-block-column {
    width: unset;
    margin: 0;
  }

  /*footer*/
  .l-footer {
    padding-bottom: 12em;
  }
}

@media not all and (min-width: 600px) {
  .section-faq .swell-block-accordion__item {
    width: 100%;
  }

  .fix-btn-wrap {
    max-width: 100%;
    border-radius: unset;
  }

  .fix-btn-wrap p {
    padding: 0.1em 0;
  }

  .fix-btn-wrap ul li a {
    font-size: 0.9em;
  }

  .fix-btn-wrap ul li:first-child a {
    padding: 0.1em 0;
  }

  .fix-btn-wrap ul li:first-child a .zenmaru {
    font-size: 12px;
  }

  .section-cta .swell-block-column {
    margin: 0 0 0 var(--swl-clmn-mrgn--x);
  }

  .section-cta .swell-block-column:first-child {
    width: 100%;
  }

  .section-cta h2 {
    font-size: 1.8em;
    letter-spacing: 2px;
  }

  .section-cta h3 {
    margin-bottom: 0.25em;
  }

  .page-thanks .section-cta .swell-block-column:first-child h3 {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .-col4 .-type-card.-pc-col3 .p-postList__item,
  .-col4 .-type-thumb.-pc-col3 .p-postList__item {
    width: calc(100% / 4);
  }
}

@media (min-width: 600px) {
  .section-post .is-style-more_btn {
    --the-min-width: 24%;
  }
}

/*contact-form*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.check-item .Form-Item-Input {
  background: url();
  border: unset;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.9em;
}

.Form-Item-Input::placeholder,
.Form-Item-Textarea::placeholder {
  opacity: 0.6;
}

.wpcf7-acceptance label,
.check-item label {
  display: inline-block;
  background: #f0ffe8;
  padding: 0.25em 0.7em;
  border-radius: 5px;
  border: 1px solid #bae0a5;
  margin-top: 1em;
  font-size: 0.9em;
}

input.wpcf7-free-text {
  width: 170px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-acceptance {
  transform: scale(1.5);
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

a.contact-privacy-link {
  display: block;
  font-size: 0.9em;
  text-align: center;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}

a.contact-privacy-link i {
  margin-left: 2px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-message {
  font-size: 0.75em;
  margin-top: 2em;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 3px;
  padding: 0 0.35em;
  width: fit-content;
  display: block;
  text-align: center;
  background: var(--color_deep01);
  color: #fff;
  font-size: 0.75em;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    margin-right: 0.5em;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  background: #eaedf2;
  font-size: 18px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 18px;
    width: 100%;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 280px;
  display: block;
  letter-spacing: 2px;
  background: var(--color_deep01);
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
