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

ul.page_title li.text{
	background: url("../recruit/images/page_title_bg.jpg") no-repeat;
	background-size: cover;
}

@media print{
	.print {
		width: 100%;
		display: block!important;
		overflow: hidden;
	}
	section#s05 ul.qa{
		page-break-before: always;
		overflow-y: visible!important;
		overflow-x: visible!important;
	}
	section#s05 ul.qa li{
		float: left!important;
	}
    section#s05 ul.qa li.two.green{
		float: right!important;
		min-height: 351px;
	}
    section#s05 ul.qa li.box_inner{
		margin-right: 22px;
	}
    section#s05 ul.qa li.three.blue{
		margin-left: 20px;
		margin-right: 20px;
	}

}



/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 1100px){
	section#s05 ul.qa li.box div.contents span.num{
		width: 72px!important;
	}
}

@media print, screen and (min-width: 769px){
	
	ul.page_title{
		margin-bottom: 80px;
	}
	
	section{
		width: 68%;
		max-width: 815px;
		margin: 0 auto 90px;
		color: #595757;
		position: relative;
	}
	
	section#s01 div.num,
	section#s02 div.num{
		width: 60px;
		line-height: 0;
		margin: 0 auto 20px;
	
	}
	
	section#s01 h2,
	section#s02 h2{
		font-size: 32px;
		font-size: 3.2rem;
		text-align: center;
		font-weight: bold;
		margin-bottom: 80px;
		letter-spacing: 0.1em;
	}
	
	section#s01 h2 span,
	section#s02 h2 span{
		font-size: 22px;
		font-size: 2.2rem;
		text-align: center;
		font-weight: bold;
	}
	
	section#s01 h3,
	section#s02 h3{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: bold;
	}
	
	section#s01 h3{
		margin-bottom: 20px;
	}
	
	section#s01 h3 span{
		color: #0080CB;
		font-weight: bold;
	}
	
	section#s01 div.text_block{
		width: 100%;
		clear: both;
	}
	
	section#s01 div.text_block p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 40px;
	}
	
	section#s01 div.text_block span.left,
	section#s01 div.text_block span.right{
		width: 36.8%;
		display: inline-block;
	}
	
	section#s01 div.text_block span.left{
		float: left;
		margin: 0 15px 10px 0;
	}
	
	section#s01 div.text_block span.right{
		float: right;
		margin: 0 0 15px 10px;
	}
	
	section#s01 p.name{
		text-align: right;
	}
	
	section#s01 p.name img{
		width: 242px;
	}
	
	section#s02 ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	
	section#s02 ul li:first-child{
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section#s02 ul li:first-child{
		width: 70px;
	}
	
	section#s02 ul li:first-child img{
		width: 76%;
	}
	
	section#s02 ul li:nth-child(2){
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: calc(100% - 70px);
		padding-left: 30px;
		font-size: 26px;
		border-left: 1px solid #4D4D4D;
	}
	
	section#s02 ul li:nth-child(2) p{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
	
	section#s03 {
		width: 100%;
		max-width: 100%;
		padding: 70px 0;
		background: #F2F2F2;
		margin-bottom: 90px;
	}
	
	section#s03 ul{
		width: 68%;
		max-width: 815px;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#s03 ul li{
		width: 46%;
		position: relative;
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
		box-shadow: 0 0 3px #666;
		background: #FFF;
	}
	
	section#s03 ul li span.triangle01,
	section#s03 ul li span.triangle02{
		width: 28px;
		display: inline-block;
		position: absolute;
		z-index: 5;
	}
	
	section#s03 ul li span.triangle01{
		top: -4px;
		left: -4px;
	}
	
	section#s03 ul li span.triangle02{
		bottom: -13px;
		right: -4px;
	}
	
	section#s03 ul li a{
		display: block;
		padding: 25px 5px;
		text-align: center;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.2;
		background: #FFF;
	}
	
	section#s03 ul li a.recruit01{
		color: #8DD135;
	}
	
	section#s03 ul li a.recruit02{
		color: #0080CB;
	}
	
	section#s04 {
		margin-bottom: 60px;
	}
	
	section#s04 h3{
		font-size: 24px;
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.2;
		font-weight: bold;
		color: #FFF;
		background: #82C040;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 20px;
		margin-bottom: 30px;
		position: relative;
	}
	
	section#s04 h3:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #82C040;
	}
	
	section#s04 h4{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		color: #82C040;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	section#s04 p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.8;
		padding-bottom: 12px;
		border-bottom: 1px solid #D9D9D9;
		margin-bottom: 18px;
	}
	
	section#s05 h3{
		font-size: 24px;
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.2;
		font-weight: bold;
		color: #FFF;
		background: #0080CB;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 20px;
		margin-bottom: 30px;
		position: relative;
	}
	
	section#s05 h3:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #0080CB;
	}
	
	section#s05 ul.qa {
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#s05 ul.qa li.box{
		background: #FFF;
		border: 3px solid #C7C6C6;
		-moz-box-shadow: 6px 6px 0 #E4E4E4;
		-webkit-box-shadow: 6px 6px 0 #E4E4E4;
		box-shadow: 6px 6px 0 #E4E4E4;
		padding: 45px 20px;
		position: relative;
		margin-bottom: 25px;
	}
	
	section#s05 ul.qa li.box div.contents{
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: flex-start;
		position: absolute;
		top: -12px;
		left: -12px;
	}
	
	section#s05 ul.qa li.box div.contents span.num{
		width: 60px;
		display: inline-block;
		margin-right: 8px;
		line-height: 0;
	}
	
	section#s05 ul.qa li.box div.contents span.text{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.2;
		margin-top: 24px;
	}
	
	section#s05 ul.qa li.box.blue div.contents span.text{
		color: #0080CB;
	}
	
	section#s05 ul.qa li.box.green div.contents span.text{
		color: #82C040;
	}
	
	section#s05 ul.qa li.box h4{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
	}
	
	section#s05 ul.qa li.box.blue h4{
		color: #0080CB;
	}
	
	section#s05 ul.qa li.box.green h4{
		color: #82C040;
	}
	
	section#s05 ul.qa li.box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	
	section#s05 ul.qa li.box p a{
		text-decoration: underline;
		color: #595757;
	}
	
	section#s05 ul.qa li.box_inner{
		width: 31.4%;
	}
	
	section#s05 ul.qa li.box_inner ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-content: space-between;
	}
	
	section#s05 ul.qa li.box_inner ul li:last-child{
		margin-bottom: 0;
	}
	
	section#s05 ul.qa li.box.two{
		width: 48.4%;
	}
	
	section#s05 ul.qa li.box.two div.line{
		width: 100%;
		line-height: 0;
		margin: 15px auto 20px;
		padding: 0 10.6%;
	}
	
	section#s05 ul.qa li.box.two_thirds div.line{
		width: 100%;
		line-height: 0;
		margin: 15px auto 20px;
		padding: 0 21.8%;
	}
	
	section#s05 ul.qa li.box.three div.line,
	section#s05 ul.qa li.box_inner div.line{
		width: 100%;
		line-height: 0;
		margin: 15px auto 20px;
	}
	
	section#s05 ul.qa li.box.two div.line img,
	section#s05 ul.qa li.box.three div.line img,
	section#s05 ul.qa li.box.two_thirds div.line img{
		width: 100%;
	}
		
	section#s05 ul.qa li.box.three{
		width: 31.4%;
	}
	
	section#s05 ul.qa li.box.two_thirds{
		width: 65.5%;
	}
	
	section#s05 ul.qa li table {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 25px 0;
		letter-spacing: 0.05em;
	}
	
	section#s05 ul.qa li table th{
		vertical-align: top;
		text-align: right;
		padding-right: 1em;
		width: 55px;
		padding-bottom: 13px;
	}
	
	section#s05 ul.qa li table td{
		vertical-align: top;
		padding-bottom: 13px;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

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

	section{
		width: 92.5%;
		margin: 0 auto 50px;
		color: #595757;
		position: relative;
	}
	
	section#s01 div.num,
	section#s02 div.num{
		width: 60px;
		line-height: 0;
		margin: 0 auto 20px;
	
	}
	
	section#s01 h2,
	section#s02 h2{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		letter-spacing: 0.1em;
	}
	
	section#s01 h2 span,
	section#s02 h2 span{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
	}
	
	section#s01 h3,
	section#s02 h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	section#s01 h3{
		margin-bottom: 15px;
	}
	
	section#s01 h3 span{
		color: #0080CB;
		font-weight: bold;
	}
	
	section#s01 div.text_block{
		width: 100%;
		clear: both;
	}
	
	section#s01 div.text_block p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	section#s01 div.text_block span.left,
	section#s01 div.text_block span.right{
		width: 36.8%;
		display: inline-block;
	}
	
	section#s01 div.text_block span.left{
		float: left;
		margin: 0 15px 10px 0;
	}
	
	section#s01 div.text_block span.right{
		float: right;
		margin: 0 0 15px 10px;
	}
	
	section#s01 p.name{
		text-align: right;
	}
	
	section#s01 p.name img{
		width: 220px;
	}
	
	section#s02 ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	
	section#s02 ul li:first-child{
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	section#s02 ul li:first-child{
		width: 60px;
	}
	
	section#s02 ul li:first-child img{
		width: 76%;
	}
	
	section#s02 ul li:nth-child(2){
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		padding-left: 20px;
		border-left: 1px solid #4D4D4D;
	}
	
	section#s02 ul li:nth-child(2) p{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
	
	section#s03 {
		width: 100%;
		max-width: 100%;
		padding: 40px 0 30px;
		background: #F2F2F2;
		margin-bottom: 60px;
	}
	
	section#s03 ul{
		width: 80%;
		max-width: 480px;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#s03 ul li{
		width: 100%;
		position: relative;
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
		box-shadow: 0 0 3px #666;
		background: #FFF;
		margin-bottom: 20px;
	}
	
	section#s03 ul li span.triangle01,
	section#s03 ul li span.triangle02{
		width: 28px;
		display: inline-block;
		position: absolute;
		z-index: 5;
	}
	
	section#s03 ul li span.triangle01{
		top: -4px;
		left: -4px;
	}
	
	section#s03 ul li span.triangle02{
		bottom: -13px;
		right: -4px;
	}
	
	section#s03 ul li a{
		display: block;
		padding: 25px 5px;
		text-align: center;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
		background: #FFF;
	}
	
	section#s03 ul li a.recruit01{
		color: #8DD135;
	}
	
	section#s03 ul li a.recruit02{
		color: #0080CB;
	}
	
	section#s04 {
		margin-bottom: 60px;
	}
	
	section#s04 h3{
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		line-height: 1.2;
		font-weight: bold;
		color: #FFF;
		background: #82C040;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 20px;
		margin-bottom: 30px;
		position: relative;
	}
	
	section#s04 h3:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #82C040;
	}
	
	section#s04 h4{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		color: #82C040;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	section#s04 p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		padding-bottom: 12px;
		border-bottom: 1px solid #D9D9D9;
		margin-bottom: 18px;
	}
	
	section#s05 h3{
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		line-height: 1.2;
		font-weight: bold;
		color: #FFF;
		background: #0080CB;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 20px;
		margin-bottom: 30px;
		position: relative;
	}
	
	section#s05 h3:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #0080CB;
	}
	
	section#s05 ul.qa {
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#s05 ul.qa li.box{
		background: #FFF;
		border: 3px solid #C7C6C6;
		-moz-box-shadow: 6px 6px 0 #E4E4E4;
		-webkit-box-shadow: 6px 6px 0 #E4E4E4;
		box-shadow: 6px 6px 0 #E4E4E4;
		padding: 45px 20px;
		position: relative;
		margin-bottom: 25px;
	}
	
	section#s05 ul.qa li.box div.contents{
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: flex-start;
		position: absolute;
		top: -12px;
		left: -12px;
	}
	
	section#s05 ul.qa li.box div.contents span.num{
		width: 72px;
		display: inline-block;
		margin-right: 8px;
		line-height: 0;
	}
	
	section#s05 ul.qa li.box div.contents span.text{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		margin-top: 24px;
	}
	
	section#s05 ul.qa li.box.blue div.contents span.text{
		color: #0080CB;
	}
	
	section#s05 ul.qa li.box.green div.contents span.text{
		color: #82C040;
	}
	
	section#s05 ul.qa li.box h4{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
	}
	
	section#s05 ul.qa li.box.blue h4{
		color: #0080CB;
	}
	
	section#s05 ul.qa li.box.green h4{
		color: #82C040;
	}
	
	section#s05 ul.qa li.box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	
	section#s05 ul.qa li.box p a{
		text-decoration: underline;
		color: #595757;
	}
	
	section#s05 ul.qa li.box_inner{
		width: 100%;
	}
	
	section#s05 ul.qa li.box.two{
		width: 100%;
	}
	
	section#s05 ul.qa li.box div.line{
		width: 100%;
		max-width: 400px;
		line-height: 0;
		margin: 15px auto 20px;
		padding: 0 10.6%;
	}
		
	section#s05 ul.qa li.box.three{
		width: 100%;
	}
	
	section#s05 ul.qa li.box.two_thirds{
		width: 100%;
	}
	
	section#s05 ul.qa li table {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 25px 0;
		letter-spacing: 0.05em;
	}
	
	section#s05 ul.qa li table th{
		vertical-align: top;
		text-align: right;
		padding-right: 1em;
		width: 55px;
		padding-bottom: 13px;
	}
	
	section#s05 ul.qa li table td{
		vertical-align: top;
		padding-bottom: 13px;
	}
	
}

@media print, screen and (max-width: 420px){
	section#s01 div.text_block span.left,
	section#s01 div.text_block span.right{
		width: 50%;
		display: inline-block;
	}
}