body {
    font-family: 'Noto Sans JP',
        sans-serif;
    background: #fff;
}

* {
    color: #4C4948;
}

.morebtn {
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #B23A8B;
    border-radius: 5px;
    transition: opacity .2s;
}

.morebtn:hover {
    opacity: .7;
}

.morebtn.p {
    background: #B17BB2;
}

.max-w {
    position: relative;
}

main {
    overflow-x: hidden;
}

.roll {
    position: relative;
}

.roll::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
}

.roll:hover::after {
    opacity: .5;
    visibility: visible;
}

.roll--gra::after {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, rgba(215, 89, 138, 1) 0%, rgba(100, 176, 214, 1) 100%);
}

.roll--gras1::after {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #DA5688 0%, #FFB200 100%);
}

.roll--gras2::after {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #303AFF 0%, #61B280 100%);
}

.roll--gras3::after {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #DA5688 0%, #8BFF46 100%);
}

.roll--gras::after {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #DA5688 0%, #8BFF46 100%);
}

.roll--y::after {
    background: #F4CF58;
}

.roll--b::after {
    background: #BCE3F3;
}

.pink {
    color: #B23A8B;
}

.pink2 {
    color: #F64599;
}

.pink3 {
    color: #DB6A82;
}

.pink4 {
    color: #E05782;
}

.blue {
    color: #357EE4;
}

.blue2 {
    color: #309BB9;
}

.soushoku {
    color: #00AA93;
}

.black {
    color: #4C4948;
}

.c {
    text-align: center;
}

.l {
    text-align: left;
}

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

    .sec {
        padding: 50px 0;
    }

    .sec-t {
        padding-top: 50px;
    }

    .sec-b {
        padding-bottom: 50px;
    }

    .morebtn {
        font-size: 14px;
    }

    .btm-s {
        margin-top: 10%;
    }

    .btm-40 {
        margin-bottom: 5%;
    }

    .btm-m {
        margin-top: 15%;
    }

    .top-s {
        margin-bottom: 10%;
    }

    .top-40 {
        margin-top: 5%;
    }

    .top-ss {
        margin-bottom: 5%;
    }

    .top-m {
        margin-bottom: 15%;
    }
}

@media screen and (min-width: 1001px) {

    .sec {
        padding: 70px 0;
    }

    .sec-t {
        padding-top: 70px;
    }

    .sec-b {
        padding-bottom: 100px;
    }

    .btm-s {
        margin-top: 50px;
    }

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

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


    .btm-m {
        margin-top: 100px;
    }

    .top-s {
        margin-bottom: 50px;
    }

    .top-ss {
        margin-bottom: 20px;
    }

    .top-m {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1300px) {

    .sec {
        padding: 100px 0;
    }

    .sec-t {
        padding-top: 100px;
    }

    .sec-b {
        padding-bottom: 100px;
    }

}

/*********************************/
/*********************************/
.mv {
    position: relative;
}

.mv-bg {
    position: relative;
}

.mv-bg::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.mv-img {
    -webkit-animation: mv-scroll 20s infinite linear 1s both;
    animation: mv-scroll 20s infinite linear 1s both;
}

@-webkit-keyframes mv-scroll {
    to {
        transform: translateX(-50%);
    }
}

@keyframes mv-scroll {
    to {
        transform: translateX(-50%);
    }
}

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

    .mv,
    .undermv,
    .underevent {
        margin-top: 68px;
    }

    .underevent {
        margin-bottom: 5%;
    }

    .mv-bg {
        height: calc(150vw - 68px - 14vw);
        background: url(../img/mv-bg--sp.png) no-repeat center;
        background-size: cover;
    }

    .mv-img {
        position: absolute;
        left: 0;
        bottom: 15%;
        height: 50%;
    }

    .mv-catch {
        position: absolute;
        top: 8%;
        left: 8%;
        width: 54%;
    }

    .fixedbanner--sp {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9998;
    }

    .fixedbanner--sp a img {
        height: 14.67vw;
    }

    .spbanner {
        margin: 5% 2% 0;
    }

    .linecontact {
        display: none;
    }

}

@media screen and (min-width: 1001px) {

    .mv,
    .undermv,
    .underevent {
        margin-top: 73px;
    }

    .mv-bg {
        margin: 0 100px;
        height: 40vw;
        background: url(../img/mv-bg.png) no-repeat center left;
        background-size: cover;
    }

    .mv-bg::after {
        width: 100px;
    }

    .mv-catch {
        position: absolute;
        top: 20%;
        left: -50px;
        width: 30%;
        min-width: 300px;
        z-index: 2;
    }

    .mv-img {
        position: absolute;
        bottom: 20px;
        left: -50px;
        height: 84%;
    }

    .fixedbanner--pc {
        position: fixed;
        left: 0;
        bottom: 50px;
        z-index: 9998;
        transition: opacity .2s;
    }

    .home .fixedbanner--page {
        display: none;
    }

    .home.huge .fixedbanner--pc {
        position: absolute;
        bottom: -50px;
    }

    .home.huge .fixedbanner--pc.fixed {
        position: fixed;
        bottom: 50px;
    }

    .fixedend .fixedbanner--pc {
        opacity: 0;
        visibility: hidden;
    }

    .fixedbanner--pc a img {
        width: 22vw;
        max-width: 350px;
        min-width: 250px;
    }

    .linecontact {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 130px;
        z-index: 9998;
    }

    .linecontact,
    .fixedbanner--pc a {
        transition: .2s;
    }

    .linecontact:hover,
    .fixedbanner--pc a:hover,
    .underevent a:hover,
    .order-btn:hover,
    .point-ul--report .point-box:hover,
    .contact-btn:hover {
        transform: translateY(-5px);
        opacity: .8;
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {

    .mv,
    .undermv {
        margin-top: 88px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.submenu-li:hover {
    opacity: .7;
}

.headnews h2 {
    color: #B23A8B;
}

.home .news-li:nth-child(n + 2) {
    margin-top: 5px;
}

.news-li time {
    font-size: 12px;
    opacity: .6;
}

.news-li h3 {
    font-size: 14px;
    font-weight: normal;
}

.newsmore {
    font-size: 14px;
}

.newsmore:hover {
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    .submenu span {
        display: none;
    }

    .submenu-li {
        width: 47.5%;
    }

    .submenu-txt {
        margin-left: 5px;
        font-size: 3.4vw;
    }

    .submenu-li:nth-child(n + 6) {
        margin-top: 5vw;
    }

    .submenu-li img {
        transform: scale(.7);
    }

    .submenu-li:nth-child(6) {
        margin-left: 7px;
    }

    .flag {
        width: 40px;
    }

    .headnews {
        margin: 50px 0;
    }

    .headnews h2 {
        margin-left: 10px;
        font-size: 14px;
    }

    .headnews h3 {
        font-size: 13px;
    }


    .newsmore {
        width: 100%;
        text-align: right;
        margin-top: 30px;
    }

    .home .news-li {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #B23A8B;
    }
}

@media screen and (min-width: 1001px) {
    .headnews {
        padding-bottom: 15px;
        border-bottom: 1px solid #B23A8B;
    }

    .submenu a img {
        transform: scale(.8);
        transform-origin: center left;
        margin-right: 10px;
    }

    .submenu span {
        width: 2px;
        height: 70px;
        background: #aaa;
    }

    .headnews {
        margin: 70px 0 50px;
    }

    .headnews h2 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .headnews h3 {
        margin-left: 20px;
    }

    .flag {
        height: 50px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1019px) {
    .submenu-txt {
        font-size: 14px;
    }

    .submenu a img {
        transform: scale(.6);
        margin-right: -5px;
    }
}

/*********************************/
@media screen and (max-width: 1000px) {
    .headbanner a:nth-child(n + 2) {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .headbanner a:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .headbanner a:nth-child(3),
    .headbanner a:nth-child(4),
    .headbanner a:nth-child(5),
    .headbanner a:nth-child(6) {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.topbg {
    position: relative;
}

@media screen and (max-width: 1000px) {
    .topbg-txt p {
        margin: 5% 5% 0 5%;
    }
}

@media screen and (min-width: 1001px) {
    .topbg-bg {
        width: calc(100% - 100px);
    }

    .topbg-txt {
        position: absolute;
        top: 10%;
        left: 22%;
    }

    .topbg-txt h2 {
        width: 18vw;
    }

    .topbg-txt p {
        margin-top: 30px;
    }

}

@media screen and (min-width: 1020px) {
    .topbg-bg {
        width: calc(100% - 150px);
    }
}

@media screen and (min-width: 1300px) {
    .topbg-bg {
        width: calc(50% + 500px);
    }
}

/*********************************/
#toppoint::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url(../img/point-bg.png) no-repeat center;
    background-size: cover;
    z-index: -3;
}

.point-box {
    position: relative;
    z-index: 3;
}

.point-box .morebtn {
    z-index: 10;
}

.point-box__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #4C4948;
    z-index: 1;
}

.point-box::after,
.event-point__img::after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, rgba(215, 89, 138, 1) 0%, rgba(100, 176, 214, 1) 100%);
    z-index: -1;

}

.point-num {
    position: absolute;
    top: -15px;
    right: 10px;
    width: 70px;
    z-index: 2;
}

@media screen and (max-width: 1000px) {
    #toppoint {
        padding-top: 10%;
    }

    .sec-h2 {
        margin-bottom: 30px;
    }

    .point-box__inner {
        padding: 5%;
    }

    .point-box:nth-child(n + 2) {
        margin-top: 10%;
    }

    .point-box h3 {
        margin-bottom: 10px;
        font-size: 5vw;
    }

    .point-list {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.8em;
    }

    .point-box .morebtn {
        margin-top: 40px;
    }

    .point-num {
        width: 50px;
    }

    .point-deco1 {
        position: absolute;
        top: 60px;
        right: 20px;
        width: 28vw;
        z-index: 2;
    }

    .point-deco2 {
        position: absolute;
        top: 40px;
        right: 35px;
        width: 16vw;
        z-index: 2;
    }

    .point-deco3 {
        position: absolute;
        right: 20px;
        bottom: calc(10% + 30px);
        width: 24vw;
        z-index: 2;
    }

    .point-deco4 {
        position: absolute;
        right: 20px;
        bottom: calc(10% + 30px);
        width: 15vw;
        z-index: 2;
    }
}

@media screen and (min-width: 1001px) {
    .sec-h2 {
        position: relative;
        margin-bottom: 50px;
    }

    .sec-h2__txt {
        height: 40px;
        margin: 0 auto;
    }

    .sec-h2__txt.ss {
        height: 54px;
    }

    .sec-h2__deco {
        position: absolute;
        top: 0;
        right: calc(50% + 150px);
        transform: translateY(-70%);
        height: 70px;
    }

    .point-box {
        width: calc(50% - 20px);

    }

    .point-box__inner {
        padding: 30px;
    }

    .point-box h3 {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .point-list {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.8em;
    }

    .point-num {
        width: 70px;
    }

    .point-deco1 {
        position: absolute;
        top: 80px;
        right: 46px;
        z-index: 2;
    }

    .point-deco2 {
        position: absolute;
        top: 74px;
        right: 50px;
        width: 100px;
        z-index: 2;
    }

    .point-deco3 {
        position: absolute;
        right: 30px;
        bottom: 70px;
        width: 130px;
        z-index: 2;
    }

    .point-deco4 {
        position: absolute;
        right: 30px;
        bottom: 70px;
        width: 100px;
        z-index: 2;
    }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
    .point-ul {
        display: block;
    }

    .point-box {
        width: 550px;
    }

    .point-box {
        margin-top: 100px;
    }

    .point-box:nth-child(odd) {
        margin-left: auto;
    }

    .point-box .morebtn {
        margin-top: 30px;
    }

    .point-img1 {
        position: absolute;
        top: 0;
        transform: translateY(-25%);
        right: 90%;
        height: 100%;
        z-index: -2;
    }

    .point-img2 {
        position: absolute;
        top: 0;
        transform: translateY(-15%);
        left: 100%;
        height: 100%;
        z-index: -2;
    }

    .point-img3 {
        position: absolute;
        top: 0;
        transform: translateY(-15%);
        right: 100%;
        height: 100%;
        z-index: -2;
    }

    .point-img4 {
        position: absolute;
        top: 0;
        transform: translateY(-20%);
        left: 90%;
        height: 100%;
        z-index: -2;
    }

    .point-deco1 {
        right: 12%;
    }

    .point-deco2 {
        right: 12%;
    }

    .point-deco3 {
        right: 12%;
    }

    .point-deco4 {
        right: 12%;
    }
}

@media screen and (min-width: 1020px) and (max-width: 1220px) {

    .point-box {
        width: 600px;
    }

    .point-box:nth-child(even) {
        margin-left: 80px;
    }

    .point-box:nth-child(odd) {
        margin-right: 80px;
    }

}

@media screen and (min-width: 1221px) {
    .point-box:nth-child(n + 3) {
        margin-top: 80px;
    }

    .point-box__inner {
        height: 350px;
    }

    .point-box .morebtn {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: calc(100% - 60px);
    }

    .point-img1 {
        position: absolute;
        top: 0;
        transform: translateY(-45%);
        right: 90%;
        height: 100%;
        z-index: -2;
    }

    .point-img2 {
        position: absolute;
        top: 0;
        transform: translateY(-45%);
        left: 90%;
        height: 100%;
        z-index: -2;
    }

    .point-img3 {
        position: absolute;
        top: 0;
        transform: translateY(-35%);
        right: 98%;
        height: 100%;
        z-index: -2;
    }

    .point-img4 {
        position: absolute;
        top: 0;
        transform: translateY(-30%);
        left: 90%;
        height: 100%;
        z-index: -2;
    }
}

/*********************************/

.dep-li__txt.band h3,
.dep-li__txt.band h3 {
    padding: 10px 20px;
    background: #000;
}

@media screen and (max-width: 1000px) {
    .dep-li:nth-child(n + 2) {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .sec-h2__deco--left {
        position: absolute;
        right: calc(50% + 250px);
        bottom: -10px;
        width: 25%;
    }

    .sec-h2__deco--right {
        position: absolute;
        left: calc(50% + 250px);
        bottom: -30px;
        width: 20%;
    }

    .dep-li:nth-child(1) {
        width: 100%;
    }

    .dep-li:nth-child(n + 2) {
        width: calc(33.33% - 13.33px);
        margin-top: 20px;
    }

    .dep-img3 {
        position: absolute;
        right: 98%;
        top: 50%;
        transform: translateY(-50%);
        width: 170px;
    }

    .dep-img4 {
        position: absolute;
        left: 95%;
        top: 50%;
        transform: translateY(-50%);
        width: 200px;
    }

    .dep-li {
        position: relative;
    }

    .dep-li__txt h3 {
        color: #fff;
        font-size: 26px;
        font-style: italic;
        font-weight: normal;
    }

    .dep-li:nth-child(1) .dep-li__txt h3,
    .undersv .dep-li__txt h3 {
        font-size: 5vw;
    }

    .dep-li__txt,
    .dep-li__txt h3,
    .dep-li__txt p {
        z-index: 1;
    }

    .dep-li:nth-child(1) .dep-li__txt,
    .undersv .dep-li__txt {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }

    .dep-li:nth-child(2) .dep-li__txt h3 {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }

    .dep-li:nth-child(4) .dep-li__txt h3 {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        left: 10%;
    }

    .dep-li:nth-child(3) .dep-li__txt h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2vw;
    }

    .dep-li__txt div {
        color: #fff;
        font-size: 12px;
    }

    .dep-li:nth-child(1) .dep-li__txt div,
    .undersv .dep-li__txt div {
        font-size: 20px;
    }

    .dep-li:nth-child(n + 2) .dep-li__txt div {
        position: absolute;
        left: 10%;
        bottom: 10%;
    }
}

@media screen and (min-width: 1300px) {
    .dep-li:nth-child(3) .dep-li__txt h3 {
        font-size: 26px;
    }

    .dep-li__txt div {
        font-size: 16px;
    }
}

/*********************************/
@media screen and (max-width: 1000px) {
    .topopen-txt {
        margin-left: 5%;
        margin-right: 5%;
    }

    .topopen-txt h2 {
        margin-top: 5vw;
    }

    .topopen-txt p {
        margin-bottom: 5%;
    }
}

@media screen and (min-width: 1001px) {
    .topopen-bg {
        min-height: 600px;
    }

    .topopen-txt {
        position: absolute;
        top: 21%;
        left: 25%;
    }

    .topopen-txt img {
        width: 32vw;
    }

    .topopen-txt h2 {
        margin-top: 20px;
        color: #000;
        font-size: 24px;
    }

    .topopen-txt p {
        margin: 10px 0;
        color: #000;
        font-size: 16px;
    }

    .topopen-txt .morebtn {
        width: 240px;
    }
}

@media screen and (min-width: 1001px) {
    .topopen-bg {
        min-height: 40vw;
    }

}

@media screen and (min-width: 769px) and (max-width: 999px) {
    .topopen-bg {
        min-height: 42vw;
    }
}

@media screen and (min-width: 1300px) and (max-height: 800px) {

    .topopen-txt {
        top: 25%;
    }

}

@media screen and (min-width: 769px) and (max-width: 1170px) {
    .topopen-txt {
        top: 22%;
    }

    .topopen-txt img {
        width: 26vw;
    }

    .topopen-txt h2 {
        font-size: 20px;
    }

    .topopen-txt p {
        font-size: 14px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1019px) {
    .topopen-txt img {
        width: 20vw;
    }

    .topopen-txt h2 {
        font-size: 18px;
    }

}

@media screen and (min-width: 1500px) and (max-height: 800px) {
    .topopen-txt h2 {
        margin-top: calc(30px + .4vw);
        font-size: 24px;
    }

}

@media screen and (min-width: 1500px) and (min-height: 801px) {
    .topopen-txt h2 {
        margin-top: calc(30px + .8vw);
        font-size: 30px;
    }

    .topopen-txt p {
        font-size: 20px;
    }
}

/*********************************/
.sec-head {
    text-align: center;
}

.enjoy-bg {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 80%;
    transform: translate(-50%, 100px);
    z-index: -1;
}

.enjoy-img {
    position: relative;
}

.enjoy-li {
    cursor: pointer;
}

.enjoy-li.top:hover .enjoy-img {
    opacity: .8;
}

.enjoy-li:hover .roll::after {
    opacity: .5;
    visibility: visible;
}

.enjoy-li:hover .morebtn,
.enjoy-li:hover .enjoy-txt p {
    opacity: .7;
}

.enjoy-img p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
    z-index: 1;
}

.enjoy-txt p {
    margin: 10px 0;
    font-weight: bold;
}

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

    .sec-head {
        margin: 0 5% 20px;
    }

    .sec-head p {
        margin: 5% 0;
    }

    .sec-head h2 img {
        margin: 0 auto;
        height: 36px;
    }

    .enjoy-img p {
        font-size: 7vw;
    }

    .enjoy-bg {
        width: 120%;
        transform: translate(-50%, 30px);
    }

    .enjoy-li:nth-child(n + 2),
    .enjoy-banner {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1001px) {

    .enjoy-img1 {
        position: absolute;
        top: 0;
        left: calc(100% + 50px);
        transform: translateY(-100px);
        height: 25vw;
    }

    .enjoy-img2 {
        position: absolute;
        top: 0;
        right: calc(100% + 50px);
        transform: translateY(-100px);
        height: 25vw;
    }

    .sec-head p {
        margin: 20px 0;
    }

    .enjoy-li {
        position: relative;
        width: calc(33.33% - 26.66px);
    }

    .enjoy-li:nth-child(n + 2)::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: -21px;
        width: 2px;
        height: 100%;
        background: #aaa;

    }

    .enjoy-img p {
        font-size: 20px;
    }

    .enjoy-txt p {
        font-size: 16px;
    }

    .enjoy-banner {
        margin-top: 70px;
        transition: opacity .2s;
    }

    .enjoy-banner:hover {
        opacity: .7;
    }

}

@media screen and (min-width: 1300px) {}

/*********************************/
#faq,
#open-faq {
    background: #E7E7E1;
}

.clm-head p {
    margin-top: 10px;
    text-align: center;
}

.faq-li {
    position: relative;
    cursor: pointer;
}

.faq-li h3 {
    color: #B23A8B;
}

.faq-li__a {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.faqOpen .faq-li__a {
    max-height: 400px;
}

.faq-txt {
    text-align: center;
}

.faq-li::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #B23A8B;
    border-bottom: 2px solid #B23A8B;
    transition: transform .3s;
}

.faq-li.faqOpen::after {
    transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width: 1000px) {
    .clm-head img {
        height: 40px;
        margin: 0 auto;
    }

    .faq-li {
        padding: 5% 0;
        border-bottom: 1px solid #A3A3A3;
    }

    .faq-li::after {
        right: 15px;
    }

    .faq-li__inner {
        width: calc(100% - 50px);
    }

    .faq-li h3 {
        font-size: 14px;
    }

    .faq-li.faqOpen h3 {
        margin-bottom: 5%;
    }

    .faq-txt {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1001px) {
    .clm-head {
        margin: 70px 70px 0 0;
    }

    .clm-head img {
        width: 140px;
    }

    .faq-li {
        padding: 20px 0;
        border-bottom: 1px solid #A3A3A3;
    }

    .faq-li__inner {
        width: calc(100% - 70px);
    }

    .faq-li h3 {
        font-size: 18px;
    }

    .faq-li.faqOpen h3 {
        margin-bottom: 20px;
    }

    .faq-txt {
        margin-top: 50px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/

/*********************************/

.undermv {
    position: relative;
}

#feature .undermv,
#about .undermv,
#report .undermv,
#jobsupport .undermv,
#studentreport .undermv,
#teacherreport .undermv {
    background: url(../img/mv--features.png) no-repeat center;
    background-size: cover;
}

#news .undermv,
.single .undermv {
    background: url(../img/mv--news.png) no-repeat center;
    background-size: cover;
}

#contactform .undermv,
#consultation .undermv {
    background: url(../img/mv--contact.png) no-repeat center;
    background-size: cover;
}

#opencampusform .undermv,
#opencampus_online_form .undermv {
    background: url(../img/mv--application.png) no-repeat center;
    background-size: cover;
}


#privacypolicy .undermv {
    background: url(../img/mv--privacypolicy.png) no-repeat center;
    background-size: cover;
}

#forhighschool .undermv,
#learn .undermv,
#recurrent .undermv,
#forguardians .undermv,
#recurrent .undermv {
    background: url(../img/mv--highschool.png) no-repeat center;
    background-size: cover;
}

