@charset "utf-8";
/* CSS Document */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-t-90 {
	margin-top: 90px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-60 {
	margin-left: 60px;
}

.m-l-80 {
	margin-left: 80px;
}

.m-l-100 {
	margin-left: 100px;
}

.w-p-100 {
	width: 100%;
}

.w-p-95 {
	width: 95%;
}

.w-p-90 {
	width: 90%;
}

.w-p-85 {
	width: 85%;
}

.w-p-80 {
	width: 80%;
}

.w-p-75 {
	width: 75%;
}

.w-p-70 {
	width: 70%;
}

.w-p-65 {
	width: 65%;
}

.w-p-60 {
	width: 60%;
}

.w-p-55 {
	width: 55%;
}

.w-p-50 {
	width: 50%;
}

.w-p-45 {
	width: 45%;
}

.w-p-40 {
	width: 40%;
}

.w-p-35 {
	width: 35%;
}

.w-p-30 {
	width: 30%;
}

.w-p-25 {
	width: 25%;
}

.w-p-20 {
	width: 20%;
}

.w-p-15 {
	width: 15%;
}

.w-p-10 {
	width: 10%;
}

.w-p-5 {
	width: 5%;
}

.h-p-100 {
	height: 100%;
}

.h-p-95 {
	height: 95%;
}

.h-p-90 {
	height: 90%;
}

.h-p-50 {
	height: 50%;
}

.v-a-t {
	vertical-align: top;
}

.v-a-m {
	vertical-align: middle;
}

.v-a-b {
	vertical-align: bottom;
}

.v-a-tb {
	vertical-align: text-bottom;
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

a {
	color: inherit;
	text-decoration: none;
}

a.text {
	text-decoration: underline;
}

body {
	text-align: center;
	font-size: 1.4rem;
	font-family: "メイリオ", ＭＳ Ｐゴシック, Osaka, Serif, sans-serif;
}

html, body, #wrapper, #header, #nav, #main, #footer {
	width: 100%;
	max-width: 600px;
	min-width: 320px;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	background: url(../img/recruit/background.png);
	padding-top: 19%;
}
/*header*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/base/header_bg.png);
	font-size: 0.8rem;
	min-height: 70px;
	margin: 0 auto;
	padding: 10px;
	box-shadow: 0px 0px 9px 0px rgba(1, 1, 1, 0.3);
	box-sizing: border-box;
	z-index: 9999;
}

@media screen and (max-width:370px) {
	#header h1 {
		font-size: 0.6rem;
	}
}

#header .container {
	padding-top: 1%;
}

#header .header-logo {
	width: 60%;
	margin-top: 3px;
}

#header .info {
	width: 27%;
}

#header .menu {
	margin-right: 8%;
}

/*main*/
#main {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/*nav*/
#nav {
	position: relative;
}

#nav .menu-list .item {
	margin: 3% 0;
}

#nav .menu-list .item img {
	display: block;
}

/*footer*/
#footer {
	width: 100%;
	color: #fff;
	background: #ff6297;
	font-size: 1rem;
}

#footer {
	background: #ff6297;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 120px;
	color: #fff;
	box-sizing: border-box;
}

#footer .shop-info {
	width: 55%;
	margin: 0 auto;
}

.container {
	max-width: 600px;
	min-width: 320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}

/*fix-footer*/
.fix-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 320px;
	max-width: 600px;
	z-index: 999;
}

.fix-footer .entry {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	padding: 3%;
}

.fix-footer .gotop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11.5%;
	padding: 3%;
}

.fix-footer img {
	display: block;
}

/*cast*/
.cast .photo {
	border: solid 4px #fff;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

/*content-bg*/
.content-line {
	position: relative;
	background-image: url(../img/recruit/content_line_top.png), url(../img/recruit/content_line_bottom.png);
	background-position: top center, bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 8% 0 5%;
}

.content-bg {
	background: url(../img/recruit/content1_bg.png);
	box-shadow: 0px 3px 2px 0px rgba(1, 1, 1, 0.3);
	border-radius: 10px;
	margin: 20px 2%;
	padding: 2.5%;
}

.content-bg-inner {
	background: url(../img/recruit/content2_bg.png);
	background-position: 0px 18px;
	box-shadow: 0px 3px 2px 0px rgba(1, 1, 1, 0.3);
	border-radius: 10px;
	padding: 5% 2.5%;
}

.content-bg-blue {
	background: url(../img/recruit/content_bg_blue.png);
	box-shadow: 0px 3px 2px 0px rgba(1, 1, 1, 0.3);
	border-radius: 10px;
	margin: 20px 2%;
	padding: 2.5%;
}

.content-bg-blue-inner {
	background: #fffce9;
	background-position: 0px 18px;
	box-shadow: 0px 3px 2px 0px rgba(1, 1, 1, 0.3);
	border-radius: 10px;
	padding: 5% 2.5%;
}

/*スクロール設定*/
.takasa {
	position: absolute;
	top: -70px;
	display: block;
}

#nav h2 {
	padding-top: 25%;
	margin-top: -25%;
}

