* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
    margin: 0 !important;
    scroll-behavior: smooth;
}

@media (min-width: 768px) and (max-width: 1180px) {
    html {
        font-size: .84745763vw;
    }
}

@media (max-width: 390px) {
    html {
        font-size: 2.564102564vw;
    }
}

body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.6rem;
    }

    .pc {
        display: none !important;
    }
}

.container,
section,
main {
    position: relative;
}

.container {
    overflow-y: hidden;
    overflow-x: hidden;
}

a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: .2s;
}

a:before,
a:after {
    transition: .2s;
}

ul {
    list-style-type: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapper {
    margin: 0 auto;
    max-width: 95vw;
    position: relative;
    width: 1280px;
}

.inner {
    width: 1080px;
    max-width: calc(95vw - 40px);
    margin: 0 auto;
    position: relative;
}

.inner-small {
    width: 900px;
    max-width: calc(95vw - 60px);
    margin: 0 auto;
    position: relative;
}

@media (max-width:767px) {
    .wrapper,
    .inner,
    .inner-small {
        max-width: calc(100vw - 40px);
    }
}


/* HEADER
---------------------------------*/
#header {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 10rem;
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    left: 2.5rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .09);
    padding: 0 5rem 0 3.7rem;
    z-index: 99999;
}

#header .h_logo {
    display: flex;
    align-items: center;
    column-gap: 2.6rem;
    font-size: 2.5rem;
    color: #2a9bda;
}

#header .h_logo img {
    width: 25.7rem;
}

#header .h_tel {
    margin-left: auto;
    font-size: 3rem;
    line-height: 1.3;
    padding-left: 1.25em;
    background-image: url(../img/tel_1.svg);
    background-repeat: no-repeat;
    background-size: .85em auto;
    background-position: left top 60%;
}

#header .h_tel .main {
    display: block;
    font-weight: 700;
    letter-spacing: .026em;
    color: #ff8000;
}

#header .h_tel .sub {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
}

#header .h_mail {
    margin-left: auto;
    padding: 2.1rem 4.4rem 2.1rem 7.6rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #ff7272;
    border-radius: 999px;
    background-image: url(../img/mail_1.svg);
    background-repeat: no-repeat;
    background-size: 2em auto;
    background-position: left 1.4em center;
}

#header .h_mail:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    #header {
        height: 7rem;
        padding: 0 2rem;
    }

    #header .h_tel {
        font-size: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        background-color: #ff8000;
        background-image: url(../img/tel_2.svg);
        background-size: 2rem auto;
        background-position: center;
        border-radius: 8px;
    }

    #header .h_tel .sub {
        font-size: 0;
    }

    #header .h_logo img {
        width: 20rem;
    }

    #header .h_logo {
        font-size: 1.5rem;
        row-gap: 5px;
        flex-direction: column;
        line-height: 1.5;
    }

    #header .h_mail {
        font-size: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        background-image: none;
        border-radius: 8px;
        position: relative;
    }

    #header .h_mail:before {
        content: "予約";
        font-size: 1.6rem;
        font-weight: 700;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        text-align: center;
        line-height: 5rem;
    }
}

.mv {
    background-image: url(../img/top/mv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mv .inner {
    height: 100vh;
}

.mv .mv_text_wrap {
    position: absolute;
    bottom: 43%;
}

.mv .mv_text {
    font-size: 5rem;
    font-weight: 400;
    display: inline;
    box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
    background: #fff;
    padding: 1.4rem .5em;
    line-height: 2.6;
}


/* TOP
---------------------------------*/
#front #section-1 {
    margin: 12rem 0 14rem;
}

#front #section-1 .img_wrap {
    width: calc(50% - 4rem);
    height: 53rem;
    position: relative;
}

#front #section-1 .img_wrap .img1 {
    width: 62%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#front #section-1 .img_wrap .img2 {
    width: 45%;
    height: 65%;
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

#front #section-1 .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#front #section-1 .con {
    width: calc(50% + 4rem);
    padding: 5.5rem 0 0 10rem;
}

#front #section-1 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 9rem;
}

#front #section-1 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ff8000;
}

#front #section-1 .text {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.67;
}

#front #section-2 {
    padding: 8rem 0 10rem;
    background-color: #ebf8ff;
}

