/* ===========================================
Common Class
=============================================*/

html {
	width: 100%;
 	height: 100%;
 	/* font-family: 'Open Sans', sans-serif; */
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 62.5%; /* 1em=10px */
	line-height: 1;
}

body {
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
 	color: #333;
	position: relative;
 	z-index: 0;
	overflow-y: scroll;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	width: 100%;
	height: auto;
}

a {
	transition: opacity .25s ease;
}

a:hover,
a:active {
	opacity: .75;
}

/* Clearfix */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/* Hide-txt */
.hide-txt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

#btn-pagetop {
	position: fixed;
	z-index: 999;
	display: none;
}

#key .inner .content {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, #FFFFFF 40%, rgba(255, 255, 255, 0.75) 100%);
	position: relative;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

#situation .inner .list {
	border: 1px solid rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

#situation .inner .list li {
	position: relative;
}

#situation .inner .list li::before {
	content: "";
	background-image: url('../images/situation_check_icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	display: block;
}

.movie {
	position: relative;
}

.movie .thumb {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.movie .player {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.movie .thumb img {
	cursor: pointer;
	transition: opacity .25s ease;
}

.movie .thumb img:hover {
	opacity: .75;
}

.contact .upper {
	background-color: #025D4D;
	position: relative;
	z-index: 2;
}

.contact .upper::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #025d4c transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
}

.contact .lower {
	background-color: #EDEFE8;
	position: relative;
	z-index: 1;
}

.green {
	color: #025D4D;
}

.reason hr {
	width: 100%;
	height: 2px;
	border: none;
	outline: none;
	background-color: #EDEFE8;
	margin: 0;
}

.reason-content .detail .detail-title,
.room-detail-title,
.history-detail-title,
.summary-balance-title,
.map-title {
	position: relative;
	box-sizing: border-box;
}

.reason-content .detail .detail-title::before,
.room-detail-title::before,
.history-detail-title::before,
.summary-balance-title::before,
.map-title::before {
	content: "";
	height: 100%;
	background-color: #025D4D;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.history {
	background-image: url('../images/history_bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
}

.history::before {
	content: "";
	background-image: url('../images/history_stamp.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	display: block;
	z-index: 1;
}

.history-title {
	position: relative;
	z-index: 2;
}

.history-image-list {
	position: relative;
	z-index: 3;
}

.history-talk dd {
	border: 1px solid #7B7B7B;
	box-sizing: border-box;
	position: relative;
}

.history-talk dd::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: block;
	position: absolute;
}

.history-talk dd::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: block;
	position: absolute;
}

.summary-balance {
	position: relative;
}

.summary-balance::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #025D4D transparent transparent transparent;
	position: absolute;
	left: 50%;
	display: block;
}

.voice-list li .icon::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: block;
	position: absolute;
}

.voice-list li .icon::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: block;
	position: absolute;
}

.voice-list li:last-child,
.interview-list li:last-child,
.suitable-list li:last-child {
	border: none;
	padding-bottom: 0;
}

.day-list dt {
	position: relative;
}

.day-list dt::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #025D4D;
	position: absolute;
	bottom: -3px;
	left: 0;
	border-radius: 50%;
	display: block;
}

#shop,
#job {
	background-color: #E6EBEA;
}

#form .submit,
#form .complete {
	display: none;
}

.form-list-item .body input,
.form-list-item .body textarea {
	outline: none;
}

.form-list-item .body input:placeholder-shown,
.form-list-item .body textarea:placeholder-shown {
	background-color: #E6EBEA;

}

.form-list-item .body input:focus,
.form-list-item .body textarea:focus,
.form-list-item .body input:not(:placeholder-shown),
.form-list-item .body textarea:not(:placeholder-shown) {
	background-color: #FFF ;

}

.form-list-item .body input:focus::placeholder,
.form-list-item .body textarea:focus::placeholder {
	color: #FFF;

}

.form-list-item .body .label-sex {
	position: relative;
	cursor: pointer;
	direction: block;
}

.form-list-item .body .label-sex::before,
.form-list-item .body .label-sex::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	box-sizing: border-box;
}

.input-sex:checked + .label-sex::after {
	opacity: 1 !important;
}

.form-list-item .body .input-sex,
.form-list-item .body .input-trigger {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

.form-list-item .body .label-trigger {
	cursor: pointer;
	position: relative;
}

.form-list-item .body .label-trigger::before,
.form-list-item .body .label-trigger::after {
	content: "";
	display: block; 
	position: absolute;
	box-sizing: border-box;
}

.input-trigger:checked + .label-trigger::after {
	opacity: 1 !important;
}

.form-list-item .form-btn {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	display: block;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	transition: opacity .25s ease;
}

.form-list-item .form-btn:hover {
	opacity: 0.75;
}

#check-request {
	white-space: pre-wrap;
}

#footer {
	background-color: #025D4D;
}

#footer p {
	color: #FFF;
	text-align: center;
}

/* ===========================================
PC
=============================================*/

