@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .main-visual {
	margin: 0 auto 9.7rem;
	max-width: 149rem;
	position: relative;
	padding-left: 6rem;
}
#main .main-visual .img-list {
	padding: 0.3rem 6rem 0 0;
	margin: 0 auto;
	max-width: 142.6rem;
	box-sizing: border-box;
}
#main .main-visual .img-list {
	position: relative;
}
#main .main-visual .img-list .img-cover {
	width: 93.6%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#main .main-visual .img-ul li {
	-webkit-mask-image: url(../images/index/mask.png);
	mask-image: url(../images/index/mask.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	aspect-ratio: 1368/929;
	overflow: hidden;
}
#main .main-visual .img-ul span {
	display: block;
	width: 100%;
	height: 100%;
}
.main-visual .img-ul li.active span {
	animation: imgzoom 10s linear forwards;
}
@keyframes imgzoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
#main .main-visual .img-ul li img {
	object-fit: cover;
	width: 113.2%;
	height: 113.2%;
}
#main .main-visual .dots-ul {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15rem;
}
#main .main-visual .dots-ul li {
	margin: 1.2rem 0 1.2rem;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #FAFBE4;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
#main .main-visual .dots-ul li button {
	display: none;
}
#main .main-visual .dots-ul .slick-active {
	background-color: #6DBBA5;
}
#main .main-visual .dot-img {
    position: absolute;
    bottom: 17rem;
    right: 2.6rem;
    width: 22.3rem;
}
#main .main-visual .text-img {
    position: absolute;
    bottom: -0.5rem;
    right: 9rem;
    width: 44.5rem;
}
@media all and (min-width: 820px) and (max-height: 1000px) {
	#main .main-visual {
		max-width: 125rem;
	}
}
@media all and (min-width: 820px) and (max-height: 920px) {
	#main .main-visual {
		max-width: 120rem;
	}
}
@media all and (min-width: 820px) and (max-height: 860px) {
	#main .main-visual {
		max-width: 110rem;
	}
}
@media all and (min-width: 820px) and (max-height: 790px) {
	#main .main-visual {
		max-width: 105rem;
	}
}
@media all and (max-width: 819px) {
	#main .main-visual {
		margin-bottom: 7.7rem;
		padding-left: 0;
		max-width: 50rem;
	}
	#main .main-visual .img-list {
		max-width: inherit;
		padding: 0;
		margin: 0 -2.8rem 0 -1rem;
	}
	#main .main-visual .img-list .img-cover {
		width: 100%;
		top: -0.3rem;
	}
	#main .main-visual .text-img {
		margin: -20px 4.2rem 0;
		position: relative;
		bottom: auto;
		right: auto;
		text-align: right;
		width: auto;
	}
	#main .main-visual .text-img img {
		width: 22.2rem;
	}
	#main .main-visual .dots-ul {
		width: 100%;
		padding: 0 5.4rem;
		transform: translateY(0);
		position: absolute;
		top: auto;
		right: 0;
		bottom: 8.4rem;
		margin-top: 0;
		text-align: right;
	}
	#main .main-visual .dots-ul li {
		margin: 0 0.2rem;
		width: 0.4rem;
		height: 0.4rem;
		display: inline-block;
		vertical-align: top;
	}
}



/* message */
#main .message {
	margin-bottom: 10.3rem;
	max-width: 120rem;
	display: flex;
	justify-content: space-between;
}
#main .message .left {
	flex: 1;
}
#main .message .title {
	margin-left: auto;
	max-width: 59.2rem;
	color: #79C5A6;
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
#main .message .title .en {
	display: block;
	color: #969696;
	font-weight: 400;
	font-size: 1.8rem;
	font-family: "Quattrocento", serif;
	letter-spacing: 0.05em;
}
#main .message .title .en span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .message .title .en span::after {
	width: 18rem;
	height: 1px;
	background-color: #969696;
	position: absolute;
	top: 1.1rem;
	left: calc(100% + 1.5rem);
	content: "";
}
#main .message .title .jp {
	display: block;
	margin: 4.4rem 0 0 7.5rem;
	line-height: 1.75;
	font-weight: 500;
}
#main .message .right {
	margin: 14.9rem 0 0 2rem;
	width: 46.8rem;
}
#main .message p {
	margin-bottom: 3.7rem;
	font-size: 1.8rem;
	line-height: 2.055;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .message p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 819px) {
	#main .message {
		margin-bottom: 9.4rem;
		display: block;
	}
	#main .message .title .jp {
		margin: 0;
		line-height: 1.5;
	}
	#main .message .right {
		margin: 0;
		width: auto;
	}
	#main .message .title {
		margin-bottom: 4.8rem;
		max-width: inherit;
		font-size: 2.4rem;
	}
	#main .message .title .en {
		margin-bottom: 2.2rem;
		font-size: 1.2rem;
	}
	#main .message .title .en span::after {
		width: 8.9rem;
		left: calc(100% + 1.3rem);
		top: 0.8rem;
	}
	#main .message p {
		margin-bottom: 2.8rem;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
}


