@charset "UTF-8";

/*------------------------------------------------------------
	top
------------------------------------------------------------*/

#main{
    background-image: url("../images/top/top_bg_footer.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 100px;
}
@media only screen and (max-width: 820px) {
    #main{
        padding-bottom: 21.333333vw;
        background-image: url("../images/bg_wave_bottom_sp.png");
    }
}

/* common - title */
.top_title{
    margin-bottom: 50px;
    color: #0A65A0;
    font-size: 36px;
    font-weight: bold;
}
.top_title span{
    font-size: 32px;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}
.top_title span::first-letter{
    color: #F73E3E;
}
.top_title strong{
    font-size: 48px;
}
@media only screen and (max-width: 820px) {
    .top_title{
        margin-bottom: 8vw;
        font-size: 6.4vw;
    }
    .top_title span{
        font-size: 4.8vw;
    }
    .top_title strong{
        font-size: 8.533333vw;
    }
}

/* common - btn */
.top_btn{
    display: inline-block;
    max-width: 339px;
    width: 100%;
    text-align: left;
    height: 80px;
    line-height: 80px;
    background-image: url("../images/top/top_btn.png");
    background-size: 35px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    color: #fff;
    background-color: #0A65A0;
    font-size:18px;
    font-weight: bold;
    padding-left: 40px;
    border-radius: 40px;
    box-shadow: 0 5px 0 #133B55;
    margin-right: 20px;
    white-space: nowrap;
}
@media only screen and (max-width: 820px) {
    .top_btn{
        display: block;
        width: 100%;
        max-width: none;
        height: 21.333333vw;
        line-height: 21.333333vw;
        background-size: 9.333333vw auto;
        background-position: center right 5.333333vw;
        font-size:4.8vw;
        padding-left: 10.666667vw;
        border-radius: 10.666667vw;
        box-shadow: 0 1.333333vw 0 #133B55;
        margin-right: 0;
        margin-bottom: 5.333333vw;
    }
}

/* fv */
.top_fv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.top_fv_title{
    padding-left: 2.5vw;
}
.top_fv_img{
    padding: 1.822917vw 1.458333vw 0 2.5vw;
}

@media only screen and (max-width: 820px) {
    .top_fv{
        display: block;
    }
    .top_fv_title{
        padding-left: 7.466667vw;
        padding-right: 7.466667vw;
        padding-top: 22.933333vw;
    }
    .top_fv_img{
        padding: 22.666667vw 0 0 1.866667vw;
    }
}