#front #section-2 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 2.6rem;
    text-align: center;
}

#front #section-2 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2a9bda;
}

#front #section-2 .text {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.65;
    margin-bottom: 5.6rem;
    text-align: center;
}

#front #section-2 .col {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}

#front #section-2 .col .item {
    width: calc(25% - 1.8rem);
    background-color: #fff;
    border-radius: 10px;
    padding: 3.8rem 1rem 3.6rem;
}

#front #section-2 .col a.item:hover {
    background-color: #fafafa;
    color: #ff7272
}

#front #section-2 .col img {
    width: 16rem;
    margin: 0 auto 3.6rem;
}

#front #section-2 .col p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

#front #section-3 {
    margin: 11rem 0 14rem;
}

#front #section-3 .inner {
    padding: 4.4rem 0 0 53rem;
}

#front #section-3 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 5rem;
}

#front #section-3 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ff8000;
}

#front #section-3 .text {
    margin-bottom: 4rem;
}

#front #section-3 .name {
    font-size: 2rem;
    text-align: right;
}

#front #section-3 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 59rem;
    bottom: 0;
    left: calc(50% - 50vw);
    background-image: url(../img/top/sec3_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#front #section-4 {
    margin-bottom: 14rem;
}

#front #section-4 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 9rem;
    text-align: center;
}

#front #section-4 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2a9bda;
}

#front .border_table {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.4rem;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 5.2rem;
}

#front .border_table dt {
    width: 18.3rem;
    padding: 0 2rem 1.6rem;
    border-bottom: 2px solid #2a9bda;
}

#front .border_table dd {
    width: calc(100% - 18.3rem);
    font-weight: 400;
    padding: 0 2rem 1.6rem;
    border-bottom: 2px solid #e9e9e9;
}

#front #section-4 {
    margin-bottom: 8rem;
}

#front #section-4 .map {
    width: 100%;
    height: 36rem;
}

#front #section-5 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 6rem;
    text-align: center;
}

#front #section-5 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ff8000;
}

#front #section-5 .col {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

#front #section-5 .col .item {
    width: calc(20% - 1.6rem);
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

#front #section-5 .col .item:hover {
    background-color: #ebf8ff;
}

@media (max-width: 767px) {
    .mv .inner {
        height: 80vh;
    }

    .mv .mv_text {
        font-size: 2.6rem;
        padding: .8rem .6em;
    }

    #front #section-1 {
        margin: 10rem 0 8rem;
    }

    #front #section-1 .img_wrap {
        width: 100%;
        height: 80vw;
    }

    #front #section-1 .con {
        width: 100%;
        padding: 4rem 0 0;
    }

    #front #section-1 .hl {
        font-size: 3rem;
        margin-bottom: 6rem;
        text-align: center;
    }

    #front #section-1 .text {
        font-size: 1.8rem;
        text-align: center;
    }

    #front #section-2 .hl {
        font-size: 3rem;
    }

    #front #section-2 .text {
        font-size: 1.6rem;
    }

    #front #section-2 .col .item {
        width: 100%;
    }

    #front #section-2 .col p {
        font-size: 1.6rem;
    }

    #front #section-3 .inner {
        padding: 36rem 0 0;
    }

    #front #section-3 .inner:before {
        bottom: auto;
        height: 30rem;
        right: 5rem;
    }

    #front #section-3 .hl {
        font-size: 3rem;
    }

    #front #section-4 .hl {
        font-size: 3rem;
    }

    #front .border_table dt,
    #front .border_table dd {
        width: 100%;
    }

    #front .border_table dd {
        margin-bottom: 2rem;
    }

    #front #section-5 .hl {
        font-size: 3rem;
    }

    #front #section-5 .col .item {
        width: 100%;
        font-size: 1.8rem;
        height: 6rem;
    }
}


/* FOOTER（top）
---------------------------------*/
#footer {
    padding: 4.8rem 0 6.4rem;
    background-color: #ebf8ff;
    margin-top: 10rem;
}

#footer .f_wrap {
    display: flex;
    align-items: center;
}

#footer .f_logo {
    margin-right: 3.4rem;
    display: flex;
    align-items: center;
    column-gap: 2.6rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2a9bda;
}

#footer .f_logo img {
    width: 24.4rem;
}