/* about */
#main .about {
	margin: 0 auto -7.1rem;
	width: calc(100% - 4rem);
	max-width: 184rem;
	border-radius: 5rem;
	overflow: hidden;
}
#main .about .bg {
	padding: 6.8rem 0 8rem;
	background: url("../images/index/bg04.jpg") no-repeat left top / 100% 100%;
}
#main .about .content {
	max-width: 123.6rem;
}
#main .about .list-ul {
	margin-top: -5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .about .list-ul p {
	line-height: 1.8;
	letter-spacing: 0.15em;
}
#main .about .list-ul li {
	padding: 5.4rem 2.6rem 2.9rem;
	margin: 5rem 3.6rem 0;
	width: 31rem ;
	border-radius: 3.1rem;
	background-color: rgba(255,255,255, 0.86);
	position: relative;
}
#main .about .list-ul .title {
	margin-bottom: 1.5rem;
    color: #49B460;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.53;
    letter-spacing: 0.13em;
}
#main .about .list-ul .image {
	margin-bottom: 1.8rem;
	text-align: center;
}
#main .about .list-ul .image img {
	width: 13.8rem;
}
#main .about .list-ul .num {
	color: #4EB4A2;
	position: absolute;
	top: 0.8rem;
    left: 2.4rem;
	font-family: "Quattrocento", serif;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .about .btm-box {
	padding: 6.6rem 6rem 6.7rem;
	background: rgba(249,248,244,0.88);
	position: relative;
	z-index: 10;
}
#main .about .img-ul {
	margin: 0 auto;
	max-width: 171.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .about .img-ul li {
	padding: 0 1.5rem;
	width: 20%;
}
#main .about .img-ul img {
	border-radius: 1rem;
}
#main .bgBox {
	position: relative;
}
#main .bgBox .btmImg {
	width: 52.2rem;
	position: absolute;
	bottom: -29.6rem;
	left: 0;
	z-index: -1;
}
#main .bgBox .btmImg img {
	width: 100%;
}
#main .bgBox .btmImg.img02 {
	width: 63.1rem;
	left: auto;
	right: 0;
}
@media all and (max-width: 819px) {
	#main .about .list-ul {
		margin: 0;
		display: block;
	}
	#main .about {
		margin-bottom: -5.3rem;
		width: calc(100% - 2.8rem);
		border-radius: 2rem;
	}
	#main .about .list-ul li {
		margin: 0 0 2rem;
		padding: 3.8rem 3.2rem 2.7rem;
		width: auto;
	}
	#main .about .list-ul li:last-child {
		margin-bottom: 0;
	}
	#main .about .content {
		padding: 0 1.4rem;
	}
	#main .about .bg {
		padding: 2.6rem 0 3rem;
	}
	#main .about .list-ul .num {
		top: 1.2rem;
	}
	#main .about .list-ul .title {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
	}
	#main .about .list-ul p {
		line-height: 1.75;
		letter-spacing: 0.13em;
		text-align: justify;
	}
	#main .about .list-ul .image {
		margin-bottom: 1.1rem;
	}
	#main .about .photo {
		text-align: center;
	}
	#main .about .photo img {
		width: 100%;
	}
	#main .about .btm-box {
		padding: 3rem 1.4rem;
	}
	#main .bgBox {
		background: url("../images/index/bg02_sp.png") no-repeat left top / 100% auto;
	}
}


/* style-box */
#main .style-box {
	margin-bottom: 19.2rem;
	padding: 7.8rem 0 7.2rem;
	margin-top: 20.4rem;
	position: relative;
	z-index: 10;
}
#main .style-box::before {
	width: calc(50% + 42rem);
	height: 100%;
	background: url("../images/index/bg06.png") no-repeat left top / 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
