@charset "UTF-8";
/*==========================================================
common
==========================================================*/
.wrapper {
	background-color: rgba(0, 98, 60, 0.09);
}

.content {
	padding: 77px 0;
}

.block {
	margin: 0 auto;
	background-color: #ffffff;
}

.block p {
	line-height: 2;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

.gmap {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 50px;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.arisalon {
	width: 100%;
}

.arisalon h3 {
	text-align: center;
}

.arisalon ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.arisalon ul li {
	text-align: center;
	color: #030012;
	font-size: 16px;
}

.arisalon ul li p.place {
	font-family: "DidotLTPro-Roman",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
}

.arisalon ul li .img {
	margin-bottom: 43px;
}

.arisalon ul li p.salonname {
	font-family: "DidotLTPro-Roman",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.6;
	margin-bottom: 40px;
}

.arisalon ul li p.tel {
	font-family: "DidotLTPro-Roman",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	letter-spacing: 0.2em;
}

.txtarea p {
	color: #000000;
}

.attention {
	color: #008460 !important;
}

.green_text p {
	color: #008460 !important;
}

.green {
	color: #008460;
	font-size: 22px;
}

/*==========================================================
PC Layout
==========================================================*/
@media screen and (min-width: 1024px) {
	.content .company {
		margin-top: 50px;
	}
	.block {
		width: 1195px;
		margin-bottom: 35px;
		padding: 30px 55px 70px 39px;
		display: flex;
		flex-wrap: wrap;
	}
	.block h2 {
		width: 330px;
		height: 100%;
		font-size: 36px;
	}
	.block p {
		width: 768px;
		font-size: 18px;
	}
	.block.recruit .txtarea p {
		border: 1px solid #008460;
		margin-bottom: 30px;
		padding: 40px;
	}
	.block.recruit .txtarea p.attention {
		border: none;
		font-size: 16px;
	}
	.arisalon {
		margin-top: 150px;
	}
	.arisalon h3 {
		font-size: 36px;
		margin-bottom: 80px;
	}
	.arisalon ul {
		width: 1020px;
		justify-content: center;
	}
	.arisalon ul li {
		width: 240px;
		margin: 0 50px 105px;
	}
	.arisalon ul li p.place {
		margin-bottom: 54px;
		width: 100%;
	}
	.arisalon ul li p.salonname {
		font-size: 18px;
		color: #00623C;
		width: 100%;
	}
	.arisalon ul li p.tel {
		width: 100%;
	}
}

/*==========================================================
Tablet以下 Layout
==========================================================*/
@media screen and (max-width: 1023px) {
	.block {
		width: 93.75%;
		margin-bottom: 12px;
		padding: 40px;
	}
	.block:last-child {
		margin-bottom: 0;
	}
	.block h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.block p {
		font-size: 15px;
	}
	.block.recruit .txtarea p {
		margin-bottom: 60px;
	}
	.block.recruit .txtarea p:last-child {
		margin: 0;
	}
	.block.recruit .txtarea p.attention {
		border: none;
		padding-top: 60px;
		border-top: 1px solid #00623C;
	}
	.arisalon {
		margin-top: 80px;
	}
	.arisalon h3 {
		font-size: 32px;
		margin-bottom: 50px;
	}
	.arisalon ul {
		width: 100%;
		/* width: 400px; */
	}
	.arisalon ul li {
		width: 100%;
		margin: 0 0 60px;
	}
	.arisalon ul li:last-child {
		margin-bottom: 0;
	}
	.arisalon ul li p.place {
		margin-bottom: 50px;
	}
	.arisalon ul li p.salonname {
		font-size: 20px;
		letter-spacing: 0.2em;
	}
}

/*==========================================================
Smartphone Layout
==========================================================*/
/*==========================================================
iPad Layout
==========================================================*/
.arisalon li a:visited {
	color: #000000;
}

.form_container {
	margin-top: 70px;
	margin-bottom: 70px;
}

.form_container table th {
	line-height: 3;
	color: #000000;
	font-size: 16px;
	font-weight: 100;
	width: 250px;
}

@media screen and (max-width: 767px) {
	.form_container table th {
		display: block;
		width: 100%;
	}
}

.form_container table .mandatory {
	position: relative;
}

.form_container table .mandatory::after {
	content: "必須";
	display: block;
	content: "必須";
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 14px;
	color: #00623C;
}

.form_container table input {
	width: 393px;
	height: 28px;
	border: 1px solid #008460;
	line-height: 3;
	padding: 2px 0 0 5px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
	.form_container table input {
		width: 100%;
	}
}

.form_container table textarea {
	border: 1px solid #008460;
	width: 393px;
	margin-top: 10px;
	padding: 2px 0 0 5px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
	.form_container table textarea {
		width: 100%;
	}
}

.form_container table .address {
	width: 51px;
	margin-right: 30px;
	color: #000000;
	font-size: 16px;
}

.form_container table td {
	width: 393px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.form_container table td {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.form_container table .none {
		margin-top: -30px;
	}
}

.form_container .privacy {
	margin-top: 50px;
}

.form_container .privacy a {
	text-decoration: underline;
}

.form_container .width {
	width: 427px;
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.form_container .width {
		width: 100%;
	}
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #000000 !important;
}

input[type="submit"] {
	width: 180px;
	line-height: 70px;
	color: #FFF;
	background: #00623C;
	font-size: 24px;
	border-radius: 20px;
	letter-spacing: 0.2em;
	margin: 0 20px;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}

.next {
	display: block;
}

.comp {
	display: none;
}

/*# sourceMappingURL=company.css.map */