@charset "utf-8";
/*--------------------------------------------------

	MAIN VISUAL

--------------------------------------------------*/
#mv {
	position: relative;
	padding-top: calc(150px + 0 * ((100vw - 375px) / 1605));
	padding-bottom: calc(50px + 50 * ((100vw - 375px) / 1605));
	overflow: hidden;
	background: url(../img/mv/bg.png) no-repeat 0% 90% / calc(530px + 400 * ((100vw - 375px) / 1605));
}
#mv::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(215px + 200 * ((100vw - 375px) / 1605));
	background: #442F27 url(../img/bg_pattern.svg) repeat;
}
#mv .slider {margin-bottom: calc(20px + 20 * ((100vw - 375px) / 1605));}
#mv h1 {
	font-size: calc(24px + 36 * ((100vw - 375px) / 1605));
	line-height: 1.4;
}
@media only screen and ( max-width : 768px ) {
	#mv {padding-bottom: 0;}
}
/*--------------------------------------------------

	MESSAGE

--------------------------------------------------*/
#message {background: url(../img/message/bg.png) no-repeat center;}
#message .title {text-align: left;}
#message .container {align-items: flex-start;}
#message .container figure {width: 45%;}
#message .container .content {width: 50%;}
#message .container .content p {font-size: calc(16px + 4 * ((100vw - 375px) / 1605));}
@media only screen and ( max-width : 768px ) {
	#message .container figure {width: 100%;margin-bottom: 20px;}
	#message .container .content {width: 100%;}
}
/*--------------------------------------------------

	SERVICE

--------------------------------------------------*/
#service {background: #442F27 url(../img/bg_pattern.svg) repeat;}
#service .title_content {
	margin-bottom: calc(30px + 10 * ((100vw - 375px) / 1605));
	color: #fff;
}
#service .title_content p {
	font-size: calc(16px + 4 * ((100vw - 375px) / 1605));
	text-align: center;
}
#service ul {margin-bottom: calc(50px + 50 * ((100vw - 375px) / 1605));}
#service ul li {width: 32%;}
#service ul li figure {display: block;position: relative;}
#service ul li figure::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 125px;
	background: no-repeat left bottom / 100%;
}
#service ul li:nth-child(1) figure::before {background-image: url(../img/service/img01_toritetsu.png);}
#service ul li:nth-child(2) figure::before {background-image: url(../img/service/img02_horumon.png);}
#service ul li:nth-child(3) figure::before {background-image: url(../img/service/img03_motsushige.png);}
#service ul li figure {overflow: hidden;}
#service .container {
	position: relative;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}
