@charset "utf-8";

/*--------------------------------------------------
	BODY
--------------------------------------------------*/
body {
	text-align: center;
	background-color: #fff5d5;
	background-image: url(../images/bg_pic.png);
	background-size: 100% auto;
	/*background-repeat: repeat;*/
	margin: 0px;
	padding: 0px;
}

.is-eventNone {
	pointer-events: none;
}

@media screen and (max-width: 1000px) {
	body {
		background-image: none;
	}
}

/*--------------------------------------------------
	INDEX
--------------------------------------------------*/

#index {
	margin-left: auto;
	margin-right: auto;
	text-align: right;

}



#site_header {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}


#logo .header_contact {
	position: relative;
	float: right;
}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

#mainImg {
	margin: 0px auto 20px;
	text-align: center;
	width: 840px;
	height: 610px;
	background: url(../images/00top/top_main_img_s.png) no-repeat 0 0;
}

#content #news {
	margin: 0 120px;
	text-align: center;
	border: 3px dashed #ff9999;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px 30px 0px 30px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
}

#content #news h3 {
	margin: 0 auto;
	text-align: center;
}

#mainImg #news p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}

#nav {
	/* width: 864px; */
	width: 1012px;
	margin: 0 auto 50px;
}

#sub {
	text-align: center;
	margin: 100px auto;
}

#sub ul {
	margin: 30px auto;
	text-align: center;
}

#sub li {
	padding-left: 10px;
	display: inline-block;
}

#index #content #first {
	margin-top: 20px;
	height: 430px;
	width: 1000px;
	position: relative;
	/*margin:0 0 30px;*/
	background: url(../images/00top/intro.png) no-repeat 0 0;
}

#index #content #first p {
	padding: 150px 0px 150px 200px;
	font-size: 20px;
}

#index #content #cont01 {

	height: 330px;
	width: 1000px;
	position: relative;
	padding: 20px;
	margin: 0 0 50px;
	background: url(../images/00top/top_h2_01.png) no-repeat 0 0;
}

#index #content #cont01 p {
	position: relative;
	margin-top: 80px;
	margin-left: 483px;
	width: 220px;
}

#index #content #cont02 {

	height: 318px;
	width: 1000px;
	position: relative;
	padding: 20px;
	margin: 0 0 50px;
	background: url(../images/00top/top_h2_02.png) no-repeat 0 0;
}

#index #content #cont02 p {
	position: relative;
	margin-top: 80px;
	margin-left: 266px;
	width: 210px;
}

#index #content #cont03 {

	height: 369px;
	width: 1000px;
	position: relative;
	padding: 20px;
	margin: 0 0 50px;
	background: url(../images/00top/top_h2_03.png) no-repeat 0 0;
}

#index #content #cont03 p {
	position: relative;
	margin-top: 130px;
	margin-left: 483px;
	width: 210px;
}

#index #content #cont04 {

	height: 347px;
	width: 1000px;
	position: relative;
	padding: 20px;
	margin: 0 0 50px;
	background: url(../images/00top/top_h2_04.png) no-repeat 0 0;
}

#index #content #cont04 p {
	position: relative;
	margin-top: 110px;
	margin-left: 266px;
	width: 210px;
}

#index #info #contact {

	/*height:258px;*/
	max-width: 1000px;
	position: relative;
	padding: 20px;
	margin: 0 0 50px;
	background: url(../images/contact.png) no-repeat 0 0;
}

#index #info #contact #first_line {
	position: relative;
	margin-top: 58px;
	margin-left: 385px;
	width: 290px;
}

#index #info #contact #second_line {
	position: relative;
	margin-top: 10px;
	margin-left: 385px;
	width: 290px;
}

#index #info #contact #third_line {
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #fe9640;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

#index #info #contact #mail_line {
	/*position:relative;*/
	margin-top: -128px;
	margin-left: 740px;
	width: 200px;
	height: 100px;
	color: #fff;
	font-weight: bold;
}

#pgtp {
	float: right;
	width: 118px;
	height: auto;
	/*padding-right:50px;*/
	margin-top: -50px;
}

.content {
	margin: 50px 0;
}

.about01 {
	background: url(../images/01about/about01_img.png) no-repeat 0 0;
	width: 1000px;
	padding: 30px 0 40px;
}

.about04 {
	background: url(../images/01about/about04_img.png) no-repeat 0 0;
	width: 1000px;
	height: 522px;
}

.about01 p {
	border-bottom: dotted 1px #4b2c00;
	width: 470px;
	padding: 15px 20px 15px 20px;
	margin: 0 20px;
}

.about04 p {
	padding: 30px;
	margin: 0 20px;
}

@media screen and (max-width: 1000px) {
	.about01 {
		background-color: rgba(255, 255, 255, 0.4);
	}
}


.policy01 {
	background: url(../images/04policy/policy01_img.png) no-repeat 0 0;
	background-color: rgba(255, 255, 255, 0.4);
	width: 1000px;
	text-align: center;
	color: #4b2c00;
	font-size: 20px;
	padding: 100px 0 80px;
}

.policy01 .head:nth-child(n+2) {
	padding-top: 50px;
}

.policy01 .head {
	padding-bottom: 10px;
}

.policy01 li {
	line-height: 1.8;
}

.policy01 ul li {
	width: 15em;
	text-align-last: justify;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.policy01 {
		background: none;
		background-color: rgba(255, 255, 255, 0.4);
	}

	.policy01 ul li {
		width: auto;
		text-align: center;
		text-align-last: auto;
	}
}


.recruit_list {
	margin: 60px 60px 20px;
}
.recruit_list dl {
	display: flex;
}
.recruit_list dl + dl {
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #4b2c00;
}
.recruit_list dl dt {
	width: 7em;
}
.recruit_list dl dt img {
    padding-right: 5px;
    vertical-align: baseline;
}
.recruit_list dl dd {
	width: calc(100% - 7em);
}
@media screen and (max-width: 1000px) {
	.recruit_list dl {
		display: block;
	}
	.recruit_list dl dt {
		width: initial;
	}
	.recruit_list dl dd {
		width: initial;
	}		
}


.bgNomal {
	background: url(../images/bg_nomal.png) repeat-y 0 0;
	width: 1000px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bgNomal h3 {
	border-bottom: dotted 1px #4b2c00;
	padding: 10px 20px 10px 30px;
	margin: 0 20px;
	font-size: 20px;
}

.bgNomal p {
	border-bottom: dotted 1px #4b2c00;
	padding: 10px 20px 10px 30px;
	margin: 0 20px;
}

.bgNomal p img {
	padding-right: 5px;
	vertical-align: baseline;
}

/*--------------------------------------------------
	FOOTER
--------------------------------------------------*/


address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}

#footer {
	margin: 0 auto;
	/*height: 632px;*/
	/*background:  url(../images/footer_bg.png) no-repeat center bottom;*/
	background-size: 100%;
}

#footer #footerinner {
	width: 1000px;
	margin: 0 auto;
	position: relative;

}

#footer #footer_nav {
	text-align: left;
	padding: 10px 0 10px;
	height: 39px;
	position: relative;
	margin: 0 0 49px;
	background: url(../images/footer_navi_bg.png) no-repeat 0 0;
}

#footer #footer_nav ul li {
	display: flex;
	justify-content: center;
}

div:after,
ul:after {
	content: "";
	display: block;
	clear: both;
}