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

/*678px以上で改行*/
@media screen and (min-width: 960px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
/*678px以下で改行*/
@media screen and (max-width: 960px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*=========================================================================main==*/
.main{
	margin-left:auto;
	margin-right:auto;
}
/*==========================================================================footer==*/
.footer{
	background:rgba(255,255,255,1.00);
}

.footer__inner{}

.footer__recruitment{
	width:100%;
	background: linear-gradient(-105deg,#B1CEE3,#1C5986);
	color:rgba(255,255,255,1.00);
}

.footer__recruitment__inner{
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.footer__recruitment__maintitle{
	text-align: center;
	padding-top:50px;
	font-size:2.4rem;
	font-weight: bold;
	
}

.footer__recruitment__subtitle{
	text-align: center;
	padding-bottom:20px;
}

.footer__recruitment ul{
	width:90%;
	margin-right:auto;
	margin-left:auto;
}

.footer__recruitment li{
	width:100%;
	text-align: center;
	padding-bottom:10px;
}

.footer__recruitment__text{
	text-align: center;
	padding:30px 0;
}
/*footer__contents*/
.footer__contents{
	width:90%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	color:rgba(37,53,83,1.00);
	padding-top:50px;
}

.footer_contents_left{
	width:100%
}

.footer__contents_left h2{
	margin:auto;
	max-width:250px;
}

.footer__contents_left address{
	padding-top:10px;
	text-align: center;
	font-size:12px;
}

.footer__contents_right{
	margin-left:auto;
	width:90%;
	display: block;
	padding-top:30px;
	padding-bottom:50px;
	overflow: hidden;
}

.footer__contents_right ul{
	width:100%;
}

.footer__contents_right li{
	width:50%;
	float:left;
}

.footer__contents_right li a{
	color:rgba(37,53,83,1.00);
}

.footer__contents_right li a::before{
	content:"▶︎";
	color:rgba(0,113,197,1.00);
	padding-right:5px;
	font-size:0.6rem;
	position:relative;
	top:-1.2px;
}

.footer__copyright{
	width:100%;
	text-align: center;
	font-size:9px;
	color:rgba(37,53,83,1.00);
}

@media screen and (min-width: 960px){
	/*footer_recruitment-------------*/
	.footer__recruitment__inner ul{
		display:flex;
		justify-content:space-around;
		flex-wrap: wrap;
	}
	
	.footer__recruitment li{
		width:48%;
	}
	
	/*footer_contents-------------*/
	.footer__contents{
		display:flex;
		flex-wrap: wrap;
	}
	
	.footer__contents_left{
		padding-top:20px;
		width:50%;
	}
	
	.footer__contents_left h2{
		margin-left:inherit;
	}
	
	.footer__contents_left address{
		text-align: left;
		padding-left:12px;
	}
	
	.footer__contents_right{
		width:40%;
		margin-left:auto;
		padding-top:0;
		padding-bottom:100px;
	}
}

/*ボタンホバー*/
.btn_base{
	background:rgba(28,89,134,1.00);
}

.btn{
	display:inline-block;
	width:100%;
	max-width:100%;
	padding:50px 10px;
	background-color:rgba(255,255,255,0.00);/*背景0.00*/
	border:rgba(255,255,255,1.00) 0.5px solid;
	color:rgba(255,255,255,1.00);
	text-aline:center;
	transition:.25s;
}

.btn:focus,
.btn:hover{
	background-color:rgba(255,255,255,1.00);
	border-color:currentColor;
	color:rgba(0,113,197,1.00);
}

/*TOP戻るボタン*/
#top_return{
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:50%;
}

#top_return a{
	display: block;
	background:rgba(0,113,197,0.8);
	width:70px;
	padding:8px 15px;
	text-align:center;
	border-radius:5px;
}

#top_return a:hover{
	background:rgba(37,53,83,1.00);
}

/*ENTRYボタン*/
.entry_button{
	display:inline-block;
	width:200px;
	height:54px;
	text-align:center;
	text-decoration:none;
	line-height:54px;
	outline:none;
	
	border:solid 1px rgba(111,154,227,1.00);
	background-color:rgba(255,255,255,1.00);
	color:rgba(111,154,227,1.00);
}

.entry_button:hover{
	background-color:rgba(163,211,237,1.00);
	color:rgba(255,255,255,1.00);
}

.entry_button::before,
.entry_button::after{
	position:absolute;
	z-index:-1;
	display:block;
	content:'';
}

.entry_button,
.entry_button::befor,
.entry_button::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .3s;
	transition: all .3s;
}



/*=======================================================================header==*/
.header{
	width:100%;
	height:80px;
	position: fixed;
	z-index:2000;
}