#footer .f_tel {
    margin-right: 4.7rem;
    line-height: 1.5;
}

#footer .f_tel .main {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .03em;
}

#footer .f_tel .sub {
    font-size: 1.3rem;
    font-weight: 400;
}

#footer .f_address {
    font-weight: 400;
}

.copyright {
    font-size: 1.2rem;
    font-weight: 500;
    color: #a2a2a2;
    text-align: center;
    padding: 1.8rem 0 2.6rem;
}

#page-top {
    width: 8rem;
    height: 8rem;
    border-radius: 10px;
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    background-color: #2a9bda;
    cursor: pointer;
    z-index: 9000;
}

#page-top:before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}

#page-top:hover {
    opacity: .7;
}

#page-top a {
    transition: 0s;
}

@media (max-width: 767px) {
    #footer .f_wrap {
        flex-direction: column;
        row-gap: 2rem;
    }

    #footer .f_logo {
        margin: 0;
        flex-direction: column;
        row-gap: 1rem;
    }

    #footer .f_tel {
        margin: 0 auto;
        text-align: center;
        width: 80%;
        padding: 1.4rem 5rem;
        font-weight: 700;
        color: #fff;
        background-color: #ff8000;
        background-image: url(../img/tel_2.svg);
        background-size: auto 1.6em;
        background-position: 1em center;
    }

    #page-top {
        width: 6rem;
        height: 6rem;
    }
}


/* 水素健康サロン
---------------------------------*/
#header {
    padding: 0 2rem 0 3.7rem;
}

#h2 #header {
    justify-content: end;
    column-gap: 1rem;
}

#h2 #header .logo_1 {
    width: 20rem;
}

#h2 #header .logo_2 {
    width: 40rem;
}

@media (min-width: 768px) {
    #h2 #header .logo_1 {
        max-width: 11vw;
    }
    
    #h2 #header .logo_2 {
        max-width: 26vw;
    }

    #h2 #header .h_tel {
        font-size: 2.4rem;
        font-weight: 700;
    }
}

#h2 #header .h_logo {
    margin-right: auto;
}

#h2 #header .h_mail {
    margin-left: 0;
}

#h2 .mv {
    background-image: url(../img/h2/mv.webp);
}

#h2 .mv .mv_text_wrap {
    bottom: 10%;
}

#h2 .cam_mv .mv_text {
    font-size: 5rem;
    font-weight: 400;
    display: inline;
    box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
    background: #fff;
    padding: 1.4rem .5em;
    line-height: 2.6;
}

#h2 .cam_mv {
    background-image: url(../img/h2/mv_campaign_bk.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#h2 .cam_mv .mv_campain {
    width: 59rem;
    padding-top: 20rem;
}

#h2 .cam_mv .inner {
    height: auto;
}

#h2 .cam_mv .mv_text_wrap {
    position: relative;
    padding: 5rem 0 9rem;
    bottom: 43%;
}

#h2 #section-1 {
    padding: 10rem 0;
}

#h2 #section-1 .inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 9rem;
}

#h2 #section-1 .image {
    width: 55%;
    margin-left: -10rem;
}

#h2 #section-1 .con {
    padding-top: 6rem;
}

#h2 #section-1 .lead {
    margin-bottom: 4.8rem;
}

#h2 #section-1 .lead .lead_1 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1.5rem;
}

#h2 #section-1 .lead .lead_2 {
    display: block;
    font-size: 3.5rem;
    line-height: 1.3;
}

#h2 #section-1 .lead .lead_2 .emp {
    font-size: 4.5rem;
    color: #e10000;
}

#h2 #section-1 .lead .lead_2 .small {
    font-size: 2.5rem;
}

#h2 #section-1 .text {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 2.5rem;
}

#h2 #section-1 .link_wrap {
    text-align: right;
}

#h2 #section-1 .link {
    display: inline-block;
    padding-right: 1em;
    font-size: 1.4rem;
    position: relative;
}

#h2 #section-1 .link:hover {
    color: #2a9bda;
}

#h2 #section-1 .link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: .5em;
    height: .5em;
    border-top: 2px solid #2a9bda;
    border-right: 2px solid #2a9bda;
    transform: rotate(45deg);
}

#h2 .cover img {
    height: 43rem;
    object-fit: cover;
}

