<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*----------------- news ------------------*/

#news{
	background-color: #fff;
	position: relative;
	padding: 0;
	min-height: 114px;
	width: 100%;
}
#news .newsout{
  position: absolute;
  bottom: 0;
	background-color: #fff;
	width: 100%;
	left: 0;
	z-index: 3;
	padding: 20px 0;
}
#news .wrap{
	width: 1280px;
	margin: auto;
	max-width: 100%;
}
#news .flex{
	justify-content: space-between;
}
#news .flex::after{
	content: none;
}
#news .newsBtn{
	float: left;
}

#news .newsBtn span{
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 160px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	color: #000;
	cursor: pointer;
}
#news .newsBtn span:hover{
	text-decoration: none;
	opacity: 0.6;
}





#news .newsCnts{
	display: none;
}
#news dl{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
	margin-left: 201px;
	
}
#news .newsBtn + dl{
	float: left;
	margin-left: 42px;
	margin-top: 14px;
	width: calc( 100% - 160px - 42px);
}

#news dl dt{
	float: left;
	clear: left;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
#news dl dd{
	padding-left: 112px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 21px;
}

#news .scroll{

}
#news .scroll #closeBtn{
	cursor: pointer;
	width: 42px;
	margin: auto;
	display: block;
}
#news .scroll img{
	display: block;
	margin: auto;
}
#news .linkBtn a{
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #000;
	display: block;
	width: 130px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #666666;
	margin: auto;
}
#news .linkBtn a:hover{
	text-decoration: none;
	color: #fff;
	border: 1px solid #174097;
	background-color: #174097;
}

#news .closeBtn{
	display: flex;
	justify-content: flex-end;
}

#news .closeBtn span{
	/*cursor: pointer;*/
	width: 160px;
	height: 40px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: right;
	
}
#news .closeBtn span:hover{
/*	opacity: 0.6;*/
}
#news .closeBtn span img{
	display: inline-block;
	margin-right: 12px;
	margin-top: 9px;
}


#news .spin {
	transition: .3s ;
	transform: rotateZ( 0deg ) ;
}

#news .open + .scroll .spin{
	transform: rotateZ( 180deg ) ;
}
/*----------- section ------------------*/
#fullpage section {
	background: #fff;
}
#page01{
	border-top: 1px solid #e1e1e1;
}

#page01 .flex,
#page02 .flex,
#page03 .flex,
#page04 .flex{
	align-items: center;
}

#page02 .flex,
#page04 .flex{
	flex-flow: row-reverse;
}
.txtBox{
	width: 50%;
	max-width: 100%;
	padding: 0 80px;
}
#page01 .txtBox{
	padding-left: 97px;
}

.txtBox .ttl{
	font-size: 4.4rem;
	line-height: 1;
  font-family: 'Lato', sans-serif;
}
.txtBox .ttl span{
	font-size: 1.8rem;
	display: block;
	margin-top: 12px;
	margin-left: 4px;
	color: #073f93;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.txtBox ul{
	margin-top: 107px;
	padding-left: 80px;
}

.txtBox ul::after{
	content: "";
	display: block;
	clear: both;
}
.txtBox li{
	margin-bottom: 2px;
	display: inline-block;
}
.txtBox ul li::after{
	content: "";
	display: block;
	clear: both;
}

.txtBox li a{
	font-size: 2.0rem;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.025em;

	display: block;
}
.txtBox li a:hover{
	text-decoration: none;
}


.txtBox li a::after{
	content: "";
	display: block;
	clear: both;
}



.txtBox li a{
	position: relative;
	padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(7,66,148,1) 50%);
  background-position: 0 0;
  background-size: 201% auto;
  transition: .3s;
	padding:10px 48px 10px 28px;
}

.txtBox li.active a,
.txtBox li a:hover {
  background-position: -99% 0;
  color: #fff;
}

.txtBox li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  margin-top: -5px;
	width: 8px;
  height: 8px;
	border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.txtBox li.active a::after{
	opacity: 1;
}
.txtBox li.active a:hover::after ,
.txtBox li a:hover::after {
  animation: arrow 1.2s infinite;
}
.txtBox li.active.linkclose a:hover::after ,
.txtBox li.linkclose a:hover::after {
  animation: none;
}

.txtBox li.linkclose a {
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(183,183,183,1) 50%);
	cursor: default;
}

