@font-face {
    font-family: "AGaramond";
    font-weight: normal;
    src: url(../asset/font/AGaramondPro-Regular.woff2) format("woff2"), url(../asset/font/AGaramondPro-Regular.woff) format("woff")
}

@font-face {
    font-family: "AGaramond";
    font-weight: bold;
    src: url(../asset/font/AGaramondPro-Bold.woff2) format("woff2"), url(../asset/font/AGaramondPro-Bold.woff) format("woff")
}

@font-face {
    font-family: "Helvetical-Bdcn";
    src: url(../asset/font/HelveticaNeueLTStd-BdCn.woff2) format("woff2"), url(../asset/font/HelveticaNeueLTStd-BdCn.woff) format("woff")
}

@font-face {
    font-family: "Helvetical-HvCn";
    src: url(../asset/font/HelveticaNeueLTStd-HvCn.woff2) format("woff2"), url(../asset/font/HelveticaNeueLTStd-HvCn.woff) format("woff")
}

@font-face {
    font-family: "Helvetical-LtCn";
    src: url(../asset/font/HelveticaNeueLTStd-LtCn.woff2) format("woff2"), url(../asset/font/HelveticaNeueLTStd-LtCn.woff) format("woff")
}

@font-face {
    font-family: "Helvetical-UltLtCn";
    src: url(../asset/font/HelveticaNeueLTStd-UltLtCn.woff2) format("woff2"), url(../asset/font/HelveticaNeueLTStd-UltLtCn.woff) format("woff")
}

header {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 10;
    /* width: 100%; */
    /* ãƒ“ãƒ¥ãƒ¼ãƒãƒ¼ãƒˆã®100%ã®æ¨ªå¹…ã«åˆã‚ã›ã‚‹ */
    max-width: 1260px;
    /* ã“ã“ã§ã¯ä¾‹ã¨ã—ã¦1200pxã‚’æœ€å¤§ã®æ¨ªå¹…ã¨ã—ã¦è¨­å®š */
    margin: 0 auto;
    /* æ¨ªæ–¹å‘ã«ä¸­å¤®æƒãˆ */
    overflow-x: hidden;
    /* æ¨ªæ–¹å‘ã®ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒãƒ¼ã‚’éžè¡¨ç¤ºã« */
}

@media (max-width: 1260px) {
    header {
        height: 40px;
        padding: 0px 10px;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        /* min-width: 1024px; */
        max-width: 1260px;
    }
}

header h1 {
    width: 220px;
    height: 65px;
    margin: 14px 83px 0 13px
}

@media (max-width: 1260px) {
    header h1 {
        height: 22px;
        margin: 0;
        font-size: 0
    }

    header h1 a {
        display: block;
        font-size: 0
    }

    header h1 a span {
        margin-left: 8px;
        font-size: 12px
    }

    header h1 a span br {
        display: none
    }

    header h1 img {
        width: 65px
    }
}

header h1 a {
    display: flex;
    align-items: flex-end
}

header h1 a span {
    display: block;
    margin-left: 5px;
    font-size: 14px;
    color: #741479;
    line-height: 19px
}

header .pc-menu {
    display: flex;
    margin: 23px 23px 0 0
}

@media (max-width: 1260px) {
    header .pc-menu {
        display: none
    }
}

header .pc-menu li {
    position: relative;
    height: 40px;
    padding: 0 19px;
    font-size: 0;
    border-right: solid 1px #d2d2d2
}

header .pc-menu li a {
    position: relative;
    font-size: 13px;
    color: #000;
    line-height: 40px
}

header .pc-menu li:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #cc0707;
    transition: all .2s ease
}

header .pc-menu li:hover:before {
    height: 100%
}

header .pc-menu li:hover a {
    color: #fff
}

header .pc-menu li:first-child {
    border-left: solid 1px #d2d2d2
}

header .header-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
}

@media (max-width: 1260px) {
    header .header-right {
        display: none
    }
}

header .header-right .header-tel {
    width: 220px;
    margin: 15px 20px 0 0
}

header .header-right .header-tel img {
    width: 100%
}

@media (max-width: 1260px) {
    header .sp-menu {
        position: relative;
        margin-right: 30px;
        margin-top: 5px;
        /* width: 25px; */
        /* height: 27px; */
    }

    header .sp-menu input {
        display: none
    }

    header .sp-menu .open-btn {
        display: block;
        width: 25px;
        /* margin-left: 20px; */
    }

    header .sp-menu .open-btn img {
        width: 100%;
    }

    header .sp-menu .menu-bg {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: .3s ease-in-out
    }

    header .sp-menu_content {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 250px;
        height: 100%;
        padding: 40px 15px 10px;
        background: #fff;
        transition: .3s ease-in-out;
        transform: translateX(105%);
        box-sizing: border-box
    }

    header .sp-menu_content .menu-close {
        position: absolute;
        top: 12px;
        right: 30px;
        width: 25px;
        height: 17px
    }

    header .sp-menu_content .menu-close img {
        display: block;
        width: 100%
    }

    header .sp-menu_content ul {
        margin: 0 0 15px
    }

    header .sp-menu_content ul li {
        font-size: 12px;
        font-weight: 300;
        line-height: 35px;
        border-bottom: solid 1px #b9b9b9;
        box-sizing: border-box
    }

    header .sp-menu_content ul li a {
        padding: 0 0 0 8px;
        color: #000
    }

    header .sp-menu_content .sp-menu_link {
        display: block;
        width: 100%
    }

    header .sp-menu_content .sp-menu_link img {
        width: 100%
    }

    header .sp-menu input:checked~.menu-bg {
        display: block;
        opacity: 1
    }

    header .sp-menu input:checked~.sp-menu_content {
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15)
    }
}

footer {
    padding: 30px 0 14px;
    background: url("../assets/images/background.png");
    text-align: center;
    /* min-width: 1010px; */
}

@media all and (max-width: 768px) {
    footer {
        padding: 19px 0 12px
    }
}

footer .menu {
    display: flex;
    margin: 0 0 26px;
    justify-content: center
}

@media all and (max-width: 768px) {
    footer .menu {
        display: none
    }
}

footer .menu li {
    line-height: 12px;
    padding: 0 10px
}

footer .menu li:not(:last-child) {
    border-right: solid 1px #fff
}

footer .menu li a {
    font-size: 12px;
    color: #fff;
    line-height: 12px
}

footer .sns {
    display: flex;
    margin: 0 0 22px;
    justify-content: center;
    align-items: center
}

footer .sns li {
    margin: 0 10px
}

footer .sns li a {
    display: block
}

footer .copy {
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.top-firstview {
    position: relative;
    margin: 80px 0 0;
    width: 100%;
    font-size: 0;
    box-sizing: border-box;
    /* min-width: 1030px; */
}

@media (max-width: 1260px) {
    .top-firstview {
        margin: 40px 0 0;
    }
}

.top-firstview video {
    width: 100%;
    max-width: 100%
}

.top-firstview .top-firstview_text {
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    z-index: 5
}

.top-firstview .top-firstview_text .firstview-text1 {
    position: absolute;
    top: 12px;
    left: 0
}

@media (max-width: 768px) {
    .top-firstview .top-firstview_text .firstview-text1 {
        top: 10px;
        width: 52%
    }
}

.top-firstview .top-firstview_text .firstview-text2 {
    position: absolute;
    bottom: 15px;
    left: 22px
}

.top-firstview .top-firstview_text .firstview-text3 {
    width: 420px;
    position: absolute;
    top: 210px;
    left: 22px;
}

.top-firstview .top-firstview_text .firstview-text4 {
    width: 1000px;
    position: absolute;
    left: 22px;
}

.top-firstview .top-firstview_text .firstview-text5 {
    width: 800px;
    position: absolute;
    left: 22px;
}

@media (max-width: 768px) {
    .top-firstview .top-firstview_text .firstview-text2 {
        width: 50%;
        bottom: 10px;
        left: 13px
    }

    .top-firstview .top-firstview_text .firstview-text3 {
        width: 42%;
        top: 30px;
        left: 13px
    }

    .top-firstview .top-firstview_text .firstview-text4 {
        width: 84%;
        top: 1px;
        left: 13px
    }

    .top-firstview .top-firstview_text .firstview-text5 {
        width: 65%;
        top: 1px;
        left: 13px
    }
}

@media all and (max-width: 768px) {
    .top-section4 .section_4_header {
        display: none;
    }
}

.top-firstview .top-firstview_text #sound-btn {
    position: absolute;
    right: 10px;
    bottom: 100px;
    display: block;
    width: 68px;
    height: 68px;
    cursor: pointer;
    border-radius: 50%
}

@media (max-width: 768px) {
    .top-firstview .top-firstview_text #sound-btn {
        right: 5px;
        bottom: 5px;
        width: 34px;
        height: 34px;
        background-size: contain
    }
}

.top-firstview .top-firstview_text .on {
    background: url("../assets/images/ON.png") no-repeat center center
}

.top-firstview .top-firstview_text .off {
    background: url("../assets/images/OFF.png") no-repeat center center
}

.top-firstview .top-firstview_text .firstview-link {
    position: absolute;
    right: 0;
    bottom: 0
}

.top-firstview .top-firstview_img .pc-display{
    position: absolute;
    /*left: 0;*/
    left: auto;
    right: -12%;
    top: 50%;
    width: 130%;
    transform: translateY(-50%);
}

.top-firstview .top-firstview_img .sp-display {
    position: absolute;
    left: auto;
    right: -10%;
    top: 50%;
    width: 130%;
    transform: translateY(-50%);
}

.top-section1 {
    width: 100%;
    min-height: 515px;
    /* padding: 84px 0 0; */
    padding: 84px 0;
    background: url("../assets/images/background.png") center;
    box-sizing: border-box;
    /* min-width: 1030px; */
}

@media (max-width: 768px) {
    .top-section1 {
        min-height: inherit;
        padding: 44px 10px;
    }
}

.top-section1_contents {
    position: relative;
    /* width: 940px; */
    /* width: 100%; */
    padding-bottom: 100px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .top-section1_contents {
        padding-bottom: 50px;
    }
}