#main .style-box .head-line01 {
	margin-bottom: 4.6rem;
	color: #49B460;
}
#main .style-box .content {
	max-width: 124rem;
}
#main .style-box .img-box {
    margin-bottom: 4rem;
    padding: 5rem 3.8rem 4.2rem;
    background-color: rgba(255,255,255,0.86);
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
	font-size: 1.8rem;
}
#main .style-box .img-box:last-child {
	margin-bottom: 0;
}
#main .style-box .img-box p {
	line-height: 2.05;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .style-box .img-box .photo {
	width: 53.3rem;
}
#main .style-box .img-box .text-box {
    flex: 1;
    padding: 7.5rem 6rem 0 2.9rem;
}
#main .style-box .img-box.right .text-box {
    order: 3;
    padding: 2.2rem 2rem 0 8.2rem;
}
#main .style-box .img-box.right {
	padding: 10.3rem 4rem 9.4rem;
}
#main .style-box .notes {
	margin-top: -1.8rem;
	color: #969696;
	text-align: right;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 819px) {
	#main .style-box {
		margin: 9rem 0 5.6rem;
		padding: 4.9rem 0 3rem;
	}
	#main .style-box .head-line01 {
		margin-bottom: 2.7rem;
	}
	#main .style-box .img-box {
		margin-bottom: 2rem;
		padding: 3rem 2.3rem 3.8rem;
		display: block;
		font-size: 1.6rem;
	}
	#main .style-box .img-box .text-box {
		padding: 0;
		margin-bottom: 3.8rem;
	}
	#main .style-box .img-box .photo {
		width: auto;
		margin: 0 -2rem 0 -1.6rem;
		text-align: center;
	}
	#main .style-box .img-box .photo img {
		width: 100%;
	}
	#main .style-box .img-box p {
		line-height: 1.75;
	}
	#main .style-box .img-box.right {
		margin-bottom: 0;
		padding: 3rem 2.3rem 3.8rem;
	}
	#main .style-box .img-box.right .text-box {
		padding: 0;
	}
	#main .style-box .img-box.right .photo {
		margin: -0.6rem 0.4rem -0.3rem -0.2rem;
	}
	#main .style-box::before {
		width: 96.3%;
		background-image: url("../images/index/bg06_sp.png");
	}
	#main .style-box .notes {
		margin-top: 2.2rem;
		margin-right: 10px;
	}
}


/* bgImg */
#main .bgImg {
    width: 97.3rem;
    position: absolute;
    top: -8.6rem;
    right: -23rem;
    z-index: -2;
}
@media all and (max-width: 819px) {
	#main .bgImg {
		width: 28.9rem;
		top: 6.4rem;
		right: 0;
	}
}

/* works */
#main .works {
	margin-bottom: 6.3rem;
}
#main .works .img-box {
	margin-bottom: -15.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
#main .works .img-box .text-box {
	margin-top: -5.8rem;
	width: calc(50% - 1rem);
	padding-left: 2rem;
}
#main .works .img-box .photo {
	margin: -19.2rem -0.2rem 0 0;
	width: calc(50% - 11.6rem);
}
#main .works .img-box .photo img {
	width: 100%;
	max-width: 84.5rem;
}
#main .works .img-box .inner-wid {
	margin-left: auto;
	max-width: 59rem;
}
#main .works .head-line01 {
	margin-bottom: 0;
	text-align: center;
	color: #49B460;
}
#main .works .img-box p {
	font-size: 1.8rem;
	line-height: 2.05;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .works .head-line02 {
	margin-bottom: 2rem;
	padding-left: 0;
	color: #49B460;
	font-size: 2.4rem;
}
#main .works .head-line02::before {
	top: -1.5rem;
    left: -2.5rem;
}
#main .works .img-box02 {
	margin-bottom: 0;
	z-index: 5;
}
#main .works .img-box02 .text-box {
	margin-top: 17.5rem;
    order: 3;
    width: calc(50% - 3.3rem);
	padding: 0 2rem 0 0;
}
#main .works .img-box02 .inner-wid {
    margin-left: 0;
	max-width: 56.5rem;
}
#main .works .img-box02 .photo {
    margin: 0 0 0 -22.1rem;
	text-align: right;
    width: calc(50% + 19.2rem);
}
#main .works .img-box02 .photo img {
	max-width: 115.1rem;
}
#main .works .img-box02 .com-link {
	margin-right: 0;
}
#main .works .com-link {
	position: relative;
	z-index: 10;
}
@media all and (max-width: 819px) {
	#main .works .img-box {
		display: block;
		margin-bottom: 5.9rem;
	}
	#main .works .img-box .text-box {
		margin-top: 0;
		width: auto;
		padding: 0;
	}
	#main .works .img-box .photo {
		margin: -4.9rem -22.1rem 0 -1.9rem;
		width: auto;
		text-align: center;
	}
	#main .works .img-box .photo img {
		width: 100%;
	}
	#main .works {
		margin-bottom: 4.2rem;
		padding: 0 2.8rem;
	}
	#main .works .img-box p {
		margin-bottom: 2.8rem;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
	#main .works .img-box p:last-child {
		margin-bottom: 0;
	}
	#main .works .head-line02 {
		margin-bottom: 1.1rem;
		font-size: 2.2rem;
		line-height: 1.7;
	}
	#main .works .head-line01 {
		margin-bottom: 4.5rem;
	}
	#main .works .head-line02::before {
		top: -0.9rem;
		left: -1.9rem;
	}
	#main .works .com-link {
		margin-top: 3.1rem;
	}
	#main .works .img-box02 .com-link {
		margin-right: 0;
		text-align: right;
	}
	#main .works .img-box02 .photo {
		margin: -5.1rem 0 0 -29.4rem;
	}
	#main .works .img-box02 {
		margin-bottom: 0;
	}
	#main .works .img-box .inner-wid {
		max-width: inherit;
	}
}


