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

/*-----------------
	mainVisual
---------------- */

.mainVisual-recruit {
	background: url("../images/mainVisual-recruit.png") top center no-repeat;
}

.mainVisual-faq {
	background: url("../images/mainVisual-faq.png") top center no-repeat;
}

.mainVisual-interview {
	background: url("../images/mainVisual-interview.png") top center no-repeat;
}



/* requirements */

#requirements {}

#requirements .bg-gray {
}

#requirements .bg-gray h1 {
	color: #004098;
	font-size: 22px;
	font-weight: 600;
}

#requirements .bg-gray p {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 0;
}

.requirements-tb {
	margin: 100px 0;
}

.requirements-tb table {
	width: 100%;
}

.requirements-tb tr:first-child th , .requirements-tb tr:first-child td {
	border-top: 1px solid #ccc;
}

.requirements-tb th {
	width: 30%;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}

.requirements-tb td {
	width: 70%;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}

.requirements-tb td dl {
	width: 100%;
	overflow: hidden;
	margin: 0;
	line-height: 1.8;
}

.requirements-tb td dl dt {
	clear: both;
	float: left;
	width: 20%;
	font-weight: normal;
}

.requirements-tb td dl dd {
	width: 80%;
	margin-left: 20%;
}

.requirements-tb ul {
	padding: 0;
	margin: 0;
	line-height: 1.8;
	
}

.requirements-tb ol {
	list-style-type: square;
	padding-left: 20px;
	margin: 0;
	line-height: 1.8;
}

.requirements-tb table + p {
	margin-top: 30px;
	line-height: 1.8;
}



/* faq */

#faq {}


/*--------------------
	  accordion
--------------------*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}


/*===================
	faq-contents
===================*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
	margin: 0;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
	margin-bottom: 0;
}

.p-faq__bodyinner p.p-faq__a-txt span {
	padding: 10px 0;
	display: inline-block;
	text-decoration: underline;
}



/*=========
    base
=========*/