.top-section1_contents.flex {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .top-section1_contents.flex {
        align-items: center;
        flex-direction: row;
    }
}

.top-section1_contents.flex .photo-item {
    max-width: 33%;
    /* width: 100%; */
}

@media (max-width: 768px) {
    .top-section1_contents {
        width: 100%;
    }
}

.top-section1_contents-img {
    width: 100%;
}

.top-section1_contents h2 {
    margin: 0 0 14px;
    font-size: 21px;
    font-weight: 600;
    color: #fff
}

@media (max-width: 768px) {
    .top-section1_contents h2 {
        margin: 0 0 7px;
        font-size: 11px;
        text-align: center
    }
}

.top-section1_contents h2 img {
    display: inline-block;
    margin: 0 3px
}

@media (max-width: 768px) {
    .top-section1_contents h2 img {
        display: inline-block;
        vertical-align: -1px
    }
}

@media (max-width: 768px) {
    .top-section1_contents h2 img:first-child {
        width: 15%
    }
}

@media (max-width: 768px) {
    .top-section1_contents h2 img:last-child {
        width: 50%
    }
}

.top-section1_contents h2 span {
    display: inline-block;
    margin: 0 15px 0 60px;
    font-family: "Helvetical-Bdcn";
    font-size: 100px
}

.top-section1_contents h3 {
    /* width: 589px; */
    height: 39px;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: solid 3px #cc0707;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    color: #000
}

@media (max-width: 768px) {
    .top-section1_contents h3 {
        width: 100%;
        height: 19px;
        font-size: 9px;
        line-height: 17px;
        border-bottom: solid 1.5px #cc0707
    }
}

.top-section1_contents p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    color: #fff
}

@media (max-width: 768px) {
    .top-section1_contents p {
        font-size: 9px;
        line-height: 17px
    }
}

.top-section1_contents p span {
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 768px) {
    .top-section1_contents p span {
        font-size: 12px
    }
}

.top-section1_block {
    /* max-width: 500px; */
    /* width: 50%; */
}

.top-section1_image {
    /* position: absolute; */
    /* top: 0;
    right: -230px; */
    display: block;
    /* width: 530px */
    max-width: 50%;
}

.top-section1_image img {
    width: 100%
}

@media (max-width: 768px) {
    .top-section1_image {
        position: inherit;
        right: inherit;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center
    }
}

.top-section1 .twitter-wrapper {
    max-width: 70%;
    width: 100%;
    height: 740px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .top-section1 .twitter-wrapper {
        width: 100%;
        height: 500px;
        max-width: 80%;
    }

}

.top-section1 .twitter-wrapper h3 {
    color: white;
    text-align: center;
    font-size: 30px;
}

.top-section1 .twitter-wrapper h3::first-letter {
    color: red;
}

@media (max-width: 768px) {
    .top-section1 .twitter-wrapper h3 {
        font-size: 20px;
    }
}

.top-section2 {
    padding: 80px 0;
    background-color: #fff;
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    .top-section2 {
        padding: 40px 10px
    }
}

.top-section2_inner {
    display: flex;
    /* width: 940px; */
    margin: 0 auto;
    justify-content: space-between
}

@media all and (max-width: 768px) {
    .top-section2_inner {
        width: 100%;
        display: block
    }
}


/* todo */

.top-section2_inner .twitter-wrapper {
    width: 633px;
    height: 740px;
}

.top-section2_inner .twitter-wrapper iframe {
    height: 100% !important
}

@media all and (max-width: 768px) {
    .top-section2_inner .twitter-wrapper {
        width: 100%;
        height: auto
    }

    .top-section2_inner .twitter-wrapper iframe {
        height: 500px !important
    }
}


/* todo */

.top-section2_inner .twi-photo {
    width: 280px;
    padding: 55px 0 0
}

.top-section2_inner .twi-photo li {
    margin-bottom: 20px;
    font-size: 0
}

.top-section3 {
    width: 100%;
    background: url("../assets/images/background2.png") center;
    /* min-width: 1030px; */
}

.top-section3>img {
    display: block;
    width: 100%
}

.top-section3_inner {
    /* width: 940px; */
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    /* min-width: 1024px; */
    /* width: 100%; */
}

@media (max-width: 768px) {
    .top-section3_inner {
        width: 100%;
        padding: 14px 10px;
        /* min-width: 1009px; */
    }
}

.top-section3_inner .link {
    display: flex;
    margin: 0 0 50px;
    justify-content: center;
    align-items: flex-start
}

@media (max-width: 768px) {
    .top-section3_inner .link {
        margin: 0 0 10px;
        justify-content: center;
        align-items: center
    }
}

.top-section3_inner .link>img {
    height: 70px
}

@media all and (max-width: 768px) {
    .top-section3_inner .link>img {
        height: inherit;
        width: 45%;
        margin: 5px 0 0
    }
}

.top-section3_inner .link p {
    margin: 1em 32px 1em 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

@media (max-width: 768px) {
    .top-section3_inner .link p {
        margin: 0 1em;
        font-size: 9px
    }
}

@media (max-width: 768px) {
    .top-section3_inner .link a {
        width: 48%
    }

    .top-section3_inner .link a img {
        width: 100%
    }
}

.top-section3_inner .counseling-link {
    position: relative;
    display: block;
    width: 85%;
    height: 68px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-size: 3vw;
    font-weight: 600;
    color: #cc0707;
    line-height: 68px;
    border-radius: 5px
}

@media (max-width:768px) {
    .top-section3_inner .counseling-link {
        width: 100%;
        height: 25px;
        font-size: 12.5px;
        line-height: 25px
    }
}

.top-section3_inner .counseling-link:before {
    position: absolute;
    top: 24px;
    right: 18px;
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    background: url("../assets/images/arrow-right.png")
}

@media all and (max-width: 768px) {
    .top-section3_inner .counseling-link:before {
        top: 8px;
        right: 6px;
        width: 5px;
        height: 8px;
        background-size: cover
    }
}

.top-section4 {
    padding: 100px 0;
    background: url("../assets/images/background.png") center;
}

@media (max-width: 1010px) {
    .top-section4 {
        width: 100%;
        padding: 35px 0;
        box-sizing: border-box;
        width: 100%;
        /* min-width: 1030px; */
    }
}

@media (max-width: 768px) {
    .top-section4 {
        width: 100%;
        padding: 35px 0;
        box-sizing: border-box;
        /* min-width: 1030px; */
    }
}

.top-section4 h2 {
    display: flex;
    /* width: 85%; */
    height: 90px;
    margin: 0 auto 128px;
    border-bottom: solid 1px #fff;
    justify-content: space-between;
}

@media all and (max-width: 768px) {
    .top-section4 h2 {
        width: 100%;
        height: 33px;
        margin: 0 auto 60px
    }
}

.top-section4 h2 img {
    display: block;
    /* width: 658px; */
    height: 119px;
}

@media all and (max-width: 768px) {
    .top-section4 h2 img {
        width: 50%;
        height: 100%;
        max-height: 42px;
    }
}

.top-section4 h2 span {
    font-family: "Helvetical-LtCn";
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    /* line-height: 155px; */
    text-align: end;
}

@media all and (max-width: 768px) {
    .top-section4 h2 span {
        position: relative;
        right: -8px;
        font-size: 8px;
        line-height: 60px;
        transform: scale(0.8)
    }
}

.top-section4 h2 span span {
    font-family: "Helvetical-UltLtCn"
}

@media all and (max-width: 768px) {
    .top-section4_container {
        display: grid;
        place-items: center;
    }

}

.top-section4_contents {
    position: relative;
    height: 490px;
}

@media all and (max-width: 768px) {
    .top-section4_contents {
        height: inherit;
        padding: 115px 0 0 0;
        width: 100%;
        /* left: 0; */
    }
}

.top-section4_contents:nth-child(even)>img {
    position: absolute;
    top: 0;
    right: 0;
}

@media all and (max-width: 768px) {
    .top-section4_contents:nth-child(even)>img {
        width: auto;
        max-width: 375px;
        right: 0;
        height: 100%;
    }
}

.top-section4_contents:nth-child(even) .top-section4_inner .top-section4_text {
    position: absolute;
    top: 120px;
    /* right: 0; */
    left: 0;
    width: 600px;
    background: url("../assets/images/top-section4_bg.png") repeat-y;
    background-size: contain
}

@media all and (max-width: 768px) {
    .top-section4_contents:nth-child(even) .top-section4_inner .top-section4_text {
        position: relative;
        top: 0;
        right: inherit;
        width: 90%;
        /* right: 8px; */
    }

    .top-section4_contents:nth-child(even) .top-section4_inner .top-section4_text .point-text {
        width: 120%;
        left: -10%
    }
}

.top-section4_contents:nth-child(odd)>img {
    position: absolute;
    top: 0;
    /* right: 0; */
}

@media all and (max-width: 768px) {
    .top-section4_contents:nth-child(odd)>img {
        width: auto;
        max-width: 400px;
        height: 100%;
    }
}

.top-section4_contents:nth-child(odd) .top-section4_inner .top-section4_text {
    position: absolute;
    top: 120px;
    right: 0;
    /* min-width: 553px; */
    padding: 30px 35px 25px 0;
    background: url("../assets/images/top-section4_bg2.png") repeat-y right;
    background-size: contain;
    width: 50%;
}

@media all and (max-width: 768px) {
    .top-section4_contents:nth-child(odd) .top-section4_inner .top-section4_text {
        position: relative;
        top: 0;
        left: inherit;
        width: 90%;
        margin: 0 0 0 auto;
        padding: 15px 10px 10px 0;
        min-width: inherit
    }

    .top-section4_contents:nth-child(odd) .top-section4_inner .top-section4_text .point-text {
        width: 120%;
        left: -10%
    }
}

.top-section4_inner {
    position: relative;
    /* width: 940px; */
    margin: 0 auto
}

@media all and (max-width: 768px) {
    .top-section4_inner {
        width: 60%;
        /* right: 0; */
        /* left: 13%; */
    }
}

.top-section4_text {
    padding: 30px 0 25px 30px;
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    .top-section4_text {
        width: 100%;
        padding: 15px 0 10px 10px;
        box-sizing: border-box
    }
}

.top-section4_text .point-num {
    margin: 0;
    font-family: "Helvetical-LtCn";
    font-size: 18px;
    color: #cc0707
}

@media all and (max-width: 768px) {
    .top-section4_text .point-num {
        font-size: 12px
    }
}

.top-section4_text .point-num span {
    display: inline-block;
    margin-left: 5px;
    font-family: "Helvetical-HvCn";
    font-size: 26px
}

@media all and (max-width: 768px) {
    .top-section4_text .point-num span {
        font-size: 18px
    }
}

.top-section4_text h3 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 40px
}