#service .container figure {width: 65%;overflow: hidden;}
#service .container figure img {transition: transform .3s linear;}
#service .container:hover figure img {transform: scale(1.08);}
#service .container .content {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 45%;
	border-radius: 2em;
	background: #111;
	color: #fff;
}
#service .container .content .wrap {
	padding: calc(15px + 35 * ((100vw - 375px) / 1605));
	padding-bottom: calc(15px + 15 * ((100vw - 375px) / 1605));
	border-bottom: 1px solid #333;
}
#service .container .content .wrap h3 {
	margin-bottom: 10px;
	font-size: calc(18px + 10 * ((100vw - 375px) / 1605));
}
#service .container .content .wrap p {font-size: calc(12px + 4 * ((100vw - 375px) / 1605));}
#service .container .content .wrap p span {
	margin-left: calc(12px + 12 * ((100vw - 375px) / 1605));
	font-size: calc(16px + 8 * ((100vw - 375px) / 1605));
}
#service .container .content p.read {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: calc(15px + 5 * ((100vw - 375px) / 1605));
}
#service .container .content p.read .arrow {
	display: block;
	position: relative;
	width: calc(20px + 10 * ((100vw - 375px) / 1605));
	height: calc(20px + 10 * ((100vw - 375px) / 1605));
	margin-left: calc(10px + 10 * ((100vw - 375px) / 1605));
	border: 1px solid #fff;
	border-radius: 50%;
	transition: .2s ease-out;
}
#service .container:hover .content p.read .arrow {background: #fff;}
#service .container .content p.read .arrow::before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 42%;
	transform: translate(-50%, 50%) rotate(-45deg);
	width: calc(5px + 5 * ((100vw - 375px) / 1605));
	height: calc(5px + 5 * ((100vw - 375px) / 1605));
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transition: .2s ease-out;
}
#service .container:hover .content p.read .arrow::before {border-color: #333;}
@media only screen and ( max-width : 1024px ) {
	#service .container figure {width: 100%;}
	#service .container .content {position: initial;width: 90%;margin: -10% auto 0;}
}
@media only screen and ( max-width : 768px ) {
	#service ul li {width: 48%;margin-bottom: 20px;}
	#service ul li:last-child {margin-bottom: 0;}
	#service .container {width: 100%;}
}
@media only screen and ( max-width : 500px ) {
	#service ul li {width: 100%;}
}
/*--------------------------------------------------

	WORK STYLE

--------------------------------------------------*/
#work_style {padding-bottom: 0;}
#work_style ul li {
	align-items: center;
	margin-bottom: calc(20px + 30 * ((100vw - 375px) / 1605));
}
#work_style ul li:nth-of-type(even) {flex-direction: row-reverse;}
#work_style ul li:last-child {margin-bottom: 0;}
#work_style ul li figure {width: 48%;}
#work_style ul li .content {width: 48%;}
#work_style ul li .content p.point {
	margin-bottom: calc(5px + 5 * ((100vw - 375px) / 1605));
	color: #aaa;
	font-weight: 900;
}
#work_style ul li .content h3 {
	margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1605));
	font-size: calc(18px + 12 * ((100vw - 375px) / 1605));
}
#work_style ul li .content .wrap p {margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1605));}
#work_style ul li .content .wrap p:last-child {margin-bottom: 0;}
@media only screen and ( max-width : 768px ) {
	#work_style ul li figure {width: 100%;margin-bottom: 20px;}
	#work_style ul li .content {width: 100%;}
}
/*--------------------------------------------------

	INTERVIEW

--------------------------------------------------*/
#interview .container a {
	position: relative;
	width: calc(100% / 3 - 25px);
	margin: 12.5px;
	overflow: hidden;
	border: 1px solid #707070;
	border-radius: 2em;
	background: #fff;
}
#interview .container a figure {overflow: hidden;}
#interview .container a figure img {transition: transform .3s linear;}
#interview .container a:hover figure img {transform: scale(1.08);}
#interview .container a .content .wrap {
	padding: calc(15px + 15 * ((100vw - 375px) / 1605));
	padding-top: calc(10px + 10 * ((100vw - 375px) / 1605));
	padding-bottom: calc(80px + 40 * ((100vw - 375px) / 1605));
}
#interview .container a .content .wrap p.shop {
	margin-bottom: 10px;
	color: #aaa;
	font-size: calc(12px + 1 * ((100vw - 375px) / 1605));
}
#interview .container a .content .wrap h3 {
	margin-bottom: calc(10px + 10 * ((100vw - 375px) / 1605));
	font-size: calc(18px + 2 * ((100vw - 375px) / 1605));
}
#interview .container a .content p.read {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10%;
	border-top: 1px solid #ccc;
}
#interview .container a .content p.read .arrow {
	display: block;
	position: relative;
	width: calc(20px + 10 * ((100vw - 375px) / 1605));
	height: calc(20px + 10 * ((100vw - 375px) / 1605));
	margin-left: calc(10px + 10 * ((100vw - 375px) / 1605));
	border: 1px solid #111;
	border-radius: 50%;
	transition: .2s ease-out;
}
#interview .container a:hover .content p.read .arrow {background: #111;}
#interview .container a .content p.read .arrow::before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 42%;
	transform: translate(-50%, 50%) rotate(-45deg);
	width: calc(5px + 5 * ((100vw - 375px) / 1605));
	height: calc(5px + 5 * ((100vw - 375px) / 1605));
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	transition: .2s ease-out;
}
#interview .container a:hover .content p.read .arrow::before {border-color: #fff;}
@media only screen and ( max-width : 1024px ) {
	#interview .container a {width: calc(100% / 2 - 25px);}
}
@media only screen and ( max-width : 500px ) {
	#interview .container a {width: 100%;}
	#interview .container a:last-child {margin-bottom: 0;}
}
/*--------------------------------------------------

	JOB

--------------------------------------------------*/
#job .inner {max-width: calc(840px + 2 * ((100vw - 375px) / 1605));}
#job ul li {
	width: calc(100% / 2 - 30px);
	margin: 15px;
	padding: calc(20px + 30 * ((100vw - 375px) / 1605));
	border-radius: 1.5em;
	background: #fff;
}
#job ul li .point_content h3 {
	margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1605));
	padding-bottom: calc(20px + 10 * ((100vw - 375px) / 1605));
	font-size: calc(18px + 6 * ((100vw - 375px) / 1605));
	text-align: center;
}
@media only screen and ( max-width : 768px ) {
	#job ul li {width: 100%;}
}
/*--------------------------------------------------

	REQUIREMENT

--------------------------------------------------*/
.ChangeElem_Btn_Content {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: calc(30px + 20 * ((100vw - 375px) / 1605));
}
.ChangeElem_Btn_Content button {
	margin: 10px;
	padding: 20px 50px;
	border: 1px solid #707070;
	border-radius: 5px;
	background: #fff;
	color: #777;
	font-weight: 700;
	font-size: calc(16px + 2 * ((100vw - 375px) / 1605));
}
.ChangeElem_Btn_Content button.is-active {background: #341D14;color: #fff;}
#requirement .ChangeElem_Panel {
	padding: calc(20px + 50 * ((100vw - 375px) / 1605));
	border-radius: 1.5em;
	background: #fff;
}
#requirement .ChangeElem_Panel dl {
	margin-bottom: calc(30px + 20 * ((100vw - 375px) / 1605));
	padding: calc(15px + 25 * ((100vw - 375px) / 1605));
	border-radius: 1.2em;
	overflow: hidden;
	background: #F8F4EF;
}
#requirement .ChangeElem_Panel dl dt {
	float: left;
	width: 127px;
	border-right: 1px solid #111;
	font-weight: 700;
	font-size: calc(16px + 2 * ((100vw - 375px) / 1605));
}
#requirement .ChangeElem_Panel dl dd {
	margin-bottom: calc(15px + 15 * ((100vw - 375px) / 1605));
	padding-left: 175px;
	font-size: calc(13px + 2 * ((100vw - 375px) / 1605));
}
#requirement table tr th {
	position: relative;
	width: 230px;
	margin-bottom: 10px;
	padding-top: calc(10px + 10 * ((100vw - 375px) / 1605));
	border-bottom: 1px solid #111;
	font-weight: 700;
	font-size: calc(16px + 2 * ((100vw - 375px) / 1605));
}
#requirement table tr th::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 30px;
	height: 100%;
	background: #fff;
}
#requirement table tr td {
	padding-top: calc(10px + 10 * ((100vw - 375px) / 1605));
	padding-bottom: calc(10px + 10 * ((100vw - 375px) / 1605));
	border-bottom: 1px solid #ccc;
	font-size: calc(13px + 2 * ((100vw - 375px) / 1605));
	line-height: 2;
}
#requirement table tr td p {margin-bottom: 20px;line-height: 2;}
#requirement table tr td p:last-child {margin-bottom: 0;}
@media only screen and ( max-width : 768px ) {
	.ChangeElem_Btn_Content button {margin: 5px;padding: 10px 20px;}
	#requirement .ChangeElem_Panel dl dt {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		border-right: 0;
		border-bottom: 1px solid #111;
	}
	#requirement .ChangeElem_Panel dl dd {padding-left: 0;}
	#requirement table tr th {display: block;width: 100%;}
	#requirement table tr td {display: block;padding-bottom: 0;border-bottom: 0;}
}
/*--------------------------------------------------

	ENTRY

--------------------------------------------------*/
#entry .inner {max-width: calc(848px + 0 * ((100vw - 375px) / 1605));}
#entry table {margin-bottom: calc(30px + 20 * ((100vw - 375px) / 1605));}
#entry table tr th {width: 200px;vertical-align: top;}
#entry table tr th .req {
	display: inline-flex;
	margin-left: 10px;
	color: #E62727;
	font-size: 1.2rem;
}
#entry table tr td {display: block;margin-bottom: 20px;}
#entry table tr:last-child td {margin-bottom: 0;}
#entry input[type="text"],
#entry input[type="tel"],
#entry input[type="email"],
.stbox select,
#entry textarea {
	width: 100%;
	height: calc(40px + 20 * ((100vw - 375px) / 1605));
	padding: 0 20px;
	border: 1px solid #707070;
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-size: calc(12px + 2 * ((100vw - 375px) / 1605));
	cursor: pointer;
	resize: vertical;
}
#entry textarea {height: auto;margin-bottom: 10px;padding: 20px;}
::placeholder {color: #ccc;}
.stbox {display: block;position: relative;max-width: 300px;}
.stbox::after {
	content: '';
    position: absolute;
	top: calc(15px + 10 * ((100vw - 375px) / 1605));
    right: 20px;
	width: 15px;
	height: 15px;
	background: url(../img/entry/arrow.svg) no-repeat center / 15px;
}
.check {display: none;}
.check + label {
	position: relative;
    margin-left: 20px;
	padding-left: 30px;
    cursor: pointer;
	user-select: none;
}
.check + label::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translate(0, 50%);
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
	background: #fff;
}
.check:checked + label::before {background: #fff;}
.check:checked + label::after {
	content: '';
    border-radius: 0;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 40%;
	width: 11px;
	height: 6px;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	transform: rotate(-45deg);
}
#entry .submit {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: calc(250px + 200 * ((100vw - 375px) / 1605));
	margin: 0 auto;
	padding: calc(10px + 10 * ((100vw - 375px) / 1605));
	overflow: hidden;
	border: 1px solid #341D14;
	border-radius: 10px;
	background: #341D14;
	color: #fff;
	font-size: calc(16px + 4 * ((100vw - 375px) / 1605));
	text-align: center;
	letter-spacing: .1em;
	transition: all .5s ease-out;
}
#entry .submit:hover {background-position: 99% 50%;color: #341D14;}
#entry .submit::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
#entry .submit:hover::before {transform-origin: left top;transform: scale(1, 1);}
@media only screen and ( max-width : 768px ) {
	#entry table tr th {display: block;width: 100%;margin-bottom: 10px;}
}
/*--------------------------------------------------

　   ERROR

--------------------------------------------------*/
.form {
	display: block;
	padding-top: calc(110px + 0 * ((100vw - 375px) / 1605));
}
.form h4 {text-align: center;line-height: 1.7;margin-bottom: 40px;}
.form td {padding: 10px 20px;border-radius: 5px;background: #F5F5F5;}
.form .submit {max-width: 400px;margin: 0 auto;}
.error .errorbox {margin-bottom: 80px;}
.error .error_messe {color: #C41000;text-align: center;}
.complete {padding-top: calc(100px + 100 * ((100vw - 375px) / 1605));}
.complete p {margin-bottom: 40px;text-align: center;}
@media only screen and ( max-width : 1024px ) {
	.form {padding-top: 60px;}
}