@charset "utf-8";

body {
    font-family: 'Zen Maru Gothic', sans-serif, 'M PLUS Rounded 1c', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #006AD1;
    transition: 0.3s;
}

i {
    display: inline-block;
    margin-right: 0.25rem;
}

.skyblue {
    color: #00AEFF;
}

.blue {
    color: #006AD1;
}

.dblue {
    color: #1E296F;
}

.pink {
    color: #FF007F;
}

.sp {
    display: none;
}

.tab {
    display: none;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    body {
        font-size: 1.1rem;
    }
}

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

    .tab {
        display: inline;
    }

    body {
        font-size: 1rem;
    }
}

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

    .sp {
        display: inline-block;
    }

    body {
        font-size: 0.9rem;
    }
}

@media screen and (min-width:1024px) {
    body {
        font-size: 1.2rem;
    }
}

@media screen and (min-width:1200px) {
    body {
        font-size: 1.5rem;
    }
}

@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*-------------- header --------------*/
header {
    position: relative;
    z-index: 999;
    height: 100vh;
    background:
        url(../image/y58.png) center,
        linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    background-size: 1000px auto, 100% auto;
}

header>div {
    display: flex;
    justify-content: space-between;
}

header div div {
    text-align: center;
    color: #fff;
    width: 25%;
    max-width: 400px;
    min-width: 230px;
    padding: 1rem;
}

header h1 {
    font-size: 1rem;
}

header h1 img {
    width: 100%;
    height: auto;
}

header div div p {
    font-size: 70%;
}

header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0.5rem 1rem 0 0;
}

header li {
    margin: 0.5rem 0 0 1.5rem;
    letter-spacing: 0.05rem;
}

header a {
    font-size: 80%;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 0.25rem;
}

header a:hover {
    opacity: 0.7;
}

header>p {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -40%);
    margin: 0 auto;
    text-align: center;
}

header>p img {
    width: 100%;
    height: auto;
    max-width: 1044px;
}

header h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 15px);
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
}

header h2 span:nth-of-type(1) {
    display: inline-block;
    margin-left: -0.75rem;
}

header h2 span:nth-of-type(2) {
    display: inline-block;
    margin-right: -0.75rem;
}

header h2 img {
    display: block;
    margin: 2rem auto 0;
    width: 100%;
    max-width: 650px;
    height: auto;
}

header h2 img:nth-of-type(2),
header h2 img:nth-of-type(3),
header h2 img:nth-of-type(4) {
    display: none;
}

@media screen and (max-width:1024px) {
    header h2 {
        width: 70%;
    }

    header h2 img:nth-of-type(1) {
        display: none;
    }

    header h2 img:nth-of-type(2) {
        display: inline;
    }
}

@media screen and (max-width:728px) {
    header h2 {
        width: 80%;
    }

    header h2 img:nth-of-type(2) {
        display: none;
    }

    header h2 img:nth-of-type(3) {
        display: inline;
    }
}

@media screen and (max-width:480px) {
    header h2 {
        width: 90%;
        font-size: 3rem;
    }

    header h2 img:nth-of-type(3) {
        display: none;
    }

    header h2 img:nth-of-type(4) {
        display: inline;
    }
}

@media screen and (min-width:768px) {
    header h2 br {
        display: none;
    }
}

#inq {
    position: relative;
    z-index: 99;
    opacity: 0;
    transition: 0;
}

#inq.fixed {
    opacity: 100;
    transition: 2s;
}

#inq p {
    position: fixed;
    top: 50%;
    right: 0em;
    transform: translate(0, -105%);
    color: #fff;
}

#inq p img {
    height: auto;
}

#inq p span {
    display: none;
}

#inq ul {
    position: fixed;
    top: 50%;
    right: 0;
}

#inq li {
    font-size: 130%;
    letter-spacing: 0;
    margin-bottom: 0.3em;
}

#inq li:nth-of-type(3) {
    letter-spacing: 0.1rem;
}

#inq li a {
    color: #fff;
    padding: 0.5rem 0.75em 0.25em 0.5em;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

#inq li a:hover {
    transform: translate(-8.5em, 0);
    transition: 0.5s;
}

#inq li:nth-of-type(1) a:hover,
#inq li:nth-of-type(2) a:hover {
    transform: translate(-7.5em, 0);
}

#inq li:nth-of-type(1) a {
    background: #06C755;
}

#inq li:nth-of-type(2) a {
    background: #00AEFF;
}

#inq li:nth-of-type(3) a {
    background: #FF6800;
}

#inq li:nth-of-type(3) a:nth-of-type(2) {
    display: none;
}

#inq li img {
    display: inline-block;
    width: auto;
    height: 1em;
    margin: 0 0 0.35rem -0.15rem;
}

#inq i {
    width: 1em;
    text-align: center;
    margin-right: 0.75rem;
}

@media screen and (min-width:768px) {
    #inq p img {
        width: 55px;
    }
}

@media screen and (min-width:1024px) {
    #inq p img {
        width: 47px;
    }

    #inq li a {
        margin-right: -9.5em;
    }
}

@media screen and (min-width:1200px) {
    #inq p img {
        width: 58px;
    }

    #inq li a {
        margin-right: -9.2em;
    }

    #inq li a:hover {
        transform: translate(-9.2em, 0);
        transition: 0.5s;
    }
}

@media screen and (min-width:768px)and (max-width:1200px) {
    #inq li a:hover {
        transform: translate(-9em, 0);
    }

    #inq li a:hover {
        transform: translate(-9em, 0);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #inq p img {
        width: 45px;
    }

    #inq li a {
        margin-right: -9.5em;
    }
}

@media screen and (max-width:1024px) {
    header ul {
        margin: 0.25rem 1rem 0 0;
    }

    header li {
        margin: 0.5rem 0 0 1rem;
        letter-spacing: 0;
    }

    header a {
        font-size: 70%;
    }
}

@media screen and (max-width:768px) {
    header {
        background-size: 700px auto, 100% auto;
    }

    header h2 {
        transform: translate(-50%, 10px);
    }

    header h2 img {
        margin: 3rem auto 0;
    }

    #inq {
        position: fixed;
        background: #F2F2F2;
        width: 100%;
        height: 3em;
        bottom: 0;
        z-index: 999;
        display: block;
    }

    #inq p {
        top: auto;
        bottom: 0em;
        left: 5%;
        transform: translate(0, -0.3em);
        color: #FF007F;
        font-size: 130%;
    }

    #inq p img:nth-of-type(1) {
        display: none;
    }

    #inq p span {
        display: inline;
    }

    #inq ul {
        top: auto;
        bottom: 0em;
        right: 5%;
        display: flex;
    }

    #inq li {
        margin-bottom: 0;
        font-size: 130%;
    }

    #inq li a {
        padding: 0.3em 0.7em;
        border-radius: 10px 10px 0 0;
        display: block;
        border-top: 2px solid #fff;
        border-bottom: none;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        margin: 0 0.1em;
    }

    #inq li a:hover {
        margin-right: 0;
    }

    #inq li span {
        display: none;
    }

    #inq li:nth-of-type(3) span {
        display: inline;
    }

    #inq i {
        margin: 0;
    }

    #inq li img {
        margin: 0 0 0.3rem 0;
    }

    #inq li a:hover {
        transform: translate(0);
    }

    #inq li:nth-of-type(1) a:hover,
    #inq li:nth-of-type(2) a:hover {
        transform: translate(0);
    }
}

@media screen and (max-width:480px) {
    header {
        background-size: 500px auto, 100% auto;
    }

    header>div {
        justify-content: center;
    }

    header div div {
        width: 90%;
        max-width: auto;
        min-width: auto;
    }

    header ul {
        display: none;
    }

    header>p {
        transform: translate(-50%, -60%);
    }

    header h2 {
        transform: translate(-50%, 8px);
        font-size: 2rem;
    }

    header h2 img {
        margin: 1.25em auto 0;
    }

    #inq p {
        left: 3%;
        font-size: 140%;
    }

    #inq p i {
        display: none;
    }

    #inq ul {
        right: 3%;
    }

    #inq li a {
        padding: 0.1em 0.35em;
    }

    #inq li:nth-of-type(3) span {
        display: none;
    }

    #inq li:nth-of-type(3) a:nth-of-type(1) {
        display: none;
    }

    #inq li:nth-of-type(3) a:nth-of-type(2) {
        display: block;
    }
}

/*-------------- ipad --------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    header h2 {
        width: 75%;
        font-size: 2.5rem;
        transform: translate(-50%, 20px);
    }

    header h2 br {
        display: inline;
    }

    header h2 img {
        margin: 4rem auto 0;
    }

    header h2 img:nth-of-type(1),
    header h2 img:nth-of-type(2),
    header h2 img:nth-of-type(3) {
        display: none;
    }

    header h2 img:nth-of-type(4) {
        display: inline;
    }
}

/*-------------- main --------------*/
main {
    margin: 0 auto;
}

#b1 {
    text-align: center;
    margin: 5rem 0 0;
}

#b1>div p img {
    width: 480px;
    height: auto;
}

#b1 dl {
    margin: 1.5rem 0;
    color: #006AD1;
}

#b1 dt {
    font-size: 200%;
    margin-bottom: 0.25rem;
}

#b1 dd {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 90%;
}

#b1>ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
}

#b1>ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    text-align: center;
}

#b1>ul li img {
    width: 120px;
    height: auto;
}

#b1>ul li p {
    display: inline-block;
    position: relative;
}

#b1>ul li p:nth-of-type(1) {
    padding: 0.25rem 1.5rem;
    color: #fff;
    border-radius: 1.5rem;
    z-index: 2;
}

#b1>ul li p:nth-of-type(2) {
    margin-top: -0.5rem;
    z-index: 1;
}

#b1>ul li:nth-of-type(1) p:nth-of-type(1) {
    background: #FF007F;
}