#h2 #section-2 {
    background-image: url(../img/h2/h2_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8rem 0 4rem;
}

#h2 #section-2 .inner {
    display: flex;
    column-gap: 11rem;
    margin-bottom: 7rem;
}

#h2 #section-2 .hl {
    font-family: "Noto Serif JP","源ノ明朝", serif;
    font-size: 9.8rem;
    font-weight: 200;
    line-height: 1.4;
}

#h2 #section-2 .text {
    padding-top: 4.6rem;
    font-size: 1.8rem;
    line-height: 2.2em;
}

#h2 #section-2 .col {
    display: flex;
    gap: 3.6rem;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}

#h2 #section-2 .col .item {
    width: calc(25% - 2.7rem);
    background-color: #fff;
}

#h2 #section-2 .col img {
    margin-bottom: 1.2rem;
}

#h2 #section-2 .col h3 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0 1rem;
}

#h2 #section-2 .col p {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 3rem 2.5rem;
}

#h2 #section-2 .memo {
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
}

#h2 #section-2 .btn {
    display: inline-block;
    font-size: 1.4rem;
    padding: 1rem 4.4rem 1.2rem 2.6rem;
    background-color: #fff;
    position: relative;
    width: 86rem;
    max-width: 100%;
}

#h2 #section-2 .btn + .btn {
    margin-top: 1rem;
    width: 42rem;
}

#h2 #section-2 .btn:hover {
    background-color: #ebf8ff;
}

#h2 #section-2 .btn:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-top: 1px solid #2a9bda;
    border-right: 1px solid #2a9bda;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto 0;
    transform: rotate(45deg);
}

#h2 #section-2 .btn .small {
    font-size: .8em;
    display: block;
    padding-left: 4.2rem;
}

#h2 #section-3 {
    margin: 6rem 0 9rem;
}

#h2 #section-3 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 4rem;
    text-align: center;
}

#h2 #section-3 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2a9bda;
}

#h2 #section-3 .col {
    display: flex;
    column-gap: 2.5rem;
    flex-wrap: wrap;
}

#h2 #section-3 .col h3 {
    font-family: "Noto Serif JP","源ノ明朝", serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    min-height: 3.4em;
}

#h2 #section-3 .normal {
    width: 38.3rem;
    /* border: 1px solid #d5d5d5;
    padding: 3.5rem 2rem; */
}

#h2 #section-3 .regular {
    width: calc(100% - 40.8rem);
    /* border: 1px solid #d5d5d5;
    padding: 3.5rem 4rem; */
}

#h2 #section-3 .normal .course {
    display: flex;
    column-gap: 1.6rem;
    align-items: center;
    justify-content: center;
}

#h2 #section-3 .normal .course .name {
    font-size: 2.5rem;
}

#h2 #section-3 .normal .course .yen {
    font-size: 3.5rem;
}

#h2 #section-3 .normal .course .unit {
    font-size: 1.8rem;
}

#h2 #section-3 .regular .plus {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: block;
}

#h2 #section-3 .regular .regular_lead .toku {
    font-size: 2.5rem;
}

#h2 #section-3 .regular .regular_lead .toku .red {
    color: #d60000;
    font-weight: 700;
}

#h2 #section-3 .regular .course {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2.6rem;
    flex-wrap: wrap;
}

#h2 #section-3 .regular .course + .course {
    border-top: 1px solid #d5d5d5;
}

#h2 #section-3 .regular .course .name {
    font-size: 2.5rem;
}

#h2 #section-3 .regular .course .yen {
    font-size: 3.5rem;
}

#h2 #section-3 .regular .course .unit {
    font-size: 2rem;
}

#h2 #section-3 .regular .case {
    font-size: 1.8rem;
    line-height: 1.28;
    position: relative;
}

#h2 #section-3 .regular .case_h {
    position: absolute;
    left: 0;
    top: -2.4em;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
}

#h2 #section-3 .regular .case_h:after {
    content: "";
    position: absolute;
    bottom: -.5em;
    left: calc(50% - .25em);
    border-top: .25em solid #333;
    border-right: .25em solid transparent;
    border-left: .25em solid transparent;
}

#h2 #section-3 .regular .course .border {
    height: 1px;
    width: 20%;
    background-color: #c2c2c2;
}

