@charset "UTF-8";
/*-----------------------------------------------
__common
-----------------------------------------------*/
a.tel{
    pointer-events: none;
    color: #333;
    font-weight: bold;
}
a > i{
    padding-right: 0.5em;
}
a > i img{
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------------------------
__Header
-----------------------------------------------*/
#top-head > div {
	position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
	top: auto;
	left: 0;
	bottom: 0;
    z-index: 99;
    transition: all ease .5s;
    
    justify-content: flex-end;
    align-items: center;
}
#top-head.fixed > div {
    border-color: #fafafa;
	position: fixed;
	bottom: auto;
    top: 0;
    height: 80px;
    animation: fadein 1s ;
}
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#top-head.fixed.none > div {
    opacity: 0;
    z-index: -1;
}
header h1{
    position: fixed;
    left: 2%;
    bottom: 10px;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #6477d4;
    transition: all ease-in .3s;
    z-index: 100;
}
#top-head.fixed h1{
    animation: fadeh1 1s ;
    height: 80px;
    padding: 5px 0;
    border-bottom: none;
    bottom: auto;
    top: 0;
    background: none;
}
@keyframes fadeh1 {
    from {
        opacity: 0;
        top: -100px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}
#top-head.fixed h1 img{
    height: 100%;
    width: auto;
}

.fullpage section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 130%;
    text-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.fullpage h2{
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.4;
}


/*-----------------------------------------------
__Swiper
-----------------------------------------------*/
.fullpage{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.top_slider.swiper-container img{
	width: 100%;
	height: 100%;
}
.top_slider.swiper-container{
    height: 100vh;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 45px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 20% !important;
    background: url(../common_images/prev.png) no-repeat !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 20% !important;
    background: url(../common_images/next.png) no-repeat !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #6477d4 !important;
}
.swiper-pagination-progressbar{
    background: #eff1fb !important;
}

.main_slider.swiper-container{
    height: 180px;
}

/*-----------------------------------------------
__Nav
-----------------------------------------------*/
header nav#gl_nv a{
    display: inline-block;
    
    color: #333;
    padding:0 40px;
}
header nav#gl_nv ul{
    padding-right: 60px;
    line-height: 1;
    align-items: center;
}
header nav#gl_nv ul > li{
    font-size: 110%;
}
header nav#gl_nv ul > li::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1em;
    background: #6477d4;
    transform: rotate(30deg);
}
header nav#gl_nv ul > li:nth-last-of-type(-n+2)::after{
    display: none;
}
header nav#gl_nv a:hover{
    transform: translateY(-5px);
}
header nav#gl_nv a.tel{
    background:#eff1fb;
    padding: 10px 30px;
    border-radius: 30px;
}
header nav#gl_nv a.tel:hover{
    background: #dce0f5;
}

#language{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}
#language li a{
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    color: #fff;
    background: #3c51bc;
}
#language li a.current{
    background:#6477d4;
}
#language li a:hover{
    opacity: 0.8;
}

.js-btn{
    display: none;
}

/*-----------------------------------------------
__Main
-----------------------------------------------*/
.bg-y{
    width: 97%;
    background: #fdfcf4;
    padding: 80px 0;
    margin: 80px auto;
}
table{
    width: 100%;
}

main h1{
    font-size: 2.4em;
    text-align: center;
    margin: 80px auto;
}
main h1 small{
    display: block;
    font-size: 40%;
    color: #3c51bc;
    margin-top: 1em;
}

main h2{
    font-size: 2.6em;
    line-height: 1.4;
    color: #3c51bc;
    margin-bottom: 50px;
}
main h2 small{
    display: block;
    font-size: 40%;
}

#greeting h2{
    margin-top: 30px;
    padding: 150px 0 50px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
#greeting h2::before,
#greeting h2::after{
    content: "";
    position: absolute;
}
#greeting h2::before{
    width: 50%;
    height: 100%;
    right: 10%;
    bottom: -20%;

    background: url(../common_images/logomark-wh.png) right top no-repeat;
}
#greeting h2::after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all ease 2s;
    transform: translateX(-100%);

    background: -moz-linear-gradient(left,  #6376d4 0%, #f5efc8 100%);
    background: -webkit-linear-gradient(left,  #6376d4 0%,#f5efc8 100%);
    background: linear-gradient(to right,  #6376d4 0%,#f5efc8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6376d4', endColorstr='#f5efc8',GradientType=1 );
}
#greeting h2.active::after{
    transform: translateX(0);
}
#greeting h2 span{
    display: block;
}
#greeting article.fl_box{
    margin: 60px auto;
    justify-content: space-between;
}
#greeting article.fl_box > article{
    width: 45%;
}

#greeting dl{
    color: #6477d4;
    padding: 50px 30px 30px 120px;
    justify-content: space-around;
    align-items: flex-start;
    font-weight: bold;
    font-size: 1.8em;
    position: relative;
}
#greeting dl::before{
	content:"";
	position:absolute;
}
#greeting dl::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background: #eff1fb;
	width:100%;
	height:30%;
	z-index:-1;
}
#greeting dl.en{
    padding:30px;
}
#greeting dl.en::before{
    border-width: 120px 400px 0 0;
}
#greeting dl.en dt{
    white-space: nowrap;
}
#greeting dl.en dd{
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
}
#greeting dl.en dd img{
    width: 48%;
}
#greeting dt small{
    display: block;
    font-size: 50%;
}
#greeting dt,
#greeting dd{
    position: relative;
    z-index: 1;
}
#greeting dd img{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