#b1>ul li:nth-of-type(2) p:nth-of-type(1) {
    background: #00AA39;
}

#b1>ul li:nth-of-type(3) p:nth-of-type(1) {
    background: #FF9200;
}

#b1>p {
    font-size: 120%;
    color: #006AD1;
}

#b1>p:nth-of-type(1) {
    margin: 0 0 2rem;
    color: #FF007F;
}

#b1>p:nth-of-type(1) img {
    margin-bottom: 2rem;
    width: 310px;
    height: auto;
}

#sns ul {
    display: flex;
    justify-content: center;
}

#sns li {
    font-size: 250%;
    margin: 0 0.5rem;
}

#sns li:nth-of-type(1) a {
    color: #FF007F;
}

#sns li:nth-of-type(2) a {
    color: #06C755;
}

#sns2 {
    width: 70%;
    margin: 5rem auto;
    max-width: 600px;
}

#sns2 p {
    text-align: left;
    margin-bottom: 1rem;
    line-height: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#b1>#sns2 p>span:nth-of-type(1) {
    display: block;
    width: 200px;
    margin-right: 1rem;
}

#b1>#sns2 p img {
    width: 100%;
    height: auto;
}

#sns2 p span span {
    display: inline-block;
    color: #FF007F;
}

#sns2 ul {
    display: flex;
    justify-content: center;
}

#sns2 li {
    font-size: 400%;
    margin: 0 1rem;
    line-height: 1;
}

#sns2 li a span {
    display: block;
    font-size: 14px;
}

#sns2 li:hover a {
    opacity: 0.7;
}

#sns2 li:nth-of-type(1) a {
    color: #FF007F;
}

#sns2 li:nth-of-type(2) a {
    color: #06C755;
}

@media screen and (max-width: 768px) {
    #sns2 {
        width: 50%;
        margin: 3rem auto;
    }

    #sns2 p {
        font-size: 1.2rem;
        text-align: center;
        justify-content: center;

    }

    #b1>#sns2 p>span:nth-of-type(1) {
        width: 180px;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    #sns2 {
        width: 90%;
        margin: 2rem auto;
    }
}

#slider {
    margin: 0;
}

#slider p {
    padding: 5px;
}

#slider img {
    width: 100%;
    height: auto;
}


#ko {
    color: #fff;
    background: url(../image/h5.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    text-align: center;
    margin: 0 auto;
}

#ko dt {
    font-family: 'Potta One', cursive;
    font-weight: 400;
    padding: 3rem 0 0;
    font-size: 360%;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

#ko dt::after {
    content: url(../image/y9.png);
    transform: scale(0.5) translate(-30%, 0);
    position: absolute;
    bottom: -100%;
    z-index: -1;
}

#ko dd {
    position: relative;
    z-index: 2;
}

#ko dd p:nth-of-type(1) {
    font-family: 'Potta One', cursive;
    font-weight: 400;
    font-size: 180%;
}

#ko dd p:nth-of-type(2) {
    font-family: 'Potta One', cursive;
    font-weight: 400;
    color: #FFFF00;
    font-size: 280%;
    line-height: 1.2;
    margin: 1rem 0;
}

#ko dd p:nth-of-type(3) {
    font-family: 'Zen Maru Gothic', sans-serif, 'M PLUS Rounded 1c', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
    font-weight: 700;
    font-size: 120%;
}

#ko dd span {
    display: inline-block;
}

#ko dd p span:nth-of-type(1) {
    margin-left: -0.5rem;
}

#ko dd p span:nth-of-type(2) {
    margin-right: -0.5rem;
}

#ko dd>a {
    margin: 2rem 0 1rem;
    font-size: 130%;
    display: inline-block;
    padding: 0.5rem 1.75rem;
    border-radius: 3rem;
    background: #FF34A2;
    color: #fff;
    font-weight: 900;
}

#ko dd>a:hover {
    background: #ff7ec5;
}

#ko dd>a span {
    display: inline-block;
    color: #FFFF00;
}

#ko dd>a+p {
    padding-bottom: 3rem;
    font-size: 70%;
}

#ko dd p a {
    color: #FFFF00;
    background: #06C755;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 0.5rem;
}

#ko dd p a:hover {
    background: #53df8d;
}



@media screen and (max-width:1200px) {
    #b1 {
        margin: 4rem 0 1rem;
    }

    #ko {
        background: url(../image/h4.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #ko dd>a {
        margin: 1rem 0 1rem;
    }

    #ko dt::after {
        transform: scale(0.5) translate(-45%, 50px);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #b1 {
        margin: 3rem 0 1rem;
    }

    #ko {
        background: url(../image/h3.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #ko dt::after {
        transform: scale(0.4) translate(-55%, 50px);
    }
}

@media screen and (max-width:768px) {
    #b1 {
        margin: 2rem 0 1rem;
    }

    #b1>p:nth-of-type(1) {
        margin: 0 0 2rem;
    }

    #b1>p:nth-of-type(1) img {
        width: 250px;
        margin-bottom: 1rem;
    }

    #b1>div p img {
        width: 40%;
        height: auto;
    }

    #b1 dl {
        margin: 1rem 0;
    }

    #ko {
        background: url(../image/h2.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #ko dt {
        padding: 2rem 0 0;
        width: 100%;
    }

    #ko dt::after {
        transform: scale(0.32) translate(-100%, 150px);
    }

    #ko dd>a+p {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width:480px) {
    #b1 {
        margin: 1.5rem 0 1rem;
    }

    #b1>p:nth-of-type(1) img {
        width: 200px;
    }


    #b1>div p img {
        width: 60%;
    }

    #b1>ul {
        width: 90%;
    }

    #b1>ul li {
        width: 30%;
        margin: 0 0.5rem;
    }

    #b1>ul li img {
        width: 100%;
    }

    #b1>ul li p:nth-of-type(1) {
        padding: 0.25rem 1rem;
    }

    #ko {
        background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #ko dt {
        padding: 1.5rem 0 0;
        font-size: 320%;
    }

    #ko dt::after {
        transform: scale(0.23) translate(-270%, 250%);
    }

    #ko dd p:nth-of-type(1) {
        font-size: 170%;
    }

    #ko dd p:nth-of-type(2) {
        font-size: 250%;
        margin: 0.75rem 0;
    }

    #ko dd>a {
        margin: 1rem 0;
        padding: 0.5rem 1rem;
        font-size: 130%;
    }

    #ko dd>a+p {
        padding-bottom: 1rem;
    }

    #ko dd>a+p+p img {
        width: 100%;
        height: auto;
    }
}

#koshu {
    color: #fff;
    background: url(../image/hs4.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    text-align: center;
    margin: 0 auto;
}

#b1 #koshu dl {
    margin: 0 auto;
    color: #fff;
}

#koshu dt {
    font-family: 'Potta One', cursive;
    font-weight: 400;
    padding: 3rem 0 0;
    font-size: 360%;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

#koshu dt::after {
    content: url(../image/y9.png);
    transform: scale(0.5) translate(-30%, 0);
    position: absolute;
    bottom: -100%;
    z-index: -1;
}

#koshu dd {
    position: relative;
    z-index: 2;
}

#koshu dd p:nth-of-type(1) {
    font-family: 'Potta One', cursive;
    font-weight: 400;
    font-size: 180%;
}

#koshu dd p:nth-of-type(2) {
    font-family: 'Potta One', cursive;
    font-weight: 400;
    color: #FFFF00;
    font-size: 280%;
    line-height: 1.2;
    margin: 1rem 0;
}

#koshu dd p:nth-of-type(3) {
    font-family: 'Zen Maru Gothic', sans-serif, 'M PLUS Rounded 1c', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
    font-weight: 700;
    font-size: 120%;
}

#koshu dd span {
    display: inline-block;
}

#koshu dd p span:nth-of-type(1) {
    margin-left: -0.5rem;
}

#koshu dd p span:nth-of-type(2) {
    margin-right: -0.5rem;
}

#koshu dd>a {
    margin: 2rem 0 1rem;
    font-size: 130%;
    display: inline-block;
    padding: 0.5rem 1.75rem;
    border-radius: 3rem;
    background: #FF34A2;
    color: #fff;
    font-weight: 900;
}

#koshu dd>a span {
    display: inline-block;
    color: #FFFF00;
}

#koshu dd>a+p {
    padding-bottom: 3rem;
    font-size: 70%;
}

#koshu dd p a {
    color: #FFFF00;
    background: #06C755;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 0.5rem;
}

#koshu2 {
    background: rgb(255, 244, 197);
}

#koshu2 dl {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
}

#b1 #koshu2 dl {
    margin: 0 auto;
}

#koshu2 dt {
    font-size: 130%;
    margin-bottom: 0.5rem;
}

#koshu2 table {
    text-align: center;
    margin: 0 auto 1rem;
    border-top: 1px solid #006AD1;
    border-right: 1px solid #006AD1;
    background: #fff;
}

#koshu2 td {
    display: block;
    width: fit-content;
    padding: 1rem 2rem;
    border-bottom: 1px solid #006AD1;
    border-left: 1px solid #006AD1;
}


#koshu2 small {
    display: inline-block;
    margin-top: 0.5rem;
}

@media screen and (max-width:1200px) {
    #b1 {
        margin: 4rem 0 1rem;
    }

    #koshu {
        background: url(../image/hs5.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #koshu dd>a {
        margin: 1rem 0 1rem;
    }

    #koshu dt::after {
        transform: scale(0.5) translate(-45%, 50px);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #b1 {
        margin: 3rem 0 1rem;
    }

    #koshu {
        background: url(../image/hs4.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #koshu dt::after {
        transform: scale(0.4) translate(-55%, 50px);
    }
}

