@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
	box-sizing: border-box;
}

html {

}

body {
	/* ゴシック体系のフォント指定 */
	font-family:"Noto Sans CJK JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-rendering: optimizeLegibility;
}

.serif {
	/* 明朝体系(セリフ体)のフォント指定 */
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

main {
	display: block;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

a img {
	transition: all 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.5;
}

ul,
ol {
	list-style: none;
}

/*----------デバイスで表示切り替え----------*/
@media only screen and (min-width:768px) {
	.pc_none {
	  display: none;
	}
  }
  
  @media only screen and (max-width:767px) {
	.sp_none {
	  display: none;
	}
  }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Goto Top (Topへ戻る) PC.SP共通設定
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pageTop {
	display: block;
	padding: 10px 15px;
	position: fixed;
	right: 20px;
	bottom: 115px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	font-size: 16px;
	color: #fff;
	z-index: 10000;
}



/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/
/*-----画面幅767px以上-----*/
@media only screen and (min-width:767px) {
	#fvsp{
	  display: none;
	}
  }
@media only screen and (min-width:768px) {

	body {
		min-width: 1280px;
	}

	#wrapper {}

	.pc_none {
		display: none;
	}

	

    /*==================================================
    Header  for PC
==================================================*/
header {
	width: 100%;
}

header .wrap {
	height: 83px;
	background-color: #252B4E;
}

.top_title {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
}


.top_title figure img {
	width: auto;
}

/*=======================================
header ここから
----------------------------------------*/
/*-----共通設定-----*/
header {
	width: 100%;
	padding: 0.7rem 0;
  }
  
  header div.inner {

	max-width: 960px;
	margin: 0 auto;
  }
  
  header .inner h1 {
	width: 400px;
	max-width: 100%;
	height: auto;
margin: 0 auto;
  }


	/*==================================================
    Main  共通　for PC
==================================================*/

	main {}

	h2.titleword{
		width: 200px;
		margin: 0 auto;
		line-height: 1.3;
		text-align: center;
	}

	h3{
	font-size:18px;
	text-align: center;
	line-height: 1.7;
	margin-bottom:30px;
	}

	h3.w{
		color: #fff;
		}

p{
font-size: 16px;
line-height:2.2;
		
		}

	/*==================================================
    仕事情報ボタン 白背景 for PC
==================================================*/

	.btn {
		width: 100%;
		height: 300px;
		margin:0px auto;
		padding-top: 60px;
		padding-bottom: 60px;
		background-image: url(../img/btn_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;

	}

	.btn .btn_box{
margin:10px auto 15px;
	}

	.btn .btn_box p{
		font-size: 24px;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing:.3em;
		color:#333333;
			}

			.btn a {
				display:inline-block;
				margin:0 auto;
					}

					
	.btn a img {
		width: 460px;
		margin: auto;
			}


	.heading04 {
		display: flex;
		justify-content: center;Ï
		align-items: center;
		text-align: center;
	}
	
	.heading04::before,
	.heading04::after {
		content: '';
		width: 3px;
		height: 40px;
		background-color: #333333;
	}
	
	.heading04::before {
		margin-right: 20px;
		transform: rotate(-35deg)
	}
	.heading04::after {
		margin-left: 20px;
		transform: rotate(35deg)
	}

	/*==================================================
    仕事情報ボタン 黒背景 for PC
==================================================*/

.b {
	background-image: url(../img/btn_bg2.jpg);
	color:#fff;
		}
		
.b .btn_box p{
	color:#000;
	}

	.b .btn_box .heading04::before,
	.b .btn_box .heading04::after {
	background-color: #000;
}

/*==================================================
   info for PC
==================================================*/

#info {}

#info {
	margin: 0 auto;
	background-color: #e6f0fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


#info .info_in {
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}




#info .info_in .company_btn {
	width: 460px;
	margin: 0 auto;
}

#info .about_box {
	width: 960px;
	margin: 60px auto;
}

#info .about_in {
	display: flex;
	justify-content: space-between;
	width: 850px;
	margin: auto;
	padding: 20px 0 0;
}




#info .about_in:nth-child(1n) {
	flex-direction: row-reverse;
}

#info .about_in .right_box {
	width: 320px;
}

#info .about_in .right_box img {
	width: 100%;
}

