@charset "utf-8";

body {
	color: #333;
	font-size: 16px;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background: #e6e7e8;
}

/* common */
.wrap,
.wrap-760 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
@media screen and ( max-width:759px) {
.wrap {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (min-width:760px) {
.wrap { width: 370px;}
.wrap-760 { width: 380px;}
}

/* ----- header area ----- */
#header { background: #2da44a;}
#header .wrap {
	background: url(../imgs/bg-header.png) no-repeat 100% 0;
	background-size: 24.3%;
}
#header h1 {
	padding: 3.2% 0;
	width: 42.5%;
}

/* ----- contents area ----- */
.container { position: relative;}
.container .bg-white {
	padding-bottom: 40px;
	background: #fff;
}
.container #voice.bg-white { padding: 0 4% 20px;}
/*.container #requirements.bg-white { padding-bottom: 100px;}*/
.container .bg-green { background: #2da44a;}
.container #flow.bg-green { padding: 0 4% 50px;}
.container header {
	padding: 35px 0 40px;
	text-align: center;
}
.container #voice header { padding-bottom: 80px;}
.container #requirements header {
	margin-bottom: 30px;
	padding: 15px 0;
	background: #2da44a;
}
.container header h3 {
	position: relative;
	padding-bottom: 25px;
	color: #2da44a;
	font-size: 125%;
}
.container #requirements header h3 {
	padding-bottom: 0;
	color: #fff;
}
.container header h3:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	margin-left: -6.5%;
	width: 13%;
	height: 4%;
	background: #2da44a;
}
.container #requirements header h3:before { display: none;}
.container .bg-green header h3 { color: #fff;}
.container .bg-green header h3:before { background: #fff;}
.container main { padding-top: 20px;}

/* ----- footer area ----- */
#footer {
	padding: 20px 0;
}
/* copyright */
#footer .copyright {
	font-family: helvetica;
	font-size: 75%;
	text-align: center;
}


