@charset "utf-8";

/* index.html
-------------------------------*/


.page_name.bg_top{
    background-color: #16181d;

    height: 52vw;
    position: relative;
}

.top_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 52vw;
    z-index: 1;
}
.main_slide .img{
    width: 100%;
    height: 52vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_slide .bg1{
    background-image: url(../img/top/top_01.jpg);
}
.main_slide .bg2{
    background-image: url(../img/top/top_02.jpg);
}
.main_slide .bg3{
    background-image: url(../img/top/top_03.jpg);
}

.main_slide .slick-dots{
    position: absolute;
    bottom: 2.5vw;
    left: 5%;
    display: block;
    width: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.main_slide .slick-dots li button{
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 50%;
}
.main_slide .slick-dots li button:hover,
.main_slide .slick-dots li button:focus{
    border-color: #fca274;
}
.main_slide .slick-dots li button:before{
    font-size: 8px;
    line-height: 3em;
    color: #a8a8a8;
}
.main_slide .slick-dots li.slick-active button{
    border-color: #fca274;
    opacity: .6;
}


.page_name.bg_top ._in{
    width: 90%;
    margin: auto;
    color: #fff;
    position: relative;
    z-index: 5;
    opacity: 0;
    animation-name: fadein;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
.page_name.bg_top .en{
    font-size: 5.78vw;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.page_name.bg_top p{
    margin-top: 2.6vw;
    font-size: 1.3vw;
    line-height: 1.5em;
}


.scroll{
    position: absolute;
    right: 33px;
    bottom: 5.2vw;
    z-index: 50;
    width: 12px;
    text-align: center;
}
.scroll .s_bar{
    width: 1px;
    height: 39px;
    margin: 8px auto;
    background: url(../img/top/scroll_bar.png) center center repeat-y;/* 縦の時は　repeat-y */
    -moz-animation: kurukuru 2s linear infinite;
    animation: kurukuru 2s linear infinite;
}
/* スクロールの矢印　縦にスクロール　 */
@keyframes kurukuru {
    0% {background-position: 0 0;}
    100% {background-position: 0 78px;}
}

@-moz-keyframes kurukuru {
    0% {background-position: 0 0;}
    100% {background-position: 0 78px;}
}


@media screen and (max-width:910px){
    .page_name.bg_top p{
        font-size: 18px;
        line-height: 1.5em;
    }
    .scroll{
        display: none;
    }
}
@media screen and (max-width:640px){
    .page_name.bg_top{
        height: 100vw;
    }
    .top_img{
        height: 100vw;
    }
    .main_slide .img{
        height: 100vw;
    }
    .page_name.bg_top .en{
        font-size: 9vw;
        line-height: 1.5em;
    }
    .page_name.bg_top p{
        font-size: 16px;
        line-height: 1.5em;
    }
    
}



/* 50周年 ***/
.top02{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.top_bnr{
    width:100%;
}
.top_bnr li{
    margin-left: 20px;
    margin-right: 20px;
}
@media screen and (max-width:910px){
    .top02{
        padding-top: 50px;
        padding-bottom: 50px;
    }

}
@media screen and (max-width:640px){
    .top_bnr li{
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*
.home main{
    background-color: #16181d;
}*/
/*
.top02{
    background: url(../img/top/top_2_bg.jpg) center center/cover no-repeat;
}
.top02 .box1{
    color: #fff;
    width: 100%;
    padding: 60px;
    align-items: center;
    position: relative;
}
.top02 .box1:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid;
    border-image: linear-gradient(to right, #d58861, #277299) 1;
    content: "";
}
.top02 .img{
    width: 35%;
    text-align: center;
}
.top02 .txt{
    width: 60%;
}

.top02 .txt dt{
    font-size: 34px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.top02 .txt dt span{
    font-size: 120%;
    color: #fca274;
}
.top02 .txt dd{
    font-size: 20px;
    line-height: 1.8em;
}
@media screen and (max-width:1300px){
    .top02 .txt dt{
        font-size: 28px;
        line-height: 1.5em;
    }
    .top02 .txt dd{
        font-size: 18px;
        line-height: 1.8em;
    }
}

@media screen and (max-width:910px){
    .top02 .box1{
        padding: 40px;
    }
    .top02 .img{
        width: 100%;
        margin-bottom: 40px;
    }
    .top02 .img img{
        width: 150px;
        height: auto;
    }
    .top02 .txt{
        width: 100%;
    }
}
@media screen and (max-width:640px){
    .top02 .box1{
        padding: 40px 20px;
    }
    .top02 .img{
        margin-bottom: 30px;
    }
    .top02 .img img{
        width: 120px;
        height: auto;
    }

    .top02 .txt dt{
        font-size: 20px;
        line-height: 1.5em;
    }
    .top02 .txt dt br{
        display: none;
    }
    .top02 .txt dd{
        font-size: 16px;
        line-height: 1.8em;
    }
    
}

*/





/* NEWS ***/
.top03{
    padding-top: 10px;
    padding-bottom: 120px;
}

.top03 .ttl{
    text-align: center;
    color: #1f4a9b;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.top03 .ttl2{
    text-align: center;
    color: #1f4a9b;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 30px;
}

.top_news_box{
    margin-top: 30px;
    margin-bottom: 30px;
}

.tabBox{
    background-color: #1f4a9b;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.tabBox .tabArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tabBox .tabArea .one_tab {
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
.tabBox .tabArea .one_tab a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 60px;
    padding: 5px 0;
}
.tabBox .tabArea .one_tab a:hover {
    color: #1f4a9b;
    background-color: #fff;
}
.tabBox .tabArea .one_tab a.select {
    color: #1f4a9b;
    background-color: #fff;
}
.contBox .tab_main {
    display: none;
    padding: 0;
    text-align: center;
    min-height: 280px;
/*    border: 2px solid #fff;*/
    transition-duration: 0.3s;
}
.tab_main.is_show {
    display: block;
}

.contBox .tab_main iframe{
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.top03 .btn a{
    margin: auto;
}
@media screen and (max-width:910px){
    .contBox .tab_main iframe{
        height: 300px;
        overflow: hidden;
    }
}

@media screen and (max-width:640px){
    .top03{
        padding-bottom: 60px;
    }
    .top03 .ttl {
        font-size: 20px;
        line-height: 1.2em;
    }
    .top_news_box{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tabBox{
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .tabBox .tabArea .one_tab {
        width: 47%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .contBox .tab_main iframe{
        width: 100%;
        height: 300px;
        overflow: auto;
    }

}









/* Service ***/

.top04{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 10px;
    background-color: #1f4a9b;
}
.top04 .ttl01{
    margin-bottom: 80px;
}
.top04 .ttl01 .sub{
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.top_sev_cont .sev_txt .cap1 {
    font-size: 44px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}
.sev_txt .cap2 {
    font-size: 16px;
    line-height: 1.5em;
}
.top_sev_cont .btn{
    margin-top: 40px;
}

.top_sev_cont{
    width: 100%;
    min-height: 670px;
    background: url(../img/top/top_4_bg.png) center top repeat-y;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 80px;
}

.top_sev_cont.rev{
    background-image: url(../img/top/top_4_bg_r.png);
}
.top_sev_cont.rev .txt{
    display: flex;
    justify-content: flex-end;
}
.top_sev_cont .txt{
}
.top_sev_cont .txt p{
    width: 100%;
    max-width: 430px;
}
.top_sev_cont .img{
    position: absolute;
    left: calc(50% - 150px);
    bottom: 0;
    width: 1158px;
    height: 502px;
}
.top_sev_cont.rev .img{
    position: absolute;
    right: calc(50% - 150px);
    left: auto;
}
@media screen and (min-width:1401px){
    .top_sev_cont.num1{
        padding-top: 130px;
    }
    .top_sev_cont.num3{
        padding-top: 100px;
    }
}

@media screen and (max-width:1400px){

    .top_sev_cont .sev_txt .cap1 {
        font-size: 3.14vw;
        line-height: 1.4em;
    }

    .top_sev_cont{
        min-height: 47.85vw;
        padding-top: 7.14vw;
    }
    .top_sev_cont .img{
        left: 50%;
        bottom: 0;
        width: 82.71428vw;
        height: 35.857vw;
    }
    .top_sev_cont.rev .img{
        right: 50%;
    }
    .top_sev_cont .txt p{
        max-width: 30.714vw;
    }
    
}

@media screen and (max-width:910px){
    .top04 .ttl01{
        margin-bottom: 30px;
    }

    .top_sev_cont .sev_txt .cap1 {
        font-size: 36px;
        line-height: 1.4em;
    }

    .top_sev_cont{
        width: 100%;
        background-image: none;
        background-color: #bcc5ce;
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .top_sev_cont.rev{
        background-image: none;
    }
    .top_sev_cont.rev .txt{
        display: block;
    }
    .top_sev_cont .txt{
        width: 90%;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    .top_sev_cont .img{
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 2.3 / 1;
    }
    .top_sev_cont .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top_sev_cont.rev .img{
        position: static;
    }
    .top_sev_cont .txt p{
        max-width: initial;
        max-width: auto;
    }
}
@media screen and (max-width:640px){
    .top04{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .top_sev_cont .btn{
        margin-top: 20px;
    }
    .top_sev_cont {
        padding-top: 30px;
    }
    
    
    .top_sev_cont .sev_txt .cap1 {
        font-size: 28px;
        line-height: 1.4em;
    }
    .sev_txt .cap2 {
        font-size: 15px;
        line-height: 1.3em;
    }
    
    
    
}




/* Contents ***/

.top05{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #e7eef7;
}
.top05 .ttl01{
    margin-bottom: 80px;
    color: #1f4a9b;
}
.top05 .ttl01::before {
    background-color: #1f4a9b;
}
.top05 .ttl01 .sub{
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.c_cont{
    width: 47%;
    margin-bottom: 70px;
}

.c_cont .txt{
    margin-top: 20px;
}
.c_cont .txt .cap1{
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
}
.c_cont .txt .cap2{
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.c_cont .txt .cap2 span{
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c_cont .txt .btn-more{
    margin-top: 20px;
/*    text-align: right;*/
}
.c_cont .txt .btn-more a{
    color: #1f4a9b;
    padding-left: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    border-bottom: solid 1px #1f4a9b;
    background-image: url(../img/common/ya-more.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}
.c_cont .txt .btn-more a:hover{
    background-position: 100% center;
}


@media screen and (max-width:910px){
    .c_cont .txt .cap1{
        font-size: 28px;
        line-height: 1.2em;
    }
    .c_cont .txt .btn a{
        font-size: 15px;
    }
}
@media screen and (max-width:640px){
    .top05{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .top05 .ttl01{
        margin-bottom: 30px;
    }
    .c_cont{
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .c_cont .txt .cap1{
        font-size: 24px;
        line-height: 1.2em;
    }
    .c_cont .txt .cap2{
        font-size: 15px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .c_cont .txt .btn{
        margin-top: 10px;
        text-align: right;
    }
    
}







/* Contents ***/

.top06{
    width: 100%;
    min-height: 920px;
    background: url(../img/top/top_6_bg.jpg) center center/cover no-repeat;
    padding-top: 200px;
    padding-bottom: 120px;
}

.top06 ._in{
    position: relative;
}
.top06 .img{
    position: absolute;
    left: 50%;
    top: calc(50% - 319px);
    width: 960px;
}
.top06 .txt{
    width: 46%;
    max-width: 615px;
    color: #fff;
}

.top06 .txt .ttl01{
    text-align: left;
    padding-top: 0;
    padding-left: 105px;
    margin-bottom: 50px;
}
.top06 .txt .ttl01:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: #fff;
    content: "";
}
.top06 .txt .ttl01 span{
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    font-weight: 700;
    padding-left: 1em;
}
.top06 .txt .cap1{
    font-size: 38px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 40px;
}
.top06 .txt .cap1 span{
    color: #fca274;
}
.top06 .txt .btn{
    margin-top: 40px;
}
@media (min-width:911px) and (max-width:1500px){
    .top06{
        min-height: 61.33vw;
        padding-top: 13.33vw;
        padding-bottom: 8vwx;
    }
    .top06 .img{
        top: calc(50% - 21.266vw);
        width: 64vw;
    }
    .top06 .txt .ttl01{
        padding-left: 7vw;
        margin-bottom: 3.33vw;
    }
    .top06 .txt .ttl01:before{
        width: 5.3vw;
    }
    .top06 .txt .cap1{
        font-size: 2.53vw;
        line-height: 1.5em;
        margin-bottom: 2.66vw;
    }
    .top06 .txt .btn{
        margin-top: 2.66vw;
    }
}

@media screen and (max-width:910px){
    .top06{
        min-height: initial;
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .top06 .img{
        position: static;
        text-align: center;
        width: 100%;
    }
    .top06 .txt{
        width: 100%;
        margin: 0 auto 40px;
    }

    .top06 .txt .ttl01{
        margin-bottom: 40px;
    }
    .top06 .txt .cap1{
        font-size: 30px;
        line-height: 1.5em;
    }

}
@media screen and (max-width:640px){
    .top06{
        padding-top: 60px;
    }
    .top06 .txt .ttl01{
        padding-left: 55px;
        margin-bottom: 30px;
    }
    .top06 .txt .ttl01:before{
        width: 40px;
    }
    .top06 .txt .cap1{
        font-size: 20px;
        line-height: 1.8em;
        margin-bottom: 20px;
    }
    .top06 .txt .btn{
        margin-top: 20px;
    }
}
@media screen and (max-width:420px){

    .top06 .txt .ttl01 span{
        font-size: 15px;
    }
}










.top07{
    width: 100%;
    background: url(../img/top/top07_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.top07 .ttl01{
    color: #1f4a9b;
}
.top07 .ttl01:before {
    background-color: #1f4a9b;
}

.top07 .cap1{
    text-align: center;
    color: #1f4a9b;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 70px;
}
.c-logos li{
    width: 25%;
}


@media screen and (max-width:910px){
    .top07{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .top07 .cap1{
        margin-bottom: 30px;
    }
    
    .c-logos li{
        width: 33%;
    }

    
}
@media screen and (max-width:640px){

    .c-logos li{
        width: 50%;
    }

}




.top08{
    width: 100%;
    background: url(../img/top/top08_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.top08 .ttl01{
    color: #1f4a9b;
    margin-bottom: 40px;
}
.top08 .ttl01:before {
    background-color: #1f4a9b;
}
.top08 .ttl01 .sub{
    text-align: center;
    color: #1f4a9b;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
}



.slide-strength{
    width: 100%;
}
.slide-strength .item{
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left
}

.slide-strength .item .img{
    position: relative;
}
.slide-strength .item .img .num{
    position: absolute;
    left: -10px;
    bottom: -20px;
    color: #1f4a9b;
    font-size: 140px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.slide-strength .item .txt{
    margin-top: 50px;
}
.slide-strength .item .cpa2{
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../img/top/top08_bar.png) left bottom no-repeat;
    
}
.slide-strength .item .cpa2 span{
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.slide-strength .slick-next{
    width: 75px;
    height: 218px;
    background: url(../img/top/arrow_r.png) center center no-repeat;
    background-size: contain;
    right: -80px;
}
.slide-strength .slick-prev{
    width: 75px;
    height: 218px;
    background: url(../img/top/arrow_l.png) center center no-repeat;
    background-size: contain;
    left: -80px;
}

@media screen and (max-width:1550px){
    ._in.swiper{
        padding-left: 5%;
        padding-right: 5%;
    }
    .slide-strength .item .img .num{
        left: -0.6vw;
        bottom: -1.2vw;
        font-size: 9vw;
        line-height: 1em;
    }
    .slide-strength .item .txt{
        margin-top: 3.2vw;
    }
    .slide-strength .item .cpa2{
        font-size: 2.3vw;
        line-height: 1.3em;
        font-weight: 700;
    }
    .slide-strength .slick-next{
        width: 40px;
        right: -50px;
    }
    .slide-strength .slick-prev{
        width: 40px;
        left: -50px;
    }
}
@media screen and (max-width:910px){
    .top08{
        padding-top: 60px;
    }

    .top08 .ttl01{
        margin-bottom: 30px;
    }
    .slide-strength .slick-dots {
        bottom: -50px;
    }
    .slide-strength .slick-dots li button:before {
        font-size: 12px;
        line-height: 1.2em;
        color: #1f4a9b;
    }
}
@media screen and (max-width:810px){
    .slide-strength .item .img .num{
        left: -1.2vw;
        bottom: -2.5vw;
        font-size: 17vw;
        line-height: 1em;
    }
    .slide-strength .item .txt{
        margin-top: 6vw;
    }
    .slide-strength .item .cpa2{
        font-size: 28px;
        line-height: 1.3em;
    }
}

@media screen and (max-width:810px){
    .slide-strength .item .cpa2{
        font-size: 20px;
        line-height: 1.3em;
    }

}






.com04 .ttl04 span:after{
    background-color: #fff;
}
.com04 .ttl04 span:before{
    background-color: #fff;
}

.top_seo{
    background-color: #1f4a9b;
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 85%;
    line-height: 1.6em;
    color: #fff;
}
.top_seo ._in{
    padding-top: 90px;
    border-top: solid 1px #fff;
}

@media screen and (max-width:910px){
    .top_seo ._in{
        padding-top: 50px;
    }

}
@media screen and (max-width:640px){
    .top_seo{
        padding-bottom: 10px;
    }
}




.top09{
    padding-top: 50px;
    padding-bottom: 100px;
}
.top09 .ttl{
    text-align: center;
    color: #1f4a9b;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
@media screen and (max-width:640px){
    .top09 .ttl {
        font-size: 20px;
        line-height: 1.2em;
    }
}


/* googlカレンダー　表示 */

.cal_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cal_box .box_in{
    width: 48%;
}
.g-cal{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 500px;/* 高さ */
}
.g-cal iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:910px){

    .cal_box .box_in{
        width: 100%;
        margin-bottom: 20px;
    }
}





















