@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 768px) {
#header {
z-index: 10000;
/*background-color: rgba(255,255,255,0.70)*/
}
.slider_scroll a {
display: inline-block;
position: absolute;
left: 40px;
bottom: 0;
z-index: 2;
padding: 10px 10px 110px;
overflow: hidden;
color: #fff;
font-size: 14px;
line-height: 1;
letter-spacing: .2em;
text-transform: uppercase;
text-decoration: none;
writing-mode: vertical-lr;
}

.slider_scroll a::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 1px;
height: 100px;
background: rgba(255,255,255,.4);
}

.slider_scroll a::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 1px;
height: 100px;
animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
background: #fff;
}


.headerWrap:before {
content: "";
position: absolute;
bottom: 110px;
right: 0;
width: 50%;
height: 300px;
/*background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%);*/
background: #26303e;
}

.hedTitWrap {
}

.headerslider {
height: calc(100% - 100px);
margin-bottom: 100px;
}
#dot {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 800px;
background: url(../images/index/dot.png) ,rgba(0,0,0,0.1);
z-index: 100;
}


.idxHedTit {
width: 100%;
height: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.idxHedTitIn { padding-left: 50px; width: 50%; }

.idxHedTitIn h2 {
color: #fff;
font-size: 4.5vw;
letter-spacing: 0.02em;
line-height: 1.2;
margin-bottom: 50px;
}

.idxHedTitIn h3 {
color: #fff;
font-size: 1vw;
letter-spacing: 0.1em;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
}

.hedTitWrap {
width: 100%;
height: 800px;
}

/*---------------------*/
.headerWrap {
position: relative;
margin-top: 100px;
}

.vegas-slide {
height: 100% !important;
}

/*----------------index------------------------------------*/

.idx_box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.idx_boxL { flex-basis: 48%; max-width: 48%; }
.idx_boxR { flex-basis: 48%; max-width: 48%; }

.idx_tit { margin-bottom: 50px; }
.idx_tit span.en { display: block; color: #1d2088; font-size: 2.4rem; margin-bottom: 20px; }
.idx_tit span.jp { font-size: 3.4rem; font-weight: bold; }

.idx_titW { margin-bottom: 50px; color: #fff; }
.idx_titW span.en { display: block; font-size: 2.4rem; margin-bottom: 20px; }
.idx_titW span.jp { font-size: 3.4rem; font-weight: bold; }
.idx_img { width: 100%; margin: 0 auto; }
.idx_img img { width: 100%; height: auto; }
.idx_txt { line-height: 2em; }
.idx_btn a { display: flex; flex-wrap: wrap; align-items: center; height: 70px; }
.idx_btn a span.arrow { width: 50px; height: 50px; border-radius: 50px; background: #1d2088; color: #fff; text-align: center; margin-right: 30px; line-height: 50px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; font-size: 1.6rem; }
.idx_btn { margin-top: 50px; }
.idx_btn a span.jp { font-size: 1.6rem; font-weight: bold; }
.idx_btn a:hover span.arrow { width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out}

.idx_txtW { line-height: 2em; color: #fff; }
.idx_btnW a { display: flex; flex-wrap: wrap; align-items: center; height: 70px; }
.idx_btnW a span.arrow { width: 50px; height: 50px; border-radius: 50px; color: #fff; text-align: center; margin-right: 30px; line-height: 50px; -webkit-transition: all 0.3s ease-out; border: 1px solid #fff; 
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; font-size: 1.6rem; }
.idx_btnW { margin-top: 50px; }
.idx_btnW a span.jp { font-size: 1.6rem; font-weight: bold; color: #fff; }
.idx_btnW a:hover span.arrow { width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out}


/*-------idx_box01-------------*/

#idx_box01 { position: relative; overflow: hidden; margin-top: 100px; margin-bottom: 100px; }

#idx_box02 { margin-bottom: 100px; }


/*----news-----*/
#idx_box03 { margin-bottom: 100px; }

.news_box { width: 100%; margin: 0 auto; }
.news_box dl:first-child { border-top: 1px solid #ededed; }
.news_box dl { border-bottom: 1px solid #ededed; padding: 30px 0px; }
.news_box dl { }
.news_box dl a { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.news_box dl a dt { flex-basis: 15%; max-width: 15%; margin-right: 5%; }
.news_box dl a dd {flex-basis: 80%; max-width: 80%; }
.news_box dl a dd { color: #333; }
.news_box dl a:hover {  color: #1d2088; }


.scroll-box {
width:98%;
overflow: auto;
-webkit-overflow-scrolling: touch;  /* 髫ｲ・ｷ繝ｻ・｣髫ｲ・､繝ｻ・ｧ驛｢・ｧ繝ｻ・ｹ驛｢・ｧ繝ｻ・ｯ驛｢譎｢・ｽ・ｭ驛｢譎｢・ｽ・ｼ驛｢譎｢・ｽ・ｫ */
padding: 1%;
height: 300px;
}

.scroll-box::-webkit-scrollbar {
height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
border-radius: 0px;
background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666666;
}

.news_tit { color: #1d2088; font-size: 1.2rem; margin-bottom: 15px; font-weight: bold; }
.news_txt { font-size: 1.6rem; font-weight: bold; }


#information { width: 100%; margin: 0 auto; }
#information dl:first-child { border-top: 1px solid #ededed; }
#information dl { border-bottom: 1px solid #ededed; padding: 30px 0px; }
#information dl { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
#information dl dt { flex-basis: 15%; max-width: 15%; margin-right: 5%; }
#information dl dd {flex-basis: 80%; max-width: 80%; margin: auto 0 auto auto; }
#information dl dd:first-child { color: #1d2088; font-weight: 400; }
#information dl dd:nth-child(n+2) { flex-basis: 80%; max-width: 80%; margin: auto 0 auto auto; margin-top: 15px;  }
#information dl dd { color: #333; }
#information dl a:hover {  color: #1d2088; }



div#news {
	word-wrap: break-word;
}

/*----recruit--idx_box03--*/
#idx_box04 { overflow: hidden;}
.recruit_box { width: 100%; margin: 0 auto; }
.recruit_box a { position: relative; padding: 50px 0px; min-height: 400px;  display: block; width: 100%; box-sizing: border-box; }
.recruit_box a::before {
content: "";
display: block;
background: url(../images/index/recruit_bg.jpg) center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -10;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.recruit_box a:hover::before {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.recruit_box a .idx_txtW { line-height: 2em; color: #fff; }
.recruit_box a .idx_btnW { display: flex; flex-wrap: wrap; align-items: center; height: 70px; justify-content: flex-end; }
.recruit_box a .idx_btnW span.arrow { width: 50px; height: 50px; border-radius: 50px; color: #fff; text-align: center; margin-right: 30px; line-height: 50px; -webkit-transition: all 0.3s ease-out; border: 1px solid #fff; 
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; font-size: 1.6rem; }
.idx_btnW { margin-top: 50px; text-align: right; margin: auto 0 auto auto; }
.recruit_box a .idx_btnW span.jp { font-size: 1.6rem; font-weight: bold; color: #fff; }
.recruit_box a:hover .idx_btnW span.arrow { width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out}

.recruit_txtbox { width: 40%; }





}





/*----------------------------------------------------*/

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}




/*sp*/
@media only screen and (max-width: 767px) {

.slider_scroll a {
display: inline-block;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
padding: 10px 10px 60px;
overflow: hidden;
color: #fff;
font-size: 12px;
line-height: 1;
letter-spacing: .2em;
text-transform: uppercase;
text-decoration: none;
writing-mode: vertical-lr;
}

.slider_scroll a::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 1px;
height: 50px;
background: rgba(255,255,255,.4);
}

.slider_scroll a::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 1px;
height: 50px;
animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
background: #fff;
}
#header {
background-color: rgba(255,255,255,1.00)
}.headerWrap:before {
content: "";
position: absolute;
bottom: 110px;
right: 0;
width: 50%;
height: 300px;
/*background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%);*/
background: #26303e;
}

.hedTitWrap {
}

.headerslider {
height: 400px
}
#dot {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/index/dot.png) ,rgba(255,255,255,0.1);
z-index: 100;
}


.idxHedTit {
width: 100%;
height: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.idxHedTitIn { padding: 0 45px;  }

.idxHedTitIn h2 {
color: #fff;
font-size: 4rem;
letter-spacing: 0.02em;
line-height: 1.2;
margin-bottom: 20px;
font-family: 'Questrial', sans-serif;
}


.idxHedTitIn h3 {
color: #fff;
font-size: 1.6rem;
letter-spacing: 0.1em;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
}

.hedTitWrap {
width: 100%;
height: 400px;
}

/*---------------------*/
.headerWrap {
position: relative;
}

.vegas-slide {
height: 100% !important;
}



/*----------------index------------------------------------*/

/*----------------index------------------------------------*/

.idx_box { width: 100%; margin: 0 auto; }
.idx_boxL { width: 100%; margin: 0 auto; }
.idx_boxR { width: 100%; margin: 0 auto; }

.idx_tit { margin-bottom: 30px; }
.idx_tit span.en { display: block; color: #1d2088; font-size: 2rem; margin-bottom: 15px; }
.idx_tit span.jp { font-size: 2.4rem; font-weight: bold; }
.idx_img { width: 100%; margin: 0 auto 30px; }
.idx_img img { width: 100%; height: auto; }
.idx_titW { margin-bottom: 30px; color: #fff; }
.idx_titW span.en { display: block; font-size: 2rem; margin-bottom: 15px; }
.idx_titW span.jp { font-size: 2.4rem; font-weight: bold; }

.idx_txt { line-height: 2em; }
.idx_btn a { display: flex; flex-wrap: wrap; align-items: center; height: 70px; }
.idx_btn a span.arrow { width: 50px; height: 50px; border-radius: 50px; background: #1d2088; color: #fff; text-align: center; margin-right: 30px; line-height: 50px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; font-size: 1.6rem; }
.idx_btn { margin-top: 30px; }
.idx_btn a span.jp { font-size: 1.6rem; font-weight: bold; }
.idx_btn a:hover span.arrow { width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out}

.idx_txtW { line-height: 2em; color: #fff; }
.idx_btnW a { display: flex; flex-wrap: wrap; align-items: center; height: 70px; }
.idx_btnW a span.arrow { width: 50px; height: 50px; border-radius: 50px; color: #fff; text-align: center; margin-right: 30px; line-height: 50px; -webkit-transition: all 0.3s ease-out; border: 1px solid #fff; 
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; font-size: 1.6rem; }
.idx_btnW { margin-top: 50px; }
.idx_btnW a span.jp { font-size: 1.6rem; font-weight: bold; color: #fff; }
.idx_btnW a:hover span.arrow { width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out}


/*-------idx_box01-------------*/

#idx_box01 { position: relative; overflow: hidden; margin-top: 70px; margin-bottom: 70px; }

#idx_box02 { margin-bottom: 70px; }


/*----news-----*/
#idx_box03 { margin-bottom: 70px; }
.news_box { width: 100%; margin: 0 auto; }
.news_box dl:first-child { border-top: 1px solid #ededed; }
.news_box dl { border-bottom: 1px solid #ededed; padding: 30px 0px; }
.news_box dl { }
.news_box dl a { }
.news_box dl dt { display: block; margin-bottom: 10px;  }
.news_box dl dd { display: block; }
.news_box dl a:hover {  color: #1d2088; }



#information dl:first-child { border-top: 1px solid #ededed; }
#information dl { border-bottom: 1px solid #ededed; padding: 30px 0px; }
#information dl { }
#information dl dt { display: block; margin-bottom: 10px;  }
#information dl dd { display: block; }
#information dl dd:nth-child(n+2) { display: block; margin-top: 10px; }
#information dl a:hover {  color: #1d2088; }

.scroll-box {
width:98%;
overflow: auto;
-webkit-overflow-scrolling: touch;  /* 髫ｲ・ｷ繝ｻ・｣髫ｲ・､繝ｻ・ｧ驛｢・ｧ繝ｻ・ｹ驛｢・ｧ繝ｻ・ｯ驛｢譎｢・ｽ・ｭ驛｢譎｢・ｽ・ｼ驛｢譎｢・ｽ・ｫ */
padding: 1%;
height: 300px;
}

.scroll-box::-webkit-scrollbar {
height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
border-radius: 0px;
background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666666;
}

.news_tit { color: #1d2088; font-size: 1.2rem; margin-bottom: 15px; font-weight: bold; }
.news_txt { font-size: 1.6rem; font-weight: bold; }

/*----recruit--idx_box03--*/
#idx_box04 { overflow: hidden;}
.recruit_box { width: 100%; margin: 0 auto; }
.recruit_box a { position: relative; padding: 50px 0px; min-height: 400px;  display: block; width: 100%; box-sizing: border-box; }
.recruit_box a::before {
content: "";
display: block;
background: url(../images/index/recruit_bg.jpg) center center;
background-size: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -10;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.recruit_box a:hover::before {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.recruit_box a .idx_txtW { line-height: 2em; color: #fff; }
.recruit_box a .idx_btnW { display: flex; flex-wrap: wrap; align-items: center; height: 70px; justify-content: flex-end; }
.recruit_box a .idx_btnW span.arrow { width: 50px; height: 50px; border-radius: 50px; color: #fff; text-align: center; margin-right: 30px; line-height: 50px; -webkit-transition: all 0.3s ease-out; border: 1px solid #fff; 
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; font-size: 1.6rem; }
.idx_btnW { margin-top: 50px; text-align: right; margin: auto 0 auto auto; }
.recruit_box a .idx_btnW span.jp { font-size: 1.6rem; font-weight: bold; color: #fff; }
.recruit_box a:hover .idx_btnW span.arrow { width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out}

.recruit_txtbox { width: 40%; }



}