@media all and (max-width: 768px) {
    .top-section4_text h3 {
        margin: 0;
        font-size: 16px;
        line-height: 20px
    }
}

.top-section4_text h3 span {
    font-size: 48px;
    color: #cc0707
}

@media all and (max-width: 768px) {
    .top-section4_text h3 span {
        font-size: 24px
    }
}

.top-section4_text .point-text {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 34px
}

@media all and (max-width: 768px) {
    .top-section4_text .point-text {
        position: relative;
        font-size: 2vw;
        line-height: 15px;
        transform: scale(0.8)
    }
}

@media all and (max-width: 768px) {
    .section-beforeafter {
        background-color: #fff;
        /* min-width: 1030px; */
    }
}

.section-beforeafter .inner {
    width: 83%;
    margin: 0 auto;
    padding: 95px 0 20px;
    box-sizing: border-box;
    /* min-width: 1010px; */
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner {
        width: 100%;
        padding: 15px 0 0;
        min-width: auto;
    }
}

.section-beforeafter .inner h2 {
    /* width: 772px; */
    margin: 0 auto
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner h2 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .section-beforeafter .inner h2 img {
        width: 100%
    }
}

.section-beforeafter .inner .message {
    /* width: 772px; */
    margin: 0 auto 40px;
    font-size: 17px;
    line-height: 34px;
    width: 100%;
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .message {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 10px;
        font-size: 2vw;
        line-height: 17px;
        box-sizing: border-box
    }
}

.section-beforeafter .inner .report {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3)
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report {
        box-shadow: none !important;
        margin-bottom: 0;
        padding: 12px 0;
        border-radius: 0
    }
}

.section-beforeafter .inner .report-top {
    position: relative;
    margin-bottom: 30px
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top {
        margin-bottom: 85px
    }
}

.section-beforeafter .inner .report-top_images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_images {
        padding: 0 10px
    }

    .section-beforeafter .inner .report-top_images img {
        display: block;
        width: 50%
    }
}

.section-beforeafter .inner .report-top_course {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_course {
        display: none
    }
}

.section-beforeafter .inner .report-top_course p {
    margin: 0;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 27px
}

.section-beforeafter .inner .report-top_course p span {
    font-size: 72px;
    line-height: 40px
}

.section-beforeafter .inner .report-top_course>span {
    font-size: 18px
}

.section-beforeafter .inner .report-top_course:after {
    content: '';
    display: block;
    width: 102px;
    height: 75px;
    margin: 0 auto;
    background: url("../assets/images/arrow-after.png") no-repeat
}

.section-beforeafter .inner .report-top .sp-display {
    display: none
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top .sp-display {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        display: block;
        width: 20vw;
        margin: 0 auto
    }
}

.section-beforeafter .inner .report-top_profile {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    width: 323px;
    height: 213px;
    margin: 0 auto;
    padding: 25px 0 0;
    background-color: #fff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile {
        top: inherit;
        bottom: -75px;
        width: 48vw;
        min-width: 150px;
        height: inherit;
        padding: 15px 14px
    }
}

.section-beforeafter .inner .report-top_profile .name {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 600;
    text-align: center
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile .name {
        font-size: 10px;
        margin: 0 0 5px
    }
}

.section-beforeafter .inner .report-top_profile ul {
    padding: 0 40px
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile ul {
        padding: 0
    }
}

.section-beforeafter .inner .report-top_profile ul li {
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    background: url("../assets/images/li-bg.png") center 23px repeat-x
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile ul li {
        padding: 0 3px;
        margin: 0 0 5px;
        background: url("../assets/images/li-bg.png") center 13px repeat-x
    }
}

.section-beforeafter .inner .report-top_profile ul li span {
    font-size: 23px;
    font-weight: 600;
    font-style: italic
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-top_profile ul li span {
        font-size: 15px
    }
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom {
        padding: 0 10px;
        box-sizing: border-box
    }
}

.section-beforeafter .inner .report-bottom_thoughts {
    margin-bottom: 5px;
    padding: 20px;
    background-color: #fff;
    font-size: 0
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_thoughts {
        margin-bottom: 0;
        padding: 10px
    }
}

.section-beforeafter .inner .report-bottom_thoughts h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 34px
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_thoughts h3 {
        font-size: 2.2vw;
        line-height: 20px
    }
}

.section-beforeafter .inner .report-bottom_thoughts p {
    margin: 0;
    font-size: 17px;
    line-height: 34px
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_thoughts p {
        font-size: 2vw;
        line-height: 20px
    }
}

.section-beforeafter .inner .report-bottom_caption {
    margin: 0;
    font-size: 12px
}

@media all and (max-width: 768px) {
    .section-beforeafter .inner .report-bottom_caption {
        position: relative;
        left: -33px;
        font-size: 2vw;
        transform: scale(0.8)
    }
}

.section-beforeafter .inner .report-blue {
    background-image: -ms-linear-gradient(45deg, #7fe0f8 45%, #fff 55%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3)
}

.section-beforeafter .inner .report-blue .report-bottom_thoughts {
    border: solid 2px #7fe0f8
}

.section-beforeafter .inner .report-yellow {
    background-image: -ms-linear-gradient(45deg, #ffda47 45%, #fff 55%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3)
}

.section-beforeafter .inner .report-yellow .report-bottom_thoughts {
    border: solid 2px #ffda4a
}

.section-beforeafter .inner .report-green {
    background-image: -ms-linear-gradient(45deg, #b3f07c 45%, #fff 55%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3)
}

.section-beforeafter .inner .report-green .report-bottom_thoughts {
    border: solid 2px #b4ef7e
}

.top-section5 {
    background: url("../assets/images/top-section5_bg.png") no-repeat right #eef1f8;
    padding: 85px 0 75px;
    /* min-width: 1010px; */
    width: 100%;
}

@media all and (max-width: 1245px) {
    .top-section5 {
        background-size: 80%;
    }
}

@media all and (max-width: 768px) {
    .top-section5 {
        padding: 35px 10px 20px;
        background: url("../assets/images/top-section5_bg-sp.png") no-repeat right bottom #eef1f8;
        background-size: 33%;
        /* min-width: 1030px; */
        width: auto;
    }
}

.top-section5_inner {
    /* width: 83%; */
    margin: 0 auto;
    padding-left: 6%;
}

@media all and (max-width: 768px) {
    .top-section5_inner {
        width: 100%
    }
}

.top-section5_inner h2 {
    width: 55%;
    margin: 0;
    padding: 0 0 5px;
    border-bottom: solid 1px #000;
}

@media all and (max-width: 768px) {
    .top-section5_inner h2 {
        width: 80%;
        border-bottom: solid 1px black;
    }

    .top-section5_inner h2 img {
        width: 75%;
    }
}

.top-section5_inner>p {
    display: block;
    width: 51%;
    margin: 0 0 135px;
    font-size: 17px;
    font-weight: 300;
    line-height: 34px
}

@media all and (max-width: 768px) {
    .top-section5_inner>p {
        position: relative;
        left: -10%;
        width: 90%;
        margin: 0;
        font-size: min(2.8vw, 14px);
        transform: scale(0.8);
        line-height: 20px;
    }
}

@media all and (max-width: 414px) {
    .top-section5_inner>p {
        position: relative;
        left: -10%;
        width: 120%;
        margin: 0;
        font-size: 10px;
        transform: scale(0.8);
        line-height: 17px
    }
}

.top-section5_bottom {
    display: flex
}

@media all and (max-width: 768px) {
    .top-section5_bottom {
        display: block
    }
}

.top-section5_bottom-text {
    width: 60%;
    margin: 0 30px 0 0
}

@media all and (max-width: 768px) {
    .top-section5_bottom-text {
        width: 70%;
        margin: 0
    }

    .top-section5_bottom-text img {
        width: 100%
    }
}

.top-section5_bottom-text h3 {
    margin: 0 0 20px
}

@media all and (max-width: 768px) {
    .top-section5_bottom-text h3 {
        margin: 0 0 5px
    }

    .top-section5_bottom-text h3 img {
        width: 100%
    }
}

.top-section5_bottom-text ul {
    margin: 0 0 25px
}

@media all and (max-width: 768px) {
    .top-section5_bottom-text ul {
        margin: 0;
        /* font-size: 2vw; */
    }
}

.top-section5_bottom-text ul li {
    margin: 0;
    font-size: 16px;
    font-weight: bold
}

@media all and (max-width: 768px) {
    .top-section5_bottom-text ul li {
        position: relative;
        left: -10%;
        display: flex;
        width: 120%;
        margin: 0 0 2px;
        font-size: min(2.8vw, 14px);
        transform: scale(0.8);
        align-items: center;
        line-height: 15px;
    }
}

.top-section5_bottom-text ul li span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: "AGaramond";
    font-size: 30px;
    font-weight: normal
}

@media all and (max-width: 768px) {
    .top-section5_bottom-text ul li span {
        font-size: 15px
    }
}

.top-section5_bottom-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px
}

@media all and (max-width: 768px) {
    .top-section5_bottom-text p {
        position: relative;
        left: -5%;
        /* width: 100%; */
        font-size: min(2.8vw, 14px);
        transform: scale(0.8);
        line-height: 20px;
    }
}

.top-section5_bottom .book {
    width: 247px;
    height: 322px;
    margin: 10px 0 0;
    padding: 15px 20px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    .top-section5_bottom .book {
        display: flex;
        width: 80%;
        height: inherit;
        margin: 0 auto;
        padding: 5px
    }

    .top-section5_bottom .book img {
        width: 70px;
        height: 87px
    }
}

@media all and (max-width: 768px) {
    .top-section5_bottom .book-text {
        margin-right: 10px
    }
}

.top-section5_bottom .book-text p {
    margin: 0
}

.top-section5_bottom .book-text .name {
    font-size: 12px;
    font-weight: 300;
    line-height: 21px
}

@media all and (max-width: 768px) {
    .top-section5_bottom .book-text .name {
        margin: 20px 0 0;
        font-size: 10px;
        line-height: 14px
    }
}

.top-section5_bottom .book-text .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}