@keyframes arrow {
  50% {
    right: .2em;
    opacity: 1;
  }
  100% {
    right: -.6em;
    opacity: 0;
  }
}


p.sectxt{
	font-size: 1.4rem;
	line-height: 2.4;
	letter-spacing: 0.05em;
	margin-top: 42px;
	max-width: 100%;
	margin-left: 6px;
}
.imageBox{
	width: 50%;
	max-width: 100%;
}
.imageBox img{
	width: 100%;
}
#page03 .wrap_contents{
	background-image: url(../images/index/sec03_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#page03 .imageBox{
	padding: 100px 80px 100px 0;
}
.page03_btm{
	border-top: 1px solid #e1e1e1;
	padding: 100px 0;
}
.interview_box{
	display: flex;
	flex-wrap: wrap;
	width: 1280px;
	max-width: 100%;
	margin: auto;
}

.interview_box .box {
  width:391px;
  margin-right: calc((100% - 391px * 3) / 2);
	margin-bottom: 35px;
}
.interview_box .box:nth-of-type(3n) {
  margin-right:0;
}

.interview_box .department{
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	font-family: 'Lato', sans-serif;
}
.interview_box .vxc .department{
	color: #60a934;
}
.interview_box .tim .department{
	color: #f03d00;
}

.interview_box .position_jp{
	font-size: 1.6rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.interview_box .box a{
	position: relative;
	display: block;
}



.interview_box .box a:hover::after{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(93,168,49,0.74);
	content: "";
	left: 0;
	top: 0;
}
.interview_box .vxc.box a:hover::after{
	background-color: rgba(93,168,49,0.74);
}
.interview_box .tim.box a:hover::after{
	background-color: rgba(245,117,47,0.74);
}

/* 第一次フェーズ リンク無 */
.interview_box .box a.linkclose{ cursor: default;}
.interview_box .box a.linkclose:hover img{ 
	opacity: 1;
}
.interview_box .box a.linkclose:hover::after{
	content: none;
}

/*#page04{
	background-image: url(../images/index/sec04_bg.png);
	background-size: cover;
	color: #fff;
	padding: 100px 0;
}*/

.block04 .inn{
	background-image: url(../images/index/sec04_bg.png);
    background-position: top center;
	background-size: cover;
	color: #fff;
	padding: 170px 0 170px 0;
}
#page04 .wrap_contents{ 
	width: 100%;
}

#page04 .ttl span{
	color: #fff;
}
#page04 ul li{
	overflow: hidden;
}
#page04 ul li a{
	color: #fff;
}

section a.anchor {
	display: none;
}

.wrap_contents:focus {
	outline: none;
}

/*------------------- 1440 ------------------*/

@media only screen and (max-width: 1440px) {
    .wrap{ 
		width: 100%;
	}
	.wrap.interview_box{
		width: 1280px;
		max-width: 100%;
	}
    #news .wrap{
        width: 96%;
    }

	#page04 .txtBox ul li a{
		font-size: 1.8rem;
	}
	.interview_box .box{
		width: 32%;
		margin-right: calc((100% - 96%) / 2);
	}	
	
	.txtBox,
	#page01 .txtBox{
		padding: 0 40px;
	}
    #page03 .imageBox{
        padding: 100px 40px 100px 0;
    }
	.txtBox ul{
		padding-left: 40px;
	}
}

/*------------------- 1280 ------------------*/

@media only screen and (max-width: 1280px) {
	
	
	.txtBox ul{
		padding-left: 0;
		margin-top: 30px;
	}
	#page04{
		padding: 0 0 0;
	}
	.txtBox,
	#page01 .txtBox{
		padding: 0 20px 0 30px;
	}
    #page03 .imageBox{
        padding: 100px 30px 100px 0;
    }
	
	.interview_box{
		padding:0 20px; 
		
	}
	.block04{
		padding: 0;
	}
 
}
/*------------------- 768 ------------------*/