/* bgBox02 */
#main .bgBox02 {
	position: relative;
}
#main .bgBox02 .bgImg {
    width: 97.3rem;
    top: -16.8rem;
    left: 0;
}
#main .bgBox02 .bgImg02 {
    width: 141.6rem;
    top: 20.2rem;
    left: auto;
    right: -30.8rem;
}
@media all and (max-width: 819px) {
	#main .bgBox02 .bgImg {
		width: 26.3rem;
		top: -7.8rem;
		opacity: 0.8;
		left: -4.5rem;
	}
	#main .bgBox02 .bgImg02 {
		width: 25.5rem;
		top: 64rem;
		opacity: 1;
		left: auto;
		right: 0;
	}
}


/* others */
#main .others {
	margin-bottom: 7.9rem;
	max-width: 123.2rem;
}
#main .others .inner-box {
	padding: 5.4rem 2rem 5.3rem;
	background-color: #F9F8F4;
	border-radius: 3rem;
}
#main .others .list-ul {
	margin: 0 -3.4rem;
	display: flex;
	justify-content: center;
}
#main .others .list-ul li {
	margin: 0 3.4rem;
	width: 28.6rem;
	font-size: 1.8rem;
	letter-spacing: 0.18rem;
}
#main .others .list-ul p {
	line-height: 2.05;
	text-align: justify;
}
#main .others .list-ul .title {
	margin-bottom: 1.4rem;
	color: #49B460;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .others .list-ul .image {
	margin-bottom: 0.5rem;
	text-align: center;
}
#main .others .list-ul .image img {
	width: 13.8rem;
}
#main .others .head-line03 {
	margin: 0 9.5rem 3.4rem;
}
@media all and (max-width: 819px) {
	#main .others {
		margin-bottom: 6rem;
		max-width: inherit;
		padding: 0 1.5rem;
	}
	#main .others .head-line03 {
		margin: 0 1.3rem 0.9rem;
	}
	#main .others .inner-box {
		padding: 2.2rem 2.7rem 3.8rem;
		border-radius: 1.8rem;
	}
	#main .others .list-ul {
		margin: 0;
		display: block;
	}
	#main .others .list-ul li {
		margin: 0 0 1.7rem;
		padding-bottom: 3.3rem;
		width: auto;
		font-size: 1.6rem;
		letter-spacing: 0.15rem;
		position: relative;
	}
	#main .others .list-ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#main .others .list-ul li::after {
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0.44;
		background-color: #009845;
		content: "";
	}
	#main .others .list-ul li:last-child::after {
		display: none;
	}
	#main .others .list-ul p {
		line-height: 1.75;
	}
	#main .others .list-ul .title {
		font-size: 1.8rem;
		line-height: 1.5;
		flex: 1;
		text-align: center;
		letter-spacing: 0.1em;
		margin: -0.5rem 0 0 1.5rem;
	}
	#main .others .list-ul .flex-box {
		margin: 0 auto 0.4rem;
		max-width: 28rem;
		display: flex;
		justify-content: space-between;
	}
	#main .others .list-ul .image img {
		width: 100%;
	}
	#main .others .list-ul .image {
		margin-bottom: 0;
		width: 12.5rem;
	}
	#main .others .list-ul li:nth-child(2n) .image {
		order: 3;
	}
	#main .others .list-ul li:nth-child(2n) .title {
		margin: -0.5rem 1.5rem 0 0;
	}
}

/* movie-box */
#main .movie-box {
	margin-bottom: 11.2rem;
	padding: 12.6rem 0 10.6rem;
	background: url("../images/index/bg10.jpg") no-repeat left top / 100% 100%;
}
#main .movie-box .content {
	padding: 0 9.2rem 9.2rem;
	max-width: 136.6rem;
	background-color: #FFF;
	border-radius: 5rem;
}
#main .movie-box .head-line01 {
	margin-bottom: 2rem;
	color: #49B460;
	text-align: center;
	position: relative;
	top:-3rem;
}
#main .movie-box .img-box {
	display: flex;
}
#main .movie-box .img-box .photo {
	width: calc(50% + 10.6rem);
	padding-bottom: 38.5rem;
	position: relative;
	border-radius: 4.5rem;
	overflow: hidden;
}
#main .movie-box .img-box .photo iframe {
	width: 104%;
	height: 104%;
	position: absolute;
	top: -2%;
	left: -2%;
}
#main .movie-box .img-box .text-box {
	margin: 5.9rem 0 0 9.2rem;
	flex: 1;
}
#main .movie-box .img-box p {
	margin-bottom: 3.6rem;
	font-size: 1.8rem;
	line-height: 2.05;
	letter-spacing: 0.1em;
}
#main .movie-box .img-box p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 819px) {
	#main .movie-box {
		margin-bottom: 7.7rem;
		padding: 4.1rem 1.4rem 3.8rem;
		background-image: url("../images/index/bg10_sp.png");
		position: relative;
	}
	#main .movie-box .content {
		padding: 2.2rem 1.8rem 4.2rem;
		max-width: inherit;
		border-radius: 2rem;
	}
	#main .movie-box .head-line01 {
		margin-bottom: 2rem;
		text-align: center;
		top: auto;
	}
	#main .movie-box .img-box {
		display: block;
	}
	#main .movie-box .img-box .photo {
		width: auto;
		height: auto;
		padding-bottom: 54.98%;
		border-radius: 2rem;
	}
	#main .movie-box .img-box .text-box {
		margin: 2.5rem 1rem 0;
	}
	#main .movie-box .img-box p {
		margin-bottom: 2.8rem;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
	#main .movie-box .img-box p:last-child {
		margin-bottom: 0;
	}
	#main .movie-box .line-img {
		width: 100%;
		position: absolute;
		bottom: 1.8rem;
		left: 0;
	}
	#main .movie-box .line-img img {
		height: 5.6rem;
		width: 100%;
	}
}

