@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    background: 0 0;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    color: #38394a;
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500
}

body,
html {
    line-height: 1.6;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

fieldset {
    margin: 0 2px;
    border: 1px solid #ccc;
    padding: .35em .625em .75em
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: 0;
    background: 0 0;
    text-decoration: none;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent
}

a:link {
    color: #000;
    outline: 0
}

a:visited {
    color: #000;
    outline: 0
}

a:hover {
    outline: 0
}

a:focus {
    text-decoration: none
}

ins {
    color: #000;
    background: #ff9;
    text-decoration: none
}

mark {
    color: #000;
    background-color: #ff9;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted inherit;
    cursor: help
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

hr {
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    display: block;
    overflow: visible;
    border-top: 1px solid #ccc
}

img {
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    height: auto;
    vertical-align: bottom
}

input,
select {
    vertical-align: middle
}

button,
select {
    text-transform: none
}

select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ""
}

select::-ms-expand {
    display: none
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: initial
}

button,
input[type=button],
input[type=reset],
input[type=search],
input[type=submit] {
    -webkit-appearance: none
}

label {
    font-weight: 400
}

audio:not([controls]) {
    display: none;
    height: 0
}

input {
    padding: 0
}

input::-ms-clear,
input::-ms-reveal {
    visibility: hidden
}

[type=checkbox],
[type=radio] {
    padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
    margin: 0;
    padding: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

input,
select,
textarea {
    font-size: inherit;
    font-weight: inherit
}

[hidden][aria-hidden=false] {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden=false]:focus {
    clip: auto
}

strong {
    font-weight: 700
}

button,
input,
textarea {
    font-family: "Noto Sans JP", sans-serif
}

a,
span {
    display: inline-block
}

.u-container {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto
}

a img {
    -webkit-transition: .3s;
    transition: .3s
}

a img:hover {
    opacity: .6
}

.c-animate-fade-in-up {
    opacity: 0;
    translate: 0 1rem
}

.c-animate-fade-in-up.is-animate {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: opacity 1s, translate 1s;
    transition: opacity 1s, translate 1s
}

.c-animate-fade-in-left {
    opacity: 0;
    translate: -8rem 0
}

.c-animate-fade-in-left.is-animate {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: opacity 1s, translate .6s;
    transition: opacity 1s, translate .6s
}

.c-button-img {
    position: relative;
    display: inline-block
}

.c-button-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-button-img .normal {
    opacity: 1
}

.c-button-img .hover {
    opacity: 0
}

.c-button-img .sp {
    display: none
}

.c-button-img:hover .normal {
    opacity: 0
}

.c-button-img:hover .hover {
    opacity: 1
}

.c-heading {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px
}

.c-heading--align-left {
    text-align: left
}

.c-heading--align-right {
    text-align: right
}

.c-heading--c-white {
    color: #fff
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #38394a;
    padding-top: 80px;
    letter-spacing: 0
}

a {
    color: #38394a
}

.l-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

.l-header__inner {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1375px;
    padding: 0 10px;
    margin: 0 auto
}

.l-header__logo {
    width: 130px;
    font-size: 0
}

.l-header__logo-link {
    display: block
}

.l-header__logo-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 16.1px;
    white-space: nowrap
}

.l-header__logo-img {
    width: 100%;
    margin-top: 4px
}

.l-header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    gap: 24px
}

.l-header__nav {
    height: 100%
}

.l-header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    gap: 24px
}

.l-header__nav-list li {
    font-size: 0
}

.l-header__nav-list a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.l-header__nav-list a span {
    display: inline-block;
    font-size: 11px;
    line-height: 1.7
}

.l-header__nav-list a:hover {
    color: #3dccd4
}

.l-header__nav-cta {
    display: none
}

.l-header__nav-cta-btn1,
.l-header__nav-cta-btn2 {
    width: 88vw;
    height: 17.0666666667vw
}

.l-header__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    gap: 12px
}

.l-header__cta-btn {
    width: 205px;
    height: 48px
}

.l-header__toggle {
    display: none
}

.l-footer {
    padding: 19px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px
}

.l-footer__logo {
    width: 155px
}

.l-footer__logo img {
    width: 100%
}

.l-footer__copyright {
    font-weight: 700;
    font-size: 11px;
    line-height: 19.25px
}

.p-kv {
    position: relative;
    overflow: hidden;
    padding-top: 87px;
    padding-bottom: 56px
}

.p-kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-kv__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-kv__inner {
    position: relative;
    z-index: 1
}

.p-kv__inner::after,
.p-kv__inner::before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 471px;
    height: 471px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.p-kv__inner::before {
    background-image: url(../img/bg_kv_circle1.webp);
    top: -93px;
    left: 389px
}

.p-kv__inner::after {
    background-image: url(../img/bg_kv_circle2.webp);
    top: 52px;
    left: 792px
}

.p-kv__contents {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 386px
}

.p-kv__title1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 467px;
    width: 394px
}

.p-kv__title2 {
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 937px;
    width: 223px
}

.p-kv__image1 {
    position: absolute;
    z-index: 2;
    top: 113px;
    left: 485px;
    width: 461px
}

.p-kv__image2 {
    position: absolute;
    z-index: 3;
    top: 289px;
    left: 845px;
    width: 291px
}

.p-kv__hukidashi1 {
    position: absolute;
    z-index: 4;
    top: 230px;
    left: 457px;
    width: 175px
}

.p-kv__hukidashi2 {
    position: absolute;
    z-index: 4;
    top: 146px;
    left: 346px;
    width: 167px
}

.p-kv__hukidashi3 {
    position: absolute;
    z-index: 4;
    top: 223px;
    left: 900px;
    width: 217px
}

.p-kv-contents {
    position: relative;
    z-index: 1
}

.p-kv-contents__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 6px
}

.p-kv-contents__title strong {
    font-weight: 400;
    color: #3dccd4
}

.p-kv-contents__description {
    font-weight: 700;
    font-size: 15.25px;
    line-height: 32px;
    letter-spacing: .8px;
    margin-top: 24px
}

.p-kv-contents__button {
    margin-top: 24px;
    width: 304px;
    text-align: center;
    margin-left: -16px
}

.p-kv-contents__button-pop {
    position: relative;
    z-index: 1;
    pointer-events: none
}

.p-kv-contents__button-link {
    width: 246px;
    height: 65px;
    margin-top: -24px
}

.p-message {
    position: relative;
    overflow: hidden;
    background-color: #f9f8fb;
    padding: 120px 0 97px;
    background-image: url(../img/bg_message.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 806px 100%
}

.p-message__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1060px;
    margin: 0 auto
}

.p-message__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -61px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background-color: #fff
}

.p-message__heading {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 1px
}

.p-message__heading strong {
    color: #3dccd4
}

.p-message__contents {
    position: relative;
    z-index: 1;
    width: 530px
}

.p-message__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-message__text+.p-message__text {
    margin-top: 34px
}

.p-message__text strong {
    color: #3dccd4
}

.p-strengths {
    position: relative;
    padding-top: 86px;
    padding-bottom: 190px
}

.p-strengths::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #f9f8fb;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%)
}

.p-strengths__body {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 43px
}

.p-strengths__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-strengths__section:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.p-strengths__section+.p-strengths__section {
    margin-top: 168px
}