#h2 #section-3 .hl_payment {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin: 6rem 0 1rem;
}

#h2 #section-3 .front_payment {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

#h2 #section-3 .pay_col {
    display: flex;
    column-gap: 2.5rem;
    flex-wrap: wrap;
}

#h2 #section-3 .pay_col .pay_box_1 {
    border: 1px solid #d5d5d5;
    padding: 2.8rem 2rem 2rem;
    width: 26%;
}

#h2 #section-3 .pay_col .pay_box_1 p {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
}

#h2 #section-3 .pay_col .pay_box_1 img {
    width: calc(100% - 4rem);
    margin: 0 auto;
}

#h2 #section-3 .pay_col .pay_box_2 {
    border: 1px solid #d5d5d5;
    padding: 2.8rem 0 2rem;
    width: calc(74% - 2.5rem);
}

#h2 #section-3 .pay_col .pay_box_2 p {
    font-size: 1.8rem;
    padding: 0 4rem 2.2rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 1.4rem;
}

#h2 #section-3 .pay_col .pay_box_2 img {
    width: calc(100% - 8rem);
    margin: 0 auto;
}

#h2 #section-3 .memo {
    font-size: 1.4rem;
    margin-top: .5em;
}

#h2 #section-4 .wrapper {
    padding: 3.8rem 2rem 5.8rem;
    border-radius: 10px;
    background-color: #ffe8e8;
    margin-bottom: 9rem;
}

#h2 #section-4 .hl {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 5rem;
    text-align: center;
}

#h2 #section-4 .btn {
    width: 60.6rem;
    max-width: 100%;
    padding: 2.7rem 8rem 3rem;
    margin: 0 auto 5rem;
    background-color: #ff7272;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-image: url(../img/mail_1.svg);
    background-repeat: no-repeat;
    background-size: 1.9em auto;
    background-position: left 1.5em center;
    border-radius: 10px;
}

#h2 #section-4 .btn:hover {
    opacity: .8;
}

#h2 #section-4 .qr_col {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7.6rem;
}

#h2 #section-4 .qr_col img {
    width: 16.4rem;
}

#h2 #section-4 .qr_col .text {
    width: 60rem;
    line-height: 1.9;
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 2em;
    background-image: url(../img/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: left bottom;
}

#h2 #section-5 .hl {
    font-size: 4rem;
    line-height: .9;
    margin-bottom: 4.3rem;
    text-align: center;
}

#h2 #section-5 .hl .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ff8000;
}

#h2 #section-5 .map {
    width: 100%;
    height: 36rem;
    margin-bottom: 3rem;
}

#h2 #section-5 .co {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.6rem;
}

#h2 #section-5 .address {
    font-size: 1.6rem;
    font-weight: 400;
}

#h2 #section-5 .address + .co {
    margin-top: 2em;
}

#h2 #section-5 .address a {
    display: inline;
    color: #ff7272;
    text-decoration: underline;
}

#h2 #section-5 .other_access {
    margin-top: 5rem;
}

#h2 #section-5 .other_access h3 {
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 2rem;
}

#h2 #section-5 .other_access .img_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

#h2 #section-5 .other_access .img_wrap .item {
    width: calc((100% - 6rem) / 4);
}

#h2 #section-5 .other_access .img_wrap a.item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

#h2 #footer {
    background-color: #ffe8e8
}

#h2 #footer .f_logo img {
    width: 36rem;
    max-width: 80vw;
}