@media screen and (max-width:768px) {
    #b1 {
        margin: 2rem 0 1rem;
    }

    #b1>p:nth-of-type(1) {
        margin: 0 0 2rem;
    }

    #b1>p:nth-of-type(1) img {
        width: 250px;
        margin-bottom: 1rem;
    }

    #b1>div p img {
        width: 40%;
        height: auto;
    }

    #b1 dl {
        margin: 1rem 0;
    }

    #koshu {
        background: url(../image/hs2.png) no-repeat center bottom, linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #koshu dt {
        padding: 2rem 0 0;
        width: 100%;
    }

    #koshu dt::after {
        transform: scale(0.32) translate(-100%, 150px);
    }

    #koshu dd>a+p {
        padding-bottom: 2rem;
    }

    #koshu2 {
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    #b1 {
        margin: 1.5rem 0 1rem;
    }

    #b1>p:nth-of-type(1) img {
        width: 200px;
    }


    #b1>div p img {
        width: 60%;
    }

    #b1>ul {
        width: 90%;
    }

    #b1>ul li {
        width: 30%;
        margin: 0 0.5rem;
    }

    #b1>ul li img {
        width: 100%;
    }

    #b1>ul li p:nth-of-type(1) {
        padding: 0.25rem 1rem;
    }

    #koshu {
        background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    }

    #koshu dt {
        padding: 1.5rem 0 0;
        font-size: 320%;
    }

    #koshu dt::after {
        transform: scale(0.23) translate(-270%, 250%);
    }

    #koshu dd p:nth-of-type(1) {
        font-size: 170%;
    }

    #koshu dd p:nth-of-type(2) {
        font-size: 250%;
        margin: 0.75rem 0;
    }

    #koshu dd>a {
        margin: 1rem 0;
        padding: 0.5rem 1rem;
        font-size: 130%;
    }

    #koshu dd>a+p {
        padding-bottom: 1rem;
    }

    #koshu dd>a+p+p img {
        width: 100%;
        height: auto;
    }

    #koshu2 dl {
        padding: 1rem 1rem 2rem;
    }

    #koshu2 small {
        font-size: 70%;
    }
}


/*-------------- #yume1--------------*/

#yume1 {
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#yume1>p {
    text-align: center;
}

#yume1>p img {
    width: 90%;
}

#yume1 dl {
    margin: 0 auto 1rem;
    border: 5px solid #006AD1;
    border-radius: 30px;
}

#yume1 dt {
    background: #006AD1;
    color: #fff;
    font-size: 160%;
    padding: 2rem 0;
    border-radius: 20px 20px 0 0;
}

#yume1 dt span {
    display: inline-block;
    letter-spacing: -0.2rem;
}

#yume1 ul {
    display: flex;
    flex-wrap: wrap;
}

#yume1 li {
    width: 50%;
    padding: 1rem 1.5rem;
    border-bottom: 5px solid #006AD1;
}

#yume1 li:nth-last-of-type(1),
#yume1 li:nth-last-of-type(2) {
    border-bottom: none;
}

#yume1 li:nth-child(odd) {
    border-right: 5px solid #006AD1;
}

#yume1 h3 {
    font-size: 130%;
    font-weight: 900;
    margin: 1rem 0 0;
    color: #006AD1;
}

#yume1 li img {
    width: 90%;
    height: auto;
    margin: 1rem auto 0;
}

#yume1 li p:nth-of-type(2),
#yume1 li p:nth-of-type(3) {
    text-align: justify;
}

#yume1 li p:nth-of-type(2) {
    letter-spacing: 0;
    font-size: 70%;
    line-height: 1.7;
    color: #006AD1;
}

#yume1 p a {
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    background: #006AD1;
    color: #fff;
    margin: 1rem auto 0.5rem;
    border-radius: 3rem;
    font-size: 80%;
    text-align: center;
}

#yume1 p a:hover {
    background: #00AEFF;
}

#yume1 dl+h3 {
    font-weight: 900;
    font-size: 180%;
    margin: 3rem 0;
}

#yume1 dl+h3+p {
    position: relative;
    z-index: 3;
}

#yume1 dl+h3+p img {
    width: 50%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    #yume1 dl {
        border: 4px solid #006AD1;
        border-radius: 20px;
    }

    #yume1 dt {
        border-radius: 15px 15px 0 0;
    }

    #yume1 li {
        border-bottom: 4px solid #006AD1;
    }

    #yume1 li:nth-child(odd) {
        border-right: 4px solid #006AD1;
    }
}

@media screen and (max-width:768px) {
    #yume1 {
        width: 90%;
    }

    #yume1 h3 {
        margin: 0.5rem 0 0;
    }

    #yume1 dl {
        border: 3px solid #006AD1;
    }

    #yume1 li {
        border-bottom: 3px solid #006AD1;
    }

    #yume1 li:nth-child(odd) {
        border-right: 3px solid #006AD1;
    }

    #yume1 dl+h3 {
        margin: 2rem 0;
    }

    #yume1 li p:nth-of-type(2) {
        font-size: 80%;
    }
}

@media screen and (max-width:480px) {
    #yume1>p {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }

    #yume1>p:nth-of-type(1) img {
        width: 150%;
        margin: 0 auto;
        transform: translate(-15%, 0);
    }

    #yume1 dt {
        font-size: 170%;
        padding: 0.5rem 0;
    }

    #yume1 li {
        width: 100%;
        padding: 0.5rem 1rem;
    }

    #yume1 li:nth-child(odd) {
        border-right: none;
    }

    #yume1 li:nth-last-of-type(2) {
        border-bottom: 3px solid #006AD1;
    }

    #yume1 li p:nth-of-type(3) {
        text-align: center;
    }

    #yume1 li img {
        margin: 0.5rem auto
    }

    #yume1 h3 {
        font-size: 130%;
        margin: 0.5rem 0 0;
    }

    #yume1 p a {
        font-size: 90%;
        margin: 0.5rem auto;
    }

    #yume1 dl+h3 {
        margin: 1rem 0;
        font-size: 150%;
    }

    #yume1 dl+h3+p img {
        width: 70%;
    }
}

/*-------------- campaign--------------*/

#campaign {
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#campaign>div:nth-of-type(1) {
    background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    color: #fff;
    padding: 2rem 5%;
    border-radius: 30px;
    margin: -12px auto 3rem;
    position: relative;
}

#campaign>div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(25px, 3px);
    display: inline-block;
    width: 250px;
    height: 223px;
    background: url(../image/y14@2x.png);
    background-size: contain;
}

p.y_title {
    color: #FCF100;
    font-size: 140%;
    font-weight: 900;
    margin: 1.5rem 0;
}

#campaign h2 {
    font-size: 200%;
    margin-bottom: 1rem;
}

/*-------------- 20campain --------------*/
#campaign h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#campaign h2 span {
    display: inline-block;
    text-align: left;
}

#campaign h2 span span {
    color: #FBF000;
    font-size: 80%;
    margin-left: -1rem;
}

#campaign h2 img {
    width: 150px;
    height: auto;
    margin-right: 0.5rem;
}

/*-------------- 20campain --------------*/

/* #campaign h2 + p{
    color:#FBF000;
    background: #006AD1;
    padding:0.5rem 1.5rem;
    font-size:130%;
    border-radius: 15px;
    display: inline-block;
    margin-bottom:0.5rem;
} */

p small {
    display: inline-block;
    font-size: 70%;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
}

#campaign section {
    position: relative;
    background: #fd57a4;
    padding: 2em 1rem;
    margin: 4rem 0 1.5rem;
    border-radius: 20px;
}

#campaign section h3 {
    background: #fff;
    color: #006AD1;
    display: inline-block;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 140%;
    font-weight: 900;
    position: relative;
    transform: translateY(-5rem);
    line-height: 1.2;
}

#campaign section h3 small {
    color: #fd57a4;
    display: inline-block;
}

#campaign section h3::after {
    content: "▼";
    position: absolute;
    bottom: -0.9em;
    color: #fff;
    left: 50%;
    transform: scale(0.8) translate(-50%, -0.25rem);
}

#campaign section div:nth-of-type(1) p {
    margin: -2rem 0 1rem;
    font-size: 130%;
}

#campaign section ul {
    margin: -1rem 0 1rem;
}

#campaign section li {
    font-size: 80%;
    display: inline-block;
}

#campaign section div:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 1rem;
}

#campaign section div:nth-of-type(2) p:nth-of-type(1) img {
    width: 246px;
    height: auto;
}

#campaign section div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 180%;
    font-weight: 900;
}

#campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(90%, 60%);
}

#campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) img {
    width: 190px;
    height: auto;
}

#campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, 90%);
}

#campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) img {
    width: 270px;
    height: auto;
}

#campaign section+p {
    font-size: 140%;
    line-height: 1.4;
}

.inq_box {
    margin-bottom: 3rem;
}

.inq_box ul {
    display: flex;
    justify-content: space-between;
}

.inq_box p {
    font-size: 140%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-self: center;
}

.inq_box p i {
    display: inline-block;
    margin: 0.25rem 0.5rem 0;
    color: #FF007F;
}

.inq_box li a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    padding: 1rem 0.5rem;
    justify-content: center;
    font-size: 120%;
}

.inq_box li:nth-of-type(1) {
    width: 23%;
}

.inq_box li i {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.inq_box li:nth-of-type(1) a {
    background: #06C755;
}

.inq_box li img {
    width: 2.5rem;
    height: auto;
    margin: 0 0.5rem -0.15rem 0;
}

.inq_box li:nth-of-type(2) {
    width: 44%;
    letter-spacing: 0;
}

.inq_box li:nth-of-type(2) a {
    background: #00AEFF;
}

.inq_box li:nth-of-type(3) {
    width: 30%;
    letter-spacing: 0;
}

.inq_box li:nth-of-type(3) a {
    background: #FF6800;
}

.inq_box li:nth-of-type(1) a:hover,
.inq_box li:nth-of-type(2) a:hover,
.inq_box li:nth-of-type(3) a:hover {
    background: #1E296F;
}

@media screen and (max-width:1200px) {
    #campaign section h3 {
        transform: translateY(-4rem);
    }
}