.p-strengths__contents {
    width: 500px
}

.p-strengths__image {
    width: 562px
}

.p-strengths__heading {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px
}

.p-strengths__heading-num {
    font-family: Inter;
    font-weight: 400;
    font-size: 88px;
    line-height: 76.7px;
    color: #3dccd4
}

.p-strengths__heading-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.p-strengths__heading-title strong {
    color: #3dccd4;
    font-weight: 700
}

.p-strengths__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-strengths__text strong {
    color: #3dccd4;
    font-weight: 700
}

.p-strengths__text.is-box {
    border: 2px solid #ecf1f1;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    margin: 16px 0
}

.p-supporter {
    background-color: #f9f8fb
}

.p-supporter__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-supporter__item {
    width: 540px
}

.p-supporter__item.is-item1,
.p-supporter__item.is-item5 {
    padding-left: 56px
}

.p-supporter__item-text1 {
    width: 387px
}

.p-supporter__item-text2 {
    width: 410px
}

.p-supporter__item.is-item1 {
    margin-top: -112px
}

.p-supporter__item.is-item2 {
    margin-top: -170px
}

.p-supporter__item.is-item3 {
    margin-top: -80px
}

.p-supporter__item.is-item4 {
    margin-top: 100px
}

.p-supporter__item.is-item5 {
    margin-top: -170px
}

.p-supporter-card {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .0784313725);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .0784313725);
    border-radius: 8px;
    padding: 40px
}

.p-supporter-card__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #3dccd4
}

.p-supporter-card__text {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px
}

.p-supporter-card__box {
    width: 310px;
    border: 1px solid #ecf1f1;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #888a99;
    margin-top: 16px
}

.p-supporter-card__message {
    width: 273px;
    margin-top: 16px
}

.p-supporter-card__message-label {
    position: relative;
    width: 145px;
    height: 26px;
    background-color: #3dccd4;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
    margin-left: -40px
}

.p-supporter-card__message-label::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%)
}

.p-supporter-card__message-text {
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    margin-top: 8px
}

.p-supporter-card__message-text strong {
    color: #3dccd4;
    font-weight: 700
}

.p-supporter-card__image {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 160px
}

.p-supporter-card__image img {
    width: 100%
}

.p-proof {
    background-color: #f9f8fb;
    padding: 90px 0 90px
}

.p-proof__inner {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#3dccd4), to(#008ab1));
    background: linear-gradient(90deg, #3dccd4 0, #008ab1 100%);
    border-radius: 8px;
    padding-left: 630px;
    padding-top: 55px;
    padding-bottom: 55px;
    color: #fff
}

.p-proof__inner>* {
    z-index: 1
}

.p-proof__image1 {
    position: absolute;
    left: 72px;
    bottom: -16px;
    width: 398px
}

.p-proof__image2 {
    position: absolute;
    left: 130px;
    bottom: -95px;
    width: 455px
}

.p-proof__bg {
    position: absolute;
    z-index: 0 !important;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.p-proof__title {
    position: relative;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px
}

.p-proof__subtitle {
    position: relative;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.p-proof__subtitle strong {
    color: #fff421;
    font-weight: 700
}

.p-proof__text {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-courses {
    position: relative;
    background-color: #f9f8fb;
    padding-bottom: 86px
}

.p-courses__tabs {
    position: relative;
    z-index: 1;
    margin-top: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

.p-courses__tab {
    position: relative;
    width: 370px;
    height: 118px;
    padding-top: 15px;
    text-align: center
}

.p-courses__tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background-color: #92adae;
    border-radius: 8px;
    z-index: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.p-courses__tab::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_tab_active.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.p-courses__tab .subtitle,
.p-courses__tab .title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #fff
}

.p-courses__tab .subtitle {
    font-size: 12px;
    line-height: 18.4px
}

.p-courses__tab .title {
    padding-top: 5px;
    font-size: 20px;
    line-height: 20.7px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.p-courses__tab.is-active .title {
    color: #fff421
}

.p-courses__tab.is-active::before {
    background-color: transparent
}

.p-courses__tab.is-active::after {
    opacity: 1
}

.p-courses__slider {
    margin-top: -16px
}

.p-courses__slider .splide__pagination {
    bottom: -26px;
    gap: 10px
}

.p-courses__slider .splide__pagination__page {
    width: 80px;
    height: 4px;
    border-radius: 0;
    margin: 0;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: .12 !important;
    background-color: #38394a
}

.p-courses__slider .splide__pagination__page.is-active {
    background-color: #3dccd4;
    opacity: 1 !important
}

.p-courses-card {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .0784313725);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .0784313725);
    padding: 64px 84px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-courses-card__contents {
    width: 381px
}

.p-courses-card__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin: 23px 0
}

.p-courses-card__title span {
    font-size: 24px;
    line-height: 1
}

.p-courses-card__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.p-courses-card__text strong {
    color: #3dccd4
}

.p-courses-card__detail {
    width: 601px
}

.p-courses-card__detail-label {
    width: 270px;
    height: 51px
}

.p-courses-card__detail-label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-courses-table {
    position: relative;
    height: 265px;
    margin-top: 16px;
    border: 2px solid #ecf1f1;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18.4px
}

.p-courses-table__header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ecf1f1;
    width: 100%;
    height: 32px
}

.p-courses-table__header p {
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 30px
}

.p-courses-table__body {
    margin-top: 32px;
    height: calc(100% - 32px);
    overflow: auto
}

.p-courses-table__body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.p-courses-table__body::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 4px
}

.p-courses-table__body::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 4px
}

.p-courses-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-courses-table__row p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    border-right: 2px solid #ecf1f1;
    border-bottom: 2px solid #ecf1f1
}

.p-courses-table__row p:last-child {
    border-right: none
}

.p-comparison {
    padding: 100px 0 120px
}

.p-comparison__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 80px
}

.p-comparison__heading {
    width: 270px
}

.p-comparison__heading .c-heading {
    margin-top: -18px
}

.p-comparison__description {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px
}

.p-comparison__description strong {
    color: #3dccd4;
    font-weight: 700
}

.p-comparison__description p+p {
    margin-top: 8px
}

.p-comparison__tabs {
    display: none
}

.p-comparison__tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 28.2666666667vw;
    height: 21.3333333333vw;
    padding-top: 3.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-comparison__tab>span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.p-comparison__tab>span span {
    font-size: 3.2vw
}

.p-comparison__tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #92adae;
    border-radius: 2.1333333333vw;
    z-index: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    height: 14.9333333333vw
}

.p-comparison__tab::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-image: url(../img/bg_tab_active2_sp.webp)
}

.p-comparison__tab.is-active::before {
    background-color: transparent
}

.p-comparison__tab.is-active::after {
    opacity: 1
}

.p-comparison__list {
    margin-top: 64px
}

.p-comparison__footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
    margin-top: 80px
}

.p-comparison__footer-text {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 27.4px
}

.p-comparison__footer-button {
    width: 246px;
    height: 65px
}

.p-comparison__footer .pop {
    display: none
}