@media (max-width: 767px) {
    #h2 #header {
        padding: 0 1rem 0 2rem;
        right: 1.5rem;
        left: 1.5rem;
    }

    #h2 #header .h_logo {
        align-items: start;
    }

    #h2 #header .h_logo .logo_1 {
        width: 10rem;
    }

    #h2 #header .h_logo .logo_2 {
        width: 20rem;
    }

    #h2 .mv .mv_text {
        font-size: 2.2rem;
    }

    #h2 .cam_mv {
        background-image: url(../img/h2/mv_campaign_bk_sp.webp)
    }

    #h2 .cam_mv .mv_campain {
        width: 100%;
        padding: 11.6rem 2.5rem 0;
    }

    #h2 .cam_mv .mv_text {
        font-size: 2.2rem;
        padding: .8rem .6em;
    }

    #h2 .cam_mv .mv_text_wrap {
        padding: 30rem 0 2rem;
    }

    #h2 #section-1 .inner {
        flex-wrap: wrap;
    }

    #h2 #section-1 .image {
        width: 40%;
        margin: 0 auto 1rem;
    }

    #h2 #section-1 .lead {
        text-align: center;
    }
    
    #h2 #section-1 .con {
        padding: 0;
    }

    #h2 #section-1 .lead .lead_1 {
        font-size: 2rem;
    }

    #h2 #section-1 .lead .lead_2 {
        font-size: 3rem;
    }

    #h2 #section-1 .lead .lead_2 .emp {
        font-size: 4rem;
    }

    #h2 #section-1 .text {
        font-size: 1.5rem;
    }

    #h2 .cover img {
        height: 40vw;
    }

    #h2 #section-2 .inner {
        flex-wrap: wrap;
    }

    #h2 #section-2 .hl {
        font-size: 12vw;
        margin: 0 auto;
    }

    #h2 #section-2 .text {
        font-size: 1.6rem;
    }

    #h2 #section-2 .col {
        column-gap: 2rem;
    }

    #h2 #section-2 .col .item {
        width: calc(50% - 1rem);
    }

    #h2 #section-2 .col h3 {
        font-size: 1.8rem;
    }

    #h2 #section-2 .btn .small {
        padding: 1rem 0 0;
    }

    #h2 #section-3 .hl {
        font-size: 3rem;
    }

    #h2 #section-3 .col {
        row-gap: 2rem;
    }

    #h2 #section-3 .col .item {
        width: 100%;
        font-size: .8rem;
        padding: 3rem 2rem;
    }

    #h2 #section-4 .hl {
        font-size: 3rem;
    }

    #h2 #section-4 .btn {
        font-size: 1.8rem;
        padding: 2rem 2rem 2rem 5rem;
        background-size: 1.6em auto;
        background-position: left 1em center;
        margin: 0 auto;
    }

    #h2 #section-5 .hl {
        font-size: 3rem;
    }

    #h2 #section-3 .normal {
        width: 100%;
    }

    #h2 #section-3 .regular {
        width: 100%;
    }

    #h2 #section-3 .regular .course {
        column-gap: 1.6rem;
        padding-bottom: 1rem;
    }

    #h2 #section-3 .regular h3 {
        font-size: 2.8rem;
        min-height: 0;
        margin-bottom: 3rem;
    }

    #h2 #section-3 .regular .regular_lead {
        padding: 0;
        flex-wrap: wrap;
        row-gap: 2rem;
        text-align: center;
        justify-content: center;
        margin-bottom: 2rem;
        min-height: 0;
    }

    #h2 #section-3 .regular .regular_lead .toku {
        font-size: 2rem;
        text-align: center;
    }

    #h2 #section-3 .regular .plus {
        font-size: 1.4rem;
    }

    #h2 #section-3 .normal h3 {
        font-size: 2.8rem;
        margin-bottom: 3rem;
        min-height: 0;
    }

    #h2 #section-3 .regular .course .name {
        font-size: 1.8rem;
    }

    #h2 #section-3 .regular .course .yen {
        font-size: 3rem;
    }

    #h2 #section-3 .regular .course .border {
        width: 5%;
    }

    #h2 #section-3 .regular .course .unit {
        font-size: 1.6rem;
    }

    #h2 #section-3 .regular .case {
        font-size: 1.5rem;
        color: #707070;
    }

    #h2 #section-3 .regular .case:before {
        content: "\5229\7528\4F8B\FF1A";
    }

    #h2 #section-3 .hl_payment {
        font-size: 2.8rem;
    }

    #h2 #section-3 .front_payment {
        font-size: 1.6rem;
    }

    #h2 #section-3 .pay_col .pay_box_1 {
        width: 100%;
    }

    #h2 #section-3 .pay_col .pay_box_2 {
        width: 100%;
    }

    #h2 #section-3 .pay_col {
        row-gap: 2rem;
    }

    #h2 #section-3 .pay_col .pay_box_2 img {
        width: calc(100% - 4rem);
    }

    #h2 #section-5 .other_access .img_wrap .item {
        width: calc(50% - 1rem);
    }
}