#beautitian .undermv,
#barber .undermv,
#globalbeauty .undermv,
#correspondence .undermv {
    background: url(../img/mv--beautician.png) no-repeat center;
    background-position: 50% center;
    background-size: cover;
}


#admissionsofficeform .undermv,
#admissionoffice .undermv,
#admissioninformation .undermv,
#scholarship .undermv {
    background: url(../img/mv--entry.JPG) no-repeat center;
    background-size: cover;
}



.undermv-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.under-category {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #B23A8B;
}

.undermv h1:not(.h1--2) {
    color: #fff;
    background: #4C4948;
    line-height: 1em;
    white-space: nowrap;
}

.undermv h1.h1--2 span {
    display: inline-block;
    color: #fff;
    background: #4C4948;
    line-height: 1em;
    white-space: nowrap;
}

.undermv h1.h1--2 {
    line-height: 1.2em;
}

@media screen and (max-width: 1000px) {
    .under-category {
        margin-bottom: 5px;
        padding: 2px 10px;
        font-size: 12px;
    }

    .undermv {
        height: 31vw;
    }

    .undermv-txt h1 img {
        height: 7.5vw;
    }

    .undermv-txt h1 img.sp,
    .undermv-txt h1 img.l2 {
        height: 15vw;
    }

    .undermv h1:not(.h1--2) {
        padding: 8px 10px;
        font-size: 6vw;
        white-space: nowrap;
    }

    .undermv h1.h1--2 {
        font-size: 5vw;
    }

    .undermv h1.h1--2 span {
        padding: 4px;
    }

    .undermv h1.h1--2 span:last-child {
        margin-top: 5px;
    }

    #globalbeauty .undermv h1 {
        font-size: 6vw;
    }

    #beautitian .undermv,
    #barber .undermv,
    #globalbeauty .undermv,
    #correspondence .undermv {
        background-image: url(../img/mv--beautician--sp.png);
    }

    #forhighschool .undermv,
    #learn .undermv,
    #recurrent .undermv,
    #forguardians .undermv,
    #recurrent .undermv {
        background-image: url(../img/mv--highschool--sp.png);
    }

}

@media screen and (min-width: 1001px) {

    .undermv {
        height: 360px;
    }

    .under-category {
        margin-bottom: 15px;
        padding: 4px 20px;
    }

    .undermv-txt h1 img {
        height: 50px;
    }

    .undermv-txt h1 img.l2 {
        height: 100px;
    }

    .undermv h1 {
        padding: 10px 20px;
        font-size: 40px;
    }

    .undermv h1.h1--2 span {
        padding: 10px 20px;
    }

    .undermv h1.h1--2 span:last-child {
        margin-top: 10px;
    }

}

@media screen and (min-width: 1300px) {}

/*********************************/
.undermenu__head {
    color: #fff;
    text-align: center;
}

.undermenu__box.pink .undermenu__head {
    background: #B23A8B;
    border: 1px solid #B23A8B;
}

.undermenu__box.blue .undermenu__head {
    background: #357EE4;
    border: 1px solid #357EE4;
}

.undermenu__box.blue {
    margin-top: 10px;
}

.undermenu__box.pink a {
    width: 50%;
    border-top: 1px solid #B23A8B;
    border-right: 1px solid #B23A8B;
    border-bottom: 1px solid #B23A8B;
}

.undermenu__box a span {
    padding-right: .4em;
    display: inline-block;
    position: relative;
}

.undermenu__box.pink a span {
    color: #B23A8B;
}

.undermenu__box.blue a span {
    color: #357EE4;
}

.undermenu__box a span:not(.pc-in)::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 100%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.undermenu__box.pink a span::after {
    border-color: #B23A8B;
}

.undermenu__box.blue a span::after {
    border-color: #357EE4;
}

.undermenu__ul a {
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .undermenu__head {
        padding: 10px 0;
        line-height: 1.45em;
    }

    .undermenu__box.blue .flexbox-a {
        flex-wrap: wrap;
    }

    .undermenu__head {
        width: 50px;
        font-size: 12px;
    }

    .undermenu__box.blue .undermenu__head {
        height: 77px;
        text-align: center;
        line-height: 57px;
    }

    .undermenu__ul {
        width: calc(100% - 50px);
    }

    .undermenu__box a {
        line-height: 1em;
    }

    .undermenu__box a span {
        font-size: 12px;
    }

    .undermenu__box.blue a:nth-child(-n + 2) {
        border-top: 1px solid #357EE4;
        border-right: 1px solid #357EE4;
        border-bottom: 1px solid #357EE4;
    }

    .undermenu__box.blue a:nth-child(n + 3) {
        border-right: 1px solid #357EE4;
        border-bottom: 1px solid #357EE4;
    }

    .undermenu__box.blue a:nth-child(1) {
        width: 70%;
    }

    .undermenu__box.blue a:nth-child(2) {
        width: 30%;
    }

    .undermenu__box.blue a:nth-child(3) {
        width: 50%;
    }

    .undermenu__box.blue a:nth-child(4) {
        width: 50%;
    }

    #event .undermenu__box.pink a span::after {
        display: none;
    }
}

@media screen and (min-width: 1001px) {
    #event .undermenu {
        padding-bottom: 0;
    }

    .undermenu__inner {
        background: #fff;
    }

    .undermenu.fixed .undermenu__inner {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 9998;
    }

    .undermenu__head {
        width: 70px;
        padding: 10px;
    }

    .undermenu__ul {
        width: calc(100% - 70px);
    }

    .undermenu__box.blue a {
        border-top: 1px solid #357EE4;
        border-right: 1px solid #357EE4;
        border-bottom: 1px solid #357EE4;
    }

    .undermenu__box.blue a:nth-child(1) {
        width: 40%;
    }

    .undermenu__box.blue a:nth-child(2) {
        width: 20%;
    }

    .undermenu__box.blue a:nth-child(3) {
        width: 20%;
    }

    .undermenu__box.blue a:nth-child(4) {
        width: 20%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .undermenu__head {
        height: 46px;
        font-size: 12px;
    }

    .undermenu__box a span {
        font-size: 12px;
    }

    .undermenu__box.blue a:nth-child(2) {
        width: 14%;
    }

    .undermenu__box.blue a:nth-child(3) {
        width: 23%;
    }

    .undermenu__box.blue a:nth-child(4) {
        width: 23%;
    }

}

@media screen and (max-width: 330px) {
    .undermenu__box a {
        padding: 10px 0;
    }

    .undermenu__box a span:not(.pc-in)::after {
        display: none;
    }
}

/*********************************/
#featurestop {
    background: url(../img/features-bg1.png) no-repeat center;
    background-size: cover;
}

.sec-paper {
    background: #fff;
}

.glay {
    color: #888;
    font-style: italic;
}

@media screen and (max-width: 1000px) {
    .box50--sp {
        padding: 5%;
    }

    .box50--splr {
        padding: 0 5%;
    }

    .box50--spt {
        padding-top: 5%;
    }

    .box50--spb {
        padding-bottom: 5%;
    }

    .under-h2,
    .under-h2--clm2 {
        margin-bottom: 5%;
    }

    .under-h2 img,
    .under-h2--clm2 img {
        width: 50px;
        margin-right: 10px;
    }

    .under-h2 h2,
    .under-h2--clm2 h2 {
        font-size: 5.5vw;
    }

    body:not(#feature) .clm3-li:not(.sp-2clm):not(.sp2):nth-child(n + 2) {
        margin-top: 10%;
    }

    #features-1 .clm3-li img,
    #features-6 .clm3-li img {
        width: 45%;
        margin-right: 5%;
    }

    .glay {
        font-size: 12px;
    }

    .clm3-li h3 {
        font-size: 5.5vw;
    }

    .clm3-li p {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1001px) {
    .box50 {
        padding: 50px;
    }

    .under-h2 {
        margin-bottom: 40px;
    }

    .under-h2 img {
        width: 80px;
        margin-right: 10px;
    }

    .under-h2 h2,
    .under-h2--clm2 h2 {
        font-size: 32px;
    }

    .clm3-li {
        width: calc(33.33% - 20px);
    }

    .clm3-li img,
    .clm4-li img {
        margin-bottom: 10px;
    }

    .clm3-li h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/

.check-li .pink {
    font-weight: bold;
}

.under-h3 h3 {
    margin-bottom: 5px;
}

.check-li:nth-child(n + 2) {
    margin-top: 15px;
}

@media screen and (max-width: 1000px) {
    .under-h3 {
        margin-bottom: 5%;
    }

    .under-h3 h3 {
        font-size: 5.5vw;
    }

    .check-li {
        font-size: 14px;
    }

    .check-li img {
        width: 1.5em;
        margin-right: 10px;
    }

    .txt-box.b {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1001px) {
    .under-h3 {
        margin-bottom: 20px;
    }

    .under-h3 h3 {
        font-size: 22px;
    }

    .check-li {
        font-size: 20px;
    }

    .check-li img {
        width: 1.8em;
        margin-right: 10px;
    }

    .txt-box.b {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.under-h3 p {
    font-weight: bold;
}

.txt--comment {
    margin-bottom: 10px;
}

.txt--comment img {
    width: 2em;
    margin-right: 10px;
}

.txt--comment {
    font-size: 14px;
}

.features-2__clm2 {
    position: relative;
}

.features-2__clm2.b {
    border-top: 1px solid #aaa;
}

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

    .features-2__clm2.b {
        margin-top: 10%;
        padding-top: 10%;
    }

    .features-2__img {
        width: 100%;
    }

    .features-2__txt {
        margin-top: 7%;
    }

    #features-2 .clm3 {
        margin-top: 10%;
    }

    .clm3--sp .clm3-li {
        width: calc(33.33% - 2px);
        margin: 0;
    }

}

@media screen and (min-width: 1001px) {

    .features-2__clm2.b {
        margin-top: 50px;
        padding-top: 50px;
    }

    .features-2__img {
        width: calc(50% + 50px);
        margin-left: -50px;
    }

    .features-2__txt {
        width: calc(50% - 50px);
    }

    #features-2 .clm3 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#featuresbottom {
    background: url(../img/features-bg2.png) no-repeat center;
    background-size: cover;
}

.sec-intro small {
    display: block;
}

.box-cnt h4 {
    color: #fff;
    background: #357EE4;
}

.red {
    color: #DB6A82;
}

.red2 {
    color: #E74A46;
}

.orange {
    color: #F27D00;
}

.orange2 {
    color: #EF7757;
}

.green {
    color: #00B900;
}

.purple {
    color: #7166AB;
}

.box-cnt__room.btm {
    background: #ddd;
}

.box-cnt__room h3 {
    font-weight: normal;
}

.box-cnt__band.r {
    background: #E74A46;
}

.box-cnt__band.b {
    background: #357EE4;
}

.box-cnt__band.g {
    background: #00B900;
}

.box-cnt__band {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.clm3-li h3.green {
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.clm3-txt.ex span {
    margin-right: 5px;
    font-weight: bold;
}

.clm3-txt.ex p:nth-child(n + 2) {
    margin-top: 5px;
    font-size: 14px;
}

.ex-txt {
    font-weight: bold;
}

.box-cnt__room h3 span {
    margin-right: 5px;
    font-weight: bold;
}





@media screen and (max-width: 1000px) {
    .sec-intro h3 {
        margin-bottom: 10px;
    }

    .sec-intro h4 {
        margin-bottom: 5px;
        font-size: 5vw;
    }

    .box-cnt h4 {
        padding: 5px;
    }

    .box-cnt__room.b {
        border-top: 1px solid #aaa;
    }

    .box-cnt__room:nth-child(n + 3) {
        margin-top: 10%;
        padding-top: 10%;
    }

    h4,
    h5 {
        font-size: 4.1vw;
    }

    h6 {
        font-size: 3.7vw;
    }

    .clm4-li {
        width: 37.5vw;
    }

    .clm4-li:nth-child(n + 3) {
        margin-top: 10%;
    }

    .clm4-li h6 {
        margin-top: 10px;
    }

    .sec-intro small {
        margin-top: 5px;
    }

    .ex-txt {
        margin-top: 10%;
        font-size: 3.6vw;
    }

    .clm3-li.sp2 {
        width: 37.5vw;
        margin-top: 0;
    }

    .clm3-li.sp2:nth-child(n + 3) {
        margin-top: 10%;
    }

    .box-cnt__room h3 span {
        font-size: 8vw;
    }

    .clm3-txt.ex p {
        font-size: 3vw;
    }

    .clm3-txt.ex p span {
        font-size: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .sec-intro h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .box-cnt__room {
        padding: 30px;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
    }

    .box-cnt__room.btm {
        border-bottom: 1px solid #aaa;
    }

    .box-cnt h4 {
        padding: 10px 5px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    .box-cnt__room h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .clm4-li {
        width: calc(25% - 22.5px);
    }

    .clm4-li h6 {
        margin-top: 15px;
    }

    .box-cnt__room h3 span {
        font-size: 40px;
    }

    .clm3-li h3.green {
        margin-bottom: 39px;
    }

    .box-cnt__band {
        font-size: 20px;
    }

    .clm3-txt.ex {
        margin-top: 10px;
    }

    .clm3-txt.ex span {
        font-size: 30px;
        letter-spacing: 0;
    }

    .ex-txt {
        margin-top: 40px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
@media screen and (max-width: 1000px) {
    .sec-intro.b {
        margin-top: 5vw;
    }

    .under-h2--clm2 .w70 {
        width: 100%;
    }
}

@media screen and (min-width: 1001px) {
    .under-h2--clm2 {
        width: calc(30% - 50px);
    }

    .under-h2--clm2 img {
        width: 80px;
        margin: 0 auto 20px;
    }

    .sec-intro.b {
        margin-top: 20px;
    }

    .clm-r {
        flex-flow: row-reverse;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.under-h2 p.b {
    margin-top: 10px;
}

.salon-head {
    margin-top: 10px;
}

.salon-head h3 {
    margin-bottom: 3px;
}

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

    .salon-head div {
        font-size: 10px;
    }

    .salon-head h3 {
        font-size: 3.8vw;
    }

    .salon-head p {
        font-size: 3.4vw;
    }
}

@media screen and (min-width: 1001px) {
    .half-box__cld:nth-child(1) {
        width: calc(50% + 50px);
    }

    .half-box__cld:nth-child(2) {
        width: calc(50% - 50px);
    }

    .half-box__cld img.pc {
        margin: 0 auto;
    }

    #features-6 img.pc {
        width: calc(40% - 50px);
    }

    .salon-head div {
        font-size: 12px;
    }

    .salon-head h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.features-img {
    position: absolute;
    z-index: 1;
}

.features-1__btm {
    position: relative;
}

@media screen and (max-width: 1000px) {
    .strong-point {
        top: 0;
        left: 50%;
        transform: translate(-50%, -70%);
        width: 80%;
    }

    .features-img3 {
        top: 96%;
        right: -8vw;
        width: 18vw;
    }

    .features-img4 {
        top: 40vw;
        left: -3vw;
        width: 20vw;
    }

    .features-img5 {
        top: 60vw;
        right: -3vw;
        width: 20vw;
    }

    .features-img6 {
        top: 18vw;
        left: -3vw;
        width: 20vw;
    }
}

@media screen and (min-width: 1001px) {
    .strong-point {
        right: 10%;
        top: 0;
        transform: translateY(-60%);
        width: 40%;
    }

    .features-img1 {
        top: 8%;
        left: 0;
        transform: translateX(-75px);
        width: 100px;
    }

    .features-img2 {
        top: 9%;
        right: 0;
        transform: translateX(75px);
        width: 100px;
    }

    .features-img3 {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 25vw;
        max-width: 320px;
    }

    .features-img4 {
        left: 0;
        bottom: 0;
        transform: translateX(-135px);
        width: 100px;
    }

    .features-img5 {
        top: 53%;
        right: 0;
        transform: translateX(110px);
        width: 100px;
    }

    .features-img6 {
        top: 5%;
        left: 0;
        transform: translateX(-115px);
        width: 100px;
    }
}

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

    .features-img3 {
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
        width: 20vw;
        max-width: 320px;
    }
}

/*********************************/
.underevent {
    position: relative;
}

#event .undermenu__ul {
    width: 100%;
}

#event .undermenu__ul a {
    width: auto;
}

@media screen and (max-width: 1000px) {
    .underevent-txt {
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        margin: 0;
    }

    .underevent-txt h1 {
        width: 70%;
    }

    .underevent-circle {
        width: 30%;
    }

    .underevent a {
        position: absolute;
        left: 5%;
        bottom: 0;
        transform: translateY(50%);
        width: 90%;
    }

    #event .undermenu__ul a:nth-child(n + 4) {
        border-top: none;
    }

    #event .undermenu__ul a:nth-child(1) {
        width: 37%;
        border-left: 1px solid #B23A8B;
    }

    #event .undermenu__ul a:nth-child(2) {
        width: 24%;
    }

    #event .undermenu__ul a:nth-child(3) {
        width: 39%;
    }

    #event .undermenu__ul a:nth-child(4) {
        width: 40%;
        border-left: 1px solid #B23A8B;
    }

    #event .undermenu__ul a:nth-child(5) {
        width: 60%;
    }
}

@media screen and (max-width: 350px) {
    #event .undermenu__ul a:nth-child(1) {
        width: 40%;
    }

    #event .undermenu__ul a:nth-child(2) {
        width: 20%;
    }

    #event .undermenu__ul a:nth-child(3) {
        width: 40%;
    }
}

@media screen and (min-width: 1001px) {
    .underevent-txt {
        position: absolute;
        top: 50%;
        left: 100px;
        transform: translateY(-50%);
        width: 33.33vw;
    }

    .underevent-txt h1 {
        width: 100%;
    }

    .underevent-txt a {
        width: 22vw;
        margin: 50px auto 0;
        transition: .2s;
    }

    .underevent-circle {
        position: absolute;
        top: 30%;
        right: calc(100% - 70px);
        width: 200px;
    }

    #event .undermenu__ul a:nth-child(1) {
        width: 20%;
        border-left: 1px solid #B23A8B;
    }

    #event .undermenu__ul a:nth-child(2) {
        width: 15%;
    }

    #event .undermenu__ul a:nth-child(3) {
        width: 22%;
    }

    #event .undermenu__ul a:nth-child(4) {
        width: 15%;
    }

    #event .undermenu__ul a:nth-child(5) {
        width: 28%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .underevent-txt {
        left: 10%;
        width: 40vw;
    }

    .underevent-circle {
        width: 20vw;
    }

    .underevent-txt a {
        width: 80%;
    }
}

@media screen and (min-width: 1101px) {
    .underevent-txt {
        left: calc(50vw - 500px);
    }
}

/*********************************/
#event-1 {
    background: url(../img/event-bg1.png) no-repeat center top;
    background-size: cover;
}

.event-point__img {
    position: relative;
}

.event-point__txt h3 {
    position: relative;
    z-index: 1;
}