@media only screen and (max-width: 768px) {



	#news{
/*		z-index: 2;*/
		position: relative;
		min-height: inherit;
	}
	#news .flex{
		margin-top: 8px;
	}
	#news .newsBtn{
		float: none;
		margin: 0;
	}
	#news .newsBtn span{
		width: 80px;
		margin: 0;
		padding-bottom: 1px;
		font-size: 1rem;
		padding-top: 0;
	}

	#news dl{
		float: none;
		width: 100%;
		margin: auto;
		padding: 0;
	}
	#news .newsBtn + dl {
		float: none;
		margin-left: auto;
		margin-top: auto;
		margin-top: 5px;
		width: 100%;
	}
	#news dl dt{
		font-size: 1.2rem;
		padding-left: 0;
	}
	#news dl dd{
		padding-left:6.5em;
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	
	#news .linkBtn a {
		font-size: 1.0rem;
		width: 115px;
		height: 20px;
		line-height: 18px;
	}
	
	#news .scroll a{
		text-align: center;
	}
	#news .scroll a img{
		margin: auto;
		zoom:0.5;
	}	
	#news .newsout{
		position: static;
		padding: 17px 0 15px;
	}
	#news .closeBtn{
		/*margin-right: 10px;*/
	}
	#news .closeBtn span{
		width: 80px;
		height: 20px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#news .closeBtn span img {
		display: inline-block;
		margin-right: 3px;
		margin-top: 0;
		max-height: 100%;
	}
	#news .scroll img{
		zoom:0.5;
	}
	#page01, 
	#page02, 
	#page03,
	#page04{
		padding:40px 0 0;
	}
	#page04{padding-top: 0;}
	
	
	#page01 .flex, 
	#page02 .flex, 
	#page03 .flex,
	#page04 .flex{
		display: block;
		padding: 0;
	} 
	.imageBox,
	#page01 .imageBox, 
	#page02 .imageBox, 
	#page03 .imageBox, 
	#page04 .imageBox{
		padding: 0;
		background-image: none;
		position: relative;
		margin: auto;
	}
	
	#page01 .imageBox, 
	#page02 .txtBox, 
	#page03 .imageBox, 
	#page04 .txtBox,
	#page01 .txtBox, 
	#page02 .imageBox, 
	#page03 .txtBox, 
	#page04 .imageBox{
		float: none;
		width: 100%;
	}
	
	.imageBox img{
		width: 100%;
	}

	.txtBox,
	#page01 .txtBox,
	#page02 .txtBox,
	#page03 .txtBox,
	#page04 .txtBox{
		margin: auto;
		/*padding: 15px 20px;*/
		padding: 0 6.25% 30px;
	}
	.txtBox .ttl{
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.txtBox .ttl span{
		font-size: 1.2rem;
		margin-top: 8px;
		margin-left: 0;
	}
	.txtBox ul,
	#page02 .txtBox ul, #page04 .txtBox ul{
		margin-top: 27px;
		padding-left: calc( 30px - 1.5em);
		padding-right: 0;
	}
	.txtBox li{
		margin-bottom: 5px;
/*		display: block;*/
	}
	.txtBox li a,
	#page04 .txtBox ul li a{
		font-size: 1.4rem;
	}
	#page01 .txtBox li a::before, 
	#page03 .txtBox li a::before{
		margin-right: 5px;
	}
	#page02 p.sectxt, #page04 p.sectxt,
	p.sectxt {
		font-size: 1.4rem;
		line-height:2;
		letter-spacing: 0.05em;
		margin:auto;
		width: auto;
		padding: 23px 0 0 ;
		margin-bottom: 45px;
		float: none;
		position: relative;
		z-index: 2;
-webkit-text-size-adjust: 100%;		
	}
	p.sectxt{
		width: 100%;
		max-width: 100%;
	}
	#page04 ul li{
		overflow: visible;
	}	
