@charset "utf-8";

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

* {
	box-sizing: border-box;
}

html {
	overquestion-y: scroll;
}

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;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    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以上）
/////////////////////////////////////////////////////////////////////*/

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

	body {
		min-width: 960px;
	}

	#wrapper {}

	br.pc_none {
		display: none;
	}

	p {
		font-size: 16px;
		line-height: 1.5;
		text-align: justify;
	}

	/*==================================================
    Header  for PC
==================================================*/

	.top_title {
		height: 50px;
		width: 100%;
		background-color: #07318A;
		margin: 0 auto;
		padding: 0 10px;
		display: flex;
		align-items: center;
	}

	.top_title p {
		margin-left: 40px;
		font-size: 24px;
	}

	.top_title img {
		width: auto;
	}

	.top_title figure {
		margin: 0 auto;
	}

	header .fv_box {
		background-image: url(../img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	header .fv_box h1 {
		width: 960px;
		margin: auto;
	}


	/*==================================================
    見出し for PC
==================================================*/

	main {}

	h2.heading05 {
		position: relative;
		padding-bottom: 50px;
		font-size: 26px;
		text-align: center;
	}

	h2.heading05::before {
		content: attr(data-en);
		display: block;
		color: #07318A;
		font-size: 18px;
		padding-bottom: 5px;
	}

	h2.heading05::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%) rotate(30deg);
		width: 3px;
		height: 40px;
		background-color: #07318A;
	}


	h2.heading06 {
		position: relative;
		padding-bottom: 50px;
		font-size: 26px;
		color: #fff;
		text-align: center;
	}

	h2.heading06::before {
		content: attr(data-en);
		display: block;
		color: #fff;
		font-size: 18px;
		padding-bottom: 5px;
	}

	h2.heading06::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%) rotate(30deg);
		width: 3px;
		height: 40px;
		background-color: #fff;
	}




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

	#interview {
		/*---後ろの背景色を指定する---*/
		background-position: center;

	}

	#interview .interview_box {
		width: 860px;
		padding: 30px0;
		margin: 60px auto;
	}

	#interview .interview_in {
		display: flex;
		justify-content: space-between;
		width: 750px;
		margin: auto;
		padding: 20px 0;
	}

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

	#interview .interview_in .left_box {
		width: 240px;
	}

	#interview .interview_in .left_box img {
		width: 100%;
	}

	#interview .interview_in .right_box {
		width: 486px;
	}

	#interview .interview_in .right_box h3 {
		margin-bottom: 10px;
		color: #07318A;
		font-size: 22px;
		line-height: 1.5;
	}



	/*==================================================
    Main 募集要項を見る  for PC
==================================================*/

	.btn_youkou {
		width: 400px;
		margin: auto;
	}

	.btn_youkou a img {
		width: 400px;
		margin: auto;
	}



	/*==================================================
    Main メリット  for PC
==================================================*/

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

	#merit .merit_in {
		width: 860px;
		margin: auto;
		padding: 60px 0;
	}

	#merit ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 760px;
		margin: 30px auto 0;
	}

	#merit ul li {
		width: 240px;
		margin-bottom: 20px;
	}

	#merit ul li img {
		width: 100%;
	}





	/*==================================================
    Main FAQ for PC
==================================================*/

	#question {
		/*---後ろの背景色を指定する
        background-color: #ccc;
        background-position: center;
        ---*/
	}

	#question .question_box {
		width: 760px;
		margin: auto;
		padding: 35px 0 0;
	}


	#question .question_box ul {
		width: 760px;
		margin: 30px auto;
	}


	#question .question_box ul .q {
		color: #fff;
		font-weight: 600;
		margin: auto;
		padding: 1.5em 30px;
		background: rgb(255, 255, 255);
		background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(82, 111, 173, 1) 0%, rgba(83, 166, 171, 1) 100%);
	}

	#question .question_box ul .a {
		width: 760px;
		margin: auto;
		padding: 30px 0 30px 50px;
		line-height: 1.7;
		text-indent: -1em;
		background-color: #F9F9F9;
	}


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

	footer {
		width: 100%;
		background-color: #07318A;
		color: #fff;
		margin: 60px 0 0;
	}

	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;
	}


	/*--------------------------------------------------
    Header  for sp
--------------------------------------------------*/

	.top_title {
		width: 100%;
		background-color: #07318A;
		margin: 0 auto;
		align-items: center;
		padding: 3%;
	}

	.top_title figure {
		margin: 0 auto;
	}

	.top_title img {
		width: auto;
	}

	header .fv_box h1 {
		width: 100%;
		margin: auto;
	}


	/*--------------------------------------------------
   見出し  for sp
--------------------------------------------------*/

	main {}

	h2.heading05 {
		position: relative;
		padding-bottom: 12%;
		font-size: 22px;
		text-align: center;
	}

	h2.heading05::before {
		content: attr(data-en);
		display: block;
		color: #07318A;
		font-size: 18px;
		padding-bottom: 5px;
	}

	h2.heading05::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%) rotate(30deg);
		width: 3px;
		height: 30px;
		background-color: #07318A;
	}


	h2.heading06 {
		position: relative;
		padding-bottom: 12%;
		font-size: 22px;
		color: #fff;
		text-align: center;
	}

	h2.heading06::before {
		content: attr(data-en);
		display: block;
		color: #fff;
		font-size: 18px;
		padding-bottom: 5px;
	}

	h2.heading06::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%) rotate(30deg);
		width: 3px;
		height: 30px;
		background-color: #fff;
	}




	/*--------------------------------------------------
    Main 募集要項を見る  for sp
--------------------------------------------------*/

	.btn_youkou {
	}

	.btn_youkou a img {
		width: 85%;
		margin: auto;
	}


	/*--------------------------------------------------
    Main インタビュー  for sp
--------------------------------------------------*/

	#interview {
		width: 100%;
		margin: 5% auto;
		padding: 0 3%;
	}



	#interview .interview_in {
		padding: 5% 0;
		margin: auto;
	}

	#interview .interview_in .left_box img {
		width: 50%;
		margin: auto;
	}

	#interview .interview_in .right_box {
		padding: 3%;
	}

	#interview .interview_in .right_box h3 {
		font-size: 18px;
		color: #07318A;
		line-height: 1.3;
		margin-bottom: 3%;
	}

	#interview .interview_in .right_box p {
		font-size: 14px;
		line-height: 1.5;


		/*----テキストを均等揃えにする----*/
		text-align: justify;
	}

	/*--------------------------------------------------
    Main メリット  for sp
--------------------------------------------------*/

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

	#merit .merit_in {
		margin: auto;
		padding: 5% 3% 1%;
	}



	#merit ul {
		margin-top: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#merit ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	#merit ul li img {}






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

	
	#question {
		/*---後ろの背景色を指定する
        background-color: #ccc;
        background-position: center;
        ---*/
	}

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


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


	#question .question_box ul .q {
		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%, rgba(82, 111, 173, 1) 0%, rgba(83, 166, 171, 1) 100%);
	}

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


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

	footer {
		width: 100%;
		background-color: #07318A;
		color: #fff;
		margin: 5% 0 0;
	}

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