@charset "utf-8";
*{margin: 0; padding: 0;
	-webkit-text-orientation: upright; /* Safari */
}
img{border: 0; font-size: 0;}
img, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, textarea, address, article, aside, dialog, figure, footer, header, hgroup, nav, section{
	font-size: 100%;
	list-style-type: none;
}

/*=================================
PC用CSS
=================================*/
html{
  font-size: 10px;
}
@media only screen and (min-width: 1500px) {
 html {
  font-size:12.5px
 }
}
@media only screen and (max-width: 768px) {
 html {
  font-size:2.67vw
 }
}

body{
	color: #000000;
	/*font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1024px;
	font-family: 'Noto Sans JP', sans-serif;
}
/*フォント共通部分*/
.pc_none{
	display: none!important;
}
#wrapper{
	position: relative;
	overflow: hidden;
}
.pageCover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 21;
}
.pageCover.show{
	visibility: hidden;
}
.pageCover .bges span{
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	-webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
	transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover.show .bges span{
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}
.pageCover .bges span.bg-2{
	-webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	background: #ffffff;
}
.pageBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1000;
}
.pageBg .lines span{
	position: absolute;
	display: block;
	background: #EDEDED;
}
.pageBg .lines span.line-t,
.pageBg .lines span.line-b{
	width: 100%;
	height: 1px;
}
.pageBg .lines span.line-t{
	top: 4rem;
	left: 0;
}
.pageBg .lines span.line-r,
.pageBg .lines span.line-l{
	width: 1px;
	height: 100%;
}
.pageBg .lines span.line-r{
	top: 0;
	right: 4rem;
}
.pageBg .lines span.line-l{
	top: 0;
	left: 4rem;
}
.pageBg .lines span.line-b{
	bottom: 4rem;
	left: 0;
}
.pageBg .txt{
	position: absolute;
	top: 10rem;
	bottom: 14rem;
	left: 0;
	width: 218px;
	height: 650px;
	background: url(../img/common/mv.png) no-repeat left center;
	background-size: contain;
	z-index: -1000!important;
}

.header{
	position: fixed;
	/*z-index: 20;*/
	width: 100%;
	min-width: 1024px !important;
	z-index: 2000;
}
.header::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	background: rgba(255,255,255,0.9);
	height: 9rem;
	width: 100%;
}
.header__logo{
	/*position: fixed;*/
	/*height: 1rem;*/
	z-index: 2;
	position: relative;
}
.header__logo a{
	position: absolute;
	top: 1.8rem;
	left: 3rem;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	width: 24rem;
	height: 5.8rem;
	background: url(../img/common/logo-2.png) no-repeat left center;
	background-size: contain;
}
.header__menu{
	display: none;
}
.header__nav{
	/*position: fixed;
	right: 0;
	top: 0;*/
	/*width: calc(100% - 25rem);*/
	/*height: 9rem;
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;*/
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	position: relative;
	z-index: 100;
}
.header__nav::after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.header__navInner{
	position: absolute;
	top: 0;
	right: 3rem;
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
}
/*.h-mainNav__list{
	overflow: hidden;
}*/
.header__nav .h-mainNav__list::after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.header__nav .h-mainNav__list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__nav .h-mainNav__list .item{
	display: block;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
}
.header__nav .h-mainNav__list .item a{
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6rem;
	border-top: .3rem solid transparent;
	padding: 3.4rem 0 0 0;
	transition: .3s;
}
.header__nav .h-mainNav__list .active a{
	border-top: .3rem solid #00318E;
}
.header__nav .h-mainNav__list .item a:hover{
	border-color: #00318E;
}
.header__nav .h-mainNav__list .item + .item{
	margin-left: 2.5rem;
}
@media only screen and (max-width: 1499px) {
	.header__nav .h-mainNav__list .item + .item{
		margin-left: 2.0rem;
	}
}



.content{
	position: relative;
	z-index: 1;
}

/*FIRST-VIEW  スリック部分*/
.page-top .fv{
	position: relative;
	height: 100vh;
	min-height: 750px;
	z-index: 13;
	overflow: hidden;
}
.page-top .fv__mainVisual{
	height: 100%;
	width: 100%;
	margin: 0 auto 0 170px;
	position: relative;
	display: block;
}
.page-top .fv__slide{
	position: absolute;
	height: calc(100% - 13rem);
	width: 100vw;
	min-width: 1104px;
	left: 0;
	bottom: 4rem;
	display: block;
	margin: 0 auto;
}
.page-top .fv__slide .slick-list{
	height: 100%;
	overflow: hidden;
}
.page-top .fv__slide .slick-track{
	height: 100%;
	overflow: hidden;
}
.page-top .fv__slide .item{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: none!important;
}
.page-top .fv__slide .slick-current{
	transition: none!important;
}
.page-top .fv__slide .item .img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