@media screen and (max-width:1024px) {
    #campaign>div:nth-of-type(1) {
        margin: -5px auto 3rem;
    }

    #campaign>div:nth-of-type(1)::after {
        transform: translate(20px, 3px);
        width: 200px;
        height: 180px;
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) {
        transform: translate(90%, 60%);
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) img {
        width: 160px;
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) {
        transform: translate(-50%, 90%);
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) img {
        width: 230px;
    }

    .inq_box li a {
        font-size: 110%;
    }
}

@media screen and (max-width:768px) {
    #campaign>div:nth-of-type(1) {
        margin: -5px auto 2rem;
    }

    #campaign>div:nth-of-type(1)::after {
        transform: translate(20px, 3px);
        width: 145px;
        height: 130px;
    }

    #campaign section div:nth-of-type(2) p:nth-of-type(1) img {
        width: 170px;
    }

    #campaign section h3 {
        transform: translateY(-3.5rem);
    }

    p.y_title {
        margin: 0.5rem 0;
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) {
        transform: translate(90%, 60%);
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) img {
        width: 120px;
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) {
        transform: translate(-50%, 90%);
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) img {
        width: 180px;
    }

    .inq_box {
        margin-bottom: 2rem;
    }

    .inq_box p {
        font-size: 130%;
        letter-spacing: 0;
    }

    .inq_box li i {
        font-size: 1.25rem;
        margin-right: 0.25rem;
    }

    .inq_box li a {
        font-size: 100%;
        padding: 0.5rem;
    }

    .inq_box li img {
        width: 1.5rem;
    }
}

@media screen and (max-width:480px) {
    #campaign>div:nth-of-type(1) {
        margin: -5px auto 1rem;
    }

    #campaign>div:nth-of-type(1) {
        padding: 1.5rem 5%;
        border-radius: 15px;
    }

    #campaign section {
        padding: 3em 0.5rem 1rem;
        margin: 3em 0 1rem;
        border-radius: 10px;
    }

    #campaign h2 {
        font-size: 180%;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    #campaign section h3 {
        transform: translateY(-4rem);
    }

    p.y_title {
        margin: 0.25rem 0;
    }

    #campaign section div:nth-of-type(1) p {
        margin: -3rem 0 1rem;
    }

    #campaign section:nth-of-type(2)+p {
        font-size: 120%;
        text-align: left;
        margin-left: 10%;
    }

    #campaign>div:nth-of-type(1)::after {
        transform: translate(10px, 3px);
        width: 130px;
        height: 115px;
    }

    #campaign section div:nth-of-type(2) p:nth-of-type(1) img {
        width: 120px;
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(1) img {
        margin-right: 70px;
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(1) img {
        margin-left: 70px;
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) {
        transform: translate(25%, 60%);
    }

    #campaign section:nth-of-type(1) div:nth-of-type(2) p:nth-of-type(3) img {
        width: 100px;
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) {
        transform: translate(-5%, 100%);
    }

    #campaign section:nth-of-type(2) div:nth-of-type(2) p:nth-of-type(3) img {
        width: 150px;
    }

    .inq_box p i {
        margin: 0.4rem 0.25rem 0;
    }

    .inq_box li a {
        display: block;
    }

    .inq_box li:nth-of-type(1) {
        width: 25%;
    }

    .inq_box li:nth-of-type(2) {
        width: 30%;
    }

    .inq_box li:nth-of-type(3) {
        width: 42%;
    }

    /*-------------- 20campain --------------*/
    #campaign h2 {
        display: block;
        line-height: 1.5;
    }

    #campaign h2 span {
        text-align: center;
    }

    #campaign h2 img {
        width: 150px;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    /*-------------- 20campain --------------*/
}

/*-------------- about yumesaki_juku--------------*/
#about {
    text-align: center;
    background-image: url(../image/y17.png), linear-gradient(90deg, rgb(52, 170, 97), rgb(99, 209, 134) 50%, rgb(57, 170, 100));
    background-size: 720px auto, cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 5rem 0 600px;
    position: relative;
    color: #1E296F;
    margin-top: -10px;
}

#about h1 {
    margin-bottom: 2rem;
    font-size: 1.8em;
}

#about section:nth-of-type(1) {
    margin-bottom: 2rem;
}

#about section:nth-of-type(1) p {
    line-height: 2.25;
    margin-bottom: 1.5rem;
    font-size: 80%;
}

#about section:nth-of-type(2) p img {
    width: 429px;
    height: auto;
}

#about section:nth-of-type(2) p span {
    display: inline-block;
    font-size: 130%;
}

#about section:nth-of-type(2) p:nth-of-type(2) {
    position: absolute;
    left: 50%;
    bottom: 300px;
    transform: translate(200%, 0);
}

#about section:nth-of-type(2) p:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../image/y19.png);
    background-size: cover;
    top: -20px;
    left: -35px;
}

#about section:nth-of-type(2) p:nth-of-type(2)::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../image/y20.png);
    background-size: cover;
    bottom: -20px;
    left: -35px;
}

#about dl {
    position: absolute;
    text-align: left;
    left: 50%;
    bottom: 50px;
    transform: translate(200%, 0);
}

#about dt {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1rem;
}

#about dt span {
    display: inline-block;
    font-size: 8px;
}

#about dd {
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 2;
}

@media screen and (max-width:1200px) {
    #about {
        background-size: 630px auto, cover;
        padding: 5rem 0 500px;
        margin-top: -5px;
    }

    #about dl {
        transform: translate(180%, 0);
    }
}

@media screen and (max-width:1024px) {
    #about {
        background-size: 550px auto, cover;
        padding: 5rem 0 470px;
    }

    #about h1 {
        margin-bottom: 1.5rem;
        font-size: 1.5em;
    }

    #about section:nth-of-type(1) p {
        margin-bottom: 1rem;
        font-size: 90%;
    }

    #about section:nth-of-type(2) p:nth-of-type(2) {
        left: 47%;
        bottom: 350px;
        transform: translate(200%, 100px);
    }

    #about dl {
        padding: 0.75rem 1rem;
        background: #1E296F;
        color: #fff;
        width: 100%;
        left: 0;
        bottom: -70px;
        transform: translate(0, 0);
        text-align: center;
    }

    #about dt {
        margin-bottom: 0.5rem;
    }

    #about dt br {
        display: none;
    }

    #about dd br {
        display: none;
    }

    #about dd br:nth-of-type(2) {
        display: inline;
    }
}

@media screen and (max-width:768px) {
    #about {
        background-size: 420px auto, cover;
        padding: 3rem 0 340px;
        background-image: url(../image/y17.png), linear-gradient(90deg, rgb(65, 184, 111), rgb(99, 209, 134) 50%, rgb(75, 194, 120));
    }

    #about h1 {
        margin-bottom: 1rem;
    }

    #about section:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    #about section:nth-of-type(2) p img {
        width: 320px;
    }

    #about section:nth-of-type(2) p:nth-of-type(2) {
        left: 47%;
        bottom: 350px;
        transform: translate(195%, 150px);
        font-size: 90%;
    }

    #about section:nth-of-type(2) p:nth-of-type(2)::before {
        width: 17px;
        height: 17px;
        top: -15px;
        left: -25px;
    }

    #about section:nth-of-type(2) p:nth-of-type(2)::after {
        width: 17px;
        height: 17px;
        bottom: -15px;
        left: -25px;
    }
}

@media screen and (max-width:480px) {
    #about {
        background-size: 350px auto, cover;
        padding: 2rem 5% 290px;
        background-image: url(../image/y17@sp.png), linear-gradient(90deg, rgb(65, 184, 111), rgb(99, 209, 134) 50%, rgb(75, 194, 120));
    }

    #about section:nth-of-type(2) p:nth-of-type(2) {
        line-height: 1.7;
        position: relative;
        left: auto;
        bottom: auto;
        transform: translate(0);
        margin-top: 1rem;
    }

    #about section:nth-of-type(2) p:nth-of-type(2)::before {
        width: 20px;
        height: 20px;
        top: auto;
        bottom: -10px;
        left: auto;
        right: 20%;
    }

    #about section:nth-of-type(2) p:nth-of-type(2)::after {
        width: 20px;
        height: 20px;
        bottom: -10px;
        left: 20%;
    }

    #about section:nth-of-type(2) p:nth-of-type(2) br:nth-of-type(2) {
        display: none;
    }

    #about section:nth-of-type(2) p img {
        width: 260px;
    }

    #about section:nth-of-type(1) p {
        line-height: 1.8;
        font-size: 85%;
        letter-spacing: 0;
    }

    #about dd {
        text-align: justify;
    }

    #about dd br:nth-of-type(2) {
        display: none;
    }
}

/*-------------- exm--------------*/

#exm {
    background: #FFF8D9
}

#exm>div:nth-of-type(1) {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0 0;
    text-align: center;
}

#exm>div:nth-of-type(2) {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3rem;
}

#exm h1 {
    font-size: 1.8em;
    margin-bottom: 3rem;
    color: #006AD1;
}

#exm>div:nth-of-type(1) ul {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

#exm>div:nth-of-type(1) li {
    width: 28%;
}

#exm>div:nth-of-type(1) li img {
    width: 90%;
    height: auto;
    margin: 0.75rem 0;
}

#exm ul:nth-of-type(1) li:nth-of-type(1) {
    color: #f15858;
}

#exm ul:nth-of-type(1) li:nth-of-type(2) {
    color: #42885b;
}

#exm ul:nth-of-type(1) li:nth-of-type(3) {
    color: #b28800;
}

