@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 {
  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;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

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

.wrapper {
  position: relative;
}

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

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

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

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

img {
  vertical-align: top;
}

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

.hidden {
  display: none;
}

/*==============================================================================
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-weight: 500;
    font-size: 1rem;
  }
  body {
    margin: 0 6.25rem 0 0 !important;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 1900px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .loading-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F2F2E8;
    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;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .loading-video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .loading-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .fv-slide {
    width: 130.25rem;
    margin: 0 0 0 -32rem;
  }
  .fv-txt {
    position: absolute;
    z-index: 5;
    top: 3.75rem;
    right: 0;
    width: 30.625rem;
  }
  .fv h2 {
    position: absolute;
    z-index: 5;
    top: 9.375rem;
    right: 6.25rem;
    width: 18.4375rem;
    margin: 0 0 0 auto;
  }
  .fv-img {
    width: 126.25rem;
    margin: 0 0 0 -32rem;
  }
  .fv-txt02 {
    position: absolute;
    z-index: 5;
    top: 5rem;
    right: 2.5rem;
    width: 3.125rem;
  }
  .fv-ttl02 {
    position: absolute;
    z-index: 5;
    top: 5rem !important;
    right: 8.3125rem !important;
    width: 14.375rem !important;
  }
  .cv {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    padding: 7.5625rem 0 1.8125rem;
    width: 8.75rem;
    height: 100%;
    background: #f2f2e9;
    border-left: 1px solid #333333;
  }
  .cv-menu {
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 8.75rem;
    margin: 0 auto 1.8125rem;
  }
  .cv-menu.is-open {
    top: 1.625rem;
    width: 2.25rem;
    right: 3rem;
  }
  .cv-img {
    width: 6.875rem;
    margin: 0 auto;
  }
  .cv-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .cv-nav.is-open {
    display: block;
  }
  .cv-nav h2 {
    width: 5.625rem;
    margin: 1.25rem 0 0 3.125rem;
    padding: 0 0 1.25rem;
  }
  .cv-nav-container {
    width: 37.5rem;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: #f2f2e9;
    z-index: 9100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cv-nav-list {
    margin: 0 0 1.375rem 3.0625rem;
  }
  .cv-nav-item {
    width: 25.9375rem;
  }
  .cv-nav-item:first-child {
    border-top: 1px solid #333333;
  }
  .cv-nav-item-link {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px solid #333333;
  }
  .cv-nav-item-txt {
    margin: 0 0 0.9375rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
  }
  .cv-nav-item-txt span {
    margin: 0 0.6875rem 0 0;
    color: #129647;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.625rem;
  }
  .cv-nav-item-txt02 {
    margin: 0 0 0 2.1875rem;
    color: #333333;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .cv-nav-item-arrow {
    width: 1.75rem;
  }
  .cv-nav-link {
    width: 23.75rem;
    margin: 0 0 1.25rem 3.8125rem;
  }
  .cv-nav-phone {
    width: 23.75rem;
    margin: 0 0 0.625rem 3.8125rem;
  }
  .cv-link {
    position: fixed;
    z-index: 99;
    top: 34.4375rem;
    right: 8.8125rem;
    width: 4.375rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .cv-link.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .cv-link:hover {
    opacity: 0.8;
  }
  .footer-bg {
    padding: 3.1875rem 0 1.9375rem;
    background: #e8e8e8;
  }
  .footer-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.125rem;
    margin: 0 0 2.375rem;
  }
  .footer-wrap a {
    padding: 0 0 0.3125rem;
    border-bottom: 0.125rem solid #b2b2b2;
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .footer p {
    color: #333333;
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .loading-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F2F2E8;
    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;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .loading-video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .loading-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .fv {
    padding: 11.25rem 0 0;
  }
  .fv-slide {
    width: 46.875rem;
    margin: 0 0 0 -2.5rem;
  }
  .fv-txt {
    position: absolute;
    z-index: 5;
    top: 2.0625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 35.125rem;
  }
  .fv h2 {
    position: absolute;
    z-index: 5;
    top: 8.1875rem;
    right: 0;
    width: 12.1875rem;
  }
  .fv-img {
    width: 46.875rem;
    margin: 0 0 0 -2.5rem;
  }
  .fv-txt02 {
    position: absolute;
    z-index: 5;
    top: 3.125rem;
    right: -2.5rem;
    width: 35.9375rem;
  }
  .fv-ttl02 {
    top: 9.3125rem !important;
    width: 14.6875rem !important;
  }
  .cv {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  .cv-menu {
    position: fixed;
    z-index: 9999;
    bottom: 0.875rem;
    right: 2.1875rem;
    width: 7.5rem;
  }
  .cv-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .cv-nav.is-open {
    display: block;
  }
  .cv-nav-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: #f2f2e9;
    z-index: 9100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cv-nav h2 {
    width: 8.75rem;
    margin: 2.75rem 0 0 3.125rem;
  }
  .cv-nav-list {
    margin: 2rem 2.5rem 2.125rem;
    border-top: 1px solid #333333;
  }
  .cv-nav-item-link {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8125rem 0;
    border-bottom: 1px solid #333333;
  }
  .cv-nav-item-txt {
    margin: 0 0 0.9375rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .cv-nav-item-txt span {
    margin: 0 1.25rem 0 0;
    color: #129647;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2.625rem;
  }
  .cv-nav-item-txt02 {
    margin: 0 0 0 3.5625rem;
    color: #333333;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .cv-nav-item-arrow {
    width: 3.103125rem;
  }
  .cv-nav-link {
    margin: 0 2.5rem 1.875rem;
  }
  .cv-nav-phone {
    margin: 0 2.5rem;
  }
  .cv-nav-time {
    width: 20.8125rem;
    margin: 1.5625rem auto 0;
  }
  .cv-link {
    position: fixed;
    z-index: 99;
    top: 11.25rem;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .cv-link.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .footer-bg {
    padding: 3.8125rem 0 3.6875rem;
    background: #e8e8e8;
  }
  .footer-wrap {
    margin: 0 0 3.5rem;
  }
  .footer-wrap a {
    display: table;
    margin: 0 0 2.625rem;
    padding: 0 0 0.625rem;
    border-bottom: 0.125rem solid #6b6b6b;
    color: #333333;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .footer p {
    color: #333333;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .know-bg {
    padding: 3.875rem 0 15.875rem;
    background: url("../images/know-bg.webp") no-repeat center/cover;
  }
  .know-top {
    width: 67.8125rem;
    margin: 0 0 4.3125rem -3.75rem;
  }
  .know-ttl01 {
    margin: 0 0 1.6875rem;
    color: #333333;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .know-ttl02 {
    margin: 0 0 1.5rem;
    color: #129647;
    font-size: 2.75rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .know-ttl03 {
    width: 57.5rem;
    margin: 0 auto 5.1875rem;
    padding: 0 0 2.25rem;
    border-bottom: 0.125rem solid #333333;
    color: #129647;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
  }
  .know-ttl03 span {
    font-weight: 900;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
  .know-wrap {
    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;
    width: 51.875rem;
    margin: 0 0 2.5625rem 8.125rem;
  }
  .know-wrap-txt {
    width: 12.5rem;
    margin: 0.9375rem 0 0;
  }
  .know-wrap-human {
    width: 36.4375rem;
  }
  .know-box {
    width: 57.5rem;
    margin: 0 auto;
    padding: 3.5625rem 0 2.875rem;
    background: #f2f2e9;
    border: 0.125rem solid #333333;
  }
  .know-box-wrap {
    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;
    width: 37.1875rem;
    margin: 0 auto 0.625rem;
  }
  .know-box-txt01 {
    margin: 1.5625rem -2.5rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .know-box-txt01 .middle01 {
    font-size: 1.625rem;
  }
  .know-box-txt01 .green01 {
    color: #129647;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
  }
  .know-box-txt01 .middle02 {
    font-size: 1.75rem;
  }
  .know-box-txt01 .green02 {
    color: #129647;
    font-size: 2.25rem;
  }
  .know-box-img {
    width: 10rem;
  }
  .know-box-ttl {
    width: 33.75rem;
    margin: 0 auto -3.125rem;
  }
  .know-box-middle {
    position: relative;
    margin: 0 0 1.5625rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .know-box-middle::before {
    content: "";
    position: absolute;
    top: 0.5625rem;
    left: 5rem;
    width: 19.6875rem;
    height: 1px;
    background: #333333;
  }
  .know-box-middle::after {
    content: "";
    position: absolute;
    top: 0.5625rem;
    right: 5rem;
    width: 19.6875rem;
    height: 1px;
    background: #333333;
  }
  .know-box-bottom {
    position: relative;
  }
  .know-box-bottom-img {
    position: absolute;
    top: 0;
    left: 5.625rem;
    width: 4.25rem;
  }
  .know-box-bottom-txt {
    color: #333333;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }
  .know-box-bottom-txt .green {
    color: #129647;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .know-box-bottom-txt .mini {
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .know-bg {
    padding: 4.0625rem 0 13.9375rem;
    background: url("../images/know-bg-sp.webp") no-repeat center/cover;
  }
  .know-top {
    width: 46.875rem;
    margin: 0 0 6.4375rem -2.5rem;
  }
  .know-ttl01 {
    margin: 0 0 1.6875rem;
    padding: 0 0 1.875rem;
    border-bottom: 0.125rem solid #333333;
    color: #333333;
    font-size: 2.875rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .know-ttl02 {
    margin: 0 0 1.5rem;
    color: #129647;
    font-size: 3.75rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.375;
  }
  .know-ttl03 {
    margin: 0 -1.875rem 5.1875rem 0;
    color: #129647;
    font-size: 2.375rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .know-ttl03 span {
    margin: 0 -1.5625rem;
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .know-wrap {
    position: relative;
    margin: 0 0 5.4375rem;
  }
  .know-wrap-txt {
    width: 11.9375rem;
  }
  .know-wrap-human {
    position: absolute;
    top: 0;
    right: -2.5rem;
    width: 29.625rem;
  }
  .know-box {
    padding: 9.3125rem 0 3.625rem;
    background: #f2f2e9;
    border: 0.125rem solid #333333;
  }
  .know-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 2.5rem 2.75rem;
  }
  .know-box-txt01 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #333333;
    font-weight: bold;
    font-size: 2.625rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .know-box-txt01 .green01 {
    color: #129647;
    font-size: 3rem;
    letter-spacing: 0.02em;
  }
  .know-box-txt01 .green02 {
    color: #129647;
    font-size: 3.4375rem;
  }
  .know-box-img {
    width: 19.25rem;
  }
  .know-box-ttl {
    width: 30.375rem;
    margin: 0 auto -3.125rem;
  }
  .know-box-middle {
    position: relative;
    margin: 0 0 2.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .know-box-middle::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 2.5rem;
    width: 12.5rem;
    height: 1px;
    background: #333333;
  }
  .know-box-middle::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    width: 12.5rem;
    height: 1px;
    background: #333333;
  }
  .know-box-bottom {
    position: relative;
  }
  .know-box-bottom-img {
    position: absolute;
    top: -1.875rem;
    left: 2.5rem;
    width: 6.5625rem;
  }
  .know-box-bottom-txt {
    color: #333333;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.61;
  }
  .know-box-bottom-txt .green {
    color: #129647;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .know-box-bottom-txt .mini {
    color: #333333;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .lesson-bg {
    padding: 24.6875rem 0 6.5625rem;
    background: #f2f2e9;
  }
  .lesson-book {
    position: absolute;
    top: -34.0625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 51.875rem;
  }
  .lesson h2 {
    width: 42.8125rem;
    margin: 0 auto 1.25rem;
  }
  .lesson-balloon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48.4375rem;
    margin: 0 0 0 2.5rem;
  }
  .lesson-balloon-left-name {
    width: 7.2875rem;
    margin: 0 1.5625rem 0 0;
  }
  .lesson-balloon-left-txts {
    position: relative;
    padding: 0.625rem 0 1.375rem 2.5625rem;
    width: 37rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .lesson-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    left: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .lesson-balloon-left-txts-02 {
    padding: 1.375rem 0 1.375rem 2.5625rem;
  }
  .lesson-balloon-left-txts-03 {
    padding: 1.125rem 0 1.125rem 2.5625rem;
  }
  .lesson-balloon-left-txts-04 {
    padding: 1.125rem 0 1.125rem 2.5625rem;
  }
  .lesson-balloon-left-txt {
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .lesson-balloon-left-txt .green {
    color: #129647;
    font-weight: bold;
    font-size: 1.375rem;
  }
  .lesson-balloon-left-txt .big {
    line-height: 2.4;
  }
  .lesson-balloon-left-txt .big02 {
    font-weight: 900;
    font-size: 1.75rem;
  }
  .lesson-balloon-left-txt .big03 {
    font-weight: 900;
    font-size: 1.55rem;
    line-height: 2.3;
  }
  .lesson-balloon-left-txt-03 {
    margin: 0 0 1.125rem;
  }
  .lesson-balloon-left-txt-07 {
    line-height: 1.944;
  }
  .lesson-balloon-left-02 {
    margin: 0 0 0.9375rem 2.5rem;
  }
  .lesson-balloon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 39rem;
    margin: 0 2.5rem 0.6875rem auto;
  }
  .lesson-balloon-right-name {
    width: 7.2875rem;
    margin: 0 0 0 1.75rem;
  }
  .lesson-balloon-right-txt {
    position: relative;
    padding: 0.625rem 0 1.5625rem 3.1875rem;
    width: 26.5rem;
    margin: 0.9375rem 0 0;
    border-radius: 0.625rem;
    background: #484844;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.55;
  }
  .lesson-balloon-right-txt .mini {
    font-weight: normal;
    font-size: 1.125rem;
  }
  .lesson-balloon-right-txt .line {
    padding: 0 0 0.3125rem;
    border-bottom: 1px solid #ffffff;
  }
  .lesson-balloon-right-txt::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    right: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/lesson-balloon-right-arrow.webp") no-repeat center/cover;
  }
  .lesson-balloon-right-txt-02 {
    padding: 1.25rem 0 2.0625rem 3.1875rem;
  }
  .lesson-balloon-img {
    width: 26.5625rem;
    margin: 2.125rem auto 1.75rem;
  }
  .lesson-box {
    position: relative;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50.75rem;
    margin: 0 0 2.75rem 0;
    padding: 2.5rem 4.8125rem 2.5rem 1.9375rem;
    background: #f3f3c8;
    border: 0.125rem solid #333333;
  }
  .lesson-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0.125rem;
    height: 9.375rem;
    border-right: 0.125rem dotted #333333;
  }
  .lesson-box-img {
    width: 20.3125rem;
    margin: 0 0 0 20.3125rem;
  }
  .lesson-box-ttl {
    color: #333333;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .lesson-box-txt01 {
    position: relative;
    margin: 0 0 1.5625rem;
    padding: 0 0 0 1.4375rem;
    color: #129647;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .lesson-box-txt01::before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../images/lesson-box-txt01-check.webp") no-repeat center/cover;
  }
  .lesson-box-txt02 {
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .lesson-bg {
    padding: 45rem 0 6.5625rem;
    background: #f2f2e9;
  }
  .lesson-book {
    position: absolute;
    top: -52.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 46.875rem;
  }
  .lesson h2 {
    width: 46.875rem;
    margin: 0 0 2.9375rem -2.5rem;
  }
  .lesson-balloon-left {
    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;
  }
  .lesson-balloon-left-name {
    width: 12.5rem;
  }
  .lesson-balloon-left-txts {
    position: relative;
    padding: 2.1875rem 2.125rem 2.1875rem 2.75rem;
    width: 21.625rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .lesson-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 3.4375rem;
    left: -1.25rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .lesson-balloon-left-txts-03 {
    width: 24.375rem;
    padding: 1.25rem 0 1.875rem 2.125rem;
    font-weight: bold;
  }
  .lesson-balloon-left-txts-04 {
    width: 24.375rem;
    padding: 2.1875rem 0 2.5rem 2.125rem;
  }
  .lesson-balloon-left-txt {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .lesson-balloon-left-txt .green {
    color: #129647;
    font-weight: bold;
    font-size: 2rem;
  }
  .lesson-balloon-left-txt .big02 {
    font-weight: 900;
    font-size: 1.75rem;
  }
  .lesson-balloon-left-txt .big03 {
    font-weight: 900;
    font-size: 1.55rem;
    line-height: 2.3;
  }
  .lesson-balloon-left-txt-01 {
    margin: 0 0 2.75rem;
  }
  .lesson-balloon-left-txt-03 {
    margin: 0 0 2.1875rem;
  }
  .lesson-balloon-left-txt-05 {
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .lesson-balloon-left-txt-05 .big02 {
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: 0.02em;
  }
  .lesson-balloon-left-txt-06 {
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .lesson-balloon-left-txt-06 .big02 {
    font-weight: 900;
    font-size: 2.625rem;
    letter-spacing: 0.02em;
  }
  .lesson-balloon-left-txt-07 {
    margin: 0 0 2.1875rem;
    letter-spacing: 0;
  }
  .lesson-balloon-left-txt-08 {
    font-weight: 900;
  }
  .lesson-balloon-left-txt-08 .big03 {
    font-size: 2.5rem;
    line-height: 1.625;
  }
  .lesson-balloon-left-02 {
    margin: 0 0 2.6875rem;
  }
  .lesson-balloon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 2.1875rem;
  }
  .lesson-balloon-right-name {
    width: 12.5rem;
    margin: 0 0 0 1.75rem;
  }
  .lesson-balloon-right-txt {
    position: relative;
    padding: 1.25rem 0 1.8125rem 2.125rem;
    width: 24.375rem;
    border-radius: 0.625rem;
    background: #484844;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .lesson-balloon-right-txt .mini {
    font-weight: normal;
    font-size: 1.875rem;
  }
  .lesson-balloon-right-txt .line {
    padding: 0 0 0.3125rem;
    border-bottom: 1px solid #ffffff;
  }
  .lesson-balloon-right-txt::before {
    content: "";
    position: absolute;
    top: 4.375rem;
    right: -0.9375rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/lesson-balloon-right-arrow.webp") no-repeat center/cover;
  }
  .lesson-balloon-right-txt-02 {
    padding: 1.875rem 0 2.5rem 2.125rem;
  }
  .lesson-balloon-right-txt-03 {
    padding: 1.25rem 0 2.5rem 2.125rem;
  }
  .lesson-balloon-img {
    margin: 2.6875rem auto 2.25rem;
  }
  .lesson-box {
    margin: 0 0 2.9375rem;
    padding: 2.5rem 0 4.0625rem;
    border-top: 0.125rem solid #333333;
    border-bottom: 0.125rem solid #333333;
  }
  .lesson-box-img {
    width: 33.25rem;
    margin: 3.625rem 0 0 7.1875rem;
  }
  .lesson-box-ttl {
    margin: 0 0 3.5625rem;
    padding: 0 0 2.25rem;
    border-bottom: 0.125rem dotted #5f5f5d;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .lesson-box-txt01 {
    position: relative;
    margin: 0 0 2.1875rem 7.1875rem;
    color: #129647;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
  }
  .lesson-box-txt01::before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: -2.8125rem;
    width: 2.0625rem;
    height: 2.0625rem;
    background: url("../images/lesson-box-txt01-check-sp.webp") no-repeat center/cover;
  }
  .lesson-box-txt02 {
    margin: 2.6875rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg01 {
    position: relative;
    z-index: 5;
    margin: 0 -4.375rem -1.25rem 0;
    padding: 0.9375rem 0 2.375rem;
    background: url("../images/cta-bg01.webp") no-repeat center/cover;
  }
  .cta-bg01-02 {
    position: relative;
    z-index: 5;
    margin: 0 -4.375rem -1.25rem 0;
    padding: 0.9375rem 0 2.375rem;
    background: url("../images/cta-bg01-02.webp") no-repeat center/cover;
  }
  .cta-bg01-02-m {
    position: relative;
    z-index: 5;
    margin: 0 -4.375rem -1.25rem 0;
    padding: 1.875rem 0 3.125rem;
    background: url("../images/cta-bg01-02-m.webp") no-repeat center/cover;
  }
  .cta-ttl {
    width: 10.3125rem;
    margin: 0 12.5rem 0 auto;
  }
  .cta-ttl-02 {
    width: 7.5rem;
    margin: 0 10rem 0 auto;
  }
  .cta-ttl-02-m {
    width: 9.5625rem;
    margin: 0 11.25rem 0 auto;
  }
  .cta-bg02 {
    padding: 3rem 0 0;
    background: #f3f3c8;
  }
  .cta-bg03 {
    padding: 3rem 0 5.125rem;
    background: #f3f3c8;
  }
  .cta-top {
    width: 34.625rem;
    margin: 0 auto 1.25rem;
  }
  .cta-top-arrow {
    position: absolute;
    top: -5.3125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.0525rem;
  }
  .cta-top02 {
    width: 38.125rem;
    margin: 0 auto 1.4375rem;
  }
  .cta-box {
    border-radius: 0.625rem;
    border: 0.125rem solid #129647;
    background: #ffffff;
  }
  .cta-box-ttl {
    margin: 0 0 1.25rem;
    padding: 0.9375rem 0;
    background: #129647;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .cta-box-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8125rem;
    margin: 0 0 0.9375rem;
  }
  .cta-box-left {
    width: 22.5rem;
  }
  .cta-box-right {
    width: 27.5rem;
    margin: 0 0 0 -1.25rem;
  }
  .cta-box-selection {
    position: relative;
    width: 28.75rem;
    margin: -0.625rem 0 0;
  }
  .cta-box-selection-txt {
    position: absolute;
    top: 1.75rem;
    left: 2.1875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .cta-box-arrow {
    position: relative;
    width: 7.671875rem;
  }
  .cta-box-arrow-txts {
    position: absolute;
    top: 0.3125rem;
    left: 0.9375rem;
  }
  .cta-box-arrow-txt01 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta-box-arrow-txt01 .yellow {
    color: #ffffa7;
    font-family: "Manrope", sans-serif;
    font-size: 1.875rem;
  }
  .cta-box-arrow-txt01 .mini {
    font-size: 0.9375rem;
  }
  .cta-box-arrow-txt02 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4375rem;
    text-align: center;
  }
  .cta-box-arrow-txt02 span {
    color: #ffffa7;
    font-family: "Manrope", sans-serif;
    font-size: 2.375rem;
    letter-spacing: -0.05em;
  }
  .cta-box-arrow-per {
    position: absolute;
    top: 1.875rem;
    left: 2.8125rem;
    width: 4.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9375rem;
  }
  .cta-box-prices {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -1.25rem 0 0;
  }
  .cta-box-prices.diff {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0;
    padding: 0.9375rem 0 0;
    border-top: 0.125rem solid #e1e1dc;
  }
  .cta-box-price01 {
    color: #333333;
    font-family: "Manrope", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
  .cta-box-price01 .num {
    position: relative;
    font-weight: 600;
    font-size: 1.625rem;
  }
  .cta-box-price01 .num::before {
    content: "";
    position: absolute;
    top: 1.125rem;
    left: 0;
    width: 5.625rem;
    height: 2px;
    background: #333333;
  }
  .cta-box-price01 .unit {
    font-weight: 600;
    font-size: 1rem;
  }
  .cta-box-price02 {
    color: #333333;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
  }
  .cta-box-price02-relative {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-box-price02-ttl {
    position: relative;
    color: #e55934;
    font-weight: 900;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.278;
    text-align: center;
  }
  .cta-box-price02-ttl::after {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    background: url("../images/cta-box-price02-ttl-arrow.webp") no-repeat center/contain;
    width: 100%;
    height: 0.4375rem;
  }
  .cta-box-price02-free {
    position: absolute;
    top: 0.625rem;
    right: 0.3125rem;
    padding: 0.3125rem;
    color: #333333;
    background: #f4f4eb;
    border: 1px solid #e0e0e0;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
  .cta-box-price02-free02 {
    position: absolute;
    top: 0.625rem;
    right: 0.3125rem;
    padding: 0.3125rem;
    color: #333333;
    background: #f4f4eb;
    border: 1px solid #e0e0e0;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
  .cta-box-price02 .num {
    color: #e55934;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 4.375rem;
    letter-spacing: -0.04em;
  }
  .cta-box-price02 .dot {
    font-size: 3.375rem;
  }
  .cta-box-price02 .unit {
    font-weight: bold;
    font-size: 1.5625rem;
  }
  .cta-box-bottom {
    padding: 1.4375rem 3.125rem 0.9375rem;
    background: #f4f4eb;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .cta-box-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-box-bottom-item {
    position: relative;
    z-index: 20;
    width: 13.75rem;
    margin: 0 -1.875rem 0 0;
    padding: 0.3125rem 0 0.3125rem 1.875rem;
    background: url("../images/cta-box-bottom-item.webp") no-repeat center/cover;
  }
  .cta-box-bottom-item:nth-child(2) {
    z-index: 15;
  }
  .cta-box-bottom-item:nth-child(3) {
    z-index: 10;
  }
  .cta-box-bottom-item:nth-child(4) {
    z-index: 5;
  }
  .cta-box-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-box-bottom-date {
    color: #333333;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
  }
  .cta-box-bottom-date .num {
    font-family: "Manrope", sans-serif;
    font-size: 1.625rem;
  }
  .cta-box-bottom-price {
    color: #333333;
    font-size: 0.75rem;
  }
  .cta-box-bottom-price .yen {
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
  }
  .cta-box-bottom-price .num {
    margin: 0 -0.3125rem 0 0;
    font-family: "Manrope", sans-serif;
    color: #e55934;
    font-weight: bold;
    font-size: 2.0625rem;
    letter-spacing: -0.03em;
  }
  .cta-box-bottom-img {
    width: 2.75rem;
  }
  .cta-box-bottom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.25rem;
  }
  .cta-box-bottom-arrow01 {
    position: relative;
    width: 40.625rem;
    margin: 0 0 0 0.5rem;
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
  }
  .cta-box-bottom-arrow01 p {
    position: relative;
    z-index: 5;
    width: 8.4375rem;
    margin: 0 auto;
    background: #f4f4eb;
    font-weight: bold;
  }
  .cta-box-bottom-arrow01 .num {
    font-size: 1.75rem;
  }
  .cta-box-bottom-arrow01 .off {
    font-size: 1.5rem;
  }
  .cta-box-bottom-arrow01-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40.625rem;
    height: 0.25rem;
    background: #129647;
  }
  .cta-box-bottom-arrow01-line::before {
    content: "";
    position: absolute;
    right: -0.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid green;
  }
  .cta-box-bottom-arrow02 {
    position: relative;
    width: 13.75rem;
    margin: 0 0 0 0.8125rem;
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
  }
  .cta-box-bottom-arrow02 p {
    position: relative;
    z-index: 5;
    width: 6.25rem;
    margin: 0 auto;
    background: #f4f4eb;
    font-weight: bold;
  }
  .cta-box-bottom-arrow02 .num {
    font-size: 1.75rem;
  }
  .cta-box-bottom-arrow02 .off {
    font-size: 1.5rem;
  }
  .cta-box-bottom-arrow02-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 13.75rem;
    height: 0.25rem;
    background: #129647;
  }
  .cta-box-bottom-arrow02-line::before {
    content: "";
    position: absolute;
    right: -0.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid green;
  }
  .cta-box-bottom-info {
    position: relative;
    padding: 0 0 0 0.625rem;
    color: #333333;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
  .cta-box-bottom-info::before {
    content: "※";
    top: 0;
    left: 0;
  }
  .cta-bottom {
    width: 42.8125rem;
    margin: -1.875rem auto 0;
  }
  .cta-price {
    margin: 1.25rem 0 0;
    padding: 0 0 0.625rem;
    border-bottom: 0.125rem solid #333333;
    color: #333333;
    font-weight: 900;
    font-size: 2.1875rem;
    text-align: center;
  }
  .cta-price-relative {
    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;
    gap: 0.9375rem;
  }
  .cta-price .middle {
    font-size: 2.1875rem;
  }
  .cta-price .num01 {
    font-family: "Manrope", sans-serif;
    font-size: 2.75rem;
  }
  .cta-price .orange {
    color: #e55934;
    font-size: 2.1875rem;
  }
  .cta-price .num02 {
    margin: 0 0.3125rem 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 3.625rem;
    letter-spacing: -0.08em;
  }
  .cta02-bg {
    padding: 5.125rem 0 3.75rem;
    background: url("../images/cta02-bg.webp") no-repeat center/cover;
  }
  .cta02 h2 {
    width: 53.75rem;
    margin: 0 auto 1.9375rem;
  }
  .cta02-box {
    position: relative;
    padding: 0 0 2.375rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .cta02-box-ttl {
    margin: 0 0 1.25rem;
    padding: 0.9375rem 0;
    background: #03235c;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
  }
  .cta02-box-txt {
    margin: 0 0 1.25rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.4375rem;
    text-align: center;
    line-height: 1.54;
  }
  .cta02-box-band {
    width: 53.125rem;
    margin: 0 0 1.375rem 2.5rem;
    padding: 0.875rem 0;
    background: url("../images/cta02-box-band.webp") no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
  }
  .cta02-box-band span {
    font-size: 1.125rem;
  }
  .cta02-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.8125rem;
    margin: 0 0 0 2.5rem;
  }
  .cta02-box-time {
    margin: 0 0 0.625rem -0.625rem;
    color: #03235c;
    font-weight: bold;
    font-size: 1.125rem;
  }
  .cta02-box-info {
    position: relative;
    color: #333333;
    font-size: 0.875rem;
    line-height: 1.634;
  }
  .cta02-box-phone {
    width: 29.0625rem;
  }
  .cta02-box-human {
    position: absolute;
    top: 1.125rem;
    right: 2.4375rem;
    width: 13.125rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-bg01 {
    position: relative;
    z-index: 5;
    margin: 0 0 -2.5rem 0;
    padding: 2.125rem 0 4.375rem;
    background: url("../images/cta-bg01-sp.webp") no-repeat center/cover;
  }
  .cta-bg01-02 {
    position: relative;
    z-index: 5;
    margin: 0 0 -2.5rem 0;
    padding: 2.1875rem 0 10rem;
    background: url("../images/cta-bg01-02-sp.webp") no-repeat center/cover;
  }
  .cta-bg01-02-m {
    position: relative;
    z-index: 5;
    margin: 0 0 -2.5rem 0;
    padding: 2.1875rem 0 10rem;
    background: url("../images/cta-bg01-02-m-sp.webp") no-repeat center/cover;
  }
  .cta-ttl {
    width: 16.4375rem;
    margin: 0 0 0 auto;
  }
  .cta-ttl-02 {
    width: 10.8125rem;
    margin: 0 0 0 auto;
  }
  .cta-ttl-02-m {
    width: 10.9375rem;
    margin: 0 2.8125rem 0 auto;
  }
  .cta-bg02 {
    padding: 4.0625rem 0 0;
    background: #f3f3c8;
  }
  .cta-bg03 {
    padding: 6rem 0 5.125rem;
    background: #f3f3c8;
  }
  .cta-top {
    width: 37.875rem;
    margin: 0 auto 25.625rem;
  }
  .cta-top-arrow {
    position: absolute;
    top: -7.8125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.6875rem;
  }
  .cta-top02 {
    width: 33.9375rem;
    margin: 0 auto 26.375rem;
  }
  .cta-box {
    padding: 0 0 2.375rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #129647;
    background: #ffffff;
  }
  .cta-box.diff {
    padding: 0;
  }
  .cta-box-ttl {
    margin: 0 0 1.3125rem;
    padding: 2.0625rem 0;
    background: #129647;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .cta-box-ttl.diff {
    font-size: 3.125rem;
    letter-spacing: 0.1em;
  }
  .cta-box-wrap {
    margin: 0 0 1.8125rem;
  }
  .cta-box-wrap.diff {
    margin: 0;
  }
  .cta-box-left {
    position: absolute;
    top: 3.75rem;
    left: 0;
  }
  .cta-box-left.diff {
    top: 8.125rem;
  }
  .cta-box-right {
    width: 36.25rem;
    margin: 0 0 0 1.5625rem;
  }
  .cta-box-selection {
    position: relative;
    width: 41.75rem;
    margin: -2.1875rem 0 0 1.875rem;
  }
  .cta-box-selection-txt {
    position: absolute;
    top: 2.5rem;
    left: 2.3125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
  .cta-box-arrow {
    position: relative;
    width: 14.375rem;
  }
  .cta-box-arrow.diff {
    margin: 1.25rem 0 0;
  }
  .cta-box-arrow-txts {
    position: absolute;
    top: 0.3125rem;
    left: 1.875rem;
  }
  .cta-box-arrow-txt01 {
    margin: 0 0 0.625rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .cta-box-arrow-txt01 .yellow {
    color: #ffffa7;
    font-family: "Manrope", sans-serif;
    font-size: 6.25rem;
  }
  .cta-box-arrow-txt01 .mini {
    position: absolute;
    top: 0.9375rem;
    left: 4.0625rem;
  }
  .cta-box-arrow-txt02 {
    color: #129647;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
  }
  .cta-box-arrow-txt02 span {
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 5rem;
    letter-spacing: -0.05em;
  }
  .cta-box-arrow-per {
    position: absolute;
    top: 6.875rem;
    left: 5.9375rem;
    width: 7rem;
    color: #129647;
    font-weight: bold;
    font-size: 1.75rem;
  }
  .cta-box-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: -1.25rem 0 0 1.3125rem;
  }
  .cta-box-prices.diff {
    margin: 0.625rem 0 0 1.3125rem;
  }
  .cta-box-price01 {
    margin: 0 0 0.9375rem;
    color: #333333;
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .cta-box-price01.diff {
    margin: 0;
  }
  .cta-box-price01 .num {
    position: relative;
    margin: 0 0.625rem;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
  }
  .cta-box-price01 .num::before {
    content: "";
    position: absolute;
    top: 2.1875rem;
    left: 0;
    width: 10.625rem;
    height: 2px;
    background: #333333;
  }
  .cta-box-price01 .unit {
    font-weight: 600;
    font-size: 1.625rem;
  }
  .cta-box-price02 {
    position: relative;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
  .cta-box-price02-relative {
    position: relative;
  }
  .cta-box-price02-ttl {
    color: #e55934;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0.16em;
  }
  .cta-box-price02-free {
    position: absolute;
    top: 0;
    right: 0.3125rem;
    width: 8.0625rem;
    padding: 0.4375rem 0;
    background: #f4f4eb;
    border: 0.125rem solid #e0e0e0;
    color: #333333;
    font-size: 1.4375rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .cta-box-price02-free02 {
    padding: 0.4375rem 0;
    background: #f4f4eb;
    border: 0.125rem solid #e0e0e0;
    color: #333333;
    font-size: 1.4375rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .cta-box-price02 .num {
    color: #e55934;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 8.125rem;
    letter-spacing: -0.04em;
    line-height: 1;
  }
  .cta-box-price02 .dot {
    font-size: 6.25rem;
  }
  .cta-box-price02 .unit {
    margin: 0 0 0 0.9375rem;
    font-weight: bold;
    font-size: 2.75rem;
  }
  .cta-box-price02 .tax {
    position: absolute;
    top: 2.5rem;
    right: -0.625rem;
    font-size: 1.25rem;
  }
  .cta-box-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 2.0625rem;
  }
  .cta-box-bottom-item {
    position: relative;
    z-index: 5;
    width: 10.3125rem;
    margin: 0 -1.25rem 0 0;
    padding: 1.1875rem 0 0.625rem;
    background: url("../images/cta-box-bottom-item-bg.webp") no-repeat center/contain;
  }
  .cta-box-bottom-item:nth-child(2) {
    z-index: 10;
    background: url("../images/cta-box-bottom-item-bg02.webp") no-repeat center/contain;
  }
  .cta-box-bottom-item:nth-child(3) {
    z-index: 15;
    background: url("../images/cta-box-bottom-item-bg02.webp") no-repeat center/contain;
  }
  .cta-box-bottom-item:nth-child(4) {
    z-index: 20;
    background: url("../images/cta-box-bottom-item-bg03.webp") no-repeat center/contain;
  }
  .cta-box-bottom-date {
    margin: 0 0 4.375rem;
    color: #333333;
    font-size: 1.75rem;
    text-align: center;
  }
  .cta-box-bottom-date .num {
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    font-size: 2.375rem;
  }
  .cta-box-bottom-price {
    position: relative;
    z-index: 5;
    color: #333333;
    font-size: 1.125rem;
    text-align: center;
  }
  .cta-box-bottom-price .yen {
    margin: 0 0 0 -1.25rem;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
  }
  .cta-box-bottom-price .num {
    margin: 0 -0.3125rem 0 0;
    font-family: "Manrope", sans-serif;
    color: #e55934;
    font-weight: bold;
    font-size: 2.625rem;
    letter-spacing: -0.03em;
  }
  .cta-box-bottom-img {
    position: absolute;
    top: 3.625rem;
    left: 3.125rem;
    width: 3.5rem;
  }
  .cta-box-bottom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.25rem 2.0625rem;
  }
  .cta-box-bottom-arrow01 {
    position: relative;
    width: 26.71875rem;
    margin: 1.9375rem 0 0 0.5rem;
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
  .cta-box-bottom-arrow01 p {
    position: relative;
    z-index: 5;
    width: 10rem;
    margin: 0 auto;
  }
  .cta-box-bottom-arrow01 .num {
    font-size: 2.25rem;
  }
  .cta-box-bottom-arrow01 .off {
    font-size: 1.875rem;
  }
  .cta-box-bottom-arrow01-line {
    position: absolute;
    top: -0.625rem;
    left: 0;
    width: 25.3125rem;
    height: 0.25rem;
    background: #129647;
  }
  .cta-box-bottom-arrow01-line::before {
    content: "";
    position: absolute;
    right: -0.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid transparent;
    border-left: 1.25rem solid green;
  }
  .cta-box-bottom-arrow02 {
    position: relative;
    width: 9.375rem;
    margin: 1.9375rem 0 0 0.8125rem;
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
  .cta-box-bottom-arrow02 p {
    position: relative;
    z-index: 5;
    width: 7.5rem;
  }
  .cta-box-bottom-arrow02 .num {
    font-size: 2.25rem;
  }
  .cta-box-bottom-arrow02 .off {
    font-size: 1.875rem;
  }
  .cta-box-bottom-arrow02-line {
    position: absolute;
    top: -0.625rem;
    left: 0;
    width: 8.125rem;
    height: 0.25rem;
    background: #129647;
  }
  .cta-box-bottom-arrow02-line::before {
    content: "";
    position: absolute;
    right: -0.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid transparent;
    border-left: 1.25rem solid green;
  }
  .cta-box-bottom-info {
    position: relative;
    margin: 0 2.4375rem 0 2.3125rem;
    padding: 0 0 0 1.5625rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta-box-bottom-info::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .cta-bottom {
    width: 35.375rem;
    margin: -1.875rem auto 0;
  }
  .cta-price {
    padding: 0 0 0.625rem;
    border-bottom: 0.125rem solid #333333;
    color: #333333;
    font-weight: 900;
    font-size: 2.5rem;
    text-align: center;
  }
  .cta-price .middle {
    font-size: 2.875rem;
  }
  .cta-price .num01 {
    font-family: "Manrope", sans-serif;
    font-size: 3.625rem;
  }
  .cta-price .orange {
    color: #e55934;
    font-size: 2.8125rem;
  }
  .cta-price .num02 {
    margin: 0 0.3125rem 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 4.6875rem;
    letter-spacing: -0.08em;
  }
  .cta-price-01 {
    width: 35.625rem;
    margin: 2.1875rem auto 1.5625rem;
  }
  .cta-price-02 {
    width: 38.75rem;
    margin: 0 auto;
  }
  .cta02-bg {
    padding: 6.125rem 0 5.0625rem;
    background: url("../images/cta02-bg-sp.webp") no-repeat center/cover;
  }
  .cta02 h2 {
    width: 40.625rem;
    margin: 0 auto 3.5rem;
  }
  .cta02-box {
    position: relative;
    padding: 0 0 3.4375rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .cta02-box-ttl {
    margin: 0 0 2.1875rem;
    padding: 2.4375rem 0;
    background: #03235c;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
  }
  .cta02-box-txt {
    margin: 0 0 1.25rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.722;
  }
  .cta02-box-band {
    width: 33.0625rem;
    margin: 0 0 5.75rem 0;
    padding: 1.25rem 0 1.25rem 3.9375rem;
    background: url("../images/cta02-box-band-sp.webp") no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.39;
  }
  .cta02-box-band span {
    font-size: 2rem;
  }
  .cta02-box-wrap {
    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;
  }
  .cta02-box-time {
    margin: 0 0 0.9375rem;
    color: #03235c;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
  }
  .cta02-box-info {
    position: relative;
    padding: 0 0 0 0.9375rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.43;
    text-align: center;
  }
  .cta02-box-phone {
    width: 38.125rem;
    margin: 0 auto 1.5625rem;
  }
  .cta02-box-human {
    position: absolute;
    top: 16.875rem;
    left: 4rem;
    width: 36.875rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    padding: 6.4375rem 0 6.25rem;
    background: url("../images/reason-bg.webp") no-repeat center/cover;
  }
  .reason-num {
    width: 40.3125rem;
    margin: 0 0 0 2.5rem;
  }
  .reason-num-top {
    width: 21.875rem;
  }
  .reason-bg02 {
    margin: 0 0 2.4375rem;
    padding: 1.5625rem 0 1.875rem;
    background: #f4f4d9;
    border-top: 0.125rem solid #016529;
    border-bottom: 0.125rem solid #016529;
  }
  .reason-item {
    margin: 0 0 6.6875rem;
  }
  .reason-item:last-child {
    margin: 0;
  }
  .reason-illustration01 {
    position: absolute;
    top: -4.375rem;
    right: 2.5rem;
    width: 13.875rem;
  }
  .reason-illustration02 {
    position: absolute;
    top: -9.6875rem;
    right: 6.25rem;
    width: 11.75rem;
  }
  .reason-illustration03 {
    position: absolute;
    top: -7.5rem;
    right: 2.8125rem;
    width: 14.625rem;
  }
  .reason-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57.5rem;
    margin: 0.6875rem auto 3.125rem;
  }
  .reason-wrap.diff {
    margin: 1.5625rem auto 3.125rem;
  }
  .reason-wrap-ttl01 {
    margin: 2.8125rem 0 1.4375rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .reason-wrap-ttl02 {
    position: relative;
    z-index: 5;
    margin: 0 0 0.625rem;
    padding: 0 0 0 0.625rem;
    color: #333333;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    background: #ffffff;
    line-height: 1.75;
  }
  .reason-wrap-ttl02 .green {
    color: #129647;
  }
  .reason-wrap-ttl02 .linefeed {
    padding: 0 0 0 0.625rem;
  }
  .reason-wrap-ttl02-3 {
    width: 24.375rem;
    padding: 0 0 0 0.625rem;
    color: #333333;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    background: #ffffff;
    line-height: 1.75;
  }
  .reason-wrap-ttl02-3 .green {
    color: #129647;
  }
  .reason-wrap-ttl03 {
    width: 26.25rem;
    margin: 0 0 1.25rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.63;
  }
  .reason-wrap-ttl03 .green {
    color: #129647;
    font-weight: 900;
    font-size: 1.375rem;
  }
  .reason-wrap-ttl03-02 {
    width: 25.875rem;
  }
  .reason-wrap-ttl04 {
    width: 27.5rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.63;
  }
  .reason-wrap-ttl04 .green {
    color: #129647;
    font-weight: 900;
    font-size: 1.375rem;
  }
  .reason-wrap-ttl04-02 {
    width: 29.634375rem;
  }
  .reason-wrap-img {
    position: absolute;
    top: 0;
    right: 2.5rem;
    width: 22.8125rem;
  }
  .reason-wrap-img02 {
    width: 29rem;
  }
  .reason-wrap-img03 {
    width: 28.4375rem;
  }
  .reason-wrap-img04 {
    width: 17.8125rem;
  }
  .reason-wrap-02 {
    margin: 0.6875rem auto 1.4375rem;
  }
  .reason-wrap-03 {
    margin: 2.8125rem auto 0;
  }
  .reason-wrap-04 {
    width: 52.1875rem;
    margin: 4.375rem 0 0 7.8125rem;
  }
  .reason-balloon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48.4375rem;
    margin: 0 0 0 2.5rem;
  }
  .reason-balloon-left-name {
    width: 7.2875rem;
    margin: 0 1.5625rem 0 0;
  }
  .reason-balloon-left-txts {
    position: relative;
    padding: 0.3125rem 0 0.9375rem 2.5625rem;
    width: 37rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .reason-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    left: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .reason-balloon-left-txts-01 {
    padding: 0.9375rem 0 0.9375rem 2.5625rem;
  }
  .reason-balloon-left-txts-pc01 {
    padding: 1.25rem 0 0.9375rem 2.5625rem;
  }
  .reason-balloon-left-txts-pc02 {
    padding: 1.25rem 0 1.5625rem 2.5625rem;
  }
  .reason-balloon-left-txts-pc03 {
    margin: 1.25rem 0 0;
    padding: 1.125rem 0 1.25rem 2.5625rem;
  }
  .reason-balloon-left-txt {
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.62;
  }
  .reason-balloon-left-txt .lineheight {
    line-height: 3;
  }
  .reason-balloon-left-txt .green {
    color: #129647;
    font-weight: 900;
    font-size: 1.375rem;
  }
  .reason-balloon-left-txt .bold {
    font-weight: bold;
  }
  .reason-balloon-left-txt .lineheight02 {
    line-height: 2.5;
  }
  .reason-balloon-left-txt .green02 {
    color: #129647;
    font-weight: 900;
    font-size: 1.5rem;
  }
  .reason-balloon-left-txt .num {
    font-family: "Manrope", sans-serif;
  }
  .reason-balloon-left-02 {
    margin-top: 2.0625rem !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reason-balloon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 39rem;
    margin: 0 2.5rem 0.6875rem auto;
  }
  .reason-balloon-right-name {
    width: 7.2875rem;
    margin: 0 0 0 1.75rem;
  }
  .reason-balloon-right-txts {
    position: relative;
    padding: 0.9375rem 0 1.25rem 3.1875rem;
    width: 26.5rem;
    margin: 0.9375rem 0 0;
    border-radius: 0.625rem;
    background: #d5d2c6;
  }
  .reason-balloon-right-txts::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    right: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/reason-balloon-right-arrow.webp") no-repeat center/cover;
  }
  .reason-balloon-right-txts-pc01 {
    padding: 0.3125rem 0 1.25rem 3.1875rem;
  }
  .reason-balloon-right-txt {
    color: #333333;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .reason-balloon-right-txt .big {
    font-size: 2rem;
  }
  .reason-balloon-right-txt .big02 {
    font-weight: 900;
    font-size: 1.5rem;
  }
  .reason-balloon-right-txt .lineheight {
    line-height: 2.5;
  }
  .reason-balloon-right-txt-01 {
    margin: 0 0 0.9375rem;
  }
  .reason-balloon-left {
    width: 48.75rem;
    margin: 0 0 0 2.5rem;
  }
  .reason-balloon-right02 {
    width: 38.4375rem;
    margin: 0 2.5rem 1.25rem auto;
  }
  .reason-balloon-left02 {
    width: 48.75rem;
    margin: 0 0 1.0625rem 2.5rem;
  }
  .reason-point {
    width: 57.5rem;
    margin: 2rem auto 0;
  }
  .reason-point02 {
    width: 57.5rem;
    margin: 3.25rem auto 3rem;
  }
  .reason-result {
    margin: 1.8125rem 0 0;
    border-radius: 0.625rem;
    border: 0.125rem solid #016529;
    background: #ffffff;
  }
  .reason-result:nth-child(2) {
    margin: 5.25rem 0 0;
  }
  .reason-result-top {
    border-radius: 0.625rem 0.625rem 0 0;
    background: #f4f4d9;
  }
  .reason-result-top-num {
    width: 17.5rem;
    margin: 0 auto -3.125rem;
  }
  .reason-result-top-ttl {
    width: 37.1875rem;
    margin: 0 0 0 8.5625rem;
  }
  .reason-result-top-ttl02 {
    width: 37.1875rem;
    margin: 0 0 0 8.4375rem;
  }
  .reason-result-main {
    padding: 2rem 2.5rem 3.1875rem;
  }
  .reason-result-txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.8125rem;
  }
  .reason-result-txt01-category {
    margin: 0 1.125rem 0 0;
    padding: 0.5rem 0;
    width: 9.05rem;
    background: #c7ecd6;
    border-radius: 2.5rem;
    color: #129647;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
  }
  .reason-result-txt01-txt {
    color: #333333;
    font-size: 1.0625rem;
    letter-spacing: 0.08em;
  }
  .reason-result-txt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 1.5625rem;
  }
  .reason-result-txt02-category {
    margin: 0 1.25rem 0 0;
    padding: 0.5rem 0;
    width: 10.425rem;
    background: #c7ecd6;
    border-radius: 2.5rem;
    color: #129647;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
  }
  .reason-result-txt02-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.634;
  }
  .reason-result-txt02-txt span {
    color: #016529;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  .reason-result-txt02-txt02 {
    margin: 0 0 2.1875rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .reason-result-category {
    margin: 0 0 1.5rem;
  }
  .reason-result-category02 {
    margin: 0 0 1.875rem;
  }
  .reason-result-category03 {
    margin: 0 0 1.8125rem;
  }
  .reason-result-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.6875rem 6rem;
  }
  .reason-result-wrap-img {
    width: 5.125rem;
    margin: 0 1.3125rem 0 0;
  }
  .reason-result-wrap-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.45rem;
    letter-spacing: 0.06em;
  }
  .reason-result-wrap-txt .green {
    color: #129647;
  }
  .reason-result-wrap-txt .num {
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 1.95rem;
    letter-spacing: -0.05em;
  }
  .reason-result-wrap02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.6875rem 13.125rem;
  }
  .reason-result-middle {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.375rem 2.5rem 1.125rem;
    border-top: 1px solid #c0c5c2;
  }
  .reason-result-middle-txt {
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.61;
  }
  .reason-result-middle-txt span {
    color: #129647;
    font-weight: bold;
  }
  .reason-result-middle-img {
    width: 27.8125rem;
  }
  .reason-result-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0.625rem 0 3.125rem 2.1875rem;
  }
  .reason-result-bottom-txt {
    margin: 0.625rem 5.3125rem 0 0;
    padding: 0 0 0.875rem;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    font-size: 1.20625rem;
    letter-spacing: 0.04em;
  }
  .reason-result-bottom-txt .num {
    color: #129647;
    font-size: 1.8125rem;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
  }
  .reason-result-bottom-txt .green {
    color: #129647;
  }
  .reason-result-bottom-item {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
  .reason-result-bottom-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../images/reason-result-bottom-item-arrow.webp") no-repeat center/cover;
  }
  .reason-result-bottom-img {
    width: 7.1875rem;
    margin: 0 0 0 2.5625rem;
  }
  .reason-result-bottom02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.625rem 0 3.125rem 2.1875rem;
  }
  .reason-result-bottom02-txt {
    margin: 0.625rem 2.4375rem 0 0;
    padding: 0 0 0.875rem;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    font-size: 1.20625rem;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }
  .reason-result-bottom02-txt .num {
    color: #129647;
    font-size: 1.8125rem;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
  }
  .reason-result-bottom02-txt .green {
    color: #129647;
  }
  .reason-result-bottom02-item {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
  .reason-result-bottom02-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../images/reason-result-bottom-item-arrow.webp") no-repeat center/cover;
  }
  .reason-result-bottom02-img {
    width: 27.8125rem;
  }
  .reason-result #js-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 23rem;
  }
  .reason-result #js-scrollbar02 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 21.6rem;
  }
  .reason-result .reason-slide {
    display: inline-block;
    width: 145rem;
  }
  .reason-result .reason-slide02 {
    display: inline-block;
    width: 61.25rem;
  }
  .reason-result .simplebar-track.simplebar-horizontal {
    width: 100%;
    height: 0.5rem;
    bottom: 3.125rem;
  }
  .reason-result #js-scrollbar02 .simplebar-track.simplebar-horizontal {
    width: 100%;
    height: 0.5rem;
    bottom: 1.5rem;
  }
  .reason-result .simplebar-track {
    height: 0.9375rem;
    background: #d5d5d5;
    border-radius: 0.625rem;
  }
  .reason-result .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.9375rem;
    top: 0;
  }
  .reason-result .simplebar-scrollbar.simplebar-visible:before {
    height: 0.46rem;
    background: #129647;
    opacity: 1;
  }
  .reason-result .simplebar-placeholder {
    height: 0.9375rem !important;
  }
  .reason-result-txt03 {
    margin: 0 0 1.4375rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
  .reason-result-info {
    color: #333333;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .reason-bg {
    padding: 4.375rem 0 9.375rem;
    background: url("../images/reason-bg-sp.webp") no-repeat center/cover;
  }
  .reason-num {
    width: 23.75rem;
  }
  .reason-num-top {
    width: 29.8125rem;
    margin: 0 0 0 -2.5rem;
  }
  .reason-bg02 {
    margin: 0 0 3.4375rem;
    padding: 3.1875rem 0 3rem;
    background: #f4f4d9;
    border-top: 0.125rem solid #016529;
    border-bottom: 0.125rem solid #016529;
  }
  .reason-item {
    margin: 0 0 10.9375rem;
  }
  .reason-item:last-child {
    margin: 0;
  }
  .reason-illustration01 {
    position: absolute;
    top: -4.6875rem;
    right: -1.875rem;
    width: 17.875rem;
  }
  .reason-illustration02 {
    position: absolute;
    top: -13.125rem;
    right: 0;
    width: 16.3125rem;
  }
  .reason-illustration03 {
    position: absolute;
    top: -10rem;
    right: -3.4375rem;
    width: 21.75rem;
  }
  .reason-wrap {
    position: relative;
    margin: 0 0 9.375rem;
  }
  .reason-wrap.diff {
    margin: 0 0 4.6875rem;
  }
  .reason-wrap-ttl01 {
    position: absolute;
    top: 0;
    left: 15.625rem;
    height: 26rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.12em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.667;
  }
  .reason-wrap-ttl01 span {
    margin: -0.9375rem 0 0;
  }
  .reason-wrap-ttl02 {
    margin: 0 0 0 10rem;
    padding: 1.0625rem 0;
    color: #333333;
    font-weight: 900;
    font-size: 2.875rem;
    letter-spacing: 0.12em;
    background: #ffffff;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .reason-wrap-ttl02 .green {
    color: #129647;
  }
  .reason-wrap-ttl02-2 {
    position: absolute;
    top: 0;
    left: 5rem;
    padding: 1.0625rem 0;
    color: #333333;
    font-weight: 900;
    font-size: 2.875rem;
    letter-spacing: 0.12em;
    background: #ffffff;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .reason-wrap-ttl02-2 .green {
    color: #129647;
  }
  .reason-wrap-ttl02-3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 29rem;
    padding: 1.0625rem 0 0;
    color: #333333;
    font-weight: 900;
    font-size: 2.875rem;
    letter-spacing: 0.12em;
    background: #ffffff;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .reason-wrap-ttl02-3 .green {
    color: #129647;
  }
  .reason-wrap-ttl02-3 .linefeed {
    padding: 0 0 0 0.625rem;
  }
  .reason-wrap-ttl03 {
    margin: 0 0 1.875rem;
    color: #333333;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .reason-wrap-ttl03 .green {
    color: #129647;
    font-weight: 900;
    font-size: 2.5rem;
  }
  .reason-wrap-ttl03-02 {
    width: 37.9375rem;
    margin: 0 0 0 auto;
  }
  .reason-wrap-ttl04 {
    color: #333333;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .reason-wrap-ttl04 .green {
    color: #129647;
    font-weight: 900;
    font-size: 2.5rem;
  }
  .reason-wrap-ttl04-02 {
    width: 19.25rem;
  }
  .reason-wrap-img {
    position: absolute;
    top: 0;
    right: -5rem;
    width: 22.125rem;
  }
  .reason-wrap-img02 {
    width: 45rem;
    margin: 0 0 3.125rem -2.5rem;
  }
  .reason-wrap-img03 {
    width: 41.875rem;
    margin: -0.625rem 0 0 -1.25rem;
  }
  .reason-wrap-img04 {
    position: absolute;
    top: 0;
    right: -2.5rem;
    width: 21.875rem;
  }
  .reason-wrap-02 {
    margin: 0.6875rem auto 1.4375rem;
  }
  .reason-wrap-03 {
    margin: 2.8125rem auto 0;
  }
  .reason-wrap-04 {
    margin: 5.625rem auto 0;
  }
  .reason-balloon-left {
    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: flex-start;
  }
  .reason-balloon-left-name {
    width: 12.5rem;
  }
  .reason-balloon-left-txts {
    position: relative;
    padding: 2.5625rem 1.625rem 2.5625rem 1.625rem;
    width: 23.25rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .reason-balloon-left-txts-01 {
    width: 24.875rem;
    padding: 2.5625rem 0 2.5625rem 1.625rem;
  }
  .reason-balloon-left-txt {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .reason-balloon-left-txt .green {
    color: #129647;
    font-weight: 900;
    font-size: 1.375rem;
  }
  .reason-balloon-left-txt .bold {
    font-weight: bold;
  }
  .reason-balloon-left-txt .green02 {
    color: #129647;
    font-weight: 900;
    font-size: 1.5rem;
  }
  .reason-balloon-left-txt::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    left: -1.25rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .reason-balloon-left-txt-01 {
    margin: 0 0 2.1875rem;
  }
  .reason-balloon-left-txt-03 {
    margin: 0 0 1.4375rem;
    font-weight: bold;
    font-size: 2rem;
  }
  .reason-balloon-left-txt-04 {
    font-weight: bold;
    font-size: 2.25rem;
  }
  .reason-balloon-left-txt-04 .green {
    color: #129647;
    font-weight: 900;
    font-size: 2.875rem;
    line-height: 1.3;
  }
  .reason-balloon-left-txt-05 {
    margin: 0 0 1.25rem;
    font-size: 2rem;
  }
  .reason-balloon-left-txt-05 .green {
    color: #129647;
    font-weight: bold;
    font-size: 2rem;
  }
  .reason-balloon-left-txt-05 .num {
    font-size: 2.8125rem;
  }
  .reason-balloon-left-txt-06 {
    font-size: 1.875rem;
  }
  .reason-balloon-left-txt-06 .green02 {
    font-size: 2.75rem;
  }
  .reason-balloon-left-02 {
    margin-top: 1.25rem !important;
    margin-bottom: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reason-balloon-right {
    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: flex-start;
    margin: 0 0 2.625rem;
  }
  .reason-balloon-right-name {
    width: 12.5rem;
  }
  .reason-balloon-right-txts {
    position: relative;
    padding: 2.1875rem 0 2.1875rem 1.625rem;
    width: 24.375rem;
    margin: 0.9375rem 0 0;
    border-radius: 0.625rem;
    background: #d5d2c6;
  }
  .reason-balloon-right-txts::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    right: -1.25rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/reason-balloon-right-arrow.webp") no-repeat center/cover;
  }
  .reason-balloon-right-txts-01 {
    padding: 0.625rem 0 2.1875rem 1.625rem;
  }
  .reason-balloon-right-txt {
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .reason-balloon-right-txt .big {
    font-size: 3.75rem;
    line-height: 1.7;
  }
  .reason-balloon-right-txt .big02 {
    font-weight: 900;
    font-size: 1.5rem;
  }
  .reason-balloon-right-txt-01 {
    margin: 0 0 2.1875rem;
  }
  .reason-balloon-right-txt-03 {
    margin: 0 0 1.875rem;
    font-size: 2.5rem;
  }
  .reason-balloon-right-txt-04 {
    font-size: 2.25rem;
  }
  .reason-balloon-right-txt-04 .big02 {
    font-size: 2.5rem;
  }
  .reason-balloon-right02 {
    width: 38.4375rem;
    margin: 0 2.5rem 1.25rem auto;
  }
  .reason-balloon-left02 {
    width: 48.75rem;
    margin: 0 0 1.0625rem 2.5rem;
  }
  .reason-point {
    width: 42.5rem;
    margin: 1.375rem auto 0;
  }
  .reason-point02 {
    margin: 4.6875rem auto 6.4375rem;
  }
  .reason-result {
    margin: 6.1875rem 0 0;
    border-radius: 0.625rem;
    border: 0.125rem solid #016529;
    background: #ffffff;
  }
  .reason-result:nth-child(2) {
    margin: 4.1875rem 0 0;
  }
  .reason-result-top {
    border-radius: 0.625rem 0.625rem 0 0;
    background: #f4f4d9;
  }
  .reason-result-top-num {
    width: 29rem;
    margin: 0 auto -0.3125rem;
  }
  .reason-result-top-ttl {
    width: 36.5625rem;
    margin: 0 0 0 3.125rem;
  }
  .reason-result-top-ttl02 {
    width: 39.0625rem;
    margin: -0.625rem 0 0 0.8125rem;
  }
  .reason-result-main {
    padding: 2.5rem 2.5rem 3.75rem;
  }
  .reason-result-main.diff {
    padding: 4.375rem 2.5rem 3.125rem;
  }
  .reason-result-txt01 {
    margin: 0 0 3.75rem;
  }
  .reason-result-txt01-category {
    margin: 0 0 2.4375rem 0;
    padding: 0.5rem 0;
    width: 15rem;
    background: #c7ecd6;
    border-radius: 2.5rem;
    color: #129647;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .reason-result-txt01-txt {
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.14em;
    line-height: 1.64;
  }
  .reason-result-txt02 {
    margin: 0 0 2.1875rem;
  }
  .reason-result-txt02-category {
    margin: 0 0 1.875rem;
    padding: 0.5rem 0;
    width: 17.8125rem;
    background: #c7ecd6;
    border-radius: 2.5rem;
    color: #129647;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .reason-result-txt02-txt {
    color: #333333;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 1.625;
  }
  .reason-result-txt02-txt span {
    color: #016529;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  .reason-result-txt02-txt02 {
    margin: 0 0 1.875rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.667;
  }
  .reason-result-category {
    margin: 0 0 2.4375rem;
  }
  .reason-result-category02 {
    margin: 0 0 1.875rem;
  }
  .reason-result-category03 {
    margin: 0 0 1.8125rem;
  }
  .reason-result-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.5rem 1.375rem;
  }
  .reason-result-wrap-img {
    width: 8.1875rem;
    margin: 0 2.125rem 0 0;
  }
  .reason-result-wrap-txt {
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }
  .reason-result-wrap-txt .green {
    color: #129647;
  }
  .reason-result-wrap-txt .num {
    color: #129647;
    font-family: "Manrope", sans-serif;
    font-size: 3.0625rem;
    letter-spacing: -0.05em;
  }
  .reason-result-wrap02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.8125rem 1.25rem;
  }
  .reason-result-middle-txt {
    margin: 0 0 2.1875rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .reason-result-middle-txt span {
    color: #129647;
    font-weight: bold;
  }
  .reason-result-middle-img {
    margin: 0 0 1.375rem;
  }
  .reason-result-middle-arrow {
    width: 2.6875rem;
    margin: 0 auto;
  }
  .reason-result-bottom {
    position: relative;
    margin: 1.375rem 0 4.9375rem;
  }
  .reason-result-bottom-txt {
    margin: 0 0 2.1875rem;
    padding: 0 0 1.375rem;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .reason-result-bottom-txt .num {
    color: #129647;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
  }
  .reason-result-bottom-txt .green {
    color: #129647;
  }
  .reason-result-bottom-item {
    position: relative;
    margin: 0 0 1.5625rem;
    padding: 0 0 0 2.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
  }
  .reason-result-bottom-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5625rem;
    height: 1.6875rem;
    background: url("../images/reason-result-bottom-item-arrow.webp") no-repeat center/cover;
  }
  .reason-result-bottom-img {
    position: absolute;
    bottom: -0.625rem;
    right: 0.625rem;
    width: 12.1875rem;
  }
  .reason-result-bottom02 {
    margin: 1.0625rem 0 4.625rem;
  }
  .reason-result-bottom02-txt {
    padding: 0 0 1.5625rem;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }
  .reason-result-bottom02-txt .num {
    color: #129647;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
  }
  .reason-result-bottom02-txt .green {
    color: #129647;
  }
  .reason-result-bottom02-item {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
  }
  .reason-result-bottom02-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../images/reason-result-bottom-item-arrow.webp") no-repeat center/cover;
  }
  .reason-result-bottom02-img {
    margin: 1.375rem 0 0;
  }
  .reason-result #js-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 40rem;
  }
  .reason-result #js-scrollbar02 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 33rem;
  }
  .reason-result .reason-slide {
    display: inline-block;
    width: 275rem;
  }
  .reason-result .reason-slide02 {
    display: inline-block;
    width: 100rem;
  }
  .reason-result .simplebar-track.simplebar-horizontal {
    width: 100%;
    height: 1rem;
    bottom: 3.125rem;
  }
  .reason-result #js-scrollbar02 .simplebar-track.simplebar-horizontal {
    width: 100%;
    height: 1rem;
    bottom: 1.5rem;
  }
  .reason-result .simplebar-track {
    height: 0.9375rem;
    background: #d5d5d5;
    border-radius: 0.625rem;
  }
  .reason-result .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.9375rem;
    top: 0;
  }
  .reason-result .simplebar-scrollbar.simplebar-visible:before {
    height: 0.9rem;
    background: #129647;
    opacity: 1;
  }
  .reason-result .simplebar-placeholder {
    height: 0.9375rem !important;
  }
  .reason-result-txt03 {
    margin: 0 0 1.625rem;
    color: #333333;
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
    line-height: 1.615;
  }
  .reason-result-info {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .comparison-bg {
    padding: 4rem 0 0;
    background: #f3f3c8;
  }
  .comparison-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.0625rem 5rem;
  }
  .comparison-top-img {
    width: 17rem;
    margin: 0 1.875rem 0 0;
  }
  .comparison-top h2 {
    width: 32.3125rem;
  }
  .comparison-box {
    width: 57.5rem;
    margin: 0 auto;
    border: 0.125rem solid #016529;
    border-radius: 0.9375rem;
  }
  .comparison-box-main {
    padding: 0 0 2.5rem;
    background: #ffffff;
    border-radius: 0 0 0.9375rem 0.9375rem;
  }
  .comparison-box-table-relative {
    position: relative;
    width: 45.625rem;
    margin: 0 auto;
  }
  .comparison-box-categories {
    position: absolute;
    top: 8.75rem;
    left: 2.375rem;
  }
  .comparison-box-category {
    margin: 0 0 2.5rem;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .comparison-box-kings {
    position: absolute;
    top: 8.4375rem;
    left: 17.1875rem;
  }
  .comparison-box-king {
    margin: 0 0 1.8125rem;
    color: #e55934;
    font-weight: bold;
    font-size: 1.65rem;
    font-family: "Manrope", sans-serif;
    text-align: center;
  }
  .comparison-box-king span {
    font-size: 1.29125rem;
  }
  .comparison-box-company {
    margin: 0 0 1.8125rem;
    color: #999999;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.65rem;
    text-align: center;
  }
  .comparison-box-company span {
    font-size: 1.29125rem;
  }
  .comparison-box-company-a {
    position: absolute;
    top: 8.4375rem;
    left: 24.6875rem;
  }
  .comparison-box-company-b {
    position: absolute;
    top: 8.4375rem;
    left: 31.875rem;
  }
  .comparison-box-company-c {
    position: absolute;
    top: 8.4375rem;
    left: 38.75rem;
  }
  .comparison-box-balloon01 {
    position: absolute;
    top: 0.9375rem;
    left: 6.25rem;
    width: 10.125rem;
  }
  .comparison-box-balloon01-txt {
    position: absolute;
    top: 1.875rem;
    left: 1.375rem;
    color: #e55934;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.1;
  }
  .comparison-box-balloon01-txt .num01 {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .comparison-box-balloon01-txt .num02 {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.625rem;
  }
  .comparison-box-balloon02 {
    position: absolute;
    bottom: -1.5625rem;
    left: 20rem;
    width: 9.25rem;
  }
  .comparison-box-balloon02-txt {
    position: absolute;
    top: 1.375rem;
    left: 1.375rem;
    color: #e55934;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.1;
  }
  .comparison-box-balloon02-txt .num {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.625rem;
  }
  .comparison-box-balloon02-txt .big {
    font-size: 1.25rem;
  }
  .comparison-bottom {
    width: 45.1875rem;
    margin: -4.375rem 0 0 11.875rem;
  }
}
@media screen and (max-width: 767px) {
  .comparison-bg {
    padding: 7.8125rem 0 0;
    background: #f3f3c8;
  }
  .comparison-top {
    position: relative;
    margin: 0 0 1.5rem;
  }
  .comparison-top-img {
    width: 25.75rem;
    margin: 0 0 0 -2.5rem;
  }
  .comparison-top h2 {
    position: absolute;
    top: -10.625rem;
    right: 0;
    width: 40rem;
  }
  .comparison-box {
    border: 0.125rem solid #016529;
    border-radius: 0.9375rem;
    background: #ffffff;
  }
  .comparison-box-main {
    padding: 0 0 2.5rem;
    background: #ffffff;
    border-radius: 0 0 0.9375rem 0.9375rem;
  }
  .comparison-box-table-relative {
    position: relative;
    width: 45.625rem;
    margin: 0 auto;
  }
  .comparison-box-categories {
    position: absolute;
    top: 8.75rem;
    left: 2.375rem;
  }
  .comparison-box-category {
    margin: 0 0 2.5rem;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .comparison-box-kings {
    position: absolute;
    top: 8.4375rem;
    left: 17.1875rem;
  }
  .comparison-box-king {
    margin: 0 0 1.8125rem;
    color: #e55934;
    font-weight: bold;
    font-size: 1.65rem;
    font-family: "Manrope", sans-serif;
    text-align: center;
  }
  .comparison-box-king span {
    font-size: 1.29125rem;
  }
  .comparison-box-company {
    margin: 0 0 1.8125rem;
    color: #999999;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.65rem;
    text-align: center;
  }
  .comparison-box-company span {
    font-size: 1.29125rem;
  }
  .comparison-box-company-a {
    position: absolute;
    top: 8.4375rem;
    left: 24.6875rem;
  }
  .comparison-box-company-b {
    position: absolute;
    top: 8.4375rem;
    left: 31.875rem;
  }
  .comparison-box-company-c {
    position: absolute;
    top: 8.4375rem;
    left: 38.75rem;
  }
  .comparison-box-balloon01 {
    position: absolute;
    top: 0.9375rem;
    left: 6.25rem;
    width: 10.125rem;
  }
  .comparison-box-balloon01-txt {
    position: absolute;
    top: 1.875rem;
    left: 1.375rem;
    color: #e55934;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.1;
  }
  .comparison-box-balloon01-txt .num01 {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .comparison-box-balloon01-txt .num02 {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.625rem;
  }
  .comparison-box-balloon02 {
    position: absolute;
    bottom: -1.5625rem;
    left: 20rem;
    width: 9.25rem;
  }
  .comparison-box-balloon02-txt {
    position: absolute;
    top: 1.375rem;
    left: 1.375rem;
    color: #e55934;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.1;
  }
  .comparison-box-balloon02-txt .num {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.625rem;
  }
  .comparison-box-balloon02-txt .big {
    font-size: 1.25rem;
  }
  .comparison-slide {
    width: 66.875rem;
  }
  .comparison #js-scrollbar03 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 41rem;
    margin: 1.6875rem 0 2.5rem 1.875rem;
  }
  .comparison #js-scrollbar03 .simplebar-track.simplebar-horizontal {
    width: 95%;
    height: 1rem;
    bottom: 1.5rem;
  }
  .comparison .simplebar-track {
    height: 0.9375rem;
    background: #d5d5d5;
    border-radius: 0.625rem;
  }
  .comparison .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.9375rem;
    top: 0;
  }
  .comparison .simplebar-scrollbar.simplebar-visible:before {
    height: 0.9rem;
    background: #129647;
    opacity: 1;
  }
  .comparison .simplebar-placeholder {
    height: 0.9375rem !important;
  }
  .comparison-bottom {
    width: 43.125rem;
    margin: -1.875rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .patent-bg {
    padding: 4.375rem 0 6.375rem;
    background: url("../images/patent-bg.webp") no-repeat center/cover;
  }
  .patent-arrow {
    position: absolute;
    top: -5.3125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.0525rem;
  }
  .patent h2 {
    margin: 0 0 2.4375rem;
  }
  .patent-txt {
    margin: 0 0 1.5625rem 7rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .patent-txt span {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .patent-illustration {
    position: absolute;
    top: -1.875rem;
    right: 5.8125rem;
    width: 11rem;
  }
  .patent-imgs {
    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;
    margin: 0 1.25rem;
  }
  .patent-img01 {
    width: 28.125rem;
  }
  .patent-img02 {
    width: 15.4375rem;
    margin: 0 -0.75rem;
  }
  .patent-img03 {
    width: 15.4375rem;
  }
  .patent-bottom {
    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;
    gap: 0.3125rem;
  }
  .patent-bottom-txt {
    margin: 1.875rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.64375rem;
    letter-spacing: 0.06em;
  }
  .patent-bottom-txt .green {
    color: #129647;
  }
  .patent-bottom-txt .num {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 2.774375rem;
  }
  .patent-bottom-txt .line {
    color: #129647;
    font-size: 2.034375rem;
    border-bottom: 1px solid #333333;
  }
  .patent-bottom-img {
    width: 7.953125rem;
  }
}
@media screen and (max-width: 767px) {
  .patent-bg {
    padding: 5.3125rem 0 12.5rem;
    background: url("../images/patent-bg-sp.webp") no-repeat top/cover;
  }
  .patent-arrow {
    position: absolute;
    top: -6.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.6875rem;
  }
  .patent h2 {
    width: 45.625rem;
    margin: 0 0 3.125rem -1.875rem;
  }
  .patent-txt {
    margin: 0 0 3.125rem;
    color: #333333;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.81;
  }
  .patent-txt span {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .patent-illustration {
    position: absolute;
    top: 6.25rem;
    right: -1.875rem;
    width: 14.5rem;
  }
  .patent-imgs {
    position: relative;
  }
  .patent-img01 {
    width: 44.6875rem;
    margin: 0 0 -0.625rem -1.25rem;
  }
  .patent-img02 {
    width: 22.1875rem;
    margin: 0 -1.125rem;
  }
  .patent-img03 {
    position: absolute;
    bottom: 0;
    right: -0.9375rem;
    width: 22.1875rem;
  }
  .patent-bottom {
    position: relative;
  }
  .patent-bottom-txt {
    position: relative;
    z-index: 5;
    margin: 4.375rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  .patent-bottom-txt .green {
    color: #129647;
    font-size: 3.125rem;
  }
  .patent-bottom-txt .num {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 4.375rem;
    line-height: 1;
  }
  .patent-bottom-txt .line {
    color: #129647;
    font-size: 3.125rem;
    border-bottom: 1px solid #333333;
    line-height: 1.4;
  }
  .patent-bottom-img {
    position: absolute;
    top: -2.8125rem;
    right: 0;
    width: 17.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .component-bg {
    padding: 5.3125rem 0 6.3125rem;
    background: url("../images/component-bg.webp") no-repeat center/cover;
  }
  .component h2 {
    margin: 0 0 2.875rem;
    color: #129647;
    font-weight: 900;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .component h2 .big {
    font-size: 3.75rem;
  }
  .component h2 .middle {
    font-size: 2.75rem;
  }
  .component-top {
    position: absolute;
    top: -7.5rem;
    left: 7.9375rem;
    width: 45.25rem;
  }
  .component-list {
    position: relative;
    z-index: 5;
    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;
    width: 57.8125rem;
    margin: 0 0 2.125rem 2.125rem;
  }
  .component-item {
    width: 27.8125rem;
    height: 16.75rem;
    padding: 1.5625rem 0 0;
    border-radius: 0.625rem;
    border: 0.125rem solid #016529;
    background: #ffffff;
  }
  .component-item-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.25rem;
  }
  .component-item-num {
    width: 10rem;
    margin: 0 0 0.625rem -0.625rem;
  }
  .component-item-name {
    margin: 0 0 0 1.1875rem;
    color: #129647;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.28;
  }
  .component-item-img {
    width: 13.625rem;
  }
  .component-item-txt {
    margin: 0 1.3125rem;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.611;
  }
  .component-balloon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48.4375rem;
    margin: 0 0 0 2.3125rem;
  }
  .component-balloon-left-name {
    width: 7.2875rem;
    margin: 0 1.5625rem 0 0;
  }
  .component-balloon-left-txts {
    position: relative;
    padding: 0.625rem 0 1.25rem 2.5625rem;
    width: 37rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .component-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    left: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .component-balloon-left-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .component-balloon-left-txt .lineheight {
    line-height: 3;
  }
  .component-balloon-left-txt .green {
    color: #129647;
    font-size: 1.375rem;
  }
  .component-balloon-left-txt .num {
    font-size: 1.75rem;
  }
  .component-balloon-left-txt-01 {
    margin: 0 0 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .component-bg {
    padding: 6.875rem 0 10rem;
    background: url("../images/component-bg-sp.webp") no-repeat center/cover;
  }
  .component h2 {
    margin: 0 0 4.8125rem 15.9375rem;
    color: #129647;
    font-weight: 900;
    font-size: 4.0625rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .component h2 .big {
    font-size: 6.875rem;
  }
  .component h2 .middle {
    font-size: 4.375rem;
  }
  .component-top {
    position: absolute;
    top: -10.625rem;
    left: 1.5625rem;
    width: 38.5625rem;
  }
  .component-list {
    margin: 0 0 2.125rem;
  }
  .component-item {
    margin: 0 0 2.6875rem;
    padding: 4.125rem 0 3.125rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #016529;
    background: #ffffff;
  }
  .component-item-wrap {
    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;
    margin: 0 0 2.5rem;
  }
  .component-item-num {
    width: 19.75rem;
    margin: 0 0 1.1875rem -0.9375rem;
  }
  .component-item-name {
    margin: 0 0 0 2.375rem;
    color: #129647;
    font-weight: bold;
    font-size: 2.75rem;
    line-height: 1.36;
  }
  .component-item-name.diff {
    font-size: 2.5rem;
  }
  .component-item-img {
    width: 20.625rem;
  }
  .component-item-txt {
    margin: 0 2.4375rem;
    color: #333333;
    font-size: 2rem;
    line-height: 1.81;
  }
  .component-balloon-left {
    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;
  }
  .component-balloon-left-name {
    width: 12.5rem;
  }
  .component-balloon-left-txts {
    position: relative;
    padding: 2.1875rem 0 3.75rem 1.625rem;
    width: 24.875rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .component-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    left: -0.9375rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .component-balloon-left-txt {
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
  }
  .component-balloon-left-txt .green {
    color: #129647;
    font-size: 2.5rem;
  }
  .component-balloon-left-txt-01 {
    margin: 0 0 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .evaluation-bg {
    padding: 5rem 0 6.375rem;
    background: url("../images/evaluation-bg.webp") no-repeat center/cover;
  }
  .evaluation-top {
    position: absolute;
    top: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 15.625rem;
  }
  .evaluation h2 {
    width: 43.125rem;
    margin: 0 auto -5.625rem;
  }
  .evaluation-box {
    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;
    padding: 6.25rem 0 1.875rem;
    border: 1px solid #bd800f;
  }
  .evaluation-box-relative {
    padding: 0.625rem;
    border: 0.1875rem solid #bd800f;
  }
  .evaluation-box-img01 {
    width: 13.3125rem;
    padding: 0.9375rem 2.8125rem 0 0;
  }
  .evaluation-box-img02 {
    width: 17.8125rem;
    padding: 0.625rem 1rem 0;
    border-left: 1px solid #bd800f;
    border-right: 1px solid #bd800f;
  }
  .evaluation-box-img03 {
    width: 11.4375rem;
    padding: 0 0 0 3.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .evaluation-bg {
    padding: 4.75rem 0 6.4375rem;
    background: url("../images/evaluation-bg-sp.webp") no-repeat center/cover;
  }
  .evaluation-top {
    position: absolute;
    top: -11.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 23.4375rem;
  }
  .evaluation h2 {
    width: 46.875rem;
    margin: 0 0 -5.625rem -2.5rem;
  }
  .evaluation-box {
    padding: 6.25rem 0 1.875rem;
    border: 1px solid #bd800f;
  }
  .evaluation-box-relative {
    padding: 0.625rem;
    border: 0.1875rem solid #bd800f;
  }
  .evaluation-box-img01 {
    width: 36.875rem;
    margin: 0 auto;
    padding: 0 0 3.1875rem;
  }
  .evaluation-box-img02 {
    width: 36.875rem;
    margin: 0 auto;
    padding: 2.6875rem 0;
    border-top: 1px solid #bd800f;
    border-bottom: 1px solid #bd800f;
  }
  .evaluation-box-img03 {
    width: 33.125rem;
    margin: 0 auto;
    padding: 2.6875rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .liability-bg01 {
    position: relative;
    z-index: 5;
    padding: 0.5625rem 0 1.125rem;
    background: url("../images/liability-bg01.webp") no-repeat center/cover;
  }
  .liability-ttl {
    width: 13.625rem;
    margin: 0 3.9375rem 0 auto;
  }
  .liability-bg02 {
    padding: 2.625rem 0 6.5rem;
    background: url("../images/liability-bg02.webp") no-repeat center/cover;
  }
  .liability-top {
    width: 57.6875rem;
    margin: 0 auto 2.375rem;
  }
  .liability-top-relative {
    position: relative;
  }
  .liability-top-txt {
    position: absolute;
    bottom: 4.0625rem;
    left: 27.8125rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  .liability-top-txt span {
    margin: 0 -1.25rem 0 -1.875rem;
    color: #129647;
    font-size: 2.5rem;
  }
  .liability-thanks {
    width: 70rem;
    margin: 0 0 4.0625rem -2.75rem;
  }
  .liability-wrap01 {
    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;
  }
  .liability-wrap01-ttl {
    width: 31.1875rem;
    margin: 3.9375rem -2.5rem 0 0;
  }
  .liability-wrap01-img {
    width: 28.75rem;
  }
  .liability-wrap02 {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3.4375rem;
    margin: -3.125rem 0 3.75rem;
  }
  .liability-wrap02-illustration {
    width: 18rem;
  }
  .liability-wrap02-txt {
    margin: 0 0 2.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.56;
  }
  .liability-wrap02-txt span {
    color: #129647;
    font-weight: 900;
    font-size: 1.625rem;
  }
  .liability-list {
    width: 58.125rem;
    margin: 0 auto;
  }
  .liability-item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.25rem 0 0 0;
    padding: 0 0 1.4375rem 2.5rem;
    border-bottom: 0.125rem dotted #5e5d5a;
  }
  .liability-item01-img {
    width: 19.6875rem;
    margin: 0 2.3125rem 0 0;
  }
  .liability-item01-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.57;
  }
  .liability-item01-txt .num {
    font-size: 2.1875rem;
  }
  .liability-item01-txt .green {
    color: #129647;
    font-size: 1.75rem;
  }
  .liability-item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.25rem 0 0;
    padding: 0 0 1.4375rem;
    border-bottom: 0.125rem dotted #5e5d5a;
  }
  .liability-item02-img {
    width: 19.6875rem;
    margin: 0 0 0 2.4375rem;
  }
  .liability-item03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.125rem 0 0 0;
    padding: 0 0.625rem 3.125rem 0;
    border-bottom: 0.125rem dotted #5e5d5a;
  }
  .liability-item03-img {
    width: 6.9375rem;
    margin: 0 5.4375rem 0 0;
  }
  .liability-info {
    margin: 1.6875rem 0 0;
    color: #333333;
    font-size: 0.756875rem;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .liability-bg01 {
    position: relative;
    z-index: 5;
    padding: 0.9375rem 0 2.1875rem;
    background: url("../images/liability-bg01-sp.webp") no-repeat center/cover;
  }
  .liability-ttl {
    width: 16.25rem;
    margin: 0 0 0 auto;
  }
  .liability-bg02 {
    padding: 3.4375rem 0 6.5rem;
    background: url("../images/liability-bg02.webp") no-repeat center/cover;
  }
  .liability-top {
    width: 46.25rem;
    margin: 0 0 3.625rem -1.875rem;
  }
  .liability-top-relative {
    position: relative;
  }
  .liability-top-txt {
    position: absolute;
    bottom: 25rem;
    left: 3.75rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  .liability-top-txt span {
    margin: 0 -1.875rem 0 -3.75rem;
    color: #129647;
    font-size: 4.0625rem;
  }
  .liability-thanks {
    width: 46.875rem;
    margin: 0 0 7.3125rem -2.5rem;
  }
  .liability-wrap01 {
    position: relative;
  }
  .liability-wrap01-ttl {
    width: 16.5625rem;
  }
  .liability-wrap01-img {
    position: absolute;
    top: 0;
    right: -2.5rem;
    width: 25.75rem;
  }
  .liability-wrap02 {
    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;
    margin: 5.625rem 0 3.875rem;
  }
  .liability-wrap02-illustration {
    width: 25.875rem;
    margin: 0 0 0 -1.25rem;
  }
  .liability-wrap02-txt {
    margin: 2.8125rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.56;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .liability-wrap02-txt span {
    color: #129647;
    font-weight: 900;
    font-size: 2.5rem;
  }
  .liability-item01 {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.875rem 0 0 0;
    padding: 0 0 2.8125rem;
    border-bottom: 0.125rem dotted #5e5d5a;
  }
  .liability-item01-img {
    width: 18.4375rem;
  }
  .liability-item01-txt {
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    line-height: 1.57;
  }
  .liability-item01-txt.diff {
    margin: 0 -1.25rem 0 0;
  }
  .liability-item01-txt .num {
    font-size: 3.125rem;
  }
  .liability-item01-txt .green {
    color: #129647;
    font-size: 2.625rem;
  }
  .liability-item02 {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.125rem 0 0;
    padding: 0 0 2.8125rem;
    border-bottom: 0.125rem dotted #5e5d5a;
  }
  .liability-item02-img {
    width: 18.4375rem;
  }
  .liability-item03 {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4.25rem 0 0 0;
  }
  .liability-item03-img {
    width: 11.5rem;
  }
  .liability-info {
    margin: 3.4375rem 0 0;
    color: #333333;
    font-size: 1.25rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .about-bg01 {
    position: relative;
    z-index: 5;
    padding: 1.75rem 0 1.875rem;
    background: url("../images/about-bg01.webp") no-repeat center/cover;
  }
  .about-ttl {
    width: 10.375rem;
    margin: 0 auto 0 2.5rem;
  }
  .about-bg02 {
    padding: 4.375rem 0 4.0625rem;
    background: #f2f2e9;
  }
  .about-items {
    display: none;
  }
  .about-item {
    padding: 2.875rem 0 8.25rem;
  }
  .about-item-btn {
    cursor: pointer;
    position: relative;
    padding: 1.5625rem 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .about-item-btn.diff {
    border-bottom: none;
  }
  .about-item-btn.diff.open {
    border-bottom: 1px solid #222222;
  }
  .about-item-btn-ttl {
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .about-item-btn-arrow {
    position: absolute;
    top: 0.75rem;
    right: 17.1875rem;
    width: 2.47375rem;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  .about-item-btn-arrow.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); /* 例えば矢印を下から上に回転させる */
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  .about-item-ttl {
    width: 44.6875rem;
    margin: 0 auto 2.875rem;
  }
  .about-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3.8125rem 2.5rem;
  }
  .about-item-wrap-name {
    width: 26.25rem;
    margin: 0 0 1.75rem;
  }
  .about-item-wrap-txt01 {
    margin: 0 0 3.3125rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-txt02 {
    margin: 0 0 1.5625rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-txt03 {
    position: relative;
    margin: 0 0 0.9375rem 1.5625rem;
    color: #129647;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-txt03::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.5625rem;
    width: 1.125rem;
    height: 0.875rem;
    background: url("../images/about-item-wrap-arrow.webp") no-repeat center/cover;
  }
  .about-item-wrap-txt04 {
    margin: 2.125rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-img {
    width: 30.625rem;
  }
  .about-item-wrap-img02 {
    width: 55.625rem;
    margin: 0 auto;
  }
  .about-item02 {
    padding: 1.25rem 0 0;
  }
  .about-item02-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.6875rem;
    margin: 0 0 3.125rem 2.125rem;
  }
  .about-item02-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.375rem 0 1.25rem;
    border-bottom: 0.125rem dotted #5c5c5a;
  }
  .about-item02-category {
    width: 7.1875rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .about-item02-content {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .about-item02-img {
    width: 30.1875rem;
  }
  .about-item02-wrap02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    margin: 0 0 5.625rem 7.5rem;
  }
  .about-item02-wrap02-img {
    width: 16.3125rem;
  }
  .about-item02-wrap02-txt {
    width: 33.9375rem;
    margin: 0 0 1.125rem;
  }
  .about-item02-wrap02-link {
    width: 10.75rem;
  }
  .about-item02-wrap03 {
    width: 56.625rem;
    margin: 0 auto;
    padding: 3.6875rem 0 3.0625rem;
  }
  .about-item03 {
    padding: 1.5625rem 0 0;
  }
  .about-item03-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    margin: 0 0 5.5rem 2.5rem;
  }
  .about-item03-wrap-ttl {
    width: 16.6875rem;
    margin: 0 0 1.875rem;
  }
  .about-item03-wrap-txt {
    width: 24.375rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .about-item03-wrap-img {
    width: 32rem;
  }
  .about-item03-wrap02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.1875rem;
    margin: 0 0 5.5625rem 6.875rem;
  }
  .about-item03-wrap02-img {
    width: 20rem;
  }
  .about-item03-wrap02-ttl {
    width: 20.8125rem;
  }
  .about-item03-wrap02-txt {
    width: 26.875rem;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 2.06;
  }
  .about-item03-wrap03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
    margin: 1.875rem 0 0 8.5625rem;
  }
  .about-item03-wrap03-img {
    width: 13.25rem;
  }
  .about-item03-wrap03-txt {
    width: 32.125rem;
  }
}
@media screen and (max-width: 767px) {
  .about-bg01 {
    position: relative;
    z-index: 5;
    padding: 2.5rem 0 3.125rem;
    background: url("../images/about-bg01-sp.webp") no-repeat center/cover;
  }
  .about-ttl {
    width: 10.8125rem;
    margin: 0 auto 0 2.5rem;
  }
  .about-bg02 {
    padding: 5.5rem 0 5.25rem;
    background: #f2f2e9;
  }
  .about-items {
    display: none;
  }
  .about-item {
    margin: 0 0 6.1875rem;
    padding: 2.875rem 0 5.625rem;
    border-bottom: 0.125rem solid #333333;
  }
  .about-item-btn {
    position: relative;
    margin: 0 0 2.6875rem;
    padding: 2.6875rem 0;
    border: 0.125rem solid #333333;
    border-radius: 3.75rem;
  }
  .about-item-btn-ttl {
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .about-item-btn-arrow {
    position: absolute;
    top: 1.875rem;
    right: 1.4375rem;
    width: 3.75rem;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  .about-item-btn-arrow.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); /* 例えば矢印を下から上に回転させる */
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  .about-item-ttl {
    width: 37.5rem;
    margin: 0 0 37.25rem;
  }
  .about-item-wrap {
    position: relative;
    margin: 0 0 7.8125rem;
  }
  .about-item-wrap-name {
    width: 25rem;
    margin: 0 0 3.125rem;
  }
  .about-item-wrap-txt01 {
    margin: 0 0 3.75rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.667;
  }
  .about-item-wrap-txt02 {
    margin: 0 0 2.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-txt03 {
    position: relative;
    padding: 0 0 0 2.5rem;
    margin: 0 0 1.5625rem;
    color: #129647;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-txt03::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0;
    width: 2.0625rem;
    height: 1.25rem;
    background: url("../images/about-item-wrap-arrow.webp") no-repeat center/cover;
  }
  .about-item-wrap-txt04 {
    margin: 3.75rem 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  .about-item-wrap-img {
    position: absolute;
    top: -31.25rem;
    left: -2.5rem;
    width: 44.375rem;
  }
  .about-item-wrap-img02 {
    width: 44.375rem;
    margin: 0 0 0 -2.5rem;
  }
  .about-item02 {
    padding: 1.25rem 0 6.1875rem;
    border-bottom: 0.125rem solid #333333;
  }
  .about-item02-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.6875rem 0;
    border-bottom: 0.25rem dotted #5c5c5a;
  }
  .about-item02-category {
    width: 13.125rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
  }
  .about-item02-content {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
  }
  .about-item02-img {
    margin: 3.4375rem 0 5rem;
  }
  .about-item02-wrap02 {
    position: relative;
  }
  .about-item02-wrap02-img {
    position: absolute;
    top: -1.25rem;
    right: 0;
    width: 21.8125rem;
  }
  .about-item02-wrap02-txt {
    position: relative;
    z-index: 5;
    margin: 0 0 2.3125rem;
  }
  .about-item02-wrap02-link {
    width: 16.25rem;
    margin: 0 0 0 auto;
  }
  .about-item02-wrap03 {
    padding: 3.625rem 0 3.9375rem;
  }
  .about-item03 {
    padding: 3.9375rem 0 2.5rem;
  }
  .about-item03-wrap {
    margin: 0 0 5.125rem;
  }
  .about-item03-wrap-ttl {
    width: 26.5625rem;
    margin: 0 0 3.125rem;
  }
  .about-item03-wrap-txt {
    width: 40.5625rem;
    color: #333333;
    font-size: 2rem;
    line-height: 1.81;
  }
  .about-item03-wrap-img {
    width: 46.875rem;
    margin: 0 0 0 -2.5rem;
  }
  .about-item03-wrap02 {
    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;
    padding: 0 0 7.25rem;
    border-bottom: 0.125rem solid #333333;
  }
  .about-item03-wrap02-img {
    width: 30.3125rem;
    margin: 0 auto;
  }
  .about-item03-wrap02-ttl {
    width: 33.4375rem;
    margin: 0 0 2.8125rem;
  }
  .about-item03-wrap02-txt {
    margin: 0 0 3.75rem;
    font-size: 2rem;
    line-height: 1.81;
  }
  .about-item03-wrap03 {
    position: relative;
    padding: 5.625rem 0 0;
  }
  .about-item03-wrap03-img {
    width: 20.9375rem;
  }
  .about-item03-wrap03-txt {
    position: absolute;
    top: 2.5rem;
    right: 0;
    width: 23rem;
  }
}
@media screen and (min-width: 768px) {
  .why-bg {
    padding: 5.0625rem 0 6.4375rem;
    background: url("../images/why-bg.webp") no-repeat center/cover;
  }
  .why-balloon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 48.4375rem;
    margin: 0 0 0 2.5rem;
  }
  .why-balloon-left-name {
    width: 7.2875rem;
    margin: 0 1.5625rem 0 0;
  }
  .why-balloon-left-txts {
    position: relative;
    padding: 0.9375rem 0 0.9375rem 2.5625rem;
    width: 37rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .why-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 2.375rem;
    left: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .why-balloon-left-txts-01 {
    padding: 2rem 0 2rem 2.5625rem;
  }
  .why-balloon-left-txts-pc01 {
    width: 31.3125rem;
    padding: 0.9375rem 0 0.9375rem 2.5625rem;
  }
  .why-balloon-left-txts-02 {
    width: 31.3125rem;
    padding: 2rem 0 2rem 2.5625rem;
  }
  .why-balloon-left-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.62;
  }
  .why-balloon-left-txt .green {
    color: #129647;
    font-weight: 900;
    font-size: 1.375rem;
  }
  .why-balloon-left-02 {
    margin-top: 0.625rem !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why-balloon-left-03 {
    margin-top: 0.625rem !important;
    margin-bottom: -1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why-balloon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 39rem;
    margin: 0 2.5rem -1.25rem auto;
  }
  .why-balloon-right-name {
    width: 7.2875rem;
    margin: 0 0 0 1.75rem;
  }
  .why-balloon-right-txt {
    position: relative;
    padding: 0.9375rem 0 0.9375rem 3.1875rem;
    width: 26.5rem;
    margin: 0.9375rem 0 0;
    border-radius: 0.625rem;
    background: #cfebda;
    color: #333333;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .why-balloon-right-txt .num {
    font-family: "Manrope", sans-serif;
    font-size: 2.25rem;
    letter-spacing: -0.05em;
  }
  .why-balloon-right-txt .big {
    font-family: "Manrope", sans-serif;
    font-size: 1.875rem;
    letter-spacing: -0.01em;
  }
  .why-balloon-right-txt::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    right: -0.625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    background: url("../images/why-balloon-right-arrow.webp") no-repeat center/cover;
  }
  .why-balloon-right-txt-02 {
    padding: 0.9375rem 0 0.3125rem 3.1875rem;
  }
  .why-balloon-right-txt-03 .green {
    font-family: "Manrope", sans-serif;
  }
  .why-balloon-right-pc01 {
    margin: -2.5rem 2.5rem -0.625rem auto;
  }
  .why-balloon-right-pc02 {
    margin: -2.5rem 2.5rem -1.25rem auto;
  }
  .why-img01 {
    width: 40.3125rem;
    margin: 0 auto 2.1875rem;
  }
  .why-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.125rem;
    margin: 0 0 4rem 11.25rem;
  }
  .why-wrap-ttl {
    width: 28rem;
  }
  .why-wrap-img {
    width: 14.3125rem;
  }
  .why-img02 {
    width: 57.625rem;
    margin: 0 auto 2.5625rem;
  }
  .why-wrap02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.0625rem;
    margin: 3.0625rem 0 4.0625rem 6.25rem;
  }
  .why-wrap02-ttl {
    width: 27.625rem;
  }
  .why-wrap02-img {
    width: 19.75rem;
  }
  .why-box {
    padding: 2.5rem 0 1.875rem;
    border-radius: 0.625rem;
    background: #ffffff;
    border: 0.125rem solid #333333;
  }
  .why-box-ttl {
    margin: 0 0 1.0625rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.533;
    letter-spacing: 0.02em;
  }
  .why-box-ttl .green {
    color: #129647;
    font-size: 1.875rem;
  }
  .why-box-ttl .kome {
    font-size: 0.625rem;
    vertical-align: text-top;
  }
  .why-box-middle {
    margin: 0 4.9375rem 1rem;
    padding: 0.9375rem 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    color: #129647;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .why-box-img {
    margin: 0 1.1875rem 0 4.9375rem;
  }
  .why-box-info {
    position: relative;
    margin: 1.625rem 0 0;
    padding: 0 0 0 5.4375rem;
    color: #333333;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .why-box-info::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 4.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .why-bg {
    padding: 4.6875rem 0 9.0625rem;
    background: url("../images/why-bg-sp.webp") no-repeat center/cover;
  }
  .why-balloon-left {
    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: flex-start;
    margin: 0 0 3.3125rem;
  }
  .why-balloon-left-name {
    width: 12.5rem;
  }
  .why-balloon-left-txts {
    position: relative;
    padding: 2.1875rem 0 2.1875rem 2.25rem;
    width: 24.25rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .why-balloon-left-txts::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    left: -1.25rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/lesson-balloon-left-arrow.webp") no-repeat center/cover;
  }
  .why-balloon-left-txts-01 {
    margin: 1.875rem 0 0;
  }
  .why-balloon-left-txts-02 {
    width: 22.375rem;
    padding: 2.1875rem 0 2.1875rem 4.125rem;
  }
  .why-balloon-left-txt {
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .why-balloon-left-txt .green {
    color: #129647;
    font-weight: 900;
    font-size: 2.5rem;
  }
  .why-balloon-left-txt-02 {
    margin: 0 0 2.125rem;
  }
  .why-balloon-left-txt-03 span {
    font-size: 2.5rem;
  }
  .why-balloon-left-02 {
    margin-top: 0.625rem !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why-balloon-left-03 {
    margin-top: 0.625rem !important;
    margin-bottom: -1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why-balloon-right {
    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: flex-start;
    margin: 0 0 2.9375rem;
  }
  .why-balloon-right-name {
    width: 12.5rem;
  }
  .why-balloon-right-txt {
    position: relative;
    padding: 2.5625rem 0 2rem 4.5625rem;
    width: 21.9375rem;
    border-radius: 0.625rem;
    background: #cfebda;
    color: #333333;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .why-balloon-right-txt .num {
    font-family: "Manrope", sans-serif;
    font-size: 3.125rem;
    letter-spacing: -0.03em;
  }
  .why-balloon-right-txt .big {
    font-family: "Manrope", sans-serif;
    font-size: 2.75rem;
    letter-spacing: -0.01em;
  }
  .why-balloon-right-txt::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    right: -1.25rem;
    width: 2.625rem;
    height: 2.625rem;
    background: url("../images/why-balloon-right-arrow.webp") no-repeat center/cover;
  }
  .why-balloon-right-txt-01 {
    width: 24.0625rem;
    padding: 1.875rem 0 1.6875rem 2.4375rem;
    line-height: 1.6;
  }
  .why-img01 {
    margin: 0 auto 2.8125rem;
  }
  .why-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.125rem 1.875rem;
  }
  .why-wrap-ttl {
    width: 16.4375rem;
    margin: 0 1.3125rem 0 0;
  }
  .why-wrap-img {
    width: 23.3125rem;
    margin: 0 -1.25rem 0 0;
  }
  .why-img02 {
    width: 44.5625rem;
    margin: 0 0 2.625rem -1.25rem;
  }
  .why-wrap02 {
    position: relative;
    margin: 9.5rem 0 5.1875rem;
  }
  .why-wrap02-ttl {
    position: absolute;
    top: -5.875rem;
    right: 0;
    width: 22.0625rem;
  }
  .why-wrap02-img {
    position: relative;
    z-index: 5;
    margin: 0 0 0 -1.25rem;
    width: 27.125rem;
  }
  .why-box {
    padding: 2.5625rem 0 2.8125rem;
    border-radius: 0.625rem;
    background: #ffffff;
    border: 0.125rem solid #333333;
  }
  .why-box-ttl {
    margin: 0 0 2.25rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.625rem;
    text-align: center;
    line-height: 1.43;
    letter-spacing: 0.02em;
  }
  .why-box-ttl .green {
    color: #129647;
  }
  .why-box-ttl .kome {
    font-size: 1.25rem;
    vertical-align: text-top;
  }
  .why-box-middle {
    margin: 0 2.1875rem 3.9375rem;
    padding: 2.1875rem 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    color: #129647;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.625;
  }
  .why-box-txt {
    color: #333333;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .why-box-info {
    position: relative;
    padding: 0 0 0 3.125rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .why-box-info::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 1.875rem;
  }
  .why-slide {
    width: 168.75rem;
  }
  .why #js-scrollbar04 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 32rem;
    margin: 1.5rem 0 0 2.0625rem;
  }
  .why #js-scrollbar04 .simplebar-track.simplebar-horizontal {
    width: 95%;
    height: 1rem;
    bottom: 1.5rem;
  }
  .why .simplebar-track {
    height: 0.9375rem;
    background: #d5d5d5;
    border-radius: 0.625rem;
  }
  .why .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.9375rem;
    top: 0;
  }
  .why .simplebar-scrollbar.simplebar-visible:before {
    height: 0.9rem;
    background: #129647;
    opacity: 1;
  }
  .why .simplebar-placeholder {
    height: 0.9375rem !important;
  }
}
@media screen and (min-width: 768px) {
  .voice-bg {
    padding: 6.125rem 0 6.3125rem;
    background: url("../images/voice-bg.webp") no-repeat center/cover;
  }
  .voice-top {
    width: 24.6875rem;
    margin: 0 auto;
  }
  .voice h2 {
    margin: 0 0 2.8125rem;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }
  .voice h2 span {
    font-size: 1.875rem;
  }
  .voice-box {
    position: relative;
    padding: 1.875rem 0 2.375rem;
    border: 0.125rem solid #333333;
    border-radius: 0.625rem;
  }
  .voice-box-top {
    width: 7.8125rem;
    margin: 0 auto;
  }
  .voice-box-pin {
    position: absolute;
    z-index: 5;
    top: 1.875rem;
    left: 3.75rem;
    width: 2rem;
  }
  .voice-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.5625rem;
    margin: 0 0 0 5rem;
  }
  .voice-item-img {
    width: 18.5625rem;
  }
  .voice-item-txt {
    width: 29.375rem;
    margin: 2.1875rem 0 0;
    color: #333333;
    font-size: 1.125rem;
    line-height: 2;
  }
  .voice-slide {
    overflow: hidden;
  }
  .voice-next {
    width: 3.125rem;
    height: 3.125rem;
    top: 11.5625rem;
    right: -1.5625rem;
  }
  .voice-next::after {
    content: "";
    width: 3.125rem;
    height: 3.125rem;
    background: url("../images/voice-slide-arrow.webp") no-repeat center/cover;
  }
  .voice-prev {
    width: 3.125rem;
    height: 3.125rem;
    top: 11.5625rem;
    left: -1.5625rem;
  }
  .voice-prev::after {
    content: "";
    width: 3.125rem;
    height: 3.125rem;
    background: url("../images/voice-slide-arrow.webp") no-repeat center/cover;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .voice .js-voice-pagination {
    left: 6.875rem;
    bottom: 2.5rem;
  }
  .voice .swiper-pagination-bullet {
    width: 4.0625rem;
    height: 0.25rem;
    background: #989898;
    margin: 0 0.1875rem !important;
    border-radius: 0.0625rem;
  }
  .voice .swiper-pagination-bullet-active {
    background: #129647;
  }
}
@media screen and (max-width: 767px) {
  .voice-bg {
    padding: 5.1875rem 0 6.5rem;
    background: url("../images/voice-bg-sp.webp") no-repeat center/cover;
  }
  .voice-top {
    width: 40.1875rem;
    margin: 0 auto 1.1875rem;
  }
  .voice h2 {
    margin: 0 0 3.4375rem;
    font-weight: bold;
    font-size: 3.4375rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.54;
  }
  .voice h2 span {
    font-size: 3.125rem;
  }
  .voice-box {
    position: relative;
    padding: 1.875rem 0 7.8125rem;
    border: 0.125rem solid #333333;
    border-radius: 0.625rem;
  }
  .voice-box-top {
    width: 11.25rem;
    margin: 0 auto 1.75rem;
  }
  .voice-box-pin {
    position: absolute;
    z-index: 5;
    top: 1.875rem;
    right: 0.625rem;
    width: 3.5rem;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  .voice-item-img {
    width: 36.5625rem;
    margin: 0 auto;
  }
  .voice-item-txt {
    width: 36.5625rem;
    margin: 2.1875rem auto 0;
    color: #333333;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .voice-slide {
    overflow: hidden;
  }
  .voice-next {
    width: 3.75rem;
    height: 3.75rem;
    top: 24.375rem;
    right: -1.875rem;
  }
  .voice-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url("../images/voice-slide-arrow.webp") no-repeat center/cover;
  }
  .voice-prev {
    width: 3.75rem;
    height: 3.75rem;
    top: 24.375rem;
    left: -1.875rem;
  }
  .voice-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url("../images/voice-slide-arrow.webp") no-repeat center/cover;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .voice .js-voice-pagination {
    left: 0;
    bottom: 2.5rem;
  }
  .voice .swiper-pagination-bullet {
    width: 7.125rem;
    height: 0.25rem;
    background: #989898;
    margin: 0 0.1875rem !important;
    border-radius: 0.0625rem;
  }
  .voice .swiper-pagination-bullet-active {
    background: #129647;
  }
}
@media screen and (min-width: 768px) {
  .point-bg {
    padding: 9.3125rem 0 6.1875rem;
    background: url("../images/point-bg.webp") no-repeat center/cover;
  }
  .point-top {
    position: relative;
    margin: 0 0 12.125rem;
  }
  .point-top-txt01 {
    width: 16.875rem;
    margin: 0 0 5.125rem;
  }
  .point-top-txt02 {
    width: 19.1875rem;
    margin: 0 0 5.3125rem;
  }
  .point-top-txt03 {
    width: 14.0625rem;
    margin: 0 0 5.1875rem;
  }
  .point-top-txt04 {
    width: 32.125rem;
    margin: 0 0 3.875rem;
  }
  .point-top-txt05 {
    width: 26.375rem;
  }
  .point-top-img {
    position: absolute;
    top: -3.125rem;
    right: 0;
    width: 33.875rem;
  }
  .point-list {
    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;
    margin: 0 0 3.5625rem;
  }
  .point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
    width: 28rem;
    height: 13.375rem;
    margin: 0 0 1.5625rem;
    padding: 0 0 0 2rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #333333;
    background: #ffffff;
  }
  .point-item:nth-child(2) {
    gap: 1.9375rem;
  }
  .point-item:nth-child(3) {
    gap: 6.25rem;
  }
  .point-item:nth-child(4) {
    gap: 8.6875rem;
  }
  .point-item-point {
    width: 7.5rem;
    margin: 0 0 1.75rem;
  }
  .point-item-ttl {
    color: #129647;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .point-item-txt {
    margin: 1.625rem 0 0;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .point-item-txt span {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .point-item-img01 {
    width: 7.5625rem;
  }
  .point-item-img02 {
    width: 7.6875rem;
  }
  .point-item-img03 {
    width: 3.6875rem;
  }
  .point-item-img04 {
    width: 4.6875rem;
  }
  .point-bottom {
    width: 58.125rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .point-bg {
    padding: 5.1875rem 0 6.25rem;
    background: url("../images/point-bg-sp.webp") no-repeat center/cover;
  }
  .point-top {
    position: relative;
    margin: 0 0 8.25rem;
  }
  .point-top-txt01 {
    position: absolute;
    top: 0;
    right: 2.1875rem;
    width: 11.25rem;
  }
  .point-top-txt02 {
    position: absolute;
    top: 24.0625rem;
    left: 3.4375rem;
    width: 13.125rem;
  }
  .point-top-txt03 {
    position: absolute;
    top: 59.375rem;
    right: 3.4375rem;
    width: 6.4375rem;
  }
  .point-top-txt04 {
    position: absolute;
    bottom: 26.875rem;
    left: 0;
    width: 16.0625rem;
  }
  .point-top-txt05 {
    position: absolute;
    bottom: 2.5rem;
    right: 3.125rem;
    width: 6.5rem;
  }
  .point-top-img {
    width: 46.875rem;
    margin: 0 0 0 -2.5rem;
  }
  .point-list {
    margin: 0 0 5.25rem;
  }
  .point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5625rem;
    margin: 0 0 3rem;
    padding: 2.1875rem 0 2.5rem 2.5rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #333333;
    background: #ffffff;
  }
  .point-item:nth-child(2) {
    gap: 2.8125rem;
  }
  .point-item:nth-child(3) {
    gap: 4.0625rem;
    padding-bottom: 1.875rem;
  }
  .point-item:nth-child(4) {
    gap: 8rem;
    padding-bottom: 1.875rem;
  }
  .point-item-point {
    width: 13.9375rem;
    margin: 0 0 2.25rem;
  }
  .point-item-ttl {
    margin: 0 0 1.25rem;
    color: #129647;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .point-item-txt {
    color: #333333;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  .point-item-txt span {
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 2.625rem;
    line-height: 1;
  }
  .point-item-img01 {
    width: 12.1875rem;
  }
  .point-item-img02 {
    width: 13.125rem;
  }
  .point-item-img03 {
    width: 6.5rem;
  }
  .point-item-img04 {
    width: 8.375rem;
  }
  .point-bottom {
    width: 36.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .thanks-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.5rem;
    padding: 6.25rem 0;
  }
  .thanks-img {
    width: 27.8125rem;
  }
  .thanks-txt {
    width: 24.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .thanks-inner {
    position: relative;
  }
  .thanks-img {
    width: 46.875rem;
    margin: 0 0 0 -2.5rem;
  }
  .thanks-txt {
    position: absolute;
    top: 5rem;
    left: 1.5625rem;
    width: 36.875rem;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    padding: 4.9375rem 0 4rem;
    background: #f2f2e9;
  }
  .faq h2 {
    margin: 0 0 2.875rem;
    color: #129647;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .faq-list {
    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;
  }
  .faq-item {
    width: 30rem;
  }
  .faq-item-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5625rem 0;
    border-top: 1px solid #333333;
    border-bottom: 0.125rem dotted #333333;
  }
  .faq-item-q-top {
    width: 1.875rem;
    margin: 0 1.75rem 0 0;
  }
  .faq-item-q-ttl {
    color: #333333;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .faq-item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 1.5625rem 0 2.1875rem;
  }
  .faq-item-a-top {
    width: 1.875rem;
    margin: 0 1.75rem 0 0;
  }
  .faq-item-a-ttl {
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.77;
  }
}
@media screen and (max-width: 767px) {
  .faq-bg {
    padding: 5.625rem 0 6.375rem;
    background: #f2f2e9;
  }
  .faq h2 {
    margin: 0 0 4.5rem;
    color: #129647;
    font-weight: bold;
    font-size: 4.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .faq-item:last-child {
    border-bottom: 0.125rem solid #333333;
  }
  .faq-item-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 0;
    border-top: 1px solid #333333;
    border-bottom: 0.125rem dotted #333333;
  }
  .faq-item-q-top {
    width: 3.125rem;
    margin: 0 2.5625rem 0 0;
  }
  .faq-item-q-ttl {
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .faq-item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5625rem 0;
  }
  .faq-item-a-top {
    width: 2.625rem;
    margin: 0.625rem 2.6875rem 0 0;
  }
  .faq-item-a-ttl {
    width: 35.625rem;
    color: #333333;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .faq-item-a-ttl.diff {
    margin: 0 0 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .note-inner {
    padding: 5.3125rem 0 6.375rem;
  }
  .note h2 {
    margin: 0 0 3.25rem;
    color: #333333;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .note-txt01 {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 1.1875rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.81;
  }
  .note-txt01::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .note-category {
    width: 23.75rem;
    padding: 0.6875rem 0;
    margin: 3.0625rem auto 1.5625rem;
    border-radius: 3.125rem;
    background: #f4f4eb;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .note-txt02 {
    margin: 0 0 3.4375rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.813;
  }
  .note-category02 {
    margin: 0 0 1.5625rem;
    color: #333333;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .note-table {
    border: 1px solid #e0e0e0;
  }
  .note-table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
  }
  .note-table-category {
    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;
    width: 9.375rem;
    background: #f4f4eb;
    border-right: 1px solid #e0e0e0;
    color: #333333;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.611;
  }
  .note-table-item {
    padding: 1.3125rem 0 1.3125rem 1.75rem;
  }
  .note-table-txt {
    width: 50rem;
    color: #333333;
    font-size: 0.9375rem;
    line-height: 1.681;
    letter-spacing: 0.02em;
  }
  .note-table-item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.0625rem 0 1.0625rem 1.75rem;
  }
  .note-table-txt02 {
    margin: 0 2.5rem 0 0;
    color: #333333;
    font-size: 0.9375rem;
    line-height: 1.681;
    letter-spacing: 0.02em;
  }
  .note-table-txt03 {
    position: relative;
    width: 48.75rem;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 0.9375rem;
    color: #333333;
    font-size: 0.9375rem;
    line-height: 1.681;
    letter-spacing: 0.02em;
  }
  .note-table-txt03::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -0.3125rem;
  }
  .note-table-item03 {
    padding: 0.9375rem 0 0.3125rem 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .note-inner {
    padding: 5.3125rem 0 8.1875rem;
  }
  .note h2 {
    margin: 0 0 3.25rem;
    color: #333333;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .note-txt01 {
    position: relative;
    margin: 0 0 2.5rem;
    padding: 0 0 0 2rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.733;
  }
  .note-txt01::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .note-category {
    padding: 0.8125rem 0;
    margin: 3.75rem auto 2.5rem;
    border-radius: 3.125rem;
    background: #f4f4eb;
    color: #333333;
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .note-txt02 {
    margin: 0 0 4.375rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.733;
  }
  .note-category02 {
    margin: 0 0 2.75rem;
    color: #333333;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .note-table {
    border: 1px solid #e0e0e0;
  }
  .note-table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
  }
  .note-table-category {
    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;
    width: 12.5rem;
    background: #f4f4eb;
    border-right: 1px solid #e0e0e0;
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.53;
  }
  .note-table-item {
    padding: 2.1875rem 0 2.1875rem 1.6875rem;
  }
  .note-table-txt {
    inline-size: 25rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
  .note-table-item02 {
    padding: 2.1875rem 0 2.1875rem 1.6875rem;
  }
  .note-table-txt02 {
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.681;
    letter-spacing: 0.02em;
  }
  .note-table-txt03 {
    position: relative;
    width: 23.75rem;
    margin: 0 0 1.5625rem;
    padding: 0 0 0 0.9375rem;
    color: #333333;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .note-table-txt03::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -0.9375rem;
  }
  .note-table-item03 {
    padding: 0.9375rem 0 0.3125rem 1.75rem;
  }
}