.s_section {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

.p-faq__a-txt span a {
	color: #000;
}

.p-faq__a-txt span a:hover {
	color: #007bff;
}




/* interview */

.interview .bg-gray {
}

.interview .bg-gray .container {
	position: relative;
}

.interview .bg-gray .container:before {
	content: "";
	background: url("../images/interview-bg.png") center right no-repeat;
	width: 424px;
	height: 498px;
	position: absolute;
	right: -230px;
}

.interview .bg-gray {
	padding-top: 150px;
}

.interview .bg-gray h1 {
	text-align: center;
	font-size: 34px;
	margin-bottom: 10px;
	position: relative;
}

.interview .bg-gray h1:before {
	content: "";
	position: absolute;
	background: url("../images/icon-interview.png") no-repeat;
	width: 67px;
	height: 80px;
	margin: auto;
	top: -100px;
	right: 0;
	left: 0;
}

.interview .bg-gray p {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2;
}

/*tabの形状*/

.tab-interview {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}

.tab-interview li {
	width: 100%;
}

.tab-interview li a {
	display: block;
	color: #000;
	position: relative;
	box-shadow:  1px 1px 10px #ccc;
}

.tab-interview li a:hover {
	opacity: 0.8;
}

.tab-interview li a img {
	width: 100%;
}

.tab-interview li a span {
	background: #FFF;
	display: block;
	padding: 10px 30px;
	font-size: 90%;
	text-align: center;
}

/*liにactiveクラスがついた時の形状*/

.tab li.active a{
  background:#fff;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.img-interview-visual01 {
	position: relative;
}

.img-interview-visual01 img {
	width: 100%;
}

.img-interview-visual01 span {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(237,108,0,0.8);
	padding: 10px 50px;
	color: #FFF;
}

.interview-faq {
	position: relative;
}

.interview-faq:before {
	content: "";
	background: url("../images/img-mike.png") no-repeat;
	width: 346px;
	height: 332px;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
}

.interview-faq h2 {
	font-size: 24px;
	margin-top: 50px;
}

.interview-faq dl {
	margin-top: 30px;
}

.interview-faq dl dt {
	margin-bottom: 10px;
}

.interview-faq dl dt:before {
	content: "Q";
	color: #ED6C00;
	padding-right: 10px;
}

.interview-faq dl dd {
	margin-bottom: 20px;
	font-size: 90%;
	padding-left: 23px;
	line-height: 1.8;
}


.img-interview-visual02 {
	margin: 100px calc(50% - 50vw) 0;
}

.img-interview-visual02 img {
	width: 100%;
}





@media screen and ( max-width:767px ) {
	
	/* requirements(sp) */

	#requirements {}

	#requirements .bg-gray {
		padding: 30px 0;
	}

	#requirements .bg-gray h1 {
		font-size: 135%;
	}

	#requirements .bg-gray p {
		font-size: 90%;
		margin-bottom: 0;
	}

	.requirements-tb {
		margin: 50px 0;
	}

	.requirements-tb table {
	}
	
	.requirements-tb .container > p {
		font-size: 90%;
	}

	.requirements-tb tr:first-child th , .requirements-tb tr:first-child td {
		border-top: none;
	}

	.requirements-tb th {
		width: 105%;
		display: block;
		padding: 10px 0;
		font-size: 100%;
	}

	.requirements-tb td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 10px 3% 30px;
		font-size: 90%;
	}

	.requirements-tb td dl {
	}

	.requirements-tb td dl dt {
		width: 30%;
	}

	.requirements-tb td dl dd {
		width: 70%;
		margin-left: 30%;
		padding-left: 10px;
	}

	.requirements-tb ul {	
	}

	.requirements-tb ol {
		padding-left: 15px;
	}

	.requirements-tb table + p {
		margin-top: 0;
	}
	
	
	
	
	
	/* faq(sp) */
	
	#faq {}
	
	#faq .bg-gray {
		padding: 30px 0;
	}
	
	#faq .bg-gray p {
		font-size: 90%;
		margin-bottom: 0;
	}


	/*-------------------------
		   accordion(sp)
	-------------------------*/

	.accordion_area {}

	.accordion_area .accordion_one .ac_header:not(.open):hover {
	}
	.accordion_area .accordion_one:nth-child(odd) .ac_header {
	}
	.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
	}

  	.accordion_area .accordion_one .ac_header {
    	padding: 1.5rem 2rem 1.5rem 1.0rem;
  	}
	
  	.accordion_area .accordion_one .ac_header .i_box {
    	right: 0.8rem;
    	width: 15px;
    	height: 15px;
    	margin-top: -7px;
  	}
	
  	.accordion_area .accordion_one .ac_header .i_box:before {
    	width: 15px;
  	}
	
  	.accordion_area .accordion_one .ac_header .i_box:after {
    	height: 15px;
    	right: 7px;
  	}
	
  	.accordion_area .accordion_one .ac_inner {
    	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  	}


	/*========================
		faq-contents(sp)
	========================*/



  	.p-faq__headinner {
    	padding-left: 25px;
  	}
	
  	.p-faq__headinner::before {
    	font-size: 14px;
  	}
	
  	.p-faq__headinner p.p-faq__q-txt {
    	font-size: 14px;
  	}

	.p-faq__bodyinner p.p-faq__a-txt span {
		padding: 10px 0;
		display: inline-block;
		text-decoration: underline;
	}

  	.p-faq__bodyinner {
    	padding-left: 25px;
  	}
	
  	.p-faq__bodyinner::before {
    	font-size: 90%;
  	}
	
  	.p-faq__bodyinner p.p-faq__a-txt {
    	font-size: 90%;
  	}


	/*==============
		base(sp)
	==============*/


	.s_section {
  		max-width: 100%;
  		margin: 30px auto;
		padding: 0 3%;
	}
	
	.gutter>*:not(:last-child) {
  		margin-bottom: 1rem;
	}
	
	
	
	
	/* interview(sp) */

	.interview .bg-gray {
	}

	.interview .bg-gray .container {
	}

	.interview .bg-gray .container:before {
		display: none;
	}

	.interview .bg-gray {
		padding-top: 100px;
	}

	.interview .bg-gray h1 {
		font-size: 180%;
	}

	.interview .bg-gray h1:before {
		background: url("../images/icon-interview-sp.png") no-repeat;
		width: 50px;
		height: 60px;
		top: -80px;
	}

	.interview .bg-gray p {
		font-size: 90%;
		margin-bottom: 20px;
		line-height: 1.8;
	}

	/* tabの形状(sp) */

	.tab-interview {
	}

	.tab-interview li {
		width: 50%;
	}

	.tab-interview li a {
	}

	.tab-interview li a:hover {
	}

	.tab-interview li a img {
	}

	.tab-interview li a span {	
		padding: 5%;
		font-size: 80%;
	}

	/*liにactiveクラスがついた時の形状*/

	.tab li.active a {
	}


	/*エリアの表示非表示と形状*/
	.area {
	}

	/*areaにis-activeというクラスがついた時の形状*/
	.area.is-active {
	}




	.img-interview-visual01 {
	}

	.img-interview-visual01 img {
	}

	.img-interview-visual01 span {
		padding: 2% 5%;
		font-size: 80%;
	}

	.interview-faq {
	}

	.interview-faq:before {
		display: none;
	}

	.interview-faq h2 {
		font-size: 150%;
		margin-top: 30px;
		line-height: 1.3;
	}

	.interview-faq dl {
		margin-top: 20px;
	}

	.interview-faq dl dt {
		position: relative;
		padding-left: 23px;
	}

	.interview-faq dl dt:before {
		position: absolute;
		left: 0;
	}

	.interview-faq dl dd {
		font-size: 85%;
	}


	.img-interview-visual02 {
		margin: 30px 0 0 0;
	}

	.img-interview-visual02 img {
		width: auto;
	}
	
	.img-interview-visual02.sp ul {
		padding: 0;
	}
	
	.img-interview-visual02.sp ul li {
		width: 50%;
	}
	
	.img-interview-visual02.sp ul li:nth-child(odd) {
		padding: 0 8px 0 15px;
	}
	
	.img-interview-visual02.sp ul li:nth-child(even) {
		padding: 0 15px 0 8px;
	}
	
	
	
	
}