@media all and (max-width: 768px) {
    .top-section5_bottom .book-text .title {
        font-size: 10px;
        line-height: 14px
    }
}

.top-section5_bottom .book-text .subtitle {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 21px
}

@media all and (max-width: 768px) {
    .top-section5_bottom .book-text .subtitle {
        font-size: 10px;
        line-height: 14px
    }
}

.top-section5_bottom .book-text .samarry {
    font-size: 12px;
    font-weight: 300;
    line-height: 17px
}

@media all and (max-width: 768px) {
    .top-section5_bottom .book-text .samarry {
        font-size: 10px;
        line-height: 14px
    }
}

@media all and (max-width: 768px) {
    .top-section6 {
        padding: 0 10px;
        box-sizing: border-box;
        /* min-width: 1030px; */
    }
}

.top-section6_inner {
    /* width: 90%; */
    /* height: 341px; */
    margin: 0 auto;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    /* min-width: 1030px; */
}

@media all and (max-width: 768px) {
    .top-section6_inner {
        display: block;
        width: 100%;
        padding: 25px 0
    }

    .top-section6_inner>img {
        width: 50%;
        /* text-align: center; */
        margin: auto;
        width: 50%;
    }
}

.top-section6_text {
    display: block;
    width: 50%;
    /* height: 50%; */
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}

@media all and (max-width: 768px) {
    .top-section6_text {
        width: 100%;
        margin: 0 0 5px;
        padding: 15px 24px;
        /* min-width: 1018px; */
    }
}

.top-section6_text h2 {
    margin: 0
}

.top-section6_text h2 img {
    width: 100%
}

.top-section6_text p {
    margin: 0;
    font-size: 1.5vw;
    /* font-weight: 300; */
    /* line-height: 28px; */
}

@media all and (max-width: 768px) {
    .top-section6_text p {
        font-size: min(2.8vw, 14px);
        line-height: 20px;
    }
}

.top-section7 {
    padding: 100px 0 10px;
    /* min-width: 1010px; */
}

@media (max-width: 768px) {
    .top-section7 {
        padding: 40px 10px 20px;
        /* min-width: 1010px; */
    }
}

.top-section7_inner {
    /* width: 940px; */
    margin: 0 auto
}

@media (max-width: 768px) {
    .top-section7_inner {
        width: 100%
    }
}

.top-section7_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 8vw;
    line-height: 60px;
    /* width: 91%; */
}

@media all and (max-width: 768px) {
    .top-section7_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.top-section7_inner h2 .bold {
    font-family: "Helvetical-LtCn"
}

.top-section7_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

@media all and (max-width: 768px) {
    .top-section7_inner h2 .right {
        bottom: -20px;
        font-size: 7px
    }
}

.top-section7_inner .trainer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* flex-direction: row-reverse; */
}

@media (max-width: 768px) {
    .top-section7_inner .trainer-list {
        justify-content: center;
    }
}

.top-section7_inner .trainer-list_item {
    position: relative;
    width: 260px;
    height: 330px;
    margin: 0 0 40px;
    padding: 265px 0 0;
    text-align: center;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .top-section7_inner .trainer-list_item {
        width: 45%;
        height: 175px;
        margin: 0 0 10px;
        padding: 130px 0 0
    }
}

@media (min-width: 768px) {
    .top-section7_inner .trainer-list_item:not(:nth-child(3n)) {
        /* margin-right: 7.3%; */
    }
}

.top-section7_inner .trainer-list_item .trainer-image {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s ease-in;
    box-shadow: 0px 4px 9px 0px rgba(17, 17, 17, 0.23);
    text-align: center;
    transition: all .2s
}

@media (max-width: 768px) {
    .top-section7_inner .trainer-list_item .trainer-image {
        top: 7px;
        width: 115px;
        height: 115px
    }
}

.top-section7_inner .trainer-list_item .trainer-image_wrapper {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 5px #fff;
    border-radius: 50%
}

@media (max-width: 768px) {
    .top-section7_inner .trainer-list_item .trainer-image_wrapper {
        width: 115px;
        height: 115px
    }
}

.top-section7_inner .trainer-list_item .trainer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover'
}

.top-section7_inner .trainer-list_item:hover .trainer-image {
    animation: anime1 .2s ease;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0 0;
    border-radius: 10px
}

@media all and (max-width: 768px) {
    .top-section7_inner .trainer-list_item:hover .trainer-image {
        padding: 7px 0 0
    }
}

@keyframes anime1 {
    0% {
        top: 13px;
        width: 230px;
        height: 230px;
        padding: 0;
        border-radius: 50%
    }

    40% {
        top: 0;
        width: 100%;
        height: 100%;
        padding: 13px 0 0;
        border-radius: 0
    }

    100% {
        top: 0;
        width: 100%;
        height: 100%;
        padding: 13px 0 0;
        border-radius: 10px
    }
}

.top-section7_inner .trainer-list_item span {
    position: relative;
    font-size: 16px;
    font-weight: 300
}

@media (max-width: 768px) {
    .top-section7_inner .trainer-list_item span {
        left: -10%;
        display: block;
        width: 120%;
        font-size: min(2.8vw, 14px);
        transform: scale(0.8)
    }
}

.top-section7_inner .trainer-list_item .name {
    display: block;
    margin-top: 2px;
    font-family: "Helvetical-LtCn";
    font-size: 32px;
    font-weight: 600
}

@media (max-width: 768px) {
    .top-section7_inner .trainer-list_item .name {
        left: 0;
        width: 100%;
        font-size: 16px;
        transform: scale(1)
    }
}

.top-section8 {
    padding: 100px 0 0;
    background-color: #f4f4f4;
    overflow: hidden;
    /* min-width: 1010px; */
}

@media (max-width: 768px) {
    .top-section8 {
        padding: 50px 10px 0
    }
}

.top-section8_inner {
    position: relative;
    /* width: 940px; */
    margin: 0 auto;
    padding: 0 0 100px;
}

@media (max-width: 768px) {
    .top-section8_inner {
        width: 100%;
        padding: 0 0 55vw;
    }
}

.top-section8_inner>img {
    position: absolute;
    bottom: 0;
    right: 5%;
    /* left: 10px; */
    width: 25%;
}

@media (max-width: 768px) {
    .top-section8_inner>img {
        right: inherit;
        width: 30%;
        /* min-width: 80px; */
        /* max-width: 502px; */
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.top-section8_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 8vw;
    line-height: 60px
}

@media (max-width: 768px) {
    .top-section8_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.top-section8_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 768px) {
    .top-section8_inner h2 .right {
        bottom: -20px;
        font-size: 2.5vw;
    }
}

.top-section8_inner .faq-list {
    position: relative;
    width: 64%;
    margin-left: 3%;
    /* padding: 0px 3% 0px 3%; */
}

@media (max-width: 768px) {
    .top-section8_inner .faq-list {
        width: 95%;
    }
}

.top-section8_inner .faq-list_item {
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .top-section8_inner .faq-list_item {
        margin: 0 0 20px;
        /* font-size: 2.5vw; */
    }
}

.top-section8_inner .faq-list_item h3 {
    margin: 0 0 18px;
    font-size: min(3vw, 20px);
    font-weight: 600
}

@media (max-width: 768px) {
    .top-section8_inner .faq-list_item h3 {
        margin: 0 0 10px;
        font-size: min(2.8vw, 14px);
    }
}

.top-section8_inner .faq-list_item h3:before {
    content: 'Q. ';
    font-family: "Helvetical-LtCn";
    /* font-size: 30px; */
    color: #f52d5c
}

@media (max-width: 768px) {
    .top-section8_inner .faq-list_item h3:before {
        /* font-size: 15px; */
    }
}

.top-section8_inner .faq-list_item p {
    margin: 0;
    position: relative;
    padding: 0 0 0 29px;
    font-size: min(2vw, 15px);
    font-weight: 300
}

@media (max-width: 768px) {
    .top-section8_inner .faq-list_item p {
        padding: 0 0 0 20px;
        font-size: min(2.8vw, 14px);
    }
}

.top-section8_inner .faq-list_item p:before {
    content: 'A. ';
    position: absolute;
    /* top: -8px; */
    left: 4px;
    font-family: "Helvetical-LtCn";
    color: #526df8;
    font-weight: 600;
    font-size: min(2vw, 15px);
}

@media (max-width: 768px) {
    .top-section8_inner .faq-list_item p:before {
        font-size: min(2.8vw, 14px);
        top: 0px;
        left: 0px;
    }
}

.top-section9 {
    padding: 100px 0;
    background-color: #fff;
    /* min-width: 1010px; */
}

@media (max-width: 768px) {
    .top-section9 {
        padding: 50px 10px
    }
}

.top-section9_inner {
    /* width: 940px; */
    margin: 0 auto
}

@media (max-width: 768px) {
    .top-section9_inner {
        width: 100%
    }
}

.top-section9_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 8vw;
    line-height: 60px
}

@media all and (max-width: 768px) {
    .top-section9_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.top-section9_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 768px) {
    .top-section9_inner h2 .right {
        bottom: -20px;
        font-size: 2.5vw;
    }
}

.top-section9_inner .price {
    width: 100%;
    margin: 0 0 20px
}

