@charset "UTF-8";

/* ------------------------------------------

HEADER

------------------------------------------ */

.header__logo h1 {
    height: 42px;
}

/* ------------------------------------------

HERO

------------------------------------------ */

.top__hero {
    min-width: 1200px;
}

.top__hero p {
    position: absolute;
    height: 188px;
    right: 25%;
    top: 0;
    margin-top: 50px;
    z-index: 2;
}

.top__hero img {
    height: 100%;
    width: auto;
}

.heros {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.heros ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.heros ul li {
    position: relative;
    width: 900px;
    height: 500px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.heros ul li p {
    position: absolute;
    display: inline;
    right: 0;
    top: auto;
    bottom: 10%;
    height: auto;
    width: 35%;
    margin-top: 0;
}

.heros ul li img {
    width: 100%;
    height: auto;
}

.top__price {
    margin: -120px 0 15px;
}

.top__price p {
    width: 650px;
    margin: auto;
}

.top__price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.top__price ul li {
    width: 340px;
    padding: 0 35px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.top__price ul li:first-child {
    border-right: 1px solid #E60012;
}

.top__price ul li img {
    width: 100%;
    height: auto;
}

.top__recom {}

.top__recom__head {
    font-size: 35px;
    line-height: 1.4;
    font-weight: bold;
}

.top__recom__head .inner {
    width: 680px;
    padding: 35px 260px;
}

.top__recom__head img {
    position: absolute;
    width: 345px;
    top: -30px;
    right: 190px;
}

.top__recom__head span {
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.top__recom__head span img {
    height: 55px;
    width: auto;
    top: 0;
    left: 300px;
}

.top_recom__cnt {
    background: url("../img/top/top_recom.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}

.top_recom__cnt .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 780px;
    padding: 50px 160px 30px 260px;
}

.top_recom__cnt ul li {
    padding-left: 30px;
    background: url("../img/top/check.svg") no-repeat center left;
    background-size: auto;
    margin-bottom: 20px;
}

.top_30th__ttl {
    width: 650px;
    margin: auto;
    margin-bottom: 50px;
}

.top_30th__head {
    padding: 50px 0;
}

.top_30th .logos {
    width: 62.5%; 
    margin: 0 auto 40px;
}

.top_30th .inner {
    width: 740px;
}

.prices {
    padding: 50px 0;
    border-bottom: 3px solid #FBCC2E;
}

.prices ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.prices ul li {
    width: 340px;
    padding: 0 35px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.prices ul li:first-child {
    border-right: 1px solid #E60012;
}

.prices ul li img {
    width: 100%;
    height: auto;
}

/* ------------------------------------------

CONTENTS

------------------------------------------ */

h2.basic {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 75px 0 30px;
    margin-bottom: 30px;
}

h2.basic::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    background: url("../img/icon.svg") no-repeat center;
    background-size: contain;
}

h2.basic::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;    
    width: 70px;
    height: 3px;
    margin: auto;
    background: #FBCC2E;
}

h2.relief__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FBCC2E;
    width: 420px;
    height: 65px;
    margin: 0 auto 10px;
    padding: 0 45px;
}

h2.simple {
    font-size: 35px;
    margin: 20px 0;
    text-align: center;
}

.intro {
    text-align: center;
    line-height: 2.2;
}

.subtitle {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}

.inner.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.step__txt {
    width: 530px;
    text-align: right;
    line-height: 2;
}

.inner.step.reverse .step__txt {
    text-align: left;
}

.step__txt h3 {
    height: 96px;
    margin-bottom: 20px;
}

.step__txt h3 img {
    height: 100%;
    width: auto;
}

.step__img {
    width: 420px;
    overflow: hidden;
}

/* STAFF */

.sec.staff {
    padding: 35px 0 0;
}

.sec.staff .outer {
    padding: 35px 0;
}

.sec.staff .inner {
    width: 800px;
    color: #FFF;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}

.sec.staff p {
    padding-right: 260px;
    line-height: 1;
}

.sec.staff p span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #FFF;
}

.sec.staff img {
    position: absolute;
    width: 240px;
    right: 0;
    bottom: -35px;
}

/* PLANS */

.plans .intro {
    margin-bottom: 50px;
}

.plan__list {
    width: 920px;
    margin: auto;
}

.plan__box {
    background: #FFF;
    border-radius: 20px;
    margin-bottom: 55px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .1);
    padding: 40px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.plan__box img {
    height: 100%;
    width: auto;
}

.plan__box__images,
.plan__box__txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.plan__box__images p {
    position: relative;
    width: auto;
    height: 270px;
}

.plan__box__images p span {
    position: absolute;
    left: -20px;
    top: -42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #FBCC2E;
    width: 65px;
    height: 65px;
    padding-top: 10px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 65px;
}

.plan__box__images p span::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #CCC;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
}

.plan__box__txts {
    margin-top: 30px;
}

.plan__box__txts p {
    position: relative;
    width: auto;
    height: 51px;
}

.selectstyles {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.selectstyles__img {
    width: 490px;
}

.selectstyles__txt {
    width: 450px;
    font-size: 30px;
    font-weight: bold;
}

.selectstyles__txt a {
    display: block;
    background: #FFF;
    font-size: 22px;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
    border-radius: 20px;
}

.selectstyles__txt a:hover {
    background: #000;
    color: #FBCC2E;
    opacity: 1;
}

/* ZEH */

.zeh .intro img {
    width: 585px;
    margin: 60px auto 0;
}

.zeh .intro ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 570px;
    padding: 60px 0 80px;
    margin: auto;
}

.zeh .intro ul li {
    border: 1px solid #000;
    width: 152px;
    height: 152px;
    border-radius: 152px;
    line-height: 1.7;
    font-size: 18px;
    padding-top: 32px;
}

.zeh .intro ul li span {
    display: block;
}

/* TATETOKU */

.tatetoku {
    padding-bottom: 50px;
}

.tatetoku .step {
    margin-bottom: 70px;
}

.tatetoku .step h3 {
    height: 115px;
    margin-bottom: 35px;
}

.tatetoku .step__txt {
    text-align: left;
}

.tatetoku span.attn {
    display: block;
    margin-top: 25px;
}

.tatetoku__img {
    width: 505px;
    margin: 0 auto 40px;
}

.tatetoku .lnkbtn a:hover {
    background: #FFF;  
}

/**/

.outro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 900px;
    margin: 35px auto 0;
    padding-bottom: 100px;
}

.outro__img {
    width: 450px;
}

.outro__txt {
    position: relative;
    width: 410px;
    font-size: 17px;
    line-height: 1.9;
}

.outro__txt a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #9E9E9F;
    color: #FFF;
    padding: 14px 0;
}