@media only screen and (min-width:768px) and (max-width:1199px) {
	
	
	/* requirements(tab) */

	#requirements {}

	#requirements .bg-gray {
	}

	#requirements .bg-gray h1 {
		font-size: 135%;
	}

	#requirements .bg-gray p {
		font-size: 105%;
	}

	.requirements-tb {
		margin: 80px 0;
	}

	.requirements-tb table {
	}

	.requirements-tb tr:first-child th , .requirements-tb tr:first-child td {
	}

	.requirements-tb th {
		width: 40%;
	}

	.requirements-tb td {
		width: 60%;
	}

	.requirements-tb td dl {
	}

	.requirements-tb td dl dt {
		width: 30%;
	}

	.requirements-tb td dl dd {
		width: 70%;
		margin-left: 30%;
	}

	.requirements-tb ul {
		line-height: 2;
	}

	.requirements-tb ol {
		line-height: 2;
	}

	.requirements-tb table + p {
		line-height: 2;
	}
	
	
	/* faq(tab) */

	#faq {}
	
	#faq .bg-gray p {
		max-width: 500px;
		margin: 0 auto;
		width: 100%;
	}
	
	#faq .bg-gray p .br-sp {
		display: none;
	}


	/*-------------------------
		 accordionfaq(tab)
	-------------------------*/

	.accordion_area {}
	.accordion_area .accordion_one .ac_header {
	}
	
	.accordion_area .accordion_one .ac_header:not(.open):hover {
	}
	
	.accordion_area .accordion_one:nth-child(odd) .ac_header {
	}
	
	.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
	}
	
	.accordion_area .accordion_one .ac_header .i_box {
	}
	
	.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
	}
	
	.accordion_area .accordion_one .ac_header .i_box:before {
	}
	
	.accordion_area .accordion_one .ac_header .i_box:after {
	}
	
	.accordion_area .accordion_one .ac_header.open .i_box:after {
	}
	
	.accordion_area .accordion_one .ac_inner {
	}


	/*========================
		faq-contents(tab)
	========================*/

	.p-faq__headinner {
	}
	
	.p-faq__headinner::before {
	}
	.p-faq__headinner p.p-faq__q-txt {
  		font-size: 115%;
	}

	.p-faq__bodyinner {
	}
	
	.p-faq__bodyinner::before {
	}
	.p-faq__bodyinner p.p-faq__a-txt {
		font-size: 115%;
	}

	.p-faq__bodyinner p.p-faq__a-txt span {
	}



	/*==============
    	base(tab)
	==============*/


	.s_section {
  		max-width: 700px;
  		margin: 50px auto;
	}
	
	.gutter>*:not(:last-child) {
	}

	.p-faq__a-txt span a {
	}

	.p-faq__a-txt span a:hover {
	}
	
	
	
	
	/* interview(tab) */

	.interview .bg-gray {
	}

	.interview .bg-gray .container {
	}

	.interview .bg-gray .container:before {
		display: none;
	}

	.interview .bg-gray {
	}

	.interview .bg-gray h1 {
	}

	.interview .bg-gray h1:before {
	}

	.interview .bg-gray p {
	}

	/* tabの形状(tab) */

	.tab-interview {
	}

	.tab-interview li {
	}

	.tab-interview li a {
	}

	.tab-interview li a:hover {
	}

	.tab-interview li a img {
	}

	.tab-interview li a span {
	}

	/*liにactiveクラスがついた時の形状*/

	.tab li.active a{
	}


	/*エリアの表示非表示と形状*/
	.area {
	}

	/*areaにis-activeというクラスがついた時の形状*/
	.area.is-active {
	}


	.img-interview-visual01 {
	}

	.img-interview-visual01 img {
	}

	.img-interview-visual01 span {
		padding: 10px 35px;
	}

	.interview-faq {
	}

	.interview-faq:before {
		display: none;
	}

	.interview-faq h2 {
		font-size: 145%;
	}

	.interview-faq dl {
	}

	.interview-faq dl dt {
	}

	.interview-faq dl dt:before {
	}

	.interview-faq dl dd {
	}


	.img-interview-visual02 {
		margin: 50px calc(50% - 50vw) 0;
	}

	.img-interview-visual02 img {
	}
	
}







@media only screen and (min-width:992px) and (max-width:1199px) {
	
	#faq .bg-gray p {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	
	.s_section {
		max-width: 900px;
	}
	
	.p-faq__headinner p.p-faq__q-txt {
  		font-size: 120%;
	}
	
	.p-faq__bodyinner p.p-faq__a-txt {
		font-size: 120%;
	}
	
	
	
	
	
	
	
}





