@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html { font-size: 62.5%; }
body {
	color: #7e5d49;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
figure {
	margin: 0;
}
img {
	max-width: 100%;
	display: block;
}
a {
	color: #7e5d49;
	text-decoration: none;
	transition: .2s;
}
a:hover {
	opacity: .7;
}
@media print,screen and (max-width: 767px) {
	a:hover {
		opacity: 1;
	}
}
.pc-block {
	display: block!important;
}
.tb-block {
	display: none!important;
}
.sp-block {
	display: none!important;
}
.pc-inlineBlock {
	display: inline-block!important;
}
.sp-inlineBlock {
	display: none!important;
}
@media print,screen and (max-width: 1039px) {
	.tb-block {
		display: block!important;
	}
}
@media print,screen and (max-width: 767px) {
	.pc-block {
		display: none!important;
	}
	.sp-block {
		display: block!important;
	}
	.pc-inlineBlock {
		display: none!important;
	}
	.sp-inlineBlock {
		display: inline-block!important;
	}
}
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
	transition: .8s;
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.fadeIn_left {
	transition: 1.2s;
	opacity: 0;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}
.fadeIn_right {
	transition: 1.2s;
	opacity: 0;
	transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
}
.fadeInMove {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.js-accordion {
	transition: .2s;
}
.js-accordion:hover {
	opacity: .7;
	cursor: pointer;
}
@media print,screen and (max-width: 767px) {
	.js-accordion:hover {
		opacity: 1;
	}
}
.js-accordionContents {
	display: none;
}

/****	---- common ----
===================================****/
.c_wrap {
	width: 1600px;
	height: 11380px;
	background: url('../img/bg.jpg') center center / 100% 100% no-repeat;
	margin: 0 auto;
	opacity: 0;
	transition: .4s;
}
.c_wrap.on {
	opacity: 1;
}
@media print,screen and (max-width: 1599px) {
	.c_wrap {
		width: auto;
		height: calc(11380 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 1070px) {
	.c_wrap {
		height: calc(12000 / 1600 * 100vw);
		background: url('../img/bg_pc2.jpg') center center / 100% 100% no-repeat;
	}
}
@media print,screen and (max-width: 767px) {
	.c_wrap {
		height: calc(16700 / 750 * 100vw);
		background: url('../img/bg_sp.jpg') center center / 100% 100% no-repeat;
	}
}
.c_inner768 {
	width: 768px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.c_inner768 {
		width: calc(768 / 1600 * 100vw);
		padding: 0 calc(20 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_inner768 {
		width: auto;
		padding: 0 calc(30 / 750 * 100vw);
	}
}
.c_inner {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.c_inner {
		width: calc(1000 / 1600 * 100vw);
		padding: 0 calc(20 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_inner {
		width: auto;
		padding: 0 calc(30 / 750 * 100vw);
	}
}
.c_anchor {
	position: absolute;
	top: calc(-100 / 1600 * 100vw);
}
@media print,screen and (max-width: 767px) {
	.c_anchor {
		top: calc(-140 / 750 * 100vw);
	}
}
.c_main {
	display: block;
}
.c_main.under {
	padding: calc(120px + 80px) 0;
}
@media print,screen and (max-width: 1599px) {
	.c_main.under {
		padding: calc((120 / 1600 * 100vw) + (80 / 1600 * 100vw)) 0 calc(120 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_main.under {
		padding: calc((120 / 750 * 100vw) + (100 / 750 * 100vw)) 0 calc(160 / 750 * 100vw);
	}
}
.c_section {
	position: relative;
}
.c_title {
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 1599px) {
	.c_title {
		font-size: calc(36 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_title {
		font-size: calc(36 / 750 * 100vw);
	}
}
.c_title.white {
	color: #fff;
}
.c_title.half {
	width: 50%;
}
@media print,screen and (max-width: 767px) {
	.c_title.half {
		width: auto;
		padding-top: 3em;
	}
}
.c_title strong {
	margin: 0 0 .25em 0;
	display: block;
}
.c_title small {
	font-size: 2.7rem;
	display: block;
}
@media print,screen and (max-width: 1599px) {
	.c_title small {
		font-size: calc(27 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_title small {
		font-size: calc(27 / 750 * 100vw);
	}
}
.c_title span {
	font-size: 1.8rem;
	display: block;
}
@media print,screen and (max-width: 1599px) {
	.c_title span {
		font-size: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_title span {
		font-size: calc(18 / 750 * 100vw);
	}
}
.c_text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0;
}
@media print,screen and (max-width: 1599px) {
	.c_text {
		font-size: calc(16 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_text {
		font-size: calc(22 / 750 * 100vw);
	}
}
.c_text.white {
	color: #fff;
}
.c_serif { font-family: "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

.c_mbEm { margin: 0 0 1em 0!important; }
.c_mb00 { margin: 0!important; }
.c_mb10 { margin: 0 0 10px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb10 { margin: 0 0 5px 0!important; } }
.c_mb20 { margin: 0 0 20px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb20 { margin: 0 0 10px 0!important; } }
.c_mb40 { margin: 0 0 40px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb40 { margin: 0 0 20px 0!important; } }
.c_mb80 { margin: 0 0 80px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb80 { margin: 0 0 40px 0!important; } }

/****	---- header ----
===================================****/
.header {
	width: 100%;
	height: 80px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 0 0 50px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
@media print,screen and (max-width: 1599px) {
	.header {
		height: calc(80 / 1600 * 100vw);
		padding: 0 0 0 calc(50 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header {
		height: calc(100 / 750 * 100vw);
		padding: 0 0 0 calc(152 / 750 * 100vw);
	}
}
.header_logo {
	width: 78px;
	margin: 0 20px 0 0;
}
@media print,screen and (max-width: 1599px) {
	.header_logo {
		width: calc(78 / 1600 * 100vw);
		margin: 0 calc(20 / 1600 * 100vw) 0 0;
	}
}
@media print,screen and (max-width: 767px) {
	.header_logo {
		width: calc(121 / 750 * 100vw);
		margin: 0;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi {
		display: none;
		width: 100%;
		height: calc(100% - (100 / 750 * 100vw));
		background: #fff;
		position: fixed;
		top: calc(100 / 750 * 100vw);
		left: 0;
	}
}
.header_navi_list {
	display: flex;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.header_navi_list {
		display: block;
	}
}
.header_navi_list_item {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	border-right: 1px solid #7e5d49;
	padding: 0 1.5em;
}
@media print,screen and (max-width: 1599px) {
	.header_navi_list_item {
		font-size: calc(14 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item {
		font-size: calc(36 / 750 * 100vw);
		text-align: center;
		border-right: none;
		margin: 1.5em 0;
	}
	.header_navi_list_item:first-child {
		margin: 3em 0 1.5em;
	}
}
.header_navi_list_item:last-child {
	border-right: none;
}
.header_tel {
	width: 418px;
	height: 169px;
	background: url('../img/bg_tel.png') center center / 100% 100% no-repeat;
	box-sizing: border-box;
	padding: 28px 0 0 64px;
	position: absolute;
	top: 0;
	right: 0;
}
@media print,screen and (max-width: 1599px) {
	.header_tel {
		width: calc(418 / 1600 * 100vw);
		height: calc(169 / 1600 * 100vw);
		padding: calc(28 / 1600 * 100vw) 0 0 calc(64 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_tel {
		width: calc(392 / 750 * 100vw);
		height: calc(154 / 750 * 100vw);
		padding: calc(18 / 750 * 100vw) 0 0 calc(46 / 750 * 100vw);
	}
}
.header_tel_num {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.1;
}
@media print,screen and (max-width: 1599px) {
	.header_tel_num {
		font-size: calc(40 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_tel_num {
		font-size: calc(42.58 / 750 * 100vw);
	}
}
.header_tel_num a {
	background: url('../img/ico_tel.png') left center / 33px no-repeat;
	padding: 0 0 0 43px;
}
@media print,screen and (max-width: 1599px) {
	.header_tel_num a {
		background: url('../img/ico_tel.png') left center / calc(33 / 1600 * 100vw) no-repeat;
		padding: 0 0 0 calc(43 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_tel_num a {
		background: url('../img/ico_tel.png') left center / calc(33 / 750 * 100vw) no-repeat;
		padding: 0 0 0 calc(43 / 750 * 100vw);
	}
}
.header_tel_hours {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 0 1.5em;
}
@media print,screen and (max-width: 1599px) {
	.header_tel_hours {
		font-size: calc(14 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_tel_hours {
		font-size: calc(18 / 750 * 100vw);
		margin: 0 0 0 -.5em;
	}
}

.header_btn {
	display: none;
}
@media print,screen and (max-width: 767px) {
	.header_btn {
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.header_btn span {
		width: calc(60 / 750 * 100vw);
		height: calc(6 / 750 * 100vw);
		background: #664737;
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		transition: .2s ease;
	}
	.header_btn.on span {
		/* background: #fff; */
	}
	.header_btn span:nth-of-type(1) {
		top: calc(28 / 750 * 100vw);
	}
	.header_btn span:nth-of-type(2) {
		top: 0;
		bottom: 0;
	}
	.header_btn span:nth-of-type(3) {
		bottom: calc(28 / 750 * 100vw);
	}
	.header_btn.on span:nth-of-type(1) {
		top: calc(47 / 750 * 100vw);
		transform: rotate(45deg);
	}
	.header_btn.on span:nth-of-type(2) {
		display: none;
	}
	.header_btn.on span:nth-of-type(3) {
		bottom: calc(47 / 750 * 100vw);
		transform: rotate(-45deg);
	}
}

/****	---- main ----
===================================****/
.mv {
	margin: 80px 0 110px 0;
}
@media print,screen and (max-width: 1599px) {
	.mv {
		margin: calc(80 / 1600 * 100vw) 0 calc(110 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.mv {
		margin: 0 0 calc(90 / 750 * 100vw) 0;
	}
}
.mv img {
	width: 100%;
}
.mv_title {
	width: 811px;
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	margin: auto;
}
@media print,screen and (max-width: 1599px) {
	.mv_title {
		width: calc(811 / 1600 * 100vw);
		top: calc(200 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.mv_title {
		width: calc(450 / 750 * 100vw);
		top: calc(160 / 750 * 100vw);
	}
}

.about {
	margin: 0 0 240px 0;
}
@media print,screen and (max-width: 1599px) {
	.about {
		margin: 0 0 calc(240 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.about {
		margin: 0 0 calc(180 / 750 * 100vw) 0;
	}
}

@media print,screen and (max-width: 767px) {
	.service {
		margin: 0 0 calc(200 / 750 * 100vw) 0;
	}
}
.service_list {
	width: 1140px;
	height: 1248px;
	background: url('../img/bg_service.png') center center / 100% 100% no-repeat;
	margin: 10px auto 0;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.service_list {
		width: calc(1140 / 1600 * 100vw);
		height: calc(1248 / 1600 * 100vw);
		margin: calc(10 / 1600 * 100vw) auto 0;
	}
}
@media print,screen and (max-width: 767px) {
	.service_list {
		width: auto;
		height: auto;
		background: none;
		margin: calc(25 / 1600 * 100vw) 0 0 0;
	}
}
.service_list_item {
	width: 400px;
	position: absolute;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item {
		width: calc(400 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item {
		width: calc(652 / 750 * 100vw);
		box-sizing: border-box;
		padding-right: calc(50 / 750 * 100vw);
		padding-left: calc(50 / 750 * 100vw);
		position: static;
	}
}
.service_list_item:nth-child(1) {
	top: 90px;
	left: 80px;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item:nth-child(1) {
		top: calc(90 / 1600 * 100vw);
		left: calc(80 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item:nth-child(1) {
		height: calc(530 / 750 * 100vw);
		background: url('../img/bg_service01.png') center center / 100% 100% no-repeat;
		padding-top: calc(120 / 750 * 100vw);
		margin: 0 auto;
	}
}
.service_list_item:nth-child(2) {
	top: 130px;
	left: 620px;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item:nth-child(2) {
		top: calc(130 / 1600 * 100vw);
		left: calc(620 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item:nth-child(2) {
		height: calc(567 / 750 * 100vw);
		background: url('../img/bg_service02.png') center center / 100% 100% no-repeat;
		padding-top: calc(140 / 750 * 100vw);
		margin: calc(-8 / 750 * 100vw) auto 0;
	}
}
.service_list_item:nth-child(3) {
	top: 470px;
	left: 360px;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item:nth-child(3) {
		top: calc(470 / 1600 * 100vw);
		left: calc(360 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item:nth-child(3) {
		height: calc(566 / 750 * 100vw);
		background: url('../img/bg_service03.png') center center / 100% 100% no-repeat;
		padding-top: calc(155 / 750 * 100vw);
		margin: calc(-38 / 750 * 100vw) auto 0;
	}
}
.service_list_item:nth-child(4) {
	top: 750px;
	left: 80px;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item:nth-child(4) {
		top: calc(750 / 1600 * 100vw);
		left: calc(80 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item:nth-child(4) {
		height: calc(591 / 750 * 100vw);
		background: url('../img/bg_service04.png') center center / 100% 100% no-repeat;
		padding-top: calc(115 / 750 * 100vw);
		margin: calc(-6 / 750 * 100vw) auto 0;
	}
}
.service_list_item:nth-child(5) {
	top: 860px;
	left: 650px;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item:nth-child(5) {
		top: calc(860 / 1600 * 100vw);
		left: calc(650 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item:nth-child(5) {
		height: calc(687 / 750 * 100vw);
		background: url('../img/bg_service05.png') center center / 100% 100% no-repeat;
		padding-top: calc(160 / 750 * 100vw);
		margin: calc(-24 / 750 * 100vw) auto 0;
	}
}
.service_list_item_title {
	font-size: 2.6rem;
	line-height: 1.4;
	margin: 0 0 1em 0;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item_title {
		font-size: calc(26 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item_title {
		font-size: calc(30.61 / 750 * 100vw);
		margin: 0 0 .75em 1em;
	}
}
.service_list_item_title::after {
	content: "";
	width: 186px;
	height: 6px;
	background: #fccb00;
	position: absolute;
	bottom: -.5em;
	left: 0;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item_title::after {
		width: calc(186 / 1600 * 100vw);
		height: calc(6 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item_title::after {
		width: calc(220 / 750 * 100vw);
		height: calc(6 / 750 * 100vw);
		bottom: -.25em;
	}
}
.service_list_item_title span {
	font-size: 1.8rem;
	display: block;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item_title span {
		font-size: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item_title span {
		font-size: calc(21.19 / 750 * 100vw);
		font-weight: bold;
	}
}
.service_list_item_title strong {
	font-weight: 500;
	display: block;
}
.service_list_item_text {
	font-size: 1.4rem;
	line-height: 2.0;
}
@media print,screen and (max-width: 1599px) {
	.service_list_item_text {
		font-size: calc(14 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.service_list_item_text {
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.7;
		letter-spacing: -0.3px;
	}
}

.flow {
	width: 1080px;
	margin: 0 auto 50px;
}
@media print,screen and (max-width: 1599px) {
	.flow {
		width: calc(1080 / 1600 * 100vw);
		margin: 0 auto calc(150 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow {
		width: auto;
		margin: 0 0 calc(250 / 750 * 100vw) 0;
	}
}
.flow_list {
	width: auto;
	height: 730px;
	margin: -15px 0 0 0;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.flow_list {
		height: calc(600 / 1600 * 100vw);
		margin: calc(-15 / 1600 * 100vw) 0 calc(75 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list {
		height: auto;
		margin: 0 0 calc(52 / 750 * 100vw) 0;
	}
}
.flow_list_item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item {
		box-sizing: border-box;
		padding: 0 calc(40 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
		position: static;
	}
}
.flow_list_item:nth-child(1) {
	width: 529px;
	height: 246px;
	background: url('../img/bg_flow01.png') center center / 100% 100% no-repeat;
	top: 0;
	left: 32px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(1) {
		width: calc(554 / 1600 * 100vw);
		height: calc(262 / 1600 * 100vw);
		left: calc(32 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(1) {
		width: calc(620 / 750 * 100vw);
		height: calc(310 / 750 * 100vw);
		margin: 0 0 calc(12 / 750 * 100vw) calc(35 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(2) {
	width: 552px;
	height: 224px;
	background: url('../img/bg_flow02.png') center center / 100% 100% no-repeat;
	top: 118px;
	right: 18px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(2) {
		width: calc(554 / 1600 * 100vw);
		height: calc(255 / 1600 * 100vw);
		top: calc(118 / 1600 * 100vw);
		right: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(2) {
		width: calc(610 / 750 * 100vw);
		height: calc(290 / 750 * 100vw);
		margin: 0 0 calc(30 / 750 * 100vw) calc(128 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(3) {
	width: 530px;
	height: 239px;
	background: url('../img/bg_flow03.png') center center / 100% 100% no-repeat;
	top: 332px;
	left: 58px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(3) {
		width: calc(528 / 1600 * 100vw);
		height: calc(224 / 1600 * 100vw);
		top: calc(332 / 1600 * 100vw);
		left: calc(58 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(3) {
		width: calc(620 / 750 * 100vw);
		height: calc(250 / 750 * 100vw);
		margin: 0 0 calc(25 / 750 * 100vw) calc(32 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(4) {
	width: 529px;
	height: 246px;
	background: url('../img/bg_flow04.png') center center / 100% 100% no-repeat;
	top: 448px;
	right: 0;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(4) {
		width: calc(529 / 1600 * 100vw);
		height: calc(246 / 1600 * 100vw);
		top: calc(448 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(4) {
		width: calc(569 / 750 * 100vw);
		height: calc(272 / 750 * 100vw);
		margin: 0 0 calc(24 / 750 * 100vw) calc(140 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(5) {
	width: 529px;
	height: 219px;
	background: url('../img/bg_flow05.png') center center / 100% 100% no-repeat;
	top: 582px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(5) {
		width: calc(529 / 1600 * 100vw);
		height: calc(219 / 1600 * 100vw);
		top: calc(582 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(5) {
		width: calc(569 / 750 * 100vw);
		height: calc(242 / 750 * 100vw);
		margin: 0 0 calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(6) {
	width: 528px;
	height: 224px;
	background: url('../img/bg_flow06.png') center center / 100% 100% no-repeat;
	top: 808px;
	right: 46px;
	z-index: 1;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(6) {
		width: calc(528 / 1600 * 100vw);
		height: calc(224 / 1600 * 100vw);
		top: calc(808 / 1600 * 100vw);
		right: calc(46 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(6) {
		width: calc(568 / 750 * 100vw);
		height: calc(247 / 750 * 100vw);
		margin: 0 0 calc(32 / 750 * 100vw) calc(155 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(7) {
	width: 514px;
	height: 210px;
	background: url('../img/bg_flow07.png') center center / 100% 100% no-repeat;
	top: 896px;
	left: 28px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(7) {
		width: calc(514 / 1600 * 100vw);
		height: calc(210 / 1600 * 100vw);
		top: calc(896 / 1600 * 100vw);
		left: calc(28 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(7) {
		width: calc(553 / 750 * 100vw);
		height: calc(232 / 750 * 100vw);
		margin: 0 0 calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(8) {
	width: 603px;
	height: 280px;
	background: url('../img/bg_flow08.png') center center / 100% 100% no-repeat;
	top: 1062px;
	right: 24px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(8) {
		width: calc(603 / 1600 * 100vw);
		height: calc(280 / 1600 * 100vw);
		top: calc(1062 / 1600 * 100vw);
		right: calc(24 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(8) {
		width: calc(651 / 750 * 100vw);
		height: calc(308 / 750 * 100vw);
		margin: 0 0 calc(24 / 750 * 100vw) calc(82 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(9) {
	width: 531px;
	height: 212px;
	background: url('../img/bg_flow09.png') center center / 100% 100% no-repeat;
	top: 1312px;
	left: 20px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(9) {
		width: calc(531 / 1600 * 100vw);
		height: calc(212 / 1600 * 100vw);
		top: calc(1312 / 1600 * 100vw);
		left: calc(20 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(9) {
		width: calc(572 / 750 * 100vw);
		height: calc(234 / 750 * 100vw);
		margin: 0 0 calc(32 / 750 * 100vw) calc(20 / 750 * 100vw);
	}
}
.flow_list_item:nth-child(10) {
	width: 665px;
	height: 238px;
	background: url('../img/bg_flow10.png') center center / 100% 100% no-repeat;
	right: 30px;
	bottom: 0;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item:nth-child(10) {
		width: calc(665 / 1600 * 100vw);
		height: calc(238 / 1600 * 100vw);
		right: calc(30 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(10) {
		width: calc(718 / 750 * 100vw);
		height: calc(262 / 750 * 100vw);
		margin: 0 0 0 calc(20 / 750 * 100vw);
	}
}
.flow_list_item_contents {
	width: 430px;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item_contents {
		width: calc(450 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_contents {
		width: auto;
	}
	.flow_list_item:nth-child(1) .flow_list_item_contents,
	.flow_list_item:nth-child(3) .flow_list_item_contents,
	.flow_list_item:nth-child(4) .flow_list_item_contents,
	.flow_list_item:nth-child(6) .flow_list_item_contents,
	.flow_list_item:nth-child(7) .flow_list_item_contents,
	.flow_list_item:nth-child(8) .flow_list_item_contents,
	.flow_list_item:nth-child(9) .flow_list_item_contents {
		margin-top: calc(-14 / 750 * 100vw);
		/* transform: translateY(calc(-10 / 750 * 100vw)); */
	}
}
.flow_list_item_title {
	font-size: 2.8rem;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item_title {
		font-size: calc(26 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_title {
		font-size: calc(30.61 / 750 * 100vw);
		padding: 0 0 0 .5em;
		margin: 0 0 .5em 0;
	}
}
.flow_list_item_title::after {
	content: "";
	width: 100%;
	height: 7px;
	background: #DEF6D5;
	position: absolute;
	bottom: -.5em;
	left: 0;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item_title::after {
		height: calc(7 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_title::after {
		height: calc(7 / 750 * 100vw);
		bottom: -.25em;
	}
}
.flow_list_item_text {
	font-size: 1.4rem;
	line-height: 2.0;
	padding: 0 0 0 1em;
}
@media print,screen and (max-width: 1599px) {
	.flow_list_item_text {
		font-size: calc(14 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_text {
		font-size: calc(20 / 750 * 100vw);
		line-height: 1.6;
		padding: 0;
	}
}
.flow_use {
	width: 1000px;
	background: #f3e4c1;
	box-shadow: 5px 5px 0 rgba(94, 55, 55, .3);
	padding: 10px;
	margin: 0 auto;
}
@media print,screen and (max-width: 1599px) {
	.flow_use {
		width: calc(1000 / 1600 * 100vw);
		box-shadow: calc(5 / 1600 * 100vw) calc(5 / 1600 * 100vw) 0 rgba(94, 55, 55, .3);
		padding: calc(10 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_use {
		width: calc(675 / 750 * 100vw);
		box-shadow: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(94, 55, 55, .3);
		padding: calc(14 / 750 * 100vw);
	}
}
.flow_use_in {
	border: 3px dotted #684838;
	padding: 25px 115px 25px 45px;
}
@media print,screen and (max-width: 1599px) {
	.flow_use_in {
		border: calc(3 / 1600 * 100vw) dotted #684838;
		padding: calc(25 / 1600 * 100vw) calc(115 / 1600 * 100vw) calc(25 / 1600 * 100vw) calc(45 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_use_in {
		border: calc(3 / 750 * 100vw) dotted #684838;
		padding: calc(15 / 750 * 100vw) calc(25 / 750 * 100vw);
	}
}
.flow_use_title {
	font-size: 2.5rem;
	line-height: 1.6;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 1599px) {
	.flow_use_title {
		font-size: calc(25 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_use_title {
		font-size: calc(25 / 750 * 100vw);
	}
}
.flow_use_text {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.2;
}
@media print,screen and (max-width: 1599px) {
	.flow_use_text {
		font-size: calc(14 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_use_text {
		font-size: calc(20 / 750 * 100vw);
		line-height: 1.8;
	}
}

.staff {
	margin: 0 0 300px 0;
}
@media print,screen and (max-width: 1599px) {
	.staff {
		margin: 0 0 calc(300 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.staff {
		margin: 0 0 calc(380 / 750 * 100vw) 0;
	}
}
.staff_img {
	width: 1100px;
	margin: -10px auto 0;
}
@media print,screen and (max-width: 1599px) {
	.staff_img {
		width: calc(1100 / 1600 * 100vw);
		margin: calc(-10 / 1600 * 100vw) auto 0;
	}
}
@media print,screen and (max-width: 767px) {
	.staff_img {
		width: calc(628 / 750 * 100vw);
		margin: calc(70 / 750 * 100vw) auto 0;
	}
}

.faq {
	margin: 0 0 350px 0;
}
@media print,screen and (max-width: 1599px) {
	.faq {
		margin: 0 0 calc(350 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.faq {
		margin: 0 0 calc(400 / 750 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.faq_list {
		margin: calc(45 / 750 * 100vw) auto 0 auto;
		width: 80%;
	}
}
.faq_list_item {
	border-top: 3px dotted #684838;
	padding: 55px 60px 65px 110px;
}
@media print,screen and (max-width: 1599px) {
	.faq_list_item {
		border-top: calc(3 / 1600 * 100vw) dotted #684838;
		padding: calc(55 / 1600 * 100vw) calc(60 / 1600 * 100vw) calc(65 / 1600 * 100vw) calc(110 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.faq_list_item {
		border-top: calc(3 / 750 * 100vw) dotted #684838;
		padding: calc(35 / 750 * 100vw) 0 calc(45 / 750 * 100vw) calc(60 / 750 * 100vw);
	}
}
.faq_list_item:last-child {
	border-bottom: 3px dotted #684838;
}
@media print,screen and (max-width: 1599px) {
	.faq_list_item:last-child {
		border-bottom: calc(3 / 1600 * 100vw) dotted #684838;
	}
}
@media print,screen and (max-width: 767px) {
	.faq_list_item:last-child {
		border-bottom: calc(3 / 750 * 100vw) dotted #684838;
	}
}
.faq_list_item_q {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 1em 0;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.faq_list_item_q {
		font-size: calc(25 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.faq_list_item_q {
		font-size: calc(25 / 750 * 100vw);
		line-height: 1.6;
	}
}
.faq_list_item_a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding-top: 0.9em;
}
@media print,screen and (max-width: 1599px) {
	.faq_list_item_a {
		font-size: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.faq_list_item_a {
		font-size: calc(22 / 750 * 100vw);
	}
}
.faq_list_item_q::before,
.faq_list_item_a::before {
	content: "Q";
	color: #694938;
	font-size: 2.5rem;
	line-height: 1.0;
	width: 2em;
	height: 2em;
	background: #f3e4c1;
	border: 2px dotted #684838;
	border-radius: 2em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -.25em;
	left: -2.5em;
}
@media print,screen and (max-width: 1599px) {
	.faq_list_item_q::before,
	.faq_list_item_a::before {
		font-size: calc(25 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.faq_list_item_q::before,
	.faq_list_item_a::before {
		font-size: calc(25 / 750 * 100vw);
		border: calc(2 / 750 * 100vw) dotted #684838;
	}
}
.faq_list_item_a::before {
	content: "A";
	background: #d5fff6;
	top: .25em;
}

.contact {
	margin: 0 0 120px 0;
}
@media print,screen and (max-width: 1599px) {
	.contact {
		margin: 0 0 calc(120 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.contact {
		margin: 0 0 calc(120 / 750 * 100vw) 0;
	}
}
.contact_formList_item {
	font-size: 1.6rem;
	margin: 1em 0 0 0;
}
@media print,screen and (max-width: 1599px) {
	.contact_formList_item {
		font-size: calc(16 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_formList_item {
		font-size: calc(22 / 750 * 100vw);
	}
}
.contact_formList_item:last-child {
	margin: 2em 0 3em;
}
.contact_formList_item_title {
	font-size: 1.6rem;
	margin: 0 0 .5em 0;
	display: flex;
	align-items: center;
}
@media print,screen and (max-width: 1599px) {
	.contact_formList_item_title {
		font-size: calc(16 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_formList_item_title {
		font-size: calc(22 / 750 * 100vw);
	}
}
.contact_formList_item_text {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 0 1em;
}
@media print,screen and (max-width: 1599px) {
	.contact_formList_item_text {
		font-size: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_formList_item_text {
		font-size: calc(24 / 750 * 100vw);
	}
}
.contact_form_input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_form_input.w510 {
	max-width: 510px;
}
@media print,screen and (max-width: 767px) {
	.contact_form_input.w510 {
		max-width: none;
	}
}
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	/* font-family: "Hiragino Mincho ProN", 'Noto Serif JP', HGS明朝E, メイリオ, Meiryo, serif; */
	width: 100%;
	height: 55px;
	border: 1px solid #684838;
	border-radius: 0;
	box-sizing: border-box;
	padding: 0 1em;
}
@media print,screen and (max-width: 1599px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	textarea {
		font-size: calc(16 / 1600 * 100vw);
		height: calc(55 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	textarea {
		font-size: calc(22 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
}
textarea {
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	height: 330px;
	padding: 1em;
}
@media print,screen and (max-width: 1599px) {
	textarea {
		height: calc(330 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	textarea {
		height: calc(530 / 750 * 100vw);
	}
}
input::placeholder,
textarea::placeholder {
	color: #d3d3d3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #d3d3d3;
}
input::-ms-input-placeholder.
textarea::-ms-input-placeholder {
	color: #d3d3d3;
}
.contact_form_btn {
	display: flex;
	justify-content: center;
}
@media print,screen and (max-width: 767px) {
	.contact_form_btn {
		display: block;
	}
}
.contact_form_btn .c_btn {
	margin: 0 20px;
}
@media print,screen and (max-width: 767px) {
	.contact_form_btn .c_btn {
		margin: 0 auto calc(20 / 750 * 100vw);
	}
	.contact_form_btn .c_btn:last-of-type {
		margin: 0 auto;
	}
}
.contact_thanks_btn,
button[type="button"],
button[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	width: 300px;
	height: 60px;
	background: #684838;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	margin: 0 20px;
	display: block;
	transition: .2s;
}
@media print,screen and (max-width: 1599px) {
	.contact_thanks_btn,
	button[type="button"],
	button[type="submit"] {
		font-size: calc(20 / 1600 * 100vw);
		width: calc(300 / 1600 * 100vw);
		height: calc(60 / 1600 * 100vw);
		margin: 0 calc(20 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_btn,
	button[type="button"],
	button[type="submit"] {
		font-size: calc(32 / 750 * 100vw);
		width: calc(600 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		margin: 0 auto;
	}
}
.contact_thanks_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
button[type="button"]:hover,
button[type="submit"]:hover {
	opacity: .7;
	cursor: pointer;
}
@media print,screen and (max-width: 767px) {
	button[type="button"]:hover,
	button[type="submit"]:hover {
		opacity: 1;
	}
}

.contact_confirm_title {
	color: red;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 2em 0;
}
@media print,screen and (max-width: 1599px) {
	.contact_confirm_title {
		font-size: calc(24 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_confirm_title {
		font-size: calc(18 / 375 * 100vw);
		margin: 0 0 1em 0;
	}
}

.contact_thanks_title {
	color: red;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 2em 0;
}
@media print,screen and (max-width: 1599px) {
	.contact_thanks_title {
		font-size: calc(24 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_title {
		font-size: calc(18 / 375 * 100vw);
	}
}
.contact_thanks_text {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 4em 0;
}
@media print,screen and (max-width: 1599px) {
	.contact_thanks_text {
		font-size: calc(16 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_text {
		font-size: calc(14 / 375 * 100vw);
	}
}

.recruit {
	margin: 0 0 35px 0;
}
@media print,screen and (max-width: 1599px) {
	.recruit {
		margin: 0 0 calc(35 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.recruit {
		margin: calc(80 / 750 * 100vw) 0 calc(35 / 750 * 100vw) 0;
	}
}

.line {
	margin: 0 auto 160px auto;
	text-align: center;
}
@media print,screen and (max-width: 1599px) {
	.line {
		margin: 0 auto calc(160 / 1600 * 100vw) auto;
	}
}
@media print,screen and (max-width: 767px) {
	.line {
		margin: 0 auto calc(100 / 750 * 100vw) auto;
	}
}
.line img{
	margin: auto;
	text-align: center;
}
@media print,screen and (max-width: 767px) {
	.line img{
		width: 80%;
	}
}


.recruit_btn {
	color: #fff;
	font-size: 3.3rem;
	text-align: center;
	line-height: 1.2;
	width: 605px;
	height: 88px;
	background: #694938;
	box-shadow: 4px 4px 0 rgba(149, 149, 149, .34);
	box-sizing: border-box;
	padding: 8px;
	margin: 0 auto;
	display: block;
}
@media print,screen and (max-width: 1599px) {
	.recruit_btn {
		font-size: calc(33 / 1600 * 100vw);
		width: calc(605 / 1600 * 100vw);
		height: calc(88 / 1600 * 100vw);
		box-shadow: calc(4 / 1600 * 100vw) calc(4 / 1600 * 100vw) 0 rgba(149, 149, 149, .34);
		padding: calc(8 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.recruit_btn {
		font-size: calc(37.88 / 750 * 100vw);
		width: calc(690 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		box-shadow: calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) 0 rgba(149, 149, 149, .34);
		padding: calc(8 / 750 * 100vw);
	}
}
.recruit_btn span {
	width: 100%;
	height: 100%;
	border: 3px dotted #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 1599px) {
	.recruit_btn span {
		border: calc(3 / 1600 * 100vw) dotted #fff;
	}
}
@media print,screen and (max-width: 767px) {
	.recruit_btn span {
		border: calc(3 / 750 * 100vw) dotted #fff;
	}
}

.company {
	margin: 0 0 160px 0;
}
@media print,screen and (max-width: 1599px) {
	.company {
		margin: 0 0 calc(160 / 1600 * 100vw) 0;
	}
}
@media print,screen and (max-width: 767px) {
	.company {
		margin: 0 0 calc(100 / 750 * 100vw) 0;
	}
}
.company_container {
	background: #fff;
	box-shadow: 4px 4px 0 rgba(149, 149, 149, .34);
	padding: 12px;
}
@media print,screen and (max-width: 1599px) {
	.company_container {
		box-shadow: calc(4 / 1600 * 100vw) calc(4 / 1600 * 100vw) 0 rgba(149, 149, 149, .34);
		padding: calc(12 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.company_container {
		box-shadow: calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) 0 rgba(149, 149, 149, .34);
		padding: calc(15 / 750 * 100vw);
	}
}
.company_container_in {
	border: 3px dotted #684838;
	padding: 30px 70px 70px;
}
@media print,screen and (max-width: 1599px) {
	.company_container_in {
		border: calc(3 / 1600 * 100vw) dotted #684838;
		padding: calc(30 / 1600 * 100vw) calc(70 / 1600 * 100vw) calc(70 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.company_container_in {
		border: calc(3 / 750 * 100vw) dotted #684838;
		padding: calc(30 / 750 * 100vw) calc(15 / 750 * 100vw) calc(15 / 750 * 100vw);
	}
}
.company_title {
	font-size: 2.341rem;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 .5em 0;
}
@media print,screen and (max-width: 1599px) {
	.company_title {
		font-size: calc(23.41 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.company_title {
		font-size: calc(23.41 / 750 * 100vw);
		margin: -.5em 0 .5em;
	}
}
.company_table {
	border-collapse: collapse;
	width: 100%;
	background: #fffaf1;
	border: 1px solid #684838;
}
.company_table th,
.company_table td {
	font-size: 2.0rem;
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	border-bottom: 1px solid #684838;
	box-sizing: border-box;
	padding: .5em 1em;
}
@media print,screen and (max-width: 1599px) {
	.company_table th,
	.company_table td {
		font-size: calc(20 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.company_table th,
	.company_table td {
		font-size: calc(21 / 750 * 100vw);
	}
	.company_table td {
		font-size: calc(20 / 750 * 100vw);
	}
}
.company_table th {
	width: 7em;
	font-weight: bold;
	white-space: nowrap;
}
.company_access {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 1.5em 0;
}
@media print,screen and (max-width: 1599px) {
	.company_access {
		font-size: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.company_access {
		font-size: calc(23 / 750 * 100vw);
	}
}
.company_map {
	height: 320px;
}
@media print,screen and (max-width: 1599px) {
	.company_map {
		height: calc(320 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.company_map {
		height: calc(595 / 750 * 100vw);
	}
}
.company_map iframe {
	width: 100%;
	height: 100%;
}

.privacy_section {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 2em 0;
}
@media print,screen and (max-width: 1599px) {
	.privacy_section {
		font-size: calc(14 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.privacy_section {
		font-size: calc(18 / 750 * 100vw);
	}
}

/****	---- footer ----
===================================****/
.footer {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #694938;
	padding: 2em 0;
	position: relative;
}
@media print,screen and (max-width: 1599px) {
	.footer {
		font-size: calc(18 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.footer {
		font-size: calc(18 / 750 * 100vw);
	}
}
.footer_img {
	width: 322px;
	position: absolute;
	top: -65px;
	right: 255px;
}
@media print,screen and (max-width: 1599px) {
	.footer_img {
		width: calc(322 / 1600 * 100vw);
		top: calc(-65 / 1600 * 100vw);
		right: calc(255 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.footer_img {
		width: calc(317 / 750 * 100vw);
		top: calc(-62 / 750 * 100vw);
		right: auto;
		left: calc(25 / 750 * 100vw);
	}
}
.pagetop {
	width: 140px;
	height: 48px;
	position: absolute;
	right: 50px;
	top: -48px;
}
@media print,screen and (max-width: 1599px) {
	.pagetop {
		width: calc(140 / 1600 * 100vw);
		height: calc(48 / 1600 * 100vw);
		right: calc(50 / 1600 * 100vw);
		top: calc(-48 / 1600 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.pagetop {
		width: calc(208 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		right: 0;
		top: calc(-80 / 750 * 100vw);
	}
}
.pagetop a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	width: 100%;
	height: 100%;
	background: #694938;
	border-radius: 8px 8px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 1599px) {
	.pagetop a {
		font-size: calc(16 / 1600 * 100vw);
		border-radius: calc(8 / 1600 * 100vw) calc(8 / 1600 * 100vw) 0 0;
	}
}
@media print,screen and (max-width: 767px) {
	.pagetop a {
		font-size: calc(25.19 / 750 * 100vw);
		border-radius: calc(16 / 750 * 100vw) 0 0 0;
	}
}

/****	---- end ----
===================================****/
