@charset "UTF-8";
/*base*/
html{
    height: 100%;
}
body{
    background-color: #fff;
}
section{
/*    padding-top: 88px;*/
    width: 100%;
    height: auto;
    margin: auto;
    display: flex; /* 要素をflexboxに対応させる */
    align-items: center; /* 縦方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
    flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}
section#contact{

}
section p.index{
    color: #000000;
    font-size: 38px;
    font-family: serif;
    text-align: center;
    margin-bottom: 30px;
/*    padding-top: 11vh;*/
}
section#contact p.index{
    display: block;
    color: #fff;
}

/*cover*/
.cover{
    width: 100%;
    height: 100vh;
    padding-top: 0px;
    background: url(../images/cover.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cover img.sp{
    display: none;
}
.cover .btn{
    width: 360px;
    height: auto;
    margin-bottom: 15px;
    padding-top: 15vh;
}
.cover .btn p{
    display: block;
    width: 150px;
    height: 55px;
    line-height: 55px;
    float: left;
}
.cover .btn p{
    margin-left: 15px;
    margin-right: 15px;
}
.cover .btn p a{
    width: 150px;
    height: 55px;
    text-align: center;
}
.cover .btn p.btn_fb a{
    display: block;
    background-color: #0068b7;
    color: #fffefe;
    font-size: 18px;
    line-height: 55px;
}
.cover .btn p.btn_fb a:hover{
    text-decoration: none;
}
.cover .btn p.btn_blog a{
    display: block;
    background-color: #00b752;
    color: #fffefe;
    font-size: 18px;
    line-height: 55px;
}
.cover .btn p.btn_blog a:hover{
    text-decoration: none;
}
.cover p{
    text-align: center;
}
.cover p.catch_s{
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
}
.cover p.catch_b{
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

/*work*/
.work{
    background-color: #fff;
    height: 70vh;
    padding-top: 30vh;
}
.work .inner{
    width: 960px;
    margin: auto;
    margin-top: 0px;
}
.work .img{
    width: 320px;
    height: auto;
    float: left;
    margin-right: 40px;
}
.work .inner .img img{
    width: 320px;
    /*height: 230px;*/
    height: auto;
}
.work .inner .text{
    width: 600px;
    height: auto;
    float: left;
}
.work .inner .text ul{
    margin-bottom: 15px;
}
.work .inner .text ul li.title{
    margin-bottom: 10px;
}
.work .inner .text ul li.title a{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.work .inner .text ul li.day{
    font-weight: bold;
    margin-bottom: 10px;
}
.work .inner .text ul li.content{
    line-height: 23px;
}
.work .inner .text a.more{
    font-size: 17px;
    color: #000;
}

#profile{
    background-color: #96fff4;
    width: 100%;
    height: 90vh;
    padding-top: 10vh;
    background: url(../images/profile_pc.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile .inner{
    width: 960px;
    height: auto;
/*    padding-bottom: 80px;*/
}
#profile .inner img{
    width: 398px;
    height: 454px;
    float: left;
    margin-right: 54px;
}
#profile .inner div.info{
    float: left;
    display: block;
    width: 400px;
    height: 422px;
    background-color: #ffffff;
    padding-top: 32px;
    padding-left: 27px;
    padding-right: 27px;
}
#profile .inner .info .name{
    border-bottom: #d2d2d2 2px solid;
    padding-left: 10px;
    padding-bottom: 1px;
    margin-bottom: 5px;
}
#profile .inner .info .name p.ja{
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    float: left;
    margin-right: 15px;
}
#profile .inner .info .name p.ruby{
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    float: left;
    height: 32px;
    line-height: 35px;
}
#profile .inner .blog{
    text-align: right;
    margin-bottom: 10px;
}
#profile .inner .info ul.info{
    padding-left: 10px;
}
#profile .inner .info ul.info li{
    margin-bottom: 8px;
}
#profile .inner .info p.more{
    float: right;
    margin-bottom: 20px;
}
#profile .inner .info p a{
    color: #000000;
}
#profile .inner .info .message{
    clear: both;
    padding-left: 10px;
}
#profile .inner .info .message p{
    font-size: 15px;
}
#profile .inner .info .message p.index{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 0px;
}