.main-visual { position: relative;}
.main-visual h2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6.5%;
	padding: 2% 0;
	width: 100%;
	color: #fff;
	font-size: 112.5%;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(45,164,74,0.3);
}
.main-points {
	padding: 20px 2.6%;
	background: #2da44a;
}
.read-text {
	font-size: 112.5%;
	line-height: 1.6;
	text-align: center;
}
.sub-text {
	margin-top: 10px;
	padding: 0 4%;
	font-size: 87.5%;
	line-height: 1.6;
	text-align: center;
}
.main-text {
	margin-top: 10px;
	padding: 0 4%;
	line-height: 1.8;
}
.h-area01 {
	margin-top: 20px;
	padding-top: 18%;
	background: url(../imgs/h-01.png) no-repeat 0 0;
	background-size: 100%;
}
.h-area01 .bg-green {
	padding: 20px 0 30px;
	color: #fff;
	line-height: 1.6;
	text-align: center;
}
.h-area02 {
	padding-bottom: 8%;
	background: url(../imgs/h-02.png) no-repeat 0 100%;
	background-size: 100%;
}
.h-area02 .bg-green {
	padding: 10px 0 5px;
	color: #fff;
	text-align: center;
}
.h-area03 {
	padding-bottom: 4%;
	background: url(../imgs/h-03.png) no-repeat 0 100%;
	background-size: 100%;
}
.h-area03 .bg-green {
	padding: 10px 0 15px;
	color: #fff;
	text-align: center;
}
.title-area p {
	margin-bottom: 3px;
	font-size: 87.5%;
}
.title-area p span {
	margin-left: 5px;
	font-size: 185.7%;
	font-family: Helvetica;
}
.title-area h4 {
	font-size: 112.5%;
	line-height: 1.6;
}
.mark-est { padding: 30px 20% 10px;}
.list-about li,
.list-support li { padding-top: 35px;}
.list-about li:first-child,
.list-support li:first-child {
	padding-top: 0;
}
.salary-area {
	margin: 10px auto 0;
	width: 70%;
	text-align: center;
}
.salary-area h5 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 112.5%;
	border-bottom: 2px #2da44a solid;
}
.salary-area .price {
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.4;
}
.salary-area .price span {
	font-size: 222%;
	font-family: Helvetica;
}
.flow-area {}
.flow-area li {
	margin-top: 20px;
	padding-top: 35px;
	background: url(../imgs/bg-flow.png) no-repeat 50% 0;
	background-size: 30px;
}
.flow-area li:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
.flow-area .box {
	display: table;
	width: 100%;
	border: 1px #fff solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flow-area .text-area,
.flow-area .img {
	display: table-cell;
	vertical-align: middle;
}
.flow-area .text-area {
	width: 70%;
	color: #fff;
	text-align: center;
}
.flow-area .text-area h4 {
	margin-bottom: 7px;
	font-size: 112.5%
}
.flow-area .text-area p {
	font-size: 75%;
	line-height: 1.4;
}
.flow-area .img { width: 30%;}
.list-faq {
	padding: 0 4%;
	line-height: 1.4;
}
.list-faq dt {
	position: relative;
	margin-top: 25px;
	padding-bottom: 20px;
	color: #009444;
}
.list-faq dd {
	padding-bottom: 25px;
	border-bottom: 2px #939598 solid;
}
.list-faq dt:first-child {
	margin-top: 0;
}
.list-faq dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.list-faq dt,
.list-faq dd {
	position: relative;
	padding-left: 1.3em;
}
.list-faq dt:before,
.list-faq dd:before {
	position: absolute;
	top: 0;
	left: 0;
}
.list-faq dt:before { content: "Q";}
.list-faq dd:before { content: "A";}
.voice-area {
	position: relative;
	padding: 70px 10px 10px;
	border: 1px #2da44a solid;
}
.voice-area .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.voice-area .icon span {
	display: block;
	margin: -14% auto 0;
	width: 28%;
}
.voice-area dl { line-height: 1.4;}
.voice-area dt {
	padding: 30px 0 15px;
	color: #009444;
}
.voice-area dt:first-child { padding-top: 0;}
.requirements-area { padding: 0 4%;}
.requirements-area dl { line-height: 1.4;}
.requirements-area dt {
	position: relative;
	padding-bottom: 10px;
	padding-left: 1.3em;
	color: #009444;
}
.requirements-area dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
}
.requirements-area dd {
	padding-bottom: 20px;
	padding-left: 1.3em;
}
.requirements-area dd:last-child { padding-bottom: 0;}
.requirements-area dd li {
	padding-top: 6px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 87.5%;
}
.requirements-area dd li:first-child { padding-top: 0;}
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-cv {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.btn-cv li {
	float: left;
	padding: 0 4px 4px 2px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-cv li:first-child { padding-left: 4px;}
.btn-cv li a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 75%;
	line-height: 1.4;
	text-align: center;
	background: #f79433 url(../imgs/bg-btn.png) repeat-x 0 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.btn-cv i { margin-right: 5px;}
.form-area { padding: 0 4%;}
.form-area a {
	color: #333;
	text-decoration: underline;
}
.form-area dt {
	margin-top: 20px;
	margin-bottom: 8px;
}
.form-area dt:first-child { margin-top: 0;}
.form-area input,
.form-area select,
.form-area .confirm-area { padding: 7px;}
.form-area .font14 { line-height: 1.4;}
.form-area input[type="submit"],
.form-area .btn-back input[type="submit"] {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #f79433 url(../imgs/bg-btn.png) repeat-x 0 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.form-area .btn-back input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 30%;
	background: #939598 url(../imgs/bg-btn-back.png) repeat-x 0 50%;
}
.form-area .alert {
	margin-top: 10px;
	font-size: 87.5%;
	line-height: 1.4;
}
.form-area .alert-danger { color: #c00;}
.form-area .check-list { font-size: 87.5%;}
.privacy-area {
	padding: 4%;
	height: 160px;
	font-size: 75%;
	line-height: 1.4;
	border: 1px #ccc solid;
	overflow-y: scroll;
}
.privacy-area::-webkit-scrollbar {
	width:10px;
	background: #f3f3f3;
}
.privacy-area::-webkit-scrollbar-thumb { background: #ccc;}