@media (max-width: 768px) {
    .top-section9_inner .price {
        margin: 0 0 10px
    }
}

.top-section9_inner .price .experience {
    width: 100%;
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.top-section9_inner .price .experience .normal {
    background-color: black;
}

.top-section9_inner .price .experience .normal p {
    margin: 0;
}

.top-section9_inner .price .experience .normal .through {
    text-decoration: line-through;
    color: red;
}

.top-section9_inner .price .experience .normal .white {
    color: white;
}

.top-section9_inner .price .experience .normal .num {
    margin-left: 50px;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 30px;
}

.top-section9_inner .price .experience .normal .num-s {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 18px;
}

.top-section9_inner .price .experience .discount {
    color: black;
    text-align: center;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 18px;
}

.top-section9_inner .price .experience .discount p {
    margin-top: 10px;
}

.top-section9_inner .price .experience .discount span {
    color: red;
    font-size: 30px;
}

.top-section9_inner .price .declaration {
    color: red;
    text-align: center;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .top-section9_inner .price .declaration {
        font-size: 24px;
    }
}

.top-section9_inner .price img {
    width: 100%
}

.top-section9_inner .price .admission {
    width: 100%;
    height: 55px;
    position: relative;
    line-height: 55px;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.course_arrow {
    width: 100%;
    height: auto;
    margin: .5rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_arrow img {
    width: 5rem !important;
    height: auto;
}

.admission_wari {
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 38px;
    font-weight: 600;
}

.off_sp_1 {
    display: inline-block;
    width: .85rem;
}

.off_sp_2 {
    display: inline-block;
    width: .85rem;
}

.off_sp_3 {
    display: inline-block;
    width: .85rem;
}

.off_sp_4 {
    display: inline-block;
    width: .85rem;
}

.off_sp_5 {
    display: inline-block;
    width: 9.3rem;
}

.admission_off_text {
    width: 100%;
    height: auto;
    position: relative;
    padding: 1rem 0;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    margin: 1rem 0 0;
    font-size: 26px;
    font-weight: 600;
}

.admission_off_text_wrap {
    width: calc(100% - 10rem);
    padding: 0 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.admission_off_text_wrap_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.admission_off_text_wrap p {
    margin: 0;
    text-align: left;
}

.admission_off_text_wrap p .num {
    display: inline-block;
    font-family: "AGaramond";
    font-weight: bold;
}

.admission_off_text_add {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.admission_off_text_add p {
    margin: 0;
    font-size: small;
}

.admission_off_text_add2 {
    width: 100%;
    position: absolute;
    top: -2.5rem;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.admission_off_text_add2 p {
    color: red;
    margin: 0;
    font-size: 1.8rem;
}

.guidance_wari {
    display: flex;
    justify-content: center;
    text-align: center;
}

.guidance_wari p {
    margin: 0;
    font-size: 40px;
    color: red;
    font-family: "AGaramond";
    font-weight: bold;
}

@media (max-width: 768px) {
    .top-section9_inner .price .admission {
        height: 33px;
        line-height: 33px;
        font-size: 10px
    }

    .admission_wari {
        position: absolute;
        top: 0;
        left: 1rem;
        font-size: 14px;
    }

    .off_sp_1 {
        display: inline-block;
        width: .45rem;
    }

    .off_sp_2 {
        display: inline-block;
        width: .45rem;
    }

    .off_sp_3 {
        display: inline-block;
        width: .4rem;
    }

    .off_sp_4 {
        display: inline-block;
        width: .45rem;
    }

    .off_sp_5 {
        display: inline-block;
        width: 4.65rem;
    }

    .admission_off_text {
        width: 100%;
        height: auto;
        position: relative;
        padding: 1rem 0;
        line-height: 1.2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f1f1f1;
        margin: 1rem 0 0;
        font-size: 13px;
        font-weight: 600;
    }

    .admission_off_text_wrap {
        width: calc(100% - 1rem);
        padding: 0 .5em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .admission_off_text_wrap_inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .admission_off_text_wrap p {
        margin: 0;
        text-align: left;
    }

    .admission_off_text_wrap p .num {
        display: inline-block;
        font-family: "AGaramond";
        font-weight: bold;
    }

    .admission_off_text_add {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

    .admission_off_text_add p {
        margin: 0;
        font-size: small;
    }

    .admission_off_text_add2 {
        width: 100%;
        position: absolute;
        top: -1.5rem;
        left: 0;
        z-index: 10;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    .admission_off_text_add2 p {
        margin: 0;
        font-size: 1rem;
        color: red;
    }

    .guidance_wari {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .guidance_wari p {
        font-size: 20px;
        color: red;
        font-family: "AGaramond";
        font-weight: bold;
    }
}

del {
    color: #f00;
}

.course_arrow {
    width: 100%;
    height: auto;
    margin: .5rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_arrow img {
    width: 5rem !important;
    height: auto;
}

.top-section9_inner .price .admission p {
    margin: 0
}

.top-section9_inner .price .admission span {
    font-size: 12px
}

@media (max-width: 768px) {
    .top-section9_inner .price .admission span {
        font-size: 10px
    }
}

.top-section9_inner .price .admission .num {
    /*display: inline-block;*/
    margin-left: 50px;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 38px
}

@media (max-width: 768px) {
    .top-section9_inner .price .admission .num {
        font-size: 23px;
        margin-left: 12px
    }
}

.top-section9_inner .price .admission .num-s {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 18px
}

@media (max-width: 768px) {
    .top-section9_inner .price .admission .num-s {
        font-size: 11px
    }
}

.top-section9_inner .price .arrow {
    max-width: 64px;
    width: 100%;
    margin: 5px auto;
}

.top-section9_inner .price .guidance {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .guidance {
        height: 33px;
        line-height: 33px;
        font-size: 10px
    }
}

.top-section9_inner .price .guidance p {
    margin: 0
}

.top-section9_inner .price .guidance span {
    display: inline-block;
    margin-left: 40px
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .guidance span {
        margin-left: 33px
    }
}

.top-section9_inner .price .course {
    display: block;
    position: relative;
    padding: 70px 0;
    background-color: #f1f1f1;
    text-align: center
}

.top-section9_inner .price .course.off {
    padding: 0;
}

.course_add_text1 {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}

@media all and (max-width: 768px) {
    .course_add_text1 {
        position: absolute;
        top: 0.2rem;
        left: 0.5rem;
    }
}

.course_add_text2 {
    position: absolute;
    bottom: 2rem;
    right: 10rem;
}

.course_add_text1 p {
    margin: 0;
    font-size: 20px;
}

.course_add_text2 p {
    margin: 0;
    font-size: 20px;
}

@media (max-width: 768px) {
    .top-section9_inner .price .course {
        display: block;
        padding: 10px;
        text-align: inherit;
        box-sizing: border-box
    }

    .course_add_text1 {
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
    }

    .course_add_text2 {
        position: absolute;
        /*bottom: .5rem;*/
        bottom: .1rem;
        right: .5rem;
    }

    .course_add_text1 p {
        margin: 0;
        font-size: 2.1vw;
    }

    .course_add_text2 p {
        margin: 0;
        font-size: 12px;
    }

    .course_arrow {
        width: auto;
        height: auto;
    }

    .course_arrow img {
        width: 5rem;
        height: auto;
    }
}

.top-section9_inner .price .course-item {
    display: flex;
    padding: 0;
    justify-content: center;
    text-align: center;
    align-items: baseline
}

@media (max-width: 768px) {
    .top-section9_inner .price .course-item {
        display: flex;
        width: 100%;
        padding: 10px 5px 5px;
        text-align: inherit;
        box-sizing: border-box;
        justify-content: center
    }
}

.top-section9_inner .price .course-item .title {
    margin: 0 30px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: .9
}

@media (max-width: 768px) {
    .top-section9_inner .price .course-item .title {
        margin: 0 5px 0 0;
        font-size: 10px;
        white-space: nowrap
    }
}

.top-section9_inner .price .course-item .title .num {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 48px
}

.course.off .course-item .title .num {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 38px
}

@media (max-width: 768px) {
    .top-section9_inner .price .course-item .title .num {
        /*font-size: 33px*/
        font-size: 20px
    }
}

.top-section9_inner .price .course-item .title .course {
    display: inline-block;
    padding: 0
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-item .title .course {
        display: inline-block;
        padding: 5px 0px 0px 5px;
    }
}

.top-section9_inner .price .course-item .title .sub {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 14px;
    font-weight: 300
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-item .title .sub {
        display: block;
        font-size: 10px;
        text-align: center
    }
}

.top-section9_inner .price .course .other {
    margin: 0;
    font-size: 18px
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course .other {
        width: 110%;
        margin-left: -5%;
        font-size: 9px;
        transform: scale(0.9);
        text-align: center
    }
}

.top-section9_inner .price .course .new-price {
    margin: 0;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 48px;
}

.course.off .course-item .new-price .num {
    margin: 0;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 38px;
}

@media all and (max-width: 768px) {
    .course.off .course-item .new-price .num {
        margin: 0;
        font-family: "AGaramond";
        font-weight: bold;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .top-section9_inner .price .course .new-price {
        /*font-size: 33px;*/
        font-size: 20px;
        white-space: nowrap
    }
}

.top-section9_inner .price .course .new-price .small {
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 18px
}

@media (max-width: 768px) {
    .top-section9_inner .price .course .new-price .small {
        font-size: 10px
    }
}

.top-section9_inner .price .course .new-price .num-s {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 25px
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course .new-price .num-s {
        font-size: 14px
    }
}

.top-section9_inner .price .course .new-price .red {
    color: red;
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price {
        position: relative;
        display: flex;
        justify-content: space-between;
        line-height: 30px
    }
}

.top-section9_inner .price .course .off-price {
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 0 30px;
}

.course.off .course-item .off-price .num {
    margin: 0 0 0 30px;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 38px
}

@media screen and (max-width: 768px) {
    .course.off .course-item .off-price .num {
        margin: 0 0 0 0px;
        font-family: "AGaramond";
        font-weight: bold;
        font-size: 15px
    }
}

@media screen and (max-width: 768px) {
    .top-section9_inner .price .course .off-price {
        font-size: 16px;
        margin: 0 0 0 10px;
    }
}

.top-section9_inner .price .annotation {
    /* color: red; */
    /* width: 50%; */
    margin-left: auto;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
}

.top-section9_inner .price .annotation span.red {
    color: red;
}

@media screen and (max-width: 768px) {
    .top-section9_inner .price .annotation {
        width: 100%;
        font-size: 16px;
    }
}

.top-section9_inner .price .course-price .base-price {
    position: relative;
    width: 185px;
    height: 28px;
    margin: 0 auto 20px;
    padding: 0 18px;
    font-family: "AGaramond";
    font-weight: bold;
    font-size: 30px;
    color: #b5b5b5;
    line-height: 28px
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .base-price {
        width: inherit;
        margin: 0;
        padding: 0 10px;
        font-size: 15px
    }
}

.top-section9_inner .price .course-price .base-price:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/images/20off.png") no-repeat center center;
    background-size: contain
}

.top-section9_inner .price .course-price .base-price span {
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 14px
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .base-price span {
        font-size: 10px
    }
}

.top-section9_inner .price .course-price .base-price span span {
    font-size: 12px
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .base-price span span {
        font-size: 10px
    }
}

.top-section9_inner .price .course-price .off20 {
    position: relative;
    display: inline-block;
    margin: 0 auto 35px;
    font-size: 14px;
    font-weight: 300;
    color: #d10707
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .off20 {
        position: absolute;
        top: -22px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 50px 0 0;
        font-size: 10px;
        transform: scale(0.8);
        text-align: center
    }
}

.top-section9_inner .price .course-price .off20:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 68px;
    display: block;
    width: 32px;
    height: 33px;
    background: url("../assets/images/down.png") no-repeat center center;
    background-size: contain
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .off20:before {
        top: 33px;
        left: 0;
        right: 55px;
        width: 18px;
        height: 16px;
        margin: 0 auto;
        background: url("../assets/images/down-sp.png") no-repeat center center;
        background-size: contain;
        transform: scale(1.6)
    }
}

.top-section9_inner .price .course-price .off20 span {
    display: inline-block;
    margin-left: 35px;
    font-weight: 600
}

@media all and (max-width: 768px) {
    .top-section9_inner .price .course-price .off20 span {
        margin-left: 0
    }
}


/* TODO */

.top-section9_inner .mealguidance {
    margin-top: 30px;
}

.top-section9_inner .mealguidance .normal {
    font-size: 24px;
    background-color: #f1f1f1;
    text-align: center;
}

@media all and (max-width: 768px) {
    .top-section9_inner .mealguidance .normal {
        font-size: 20px;
        background-color: #f1f1f1;
        text-align: center;
    }
}

.top-section9_inner .mealguidance .normal p {
    margin: 0;
}

.top-section9_inner .mealguidance .normal p .tax-without {
    font-size: 48px;
    font-weight: bold;
    margin: 0 30px;
}

@media screen and (max-width: 768px) {
    .top-section9_inner .mealguidance .normal p .tax-without {
        font-size: 24px;
        margin: 0 16px;
    }
}

.top-section9_inner .mealguidance .normal p .through {
    text-decoration: line-through;
    color: red;
}

.top-section9_inner .mealguidance .normal p .black {
    color: black;
}

.top-section9_inner .mealguidance .discount {
    text-align: center;
    margin-top: -20px;
}

.top-section9_inner .mealguidance .discount p {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .top-section9_inner .mealguidance .discount p {
        font-size: 20px;
    }
}

.top-section9_inner .mealguidance .discount span {
    color: red;
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .top-section9_inner .mealguidance .discount span {
        font-size: 30px;
    }
}

.top-section9_inner .price-bottom {
    width: 100%
}

.top-section9_inner .price-bottom img {
    width: 100%
}

.training-flow,
.media {
    width: 100%;
    min-height: 515px;
    padding: 84px 0 0;
    background: url(../assets/images/background.png) center;
    /* box-sizing: border-box; */
    /* min-width: 1010px; */
    /* margin-right: 18px; */
    /* margin-left: 0px; */
}

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

    .training-flow,
    .media {
        /* padding: 50px 10px 30px; */
        background-size: cover;
        background-position: 25% bottom;
        /* min-width: 990px; */
        width: 100%;
    }
}

.training-flow_inner,
.media_inner {
    position: relative;
    /* max-width: 1024px; */
    width: 100%;
    margin: 0 auto;
    /* padding: 0 0 10px; */
}

.training-flow_inner h2,
.media h2 {
    position: relative;
    margin: 0 0 50px;
    color: white;
    border-bottom: solid 1px white;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 8vw;
    line-height: 60px;
}

.training-flow_inner h2::first-letter,
.media_inner h2::first-letter {
    color: red;
}

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

    .training-flow_inner h2,
    .media_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.training-flow_inner h2 .right,
.media_inner h2 .right {
    position: absolute;
    color: white;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 2.5vw;
}

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

    .training-flow_inner h2 .right,
    .media_inner h2 .right {
        bottom: -20px;
        font-size: 2.5vw;
    }
}

.training-flow_wrap,
.media_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0px 20px;
}

.training-flow_wrap li,
.media_wrap li {
    max-width: 50%;
    margin: 0 0px 20px 0px;
}

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

    .training-flow_wrap li,
    .media_wrap li {
        /* padding: 0px 20px; */
        /* height: auto; */
        max-width: 100%;
    }
}

.training-flow_wrap li img,
.media_wrap li img,
.training-flow_img img {
    width: 100%;
    height: 100%;
}

.top-section10 {
    padding: 100px 0 80px;
    background: url("../assets/images/top-section10_bg.png") #f9f9f9 no-repeat left bottom;
    background-size: contain;
    /* min-width: 1010px; */
    width: 100%;
}

@media all and (max-width: 768px) {
    .top-section10 {
        /* padding: 50px 10px 30px; */
        background-size: cover;
        background-position: 25% bottom;
        /* min-width: 1010px; */
        /* margin-left: 7px; */
    }
}

.top-section10_inner {
    /* width: 940px; */
    margin: 0 auto;
    width: auto;
}

@media all and (max-width: 768px) {
    .top-section10_inner {
        width: 100%
    }
}

.top-section10_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 8vw;
    line-height: 60px
}

@media all and (max-width: 768px) {
    .top-section10_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.top-section10_inner h2 .bold {
    font-family: "Helvetical-LtCn"
}

.top-section10_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 2.55vw;
    font-weight: 600;
    line-height: 24px
}

@media all and (max-width: 768px) {
    .top-section10_inner h2 .right {
        bottom: -20px;
        font-size: 2.5vw;
    }
}

.top-section10_inner .form-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents {
        display: block
    }
}

.top-section10_inner .form-contents form {
    /* width: 768px; */
    margin: 0 5%;
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form {
        /* width: 100%; */
        padding: 0px 5% 0px 5%;
        /* margin: 0px 5% 0px 5%; */
    }
}

.top-section10_inner .form-contents form .form-label {
    display: block
}

.top-section10_inner .form-contents form .form-label span {
    display: block;
    font-size: 14px;
    font-weight: 600
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label span {
        font-size: 10px
    }
}

.top-section10_inner .form-contents form .form-label input {
    width: 100%;
    height: 60px;
    margin: 0 0 30px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label input {
        height: 30px;
        margin: 0 0 13px;
        padding: 9px 10px;
        font-size: 12px
    }
}

.top-section10_inner .form-contents form .form-label input::placeholder {
    color: #888888;
    line-height: 1.5
}

.top-section10_inner .form-contents form .form-label select {
    width: 100%;
    height: 60px;
    margin: 0 0 5px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    appearance: none;
    background-color: #fff
}

.top-section10_inner .form-contents form .form-label select:active {
    border: solid 1px #bebebe
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label select {
        height: 30px;
        margin: 0 0 5px;
        padding: 5px 10px;
        font-size: 12px
    }
}

.top-section10_inner .form-contents form .form-label textarea {
    width: 100%;
    /* height: 365px; */
    margin: 0 0 20px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-label textarea {
        height: 200px;
        margin: 0;
        padding: 9px 10px;
        font-size: 12px
    }
}

.top-section10_inner .form-contents form .form-label textarea::placeholder {
    color: #888888;
    line-height: 1.5;
    font-weight: 300
}

.top-section10_inner .form-contents form .form-subinput {
    display: flex
}

.top-section10_inner .form-contents form .form-subinput span {
    display: block;
    width: 70px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 60px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-subinput span {
        width: 40px;
        font-size: 10px;
        line-height: 30px
    }
}

.top-section10_inner .form-contents form .form-subinput input {
    width: calc(100% - 70px)
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-subinput input {
        width: calc(100% - 40px)
    }
}

.top-section10_inner .form-contents form .label-require>span::after {
    display: inline-block;
    margin-left: 10px;
    content: "[必須]";
    color: #ce2828;
    font-size: 10px;
    line-height: 14px;
    vertical-align: 1px
}

.top-section10_inner .form-contents form .form-select {
    position: relative;
    margin: 0 0 30px;
}

.top-section10_inner .form-contents form .form-select:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 15px;
    display: block;
    width: 9px;
    height: 20px;
    background: url("../assets/images/select-arrow.png") no-repeat
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-select:after {
        top: 26px;
        right: 10px;
        width: 7px;
        height: 10px;
        background-size: contain
    }
}

.top-section10_inner .form-contents form .form-check {
    margin: 0 0 40px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-check {
        margin: 0 0 20px
    }
}

.top-section10_inner .form-contents form .form-check input {
    display: none
}

.top-section10_inner .form-contents form .form-check label {
    font-size: 14px;
    line-height: 18px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-check label {
        font-size: 10px;
        line-height: 10px
    }
}

.top-section10_inner .form-contents form .form-check label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border: solid 1px #bebebe;
    border-radius: 4px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .form-check label span {
        width: 10px;
        height: 10px;
        margin: 0 3px 0 0;
        border-radius: 2px;
        font-size: 10px;
        line-height: 8px
    }
}

.top-section10_inner .form-contents form .form-check label a {
    text-decoration: underline;
    color: #000
}

.top-section10_inner .form-contents form .form-check input:checked~label span {
    background-color: #bebebe
}

.top-section10_inner .form-contents form .submit-btn {
    position: relative;
    width: 400px;
    height: 60px;
    background-color: #cc0707;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    border: none;
    outline: none
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .submit-btn {
        width: 100%;
        height: 30px;
        margin: 0 0 15px;
        font-size: 2.3vw;
        line-height: 30px
    }
}

.top-section10_inner .form-contents form .submit-btn:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 14px;
    display: block;
    width: 9px;
    height: 16px;
    background: url("../assets/images/arrow-right_w.png") no-repeat;
    background-size: contain
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents form .submit-btn:after {
        top: 12px;
        right: 7px;
        width: 5px;
        height: 8px
    }
}

.top-section10_inner .form-contents .tel {
    display: block;
    width: 420px;
    height: 97px
}

@media all and (max-width: 768px) {
    .top-section10_inner .form-contents .tel {
        width: 70%;
        margin: 0 auto
    }
}

.top-section10_inner .form-contents .tel img {
    width: 100%
}

.top-section11 {
    padding: 100px 0;
    background-color: #f4f4f4;
    /* min-width: 1010px; */
}

@media all and (max-width: 768px) {
    .top-section11 {
        padding: 50px 10px
    }
}

.top-section11_inner {
    /* width: 940px; */
    margin: 0 auto;
    width: auto;
}

@media all and (max-width: 768px) {
    .top-section11_inner {
        width: 100%
    }
}

.top-section11_inner h2 {
    padding: 0 0 3px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 2px #aaa
}

@media all and (max-width: 768px) {
    .top-section11_inner h2 {
        font-size: 12px
    }
}

.top-section11_inner ul li {
    padding: 0 0 0 35px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: solid 1px #aaa
}

@media all and (max-width: 768px) {
    .top-section11_inner ul li {
        padding: 0 0 0 10px;
        font-size: 10px;
        line-height: 30px
    }
}

.top-section11_inner ul li span {
    display: inline-block;
    width: 117px;
    font-weight: 600
}

@media all and (max-width: 768px) {
    .top-section11_inner ul li span {
        width: 46px
    }
}

.top-section12 {
    padding: 100px 0 70px;
    background-color: #fff;
    /* min-width: 1010px; */
}

@media all and (max-width: 768px) {
    .top-section12 {
        padding: 50px 10px;
        /* margin: 0px 0px 0px 4px; */
    }
}

.top-section12_inner {
    /* width: 940px; */
    margin: 0 auto;
    /* display: grid; */
    /* place-items: center; */
}

@media all and (max-width: 768px) {
    .top-section12_inner {
        width: 100%
    }
}

.top-section12_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 8vw;
    line-height: 60px
}

