@charset "utf-8";

/* ################################################################################################ */
/* ## 共通スタイル ################################################################################ */
/* ################################################################################################ */

.pc_visible {
    display: block;
}
.sp_visible {
    display: none;
}
@media screen and (max-width: 641px) {
    .pc_visible {
        display: none;
    }
    .sp_visible {
        display: block;
    }
}

#wrapper {
    max-width: 3840px;
    width: 100%;
    margin: 0 auto;
}
#wrap_contents {
    padding-bottom: 110px;
    background-color: #FCF0CD;
}
.contents {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.s-block,
.none {
    display: none;
}

@media screen and (max-width: 640px) {
    .contents {
        padding: 0 3.125vw;
        box-sizing: border-box;
    }
    .p-inline {
        display: none;
    }
    .s-inline {
        display: inline;
    }
    .s-block {
        display: block;
    }
    .s-none {
        display: none;
    }

}
/* -- ブロック
-------------------------------------------------------------------------------- */
.white_block {
    background-color: #fff;
}
.message_box {
    /*
    background-image: url(../_img/sec_01/bg_01.png);
    background-position: right -45px;
    background-repeat: no-repeat;
    background-size: 226px;
    */
    position: relative;
    padding: 70px 50px 50px 50px;
    text-align: left;
    border-radius: 40px;
    background-color: #fff;
}
.fukidashi {
    margin-bottom: 60px;
    padding: 0 0 66px 0;
    background-image: url(../_img/common/fukidashi.png);
    background-repeat: no-repeat;
    background-size: 56px auto;
    background-position: 77px bottom;
}
.illust {
    position: absolute;
    right: 0;
    top: -45px;
}

@media screen and (max-width: 641px) {
    .fukidashi {
        margin-bottom: 9.375vw;
        padding: 0 0 10vw 0;
        background-image: url(../_img/common/fukidashi.png);
        background-repeat: no-repeat;
        background-size: 8.75vw auto;
        background-position: 9.375vw bottom;
    }
    .message_box {
        background-position: right -9.375vw;
        background-size: 226px;
        padding: 7.8vw 6.25vw 7.8125vw 6.25vw;
        border-radius: 6.25vw;
        line-height: 1.75;
        font-size: 4.0625vw;
    }
}


/* -- 装飾
-------------------------------------------------------------------------------- */
.border-yellow {
    background : -webkit-gradient(linear, left top, left bottom, from(#efef00), to(#efef00));
    background : -webkit-linear-gradient(top, #efef00, #efef00);
    background : linear-gradient(to bottom, transparent 60%, #efef00 40%);
}
@media screen and (max-width: 641px) {

}





/* -- フォント
-------------------------------------------------------------------------------- */

body {
    font-size: 1.8rem;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: normal;
    color: #646464;
    text-align: center;
}
.fc-pink {
    color: #FF9486;
}
.f-normal {
    font-weight: normal;
}
.f-bold {
    font-weight: bold;
}
.toeic {
    font-size: 100%;
    vertical-align: top;
    position: relative;
    top: -0.3em;
}

@media screen and (max-width: 641px) {
    body {
        font-size: 4.375vw; /*640幅の時28px*/
    }
}



/* -- ヘッダー
-------------------------------------------------------------------------------- */

header {
    width: 100%;
    background-color: #fff;
}
header.fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 1000;
}
#logo {
    float: left;
    padding: 10px 0 0 22px;
    max-width: 472px;
    width: 47.2%;
}
#logo img {
    width: 472px;
}
/*
#logo {
    float: left;
    padding: 15px 0 0 22px;
    max-width: 424px;
    width: 42.4%;
}
#logo img {
    width: 424px;
}
*/
#navi{
    float: right;
}
#navi li {
    float: right;
}
#navi li a {
    display: block;
}
#navi li img {
    width: 135px;
}


@media screen and (max-width: 641px) {
    #logo {
        float: none;
        padding: 3.75vw 0 0 3.28vw;
        height: 15.625vw;
        box-sizing: border-box;
        text-align: left;
        max-width: 640px;
        width: 100%;
    }
    #logo img {
        width: 82vw;
    }
    #navi {
        z-index: 100;
        width: 100%;
        float: none;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    #navi li {
        /*width: 33.333%;*/
        width: 50%;
    }
    #navi li img {
        width: 100%;
    }
    #navi li.nav_01 a {
        background-color: #ffd046;
    }
    #navi li.nav_02 a {
        background-color: #20d3c5;
    }
    #navi li.nav_03 a {
        background-color: #ff9486;
    }

}
#wrap_footer {
    background-color: #FCF0CD;
}
#wrap_footer .angel {
    max-width: 1012px;
    width: 100%;
    margin: 0 auto;
}
.bg_footer {

}
footer {
    background-image: url(../_img/footer/bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
footer .text {
    padding: 20px 0;
}
footer .button {
    max-width: 1008px;
    width: 99%;
    display: block;
    padding-bottom: 30px;
    margin: 0 auto;
}
@media screen and (max-width: 641px) {
    #wrap_footer {
        position: relative;
        padding-top: 45vw;
    }
    #wrap_footer .angel {
        position: absolute;
        top: 0;
    }
    footer {
         background-position: 0 0;
        padding-bottom: 10vw;
    }
    footer .button {
        padding-bottom: 5vw;
    }
    footer .text {
        width: 60vw;
        margin: 0 auto;
        padding: 1.5625vw 0;
    }




}