.event-point__txt h3 div {
    padding: 5px 0;
    border-bottom: 1px dashed #aaa;
}

.event-point__txt {
    position: relative;
}

.more-mini {
    font-weight: bold;
}

.more-mini:hover {
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    #event-1 {
        padding-top: 0;
    }

    .page .sec-h2__txt.sp {
        height: 70px;
        margin: 0 auto 5%;
    }

    .event-point-li {
        width: 42.5vw;
    }

    .event-point-li:nth-child(-n + 2) {
        margin-top: 20px;
    }

    .event-point-li:nth-child(n + 3) {
        margin-top: 50px;
    }

    .more-mini {
        margin-top: 10px;
        font-size: 12px;
    }

    .event-point__txt {
        margin-top: calc(10px + 5%);
    }

    .event-point__txt h3 {
        font-size: 4vw;
    }

    .event-point__txt h3 div {
        display: inline;
        font-size: 3.8vw;
    }

    .event-point__deco {
        position: absolute;
        bottom: 0;
        right: 0;
        transform-origin: right;
        transform: translate(10%, 60%) scale(.4);
    }

    .event-point-li:nth-child(3) .event-point__deco,
    .event-point-li:nth-child(4) .event-point__deco {
        bottom: 44px;
    }

    .event-point__txt .flag {
        position: absolute;
        left: 0;
        bottom: calc(100% + 23vw);
    }
}