@media all and (max-width: 768px) {
    .top-section12_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.top-section12_inner h2 .bold {
    font-family: "Helvetical-LtCn"
}

.top-section12_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 24px
}

@media all and (max-width: 768px) {
    .top-section12_inner h2 .right {
        bottom: -20px;
        font-size: 2.5vw;
    }
}

.top-section12_inner .access-wrapper {
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 768px) {
    .top-section12_inner .access-wrapper {
        display: block;
        margin: 0 0 30px
    }
}

.top-section12_inner .access-block {
    width: 46%;
    margin: 0 3%;
}

@media all and (max-width: 768px) {
    .top-section12_inner .access-block {
        width: 100%;
        margin: 0 0 23px
    }
}

.top-section12_inner h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 300
}

@media all and (max-width: 768px) {
    .top-section12_inner h3 {
        margin-bottom: 5px;
        font-size: 10px
    }
}

.top-section12_inner .map {
    margin: 0 0 30px
}

@media all and (max-width: 768px) {
    .top-section12_inner .map {
        margin: 0 0 15px
    }
}

.top-section12_inner .map iframe {
    width: 100%;
    height: 380px
}

@media all and (max-width: 768px) {
    .top-section12_inner .map iframe {
        height: 190px
    }
}

.top-section12_inner .address {
    margin: 0 0 130px
}