.outro__txt a:hover {
    background: #000;
    opacity: 1;
}

.outro__txt a::after {
    position: absolute;
    top: 50%;
    right: 80px;
    content: '';
    width: 14px;
    height: 14px;
    background: url("../img/icon_lnk.svg") no-repeat center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media (max-width: 47.9375rem) {    
    /* ------------------------------------------

    HEADER

    ------------------------------------------ */
    .header__logo h1 {
        height: 28px;
    }
    
    /* ------------------------------------------

    HERO

    ------------------------------------------ */
    .top__hero {
        width: 100%;
        min-width: 0;
        min-width: initial;
    }
    .top__hero p {
        right: 6%;
        margin-top: 25px;
        height: 140px;
    }
    .heros {
        overflow: hidden;
        width: 100%;
        height: 400px;
    }
    .heros ul li {
        width: 800px;
        height: 400px;
    }
    .heros ul li p {
        position: absolute;
        display: inline;
        right: 23.5%;
        top: auto;
        bottom: 5%;
        height: auto;
        width: 30%;
        margin-top: 0;
    }
    .heros ul li p img {
        width: 100%;
        height: auto;
    }

    .top__price {
        margin: -15% 0 1%;
    }
    .top__price p {
        width: 100%;
    }
    .top__price ul li {
        width: 50%;
        padding: 0 5%;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }
    .top__price ul li img {
        width: 100%;
        height: auto;
    }
    .top__price ul li:first-child {
        padding-left: 0;
    }
    .top__price ul li:last-child {
        padding-right: 0;
    }

    .top__recom {}
    .top__recom__head {
        line-height: 1.2;
        font-weight: bold;
    }
    .top__recom__head .inner {
        font-size: 6vw;
        width: 88%;
        padding: 4.5% 6%;
    }
    .top__recom__head img {
        width: 33%;
        top: -5%;
        right: 0;
    }
    .top__recom__head span {
        font-size: 3.5vw;
        margin-bottom:7px;
    }
    .top__recom__head span img {
        height: 32px;
        width: auto;
        top: -30%;
        left: 56%;
    }
    .top_recom__cnt {
        background: url("../img/top/top_recom.jpg") no-repeat center;
        background-size: 500%;
        font-size: 17px;
    }
    .top_recom__cnt .inner {
        display: block;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 88%;
        padding: 6% 6% 4%;
    }
    .top_recom__cnt ul li {
        padding-left: 25px;
        background-size: 20px auto;
        margin-bottom: 14px;
    }
    .top_30th__ttl {
        width: 88%;
        margin-bottom: 6%;
    }
    .top_30th__head {
        padding: 6% 0;
    }
    .top_30th .logos {
        width: 80%; 
        margin: 0 auto 6%;
    }
    .top_30th .inner {
        width: 88%;
    }
    .prices {
        padding: 4% 0;
    }
    .prices ul li {
        width: 50%;
        padding: 0 5%;
    }
    .prices ul li:first-child {
        padding-left: 0;
    }
    .prices ul li:last-child {
        padding-right: 0;
    }
    .prices ul li img {
        width: 100%;
        height: auto;
    }

    /* ------------------------------------------

    CONTENTS

    ------------------------------------------ */
    h2.basic {
        font-size: 24px;
        padding: 55px 0 15px;
        margin-bottom: 15px;
    }
    h2.basic::before {
        width: 40px;
        height: 40px;
    }
    h2.basic::after {  
        width: 50px;
    }
    h2.relief__title {
        width: 80%;
        height: 50px;
        margin: 0 auto 5%;
        padding: 0 6%;
    }
    h2.simple {
        font-size: 24px;
        margin: 0 0 7.5%;
    }
    .intro {
        line-height: 1.8;
    }
    .subtitle {
        font-size: 17px;
    }
    .inner.step {
        display: block;
    }
    .inner.step.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: inherit;
                flex-flow: inherit;    
    }
    .step__txt {
        width: 100%;
        text-align: left;
        line-height: 1.8;
    }
    .step__txt h3 {
        height: 65px;
        margin-bottom: 6%;
    }
    .step__txt h3 img {
        height: 100%;
        width: auto;
    }
    .step__img {
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin-top: 6%;
    }
    .step__img.step__first {
        margin-top: 0;
        overflow: auto;
        height: auto;
    }

    /* STAFF */
    .sec.staff {
        padding: 0 0 0;
    }
    .sec.staff .outer {
        padding: 6% 0;
    }
    .sec.staff .inner {
        width: 93%;
        padding: 0 3.5%;
        font-size: 3.5vw;
    }
    .sec.staff p {
        padding-right: 0;
    }
    .sec.staff p span {
        display: block;
        font-size: 9px;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #FFF;
        letter-spacing: -.05em;
    }
    .sec.staff img {
        position: absolute;
        width: 22%;
        right: 1.5%;
        top: -100%;
    }



    /* PLANS */
    .plans .intro {
        margin-bottom: 5%;
    }
    .plans .bgcol-gy {
        background: #FFF;
    }
    .plan__list {
        width: 100%;
        margin: auto;
    }
    .plan__box {
        margin-bottom: 10%;
        padding: 6%;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }
    .plan__box img {
        height: auto;
        width: 100%;
    }
    .plan__box__images,
    .plan__box__txts {
        display: block;
    }
    .plan__box__images p {
        width: 100%;
        height: auto;
        margin-bottom: 6%;
    }
    .plan__box__images p span {
        position: absolute;
        left: -5%;
        top: -15%;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 12px;
        line-height: 1;
    }
    .plan__box__txts {
        margin-top: 0;
    }
    .plan__box__txts p {
        height: auto;
    }
    .plan__box__txts p:last-child {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #000;
    }

    .selectstyles {
        display: block;
        padding-bottom: 10%;
        margin-bottom: 0;
    }
    .selectstyles__img {
        width: 100%;
    }
    .selectstyles__txt {
        width: 100%;
        font-size: 5.8vw;
        margin-top: 5%
    }
    .selectstyles__txt a {
        font-size: 4.2vw;
        padding: 10px 0;
        margin-top: 5%;
        border-radius: 15px;
    }
    .selectstyles__txt a:hover {
        background: #000;
        color: #FBCC2E;
        opacity: 1;
    }


    /* ZEH */
    .zeh h2.basic span {
        display: none;
    }
    .zeh .intro img {
        width: 100%;
        margin: 10% auto 0;
    }
    .zeh .intro ul {
        width: 100%;
        padding: 7.5% 0 10%;
    }
    .zeh .intro ul li {
        width: 95px;
        height: 95px;
        border-radius: 95px;
        line-height: 1.5;
        font-size: 12px;
        padding-top: 20px;
    }


    /* TATETOKU */
    .tatetoku {
        padding-bottom: 10%;
    }
    .tatetoku .step {
        margin-bottom: 15%;
    }
    .tatetoku .step h3 {
        height: auto;
        margin-bottom: 7.5%;
    }
    .tatetoku .step__txt h3 img {
        width: 100%;
        height: auto;
    }
    .tatetoku span.attn {
        margin-top: 5%;
    }
    .tatetoku__img {
        width: 100%;
        margin: 0 auto 10%;
    }
    .tatetoku .lnkbtn {
        width: 88%
    }
    .tatetoku .lnkbtn a:hover {
        background: #FFF;  
    }

    /**/
    .outro {
        width: 100%;
        margin: 10% auto 0;
        padding-bottom: 7.5%;
        display: block;
    }
    .outro__img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    .outro__txt {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        margin: 5% 0;
        padding-bottom: 25%;
    }
    .outro__txt a {
        font-size: 15px;
        padding: 10px 0;
    }
    .outro__txt a:hover {
        background: #000;
        opacity: 1;
    }
    .outro__txt a::after {
        right: 5%;
    }
    
    
}


