/*********  リセットCSS ****************/
*{
	box-sizing: border-box;
	word-break: break-all;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  	margin: 0;
  	padding: 0;
  	border: 0;
    font-size: 100%;
    font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
a:link { color: #ec7825; }
a:visited { color: #ec7825; }
a:hover { color: #cccccc; text-decoration: underline;}
a:active { color: #ec7825; }
/************************************************************************************************/
body {
	font-family: sans-serif;
}

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px;
}
html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}

.header_logo{
  	height: 70px;
  	margin: 10px 0 10px 10%;
}
header{
  	border-bottom: solid 5px #ec7825;
}
.main{
  	margin: 0 10%;
}
.main_summary{
  	text-align: center;
  	margin: 50px 0 20px;
  	font-size: 25px;
  	border-bottom: solid 1px #000000;
  	line-height: 1.3;
  	padding-bottom: 5px;
}

.sub_main_summary{
	margin-bottom: 10px;
	padding: 20px;
}

.sub_main_summary p{
	text-align: center;
	line-height: 1.6;
}

.summary_topics{
	font-size: 18px;
    line-height: 1.7;
    margin: 30px 0 50px 0;
    border:1px solid #ec7825;
    padding: 10px;
    border-radius: 4px;
}


.gallery_photo img{
	width:32%;
	margin-bottom:10px;
}

.gallery_photo img.center{
	margin:0 2% 10px 2%;
}

footer{
	margin:50px 0 0 0;
	background-color: #ec7825;
	color:white;
}
footer p{
	margin:0 10%;
	line-height: 1.6;
	padding: 20px;
}
footer p a {
	color:#ffffff;
	text-decoration: none;
}
footer p span{
	float:right;
}

footer a:link { color: #ffffff; }
footer a:visited { color: #ffffff; }
footer a:hover { color: #ffffff; text-decoration: underline; }
footer a:active { color: #ffffff; }

/*****************  top.html CSS ****************/
#top .banner_recruitment_area {
	width: 100%;
	display: flex;
}

.banner_recruitment{
		font-size: 20px;
    line-height: 2;
    background-color: #ec7825;
    padding:3px;
    width: 50%;
    margin: 0 25%;
}
#top .banner_recruitment {
    margin: 0 5%;
}
.banner_recruitment .banner_inside{
	border: solid 1px #f5ae94;
}

.banner_recruitment p{
    color: white;
    display: inline-block;
}

.banner_recruitment .banner_title{
	font-size: 27px;
	padding-left: 10px;
}
.banner_recruitment .banner_subtitle{
	float: right;
	font-size:18px;
	line-height: 3;
	padding-right: 10px;
}

/*****************  recruitment.html CSS ****************/
section.recruitment_detail{
	width :750px;
	margin: 50px auto 0 auto;
}
.recruitment_detail .recruitment_topics {
	border: 1px solid #ec7825;
	padding: 20px 20px 15px;
	border-radius: 4px;
	text-align: center;
	background-color: #ec7825;
	color: #ffffff;
	margin-bottom: 10px;
}
.recruitment_detail th{
	width:200px;
	line-height: 3.5;
	background-color:#e6e6e6;
	color: black;
	border: solid 1px #cccccc;
	font-weight: bold;
}
.recruitment_detail td{
	line-height: 1.5;
	border: solid 1px #cccccc;
	padding: 20px;
}

section.recruitment_detail table{
	margin: 20px 0;
}

section.recruitment_detail h1{
	font-size: 25px;
	padding-bottom: 7px;
}

.recruitment_paragraph li{
	line-height: 1.2;
	font-size:16px;
}
.recruitment_paragraph_foot {
	font-size: 130%;
	color: #ec7825;
	text-align: center;
	border-top:1px solid #ec7825;
	padding-top: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
}
.banner_recruitment_form{
	text-align: center;
	margin-bottom: 30px;
}

/*tel bnr*/
.banner_recruitment_tel{
    line-height: 2;
    background-color: #cccccc;
    padding:3px;
    width: 50%;
    margin: 0 25%;
}

.banner_recruitment_tel .banner_inside_tel{
	border: solid 1px #e6e6e6;
	text-align: center;
}

.banner_recruitment_tel p{
    color: #000000;
    display: inline-block;
}

.banner_recruitment_tel .banner_title_tel{
	font-size: 25px;
	padding-left: 20px;
}
/*リクルートページ画像*/
.recruit_gallery_photo {
	display: flex;
}
.recruit_gallery_photo div {
	width: 50%;
}
.recruit_gallery_photo img {
	width: 100%;
}

/*****************  レスポンシブCSS ****************/
@media only screen and (max-width: 1299px)
{
	footer .responsive_big{
		display:none;
	}

	footer p{
		margin: 0 10%;
    	padding-top: 7px;
    	line-height: 2;
	}
	#top .banner_recruitment_area {
		display: block;
	}
	#top .banner_recruitment{
	    width: 80%;
	    margin: 0 10% 20px;
	}

}
@media only screen and (max-width: 1023px)
{
	.banner_recruitment{
    	width: 100%;
    	margin:0 0 20px;
	}
	.banner_recruitment_tel{
    	width: 100%;
    	margin:20px 0 0;
	}
}

@media only screen and (max-width: 919px)
{
	.main_summary {
		margin-top: 20px;
	}
	.main_summary .responsive_big {
		display:none;
	}
	.main_summary .responsive_small {
		font-size: 80%;
	}
	.sub_main_summary {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 767px)
{
	header {
		text-align: center;
	}
.header_logo{
  	height: 70px;
  	margin:10px  0;
	}

	.main{
		margin:0 10px 0 10px;
	}
	.gallery_photo img{
		width:49%;
	}
	.gallery_photo img.center{
		margin:0 0 10px 0;
	}

	.gallery_photo img.even{
		margin:0 0 10px 2%;
	}
}

@media only screen and (max-width: 703px)
{
	footer .responsive_small {
		font-size:10px;
		line-height: 2;
		text-align: center;
	}
	footer p{
		margin:0 0 0 2%;
	}
}
@media only screen and (max-width: 501px)
{
	.banner_recruitment .banner_subtitle, .banner_recruitment .banner_title{
		text-align: center;
		display: block;
		float:none;
	}
}
@media only screen and (max-width: 414px)
{
	.gallery_photo img{
		width:100%;
		margin-right:0;
	}
	.gallery_photo img.even{
		margin:0 0 10px 0;
	}
	.banner_title_pconly {
		display: none;
	}
}

@media only screen and (min-width: 1300px)
{
	footer .responsive_small{
		display:none;
	}
	.summary_topics li{
		width:32%;
	}
}

@media only screen and (min-width: 920px)
{
	.main_summary .responsive_small{
		display:none;
	}
}

@media only screen and (min-width: 815px)
{
	.summary_topics li{
		display: inline-block;
		width:49.5%;
	}

	.summary_topics{
	font-size: 18px;
    line-height: 1.7;
    margin: 20px 0 50px 0;
	}
}


/*************     recruitment.html レスポンシブCSS  ************************************/

@media only screen and (max-width: 767px)
{
	.recruitment_detail th,.recruitment_detail td{
		display: block;
		width: 100%;
	}

	section.recruitment_detail {
    	width: 100%;
    	margin: 20px 0 0 0;
    	padding: 0 10px;
	}
}

@media only screen and (min-width: 1219px)
{
	.recruitment .main_summary .responsive_small{
		display:none;
	}
}

@media only screen and (max-width: 1218px)
{
	.recruitment .main_summary {
		margin-top: 20px;
	}
	.recruitment .main_summary .responsive_big {
		display:none;
	}
	.recruitment .main_summary .responsive_small {
		font-size: 90%;
		display: block;
	}
	.recruitment .sub_main_summary {
		padding-top: 10px;
	}
}