.header__inner{
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
	padding:20px 10px;
	display: flex;
}

.header__logo{
	width:284px;
	margin-right:auto;
}

.header__navi{
	padding-top:15px;
}
.header__navi__list{
	color:rgba(0,113,197,1.00);
	 margin:0 10px;
}

@media screen and (max-width: 960px){
	.header__navi{
		display:none;
	}
}

/*=============================================================top_mainvisual_base==*/
.mainvisual__base{
	position:relative;
}

.mainvisual__base h2 span{
	display: block;
	letter-spacing: 0.3em;
	font-size:0.5em;
}

.mainvisual__image_base{
	width: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height:100vh;
	position: relative;
	overflow: hidden;
}

.mainvisual__catchcopy{
	position:absolute;
	top:75%;
	left:2rem;
	z-index:11;
}

.mainvisual__catchcopy h2{
	letter-spacing: 0.3em;
	transform: translateY(-50%);
	color:rgba(255,255,255,1.00);
	line-height: 5.5rem;
	font-size:4.5rem;
}

.mainvisual__catchcopy span{
	display:block;
	letter-spacing:0.2em;
	font-size:0.5em;
}


@media screen and (min-width: 480px) {
	.mainvisual__catchcopy{
		left:7rem;
	}
	
	.mainvisual__catchcopy h2{
		font-size:6rem;
		line-height:6.5rem;
	}
}

@media screen and (min-width: 960px) {
	.mainvisual__base{
		margin-left:auto;
		margin-right:auto;
		height:800px;
	}
	
	.mainvisual__catchcopy{
		left:15%;
	}
	
	.mainvisual__catchcopy h2{
		line-height:7rem;
		font-size:6rem;
	}
	
	.mainvisual__image_base{
		width:100%;
		height:100%;
		margin-left: auto;
	}
}

/*scloll*/
.scroll{
	position:absolute;
	text-align: center;
	width:100%;
	z-index:100;
	bottom:0;
	left:0;
	font-family:'Playfair Display', "sans-serif";
	font-style: italic;
	letter-spacing:0.2rem;
}

.scroll a{
	display:inline-block;
	padding-bottom:0.3rem;
	font-size:1.2rem;
}

.scroll_border{
	height:25px;
	width:1px;
	margin:auto;
	background:rgba(0,113,197,1.00);
}
@media screen and (min-width: 960px) {
	.scroll a{
		font-size:1.5rem;
	}
}