/*アイキャッチ　ズーム動かす場合*/
.page-top .fv__slide .slick-current .img{
	/*ゆっくり*/
	/*-webkit-animation: current linear 20s infinite normal;
	animation: current linear 20s infinite normal;*/
}
@keyframes current {
    0% {
    	/*小さくなる*/
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        /*大きくなる*/
        /*-webkit-transform: scale(1);
        transform: scale(1);*/
    }
    100% {
    	/*小さくなる*/
        -webkit-transform: scale(1.001);
        transform: scale(1.001);
        /*大きくなる*/
        /*-webkit-transform: scale(1.2);
        transform: scale(1.2);*/
    }
}
.page-top .fv__pager{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6rem;
	width: 4rem;
	height: 12rem;
	background: #000000;
	text-align: center;
}
.page-top .fv__pager .slick-counter{
	color: #ffffff;
	font-size: 1.2rem;
	padding: 1rem 0;
	border-bottom: 1px solid #313131;
}
.page-top .fv__pager .slick-counter{
	color: #ffffff;
	font-size: 1.2rem;
}
.page-top .fv__pager .slick-counter{
	color: #ffffff;
	font-size: 1.2rem;
}
.page-top .fv__pager .slick-prev,
.page-top .fv__pager .slick-next{
	position: absolute;
	z-index: 1;
	display: block;
	height: 4rem;
	width: 100%;
	cursor: pointer;
	font-size: 1rem;
	line-height: 28px;
	top: auto;
	padding: 0;
	margin: auto;
}
.page-top .fv__pager .slick-prev{
	bottom: 4rem;
}
.page-top .fv__pager .slick-prev::before,
.page-top .fv__pager .slick-next::before{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F99900;
	font-size: 1rem;
	opacity: 1;
	width: 15.5px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 15.5px 10px;
	background-position: ;
}
.page-top .fv__pager .slick-prev::before{
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	content: '';
	background-image: url(../img/common/prev-arrow.png);
}
.page-top .fv__pager .slick-next{
	bottom: 0;
}
.page-top .fv__pager .slick-next::before{
	-webkit-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
	background-image: url(../img/common/next-arrow.png);
}
.slick-prev{
	left: 0!important;
}
.slick-next{
	right: 0!important;
}

