@charset "utf-8";

/* ------------------------------------------- */
/* top */
/* ------------------------------------------- */
.edit-area.top {
	padding: 6.7rem 0 12rem;
}
@media screen and (max-width: 767px) {
	.edit-area.top {
		padding: 4rem 0;
	}
}

/* ------------------------------------------- */
/* system */
/* ------------------------------------------- */
.edit-area.system {
	padding: 10rem 0 14rem;
	border-top: 0.1rem solid #e5e5e5;
}
@media screen and (max-width: 767px) {
	.edit-area.system {
		padding: 4rem 0;
	}
}

/* table config */
.edit-area.system .common-table.type02 thead th:nth-child(1) {
	width: 22rem;
}
.edit-area.system .common-table.type02 thead th {
	font-weight: normal;
	width: auto;
}
.edit-area.system .common-table.type02 tbody td {
	border-right: 0;
}

/* photo-box-link */
.edit-area.system .photo-box-link {
	margin-top: 4rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.system .photo-box-link {
		margin-top: 2rem;
	}
}
.edit-area.system .photo-box-link a {
	border-radius: 1.5rem;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
	transition: ease 0.25s box-shadow;
}
@media screen and (min-width: 1081px) {
	.edit-area.system .photo-box-link a:hover {
		box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
	}
}

/* ------------------------------------------- */
/* introduction */
/* ------------------------------------------- */
.edit-area.introduction {
	padding: 10rem 0 16rem;
	border-top: 0.1rem solid #e5e5e5;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction {
		padding: 4rem 0;
	}
}

.edit-area.introduction .introduction-title {
	margin-bottom: 4rem;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.15em;
	line-height: 1.7;
	text-align: center;
	color: #009775;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-title {
		margin-bottom: 1rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.edit-area.introduction .introduction-box {
	margin: 0 auto;
	padding: 7rem 0;
	max-width: 77rem;
	border-radius: 1.5rem;
	background: #f9f9f9;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-box {
		padding: 3rem 2rem;
	}
}

/* bxslider config */
.edit-area.introduction .bx-wrapper {
	position: relative;
	margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .bx-wrapper {
		margin-bottom: 2rem;
	}
}

.edit-area.introduction .bx-wrapper .introduction-slider {
	display: flex !important;
	align-items: center;
}
.edit-area.introduction .bx-wrapper .introduction-slider li {
	float: none !important;
}

.edit-area.introduction .bx-controls-direction {
	position: absolute;
	top: 50%;
	width: 100%;
}
.edit-area.introduction .bx-controls-direction a {
	position: absolute;
	display: block;
	margin-top: -3rem;
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 3.4rem;
	background: rgba(0, 151, 117, 0.4) url(../../common/img/parts/icon_arrow02.png) no-repeat center center / 2.3rem auto;
	transition: ease 0.25s background-color;
}
@media screen and (min-width: 1025px) {
	.edit-area.introduction .bx-controls-direction a:hover {
		background-color: rgba(0, 151, 117, 0.6);
	}
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .bx-controls-direction a {
		width: 4rem;
		height: 4rem;
		border-radius: 2rem;
	}
}

.edit-area.introduction .bx-controls-direction .bx-prev {
	left: 0;
	margin-left: -3.4rem;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .bx-controls-direction .bx-prev {
		margin-left: -1rem;
	}
}
.edit-area.introduction .bx-controls-direction .bx-next {
	right: 0;
	margin-right: -3.4rem;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .bx-controls-direction .bx-next {
		margin-right: -1rem;
	}
}

.edit-area.introduction .introduction-box .box-title {
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.89;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-box .box-title {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
}
.edit-area.introduction .introduction-box .box-detail {
	margin-bottom: 0.5rem;
	letter-spacing: 0.08em;
	line-height: 2.25;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-box .box-detail {
		line-height: 1.6;
	}
}

/* box-tel */
.edit-area.introduction .introduction-box .box-tel {
	margin-bottom: 1rem;
	text-align: center;
}
.edit-area.introduction .introduction-box .box-tel a {
	position: relative;
	padding-left: 2rem;
	font-family: Barlow;
	font-weight: bold;
	font-style: italic;
	font-size: 3.4rem;
	letter-spacing: 0.05em;
	color: #009775;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-box .box-tel a {
		font-size: 2.8rem;
	}
}

.edit-area.introduction .introduction-box .box-tel a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	z-index: 0;
	display: block;
	width: 1.5rem;
	height: 2.6rem;
	background: url(../../img/benefit/icon_img01.png) no-repeat 0 center / 1.5rem auto;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-box .box-tel a:after {
		top: 0.3rem;
		width: 1.2rem;
		background-size: 1.2rem auto;
	}
}

/* box-time */
.edit-area.introduction .introduction-box .box-time {
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.57;
	text-align: center;
	color: #707070;
}
@media screen and (max-width: 767px) {
	.edit-area.introduction .introduction-box .box-time {
		font-size: 1.2rem;
	}
}

.edit-area .popup-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: ease 0.25s opacity;
	pointer-events: none;
	background: rgba(0,0,0,.38)
}
.edit-area .popup-box.active {
	opacity: 1;
	pointer-events: auto;
}

.edit-area .popup-box .box-cover {
	position: relative;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 36rem;
	height: 28.5rem;
	border-radius: 1rem;
	background: #fff;
}
@media screen and (max-width: 767px){
	.edit-area .popup-box .box-cover {
		width: calc(100vw - 4rem);
	}
}
.edit-area .popup-box .box-title {
	margin-bottom: 2.5rem;
	font-weight: bold;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1.44;
	text-align: center;
	color: #009775;
}
@media screen and (max-width: 767px) {
	.edit-area .popup-box .box-title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}
.edit-area .popup-box .box-detail {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.66;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area .popup-box .box-detail {
		font-size: 1.4rem;
	}
}

.edit-area .popup-box .box-close{
	position: absolute;
	top: 2.6rem;
	right: 3rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}
.edit-area .popup-box .box-close:after,
.edit-area .popup-box .box-close:before{
	content: "";
	position: absolute;
	left: calc(50% - 0.75rem);
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
}
.edit-area .popup-box .box-close:after{
	transform: rotate(45deg);
}
.edit-area .popup-box .box-close:before{
	transform: rotate(-45deg);
}
