@charset "utf-8";

.headimg {
	width: 100%;
	min-width: 960px;
	height: 285px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#inquiry .headimg {
	background-image: url(../img/headimg_inquiry.jpg);
}
#recruitment .headimg {
	background-image: url(../img/headimg_recruitment.jpg);
}
.headimg h2 {
	position: relative;
	top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
}
#recruitment .headimg h2 {
	line-height: 1.3;
}

@media screen and (max-width: 480px) {
	.headimg {
		width: 100%;
		min-width: auto;
		height: 137px;
	}
	.headimg h2 {
		font-size: 24px;
		font-weight: normal;
		line-height: 1;
		color: #FFF;
	}
	#recruitment .headimg h2 {
		line-height: 1.3;
	}
}

/* ----------------------------------------------------------------------
 sec01
---------------------------------------------------------------------- */

#sec01{
	width: 100%;
	min-width: 960px;
	background: #FFF;
}
#sec01 p{
	font-size: 18px;
	line-height: 2.0;
	color: #000;
	padding: 70px 0 0;
	text-align: center;
}
#sec01 p a{
	color: #72ba37;
}

@media screen and (max-width: 480px) {
	#sec01{
		width: 90%;
		min-width: auto;
		margin: 0 auto;
	}
	#sec01 p{
		font-size: 12px;
		font-weight: normal;
		padding:30px 0 0;
		text-align: left;
	}
}

/* ----------------------------------------------------------------------
 フォーム
---------------------------------------------------------------------- */

form {
	width: 100%;
	min-width: 960px;
	margin-bottom: 100px;
	font-size: 18px;
}
form > .inner {
	width: 920px;
	margin: 0 auto;
}
@media screen and (max-width:480px) {
	form {
		width: 100%;
		min-width: auto;
	}
	form > .inner {
		width: 93.75%;
		font-size: 14px;
	}
}

input[type="text"], textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 1px #d4d4d4;
	padding: 0.75em;
}
input[type="text"]:focus, textarea:focus {
	transition: .4s ease-out;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	background-color: #f1f8eb; 
}
::-webkit-input-placeholder {
	color: #dcdcdc;
}
::-moz-placeholder {
	color: #dcdcdc;
}
:-ms-input-placeholder {
	color: #dcdcdc;
}
input[type="checkbox"], input[type="button"], input[type="reset"], input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
}
.default-btn {
	width: 260px;
	height: 66px;
	color: #ffffff;
	border-radius: 10px;
	background-color: #9d9c9c;
}
@media screen and (max-width:480px) {
	.default-btn {
		width: 47%;
		height: 45px;
	}
}

.submit-btn {
	background-color: #73bb38;
}
.submit-btn[disabled] {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	cursor: default;
}

/* checkbox */
input[type="checkbox"], label {
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	position: relative;
	padding-left: 50px;
}
input[type="checkbox"] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	left: 0;
	width: 38px;
	height: 38px;
	border: solid 1px #d4d4d4;
	background-color: #ffffff;
	margin-top: -19px;
}
input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	left: 3px;
	width: 38px;
	height: 19px;
	margin-top: -22px;
	border-left: solid 4px #73bb38;
	border-bottom: solid 4px #73bb38;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media screen and (max-width:480px) {
	input[type="checkbox"] + label {
		padding-left: 40px;
	}
	input[type="checkbox"] + label::before {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
	input[type="checkbox"]:checked + label::after {
		width: 28px;
		height: 14px;
		margin-top: -18px;
	}
}

/* 個人情報保護方針について */
.privacy {
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	margin: 60px 0 50px;
	padding: 40px 0;
}
.privacy p {
	line-height: 2.0;
}
.privacy iframe {
	width: 100%;
	height: 420px;
	margin: 30px 0 35px;
	overflow-y: scroll;
}
@media screen and (max-width:480px) {
	.privacy iframe {
		margin: 0;
	}
	.scroll-bar {
		height: 420px;
		margin: 20px 0 25px;
		-webkit-overflow-scrolling: touch;
    overflow-y: auto;
	}
}

/* 「同意」ボタン */
.agree {
	text-align: center;
}

/* 入力エリア */
.input-area {
	width: 100%;
	min-width: 680px;
	margin: 0 auto;
}
.input-area dt {
	margin-bottom: 0.5em;
}
#recruitment .input-area dt:first-of-type {
	margin-bottom: 1em;
}
.input-area dt span, .input-area dt small {
	display: inline-block;
	vertical-align: middle;
}
.input-area dt small {
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	background-color: #73bb38;
	border-radius: 5px;
	padding: 0.125em 0.5em;
	text-align: center;
	margin-left: 0.75em;
}
.input-area dd {
	margin-bottom: 3em;
}
#recruitment .input-area dd:first-of-type span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.5em;
}
.input-area dd label span, .input-area dd label input {
	display: inline-block;
	vertical-align: middle;
}
.input-area dd label span {
	padding-right: 0.75em;
}
.input-area dd label input {
	margin-right: 1.5em;
}
@media screen and (max-width:480px) {
	.input-area {
		width: 90%;
		min-width: auto;
	}
	.input-area dt small {
		font-size: 12px;
	}
	.input-area dd label {
		width: 100%;
	}
	.input-area dd label:first-child {
		margin-bottom: 1em;
	}
	.input-area dd label input {
		width: 85%;
		margin-right: 0;
	}
}

/* ボタン */
.btn-area {
	text-align: center;
}
.btn-area p {
	font-size: 15px;
	margin-bottom: 1em;
	color: #ff0000;
}
@media screen and (max-width:480px) {
	.btn-area {
		width: 90%;
		margin: 0 auto;
	}
	.btn-area p {
		font-size: 14px;
	}
}

.item-sp {
	display: none;
}
@media screen and (max-width:480px) {
	.item-sp {
		display: inherit;
	}
}

.w100 {
	width: 100%;
}