.p-comparison-card {
    position: relative;
    background: linear-gradient(160deg, #f7f5ff 0, #e8fbff 100.19%);
    border-radius: 8px;
    padding: 64px 27px 54px;
    height: 100%
}

.p-comparison-card__title {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px
}

.p-comparison-card__subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.p-comparison-card__subtitle strong {
    color: #3dccd4;
    font-weight: 400
}

.p-comparison-card__label {
    border-radius: 99px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.7px;
    letter-spacing: 0;
    color: #3dccd4;
    padding: 5px;
    margin: 24px 0 16px
}

.p-comparison-card__label.is-blue {
    background-color: #3dccd4;
    color: #fff
}

.p-comparison-card__arrow {
    display: block;
    width: 100%;
    height: 27px;
    background-image: url(../img/icon_arrow.webp);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 24px
}

.p-comparison-card__list {
    height: 143px
}

.p-comparison-card__list li {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding-left: 24px
}

.p-comparison-card__list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: #3dccd4
}

.p-comparison-card__list li+li {
    margin-top: 8px
}

.p-comparison-card__list.is-check li::before {
    left: 8px;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon_check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.p-pricing {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#eef6ff), to(#d9f2f7));
    background: linear-gradient(90deg, #eef6ff 0, #d9f2f7 100%)
}

.p-pricing__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.p-pricing__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-pricing__inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 85px
}

.p-pricing__inner::after,
.p-pricing__inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat
}

.p-pricing__inner::before {
    background-image: url(../img/bg_pricing_circle1.webp);
    width: 533px;
    height: 533px;
    left: -100px;
    bottom: -30px
}

.p-pricing__inner::after {
    background-image: url(../img/bg_pricing_circle2.webp);
    width: 465px;
    height: 465px;
    right: -73px;
    bottom: 0
}

.p-pricing__left {
    position: relative;
    z-index: 1;
    width: 326px
}

.p-pricing__image-text2 {
    width: 210px;
    margin: 0 auto
}

.p-pricing__right {
    position: relative;
    z-index: 1;
    padding-top: 92px;
    width: 308px;
    text-align: center
}

.p-pricing__heading {
    margin-top: -50px
}

.p-pricing__text1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 27.4px;
    color: #3dccd4
}

.p-pricing__text2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 27.4px;
    margin-top: 8px
}

.p-pricing__button {
    width: 246px;
    height: 65px;
    margin-top: 16px
}

.p-flow {
    padding: 88px 0 64px
}

.p-flow__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.p-flow__footer {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
}

.p-flow__footer-heading {
    text-align: center;
    width: 350px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.p-flow__footer-text {
    width: 506px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-flow__footer-text strong {
    color: #3dccd4;
    font-weight: 700
}

.p-flow-card {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(45, 34, 83, .0784313725);
    box-shadow: 0 0 16px 0 rgba(45, 34, 83, .0784313725);
    border-radius: 8px;
    padding: 40px 33px;
    background-image: url(../img/bg_flow.svg);
    background-size: 112px auto;
    background-repeat: no-repeat;
    background-position: right 20px bottom 18px
}

.p-flow-card__label {
    text-align: center;
    position: absolute;
    top: -25px;
    right: 24px;
    font-family: Inter;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: #3dccd4
}

.p-flow-card__label span {
    display: block;
    font-weight: 400;
    font-size: 16px
}

.p-flow-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.p-flow-card__text {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-flow-card__image1 {
    position: absolute;
    width: 153px;
    left: 20px;
    bottom: -8px
}

.p-flow-card__image2 {
    position: absolute;
    width: 137px;
    right: 6px;
    bottom: -28px
}

.p-faq {
    padding: 94px 0 100px;
    background: linear-gradient(160deg, #eff6ff 0, #f2efff 100.81%)
}

.p-faq__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px
}

.p-faq-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px
}

.p-faq-item__body,
.p-faq-item__header {
    position: relative;
    padding-left: 50px;
    min-height: 56px
}

.p-faq-item__header {
    border-bottom: 1px solid #ecf1f1;
    padding-top: 6px
}

.p-faq-item__body {
    margin-top: 16px
}

.p-faq-item__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-faq-item__contents>:first-child {
    margin-top: 0
}

.p-faq-item__contents .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
}

.p-faq-item__contents .text a {
    font-weight: 00;
    font-size: 16px;
    color: #3dccd4;
    text-decoration: underline;
    transition: all 0.3s ease;
    &:hover {
        opacity: 0.8;
    }
}
.p-faq-item__contents .text a:hover {
        opacity: 0.6;
}

.p-faq-item__contents .label {
    display: inline-block;
    background-color: #e9f8f9;
    margin-top: 10px;
    color: #5d777c;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px
}

.p-faq-item__contents .list {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    list-style-type: decimal;
    padding-left: 20px
}

.p-faq-item__contents .list li {
    list-style: decimal
}

.p-faq-item__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: Inter, sans-serif
}

.p-faq-item__label.is-question {
    color: #3dccd4;
    background-color: #f9f8fb;
    font-size: 24px
}

.p-faq-item__label.is-answer {
    color: #fff;
    background-color: #3dccd4;
    font-size: 18px
}