/* merits */
#main .merits {
	margin-bottom: 25.8rem;
	position: relative;
}
#main .merits .content {
	max-width: 122rem;
}
#main .merits .head-line01 {
	margin-bottom: 3rem;
	color: #49B460;
}
#main .merits .list-ul {
	margin: 0 -2.2rem;
	display: flex;
	flex-wrap: wrap;
}
#main .merits .list-ul li {
	width: 25%;
	padding: 0 2.2rem;
	box-sizing: border-box;
	text-align: justify;
}
#main .merits .top-txt {
	margin-bottom: 7.1rem;
	font-size: 1.8rem;
	line-height: 2.05;
	letter-spacing: 0.1em;
}
#main .merits .list-ul .image img {
	border-radius: 3rem;
	position: relative;
	z-index: 10;
}
#main .merits .list-ul p {
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .merits .list-ul .title {
	margin-bottom: 3.4rem;
	text-align: center;
	font-size: 1.8rem;
	color: #70BCC1;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
#main .merits .list-ul .title span {
    max-width: 20.6rem;
    padding-top: 0.2rem;
    width: 100%;
    height: 4.2rem;
    border-radius: 0.7rem;
    border: 1px solid #70BCC1;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.08em;
}
#main .merits .list-ul .title::after {
	margin-left: -1rem;
	width: 2rem;
	height: 2px;
	background-color: #70BCC1;
	position: absolute;
	bottom: -2.2rem;
	left: 50%;
	content: "";
}
#main .merits .list-ul .image {
	margin-bottom: 2.7rem;
	position: relative;
}
#main .merits .bgImg {
	width: 62.5rem;
	right: 0;
	top: -10.3rem;
	left: auto;
}
#main .merits .bgImg02 {
	width: 78.9rem;
	left: 0;
	bottom: -94rem;
	top: auto;
	mix-blend-mode: multiply;
}
@media all and (max-width: 819px) {
	#main .merits .top-txt {
		margin-bottom: 4.3rem;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
	#main .merits .head-line01 {
		margin-bottom: 2.7rem;
	}
	#main .merits .list-ul {
		margin: 0 1.4rem;
		display: block;
	}
	#main .merits .list-ul li {
		width: auto;
		margin-bottom: 4.3rem;
		padding: 0;
		text-align: justify;
	}
	#main .merits .list-ul li:last-child {
		margin-bottom: 0;
	}
	#main .merits .list-ul .image img {
		border-radius: 2rem;
		width: 100%;
	}
	#main .merits .list-ul .image {
		margin-bottom: 2rem;
	}
	#main .merits .list-ul p {
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
	#main .merits .list-ul .title {
		margin-bottom: 3.5rem;
	}
	#main .merits {
		margin-bottom: 9.3rem;
	}
	#main .merits .bgImg {
		width: 59.5rem;
		right: -33rem;
		top: -40.3rem;
		left: auto;
	}
	#main .merits .bgImg03 {
		width: 37.5rem;
		left: 0;
		top: auto;
		bottom: 64rem;
		right: 0;
	}
	#main .merits .bgImg02 {
		left: 0;
		right: auto;
		top: auto;
		bottom: -42rem;
		width: 29.5rem;
	}
}