#ambition{
    clear: both;
    background-color: #fff;
    height: 100vh;
}
#ambition ul{
    width: 960px;
    height: auto;
    padding-bottom: 80px;
}
#ambition ul li{
    width: 237px;
    height: 170px;
    position: relative;
    border: 3px solid #ffea00;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#ambition ul li:nth-child(2){
    margin-left: 40px;
    margin-right: 40px;
}
#ambition ul li span{
    width: 28px;
    height: 28px;
    background-color: #ffea00;
    position: absolute;
    left: 0;
    top: 0;
}
#ambition ul li p{
    font-size: 16px;
    font-family: serif;
}
#ambition ul li p.index{
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 0px;
}


#welfare{
    height: 100vh;
    background-color: #000;
    background: url(../images/welfare.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#welfare img.sp{
    display: none;
}
#welfare .text{
    padding-top: 356px;
    width: 450px;
    height: auto;
    margin: auto;
}
#welfare .text p{
    float: right;
    font-size: 16px;
}
#welfare .text p.small{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    clear: both;
}
#welfare .text p.big{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: block;
    clear: both;
}
#welfare .text p a{
    color: #ffffff;
}
#welfare .text p a:hover{
    text-decoration: underline;
}


#question{
    width: 100%;
    height: 90vh;
    padding-top: 10vh;
    background-color: #ffffff;
}
#question .inner{
    width: 700px;
    height: auto;
}
#question .movie{
    width: 700px;
    background-color: #ddd;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#question .movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#question p.title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
#question a{
    display: block;
    text-align: center;
    color: #000;
}

#restoration{
    height: 100vh;
    background-color: #333;
    background: url(../images/restration.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#restoration p{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15vh;
    color: #fff;
}
#restoration img.sp{
    display: none;
}
#restoration a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 0px;
}

.link{
    height: 80vh;
    padding-top: 20vh;
    background-color: #ffffff;
}
.link ul{
    padding-bottom: 80px;
    width: 693px;
    height: auto;
    margin: auto;
}
.link ul li{
    width: 151px;
    height: 151px;
    float: left;
    background-color: #fff;
    margin-bottom: 30px;
}
.link ul li:nth-child(2){
    margin-left: 93px;
    margin-right: 93px;
}
.link ul li:nth-child(5){
    margin-left: 93px;
    margin-right: 93px;
}
.link ul li{
    border-radius: 50%;
    border: 9px solid #e5e5e5;
}
.link ul li p{
    line-height: 151px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.link ul li:nth-child(5) p a{
    line-height: 25px;
    font-size: 16px;
    margin-top: 49px;
}
.link ul li p a{
    display: block;
    color: #000000;
    width: 151px;
    height: 151px;
}
.link ul li p a:hover{
    text-decoration: none;
    color: #96fff4;
    font-weight: bold;
}
.link ul li:hover{
    border: 9px solid #96fff4;
}

/*booster*/
#booster{
    background-color: #fff695;
    padding-bottom: 80px;
    height: 100vh;
    background: url(../images/booster.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#booster img.sp{
    display: none;
}
#booster p.index{
    margin-top: 25vh;
    margin-bottom: 25px;
}
#booster p.text{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
#booster p.btn{
    width: 228px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #1b1b1b;
    margin: auto;
}
#booster p.btn:hover{
    background-color: #000;
}
#booster p.btn a{
    display: block;
    width: 228px;
    height: 48px;
    color: #ffffff;
}
#booster p.btn a:hover{
    text-decoration: none;
    color: #fff;
}



