@charset "utf-8";
/* ============================================================
 ▼▼base▼▼
============================================================ */
.en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}
/* ============================================================

============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'YuGothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese Light', sans-serif;
}
h1 {
    font-weight: 300;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 2;
}
h2 {
    font-weight: bolder;
    font-size: .40rem;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.6em;    
}
h3 {
    font-weight: bolder;
    font-size: .30rem;
    margin: 0px;
    padding: 0px;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
}

@media only screen and (max-width: 798px) {
    h2 {
        font-weight: bolder;
        font-size: .20rem;
        margin: 0px;
        padding: 0px;
        font-style: normal;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.6em;
    }
    h3 {
        font-weight: bolder;
        font-size: .15rem;
        margin: 0px;
        padding: 0px;
        font-style: normal;
        text-align: center;
        letter-spacing: 1px;
        line-height: 2;
    }
}
/* ============================================================
p.lead
============================================================ */
p.lead {
    margin-top: .2rem;
    margin-bottom: .2rem;
    text-align: left;
    line-height: 1.8em;
    font-size: .17rem;
    font-weight: bolder;
    /*text-indent: .17rem;*/
}

p.lead:first-of-type {
    margin-top: .5rem;
}
p.emphasis {
    margin-top: .2rem;
    margin-bottom: .2rem;
    line-height: 1.8em;
    font-size: .18rem;
    font-weight: bolder;
    /*text-indent: .17rem;*/
}
/* ============================================================
keyarea
============================================================ */
#keyarea {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 30px;
}
#keyarea .inner_1100 {
    padding: 30px 0 0 0;
}
#keyarea h1 img {
    width: 1100px;
	margin: 0 auto;
}
#keyarea h1 {
    margin: 0;
}
#keyarea figure img {
    width: 485px;
}
#keyarea .fax_text_area{
    margin-top: 30px;
}
#keyarea .fax_text_area p{
    line-height: 1.2em;
    color: #000;
}
#keyarea .fax_text_area a{
    font-size: .14rem;
    color: #000;
    transition: .5s;
    border-bottom:1px solid ;
}
#keyarea .fax_text_area a:hover{
    border-bottom:1px solid #666;
    color: #666;
}
@media screen and (min-width: 799px) and (max-width: 989px) {}

@media only screen and (max-width: 798px) {
    #keyarea {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0 0 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 2%;
    }
    #keyarea .inner_1100 {
        width: 100%;
        padding: 4%;
    }
    #keyarea .inner_900 {
        width: 100%;
        padding: 0;
    }
    #keyarea h1 {
    }
    #keyarea h1 img {
        max-width: 700px;
        width: 85%;
        margin: 0 auto;
    }
    #keyarea h1 {
        margin: 0;
    }
    #keyarea figure img {
        max-width: 485px;
        width: 75%;
        margin: 0 auto;
    }
    #keyarea .fax_text_area{
        margin-top: 2%;
        color: #fff;
    }
    #keyarea .fax_text_area p{
        line-height: 1.4em;
    }
    #keyarea .fax_text_area a{
        font-size: .12rem;
    }
}
/* ============================================================
#01 lead
============================================================ */


.no_letter_spacing {
    letter-spacing: -1px;
}

.indent {

    font-size: .30rem;
}

@media only screen and (max-width: 798px) {
    p.lead {
        text-align: left;
        line-height: 1.6em;
        font-size: .12rem;
        /*text-indent: .12rem;*/
        font-weight: bolder;
    }

    p.lead:first-of-type {
        margin-top: .2rem;
    }

    .indent {
        font-size: .20rem;
    }
}
/* ============================================================
#02
============================================================ */

.section02 p{
    color: #ffffff;
}
.section02 ul li .sec2_text02 {
    padding: 20px;
    font-size: .14rem;
}


@media only screen and (max-width: 798px) {
    .section02 h2 {
        margin-bottom: 3%;
    }
    .section02 .schedule {
        background: #fff;
        padding: 20px 0;
    }
}

/* ============================================================
btn
============================================================ */
.btn {
    width: 900px;
    margin: 0 auto;
}
.btn-gradation {
    display: block;
    width: 900px;
    height: 100px;
    text-align: center;
    font-size: .30rem;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 35px 0;
    border-radius: .6em;
    background-image: linear-gradient(-90deg, #005bac, #00a0ce, #008a5e);
    transition: .5s;
    background-size: 200%;
}
.btn-gradation:hover {
    background-position: right center;
    color: #fff;
}
.btn-text {
    text-decoration: line-through;
}
.btn-gradation span.arrow {
    color: #FFF;
    position: relative;
    padding-left: 40px;
}
label span.arrow-down {
    color: #FFF;
    position: relative;
}
.btn-gradation span.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -7px;
}
label span.arrow-down::before {
     content: "";
     position: absolute;
     top: 20%;
     left: 0;
     width: 15px;
     height: 15px;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
     transform: rotate(135deg);
     margin-top: -7px;
 }
@media (max-width: 798px) {
    .btn {
        width: 100%;
        margin: 5% auto 0 auto;
    }
    .btn-gradation {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: auto;
        text-align: center;
        font-size: .14rem;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        padding: 6% 0;
        border-radius: .6em;
        background-image: linear-gradient(-90deg, #005bac, #00a0ce, #008a5e);
        background-size: 200%;
    }
    .btn-gradation span.arrow {
        color: #FFF;
        position: relative;
        padding-left: 8%;
    }
    label span.arrow-down {
        color: #FFF;
        position: relative;
    }
    .btn-gradation span.arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: .08rem;
        height: .08rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
    }
    label span.arrow-down::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 0;
        width: .08rem;
        height: .08rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        margin-top: -5px;
    }
}

.dummy-area {
    height: 1.5rem;
}