/* decorateImg */
.decorateImg img {
	width: 100%;
	border-radius: 0 !important;
	z-index: 0 !important;
}
.decorateImg {
    width: 16.3rem;
	height: 16rem;
    position: absolute;
    top: -3rem;
    left: -6rem;
	border-radius: 3.6rem;
	opacity: 0.14;
	background: linear-gradient(208deg, #7EC6BC 20.83%, #EBE717 85.18%);
}
.decorateImg.right {
	left: auto;
	right: -6rem;
}
.decorateImg.bottom {
	top: auto;
	bottom: -4rem;
}
@media all and (max-width: 819px) {
	.decorateImg {
		top: -2.6rem;
		left: -2.8rem;
		border-radius: 2rem;
	}
	.decorateImg.right {
		left: auto;
		right: -2.8rem;
	}
	.decorateImg.bottom {
		top: auto;
		bottom: -2.7rem;
	}
}


#main .btm-search:after {
	bottom: 100%;
	top: auto;
	transform: scale(-1,-1);
}
#main .btm-search {
	padding: 0.4rem 0 12rem;
}
@media all and (max-width: 819px) {
	#main .btm-search {
		padding: 3.2rem 0 6rem;
	}
}



/* pop-box */
.mfp-container {
	padding: 0;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.pop-box .inner-box {
	padding: 4.3rem 0 12rem;
	position: relative;
	background: url("../images/index/pop_bg.jpg") no-repeat left top / cover;
	overflow: hidden;
}
.pop-box .close {
    width: 6.5rem;
    position: fixed;
    top: 1.7rem;
    right: 6.1rem;
	cursor: pointer;
	z-index: 99;
}
.pop-box .head-line03 {
	margin-bottom: 1rem;
	color: #4EB4A2;
}
.pop-box .main-img {
	margin-bottom: 17rem;
	position: relative;
}
.pop-box .main-img .image img {
	width: 100%;
}
.pop-box .main-img .text-box {
	margin-left: -33rem;
	width: 70.5rem;
	position: absolute;
	top: calc(100% - 21.3rem);
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255,255,255, 0.97);
}
.pop-box .main-img .text-box .title {
    padding: 2.4rem 0 2.3rem;
    font-size: 1.8rem;
    color: #fff;
	font-weight: 700;
    text-align: center;
    background-color: #4EB4A2;
    letter-spacing: 0.1em;
}
.pop-box .main-img .text-box .text-img {
	padding: 2rem 2rem 3.9rem;
	min-height: 26.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pop-box .main-img .text-box .text-img img {
	max-width: 60rem;
	width: 100%;
}
.pop-box .head-line03 {
	margin: 0 auto 2.3rem;
	max-width: 124rem;
	padding: 0 2rem;
}
.pop-box .head-line03 .en {
	color: #4EB4A2;
	font-size: 2.4rem;
}
.pop-box .head-line03 .inner::after {
	background-color: #4EB4A2;
	top: 1.6rem;
    left: calc(100% + 1.4rem);
}
.pop-box .content {
	padding: 13rem 5rem 15rem 11.3rem;
	max-width: 136.6rem;
	border-radius: 5rem;
	background: rgba(246,246,246,0.76);
	position: relative;
}
.pop-box .img-box {
	margin-bottom: 13.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.pop-box .img-box .photo {
	width: 41rem;
	position: relative;
	z-index: 10;
}
.pop-box .img-box .photo img {
	width: 100%;
	border-radius: 2.9rem;
	position: relative;
    z-index: 15;
}
.pop-box .img-box .photo.style img {
	border-radius: 6.9rem 2.2rem 14.5rem 2rem;
}
.pop-box .img-box .text-box {
	margin: 0.8rem 0 0 10rem;
	flex: 1;
	position: relative;
	z-index: 15;
}
.pop-box .img-box .text-box p {
	text-align: justify;
	font-size: 1.8rem;
	line-height: 2.05;
	letter-spacing: 0.1em;
}
.pop-box .head-line02 {
	padding: 0 0 1.2rem 0;
	font-size: 2.4rem;
	border-bottom: 1px solid #79C5A6;
	letter-spacing: 0.1em;
}
.pop-box .head-line02::before {
	display: none;
}
.pop-box .head-line02 .sml {
	margin-bottom: 1.5rem;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	position: relative;
}
.pop-box .head-line02 .sml span {
	position: relative;
	z-index: 10;
}
.pop-box .head-line02 .sml::before {
	width: 4.3rem;
    height: 4.3rem;
    position: absolute;
    top: -0.8rem;
	left: -1.8rem;
    background: url("../images/index/icon01.png") no-repeat left top / 100% 100%;
    content: "";
}
.pop-box .decorateImg {
	width: 36.7rem;
	height: 25.2rem;
}
.pop-box .decorateImg.right {
    left: auto;
    right: -7.5rem;
}
.pop-box .decorateImg.bottom {
    top: auto;
    bottom: -6.8rem;
}
.pop-box .box03 {
	margin-bottom: 12.7rem;
}
.pop-box .box03 .text-box {
	margin-top: -0.7rem;
}
.pop-box .box04 {
	display: block;
}
.pop-box .box04 .photo {
	width: auto;
}
.pop-box .box04 .text-box {
	margin: 00 auto 4.9rem;
	max-width: 99.6rem;
}
.pop-box .box04 .photo img {
	border-radius: 23.95rem 3.5rem;
}
.pop-box .box04 .head-line02 {
	padding-bottom: 0.9rem;
	color: #79C5A6;
	text-align: center;
}
.pop-box .box04 .head-line02 .sml {
	margin-bottom: 1.1rem;
	display: inline-block;
	vertical-align: top;
}
.pop-box .box04 .head-line02 .jp {
	display: block;
	font-size: 3.2rem;
	background: linear-gradient(105deg, #14B2BE -56.39%, #FCF4C2 141.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pop-box .box05 .decorateImg {
    width: 30.1rem;
    bottom: -9.3rem;
    left: -8.7rem;
}
.pop-box .en-img {
    position: absolute;
    top: -10.8rem;
    right: -11.6rem;
    width: 65.5rem;
}
.mfp-wrap {
	max-height: 100vh;
	overflow-y: auto;
}
@media all and (min-width: 820px) {
	.pop-box .close:hover {
		opacity: 0.7;
	}
	#pop02 .box04 {
		margin-bottom: 14.7rem;
	}
	#pop02 .box05 .text-box {
		margin: 7.5rem 0 0 10.5rem;
	}
	.pop-box .box02 {
		margin-bottom: 12rem;
	}
	.pop-box .box02 .text-box {
		margin: 0.8rem 10.5rem 0 0;
	}
	.pop-box .box02 .photo {
		margin: -2.6rem -15.7rem 0 0;
		width: 56.8rem;
		order: 3;
	}
	.pop-box .box02 .photo img {
		border-radius: 5.2rem;
	}
	.pop-box .box05 {
		margin-bottom: 13.4rem;
	}
	.pop-box .box05 .photo {
		margin: 0 0 0 -14.7rem;
		width: 45.3rem;
	}
	.pop-box .box05 .photo img {
		border-radius: 4.8rem;
	}
	.pop-box .box06 {
		margin-bottom: 0;
	}
	.pop-box .box06 .text-box {
		margin: 0.8rem 10.5rem 0 0;
	}
	.pop-box .box06 .photo {
		margin: 1.4rem -8.2rem 0 0;
		width: 59.5rem;
		order: 3;
	}
	.pop-box .box06 .photo img {
		border-radius: 14.5rem 2.8rem 9.9rem 2.8rem;
	}
	#pop02 .main-img .text-box {
		margin-left: 33rem;
	}
	#pop02 .en-img {
		top: -15.7rem;
		left: -6.4rem;
		width: 71.1rem;
	}
	.pop-box .position-box {
		position: relative;
	}
	.pop-box .line-img {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 10;
	}
	.pop-box .line01 {
		width: 112.9rem;
		top: 42.3rem;
	}
	.pop-box .line01 img {
		height: 29.3rem;
	}
	.pop-box .line02 {
		width: 126.3rem;
		top: 24.65%;
		left: 0;
		right: auto;
	}
	.pop-box .line02 img {
		height: 17.4rem;
	}
	.pop-box .line03 {
		width: 64.6rem;
		top: 38.3%;
	}
	.pop-box .line03 img {
		height: 14.3rem;
	}
	.pop-box .line04 {
		top: 59%;
		left: 0;
		width: 118.9rem;
		right: auto;
	}
	.pop-box .line04 img {
		height: 25rem;
	}
	.pop-box .line05 {
		width: 101.7rem;
		top: 78%;
	}
	.pop-box .line05 img {
		height: 25.2rem;
	}
	.pop-box .line06 {
		width: 192rem;
		bottom: -1%;
		top: auto;
		right: auto;
		left: 0;
	}
	.pop-box .line06 img {
		height: 32.2rem;
	}
}
@media all and (max-width: 819px) {
	.pop-box .bg-img {
		width: 37.5rem;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.pop-box .bg-img img {
		width: 100%;
	}
	.pop-box .bg01 {
		width: 100%;
	}
	.pop-box .bg01 img {
		height: 70.5rem;
	}
	.pop-box .bg02 {
		width: 25.2rem;
		top: 12%;
		right: auto;
		left: 0;
	}
	.pop-box .bg03 {
		width: 16.8rem;
		top: 34.5%;
	}
	.pop-box .bg04 {
		width: 100%;
		bottom: 0;
		top: auto;
		left: 0;
		right: auto;
	}
	.pop-box .bg04 img {
		max-height: 76.3rem;
	}
	.pop-box .inner-box {
		padding: 5.5rem 0 6rem;
		background: #fff;
	}
	.pop-box .main-img .text-box {
		width: auto;
		position: relative;
		top: auto;
		margin: -3rem auto 0;
		left: auto;
		max-width: 34.8rem;
		transform: translateX(0);
	}
	.pop-box .head-line03 .en {
		font-size: 1.6rem;
	}
	.pop-box .head-line03 .inner::after {
		width: 12rem;
		top: 1.1rem;
		left: 100%;
	}
	.pop-box .close {
		width: 3.8rem;
		position: fixed;
		top: 3.3rem;
		right: 1.4rem;
		cursor: pointer;
		z-index: 15;
	}
	.pop-box .head-line03 {
		margin: 0 2.8rem 0.9rem;
		padding: 0;
		max-width: inherit;
		position: relative;
		z-index: 10;
	}
	.pop-box .main-img .image {
		position: relative;
	}
	.pop-box .en-img {
		position: absolute;
		top: auto;
		right: auto;
		width: 18.4rem;
		bottom: 4.1rem;
		left: 2.7rem;
	}
	.pop-box .main-img .text-box .title {
		padding: 0.6rem 3.9rem;
		font-size: 1.2rem;
		text-align: left;
	}
	.pop-box .main-img .text-box .text-img {
		min-height: 11.5rem;
		padding: 1rem 1rem;
	}
	.pop-box .main-img .text-box .text-img img {
		max-width: 29.8rem;
	}
	.pop-box .main-img {
		margin-bottom: 3rem;
		z-index: 10;
	}
	.pop-box .content {
		padding: 5.9rem 1.4rem 5.3rem;
		max-width: 136.6rem;
		border-radius: 2rem;
		margin: 0 1.4rem;
	}
	.pop-box .img-box {
		margin-bottom: 5.3rem;
		display: block;
		position: relative;
	}
	.pop-box .img-box .photo {
		width: auto;
		margin-bottom: 3.2rem;
		z-index: 15;
	}
	.pop-box .img-box .text-box {
		margin: 0 1.4rem;
		position: relative;
		z-index: 15;
	}
	.pop-box .img-box .photo.style img {
		border-radius: 6.9rem 0.5rem 14.5rem 0.5rem;
	}
	.pop-box .head-line02 {
		margin-bottom: 2.1rem;
		font-size: 1.8rem;
		line-height: 1.5;
		padding-bottom: 1.3rem;
	}
	.pop-box .head-line02 .sml {
		font-size: 1.2rem;
		margin-bottom: 1.6rem;
	}
	.pop-box .head-line02 .sml::before {
		top: -1.2rem;
		left: -1.4rem;
	}
	.pop-box .img-box .text-box p {
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
	.pop-box .sp-txt {
		margin-bottom: 2.8rem;
		display: block;
	}
	.pop-box .sp-txt:last-child {
		margin-bottom: 0;
	}
	.pop-box .img-box .photo img {
		border-radius: 2rem;
	}
	.pop-box .box02 .photo {
		margin: 0 1.3rem 4.9rem 0;
	}
	.pop-box .decorateImg {
		width: 23.9rem;
		height: 16.4rem;
	}
	.pop-box .decorateImg.bottom {
		top: auto;
		bottom: -2.8rem;
	}
	.pop-box .decorateImg.right {
		left: auto;
		right: -1.3rem;
	}
	.pop-box .box04 .photo {
		margin: 0 -8.5rem 3.2rem -3.9rem;
	}
	.pop-box .box04 .photo img {
		border-radius: 22rem 2rem; 
	}
	.pop-box .box04 .head-line02 .jp {
		margin: 0 -1.5rem;
		font-size: 2.4rem;
	}
	.pop-box .box04 .head-line02 {
		padding-bottom: 1.2rem;
		line-height: 1.43;
	}
	.pop-box .box04 .head-line02 .sml {
		margin-bottom: 1.6rem;
	}
	.pop-box .box05 .photo {
		margin: 0 0 4.4rem 1.3rem;
	}
	.pop-box .box06 .photo img {
		border-radius: 15rem 0.5rem;
	}
	.pop-box .box06 {
		margin-bottom: 0;
	}
	.pop-box .box05 .decorateImg {
		width: 17.3rem;
		bottom: -2.1rem !important;
		left: -1.3rem;
	}
	.pop-box .line-img {
		position: absolute;
		width: calc(100% + 6rem);
		right: -3rem;
		top: -2rem;
		z-index: 10;
	}
	.pop-box .line-img img {
		width: 100%;
		height: 14.2rem;
	}
	.pop-box .box04 .line-img {
		top: -17.3rem;
	}
	.pop-box .box05 .line-img {
		top: -4.9rem;
	}
	.pop-box .box05 .line-img img {
		height: 10.3rem;
	}
	.pop-box .box06 .line-img {
		top: -3.9rem;
	}
	.pop-box .box06 .line-img img {
		height: 7.3rem;
	}
	.pop-box .box03 .line-img {
		top: -7.3rem;
	}
	.pop-box .box03 .line-img img {
		height: 10.3rem;
	}
	#pop02 .en-img {
		top: auto;
		width: 18.5rem;
		bottom: 2.5rem;
		right: 2.5rem;
		left: auto;
	}
}