@media screen and (min-width: 1001px) {
    .sec-h2 p {
        margin-top: 30px;
        line-height: 2em;
    }

    .event-point-li {
        width: calc(50% - 20px);
    }

    .event-point-li:nth-child(n + 3) {
        margin-top: 80px;
    }

    .event-point__txt {
        margin-top: 25px;
    }

    .event-point__txt h3 {
        font-size: 22px;
    }

    .event-point__txt .flag {
        width: 66px;
        height: auto;
    }

    .event-point__deco {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(10%, 60%) scale(.7);
    }

    .event-point-li:nth-child(3) .event-point__deco,
    .event-point-li:nth-child(4) .event-point__deco {
        bottom: 44px;
    }

    .more-mini {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/


.event-circle__txt div.pink {
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    #event-2::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110%;
        background: url(../img/point-bg--sp.png) no-repeat center top;
        background-size: 100% 100%;
        z-index: -1;
    }

    .clm3-li.h img {
        width: 35%;
    }

    .event-circle__txt {
        width: 60%;
    }

    .event-circle__txt div:not(.pink) {
        font-size: 14px;
    }

    .event-circle__txt div.pink {
        font-size: 5.4vw;
    }

    .event-circle__txt div.s {
        font-size: 12px;
    }
}

@media screen and (min-width: 1001px) {
    .event-img1 {
        position: absolute;
        top: 0;
        left: 5%;
        transform: translateY(-20%);
        width: 150px;
    }

    .event-img3 {
        position: absolute;
        left: 5%;
        bottom: -20%;
        transform: translateY(40%);
        width: 50px;
    }

    .event-img4 {
        position: absolute;
        right: 20px;
        bottom: -20%;
        transform: translateY(40%);
        width: 150px;
    }

    .event-img2 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 200px;
    }

    .event-ex {
        position: relative;
    }

    #event-2::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background: url(../img/event-bg2.png) no-repeat center top;
        background-size: cover;
        z-index: -1;
    }

    .event-circle__txt {
        text-align: center;
    }

    .clm3-li.h {
        width: calc(33.33% - 33.33px);
    }

    .event-circle__txt div:not(.pink) {
        font-size: 16px;
    }

    .event-circle__txt div.pink {
        font-size: 26px;
    }

    .event-circle__txt div.s {
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.ex-table table {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.ex-table td {
    border-top: 1px solid #aaa;
    border-left: 1px solid #000;
}

.b0 td {
    border-color: #000;
}

.ex-table th {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.ex-table td:not(.c),
.ex-table th:not(.c) {
    text-align: left;
}

tr {
    background: #fff;
}

tr.pink-bg {
    color: #fff;
    background: #D89CC5;
}

tr.pink-bg th {
    color: #fff;
}

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

    .ex-table {
        margin-top: 5px;
    }

    .ex-table td,
    .ex-table th {
        padding: 5px;
        font-size: 13px;
    }
}

@media screen and (min-width: 1001px) {
    .ex-table {
        width: calc(100% - 328px);
    }

    .ex-table td,
    .ex-table th {
        padding: 5px 10px;
    }

    .event-ex h3 {
        position: relative;
        padding: 0 80px 5px 0;
        font-size: 22px;
        border-bottom: 1px dashed #000;
    }

    .event-ex h3::after {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        transform-origin: right;
        transform: rotate(30deg);
        width: 30px;
        border-bottom: 1px dashed #000;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.timebox {
    position: relative;
}

.timebox-li {
    border-bottom: 1px solid #aaa;
}

.timebox-li .pink {
    font-weight: bold;
}

.timebox-li span {
    margin-left: 10px;
    font-size: .7em;
}



@media screen and (max-width: 1000px) {
    .timebox {
        padding: 7% 5% 20%;
        background: url(../img/frame--sp.png) no-repeat center;
        background-size: 100% 100%;
    }

    .page .sec-h2__txt {
        height: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .timebox-li {
        padding: 5px 0;
    }

    .timebox-li h3 {
        font-size: 14px;
    }

    .timebox-li div {
        margin-top: 5px;
        font-size: 14px;
    }

    .timebox-deco {
        position: absolute;
        right: 5%;
        bottom: 5%;
        width: 30%;
    }
}

@media screen and (max-width: 350px) {
    .page .sec-h2__txt {
        height: 20px;
    }
}

@media screen and (min-width: 1001px) {
    .timebox {
        padding: 50px;
        background: url(../img/frame.png) no-repeat center;
        background-size: 100% 100%;
    }

    .timebox-li {
        padding: 10px 0;
    }

    .timebox-li .pink {
        width: 180px;
        font-size: 20px;
    }

    .timebox-deco {
        position: absolute;
        right: 5%;
        bottom: 5%;
        width: 30%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1019px) {

    .timebox-deco {
        position: absolute;
        right: 5%;
        bottom: 5%;
        width: 25%;
    }
}

/*********************************/
#event-4 {
    background: url(../img/point-bg.png) no-repeat center;
    background-size: cover;
}

.list-table {
    position: relative;
    overflow: scroll;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.list-table table {
    min-width: 800px;
}

.list-table td,
.list-table th {
    width: 33.33%;
}

.list-table td,
.list-table th {
    padding: 10px;
    border-left: 1px solid #000;
    border-top: 1px solid #aaa;
}

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

    .list-table td,
    .list-table th {
        font-size: 14px;
    }

    .list-table__req {
        margin-bottom: 5px;
        color: red;
    }

    .order-btn {
        width: 90%;
        margin: 40px auto 0;
    }
}

@media screen and (min-width: 1001px) {
    .order-btn {
        width: 22vw;
        max-width: 400px;
        margin: 60px auto 0;
        transition: .2s;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#event-5 {
    background: url(../img/bg-gra.png) no-repeat center;
    background-size: cover;
}

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

    .event-week h3,
    .table-box1 h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1001px) {
    .event-head {
        transform: translateY(-10%);
    }

    .event-head__illust {
        width: 25%;
    }

    .event-head__txt {
        width: calc(75% - 70px);
    }

    .event-head__txt h2 img {
        height: 90px;
    }

    .event-head__last {
        display: inline-block;
        margin-top: 30px;
    }

    .event-head__last div {
        padding: 5px;
        font-size: 22px;
        border-bottom: 1px dashed #000;
    }

    .event-comment {
        position: absolute;
        left: 72%;
        bottom: 5%;
        width: 25%;
    }

    .event-week h3,
    .table-box1 h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .event-comment {
        left: 78%;
    }
}

@media screen and (min-width: 769px) and (max-width: 930px) {
    .event-head__last div {
        font-size: 18px;
    }
}

/*********************************/
.greeen {
    color: #00AA93;
}

.event-box {
    border: 1px dashed #888;
}

.event-desc__line:not(.notpadding) {
    padding: 10px 0;
}

.event-desc__line:not(.notline) {
    border-bottom: 1px dashed #000;
}

.event-desc__top * {
    font-weight: bold;
}

.event-num {
    position: relative;
    border-radius: 50%;
}


.event-desc__bottom .event-num:nth-child(n + 2) {
    margin-left: 5px;
}

.event-num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.event-num.g {
    background: #00AA93;
}

.event-num.p {
    background: #F64599;
}

.event-desc__top .week-circle-box {
    margin-right: 10px;
}


.more-green {
    color: #fff;
    font-size: 14px;
    background: #00AA93;
    border-radius: 5px;
}

.more-green:hover {
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    .event-head {
        transform: translateY(-20px);
    }

    .event-head__illust {
        width: 70%;
        margin: 0 auto;
    }

    .event-head__txt h2 img {
        width: 90%;
        margin: 5% 0;
    }

    .event-head__last {
        display: inline-block;
    }

    .event-head__last div {
        font-size: 3.6vw;
        font-weight: bold;
        padding: 5px;
        border-bottom: 1px dashed #000;
    }

    .event-comment {
        position: absolute;
        right: -2.5vw;
        bottom: 10%;
        width: 30%;
    }

    .event-desc__top div span.ss {
        font-size: 16px;
    }

    .event-desc__top div span.bb {
        margin-right: 5px;
        font-size: 28px;
    }

    .event-desc__top div {
        font-size: 14px;
    }

    .event-desc__top div.event-num {
        width: 24px;
        height: 24px;
    }

    .event-desc__top div.event-num span {
        font-size: 12px;
    }

    .event-desc__bottom div.event-num {
        width: 20px;
        height: 20px;
    }

    .event-desc__bottom__h {
        margin-bottom: 10px;
    }

    .event-desc__bottom div.event-num span {
        font-size: 10px;
    }

    .event-desc__top .event-num:nth-child(n + 2) {
        margin-left: 5px;
    }

    .event-desc__bottom .week-circle-box {
        margin-left: 5px;
    }

    .event-desc__bottom {
        margin-top: 10%;
    }

    .event-box {
        margin-top: 5vw;
        padding: 5%;
        border-radius: 10px;
    }

    .event-cal__end img {
        width: 90%;
    }

    .more-green {
        margin-top: 15px;
        padding: 5px 0;
    }
}

@media screen and (min-width: 1001px) {
    .event-box {
        width: 380px;
        padding: 50px 20px;
        border-radius: 20px;
    }

    .event-box h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .event-desc {
        width: calc(100% - 430px);
    }

    .event-desc__top div {
        font-size: 20px;
    }

    .event-desc__top div span.ss {
        font-size: 18px;
    }

    .event-desc__top div span.bb {
        margin-right: 5px;
        font-size: 40px;
    }

    .event-desc__top div.event-num {
        width: 30px;
        height: 30px;
    }

    .event-desc__top div.event-num span {
        font-size: 16px;
    }

    .event-desc__bottom div.event-num {
        width: 20px;
        height: 20px;
    }

    .event-desc__bottom__h {
        margin-bottom: 10px;
    }

    .event-desc__bottom div.event-num span {
        font-size: 10px;
    }

    .event-desc__bottom {
        margin-top: 50px;
    }

    .event-cal__end img {
        height: 34px;
        margin: 0 auto;
    }

    .more-green {
        width: 22vw;
        max-width: 400px;
        margin: 20px auto 0;
        padding: 8px 20px;
    }

    .event-desc__top .event-num:nth-child(n + 2) {
        margin-left: 10px;
    }

    .event-desc__bottom .week-circle-box {
        margin-left: 10px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .event-cal {
        display: block;
    }

    .event-desc {
        width: 100%;
        margin-bottom: 50px;
    }

    .event-box {
        width: 100%;
    }

    .event-box h3 {
        text-align: center;
    }

    .check-ul {
        width: 50%;
        margin: 0 auto;
    }
}

/*********************************/
.news-li time {
    opacity: .7;
}

.news-li h2 {
    font-weight: normal;
}

#news .news-li {
    border-bottom: 1px solid #B23A8B;
}

.page-numbers {
    margin: 0 5px;
    padding: 5px;
}

.page-numbers.current {
    color: #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 1000px) {
    .news-li {
        padding: 10px 0;
    }

    .news-li time {
        font-size: 12px;
    }

    .news-li h2 {
        margin-top: 5px;
        font-size: 14px;
    }

    .headnews .flexbox {
        width: 100%;
    }
}

@media screen and (min-width: 1001px) {
    #news .news-li {
        padding: 15px 0;
        transition: opacity .2s;
    }

    .news-li:hover {
        opacity: .7;
    }

    .news-li time {
        font-size: 12px;
    }

    .news-li h2 {
        margin-top: 5px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.single-head time {
    opacity: .7;
}

.single-head h2 {
    font-weight: normal;
}

.single-txt {
    border-top: 1px solid #B23A8B;
    border-bottom: 1px solid #B23A8B;
}

.single-txt p {
    margin-top: 2em;
}

.backbtn span {
    margin-right: 5px;
}

@media screen and (max-width: 1000px) {
    .single-head time {
        font-size: 12px;
    }

    .single-head h2 {
        font-size: 16px;
    }

    .single-txt {
        margin-top: 5vw;
        padding: 5% 0;
    }

    .single-txt img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .backbtn {
        margin-top: 5vw;
        font-size: 12px;
    }

}

@media screen and (min-width: 1001px) {
    .single-head time {
        font-size: 14px;
    }

    .single-head h2 {
        font-size: 22px;
    }

    .single-txt {
        margin-top: 40px;
        padding: 40px 0;
    }

    .single-txt img {
        max-width: calc(100% - 200px);
        margin: 30px auto;
    }

    .backbtn {
        margin-top: 40px;
        font-size: 14px;
        transition: opacity .2s;
    }

    .backbtn:hover {
        opacity: .7;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/

.point-ul--report .point-box {
    transition: .2s;
    cursor: pointer;
}

.point-ul--report .point-box__inner {
    height: auto;
    overflow: hidden;
}

.point-ul--report .point-box__inner::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%) rotate(945deg);
    background: #4C4948;

}

@media screen and (max-width: 1000px) {
    .report-img {
        width: 50%;
    }

    .report-txt {
        width: 45%;
    }

    .report-course {
        font-size: 3vw;
    }

    .report-txt h3 {
        margin-top: 10px;
        font-size: 4vw;
    }
}

@media screen and (min-width: 1001px) {
    .report-img {
        width: 50%;
    }

    .report-txt {
        width: calc(50% - 20px);
    }

    .report-course {
        font-size: 12px;
    }

    .report-txt h3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .point-ul--report .point-box__inner::before {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.modal {
    position: fixed;
    left: 0;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
    z-index: 9999;
}

.open1 .modal--1,
.open2 .modal--2,
.open3 .modal--3,
.open4 .modal--4,
.open5 .modal--5,
.open6 .modal--6 {
    opacity: 1;
    visibility: visible;
}

.modal-pap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: #fff;
}

.modal-wrap {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
}

.modal-name {
    font-weight: bold;
}

.modal-history {
    font-size: .87em;
}

.modal-box__head {
    margin-bottom: 5px;
}

.modal-crose {
    position: relative;
    background: #B23A8B;
    cursor: pointer;
    z-index: 9999;
}

.modal-crose.top {
    position: absolute;
    top: 0;
    right: 0;
}

.modal-crose::before,
.modal-crose::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
}

.modal-crose::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-crose::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


@media screen and (max-width: 1000px) {
    .modal-crose {
        width: 30px;
        height: 30px;
    }

    .modal-crose--btm {
        margin-top: 10%;
    }

    .modal-crose--btm .modal-crose {
        margin-right: 10px;
    }

    .modal {
        top: 68px;
        height: calc(100vh - 68px);
    }

    .modal-pap {
        margin: 0;
        width: 90%;
        max-width: 1019px;
        height: calc(100vh - 196px);
    }

    .modal-wrap {
        padding: calc(10% + 40px) 5% 10%;
    }

    .modal-box {
        margin-top: 10%;
    }

    .modal-head img {
        width: 100%;
    }

    .modal-head h3 {
        margin-bottom: 5%;
        font-size: 4vw;
    }

    .modal-head__profile {
        margin-top: 5vw;
    }

    .modal-course {
        font-size: 3vw;
    }

    .modal-box__head img {
        width: 30px;
        margin-right: 5px;
    }

    .modal-table {
        min-width: 720px;
    }

    .sp-table {
        position: relative;
        overflow: scroll;
    }

    .sp-table--txt {
        margin: 5px 0 10px;
        color: red;
        font-size: 12px;
    }
}

@media screen and (min-width: 1001px) {
    .modal-crose {
        width: 40px;
        height: 40px;
    }

    .modal-pap {
        height: 80%;
    }

    .modal-wrap {
        padding: 50px;
    }

    .modal-course {
        margin: 20px 0 10px;
    }

    .modal-main {
        width: 50%;
    }

    .modal-head__txt {
        width: calc(50% - 30px);
    }

    .modal-box {
        margin-top: 50px;
    }

    .modal-box__head img {
        width: 40px;
        margin-right: 10px;
    }

    .modal-box__head h4 {
        font-size: 18px;
    }

    .modal-table {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .point-ul {
        display: flex;
    }

    .point-ul--report .point-box {
        width: calc(50% - 20px);
        margin: 0 !important;
    }

    .point-box:nth-child(n + 3) {
        margin-top: 40px !important;
    }

    .modal {
        top: 88px;
        height: calc(100vh - 88px);
    }

}

@media screen and (min-width: 1301px) {
    .modal {
        top: 100px;
        height: calc(100vh - 100px);
    }

}

/*********************************/
.contact-tell {
    border-bottom: 1px solid #aaa;
}

.contact-box {
    background: #E8E8E2;
}

@media screen and (max-width: 1000px) {
    .contact-tell a {
        margin: 5% 0;
    }

    .contact-mail {
        width: 46px;
        margin-right: 10px;
    }

    .contact-head .flexbox-sp {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1001px) {
    .contact-h3 {
        font-size: 22px;
    }

    .contact-tell__num {
        position: relative;
        display: inline-block;
        font-size: 40px;
        font-weight: bold;
    }

    .contact-txt {
        margin-top: 10px;
        font-size: 16px;
    }

    .num-deco1 {
        position: absolute;
        top: 50%;
        right: calc(100% + 30px);
        transform: translateY(-50%);
        width: 40px;
    }

    .num-deco2 {
        position: absolute;
        top: 50%;
        left: 110%;
        transform: translateY(-50%);
        width: 120px;
    }

    .contact-head {
        position: relative;
    }

    .contact-mail {
        width: 80px;
        margin: 0 auto 10px;
    }

    .contact-box {
        padding: 50px;
    }
}

@media screen and (min-width: 1020px) {

    .contact-mail {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        width: 100px;
    }
}

/*********************************/
input[type="text"],
input[type="tel"],
input[type="email"],
select {
    width: 100%;
    padding: 15px;
}

textarea {
    width: 100%;
    padding: 15px;
    border: none;
}

select {
    cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: .5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: .5;
}

input::placeholder,
textarea::placeholder {
    opacity: .5;
}

.contact-tr:not(:last-child) {
    border-bottom: 1px solid #aaa;
}

.rcomment {
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
}

.rcomment.req {
    background: #B23A8B;
}

.rcomment.any {
    background: #46A8C2;
}

.contact-td {
    position: relative;
}

.contact-td.select::after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #B23A8B;
    border-bottom: 1px solid #B23A8B;
}

.contact-td.ss input:nth-child(n + 2) {
    margin-top: 15px;
}

.contact-td.check input,
.entry-box input {
    margin-right: 5px;
}


.check-wrap .check-box {
    margin-top: 10px;
}

.cttbtn-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cttbtn-wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.cttbtn-wrap input {
    display: block;
    width: 100%;
    padding: 25px 0;
    color: #fff;
    font-size: 15px;
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, rgba(215, 89, 138, 1) 0%, rgba(100, 176, 214, 1) 100%);
    cursor: pointer;
}

.cttbtn-wrap .ajax-loader {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
    .contact-tr {
        margin-left: 5%;
        margin-right: 5%;
        padding: 5% 0;
    }

    .contact-th {
        margin-bottom: 10px;
        justify-content: flex-end;
        flex-flow: row-reverse;
    }

    .rcomment {
        margin-right: 10px;
    }

    .max-w--pc {
        margin: 0;
    }

    .contact-td.check input:nth-child(n + 2) {
        margin-left: 5%;
    }

    .check-wrap {
        padding: 5% 0;
    }

    .check-l {
        display: inline-block;
        width: 110px;
        margin-left: 10px;
    }

    .check-box {
        font-size: 4vw;
    }

    .cttbtn-wrap input {
        padding: 15px 0;
    }
}

@media screen and (min-width: 1001px) {
    .contact-tr {
        padding: 15px 0;
    }

    .contact-th {
        width: 220px;
        font-size: 14px;
    }

    .contact-td {
        width: 320px;
        margin-left: 15px;
    }

    .contact-td.check input:nth-child(n + 2) {
        margin-left: 15px;
    }

    .contact-td.check {
        width: calc(100% - 235px);
    }

    .check-wrap {
        padding: 20px 0;
    }

    .check-l {
        display: inline-block;
        width: 120px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 1020px) {
    .contact-box {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1299px) {
    .contact-td.textarea {
        width: calc(100% - 235px);
    }

}

@media screen and (min-width: 1300px) {
    .contact-td.textarea {
        width: 520px;
    }

}

/*********************************/
.contact-btm__check input {
    margin-right: 5px;
}

.contact-btn {
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
    .contact-last {
        font-size: 3vw;
    }

    .contact-btn {
        width: 100%;
    }

    .contact-btm__check {
        font-size: 14px;
    }
}

@media screen and (min-width: 1001px) {
    .contact-last {
        text-align: center;
    }

    .contact-btn {
        width: 22vw;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        transition: .2s;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.entry-intro-txt {
    font-weight: bold;
}

.textarea-box p {
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
    .entry-intro img {
        width: 60px;
        margin: 0 auto 20px;
    }

    .entry-intro__btm {
        margin-top: 20px;
    }

    .entry-intro-txt {
        font-size: 4vw;
    }

    .entry-intro__btm p {
        margin-top: 10px;
        font-size: 4vw;
    }

    .textarea-box:nth-child(n + 2) {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .entry-intro img {
        width: 100px;
        margin: 0 auto 20px;
    }

    .entry-intro__btm {
        margin-top: 20px;
        text-align: center;
    }

    .entry-intro__btm p {
        margin-top: 20px;
    }

    .textarea-box:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.entry-td__txt {
    font-weight: bold;
}

.entry-box {
    position: relative;
    margin-top: 15px;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.entry-box.challenge {
    border: 1px solid #aaa;
}

.btn-glay {
    position: relative;
}

.entry-td__txt .btn-glay1 {
    border-radius: 10px;
    overflow: hidden;
}

.entry-td__txt .btn-glay2 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.pink.btn-glay2 {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}


.entry-box::after,
.btn-glay::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: opacity .2s;
}

.entry-box.challenge::after,
.btn-glay1.challenge::after,
.btn-glay2.challenge::after {
    opacity: 0;
    visibility: hidden;
}

.entry-box__head {
    margin-bottom: 10px;
    font-weight: bold;
}

.pri-txt a:hover {
    opacity: .7;
}

.pri-txt img {
    display: inline-block;
    width: 1em;
}

.entry-td__txt .btn-glay2 {
    margin-top: 10px;
}


@media screen and (max-width: 1000px) {
    .entry-box {
        padding: 5%;
    }

    .entry-box * {
        font-size: 14px;
    }

    .check-wrap .wpcf7-list-item.first {
        width: 32vw;
    }

    .check-box,
    .wpcf7-list-item-label {
        font-size: 3.9vw;
    }
}

@media screen and (min-width: 1001px) {
    .entry-box {
        padding: 50px;
    }

    .entry-td__txt {
        font-size: 18px;
    }

    .entry-box__head {
        font-size: 14px;
    }

    .entry-box .contact-th {
        width: 170px;
    }

    .entry-box .contact-td {
        width: calc(100% - 185px);
    }

    .check-wrap .wpcf7-list-item.first {
        width: 125px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.pri-box__li h3 {
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    .pri-box__li:nth-child(n + 2) {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1001px) {
    .pri-box__li:nth-child(n + 2) {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.undersv-txt p {
    font-weight: bold;
    line-height: 2.5em;
}

@media screen and (max-width: 1000px) {
    .undersv-img {
        width: 100%;
    }

    .undersv-img1 {
        position: absolute;
        top: -5%;
        left: -5%;
        width: 80px;
        z-index: 1;
    }

    .undersv-img5 {
        position: absolute;
        right: 0;
        bottom: 40%;
        width: 60px;
        z-index: 1;
    }

    .undersv--1 .undersv-txt {
        margin-top: -5%;
    }

    .undersv-catch {
        width: 60%;
        margin-bottom: 5%;
    }

    .undersv-catch.h2 {
        width: auto;
        height: 18vw;
    }

    .undersv-txt p {
        line-height: 2em;
    }
}

@media screen and (min-width: 1001px) {
    .undersv--1 .undersv-img {
        width: 83%;
        margin-left: auto;
    }

    .undersv-txt.ab {
        position: absolute;
        left: 0;
        top: 40%;
        width: 100%;
    }

    .undersv--1 .undersv-catch.h2 {
        height: 120px;
    }

    .undersv-txt p {
        margin-top: 20px;
    }

    .undersv-img1 {
        position: absolute;
        top: 30%;
        right: calc(100% + 30px);
        width: 110px;
        z-index: 1;
    }

    .undersv-img2 {
        position: absolute;
        bottom: -50px;
        right: calc(100% + 50px);
        width: 66px;
        z-index: 1;
    }

    .undersv-img3 {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(40%, -50%);
        width: 120px;
        z-index: 1;
    }

    .undersv-img4 {
        position: absolute;
        top: 50%;
        left: calc(100% + 40px);
        transform: translateY(-50%);
        width: 80px;
        z-index: 1;
    }

    .undersv-img5 {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(50%, 50%);
        width: 90px;
        z-index: 1;
    }

    .undersv-img6 {
        position: absolute;
        right: 100px;
        bottom: 0;
        transform: translateY(50%);
        width: 80px;
        z-index: 1;
    }
}

@media screen and (min-width: 769px) and (max-width: 1019px) {
    .undersv-img1 {
        top: -50px;
        left: 0;
    }

    .undersv-img2,
    .undersv-img4 {
        display: none;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.dep-li--about__txt .sub {
    font-style: italic;
}

.linkbtn.in {
    display: inline-block;
}
.linkbtn {
    position: relative;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #B23A8B;
}

.linkbtn.b {
    border-color: #357EE4;
}
.linkbtn.g {
    border-color: #00A992;
}

.linkbtn:not(.r)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}



.linkbtn::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B23A8B;
    transform: translateX(-101%);
    transition: transform .2s;
}

.linkbtn.g::after {
    background: #00A992;
}

.linkbtn.r::after {
    transform: translateX(0);
}

.linkbtn:hover::after {
    transform: translateX(0);
}

.linkbtn.r:hover::after {
    transform: translateX(101%);
}

.linkbtn div {
    color: #B23A8B;
    position: relative;
    z-index: 1;
}

.linkbtn.r div {
    color: #fff;
}

.linkbtn.b div {
    color: #357EE4;
}

.linkbtn.h2:hover small,
.linkbtn:hover div {
    color: #fff;
}

.linkbtn.r:hover div {
    color: #B23A8B;
}
.linkbtn.g:hover div {
    color: #00A992;
}

.dep-li--about__img {
    position: relative;
}

.dep-li--about__img .num:not(.black) {
    color: #fff;
    font-style: italic;
    line-height: 1em;
}

@media screen and (max-width: 1000px) {
    .dep-li--about:nth-child(n + 2) {
        margin-top: 10%;
    }

    .dep-li--about__head {
        margin: 10px 0;
    }

    .dep-li--about__head h3 {
        font-size: 5vw;
    }

    .dep-li--about__head .sub {
        font-size: 12px;
    }

    .dep-li--about__txt .linkbtn {
        margin-top: 20px;
    }

    .dep-li--about__img .num {
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 10vw;
    }
}

@media screen and (min-width: 1001px) {
    .dep-li--about:not(:nth-child(1)) {
        margin-top: 50px;
    }

    .dep-li--about:nth-child(1) .dep-li--about__img {
        width: calc((33.33% - 13.33px) * 2 + 20px)
    }

    .dep-li--about:nth-child(1) .dep-li--about__txt {
        width: calc(33.33% - 13.33px);
    }

    .dep-li--about:not(:nth-child(1)) .dep-li--about__txt {
        margin-top: 10px;
    }

    .dep-li--about__txt h3 {
        font-size: 24px;
    }

    .dep-li--about:nth-child(n + 2) .dep-li--about__txt {
        height: 290px;
    }

    .dep-li--about:nth-child(n + 2) .dep-li--about__txt .linkbtn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .dep-li--about__txt .sub {
        font-size: 14px;
    }

    .dep-li--about__txt p {
        margin: 10px 0 20px;
    }

    .dep-li--about__img .num {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 60px;
    }

    .dep-li--about:nth-child(n + 2) .dep-li--about__img .num {
        top: 10px;
        right: 10px;
        font-size: 40px;
    }

    .linkbtn.max {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }


}

@media screen and (min-width: 1300px) {}

/*********************************/
#about-facility {
    background: url(../img/features-bg1.png);
}

@media screen and (max-width: 1000px) {
    .clm3-li.sp-2clm {
        width: 42.5vw;
    }

    .clm3-li.sp-2clm:nth-child(n + 3) {
        margin-top: 10%;
    }

    .sec-h2__sub {
        height: 5vw;
        max-height: 20px;
        margin: 0 auto 10px;
    }
}

@media screen and (min-width: 1001px) {
    .clm3-li:nth-child(n + 4) {
        margin-top: 40px;
    }

    .sec-h2__sub {
        height: 26px;
        margin: 0 auto 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#about-calendar {
    background: url(../img/calender-bg.png) no-repeat top center;
}

.month span {
    margin-right: 10px;
    font-weight: bold;
}

.calendar-li {
    border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 1000px) {
    .sp-wrap {
        position: relative;
        overflow: hidden;
    }

    .sp-open {
        max-height: 0;
        transition: .2s;
    }

    .open .sp-open {
        max-height: 999px;
    }

    .calendar-ul .linkbtn {
        margin-top: 5vw;
    }

    .open .openbtn {
        display: none !important;
    }

    #beautician-3 .openbtn {
        margin-top: 5vw;
    }

    .line-head {
        margin-bottom: 5%;
    }

    .line-head div {
        font-size: 5vw;
    }
}

@media screen and (max-width: 1000px) {
    .calendar-img {
        margin-bottom: 5%;
    }

    .month span {
        font-size: 30px;
    }

    .calendar-li {
        padding: 5% 0;
    }

    .calendar-li p {
        width: calc(90% - 70px);
    }
}

@media screen and (min-width: 1001px) {
    .calendar-img {
        margin-bottom: 30px;
    }

    .calendar-li {
        width: calc(25% - 22.5px);
        height: 290px;
        padding-bottom: 20px;
    }

    .sp-open .calendar-li {
        margin-top: 40px;
    }

    .month {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .month span {
        font-size: 50px;
    }

    .calendar-li p {
        font-size: 13px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#about-fun {
    background: url(../img/features-bg2.png);
}

.fun-head img,
.qualification-li img {
    margin-right: 10px;
}

.fun-point .num {
    font-weight: bold;
    line-height: 1em;
}

.fun-point p {
    font-weight: bold;
}

.fun-li {
    position: relative;
    border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 1000px) {
    .fun-li {
        padding-bottom: 10%;
    }

    .sp-open .fun-li {
        margin-top: 10%;
    }

    .fun-head img,
    .qualification-li img {
        width: 20px;
    }

    .fun-head h3 {
        font-size: 5vw;
    }

    .fun-head p {
        margin-top: 5vw;
        font-weight: bold;
    }

    .fun-point {
        margin-top: 5vw;
    }

    .fun-point .num {
        margin-right: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1001px) {
    .fun-li {
        padding-bottom: 40px;
    }

    .fun-deco {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
    }

    .sp-open .fun-li {
        margin-top: 40px;
    }

    .fun-head img,
    .qualification-li img {
        width: 30px;
    }

    .fun-head h3 {
        font-size: 26px;
    }

    .fun-head p {
        margin: 10px 0 30px;
        font-size: 16px;
        font-weight: bold;
    }

    .fun-point {
        width: calc(25% - 22.5px);
    }

    .fun-point .num {
        margin-right: 15px;
        font-size: 36px;
    }

}

@media screen and (min-width: 1300px) {}

/*********************************/
.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-desc {
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
    .max-w.map {
        margin: 0;
    }

    .access-img__cld {
        margin-top: 10%;
    }

    .access-txt {
        margin-top: 20px;
    }

    .access-logo {
        width: 90%;
    }

    .access-desc {
        margin: 20px 0;
        font-size: 16px;
    }

    .access-train {
        margin-top: 20px;
    }

    .aside-comment {
        width: 70%;
        margin: 0 auto 10px;
    }

    .aside-li:nth-child(n + 2) {
        margin-top: 5vw;
    }

    .aside-last .linkbtn {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .access-img__cld {
        margin-top: 20px;
        width: calc(50% - 10px);
    }

    .access-txt {
        margin-top: 20px;
    }

    .access-logo {
        width: 90%;
    }

    .access-desc {
        margin: 15px 0;
        font-size: 16px;
    }

    .access-train {
        margin-top: 20px;
    }

    .aside-comment {
        height: 30px;
        margin: 0 auto 20px;
    }

    .aside-li {
        width: calc(50% - 10px)
    }

    .aside-li:nth-child(n + 3) {
        margin-top: 20px;
    }

    .aside-last .linkbtn {
        margin-top: 10px;
    }

    .sss-deco1 {
        position: absolute;
        right: 90%;
        top: 0;
        width: 250px;
    }

    .sss-deco2 {
        position: absolute;
        left: 90%;
        top: 0;
        width: 250px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
@media screen and (max-width: 1000px) {
    .undersv-txt {
        margin: 5% 0 0 5%;
    }
}

@media screen and (min-width: 1001px) {
    #career-qualification {
        padding-top: 5%;
    }

    .undersv-wrap {
        width: calc(100% - 150px);
        margin-left: auto;
    }

    .undersv--2 .undersv-txt {
        width: 35%;
    }

    .undersv--2 .undersv-img {
        width: 60%;
        margin-right: 5%;
    }
}

@media screen and (min-width: 1300px) {
    #career-qualification {
        padding-top: 50px;
    }

    .undersv-wrap {
        max-width: calc(50% + 500px);
    }
}

/*********************************/
#career-qualification {
    position: relative;
}

.qualification-li {
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
}

.support-h {
    font-style: italic;
}

.support-h span {
    margin-left: 5px;
    line-height: 1em;
    font-style: italic;
}

@media screen and (max-width: 1000px) {
    #career-qualification {
        padding-top: 50px;
    }

    #career-qualification {
        background: url(../img/features-bg2.png);
    }

    .qualification-li {
        font-size: 4.4vw;
    }
}

@media screen and (min-width: 1001px) {
    #career-qualification::after {
        display: block;
        content: "";
        position: absolute;
        top: -80px;
        left: 0;
        width: 100%;
        height: calc(100% + 80px);
        background: url(../img/features-bg2.png);
        z-index: -1;
    }

    .qualification-cld {
        width: calc(50% - 25px);
    }

    .qualification-li {
        font-size: 22px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
@media screen and (max-width: 1000px) {
    .support-h span {
        font-size: 12vw;
    }

    .initiatives-li__img {
        margin: 5px 0 10px;
    }

    .initiatives-li h3 {
        font-size: 7vw;
    }
}

@media screen and (min-width: 1001px) {
    .support-h span {
        font-size: 40px;
    }

    .initiatives-li__img {
        margin: 5px 0 10px;
    }
}

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

    .initiatives-img1,
    .initiatives-img2,
    .initiatives-img3,
    .initiatives-img4 {
        display: none;
    }

    .point-box.initiatives h3 {
        font-size: 5vw;
    }

    .point-box__parent {
        margin-top: 5vw;
    }

    .point-box__cld h4 {
        margin-top: 10px;
    }

    .point-box__last {
        margin-top: 10%;
    }

    .point-box__cld:nth-child(2) {
        margin-top: 10%;
    }

}

@media screen and (min-width: 1100px) {
    #career-initiatives h2 {
        position: relative
    }

    .initiatives-img1 {
        position: absolute;
        top: 50%;
        right: calc(50% + 380px);
        transform: translateY(-50%);
        width: 200px;
    }

    .initiatives-img3 {
        position: absolute;
        top: 50%;
        left: calc(50% + 380px);
        transform: translateY(-50%);
        width: 150px;
    }

    .initiatives-img2 {
        position: absolute;
        top: 50px;
        left: -150px;
        width: 100px;
    }

    .initiatives-img4 {
        position: absolute;
        top: 100px;
        right: -200px;
        width: 150px;
    }

    .point-box.initiatives {
        width: 100%;
    }

    .point-box.initiatives .point-box__inner {
        height: auto;
    }

    .point-box.initiatives h3 {
        font-size: 28px;
    }

    .point-box__parent {
        margin-top: 30px;
    }

    .point-box__cld {
        width: calc(50% - 15px);
    }

    .point-box__cld h4 {
        margin-top: 10px;
    }

    .point-box__last {
        margin-top: 20px;
    }
}

/*********************************/
.undersv {
    position: relative;
}

.clm1-2__head .sub {
    font-weight: bold;
}

.linkbtn.tab div::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/tab.png) no-repeat center;
    background-size: 100%;
}

.linkbtn.tab:hover div::after {
    background-image: url(../img/tab--w.png);
}

.linkbtn.tab.r div::after {
    background-image: url(../img/tab--w.png);
}

.linkbtn.tab.r:hover div::after {
    background-image: url(../img/tab.png);
}

.clm1-2__li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.linkbtn.tab.nb {
    border: none;
}

.line-link {
    transition: opacity .2s;
}

.line-link:hover {
    opacity: .7;
}

.highschool-date {
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .under-bg {
        position: absolute;
        top: -10%;
        right: 0;
        width: 36%;
        height: auto;
        z-index: -1;
    }

    .clm1-2__head .sub {
        margin-top: 5vw;
        font-size: 4vw;
    }

    .clm1-2__head h3 {
        font-size: 5.8vw;
    }

    .clm1-2__head p {
        margin-top: 10px;
    }

    .clm2>.linkbtn:nth-child(n + 2) {
        margin-top: 5vw;
    }

    .line-link {
        width: 66.66%;
        margin-left: auto;
        margin-right: auto;
    }

    .clm1-2__btn,
    .clm1-2__btn--line {
        margin-top: 20px;
    }


    .clm1-2__li {
        padding-bottom: 10%;
    }

    .clm1-2__li:nth-child(n + 2) {
        margin-top: 10%;
    }

    .step-img {
        width: 66.66%;
        margin: 0 auto 15px;
    }

    .highschool-reso {
        margin-top: 10%;
    }

    .highschool-reso__intro {
        margin-bottom: 10px;
    }

    .highschool-date {
        margin-top: 10px;
        font-size: 4.2vw;
    }

    .highschool-reso__cld:nth-child(2) {
        margin-top: 15%;
    }

    .highschool-reso__cld h4 {
        margin: 5px 0 10px;
        font-size: 5.4vw;
    }

    .highschool-reso__cld .morebtn,
    .highschool-reso__cld .linkbtn {
        margin-top: 20px;
    }

    .highschool-reso__last {
        margin-top: 10%;
    }

    .linkbtn.w300 {
        margin: 5px auto 0;
    }

    .clm1-2__flex {
        position: relative;
    }

    .clm1-2__flex img {
        position: absolute;
        right: 5%;
        bottom: 100%;
        transform: translateY(10%);
        width: 24vw;
    }

    .clm1-2__flex img.big {
        width: 42vw;
        right: -5vw;
        transform: translateY(20%);
    }

    .clm1-2__flex img.l {
        bottom: 90%;
        right: -2.5%;
    }
}

@media screen and (min-width: 1001px) {
    .highschool-postimg {
        max-height: 300px;
        height: 24vw;
    }

    .highschool-postimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .under-bg {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: -1;
    }

    .clm1-2__l {
        width: calc(40% - 15px);
    }

    .clm1-2__r {
        width: calc(60% - 15px);
    }

    .clm1-2__head {
        width: 100%;
    }

    .clm1-2__head .sub {
        font-size: 17px;
    }

    .clm1-2__head h3 {
        font-size: 30px;
    }

    .clm1-2__head p {
        margin-top: 10px;
    }

    .clm1-2__btn,
    .clm1-2__btn--line {
        margin-top: 20px;
    }

    .clm2__btn--line>a:nth-child(1) {
        width: 60%;
    }

    .clm1-2__btn--line>a:nth-child(2) {
        width: calc(40% - 30px);
    }

    .clm1-2__li {
        padding-bottom: 40px;
    }

    .clm1-2__li:nth-child(n + 2) {
        margin-top: 40px;
    }

    .clm1-2__head__r {
        width: calc(100% - 350px);
        margin: 0 30px;
    }

    .step-img {
        width: 120px;
    }

    .taiken-img {
        width: 170px;
    }

    .highschool-reso {
        margin-top: 20px;
    }

    .highschool-reso__intro {
        margin-bottom: 10px;
    }

    .highschool-reso__cld {
        width: calc(50% - 15px);
    }

    .highschool-date {
        margin-top: 10px;
    }

    .highschool-reso__cld p {
        height: 120px;
    }

    .highschool-reso__cld h4 {
        margin: 5px 0 10px;
        font-size: 20px;
    }

    .highschool-reso__cld .morebtn {
        margin-top: 20px;
    }

    .highschool-reso__last {
        margin-top: 40px;
    }

    .linkbtn.w300 {
        max-width: 300px;
        margin: 5px auto 0;
    }

    .clm1-2__flex img {
        margin-left: 20px;
        width: 120px;
    }

    .clm1-2__flex img.big {
        width: 180px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1270px) {
    .clm1-2__head .sub {
        font-size: 16px;
    }

    .clm1-2__head h3 {
        font-size: 24px;
    }

    .clm1-2__flex img {
        width: 80px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1270px) {
    .clm1-2__head h3 {
        font-size: 20px;
    }
}

/*********************************/
.highschool-btm {
    background: url(../img/features-bg1.png);
}

@media screen and (max-width: 1000px) {
    .highschool-btm {
        padding: 5%;
    }

    .highschool-btm__head img {
        width: 40px;
        margin-right: 5px;
    }

    .highschool-btm__head h3 {
        font-size: 5vw;
    }

    .highschool-btm__head p {
        margin-top: 10px;
    }

    .highschool-btm__link {
        margin-top: 30px;
    }

    .highschool-btm__cld:nth-child(2) {
        margin-top: 10%;
    }

    .highschool-btm__cld .sub {
        height: 30px;
        margin: 0 auto 10px;
    }
}

@media screen and (min-width: 1001px) {
    .highschool-btm {
        padding: 30px;
    }

    .highschool-btm__head img {
        width: 60px;
        margin-right: 15px;
    }

    .highschool-btm__head h3 {
        font-size: 28px;
    }

    .highschool-btm__head p {
        margin-top: 10px;
    }

    .highschool-btm__link {
        margin-top: 30px;
    }

    .highschool-btm__cld {
        width: calc(50% - 15px);
    }

    .highschool-btm__cld .sub {
        height: 40px;
        margin: 0 auto 10px;
    }

    .hover-pink {
        position: relative;
    }

    .hover-pink::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(217, 79, 151, .3);
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s;
    }

    .hover-pink:hover::after {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.recurrent-check__head {
    background: #3198CA;
}

.recurrent-check__head div {
    color: #fff;
    font-weight: bold;
}

.recurrent-check__cnt {
    position: relative;
    font-weight: bold;
    background: #E6E6E0;
}

.recurrent-check__link {
    position: relative;
    padding-right: 25px;
    color: #3198CA;
}

.recurrent-check__link::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3198CA;
    border-bottom: 2px solid #3198CA;
    transform: translateY(-50%) rotate(45deg);
}

.linkbtn.h2 small {
    padding-right: 20px;
    color: #B23A8B;
    font-size: 12px;
}

.arrow-cnt {
    position: relative;
}

.arrow-cnt img {
    margin: 0 auto;
}

.arrow-cnt p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.call-num__txt {
    font-weight: bold;
}

.call-num img {
    width: 30px;
    margin-right: 10px;
}

.recurrent-btm .call-num {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    #recurrent .under-bg {
        width: 100%;
    }

    .arrow-cnt {
        margin: 10% 0;
    }

    .arrow-cnt img {
        width: 50px;
    }

    .recurrent-check__head {
        padding: 10px;
        border-radius: 15px 15px 0 0;
    }

    .recurrent-check__head img {
        width: 1.5em;
        margin-right: 5px;
    }

    .recurrent-check__cnt {
        padding: 10px 10px 40px;
        text-align: center;
        border-radius: 0 0 15px 15px;
    }

    .recurrent-check__link {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 14px;
    }

    .arrow-cnt p {
        font-size: 4vw;
    }

    .point-ciecle--recurrent {
        position: absolute;
        top: 0;
        right: 5%;
        transform: translateY(-50%);
        width: 30%
    }

    .point-box.recurrent .flexbox-sp img {
        width: 50%;
    }

    .point-box.recurrent .clm1-2__head--sp {
        width: calc(50% - 5vw);
    }

    .point-box.recurrent .clm1-2__head--sp h3 {
        margin-bottom: 0;
    }

    .recurrent-circle {
        width: 80%;
        margin: 0 auto -5vw;
        z-index: 1;
    }
}

@media screen and (min-width: 1001px) {
    .recurrent-check__head img {
        height: 1.3em;
        margin-right: 5px;
    }

    .recurrent-check__head {
        width: 200px;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 30px 0 0 30px;
    }

    .recurrent-check__cnt {
        width: calc(100% - 200px);
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 0 30px 30px 0;

    }

    #recurrent .under-bg {
        top: 0;
        height: calc(100% + 50px);
    }

    .recurrent-check__link {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 16px;
    }

    .linkbtn.h2.long {
        width: 66.66%;
    }

    .clm1-2__flex img.l {
        margin: 0;
        margin-right: 20px;
    }

    .arrow-cnt {
        margin: 20px 0;
    }

    .arrow-cnt img {
        width: 70px;
    }

    .point-box.w100 {
        width: 100%;
        margin-top: 50px;
    }

    .point-box.w100 .point-box__inner {
        height: auto;
    }

    .point-box.recurrent .flexbox-sp {
        width: 28%;
    }

    .point-box.recurrent .flexbox-sp img {
        width: 100%;
    }

    .point-box.recurrent .txt {
        width: calc(72% - 30px);
    }

    .call-num {
        margin-top: 5px;
    }

    .clm2-tell small {
        white-space: nowrap;
    }

    .call-num__txt {
        font-size: 30px;
    }

    .point-ciecle--recurrent {
        position: absolute;
        top: 0;
        right: 30px;
        transform: translateY(-40%);
        width: 150px;
    }

    .recurrent-check {
        transition: opacity .2s;
    }

    .recurrent-check:hover {
        opacity: .7;
    }

    .recurrent-circle {
        position: absolute;
        right: 40px;
        bottom: 0;
        transform: translateY(30%);
        width: 40%;
        z-index: 1;
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .call-num__txt {
        font-size: 20px;
    }

    .clm1-2__btn .linkbtn div {
        font-size: 13px;
    }

    .call-num img {
        width: 20px;
    }
}

/*********************************/
#recurrentbottom {
    background: url(../img/features-bg2.png);
}

.recurrent-pricetxt {
    font-weight: bold;
    text-align: center;
}

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

@media screen and (min-width: 1001px) {
    .clm1-2__flex img.l.btm {
        width: 280px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
@media screen and (max-width: 1000px) {
    .recurrent-price {
        margin-top: 5vw;
    }

    .recurrent-btm img:not(.not) {
        width: 50px;
        margin: 10% auto;
    }

    .recurrent-pricetxt {
        font-size: 6vw;
    }

    #recurrentbottom img.l.btm {
        position: static;
        width: 50%;
        margin: 0 auto 5%;
        transform: none;
    }

    #recurrentbottom .clm1-2__head .sub,
    #recurrentbottom .clm1-2__head h3 {
        text-align: center;
    }

    .recurrent-btm p {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .recurrent-price {
        margin-top: 30px;
    }

    .recurrent-btm {
        margin-top: 30px;
    }

    .recurrent-btm img:not(.not) {
        width: 60px;
        margin: 30px auto 10px;
    }

    .recurrent-pricetxt {
        font-size: 36px;
    }

    .recurrent-btm p {
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .recurrent-pricetxt {
        font-size: 32px;
    }
}

/*********************************/
.learn-clm2__txt .band {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #F64599;
    letter-spacing: .05em;
    text-indent: .05em;
}

.learn-clm2__txt p {
    font-weight: bold;
}

.learn-top {
    color: #fff;
}

.learn-top span {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.learn-top.g {
    background: #00AA93;
}

.learn-top.p {
    background: #F64599;
}

@media screen and (max-width: 1000px) {
    .learn-clm2__l {
        width: 50%;
        margin: 0 auto 5%;
    }

    .learn-clm2__txt {
        text-align: center;
    }

    .learn-clm2__txt .band {
        padding: 5px;
        font-size: 4.5vw;
    }

    .learn-clm2__txt h2 {
        margin: 5% 0;
        font-size: 6vw;
    }

    .learn-clm2__txt p {
        font-size: 3.4vw;
        text-align: left;
    }

    .learn-top {
        padding: 10px;
    }

    .learn-top {
        font-size: 4vw;
    }

    .learn-top span {
        display: block;
    }

    #learn-1,
    #learn-2 {
        padding-top: 5vw;
    }

}

@media screen and (min-width: 1001px) {
    .learn-clm2__l {
        width: 350px;
        height: auto;
    }

    .learn-clm2__txt {
        width: calc(100% - 400px);
    }

    .learn-clm2__txt .band {
        padding: 5px 10px;
        font-size: 20px;
    }

    .learn-clm2__txt h2 {
        margin: 10px 0;
        font-size: 40px;

    }

    .learn-head h3 {
        font-size: 40px;
    }

    .learn-clm2__txt p {
        font-size: 18px;
        line-height: 2em;
    }

    .learn-top {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 66.66%;
        padding: 10px;
    }

    .learn-top {
        font-size: 24px;
    }

    .learn-top span {
        margin-right: 40px;
    }

    #learn .learn-pap {
        padding-top: 80px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {

    .learn-clm2__txt h2,
    .learn-head h3 {
        margin: 10px 0;
        font-size: 30px;
    }

    .learn-clm2__txt p {
        font-size: 16px;
        line-height: 2em;
    }
}

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

    .learn-clm2__txt h2,
    .learn-head h3 {
        font-size: 20px;
    }

    .learn-clm2__txt p {
        font-size: 14px;
    }

}

/*********************************/
#learn-1 {
    background: url(../img/bg-gra.png) no-repeat center;
    background-size: cover;
}

.learn-pap {
    background: #fff;
}

.table-box1 .event-num {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.table-box1 .event-num span {
    font-size: 14px;
}

.learn-circle p {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.check-li span {
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .learn-pap {
        padding: 5%;
    }

    .learn-desc {
        margin-top: 5vw;
    }

    .learn-head {
        margin-bottom: 7%;
    }

    .learn-head h3 {
        font-size: 6vw;
    }
}

@media screen and (min-width: 1001px) {
    .learn-pap {
        padding: 40px;
    }

    .learn-circle {
        width: 40%;
    }

    .learn-desc {
        width: calc(60% - 30px);
    }

    .learn-head {
        margin-bottom: 30px;
    }

    .learn-head .sub {
        font-size: 18px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.check-li.nomargin {
    margin-top: 0;
}

.check-li .big {
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .learn-check h3 {
        width: 33.33%;
        margin: 0 auto 5%;
    }

    .learn-margin .sub {
        height: 20px;
        margin: 0 auto 10px;
    }
}

@media screen and (min-width: 1001px) {
    .learn-check h3 {
        width: 220px;
        margin-left: 30px;
    }

    .learn-check .check-ul {
        width: calc(100% - 300px);
    }

    .check-li .big {
        font-size: 1.3em;
    }

    .learn-margin .sub {
        height: 20px;
        margin: 0 auto 10px;
    }

    .learn-margin a {
        width: 22vw;
        max-width: 400px;
        margin: 0 auto;
        transition: opacity .2s;
    }

    .learn-margin a:hover {
        opacity: .7;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#learn-2 {
    background: url(../img/learn-bg1.png);
}

.undersv-txt--btm {
    font-weight: bold;
}

.clm-intro {
    font-style: italic;
}

.guardian-bg {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1000px) {
    .guardian-bg {
        top: 10%;
        width: 50%;
    }

    .clm-intro {
        font-size: 6vw;
    }

    #guardian-point .clm3-li__txt {
        margin-top: 5vw;
    }

    #guardian-point .clm3-li__txt .linkbtn {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {

    .undersv-txt--btm {
        width: 83%;
        margin: 20px 0 0 auto;
        line-height: 2.5em;
    }

    .undersv-txt.just {
        top: 25%;
    }

    .clm-intro {
        font-size: 24px;
    }

    #guardian-point .clm3-li h3 {
        font-size: 22px;
    }

    #guardian-point .clm3-li__txt {
        position: relative;
        height: 240px;
    }

    #guardian-point .clm3-li__txt .linkbtn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-width: 1300px) {
    .guardian-bg {
        width: calc(((100% - 1020px) / 2 + 230px));
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .guardian-bg {
        width: calc(((100% - (100% - 300px)) / 2) + ((100% - 300px) * .3));
    }

}

@media screen and (min-width: 769px) and (max-width: 1019px) {
    .guardian-bg {
        width: calc(((100% - (100% - 100px)) / 2) + ((100% - 100px) * .45));
    }
}

/*********************************/
.gra-bg {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, rgba(215, 89, 138, 1) 0%, rgba(100, 176, 214, 1) 100%);
}

.gra-bg--o {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #D45682 0%, #FFAC00 100%);
}

.gra-bg--g {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #303AFF 0%, #61B280 100%);
}

.gra-bg--k {
    background: rgb(215, 89, 138);
    background: linear-gradient(45deg, #DA5688 0%, #9EF45B 100%);
}

.undersv .dep-li__txt h3 {
    color: #fff;
}

.undersv .dep-li__txt div {
    color: #fff;
    font-weight: bold;
}

.undersv .dep-li__txt p {
    margin-top: 5px;
    color: #fff;
}

.undersv--3__txt {
    position: relative;
    color: #fff;
    z-index: 1;
}

.undersv--3-wrap {
    position: relative;
}

.undersv--3__catch {
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.5em;
}

@media screen and (max-width: 1000px) {
    .undersv .dep-li__txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80vw;
        z-index: 3;
    }

    .beautician-deco1 {
        position: absolute;
        left: -7vw;
        bottom: -7vw;
        ;
        width: 30vw;
        transform: rotate(90deg) rotateY(180deg);
        z-index: -1;
    }

    .beautician-deco2 {
        position: absolute;
        right: -10vw;
        bottom: -20vw;
        width: 24vw;
        z-index: 2;
    }

    .undersv--3__txt {
        width: 85%;
        padding: 5% 10%;
        margin: -5% auto 0;
        font-size: 3.5vw;
        line-height: 2em;
    }

    .undersv--3__img1 {
        position: absolute;
        right: 100%;
        bottom: 5vw;
        transform: translateX(25px);
        width: 15vw;
    }

    #barber .undersv--3__img1 {
        bottom: 40%;
    }


    .undersv--3__catch {
        margin: 5% 10vw 0 0;
        text-align: right;
        font-size: 7vw;
    }

    .undersv--3__catch div {
        font-size: 7vw;
        text-align: left;
    }
}

@media screen and (min-width: 1001px) {
    .beautician-deco1 {
        position: absolute;
        right: calc(100% + 30px);
        bottom: -50px;
        width: 200px;
        transform: rotate(180deg) rotateY(180deg);
    }

    .beautician-deco2 {
        position: absolute;
        right: 0%;
        bottom: 0;
        transform: translate(120px, 180px);
        width: 200px;
        z-index: 1;
    }

    .undersv--3__txt {
        width: 50%;
        padding: 40px;
        margin: -30px 0 0 5%;
        line-height: 2em;
    }

    .undersv--3__txt.global {
        padding-bottom: 80px;
    }

    .undersv--3__img1 {
        position: absolute;
        right: 100%;
        bottom: 0;
        transform: translate(25px, 20px);
        width: 80px;
    }

    #globalbeauty .undersv--3__img1 {
        width: 110px;
        transform: translate(25px, 50%);
    }

    .undersv--3__catch {
        position: absolute;
        top: calc(50% + 10px);
        left: calc(100% + 50px);
        transform: translateY(-50%);
        font-size: 36px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/

.beautician-head .sub {
    font-weight: bold;
}

.beautician-2__img {
    position: relative;
    z-index: 1;
}

.line-head {
    position: relative;
    overflow: hidden;
}

.line-head div {
    position: relative;
    display: inline-block;
}

.line-head div::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 100vw;
    height: 2px;
}

.line-head div::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    width: 100vw;
    height: 2px;
}

.line-head div.pink::before,
.line-head div.pink::after {
    background: #B23A8B;
}

.line-head div.pink3::before,
.line-head div.pink3::after {
    background: #DB6A82;
}

.line-head div.orange::before,
.line-head div.orange::after {
    background: #F27D00;
}

.line-head div.blue::before,
.line-head div.blue::after {
    background: #357EE4;
}

.line-head div.blue2::before,
.line-head div.blue2::after {
    background: #309BB9;
}

@media screen and (max-width: 1000px) {
    #beautician-1 {
        margin-top: 10%;
    }

    .beautician-1__img {
        width: 70%;
        margin-left: auto;
    }

    .beautician-head {
        margin: 5% 0;
    }

    .beautician-head h2 {
        font-size: 6.4vw;
    }

    .beautician-head p {
        margin-top: 5px;
    }

    .beautician-2__img {
        width: 80%;
        margin: 5% auto -10%;
    }

    .qa-table img {
        margin-top: 5vw;
    }

    .clm4-li.sp2 {
        margin-top: 5vw;
        width: 42.5vw;
    }

    .clm4-li.sp2 h4 {
        margin: 5px 0;
    }

    .clm3-li h4 {
        margin-top: 5px;
    }

    .clm4.jus-s .clm4-li:nth-child(2n) {
        margin-left: 5vw;
    }

}

@media screen and (min-width: 1001px) {
    .beautician-1__txt {
        width: 62%;
    }

    .beautician-1__img {
        margin-left: 20px;
        width: calc(38% - 40px);
    }

    .beautician-head h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .beautician-2__img {
        width: 40%;
        margin-bottom: -70px;
        z-index: 1;
    }

    #beautician-2 .beautician-head {
        width: calc(60% - 20px);
    }

    .qa-table img {
        margin-top: 30px;
    }

    .line-head div {
        font-size: 24px;
    }

    .line-head {
        margin-bottom: 20px;
    }

    .clm4.jus-s .clm4-li:not(:nth-child(4n)) {
        margin-right: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
    .qa-ul {
        display: block;
    }

    .beautician-1__txt {
        width: 45%;
    }

    .beautician-1__img {
        width: calc(55% - 20px);
    }
}

@media screen and (min-width: 1261px) {
    .qa-li:nth-child(2) {
        margin-left: 20px;
    }

    .beautician-1__img {
        transform-origin: left;
        transform: scale(1.2);
    }
}

/*********************************/

.pap-head-txt .blue {
    margin-top: 5px;
    font-weight: bold;
}

.pap-p {
    font-weight: bold;
}

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

    .pap-img {
        position: absolute;
        top: -15px;
        left: 5px;
        width: 30vw;
    }

    .pap-head-txt h2 {
        margin-left: 30vw;
        font-size: 4.6vw;
    }

    .pap-head-txt .blue {
        margin: 5vw 0 5%;
        font-size: 5vw;
    }

    .pap-circle {
        margin: 5% 0;
    }

    .pap-b {
        margin-top: 10vw;
    }
}

@media screen and (min-width: 1001px) {
    .pap-b {
        margin-top: 30px;
    }

    .pap-img {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 150px;
    }

    .pap-head-txt {
        margin-left: 180px;
    }

    .pap-head-txt h2 {
        font-size: 36px;
    }

    .pap-head-txt .blue {
        font-size: 22px;
    }

    .pap-p {
        margin-top: 15px;
    }

    .btm-ss {
        margin-bottom: 15px;
    }

    #beautitian.point-box.initiatives h3 {
        font-size: 24px;
    }

}

@media screen and (min-width: 1300px) {}

/*********************************/
@media screen and (max-width: 1000px) {
    .barber-deco2 {
        position: absolute;
        right: -7vw;
        bottom: -17vw;
        width: 20vw;
        z-index: -1;
    }

    .cp-deco1 {
        position: absolute;
        top: -31.4vw;
        left: -15vw;
        width: 25vw;
        z-index: -1;
    }
}

@media screen and (min-width: 1001px) {
    .barber-deco1 {
        position: absolute;
        right: calc(100% - 20px);
        bottom: -170px;
        width: 200px;
        z-index: 1;
    }

    .barber-deco2 {
        position: absolute;
        right: 0%;
        bottom: 0;
        transform: translate(200px, 180px);
        width: 200px;
    }

    .sp-open .clm4-li,
    .clm4-li.top30 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.undersv--3__catch>span {
    margin-top: 10px;
    display: block;
    color: #DC1F15;
    font-size: 14px;
    line-height: 1.5em;
}

@media screen and (max-width: 1000px) {
    .global-deco1 {
        position: absolute;
        left: -8.5vw;
        bottom: 10%;
        width: 20vw;
        z-index: -1;
    }

    .global-deco2 {
        position: absolute;
        right: -7vw;
        bottom: -17vw;
        width: 20vw;
        z-index: -1;
    }

    .undersv--3__catch>span {
        font-size: 3.5vw;
    }

    #globalbeauty .undersv--3__txt {
        margin-bottom: 40px;
        padding-bottom: 60px;
    }

    .global-circle {
        position: absolute;
        right: 5vw;
        bottom: 0;
        transform: translateY(40%);
        height: 90px;
    }

    .undersv--3__catch.blue {
        text-align: left;
        margin: 0 0 0 10vw;
    }

    #globalbeauty .undersv--3__img1 {
        bottom: 0;
        transform: translate(25px, 50%);
        width: 18vw;
    }

    .sp-flow {
        position: relative;
        overflow-x: scroll;
    }

    .sp-flow>* {
        min-width: 720px;
    }
}

@media screen and (min-width: 1001px) {
    .global-deco1 {
        position: absolute;
        right: 100%;
        bottom: -126px;
        width: 200px;
        z-index: 1;
    }

    .global-deco2 {
        position: absolute;
        right: 0%;
        bottom: 0;
        transform: translate(150px, 180px);
        width: 200px;
        z-index: 1;
    }

    .undersv--3__catch>span {
        font-size: 14px;
    }

    .global-circle {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50%;
        transform: translate(-50%, 50%);
    }

    .global-img {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#global-2 {
    background: url(../img/features-bg2.png);
}

.grobal-2__cld span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.grobal-2__cld h2 {
    margin-bottom: 0;
}

.grobal-2__box {
    position: relative;
    border-bottom: 2px solid #aaa;
}

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

    .grobal-2__cld.l {
        margin-bottom: 5vw;
    }

    .grobal-2__cld.l img {
        width: 42.5vw;
    }

    .grobal-2__cld.l img:nth-child(2) {
        margin-left: 5vw;
    }

    .grobal-2__head img {
        width: 20vw;
        margin-right: 15px;
    }

    #global-2 .beautician-head h2 {
        font-size: 6vw;
    }

    .grobal-2__box__deco {
        position: absolute;
        right: -7vw;
        bottom: 0;
        width: 22vw;
        transform: translateY(50%);
    }

    .grobal-2__box {
        padding-bottom: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .grobal-2__cld.l {
        width: 320px;
    }

    .grobal-2__cld.l img {
        width: 100%;
    }

    .grobal-2__cld.l img:nth-child(2) {
        margin-top: 20px;
    }

    .grobal-2__cld.r {
        width: calc(100% - 370px);
    }

    .grobal-2__head {
        margin-bottom: 30px;
    }

    .grobal-2__head img {
        width: 100px;
        margin-right: 15px;
    }

    .grobal-2__box {
        padding-bottom: 50px;
    }

    .grobal-2__box__deco {
        position: absolute;
        right: 50px;
        bottom: 50px;
        width: 150px;
    }

    .grobal-2__cld.flexbox-sp {
        display: none;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.global-plan__cld p {
    font-weight: bold;
    line-height: 1.5em;
}

.global-plan__cld p span {
    display: block;
    margin-left: 1em;
    font-size: .9em;
    font-weight: normal;
}

.global-plan__top {
    font-style: italic;
}

.global-pla__last {
    margin-top: 30px;
    text-align: right;
}

.clm4--global .clm4-li .sub {
    font-weight: bold;
}

.clm4--global .clm4-li h4 {
    word-break: keep-all;
}

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

    .global-plan__top {
        font-size: 8vw;
    }

    .global-plan__cld:nth-child(2) {
        margin-top: 10vw;
    }

    .global-plan__cld h3 {
        margin: 10px 0;
        font-size: 5.5vw;
    }
}

@media screen and (min-width: 1001px) {
    .global-plan__cld {
        width: calc(50% - 20px);
    }

    .global-plan__top {
        font-size: 36px;
    }

    .global-plan__cld h3 {
        margin: 15px 0 10px;
        font-size: 22px;
    }

    .clm4--global .clm4-li:nth-child(n + 5) {
        margin-top: 30px;
    }

    .clm4--global clm4-li .sub {
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.undersv--3__catch .num {
    font-weight: bold;
}

#correspondence .undersv--3__catch {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .sp-sv {
        position: relative;
    }

    .barber-deco1 {
        position: absolute;
        left: -7.5vw;
        bottom: 70%;
        width: 30vw;
        z-index: 1;
    }

    .barber-deco2 {
        position: absolute;
        right: -10vw;
        bottom: -17vw;
        width: 20vw;
        z-index: 1;
    }

    #correspondence .sp-sv {
        position: relative;
    }

    .undersv--3__catch>p {
        margin: 20px 0 20px;
    }

    .undersv--3__catch .num {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1001px) {

    .barber-deco2 {
        position: absolute;
        right: 0%;
        bottom: 0;
        transform: translate(150px, 180px);
        width: 200px;
        z-index: 1;
    }

    #correspondence .undersv--3__catch {
        top: calc(50% + 60px);
        font-size: 30px;
    }

    .undersv--3__catch>p {
        margin: 10px 0;
    }

    .undersv--3__catch .num {
        margin-left: 20px;
        font-size: 40px;
    }

    #correspondence .undersv {
        margin-bottom: 50px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    #globalbeauty .undersv--3__catch {
        font-size: 30px;
    }

    #correspondence .undersv--3__catch {
        font-size: 25px;
    }
}

/*********************************/
.cp-box {
    position: relative;
    background: rgba(178, 58, 139, .15);
    border-radius: 15px;
}

.cp-box a {
    display: inline;
    font-weight: bold;
    text-decoration: underline;
}

.cp-box p:nth-child(4) {
    margin-top: 5px;
}

@media screen and (max-width: 1000px) {
    .beautician-head {
        position: relative;
    }

    .cp-check__img {
        width: 65%;
        margin-left: -5vw;
    }

    #cp-1 .beautician-head h2 {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translateY(-50%);
    }

    .cp-box {
        margin-top: 18vw;
        padding: 10vw 5vw 5vw;
    }

    .cp-box__deco {
        position: absolute;
        top: 0;
        right: 5vw;
        transform: translateY(-70%);
        width: 15vw;
    }

    .cp-box h3 {
        margin-bottom: 10px;
        font-size: 5vw;
    }

    .cp-li {
        margin-top: 5vw;
    }

    .cp-li__txt:nth-child(n + 2) {
        margin-top: 5vw;
    }

    .cp-date__txt {
        margin-top: 5%;
    }

    .cp-comment {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    .cp-date__txt img {
        width: 12vw;
        margin-right: 10px;
    }

    .cp-date__txt h4 {
        margin-bottom: 5px;
        font-size: 4vw;
    }

    .cp-date__txt div {
        font-size: 4vw;
    }
}

@media screen and (min-width: 1001px) {
    .cp-check {
        margin-left: 100px;
    }

    .cp-check__img {
        position: absolute;
    }

    .cp-check__img {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(30% + 100px);
        transform: translate(-240px, -80px);
        z-index: -1;
    }

    #correspondence .check-ul {
        width: auto;
    }

    .cp-box {
        padding: 40px;
    }

    .cp-box h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .cp-box__deco {
        position: absolute;
        top: 0;
        right: 40px;
        transform: translateY(-30%);
        width: 100px;
    }

    .cp-li {
        width: calc(50% - 20px);
    }

    .cp-li__txt:nth-child(n + 2) {
        margin-top: 30px;
    }

    .cp-li__txt h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .cp-btm {
        margin-top: 20px;
    }

    .cp-date__txt {
        margin-top: 40px;
    }

    .cp-date__txt img {
        width: 80px;
        margin-right: 10px;
    }

    .cp-date__txt h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .cp-date__txt div {
        font-size: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1019px) {
    .cp-check__img {
        left: 0;
        transform: translate(-100px, -50px);
    }

    .cp-box {
        padding-right: 150px;
    }

    .cp-box h3 {
        font-size: 20px;
    }
}

/*********************************/
#cp-4 {
    background: url(../img/cp-bg.png);
}

.check-li {
    font-weight: bold;
}

.cp-hum h3.p {
    background: #B23A8B;
}

.cp-hum h3.g {
    background: #00B900;
}

.cp-hum h3 {
    padding: 10px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.cp-hum__txt {
    background: #fff;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1000px) {
    #cp-4 .beautician-head {
        position: relative;
    }

    .cp-comment--img {
        width: 36vw;
    }

    .cp-illust {
        width: 50vw;
    }

    #cp-4 .flexbox-sp {
        margin-bottom: 5vw;
    }

    .cp-hum__txt {
        padding: 5vw;
    }

    .cp-hum h3 {
        font-size: 4vw;
    }
}

@media screen and (min-width: 1001px) {
    #cp-4 .beautician-head {
        position: relative;
    }

    .cp-comment--img {
        position: absolute;
        right: 0;
        bottom: 100%;
        width: 200px;
    }

    .cp-illust {
        width: 220px;
        margin-right: 30px;
    }

    .cp-4__check .check-li:nth-child(n + 2) {
        margin: 0 0 0 40px;
    }

    .cp-hum__txt {
        padding: 30px;
    }

    .cp-ul--46 .cp-li:nth-child(1) {
        width: 40%;
    }

    .cp-ul--46 .cp-li:nth-child(2) {
        width: calc(60% - 40px);
    }

    .cp-hum p {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .cp-ul--46 .cp-li:nth-child(1) {
        width: calc(50% - 10px);
    }

    .cp-ul--46 .cp-li:nth-child(2) {
        width: calc(50% - 10px);
    }
}

/*********************************/
.gl-head--sub h3 {
    margin-bottom: 5px;
}

.box {
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
}

.box-pink {
    background: rgba(178, 58, 139, .15);
}

.box-blue {
    background: rgba(48, 155, 185, .15);
}

.box-glay {
    background: #E7E7E1;
}


.box span {
    font-weight: bold;
}

.box.b {
    border: 4px solid;
}

.box-pink.b {
    border-color: #B23A8B;
}

.box-blue.b {
    border-color: #309BB9;
}

.num-circle {
    position: relative;
    border-radius: 50px;
}

.num-circle.p {
    background: #B23A8B;
}

.num-circle.b {
    background: #309BB9;
}

.num-circle.b2 {
    background: #357EE4;
}

.num-circle.g {
    background: #00B900;
}

.num-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1em;
    color: #fff;
}

.radiusbtn {
    position: relative;
    padding: 10px 0;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.radiusbtn::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.radiusbtn::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B23A8B;
    transform: translateX(-101%);
    transition: transform .2s;
}

.radiusbtn.b::after {
    background: #309BB9;
}

.radiusbtn:hover::after {
    transform: translateX(0);
}

.radiusbtn div {
    position: relative;
    color: #B23A8B;
    z-index: 1;
}

.radiusbtn.b div {
    color: #309BB9;
}

.radiusbtn:hover div {
    color: #fff;
}

.num-circle {
    font-weight: bold;
}

.gl-li__wrap {
    position: relative;
    overflow: hidden;
}

.gl-li__cnt {
    max-height: 0;
    transition: .2s;
}

.open .gl-li__cnt {
    max-height: 2500px;
}

.gl-li {
    border-bottom: 1px solid #aaa;
}

.gl-head__num {
    position: relative;
}

.gl-head__num::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #B23A8B;
    border-bottom: 2px solid #B23A8B;
    transition: transform .2s;
}

.gl-head__num.b::after {
    border-color: #309BB9;
}


.open .gl-head__num::after {
    transform: translateY(-50%) rotate(225deg);
}

.linkbtn.mini {
    max-width: 240px;
    padding: 10px;
    border-radius: 40px;
}

.linkbtn.mini div {
    font-size: 13px;
}

.gl-table__comment p {
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
    .gl-head {
        margin-bottom: 10px;
    }

    .gl-head__img {
        width: 40px;
        margin-right: 10px;
    }

    .gl-head h2 {
        font-size: 6vw;
    }

    .gl-head--sub h3 {
        margin-bottom: 5px;
        font-size: 4vw;
    }

    .box {
        padding: 5%;
    }

    .sp-clm1 {
        width: 100%;
    }

    .clm3-li.box,
    .clm4-li.box {
        margin-top: 5vw !important;
    }

    .num-circle {
        width: 24px;
        height: 24px;
    }

    .box .num-circle {
        position: absolute;
        top: 0;
        left: 5%;
        transform: translateY(-45%);
    }

    .box .radiusbtn {
        margin-top: 5%;
    }

    .gl-head__num .num-circle {
        margin-right: 10px;
    }

    .gl-head__num {
        padding: 10px 0;
    }

    .open .gl-li__wrap {
        margin-bottom: 10px;
    }

    .gl-last {
        font-size: 4vw;
        margin-top: 5%;
    }

    .linkbtn.tab.mini {
        margin-top: 20px;
    }

    .box h4 {
        margin-bottom: 10px;
        font-size: 5vw;
    }

    .box h4 small {
        display: block;
        font-size: 4vw;
    }

    .box-sub {
        margin: 10px 0;
    }

    .gl-comment {
        margin-top: 10px;
    }

    .gl-comment strong {
        display: block;
        margin-bottom: 5px;
        font-size: 3.5vw;
    }

    .gl-head--sub h3 {
        font-size: 4.3vw;
    }

    .open .gl-table__comment {
        margin: 5% 0;
    }

    .open .gl-table__comment .linkbtn {
        margin: 5%;
    }
}

@media screen and (min-width: 1001px) {
    .gl-head {
        margin-bottom: 15px;
    }

    .gl-head__img {
        width: 50px;
        margin-right: 10px;
    }

    .gl-head h2 {
        font-size: 30px;
    }

    .gl-head--sub h3 {
        font-size: 20px;
    }

    .box {
        padding: 30px;
    }

    #admissioninformation .box-pink {
        height: 328px;
    }

    .box h4 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .num-circle {
        width: 36px;
        height: 36px;
    }

    .box .num-circle {
        position: absolute;
        top: 0;
        left: 15px;
        transform: translateY(-45%);
    }

    #admissioninformation .line-head {
        margin-bottom: 30px;
    }

    .box .radiusbtn {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        width: calc(100% - 60px);
    }

    #admissioninformation .box-blue {
        height: 368px;
    }

    .gl-head__num .num-circle {
        margin-right: 15px;
    }

    .gl-ul {
        margin-top: 25px;
    }

    .gl-head__num {
        padding: 15px 0;
        cursor: pointer;
    }

    .open .gl-li__wrap {
        margin-bottom: 30px;
    }

    .gl-comment {
        margin-top: 15px;
    }

    #admissioninformation .box-glay {
        height: 420px;
    }

    .box h4 small {
        display: block;
        font-size: 16px;
    }

    .box p {
        font-size: 14px;
    }

    #admissioninformation .box-glay .linkbtn {
        margin-top: 30px;
    }

    .gl-last {
        font-size: 18px;
        margin-top: 30px;
    }

    .open .gl-table__comment {
        margin-top: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    #admissioninformation .box-pink {
        height: 400px;
    }

    .box-glay .linkbtn.mini div {
        font-size: 10px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .box h4 {
        font-size: 20px;
    }

    #admissioninformation .box-glay {
        height: 500px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    #admissioninformation .clm3--glay {
        display: block;
    }

    #admissioninformation .box-glay {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
}