/*アイキャッチコピー大*/
.page-top .fv__copy{
	position: absolute;
	z-index: 10;
	bottom: 24rem;
	left: 0;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	transition: 0.8s;
}
.page-top .fv__copy.show2{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page-top .fv__copy .main{
	font-size: 62px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	color: #ffffff;
}
.page-top .fv__copy .main span{
	display: block;
	border-bottom: 2px solid #ffffff;
	padding: 0 17px 7px 40px; 
	margin-bottom: 13px;
}
.page-top .fv__copy .main span:last-child{
	margin-bottom: 0;
}

/*アイキャッチコピー小 下*/
.page-top .fv__copy2{
	position: absolute;
	z-index: 10;
	bottom: 16rem;
	left: 40px;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	transition: 0.8s;
}
.page-top .fv__copy2.show2{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page-top .fv__copy2 .main{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	color: #ffffff;
}
.page-top .fv__scroll{
	position: absolute;
	z-index: 10;
	right: 2.5rem;
	bottom: 0rem;
	z-index: 9;
	height: 6rem;
	width: 3rem;
}
.page-top .fv__scroll .txt{
	position: absolute;
	font-family: "Roboto";
	font-size: 1.1rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.page-top .fv__scroll .arw{
	display: block;
	width: 1px;
	height: 1.8rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.1rem;
	overflow: hidden;
}
.page-top .fv__scroll .arw::before,
.page-top .fv__scroll .arw::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
}
.page-top .fv__scroll .arw::after{
	-webkit-animation: scrollLine 3s ease-in-out infinite normal;
	animation: scrollLine 3s ease-in-out infinite normal;
	background: #F99900;
}
@keyframes scrollLine {
0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
15% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
}
.mod-btn{
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background-size: contain;
	text-decoration: none;
	position: relative;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #000000;
	font-size: 1.5rem;
	font-weight: 500;
	width: 20rem;
	padding: 1.6rem 2rem;
	line-height: 1;
	border: 1px solid #000000;
	box-sizing: border-box;
	opacity: 1;
}
.mod-btn::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -1.5rem;
	width: 3rem;
	height: 1px;
	background: #F99900;
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
}
.mod-btn .inner{
	color: #ffffff;
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}
.mod-btn.secondary .inner{
	color: #000000;
}
.mod-cvlink li .mod-btn .inner{
	display: block;
}
.mod-cvlink li .mod-btn .icon::before{
	display: block;
	margin-bottom: 0.5rem;
	color: #ffffff;
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}
html.menu-open .mod-btn:hover .inner{
	color: #000000;
}
html.menu-open .mod-btn.secondary:hover .inner{
	color: #ffffff;
}
.mod-cvlink li .mod-btn .icon.recruit::before{
	color: #000;
	font-size: 2rem;
	content: '';
	line-height: 1;
	width: auto;
	height: 2rem;
	background-image: url(../img/common/icon_recruit_bk.png);
	background-repeat: no-repeat;
	background-size: auto 2rem;
	background-position: center;
}
.mod-cvlink li .mod-btn:hover .icon.recruit::before{
	background-image: url(../img/common/icon_recruit_wh.png);
}
.mod-cvlink li .mod-btn .icon.brochures::before{
	color: #000;
	font-size: 2rem;
	content: '';
	line-height: 1;
	width: auto;
	height: 2rem;
	background-image: url(../img/common/icon_brochures_wh.png);
	background-repeat: no-repeat;
	background-size: auto 2rem;
	background-position: center;
}
.mod-cvlink li .mod-btn:hover .icon.brochures::before{
	background-image: url(../img/common/icon_brochures_bk.png);
}
.mod-cvlink li .mod-btn .icon.contact::before{
	color: #000;
	font-size: 2rem;
	content: '';
	line-height: 1;
	width: auto;
	height: 2rem;
	background-image: url(../img/common/icon_contact_wh.png);
	background-repeat: no-repeat;
	background-size: auto 2rem;
	background-position: center;
}
.mod-cvlink li .mod-btn:hover .icon.contact::before{
	background-image: url(../img/common/icon_contact_bk.png);
}
.mod-btn .bg{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
}
.mod-btn.secondary .bg{
	background: #ffffff;
}
html.menu-open .mod-btn:hover .bg::after{
	left: 0;
	width: 100%;
}

.mod-btn .bg::after{
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	background: #ffffff;
}
.mod-btn .bg::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	right: 0;
	height: 100%;
}
.mod-btn.secondary .bg::after{
	background: #000000;
}