/* .top_about */
.top_about {
    background-image: 
        url(../images/bg_wave_top.png),
        linear-gradient(-90deg,rgba(227, 240, 255, 1) 0%, rgba(206, 244, 229, 1) 100%);
    background-size: 
        100% auto,100% auto;
    background-repeat: 
        no-repeat,
        repeat-x;
    background-position: 
        center top,center center;
    margin-top: -135px;
    padding-top: 275px;
    padding-bottom: 100px;
	
}
.top_about .top_title{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
.top_about .top_title span{
    font-family: "Noto Sans JP", sans-serif;
}

.top_about_main{
    background-image: url("../images/top/top_about_img.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 55.5% auto;
}
.top_about_main_txt p{
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 35px;
    max-width:666px;
    width:43.666667%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 820px) {
    .top_about {
        margin-top: 0;
        padding-top: 23.2vw;
        padding-bottom: 21.333333vw;

    }
    .top_about_main{
        background-position: top center;
        background-size: 89.333333vw auto;
    }
    .top_about_main_txt{
        padding-top: 96vw;
    }
    .top_about_main_txt p{
        font-size: 4.8vw;
        line-height: 8vw;
        margin-bottom: 8vw;
        width:100%;
    }
}

/* .top_data */
.top_data{
    background-image: linear-gradient(-90deg,rgba(227, 240, 255, 1) 0%, rgba(206, 244, 229, 1) 100%);
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: center center;
    padding-bottom: 100px;
}
.top_data_main{
    margin-bottom: 50px;
}
.top_data_main ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_data_main ul li{
    width: 31.666667%;
    max-width:380px;
    height: 380px;
    border-radius: 190px;
    background-color: #fff;
    color: #0C64A0;
    text-align: center;
    font-weight: bold;
    overflow: visible;
}

.top_data_main ul li:nth-child(1){
    padding-top: 8px;
}

.top_data_main ul li:nth-child(2){
    padding-top: 27px;
}
.top_data_main ul li:nth-child(3){
    padding-top: 8px;
}

.top_data_main ul li img{
    width:152px;
    height: auto;
}

.top_data_main-txt h3{
    font-size: 32px;
}
.top_data_main_txt_num{
    font-size: 68px;
    white-space: nowrap;
}
.top_data_main_txt_num strong{
    font-size: 120px;
    line-height: 1;
}
.top_data_main_txt_num span{
    font-size: 26px;
    display: block;
    margin-top: -15px;
}
.top_data_main ul li:nth-child(2) .top_data_main_txt_num{
    font-size:52px;
}
.top_data_main ul li:nth-child(2) .top_data_main_txt_num strong{
    font-size: 90px;
}

@media only screen and (max-width: 820px) {
    .top_data{
        padding-bottom: 21.333333vw;
    }
    .top_data_main{
        margin-bottom: 8vw;
    }
    .top_data_main ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .top_data_main ul li{
        width:42.666667vw;
        height: 42.666667vw;
        border-radius: 21.333333vw;
    }

    .top_data_main ul li:nth-child(1){
        padding-top: 3.2vw;
        margin: 0 10vw -3.466667vw;
    }

    .top_data_main ul li:nth-child(2){
        padding-top: 2.933333vw;
        margin-right: 2.666667vw;
    }
    .top_data_main ul li:nth-child(3){
        padding-top: 0;
    }

    .top_data_main ul li img{
        width:17.066667vw;
        height: auto;
    }

    .top_data_main-txt h3{
        font-size: 3.2vw;
    }
    .top_data_main_txt_num{
        font-size: 7.466667vw;
    }
    .top_data_main_txt_num strong{
        font-size: 13.333333vw;
    }
    .top_data_main_txt_num span{
        font-size: 2.4vw;
        margin-top: 0;
    }
    .top_data_main ul li:nth-child(2) .top_data_main_txt_num{
        font-size:5.333333vw;
    }
    .top_data_main ul li:nth-child(2) .top_data_main_txt_num strong{
        font-size: 9.333333vw;
    }
}

/* .top_work */
.top_work{
    background-image: linear-gradient(-90deg,rgba(227, 240, 255, 1) 0%, rgba(206, 244, 229, 1) 100%);
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-position: center center;
    padding-bottom: 100px;
    padding-left: calc( (100vw - 1200px) / 2 );
}
.top_work_inner{
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
    padding: 50px 0 50px 50px;
}
.top_work_slider ul li{
    width:377px;
    height: auto;
}
.top_work_slider ul li figure{
    position: relative;
}
.top_work_slider ul li figure figcaption{
    position: absolute;
    bottom: 28px;
    left: 8px;
    width:306px;
    height: 65px;
    background-image: url("../images/links_img_ribbon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.top_work_works figcaption{
    padding: 18px 0 18px 50px;
}
.top_work_interview figcaption{
    padding: 6px 0 8px 50px;
}
.top_work_interview figcaption span{
    display: block;
    font-size: 16px;
}
.top_work_border{
    width:calc( 100% - 18px );
    border-top: 2px dashed #80D6F7;
    margin: 50px 0;
}
@media only screen and (max-width: 820px) {
    .top_work{
        padding-bottom: 21.333333vw;
        padding-left: 0;
    }
    .top_work_inner{
        border-radius: 0;
        padding: 8vw 0;
    }
    .top_work_inner .top_title{
        padding-left:10.666667vw;
    }
    .top_work_slider ul li{
        width:48vw;
        margin-right: 4vw;
    }
    .top_work_slider ul li figure figcaption{
        bottom: 2.666667vw;
        left: 1.066667vw;
        width:42.666667vw;
        height: 10.933333vw;
        font-size: 4vw;
        background-image: url("../images/links_img_ribbon_sp.png");
    }

    .top_work_works figcaption{
        padding: 2.666667vw 0 2.666667vw 4vw;
    }
    .top_work_interview figcaption{
        padding: 0.933333vw 0 0.933333vw 4vw;
    }
    .top_work_interview figcaption span{
        font-size: 2.666667vw;
        margin-bottom: -0.533333vw;
    }
    .top_work_border{
        width:calc( 100% - 18px );
        border-top: 2px dashed #80D6F7;
        margin: 50px 0;
    }

}

/* .top_discussion */
.top_discussion{
    background-image: 
        url(../images/bg_wave_bottom.png),
        linear-gradient(-90deg,rgba(227, 240, 255, 1) 0%, rgba(206, 244, 229, 1) 100%);
    background-size: 
        100% auto,100% auto;
    background-repeat: 
        no-repeat,
        repeat-x;
    background-position: 
        center bottom,center center;
    padding-bottom: 293px;
}
.top_discussion_inner{
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-direction: row-reverse;
}
.top_discussion_img{
    flex-basis:735px;
}
.top_discussion_txt{
    padding-right: 30px;
}
.top_discussion_txt p{
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 50px;
}
.top_data_main_btn .top_btn{
    height: 75px;
    line-height: 75px;
}

@media only screen and (max-width: 820px) {
    .top_discussion{
        padding-bottom: 42.666667vw;
    }
    .top_discussion_inner{
        display: block;
    }
    .top_discussion_img{
        flex-basis:100%;
    }
    .top_discussion_txt{
        padding-top: 7.2vw;
        padding-right: 0;
    }
    .top_discussion_txt p{
        font-size: 4vw;
        line-height: 7.466667vw;
        margin-bottom: 8vw;
    }
    .top_data_main_btn .top_btn{
        height: 21.333333vw;
        line-height: 21.333333vw;
    }
}

/* .top_environment */
.top_environment{
    margin-top: -211px;
}
.top_environment_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.top_environment_img{
    flex-basis: 524px;
}
.top_environment_txt{
    padding-left: 30px;
    padding-top: 66px;
}
.top_environment_txt p{
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 50px;
    max-width: 550px;
}

@media only screen and (max-width: 820px) {
    .top_environment{
        margin-top: -23.2vw;
    }
    .top_environment_inner{
        display: block;
    }
    .top_environment_img{
        flex-basis: 100%;
    }
    .top_environment_txt{
        padding-left: 0;
        padding-top: 0;
    }
    .top_environment_txt p{
        font-size: 4vw;
        line-height: 7.466667vw;
        margin-bottom: 8vw;
        max-width: none;
    }
}

/* .top_links */
.top_links_inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:100px;
}
.top_links_inner a{
    font-size: 18px;
    color: #fff;
    background-color: #0A65A0;
    border-radius: 20px;
    max-width: 590px;
    margin-right: 20px;
    width:calc(50% - 10px);
    height: 129px;
    line-height: 129px;
    text-align: center;
    font-weight: bold;
}
.top_links_inner a:last-child{
    margin-right: 0;
}
.top_links_inner a img{
    width:35px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 820px) {
    .top_links_inner {
        display: block;
        padding-top:21.333333vw;
    }
    .top_links_inner a{
        display: block;
        font-size: 4.8vw;
        border-radius: 5.333333vw;
        max-width: none;
        margin-right: 0;
        width:100%;
        height: 22.933333vw;
        line-height: 22.933333vw;
        margin-bottom: 4vw;
    }
    .top_links_inner a:last-child{
        margin-right: 0;
    }
    .top_links_inner a img{
        width:35px;
        height: auto;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
}

/* .top_instagram */
.top_instagram{
    padding-top: 100px;
}
.top_instagram .top_title{
    text-align: center;
    font-size: 42px;
}
.top_instagram .top_title::first-letter{
    color: #F73E3E;
}
.top_instagram_feed ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_instagram_feed ul li{
    width:calc( (100% - 60px) / 4 );
    margin-right: 20px;
    margin-bottom: 20px;
}
.top_instagram_feed ul li:nth-child(4n){
    margin-right: 0;
}

/* soon */
.top_instagram_soon{
    width: 100%;
    padding: 80px 0;
    text-align: center;
    background-color: #fff;
}

@media only screen and (max-width: 820px) {
    .top_instagram{
        padding-top: 21.333333vw;
    }
    .top_instagram .top_title{
        font-size: 6.4vw;
    }
    
    /* soon */
    .top_instagram_soon{
        padding: 5.333333vw 0;
    }
}