.txtBox li a::after {
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    opacity: 1;
	margin-left: 10px;
	right: -20px;
	right: 0.5em;
	top: 57%;
}
	
	.txtBox li a {
		position: relative;
		background-image: none !important;
		transition: none;
		padding: 0;
		padding: 0.5em 2em 0.5em 1em;
		background-color: rgba(7,66,148,1);
		color: #fff;
}
	.txtBox li.change_btn05 a{
		padding: 0.5em 1.5em 0.5em 1em;
	}
	.txtBox li.linkclose a{
		background-color: rgba(183,183,183,1)
	}
	.txtBox li.active a, 
	.txtBox li a:hover{
		background-position: 0;
		
	}
	.txtBox li a:hover{
		opacity: 0.6;
	}
	.txtBox li.linkclose a:hover{
		opacity: 1;
	}
	.txtBox li.active a:hover::after, 
	.txtBox li a:hover::after{
		animation: none;
	}
	
	#page03 .imageBox{
		padding-bottom: 30px;
	}
	.page03_btm{
		padding: 20px 0 0 ;
	}
	.interview_box{
		padding-bottom: 18px;
	}
	.interview_box .box{
		width: 50%;
		margin: auto;
		margin-bottom: 15px;
	}
	.interview_box .department{
		font-size: 1rem;
	}
	.interview_box .position_jp{
		font-size: 1rem;
	}
	.interview_box .ip{
		display: block !important;
	}

	#page04 .txtBox li a::after{
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	
	#page01 .tab{
		display: none !important;
	}
	#page03{
		padding-top: 0;
	}
	#page03 .wrap_contents{
		padding-top: 40px;
	}
    
    #page04.block{
        display: block;
    }

    .block04{
        padding: 40px 0 0;
    }
	#page04 .wrap{
		padding-left: 0;
		padding-right: 0;
	}
	.block04 .inn{
		padding: 80px 0 50px 0;
	}

	#page01 .wrap,
	#page02 .wrap,
	#page03 .wrap,
	#page04 .wrap{
		padding: 0;
	}
	#page03 .wrap.interview_box{
		padding: 0 6.25%;
	}
	#news .wrap{
		width: 100%;
	}
	
}
/*------------------- 425 ------------------*/

@media only screen and (max-width: 425px) {

	.interview_box .ip{
		display: block !important;
	}
    .block04{
        padding: 10px 0 0;
    }
	.block04 .inn{
		padding: 40px 0 0 0;
	}
	
}

/*------------------- 360 ------------------*/

@media only screen and (max-width: 360px) {

	.interview_box .and{
		display: block !important;
	}
	.txtBox li a::after {

	}
	.txtBox li.change_btn05 a{
		font-size: 1.3rem;
	}
	
}
/*------------------- 320 ------------------*/

@media only screen and (max-width: 320px) {
	
	.txtBox ul, 
	#page02 .txtBox ul, 
	#page04 .txtBox ul{
		padding-left: 0;
	}
	.txtBox li a{
		font-size: 1.3rem;
	}
	.txtBox li.change_btn05 a{
		font-size: 1.2rem;
	}	
}

/*----mv-----------------------------------*/

#mv{
	height: calc(100vh - 114px);
	width: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#header.fixed + #fullpage #mv{
/*	height: calc(100vh - 114px - 115px);*/
}

#mv:before{
	position: absolute;
	/*position: fixed;*/
	content: '';
	z-index: -1;
	width: 100%;
	height: calc(100vh - 114px);
/*	background-color:rgba(0,0,0,0.1);
*/	background-image: url(../images/index/mv_pc.jpg);
	background-size: cover;
	overflow: hidden;

}
#mv .site_ttl{
	width: 378px;
	z-index: 2;
	max-width: 30%;
	margin: auto;
	position: absolute;
	/*position: fixed;*/
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background-color:rgba(0,0,0,0.2);
}
#mv .site_ttl img{
	max-width: 100%;
}


#background02 img{
	width: 100%;
}
@media screen and (max-width:1480px){
	
	#mv .site_ttl{
		width: 25.5%;
	}
	
}
@media screen and (max-width:1200px){
	

	#mv:before{
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#background02 img{
		width: 105%;
		position: relative;
		left: 50%;
		transform:translateX(-50%);
	}
	
}

/*背景動画*/

/* youtube無 静止画 */
#background,#background-front,
#background02
{
	position:absolute;
	/*position:fixed;*/
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	margin: auto;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	/*z-index: -1;*/
}