/*フェードイン下から上*/
.fadein_bottom {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein_bottom.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*フェードイン右から左*/
.fadein_right {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 1s;
}
 
.fadein_right.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*フェードイン左から右*/
.fadein_left {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1s;
}
 
.fadein_left.active{
  opacity : 1;
  transform : translate(0, 0);
}





/*------------------------------------------------------------
  ▼▼▼下層ページ共通部分▼▼▼
------------------------------------------------------------*/
header{
	/*position: fixed;*/
	z-index: 20;
	width: 100%;
	top: 0;
}
main{
	width: 100%;
	height: auto;
	margin-top: 9rem;
	min-height: 700px;
}
a.to_contact{
	box-sizing: border-box;
	display: block;
	width: 48px;
	position: absolute;
	top: 11rem;
	right: 0;
	padding: 23px 18px;
	background-color: #00489B;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	z-index: 1100;
	cursor: pointer;
}
.m_cont{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
.eyecatch .eye_inn{
	width: 1024px;
	height: 235px;
	/*margin: 0 auto;*/
	position: relative;
	margin-left: 170px;
}
.eyecatch .eye_inn h2{
	display: inline-block;
	width: auto;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.eyecatch .eye_inn h2 span{
	color: #fff;
	font-size: 38px;
	line-height: 48px;
	border-bottom: 2px solid #fff;
	padding: 0 5px 10px 20px;
	display: block;
}
.eyecatch .eye_inn h2 .jap{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	padding: 10px 20px 10px;
	display: block;
	border-bottom: 0;
}
/*サブタイトル部分*/
img.line{
	width: 30px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
h3.sub_title{
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
}


/*リクルート・教育ページ共通*/
img.line{
	width: 30px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
h3.sub_title{
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
}
/*共通*/





/*------------------------------------------------------------
  ボトム aside リクルートバナー部分
------------------------------------------------------------*/
aside{
	width: 100%;
	height: auto;
	margin-top: 100px;
	padding: 50px 0;
	background-image: url(../img/service/bnr_rec.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
aside h2{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 800;
	letter-spacing: 1px
}
aside p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
}
aside a{
	width: 196px;
	height: auto;
	padding: 10px 0;
	margin: 20px auto 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #00318E;
	background-color: #fff; /*通常時のBG色*/
	display: block;
	position: relative;
	border: 1px solid #fff; /*通常時のボーダー色*/
	transition: .3s ;
}
aside a::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   /*color: #00318E;*/
   background: #00318E; /*ホバー時のBG色*/
   /*border: 1px solid #fff;*/
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform .3s;
 }
aside a:hover{
	color: #fff; /*ホバー時の文字色*/
	border: 1px solid #fff; /*ホバー時のボーダー色*/
 }
aside a:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
   color: #fff;
 }
 
 aside a::after{
	content:'';
	display: block;
	width: 28px;
	height: 1px;
	background-image: url(../img/common/line01.jpg);
	background-repeat:no-repeat; 
	background-size: 28px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	margin: auto;
}
/*------------------------------------------------------------
  ▲▲▲下層ページ共通部分▲▲▲
------------------------------------------------------------*/


/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 100px 0 0;
	overflow: hidden;
}
.footer_inner {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/*▼▼▼フッター左部分▼▼▼*/
.footer_inner .f_left{
	width: 247px;
	height: auto;
	float: left;
}
.footer_inner .f_left .footer_logo{
	width: 237px;
	height: auto;
	display: block;
}
.footer_inner .f_left .footer_logo a{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.footer_inner .f_left .footer_logo a img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.footer_inner .f_left .adress{
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 13px;
	line-height: 19px;
}
.footer_inner .f_left .adress a{
	color: #000;
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
}

/*▼▼▼フッター右部分 メニュー▼▼▼*/
.footer_menu {
	width: 756px;
	height: auto;
	margin: 20px 0 0 0 ;
	float: right;
}
.footer_menu ul.f_menu {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_menu ul.f_menu li {
	margin: 0;
	display: block;
}
.footer_menu ul.f_menu li.active {
	border-bottom: 1px solid #000;
}
.footer_menu ul.f_menu li a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	transition: all .2s;
	display: block;
}
.footer_menu ul.f_menu li a:hover {
	color: #00489B;
	transition: all .2s;
}

/*▼▼▼フッターメニュー子要素部分▼▼▼*/
.footer_menu ul.f_menu li.parent{
	position: relative;
}
.footer_menu ul.f_menu li ul.child{
	width: 145px;
	height: auto;
	margin: 13px auto 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: -65px;
}
.footer_menu ul.f_menu li ul.child li{
	margin-bottom: 7px;
}
.footer_menu ul.f_menu li ul.child li a {
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	transition: all .2s;
}

/*▼▼▼サブメニュー部分▼▼▼*/
ul.f_sub{
	width: auto;
	height: auto;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: 0;
}
ul.f_sub li{
	width: auto;
	height: auto;
	float: left;
}
ul.f_sub li a{
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	transition: all .2s;
}
ul.f_sub li a:hover{
	color: #00489B;
	transition: all .2s;
}

/*▼▼▼コピーライト部分▼▼▼*/
footer .copyright{
	width: 100%;
	height: auto;
	margin-top: 40px;
	background-color: #00318E;
}
footer .copyright p{
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

footer #page-top{
	width: 57px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
footer #page-top a{
	width: 100%;
	height: auto;
	display: block;
}
footer #page-top a img{
	width: 100%;
	height: auto;
	display: block;
}












/*=================================
pad用CSS
=================================*/

@media only screen and (max-width: 768px) {
a:hover{
	opacity: 0.7;
}
.header{
	position: fixed;
	width: 100%;
	min-width: initial!important;
	z-index: 2000;
	height: 8rem;
	display: block;
}
.header::before{
	height: 8rem;
	z-index: 2;
}
.header__logo{
	/*height: 8rem;*/
	width: 250px;
	height: auto;
}
.header__logo a{
	position: absolute;
	top: 1.3rem;
	left: 2rem;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	/*width: 24rem;
	height: 5.8rem;*/
	width: 100%;
	/*height: auto;*/
	background: url(../img/common/logo-2.png) no-repeat left center;
	background-size: contain;
}


/*ハンバーガーメニュー*/
.header__menu{
	display: block;
	z-index: 3;
	text-decoration: none;
	position: fixed;
	width: 7rem;
	height: 8rem;
	top: 0;
	right: 0;
	-webkit-transition: none !important;
	transition: none !important;
	z-index: 2500;
}
.header__menu .lines{
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	position: relative;
	width: 7rem;
	height: 8rem;
	z-index: 2500;
}
.header__menu .line-1,
.header__menu .line-2,
.header__menu .line-3,
.header__menu .line-4{
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.5rem;
	width: 3rem;
	height: 3px;
	background: #000;
}
.header__menu .line-1{
	margin-top: -1rem;
}
.header__menu .line-2,
.header__menu .line-3{
	margin-top: -0.1rem;
	background: #43B0DE;
}
.header__menu .line-2{
	opacity: 0;
	background: #000;
}
.header__menu .line-4{
	margin-top: 0.8rem;	
}
/*ハンバーガーメニュー クリック時*/
html.menu-open .header__menu .line-1,
html.menu-open .header__menu .line-2,
html.menu-open .header__menu .line-3,
html.menu-open .header__menu .line-4{
	margin-top: -0.1rem;
}
html.menu-open .header__menu .line-1{
	opacity: 0;
}
html.menu-open .header__menu .line-2{
	opacity: 1;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
html.menu-open .header__menu .line-3{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
html.menu-open .header__menu .line-4{
	opacity: 0;
}
html.menu-open{
	/*動き固定*/
  /*position: fixed;*/
  /*奥行きを管理*/
  /*z-index: -1;*/
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

/*ハンバーガーメニュー ナビ*/
.header__nav{
	left: 0;
	right: auto;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	overflow: hidden;
	visibility: hidden;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	position: fixed;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

/*.header__nav::before{
	content: "";
	position: fixed;
	top: 8rem;
	right: -4rem;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	width: 33.4rem;
	height: 36.4rem;
	background: url(../img/common/logo3.png) no-repeat left center;
	background-size: contain;
}*/
.header__nav::after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.header__line{
	position: fixed;
	z-index: 1;
	top: 4rem;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: #EDEDED;
	opacity: 0;
}
/*ハンバーガーメニュー ナビクリック時*/
html.menu-open .header__nav{
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	background-color: rgba(0,49,142,0.8);
	z-index: 100;

}
.header__navInner{
	position: static;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 8rem 0;
}
.header__nav .h-mainNav{
	float: none;
	margin-right: 0;
	padding: 0rem 2rem;
	position: relative;
}
.header__nav .h-mainNav__list{
	display: block;
}
.header__nav .h-mainNav__list::after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.header__nav .h-mainNav__list .item{
	float: none;
	display: block;
	height: auto;
	text-align: center;
}
.header__nav .h-mainNav__list .item a{
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	padding: 15px;
	line-height: 1;
	overflow: inherit;
	color: #fff;
}
.h-mainNav__list .item a::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.2rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	opacity: 0;
	background: #F99900;
	-webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
	transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}
.header__nav .h-mainNav__list .item a:hover{
	border-bottom: none!important;
}
.header__nav .h-mainNav__list .item + .item{
	margin-left: 0;
}
.h-mainNav__inner a.sp_menu_tel::before{
    display: block;
    content: '';
    position: absolute;
    bottom: 2px;
    left: 15px;
    width: 23px;
    height: 31px;
    margin-top: -12px;
    background: url(../img/common/icon_tel02.png) 0 0 no-repeat;
    background-size: auto;
    background-size: 23px 31px;
}
.h-mainNav__inner a.sp_menu_tel{
	font-size: 32px;
	line-height: 45px;
	font-weight: 800;
	text-align: center;
	padding-left: 15px;
	position: relative;
	color: #fff;
	width: 285px;
	margin: 35px auto 0;
}

.h-mainNav__inner ul.sp_menu_privacy{
	display: block;
	margin-top: 35px;
}
.h-mainNav__inner ul.sp_menu_privacy li{
    float: none;
    display: block;
    height: auto;
    text-align: center;
}
.h-mainNav__inner ul.sp_menu_privacy li a{
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	line-height: 1;
	overflow: inherit;
	color: #fff;
}

.header__nav .h-mainNav__list .item a{
	border-top: none!important;

}

.eye_inn .eye_bg{
	width: 100%;
	height: 235px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

.eyecatch{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.eyecatch .eye_inn{
	width: 100%;
	height: 235px;
	margin: 0 auto;
	position: relative;
}
.eyecatch .eye_inn h2{
	display: inline-block;
	width: auto;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.eyecatch .eye_inn h2 span{
	color: #fff;
	font-size: 38px;
	line-height: 48px;
	border-bottom: 2px solid #fff;
	padding: 0 5px 10px 20px;
	display: block;
}
.eyecatch .eye_inn h2 .jap{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	padding: 10px 20px 10px;
	display: block;
	border-bottom: 0;
}












/*=================================
sp用CSS
=================================*/

@media only screen and (max-width: 767px) {
body{
	min-width: 320px;
}
.pc_none{
display: block!important;
}
.sp_none{
	display: none!important;
}
#wrapper {
	min-width: 320px;
}
.pageBg .lines span.line-r,
.pageBg .lines span.line-l,
.pageBg .lines span.line-b{
	display: none;
}
.pageBg .txt{
	top: auto;
	bottom: 0rem;
	width: 14.2rem;
	height: 47.4rem;
	left: -10px;
	z-index: -1000!important;
}
.mod-tel a{
	font-size: 2.2rem;
}
.mod-tel a span{
	font-size: 3.6rem;
}


/*sp pad メニュー部分ホバー、active系の指示*/
/*.header__nav .h-mainNav__list .active a{
	border-top: .3rem solid #fff;
}
.header__nav .h-mainNav__list .item a:hover{
	border-top: .3rem solid #fff;
}*/
.header__nav .h-mainNav__list li{
	position: relative;
}
.header__nav .h-mainNav__list .active::before{
	display: block;
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 23%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
}
.header__nav .h-mainNav__list .active a{
	border-top: none;
}


.page-top .fv__slide{
	position: absolute;
	height: calc(100% - 8rem);
	width: 100%;
	right: 0;
	top: 8rem;
	bottom: auto;
}
.page-top .fv__slide .item::before{
	width: 7rem;
	height: 9.6rem
}
.page-top .fv__slide .item__pc{
	display: none;
}
.page-top .fv__slide .item__sp{
	display: block;
}
.page-top .fv__pager{
	position: absolute;
	right: 0;
	top: auto;
	bottom: 6.8rem;
	margin-top: 0;
	width: 3.6rem;
	height: 8.6rem;
}
.page-top .fv__pager .slick-prev,
.page-top .fv__pager .slick-next{
	height: 3rem;
}
.page-top .fv__pager .slick-prev{
	bottom: 3rem;
}
.page-top .fv__pager .slick-counter{
	line-height: 1;
	padding: 0.8rem 0 0.5rem;
}
.page-top .fv__pager .slick-counter{
	line-height: 1;
}
.page-top .fv__copy{
	top: auto;
	bottom: 35%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.page-top .fv__copy .main{
	font-size: 34px;
	line-height: 1.2;
}
.page-top .fv__copy .main span{
	display: block;
	border-bottom: 2px solid #ffffff;
	padding: 0 10px 7px 10px;
	margin-bottom: 13px;
	width: 100%;
}
.page-top .fv__copy .main::before{
	width: 4.2rem;
	height: 4.2rem;
	bottom: -1rem;
	left: -1rem;
}
/*div.fv__copy2.show2{
	position: absolute;
	z-index: 10;
	bottom: 21%;
	left: 10px;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	transition: 0.8s;
}*/

.page-top .fv__copy.show2{
	padding-right: 10%;
}
.page-top .fv__copy.show2 p{
	font-size: 30px;
}

div.fv__copy2.show2{
	left: 10px;
	bottom: 21%;
}

.page-top .fv__copy2{
	left: 10px!important;
	bottom: 22%!important;
}
.page-top .fv__copy2 .main {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    position: relative;
    color: #ffffff;
}

.page-top .fv__scroll{
	display: none;
	right: 0.5rem;
	height: 5rem;
}


div.fv__mainVisual{
	width: 100%;
	height: auto;
}
.page-top .fv{
	position: relative;
	height: 100vh;
	z-index: 13;
	overflow: hidden;
	min-height: auto;/*IE対応*/
	min-height: initial;
}
.page-top .fv__mainVisual{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.page-top .fv__slide{
	min-width: 320px;
}
.page-top .fv__slide .slick-list{
	height: 100%;
	overflow: hidden;
}
.page-top .fv__slide .slick-track{
	height: 100%;
	overflow: hidden;
}
.page-top .fv__slide .item{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: none!important;
}
.page-top .fv__slide .slick-current{
	transition: none!important;
}





/*------------------------------------------------------------
  ▼▼▼下層ページ共通部分▼▼▼
------------------------------------------------------------
header{
	position: fixed;
	z-index: 20;
	width: 100%;
	top: 0;
}
main{
	width: 100%;
	height: auto;
	margin-top: 8rem;
}
a.to_contact{
    box-sizing: border-box;
    display: block;
    width: 48px;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    position: absolute;
    top: 11rem;
    right: 0;
    padding: 23px 18px;
    background-color: #00489B;
    color: #fff;
    z-index: 15;
    cursor: pointer;
}
.m_cont{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.eyecatch .eye_inn{
	width: 100%;
	height: 235px;
	position: relative;
}
.eyecatch .eye_inn h2{
	display: inline-block;
	width: auto;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.eyecatch .eye_inn h2 span{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	border-bottom: 2px solid #fff;
	padding: 0 5px 10px 20px;
	display: block;
}
.eyecatch .eye_inn h2 .jap{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 800;
	padding: 10px 20px 10px;
	display: block;
	border-bottom: 0;
}
/*サブタイトル部分*/
img.line{
	width: 30px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
h3.sub_title{
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
}


/*リクルート・教育ページ共通*/
img.line{
	width: 30px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
h3.sub_title{
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
/*共通*/





/*------------------------------------------------------------
  ボトム aside リクルートバナー部分
------------------------------------------------------------*/
aside{
	width: 100%;
	height: auto;
	margin-top: 105px;
	padding: 70px 0;
	background-image: url(../img/service/rec_bnr_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
aside h2{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 800;
	letter-spacing: 1px
}
aside p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	width: 90%;
	margin: 15px auto 0;
}
aside a{
	width: 196px;
	height: auto;
	padding: 10px 0;
	margin: 20px auto 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #00318E;
	background-color: #fff; /*通常時のBG色*/
	display: block;
	position: relative;
	border: 1px solid #fff; /*通常時のボーダー色*/
	transition: .3s ;
}
aside a::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   /*color: #00318E;*/
   background: #00318E; /*ホバー時のBG色*/
   /*border: 1px solid #fff;*/
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform .3s;
 }
aside a:hover{
	color: #fff; /*ホバー時の文字色*/
	border: 1px solid #fff; /*ホバー時のボーダー色*/
 }
aside a:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
   color: #fff;
 }
 
 aside a::after{
	content:'';
	display: block;
	width: 28px;
	height: 1px;
	background-image: url(../img/common/line01.jpg);
	background-repeat:no-repeat; 
	background-size: 28px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	margin: auto;
}
/*------------------------------------------------------------
  ▲▲▲下層ページ共通部分▲▲▲
------------------------------------------------------------*/








/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	overflow: hidden;
}
.footer_inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/*▼▼▼フッター左部分▼▼▼*/
.footer_inner .f_left{
	width: 100%;
	height: auto;
}
.footer_inner .f_left .footer_logo{
	width: 70%;
	max-width: 250px;
	height: auto;
	display: block;
}
.footer_inner .f_left .footer_logo a{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.footer_inner .f_left .footer_logo a img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.footer_inner .f_left .adress{
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 13px;
	line-height: 19px;
}
.footer_inner .f_left .adress a{
	color: #000;
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
}

/*▼▼▼フッター右部分 メニュー▼▼▼*/
.footer_menu {
	display: none;
	width: 635px;
}

/*▼▼▼サブメニュー部分▼▼▼*/
ul.f_sub{
	display: none;
}

/*▼▼▼コピーライト部分▼▼▼*/
footer .copyright{
	width: 100%;
	height: auto;
	margin-top: 50px;
	background-color: #00318E;
	padding: 0 1%;
}
footer .copyright p{
	font-size: 9px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	color: #fff;
	margin-left: 5px;
}

footer #page-top{
	width: 57px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
footer #page-top a{
	width: 100%;
	height: auto;
	display: block;
}
footer #page-top a img{
	width: 100%;
	height: auto;
	display: block;
}



















}