#exm li p:nth-of-type(1) {
    font-size: 90%;
}

#exm li p:nth-of-type(3) {
    font-size: 70%;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0;
}

#exm dt {
    margin-bottom: 0.5rem;
    font-size: 90%;
    color: #006AD1;
}

#exm dd {
    font-size: 70%;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0;
    color: #006AD1;
}

#exm dl dd:nth-of-type(2) {
    text-align: center;
}

#exm li dl dd:nth-of-type(2) img {
    width: 90%;
}

#exm div div {
    position: relative;
    margin: 5rem auto;
}

#exm h2 {
    color: #FF007F;
    position: relative;
}

#exm h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(-100%, -40px);
    width: 198px;
    height: 210px;
    background: url(../image/y27.png);
    background-size: cover;
}

#exm h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(100%, -40px);
    width: 198px;
    height: 210px;
    background: url(../image/y28_2.png);
    background-size: cover;
}

#exm h2>span {
    display: inline-block;
}

#exm h2>span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(-4em, 0);
    width: 23px;
    height: 15px;
    background: url(../image/y29.png);
    background-size: cover;
}

#exm h2>span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(4em, 0);
    width: 23px;
    height: 15px;
    background: url(../image/y30.png);
    background-size: cover;
}

#exm h2>span span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(-4em, 0);
    width: 23px;
    height: 15px;
    background: url(../image/y30.png);
    background-size: cover;
}

#exm h2>span span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(4em, 0);
    width: 23px;
    height: 15px;
    background: url(../image/y29.png);
    background-size: cover;
}

@media screen and (max-width:1024px) {
    #exm {
        margin-top: 70px;
    }

    #exm>div:nth-of-type(1) {
        width: 85%;
        padding: 3rem 0 0;
    }

    #exm>div:nth-of-type(2) {
        width: 85%;
    }

    #exm h1 {
        font-size: 1.5em;
    }

    #exm>div:nth-of-type(1) li {
        width: 30%;
    }

    #exm li p:nth-of-type(3) {
        font-size: 80%;
    }

    #exm dd {
        font-size: 80%;
    }

    #exm h2::before {
        transform: translate(-80%, -40px);
        width: 180px;
        height: 190px;
    }

    #exm h2:after {
        transform: translate(80%, -40px);
        width: 180px;
        height: 190px;
    }
}

@media screen and (max-width:768px) {
    #exm>div {
        width: 90%;
    }

    #exm>div:nth-of-type(1) li {
        width: 31%;
    }

    #exm h2::before {
        top: 0;
        right: 50%;
        transform: translate(-95%, -40px);
        width: 140px;
        height: 148px;
    }

    #exm h2:after {
        top: 0;
        left: 50%;
        transform: translate(95%, -40px);
        width: 140px;
        height: 148px;
    }

    #exm h2>span::before {
        transform: translate(-4em, 0);
        width: 19px;
        height: 13px;
    }

    #exm h2>span::after {
        transform: translate(4em, 0);
        width: 19px;
        height: 13px;
    }

    #exm h2>span span::before {
        transform: translate(-4em, 0);
        width: 19px;
        height: 13px;
    }

    #exm h2>span span::after {
        transform: translate(4em, 0);
        width: 19px;
        height: 13px;
    }
}

@media screen and (max-width:480px) {
    #exm h1 {
        margin-bottom: 1rem;
    }

    #exm>div:nth-of-type(1) {
        padding: 2rem 0 0;
        width: 90%;
    }

    #exm>div:nth-of-type(1) ul {
        margin: 1rem auto 0;
        flex-wrap: wrap;
        width: 100%;
    }

    #exm>div:nth-of-type(1) li {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem;
        background: #fff;
        border-radius: 10px;
    }

    #exm>div:nth-of-type(1) li img {
        width: 50%;
        margin: 0.5rem 0;
    }

    #exm>div:nth-of-type(1) ul:nth-of-type(2) img {
        margin: 0;
    }

    #exm>div:nth-of-type(2) {
        padding-bottom: 1.5rem;
    }

    #exm li p:nth-of-type(1) {
        font-size: 110%;
    }

    #exm li p:nth-of-type(3) {
        font-size: 90%;
    }

    #exm dt {
        font-size: 110%;
    }

    #exm dd {
        font-size: 90%;
    }

    #exm li dd img {
        margin: 0.75rem 0 0;
    }

    #exm>div:nth-of-type(1) div {
        margin: 1rem auto 160px;
    }

    #exm h2 {
        font-size: 1.2rem;
    }

    #exm h2::before {
        top: 0;
        right: 0;
        transform: translate(0, 0);
        width: 0;
        height: 0;
        background: none;
    }

    #exm h2:after {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 150px);
        width: 120px;
        height: 148px;
    }

    #exm>div:nth-of-type(2) {
        text-align: center;
    }

    #exm li dl dd:nth-of-type(2) img {
        width: 70%;
    }
}

/*--------------flow--------------*/

#flow {
    text-align: center;
    max-width: 1400px;
    width: 80%;
    margin: 5rem auto;
}

#flow h1 {
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 -3rem;
}

#flow h1.sp {
    display: none;
}

#flow h1 img {
    margin: 0 1rem;
    width: 40%;
    height: auto;
}

#flow section {
    background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    color: #fff;
    padding: 6rem 5% 2rem;
    margin: 0 auto 3rem;
    border-radius: 30px;
}

#flow section>dl>dt {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

#flow section>dl>dd>p {
    font-size: 85%;
    margin-bottom: 2rem;
}

#flow section>dl>dd>ul {
    display: flex;
    flex-wrap: wrap;
}

#flow section>dl>dd>ul>li {
    width: 28%;
    margin-bottom: 2rem;
}

#flow section>dl>dd>ul>li.delta,
#flow section>dl>dd>ul>li.delta2 {
    width: 8%;
    color: #FCF100;
    margin-top: 10%;
}

#flow section>dl>dd>ul>li.delta span:nth-of-type(2) {
    display: none;
}

#flow section>dl>dd>ul>li.delta2 {
    display: none;
}

#flow section>dl>dd>ul>li>p {
    font-size: 70%;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.7;
    font-weight: 500;
}

#flow section>dl>dd>ul>li>p span {
    border-bottom: 1px dotted #fff;
}

#flow section>dl>dd>ul>li>div {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    color: #1E296F;
    margin-bottom: 1rem;
}

#flow section>dl>dd>ul>li>div img {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}

#flow section>p {
    margin: 2rem 0 1rem;
    color: #FCF100;
}

#flow section>div>p {
    width: 70%;
    color: #1E296F;
    background: #fff;
    padding: 1.25rem;
    border-radius: 10px;
    margin: 0 auto 1rem;
    font-size: 120%;
    letter-spacing: 0;
}

#flow section>div>p img {
    width: 62px;
    height: auto;
}

#flow section>div>div {
    margin: 4rem 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#flow section>div>div p {
    width: 26%;
}

#flow section>div>div p img {
    width: 100%;
    height: auto;
}

#flow section>div>div>dl {
    width: 70%;
}

#flow section>div>div>dl dt {
    text-align: left;
    font-size: 120%;
    margin-bottom: 0.5rem;
}

#flow section>div>div>dl>dd {
    text-align: justify;
    font-size: 80%;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.8;
}

#flow>div:nth-of-type(1)>dl {
    margin: 0 0 2rem;
    color: #006AD1;

}

#flow>div:nth-of-type(1)>dl>dt {
    display: inline-block;
    padding: 0.52rem 2rem;
    border-radius: 2rem;
    font-size: 140%;
    margin-bottom: 2rem;
    color: #fff;
    background: #006AD1;

}

#flow>div:nth-of-type(1) i {
    color: #fd57a4;
}

#flow>div:nth-of-type(1)>dl>dd {
    display: flex;
    text-align: justify;
    justify-content: space-between;
}

#flow>div:nth-of-type(1) dl dl {
    width: 48%;
}

#flow>div:nth-of-type(1) dl dl dt {
    font-size: 130%;
    margin-bottom: 0.5rem;
}

#flow>div:nth-of-type(1) dl dl dd {
    display: flex;
    justify-content: space-between;
}

#flow>div:nth-of-type(1) dl dl dd p {
    font-size: 80%;
    letter-spacing: 0;
}

#flow>div:nth-of-type(1) dl dl dd p:nth-of-type(1) {
    width: 65%
}

#flow>div:nth-of-type(1) dl dl dd p:nth-of-type(2) {
    width: 30%
}

#flow>div:nth-of-type(1) dl dl dd p img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1024px) {
    #flow section {
        padding: 4.5rem 5% 1rem;
        margin: 0 auto 3rem;
        border-radius: 20px;
    }

    #flow section>dl>dd>ul>li {
        margin-bottom: 1rem;
    }

    #flow section>div>div {
        margin: 2rem 0 1rem;
    }
}

@media screen and (max-width:768px) {
    #flow {
        width: 90%;
        margin: 2rem auto;
    }

    #flow h1 {
        margin: 0 0 -1.5rem;
    }

    #flow h1 img {
        width: 40%;
    }

    #flow section>dl>dd>p {
        font-size: 90%;
        margin-bottom: 1rem;
    }

    #flow section {
        padding: 3rem 4% 1rem;
        margin: 0 auto 2rem;
        border-radius: 15px;
    }

    #flow section>div>p {
        width: 100%;
        padding: 1.2rem;
        font-size: 130%;
        margin: 0 auto;
    }

    #flow section>div>p img {
        width: 45px;
    }

    #flow section>dl>dd>ul>li {
        width: 30%;
    }

    #flow section>dl>dd>ul>li.delta,
    #flow section>dl>dd>ul>li.delta2 {
        width: 5%;
    }
}