#info .about_in .left_box {
	width:500px;
	color: #001F3A;
}

#info .about_in .left_box h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7;
	color: #3f9be7;
	margin-bottom:20px;
}

	/*==================================================
    Main about us for PC
==================================================*/

#about{

}

#about .about_box {
	width: 960px;
	margin: 60px auto;
}


#about .about_in {
	display: flex;
	justify-content: space-between;
	width: 850px;
	margin: auto;
	padding: 20px 0 0;
}

#about .about_in:nth-child(1n) {
	margin-top: 30px;
}

#about .about_in:nth-child(2n) {
	flex-direction: row-reverse;
}


#about .about_in .right_box {
	width: 320px;
}

#about .about_in .right_box img {
	width: 100%;
}

#about .about_in .left_box {
	width:500px;
	color: #001F3A;
}

#about .about_in .left_box h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7;
	color: #3f9be7;
	margin-bottom:20px;
}



#about .about_in ._box p {
text-align: justify;

}

/*==================================================
    Main 企業紹介  for PC
==================================================*/


#profile {
	background-image: url(../img/common_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 60px 0;
}

#profile .profile_in {
	width: 760px;
	margin:0 auto;
	box-sizing: border-box;
}


#profile .profile_in dl {
	width: 100%;
	display: flex;
	padding-top: 5px;
	margin: 5px 0;
	border-top: 1px #000 solid;
}

dl:last-child {
	padding-bottom: 5px;
	border-bottom: 1px #000 solid;
}

#profile .profile_in dl dt {
	font-size: 16px;
	float: left;
	width: 200px;
	/*border-left:1px solid #000;*/
	padding: 10px 30px;
	line-height: 1.3;
	text-align: left;
}

#profile .profile_in dl dd {
	float: left;
	font-size: 16px;
	width: 600px;
	padding: 10px 30px;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: left;
}


#profile .profile_in dl dd.flex{
display: flex;
line-height: 3;
}


#profile .profile_in dl dd li {
	margin-bottom: 5px;
}

#profile .profile_in dl dd .logo_box2 {
	width: 200px;
	height: 50px;
}


	/*==================================================
    Main フロー  for PC
==================================================*/

#flow {
	background-image: url(../img/flow_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 60px 0;
}


#flow .flow_box {
	width: 960px;
	margin:0px auto;
}


#flow .flow_in {
	display: flex;
	justify-content: space-between;
	width: 760px;
	margin: auto;
	padding: 20px 0;
}

#flow .flow_in:nth-child(1n) {
	margin-top: 30px;
}

#flow .flow_in:nth-child(2n) {
	flex-direction: row-reverse;
}


#flow .flow_in .left_box {
	width: 500px;
	color: #fff;
	line-height: 1.5;
}

#flow .flow_in .left_box img {
	width: 100%;
}

#flow .flow_in .right_box {
	width: 240px;

}

#flow .flow_in .left_box h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.7;
	color: #252D4A;
	background-color: #fff;
	border-radius:20px;
	height:40px;
	width: 260px;
	text-align: center;
	margin-bottom:30px;
}





/*==================================================
    merit インタビュー  for PC
==================================================*/

#merit{
	max-width: 960px;
	margin: 0 auto;
}
#merit div.meritbox{
	margin: 3% 0;
	display: flex;
	justify-content: space-around;
}

#merit div.meritwrap{
padding: 5% 0;
}

#merit div.meritleft{
	width: 455px;
}

#merit div.meritright{
	width: 455px;
}





	/*=======================================
#slide
----------------------------------------*/
/*-----共通設定-----*/
#slide {
    width:100%;
    background-color: #DCDDDD;
    background-position: center;
    padding:6rem 0 0 ;
}
#slide .inner {
    width:100%;
    max-width:960px;
    margin:0 auto;
    padding:0 3rem 6rem ;
}
#slide .inner h2 {
    font-size:3rem;
    font-weight:bold;
    text-align:center;
    margin-bottom:3rem;
    }
#slide .inner .text_intro {
    font-size:1.6rem;
    line-height:1.7;
    margin-bottom:3rem;
}

#slide .inner .slide_box {
    position: relative;
    width: 100%;
    height: 100%;
    margin:0 auto;
    padding: 3.5rem 0;
    background-color: #e6e6e6;
}

#slide .inner .swiper-container {
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
}

