@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
.post_content ul.wp-block-list {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

img {
  width: 100%;
  height: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-PC
  ----------------------------------------------- */
@media screen and (min-width: 2001px) {
  html {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .header-bg {
    background: #fff;
  }
  .header-inner {
    width: 46.875rem;
    margin: 0 auto;
  }
  .header-logo {
    width: 44.5625rem;
    margin: 0 auto;
    padding: 1.5625rem 0;
  }
  .header-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4375rem;
    padding: 0.5rem 1.3125rem 0.875rem 0.4375rem;
    background: #222;
  }
  .header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.0625rem;
    padding: 1rem 1.3125rem 1rem 2.25rem;
    background: #FFE63C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 230, 60, 0.96)), to(rgb(255, 222, 0)));
    background: linear-gradient(180deg, rgba(255, 230, 60, 0.96) 0%, rgb(255, 222, 0) 100%);
    color: #333;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 0 0.375rem 0 #ccb200;
            box-shadow: 0 0.375rem 0 #ccb200;
  }
  .header-area::after {
    content: "";
    display: block;
    width: 1.9375rem;
    height: 1.9375rem;
    background: url(../images/header-area-icon.webp) no-repeat top center/cover;
  }
  .header-txt01 {
    width: 18.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    background: #fff;
    padding: 1.125rem 0;
  }
  .header-inner {
    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;
    gap: 0 1.75rem;
  }
  .header-logo {
    width: 33.4375rem;
  }
  .header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    padding: 0.9375rem 1.6875rem 1.3125rem 3.0625rem;
    background: #FFE63C;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 230, 60, 0.96)), to(rgb(255, 222, 0)));
    background: linear-gradient(180deg, rgba(255, 230, 60, 0.96) 0%, rgb(255, 222, 0) 100%);
    text-align: center;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 0 0.375rem 0 #ccb200;
            box-shadow: 0 0.375rem 0 #ccb200;
  }
  .header-area::after {
    content: "";
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    background: url(../images/header-area-icon.webp) no-repeat top center/cover;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-inner {
    width: 46.875rem;
  }
  .fv-content {
    position: relative;
    width: 46.875rem;
  }
  .fv-price {
    position: absolute;
    top: 23.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28.4375rem;
  }
  .fv-course {
    position: absolute;
    top: 28.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .fv-img02 {
    width: 43.25rem;
    margin: 2.0625rem 0 0.6875rem 2.5rem;
  }
  .fv-note {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.12;
    margin: 0 0 0 2.1875rem;
  }
  .fv-img03 {
    position: absolute;
    top: 23.75rem;
    right: 0;
    z-index: 100;
    width: 23.75rem;
  }
  .fv-img04 {
    margin-top: -11.75rem;
  }
  .fv-bg02 {
    background: #fff;
    padding: 3.0625rem 0 2.625rem;
  }
  .fv-bnr {
    width: 45.75rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat center center/cover;
    padding: 2.1875rem 0 1.625rem;
  }
  .fv-content {
    position: relative;
    width: 38.25rem;
  }
  .fv-price {
    position: absolute;
    top: 19rem;
    left: 6rem;
    width: 21.4375rem;
  }
  .fv-course {
    position: absolute;
    top: 23rem;
    left: 9.2rem;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
  }
  .fv-img02 {
    width: 25.125rem;
    margin: -3.25rem 0 0 4.0625rem;
  }
  .fv-note {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    line-height: 1.41;
    margin: -1.375rem 0 0 7.8125rem;
  }
  .fv-img03 {
    position: absolute;
    top: 4.0625rem;
    right: -15.3125rem;
    z-index: 100;
    width: 38.125rem;
  }
  .fv-bg02 {
    background: #fff;
    padding: 4.125rem 0 0;
  }
  .fv-bnr {
    width: 62.5rem;
    margin: 0 auto;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    position: relative;
    background-color: #fff;
    background-image: url(../images/cta-bg_sp.webp);
    background-repeat: no-repeat;
    background-position: top 28.125rem center;
    background-size: cover;
  }
  .cta-bg02 {
    padding-top: 4.0625rem;
    background-color: #fffad5;
    background-position: top 33.75rem center;
  }
  .cta-inner {
    width: 46.875rem;
    margin: 0 auto;
  }
  .cta-head {
    width: 44.5rem;
    margin: 0 auto 1.375rem;
  }
  .cta-content01 {
    width: 43.125rem;
    margin: 0 auto;
  }
  .cta-content01-items {
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 2.3125rem 0 2.5625rem 1.5625rem;
    margin-top: -0.125rem;
  }
  .cta-content01-item-ttl {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
  }
  .cta-content01-item:nth-of-type(2) {
    margin-top: 1.9375rem;
  }
  .cta-btn01, .cta-btn02 {
    width: 41.25rem;
    margin-top: 1.5rem;
  }
  .cta-content02 {
    width: 43.125rem;
    background: #fff;
    border-radius: 0.625rem;
    margin: 1.875rem auto 0;
    padding: 1.875rem 2.8125rem 2.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta-content02-ttl {
    width: 37.875rem;
    margin: 0 auto;
  }
  .cta-content02-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6875rem;
    border-top: 1px dashed #004c26;
    margin: 0.875rem auto 0;
    padding: 1.125rem 0 0 0;
  }
  .cta-content02-item {
    position: relative;
    font-size: 2.0625rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    padding-left: 2.5rem;
  }
  .cta-content02-item::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: -1.25rem;
    width: 3.125rem;
    height: 3.25rem;
    background: url(../images/cta-icon.webp) no-repeat center center/cover;
  }
  .cta-content03 {
    margin: 2.1875rem auto 0;
    background: #a1c901;
    padding: 2.4375rem 0 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta-content03-ttl {
    font-size: 2.375rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
  }
  .cta-content03-tel {
    width: 40.125rem;
    margin: 1.75rem auto 0;
  }
  .cta-content03-time {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
    margin: 1.4375rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    padding-top: 3.5625rem;
  }
  .cta-container {
    margin-top: 0.875rem;
    padding: 0 0 4.0625rem;
    position: relative;
    background-color: #fff;
    background-image: url(../images/cta-bg.webp);
    background-repeat: no-repeat;
    background-position: top 4rem center;
    background-size: cover;
  }
  .cta-head {
    width: 54.75rem;
    margin: 0 auto 0.4375rem;
  }
  .cta-content01-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 2.625rem 6.25rem 3.25rem;
  }
  .cta-content01-item-ttl {
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
  }
  .cta-btn01, .cta-btn02 {
    width: 29.625rem;
    margin: 1.125rem auto 0;
  }
  .cta-content02 {
    background: #fff;
    border-radius: 0.625rem;
    margin: 2.625rem auto 0;
    padding: 2.5rem 6.25rem 2.8125rem;
  }
  .cta-content02-ttl {
    width: 29.1875rem;
    margin: 0 auto;
  }
  .cta-content02-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px dashed #000;
    margin: 1.1875rem auto 0;
    padding: 1.625rem 2.1875rem 0;
  }
  .cta-content02-item {
    position: relative;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.41;
    font-weight: bold;
    padding-left: 3.125rem;
  }
  .cta-content02-item::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: -0.625rem;
    width: 2.625rem;
    height: 2.75rem;
    background: url(../images/cta-icon.webp) no-repeat center center/cover;
  }
  .cta-content03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1.5625rem;
    margin: 2.6875rem auto 0;
  }
  .cta-content03-box {
    width: 25rem;
  }
  .cta-content03-ttl {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../images/cta-fukidashi.webp) no-repeat center center/cover;
    width: 23.4375rem;
    height: 5.625rem;
    place-content: center;
    margin-left: 10.125rem;
  }
  .cta-content03-tel {
    width: 25rem;
    pointer-events: none;
  }
  .cta-content03-time {
    font-size: 1.375rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
    margin: 1.125rem 0 0 1.875rem;
  }
}
/*==============================================================================
campaign
============================================================================= */
@media screen and (max-width: 767px) {
  .campaign-bg {
    background: url(../images/campaign-bg_sp.webp) no-repeat center center/cover;
    padding: 2.75rem 0 2.8125rem;
  }
  .campaign-ttl01 {
    width: 31.25rem;
    margin: 0 auto;
  }
  .campaign-img01 {
    width: 43.125rem;
    margin: 1.25rem auto 0;
  }
  .campaign-bg02 {
    background: #fff;
    padding: 1.8125rem 0 5rem;
  }
  .campaign-note {
    font-size: 1.625rem;
    line-height: 1.34;
  }
}
@media screen and (min-width: 768px) {
  .campaign-bg {
    background: url(../images/campaign-bg.webp) no-repeat center center/cover;
    padding: 3.375rem 0 3.6875rem;
  }
  .campaign-ttl01 {
    width: 51.5625rem;
    margin: 0 auto;
  }
  .campaign-img01 {
    width: 75rem;
    margin: 2.375rem auto 0;
  }
  .campaign-bg02 {
    background: #fff;
    padding: 1.9375rem 0 3rem;
  }
  .campaign-note {
    font-size: 1rem;
    line-height: 1.62;
  }
}
/*==============================================================================
case
============================================================================= */
@media screen and (max-width: 767px) {
  .case-bg {
    background: #fffad5;
    padding: 0.0625rem 0 2.4375rem;
  }
  .case-ttl01 {
    width: 44.125rem;
    margin-top: -3.0625rem;
  }
  .case-container {
    position: relative;
    padding-bottom: 4.3125rem;
  }
  .case-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4375rem 0.625rem;
    margin: 3.125rem auto 0;
    width: 38.875rem;
  }
  .case-tab {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .case .swiper-container01 {
    margin: 2.0625rem auto 0;
  }
  .case-slide-num {
    width: 40.875rem;
    margin: 0 auto -0.1875rem;
  }
  .case-slide-inner {
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .case-slide-ttl {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.37;
    color: #ffde00;
    text-align: center;
    font-weight: bold;
    background: url(../images/case-slide-bg_sp.webp) no-repeat center center/cover;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 1.375rem 0;
  }
  .case-slide-content {
    padding: 1.625rem 1.875rem 3.0625rem;
    border: 0.125rem dashed #88ab9a;
    border-top: none;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .case-slide-content-inner {
    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;
    gap: 0 1.5625rem;
  }
  .case-slide-img {
    width: 12.8125rem;
  }
  .case-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem 0;
  }
  .case-slide-list-item {
    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;
    gap: 0 1.875rem;
  }
  .case-slide-list-item-ttl {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    background: #205d35;
    border-radius: 100vmax;
    width: 6.125rem;
    text-align: center;
    padding: 0.3125rem 0;
  }
  .case-slide-list-item-txt {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #10552e;
  }
  .case-slide-list-item-txt .small {
    font-size: 2.375rem;
    color: #333;
  }
  .case-slide-list-item-txt01 {
    width: 7.125rem;
  }
  .case-slide-list-item-txt02 {
    width: 12.6875rem;
  }
  .case-slide-list-item-txt03 {
    width: 11.1875rem;
  }
  .case-slide-txt {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.43;
    width: 39.6875rem;
    margin-top: 1.5rem;
  }
  .case-slide-txt .bold {
    font-weight: bold;
  }
  .case .swiper-pagination01 {
    left: 0;
    right: 0;
    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;
    margin: 0 auto;
    bottom: 0;
    gap: 0 0.625rem;
    z-index: 1;
  }
  .case .swiper-button-prev::after,
  .case .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .case .swiper-button-prev01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 4.6875rem;
    height: 4.6875rem;
    opacity: 1;
    top: 50rem;
    left: -0.9375rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .case .swiper-button-next01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 4.6875rem;
    height: 4.6875rem;
    opacity: 1;
    top: 50rem;
    right: -0.9375rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #a1c901;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #004c26;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    background: #fffad5;
    padding: 0.0625rem 0 2.5rem;
  }
  .case-ttl01 {
    width: 71.25rem;
    margin: -4.0625rem auto 0;
  }
  .case-container {
    position: relative;
    width: 65.25rem;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 2.4rem;
  }
  .case-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 0.375rem;
    width: 52.375rem;
    margin: 2.4375rem auto 0.5625rem;
  }
  .case-tab {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .case .swiper-container01 {
    margin: 0 auto;
    width: 62.5rem;
  }
  .case-slide-num {
    width: 24.625rem;
    margin: 0 auto -0.125rem;
  }
  .case-slide-inner {
    background: #fff;
    border-radius: 0.625rem;
    margin: 0 auto;
  }
  .case-slide-ttl {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #ffde00;
    text-align: center;
    font-weight: bold;
    background: url(../images/case-slide-bg.webp) no-repeat center center/cover;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 1.125rem 0;
  }
  .case-slide-content {
    padding: 1.875rem 2.8125rem 1.9375rem 1.875rem;
    border-right: 1px dashed #004c26;
    border-left: 1px dashed #004c26;
    border-bottom: 1px dashed #004c26;
    border-radius: 0 0 0.625rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .case-slide-content-inner {
    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;
  }
  .case-slide-img {
    width: 7.5rem;
    margin-right: 0.625rem;
  }
  .case-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem 0;
  }
  .case-slide-list-item {
    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;
    gap: 0 0.625rem;
  }
  .case-slide-list-item-ttl {
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
    color: #fff;
    background: #205d35;
    border-radius: 100vmax;
    width: 3.75rem;
    text-align: center;
    padding: 0.1875rem 0;
  }
  .case-slide-list-item-txt {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #10552e;
  }
  .case-slide-list-item-txt .small {
    font-size: 1.375rem;
    color: #333;
  }
  .case-slide-list-item-txt01 {
    width: 4.1875rem;
  }
  .case-slide-list-item-txt02 {
    width: 7.5rem;
  }
  .case-slide-list-item-txt03 {
    width: 6.5625rem;
  }
  .case-slide-txt {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.44;
    width: 35.9375rem;
    margin-left: auto;
  }
  .case-slide-txt .bold {
    font-weight: bold;
  }
  .case .swiper-pagination01 {
    left: 0;
    right: 0;
    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;
    margin: 0 auto;
    bottom: 0;
    gap: 0 0.8125rem;
    z-index: 1;
  }
  .case .swiper-button-prev::after,
  .case .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .case .swiper-button-prev01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    top: 68%;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .case .swiper-button-next01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    top: 68%;
    right: 0;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #a1c901;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #004c26;
  }
}
/*==============================================================================
review
============================================================================= */
@media screen and (max-width: 767px) {
  .review-bg {
    background: #fffad5;
    padding-bottom: 4.1875rem;
  }
  .review-ttl01 {
    width: 38.75rem;
    margin: 0 0 0.9375rem 1.125rem;
  }
  .review-txt {
    width: 40.625rem;
    margin: 0 auto 1.875rem;
    font-size: 1.875rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
  .review-ttl02 {
    width: 26.875rem;
    margin: 0 auto 2.5rem;
    padding: 2.125rem 0;
    background: #eff7c6;
    border: solid #105731 0.0625rem;
    border-radius: 0.625rem;
    text-align: center;
    color: #004c26;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .review-container {
    padding: 2.6875rem 2.5rem 4.375rem;
    background: #fff;
    border-radius: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .review-list.is-open .review-item:nth-of-type(n+6) {
    display: grid;
  }
  .review-item {
    display: grid;
    grid-template-areas: "text icon" "name name";
    grid-template-columns: 27.5rem auto;
    grid-template-rows: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .review-item:nth-of-type(n+6) {
    display: none;
  }
  .review-item-img {
    grid-area: icon;
    width: 6.5625rem;
    margin-inline: auto;
  }
  .review-item-name {
    grid-area: name;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .review-item-name::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.0625rem;
    background: #333;
  }
  .review-item-txt {
    grid-area: text;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .review-item-txt .bold {
    font-weight: bold;
  }
  .review-btn {
    display: table;
    margin: 3.25rem auto 0;
    padding: 1.6875rem 0 2.375rem;
    background: url(../images/reason-btn-bg.webp) no-repeat center/cover;
    color: #fff;
    border: none;
    width: 29.0625rem;
    cursor: pointer;
    font-size: 2rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .review-btn.is-open {
    background: url(../images/reason-btn-close-bg.webp) no-repeat center/cover;
  }

  .more-btn {
    display: table;
    margin: 3.25rem auto 0;
    padding: 1.6875rem 0 2.375rem;
    background: url(../images/reason-btn-bg.webp) no-repeat center/cover;
    color: #fff;
    border: none;
    width: 29.0625rem;
    cursor: pointer;
    font-size: 2rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .review-bg {
    background: #fffad5;
    padding-bottom: 5.1875rem;
  }
  .review-ttl01 {
    width: 52.9375rem;
    margin: 0 auto 2.125rem;
  }
  .review-txt {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.65;
    text-align: center;
    margin: 0 auto 4.4375rem;
  }
  .review-ttl02 {
    width: 26.875rem;
    margin: 0 auto 2.5rem;
    padding: 2.125rem 0;
    background: #eff7c6;
    border: solid #105731 0.0625rem;
    border-radius: 0.625rem;
    text-align: center;
    color: #004c26;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .review-container {
    width: 62.5rem;
    margin-inline: auto;
    padding: 2.8125rem 1.25rem 5.375rem;
    background: #fff;
    border-radius: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .review-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .review-list.is-open .review-item:nth-of-type(n+6) {
    display: grid;
  }
  .review-item {
    display: grid;
    grid-template-areas: "icon text" "name name";
    grid-template-columns: auto 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.625rem 1.5625rem;
  }
  .review-item:nth-of-type(n+7) {
    display: none;
  }
  .review-item-img {
    grid-area: icon;
    width: 6.5625rem;
    margin-inline: auto;
  }
  .review-item-name {
    grid-area: name;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .review-item-name::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.0625rem;
    background: #333;
  }
  .review-item-txt {
    grid-area: text;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .review-item-txt .bold {
    font-weight: bold;
  }
  .review-btn {
    display: table;
    margin: 3.25rem auto 0;
    padding: 1.6875rem 0 2.375rem;
    background: url(../images/reason-btn-bg.webp) no-repeat center/cover;
    color: #fff;
    border: none;
    width: 29.0625rem;
    cursor: pointer;
    font-size: 2rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .review-btn.is-open {
    background: url(../images/reason-btn-close-bg.webp) no-repeat center/cover;
  }

  .more-btn {
    display: table;
    margin: 3.25rem auto 0;
    padding: 1.6875rem 0 2.375rem;
    background: url(../images/reason-btn-bg.webp) no-repeat center/cover;
    color: #fff;
    border: none;
    width: 29.0625rem;
    cursor: pointer;
    font-size: 2rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
/*==============================================================================
record
============================================================================= */
@media screen and (max-width: 767px) {
  .record-bg {
    background: #fffad5;
    padding: 2.5rem 0 5.125rem;
  }
  .record-ttl01 {
    width: 43.125rem;
    margin: 0 auto 1.5625rem;
  }
  .record .swiper-container02 {
    position: relative;
    width: 43.125rem;
    margin: 0 auto;
  }
  .record .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .record .swiper-wrapper .wp-block-heading::before {
    content: none;
  }
  .record .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .record .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
  .record-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.0625rem;
    height: 6.2rem;
  }
  .record-tab {
    cursor: pointer;
    padding: 0.25rem 0;
    background: #a1c901;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border-radius: 0.625rem 0.625rem 0 0;
    width: 13.9375rem;
  }
  .record-tab .txt {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-shadow: 0.8px 0.6px 1px #788100;
  }
  .record-tab .txt .big {
    font-size: 2.125rem;
  }
  .record-tab .txt .color {
    color: #fff;
  }
  .record-tab.active {
    background: #276139;
    padding: 0.5625rem 0;
  }
  .record-tab.active .txt {
    font-size: 1.75rem;
  }
  .record-tab.active .txt .big {
    font-size: 2.125rem;
  }
  .record-tab.active .txt .color {
    color: #ffde00;
  }
  .record-slide {
    position: relative;
    max-height: 89.6875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.75rem 0 10.3rem;
  }
  .record-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 31.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .record-slide-content {
    position: relative;
  }
  .record-slide-content .wp-block-heading {
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #004c26;
    text-align: center;
    margin-bottom: 2rem;
  }
  .record-slide-ttl01 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #004c26;
    text-align: center;
    margin-bottom: 2rem;
  }
  .record-slide-txt01 {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    margin-bottom: 3.125rem;
  }
  .record-slide-content .wp-block-list {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    margin-bottom: 3.125rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .record-slide.expanded {
    max-height: none;
  }
  .record-slide.expanded::after {
    opacity: 0;
  }
  .record-slide.expanded .record-btn {
    background: url(../images/record-btn-bg-active_sp.webp) no-repeat center/cover;
    border-radius: 100vmax;
    padding: 1.3125rem 0;
    bottom: 3.6875rem;
  }
  .record-btn {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 2.25rem 0;
    background: url(../images/record-btn-bg_sp.webp) no-repeat center/cover;
    border-radius: 0.625rem;
    color: #fff;
    border: none;
    width: 36.25rem;
    cursor: pointer;
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .record-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .record-bg {
    background: #fffad5;
    padding: 1.875rem 0 4.0625rem;
  }
  .record-ttl01 {
    width: 50.375rem;
    margin: 0 auto 2.125rem;
  }
  .record .swiper-container02 {
    position: relative;
    width: 62.5rem;
    margin: 1.2rem auto 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .record .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .record .swiper-wrapper .post_content .wp-block-heading::before {
    content: none;
  }
  .record .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .record .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
  .record-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.0625rem;
    height: 4.1rem;
  }
  .record-tab {
    cursor: pointer;
    padding: 1.0625rem 0;
    background: #a1c901;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border-radius: 0.625rem 0.625rem 0 0;
    width: 15.625rem;
  }
  .record-tab .txt {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0.8px 0.6px 1px #788100;
  }
  .record-tab .txt .big {
    font-size: 1.4375rem;
  }
  .record-tab .txt .color {
    color: #fff;
  }
  .record-tab.active {
    background: #276139;
    padding: 1.25rem 0;
  }
  .record-tab.active .txt {
    font-size: 1.25rem;
  }
  .record-tab.active .txt .big {
    font-size: 1.5rem;
  }
  .record-tab.active .txt .color {
    color: #ffde00;
  }
  .record-slide {
    position: relative;
    max-height: 34.6875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.9375rem 0 8rem;
  }
  .record-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 21.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .record-slide-content {
    position: relative;
  }
  .record-slide-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #004c26;
    text-align: center;
    margin-bottom: 1.8125rem;
  }
  .record-slide-content .wp-block-heading {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #004c26;
    text-align: center;
    margin-bottom: 1.8125rem;
  }
  .record-slide-txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 2.11;
    text-align: center;
    margin-bottom: 4.1875rem;
  }
  .record-slide-content .wp-block-list {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 2.11;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    justify-content: center;
    width: 80%;
    margin: 0 auto 4.1875rem;
  }
  .record-slide.expanded {
    max-height: none;
  }
  .record-slide.expanded::after {
    opacity: 0;
  }
  .record-slide.expanded .record-btn {
    background: url(../images/record-btn-bg-active.webp) no-repeat center/cover;
    border-radius: 100vmax;
    padding: 0.5625rem 0;
  }
  .record-btn {
    position: absolute;
    bottom: 3.4375rem;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 0.875rem 0;
    background: url(../images/record-btn-bg.webp) no-repeat center/cover;
    border-radius: 0.625rem;
    color: #fff;
    border: none;
    width: 28.75rem;
    cursor: pointer;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .record-btn:hover {
    opacity: 0.8;
  }
}
/*==============================================================================
compare
============================================================================= */
@media screen and (max-width: 767px) {
  .compare-bg {
    background: url(../images/compare-bg01_sp.webp) no-repeat center center/cover;
    padding: 5.4375rem 0 3.875rem;
  }
  .compare-inner {
    width: 46.875rem;
    margin: 0 auto;
  }
  .compare-ttl01 {
    width: 40rem;
    margin: 0 auto;
    padding-bottom: 1.8125rem;
    border-bottom: 1px solid #333;
  }
  .compare-txt01 {
    font-size: 2.625rem;
    letter-spacing: 0.04em;
    line-height: 1.28;
    padding-top: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .compare-bg02 {
    background: url(../images/compare-bg02_sp.webp) no-repeat center center/cover;
    padding: 3.875rem 0 5.875rem;
  }
  .compare-ttl02 {
    width: 39.375rem;
    margin: 0 auto 0.375rem;
  }
  .compare-table-head {
    position: relative;
    width: 33.125rem;
    margin: 0 auto;
  }
  .compare-table-img {
    width: 46.25rem;
    margin: -5.3125rem auto 0;
  }
  .compare-note {
    font-size: 1.625rem;
    line-height: 1.34;
    color: #fff;
    margin: 1.625rem 1.875rem 0;
  }
  .compare-ttl03 {
    width: 36.75rem;
    margin: 4.25rem auto 0;
  }
  .compare-table02 {
    width: 76.875rem;
    margin: 3.8125rem auto 1.5625rem 1.875rem;
    padding-bottom: 3.6875rem;
  }
  .compare-table02 img {
    margin: 0 1.875rem 0 0;
  }
  .compare-table02-attention {
    width: 41.875rem;
    margin: 2.5rem auto 0;
  }
  .compare-table02-attention small {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .compare-table03 {
    width: 64.0625rem;
    margin: 3.6875rem auto 0 1.875rem;
    padding-bottom: 3.6875rem;
  }
  .compare-table03 img {
    margin: 0 1.875rem 0 0;
  }
  .compare .simplebar-track {
    height: 1.8125rem;
    background: #fff;
    border-radius: 100vmax;
  }
  .compare .simplebar-track.simplebar-horizontal {
    width: 43.125rem;
    height: 1.8125rem;
    bottom: 0;
    left: 1.875rem;
  }
  .compare .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 1.8125rem;
  }
  .compare .simplebar-scrollbar.simplebar-visible:before {
    height: 1.8125rem;
    background: #aacc03;
    opacity: 1;
    bottom: 0.1875rem;
    left: 0;
    right: 0;
  }
  .compare .simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  .compare-ttl04 {
    width: 31.4375rem;
    margin: 5.1875rem auto 0;
  }
  .compare-bnr {
    width: 46.875rem;
    margin: 11.4375rem auto 0;
  }
  .compare-ttl05 {
    width: 40.9375rem;
    margin: 5.125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .compare-bg {
    background: url(../images/compare-bg01.webp) no-repeat center center/cover;
    padding: 5.5625rem 0 5.5rem;
  }
  .compare-inner {
    width: 62.5rem;
    margin: 0 auto;
  }
  .compare-ttl01 {
    width: 70.375rem;
    margin: 0 auto 1.875rem;
  }
  .compare-txt01 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 2.25rem;
    border-top: 1px solid #333;
  }
  .compare-bg02 {
    background: url(../images/compare-bg02.webp) no-repeat center center/cover;
    padding: 5.4375rem 0 6.9375rem;
  }
  .compare-ttl02 {
    width: 46.8125rem;
    margin: 0 auto 1.1875rem;
  }
  .compare-table-head {
    position: relative;
    width: 23.4375rem;
    margin: 0 auto -3.4375rem;
  }
  .compare-table-img {
    width: 62.5rem;
    margin: 0 auto;
  }
  .compare-note {
    font-size: 1rem;
    line-height: 1.56;
    color: #fff;
    margin-top: 0.8125rem;
  }
  .compare-ttl03 {
    width: 52.625rem;
    margin: 4.375rem auto 1.9375rem;
  }
  .compare-table02 {
    width: 62.5rem;
    margin: 0 auto 1.5625rem;
  }
  .compare-table02-attention small {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
  }
  .compare-ttl04 {
    width: 44.8125rem;
    margin: 4.4375rem auto 2.125rem;
  }
  .compare-bnr {
    width: 62.5rem;
    margin: 4.5625rem auto 0;
  }
  .compare-ttl05 {
    width: 62.5rem;
    margin: 3.125rem auto 0;
  }
}
/*==============================================================================
course
============================================================================= */
@media screen and (max-width: 767px) {
  .course-bg {
    background: #fffad5;
    padding: 2.75rem 0 5.3125rem;
  }
  .course-ttl01 {
    width: 36.875rem;
    margin: 0 auto 1.75rem;
  }
  .course-txt01 {
    font-size: 3.125rem;
    line-height: 1.32;
    text-align: center;
    margin: 0 auto 3rem;
  }
  .course-container {
    position: relative;
    width: 43.125rem;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .course-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.9375rem;
    margin: 0 auto 1.375rem;
  }
  .course-tab {
    cursor: pointer;
    padding: 1.8125rem 0 2.3125rem;
    background: url(../images/course-tab-bg_sp.webp) no-repeat center center/cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    width: 12.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: none;
  }
  .course-tab.active {
    background: url(../images/course-tab-active-bg_sp.webp) no-repeat center center/cover;
  }
  .course .swiper-container01 {
    margin: 0 auto;
    width: 43.125rem;
  }
  .course-slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-radius: 0.625rem;
    margin: 0 auto;
    border: 0.25rem solid #004c26;
    padding: 0.375rem;
    height: 72.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .course-slide-ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.25rem;
    letter-spacing: 0.04em;
    line-height: 1.28;
    background: #ffde00;
    border-radius: 0.625rem;
    text-align: center;
    font-weight: bold;
    padding: 1.5rem 0;
  }
  .course-slide-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.9375rem 0 0 3.125rem;
  }
  .course-slide-item {
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    color: #004c26;
    line-height: 1.55;
    padding-left: 2.375rem;
    text-indent: -2.375rem;
  }
  .course-slide-item .bold {
    font-weight: bold;
  }
  .course-slide-item .small {
    display: block;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #004c26;
    text-indent: initial;
    margin-left: -2.375rem;
  }
  .course-slide-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.625rem;
  }
  .course .swiper-pagination01 {
    left: 0;
    right: 0;
    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;
    margin: 0 auto;
    bottom: 0;
    gap: 0 0.8125rem;
    z-index: 1;
  }
  .course .swiper-button-prev::after,
  .course .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .course .swiper-button-prev01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    top: 68%;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .course .swiper-button-next01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    top: 68%;
    right: 0;
  }
  .course .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #a1c901;
    opacity: 1;
  }
  .course .swiper-pagination-bullet-active {
    background-color: #004c26;
  }
}
@media screen and (min-width: 768px) {
  .course-bg {
    background: #fffad5;
    padding: 2rem 0 5.5rem;
  }
  .course-ttl01 {
    width: 31.375rem;
    margin: 0 auto 1.375rem;
  }
  .course-txt01 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 auto 3rem;
  }
  .course-container {
    position: relative;
    width: 67.625rem;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0.625rem;
  }
  .course-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.6875rem;
    margin: 0 auto 1.0625rem;
  }
  .course-tab {
    cursor: pointer;
    padding: 1.625rem 0 2rem;
    background: url(../images/course-tab-bg.webp) no-repeat center center/cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    width: 10.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: none;
  }
  .course-tab.active {
    background: url(../images/course-tab-active-bg.webp) no-repeat center center/cover;
  }
  .course .swiper-container01 {
    margin: 0 auto;
    width: 67.625rem;
  }
  .course-slide-num {
    width: 24.625rem;
    margin: 0 auto -0.125rem;
  }
  .course-slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background: #fff;
    border-radius: 0.625rem;
    margin: 0 auto;
    border: 0.1875rem solid #004c26;
    padding: 0.4375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .course-slide-ttl {
    width: 100%;
    font-size: 2.625rem;
    letter-spacing: 0.04em;
    background: #ffde00;
    border-radius: 0.625rem;
    text-align: center;
    font-weight: bold;
    padding: 2.0625rem 0;
  }
  .course-slide-list {
    padding: 1.25rem 0 1.875rem 5.625rem;
  }
  .course-slide-item {
    color: #004c26;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .course-slide-item .bold {
    font-weight: bold;
  }
  .course-slide-item .small {
    display: block;
    width: 39.125rem;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #004c26;
  }
  .course-slide-item .pc-only {
    display: inline;
  }
  .course-slide-img {
    width: 31.25rem;
    padding: 1.25rem 2.3125rem 1.875rem 0;
  }
  .course .swiper-pagination01 {
    left: 0;
    right: 0;
    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;
    margin: 0 auto;
    bottom: 0;
    gap: 0 0.8125rem;
    z-index: 1;
  }
  .course .swiper-button-prev::after,
  .course .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .course .swiper-button-prev01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    top: 68%;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .course .swiper-button-next01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    top: 68%;
    right: 0;
  }
  .course .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #a1c901;
    opacity: 1;
  }
  .course .swiper-pagination-bullet-active {
    background-color: #004c26;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg {
    background: #fff;
    padding: 4.6875rem 0 0;
  }
  .reason-ttl01 {
    width: 36.375rem;
    margin: 0 auto 1.875rem;
  }
  .reason-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.8125rem 0;
  }
  .reason-box01-img01 {
    width: 43.125rem;
  }
  .reason-box01-txt01 {
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    line-height: 1.39;
    text-align: center;
  }
  .reason-movie {
    width: 39.375rem;
    margin: 3.125rem auto 0;
  }
  .reason-movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .reason-bg02 {
    background: #fff;
    padding: 7.5rem 0 0.8125rem;
  }
  .reason-head {
    background: url(../images/reason-head-bg_sp.webp) no-repeat bottom center/cover;
    padding: 0.0625rem 0 4.1875rem;
  }
  .reason-head-num01 {
    width: 16.8125rem;
    margin: -2.75rem auto 1.5rem;
  }
  .reason-head-ttl {
    font-size: 4.375rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .reason-head-ttl05 {
    font-size: 3.75rem;
    letter-spacing: 0.02em;
  }
  .reason-content01 {
    background: #f8f8f8;
    border: solid #004c26 0.25rem;
    border-radius: 0.625rem;
    margin: 1.8125rem auto 0;
    padding: 2.6875rem 0 3.125rem;
  }
  .reason-content01-img01 {
    width: 38.4375rem;
    margin: 0 auto;
  }
  .reason-content01-txt01 {
    display: table;
    font-size: 3rem;
    text-align: center;
    line-height: 1.18;
    text-decoration-color: #000;
    text-decoration-line: underline;
    font-weight: bold;
    margin: 1.1875rem auto 0;
  }
  .reason-content01-txt02 {
    font-size: 3.25rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 1.1875rem auto 0;
  }
  .reason-content01-txt02 .color {
    font-size: 4rem;
    color: #e50300;
  }
  .reason-content01-img02 {
    margin-top: 1.875rem;
  }
  .reason-content01-guarantee-wrapper {
    margin-top: 2.125rem;
    cursor: pointer;
    padding: 0 0.875rem;
  }
  .reason-content01-guarantee-wrapper[open] .reason-content01-guarantee::after {
    content: "−";
  }
  .reason-content01-guarantee {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    list-style: none;
    position: relative;
    border-bottom: 0.0625rem solid #333;
  }
  .reason-content01-guarantee::-webkit-details-marker {
    display: none;
  }
  .reason-content01-guarantee::marker {
    display: none;
  }
  .reason-content01-guarantee::after {
    content: "＋";
  }
  .reason-content01-note {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-top: 1.4375rem;
  }
  .reason-bg03 {
    background: #fff;
    padding: 5rem 0 0.8125rem;
  }
  .reason-content02 {
    background: #f8f8f8;
    border: solid #004c26 0.25rem;
    border-radius: 0.625rem;
    margin: 1.8125rem auto 0;
    padding: 3.1875rem 1.3125rem 2.1875rem;
  }
  .reason-content02-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.9375rem;
    width: 36.5625rem;
    margin: 0 auto;
  }
  .reason-content02-item {
    background: #eff7c6;
    border: dashed #306e46 0.125rem;
    border-radius: 0.625rem;
    height: 17.5rem;
    place-content: center;
  }
  .reason-content02-item-ttl {
    font-size: 2.8125rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
  }
  .reason-content02-item-ttl .color {
    color: #e50300;
    font-size: 3.625rem;
  }
  .reason-content02-txt {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.43;
    margin-top: 2.25rem;
  }
  .reason-bg03 {
    background: #fff;
    padding: 5rem 0 0.8125rem;
  }
  .reason-bg04 {
    background: #fff;
    padding: 5rem 0 0.8125rem;
  }
  .reason-content04 {
    background: #f8f8f8;
    border: solid #004c26 0.25rem;
    border-radius: 0.625rem;
    margin: 1.8125rem auto 0;
    padding: 3.5rem 1.5625rem 3.625rem;
  }
  .reason-content04-ttl {
    font-size: 2.9375rem;
    letter-spacing: 0.04em;
    line-height: 1.29;
    color: #e50300;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.4375rem;
  }
  .reason-content04-ttl.diff {
    margin-top: 3.0625rem;
    margin-bottom: 1.75rem;
  }
  .reason-content04-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reason-content04-img01 {
    width: 37.5rem;
    margin: 0 auto 0.875rem;
  }
  .reason-content04-img02 {
    width: 38.5625rem;
    margin: 0 auto 1.875rem;
  }
  .reason-content04-txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.43;
  }
  .reason-bg05 {
    background: #fff;
    padding: 5rem 0 5.3125rem;
  }
  .reason-content05 {
    background: #f8f8f8;
    border: solid #004c26 0.25rem;
    border-radius: 0.625rem;
    margin: 1.8125rem auto 0;
    padding: 3.1875rem 0 3.125rem;
  }
  .reason-content05-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1.25rem;
  }
  .reason-content05-item {
    width: 17.5rem;
    background: #eff7c6;
    border: dashed #306e46 0.125rem;
    border-radius: 0.625rem;
    height: 17.5rem;
    place-content: center;
  }
  .reason-content05-item-ttl {
    font-size: 2.8125rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
  }
  .reason-content05-item-ttl .color {
    color: #e50300;
    font-size: 3.625rem;
  }
  .reason-content05-txt {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.43;
    margin: 2.3125rem 0.625rem 0 1.25rem;
  }
  .reason-content06 {
    background: #f8f8f8;
    border: solid #004c26 0.25rem;
    border-radius: 0.625rem;
    margin: 1.8125rem auto 0;
    padding: 3.3125rem 1.25rem 3rem;
  }
  .reason-content06-img01 {
    width: 36.125rem;
    margin: 0 auto 2.125rem;
  }
  .reason-content06-txt {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.43;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    background: #fff;
    padding: 4.25rem 0 1.1875rem;
  }
  .reason-ttl01 {
    width: 47.375rem;
    margin: 0 auto 2.25rem;
  }
  .reason-box01 {
    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;
    gap: 0 2.5rem;
    margin-bottom: 3.375rem;
  }
  .reason-box01-img01 {
    width: 43.125rem;
  }
  .reason-box01-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .reason-movie {
    width: 39.375rem;
    margin-inline: auto;
    aspect-ratio: 16/9;
  }
  .reason-bg02 {
    background: #fff;
    padding: 5.5rem 0 1.0625rem;
  }
  .reason-head {
    background: url(../images/reason-head-bg.webp) no-repeat bottom center/cover;
    padding: 0.0625rem 0 3rem;
  }
  .reason-head-num01 {
    width: 13.4375rem;
    margin: -2.125rem auto 0.3125rem;
  }
  .reason-head-ttl {
    font-size: 3.75rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .reason-content01 {
    background: #f8f8f8;
    border: solid #004c26 0.1875rem;
    border-radius: 0.625rem;
    margin: 2rem auto 0;
    padding: 4.875rem 0 3.5625rem;
  }
  .reason-content01-img01 {
    width: 62.5rem;
    margin: 0 auto;
  }
  .reason-content01-txt01 {
    display: table;
    font-size: 2rem;
    text-align: center;
    border-bottom: 0.125rem solid #333;
    font-weight: bold;
    margin: 1.25rem auto 0;
  }
  .reason-content01-txt02 {
    font-size: 2.5625rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin: 1.25rem auto 0;
  }
  .reason-content01-txt02 .color {
    font-size: 3.1875rem;
    color: #e50300;
  }
  .reason-content01-img02 {
    margin-top: 1.5625rem;
  }
  .reason-content01-guarantee-wrapper {
    margin-top: 1.75rem;
    cursor: pointer;
    padding: 0 6.25rem;
  }
  .reason-content01-guarantee-wrapper[open] .reason-content01-guarantee::after {
    content: "−";
  }
  .reason-content01-guarantee {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    list-style: none;
    position: relative;
    border-bottom: 0.0625rem solid #333;
  }
  .reason-content01-guarantee::-webkit-details-marker {
    display: none;
  }
  .reason-content01-guarantee::marker {
    display: none;
  }
  .reason-content01-guarantee::after {
    content: "＋";
    margin-left: 0.3125rem;
  }
  .reason-content01-note {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0.8125rem;
  }
  .reason-bg03 {
    background: #fff;
    padding: 5.5rem 0 1.0625rem;
  }
  .reason-content02 {
    background: #f8f8f8;
    border: solid #004c26 0.1875rem;
    border-radius: 0.625rem;
    margin: 2rem auto 0;
    padding: 3.125rem 6.25rem 2.75rem;
  }
  .reason-content02-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.5rem;
  }
  .reason-content02-item {
    background: #eff7c6;
    border: dashed #306e46 0.0625rem;
    border-radius: 0.625rem;
    padding: 2.5625rem 0;
  }
  .reason-content02-item-ttl {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
  }
  .reason-content02-item-ttl .color {
    color: #e50300;
    font-size: 2.875rem;
  }
  .reason-content02-txt {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.65;
    margin-top: 1.5rem;
  }
  .reason-bg05 {
    background: #fff;
    padding: 5.5rem 0 1.75rem;
  }
  .reason-content04 {
    background: #f8f8f8;
    border: solid #004c26 0.1875rem;
    border-radius: 0.625rem;
    margin: 2rem auto 0;
    padding: 4.375rem 6.25rem 4.25rem;
  }
  .reason-content04-ttl {
    font-size: 2.3125rem;
    letter-spacing: 0.04em;
    color: #e50300;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .reason-content04-ttl.diff {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }
  .reason-content04-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-content04-img01 {
    width: 28.375rem;
  }
  .reason-content04-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    width: 31.25rem;
    line-height: 1.8;
  }
  .reason-content04-img02 {
    width: 28.4375rem;
  }
  .reason-bg06 {
    background: #fff;
    padding: 5.5rem 0 1.75rem;
  }
  .reason-content05 {
    background: #f8f8f8;
    border: solid #004c26 0.1875rem;
    border-radius: 0.625rem;
    margin: 2rem auto 0;
    padding: 3.125rem 6.25rem 3.3125rem;
  }
  .reason-content05-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.5rem;
  }
  .reason-content05-item {
    background: #eff7c6;
    border: dashed #306e46 0.0625rem;
    border-radius: 0.625rem;
    padding: 2.5625rem 0;
  }
  .reason-content05-item-ttl {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
  }
  .reason-content05-item-ttl .color {
    color: #e50300;
    font-size: 2.875rem;
  }
  .reason-content05-txt {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.65;
    margin-top: 1.5rem;
  }
  .reason-bg07 {
    background: #fff;
    padding: 5.5rem 0 7.9375rem;
  }
  .reason-content06 {
    background: #f8f8f8;
    border: solid #004c26 0.1875rem;
    border-radius: 0.625rem;
    margin: 2rem auto 0;
    padding: 2.6875rem 6.25rem 2.625rem;
  }
  .reason-content06-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-content06-img01 {
    width: 28.4375rem;
  }
  .reason-content06-txt {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
/*==============================================================================
safe
============================================================================= */
@media screen and (max-width: 767px) {
  .safe-bg01 {
    background: #fff;
    padding: 2.375rem 0 0;
  }
  .safe-head {
    position: relative;
  }
  .safe-ttl01 {
    width: 46.875rem;
  }
  .safe-txt {
    position: absolute;
    bottom: 3.375rem;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    line-height: 1.39;
    color: #fff;
    text-align: center;
  }
  .safe-img01 {
    width: 46.875rem;
    margin-top: -0.125rem;
  }
  .safe-list {
    background: #fff;
    border: 0.0625rem solid #004c26;
    border-radius: 0.625rem;
    margin-top: -1.75rem;
    padding: 2.5rem 0 2.875rem 3.125rem;
  }
  .safe-item {
    position: relative;
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    line-height: 1.97;
    font-weight: bold;
    padding-left: 4.6875rem;
  }
  .safe-item::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 3.125rem;
    height: 3.125rem;
    background: url(../images/safe-check.webp) no-repeat center center/cover;
  }
  .safe-bg02 {
    background: #fff;
    padding: 1.8125rem 0 4.6875rem;
  }
  .safe-ttl02 {
    width: 46.875rem;
  }
  .safe-img02 {
    width: 44.125rem;
    margin-top: -6.4375rem;
    margin-left: -1rem;
  }
  .safe-note {
    font-size: 1.625rem;
    line-height: 1.34;
    margin: 0.75rem 0.9375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .safe-bg01 {
    background: #fff;
    padding: 2rem 0 0;
  }
  .safe-head {
    position: relative;
  }
  .safe-ttl01 {
    width: 125rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: -0.125rem;
  }
  .safe-txt {
    position: absolute;
    bottom: 3.625rem;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
  .safe-img01 {
    width: 125rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .safe-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.0625rem solid #004c26;
    border-radius: 0.625rem;
    margin-top: 3.75rem;
    padding: 3.3125rem 6.25rem 3.5625rem;
  }
  .safe-item {
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: bold;
  }
  .safe-item::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: -3.125rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background: url(../images/safe-check.webp) no-repeat center center/cover;
  }
  .safe-item:nth-of-type(2)::before {
    top: 1.25rem;
  }
  .safe-bg02 {
    background: #fff;
    padding: 0 0 3.375rem;
  }
  .safe-ttl02 {
    width: 125rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 2.0625rem;
  }
  .safe-img02 {
    width: 75rem;
    margin-top: -2.125rem;
  }
  .safe-note {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    width: 23.125rem;
    margin: 0.875rem 0 0 auto;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    background: #eff7c6;
    padding: 5.75rem 0 4.4375rem;
  }
  .faq-ttl01 {
    width: 23.5625rem;
    margin: 0 auto;
  }
  .faq-list {
    margin: 4.75rem auto 0;
  }
  .faq-item {
    border-radius: 0.625rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05);
    width: 43.125rem;
    margin-bottom: 1.875rem;
  }
  .faq-item:last-child {
    margin-bottom: 0;
  }
  .faq-item-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    cursor: pointer;
    padding: 0 0 0 1.875rem;
    margin-bottom: -0.1875rem;
  }
  .faq-item-summary::-webkit-details-marker {
    display: none;
  }
  .faq-item-q {
    width: 2.8125rem;
    margin-right: 1.875rem;
  }
  .faq-item-question {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.56;
    font-weight: bold;
    color: #004c26;
    width: 28.125rem;
  }
  .faq-item-toggle-box {
    background: #004c26;
    width: 7.375rem;
    height: 8.6875rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq-item-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 2.0625rem 0 2.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-item-toggle img {
    width: 1.5625rem;
    height: auto;
    display: block;
    margin: 0 auto 1.5625rem;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .faq-item-toggle::after {
    content: "開く";
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
  .faq-item[open] .faq-item-toggle img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-item[open] .faq-item-toggle::after {
    content: "閉じる";
  }
  .faq-item-answer {
    padding: 1.625rem 1.75rem 2.875rem;
    border-top: 0.1875rem dashed #778db0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-item-answer p {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 1.78;
  }
  .faq-item-answer p .color {
    color: #e50300;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    background: #eff7c6;
    padding: 7.5rem 0 6.5625rem;
  }
  .faq-inner {
    width: 75rem;
    margin: 0 auto;
  }
  .faq-ttl01 {
    width: 19.6875rem;
    margin: 0 auto;
  }
  .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.0625rem 0;
    margin: 4.4375rem auto 0;
  }
  .faq-item {
    border-radius: 0.625rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05);
    width: 35.625rem;
  }
  .faq-item-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    cursor: pointer;
    padding: 0 0 0 1.5625rem;
    margin-bottom: -0.125rem;
  }
  .faq-item-summary::-webkit-details-marker {
    display: none;
  }
  .faq-item-q {
    width: 2.1875rem;
    margin-right: 1.5625rem;
  }
  .faq-item-question {
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    line-height: 1.57;
    font-weight: bold;
    color: #004c26;
    width: 24.375rem;
  }
  .faq-item-toggle-box {
    background: #004c26;
    width: 6.25rem;
    height: 7.1875rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq-item-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1.875rem 0 2.0625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-item-toggle img {
    width: 1.25rem;
    height: auto;
    display: block;
    margin: 0 auto 0.25rem;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .faq-item-toggle::after {
    content: "開く";
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
  .faq-item[open] .faq-item-toggle img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-item[open] .faq-item-toggle::after {
    content: "閉じる";
  }
  .faq-item-answer {
    padding: 1.25rem 1.25rem 3.875rem;
    border-top: 0.1875rem dashed #778db0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 28.3125rem;
  }
  .faq-item:last-child .faq-item-answer {
    height: 12.375rem;
  }
  .faq-item-answer p {
    font-size: 1.375rem;
    letter-spacing: -0.02em;
    line-height: 1.86;
  }
  .faq-item-answer p .color {
    color: #e50300;
    font-weight: bold;
  }
}
/*==============================================================================
school
============================================================================= */
@media screen and (max-width: 767px) {
  .school-bg {
    background: #fff;
    padding: 3.75rem 0 3.75rem;
  }
  .school-logo {
    width: 28.625rem;
    margin: 0 auto 2.3125rem;
  }
  .school-ttl01 {
    margin-bottom: 3.5625rem;
    text-align: center;
    color: #004c26;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  .school-ttl01 .large {
    display: block;
    font-size: 4.375rem;
  }
  .school-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem 0;
  }
  .school-item {
    background: #f8f8f8;
    border-radius: 0.625rem;
    padding: 2.625rem 2.5rem 2.5rem;
  }
  .school-item-name {
    font-size: 2.125rem;
    font-weight: bold;
    color: #004c26;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 1.375rem;
    padding-left: 0.9375rem;
  }
  .school-item-name::before {
    content: "";
    position: absolute;
    left: -0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.75rem;
    height: 2.3125rem;
    background: #a1c901;
  }
  .school-item-label {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 0.9375rem;
    color: #004c26;
    padding-left: 0.9375rem;
  }
  .school-item-address {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.35;
    margin-bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .school-item-btn {
    display: block;
    width: 38.125rem;
    margin: 0 auto;
    padding: 0.625rem 0;
    background: #004c26;
    color: #fff;
    border: none;
    border-radius: 100vmax;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-align: center;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .school-item-btn:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .school .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
  }
  .school .modal {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
  }
  .school .modal.is-open,
  .school .modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
  }
  .school .school-modal-inner {
    position: relative;
    width: 43.125rem;
    max-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .school-modal-content {
    position: relative;
    z-index: 1001;
    background: #fff;
    border-radius: 0.625rem;
    width: 43.125rem;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .school .school-modal-content-inner {
    padding: 3.8125rem 0 2.8125rem;
  }
  .school .modal-close {
    position: absolute;
    top: -5.625rem;
    right: 0;
    z-index: 2;
    font-size: 4.6875rem;
    color: #fff;
    border: none;
    cursor: pointer;
    background: none;
  }
  .school .school-modal-body {
    margin: 0 1.875rem 2.5rem 3.4375rem;
  }
  .school .school-modal-title {
    position: relative;
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 0 2.5rem 1.4375rem 3.75rem;
  }
  .school .school-modal-title::before {
    content: "";
    position: absolute;
    left: -1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.5rem;
    height: 2.3125rem;
    background: #004c26;
  }
  .school .school-modal-cta-btn01 {
    width: 19.375rem;
    position: absolute;
    top: 2.6875rem;
    right: 1.875rem;
  }
  .school .school-modal-cta-btn02 {
    width: 19.375rem;
    position: absolute;
    top: 8.75rem;
    right: 1.875rem;
  }
  .school .school-modal-list {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
  }
  .school .school-modal-list dt {
    color: #004c26;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .school .school-modal-list dd {
    margin-bottom: 1.8125rem;
    line-height: 1.35;
    color: #333;
  }
  .school .school-modal-message h3 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #004c26;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .school .school-modal-message p {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.35;
  }
  .school .school-modal-map {
    width: 38.125rem;
    margin: 0 auto 5.0625rem;
  }
  .school .school-modal-map iframe {
    width: 100%;
    height: 20.625rem;
    border: none;
  }
  .school .modal-cta-content01-items {
    margin: 0 auto;
  }
  .school .modal-cta-content01-item {
    margin-bottom: 1.875rem;
  }
  .school .modal-cta-content01-item-ttl {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
    font-weight: bold;
  }
  .school .modal-cta-content01-item:last-child {
    margin-bottom: 0;
  }
  .school .modal-cta-btn01, .school .modal-cta-btn02 {
    width: 41.25rem;
    margin: 1.5rem auto 0;
  }
  .school .modal-cta-content03-box {
    background: #a1c901;
    border-radius: 0 0.625rem 0.625rem 0;
    padding: 2.5rem 1.5625rem 3.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .school .modal-cta-content03-ttl {
    font-size: 2.375rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
  }
  .school .modal-cta-content03-tel {
    width: 40rem;
    margin: 1.75rem auto 0;
  }
  .school .modal-cta-content03-time {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
    margin: 1.375rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .school-bg {
    background: #fff;
    padding: 4.9375rem 0 1.25rem;
  }
  .school-logo {
    width: 28.625rem;
    margin: 0 auto 1.6875rem;
  }
  .school-ttl01 {
    margin-bottom: 4rem;
    text-align: center;
    color: #004c26;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  .school-ttl01 .large {
    display: block;
    font-size: 3.5rem;
  }
  .school-inner {
    width: 75rem;
    margin: 0 auto;
  }
  .school-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .school-item {
    background: #f8f8f8;
    border-radius: 0.625rem;
    padding: 2.4375rem 2.5rem 2.5rem;
  }
  .school-item-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #004c26;
    letter-spacing: 0.04em;
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.375rem;
  }
  .school-item-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.375rem;
    height: 1.6875rem;
    background: #a1c901;
  }
  .school-item-label {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 0.875rem;
    color: #004c26;
  }
  .school-item-address {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.4375rem;
  }
  .school-item-btn {
    display: block;
    width: 30.625rem;
    margin: 0 auto;
    padding: 0.3125rem 0;
    background: #004c26;
    color: #fff;
    border: none;
    border-radius: 100vmax;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-align: center;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .school-item-btn:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .school .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
  }
  .school .modal {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
  }
  .school .modal.is-open,
  .school .modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
  }
  .school .school-modal-inner {
    position: relative;
    width: 75rem;
    max-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .school-modal-content {
    position: relative;
    background: #fff;
    border-radius: 0.625rem;
    width: 75rem;
    max-height: 85vh;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .school .school-modal-content-inner {
    padding: 5.1875rem 6.25rem 1.875rem;
  }
  .school .modal-close {
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 4.6875rem;
    color: #000;
    border: none;
    cursor: pointer;
    background: none;
  }
  .school .school-modal-body {
    margin-bottom: 1.25rem;
  }
  .school .school-modal-info {
    width: 28.125rem;
  }
  .school .school-modal-message {
    width: 31.5625rem;
  }
  .school .school-modal-title {
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1.8125rem;
    padding-left: 0.9375rem;
  }
  .school .school-modal-title::before {
    content: "";
    position: absolute;
    left: -0.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.625rem;
    height: 2.3125rem;
    background: #004c26;
  }
  .school .school-modal-list {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .school .school-modal-list dt {
    color: #004c26;
    font-weight: bold;
    margin-bottom: 0.9375rem;
  }
  .school .school-modal-list dd {
    margin-bottom: 0.9375rem;
  }
  .school .school-modal-message h3 {
    margin-bottom: 0.9375rem;
    color: #004c26;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .school .school-modal-message p {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  .school .school-modal-map iframe {
    width: 100%;
    height: 15.625rem;
    border: none;
  }
  .school .modal-cta-content01-items {
    position: absolute;
    top: 8.375rem;
    right: 5.375rem;
  }
  .school .modal-cta-content01-item-ttl {
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
  }
  .school .modal-cta-btn01, .school .modal-cta-btn02 {
    width: 25.875rem;
    margin: 1.125rem auto 0;
  }
  .school .modal-cta-btn01 {
    margin-bottom: 2.5rem;
  }
  .school .modal-cta-content03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .school .modal-cta-content03-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 37.5rem;
    margin: 0 auto;
  }
  .school .modal-cta-content03-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #a1c901;
    border-radius: 0 0 0.625rem 0;
    padding: 2.9375rem 0 2.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .school .modal-cta-content03-ttl {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
  }
  .school .modal-cta-content03-tel {
    width: 25rem;
    margin: 1.5625rem auto 0;
    pointer-events: none;
  }
  .school .modal-cta-content03-time {
    font-size: 1.375rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: bold;
    margin: 0.875rem auto 0;
  }
}
body.is-modal-open {
  overflow: hidden;
}

/*==============================================================================
fixed
============================================================================= */
.fixed-cta {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1000;
}
.fixed-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.fixed-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .fixed-cta {
    display: grid;
    grid-template-columns: 17.8125rem 17.8125rem 6.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    padding: 0.5625rem 1.875rem;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .fixed-cta {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fixed-cta-close {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-inline: auto 0;
    background: #000;
    border-radius: 5px 0 0 0;
    color: #fff;
    cursor: pointer;
  }
  .fixed-cta-btn01, .fixed-cta-btn02 {
    width: 5rem;
    margin-bottom: 0.625rem;
  }
  .fixed-cta-toTop {
    width: 4.375rem;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #004c26;
    padding: 2.4375rem 0;
  }
  .footer-copy {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #004c26;
    padding: 2.25rem 0;
  }
  .footer-copy {
    font-size: 1rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
}

/*==============================================================================
モーダル
============================================================================= */
p.has-text-align-center {
    font-size: inherit;
}
@media screen and (max-width: 767px) {
  div.pa-modal-school-search {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  div.pa-modal-school-search {
    font-size: 16px;
  }
}