/*ここまで初期設定*/

/*-------------page-recruit---------------*/

/*headerbanner*/
.header-banner {
	background-image: url(../img/recruit/header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*tokucho*/
.tokucho {
	position: relative;
}

.tokucho .ov-arrow {
	position: absolute;
	bottom: -8%;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
}

/*iwaikin*/
.iwaikin {
	background-image: url(../img/recruit/tokucho_iwaikin_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 23% 0 9%;
}

/*salary*/
.salary .title {
	margin: 20px auto 0;
	width: 60%;
}

.salary .title img {
	display: block;
}

.salary .content-bg {
	margin: 0 2% !important;
}

.salary .case1, .salary .case2 {
	position: relative;
}

.salary .case1 .ov-plus {
	width: 20%;
	position: absolute;
	bottom: -10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.salary .case2 .ov-arrow {
	position: absolute;
	bottom: -26%;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
	z-index: 1;
}

.salary .hosho .hosho1, .salary .hosho .hosho2 {
	margin-top: 12%;
}

.salary .hosho {
	position: relative;
}

.salary .hosho .ov-arrow {
	position: absolute;
	bottom: 51%;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
	z-index: 1;
}

/*policy*/
.policy {
	position: relative;
	background-image: url(../img/recruit/policy_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 21% 5% 5%;
}

.policy .inner {
	background-image: url(../img/recruit/policy_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3% 4% 3%;
	box-sizing: border-box;
}

.policy .policy-list .item {
	position: relative;
	background-image: url(../img/recruit/policy_bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	margin-top: 11%;
	padding: 11% 3% 15%;
	box-sizing: border-box;
}

.policy .policy-list .item .policy-text {
	padding-top: 15%;
}

.policy .policy-list .item .policy-ov {
	position: absolute;
	top: -12%;
	left: 5%;
	width: 25%;
}

.policy .policy-list .item:nth-child(3) {
	padding: 6.5% 3% 15% !important;
}

/*onakura*/

/*faq*/
.faq {
	position: relative;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	padding: 8% 0 5%;
	background-image: url(../img/recruit/content_line_bottom.png);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq .content-bg img {
	margin-top: -7%;
}

.faq p {
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 4% 0 4% 10%;
}

.faq .question {
	background-image: url(../img/recruit/faq_line.png), url(../img/recruit/faq_q.png);
	background-position: left bottom, left center;
	background-repeat: repeat-x, no-repeat;
	background-size: 100% auto, 8%;
	color: #fc2078;
}

.faq .answer {
	background-image: url(../img/recruit/faq_a.png);
	background-position: left 8%;
	background-repeat: no-repeat;
	background-size: 8%;
}

/*treatment*/
.treatment {
	position: relative;
	background-image: url(../img/recruit/treatment_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 21% 5% 5%;
}

.treatment .inner {
	background-image: url(../img/recruit/treatment_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3% 4% 5%;
	box-sizing: border-box;
}

.treatment .treatment-list .item {
	position: relative;
	background-image: url(../img/recruit/treatment_bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	margin-top: 5%;
	padding-bottom: 12%;
	box-sizing: border-box;
}

.treatment .treatment-list .item .time {
	padding-top: 7%;
}

.treatment .treatment-list .item .price {
	padding-top: 10%;
}

/*campaign*/
.campaign .campaign-list .item {
	position: relative;
	background-image: url(../img/recruit/campaign_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 10% 3% 5% 3%;
	padding-bottom: 6%;
	box-sizing: border-box;
}

.campaign .campaign-list .item .image {
	padding-top: 6%;
}

.campaign .campaign-list .item .campaign-ov {
	position: absolute;
	top: -10%;
	left: 5%;
	width: 25%;
}

/*entry*/
.entry {
	position: relative;
	font-weight: bold;
	padding: 8% 0 5%;
}

.entry input, .entry textarea {
	font-family: "メイリオ", ＭＳ Ｐゴシック, Osaka, Serif, sans-serif;
}

.entry .m-t {
	margin-top: 3%;
}

.entry .form-list {
	text-align: left;
}

.entry .form-list .label {
	padding: 5% 0 3%;
}

.entry .form-list input, .page-contact .form-list select {
	font-size: 1rem;
	height: 40px;
	padding: 1%;
	border: 1px solid #fc63ae;
	box-sizing: border-box;
}

.entry .form-list textarea {
	height: 200px;
	font-size: 1rem;
	padding: 1%;
	border: 1px solid #fc63ae;
	box-sizing: border-box;
}

.entry .form-list span {
	color: #FF0004;
}

.entry .button button {
	background: 0 0;
	padding: 0;
	border: none;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}