@media screen and (min-width:769px) {
	
	.sp {
		display: none !important;
	}

	.tight {
		letter-spacing: 0 !important;
	}

	.super-tight {
		letter-spacing: -0.03em !important;
	}

	#wrapper {
		min-width: 1080px;
	}

	#btn-pagetop {
		width: 50px;
		bottom: 30px;
		right: 30px;
	}

	#header .main {
		width: 980px;
		height: 112px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	#header .main .logo {
		width: 113px;
		margin-top: 16px;
	}

	#header .main .info p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0.12em;
		margin-top: 20px;
	}

	#header .main .info .tel {
		width: 300px;
		margin: 5px -3px 0 0;
	}

	#header .pre {
		height: 110px;
		background-color: #025D4D;
	}

	#header .pre p {
		width: 980px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		color: #FFF;
		padding-top: 15px;
		margin: 0 auto;
	}

	#key {
		width: 100%;
		height: 746px;
		background-image: url('../images/key_bg.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	#key .inner {
		width: 980px;
		position: relative;
		padding-top: 48px;
		margin: 0 auto;
	}

	#key .inner .content {
		width: 980px;
		height: 462px;
		z-index: 1;
	}

	#key .inner .content .text {
		padding: 23px 0 32px 32px;
	}

	#key .inner .content .text .title {
		width: 593px;
	}

	#key .inner .content .text .catch {
		width: 408px;
		margin-top: 16px;
	}

	#key .inner .content .text .lead {
		width: 434px;
		margin-top: 16px;
	}

	#key .inner .content .image .large {
		width: 659px;
		position: absolute;
		top: -48px;
		right: -135px;
	}

	#key .inner .content .image .fukidashi {
		width: 285px;
		position: absolute;
		top: -24px;
		right: -205px;
	}

	#key .inner .content .image .circle-1 {
		width: 239px;
		position: absolute;
		top: 74px;
		left: -258px;
	}

	#key .inner .content .image .circle-2 {
		width: 163px;
		position: absolute;
		top: 425px;
		left: -192px;
	}

	#key .inner .content .image .circle-3 {
		width: 129px;
		position: absolute;
		top: 208px;
		right: -175px;
	}

	#key .inner .content .image .circle-4 {
		width: 219px;
		position: absolute;
		top: 417px;
		right: -276px;
	}

	#key .inner .list {
		width: 988px;
		margin: 29px 0 0 -3px;
		position: relative;
		z-index: 2;
	}

	#situation .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	#situation .inner h2 {
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	#situation .inner h2 .line {
		display: inline-block;
		position: relative;
	}

	#situation .inner h2 .line::after {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #F49321;
		position: absolute;
		left: 0;
		bottom: 1px;
		display: block;
	}

	#situation .inner .list {
		border-radius: 10px;
		padding: 24px;
		margin: 32px 0;
	}

	#situation .inner .list li {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		padding-left: 34px;
		margin-top: 16px;
	}

	#situation .inner .list li::before {
		width: 20px;
		height: 20px;
		top: 3px;
		left: 2px;
	}

	#situation .inner p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		margin-top: 12px;
	}

	#situation .inner .movie {
		width: 630px;
		height: 354px;
		margin: 48px auto 0 auto;
	}

	.contact .upper .inner {
		width: 980px;
		color: #FFF;
		text-align: center;
		padding: 50px 0;
		margin: 0 auto;
	}

	.contact .upper .inner h2 {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}

	.contact .upper .inner p {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.contact .upper .inner .list {
		margin-top: 32px;
	}

	.contact .upper::after {
		border-width: 12px 11px 0 11px;
		margin-left: -11px;
		bottom: -12px;
	}

	.contact .lower .inner {
		width: 980px;
		padding: 50px 0;
		margin: 0 auto;
	}

	.contact .lower .inner .logo {
		width: 155px;
		padding: 20px 63px 20px 43px;
		position: relative;
		float: left;
	}

	.contact .lower .inner .logo::after,
	.contact .lower .inner .tel::after {
		content: "";
		width: 1px;
		height: 156px;
		background-color: rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}

	.contact .lower .inner .tel {
		width: 349px;
		padding: 15px 54px 15px 54px;
		position: relative;
		float: left;
	}

	.contact .lower .inner .mail {
		width: 208px;
		margin-left: 54px;
		position: relative;
		float: left;
	}

	.contact .lower .inner .inst,
	.contact .lower .inner .line {
		width: 208px;
		margin-top: 6px;
		margin-left: 54px;
		position: relative;
		float: left;
	}

	.contact .lower .inner .bookmark {
		width: 400px;
		padding-top: 20px;
		margin: 0 auto;
		clear: left;
	}

	.reason .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.cover-title {
		font-size:  3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.cover-image {
		height: 490px;
		margin-top: 24px;
	}

	.cover-lead {
		margin-top: 32px;
	}

	.cover-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason hr {
		margin-top: 64px;
	}

	.reason-content .overview {
		margin-top: 64px;
	}

	.reason-content .overview .overview-title {
		width: 531px;
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		white-space: nowrap;
		position: relative;
		padding-left: 88px;
		margin-bottom: 24px;
		float: left;
		box-sizing: border-box;
	}

	.reason-content .overview .overview-title.single {
		height: 72px;
		line-height: 72px;
	}

	.reason-content .overview .overview-title .icon {
		width: 72px;
		height: 72px;
		border: 2px solid #025D4D;
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
		color: #025D4D;
		text-align: center;
		padding: 15px 0;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
	}

	.reason-content .overview .overview-image {
		width: 425px;
		height: 319px;
		margin: 0 0 24px 24px;
		float: right;
	}

	.reason-content .overview p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason-content .detail {
		margin-top: 48px;
	}

	.reason-content .detail .detail-title {
		width: 616px;
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 19px;
		margin-bottom: 24px;
		float: left;
		box-sizing: border-box;
	}

	.reason-content .detail .detail-title::before {
		width: 3px;
	}

	.reason-content .detail .detail-title.detail-title-noimage {
		float: none;
	}

	.reason-content .detail .detail-image {
		width: 340px;
		height: 186px;
		margin: 0 0 24px 24px;
		float: right;
	}

	.reason-content .detail .detail-image .detail-image-2 {
		margin-top: 16px;
		display: inline-block;
	}

	.reason-content .detail .detail-image-dh-1 {
		height: 255px;
	}

	.reason-content .detail .detail-image-dh-2 {
		height: 282px;
	}

	.reason-content .detail .detail-image-dh-3 {
		height: 307px;
	}

	.reason-content .detail .detail-image-dh-4 {
		height: 509px;
	}

	.reason-content .detail p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.room {
		border: 1px solid rgba(51, 51, 51, 0.3);
		padding: 31px;
		margin-top: 48px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.room-title {
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.room-image {
		margin-top: 32px;
		padding-left: 450px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.room-image li {
		width: 225px;
		height: 253px;
		margin: 0 0 8px 8px;
	}

	.room-image li:first-child {
		width: 450px;
		height: 514px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.room-data {
		display: flex;
		justify-content: space-between;
	}

	.room-data dl {
		width: 442px;
	}

	.room-data dt {
		border-bottom: 1px solid #025D4D;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
		color: #025D4D;
		margin: 24px 0 16px 0;
	}
	
	.room-data dd {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		display: list-item;
 		list-style-type: disc;
 		margin-left: 1.25em;
	}

	.room-detail-title {
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 19px;
		margin-top: 48px;
		box-sizing: border-box;
	}

	.room-detail-title::before {
		width: 3px;
	}

	.room-detail-image {
		margin-top: 24px;
		display: flex;
		justify-content: space-between;
	}

	.room-detail-image li {
		width: 454px;
		height: 248px;
	}

	.room-detail-list {
		margin-top: 24px;
	}

	.room-detail-list li {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		display: list-item;
 		list-style-type: disc;
 		margin: 16px 0 0 1.25em;
	}

	.room-detail-list li .caption {
		font-size: 1.4rem;
		color: #7B7B7B;
	}

	.room-detail-list-flat {
		display: flex;
		margin-top: 0;
	}

	.room-detail-map {
		height: 308px;
	}

	.history {
		padding: 48px 32px;
		margin-top: 48px;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
	}

	.history::before {
		width: 352px;
		height: 182.5px;
		top: 0;
		left: 0;
	}

	.history-title {
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.history-image-list {
		margin-top: 32px;
		display: flex;
		justify-content: space-between;
	}

	.history-image-list li {
		width: 300px;
		height: 169px;
	}

	.history-image-list li p {
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 4px;
	}

	.history-lead {
		margin-top: 32px;
	}

	.history-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.history-detail {
		margin-top: 48px;
	}

	.history-detail p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.history-detail-title {
		width: 552px;
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 19px;
		margin-bottom: 24px;
		float: left;
		box-sizing: border-box;
	}

	.history-detail-title::before {
		width: 3px;
	}

	.history-detail-image {
		width: 340px;
		margin: 0 0 0px 24px;
		float: right;
	}

	.history-detail-image img {
		width: 340px;
		height: 255px;
	}

	.history-detail-image p {
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 4px;
	}

	.history-talk > p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 24px;
	}

	.history-talk .chairman {
		margin-top: 24px;
		display: flex;
		justify-content: space-between;
	}

	.history-talk .manager {
		margin-top: 24px;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.history-talk dt {
		width: 82px;
	}

	.history-talk dt p {
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
		white-space: nowrap;
		margin-top: 4px;
	}

	.history-talk dd {
		width: 800px;
		border: 1px solid #7B7B7B;
		padding: 7px 23px 23px 23px;
		border-radius: 10px;
	}

	.history-talk .chairman dd::before {
		border-width: 11.5px 20px 11.5px 0;
		border-color: transparent #7B7B7B transparent transparent;
		top: 35px;
		left: -21px;
	}

	.history-talk .chairman dd::after {
		border-width: 11.5px 20px 11.5px 0;
		border-color: transparent #F4EDE0 transparent transparent;
		top: 35px;
		left: -19px;
	}

	.history-talk .manager dd::before {
		border-width: 11.5px 0 11.5px 20px;
		border-color: transparent transparent transparent #7B7B7B;
		top: 35px;
		right: -21px;
	}

	.history-talk .manager dd::after {
		border-width: 11.5px 0 11.5px 20px;
		border-color: transparent transparent transparent #F4EDE0;
		top: 35px;
		right: -19px;
	}

	.history-talk .chairman dd p,
	.history-talk .manager dd p {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-top: 16px;
	}

	.summary {
		margin-top: 64px;
	}

	.summary-title {
		font-size: 2.8rem;
		letter-spacing: 0.1em;
		text-align: center;
	}

	.summary-subtitle {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 16px;
	}

	.summary-lead {
		margin-top: 32px;
	}

	.summary-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.summary-balance {
		padding-bottom: 56px;
		margin-top: 48px;
		display: flex;
		justify-content: space-between;
	}

	.summary-balance::after {
		border-width: 24px 14px 0 14px;
		margin-left: -14px;
		bottom: 12px;
	}

	.summary-balance-title {
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 19px;
		margin-bottom: 24px;
		box-sizing: border-box;
	}

	.summary-balance-title::before {
		width: 3px;
	}

	.summary-balance-item {
		width: 482px;
	}

	.summary-balance-item table {
		width: 100%;
		border: 1px solid #C2C2C2;
		font-size: 1.4rem;
		text-align: center;
		vertical-align: middle;
	}
	
	.summary-balance-item table th {
		border: 1px solid #C2C2C2;
		background-color: #D9E7E4;
		font-weight: bold;
	}

	.summary-balance-item table th.sub {
		background-color: #F9F9F9;	
		font-weight: normal;
	}

	.summary-balance-item table th.all {
		height: 94px !important;
		background-color: #025D4D;
		color: #FFF;
	}

	.summary-balance-item table td {
		border: 1px solid #C2C2C2;
	}

	.summary-balance-item table td.all {
		height: 94px !important;
		font-size: 2.0rem;
		font-weight: bold;
	}

	.summary-balance-item.income table th,
	.summary-balance-item.income table td {
		height: 93px;
	}

	.summary-balance-item.payment table th,
	.summary-balance-item.payment table td {
		height: 33px;
	}

	.summary-balance-item.payment table th.single {
		height: 34px;
	}

	.summary-total {
		border: 1px solid #C2C2C2;
		text-align: center;
		padding: 24px 0;
	}

	.summary-total-calc {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.summary-total-calc p {
		font-size: 2.0rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: 0 10px;
	}

	.summary-total-calc p .ruby {
		font-size: 1.6rem;
		margin: 0 auto 8px auto;
		display: block;
	}

	.summary-total-calc p.symbol {
		font-size: 3.2rem;
		font-weight: normal;
		margin-bottom: -3px;
	}

	.summary-total-catch {
		font-size: 2.0rem;
		letter-spacing: 0.05em;
		margin-top: 12px;
	}

	.summary-total-catch .large {
		font-size: 2.8rem;
		color: #F49321;
	}

	.voice {
		border: 1px solid rgba(51, 51, 51, 0.3);
		padding: 31px;
		margin-top: 32px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.voice-title {
		font-size: 1.8rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.voice-list {
		margin-top: 8px;
	}

	.voice-list li {
		border-bottom: 1px solid #C2C2C2;
		padding: 24px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.voice-list li .icon {
		width: 84px;
		padding-right: 16px;
		position: relative;
		z-index: 2;
	}

	.voice-list li .icon::before {
		border-width: 10px 10px 10px 0;
		border-color: transparent #7B7B7B transparent transparent;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.voice-list li .icon::after {
		border-width: 10px 10px 10px 0;
		border-color: transparent #FFF transparent transparent;
		top: 50%;
		right: -2px;
		transform: translateY(-50%);
	}
	
	.voice-list li p {
		width: 800px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		padding-left: 16px;
		position: relative;
		z-index: 1;
	}

	.voice-list li p::after {
		content: "";
		height: 84px;
		width: 1px;
		background-color: #025D4D;
		position: absolute;
		left: 0;
		top: 50%;
		display: block;
		transform: translateY(-50%);
	}

	.voice-body {
		margin-top: 32px;
	}

	.voice-body p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason-content .event {
		margin-top: 32px;
	}

	.reason-content .event .event-title {
		font-size: 1.8rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.reason-content .event .event-image {
		display: flex;
		justify-content: space-between;
		margin-top: 16px;
	}

	.reason-content .event .event-image img {
		width: 242px;
		height: 136px;
	}

	.reason-content .event p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason-content .event-lead {
		margin-top: 32px;
	}

	.reason-content .event-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#interview .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.interview-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.interview-list li {
		border-bottom: 1px solid #EDEFE8;
		padding: 64px 0;
	}

	.interview-list li h3 {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.interview-list li .movie {
		width: 630px;
		height: 354px;
		margin: 16px auto 0 auto;
	}

	.interview-list li p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 16px;
	}

	#suitable .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.suitable-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.suitable-list li {
		border-bottom: 1px solid #EDEFE8;
		padding: 64px 0;
	}

	.suitable-list li h3 {
		width: 611px;
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-bottom: 24px;
		float: left;
	}

	.suitable-list li .suitable-image {
		width: 345px;
		height: 259px;
		margin-left: 24px;
		float: right;
	}

	.suitable-list li .suitable-text p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#flow .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.day-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.day-content {
		margin-top: 64px;
		display: flex;
		justify-content: space-between;
	}

	.day-graph {
		width: 436px;
		position: relative;
	}

	.day-graph .image {
		position: absolute;
	}

	.day-graph .image-1 {
		width: 212px;
		top: 452px;
		left: 198px;
	}

	.day-graph .image-2 {
		width: 120px;
		top: 671px;
		left: 0px;
	}

	.day-graph .image-3 {
		width: 180px;
		top: 765px;
		left: 290px;
	}

	.day-graph .image-4 {
		width: 240px;
		top: 1065px;
		left: 102px;
	}

	.day-list {
		width: 490px;
	}

	.day-list dt {
		font-size: 1.4rem;
		font-weight: bold;
		border-bottom: 1px solid #025D4D;
		padding-bottom: 7px;
		margin-top: 21px;
	}

	.day-list dt:first-child {
		margin-top: 0;
	}

	.day-list dt .time {
		min-width: 43px;
		font-weight: normal;
		margin-right: 19px;
		display: inline-block;
	}

	.day-list dd {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		padding-left: 62px;
		margin-top: 7px;
	}

	#shop .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.shop-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.shop-image {
		margin-top: 32px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.shop-image li {
		width: 324px;
		height: 182px;
		margin-top: 4px;
	}

	.shop-image li:first-child {
		width: 100%;
		height: 490px;
		margin-top: 0;
	}

	.shop-data {
		display: flex;
		justify-content: space-between;
	}

	.shop-data-list {
		width: 474px;
	}

	.shop-data-list > li {
		margin-top: 24px;
	}

	.shop-data-list > li .subtitle {
		border-bottom: 1px solid #333;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding-bottom: 8px;
	}

	.shop-data-list > li .body {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 8px;
	}

	.shop-data-list-list {
		margin-top: 8px;
		display: flex;
	}

	.shop-data-list-list > ul {
		margin-right: 24px;
	}

	.shop-data-list-list > ul li {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.05em;
 		list-style-type: disc;
 		margin-left: 1.25em;
	}

	.shop-data-list .sns-btn {
		margin-top: 16px;
		display: flex;
	}

	.shop-data-list .sns-btn li {
		width: 40px;
		margin-right: 8px;
	}

	.map {
		margin-top: 48px;
	}

	.map-title {
		font-size: 2.0rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 19px;
	}

	.map-title::before {
		width: 3px;
	}

	.map-image {
		width: 100%;
		height: 490px;
		margin-top: 24px;
	}

	.map-data {
		margin-top: 16px;
		display: flex;
	}

	.map-data li {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.05em;
 		list-style-type: disc;
 		margin: 0 1em 0 1.25em;
	}

	#company .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.company-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.company-data {
		margin-top: 32px;
		display: flex;
		justify-content: space-between;
	}

	.company-list {
		width: 474px;
		margin-top: 48px;
	}

	.company-list > li {
		border-top: 1px solid #C2C2C2;
		padding: 24px 0;
		display: flex;
		justify-content: space-between;
	}

	.company-list > li:last-child {
		border-bottom: 1px solid #C2C2C2;
	}

	.company-list > li .subtitle {
		width: 94px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.company-list > li .body {
		width: 380px;
		font-feature-settings: "palt";
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}

	.company-list > li ul {
		width: 380px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	.company-list > li ul li {
 		list-style-type: disc;
 		margin: 10px 1em 0 1.25em;
	}

	.company-list > li ul li:first-child {
		margin-top: 0;
	}

	.company-list > li .caption {
		font-size: 1.4rem;
	}

	#job .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.job-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.job-data {
		margin-top: 48px;
	}

	.job-list > li {
		border-top: 1px solid #C2C2C2;
		padding: 24px 0;
		display: flex;
		justify-content: space-between;
	}

	.job-list > li:last-child {
		border-bottom: 1px solid #C2C2C2;
	}

	.job-list > li .subtitle {
		width: 100px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.job-list > li .body {
		width: 880px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.job-list > li ul {
		width: 880px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.job-list > li ul li {
 		list-style-type: disc;
 		margin: 10px 0 0 1.25em;
	}

	.job-list > li ul li:first-child {
		margin-top: 0;
	}

	.job-list > li .job-list-list {
		width: 880px;
		display: flex;
	}

	.job-list > li .job-list-list ul {
		width: auto;
		margin-right: 24px;
	}

	#selection .inner {
		width: 980px;
		padding-top: 100px;
		margin: 0 auto;
	}

	.flow-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.flow-arrow {
		margin-top: 32px;
	}

	#form .inner {
		width: 980px;
		padding: 100px 0;
		margin: 0 auto;
	}

	.form-title {
		font-size: 3.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.form-content {
		margin-top: 32px;
	}

	.form-lead {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.form-arrow {
		margin-top: 32px;
	}

	.form-list {
		margin-top: 48px;
	}

	.form-list-item {
		border-top: 1px solid #EDEFE8;
		padding: 24px 0;
		display: flex;
		justify-content: space-between;
	}

	.form-list-item.flat-btn {
		justify-content: center;
	}

	.form-list-item .subtitle {
		width: 190px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		position: relative;
	}

	.form-list-item .subtitle-input-text {
		margin-top: 10px;
	}

	.form-list-item .subtitle .icon {
		background-color: #999;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #FFF;
		padding: 4px 8px;
		position: absolute;
		top: 4px;
		right: 0;
	}

	.form-list-item .subtitle .icon.icon-must {
		background-color: #F49321;
	}

	.form-list-item .body {
		width: 728px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.form-list-item .body .flat {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.form-list-item .body .flat li {
		margin-right: 14px;
	}

	.form-list-item .body .flat.trigger li:nth-child(3) {
		width: 440px;
	}

	.form-list-item .body .flat.trigger li:nth-child(n + 4) {
		margin-top: 14px;
	}

	.form-list-item .caption {
		font-size: 1.4rem;
	}

	.form-list-item .body .caption {
		margin-top: 7px;
	}

	.form-list-item .body .label-tel,
	.form-list-item .body .label-sex,
	.form-list-item .body .label-email,
	.form-list-item .body .label-trigger {
		margin-right: 10px;
	}

	.form-list-item .body input,
	.form-list-item .body textarea {
		border: 1px solid #7B7B7B;
		font-family : inherit;
		font-size: 1.6rem;
		margin-right: 10px;
		box-sizing: border-box;
	}

	.form-list-item .body input::placeholder,
	.form-list-item .body textarea::placeholder {
		color: #8D8F8F;

	}

	.form-list-item .body input[type="text"],
	.form-list-item .body input[type="number"],
	.form-list-item .body input[type="tel"],
	.form-list-item .body input[type="email"],
	.form-list-item .body textarea {
		padding: 10px 10px;
	}

	.form-list-item .body select {
		width: 200px;
		height: 42px;
		padding-left: 10px;
		border-radius: 6px;
	}

	.form-list-item .body .label-sex {
		padding-left: 22px;
	}

	.form-list-item .body .label-sex::before {
		background-color: #E6EBEA;
		border: 1px solid #7B7B7B;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		left: 0;
	}

	.form-list-item .body .label-sex::after {
		background-color: #025D4D;
		border-radius: 50%;
		opacity: 0;
		width: 12px;
		height: 12px;
		left: 3px;
	}

	.form-list-item .body .label-trigger {
		padding-left: 28px;
	}

	.form-list-item .body .label-trigger::before {
		background-color: #E6EBEA;
		border-radius: 0%;
		border: 1px solid #7B7B7B;
		width: 18px;
		height: 18px;
		transform: translateY(-50%);
		top: 50%;
		left: 0;
	}

	.form-list-item .body .label-trigger::after {
		border-bottom: 3px solid #025D4D;
		border-left: 3px solid #025D4D;
		opacity: 0;
		height: 8px;
		width: 14px;
		transform: rotate(-45deg);
		top: 2px;
		left: 2px;
	}

	.form-list-item .body .input-name {
		width: 180px;
	}

	.form-list-item .body .input-tel {
		width: 120px;
	}

	.form-list-item .body .input-age {
		width: 120px;
	}

	.form-list-item .body .input-address {
		width: 100%;
	}

	.form-list-item .body .input-email {
		width: 480px;
	}

	.form-list-item .body .input-request {
		width: 100%;
		height: 320px;
	}

	.form-list-item .form-btn {
		width: 320px;
		margin: 24px auto;
		border-radius: 10px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	}

	#form .submit .submit-lead {
		margin-top: 32px;
	}

	#form .submit .submit-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#form .submit .form-list-item .check-text {
		margin-right: 10px;
	}

	#form .submit .form-list-item.flat-btn .form-btn {
		margin: 24px 16px;
	}

	#form .complete .complete-catch {
		font-size: 2.4rem;
		text-align: center;
		letter-spacing: 0.05em;
		margin-top: 64px;
	}

	#form .complete .complete-lead {
		margin-top: 48px;
	}

	#form .complete .complete-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#footer p {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		padding: 20px 0;
	}
}


/* ===========================================
SP
=============================================*/

@media screen and (max-width:768px) {
	
	.pc {
		display: none !important;
	}

	#btn-pagetop {
		width: 40px;
		bottom: 4.26vw;
		right: 4.26vw;
	}

	#header .main {
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: space-between;
		padding: 0 4.26vw;
		margin: 0 auto;
		box-sizing: border-box;
	}

	#header .main .logo {
		width: 57px;
		margin-top: 10px;
	}

	#header .main .info p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-top: 6px;
	}

	#header .main .info .tel {
		width: 164px;
		margin-top: 4px;
	}

	#header .pre {
		background-color: #025D4D;
		padding: 10px 4.26vw;
		box-sizing: border-box;
	}

	#header .pre p {
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 0.04em;
		color: #FFF;
	}

	#key .inner .upper {
		background-image: url('../images/key_bg.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 4.26vw 0;
	}

	#key .inner .content {
		width: 91.46vw;
		height: 771px;
		height: 205.6vw;
		padding: 18px 16px 24px 16px;
		padding: 4.8vw 4.26vw 6.4vw 4.26vw;
		margin: 0 auto;
		box-sizing: border-box;
	}

	#key .inner .content .text {
		position: relative;
		z-index: 2;
	}

	#key .inner .content .text .title {
		width: 292px;
		width: 77.86vw;
	}

	#key .inner .content .text .catch {
		width: 311px;
		width: 82.93vw;
		margin-top: 373px;
		margin-top: 99.46vw;
	}

	#key .inner .content .text .lead {
		width: 311px;
		width: 82.93vw;
		margin-top: 13px;
		margin-top: 3.46vw;
	}

	#key .inner .content .image {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	#key .inner .content .image .large {
		width: 354px;
		width: 94.4vw;
		position: absolute;
		top: 186px;
		top: 49.6vw;
		right: 0;
		z-index: 2;
	}

	#key .inner .content .image .fukidashi {
		width: 186px;
		width: 49.6vw;
		position: absolute;
		top: 164px;
		top: 43.73vw;
		right: -45px;
		right: -12vw;
		z-index: 4;
	}

	#key .inner .content .image .circle-1 {
		width: 112px;
		width: 29.86vw;
		position: absolute;
		top: 192px;
		top: 51.2vw;
		left: -8px;
		left: -2.13vw;
	}

	#key .inner .content .image .circle-2 {
		width: 101px;
		width: 26.93vw;
		position: absolute;
		top: 430px;
		top: 114.66vw;
		left: 6px;
		left: 1.6vw;
	}

	#key .inner .content .image .circle-3 {
		width: 89px;
		width: 23.73vw;
		position: absolute;
		top: 290px;
		top: 77.33vw;
		right: -13px;
		right: -3.46vw;
		z-index: 1;
	}

	#key .inner .content .image .circle-4 {
		width: 98px;
		width: 26.13vw;
		position: absolute;
		top: 442px;
		top: 117.86vw;
		right: -6px;
		right: -1.6vw;
		z-index: 3;
	}

	#key .inner .list {
		height: 400px;
		height: 106.66vw;
	}

	#situation .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	#situation .inner h2 {
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-align: center;
	}

	#situation .inner h2 .line {
		display: inline-block;
		position: relative;
	}

	#situation .inner h2 .line::after {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #F49321;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
	}

	#situation .inner .list {
		border-radius: 10px;
		padding: 12px;
		padding: 3.2vw;
		margin: 20px 0;
	}

	#situation .inner .list li {
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		padding-left: 22px;
		margin-top: 12px;
	}

	#situation .inner .list li::before {
		width: 16px;
		height: 16px;
		top: 5px;
		left: 2px;
	}

	#situation .inner p {
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		margin-top: 12px;
	}

	#situation .inner .movie {
		width: 100%;
		padding-top: 56.25%;
		margin-top: 20px;
	}

	.contact .upper .inner {
		width: 91.46vw;
		color: #FFF;
		text-align: center;
		padding: 24px 0;
		padding: 6.4vw 0;
		margin: 0 auto;
	}

	.contact .upper .inner h2 {
		font-size: 2.0rem;
		font-size: 5.33vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.contact .upper .inner p {
		font-size: 1.4rem;
		font-size: 3.73vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 8px;
		margin-top: 2.13vw;
	}

	.contact .upper .inner .list {
		height: 280px;
		height: 74.66vw;
		margin-top: 16px;
		margin-top: 4.26vw;
	}

	.contact .upper::after {
		border-width: 3.2vw 2.93vw 0 2.93vw;
		margin-left: -2.93vw;
		bottom: -3.2vw;
	}

	.contact .lower .inner {
		width: 91.46vw;
		padding: 20px 0 24px 0;
		padding: 5.33vw 0 6.4vw 0;
		margin: 0 auto;
	}

	.contact .lower .inner .logo {
		width: 118px;
		width: 31.46vw;
		height: 88px;
		height: 23.46vw;
		margin: 0 auto;
	}

	.contact .lower .inner .tel {
		width: 242px;
		width: 64.533vw;
		height: 100px;
		height: 26.66vw;
		margin-top: 17px;
		margin-top: 4.53vw;
		margin-left: -3px;
		margin-left: -0.8vw;
		float: left;
	}

	.contact .lower .inner .mail {
		width: 108px;
		width: 28.8vw;
		margin-top: 17px;
		margin-top: 4.53vw;
		margin-right: -5px;
		margin-right: -1.33vw;
		float: left;
	}

	.contact .lower .inner .inst,
	.contact .lower .inner .line {
		width: 93.6vw;
		height: 72px;
		height: 19.2vw;
		margin-left: -3px;
		margin-left: -0.8vw;
		clear: left;
	}

	.contact .lower .inner .bookmark {
		width: 260px;
		width: 69.33vw;
		height: 52px;
		height: 13.86vw;
		padding-top: 12px;
		padding-top: 3.2vw;
		margin: 0 auto;
	}

	.reason .inner {
		padding: 60px 0;
		margin: 0 auto;
	}

	.cover-title {
		font-size:  2.0rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-align: center;
	}

	.cover-image {
		height: 280px;
		height: 74.66vw;
		margin-top: 20px;
	}

	.cover-lead {
		width: 91.46vw;
		margin: 20px auto 0 auto;
	}

	.cover-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason hr {
		width: 91.46vw;
		margin: 30px auto 0 auto;
	}

	.reason-content {
		width: 91.46vw;
		margin: 30px auto 0 auto;
	}

	.reason-content .overview {
		
	}

	.reason-content .overview .overview-title {
		font-size: 1.9rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		position: relative;
		box-sizing: border-box;
	}

	.reason-content .overview .overview-title .icon {
		width: 60px;
		height: 30px;
		border: 2px solid #025D4D;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #025D4D;
		text-align: center;
		padding: 4px 0;
		margin-bottom: 8px;
		display: block;
		box-sizing: border-box;
	}

	.reason-content .overview .overview-title .icon .number {
		font-size: 1.6rem;
		margin-left: 2px;
		display: inline-block;
		transform: translateY(1px);
	}

	.reason-content .overview .overview-image {
		width: 100%;
		height: 257.45px;
		height: 68.65vw;
		margin: 10px 0 -6px 0;
	}

	.reason-content .overview p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason-content .detail {
		margin-top: 30px;
	}

	.reason-content .detail .detail-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		padding: 10px 0 10px 12px;
		box-sizing: border-box;
	}

	.reason-content .detail .detail-title::before {
		width: 3px;
	}

	.reason-content .detail .detail-image {
		width: 100%;
		height: 187.64px;
		height: 50.03vw;
		margin: 10px 0 -6px 0;
	}

	.reason-content .detail .detail-image .detail-image-2 {
		margin-top: 4px;
		display: inline-block;
	}



	.reason-content .detail .detail-image-dh-1 {
		height: 257.45px;
		height: 68.65vw;
	}

	.reason-content .detail .detail-image-dh-2 {
		height: 284.49px;
		height: 75.864vw;
	}

	.reason-content .detail .detail-image-dh-3 {
		height: 309.71px;
		height: 82.589vw;
	}

	.reason-content .detail .detail-image-dh-4 {
		height: 501.64px;
		height: 133.77vw;
	}

	.reason-content .detail p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.room {
		border: 1px solid rgba(51, 51, 51, 0.3);
		padding: 23px 11px;
		padding: 23px 2.93vw;
		margin-top: 30px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.room-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.room-image {
		margin-top: 16px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.room-image li {
		width: 49.21%;
		height: 176px;
		height: 46.93vw;
		margin-top: 5px;
		margin-top: 1.33vw;
	}

	.room-image li:nth-child(3) {
		display: none;
	}

	.room-data dt {
		border-bottom: 1px solid #025D4D;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
		color: #025D4D;
		margin: 24px 0 8px 0;
	}
	
	.room-data dd {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		display: list-item;
 		list-style-type: disc;
 		margin-left: 1.25em;
	}

	.room-detail-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 12px;
		margin-top: 30px;
		box-sizing: border-box;
	}

	.room-detail-title::before {
		width: 3px;
	}

	.room-detail-image {
		margin-top: 10px;
	}

	.room-detail-image li {
		height: 174.39px;
		height: 46.5vw;
		margin-top: 5px;
		margin-top: 1.33vw;
	}

	.room-detail-list li {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		display: list-item;
 		list-style-type: disc;
 		margin: 16px 0 0 1.25em;
	}

	.room-detail-list li .caption {
		font-size: 1.4rem;
		color: #7B7B7B;
	}

	.room-detail-list-flat {
		margin-top: 0;
	}

	.room-detail-list-flat li {
		margin-top: 0;
	}

	.room-detail-map {
		height: 104px;
		height: 27.73vw;
	}

	.history {
		padding: 20px 12px;
		padding: 20px 3.2vw;
		margin-top: 30px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
	}

	.history::before {
		width: 123px;
		width: 32.8vw;
		height: 64px;
		height: 17.06vw;
		top: 0;
		left: 0;
	}

	.history-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-align: center;
	}

	.history-image-list {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.history-image-list li {
		width: 49.21%;
		height: 88.59px;
		height: 23.624vw;
		margin-top: 8px;
	}

	.history-image-list li:first-child {
		width: 100%;
		height: 180px;
		height: 48vw;
	}

	.history-image-list li p {
		font-size: 1.2rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 6px;
	}

	.history-lead {
		margin-top: 22px;
	}

	.history-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		margin-top: 16px;
	}

	.history-detail {
		margin-top: 30px;
	}

	.history-detail p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.history-detail-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		padding: 10px 0 10px 12px;
		box-sizing: border-box;
	}

	.history-detail-title::before {
		width: 3px;
	}

	.history-detail-image {
		margin-top: 10px;
	}

	.history-detail-image img {
		height: 239.25px;
		height: 63.8vw;
	}

	.history-detail-image p {
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 4px;
	}

	.history-talk > p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.history-talk .chairman {
		margin-top: 16px;
		display: flex;
		justify-content: space-between;
	}

	.history-talk .manager {
		margin-top: 16px;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.history-talk dt {
		width: 62px;
		width: 19.43%;
	}

	.history-talk dt p {
		font-size: 1.0rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		text-align: center;
		white-space: nowrap;
	}

	.history-talk dd {
		width: 74.6%;
		border: 1px solid #7B7B7B;
		padding: 0 12px 16px 12px;
		padding: 0 3.76% 16px 3.76%;
		border-radius: 10px;
	}

	.history-talk .chairman dd::before {
		border-width: 8.5px 15px 8.5px 0;
		border-width: 2.26vw 4vw 2.26vw 0;
		border-color: transparent #7B7B7B transparent transparent;
		top: 22px;
		top: 5.86vw;
		left: -15px;
		left: -4vw;
	}

	.history-talk .chairman dd::after {
		border-width: 8.5px 15px 8.5px 0;
		border-width: 2.26vw 4vw 2.26vw 0;
		border-color: transparent #F4EDE0 transparent transparent;
		top: 22px;
		top: 5.86vw;
		left: -13px;
		left: -3.46vw;
	}

	.history-talk .manager dd::before {
		border-width: 8.5px 0 8.5px 15px;
		border-width: 2.26vw  0 2.26vw 4vw;
		border-color: transparent transparent transparent #7B7B7B;
		top: 22px;
		top: 5.86vw;
		right: -15px;
		right: -4vw;
	}

	.history-talk .manager dd::after {
		border-width: 8.5px 0 8.5px 15px;
		border-width: 2.26vw  0 2.26vw 4vw;
		border-color: transparent transparent transparent #F4EDE0;
		top: 22px;
		top: 5.86vw;
		right: -13px;
		right: -3.46vw;
	}

	.history-talk .chairman dd p,
	.history-talk .manager dd p {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-top: 16px;
	}

	.summary {
		margin-top: 30px;
	}

	.summary-title {
		font-size: 1.9rem;
		letter-spacing: 0.1em;
		text-align: center;
	}

	.summary-subtitle {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-align: center;
		margin-top: 10px;
	}

	.summary-lead {
		margin-top: 16px;
	}

	.summary-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		margin-top: 16px;
	}

	.summary-balance {
		padding-bottom: 50px;
	}

	.summary-balance::after {
		border-width: 24px 14px 0 14px;
		margin-left: -14px;
		bottom: 10px;
	}

	.summary-balance-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding: 10px 0 10px 12px;
		box-sizing: border-box;
	}

	.summary-balance-title::before {
		width: 3px;
	}

	.summary-balance-item {
		margin-top: 20px;
	}

	.summary-balance-item table {
		width: 100%;
		border: 1px solid #C2C2C2;
		font-size: 1.4rem;
		text-align: center;
		vertical-align: middle;
		margin-top: 10px;
	}
	
	.summary-balance-item table th {
		border: 1px solid #C2C2C2;
		background-color: #D9E7E4;
		font-weight: bold;
	}

	.summary-balance-item table th.sub {
		background-color: #F9F9F9;	
		font-weight: normal;
	}

	.summary-balance-item table th.all {
		height: 65px !important;
		background-color: #025D4D;
		color: #FFF;
	}

	.summary-balance-item table td {
		border: 1px solid #C2C2C2;
	}

	.summary-balance-item table td.all {
		height: 65px !important;
		font-size: 2.0rem;
		font-weight: bold;
	}

	.summary-balance-item.income table th,
	.summary-balance-item.income table td {
		height: 32px;
	}

	.summary-balance-item.payment table th,
	.summary-balance-item.payment table td {
		height: 32px;
	}

	.summary-total {
		border: 1px solid #C2C2C2;
		text-align: center;
		padding: 24px 0;
	}

	.summary-total-calc {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.summary-total-calc p {
		font-size: 1.6rem;
		font-weight: bold;
		margin: 0 5px;
	}

	.summary-total-calc p .ruby {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		margin: 0 auto 8px auto;
		display: block;
	}

	.summary-total-calc p.symbol {
		font-size: 2.8rem;
		font-weight: normal;
		margin-bottom: -3px;
	}

	.summary-total-catch {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-top: 12px;
	}

	.summary-total-catch .large {
		font-size: 2.2rem;
		color: #F49321;
	}

	.voice {
		border: 1px solid rgba(51, 51, 51, 0.3);
		padding: 23px 11px;
		padding: 23px 2.93vw;
		margin-top: 20px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.voice-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-align: center;
	}

	.voice-list li {
		border-bottom: 1px solid #C2C2C2;
		padding: 20px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.voice-list li .icon {
		width: 60px;
		width: 19.29%;
		padding-right: 16px;
		padding-right: 5.14%;
		position: relative;
		z-index: 2;
	}

	.voice-list li .icon::before {
		border-width: 10px 10px 10px 0;
		border-color: transparent #7B7B7B transparent transparent;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.voice-list li .icon::after {
		border-width: 10px 10px 10px 0;
		border-color: transparent #FFF transparent transparent;
		top: 50%;
		right: -2px;
		transform: translateY(-50%);
	}
	
	.voice-list li p {
		width: 218px;
		width: 70.09%;
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		padding-left: 16px;
		padding-left: 5.14%;
		position: relative;
		z-index: 1;
	}

	.voice-list li p::after {
		content: "";
		height: 100%;
		min-height: 60px;
		min-height: 16vw;
		width: 1px;
		background-color: #025D4D;
		position: absolute;
		left: 0;
		top: 50%;
		display: block;
		transform: translateY(-50%);
	}

	.voice-body {
		margin-top: 20px;
	}

	.voice-body p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason-content .event {
		margin-top: 20px;
	}

	.reason-content .event .event-title {
		font-size: 1.7rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.reason-content .event .event-image {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 10px;
	}

	.reason-content .event .event-image img {
		width: 49.56%;
		height: 95.59px;
		height: 25.49vw;
		margin-top: 0.8vw;
	}

	.reason-content .event p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.reason-content .event-lead {
		margin-top: 20px;
	}

	.reason-content .event-lead p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#interview .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	.interview-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.interview-list li {
		border-bottom: 1px solid #EDEFE8;
		padding: 30px 0;
	}

	.interview-list li h3 {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.interview-list li .movie {
		width: 100%;
		padding-top: 56.25%;
		margin-top: 10px;
	}

	.interview-list li p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	.interview-list li p .caption {
		font-size: 1.4rem;
	}

	#suitable .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	.suitable-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.suitable-list li {
		border-bottom: 1px solid #EDEFE8;
		padding: 30px 0;
	}

	.suitable-list li h3 {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	.suitable-list li .suitable-image {
		width: 100%;
		height: 257.25px;
		height: 68.6vw;
		margin-top: 10px;
	}

	.suitable-list li .suitable-text {
		margin-top: -7px;
	}

	.suitable-list li p {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#flow .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	.day-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.day-graph {
		position: relative;
		margin-top: 30px;
		margin-top: 8vw;
	}

	.day-graph .image {
		position: absolute;
	}

	.day-graph .image-1 {
		width: 95px;
		width: 25.33vw;
		top: -47px;
		top: -12.53vw;
		right: -22px;
		right: -5.86vw;
	}

	.day-graph .image-2 {
		width: 61px;
		width: 16.26vw;
		top: -34px;
		top: -9.06vw;
		left: -4px;
		left: -1.06vw;
	}

	.day-graph .image-3 {
		width: 72px;
		width: 19.2vw;
		bottom: -24px;
		bottom: -6.4vw;
		right: 8px;
		right: 2.13vw;
	}

	.day-graph .image-4 {
		width: 101px;
		width: 26.93vw;
		bottom: -10px;
		bottom: -2.66vw;
		left: -46px;
		left: -12.26vw;
	}

	.day-list {
		margin-top: 30px;
		margin-top: 8vw;
	}

	.day-list dt {
		font-size: 1.6rem;
		font-weight: bold;
		border-bottom: 1px solid #025D4D;
		padding-bottom: 6px;
		margin-top: 21px;
	}

	.day-list dt:first-child {
		margin-top: 0;
	}

	.day-list dt .time {
		min-width: 50px;
		font-weight: normal;
		margin-right: 12px;
		display: inline-block;
	}

	.day-list dd {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		padding-left: 62px;
		margin-top: 7px;
	}

	#shop .inner {
		padding: 60px 0;
	}

	.shop-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.shop-image {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.shop-image li {
		width: 123px;
		width: 32.8%;
		margin-top: 2px;
		margin-top: 0.53vw;
	}

	.shop-image li:first-child {
		width: 100%;
		margin-top: 0;
	}

	.shop-data {
		width: 91.46vw;
		margin: 0 auto;
	}

	.shop-data-list > li {
		margin-top: 24px;
	}

	.shop-data-list > li .subtitle {
		border-bottom: 1px solid #333;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding-bottom: 8px;
	}

	.shop-data-list > li .body {
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		margin-top: 8px;
	}

	.shop-data-list-list {
		margin-top: 8px;
	}

	.shop-data-list-list > ul li {
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.05em;
 		list-style-type: disc;
 		margin-left: 1.25em;
	}

	.shop-data-list .sns-btn {
		margin-top: 16px;
		display: flex;
	}

	.shop-data-list .sns-btn li {
		width: 40px;
		margin-right: 8px;
	}

	.map {
		width: 91.46vw;
		margin: 30px auto 0 auto;
	}

	.map-title {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		padding: 10px 0 10px 12px;
	}

	.map-title::before {
		width: 3px;
	}

	.map-image {
		width: 100%;
		height: 282px;
		height: 75.2vw;
		margin-top: 24px;
	}

	.map-data {
		margin-top: 10px;
		display: flex;
	}

	.map-data li {
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.05em;
 		list-style-type: disc;
 		margin: 0 1em 0 1.25em;
	}

	#company .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	.company-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.company-data {
		border-bottom: 1px solid #C2C2C2;
		margin-top: 30px;
	}

	.company-list > li {
		border-top: 1px solid #C2C2C2;
		padding: 20px 0;
	}

	.company-list > li .subtitle {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.company-list > li .body {
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.company-list > li ul {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.company-list > li ul li {
 		list-style-type: disc;
 		margin: 5px 1em 0 1.25em;
	}

	.company-list > li .caption {
		font-size: 1.4rem;
	}

	#job .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	.job-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.job-data {
		border-bottom: 1px solid #C2C2C2;
		margin-top: 30px;
	}

	.job-list > li {
		border-top: 1px solid #C2C2C2;
		padding: 20px 0;
	}

	.job-list > li .subtitle {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.job-list > li .body {
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.job-list > li ul {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}

	.job-list > li ul li {
 		list-style-type: disc;
 		margin: 5px 1em 0 1.25em;
	}

	.job-list > li .caption {
		font-size: 1.4rem;
	}

	#selection .inner {
		width: 91.46vw;
		padding-top: 60px;
		margin: 0 auto;
	}

	.flow-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.flow-arrow {
		margin-top: 20px;
	}

	#form .inner {
		width: 91.46vw;
		padding: 60px 0;
		margin: 0 auto;
	}

	.form-title {
		font-size: 2.0rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
		text-align: center;
	}

	.form-content {
		margin-top: 20px;
	}

	.form-arrow {
		
	}

	.form-lead {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}

	.form-list {
		margin-top: 20px;
	}

	.form-list-item {
		border-top: 1px solid #EDEFE8;
		padding: 20px 0;
	}

	.form-list-item .subtitle {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding-right: 50px;
		position: relative;
	}

	.form-list-item .subtitle .icon {
		background-color: #999;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #FFF;
		padding: 4px 8px;
		position: absolute;
		top: -2px;
		right: 0;
	}

	.form-list-item .subtitle .icon.icon-must {
		background-color: #F49321;
	}

	.form-list-item .body {
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	.form-list-item .body .flat {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.form-list-item .body ul.flat {
		margin-top: -12px;
	}

	.form-list-item .body ul.flat li {
		margin: 12px 16px 0 0;
	}

	.form-list-item .caption {
		font-size: 1.2rem;
	}

	.form-list-item .body .caption {
		margin-top: 4px;
	}

	.form-list-item .body .label-tel {
		margin: 0 10px;
	}

	.form-list-item .body .label-sex,
	.form-list-item .body .label-email,
	.form-list-item .body .label-trigger {
		margin-right: 10px;
	}

	.form-list-item .body .label-tel-2,
	.form-list-item .body .label-email {
		margin-top: 8px;
		margin-left: 0;
	}

	.form-list-item .body input,
	.form-list-item .body textarea {
		background-color: #E6EBEA;
		border: 1px solid #7B7B7B;
		font-family : inherit;
		font-size: 1.4rem;
		margin-right: 10px;
		border-radius: 0;
		box-sizing: border-box;
		-webkit-appearance: none;
		appearance: none;
	}

	.form-list-item .body input::placeholder,
	.form-list-item .body textarea::placeholder {
		color: #8D8F8F;

	}

	.form-list-item .body input[type="text"],
	.form-list-item .body input[type="number"],
	.form-list-item .body input[type="tel"],
	.form-list-item .body input[type="email"],
	.form-list-item .body textarea {
		padding: 7px 10px;
	}

	.form-list-item .body select {
		width: 200px;
		height: 42px;
		background-color: #FFF;
		font-family : inherit;
		font-size: 1.4rem;
		color: #333;
		border: 1px solid #7B7B7B;
		padding-left: 10px;
		border-radius: 6px;
	}

	.form-list-item .body .label-sex {
		padding-left: 22px;
	}

	.form-list-item .body .label-sex::before {
		background-color: #E6EBEA;
		border: 1px solid #7B7B7B;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		left: 0;
	}

	.form-list-item .body .label-sex::after {
		background-color: #025D4D;
		border-radius: 50%;
		opacity: 0;
		width: 12px;
		height: 12px;
		left: 3px;
	}

	.form-list-item .body .label-trigger {
		padding-left: 28px;
	}

	.form-list-item .body .label-trigger::before {
		background-color: #E6EBEA;
		border-radius: 0%;
		border: 1px solid #7B7B7B;
		width: 18px;
		height: 18px;
		transform: translateY(-50%);
		top: 50%;
		left: 0;
	}

	.form-list-item .body .label-trigger::after {
		border-bottom: 3px solid #025D4D;
		border-left: 3px solid #025D4D;
		opacity: 0;
		height: 8px;
		width: 14px;
		transform: rotate(-45deg);
		top: 2px;
		left: 2px;
	}

	.form-list-item .body .input-name {
		width: 240px;
	}

	.form-list-item .body .input-tel {
		width: calc( ( 100% - 54px ) / 3 );
		margin: 0;
	}

	.form-list-item .body .input-age {
		width: 120px;
	}

	.form-list-item .body .input-address {
		width: 100%;
	}

	.form-list-item .body .input-email {
		width: 100%;
	}

	.form-list-item .body .input-request {
		width: 100%;
		height: 240px;
	}

	.form-list-item .form-btn {
		width: 300px;
		margin: 0 auto;
		border-radius: 8px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	}

	#form .submit .submit-lead {
		margin-top: 20px;
	}

	#form .submit .submit-lead p {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#form .submit .form-list-item .check-text {
		margin-right: 10px;
	}

	#form .submit #btn-submit {
		margin-top: 10px;
	}

	#form .complete .complete-catch {
		font-size: 1.9rem;
		text-align: center;
		letter-spacing: 0.04em;
		margin-top: 30px;
	}

	#form .complete .complete-lead {
		margin-top: 20px;
	}

	#form .complete .complete-lead p {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-top: 16px;
	}

	#footer p {
		font-size: 1.0rem;
		letter-spacing: 0.05em;
		padding: 16px 0;
	}
	
}