@media screen and (max-width:480px) {
    #flow {
        margin: 1rem auto;
    }

    #flow h1.pc2 {
        display: none;
    }

    #flow h1.sp {
        display: block;
    }

    #flow h1 img {
        display: block;
        margin: 0.5rem auto 0;
        width: 80%;
    }

    #flow section {
        padding: 2rem 7% 1rem;
        margin: 0 auto 1rem;
        border-radius: 10px;
    }

    #flow section>div>p {
        padding: 0.75rem;
    }

    #flow section>div>p img:nth-of-type(2) {
        display: none;
    }

    #flow section>dl>dd>p {
        text-align: justify;
    }

    #flow section>dl>dd>p br {
        display: none;
    }

    #flow section>dl>dd>ul {
        display: block;
    }

    #flow section>dl>dd>ul>li {
        width: 100%;
        margin-bottom: 1rem;
    }

    #flow section>dl>dd>ul>li>p {
        font-size: 100%;
    }

    #flow section>dl>dd>ul>li.delta span:nth-of-type(1) {
        display: none;
    }

    #flow section>dl>dd>ul>li.delta {
        text-align: center;
        width: 100%;
        margin: 0 auto 1rem;
    }

    #flow section>dl>dd>ul>li.delta2 {
        display: block;
    }

    #flow section>dl>dd>ul>li.delta span:nth-of-type(2),
    #flow section>dl>dd>ul>li.delta2 span:nth-of-type(1) {
        display: inline;
    }

    #flow section>dl>dd>ul>li>div {
        padding: 0.75rem;
        margin-bottom: 0.5rem;
        font-size: 140%
    }

    #flow section>dl>dd>ul>li>div img {
        width: 70%;
        margin-top: 0
    }

    #flow section>div>div {
        margin: 1rem 0;
    }

    #flow section>div>div {
        margin: 1rem 0 0;
        flex-direction: column-reverse;
    }


    #flow section>div>div dl {
        width: 100%;
    }

    #flow section>div>div dl dt {
        text-align: center;
    }

    #flow section>div>div p {
        margin-top: 1rem;
        width: 55%;
    }

    #flow>div:nth-of-type(1)>dl {
        margin: 1rem auto;
    }

    #flow>div:nth-of-type(1)>dl>dt {
        margin-bottom: 1rem;
        font-size: 130%;
    }

    #flow>div:nth-of-type(1)>dl>dd {
        display: block;
    }

    #flow>div:nth-of-type(1) dl dl {
        width: 100%;
    }

    #flow>div:nth-of-type(1) dl dl dt {
        text-align: center;
        margin-bottom: 0.25rem;
    }

    #flow>div:nth-of-type(1) dl dl dd {
        display: block
    }

    #flow>div:nth-of-type(1) dl dl:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    #flow>div:nth-of-type(1) dl dl dd p:nth-of-type(1) {
        width: 100%;
    }

    #flow>div:nth-of-type(1) dl dl dd p:nth-of-type(2) {
        width: 40%;
        margin: 0.5rem auto;
    }
}

/*-------------- timetable--------------*/

#timetable {
    text-align: center;
    max-width: 1400px;
    width: 80%;
    margin: 5rem auto;
}

#timetable>p {
    margin: 0 0 -5.5rem;
}

#timetable p img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}

#timetable section {
    background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    color: #fff;
    padding: 6rem 5% 2rem;
    margin: 0 auto 3rem;
    border-radius: 30px;
}

#timetable section>dl>dt {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

#timetable section>dl>dd {
    font-size: 85%;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
}

#timetable section>p:nth-of-type(1) {
    background: #fff;
    color: #006AD1;
    padding: 1rem;
    font-size: 85%;
    border-radius: 10px;
    width: 70%;
    margin: 0 auto 2rem;
}

#timetable section>p:nth-of-type(1) span {
    display: inline-block;
    border: 0.1px solid #bbb;
    padding: 0 0.25rem;
    letter-spacing: 0;
}

#timetable section>p:nth-of-type(2) {
    margin-bottom: -2rem;
}

#timetable section>p:nth-of-type(2) img {
    width: 50%;
    max-width: 378px;
    height: auto;
}

#timetable table {
    width: 100%;
    font-size: 80%;
    margin: 0 0 2rem;
    background: #fff;
    color: #006AD1;
    letter-spacing: 0;
}

#timetable table:nth-of-type(2) {
    margin: 0 0 1.5rem;
}

#timetable table caption {
    text-align: left;
    font-size: 120%;
    margin-bottom: 0.5rem;
    color: #fff;
}

#timetable table th,
#timetable table td {
    padding: 0.5rem;
    border: solid 2px #00A9FF;
    vertical-align: middle;
    line-height: 1.3;
}

.blue_back {
    background: #006AD1;
    color: #fff;
}

.y_back {
    background: #FFF8D9;
    color: #006AD1;
}

.sblue_b {
    background: #65CEFF;
    color: #1E296F;
}

.pink_b {
    background: #FF8989;
    color: #006AD1;
}

#timetable table .red {
    color: #FF007F;
}

.gray_b {
    background: #E4E6EA;
    color: #006AD1;
}

.gray_ {
    background: #E4E6EA;
}

#timetable table th img {
    width: 210px;
    height: auto;
}

#timetable table tr.clock2 {
    display: none;
}

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

    #timetable table th,
    #timetable table td {
        padding: 0.5rem 0.75rem;
    }

    #timetable table th img {
        width: 140px;
    }
}

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

    #timetable table th,
    #timetable table td {
        padding: 0.5rem 0.5rem;
    }

    #timetable table th img {
        width: 110px;
    }
}

@media screen and (max-width:768px) {
    #timetable {
        width: 90%;
        margin: 3rem auto 1rem;
    }

    #timetable section {
        padding: 5rem 5% 1rem;
        margin: 0 auto 2rem;
        border-radius: 20px;
    }

    #timetable section>p:nth-of-type(1) {
        margin: 0 auto 1rem;
    }

    #timetable>p {
        margin: 0 0 -4.5rem;
    }

    #timetable p img {
        width: 80px;
    }

    #timetable section>dl>dd {
        margin-bottom: 1rem;
    }

    #timetable section>p:nth-of-type(2) {
        margin-bottom: -1rem;
    }

    #timetable table th,
    #timetable table td {
        padding: 0.25rem 0.5rem;
    }
}

@media screen and (max-width:600px) {
    #timetable table th.clock {
        display: none;
    }
}

@media screen and (max-width:480px) {
    #timetable {
        margin: 1rem auto;
    }

    #timetable section {
        padding: 5rem 5% 1px;
        margin: 0 auto 0;
        border-radius: 10px;
    }

    #timetable section>dl>dd {
        margin-bottom: 1rem;
        text-align: justify;
    }

    #timetable section>dl>dd br {
        display: none;
    }

    #timetable>p {
        margin: 0 0 -4rem;
    }

    #timetable section>p:nth-of-type(1) {
        padding: 0.5rem;
        width: 100%;
        text-align: justify;
    }

    #timetable section>p:nth-of-type(1) br {
        display: none;
    }

    #timetable p img {
        width: 70px;
    }

    #timetable section>p:nth-of-type(2) {
        margin-bottom: 0;
    }

    #timetable section>p:nth-of-type(2) img {
        width: 80%;
    }

    #timetable table {
        margin: 0 0 1rem;
    }

    #timetable table .time {
        line-height: 0.8;
    }

    #timetable table th,
    #timetable table td {
        padding: 0.2rem 0.2rem;
    }

    #timetable table tr.clock2 {
        display: table-row;
    }

    #timetable table th img {
        width: 90px;
    }
}

/*-------------- price--------------*/

#price {
    text-align: center;
    max-width: 1400px;
    width: 80%;
    margin: 5rem auto;
}

#price>p {
    margin: 0 0 -5.5rem;
}

#price>p img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}

#price section {
    background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    color: #fff;
    padding: 6rem 5% 2rem;
    margin: 0 auto 3rem;
    border-radius: 30px;
}

#price section>dl>dt {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

#price section>dl>dd {
    font-size: 85%;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
}

#price section p {
    margin: 0 0 2rem;
}

#price section p img {
    width: 418px;
    height: auto;
}

#price table {
    width: 100%;
    font-size: 80%;
    margin: 0 0 2rem;
    background: #fff;
    color: #006AD1;
    letter-spacing: 0;
}

#price table caption {
    text-align: center;
    font-size: 140%;
    margin-bottom: 0.5rem;
    color: #fff;
}

#price table caption span {
    display: inline-block;
    font-size: 80%;
}

#price table th,
#price table td {
    padding: 1rem 0.5rem;
    border: solid 2px #00A9FF;
    vertical-align: middle;
    line-height: 1.3;
}

#price table td {
    font-size: 115%;
}

#price table:nth-of-type(1) tr:nth-of-type(1) th {
    color: #fff;
    background: #006AD1;
    line-height: 1;
}

#price table:nth-of-type(1) tr:nth-of-type(1) span {
    display: inline-block;
    font-size: 80%;
    ;
}

#price table tr th.pink_b2 {
    color: #fff;
    background: #FF4BA5;
}

#price table:nth-of-type(2) th {
    background: #006AD1;
    color: #fff;
}

#price table:nth-of-type(2) td {
    text-align: left;
    padding: 1rem;
}

#price table:nth-of-type(2) span {
    display: inline-block;
    font-size: 80%;
    ;
    font-weight: 500;
}

@media screen and (max-width:768px) {
    #price {
        width: 90%;
        margin: 1rem auto;
    }

    #price section {
        padding: 5rem 5% 1rem;
        margin: 0 auto 2rem;
        border-radius: 20px;
    }

    #price section p img {
        width: 300px;
    }

    #price section>p:nth-of-type(1) {
        margin: 0 auto 1rem;
    }

    #price>p {
        margin: 0 0 -4.5rem;
    }

    #price p img {
        width: 80px;
    }

    #price table:nth-of-type(2) {
        margin: 0 0 1rem;
    }
}