#slide .inner .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e6e6;
    margin: auto;
    text-align: center;
    font-size: 1.8rem;
}

#slide .inner .swiper-container .swiper-slide img {
    width: 100%;
    height:auto;
}

#slide .inner .swiper-container .swiper-slide a:hover {
    transition:unset;
    opacity:1;
}


/*---------------------------------------
#slide
=======================================*/


/*==================================================
    Footer  for PC
==================================================*/

footer {
	width: 100%;
	background-color: #666666;
	color: #fff;
	margin-bottom: 5%;
}

footer p {
	padding: 2em 0;
	text-align: center;
	font-style: normal;
	font-size: 10px;
}
}




/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/


@media only screen and (max-width:767px) {
	body {
		width: 100%;
		font-size: 13px;
	}

.sp_none{
	display: none;
}

h2.titleword{
	width: 200px;
	margin: 0 auto;
	line-height: 1.3;
	text-align: center;
}

#fvsp {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  #fv {
  display: none;
  }
 }
 /*----------------------------------------------
    Header  for sp
	-----------------------------------------------*/
/*-----画面幅768px以上-----*/
@media only screen and (min-width:768px) {
  header .inner nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .inner nav ul li {
    display: block;
    padding: 1.6rem;
  }

  header .inner nav ul li a {
    font-size: 1.4rem;
    line-height: 1;
  }
  header div.inner {

	max-width: 90%;
	margin: 0 auto;
  }


}

/*-----画面幅767px以下-----*/
@media only screen and (max-width:767px) {
  .inner h1 a img {
    width: 40vw;
    max-width: 200px;
    height: auto;
  }



	/*==================================================
    Main  共通　for for sp
	-----------------------------------------------*/

	main {}

	h2{

		margin: 0 auto;
		line-height: 1.3;
		text-align: center;
	}

	h3{
	font-size:16px;
	text-align: center;
	line-height: 1.6;
	margin-bottom:4%;
	color: ;
	}

	h3.w{
		color: #fff;
		}

p{
font-size: 14px;
line-height:1.5;
text-align: left;
margin-bottom: 3%;
		}

	/*==================================================
    仕事情報ボタン 白背景 for for sp
	-----------------------------------------------*/

	.btn {
		width: 100%;
		margin:0px auto;
		padding:5%;
		background-image: url(../img/btn_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.btn .btn_box{
		width: 100%;
margin:2% auto 2%;
	}

	.btn .btn_box p{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing:.15em;
		color:#333333;
			}


			.btn a img {
				width: 90%;
				margin: auto;
			}


	.heading04 {
		display: flex;
		justify-content: center;
		align-items: center;

		text-align: center;
	}
	
	.heading04::before,
	.heading04::after {
		content: '';
		width: 3px;
		height: 40px;
		background-color: #333333;
	}
	
	.heading04::before {
		margin-right: 20px;
		transform: rotate(-35deg)
	}
	.heading04::after {
		margin-left: 20px;
		transform: rotate(35deg)
	}

	/*==================================================
    仕事情報ボタン 黒背景 for PC
==================================================*/

.b {
	background-image: url(../img/btn_bg2.jpg);
	color:#000;
		}
		
.b .btn_box p{
	color:#000;
	}

	.b .btn_box .heading04::before,
	.b .btn_box .heading04::after {
	background-color: #000;
}

/*==================================================
   info for for sp
	-----------------------------------------------*/

#info {}

#info {
	margin: 0 auto;
	background-image: url(../img/common_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


#info .info_in {
	margin: 0 auto;
	text-align: center;
	padding: 5%;
	line-height: 1.5;

}

#info .info_in h4{
font-size: 1.3rem;
	color: #3f9be7;
	padding-bottom: 1rem;
}

	/*==================================================
    Main about us for for sp
	-----------------------------------------------*/

#about{

}

#about .about_box {
	width: 100%;
	margin: 2% auto;
}


#about .about_in {
	width: 100%;
	margin: auto;
	padding: 5%;

}


#about .about_in .right_box {
	width: 100%;
}

#about .about_in .right_box img {
	width: 100%;
}

#about .about_in .left_box {
	width: 100%;
	color: #001F3A;
margin-top: 3%;
}

#about .about_in .left_box h4 {
	font-size: 1.3rem;