@media all and (max-width: 768px) {
    .top-section12_inner .address {
        margin: 0
    }
}

.top-section12_inner .address p {
    margin: 0;
    font-size: 14px;
    font-weight: 250;
    line-height: 1.7
}

@media all and (max-width: 768px) {
    .top-section12_inner .address p {
        font-size: 10px
    }
}

.top-section12_inner .address p a {
    color: #000
}

.top-section12_inner .address .name {
    /* width: 315px; */
    font-family: "Helvetical-UltLtCn";
    font-size: 5vw;
    line-height: 1
}

@media all and (max-width: 768px) {
    .top-section12_inner .address .name {
        width: 100%;
        font-size: 26px
    }
}

.top-section12_inner .address .name .bold {
    font-family: "Helvetical-LtCn"
}

.top-section12_inner .recruit {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 768px) {
    .top-section12_inner .recruit {
        width: 100%
    }

    .top-section12_inner .recruit img {
        width: 100%
    }
}


/* .media {
    padding: 100px 0;
    background: url(../assets/images/background.png) center;
}

.media_inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.media_inner h2 {
    position: relative;
    margin: 0 0 50px;
    color: white;
    border-bottom: solid 1px white;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px;
}

.media_inner h2::first-letter {
    color: red;
}

@media all and (max-width: 768px) {
    .media_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.media_inner h2 .right {
    position: absolute;
    color: white;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

@media all and (max-width: 768px) {
    .media_inner h2 .right {
        bottom: -20px;
        font-size: 7px
    }
} */

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.popup.is-show {
    opacity: 1;
    visibility: visible
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 570px;
    max-width: 880px;
    z-index: 2
}

@media (max-width: 768px) {
    .popup-inner {
        width: calc(100% - 70px);
        height: 60vh
    }
}

.popup-inner>.slick-prev {
    position: absolute;
    top: 50%;
    left: -64px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer
}

@media (max-width: 768px) {
    .popup-inner>.slick-prev {
        width: 20px;
        height: 20px;
        left: -28px
    }

    .popup-inner>.slick-prev img {
        width: 30%
    }
}

.popup-inner>.slick-next {
    position: absolute;
    top: 50%;
    right: -64px;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer
}

@media (max-width: 768px) {
    .popup-inner>.slick-next {
        width: 20px;
        height: 20px;
        right: -28px
    }

    .popup-inner>.slick-next img {
        width: 30%
    }
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    cursor: pointer
}

.slick-list {
    position: relative;
    width: 100%
}

.slick-list_item {
    height: 570px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .slick-list_item {
        width: 100%;
        height: 60vh;
        padding: 10px 20px;
        overflow-y: scroll
    }
}

.slick-list_item .content-wrapper {
    position: relative;
    display: flex
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper {
        display: block
    }
}

.slick-list_item .content-wrapper .slick-prev {
    position: absolute;
    bottom: 50px;
    left: 100%;
    z-index: 9999
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .slick-prev {
        bottom: 30px;
        left: 8px;
        width: 5px
    }

    .slick-list_item .content-wrapper .slick-prev img {
        width: 100%
    }
}

.slick-list_item .content-wrapper .slick-next {
    position: absolute;
    bottom: 50px;
    right: -100%;
    z-index: 9999
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .slick-next {
        bottom: 30px;
        right: 8px;
        width: 5px
    }

    .slick-list_item .content-wrapper .slick-next img {
        width: 100%
    }
}

.slick-list_item .content-wrapper .image-slick {
    position: relative;
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick {
        width: 100%;
        padding: 0
    }
}

.slick-list_item .content-wrapper .image-slick .main-image {
    width: 100%;
    height: 533px;
    border: solid 1px #bebebe
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .main-image {
        width: calc(100% - 40px);
        margin: 0 auto 10px;
        height: 298px
    }
}

.slick-list_item .content-wrapper .image-slick .main-image .slick-list {
    height: 100%
}

.slick-list_item .content-wrapper .image-slick .main-image .slick-list .slick-track {
    height: 100%
}

.slick-list_item .content-wrapper .image-slick .main-image .slick-list .slick-track li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.slick-list_item .content-wrapper .image-slick .main-image .slick-list .slick-track li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain'
}