@media screen and (max-width: 980px){

    div#fullpage{
        display: none;
    }
    div#res{
        display: block;
    }

    .work{
        height: auto;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .work .inner{
        width: 90%;
    }
    .work .img{
        width: 28%;
    margin-right: 5%;
    }
    .work .inner .img img{
        width: 100%;
        height: auto;
    }
    .work .inner .text{
        width: 67%;
    }

    #profile{
        height: auto;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    #profile .inner{
        width: 90%;
        background-color: #fff;
        margin: auto;
    }
    #profile .inner img{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 2%;
        margin-right: 0px;
        width: 43%;
        height: 100%;
    }
    #profile .inner div.info{
        width: 51%;
        height: auto;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 32px;
    }
    #profile .inner .info ul.info li{
        font-size: 14px
    }
    #profile .inner .info .message p{
        font-size: 14px;
    }

    #ambition{
        height: auto;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    #ambition ul{
        width: 90%;
        padding-bottom: 0px;
        margin: auto;
    }
    #ambition ul li{
        float: none;
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 20px;
    }
    #ambition ul li:nth-child(2){
        margin-left: 0px;
        margin-right: 0px;
        margin: auto;
        margin-bottom: 20px;
    }
    #ambition ul li p{
        margin-bottom: 20px;
    }
    #ambition ul li:nth-child(2) p{
        text-align: center;
    }
    #welfare .text{
        width: 90%;
    }
    #welfare .text{
        padding-top: 0px;
    }
    #welfare .text p{
        float: none;
        text-align: center;
        font-weight: bold;
    }

    #question{
        height: auto;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    #question .inner{
        width: 90%;
        height: auto;
        margin: auto;
    }

    .link{
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .link ul{
        padding-bottom: 0px;
    }

    #booster{
        height: auto;
        padding-top: 100px;
        padding-bottom: 80px;
    }
    #booster p.index{
        margin-top: 0px;
    }
    #booster p.text{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 600px){
    .cover .btn{
        width: 320px;
        padding-top: 20vh;
    }
    .cover .btn p{
        width: 130px;
        height: 45px;
        line-height: 45px;
    }
    .cover .btn p.btn_fb a{
        width: 130px;
        height: 45px;
        line-height: 45px;
    }
    .cover .btn p.btn_blog a{
        width: 130px;
        height: 45px;
        line-height: 45px;
    }
    .cover p.catch_s{
        font-size: 20px;
        padding-top: 40vh;
    }
    .cover p.catch_b{
        font-size: 35px
    }
}

@media screen and (max-width: 410px){
    .cover .btn{
        width: 320px;
        padding-top: 20vh;
    }
    .cover .btn p{
        width: 130px;
        height: 45px;
        line-height: 45px;
    }
    .cover .btn p.btn_fb a{
        width: 130px;
        height: 45px;
        line-height: 45px;
    }
    .cover .btn p.btn_blog a{
        width: 130px;
        height: 45px;
        line-height: 45px;
    }
    .cover p.catch_s{
        font-size: 17px
    }
    .cover p.catch_b{
        font-size: 29px
    }
}

@media screen and (max-width: 450px){
    .work{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .work .img{
        width: 80%;
        height: auto;
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
    .work .inner .text{
        width: 80%;
        float: none;
        margin: auto;
    }
    .work .inner .text ul li.day{
        font-size: 15px
    }
    .work .inner .text ul li.title{
        font-size: 18px;
    }
    .work .inner .text ul li.content{
        font-size: 15px;
    }
    .work .inner .text a.more{
        font-weight: bold;
        float: right;
    }

    #profile{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #profile .inner{
        background-color: rgba(0,0,0,0);
    }
    #profile .inner img{
        margin-top: 0;
        margin-left: 0;
        width: 80%;
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 0px;
    }
    #profile .inner div.info{
        width: 76%;
        float: none;
        margin: auto;
    }
    #ambition{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #question{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .link{
        padding-bottom: 50px;
        padding-top: 50px;
    }
}






@media screen and (max-width: 620px){
#ambition ul li{
    width: 90%;
    padding-left: 3%;
    padding-right: 3%;
}
}






