@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 16px;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #282B2F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    padding-top: 56px;
  }
}
body.is-menu-open {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

button,
input,
textarea,
select {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  border: none;
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
img:not([src$=".svg"]) {
  width: 100%;
}

.gojo-lp figure {
  margin: unset;
}

body {
  padding-bottom: 0 !important;
}

header img {
  display: inline;
}

#pc__nav p, #pc__nav a, #pc__nav h1, #box__h1 p, #box__h1 a, #box__h1 h1 {
  font-weight: 500 !important;
}

.dmenu p {
  font-size: 14px;
}

#spMenu_btn p {
  font-size: 8px;
}

picture {
  display: block;
}

span,
strong {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

strong {
  font-weight: 700;
}

.pc-show {
  display: inline !important;
}
@media (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
}

.sp-show {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-show {
    display: inline !important;
  }
}

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

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

/* 基本設定
===================================== */
section:not(.sec1) {
  padding: 64px 20px;
}
@media (max-width: 767px) {
  section:not(.sec1) {
    padding: 48px 12px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 916px;
  width: 100%;
}
@media (max-width: 767px) {
  .inner {
    max-width: none;
  }
}

h2 {
  color: #282B2F;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    justify-content: center;
  }
}

h4 {
  color: #282B2F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Serif JP", sans-serif;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

p {
  color: #282B2F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.sec-heading {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-heading {
    margin-bottom: 40px;
  }
}
.sec-heading--left {
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .sec-heading--left {
    margin-bottom: 16px;
    text-align: center;
  }
}
.sec-heading__icon {
  width: 36px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .sec-heading__icon {
    margin-right: 4px;
    width: 28px;
  }
}
.sec-heading p {
  margin-top: 16px;
  font-weight: 500;
}
.sec-heading p span {
  color: #2DC56E;
}
@media (max-width: 767px) {
  .sec-heading p {
    margin-top: 16px;
    font-weight: 400;
  }
  .sec-heading p.p1 {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.sec-heading p span {
  color: #2DC56E;
}

.note {
  color: #737373;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 767px) {
  .note {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* header
===================================== */
/* sec1
===================================== */
.sec1 {
  background: #F4F9F5;
  overflow: hidden;
  padding: 0;
}
.sec1__img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
@media (max-width: 767px) {
  .sec1__img {
    height: auto;
    object-fit: contain;
  }
}

/* sec2
===================================== */
.sec2 {
  background-image: url(../../img/sec2-bg.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .sec2 {
    background-image: url(../../img/sec2-bg-sp.webp);
  }
}
.sec2__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 402px;
}
@media (max-width: 767px) {
  .sec2__inner {
    display: block;
  }
}
.sec2__text h4 {
  color: #2DC56E;
  margin-bottom: 32px;
  padding-top: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .sec2__text h4 {
    margin-bottom: 16px;
    text-align: center;
    padding-top: 16px;
    display: block;
    border-top: none;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.sec2__text p + p {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .sec2__text p + p {
    margin-top: 16px;
  }
}
.sec2__graph-card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px 0 rgba(62, 155, 79, 0.1);
  padding: 23px 24px;
}
@media (max-width: 767px) {
  .sec2__graph-card {
    border-radius: 6px;
    margin-top: 40px;
    padding: 24px 12px;
  }
}
.sec2__graph-card .wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.sec2__graph-card h5 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px dotted #2DC56E;
}
.sec2__graph-card h5 span {
  font-size: 20px;
  color: #2DC56E;
  font-family: "Noto Serif JP", sans-serif;
}
@media (max-width: 767px) {
  .sec2__graph-card h5 {
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .sec2__graph-card h5 span {
    font-size: 20px;
  }
}
.sec2__graph-card p {
  margin-bottom: 18px;
}
.sec2__graph-card p span {
  color: #2DC56E;
}
@media (max-width: 767px) {
  .sec2__graph-card p {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .sec2__graph-card picture {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* sec3
===================================== */
.section-wrapper {
  background-image: url(../../img/sec3-bg.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .section-wrapper {
    background-image: url(../../img/sec3-bg-sp.webp);
  }
}

.sec3 {
  padding-bottom: 38px !important;
}
@media (max-width: 767px) {
  .sec3 {
    padding-bottom: 0 !important;
  }
}
.sec3 h2 {
  justify-content: center;
}
.sec3 h2 .h2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dotted #2DC56E;
}
@media (max-width: 767px) {
  .sec3 h2 .h2-inner {
    display: inline-block;
  }
}
.sec3 h2 .h2-inner span {
  color: #2DC56E;
  display: inline-block;
}
.sec3 h2 .c-pink {
  color: #2DC56E;
}
.sec3 .h2-2 {
  display: inline-block;
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  border-bottom: 1px dashed #2DC56E;
}

.reason-list {
  display: grid;
  gap: 22px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .reason-list {
    gap: 14px;
    grid-template-columns: 1fr;
  }
}

.reason-card {
  background: #F4F9F5;
  border-radius: 8px;
  min-height: 172px;
  overflow: hidden;
  padding: 24px 12px 24px 90px;
  position: relative;
}
@media (max-width: 767px) {
  .reason-card {
    border-radius: 6px;
    min-height: 0;
    padding: 24px 12px 24px 66px;
  }
}
.reason-card__icon {
  height: 70px;
  left: 8px;
  position: absolute;
  top: 24px;
  width: 70px;
}
@media (max-width: 767px) {
  .reason-card__icon {
    height: 50px;
    left: 8px;
    top: 24px;
    width: 50px;
  }
}
.reason-card h4 {
  color: #2DC56E;
  margin-bottom: 8px;
  text-decoration: underline;
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
}
@media (max-width: 767px) {
  .reason-card h4 {
    margin-bottom: 0px;
    padding-bottom: 8px;
  }
}
.reason-card p {
  position: relative;
  z-index: 1;
}
.reason-card__num {
  bottom: 0px;
  color: #E6EFEA;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 0px;
}
@media (max-width: 767px) {
  .reason-card__num {
    bottom: 0px;
    font-size: 64px;
    right: 0px;
  }
}

/* sec4
===================================== */
.sec4 h2 {
  justify-content: center;
}
.sec4 h2 .h2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dotted #2DC56E;
}
@media (max-width: 767px) {
  .sec4 h2 .h2-inner {
    display: inline-block;
  }
}
.sec4 h2 .h2-inner span {
  color: #2DC56E;
  display: inline-block;
}
.sec4 h2 .c-pink {
  color: #2DC56E;
}
.sec4 .h2-2 {
  display: inline-block;
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  border-bottom: 1px dashed #2DC56E;
  padding-left: 1.85rem;
  padding-right: 1.85rem;
}
.sec4 .sec-heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec4 .sec-heading {
    margin-bottom: 47px;
  }
}
.sec4__cost-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(62, 155, 79, 0.1);
  overflow: hidden;
}
.sec4__cost-card img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec4__table {
    max-width: 734px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .sec4__table {
    display: flex;
  }
}
@media (max-width: 767px) {
  .sec4__table img {
    max-width: none;
  }
}
.sec4__cost-card {
  margin-top: 34px;
  padding: 40px 32px 32px 32px;
}
@media (max-width: 767px) {
  .sec4__cost-card {
    margin-top: 48px;
    padding: 24px 12px;
  }
}
.sec4__cost-card h3.h3 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .sec4__cost-card h3.h3 {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.sec4__cost-card .desc span {
  padding-top: 8px;
  display: inline-block;
  border-top: 1px dotted #2DC56E;
  color: inherit;
}
@media (max-width: 767px) {
  .sec4__cost-card .desc span {
    border-style: dashed;
  }
}
.sec4__cost-card .note {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec4__cost-card .note {
    margin-top: 10px;
  }
}
.sec4__cost-heading {
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec4__cost-heading {
    margin-bottom: 18px;
  }
}
.sec4__cost-heading h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec4__cost-heading h3 {
    font-size: 20px;
  }
}
.sec4__cost-heading p {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .sec4__cost-heading p {
    margin-top: 8px;
  }
}
.sec4__cost-heading span {
  color: #2DC56E;
}

/* sec5
===================================== */
.sec5 {
  background-image: url(../../img/sec5-bg.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .sec5 {
    background-image: url(../../img/sec5-bg-sp.webp);
  }
}
.sec5 h2 {
  justify-content: center;
}
.sec5 h2 .h2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dotted #2DC56E;
}
@media (max-width: 767px) {
  .sec5 h2 .h2-inner {
    display: inline-block;
  }
}
.sec5 h2 .h2-inner span {
  color: #2DC56E;
  display: inline-block;
}
.sec5 h2 .c-pink {
  color: #2DC56E;
}
.sec5 .h2-2 {
  display: inline-block;
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  border-bottom: 1px dashed #2DC56E;
}
.sec5 .sec-heading {
  margin-bottom: 40px;
}
.sec5 .sec-heading p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
}
@media (max-width: 767px) {
  .sec5 .sec-heading {
    margin-bottom: 40px;
  }
  .sec5 .sec-heading p {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}

.benefit-list {
  display: grid;
  gap: 16px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .benefit-list {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}

.benefit-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .benefit-card {
    border-radius: 6px;
    padding: 24px;
  }
}
.benefit-card__heading {
  align-items: center;
  border-bottom: 1px dashed #2DC56E;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .benefit-card__heading {
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}
.benefit-card__heading img {
  flex: 0 0 auto;
  height: 35px;
  width: 35px;
}
@media (max-width: 767px) {
  .benefit-card__heading img {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  .benefit-card__heading h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
}
.benefit-card__heading h4 span {
  color: #2DC56E;
}
.benefit-card li {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .benefit-card li {
    padding-left: 32px;
  }
}
.benefit-card li::before {
  background-image: url("../../img/sec5-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 24px;
}
@media (max-width: 767px) {
  .benefit-card li::before {
    height: 24px;
    top: 0px;
    width: 24px;
  }
}
.benefit-card li + li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .benefit-card li + li {
    margin-top: 4px;
  }
}
.benefit-card ul strong,
.benefit-card ul span {
  display: block;
}
.benefit-card ul strong {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .benefit-card ul strong {
    font-size: 16px;
  }
}
.benefit-card ul span {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 2px;
  color: #5a5a5a;
}
@media (max-width: 767px) {
  .benefit-card ul span {
    font-size: 14px;
    margin-top: 2px;
  }
}

/* sec6
===================================== */
.sec6 {
  background: #fff;
}
.sec6 h2 {
  justify-content: center;
}
.sec6 h2 .h2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dotted #2DC56E;
}
@media (max-width: 767px) {
  .sec6 h2 .h2-inner {
    display: inline-block;
  }
}
.sec6 h2 .h2-inner span {
  color: #2DC56E;
  display: inline-block;
}
.sec6 h2 .c-pink {
  color: #2DC56E;
}
.sec6 .h2-2 {
  display: inline-flex;
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  border-bottom: 1px dashed #2DC56E;
}

.voice-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .voice-list {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

.voice-card {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(62, 155, 79, 0.1);
  padding: 24px 16px;
}
@media (max-width: 767px) {
  .voice-card {
    padding: 24px 16px;
  }
}
.voice-card__head {
  display: flex;
}
@media (max-width: 767px) {
  .voice-card__head {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
}
.voice-card img {
  border-radius: 50%;
  height: 85px;
  margin: 0 auto 16px;
  width: 85px;
}
@media (max-width: 767px) {
  .voice-card img {
    height: 85px;
    margin: 0;
    width: 85px;
  }
}
.voice-card h4 {
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 767px) {
  .voice-card h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.voice-card h4 span {
  color: #2DC56E;
}
.voice-card__meta {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .voice-card__meta {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.voice-card > p {
  color: #5a5a5a;
  font-size: 14px;
}
.voice-card > p:not(.voice-card__meta) {
  text-align: left;
}
@media (max-width: 767px) {
  .voice-card > p:not(.voice-card__meta) {
    font-size: 14px;
  }
}

/* sec7
===================================== */
.sec7 {
  background: #E6EFEA;
}
.sec7 h2 {
  justify-content: center;
}
.sec7 h2 .h2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .sec7 h2 .h2-inner {
    display: inline-block;
  }
}
.sec7 h2 .h2-inner span {
  color: #2DC56E;
  display: inline-block;
}
.sec7 h2 .c-pink {
  color: #2DC56E;
}
.sec7 .h2-2 {
  display: inline-flex;
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  border-bottom: 1px dashed #2DC56E;
}
.sec7 .sec-heading p {
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 0;
}
.sec7 .sec-heading p span {
  display: inline-block;
  padding-top: 16px;
  border-top: 1px dotted #2DC56E;
  color: inherit;
}
@media (max-width: 767px) {
  .sec7 .sec-heading p span {
    border-top: none;
    padding-top: 16px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.club-card {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 353px;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .club-card {
    border-radius: 8px;
    display: block;
    padding: 20px 16px;
  }
}
.club-card__body {
  display: flex;
  align-items: flex-start;
}
.club-card__body .icon {
  width: 64px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .club-card__body .icon {
    width: 48px;
    margin-right: 12px;
  }
}
.club-card__title {
  align-items: center;
  border-bottom: 1px dashed #2DC56E;
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .club-card__title {
    gap: 0px;
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
}
.club-card__title img {
  height: 64px;
  width: 64px;
}
@media (max-width: 767px) {
  .club-card__title img {
    height: 52px;
    width: 52px;
  }
}
.club-card__title h4 {
  font-weight: 600;
  font-size: 24px;
}
.club-card__title h4 span {
  color: #2DC56E;
}
@media (max-width: 767px) {
  .club-card__title h4 {
    font-weight: 500;
  }
}
.club-card .flex {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .club-card .flex {
    flex-direction: column;
    align-items: center;
  }
}
.club-card .flex p {
  font-size: 12px;
  color: #2DC56E;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .club-card .flex p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 8px;
  }
}
.club-card__icons {
  margin-top: 12px;
  max-width: 290px;
}
@media (max-width: 767px) {
  .club-card__icons {
    margin-top: 16px;
    max-width: none;
  }
}
.club-card__img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 767px) {
  .club-card__img {
    border-radius: 5px;
    margin-top: 18px;
  }
}

/* sec8
===================================== */
.sec8 {
  background-image: url(../../img/sec8-bg.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .sec8 {
    background-image: url(../../img/sec8-bg-sp.webp);
  }
}
.sec8 .sec-heading .flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec8 .sec-heading .flex {
    display: inline-flex;
    padding-bottom: 16px;
    border-bottom: 1px dashed #2DC56E;
  }
}
.sec8 .sec-heading h2 {
  display: inline-block;
}
.sec8 .sec-heading h2 span {
  font-size: 24px;
  display: block;
  margin-top: -2px;
}
.sec8 .sec-heading p .wrap {
  border-top: 1px dashed #2DC56E;
  display: inline-block;
  padding-top: 16px;
  color: inherit;
}
@media (max-width: 767px) {
  .sec8 .sec-heading p .wrap {
    border-top: none;
    padding-top: 0;
    text-align: left;
  }
}

.course-panel {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 767px) {
  .course-panel {
    border-radius: 10px;
    padding: 16px 8px;
  }
}

.course-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .course-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.course-item {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 7px;
  overflow: hidden;
  padding: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .course-item {
    border-radius: 6px;
    padding: 8px 8px 10px;
  }
}
.course-item--large {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .course-item--large {
    grid-column: span 2;
    grid-row: auto;
  }
}
.course-item__img {
  object-fit: cover;
  width: 100%;
}
.course-item figcaption {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .course-item figcaption {
    font-size: 12px;
    margin-top: 8px;
  }
}

.course-other {
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  margin-top: 15px;
  padding: 12px 30px;
}
@media (max-width: 767px) {
  .course-other {
    border-radius: 6px;
    margin-top: 10px;
    padding: 12px 12px 14px;
  }
}
.course-other p {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .course-other p {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.course-other ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 45px;
}
@media (max-width: 767px) {
  .course-other ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.course-other li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .course-other li {
    font-size: 14px;
    padding-left: 10px;
  }
}
.course-other li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

/* sec9
===================================== */
.sec9 {
  background: #E6EFEA;
}
.sec9 h2 {
  justify-content: center;
}
.sec9 h2 .h2-inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed #2DC56E;
}
.sec9 h2 .h2-inner span {
  color: #2DC56E;
  display: inline-block;
}
.sec9 h2 .c-pink {
  color: #2DC56E;
}

.faq-list {
  display: grid;
  gap: 32px;
}
@media (max-width: 767px) {
  .faq-list {
    gap: 16px;
  }
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px 32px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  background: #FFF;
}
@media (max-width: 767px) {
  .faq-item {
    border-radius: 5px;
    padding: 16px 16px;
  }
}
.faq-item__row {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 28px 1fr;
}
@media (max-width: 767px) {
  .faq-item__row {
    gap: 10px;
    grid-template-columns: 24px 1fr;
  }
}
.faq-item__row + .faq-item__row {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .faq-item__row + .faq-item__row {
    margin-top: 12px;
  }
}
.faq-item__row span {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}
@media (max-width: 767px) {
  .faq-item__row span {
    font-size: 12px;
    height: 24px;
    width: 24px;
  }
}
.faq-item__row--q span {
  background: #2DC56E;
  font-family: "Noto Serif JP", sans-serif;
}
.faq-item__row--a span {
  background: #282b2f;
  font-family: "Noto Serif JP", sans-serif;
}
.faq-item h4 {
  color: #2DC56E;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq-item h4 {
    font-size: 16px;
    font-weight: bold;
  }
}

/* footer
===================================== */
.sp-fixed-cta {
  background: rgba(250, 246, 243, 0.48);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  box-shadow: none;
  display: block;
  padding: 12px;
  text-align: center;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 10;
  transition: all 0.3s;
  bottom: -140px;
}
.sp-fixed-cta.scrolled {
  bottom: 0;
}
@media (max-width: 767px) {
  .sp-fixed-cta {
    bottom: -140px;
    background: #fff;
    box-shadow: none;
    display: block;
    padding: 11px 12px;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 10;
  }
  .sp-fixed-cta.scrolled {
    bottom: 0;
  }
}
.sp-fixed-cta p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sp-fixed-cta p {
    color: #282B2F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.sp-fixed-cta a {
  display: block;
  margin: 0 auto;
  border-radius: 99px;
  box-shadow: 0 0 24px 0 rgba(228, 0, 101, 0.15);
  width: 390px;
}
@media (max-width: 767px) {
  .sp-fixed-cta a {
    display: block;
    margin: 0 auto;
    width: 335px;
  }
}

#foot__contact, #side__bnr {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