.slick-list_item .content-wrapper .image-slick .image-nav {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 131px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav {
        position: inherit;
        right: inherit;
        bottom: inherit;
        margin: 0 0 20px;
        height: 83px
    }
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list {
    height: 100%;
    padding: 0 !important
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track {
    display: flex;
    width: 340px !important;
    height: 100%;
    justify-content: flex-start;
    transform: translate3d(0, 0px, 0px) !important
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track:before {
    display: none
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track:after {
    display: none
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track {
        width: calc(100% - 40px) !important;
        margin: 0 auto
    }
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide {
    display: flex;
    width: 100px !important;
    height: 100%;
    outline: 0;
    padding: 0 2px;
    box-sizing: border-box;
    transition: all .1s;
    justify-content: center;
    align-items: center
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide:not(:nth-child(3)) {
    margin-right: 20px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide:not(:nth-child(3)) {
        margin-right: 18px
    }
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide {
        width: 28% !important;
        padding: 0
    }
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit:contain';
    margin: 2px auto;
    border: solid 1px #bebebe;
    transition: all .1s;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-slide img {
        margin: 0
    }
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-current {
    padding: 0
}

.slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-current img {
    margin: 0 auto;
    border: solid 3px #cc0707
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .image-slick .image-nav .slick-list .slick-track .slick-current img {
        border: solid 1px #cc0707
    }
}

.slick-list_item .content-wrapper .profile {
    width: 50%;
    padding: 0 0 0 8px;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile {
        width: 100%
    }
}

.slick-list_item .content-wrapper .profile>span {
    display: block;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile>span {
        margin: 0 0 10px;
        font-size: 10px
    }
}

.slick-list_item .content-wrapper .profile .name {
    margin: 0 0 25px;
    font-family: "Helvetical-LtCn";
    font-size: 60px;
    border-bottom: solid 1px #000;
    line-height: 40px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .name {
        margin: 0 0 10px;
        font-size: 30px;
        line-height: 18px
    }
}

.slick-list_item .content-wrapper .profile .list {
    margin: 0 0 20px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list {
        margin: 0 0 10px
    }
}

.slick-list_item .content-wrapper .profile .list li {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list li {
        font-size: 10px;
        line-height: 16px
    }
}

.slick-list_item .content-wrapper .profile .list li span {
    position: relative;
    display: inline-block;
    width: 74px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list li span {
        width: 45px
    }
}

.slick-list_item .content-wrapper .profile .list li span:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ':';
    line-height: 30px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .list li span:after {
        line-height: 16px
    }
}

.slick-list_item .content-wrapper .profile .details {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

@media (max-width: 768px) {
    .slick-list_item .content-wrapper .profile .details {
        font-size: 10px;
        line-height: 16px
    }
}

.form-firstview {
    position: relative;
    width: 100%;
    margin: 80px 0 0
}

@media all and (max-width: 768px) {
    .form-firstview {
        margin: 40px 0 0
    }
}

.form-firstview img {
    width: 100%
}

.form-firstview a {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    display: block;
    width: 208px;
    height: 74px;
    margin: 0 auto;
    padding: 22px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: #cc0707;
    border-radius: 5px;
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    .form-firstview a {
        bottom: -15px;
        width: 100px;
        height: 37px;
        padding: 10px 0 0;
        font-size: 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
    }
}

.form-firstview a:after {
    position: absolute;
    bottom: 14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 16px;
    height: 9px;
    background: url("../assets/images/arrow-bottom.png") no-repeat center center;
    background-size: contain
}

@media all and (max-width: 768px) {
    .form-firstview a:after {
        bottom: 7px;
        width: 8px;
        height: 5px
    }
}

.form-section2 {
    padding: 100px 0;
    background-color: #fff
}

@media all and (max-width: 768px) {
    .form-section2 {
        padding: 50px 10px
    }
}

.form-section2_inner {
    /* width: 940px; */
    margin: 0 auto
}

@media all and (max-width: 768px) {
    .form-section2_inner {
        width: 100%
    }
}

.form-section2_inner h2 {
    margin: 0 0 60px;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

@media all and (max-width: 768px) {
    .form-section2_inner h2 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .form-section2_inner h2 img {
        width: 100%
    }
}

.form-section2_contents {
    display: flex;
    justify-content: space-between
}

@media all and (max-width: 768px) {
    .form-section2_contents {
        display: block
    }
}

.form-section2_image {
    width: 377px
}

@media all and (max-width: 768px) {
    .form-section2_image {
        width: calc(100% - 40px);
        margin: 0 auto 25px
    }
}

.form-section2_image img {
    width: 100%
}

.form-section2_text {
    width: 500px
}

@media all and (max-width: 768px) {
    .form-section2_text {
        width: 100%
    }
}

.form-section2_text p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 34px
}

@media all and (max-width: 768px) {
    .form-section2_text p {
        font-size: 10px;
        line-height: 17px
    }
}

.form-section2_text p span {
    font-size: 24px
}

@media all and (max-width: 768px) {
    .form-section2_text p span {
        font-size: 15px;
        line-height: 21px
    }
}

.form-section2_text h3 {
    margin: 40px 0 10px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: solid 1px #000
}

@media all and (max-width: 768px) {
    .form-section2_text h3 {
        margin: 25px 0 5px;
        font-size: 10px
    }
}

.form-section3 {
    padding: 100px 0 80px;
    background: url("../assets/images/form-section3_bg.png") #ffff no-repeat left bottom;
    background-size: contain
}

@media all and (max-width: 768px) {
    .form-section3 {
        padding: 50px 10px;
        background: url("../assets/images/form-section3_bg-sp.png") #fff no-repeat right bottom;
        background-size: contain
    }
}

.form-section3_inner {
    /* width: 940px; */
    margin: 0 auto
}

@media all and (max-width: 768px) {
    .form-section3_inner {
        width: 100%
    }
}

.form-section3_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
}

@media all and (max-width: 768px) {
    .form-section3_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.form-section3_inner h2 .bold {
    font-family: "Helvetical-LtCn"
}

.form-section3_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

@media all and (max-width: 768px) {
    .form-section3_inner h2 .right {
        bottom: -20px;
        font-size: 7px
    }
}

.form-section3_inner .form-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents {
        display: block
    }
}

.form-section3_inner .form-contents form {
    width: 768px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form {
        width: 100%
    }
}

.form-section3_inner .form-contents form .form-label span {
    display: block;
    font-size: 14px;
    font-weight: 600
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-label span {
        font-size: 10px
    }
}

.form-section3_inner .form-contents form .form-label input {
    width: 100%;
    height: 60px;
    margin: 0 0 30px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-label input {
        height: 30px;
        margin: 0 0 13px;
        padding: 9px 10px;
        font-size: 12px
    }
}

.form-section3_inner .form-contents form .form-label textarea {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 17px;
    border: solid 1px #bebebe;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-label textarea {
        margin: 0;
        padding: 9px 10px;
        font-size: 12px
    }
}

.form-section3_inner .form-contents form .form-check {
    margin: 0 0 40px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-check {
        margin: 0 0 20px
    }
}

.form-section3_inner .form-contents form .form-check input {
    display: none
}

.form-section3_inner .form-contents form .form-check label {
    font-size: 14px;
    line-height: 18px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-check label {
        font-size: 10px;
        line-height: 10px
    }
}

.form-section3_inner .form-contents form .form-check label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border: solid 1px #bebebe;
    border-radius: 4px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .form-check label span {
        width: 10px;
        height: 10px;
        margin: 0 3px 0 0;
        border-radius: 2px;
        font-size: 10px;
        line-height: 8px
    }
}

.form-section3_inner .form-contents form .form-check label a {
    text-decoration: underline;
    color: #000
}

.form-section3_inner .form-contents form .form-check input:checked~label span {
    background-color: #bebebe
}

.form-section3_inner .form-contents form .submit-btn {
    position: relative;
    width: 400px;
    height: 60px;
    background-color: #cc0707;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    border: none;
    outline: none
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .submit-btn {
        width: 100%;
        height: 30px;
        margin: 0 0 15px;
        font-size: 10px;
        line-height: 30px
    }
}

.form-section3_inner .form-contents form .submit-btn:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 14px;
    display: block;
    width: 9px;
    height: 16px;
    background: url("../assets/images/arrow-right_w.png") no-repeat;
    background-size: contain
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents form .submit-btn:after {
        top: 12px;
        right: 7px;
        width: 5px;
        height: 8px
    }
}

.form-section3_inner .form-contents .tel {
    display: block;
    width: 420px;
    height: 97px
}

@media all and (max-width: 768px) {
    .form-section3_inner .form-contents .tel {
        width: 100%
    }
}

.form-section3_inner .form-contents .tel img {
    width: 100%
}

.policy-section {
    margin: 80px 0 0;
    padding: 100px 0;
    background-color: #fff
}

@media all and (max-width: 768px) {
    .policy-section {
        margin: 40px 0 0;
        padding: 50px 10px
    }
}

.policy-section_inner {
    /* width: 940px; */
    margin: 0 auto
}

@media all and (max-width: 768px) {
    .policy-section_inner {
        width: 100%
    }
}

.policy-section_inner h2 {
    position: relative;
    margin: 0 0 50px;
    border-bottom: solid 1px #000;
    font-family: "Helvetical-UltLtCn";
    font-weight: 300;
    font-size: 100px;
    line-height: 60px
}

@media all and (max-width: 768px) {
    .policy-section_inner h2 {
        font-size: 32px;
        line-height: 20px
    }
}

.policy-section_inner h2 .bold {
    font-family: "Helvetical-LtCn"
}

.policy-section_inner h2 .right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

@media all and (max-width: 768px) {
    .policy-section_inner h2 .right {
        bottom: -20px;
        font-size: 7px
    }
}

.policy-section_inner .policy-item {
    margin: 0 0 38px
}

@media all and (max-width: 768px) {
    .policy-section_inner .policy-item {
        margin: 0 0 19px
    }
}

.policy-section_inner .policy-item h3 {
    margin: 0;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600
}

@media all and (max-width: 768px) {
    .policy-section_inner .policy-item h3 {
        font-size: 13px;
        line-height: 19px
    }
}

.policy-section_inner .policy-item p {
    margin: 0;
    font-size: 18px;
    line-height: 38px
}

@media all and (max-width: 768px) {
    .policy-section_inner .policy-item p {
        font-size: 10px;
        line-height: 19px
    }
}

body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("../assets/images/background-body.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 1024px; */
    /* width: 100%; */
    width: 100%;
    /* ãƒ“ãƒ¥ãƒ¼ãƒãƒ¼ãƒˆã®100%ã®æ¨ªå¹…ã«åˆã‚ã›ã‚‹ */
    max-width: 1260px;
    /* ã“ã“ã§ã¯ä¾‹ã¨ã—ã¦1200pxã‚’æœ€å¤§ã®æ¨ªå¹…ã¨ã—ã¦è¨­å®š */
    margin: 0 auto;
    /* æ¨ªæ–¹å‘ã«ä¸­å¤®æƒãˆ */
    overflow-x: hidden;
    /* æ¨ªæ–¹å‘ã®ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒãƒ¼ã‚’éžè¡¨ç¤ºã« */
}

@media all and (max-width: 768px) {
    body {
        background: url("../assets/images/background-body_sp.png");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1260px) {
    .pc-display {
        display: none
    }
}

.sp-display {
    display: none
}

@media (max-width: 1260px) {
    .sp-display {
        display: block;
        /* min-width: 1010px; */
        /* min-width: 0px; */
        /* height: 100%; */
        /* width: 50%; */
        /* height: 50%; */
        /* width: auto; */
    }
}

.twitter-timeline {
    height: 90% !important;
    overflow: scroll;
}