@media screen and (max-width: 540px){
    #welfare .text p.small{
        font-size: 18px
    }
    #welfare .text p.big{
        font-size: 40px
    }
}
@media screen and (max-width: 450px){
    #welfare .text p.small{
        font-size: 13px
    }
    #welfare .text p.big{
        font-size: 28px
    }
}

@media screen and (max-width: 760px){
    .link ul{
        width: 600px;
    }
    .link ul li:nth-child(2){
        margin-left: 46px;
        margin-right: 47px;
    }
    .link ul li:nth-child(5){
        margin-left: 46px;
        margin-right: 47px;
    }
}
@media screen and (max-width: 630px){
    .link ul{
        width: 500px;
    }
    .link ul li:nth-child(2n){
        margin-left: 102px;
        margin-right: 30px;
    }
    .link ul li:nth-child(2n+1){
        margin-left: 30px;
        margin-right: 0px;
    }
    .link ul li:nth-child(5){
        margin-left: 30px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 510px){
    .link ul{
        width: 350px;
    }
    .link ul li{
        width: 130px;
        height: 130px;
    }
    .link ul li p{
        line-height: 130px;
    }
    .link ul li p a{
        height: 130px;
        width: 130px;
    }
    .link ul li:nth-child(2n){
        margin-left: 54px;
        margin-right: 0px;
    }
    .link ul li:nth-child(2n+1){
        margin-left: 0px;
        margin-right: 0px;
    }
    .link ul li:nth-child(5){
        margin-left: 0px;
        margin-right: 0px;
    }
    .link ul li:nth-child(5) p a{
        margin-top: 38px;
    }
}
@media screen and (max-width: 380px){
    .link ul{
        width:160px;
    }
    .link ul li{
        width: 142px;
        height: 142px;
        float: none;
    }
    .link ul li:nth-child(2n){
        margin-left: 0px;
        margin-right: 0px;
    }
    .link ul li:nth-child(2n+1){
        margin-left: 0px;
        margin-right: 0px;
    }
    .link ul li p{
        line-height: 142px;
    }
    .link ul li p a{
        width: 142px;
        height: 142px;
    }
}

@media screen and (max-width: 590px){
    #booster p.text{
        text-align: left;
    }
    }
@media screen and (max-width: 370px){
    #booster p.index{
        font-size: 35px;
    }
}

@media screen and (max-width: 414px){
    section{
        display: block;
    }
    section img.sp{
        display: block;
        width: 100%;
        height: auto;
    }
    section div.sp{
        position: absolute;
        top: 0;
    }
    .cover{
        background-image: none;
    }
    .cover img.sp{
        display: block;
        width: 100%;
        height: auto;
    }
    .cover div.sp{
        width: 100%;
        height: auto;
        position: absolute;
        top: 100px;
    }
    .work{
        padding-top: 180px;
    }
    #profile{
        background-image: none;
    }
    #welfare{
        width: 100%;
        height: auto;
        background-image: none;
        position: relative;
    }
    #welfare img.sp{
        display: block;
        width: 100%;
        height: auto;
    }
    #welfare div.sp{
        width: 100%;
        height: auto;
        position: absolute;
        top:100px;
    }
    #restoration{
        width: 100%;
        height: auto;
        background-image: none;
        position: relative;
    }
    #restoration img.sp{
        display: block;
        width: 100%;
        height: auto;
    }
    #restoration p{
        margin-top: 0;
        padding-top: 45vh;
    }
    #restoration div.sp{
        width: 100%;
        height: auto;
    }
    #welfare img.sp{
        display: block;
    }
    #welfare .text p.small{
        padding-top: 45vh;
    }
    #booster{
        margin: auto;
    }
    #booster{
        padding-top: 0;
        padding-bottom: 0;
        background-image: none;
        position: relative;
        width: 100%;
        height: auto;
    }
    #booster img.sp{
        display: block;
    }
    #booster div.sp{
        width: 100%;
        height: auto;
        top:80px;
    }
    #booster p.btn{
        margin: auto;
    }
}