.p-cta {
    position: relative;
    overflow: hidden;
    padding: 90px 0 93px;
    background: -webkit-gradient(linear, left top, right top, from(#3dccd4), to(#008ab1));
    background: linear-gradient(90deg, #3dccd4 0, #008ab1 100%)
}

.p-cta__bg {
    position: absolute;
    z-index: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-cta__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.p-cta .u-container>* {
    z-index: 1
}

.p-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 898px;
    margin: 0 auto
}

.p-cta__inner .c-heading {
    position: relative;
    z-index: 1
}

.p-cta__contents {
    margin-top: 48px
}

.p-cta-contents {
    position: relative;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 8px
}

.p-cta-contents__img {
    position: absolute;
    top: -178px;
    right: -104px;
    width: 362px
}

.p-cta-contents__text {
    position: relative;
    z-index: 1;
    width: 411px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.p-cta-contents__button {
    display: block;
    width: 246px;
    height: 65px
}

.p-sp-cta {
    display: none
}

.p-sp-cta__button {
    width: 50.6666666667vw;
    height: 12.8vw;
    border-radius: 99rem;
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.p-sp-cta__button:hover {
    background-color: rgba(255, 255, 255, .3)
}

@media screen and (max-width :1219px) and (min-width :768px) {
    .u-container {
        padding: 0 .8196721311vw
    }

    .c-heading {
        font-size: 3.2786885246vw;
        line-height: 3.9344262295vw
    }

    body {
        padding-top: 6.5573770492vw
    }

    .l-header__inner {
        height: 6.5573770492vw
    }

    .l-header__logo {
        width: 10.6557377049vw
    }

    .l-header__logo-text {
        font-size: .9836065574vw;
        line-height: 1.3196721311vw
    }

    .l-header__logo-img {
        margin-top: .3278688525vw
    }

    .l-header__right {
        gap: 16px
    }

    .l-header__nav-list a {
        font-size: 1.2295081967vw
    }

    .l-header__nav-list a span {
        font-size: .9016393443vw
    }

    .l-header__cta {
        gap: 8px
    }

    .l-header__cta-btn {
        width: 16.8032786885vw;
        height: 3.9344262295vw
    }

    .l-footer {
        padding: 1.5573770492vw 0;
        gap: 4.9180327869vw
    }

    .l-footer__logo {
        width: 12.7049180328vw
    }

    .l-footer__copyright {
        font-size: .9016393443vw;
        line-height: 1.5778688525vw
    }

    .p-kv {
        padding-top: 7.131147541vw;
        padding-bottom: 4.5901639344vw
    }

    .p-kv__inner::after,
    .p-kv__inner::before {
        width: 38.606557377vw;
        height: 38.606557377vw
    }

    .p-kv__inner::before {
        top: -7.6229508197vw;
        left: 31.8852459016vw
    }

    .p-kv__inner::after {
        top: 4.262295082vw;
        left: 64.9180327869vw
    }

    .p-kv__contents {
        max-width: 31.6393442623vw
    }

    .p-kv__title1 {
        left: 38.2786885246vw;
        width: 32.2950819672vw
    }

    .p-kv__title2 {
        top: 9.8360655738vw;
        left: 76.8032786885vw;
        width: 18.2786885246vw
    }

    .p-kv__image1 {
        top: 9.262295082vw;
        left: 39.7540983607vw;
        width: 37.7868852459vw
    }

    .p-kv__image2 {
        top: 23.6885245902vw;
        left: 69.262295082vw;
        width: 23.8524590164vw
    }

    .p-kv__hukidashi1 {
        top: 18.8524590164vw;
        left: 37.4590163934vw;
        width: 14.3442622951vw
    }

    .p-kv__hukidashi2 {
        top: 11.9672131148vw;
        left: 28.3606557377vw;
        width: 13.6885245902vw
    }

    .p-kv__hukidashi3 {
        top: 18.2786885246vw;
        left: 73.7704918033vw;
        width: 17.7868852459vw
    }

    .p-kv-contents__title {
        font-size: 3.9344262295vw;
        line-height: 4.5901639344vw;
        letter-spacing: .4918032787vw
    }

    .p-kv-contents__description {
        font-size: 1.25vw;
        line-height: 2.6229508197vw;
        letter-spacing: .0655737705vw;
        margin-top: 1.9672131148vw
    }

    .p-kv-contents__button {
        margin-top: 1.9672131148vw;
        width: 24.9180327869vw;
        margin-left: -1.3114754098vw
    }

    .p-kv-contents__button-link {
        width: 20.1639344262vw;
        height: 5.3278688525vw;
        margin-top: -1.9672131148vw
    }

    .p-message {
        padding: 9.8360655738vw 0 7.9508196721vw;
        background-size: 66.0655737705vw 100%
    }

    .p-message__inner {
        max-width: 86.8852459016vw
    }

    .p-message__inner::before {
        right: -5vw;
        width: 57.3770491803vw;
        height: 57.3770491803vw
    }

    .p-message__heading {
        font-size: 2.2950819672vw;
        line-height: 3.9344262295vw;
        letter-spacing: .0819672131vw
    }

    .p-message__contents {
        width: 43.4426229508vw
    }

    .p-message__text {
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-message__text+.p-message__text {
        margin-top: 2.7868852459vw
    }

    .p-strengths {
        padding-top: 7.0491803279vw;
        padding-bottom: 15.5737704918vw
    }

    .p-strengths::after {
        height: 15.5737704918vw
    }

    .p-strengths__body {
        margin-top: 3.5245901639vw
    }

    .p-strengths__section+.p-strengths__section {
        margin-top: 13.7704918033vw
    }

    .p-strengths__contents {
        width: 40.9836065574vw
    }

    .p-strengths__image {
        width: 46.0655737705vw
    }

    .p-strengths__heading {
        margin-bottom: 2.6229508197vw;
        gap: 2.131147541vw
    }

    .p-strengths__heading-num {
        font-size: 7.2131147541vw;
        line-height: 6.2868852459vw
    }

    .p-strengths__heading-title {
        font-size: 1.9672131148vw;
        line-height: 2.6229508197vw
    }

    .p-strengths__text {
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-strengths__text.is-box {
        padding: .8196721311vw;
        margin: 1.3114754098vw 0
    }

    .p-supporter__item {
        width: 44.262295082vw
    }

    .p-supporter__item.is-item1,
    .p-supporter__item.is-item5 {
        padding-left: 4.5901639344vw
    }

    .p-supporter__item-text1 {
        width: 31.7213114754vw
    }

    .p-supporter__item-text2 {
        width: 33.606557377vw
    }

    .p-supporter__item.is-item1 {
        margin-top: -9.1803278689vw
    }

    .p-supporter__item.is-item2 {
        margin-top: -13.9344262295vw
    }

    .p-supporter__item.is-item3 {
        margin-top: -6.5573770492vw
    }

    .p-supporter__item.is-item4 {
        margin-top: 8.1967213115vw
    }

    .p-supporter__item.is-item5 {
        margin-top: -13.9344262295vw
    }

    .p-supporter-card {
        border-radius: .6557377049vw;
        padding: 3.2786885246vw
    }

    .p-supporter-card__title {
        font-size: 1.8032786885vw;
        line-height: 2.2950819672vw
    }

    .p-supporter-card__text {
        font-size: 1.1475409836vw;
        line-height: 1.9672131148vw;
        margin-top: 1.3114754098vw
    }

    .p-supporter-card__box {
        width: 25.4098360656vw;
        padding: .6557377049vw 1.3114754098vw;
        font-size: 1.0655737705vw;
        line-height: 1.6393442623vw;
        margin-top: 1.3114754098vw
    }

    .p-supporter-card__message {
        width: 22.3770491803vw;
        margin-top: 1.3114754098vw
    }

    .p-supporter-card__message-label {
        width: 11.8852459016vw;
        height: 2.131147541vw;
        font-size: 1.3114754098vw;
        line-height: 1.9672131148vw;
        padding-left: 3.2786885246vw;
        margin-left: -3.2786885246vw
    }

    .p-supporter-card__message-label::after {
        width: 1.2295081967vw
    }

    .p-supporter-card__message-text {
        font-size: 1.0655737705vw;
        line-height: 1.9672131148vw;
        margin-top: .6557377049vw
    }

    .p-supporter-card__image {
        right: 3.2786885246vw;
        bottom: 3.2786885246vw;
        width: 13.1147540984vw
    }

    .p-proof {
        padding: 7.3770491803vw 0
    }

    .p-proof__inner {
        border-radius: .6557377049vw;
        padding-left: 51.6393442623vw;
        padding-top: 4.5081967213vw;
        padding-bottom: 4.5081967213vw
    }

    .p-proof__image1 {
        left: 5.9016393443vw;
        bottom: -1.3114754098vw;
        width: 32.6229508197vw
    }

    .p-proof__image2 {
        left: 10.6557377049vw;
        bottom: -7.7868852459vw;
        width: 37.2950819672vw
    }

    .p-proof__title {
        font-size: 2.6229508197vw;
        line-height: 3.2786885246vw
    }

    .p-proof__subtitle {
        margin-top: 2.4590163934vw;
        margin-bottom: 1.3114754098vw;
        font-size: 1.9672131148vw;
        line-height: 2.6229508197vw
    }

    .p-proof__text {
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-courses {
        padding-bottom: 7.0491803279vw
    }

    .p-courses__tabs {
        margin-top: 3.9344262295vw;
        gap: 1.3114754098vw
    }

    .p-courses__tab {
        width: 30.3278688525vw;
        height: 9.6721311475vw;
        padding-top: 1.2295081967vw
    }

    .p-courses__tab::before {
        height: 7.2131147541vw
    }

    .p-courses__tab .subtitle {
        font-size: 1.1475409836vw;
        line-height: 1.5081967213vw
    }

    .p-courses__tab .title {
        padding-top: .4098360656vw;
        font-size: 1.9672131148vw;
        line-height: 1.6967213115vw
    }

    .p-courses__slider {
        margin-top: -1.3114754098vw
    }

    .p-courses__slider .splide__pagination {
        bottom: -2.131147541vw;
        gap: .8196721311vw
    }

    .p-courses__slider .splide__pagination__page {
        width: 6.5573770492vw;
        height: .3278688525vw
    }

    .p-courses-card {
        padding: 5.2459016393vw 6.8852459016vw
    }

    .p-courses-card__contents {
        width: 31.2295081967vw
    }

    .p-courses-card__title {
        font-size: 3.2786885246vw;
        margin: 1.8852459016vw 0
    }

    .p-courses-card__title span {
        font-size: 1.9672131148vw
    }

    .p-courses-card__text {
        font-size: 1.3114754098vw;
        line-height: 1.9672131148vw
    }

    .p-courses-card__detail {
        width: 49.262295082vw
    }

    .p-courses-card__detail-label {
        width: 22.131147541vw;
        height: 4.1803278689vw
    }

    .p-courses-table {
        height: 21.7213114754vw;
        font-size: 1.1475409836vw;
        line-height: 1.5081967213vw
    }

    .p-courses-table__header {
        height: 2.6229508197vw
    }

    .p-courses-table__header p {
        line-height: 2.4590163934vw
    }

    .p-courses-table__body {
        margin-top: 2.6229508197vw;
        height: calc(100% - 2.6229508197vw)
    }

    .p-courses-table__row p {
        padding: .8196721311vw
    }

    .p-comparison {
        padding: 8.1967213115vw 0 9.8360655738vw
    }

    .p-comparison__header {
        gap: 6.5573770492vw
    }

    .p-comparison__heading {
        width: 22.131147541vw
    }

    .p-comparison__heading .c-heading {
        margin-top: -1.4754098361vw
    }

    .p-comparison__description {
        font-size: 1.4754098361vw;
        line-height: 2.2950819672vw
    }

    .p-comparison__description p+p {
        margin-top: .6557377049vw
    }

    .p-comparison__list {
        margin-top: 5.2459016393vw
    }

    .p-comparison__footer {
        margin-top: 6.5573770492vw;
        gap: 1.4754098361vw
    }

    .p-comparison__footer-text {
        font-size: 1.4754098361vw;
        line-height: 2.2459016393vw
    }

    .p-comparison__footer-button {
        width: 20.1639344262vw;
        height: 5.3278688525vw
    }

    .p-comparison-card {
        border-radius: .6557377049vw;
        padding: 5.2459016393vw 2.2131147541vw 4.4262295082vw
    }

    .p-comparison-card__title {
        top: -1.9672131148vw;
        width: 13.1147540984vw
    }

    .p-comparison-card__subtitle {
        font-size: 1.6393442623vw;
        line-height: 1.9672131148vw
    }

    .p-comparison-card__label {
        font-size: 1.3114754098vw;
        line-height: 1.6967213115vw;
        padding: .4098360656vw;
        margin: 1.9672131148vw 0 1.3114754098vw
    }

    .p-comparison-card__arrow {
        height: 2.2131147541vw;
        margin-top: 1.9672131148vw
    }

    .p-comparison-card__list {
        height: 11.7213114754vw
    }

    .p-comparison-card__list li {
        font-size: 1.1475409836vw;
        line-height: 1.8032786885vw;
        padding-left: 1.9672131148vw
    }

    .p-comparison-card__list li::before {
        top: .6557377049vw;
        left: .9836065574vw;
        width: .4918032787vw;
        height: .4918032787vw
    }

    .p-comparison-card__list li+li {
        margin-top: .6557377049vw
    }

    .p-comparison-card__list.is-check li::before {
        left: .6557377049vw;
        top: .3278688525vw;
        width: 1.1475409836vw;
        height: 1.1475409836vw
    }

    .p-pricing__inner {
        max-width: 65.5737704918vw;
        padding-bottom: 6.9672131148vw
    }

    .p-pricing__inner::before {
        width: 43.6885245902vw;
        height: 43.6885245902vw;
        left: -8.1967213115vw;
        bottom: -2.4590163934vw
    }

    .p-pricing__inner::after {
        width: 38.1147540984vw;
        height: 38.1147540984vw;
        right: -5.9836065574vw
    }

    .p-pricing__left {
        width: 26.7213114754vw
    }

    .p-pricing__image-text2 {
        width: 17.2131147541vw
    }

    .p-pricing__right {
        width: 25.2459016393vw;
        padding-top: 7.5409836066vw
    }

    .p-pricing__heading {
        margin-top: -4.0983606557vw
    }

    .p-pricing__text1 {
        font-size: 1.1475409836vw;
        line-height: 2.2459016393vw
    }

    .p-pricing__text2 {
        font-size: 1.4754098361vw;
        line-height: 2.2459016393vw;
        margin-top: .6557377049vw
    }

    .p-pricing__button {
        width: 20.1639344262vw;
        height: 5.3278688525vw;
        margin-top: 1.3114754098vw
    }

    .p-flow {
        padding: 7.2131147541vw 0 5.2459016393vw
    }

    .p-flow__list {
        margin-top: 4.0983606557vw;
        gap: 1.9672131148vw
    }

    .p-flow__footer {
        margin-top: 4.0983606557vw;
        gap: 2.4590163934vw
    }

    .p-flow__footer-heading {
        width: 28.6885245902vw;
        font-size: 1.9672131148vw;
        line-height: 2.6229508197vw
    }

    .p-flow__footer-text {
        width: 41.4754098361vw;
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-flow-card {
        border-radius: .6557377049vw;
        padding: 3.2786885246vw 2.7049180328vw;
        background-size: 9.1803278689vw auto
    }

    .p-flow-card__label {
        top: -2.0491803279vw;
        right: 1.9672131148vw;
        font-size: 5.2459016393vw
    }

    .p-flow-card__label span {
        font-size: 1.3114754098vw
    }

    .p-flow-card__title {
        font-size: 1.9672131148vw;
        line-height: 2.6229508197vw
    }

    .p-flow-card__text {
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-flow-card__image1 {
        width: 12.5409836066vw;
        left: 1.6393442623vw;
        bottom: -.6557377049vw
    }

    .p-flow-card__image2 {
        width: 11.2295081967vw;
        right: .4918032787vw;
        bottom: -2.2950819672vw
    }

    .p-faq {
        padding: 7.7049180328vw 0 8.1967213115vw
    }

    .p-faq__list {
        margin-top: 3.2786885246vw;
        gap: 1.9672131148vw
    }

    .p-faq-item {
        border-radius: .8196721311vw;
        padding: 2.868852459vw
    }

    .p-faq-item__body,
    .p-faq-item__header {
        padding-left: 4.0983606557vw;
        min-height: 4.5901639344vw
    }

    .p-faq-item__header {
        padding-top: .4918032787vw
    }

    .p-faq-item__body {
        margin-top: 1.3114754098vw
    }

    .p-faq-item__title {
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-faq-item__contents .text {
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw;
        margin-top: .8196721311vw
    }

    .p-faq-item__contents .label {
        margin-top: .8196721311vw;
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw;
        padding: 0 .8196721311vw
    }

    .p-faq-item__contents .list {
        margin-top: .8196721311vw;
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw;
        padding-left: 1.6393442623vw
    }

    .p-faq-item__label {
        width: 3.2786885246vw;
        height: 3.2786885246vw
    }

    .p-faq-item__label.is-question {
        font-size: 1.9672131148vw
    }

    .p-faq-item__label.is-answer {
        font-size: 1.4754098361vw
    }

    .p-cta {
        padding: 7.3770491803vw 0 7.6229508197vw
    }

    .p-cta__inner {
        max-width: 73.606557377vw
    }

    .p-cta__contents {
        margin-top: 3.9344262295vw
    }

    .p-cta-contents {
        padding: 3.2786885246vw 0;
        gap: 2.6229508197vw;
        border-radius: .6557377049vw
    }

    .p-cta-contents__img {
        top: -14.5901639344vw;
        right: -8.5245901639vw;
        width: 29.6721311475vw
    }

    .p-cta-contents__text {
        width: 33.6885245902vw;
        font-size: 1.3114754098vw;
        line-height: 2.2950819672vw
    }

    .p-cta-contents__button {
        width: 20.1639344262vw;
        height: 5.3278688525vw
    }
}

@media screen and (max-width :767px) {
    .u-container {
        padding: 0 5.3333333333vw
    }

    .u-pc-only {
        display: none !important
    }

    .c-button-img .normal {
        display: none
    }

    .c-button-img .hover {
        display: none
    }

    .c-button-img .sp {
        display: block
    }

    .c-heading {
        font-size: 8.5333333333vw;
        line-height: 12.8vw;
        letter-spacing: .2666666667vw
    }

    body {
        padding-top: 16vw
    }

    .l-header__inner {
        height: 16vw;
        padding-left: 4vw;
        padding-right: 5.3333333333vw
    }

    .l-header__logo {
        width: 26.1333333333vw
    }

    .l-header__logo-text {
        font-size: 2.6666666667vw;
        line-height: 4.2933333333vw
    }

    .l-header__right {
        display: contents
    }

    .l-header__nav {
        position: fixed;
        z-index: 10000;
        top: 16vw;
        left: 0;
        width: 100%;
        height: calc(100vh - 16vw);
        background-color: #f9f8fb;
        padding: 8.5333333333vw 5.3333333333vw 29.3333333333vw;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .l-header__nav.is-active {
        opacity: 1;
        visibility: visible
    }

    .l-header__nav-list {
        max-width: 74.6666666667vw;
        height: auto;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .l-header__nav-list li {
        width: 100%
    }

    .l-header__nav-list li:first-child a {
        padding-top: 0;
        border-top: none
    }

    .l-header__nav-list a {
        padding: 7.4666666667vw 5.3333333333vw;
        border-top: 1px solid #ecf1f1;
        display: block;
        font-size: 4vw;
        line-height: 1.2
    }

    .l-header__nav-list a span {
        font-size: 2.9333333333vw;
        line-height: 1
    }

    .l-header__nav-cta {
        display: block
    }

    .l-header__cta {
        display: none
    }

    .l-header__toggle {
        display: block;
        position: relative;
        width: 6.4vw;
        height: 3.7333333333vw
    }

    .l-header__toggle span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: .5333333333vw;
        background-color: #3dccd4;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .l-header__toggle span:nth-of-type(1) {
        top: 0
    }

    .l-header__toggle span:nth-of-type(3) {
        top: 100%
    }

    .l-header__toggle.is-active span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(30deg);
        transform: translate(-50%, -50%) rotate(30deg);
        top: 50%
    }

    .l-header__toggle.is-active span:nth-of-type(2) {
        opacity: 0
    }

    .l-header__toggle.is-active span:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        transform: translate(-50%, -50%) rotate(-30deg);
        top: 50%
    }

    .l-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8.5333333333vw;
        gap: 4.2666666667vw
    }

    .l-footer__logo {
        width: 41.3333333333vw
    }

    .l-footer__copyright {
        font-size: 2.9333333333vw;
        line-height: 5.1333333333vw;
        padding-bottom: 17.6vw
    }

    .p-kv {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-kv__inner {
        padding-top: 70.6666666667vw;
        padding-bottom: 14.9333333333vw
    }

    .p-kv__inner::before {
        top: -7.4666666667vw;
        left: -12.8vw;
        width: 76vw;
        height: 76vw
    }

    .p-kv__inner::after {
        top: -1.0666666667vw;
        left: auto;
        right: -13.8666666667vw;
        width: 61.0666666667vw;
        height: 61.0666666667vw
    }

    .p-kv__contents {
        max-width: none
    }

    .p-kv__title1 {
        top: 5.8666666667vw;
        left: 4vw;
        width: 44.5333333333vw
    }

    .p-kv__title2 {
        top: 6.6666666667vw;
        left: auto;
        right: 2.6666666667vw;
        width: 26.9333333333vw
    }

    .p-kv__image1 {
        top: 18.9333333333vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 72.5333333333vw
    }

    .p-kv__image2 {
        top: 41.6vw;
        left: auto;
        right: 0;
        width: 40vw
    }

    .p-kv__hukidashi1 {
        top: 43.2vw;
        left: 1.8666666667vw;
        width: 31.2vw
    }

    .p-kv__hukidashi2 {
        top: 30.1333333333vw;
        left: -1.3333333333vw;
        width: 33.6vw
    }

    .p-kv__hukidashi3 {
        top: 22.4vw;
        left: auto;
        right: -1.3333333333vw;
        width: 22.9333333333vw
    }

    .p-kv-contents__title {
        text-align: center;
        font-size: 12vw;
        line-height: 12vw;
        letter-spacing: .8vw
    }

    .p-kv-contents__description {
        text-align: center;
        font-size: 3.7333333333vw;
        line-height: 6.4vw;
        letter-spacing: .1973333333vw;
        margin-top: 3.7333333333vw
    }

    .p-kv-contents__button {
        margin-top: 3.2vw;
        width: 100%;
        margin-left: 0
    }

    .p-kv-contents__button-pop {
        display: inline-block;
        width: 68vw
    }

    .p-kv-contents__button-link {
        width: 88vw;
        height: 17.0666666667vw;
        margin-top: -5.8666666667vw
    }

    .p-message {
        padding: 20vw 0 20vw;
        background-image: url(../img/bg_message_sp.webp);
        background-size: cover
    }

    .p-message__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24.5333333333vw
    }

    .p-message__inner::before {
        width: auto;
        height: auto;
        min-width: 121.3333333333vw;
        min-height: 121.3333333333vw;
        right: 50%;
        top: auto;
        bottom: -21.3333333333vw;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .p-message__heading {
        text-align: center;
        font-size: 6.4vw;
        line-height: 12.8vw;
        letter-spacing: .2666666667vw
    }

    .p-message__contents {
        width: 100%
    }

    .p-message__text {
        text-align: center;
        font-size: 3.7333333333vw;
        line-height: 7.4666666667vw;
        letter-spacing: -.02em
    }

    .p-message__text+.p-message__text {
        margin-top: 8.5333333333vw
    }

    .p-strengths {
        padding-top: 20.8vw;
        padding-bottom: 25.3333333333vw
    }

    .p-strengths::after {
        height: 17.3333333333vw
    }

    .p-strengths__body {
        margin-top: 15.4666666667vw
    }

    .p-strengths__section {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .p-strengths__section+.p-strengths__section {
        margin-top: 10.6666666667vw
    }

    .p-strengths__contents {
        width: 100%
    }

    .p-strengths__image {
        width: 100%;
        margin-bottom: 10.6666666667vw
    }

    .p-strengths__heading {
        gap: 0;
        margin-bottom: 6.4vw
    }

    .p-strengths__heading-num {
        width: 18.4vw;
        font-size: 12.8vw
    }

    .p-strengths__heading-title {
        width: calc(100% - 18.4vw);
        font-size: 5.3333333333vw
    }

    .p-strengths__text {
        font-size: 3.7333333333vw;
        line-height: 6.9333333333vw
    }

    .p-strengths__text.is-box {
        padding: 2.6666666667vw;
        margin: 4.2666666667vw 0
    }

    .p-supporter__inner {
        gap: 9.3333333333vw
    }

    .p-supporter__item {
        width: 100%
    }

    .p-supporter__item.is-item1,
    .p-supporter__item.is-item5 {
        padding-left: 0
    }

    .p-supporter__item-text1 {
        width: 89.3333333333vw
    }

    .p-supporter__item-text2 {
        width: 73.8666666667vw
    }

    .p-supporter__item.is-item1 {
        margin-top: -15.2vw
    }

    .p-supporter__item.is-item2 {
        margin-top: 0
    }

    .p-supporter__item.is-item3 {
        margin-top: 0
    }

    .p-supporter__item.is-item4 {
        margin-top: 0
    }

    .p-supporter__item.is-item5 {
        margin-top: 0
    }

    .p-supporter-card {
        padding: 10.6666666667vw 6.4vw;
        border-radius: 2.1333333333vw
    }

    .p-supporter-card__title {
        font-size: 5.8666666667vw;
        line-height: 7.4666666667vw
    }

    .p-supporter-card__text {
        font-size: 3.7333333333vw;
        line-height: 6.4vw;
        margin-top: 4.2666666667vw
    }

    .p-supporter-card__box {
        width: 100%;
        padding: 2.1333333333vw 4.2666666667vw;
        font-size: 3.2vw;
        line-height: 5.3333333333vw;
        margin-top: 4.2666666667vw
    }

    .p-supporter-card__message {
        width: 38.9333333333vw;
        margin-top: 4.2666666667vw
    }

    .p-supporter-card__message-label {
        width: 38.6666666667vw;
        height: 6.9333333333vw;
        font-size: 4.2666666667vw;
        line-height: 6.4vw;
        padding-left: 6.4vw;
        margin-left: -6.4vw
    }

    .p-supporter-card__message-label::after {
        width: 4vw
    }

    .p-supporter-card__message-text {
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin-top: 2.1333333333vw
    }

    .p-supporter-card__image {
        right: 6.1333333333vw;
        bottom: 6.1333333333vw;
        width: 32vw
    }

    .p-proof {
        padding: 17.0666666667vw 0 26.6666666667vw
    }

    .p-proof__inner {
        width: calc(100% + 10.6666666667vw);
        margin-left: -5.3333333333vw;
        padding-left: 0;
        padding-top: 14.9333333333vw;
        padding-bottom: 67.7333333333vw;
        text-align: center
    }

    .p-proof__image1 {
        width: 61.3333333333vw;
        bottom: -3.4666666667vw;
        left: auto;
        right: 7.4666666667vw
    }

    .p-proof__image2 {
        width: 65.3333333333vw;
        bottom: -20.333vw;
        left: auto;
        right: 26.467vw
    }

    .p-proof__bg {
        width: 100%;
        height: 100%
    }

    .p-proof__title {
        font-size: 6.4vw;
        line-height: 8.5333333333vw
    }

    .p-proof__subtitle {
        font-size: 4.8vw;
        line-height: 6.4vw;
        margin-top: 6.4vw;
        margin-bottom: 4.2666666667vw
    }

    .p-proof__text {
        font-size: 3.7333333333vw;
        line-height: 6.4vw
    }

    .p-courses {
        padding-bottom: 24.5333333333vw
    }

    .p-courses__tabs {
        margin-top: 16.8vw;
        gap: 2.1333333333vw
    }

    .p-courses__tab {
        width: 28.2666666667vw;
        height: 35.2vw;
        padding-top: 1.6vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .p-courses__tab::before {
        height: 25.6vw
    }

    .p-courses__tab::after {
        background-image: url(../img/bg_tab_active_sp.webp)
    }

    .p-courses__tab .subtitle {
        font-size: 2.2vw;
        line-height: 3.7333333333vw
    }

    .p-courses__tab .title {
        padding-top: 1.5vw;
        font-size: 3.2666666667vw;
        line-height: 3.7333333333vw
    }

    .p-courses__tab .title span {
        font-size: 2.5vw;
        line-height: 3.7333333333vw
    }

    .p-courses__slider {
        margin-top: -6.4vw
    }

    .p-courses-card {
        padding: 10.6666666667vw 1.6vw 17.0666666667vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12.2666666667vw;
        border-radius: 2.1333333333vw
    }

    .p-courses-card__contents {
        width: 83.4666666667vw;
        text-align: center
    }

    .p-courses-card__title {
        font-size: 10.6666666667vw;
        margin: 6.1333333333vw 0
    }

    .p-courses-card__title span {
        font-size: 6.4vw
    }

    .p-courses-card__text {
        text-align: left;
        font-size: 3.7333333333vw;
        line-height: 6.4vw
    }

    .p-courses-card__text:first-child {
        text-align: center
    }

    .p-courses-card__detail {
        width: 100%
    }

    .p-courses-card__detail-label {
        width: 72vw;
        height: 13.6vw;
        margin: 0 auto
    }

    .p-comparison {
        padding: 21.3333333333vw 0 27.7333333333vw
    }

    .p-comparison__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9.6vw
    }

    .p-comparison__heading {
        width: 72vw
    }

    .p-comparison__description {
        font-size: 4.8vw;
        line-height: 7.4666666667vw;
        text-align: center
    }

    .p-comparison__description p+p {
        margin-top: 2.1333333333vw;
        font-size: 3.4666666667vw
    }

    .p-comparison__tabs {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 1.0666666667vw;
        width: 100%;
        margin-top: 6.4vw
    }

    .p-comparison__list {
        margin-top: -3.2vw
    }

    .p-comparison__list .splide__pagination {
        bottom: -12.2666666667vw;
        gap: 2.6666666667vw
    }

    .p-comparison__list .splide__pagination__page {
        border-radius: 0;
        margin: 0;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: .12 !important;
        background-color: #38394a;
        width: 21.3333333333vw;
        height: 1.0666666667vw
    }

    .p-comparison__list .splide__pagination__page.is-active {
        background-color: #3dccd4;
        opacity: 1 !important
    }

    .p-comparison__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4.8vw;
        margin-top: 30.9333333333vw
    }

    .p-comparison__footer-text {
        font-size: 4.2666666667vw;
        line-height: 7.3066666667vw;
        text-align: center
    }

    .p-comparison__footer-button {
        width: 88vw;
        height: 17.3333333333vw
    }

    .p-comparison__footer .pop {
        display: block;
        position: absolute;
        z-index: 10;
        bottom: -57.4vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 81.0666666667vw
    }

    .p-comparison-card {
        padding: 8.5333333333vw 4.2666666667vw 14.4vw
    }

    .p-comparison-card__title {
        display: none
    }

    .p-comparison-card__list {
        height: auto
    }

    .p-pricing {
        overflow: hidden
    }

    .p-pricing__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 28vw;
        padding-top: 41.3333333333vw;
        padding-bottom: 22.4vw
    }

    .p-pricing__inner::before {
        width: 124vw;
        height: 124vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 7%;
        bottom: auto
    }

    .p-pricing__inner::after {
        width: 110.1333333333vw;
        height: 110.1333333333vw;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        top: 56%;
        bottom: auto
    }

    .p-pricing__left {
        width: 86.9333333333vw;
        margin: 0 auto;
        text-align: center
    }

    .p-pricing__image {
        margin-top: 5.3333333333vw
    }

    .p-pricing__image-text2 {
        display: inline-block;
        width: 56vw
    }

    .p-pricing__right {
        width: 100%
    }

    .p-pricing__heading {
        margin-top: 0
    }

    .p-pricing__heading-pop {
        display: none
    }

    .p-pricing__text1 {
        font-size: 3.7333333333vw;
        line-height: 7.3066666667vw
    }

    .p-pricing__text2 {
        font-size: 4.8vw;
        line-height: 7.3066666667vw;
        margin-top: 2.1333333333vw
    }

    .p-pricing__button {
        width: 88vw;
        height: 17.0666666667vw;
        margin-top: 8.5333333333vw
    }

    .p-flow {
        padding: 21.3333333333vw 0
    }

    .p-flow__list {
        margin-top: 10.6666666667vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8.5333333333vw
    }

    .p-flow__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16vw;
        gap: 10.6666666667vw
    }

    .p-flow__footer-heading {
        width: 89.3333333333vw;
        font-size: 6.4vw;
        line-height: 8.5333333333vw
    }

    .p-flow__footer-text {
        width: 89.3333333333vw;
        font-size: 4.2666666667vw;
        line-height: 7.4666666667vw
    }

    .p-flow-card__image1 {
        position: static;
        width: 42.9333333333vw;
        margin-top: 3.4666666667vw;
        margin-bottom: -12vw
    }

    .p-flow-card__image2 {
        width: 37.3333333333vw;
        right: 9.3333333333vw;
        bottom: .8vw
    }

    .p-faq {
        padding: 14.9333333333vw 0 42.6666666667vw
    }

    .p-faq__list {
        margin-top: 10.6666666667vw;
        gap: 6.4vw
    }

    .p-faq-item {
        border-radius: 2.6666666667vw;
        padding: 9.3333333333vw 4.8vw
    }

    .p-faq-item__body,
    .p-faq-item__header {
        padding-left: 13.3333333333vw;
        min-height: 14.9333333333vw
    }

    .p-faq-item__header {
        padding-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 4.2666666667vw
    }

    .p-faq-item__body {
        margin-top: 4.2666666667vw
    }

    .p-faq-item__title {
        font-size: 3.7333333333vw;
        line-height: 6.4vw
    }

    .p-faq-item__contents .text {
        font-size: 3.7333333333vw;
        line-height: 6.4vw;
        margin-top: 2.6666666667vw
    }

    .p-faq-item__contents .label {
        margin-top: 2.6666666667vw;
        font-size: 4.2666666667vw;
        line-height: 7.4666666667vw;
        padding: 0 2.6666666667vw
    }

    .p-faq-item__contents .list {
        margin-top: 2.6666666667vw;
        font-size: 3.7333333333vw;
        line-height: 6.4vw;
        padding-left: 5.3333333333vw
    }

    .p-faq-item__label {
        width: 10.6666666667vw;
        height: 10.6666666667vw
    }

    .p-faq-item__label.is-question {
        font-size: 6.4vw
    }

    .p-faq-item__label.is-answer {
        font-size: 4.8vw
    }

    .p-cta {
        padding: 24vw 4vw 19.7333333333vw;
        overflow: visible
    }

    .p-cta__inner {
        position: static;
        width: calc(100% + 10.6666666667vw);
        margin-left: -5.3333333333vw
    }

    .p-cta__inner .c-heading {
        text-align: center
    }

    .p-cta-contents {
        position: relative;
        z-index: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10.6666666667vw 0;
        gap: 8.5333333333vw
    }

    .p-cta-contents__img {
        top: -112.266667vw;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 70.1333333333vw
    }

    .p-cta-contents__text {
        width: 74.6666666667vw;
        font-size: 3.7333333333vw;
        line-height: 7.4666666667vw
    }

    .p-cta-contents__button {
        width: 88vw;
        height: 17.0666666667vw
    }

    .p-sp-cta {
        display: block;
        position: fixed;
        z-index: 10000;
        bottom: -17.8666666667vw;
        left: 0;
        width: 100%;
        height: 17.6vw;
        -webkit-transition: bottom .3s ease-in-out;
        transition: bottom .3s ease-in-out
    }

    .p-sp-cta.is-active {
        bottom: 0
    }
}

@media screen and (min-width :768px) {
    .u-sp-only {
        display: none !important
    }
}

@media screen and (max-width:1279px) and (min-width:1201px) {
    .l-header__nav-list {
        gap: 16px
    }
}

@media screen and (max-width:1200px) and (min-width:768px) {
    .l-header__nav-list {
        gap: 1.3114754098vw
    }
}

@media screen and (min-width:768px) {
    .p-comparison__list .splide__track {
        overflow: visible
    }

    .p-comparison__list .splide__list {
        -webkit-transform: none !important;
        transform: none !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 24px
    }

    .p-comparison__list .splide__slide {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .p-comparison__list .splide__pagination {
        display: none
    }
}

/* -------------------------------------- */
/* ナビゲーション (l-footer__nav) */
/* -------------------------------------- */

.l-footer__list {
    display: flex; /* リスト項目を横並びにする */
    justify-content: center; /* 中央に配置 */
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .l-footer__list {
        display: flex; /* リスト項目を横並びにする */
        justify-content: center; /* 中央に配置 */
        flex-direction: column;
    }
}


.l-footer__item {
    padding: 0 10px; /* リンク間のスペース */
    /* リンク間に区切り線を入れる場合 */
    /* border-right: 1px solid #ccc; */
}
/* 最後の項目から区切り線を削除する場合 */
/* .l-footer__item:last-child {
    border-right: none;
} */

.l-footer__link {
    color: #a7a7a7 !important; /* リンクの色 */
    font-size: 12px;
    text-decoration: none; /* 下線を非表示 */
    transition: opacity 0.3s;
}

.l-footer__link:hover {
    opacity: 0.7; /* ホバー時の透明度変更 */
}

/* -------------------------------------- */
/* コピーライト */
/* -------------------------------------- */
.l-footer__copyright {
    font-weight: 700;
    font-size: 11px;
    line-height: 19.25px;
}

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