line-height: 1.5;
	color: #3f9be7;
	margin-bottom:20px;
}



#about .about_in .left_box p {
text-align: justify;
margin-bottom: 5%;
line-height: 1.5;

}

/*==================================================
    Main 企業紹介  for for sp
	-----------------------------------------------*/


#profile {
	background-image: url(../img/common_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 60px 0;
}

#profile .profile_in {
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
}


#profile .profile_in dl {
	width: 100%;
	display: flex;
	padding-top: 5px;
	margin: 5px 0;
	border-top: 1px #000 solid;
}

dl:last-child {
	padding-bottom: 5px;
	border-bottom: 1px #000 solid;
}

#profile .profile_in dl dt {
	font-size: 16px;
	float: left;
	width:40%;
	/*border-left:1px solid #000;*/
	padding: 10px 30px;
	line-height: 1.3;
	text-align: left;
}

#profile .profile_in dl dd {
	float: left;
	font-size: 16px;
	width: 60%;
	padding: 10px 30px;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: left;
}


#profile .profile_in dl dd.flex{
display: flex;
line-height: 3;
}


#profile .profile_in dl dd li {
	margin-bottom: 5px;
}

#profile .profile_in dl dd .logo_box2 {
	width: 200px;
	height: 50px;
}


	/*==================================================
    Main フロー  for for sp
	-----------------------------------------------*/

#flow {
	background-image: url(../img/flow_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 5% 0;
}


#flow .flow_box {
	width: 90%;
	margin:0px auto;
}


#flow .flow_in {
	justify-content: space-between;
	width: 100%;
	margin:0 auto;
	padding: 3%;
}


#flow .flow_in .left_box {
	width: 100%;
	color: #fff;
	line-height: 1.5;
}

#flow .flow_in .left_box img {
	width: 100%;
}

#flow .flow_in .right_box {
	width: 100%;
align-items: center;
}

#flow .flow_in .left_box h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.7;
	color: #252D4A;
	background-color: #fff;
	border-radius:20px;
	height:40px;
	width: 260px;
	text-align: center;
	margin-bottom:3%;
}


#flow .flow_in .left_box p{
	margin-bottom: 5%;

}

	/*==================================================
    Main FAQ for for sp
	-----------------------------------------------*/

#question {
	font-size: 14px;
}

#question .question_box {
	width: 100%;
		margin: 0 auto;
		padding: 5% 0 0;
}


#question .question_box dl {
	width: 100%;
	margin: 5% auto;
	border-bottom:none;
}

#question .question_box dl dt {
	color: #fff;
		line-height: 1.7;
		font-weight: 600;
		margin: auto;
		padding: 1.5em 7%;
		text-indent: -1em;
	background: rgb(255, 255, 255);
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%,#21284B 0%,#215887 100%);
}

#question .question_box dl dd {
	width: 100%;
	margin: auto;
	padding: 1.5em 7%;
	line-height: 1.7;
	text-indent: -1em;
	background-color: #F9F9F9;
}




/*==================================================
    merit インタビュー  for sp
==================================================*/

#merit{
margin: 0 auto;
}
#merit div.meritbox{

	display: block;
	margin: 0 auto;
}

#merit div.meritwrap{
padding: 5% 0;

}

#merit div.meritleft{
	width: 95%;
	padding: 5% 0;
	margin: 0 auto;
}

#merit div.meritright{
	width: 95%;
	padding: 5% 0;
	margin: 0 auto;
}




/*---------------------------------------
#slide for sp
=======================================*/

@media only screen and (max-width:767px) {
    #slide {
        padding:4% 0 2%;
    }
    #slide .inner h2 {
        font-size:2rem;
        margin-bottom:2rem;
    }
    #slide .inner {
        padding:0 2% 4%;
        margin:0 auto;
    }
}
/*-----画面幅375px以下-----*/
@media only screen and (max-width:375px) {
}
/*-----画面幅320px以下-----*/
@media only screen and (max-width:320px) {
}
/*---------------------------------------
#slide for sp
=======================================*/


	/*==================================================
    Footer  for for sp
	-----------------------------------------------*/

footer {
	width: 100%;
	background-color: #252B4E;
	color: #fff;
	margin-bottom: 15%;
}

footer p {
	padding: 2em 0;
	text-align: center;
	font-style: normal;
	font-size: 10px;
}
}