/*================================================================concept==*/
.concept{
	color:rgba(255,255,255,1.00);
	background: linear-gradient(-105deg,#1C5986,#607B9B);
}

.concept__inner{
	max-width:1080px;
	width: 90%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding-top:80px;
	padding-bottom:80px;
}

.concept-heading{
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom:30px;
	line-height:3rem;
	text-align:right;
}

.concept-lead__text{
	padding-bottom:15px;
}

@media screen and (min-width: 480px) {
	.concept-heading{
		font-size:2.2rem;
		line-height:3.6rem;
	}
}

@media screen and (min-width: 960px){
	.concept{}
	
	.concept__inner{
		padding-top:100px;
		padding-bottom:100px;
	}
	
	.concept-heading{
		font-size:2.2rem;
		line-height: 4rem;
		text-align:center;
	}
	
	.concept-lead{
		text-align: left;
	}
	
	.concept-lead__text{
		font-size:1.6rem;
		line-height: 2.4rem;
		text-align:center;
	}
}
/*=================================================================aboutus==*/
.aboutus{
	padding-top:82px;
	padding-bottom:82px;
}

.aboutus__inner{
	max-width:1100px;
	width:90%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.aboutus-contents__titlebase{
	color: rgba(0,113,197,1.00);
	padding-bottom:20px;
	font-weight: bold;
}

.aboutus-contents__title{
	padding-bottom:3px;
	font-size:4rem;
}

.aboutus-contents__toptext{
	font-weight: bold;
	padding-bottom:5px;
	
}

.aboutus-contents__text{
	padding-bottom: 15px;
}

.aboutus-contents__item-message{
	width:100%;
	height:250px;
	background-image:url("../img/message2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.aboutus-contents__item-philosophy{
	width:100%;
	height:250px;
	background-image: url("../img/philosophy.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.aboutus-contents__item-business{
	width:100%;
	height:250px;
	background-image: url("../img/business.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.aboutus-contents__item-profile{
	width:100%;
	height:250px;
	background-image:url("../img/profile.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.contents__item{
	color:rgba(255,255,255,1.00);
}

.contents__item-text{
	padding-top:80px;
	padding-bottom:30px;
	text-align: center;
	font-size:1.8rem;
}

.contents__item-btnbase{
	padding-bottom:60px;
	text-align: center;
}


@media screen and (min-width: 480px){
	
}
	

@media screen and (min-width: 960px){
	.contents__item{
		display:flex;
		flex-wrap:wrap;
		align-content:stretch;
	}
	
	.aboutus-contents__title{
	padding-bottom:5px;
	font-size:5rem;
}
	
	.aboutus-contents__item-message{
		width:50%;
		margin-bottom:0;
	}
	
	.aboutus-contents__item-philosophy{
		width:50%;
		margin-bottom:0;
	}
	
	.aboutus-contents__item-business{
		width:50%;
		margin-bottom:0;
	}
	
	.aboutus-contents__item-profile{
		width:50%;
		margin-bottom:0;
	}
	
	.aboutus-contents__text{
	text-align: center;
		max-width: 600px;
		margin-left:auto;
		margin-right: auto;
	}
}

/*=====================================================================aboutus_subpage==*/


.aboutus_subpage_box{
	display:block;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

.aboutus_subpage_contents{
	padding:25px 0;
}

.aboutus_subpage_contents_title{
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom:10px;
}

.aboutus_subpage_contents_intext span{
	display:block;
	text-align:right;
	padding-top:5px;
}

.pdtp50{
	padding-top:50px;
}
.pdbm50{
	padding-bottom:50px;
}

.subpage_contents_dt{
	color:rgba(28,89,134,1.00);
	font-weight: bold;
	font-size:1.8rem;
}

.subpage_contents_dt::before{
	content:"□";
}


.aboutus_subpage_contents div dt{
}

.subpage_contents_dd{
	padding-left:20px;
}

.subpage_contents_dl{
	padding-left:40px;
	font-size:0.9em;
}

.subpage_contents_dl dt{
	font-weight: bold;
}

.subpage_contents_dl dt:before{
	content:"▷";
}

.subpage_contents_dl dd{
	font-size:0.9em;
}

.aboutus_subpage_top_img img{
	display:flex;
	margin-left:auto;
	margin-right:auto;
}

/*=================================================================btn-link__more==*/
.btn-link__more{
	margin-left:auto;
	margin-right:auto;
	width:180px;
	padding:6px 0;
	border:rgba(255,255,255,1.00) 1px solid;
	background-color:rgba(176,176,176,0.50);
}

/*=====================================================================culture==*/
.culture{
	padding-top:82px;
	padding-bottom:82px;
	background:rgba(238,243,248,1.00);
}

.culture__inner{
	max-width:1100px;
	width:90%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.culture-contents__titlebase{
	color: rgba(0,113,197,1.00);
	padding-bottom:20px;
	font-weight: bold;
}

.culture-contents__title{
	font-size:4rem;
	padding-bottom:3px;
}

.culture-contents__toptext{
	font-weight: bold;
	padding-bottom:5px;
}

.culture-contents__text{
	padding-bottom: 15px;
}

.culture-contents__item-education{
	width:100%;
	background-image:url("../img/0195.JPG");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.culture-contents__item-benefit{
	width:100%;
	background-image:url("../img/0186.JPG");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

.culture-contents__item-base{
	width:100%;
	background-image:url("../img/0204.JPG");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
}

@media screen and (min-width: 480px){
}
	

@media screen and (min-width: 960px){
	
	.contents__item{
		display:flex;
		flex-wrap:wrap;
		align-content:stretch;
	}
	
	.culture-contents__title{
	font-size:5rem;
	padding-bottom:5px;
}
	
	.culture-contents__item-education{
		width:50%;
	}
	
	.culture-contents__item-benefit{
		width:50%;
	}
	
	.culture-contents__text{
	text-align: center;
		max-width: 600px;
		margin-left:auto;
		margin-right: auto;
	}
}

/*=====================================================================culture_BASE==*/
.base_contents_title{}

.base_contents_title p{
	text-align: center;
	padding:20px;
	color:rgba(28,89,134,1.00);
	font-size:2.5rem;
	font-weight: bold;
}

.base_contents{
	padding-top:20px;
	padding-bottom:20px;
}

.base_contents_text{
	padding:20px 0 30px 0;
}

@media screen and (min-width: 960px){
	.base_contents{
		position:relative;
		padding-top:0;
		margin:30px 0px 30px 0;
	}
	
	.base_contents_text{
		box-shadow: 2px 2px 4px;
	}
	
	.base_contents_left_img{/*写真が左*/
		width:40%;
		position:absolute;
		top:-20px;
		left:0;
	}
	
	.base_contents_right_text{/*テキストが右*/
		width:100%;/*65%→100%*/
		margin-left:auto;
		padding:30px 30px 30px 30px;/*左側10%→30px*/
	}
	
	.base_contents_left_text_map{/*拠点部分min-width:960以上の場合、強制的にwidth65%にする*/
		width:65%!important;
	}
	
	.base_contents_right_img{/*写真が右*/
		width:40%;
		position:absolute;
		top:-20px;
		right:0;
	}
	
	.base_contents_left_text{/*テキストが左*/
		width:100%;/*65%→100%*/
		margin-right:auto;
		padding:30px 80px 30px 30px;
	}
}

/*=====================================================================introduction==*/
.introduction{
	padding-top:82px;
	padding-bottom:82px;
}

.introduction__inner{
	max-width:1100px;
	width:90%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

.introduction-contents__title{
	font-size:4rem;
	font-weight: bold;
	color: rgba(0,113,197,1.00);
	padding-bottom:3px;
	text-align: left;
}

.introduction-contents__subtitle{
	font-weight: bold;
	color:rgba(0,113,197,1.00);
	padding-bottom:20px;
	text-align:left;
}

.introduction-contents__list__text{
	background:rgba(37,53,83,1.00);
	color:rgba(255,255,255,1.00);
	padding:10px	
}

.introduction-contents__list li{
	margin-bottom:20px;
}

.introduction_freebox{
	width:528px;
}

@media screen and (min-width: 480px){}

@media screen and (min-width: 960px){	
	.introduction-contents__text{
	text-align: center;
	}
	
	.introduction-contents__title{
		font-size:5rem;
		padding-bottom:8px;
		text-align: center;
	}
	
	.introduction-contents__subtitle{
		font-size:1.6rem;
		text-align: center;
		padding-bottom:30px;
	}

	.introduction-contents__item{}
	
	.introduction-contents__list{
		display: flex;
		justify-content:space-around;
	}
	
	.introduction-contents__list li{
		box-shadow: 0 0 8px gray;
	}
}
/*=====================================================================introduction_subpage==*/
.introduction_subpage_box{
	margin:20px 0;
}

.introduction_subpage_top_img{}


.introduction_subpage_contents{
	padding:0px 0;
}

.introduction_subpage_contents_img{
	width:100%;
}

.introduction_subpage_contents_text{
	padding:30px 0;
}

.introduction_subpage_contents_intext{
	margin-bottom:30px;
}

.introduction_subpage_contents_intext:last-child{
	margin-bottom:0;
}
	
.introduction_subpage_contents_intext_title{
	padding-bottom:5px;
	color:rgba(28,89,134,1.00);
	font-weight: bold;
}

.introduction_subpage_bottom_img{
	padding-top:5px;	
}

@media screen and (min-width: 960px){
	.introduction_subpage_top_img{}
	
	.introduction_subpage_contents{
		position:relative;
	}

	.mrgn-r50{
		margin-right:50%;
	}
	
	.mrgn-l50{
		margin-left:50%;
	}
	
	.introduction_subpage_contents_img-right{
		width:50%;
		position:absolute;
		top:100px;
		right:0;
	}
	
	.introduction_subpage_contents_img-left{
		width:50%;
		position:absolute;
		top:100px;
		left:0;
	}
	
	.introduction_subpage_contents_text{
		padding:40px;
	}
}

/*======================================================================recruitment==*/
.recruitment{
	background:url("../img/recruitment_img.jpg");
	background-size:cover;
	background-position: 50% 20%;
}

.recruitment__inner{
	max-width:1100px;
	width:90%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top:82px;
	padding-bottom:82px;
}

.recruitment-contents__text{
	padding-top:0px;
	padding-bottom:0px;
	color:rgba(255,255,255,1.00);
}

.recruitment-contents__title{
	font-size:3.2rem;
	font-weight: bold;
	padding-bottom:3px;
}

.recruitment-contents__subtitle{
	font-weight: bold;
	padding-bottom: 20px;
}

.recruitment-contents__item-newgraduate{
	width:100%;
	background-image:url("../img/toppic.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
	border:rgba(255,255,255,1.00) 0.2px solid;
}

.recruitment-contents__item-midcareer{
	width:100%;
	background-image:url("../img/recruitmentpage-topimage.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:10px;
	border:rgba(255,255,255,1.00) 0.2px solid;
}

@media screen and (min-width: 480px){}

@media screen and (min-width: 960px){
	.recruitment__inner{
	
	}
	
	.recruitment-contents{
		width:50%;
	}
	
	.recruitment-contents__title{
		font-size:3rem;
		padding-bottom:8px;
	}
	
	.recruitment-contents__subtitle{
		font-size:1.6rem;
	}
	
	.recruitment-contents__item-newgraduate{
		width:50%;
		margin-bottom:0;
	}
	
	.recruitment-contents__item-midcareer{
		width:50%;
		margin-bottom:0;
	}
	.recruitment-contents__text{
		text-align: center;
	}
}
/*=================================================recruitment_subpage==*/
.recruitment_job{
	max-width: 960px;
	margin-right:auto;
	margin-left:auto;
}
.recruitment_job_inner{
	padding:40px 0 40px 0;
}

.recruitment_job_inner dl div{
	display:flex;
	border-top:1px rgba(212,213,216,1.00) solid;
}

.recruitment_job_inner dl div dt{
	display: flex;
	justify-content: center;
	width:100px;
	background:rgba(224,230,235,1.00);
	padding:2rem 0.2rem 2rem 0.2rem;
	font-size:1.4rem;
}

.recruitment_job_inner dl div dd{
	width:calc(100% - 100px);
	padding:2rem 0 2rem 20px;
	font-size:1.4rem;
	background: rgba(255,255,255,1.00);
}

.recruitment_job_inner h3{
	font-size: 2.2rem;
	color:rgba(28,89,134,1.00);
	font-weight: normal;
	text-align: center;
}

.recruitment_job p{
	text-align: center;
}

.recruitment_job_inner dl div:last-child{
	border-bottom:1px rgba(212,213,216,1.00) solid;
}

.recruitment_job_title{
	padding-bottom:30px;
}

.recruitment_job_news{
	border:solid rgba(0,113,197,1.00) 1px;
	max-width: 700px;
	margin:0 auto;
	margin-bottom:40px;
	padding:25px;
}

.recruitment_job_news p{}

.recruitment_job_news_button{
	padding-top:20px;
	text-align: center;
}

.recruitment_job_news_label{
	padding:10px 10px 10px 10px;
	margin-bottom:30px;
	background: rgba(207,229,240,0.50);
}

.recruitment_job_text{
	margin-bottom:10px;
}


@media screen and (min-width: 960px){
	.recruitment_job_inner dl div dt{
		width:140px;
	}
	
	.recruitment_job_inner dl div dd{
		width:calc(100%-140px);
	}
}

/*===================================================================news==*/
.news{
	padding-top:82px;
	padding-bottom:82px;
}

.news__inner{
	max-width:1100px;
	width:90%;
	height:auto;
	background: rgba(255,255,255,1.00);
	margin-right:auto;
	margin-left:auto;
}


.news-title{
	font-size:3.2rem;
	font-weight: bold;
	color:rgba(0,113,197,1.00);
	padding-bottom:3px;
}

.news-subtitle{
	font-weight: bold;
	color:rgba(0,113,197,1.00);
}

.news-contents{
	padding-top:12px;
}

.news-contents__item{
	padding:12px 5px;
	border-top:1px solid rgba(168,168,168,1.00);
}

.news-contents__item:last-child{
	border-bottom:1px solid rgba(163,163,163,1.00);
}

.news_link_kotira{
	color:rgba(219,165,166,1.00);
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 960px){	
	.news__inner{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right:auto;
		margin-left: auto;
	}
	
	.news-titles{
		width:150px;
	}
	
	.news-contents{
		width: 100%;
		font-size:1.2rem;
	}
	
	.news-contents__item{
		display:flex;
	}
	
	.news-contents__item-date{
		padding-right:40px;
		padding-left:20px;
	}
}
/*===================================================================INQUIRY==*/
.recruitment_inquiry{
	max-width: 845px;
	margin:20px auto;
}

.recruitment_inquiry h2{
	padding-bottom: 10px;
}

.recruitment_inquiry_note{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.recruitment_inquiry_inner table{
	display: table;
	width: 100%;
}

.recruitment_inquiry_inner tbody{
	display: table-row-group;
}

.recruitment_inquiry_inner tbody tr{
	display: table-row;
	vertical-align: inherit;
    border-color: inherit;
}

.recruitment_inquiry_inner tbody tr th{
	display: table-cell;
	width: 200px;
	padding: 30px;
	vertical-align: top;
	border-bottom: #ddd 1px solid;
}

.recruitment_inquiry_inner tbody tr th span{
	padding:4px;
	background: rgba(78,129,207,1.00);
	color:rgba(255,255,255,1.00);
	font-size:0.8em;
}

.recruitment_inquiry_inner tbody tr td{
	padding: 30px;
	border-bottom: #ddd 1px solid;
}

.inquiry_btn_mg{
	margin:40px auto;
	text-align: center;
}

.inquiry-form-item-input{
	width: 100%;
	max-width: 400px;
}

.inquiry_form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:60px;
  max-width: 720px;
}

.font-privacy-link{
	color:rgba(53,130,174,1.00);
}

.font-privacy-link:hover{
	color:rgba(26,42,213,1.00);
}

@media screen and (max-width: 480px) {
 .inquiry_form {
    margin-top: 40px;
  }
}
.inquiry_form_item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.inquiry_bd_tp:last-of-type{
	border-bottom: 1px solid #ddd;
}

.inquiry_bd_tp{
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  .inquiry_form_item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.inquiry_form_item:nth-child(5) {

}
.inquiry_form_item_label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .inquiry_form_item_label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.inquiry_form_item_label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .inquiry_form_item_label.isMsg {
    margin-top: 0;
  }
}
.inquiry_form_item_label-required {
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: rgba(78,129,207,1.00);
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .inquiry_form_item_label-required {
    border-radius: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.inquiry_form_item_input {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .inquiry_form_item_input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.inquiry_form_item_textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .inquiry_form_item_textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.inquiry_btn_submit {
  border-radius: 2px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: rgba(78,129,207,1.00);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border:none;
}
@media screen and (max-width: 480px) {
  .inquiry_btn_submit {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 14px;
  }
}

.inquiry_form_rtnbtn {
  border-radius: 2px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80px;
  display: block;
  letter-spacing: 0.05em;
  background:rgba(131,131,131,1.00);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border:none;
}
@media screen and (max-width: 480px) {
  .inquiry_form_rtnbtn {
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 80px;
    font-size: 14px;
  }
}
/*OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/

/*=================================================================FIRST*/
/*first_page
-----------------------------------------------------*/
.page_main{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	max-width:1020px;
}

.first_top{
	padding-top:82px;/*ヘッダー分広く*/
	padding-bottom:10px;
	border-bottom:rgba(28,89,134,1.00) 1px solid;
	display: flex;
}

.first_middle{
	border-bottom:rgba(37,53,83,1.00) 1px solid;
	padding-top:20px;
}
/*=================================================================SECOND*/
/*second_page
-----------------------------------------------------*/
.second_bottom{
	border-top:rgba(28,89,134,1.00) 1px solid;
	padding-bottom:40px;
	margin-bottom:20px;
}

.second_middle_caption-philosophy{
	width:100%;
	height:300px;
	background-image:url("../img/9d3f0c7da56399a3e19c6730f56bac61_s.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-business01{
	width:100%;
	height:300px;
	background-image:url("../img/img1.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}
.second_middle_caption-business02{
	width:100%;
	height:300px;
	background-image:url("../img/aboutus_img.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}
.second_middle_caption-business03{
	width:100%;
	height:300px;
	background-image:url("../img/DSC_0047.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-profile{
	width:100%;
	height:300px;
	background-image:url("../img/toppic.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-education{
	width:100%;
	height:300px;
	background-image:url("../img/education.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-benefit{
	width:100%;
	height:300px;
	background-image:url("../img/benefit.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-base{
	width:100%;
	height:300px;
	background-image:url("../img/base.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}


.second_middle_caption-name02-1{
	width:100%;
	height:300px;
	background-image:url("../img/interviewpage_image02.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-name02-2{
	width:100%;
	height:300px;
	background-image:url("../img/interviewpage_caption1-02.png");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-name03-1{
	width:100%;
	height:300px;
	background-image:url("../img/interviewpage_image03.jpeg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_middle_caption-name03-2{
	width:100%;
	height:300px;
	background-image:url("../img/interviewpage_caption1-02.png");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_top{
	padding-top:60px;
	padding-bottom:30px;
	text-align: center;
}
.second_bottom_link_top p{
	font-size:2rem;
}

.second_bottom_link_contents{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.second_bottom_link_contents li{
	display: block;
	width:48%;
	padding-bottom:10px;
}

.second_bottom_link_contents li p{
	text-align: center;
}

.second_bottom_link_caption-message{
	height:200px;
	background-image:url("../img/message_img.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-philosophy{
	height:200px;
	background-image:url("../img/9d3f0c7da56399a3e19c6730f56bac61_s.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-business{
	height: 200px;
	background-image:url("../img/img1.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-profile{
	height: 200px;
	background-image:url("../img/toppic.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-education{
	height: 200px;
	background-image:url("../img/education.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-benefit{
	height: 200px;
	background-image:url("../img/benefit.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-base{
	height: 200px;
	background-image:url("../img/base.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-name01{
	height: 200px;
	background-image:url("../img/interviewpage_image01.jpg");
  	background-position: left center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-name02{
	height: 200px;
	background-image:url("../img/interviewpage_image02.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption-name03{
	height: 200px;
	background-image:url("../img/interviewpage_image03.jpeg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
	box-shadow: 0 0 8px gray;
}

.second_bottom_link_caption_text{
	text-align: center;
	padding:10px 0;
}

/*================================================================GNAV*/
/*menu*/
.menu{
    height: 20px;
    width: 30px;
	right:20px;
	top:30px;
	z-index: 2001;
	position:fixed;
}
@media screen and (min-width: 960px){
	.menu{
		display:none;
	}
}

.menu__line{
    background:rgba(0,113,197,1.00);
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background:rgba(255,255,255,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
	text-align: center;
    margin: 40px 0;
}
.gnav__menu__item a{
    color:rgba(0,113,197,1.00);
    font-size: 2rem;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color:rgba(13,37,122,1.00);
}

@media screen and (min-width: 960px){
	.gnav__menu__item a{
		font-size:2.4rem;
	}
}


/*=================================================SUBPAGE*/
.subpage__main{
	position:relative;
	width: 90%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.subpage__title{
	padding-top:160px;
	color:rgba(28,89,134,1.00);
}

.subpage__subtitle{
	font-size:1.4rem;
	padding-bottom:2px;
	color:rgba(28,89,134,1.00);
	border-bottom:1px solid rgba(28,89,134,1.00);
	margin-top:-5px;
}

.all__pankuzu{
	width:100%;
	position:absolute;
	top:100px;
	right:0%;
	text-align: right;
}

.all__pankuzu li{
	display: inline-block;
	margin-left:auto;
}

.all__pankuzu li a{
	color:rgba(0,113,197,1.00);
	text-decoration: underline;
}

.aboutus__box{
	margin:50px auto;
}

.inner100{
	width:100%;
}

.aboutus__list{
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid rgba(28,89,134,1.00);
}

.aboutus__list li{
	margin-bottom:50px;
}

.aboutus__list__img{
	width:100%;
	position:relative;
}

.aboutus__list__img::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:40px;
	width:80%;
	max-width:350px;
	background:rgba(255,255,255,1.00);
}

.aboutus__list__titlebox{
	margin-top:-15px;
}

.aboutus__list__title{
	color:rgba(28,89,134,1.00);
	z-index:5;
	position:relative;
}
.aboutus__list__text{
	padding-bottom:10px;
}

.aboutus__list__link{
	padding-top:10px;
}

.btn-readmore01{
	color:rgba(28,89,134,1.00);
	padding:10px 50px;
	border:rgba(0,113,197,1.00) solid 0.5px;
	font-size:1.4rem;
}


@media screen and (min-width: 960px){
	.aboutus__list{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	.aboutus__list li{
		display: block;
		width:48%;
	}
}

/*---------------------------NEWS_PAGE*/
.news__box{
	margin:50px 0;
	padding-bottom:50px;
	border-bottom:1px solid rgba(28,89,134,1.00);
}

.news__posts__item{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(187,187,187,1.00);
}

.news__posts__item:first-child{
	padding-top:0;
}

.news__posts__header{
	margin-bottom:10px;
}

.news__posts__date{}

.news__posts__title{
	color:rgba(28,89,134,1.00);
}

.news__posts__title:focus,
.news__posts__title:hover{
	text-decoration: underline;
}

/*news_inpage*/

.news_inpage_contents{
	margin-top:5px;
	margin-bottom:50px;
	max-width: 800px;
	padding-top:50px;
	padding-bottom:50px;
	border-top:rgba(28,89,134,1.00) 1px solid;
	border-bottom:rgba(28,89,134,1.00) 1px solid;
}

/*一覧LIST*/
.news__itiran{
	
}
.news__itiran__btn{
	display: block;
	width:100px;
	height:100%;
	background:rgba(28,89,134,1.00);
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	font-size:1.2rem;
}


/*ラベル追加*/
.news__posts__header > *:last-child{
	margin-right:auto;
}

.news__posts__date{
	margin-right:10px;
}

.news__posts__labels{
	display:inline-flex;
	flex-wrap:wrap;
}

.news__posts__labels > *:last-child{
	margin-right:0;
}

.news__posts__label{
	margin-right:0;
}

.label{
	padding:2px;
	border:1px solid rgba(37,53,83,1.00);
	background:rgba(37,53,83,1.00);
	color:rgba(255,255,255,1.00);
	font-size:0.7em;
}


/*マウスホバー*/
.hover01 picture img{
	opacity:1;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}

.hover01 picture:hover img{
	opacity:.5;
}




/*mainvisual_動きの追加
__________________________________________________________________*/
/*スライド高さや幅の設定*/
.main_imgBox{
	height:100vh;
	overflow: hidden;
	position:relative;
}

/*スライドの中身*/
.main_img{
	z-index:10;
	opacity:0;
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	-webkit-animation:anime 18s 0s infinite;
	animation:anime 18s 0s infinite;
}

/*スライドを順番に出すCSS*/
.main_img:nth-of-type(2){
	-webkit-animation-delay:6s;
	animation-delay:6s;}

.main_img:nth-of-type(3){
	-webkit-animation-delay:12s;
	animation-delay:12s;
}

/*keyframes*/
@keyframes anime{
	0%{
		opacity:0;
	}
	
	16.65%{
		opacity:1;
	}
	
	33.3%{
		opacity:1;
	}
	
	50% {
        opacity: 0;
        transform: scale(1.1) ;
        z-index:9;
    }
	
	100%{opacity:0;}
	}

/*table_使用(aboutus_profile)
__________________________________________________________________*/
.profile-table{
	border:1px solid rgba(221,221,221,1.00);
}

.profile-table_inner{
	width:100%;
}

.profile-table_inner th,td{
	width:100%;
	display: block;
}

.profile-table_inner tr{
	border-bottom:1px solid rgba(221,221,221,1.00);
}

.profile-table_inner th{
	padding:10px;
	font-weight: bold;
	text-align: center;
	background:rgba(28,89,134,1.00);
	color:rgba(255,255,255,1.00);
	border-bottom:1px solid rgba(221,221,221,1.00);
	vertical-align: middle;
}



.profile-table_inner td{
	padding:10px;
}

@media screen and (min-width: 960px){
	.profile-table_inner tr{
	display: flex;		
	}
	
	.profile-table_inner th{
		width:30%;
	}
}

/*コンテンツ_フェード
__________________________________________________________________*/
.effect-fade {
	opacity:0;
	-moz-transform:translate(0,45px);
	-webkit-transform:translate(0,45px);
	-ms-transform:translate(0,45);
	transform:translate(0,45px);
	-moz-transition:all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition:all 300ms;
	transition:all 300ms;
}

.effect-fade.effect-scroll {
	opacity:1;
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
}

/*ページャー
_________________________________________________________________*/
.pager{
	padding-top:25px;
	display: flex;
	overflow-x: auto;
}

.pager__inner{
	display: flex;
	margin-right:auto;
	margin-left:auto;
}

.pager__inner > *:last-child{
	margin-right:auto;
}

.pager__item{
	margin-right:15px;
}

.pager__link{
	display:flex;
	align-items:center;
	justify-content: center;
	width:40px;
	height:40px;
	border:1px solid currentColor;
	color:rgba(28,89,134,1.00);
	transition:.25s;
}

.pager__link:focus,
.pager__link:hover{
	background: rgba(37,53,83,1.00);
	color:rgba(255,255,255,1.00);
	opacity:.75;
}

.pager__link--active{
	background:rgba(28,89,134,1.00);
	color: rgba(255,255,255,1.00);
	pointer-events:none;
}

/*ボタン制作練習*/

.btn_rennsyuu{
	display:inline-block;/*文字揃え(text-align)で揃え指定をテキストと一緒にするため*/
	width:300px;
	max-width:100%;
	padding:20px 10px;
	background:rgba(28,89,134,1.00);
	border:2px solid transparent;
	box-shadow:0 3px 6px rgba(80,138,181,1.00);
	color:rgba(225,225,225,1.00);
	font-size:1.125rem;
	text-align: center;
	transition:.25s;
}

.btn_rennsyuu:focus,
.btn_rennsyuu:hover{
	background:rgba(0,113,197,1.00);
	border-color:currentColor;
	
}

.btn_arrow_right{
	position:relative;
	padding-right:2em;
	padding-left:1.38em;
}

.btn_arrow_right::after{
	content:"\f061";
	position:absolute;
	top:50%;
	right:0.8em;
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
	transform:translateY(-50%);
}


/*お問い合わせボタン*/
.recruitment_contact{
	text-align: center;
	padding-bottom:40px;
}

.contact_btn{
	display:inline-block;/*文字揃え(text-align)で揃え指定をテキストと一緒にするため*/
	width:300px;
	max-width:100%;
	padding:20px 10px;
	background:rgba(28,89,134,1.00);
	border:2px solid transparent;
	box-shadow:0 3px 6px rgba(80,138,181,1.00);
	color:rgba(225,225,225,1.00);
	font-size:1.125rem;
	text-align:center;
	transition:.25s;
	
}

.contact_btn:focus,
.contact_btn:hover{
	background:rgba(255,255,255,1.00);
	border-color:currentColor;
	color:rgba(28,89,134,1.00);
}

.contact_btn_arrow_right{
	position:relative;
	padding-left:1.38em;
}

.contact_btn_arrow_right::after{
	content:"≫";
	position:absolute;
	top:50%;
	right:0.8em;
	font-weight: 900;
	transform:translateY(-50%);
}