@media screen and (min-width: 769px) and (max-width: 1300px) {
    .clm4-li.box {
        margin-top: 40px;
        width: calc(50% - 20px);
    }

    #admissioninformation .box-blue:nth-child(-n + 2) {
        height: auto;
    }

    #admissioninformation .box-blue:nth-child(n + 3) {
        height: 305px;
    }
}

/*********************************/
.gl-sp {
    background: url(../img/features-bg2.png);
}

.gl-sp__head {
    border-bottom: 1px solid #309BB9;
}

@media screen and (max-width: 1000px) {
    .gl-sp__head {
        padding-bottom: 10px;
    }

    .gl-sp__head img {
        width: 60px;
        margin-right: 10px;
    }

    .gl-sp__head h2 {
        font-size: 5.6vw;
    }

    .gl-sp__clm2 {
        margin-top: 10%;
    }

    .gl-sp__cld.l img {
        width: 100%;
    }

    .gl-sp__cld h3 {
        margin: 10px 0;
        font-size: 5vw;
    }

    .gl-flag:nth-child(1) {
        margin-top: 10%;
    }

    .gl-flag:nth-child(2) {
        margin-top: 5%;
    }

    .gl-flag img {
        margin-right: 10px;
        width: 40px;
    }

    .gl-flag h4 {
        font-size: 4.5vw;
    }

    .gl-flag p {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1001px) {
    .gl-sp__head {
        padding-bottom: 15px;
    }

    .gl-sp__head img {
        width: 80px;
        margin-right: 15px;
    }

    .gl-sp__head h2 {
        font-size: 30px;
    }

    .gl-sp__clm2 {
        margin-top: 40px;
    }

    .gl-sp__cld.l {
        width: 400px;
    }

    .gl-sp__cld.r {
        width: calc(100% - 440px);
    }

    .gl-sp__cld h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .gl-flag:nth-child(n + 2) {
        margin-top: 20px;
    }

    .gl-flag img {
        margin-right: 15px;
        width: 60px;
    }

    .gl-flag h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
#exam-2 {
    background: url(../img/cp-bg.png);
}


.exam-pap {
    background: #fff;
}

.exam-pap.comment {
    position: relative;
}

.exam-pap__btm {
    border-bottom: 1px solid #aaa;
}

.exam-head p,
.exam-clm2__cld p {
    margin-top: 5px;
}

.exam-pap__btm.b {
    border-bottom: none;
}

@media screen and (max-width: 1000px) {
    .exam-pap {
        padding: 5%
    }

    .clm4.exam .clm4-li h3 {
        margin-top: 10px;
        font-size: 4vw;
    }

    .exam-head {
        margin-bottom: 5px;
    }

    .exam-head h4 {
        font-size: 4.4vw;
    }

    .exam-head .num-circle {
        margin-right: 5px;
    }

    .exam-border .clm3-li {
        padding: 5% 0;
        margin-left: auto;
        margin-right: auto;
    }

    #admissionoffice .clm3-li h3.green {
        width: 66.66%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .exam-border .clm3-li:nth-child(n + 2) {
        border-top: 1px solid #aaa;
    }

    .exam-pap .check-ul {
        margin-top: 5%;
    }

    .exam-pap__btm {
        padding: 10% 0;
    }

    .exam-pap__btm.b {
        padding: 5vw 0 0;
    }

    .exam-pap.comment {
        padding-top: 15vw;
        margin-top: 8vw;
    }

    .exam-pap__comment {
        position: absolute;
        top: 0;
        right: 5vw;
        width: 50vw;
        transform: translateY(-30%);
    }

    .exam-pop__l {
        padding-top: 10%;
    }

    .exam-clm2__cld img {
        width: 60px;
        margin-right: 10px;
    }

    .exam-clm2__cld h5 {
        font-size: 4vw;
    }

    .exam-clm2__cld {
        margin-top: 5%;
    }

    .exam-pap {
        margin-top: 5vw;
    }

    .exam-pap__btm__txt div {
        margin-top: 10px;
    }

    .exam-pap__btm__txt strong {
        font-size: 4vw
    }

    .exam-pap__btm span {
        font-size: 3.2vw;
    }

    .exam-pap__btm h5 {
        margin-bottom: 5px;
    }

    .exam-banner a:nth-child(2) img {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .exam-pap {
        padding: 30px;
    }

    .exam-pap__comment {
        position: absolute;
        top: 0;
        right: 30px;
        width: 250px;
        transform: translateY(-30%);
    }

    .exam-head .num-circle {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .exam-head h3 {
        font-size: 24px;
    }

    .exam-border {
        padding: 40px 60px;
    }

    .exam-border .clm3-li {
        padding: 0 30px;
    }

    .exam-border .clm3-li:nth-child(n + 2) {
        border-left: 1px solid #aaa;
    }

    #admissionoffice .clm3-li h3.green {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .exam-border {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

    .exam-pap__btm {
        padding: 40px 0;
    }

    .exam-pop__l {
        padding-top: 30px;
    }

    .exam-clm2__cld {
        margin-top: 20px;
    }

    .gl-head--sub h4 {
        font-size: 20px;
    }

    .exam-clm2__cld img {
        width: 80px;
        margin-right: 15px;
    }

    .exam-clm2__cld h5 {
        font-size: 18px;
    }

    .exam-clm2 {
        margin-top: 40px;
    }

    .exam-clm2 .exam-pap:nth-child(1) {
        width: calc(55% - 20px)
    }

    .exam-clm2 .exam-pap:nth-child(2) {
        width: calc(45% - 20px)
    }

    .check-li.s div {
        font-size: 16px;
    }

    .exam-clm2 .check-ul {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .exam-pap__btm h5 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .exam-pap__btm__txt strong {
        font-size: 16px;
    }

    .exam-pap__btm span {
        font-size: .9em;
    }

    #admissionoffice .arrow-cnt {
        margin: 40px 0;
    }

    .exam-banner {
        width: 50%;
        margin: 0 auto;
    }

    .exam-banner img:hover {
        opacity: .7;
    }

    .exam-banner img {
        transition: opacity .2s;
    }

    .exam-banner a:nth-child(2) img {
        margin-top: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .exam-clm2 .exam-pap {
        height: 380px;
    }
}

@media screen and (min-width: 1301px) {
    .exam-clm2 .exam-pap {
        height: 328px;
    }
}

/*********************************/
.undermv.open {
    height: auto;
}

.open-li .time {
    font-weight: bold;
}

.open-li {
    border-bottom: 1px solid #aaa;
}

.open-link {
    font-weight: bold;
    text-align: right;
}

@media screen and (max-width: 1000px) {
    .open-li__r>div {
        margin-top: 5%;
    }

    .open-li h3 {
        font-size: 6.6vw;
    }

    .open-li .time {
        font-size: 3.5vw;
    }

    .open-li__btn {
        margin: 10% 10% 0;
    }

    .open-li {
        padding: 10% 0;
    }

    .open-link {
        margin-top: 20px;
        transition: opacity .2s;
    }

    .open-link {
        font-size: 3.5vw;
    }

    #open-faq .clm-head img {
        height: 60px;
    }

    .open-li p {
        font-size: 3.5vw;
    }

}

@media screen and (min-width: 1001px) {
    .open-li__l {
        width: 320px;
        height: 200px;
    }

    .open-li__l img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .open-li__r {
        width: calc(100% - 360px);
    }

    .open-li__r>div:nth-child(n + 2) {
        margin-top: 20px;
    }

    .open-li h3 {
        font-size: 24px;
    }

    .open-li .time {
        font-size: 18px;
    }

    .open-li__btn {
        width: 22vw;
        max-width: 280px;
        margin: 40px auto 0;
    }

    .open-li {
        padding: 40px 0;
    }

    .open-li__btn {
        transition: .2s;
    }

    .open-li__btn:hover {
        transform: translateY(-5px);
        opacity: .7;
    }

    .open-link {
        margin-top: 20px;
        transition: opacity .2s;
    }

    .open-link:hover {
        opacity: .7;
    }

    .open-link {
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.youtubebox {
    position: relative;
}

.youtubebox::before {
    content: "";
    display: inline-block;
    padding-top: 68.50%;
}

.youtubebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.max-youtube {
    position: relative;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.max-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .max-youtube {
        margin: 5vw 0;
        padding-bottom: 56.25%;
    }
}

@media screen and (min-width: 1001px) {
    .youtubebox {
        width: calc(33.33% - 20px);
        margin: 0 auto 30px;
    }

    .max-youtube {
        width: 66.66%;
        margin: 50px auto 0;
        padding-bottom: 40%;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.learn-table.p th {
    color: #B23A8B;
    background: #F7EAF2;
}

.learn-table.b th {
    color: #309BB9;
    background: #EAF5F8;
}

.td-b {
    font-weight: bold;
    font-size: 1.2em;
}

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

    .learn-table tr:nth-child(1) th {
        border-top: 1px solid #aaa;
    }

    .learn-table th {
        display: block;
        padding: 10px;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;

    }

    .learn-table td {
        display: block;
        padding: 5vw;
        font-size: 14px;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        letter-spacing: .1em;
        line-height: 1.8em
    }
}

@media screen and (min-width: 1001px) {

    .learn-table tr {
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

    .learn-table th,
    .learn-table td {
        padding: 15px;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    .learn-table th {
        width: 180px;
        text-align: left;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/

.ss-clm3-li h3 {
    text-align: center;
}

.ssbox-1 {
    background: #FCEEF2;
}

.ssbox-2 {
    background: #EAE8F2;
}

.ssbox-3 {
    background: #FDEBE6;
}

.ss-voice {
    font-style: italic;
    font-weight: bold;
}

.ss-link a {
    background: #fff;
    border-radius: 10px;
}

.ss-link a.p {
    border: 1px solid #E05782;
}

.ss-link a.g {
    border: 1px solid #00AA93;
}

.ss-link a.m {
    border: 1px solid #7166AB;
}

.ss-link a.o {
    border: 1px solid #EF7757;
}

.ss-link h3 {
    margin-top: 5px;
    font-weight: normal;
}

.circle-arrow {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid;
    transition: .2s;
}

.circle-arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transition: .2s;
}

.ss-link a {
    position: relative;
    transition: .2s;
}

.ss-link a:hover * {
    color: #fff;
}

.ss-link a.p:hover {
    background: #E05782;
}

.ss-link a.g:hover {
    background: #00AA93;
}

.ss-link a.m:hover {
    background: #7166AB;
}

.ss-link a.o:hover {
    background: #EF7757;
}

.ss-link a .circle-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ss-link a:hover .circle-arrow,
.ss-link a:hover .circle-arrow::after {
    border-color: #fff;
}

.circle-arrow.p::after,
.circle-arrow.p {
    border-color: #E05782;
}

.circle-arrow.g::after,
.circle-arrow.g {
    border-color: #00AA93;
}

.circle-arrow.m::after,
.circle-arrow.m {
    border-color: #7166AB;
}

.circle-arrow.o::after,
.circle-arrow.o {
    border-color: #EF7757;
}

@media screen and (max-width: 1000px) {
    .ss-clm3-li {
        width: 28.33vw;
    }

    .ss-circle {
        width: 80%;
        margin: 5px auto;
    }

    .ss-clm3-li h3 {
        font-size: 3.8vw;
    }

    .ss-last {
        margin-top: 5vw;
        font-size: 3vw;
        font-weight: bold;
    }

    .ssbox {
        padding-top: 5vw;
    }

    .ss-link a {
        width: 100%;
        padding: 5vw;
    }

    .ssbox-head__img {
        width: 20vw;
    }

    .ss-link a:nth-child(2) {
        margin-top: 5vw;
    }

    .ssbox-head__txt {
        width: 70vw;
        margin-bottom: 5vw;
        text-align: center;
    }

    .ssbox-head__txt img {
        height: 18px;
        margin: 0 auto;
    }

    .ssbox-head__txt h2 {
        margin-top: 5px;
        font-size: 5.5vw;
    }

    .ss-link a .circle-arrow {
        right: 5vw;
    }

    .ss-link h3 {
        font-size: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .ss-clm3 {
        width: 66.66%;
        margin: 0 auto;
    }

    .ss-clm3-li {
        width: calc(33.33% - 20px);
    }

    .ss-circle {
        width: 80%;
        margin: 15px auto 10px;
    }

    .ss-clm3-li h3 {
        font-size: 24px;
    }

    .ss-last {
        margin-top: 40px;
        font-size: 16px;
        font-weight: bold;
    }

    .ssbox {
        padding-top: 50px;
    }

    .ssbox-head__img {
        width: 120px;
    }

    .ssbox-head__txt {
        width: calc(100% - 170px);
    }

    .ssbox-head__txt img {
        height: 20px;
    }

    .ssbox-head__txt h2 {
        margin-top: 5px;
        font-size: 30px;
    }

    .ss-link h3 {
        font-size: 16px;
    }

    .ss-link a {
        width: calc(50% - 10px);
        padding: 20px;
    }

    .ss-link a .circle-arrow {
        right: 20px;
    }

    .ss-link {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
/*********************************/
.ss-win {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ss-win__head>* {
    color: #fff;
}

.ss-win.p .ss-win__head {
    background: #E05782;
}

.ss-win.g .ss-win__head {
    background: #00AA93;
}

.ss-win.m .ss-win__head {
    background: #7166AB;
}

.ss-win.o .ss-win__head {
    background: #EF7757;
}

.ss-win__head h4 {
    font-weight: normal;
}

.ss-win__txt {
    position: relative;
    background: #fff;
}

.ss-band1 {
    color: #fff;
    border-radius: 10px;
}

.ss-win.p .ss-band1 {
    background: #CE314C;
}

.ss-win.g .ss-band1 {
    background: #00AA93;
}

.ss-win.m .ss-band1 {
    background: #2D62C2;
}

.ss-win.o .ss-band1 {
    background: #C63123;
}

.ss-win__txt .check-li {
    border-bottom: 1px dashed #888;
}

.linkbtn.ss.p {
    border-color: #E05782;
}

.linkbtn.ss.g {
    border-color: #00AA93;
}

.linkbtn.ss.m {
    border-color: #7166AB;
}

.linkbtn.ss.o {
    border-color: #EF7757;
}

.linkbtn.ss.p::after {
    background: #E05782;
}

.linkbtn.ss.g::after {
    background: #00AA93;
}

.linkbtn.ss.m::after {
    background: #7166AB;
}

.linkbtn.ss.o::after {
    background: #EF7757;
}

.linkbtn.ss.p div {
    color: #E05782;
}

.linkbtn.ss.g div {
    color: #00AA93;
}

.linkbtn.ss.m div {
    color: #7166AB;
}

.linkbtn.ss.o div {
    color: #EF7757;
}

.linkbtn.ss:hover div {
    color: #fff;
}

.linkbtn.ss.p div::after {
    background-image: url(../img/tab--ssp.png);
}

.linkbtn.ss.g div::after {
    background-image: url(../img/tab--ssg.png);
}

.linkbtn.ss.m div::after {
    background-image: url(../img/tab--purple.png);
}

.linkbtn.ss.o div::after {
    background-image: url(../img/tab--orange.png);
}

.linkbtn.ss:hover div::after {
    background-image: url(../img/tab--w.png);
}

.ss-band2 {
    display: inline-block;
    color: #fff;
}

.ss-win.g .ss-band2 {
    background: #2296C8;
}

@media screen and (max-width: 1000px) {
    .ss-win__head {
        padding: 5vw;
    }

    .ssbox-head__txt {
        padding: 0 5vw;
    }

    .ssbox-head__txt img {
        height: 15px;
    }

    .ss-band1 {
        border-radius: 5px;
    }

    .ss-win__txt {
        padding: 5vw;
    }

    .ss-deco {
        display: none;
    }

    .ss-win__1 {
        position: relative;
        padding-left: 30vw;
    }

    .ss-deco--sp {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 25vw;
    }

    .ss-band1 {
        display: inline-block;
        margin-bottom: 5px;
        padding: 4px 10px;
        font-size: 4vw;
    }

    .ss-win__txt .check-ul {
        margin-top: 5vw;
    }

    .ss-win__txt .check-li {
        width: 100%;
        display: inline-flex;
    }

    .ss-win__txt h5 {
        font-size: 5.5vw;
    }

    .linkbtn.ss {
        margin-top: 10vw;
    }

    .ss-band2 {
        margin: 5vw 0;
        padding: 4px 10px;
        font-size: 4vw;
        text-align: center;
        border-radius: 10px
    }

    .ss-win__1 .sub {
        font-size: 3.8vw;
    }
}

@media screen and (min-width: 1001px) {
    .ss-band2.sp {
        display: none;
    }

    .ss-win__head {
        padding: 10px 20px;
    }

    .ss-win__txt {
        padding: 30px;
    }

    .ss-win__head .ss-voice {
        margin-right: 20px;
        font-size: 18px;
    }

    .ss-win__head h4 {
        font-size: 20px;
    }

    .ss-band1 {
        margin-right: 30px;
        padding: 10px;
        font-size: 18px;
    }

    .ss-win__txt h5 {
        font-size: 40px;
    }

    .ss-win__1 .sub {
        font-size: 24px;
        font-weight: bold;
    }

    .ss-btm {
        margin-top: 30px;
    }

    .ss-win__txt .check-li {
        display: inline-flex;
        padding-bottom: 10px;
    }

    .ss-win__txt .check-li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .linkbtn.ss {
        width: 280px;
        margin: 40px auto 0;
    }

    .ss-deco {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    .ss-win .check-ul {
        width: 100%;
    }

    .ss-band2 {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 22px;
        border-radius: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1299px) {
    .ss-deco1 {
        width: 150px;
    }

    .ss-deco2 {
        width: 200px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
    .ss-deco1 {
        width: 120px;
    }

    .ss-deco2 {
        width: 120px;
    }
}

@media screen and (min-width: 769px) and (max-width: 860px) {
    .ss-deco1 {
        width: 100px;
    }

    .ss-deco2 {
        width: 100px;
    }
}

@media screen and (min-width: 1300px) {
    .ss-deco1 {
        width: 200px;
    }

    .ss-deco2 {
        width: 300px;
    }
}

/*********************************/
.ssbox {
    display: none;
}

.open-1 .ssbox-1 {
    display: block;
}

.open-2 .ssbox-2 {
    display: block;
}

.open-3 .ssbox-3 {
    display: block;
}

.sstab-btn {
    position: relative;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
}

.sstab-btn:hover {
    opacity: .8;
}

.sstab-btn:hover::ater {
    opacity: .1
}

.sstab-btn.p {
    background: #E05782
}

.sstab-btn.m {
    background: #7166AB;
}

.sstab-btn.o {
    background: #EF7757;
}

.sstab-btn.p.active {
    color: #E05782;
    background: #FCEEF2
}

.sstab-btn.m.active {
    color: #7166AB;
    background: #EAE8F2
}

.sstab-btn.o.active {
    color: #EF7757;
    background: #FDEBE6
}

.sstab-btn.active {
    border-top: 2px solid #A5A4A4;
    border-left: 2px solid #A5A4A4;
    border-right: 2px solid #A5A4A4;
}

.ssbox {
    border-top: 2px solid #A5A4A4;
}

.sstab-btn.active::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    transform: translateY(-50%);
}

.sstab-btn.p.active::after {
    background: #FCEEF2
}

.sstab-btn.m.active::after {
    background: #EAE8F2
}

.sstab-btn.o.active::after {
    background: #FDEBE6
}

@media screen and (max-width: 1000px) {
    .sstab {
        width: 90%;
        margin: 0 auto;
    }

    .sstab-btn {
        width: calc(33.33% - 2px);
        height: 44px;
        padding: 5px;
        font-size: 3.5vw;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    .sstab-btn:nth-child(1),
    .sstab-btn:nth-child(3) {
        line-height: 34px;
    }

}

@media screen and (min-width: 1001px) {
    .sstab {
        width: 80%;
        margin: 0 auto;
    }

    .sstab-btn {
        width: calc(33.33% - 20px);
        padding: 30px;
        font-size: 18px;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.feature-link a {
    display: block;
    font-weight: bold;
}

.feature-link a::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    transform: translateY(-22%) rotate(45deg);
    margin-right: 10px;
    border-right: 2px solid #B23A8B;
    border-bottom: 2px solid #B23A8B;
}

.feature-head__box.b .feature-link a::before {
    border-color: #357EE4;
}

.feature-link a::after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: url(../img/feature-line--p.png) no-repeat center;
    background-size: 100% 100%;
}

.feature-head__box.b .feature-link a::after {
    background-image: url(../img/feature-line--b.png);
}

@media screen and (max-width: 1000px) {
    .feature-head__img {
        width: 20vw;
    }

    .feature-link {
        margin-left: 5vw;
    }

    .feature-link a {
        font-size: 4.4vw;
    }

    .feature-link a:nth-child(n + 2) {
        margin-top: 15px;
    }

    .feature-head__box.b {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 1001px) {
    .feature-head {
        padding: 10px 0;
    }

    .feature-head__box.b {
        margin-top: 10px;
    }

    .feature-head__img {
        width: 100px;
    }

    .feature-link a {
        margin-left: 40px;
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
    .feature-link a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1241px) {
    .ffixed .feature-wrap {
        height: 158.38px;
    }

    .ffixed .feature-head {
        position: fixed;
        top: 88px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
}

@media screen and (min-width: 1240px) {
    .ffixed .feature-head {
        top: 73px;
    }

}

/*********************************/
.box-tel img {
    width: 25px;
    margin: 0 5px 0 0;
}

.box h4.blue-c {
    margin: 0;
}

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

    .big-wrap h4 {
        font-size: 6vw;
        text-align: center;
        white-space: nowrap;
    }

    .big-head img {
        width: 50%;
        margin: 0 auto 5px;
    }

    .box h4 {
        text-align: center;
    }

    .box-blue .radiusbtn {
        margin: 5vw 0;
    }

    .box-tel {
        font-size: 4vw;
    }

    .box-tel .flexbox-a {
        margin-top: 2px;
        justify-content: center;
    }

    .box-tel span {
        margin-right: 2px;
        font-size: 14px;
    }

    .box-tel a {
        margin-left: 10px;
        font-weight: bold;
        font-size: 4vw;
    }
}

@media screen and (min-width: 1001px) {
    #admissioninformation .clm3-li.big {
        width: 100%;
        height: 270px;
    }

    #admissioninformation .clm3-li.small {
        width: calc(50% - 15px);
        height: 250px;
        margin-top: 30px;
    }

    .big-wrap {
        height: 100%;
    }

    #admissioninformation .radiusbtn {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .big-wrap .radiusbtn {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin: 30px auto 0;
    }

    .big-wrap h4 {
        font-size: 28px;
        text-align: center;
        white-space: nowrap;
    }

    .big-head img {
        width: 60%;
        margin: 0 auto 10px;
    }

    .big-txt {
        margin-left: 50px;
    }

    .box-blue .radiusbtn {
        bottom: 100px;
    }

    .box-tel {
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: calc(100% - 60px);
    }

    .box-tel {
        font-size: 12px;
    }

    .box-tel .flexbox-a {
        margin-top: 2px;
    }

    .box-tel span {
        margin-right: 2px;
        font-size: 14px;
    }

    .box-tel span:not(.blue2) {
        font-weight: normal;
    }

    .blue-c {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.dep-li__txt--top h3,
.dep-li__txt--top div {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
}

.dep-li__txt--top h3 {
    font-style: italic;
}

.dep-li__txt--top.p h3,
.dep-li__txt--top.p div {
    background: #DB6A82;
}

.dep-li__txt--top.o h3,
.dep-li__txt--top.o div {
    background: #ED5E35
}

.dep-li__txt--top.b h3,
.dep-li__txt--top.b div {
    background: #357EE4
}

.dep-li__txt--top.m h3,
.dep-li__txt--top.m div {
    background: #B23A8B;
}

.dep-li__txt--top.big p {
    display: inline-block;
    color: #fff;
    background: #4C4948;
    line-height: 1em;
}

#beautitian .undersv--3__txt {
    background: #DB6A82;
}

#barber .undersv--3__txt {
    background: #ED5E35;
}

#globalbeauty .undersv--3__txt {
    background: #357EE4;
}

#correspondence .undersv--3__txt {
    background: #B23A8B
}

.bus {
    position: absolute;
    top: 0;
    right: 30px;
    width: 150px;
    transform: translateY(-40%);
    z-index: 100;
}

.dep-li.top {
    position: relative;
    transition: opacity .2s;
}

.dep-li.top:hover {
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    .point-box--bus {
        padding-top: 20vw;
    }

    .point-box--bus .pap-img {
        top: 5vw;
    }

    .bus {
        right: 5vw;
        width: 25vw;
    }

    .dep-li__txt--top {
        position: absolute;
        left: 5vw;
        bottom: 5vw;
    }

    .undersv .dep-li__txt--top {
        bottom: calc(5vw + 10px);
    }

    .dep-li__txt--top h3 {
        padding: 5px 10px;
        font-size: 6.4vw;
    }

    .dep-li__txt--top div {
        padding: 5px 10px;
        margin-top: 5px;
        font-size: 3.6vw;
    }

    .dep-li__txt--top.big p {
        margin-top: 10px;
    }

    .dep-li__txt--top.big p {
        padding: 2px;
    }
}

@media screen and (min-width: 1001px) {
    .dep-li__txt--top.big {
        position: absolute;
        left: 30px;
        bottom: 30px;
    }

    .undersv .dep-li__txt--top.big {
        bottom: 60px;
    }

    .dep-li__txt--top.big h3 {
        padding: 5px 20px 5px 10px;
        font-size: 70px;
    }

    .dep-li__txt--top.big div {
        padding: 5px 10px;
        margin-top: 20px;
        font-size: 20px;
    }

    .dep-li__txt--top.small {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    .dep-li__txt--top.small h3 {
        padding: 5px 10px 5px 5px;
        font-size: 24px;
    }

    .dep-li__txt--top.small div {
        padding: 5px;
        margin-top: 10px;
        font-size: 16px;
    }

    .dep-li__txt--top.big p {
        margin-top: 20px;
        padding: 5px 10px;
    }

    #globalbeauty .undersv--3__txt {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
    .dep-li__txt--top.small h3 {
        font-size: 16px;
    }

    .dep-li__txt--top.small div {
        font-size: 12px;
    }
}

/*********************************/
.ao-flow__box {
    position: relative;
    border-radius: 10px;
}

.ao-flow__box.p {
    background: #F3E1EE;
}

.ao-flow__box.g {
    background: #E7E7E1;
}

.ap-flow__step {
    font-weight: bold;
    font-style: italic;
}

.ao-flow__txt span {
    font-weight: bold;
}

.radiusbtn.g div {
    color: #4C4948;
}

.radiusbtn.g:hover div {
    color: #fff;
}


.radiusbtn.g::after {
    background: #4C4948;
}


@media screen and (max-width: 1000px) {
    .ao-flow__box {
        padding: 5vw;
    }

    .ao-flow__box:nth-child(n + 2) {
        margin-top: 5vw;
    }

    .ap-flow__step {
        font-size: 5.6vw;
    }

    .ao-flow__box h3 {
        margin: 5px 0 4.8vw;
        font-size: 6vw;
    }

    .ao-flow__txt p {
        font-size: 3.8vw;
        line-height: 2em;
    }

    .ao-flow__box a {
        margin-top: 5vw;
    }

    .ao-flow__box a div {
        font-size: 14px;
    }

    .ao-flow__box:nth-child(n + 2)::after {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        border-width: 10px 10px 0 10px;
        border-color: #B23A8B transparent transparent transparent;
    }

    .ao-flow__box.g:nth-child(n + 2)::after {
        border-color: #4C4948 transparent transparent transparent;
    }
}

@media screen and (min-width: 1001px) {
    .ao-flow__box {
        height: 350px;
    }

    .ap-flow__step {
        font-size: 18px;
    }

    .ao-flow__box h3 {
        margin: 10px 0 15px;
        font-size: 24px;
    }

    .ao-flow__txt p {
        font-size: 14px;
    }

    .ao-flow__box a {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        width: calc(100% - 60px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1299px) {
    .ao-flow__box {
        width: calc(50% - 15px);
        padding: 30px;
    }

    .ao-flow__box:nth-child(n + 3) {
        margin-top: 30px;
    }

    .ao-flow__box:not(:nth-child(2n))::after {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        top: 50%;
        right: 0;
        transform: translate(70%, -50%);
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #B23A8B;
    }

    .ao-flow__box.g:not(:nth-child(2n))::after {
        border-color: transparent transparent transparent #4C4948;
    }

}

@media screen and (min-width: 1300px) {
    .ao-flow__box {
        width: calc(33.33% - 20px);
        padding: 30px;
    }

    .ao-flow__box:nth-child(n + 4) {
        margin-top: 30px;
    }

    .ao-flow__box:not(:nth-child(3n))::after {
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        top: 50%;
        right: 0;
        transform: translate(70%, -50%);
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #B23A8B;
    }

    .ao-flow__box.g:not(:nth-child(3n))::after {
        border-color: transparent transparent transparent #4C4948;
    }
}

/*********************************/
.thanks-cnt h2 {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .thanks-cnt img {
        width: 50%;
        margin: 5vw auto;
    }

    .thanks-cnt h2 {
        margin-bottom: 5vw;
        font-size: 6.2vw;
    }
}

@media screen and (min-width: 1001px) {
    .thanks-cnt img {
        width: 200px;
        margin: 0 auto 20px;
    }

    .thanks-cnt h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .thanks-cnt p {
        text-align: center;
    }
}

@media screen and (min-width: 1300px) {}

/*********************************/
.mentenance {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9998;
}

.mentenance::after {
    display: block;
    content: "準備中";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #B23A8B;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .mentenance {
        top: 68px;
        height: calc(100vh - 68px);
    }

    .mentenance::after {
        font-size: 10vw;
        ;
    }
}

@media screen and (min-width: 1001px) {
    .mentenance {
        top: 88px;
        height: calc(100vh - 88px);
    }

    .mentenance::after {
        font-size: 50px;
    }
}

@media screen and (min-width: 1300px) {
    .mentenance {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

/*********************************/
.open-head h2 {
    position: relative;
    display: inline-block;
}

.open-head p {
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
    .open-head {
        margin-bottom: 30px;
    }

    .open-head h2 {
        font-size: 6vw;
    }

    .open-head__img1 {
        position: absolute;
        right: calc(100% + 8vw);
        bottom: 0;
        height: 25vw;
    }

    .open-head__img2 {
        position: absolute;
        left: calc(100% + 8vw);
        bottom: 0;
        height: 25vw;
    }
}

@media screen and (min-width: 1001px) {
    .open-head {
        margin-bottom: 50px;
    }

    .open-head h2 {
        font-size: 32px;
    }

    .open-head__img1 {
        position: absolute;
        right: calc(100% + 30px);
        bottom: 0;
        height: 100px;
    }

    .open-head__img2 {
        position: absolute;
        left: calc(100% + 30px);
        bottom: 0;
        height: 100px;
    }

    .cal_wrapper {
        min-width: 300px;
    }
}

.cal_wrapper {
    max-width: 960px;
    margin: 2.0833% auto;
}

.googlecal {
    position: relative;
    padding-bottom: 100%;
    /* 縦横比 */
    height: 0;
}

.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (min-width: 769px) {
    .googlecal {
        padding-bottom: 75%;
    }
}

/**********************************/
.openmenu {
    position: relative;
    background: #fff;
    z-index: 10;
}

.openmenu-link {
    white-space: nowrap;
    border-top: 1px solid #B23A8B;
    border-left: 1px solid #B23A8B;
    border-bottom: 1px solid #B23A8B;
}

.openmenu-link:last-child {
    border-right: 1px solid #B23A8B;
}

.openmenu .max-w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

    .openmenu-wrap,
    .openmenu {
        height: 50px;
    }

    .openmenu.topfixed {
        position: fixed;
        top: 68px;
        left: 0;
        width: 100%;
    }

    .openmenu-link {
        font-size: 3.5vw;
        padding: 5px 0;
        text-align: center;
    }

    .openmenu-link:nth-child(1) {
        width: 38%;
    }

    .openmenu-link:nth-child(2) {
        width: 38%;
    }

    .openmenu-link:nth-child(3) {
        width: 24%;
    }

    .openmenu .max-w {
        width: 90vw;
        margin: 0;
    }
}

@media screen and (min-width: 1001px) {

    .openmenu-wrap,
    .openmenu {
        height: 70px;
    }

    .openmenu.topfixed {
        position: fixed;
        top: 88px;
        left: 0;
        width: 100%;
    }

    .openmenu-link {
        width: 33.33%;
        padding: 5px 0;
    }

    .openmenu-link span {
        display: block;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        border-right: 1px solid #B23A8B;
        border-bottom: 1px solid #B23A8B;
        transform: translateY(-20%) rotate(45deg);
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .openmenu .max-w {
        width: calc(100% - 300px);
        margin: 0;
    }

}

@media screen and (min-width: 1301px) {
    .openmenu .max-w {
        width: 100%;
    }

    .openmenu.topfixed {
        top: 94px;
    }

}

/*********************************/

.cbtn div {
    position: relative;
    color: #fff;
    font-weight: bold;
    background: #4C4948;
    z-index: 1;
}

.cbtn::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 3;
}

.cbtn::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    background: #fff;
    border: 2px solid #4C4948;
    transition: .2s;
}

.cbtn img {
    height: 18px;
    margin-right: 8px;
}

.openmenu.event .openmenu-link {
    color: #000;
    font-weight: bold;
    border-color: #000 !important;
    border-width: 2px !important;
}

.openmenu.event .openmenu-link span {
    margin: 0 7px 0 0;
    border-color: #000;
    border-width: 2px;
}

@media screen and (min-width: 1001px) {
    .undermv.event {
        margin-bottom: 100px;
    }

    .cbtn {
        position: relative;
        width: 300px;
    }

    .cbtn.event {
        position: absolute;
        left: 52.5vw;
        bottom: 0;
        transform: translateY(50%);
    }

    .cbtn.btm {
        margin: 50px auto 0;
    }

    .cbtn:hover::after {
        top: 0;
        left: 0;
    }

    .cbtn div {
        font-size: 20px;
        line-height: 60px;
    }

    .cbtn.btm div {
        font-size: 16px;
    }

    .openmenu.event .openmenu-link {
        padding: 15px 0;
    }

}

@media screen and (max-width: 1200px) {
    .openmenu-wrap,
    .openmenu.event {
        height: 124px;
    }
    .openmenu.event .flexbox-a {
        flex-wrap: wrap;
    }

    .openmenu.event .openmenu-link:nth-child(1) {
        width: 33.33%;
    }

    .openmenu.event .openmenu-link:nth-child(2) {
        width: 33.33%;
    }

    .openmenu.event .openmenu-link:nth-child(3) {
        width: 33.33%;
        border-right: 2px solid #000;
    }

    .openmenu.event .openmenu-link:nth-child(n + 4) {
        width: 50%;
        border-top: 0;
    }

    .cbtn.btm {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 1000px) {
    .openmenu-wrap,
    .openmenu.event {
        height: 72px;
    }
    .cbtn {
        position: relative;
        width: 280px;
        line-height: 60px;
        margin: -30px auto 60px auto;
    }

    .openmenu.event .openmenu-link span {
        display: none;
    }

    .openmenu.event .openmenu-link {
        font-size: 12px;
    }

    .openmenu.event .openmenu-link:nth-child(1) {
        width: calc(50% - 30px);
    }

    .openmenu.event .openmenu-link:nth-child(2) {
        width: 60px;
    }

    .openmenu.event .openmenu-link:nth-child(3) {
        width: calc(50% - 30px);
        border-right: 2px solid #000;
    }
}

@media screen and (min-width: 1300px) {
    .cbtn {
        width: 350px;
    }

    .cbtn div {
        line-height: 76px;
    }
}


/*********************************/
.ebox {
    position: relative;
    position: relative;
}

.ebox::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/epointbg.svg) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    z-index: -1;
}

.pintro p:nth-child(n + 2) {
    margin-top: 8px;
}

.bold {
    font-weight: bold;
}
.eclm2__txt {
    position: relative;
    background: #fff;
}
.eclm2__txt p {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px dashed #000;
}

.ebtn {
    position: absolute;
    width: 130px;
}

.ebtn::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    background: #4C4948;
    border-radius: 10px;
    transition: .2s;
}

.ebtn:hover::after {
    top: 0;
    left: 0;
}

.ebtn div {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #4C4948;
    z-index: 1;
}

@media screen and (min-width: 1001px) {
    .ebox {
        padding: 60px;
    }
    .ebox::after {
        height: calc(100% - 130px);
    }

    .edeco1 {
        position: absolute;
        top: 180px;
        left: -92px;
        width: 220px;
    }

    .edeco2 {
        position: absolute;
        top: 168px;
        right: -137px;
        width: 200px;
    }

    .pointhead {
        height: 90px;
        margin: 0 auto;
    }
    .pintro {
        margin-top: 50px;
        text-align: center;
    }

    .pintro p {
        display: inline-block;
        padding-bottom: 2px;
        font-size: 18px;
        border-bottom: 1px dashed #000;
    }
    .eclm2 {
        margin: 90px 0;
    }

    .epoint {
        position: absolute;
        right: 30px;
        top: 0;
        transform: translateY(-60%);
    }
    .eclm2__img {
        position: relative;
        width: 45%;
        transform-origin: left center;
        transform: scale(1.15);
        z-index: 1;
    }
    .eclm2.flex-r .eclm2__img {
        transform-origin: right center;
        transform: scale(1.2);
    }
    .eclm2__txt {
        width: 55%;
        padding: 40px 40px 40px 70px;
    }
    .eclm2.flex-r .eclm2__txt {
        padding: 40px 70px 40px 40px;
    }
    .eclm2__txt p {
        font-size: 20px;
    }
    .epoint {
        height: 90px;
    }
    .epoint.h2 {
        height: 80px;
    }

    .eclm2.flex-r .epoint {
        margin-right: 80px;
    }

    .ebtn {
        left: 70px;
        bottom: -18px;
    }

    .eclm2.flex-r .ebtn {
        left: 40px;
    }
}

@media screen and (max-width: 1000px) {
    #point::after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 108px);
        background: url(../img/epointbg.svg) no-repeat center;
        background-size: cover;
        z-index: -1;
    }
    .pointhead {
        width: 280px;
        margin: 0 auto 20px;
    }
    .pintro p {
        display: inline;
    }

    .eclm2 {
        margin-top: 20px;
    }
    .eclm2__txt {
        padding: 40px 20px 40px;
    }
    .eclm2__txt p {
        font-size: 16px;
    }
    .eclm2__img {
        position: relative;
        width: 55%;
        margin: 0 0 -30px auto;
        z-index: 1;
    }

    .epoint {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-60%);
        width: 40%;
    }

    .ebtn {
        left: 0;
        bottom: 0;
        transform: translateY(15px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
    .in {
        display: block;
    }
    .pintro p {
        margin-top: 0!important;
        border-bottom: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1299px) {
    .edeco1 {
        left: -130px;
    }
}
@media screen and (min-width: 1300px) {
}


/*********************************/
.gclm__head div div {
    border-bottom: 1px dashed #000;
    white-space: nowrap;
}

.ecomment {
    margin-top: 5px;
}
@media screen and (min-width: 1001px) {
    #benefits::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 74%;
        background: url(../img/eradiusbg.svg) no-repeat center;
        background-size: cover;
        z-index: -1;
    }
    .edeco3 {
        position: absolute;
        top: -130px;
        left: calc(100% - -50px);
        width: 200px;
    }
    .edeco4 {
        position: absolute;
        bottom: 60px;
        left: calc(100% + 20px);
        width: 250px;
    }
    .gethead {
        height: 90px;
        margin-bottom: 15px;
    }

    .gclm__li:nth-child(1) {
        width: calc(64% - 30px);
    }

    .gclm__li:nth-child(2) {
        width: 36%;
        margin-top: -70px;
    }
    .gclm__head  {
        margin-bottom: 30px;
    }
    .gclm__head div {
        font-size: 26px;
    }

    .gclm__head img {
        width: 80px;
        margin-right: 15px;
    }

    .ecomment.r {
        text-align: right;
    }
    .ecomment {
        font-size: 14px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    .gclm__head img {
        width: 60px;
    }
    .gclm__head div {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    #benefits {
        background: url(../img/eradiusbg.svg) no-repeat center;
        background-size: cover;
    }
    .edecosp {
        position: absolute;
        right: -14%;
        bottom: 10px;
        width: 44%;
    }
    .gethead {
        margin-bottom: 25px;
    }
    .gclm__li:nth-child(2) {
        margin-top: 30px;
    }
    .gclm__head  {
        margin-bottom: 15px;
    }
    .gclm__head div {
        font-size: 18px;
    }

    .gclm__head img {
        width: 40px;
        margin-right: 8px;
    }
    .ecomment.r {
        text-indent: 16vw;
    }
    .ecomment {
        font-size: 11px;
    }

    .etable--r {
        width: 60%;
    }
}

@media screen and (min-width: 1300px) {
    #benefits::after {
        height: 84%;
    }
}
/*********************************/
#time_schedule::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #C8E4D3;
    z-index: -1;
}
.etimebox {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #000;
    border-radius: 20px;
}

.etimebox::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #000;
    border-radius: 17px;
}

.timehead {
    position: relative;
}
.timehead__comment {
    z-index: 1;
}
.timehead__img {
    position: relative;
    z-index: 2;
}
.etimeli:not(:last-child) {
    border-bottom: 1px solid #000;
}
.etimeli__l {
    color: #58BF88;
    font-weight: bold;
}
.etimeli__r {
    font-size: 20px;
}
@media screen and (min-width: 1001px) {
    .etimebox {
        padding: 30px 60px 30px;
    }

    .timehead {
        width: 400px;
        margin: 0 auto 20px;
    }

    .timehead__comment {
        position: absolute;
        top: -50px;
        right: 0;
        height: 70px;
        transform: translateX(110px);
    }
    .timehead__img {
        width: 100%;
    }
    .etimeli {
        padding: 15px 0;
    }
    .etimeli__l {
        width: 220px;
        font-size: 26px;
    }
    .etimeli__r {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {

    .etimebox {
        padding: 20px;
    }

    .timehead {
        width: calc(100% - 50px);
        max-width: 400px;
    }

    .timehead__comment {
        position: absolute;
        top: -30px;
        right: 0;
        width: 100px;
        transform: translateX(60px);
    }
    .timehead__img {
        width: 100%;
    }
    .etimeli {
        padding: 15px 0;
    }
    .etimeli__l {
        font-size: 14px;
    }
    .etimeli__r {
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {
}
/*********************************/
#salon {
    background: #C8E4D3;
}
.salonli {
    padding: 5px 0;
}

.salonli:not(:last-child) {
    border-bottom: 1px solid #58BF88;
}

.salonli__l {
    color: #009D68;
    font-size: 14px;
    font-weight: bold;
}

.salonli__r {
    font-size: 14px;
}
@media screen and (min-width: 1001px) {
    .salonhead {
        margin-bottom: 30px;
    }
    .salonul {
        width: calc(50% - 15px);
    }
    
}
@media screen and (max-width: 1000px) {

}

@media screen and (min-width: 1300px) {
    .salonli {
        display: flex;
        align-items: center;
    }
    .salonli__l {
        width: 280px;
    }
    .salonli__r {
        width: calc(100% - 280px);
    }
}
/*********************************/
.eshead__catch {
    display: inline-block;
    position: relative;
}
.eshead__catch p {
    display: inline-block;
}
.eshead__catch p {
    font-weight: bold;
}

.event-week.event h3 {
    color: #4C4948;
}

.checkbox {
    border-radius: 20px;
    border: 1px dashed #000;
}

.sbtm {
    text-align: center;
}
.sbtm p {
    line-height: 1.6em;
}

@media screen and (min-width: 1001px) {
    .eshead {
        margin-top: -30px;
    }
    .eshead__char {
        width: 320px;
        margin: 0 auto 20px;
    }

    .eshead__txt {
        height: 100px;
    }

    .eshead__comment {
        position: absolute;
        top: -53px;
        left: 97%;
        width: 200px;
    }
    .eshead__catch {
        margin-top: 30px;
    }

    .eshead__catch p {
        font-size: 22px;
        border-bottom: 1px dashed #000;
    }

    .checkbox {
        margin-right: 30px;
        padding: 20px 20px 40px;
    }
    .checkbox h3 {
        font-size: 30px;
        white-space: nowrap;
    }

    .checkbox img {
        width: 25px;
        margin-top: 3px;
    }

    .checkbox .check-li {
        white-space: nowrap;
    }

    .tbe {
        margin-top: 30px;
    }
    .sbtm p {
        margin: 50px 0 20px;
        font-size: 26px;
        font-weight: bold;
    }
}
@media screen and (max-width: 1000px) {
    .eshead {
        margin-top: -20px;
    }
    .eshead__char {
        width: 250px;
        margin: 0 auto 20px;
    }

    .eshead__txt {
        width: 100%;
        max-width: 400px;
    }

    .eshead__comment {
        position: absolute;
        top: -30px;
        left: 97%;
        width: 30vw;
    }
    .eshead__catch {
        margin-top: 30px;
    }

    .eshead__catch p {
        font-size: 13px;
        border-bottom: 1px dashed #000;
    }

    .checkbox {
        margin-top: 30px;
        padding: 20px;
    }
    .checkbox h3 {
        font-size: 30px;
        white-space: nowrap;
    }

    .checkbox img {
        width: 25px;
        margin-top: 3px;
    }

    .checkbox .check-li {
        white-space: nowrap;
    }

    .tbe {
        margin-top: 30px;
    }
    .sbtm p {
        margin: 40px 0 20px;
        font-size: 16px;
        font-weight: bold;
    }

}

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

}
@media screen and (min-width: 1000px) {
    .eshead__char--sp {
        display: none;
    }
    .eshead {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .eshead__char {
        width: 270px;
        margin: 0 40px 0 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .checkbox .check-ul {
        margin: 0;
    }

    .event .learn-circle {
        width: 45%;
    }
    .event .learn-desc {
        width: calc(55% - 20px);
    }

    .event .check-li {
        font-size: 16px;
    }
}
@media screen and (min-width: 1300px) {
    .eshead__comment {
        width: 240px;
    }

    .eshead__catch p {
        font-size: 26px;
    }
    .checkbox .check-ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*********************************/
@media screen and (min-width: 1001px) {
    
}
@media screen and (max-width: 1000px) {

}

@media screen and (min-width: 1300px) {
}