@media screen and (max-width:480px) {
    #price section {
        margin: 0 auto 1rem;
    }

    #price>p {
        margin: 0 0 -4rem;
    }

    #price>p img {
        width: 70px;
    }

    #price table {
        margin: 0 0 1rem;
    }

    #price section p img {
        width: 270px;
    }

    #price section>dl>dd {
        margin-bottom: 1rem;
        text-align: justify;
    }

    #price section>dl>dd br {
        display: none;
    }

    #price table th,
    #price table td {
        padding: 0.75rem 0.25rem;
    }

    #price table:nth-of-type(1) tr:nth-of-type(1) span {
        font-size: 70%;
        ;
    }
}

/*-------------- solution-------------*/

#solution {
    background: #00AEFF;
    margin: 0 auto;
    padding: 5rem 0;
}

#solution h1 {
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    padding: 0 0 3rem;
}

#solution section {
    padding: 2rem 5%;
    background: #FFF8D9;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

#solution section>p {
    display: flex;
    margin: 0 auto 1.5rem;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    line-height: 1.2;
}

#solution section>p img {
    width: 174px;
    height: auto;
}

#solution section>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem;
}

#solution dl {
    display: flex;
    margin: 0 2rem 2rem 0;
}

#solution dl dt {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-size: 80%;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 10px;
}

#solution dl:nth-of-type(1) dt {
    color: #fff;
    background: #FF00A9;
}

#solution dl:nth-of-type(2) dt {
    color: #fff;
    background: #00A9FF;
}

#solution dd {
    font-size: 70%;
    color: #006AD1;
}

#solution li {
    margin: 0 0 0.5rem 1rem;
    text-indent: -1rem;
    ;
}

#solution section>div>p {
    width: 35%;
}

#solution section>div>p img {
    width: 100%;
    height: auto;
}

#solution h2 {
    text-align: center;
    color: #FF00A9;
    font-size: 1.5rem;
}

#solution section h2:nth-of-type(1) {
    border-bottom: 3px solid #00A9FF;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

@media screen and (max-width:768px) {
    #solution {
        padding: 2rem 0;
    }

    #solution h1 {
        padding: 0 0 1rem;
        font-size: 1.5em;
    }

    #solution section {
        padding: 1.5rem 3%;
        border-radius: 20px;
        width: 90%;
    }

    #solution section>p img {
        width: 135px;
        height: auto;
    }

    #solution section>div {
        margin: 0;
    }

    #solution dl {
        margin: 0 1.5rem 1.5rem 0;
    }

    #solution dl dt {
        margin-right: 0.75rem;
        padding: 0.5rem 0.75rem;
        text-align: center;
    }

    #solution dd {
        font-size: 80%;
    }

    #solution section>div>p {
        width: 40%;
    }

    #solution h2 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:480px) {
    #solution {
        padding: 1rem 0;
    }

    #solution h1 {
        font-size: 1.3em;
    }

    #solution section {
        padding: 1rem 5%;
        border-radius: 20px;
        width: 90%;
    }

    #solution h2 {
        font-size: 1.1rem;
    }

    #solution section>p {
        margin: 0 auto;
        font-size: 115%;
    }

    #solution section>div {
        display: block;
    }

    #solution dl {
        display: block;
        margin: 1rem auto;
    }

    #solution br.tab {
        display: none;
    }

    #solution dl dt {
        text-align: center;
        display: block;
        margin: 0 0 0.5rem;
        font-size: 110%;
        border-radius: 5px;
    }

    #solution section>div>p {
        width: 70%;
        margin: 0 auto 1rem;
    }

    #solution section h2:nth-of-type(1) {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

/*--------------faq------------*/

#faq {
    margin: 0 auto;
    padding: 5rem 0;
}

#faq h1 {
    text-align: center;
    font-size: 1.8em;
    padding: 0 0 3rem;
    color: #006AD1;
}

#faq section {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

li.faq_title {
    margin: 0.5rem 0 0.5rem 1rem;
    color: #006AD1;
}

.trigger {
    padding: 1.25rem 2rem;
    color: #006AD1;
    background: #FFF072;
    margin-bottom: 1rem;
    font-size: 90%;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.trigger p {
    width: 90%;
}

.trigger:hover {
    cursor: pointer;
    background: #00A9FF;
    color: #fff;
}

.trigger h4 {
    font-weight: 400;
}

.trigger em {
    height: 35px;
    width: 35px;
    position: relative;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    transition: background-color 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.trigger em::before {
    height: 13px;
    width: 3px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background-color: #006AD1;
    transform: translate3d(-50%, -50%, 0px);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.trigger em::after {
    height: 3px;
    width: 13px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background-color: #006AD1;
    transform: translate3d(-50%, -50%, 0px);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.trigger.show em::before {
    height: 13px;
    width: 3px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    transform: translate3d(-50%, -50%, 0px);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.trigger.show em::after {
    height: 3px;
    width: 13px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background-color: #006AD1;
    transform: translate3d(-50%, -50%, 0px);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.target {
    height: 0;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    font-size: 70%;
    padding: 0 1rem;
    color: #006AD1;
    letter-spacing: 0;
}

.target.open {
    height: auto;
    opacity: 1;
    line-height: 2;
    margin-bottom: 2rem;
}

@media screen and (max-width:768px) {
    #faq {
        padding: 3rem 0;
    }

    #faq section {
        width: 90%;
    }

    #faq h1 {
        font-size: 1.5em;
        padding: 0 0 1.5rem;
    }

    .trigger {
        padding: 1.25rem 2rem;
        margin-bottom: 1rem;
        font-size: 100%;
    }

    .trigger em {
        height: 25px;
        width: 25px;
    }

    .trigger em::before {
        height: 10px;
        width: 2px;
    }

    .trigger em::after {
        height: 2px;
        width: 10px;
    }

    .trigger.show em::before {
        height: 10px;
        width: 2px;
    }

    .trigger.show em::after {
        height: 2px;
        width: 10px;
    }

    .target {
        font-size: 80%;
    }

    li.faq_title {
        font-size: 110%;
    }
}

@media screen and (max-width:480px) {
    #faq {
        padding: 1.5rem 0;
    }

    #faq h1 {
        padding: 0 0 1rem;
    }

    .trigger {
        padding: 0.75rem 1rem;
    }
}

/*-------------- form --------------*/

#form {
    text-align: center;
    background: #00A9FF;
    padding: 5rem 0;
    margin: 0 auto 5rem;
}

#form h1 {
    margin-bottom: 2rem;
    font-size: 1.8em;
    color: #fff;
}

#form section {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

#form section>p {
    font-size: 80%;
    margin: 0 0 1.5rem;
    line-height: 2;
    color: #fff;
}

#form section>ul {
    font-size: 80%;
    border: 1px solid #fff;
    border-radius: 10px;
    width: fit-content;
    margin: -0.5rem auto 1rem;
    text-align: left;
    padding: 1rem 1.5rem;
    color: #fff;
}

#form section>ul li {
    margin: 0 0 0.75rem;
}

#form section>ul li:nth-last-of-type(1) {
    margin: 0;
}

.yellow {
    display: inline-block;
    color: #FFFF00;
}

a.line {
    display: inline-block;
    background: #06C755;
    border: 1px solid #fff;
    padding: 0 1rem;
    border-radius: 5px;
    margin: 1rem 0.5rem;
    color: #fff;
}

a.line img {
    width: 1em;
    height: auto;
    vertical-align: middle;
    margin-right: 0.5rem;
}

a.line:hover {
    background: #1E296F;
}

a.tel {
    display: inline-block;
    background: #FF6800;
    border: 1px solid #fff;
    padding: 0 1rem;
    border-radius: 5px;
    color: #fff;
    margin: 1rem 0.5rem;
}

form {
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 2rem 3rem;
}

form h2 {
    text-align: center;
}

form h3 {
    background: #006AD1;
    color: #fff;
    padding: 0.25rem 1rem;
    margin-top: 1rem;
    font-size: 90%;
}

form dt,
form dd {
    font-size: 80%;
    letter-spacing: 0;
}

form dl dl dt,
form dl dl dd {
    font-size: 100%;
}

form>dl>dd span {
    display: inline-block;
    font-size: 80%;
}

form>dl>dt>span {
    font-size: 90%;
}

form .check {
    display: flex;
    flex-wrap: wrap;
}

form .check div {
    margin-right: 1rem;
}

form dd.check {
    color: #555;
}

form dd.required {
    color: #555;
}

#policy {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    color: #555;
    height: 300px;
    overflow: scroll;
    border: 1px solid #bbb;
}

#policy p {
    margin-bottom: 1rem;
}

#policy b {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

#policy dd {
    display: block;
    margin: 0 0 1.5rem 1rem;
}

@media screen and (max-width:768px) {
    #form {
        padding: 3rem 0;
        margin: 0 auto 3rem;
    }

    #form h1 {
        margin-bottom: 1rem;
    }

    #form section {
        width: 90%;
    }

    form {
        padding: 1rem 2rem;
    }
}

@media screen and (max-width:480px) {
    #form {
        padding: 1rem 0 1.5rem;
        margin: 0 auto 1rem;
    }

    form {
        padding: 1rem;
    }

    #form section>p {
        text-align: justify;
    }

    #form section>p img {
        display: none;
    }

    #form section>p br {
        display: none;
    }

    a.line {
        padding: 0 0.5rem;
        margin: 0.5rem 0.25rem;
    }

    a.tel {
        padding: 0 0.5rem;
        margin: 0.5rem 0.25rem;
    }

    #policy {
        font-size: 75%;
    }

    #policy b {
        font-size: 110%;
    }
}