/*#background,#background-front,
#background02
{
	position:absolute;
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	/*z-index: -1;*/
/*}
*/
/*背景動画ロードまでの画像*/
#loader {
	background: url('../images/index/mv_pc.jpg') no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#background-front{
	background-color:  rgba(0,0,0,0.4);
	z-index: 1;
}
#mv .btn {
    text-align: right;
    position: absolute;
    bottom: 35px;
    right: 20px;
    z-index: 3;

}
#mv .btn a{
	font-size: 2.2rem;
    font-weight: bold;
    transition: 0.3s ease-out;
    color: #fff;
	display: block;
}
#mv .btn a:hover {
    color: #da2128;
	text-decoration: none;
}
#mv .btn img {
    width: 50px;
    margin: -4px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    #background, #background-front, #background02{
        transform: translateX(-50%);
	    -webkit- transform: translateX(-50%);
    }
    #background02 img{
        width: auto;
        height: 100vh;
    }
}
@media screen and (max-width: 768px) {

	/*----mv-----------------------------------*/
	#loader {
	background: url('../images/index/mv_sp.jpg') no-repeat center center;
		background-size: cover;
	}

	#mv{
		background: url( ../images/index/mv_sp.jpg) no-repeat center center;
		background-size: cover;
		height: calc(64vh - 60px - 80px - 55px);
		height: calc(64vh - 62px);
		position: relative;
	}
	#mv::before{
		background-image: url(../images/index/mv_sp.jpg);
		background-size: cover;
	}
	.iphone #mv{
		height: calc(64vh - 60px - 80px - 70px);
		height: calc(64vh - 62px);
	}

	#mv .site_ttl {
		top: 50%;
		width: 59%;
		max-width: 378px;
	}
	 #mv .site_ttl img{
		width: 100%;
	} 

	#background02,
	#background, #background-front{
		display: none!important;
		position: absolute;

	}
	#mv .site_ttl{
		top: 27%;
		top: 50%;
	}
	#mv:before{
		height: 100%;
	}
	
	#mv .btn {
		display: block;
	}
	#mv .btn a{
		font-size: 1.6rem;
	}
	
	#mv .btn a{
		color: #fff;
	}
#mv .btn img {
    width: 25px;
}


}
@media screen and (max-width: 425px) {
	
	#mv .site_ttl{
		top: 50%;
	}

	#page01 p.sectxt,
	#page02 p.sectxt,
	#page03 .thum,
	#page04 p.sectxt{
		margin-bottom: 0;
	}
	#mv .btn {
		text-align: center;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 7%;
		display: block;
		color: #fff;
	}
	
	#mv .btn a{
		font-size: 1.2rem;
	}
	#mv .btn img{
		width: 18px;
		margin-left: 5px;
	}
}
@media screen and (max-width: 375px) {
	
	#mv .site_ttl{
		top: 55%;
        width: 44%;
	}

	
}

@media screen and (max-width: 320px) {


	#mv{
		background: url(../images/index/mv_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#mv .site_ttl{
		top: 55%;
	}
	#page02 .txtBox ul{
		margin-top: 10px;
	}

}
@media screen and (max-width: 1024px) and (orientation: landscape) {
	
	.ipad #mv{
		height: calc(100vh - 114px - 60px);		
	}
}


@media screen and (max-width: 768px) and (orientation: landscape) {
	
	#mv{
		height: calc(100vh - 80px - 60px);
	}

	#mv .site_ttl {
		width: auto;
		top: 47%;
/*		height: 40vh;*/
	}
	#mv .site_ttl img{
		width: 100%;
/*		height: 100%;*/
	}
	#news .newsout{
/*		position: absolute;*/
	}
	.iphone #mv {
		height: calc(100vh - 92px - 60px);
	}
	.android #mv{
		height: calc(100vh - 92px);
	}
	#header.fixed + #fullpage #mv{
/*		height: calc(100vh - 92px);*/
	} 
}

@media screen and (max-width: 667px) and (orientation: landscape){

	#mv .site_ttl{
		width: 180px;
	}

	
}




html.mobile, html.mobile body {
	 overflow-y: auto;
}
.mobile .block {
	background: #fff;
	position: relative;
	height: auto !important;
	overflow: hidden;
}

.mobile #mv .site_ttl{
	z-index: 2;
	position: absolute;
    width: 44%;
}

.mobile #mv::before{
	position: relative;
}
.mobile #background, 
.mobile #background-front, 
.mobile #background02{
	position: absolute;
}
.mobile #page00{
	position: relative;
}
@media screen and (min-width: 769px) {
	
	.mobile #mv .site_ttl{
/*		top: 46%;*/
	}
}

@media screen and (max-width: 667px) and (orientation: landscape){

	.mobile #mv .site_ttl{
		width: 25%;
	}
	.iphone #mv{
		height: calc(100vh - 92px);
	}
	
}

/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop,
	.txtBox li a {
			padding: 13px 48px 7px 28px;
}

@media screen and (max-width: 768px) {
	
	#page03{
		padding-top: 62px;
		margin-top: -62px;
	}
	
}
</pre></body></html>