#business h2{
    text-align: center;
}
#business p.animation{
    transform: scale(0.7);
    transition: all ease 1s 0.5s;
}
#business p.active{
    transform: scale(1.0);
}

#business h3{
    color: #3c51bc;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.8;
    margin: 60px auto;
}
#business h3 em{
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
#business h3 em span.bg{
    position: relative;
    z-index: 1;
}
#business h3 em::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5%;

    width: 0;
    height: 50%;
    background: #fbe8c3;
    transition: all ease 1.5s 2.5s;
}
#business h3 > em:last-of-type::after{
    transition: all ease 1.5s 1s;
}
#business h3.active em::after{
    width: 100%;
}

#business table th{
    width: 34%;
    background:#7483cb;
    color: #fff;
    font-size: 120%;
    vertical-align: top;
    padding: 30px ;
}
#business table td{
    background: #fff;
    padding: 30px 50px;
}
#business table td em{
    color: #f39800;
    font-weight: bold;
}
#business table tr{
    border-bottom: 5px solid #fdfcf4;
}

#company h2{
    text-align: center;
}
#company table{
    font-size: 110%;
    margin: 80px auto;
}
#company th{
    width: 34%;
    background: #e7eaf9;
    text-align: center;
    padding: 30px;
    color: #3c51bc;
}
#company td{
    background: #f7f8fd;
    font-weight: bold;
    padding: 30px 30px 30px 50px;
}
#company table tr{
    border-bottom: 5px solid #fff;
}
#company td .fl_box{
    align-items: center;
    justify-content: space-between
}
#company dd a{
    display: inline-block;
    background: #e7eaf9;
    border-radius: 50px;
    text-align: center;
    padding: 10px 30px;
    color: #333;
    font-size: 80%;
}
#company dd a:hover{
    transform: translateY(-5px);
    background: #dce0f5;
}
#company td a.tel:last-of-type{
    margin-left: 2em;
}
#en_page #company td .fl_box{
    flex-direction: column;
    align-items: flex-start;
}
#en_page #company dd a{
    margin-top: 10px;
}

#company ul.fl_box{
    width: 90%;
    margin: 0 auto;
    justify-content: space-between
}
#company ul.fl_box > li{
    width: 50%;
    padding: 0 3%;
}
#company ul.fl_box dl{
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #6477d4;
    line-height: 1.3;
    padding-bottom: 15px;
    margin: 30px 0 15px 0;
}
#company ul.fl_box dt{
    color: #6477d4;
    font-size: 90%;
    padding-right: 2em;
}
#company ul.fl_box > li:nth-of-type(2) dd{
    font-size: 120%;
    line-height: 2.1;
}
#company ul.fl_box h3{
    font-size: 110%;
    text-align: center;
    margin-bottom: 1em;
}
#company ul.fl_box img{
    display: block;
    margin: 0 auto;
}

#contact .fl_box{
    justify-content: space-between;
}
#contact .wrap{
    max-width: 1180px;
}
#contact article{
    font-weight: bold;
    font-size: 110%;
}
#contact p{
    color: #6477d4;
    text-align: center;
}
#contact ul.fl_box{
    width: 800px;
    text-align: center;
    justify-content: center;
    padding:15px;
    border-radius: 10px;
    background: #fff;
}
#contact ul.fl_box > li{
    width: 50%;
    padding: 10px 0;
}
#contact ul.fl_box > li:last-of-type{
    border-left: 1px solid #b9c1e5;
}
#contact a.tel{
    font-size: 130%;
}
#contact a i{
    padding-left: 0.5em;
}

/*-----------------------------------------------
__Footer
-----------------------------------------------*/
#pagetop a{
    display: block;
    width: 97%;
    background: #eff1fb;
    color: #3c51bc;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    position: relative;
}
#pagetop a:hover{
    background: #dce0f5;
}
#pagetop a::before{
    content: "";
    width: 2px;
    height: 1px;
    background: #3c51bc;

    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    animation: heightLong 3s infinite ;
}
@keyframes heightLong {
    0% {
        height: 1px;
        top: 30px;
    }
    50% {
        height: 50px;
        top: -20px;
    }
    100% {
        height: 1px;
        top: -20px;
    }
}

footer div.fl_box{
    width: 90%;
    margin: 80px auto;
    font-weight: bold;
    justify-content: flex-end;
}
footer dt{
    text-align: center;
    display: block;
    padding:0 20px 10px 20px;
    height: 190px;
    line-height: 190px;
    border-bottom: 1px solid #6477d4;
}
footer dt img{
    vertical-align: middle;
}

footer dl.fl_box{
    margin-right: auto;
    color: #333;
}
footer dl.fl_box dd{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 1em;
    margin-left: 20px;
}
footer dl.fl_box em{
    display: block;
    font-size: 1.4em;
    color: #3c51bc;
}
footer div.fl_box a:not(:first-of-type){
    margin-left: 40px;
}
footer div.fl_box a{
    color: #3c51bc;
    font-size: 80%;
    line-height: 1.2;
}
footer div.fl_box a:hover{
    transform: translateY(-10px);
}

footer a dt img{
    max-width: 120px;
}
footer a dd{
    text-align: center;
    padding-top: 10px;
    opacity: 0;
    transition: all ease .3s;
}
footer a:hover dd{
    opacity: 1;
}

footer aside{
    display: block;
    font-weight: bold;
    text-align: center;
    padding:35px 0;
    background: #6477d4;
    color: #fff;
    font-size: 90%;
}

@media print{
body{
	max-width: 1280px;
}

}