/*-------------- ipad --------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    #policy {
        font-size: 80%;
    }

    #policy b {
        font-size: 110%;
    }
}

/*-------------- adress--------------*/
#adress {
    text-align: center;
    margin: 5rem auto;
}

#adress h1 {
    margin-bottom: 0.5rem;
    font-size: 1.8em;
}

#adress section {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

#adress section>p img {
    width: 100%;
    height: auto;
}

#adress section>p {
    margin-bottom: 2rem;
}

#adress section>p img:nth-of-type(2) {
    display: none;
}

#adress div {
    display: flex;
    justify-content: space-between;
}

#adress div p {
    width: 32%;
}

#adress div p img {
    width: 100%;
    height: auto;
}

#adress div p:nth-of-type(3) {
    display: none;
}

#gotop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 90px;
    height: 90px;
    z-index: 9;
}

#gotop img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    #adress {
        margin: 3rem auto;
    }

    #adress h1 {
        font-size: 1.8em;
    }

    #adress section {
        width: 90%;
        margin: 0 auto;
        max-width: 1400px;
    }

    #adress section>p {
        margin-bottom: 1rem;
    }

    #gotop {
        bottom: 60px;
        right: 10px;
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width:480px) {
    #adress {
        margin: 1rem auto 2rem;
    }

    #adress section>p img:nth-of-type(1) {
        display: none;
    }

    #adress section p>img:nth-of-type(2) {
        display: inline;
    }

    #adress div {
        flex-wrap: wrap;
    }

    #adress div p:nth-of-type(3) {
        display: block;
    }

    #adress div p {
        width: 48%;
    }

    #adress div p:nth-of-type(1),
    #adress div p:nth-of-type(2) {
        margin-bottom: 1rem;
    }

    #gotop {
        bottom: 50px;
        right: 10px;
        width: 60px;
        height: 60px;
    }
}

/*-------------- footer --------------*/
footer {
    text-align: center;
}

footer>div {
    margin: 0 auto;
}

footer div img {
    width: 470px;
    height: auto;
}

footer dl {
    margin: 1rem 0 3rem;
}

footer dt {
    font-size: 200%;
    margin-bottom: 0.5rem;
}

footer dd {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 100%;
}

footer figure img {
    width: 404px;
    height: auto;
    margin-bottom: -6px;
}

footer>p {
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 169, 255, 1), rgba(0, 189, 255, 1) 50%, rgba(0, 169, 255, 1));
    font-size: 70%;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1rem 0.5rem;
}

@media screen and (max-width:768px) {
    footer dl {
        margin: 0.5rem 0 1rem;
    }

    footer dt {
        margin-bottom: 0;
        font-size: 150%;
    }

    footer div img {
        width: 30%;
    }

    footer figure img {
        width: 40%;
    }
}

@media screen and (max-width:480px) {
    footer div img {
        width: 60%;
    }

    footer figure img {
        width: 70%;
    }

    footer dt {
        margin-bottom: 0;
    }
}

#thanks {
    text-align: center;
    padding: 5rem;
    font-size: 80%;
    line-height: 2;
}

#thanks h1 {
    margin-bottom: 1rem;
    line-height: 1.7;
}

#thanks small {
    display: inline-block;
    font-size: 90%;
}

#thanks p {
    padding-bottom: 1rem;
}

#thanks p a {
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
    background: #00A9FF;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
}

#thanks div {
    margin-top: 3rem;
}

#thanks div img {
    width: 70%;
    max-width: 300px;
    height: auto;
}

#thanks dt {
    font-size: 110%;
}

@media screen and (max-width:768px) {
    #thanks {
        padding: 3rem;
        font-size: 90%;
    }

    #thanks div {
        margin-top: 2rem;
    }

    #thanks p a {
        margin: 1rem auto 0;
    }

    #thanks dt {
        font-size: 120%;
    }
}

@media screen and (max-width:480px) {
    #thanks {
        padding: 1.5rem;
        font-size: 90%;
    }

    #thanks h1 {
        font-size: 140%;
    }

    #thanks small {
        margin-top: 1rem;
        line-height: 1.7;
    }


    #thanks dt {
        font-size: 120%;
    }
}

#tokuten {
    text-align: center;
    margin: 0 auto 4rem;
    background: #3fa9f5;
}

#tokuten p {
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    #tokuten p {
        width: 100%;
    }
}


#tokuten img {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#tokuten .sp {
    display: none;
}

@media screen and (max-width:480px) {
    #tokuten {
        margin: 0 auto 2rem;
    }

    #tokuten .pc {
        display: none;
    }

    #tokuten .sp {
        display: inline-block;
    }
}

#evidence {
    text-align: center;
    margin: -7px auto 5rem;
    max-width: 1400px;
    width: 85%;
}

#evidence>section {
    padding: 3rem 20px;
    background: rgba(0, 169, 255, 1);
    border-radius: 30px;
    color: #fff
}

#evidence h2 {
    font-size: 50px;
    line-height: 1.3;
}

#evidence>section>section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto 0;
    width: 80%;
}

#evidence>section>section>p {
    width: 28%;
    margin-right: 1rem;
    min-width: 155px;
}

#evidence>section>section>p img {
    width: 100%;
}

#evidence section section div {
    text-align: left;
}

#evidence section section h3 {
    background: #006AD1;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    width: fit-content;
}

#evidence>section>section>div span {
    display: inline-block;
    margin-bottom: 0.5rem;
}

#evidence>section>section>div span img {
    width: 1.5rem;
    vertical-align: middle;
    margin: -0.25rem 0.5rem 0 0;
}

#evidence>section>p {
    margin-bottom: 4rem;
}

#evidence>section>p img {
    width: 80%;
    margin: 0 auto;
}

#evidence>section>section>div p br {
    display: none;
}

#evidence>section>div {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

#evidence>section>div>section {
    display: flex;
    align-items: center;
    margin: 4rem auto;
}

#evidence>section>div>section:nth-last-of-type(1) {
    margin: 4rem auto 0;
}

#evidence>section>div>section dl {
    text-align: justify;
    width: 60%;
}

#evidence>section>div>section dt {
    font-size: 30px;
    margin: 0 0 1rem -1rem;
}

#evidence>section>div>section dd {
    text-align: justify;
    font-size: 20px;
    line-height: 2;
}

#evidence>section>div>section dd span {
    display: inline;
    text-align: left;
    font-weight: 900;
    font-size: 120%;
    border-bottom: 2px dotted #fff;
    line-height: 1.5;
}

#evidence>section>div>section dd i {
    margin: 0 0.5rem;
    font-size: 120%;
}

#evidence>section>div>section p {
    width: 35%;
    margin-right: 5%;
}

#evidence>section>div>section p img {
    width: 100%;
}

@media screen and (max-width:1000px) {
    #evidence h2 {
        font-size: 40px;
    }

    #evidence>section>section>div p {
        margin-left: 1rem;
    }

    #evidence>section>section>div p br {
        display: inline;
    }

    #evidence>section>div>section {
        margin: 3rem auto;
    }

    #evidence>section>div>section:nth-last-of-type(1) {
        margin: 3rem auto 0;
    }


    #evidence>section>div>section dt {
        font-size: 26px;
    }

    #evidence>section>div>section dd {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    #evidence {
        width: 90%;
        margin: -7px auto 3rem;
    }

    #evidence h2 {
        font-size: 30px;
    }

    #evidence>section {
        padding: 2rem 20px;
        background: rgba(0, 169, 255, 1);
        border-radius: 20px;

    }

    #evidence>section>div>section {
        display: block;
        margin: 2rem auto;
    }

    #evidence>section>div>section:nth-last-of-type(1) {
        margin: 2rem auto 0;
    }

    #evidence>section>div>section dl {
        width: 100%;
    }

    #evidence>section>div>section p {
        width: 45%;
        margin: 2rem auto 1rem;
    }

    #evidence>section>p img {
        width: 100%;
        margin: 0 auto;
    }

    #evidence>section>div>section dt {
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    #evidence {
        margin: -7px auto 2rem;
    }

    #evidence>section {
        padding: 2rem 0;
    }

    #evidence>section>section {
        display: block;
        margin: 1rem auto 0;
    }

    #evidence section section h3 {
        text-align: center;
        padding: 0.5rem 1rem;
    }

    #evidence>section>section>p {
        width: 28%;
        margin: 0 auto;
    }

    #evidence>section>div>section dt {
        font-size: 24px;
    }

    #evidence>section>div>section dd {
        font-size: 16px;
    }
}

#freeschool {
    text-align: center;
    padding: 1rem;
    color: #fff;
    background: #f80275;
    font-size: 120%;
}

#schedule {
    display: block;
    background: #faf14b;
    background: #faf379;
    padding: 2rem;
    text-align: center;
}

#schedule h3 {
    font-size: 140%;
    margin-bottom: 0.5rem;
}

#schedule h3 span {
    display: block;
}

#schedule table {
    text-align: center;
    background: #fff;
    border-top: 1px solid #006ad1;
    border-right: 1px solid #006ad1;
    line-height: 1;
    margin: 1rem auto;
    width: 100%;
    max-width: 400px;
}

#schedule td {
    padding: 1rem;
    border-bottom: 1px solid #006ad1;
    border-left: 1px solid #006ad1;
}

#schedule div {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

    justify-content: center;

}

#schedule ul {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    border-bottom: 1px solid #006AD1;
    width: 18rem;
    margin: 1rem auto;
    background: #fff;
}

#schedule li {
    border-top: 1px solid #006AD1;
    border-right: 1px solid #006AD1;
    border-left: 1px solid #006AD1;
    width: 18rem;
    margin: 0 auto;
    padding: 0.5rem;
}

@media screen and (max-width:768px) {
    #schedule ul {
        width: 12rem;
    }

    #schedule li {
        width: 12rem;
    }
}