@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

/* [ easy transform ]
-------------------------------------------------*/
@-webkit-keyframes mover {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(15px);
    }
}

@-webkit-keyframes lttlline {
    0% {
        transform: scale(0, 0);
        width: 100%;
        opacity: 0;
    }

    50% {
        transform: scale(1, 1);
        width: 100%;
        opacity: 1;
    }

    60% {
        transform: scale(1, 1);
        width: 100%;
        opacity: 1;
    }

    100% {
        transform: scale(0, 0) translateX(-101%);
        width: 100%;
        opacity: 0;
    }
}

@keyframes lttlline {
    0% {
        transform: scale(0, 0);
        width: 100%;
        opacity: 0;
    }

    50% {
        transform: scale(1, 1);
        width: 100%;
        opacity: 1;
    }

    60% {
        transform: scale(1, 1);
        width: 100%;
        opacity: 1;
    }

    100% {
        transform: scale(0, 0) translateX(-101%);
        width: 100%;
        opacity: 0;
    }
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

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

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font: inherit;
    font-style: normal;
    font-weight: normal;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline;
    list-style: none;
    border: 0;
}

*:before,
*:after {
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {

    .sp,
    .SP {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {

    .pc,
    .PC {
        display: none !important;
    }
}

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

.l-header__content {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    padding: 18px 0;
}

@media screen and (max-width: 767px) {
    .l-header__content {
        padding: 10px;
    }
}

.l-header__logo {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .l-header__logo {
        width: 140px;
    }
}

.l-header__logo--txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 1.5714285714em;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .l-header__logo--txt {
        display: none;
    }
}

.l-header--note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 1.5714285714em;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: #e70000;
}

.l-footer {
    background: #fff;
    padding: 50px 0 80px;
}

@media screen and (max-width: 767px) {
    .l-footer {
        padding: 40px 10px 80px;
    }
}

.l-footer__logo {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.l-footer__logo--txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 49.42px;
    line-height: 2.7455555556em;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .l-footer__logo--txt {
        font-size: 1.2rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__logo a {
        display: inline-block;
        width: 140px;
    }
}

.l-footer__copy {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 25px;
}

@media screen and (max-width: 767px) {
    .l-footer__copy {
        padding-top: 20px;
        font-size: 1.2rem;
    }
}

/*------------------------------------------------------------
main
------------------------------------------------------------*/
@media screen and (max-width: 767px) {

    html.open,
    body.open {
        height: 100%;
        overflow: hidden;
    }
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
    color: #232323;
    height: 100%;
    word-break: break-word;
}

.l-main {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}

.l-main2 {
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 10px;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}

@media screen and (min-width: 767px) {
    a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
button
------------------------------------------------------------*/
.btn-menu {
    cursor: pointer;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, rgb(240, 44, 84), rgba(221, 65, 88, 0.3));
}

.btn-menu span {
    width: 45px;
    height: 10px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    top: calc(50% - 5px);
    left: 22.5px;
}

.btn-menu span:before,
.btn-menu span:after {
    content: "";
    width: 45px;
    height: 10px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    left: 0;
}

.btn-menu span:before {
    top: -13px;
}

.btn-menu span:after {
    top: 13px;
}

.btn-backtop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-left: 10px solid #29a6dd;
    border-top: 10px solid #29a6dd;
    z-index: 99;
    transform: rotate(45deg);
    transition: 0.3s;
}

.btn-backtop:hover {
    bottom: 40px;
}

@media screen and (max-width: 767px) {
    .btn-backtop {
        bottom: 0;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .btn-backtop:hover {
        bottom: 20px;
    }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
    font-size: 5rem;
    text-align: center;
    color: #f02c54;
    margin-bottom: 50px;
    font-weight: 400;
}

.c-title2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.u-flex {
    display: -moz-flex;
    display: flex;
}

.u-flex-row-reverse-pc {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .u-flex-row-reverse-sp {
        flex-direction: row-reverse;
    }
}

.u-flex-col-reverse-pc {
    flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
    .u-flex-col-reverse-sp {
        flex-direction: column-reverse;
    }
}

.u-middle {
    align-items: center;
}

.u-center {
    justify-content: center;
}

.u-between {
    justify-content: space-between;
}

.u-end {
    align-items: flex-end;
}

.u-wrap {
    flex-flow: wrap;
}

.u-right {
    justify-content: flex-end;
}

.c-banner {
    position: relative;
    padding-top: 82px;
    height: 100%;

}

@media screen and (max-width: 767px) {
    .c-banner {
        padding-top: 54px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .c-banner {
        display: block;
    }
}

.c-banner picture img {
    min-height: 70vh;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 767px) {
    .c-banner--logo {
        display: block;
    }

    .c-banner--logo img {
        max-width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .c-banner--icon {
        display: block;
        max-width: 70px;
    }
}

.c-banner--txt1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .c-banner--txt1 {
        margin-bottom: 10px;
    }

    .c-banner--txt1 img {
        max-width: 60%;
    }
}

.c-banner--txt2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 38.36px;
    line-height: 2.1311111111em;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 10px;
}

@media only screen and (max-width: 1280px) {
    .c-banner--txt2 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .c-banner--txt2 {
        font-size: 1.6rem;
    }
}

.c-banner--txt3 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-banner--txt3 {
        margin: 10px;
    }

    .c-banner--txt3 img {
        max-width: 60%;
    }
}

.c-banner--btn {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99;
    background: #ff0000;
    border-radius: 60px 0 0 60px;
    width: calc(423px + 50% - 640px);
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    padding: 14px calc(50% - 640px) 14px 30px;
    border: 2px solid #fff;
}

@media only screen and (max-width: 1280px) {
    .c-banner--btn {
        width: 423px;
        max-width: 80%;
        bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .c-banner--btn {
        padding: 10px 10px 10px 20px;
        bottom: 8vh;
    }
}

.c-banner--btn:hover {
    opacity: 1;
}

.c-banner--btn:hover .c-banner--btn--arr {
    background: #fff;
}

.c-banner--btn:hover .c-banner--btn--arr:after {
    border-color: #ff0000;
}

.c-banner--btn--txt {
    color: #fff;
    font-size: 29.32px;
    font-size: 2.932rem;
    line-height: 24.08px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    border-right: 2px solid #fff;
    padding: 10px 20px 10px 0;
    font-weight: 600;
}

@media only screen and (max-width: 1280px) {
    .c-banner--btn--txt {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .c-banner--btn--txt {
        font-size: 2rem;
        padding: 5px 20px 5px 0;
    }
}

.c-banner--btn--txt small {
    display: block;
    font-size: 18.85px;
    font-size: 1.885rem;
    line-height: 24.08px;
    line-height: 1.2774535809em;
    letter-spacing: 0.1em;
    font-weight: bold;
}

@media only screen and (max-width: 1280px) {
    .c-banner--btn--txt small {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .c-banner--btn--txt small {
        font-size: 1.4rem;
    }
}

.c-banner--btn--arr {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .c-banner--btn--arr {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}

.c-banner--btn--arr:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 10px;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .c-banner--btn--arr:after {
        width: 15px;
        height: 15px;
        top: 10px;
        left: 8px;
    }
}

.c-banner--btn--arr:hover {
    background: #fff;
}

.c-banner--btn--arr:hover:after {
    border-color: #ff0000;
}

.point-box {
    padding: 70px calc(50% - 640px) 70px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .point-box {
        padding: 60px 0;
    }
}

.point-box__content {
    position: relative;
}

.point-box--img {
    min-height: 650px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .point-box--img {
        min-height: auto;
    }
}

.point-box--frame {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translate(0, -50%);
    width: 748px;
    max-width: calc(100% - 240px);
    padding: 50px 160px 30px 40px;
    box-shadow: 15px 15px 15px 0px rgba(5, 36, 73, 0.2);
}

@media screen and (max-width: 767px) {
    .point-box--frame {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        padding: 10px 10px 40px;
        max-width: 100%;
        box-shadow: none;
    }
}

.point-box--note {
    width: 320px;
    height: 250px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: -0.05em;
    position: absolute;
    right: 0;
    background-size: contain;
    white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
    .point-box--note {
        width: 300px;
        height: 200px;
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .point-box--note {
        width: 100%;
        height: auto;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding: 15px 0;
    }
}

.point-box--note:after {
    content: "";
    border-left: 25px solid #ff0000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 30px;
}

@media screen and (max-width: 767px) {
    .point-box--note:after {
        border-bottom: 25px solid #ff0000;
        border-top: none;
        border-right: 10px solid transparent;
        border-left: 40px solid transparent;
        bottom: auto;
        top: -25px;
        left: 50px;
    }
}

.point-box--note--red {
    top: 0;
    background: #ff0000 url("../img/top/chat.png") center center no-repeat;
}

@media screen and (max-width: 767px) {
    .point-box--note--red {
        top: auto;
        bottom: 160px;
    }
}

.point-box--note--blue {
    top: 290px;
    background: #2e3198 url("../img/top/chat.png") center center no-repeat;
}

@media screen and (max-width: 767px) {
    .point-box--note--blue {
        top: auto;
        bottom: 15px;
        margin-top: 30px;
    }
}

.point-box--note--blue:after {
    border-left-color: #2e3198;
}

@media screen and (max-width: 767px) {
    .point-box--note--blue:after {
        border-left-color: transparent;
        border-bottom-color: #2e3198;
    }
}

.point-box--point {
    color: #949494;
    display: block;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 107.2px;
    line-height: 1.9142857143em;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
    .point-box--point {
        font-size: 3.4rem;
        margin-bottom: 0;
    }
}

.point-box--title {
    font-size: 41px;
    font-size: 4.1rem;
    line-height: 59.5px;
    line-height: 1.4512195122em;
    letter-spacing: 0.02em;
    font-weight: bold;
    border-bottom: 1px solid #949494;
    margin-bottom: 30px;
    padding-bottom: 20px;
    min-height: 230px;
}

@media only screen and (max-width: 1280px) {
    .point-box--title {
        font-size: 2.4em;
        min-height: auto;
    }
}

.point-box--txt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 37px;
    line-height: 1.5416666667em;
    letter-spacing: -0.01em;
    font-weight: 500;
    min-height: 160px;
}

@media only screen and (max-width: 1280px) {
    .point-box--txt {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .point-box--txt {
        min-height: auto;
    }
}

.point-box--square {
    position: absolute;
    background: #ffeeeb;
    width: 430px;
    height: 430px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .point-box--square {
        width: 50%;
        height: 100px;
    }
}

.point-box--r {
    padding: 70px 0 70px calc(50% - 640px);
}

@media screen and (max-width: 767px) {
    .point-box--r {
        padding: 70px 0 0 0;
    }
}

.point-box--r .point-box--frame {
    left: 180px;
    right: auto;
    padding: 50px 40px 30px 160px;
}

@media screen and (max-width: 767px) {
    .point-box--r .point-box--frame {
        padding: 10px 10px 40px;
    }
}

.point-box--r .point-box--img {
    text-align: right;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.point-box--r .point-box--note {
    left: 0;
    right: auto;
}

@media screen and (max-width: 767px) {
    .point-box--r .point-box--note {
        left: 10px;
    }
}

.point-box--r .point-box--note:after {
    left: auto;
    right: 30px;
    border-left: none;
    border-right: 25px solid #ff0000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

@media screen and (max-width: 767px) {
    .point-box--r .point-box--note:after {
        border-bottom: 25px solid #ff0000;
        border-top: none;
        border-right: 10px solid transparent;
        border-left: 40px solid transparent;
        bottom: auto;
        top: -25px;
        left: 50px;
        right: auto;
    }
}

.point-box--r .point-box--note--blue:after {
    border-right-color: #2e3198;
}

@media screen and (max-width: 767px) {
    .point-box--r .point-box--note--blue:after {
        border-right-color: transparent;
        border-bottom-color: #2e3198;
    }
}

.point-box--r .point-box--square {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.list-flow--item {
    text-align: center;
}

.list-flow--item--title {
    text-align: center;
    background: #ff0000;
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 54px;
    line-height: 1.6363636364em;
    letter-spacing: 0.32em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .list-flow--item--title {
        font-size: 2.4rem;
    }
}

.list-flow--item--title span {
    position: relative;
    display: inline-block;
    min-width: 350px;
}

@media screen and (max-width: 767px) {
    .list-flow--item--title span {
        min-width: 250px;
    }
}

.list-flow--item--title span:before {
    position: absolute;
    bottom: 10px;
    right: 100%;
    font-size: 9rem;
    font-weight: bold;
    color: #aeaeae;
    font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
    .list-flow--item--title span:before {
        font-size: 5rem;
        bottom: 5px;
    }
}

.list-flow--item:nth-child(1) .list-flow--item--title span:before {
    content: "";
    background-image: url(../img/top/flow_num1.png);
    width: 21px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-flow--item:nth-child(2) {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .list-flow--item:nth-child(2) {
        margin-top: 50px;
    }
}

.list-flow--item:nth-child(2) .list-flow--item--title span:before {
    content: "";
    background-image: url(../img/top/flow_num2.png);
    width: 46px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-flow--item:nth-child(3) {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .list-flow--item:nth-child(3) {
        margin-top: 40px;
    }
}

.list-flow--item:nth-child(3) .list-flow--item--title span:before {
    right: 90%;
    content: "";
    background-image: url(../img/top/flow_num3.png);
    width: 46px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-flow--item--txt1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 37px;
    line-height: 1.5416666667em;
    letter-spacing: 0em;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .list-flow--item--txt1 {
        font-size: 1.8rem;
    }
}

.list-flow--item--txt2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .list-flow--item--txt2 {
        font-size: 1.8rem;
    }
}

.list-flow--item--txt3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 1.6em;
    letter-spacing: 0em;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .list-flow--item--txt3 {
        font-size: 1.4rem;
    }
}

.list-flow--item--note {
    max-width: 710px;
    margin: 0 auto;
    font-size: 1.5rem;
    padding-left: 15px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .list-flow--item--note {
        font-size: 1.2rem;
    }
}

.list-flow--item--note:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.list-flow--list {
    max-width: 710px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #949494;
    list-style-type: decimal;
    padding: 10px 0 10px 30px;
    box-shadow: 3.5px 3.5px 3.5px 0px rgba(73, 52, 4, 0.3);
}

@media screen and (max-width: 767px) {
    .list-flow--list {
        padding: 10px 5px 10px 30px;
        margin: 0 10px;
    }
}

.list-flow--list li {
    list-style-type: decimal;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .list-flow--list li {
        font-size: 1.4rem;
    }
}

.list-qa--item {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .list-qa--item {
        display: block;
        margin-bottom: 40px;
    }
}

.list-qa--item--q {
    width: 37%;
    height: 152px;
    border-radius: 20px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    color: #4d4d4d;
    padding: 0 50px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .list-qa--item--q {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .list-qa--item--q {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        padding: 20px 40px;
    }
}

.list-qa--item--q:before {
    content: "";
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    color: #29a6dd;
    font-family: "Inter", sans-serif;
    position: absolute;
    top: -10px;
    left: -20px;
    background-image: url(../img/top/faq_q.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.list-qa--item--a {
    width: 55%;
    font-size: 1.6rem;
    padding: 10px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .list-qa--item--a {
        width: 100%;
    }
}

.list-qa--item--a:before {
    content: "";
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    font-family: "Inter", sans-serif;
    position: absolute;
    top: -10px;
    left: -20px;
    background-image: url(../img/top/faq_a.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.list-qa--item--a span {
    position: relative;
}

/*------------------------------------------------------------
others
------------------------------------------------------------*/
.pcOnly {
    display: block;
}

@media screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }
}

.spOnly {
    display: none;
}

@media screen and (max-width: 767px) {
    .spOnly {
        display: block;
    }
}

.txt-base {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .txt-base {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
    }
}

.txt-base02 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    letter-spacing: 0.025em;
}

@media only screen and (max-width: 1024px) {
    .txt-base02 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .txt-base02 {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .txt-base02 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
    }
}

.no-visible {
    pointer-events: none;
    opacity: 0.65;
}

.tab-index {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    flex-flow: row nowrap;
}

@media screen and (max-width: 767px) {
    .tab-index {
        width: 94%;
        margin: 0 auto 0;
        justify-content: center;
    }
}

.tab-index li {
    cursor: pointer;
    padding: 4px 13px;
    border-radius: 10px 10px 0 0;
    background: #a7adce;
    text-align: center;
    color: #fff;
    margin-right: 3px;
    font-size: 2.4rem;
    font-weight: bold;
}

.tab-index li.active {
    background: #2e318e;
}

.tab-list li.tab-list-w50 {
    width: 45%;
    margin-right: 5%;
    text-align: center;
}

.tab-list li.tab-list-w50 .detail {
    width: 100%;
}



@media screen and (max-width: 767px) {
    .tab-index li {
        font-size: 1.4rem;
        padding: 10px 5px;
        margin-right: 1px;
    }
}

@media (max-width: 480px) {
    .tab-index li {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .tab-list li.tab-list-w50 {
        width: 100%;
        margin-right: 0%;
        text-align: center;
    }
}

#secondGradeFreeLabel {
    color: #fff;
    background-color: #e4ae9f;
}

#secondGradeFreeLabel.active {
    background-color: #ff0000;
}

.tab-list.active {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.tab-list li {
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
}

@media screen and (max-width: 767px) {
    .tab-list li {
        width: 100%;
    }
}

.tab-list li.tab-list-w100 {
    width: 100%;
    margin-right: 0;
}

.tab-list li.tab-list-w100 .class {
    width: 35%;
}

@media screen and (max-width: 767px) {
    .tab-list li.tab-list-w100 .class {
        width: 100%;
    }
}

.tab-list li:nth-child(3n) {
    margin-right: 0;
}

.tab-list-nada_ttl img {
    height: 24px;
    margin: 0 auto 10px;
    display: block;
}

.tab-list-nada {
    /* display: flex; */
    justify-content: center !important;
    flex-flow: row;
    gap: 40px;
}

.tab-list-w48 {
    width: 48%;
}

.class.nada_class {
    width: 100%;
}

.tab-list li .class.nada_class a {
    background-color: #6168a0;
}

.tab-list li .tel a,
.tab-list li .tel2 a {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.tab-list li .tel a span {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.tab-list li .tel a span:before {
    content: "";
    margin: 0 3px;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon/telmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tab-list li .class a,
.tab-list li .detail a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.tab-list li .class a:after,
.tab-list li .detail a:after {
    content: "▶";
    font-size: 12px;
    margin-left: 3px;
}

.tab-list li .class a {
    background: #e75366;
    margin-bottom: 5px;
}

.tab-list li .class.third-grade a {
    background-color: #ff9436;
}

.tab-list li .detail a {
    background: #5f67ac;
}

.tab-list--note {
    max-width: 65%;
}

@media screen and (max-width: 767px) {
    .tab-list--note {
        max-width: 100%;
        width: 100%;
    }
}

.top-sec01 {
    padding: 70px 0 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top-sec01 {
        padding: 20px 0 40px;
    }
}

.top-sec01--title {
    font-size: 41px;
    font-size: 4.1rem;
    line-height: 54.5px;
    line-height: 1.3292682927em;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    border-bottom: 1px solid #949494;
    padding-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    .top-sec01--title {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 767px) {
    .top-sec01--title {
        padding: 0 10px 20px;
        font-size: 2.4rem;
    }
}

.top-sec01--title:after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
    transform: rotate(45deg);
    position: absolute;
    bottom: -11px;
    left: calc(50% - 10px);
    background: #fff;
}

.top-sec01--title span {
    font-size: 41px;
    font-size: 4.1rem;
    line-height: 72px;
    line-height: 1.756097561em;
    letter-spacing: 0.1em;
    font-weight: bold;
    background: linear-gradient(180deg, transparent 80%, #f7e921 20%);
}

@media only screen and (max-width: 1280px) {
    .top-sec01--title span {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 767px) {
    .top-sec01--title span {
        font-size: 2.4rem;
    }
}

.top-sec02 {
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .top-sec02 {
        padding: 0 0 60px;
    }
}

.top-sec02--title {
    cursor: pointer;
    text-align: center;
    position: relative;
}

.top-sec02--title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.top-sec02--title.active .top-sec02--title--title01 {
    display: none;
}

.top-sec02--title.active .top-sec02--title--title02 {
    display: inline-block;
}

.top-sec02--title--title01 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(60deg, #0056ff, #1e23a3);
    display: inline-block;
    width: 560px;
    border-radius: 40px;
    position: relative;
    padding: 13px 80px 13px 13px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .top-sec02--title--title01 {
        width: 260px;
        font-size: 1.8rem;
        padding: 5px 40px 5px 10px;
        text-align: center;
        line-height: 1.3;
    }
}

.top-sec02--title--title01 .arr {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
}

@media screen and (max-width: 767px) {
    .top-sec02--title--title01 .arr {
        width: 30px;
        height: 30px;
        right: 10px;
        top: calc(50% - 15px);
    }
}

.top-sec02--title--title01 .arr:after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 13px;
}

@media screen and (max-width: 767px) {
    .top-sec02--title--title01 .arr:after {
        width: 10px;
        height: 10px;
        border-width: 2px;
        top: 6px;
        left: 8px;
    }
}

.top-sec02--title--title01:hover .arr {
    background: #fff;
}

.top-sec02--title--title01:hover .arr:after {
    border-color: #1e23a3;
}

.top-sec02--title--title02 {
    display: none;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(60deg, #0056ff, #1e23a3);
    width: 190px;
    border-radius: 22px;
    position: relative;
    padding: 3px 45px 3px 10px;
    text-align: right;
}

.top-sec02--title--title02 .arr {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: calc(50% - 13px);
}

.top-sec02--title--title02 .arr:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 6px;
}

.top-sec02--title--title02:hover .arr {
    background: #fff;
}

.top-sec02--title--title02:hover .arr:after {
    border-color: #1e23a3;
}

.top-sec02__content {
    display: none;
}

.top-sec02__content.open {
    display: block;
}

.top-sec02__box {
    width: 47.7%;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .top-sec02__box {
        width: 100%;
    }
}

.top-sec02__box--txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 37px;
    line-height: 2.3125em;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .top-sec03 {
        padding-bottom: 60px;
    }
}

.top-sec04 {
    padding: 50px 0;
    background: url("../img/top/sec04_bg.png") center center no-repeat;
    background-size: cover;
}

.top-sec04--title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 50px;
    line-height: 1.5625em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    height: 160px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: url("../img/top/shield_title.png") center center no-repeat;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top-sec04--title {
        font-size: 2.4rem;
    }
}

.top-sec04__content {
    max-width: 1024px;
    margin: 0 auto;
}

.top-sec04__box1 {
    position: relative;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 35px;
    margin-bottom: 50px;
}

.top-sec04__box1.plus_2023 {
    gap: 20px;
    justify-content: flex-start;
    padding-right: 35px;
}

@media screen and (max-width: 767px) {
    .top-sec04__box1 {
        display: block;
        padding: 20px;
    }
}

.top-sec04__box1--title {
    font-size: 2.8rem;
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-end;
    align-items: flex-end;
    white-space: nowrap;
}

.top-sec04__box1--title span {
    font-size: 5.6rem;
    color: #c8b39a;
    line-height: 1.2;
}

.top-sec04__box1--note {
    text-align: center;
    background: #ff0000;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .top-sec04__box1--note {
        padding: 10px 0;
    }
}

.top-sec04__box1--txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
    line-height: 1.5454545455em;
    letter-spacing: 0.02em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .top-sec04__box1--txt {
        margin-bottom: 15px;
    }

}

.top-sec04__box2 {
    width: 32%;
    border-radius: 20px;
    background: #fff url("../img/top/sec04_box2_bg.png") center center no-repeat;
    padding: 40px 30px 30px;
}

@media screen and (max-width: 767px) {
    .top-sec04__box2 {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px;
    }
}

.top-sec04__box2--title {
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-end;
    align-items: flex-end;
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.top-sec04__box2--title span {
    font-size: 5.6rem;
    color: #c8b39a;
    line-height: 1.2;
}

.top-sec04__box2--title2 {
    font-size: 2.6rem;
    color: #ff0000;
    margin-bottom: 10px;
}

.top-sec04__box2--txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.top-sec04--txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 1.7em;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-top: 50px;
    text-align: center;
}

.top-sec04__box2--txt small {
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
}

@media (max-width: 1060px) {
    .top-sec04--txt {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .top-sec04--txt {
        margin-top: 0;
        font-size: 1.6rem;
    }
}


.top-sec04__box1 {
    display: block;
    padding: 30px;
}

.top-sec04_inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3em;
    margin-bottom: 30px;
}

.top-sec04_table {
    margin-bottom: 30px;
    grid-column: 1 / 3;
    height: 100%;
    margin-top: 30px;
    margin-right: 80px;
}

.top-sec04_table>p {
    font-size: 14px;
    margin-top: 5px;
}

.top-sec04_table-01 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.top-sec04_table-01 th,
.top-sec04_table-01 td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000;
    padding: 10px;
}

.top-sec04_table-01 th {
    background-color: #595757;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    width: 140px;
}

.top-sec04_table-01 td:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 3px;
}

.top-sec04_table-01 td:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}

.top-sec04_table-01 td:nth-child(2) span {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.second .top-sec04_table-01 td:nth-child(1) {
    color: #8dc642;
    background-color: #f0f2d4;
}

.second .top-sec04_table-01 td:nth-child(2) {
    color: #8dc642;
}

.third .top-sec04_table-01 td:nth-child(1) {
    color: #F39800;
    background-color: #FEECD2;
}

.third .top-sec04_table-01 td:nth-child(2) {
    color: #F39800;
}

.fourth .top-sec04_table-01 td:nth-child(1) {
    color: #ec6d80;
    background-color: #fbe2e6;
}

.fourth .top-sec04_table-01 td:nth-child(2) {
    color: #ec6d80;
}

.fifth .top-sec04_table-01 td:nth-child(1) {
    color: #01b3ef;
    background-color: #ddf1fc;
}

.fifth .top-sec04_table-01 td:nth-child(2) {
    color: #01b3ef;
}

.sixth .top-sec04_table-01 td:nth-child(1) {
    color: #4d4398;
    background-color: #dbd9ea;
}

.sixth .top-sec04_table-01 td:nth-child(2) {
    color: #4d4398;
}

.top-sec04_table-02 {
    border-spacing: 0;
    border-collapse: collapse;
    grid-column: span 2 !important;
}

.top-sec04_table-02 th,
.top-sec04_table-02 td {
    padding: 20px;
    border: 1px solid #000000;
}

.top-sec04_table-02 th {
    background-color: #595757;
    vertical-align: middle;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    width: 140px;
}

.top-sec04_table-02 td {
    font-size: 18px;
    text-align: center;
}

.top-sec04_table-02 td span {
    font-size: 12px;
}

.top-sec04_table-02 td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.top-sec04_table-02 td:nth-child(3) {
    font-weight: bold;
    padding: 20px 50px;
    font-size: 24px;
}

.second .top-sec04_table-02 td:nth-child(1) {
    background-color: #8dc642;
}

.third .top-sec04_table-02 td:nth-child(1) {
    background-color: #F39800;
}

.fourth .top-sec04_table-02 td:nth-child(1) {
    background-color: #ec6d80;
}

.fifth .top-sec04_table-02 td:nth-child(1) {
    background-color: #01b3ef;
}

.sixth .top-sec04_table-02 td:nth-child(1) {
    background-color: #4d4398;
}

.textprice {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
}

.top-sec05_table_wrap {
    margin-bottom: 30px;
}

.top-sec05_table_wrap>p {
    font-size: 14px;
    margin-top: 5px;
}

.top-sec05_table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.top-sec05_table th,
.top-sec05_table td {
    border: 1px solid #000000;
}

.top-sec05_table th {
    background-color: #bababa;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 16px;
}

.top-sec05_table tr:nth-child(1) th {
    font-size: 18px;
    width: 140px;
}

.top-sec05_table td {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 10px;
}


@media screen and (max-width:767px) {
    .top-sec04__box1 {
        padding: 30px 15px;
    }

    .top-sec04__box1.second {
        padding: 30px 15px;
        align-items: flex-start;
        flex-direction: column;
    }

    .top-sec04_inner {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    /* .top-sec04__box1--title {
    justify-content: center;
  } */
    .top-sec04__box1--txt {
        font-size: 16px;
    }

    .top-sec04_table {
        overflow-x: scroll;
    }

    .top-sec04_table-01 {
        min-width: 770px;
    }

    .top-sec04_table-01 th {
        font-size: 16px;
        width: 100px;
    }

    .top-sec04_table-01 td:nth-child(1) {
        font-size: 20px;
    }

    .top-sec04_table-02 {
        min-width: 580px;
    }

    .top-sec04_table-02 th {
        font-size: 18px;
        width: 80px;
    }

    .top-sec04_table-02 th,
    .top-sec04_table-02 td {
        padding: 20px 10px;
    }

    .top-sec04_table-02 td:nth-child(1) {
        font-size: 16px;
    }

    .top-sec05_table_wrap {
        overflow-x: scroll;
    }

    .top-sec05_table {
        min-width: 767px;
    }

    .top-sec05_table tr:nth-child(1) th {
        width: auto;
    }

    .top-sec05_table td {
        font-size: 14px;
    }

    .school_access p {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .top-sec04__box1--note {
        width: 100%;
    }
}


.top-sec05 {
    padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
    .top-sec05 {
        padding: 30px 0 40px;
    }
}

.top-sec05--title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 50px;
    line-height: 1.5625em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    height: 153px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: url("../img/top/note_title.png") center center no-repeat;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .top-sec05--title {
        font-size: 2.4rem;
    }
}

.top-sec05--title2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 50px;
    line-height: 1.5625em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    height: 146px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    /*background: url("../img/top/calande_title.png") center center no-repeat;*/
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .top-sec05--title2 {
        font-size: 2.4rem;
    }
}

.tab-list.active {
    display: block;
}

.tab-list {
    padding: 20px 30px 30px;
}

.tab-list>p {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.tab-list>p span {
    font-size: 14px;
    font-weight: normal;
}

.tab-list li {
    width: 100%;
    margin-bottom: 15px;
}

.tab-list li .class {
    margin-top: 20px;
}

.tab-list li .class h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.tab-list li .class a,
.tab-list li .detail a {
    font-size: 1em;
    font-weight: bold;
    padding: 15px 0;
}

.title {
    position: relative;
    cursor: pointer;
    padding: 20px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    background-color: #019ac6;
    color: #ffffff;
}

.title .faq_btn {
    width: 50px;
}

.title::before,
.title::after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%) rotate(45deg);
    content: "";
    width: 10px;
    height: 10px;
}

.title::before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    visibility: visible;
}

.title::after {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    visibility: hidden;
}

.title.close::after {
    visibility: visible;
}

.title.close::before {
    visibility: hidden;
}

.box {
    display: none;
    padding: 10px 0 20px;
}

.top-sec06 {
    background: #e4f2ff;
    padding: 60px 0 40px;
}

@media screen and (max-width:767px) {

    .tab-list>p {
        font-size: 18px;
    }

    .tab-list>p span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .top-sec06 {
        padding: 40px 0;
    }
}

.top-sec06__content {
    max-width: 975px;
    margin: 0 auto;
    padding: 0 30px;
}

.top-sec06--title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 50px;
    line-height: 1.5625em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    height: 111px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: url("../img/top/chat_title.png") center center no-repeat;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .top-sec06--title {
        font-size: 2.4rem;
    }
}

.top-sec07 {
    background: #4eadb3;
    padding: 80px 0;
}

.top-sec07 .box {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

.top-sec07 .title {
    text-align: center;
    margin-bottom: 30px;
}

.top-sec07 .lead {
    color: #fff;
    font-size: 2rem;
    line-height: 1.8;
    position: relative;
    z-index: 11;
}

.list-covid {
    font-size: 22px;
    max-width: 918px;
    width: 100%;
    margin: 60px auto;
    list-style: none;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}

.list-covid li {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
}

.list-covid li h3 {
    color: #4eadb3;
    width: 50%;
    font-size: 24px;
    letter-spacing: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 15px;
}

.list-covid li h3 span {
    font-size: 32px;
}

.list-covid li h3:before {
    margin-right: 10px;
}

.list-covid li:nth-child(1) h3:before {
    content: url(../img/common/icon/ico-covid01.png);
}

.list-covid li:nth-child(2) h3:before {
    content: url(../img/common/icon/ico-covid02.png);
}

.list-covid li:nth-child(3) h3:before {
    content: url(../img/common/icon/ico-covid03.png);
}

.list-covid li:nth-child(4) h3:before {
    content: url(../img/common/icon/ico-covid04.png);
}

.list-covid li:nth-child(5) h3:before {
    content: url(../img/common/icon/ico-covid05.png);
}

.list-covid li:nth-child(6) h3:before {
    content: url(../img/common/icon/ico-covid06.png);
}

.list-covid li p {
    font-size: 18px;
    line-height: 1.5;
}

.list-covid li p span {
    color: #ed5a24;
}

.mod01 {
    position: relative;
}

.mod01:before,
.mod01:after {
    position: absolute;
}

.mod01:after {
    content: url(../img/top/mod02.png);
    right: 10px;
    top: -100px;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .list-covid {
        width: 100%;
    }

    .top-sec07 .lead {
        width: 100%;
    }

    .list-covid li h3 {
        font-size: 20px;
    }

    .list-covid li h3 span {
        font-size: 26px;
    }

    .list-covid li p {
        font-size: 16px;
    }

    .mod01:before {
        right: 118px;
    }

    .mod01:after {
        right: 30px;
    }
}

@media screen and (max-width: 640px) {
    .top-sec07 {
        padding-top: 40px;
    }

    .top-sec07 .lead {
        font-size: 17px;
    }

    .mod01:after {
        content: "";
        background: url(../img/top/mod02.png) no-repeat center;
        background-size: cover;
        width: 143px;
        height: 100px;
        top: -77px;
        right: 30px;
    }

    .list-covid {
        /* display: block; */
        padding: 30px 10px 10px;
        margin-bottom: 30px;
    }

    .list-covid li {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px dashed #4eadb3;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }

    .list-covid li:nth-child(1) {
        order: 1;
    }

    .list-covid li:nth-child(2) {
        order: 4;
    }

    .list-covid li:nth-child(3) {
        order: 2;
    }

    .list-covid li:nth-child(4) {
        order: 5;
    }

    .list-covid li:nth-child(5) {
        order: 3;
    }

    .list-covid li:nth-child(6) {
        order: 6;
    }

    .list-covid li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .list-covid li .spmode {
        width: 80%;
    }

    .list-covid li:before {
        width: 16%;
    }

    .list-covid li:nth-child(1):before {
        content: url(../img/common/icon/ico-covid01.png);
    }

    .list-covid li:nth-child(2):before {
        content: url(../img/common/icon/ico-covid02.png);
    }

    .list-covid li:nth-child(3):before {
        content: url(../img/common/icon/ico-covid03.png);
    }

    .list-covid li:nth-child(4):before {
        content: url(../img/common/icon/ico-covid04.png);
    }

    .list-covid li:nth-child(5):before {
        content: url(../img/common/icon/ico-covid05.png);
    }

    .list-covid li:nth-child(6):before {
        content: url(../img/common/icon/ico-covid06.png);
    }

    .list-covid li h3:before {
        display: none !important;
    }

    .list-covid li p {
        font-size: 14px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .mt-20 {
        margin-top: 10px;
        margin-left: 15px !important;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .mt-30 {
        margin-top: 10px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mt-50 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .mt-50 {
        margin-top: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .mt-70 {
        margin-top: 50px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}

@media screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 70px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .mb-20 {
        margin-bottom: 10px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .mb-30 {
        margin-bottom: 10px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-read {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 2em;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
    .u-text-read {
        font-size: 1.4rem;
    }
}

.u-text-read02 {
    font-size: 2.5rem;
    font-weight: 500;
}

.u-text-pad50 {
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .u-text-pad50 {
        padding-left: 20px;
    }
}

.u-text-sub {
    font-size: 12px;
}

.u-text-center {
    text-align: center;
}

.u-text-bold {
    font-weight: bold;
}

.u-text-red {
    color: red;
}

.u-text-white {
    color: #ffffff;
}

.u-text-blue {
    color: #0d3780;
}

.u-text-right {
    text-align: right;
}

.u-space-n2 {
    letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
    .u-space-n2-sp {
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 767px) {
    .u-space-n5-sp {
        letter-spacing: -0.05em;
    }
}

.u-font-sz20 {
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .u-font-sz20 {
        font-size: 1.2rem;
    }
}

.u-font-sz24 {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .u-font-sz24 {
        font-size: 1.8rem;
    }
}

.u-font-sz26 {
    font-size: 2.6rem;
}

.u-font-sz28 {
    font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
    .u-font-sz28 {
        font-size: 2rem;
    }
}

.u-font-sz30 {
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .u-font-sz30 {
        font-size: 2.2rem;
    }
}

.u-lineheight-sz2 {
    line-height: 2;
}

.u-lineheight-sz18 {
    line-height: 1.8;
}

.u-lineheight-sz16 {
    line-height: 1.6;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}

.u-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .u-sp {
        display: block;
    }
}

.u-in {
    display: none;
}

@media screen and (max-width: 767px) {
    .u-in {
        display: inline-block;
    }
}

.u-hide {
    opacity: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/

.end {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 85vw;
    background: #ca1917;
    padding: 50px 30px;
    border-radius: 30px;
    border: #ffffff 5px solid;
    height: fit-content;
    color: #fff;
    z-index: 500;
    box-shadow: 0 0 10px 0 #7b7b7b;
    max-width: 800px;
}

.end h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.end h2:first-child {
    text-align: center;
}

.end p {
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.end a {
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.end h2 br {
    display: none;
}

@media screen and (max-width: 680px) {
    .end h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .end h2 br {
        display: block;
    }

    .end p br {
        display: none;
    }

    .end p {
        text-align: left;
    }
}

.pointTtl {
    height: 43px;
    display: block;
    margin-bottom: 20px;
}

.gakunenTtl {
    height: 40px;
}

.top-sec04__box2--title {
    line-height: 1;
    gap: 6px;
}

.top-sec04__box1--title {
    line-height: 1;
    gap: 6px;
}

.top-sec04__box1 {
    gap: 20px;
    align-items: stretch;
}

.top-sec04__box1--title {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.top-sec04__box1--note {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}

.top-sec04_table-01 .g3_txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.top-sec04_table-01 .g3_txt p span {
    background-color: #F39800;
    align-content: center;
    color: #fff;
    aspect-ratio: 1 / 1;
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}



.gakunenTtl {
    margin-top: -10px;
}

@media screen and (max-width:1015px) {
    .top-sec04_table-01 .g3_txt {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    /* .top-sec04__box1.plus_2023 br {
    display: none;
  }

  .top-sec04__box1--txt {
    padding: 0;
  }

  .top-sec04__box1.plus_2023 .top-sec04__box1--txt {
    padding-bottom: 20px;
  }

  .top-sec04__box1 {
    display: flex;
    flex-direction: column;
    padding: 35px 0 0 0;
    align-items: center;
  }

  .top-sec04__box1--txt {
    width: 90%;
  }

  .top-sec04__box1--txt br {
    display: none;
  }

  .top-sec04__box1--note {
    width: 100%;
  }

  .top-sec04__box1.plus_2023 {
    padding-right: 0;
    padding-left: 0;
  } */

    .top-sec04__box2 {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .top-sec04__box2--txt br {
        display: none;
    }

    .top-sec04__box2--txt {
        width: 90%;
    }

    .top-sec04__box2 {
        padding: 35px 0 35px;
    }

    .c-banner--right {
        background-position: center top;
    }

    /* .top-sec04__box1 {
    gap: 13px;
  }

  .top-sec04__box1 {
    margin-bottom: 30px;
  }

  .point-box--txt br {
    display: none;
  }

  .top-sec04__box1.plus_2023 {
    gap: 13px;
  }

  .top-sec04__box2--title {
    margin-bottom: 10px;
  }

  .top-sec04__box1--txt {
    font-size: 16px;
  }

  .top-sec04__box2--txt {
    font-size: 16px;
  }
 */
    .pointTtl {
        margin-top: 20px;
        height: 30px;
    }

    .tab-list-nada_ttl img {
        height: 20px;
    }

    .tab-list.active {
        gap: 0px;
    }
}

@media (max-width: 480px) {
    .list-flow--item--title span {
        min-width: auto;
        font-size: 20px;
        letter-spacing: 0.18em;
    }

    .list-flow--item:nth-child(1) .list-flow--item--title span:before {
        right: 107%;
    }

    .list-flow--item:nth-child(1) .list-flow--item--title span:before {
        width: 17px;
        height: 57px;
    }

    .list-flow--item:nth-child(2) .list-flow--item--title span:before {
        width: 36px;
        height: 57px;
        right: 108%;
    }

    .list-flow--item:nth-child(3) .list-flow--item--title span:before {
        width: 36px;
        height: 57px;
        right: 108%;
    }

    .c-banner--btn--txt {
        font-size: 18px;
    }

    .l-header__logo {
        width: 35%;
    }

    .top-sec04__box1--note {
        width: 200px;
    }
}

@media (max-width: 375px) {
    .c-banner--btn {
        max-width: 90%;
    }
}

@media (max-width: 960px) {

    .roadmap-up:before {
        margin-top: -16rem;
        margin-bottom: 35px;
    }

    .top-sec04_table {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .top-sec04__box1--note {
        margin-left: 5vw;
    }
}

@media (max-width: 768px) {

    .roadmap-item {
        margin-top: 50px;
        display: block;
    }

    .roadmap-lead {
        margin: 0;
    }

    .roadmap-up:before {
        margin-top: -2rem;
        margin-bottom: 30px;
    }

    .roadmap-lead p {
        margin-bottom: 30px;
    }
}


.roadmap-item .scroll-hint-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.setti {
    display: table;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto 0;
}
.start {
    width: 100%;
    border: 5px solid black;
    padding: 5px;
}