@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: -11.4vw;
	position: relative;
}
#main .mainImg img {
	width: 100%;
}
#main .mainVisual .title {
	position: absolute;
	left: 9.3%;
	top: 33.3%;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .about {
	padding: 13.4vw 0 16rem;
	background: url(../img/index/about_bg.webp) no-repeat center top/100%;
}
#main .about h2 {
	margin-bottom: 21.8rem;
}
#main .about .imgBox {
	align-items: flex-end;
}
#main .about .imgBox .phoBox {
	width: 40rem;
	position: relative;
	z-index: 1;
}
#main .about .imgBox .phoBox img {
	width: 100%;
}
#main .about .imgBox .txtBox {
	width: 48rem;
}
#main .about .imgBox .txtBox h3 {
	margin-bottom: 2rem;
	font-size: 3rem;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}
#main .about .imgBox .txtBox p {
	line-height: 2;
	position: relative;
	z-index: 1;
}
#main .about .imgBoxR {
	margin: 0 0 8rem 0;
	flex-direction: row-reverse;
}
#main .about .imgBox01 {
	margin: 0 -1.6rem 8rem 1.6rem;
}
#main .about .imgBox01 .txtBox {
	position: relative;
}
#main .about .imgBox01 .txtBox:after {
	position: absolute;
	top: -10.8rem;
	left: -15.7rem;
	width: calc(100% + 27.5rem);
	height: calc(100% + 20rem);
	background-color: #fff;
	opacity: 0.9;
	border-radius: 27rem 1.2rem 0 0;
	content: "";
}
#main .gallery {
	margin-bottom: -12rem;
	position: relative;
	z-index: 1;
}
#main .gallery li {
	margin: 0 0.4rem;
}
#main .service {
	padding: 23.3rem 0 15.8rem;
	position: relative;
	background-color: #d7f3fd;
	border-radius: 8rem;
}
#main .service #service {
	position: absolute;
	left: 0;
	top: 12rem;
	width: 100%;
}
#main .service .content {
	max-width: 108rem;
}
#main .service h2 .en {
	color: #43c7f4;
}
#main .service .listUl {
	gap: 1.6rem;
}
#main .service .listUl li {
	width: calc((100% - 1.7rem)/2);
	padding: 1rem 3rem 1rem 3.1rem;
	min-height: 13.6rem;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 0.8rem;
}
#main .service .listUl .listImg {
	margin-right: 1.6rem;
	width: 6.4rem;
}
#main .service .listUl .rTxt {
	margin-bottom: 0.2rem;
	flex: 1;
}
#main .service .listUl .rTxt p {
	font-size: 1.4rem;
	line-height: 1.7;
}
#main .service .listUl .rTxt .ttl {
	margin-bottom: 0.3rem;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 700;
}
#main .service .listUl .rTxt .ttl:last-child {
	margin-bottom: 0;
}
#main .service .listUl .rTxt .ttl01 {
	font-size: 1.8rem;
	line-height: 1.78;
}
#main .service .listUl .rTxt .ttl02 {
	margin-right: -1rem;
}
#main .area {
	padding: 9rem 0 11rem;
	background-color: #fce3e5;
	border-radius: 8rem;
}
#main .area .content {
	align-items: center;
}
#main .area .lBox {
	margin-top: 2rem;
	width: 43rem;
}
#main .area .lBox .btnList {
	margin-bottom: 3rem;
}
#main .area .lBox .btnList li {
	margin-bottom: 1.6rem;
}
#main .area .lBox .btnList a {
	letter-spacing: 0.04em;
}
#main .area .lBox .btnList a:after {
	border-color: #F1717F;
}
#main .area .lBox .btnList li:last-child a:after {
	border-color: #43C7F4;
}
#main .area .lBox .btnList .on a {
	color: #fff;
	background-color: #f1717f;
}
#main .area .lBox .btnList .on a:after {
	border-color: #fff !important;
}
#main .area .lBox .btnList li:last-child.on a {
	background-color: #43c7f4;
}
#main .area .lBox p {
	line-height: 2;
	font-weight: 700;
	text-align: center;
}
#main .area .rBox {
	margin-right: -4rem;
	width: 52rem;
}
#main .locations {
	padding: 15rem 0 13rem;
	background-color: #ededed;
	border-radius: 8rem;
}
#main .locations .headLine01 .en {
	color: #b5b5b5;
}
#main .locations li {
	padding: 4.3rem 4rem 3.7rem;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 1.5rem
}
#main .locations .textImg {
	margin: 0 -1rem 2.2rem 0;
}
#main .locations .place {
	margin-bottom: 1.3rem;
}
#main .locations .tel,
#main .locations .fax {
	margin-bottom: 0.8rem;
	padding: 0.2rem 0 0.4rem;
	text-align: center;
	background-color: #DCDCDC;
	border-radius: 5rem;
}
#main .locations .note {
	margin-top: 2.4rem;
	padding-top: 1.1rem;
	text-align: center;
	border-top: 1px solid #505050;
}
#main .recruit {
	padding: 14.5rem 0 15.8rem;
	background-color: #d7f3fd;
	border-radius: 8rem;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#main .recruit h2 {
	margin-bottom: 6.5rem;
}
#main .recruit h2 .en {
	color: #43c7f4;
}
#main .recruit .lBox {
	margin-top: 1rem;
	width: calc(50% - 8rem);
	max-width: 80.8rem;
	border-radius: 0 1.6rem 1.6rem 0;
	overflow: hidden;
}
#main .recruit .mBox {
	padding: 0 8.5rem;
	flex: 1;
}
#main .recruit .mBox p {
	margin-bottom: 3.5rem;
	line-height: 2;
}
#main .recruit .rBox {
	margin-top: 1rem;
	width: calc(50% - 60rem);
	max-width: 38.4rem;
	min-width: 12rem;
	border-radius: 1.6rem 0 0 1.6rem;
	overflow: hidden;
}
#main .recruit .rBox .slider {
	width: 38.4rem;
}
#main .recruit .slider {
	font-size: 0;
}
#main .recruit .slider li {
	margin-left: 4rem !important;
	width: 38.4rem !important;
	vertical-align: top;
}
#main .recruit .slider li img {
	width: 100%;
	border-radius: 1.6rem;
}
#main .faq {
	padding-top: 11rem;
}
#main .faq .phoBox {
	margin-top: 2rem;
	width: calc(50% - 5.8rem);
}
#main .faq .phoBox img {
	width: 100%;
}
#main .faq .txtBox {
	width: 48rem;
	margin: 0 0 0 5.8rem;
}
#main .faq .txtBox h2 .en {
	color: #505050;
	opacity: 0.5;
}
#main .faq .qaList li {
	counter-increment: list;
	background-color: #d9f4fd;
	border-radius: 0.8rem;
}
#main .faq .qaList li:not(:last-child) {
	margin-bottom: 0.8rem;
}
#main .faq .qaList .ttl {
	cursor: pointer;
	padding: 1.9rem 4.4rem 2rem 7.2rem;
	transition: .3s;
}
#main .faq .qaList .ttl, #main .faq .qaList .txt .sub {
	position: relative;
}
#main .faq .qaList .ttl:before, #main .faq .qaList .txt .sub:before {
	position: absolute;
	left: 2.4rem;
	top: 2rem;
	color: #43c7f4;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	content: "Q" counter(list) ".";
	font-family: "Poppins", sans-serif;
}
#main .faq .qaList .ttl:after {
	position: absolute;
	right: 2.5rem;
	top: 2.4rem;
	transform: translateX(-50%);
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #43c7f4;
	border-left: 2px solid #43c7f4;
	transition: .3s;
	transform: rotate(-135deg);
	content: "";
}
#main .faq .qaList .ttl.on:after {
	margin-top: 0.7rem;
	transform: rotate(45deg);
}
#main .faq .qaList .txt {
	padding: 0 2.5rem 1.7rem;
	display: none;
}
#main .faq .qaList .txt .sub {
	display: block;
	padding: 1.7rem 1.5rem 1.5rem 6.4rem;
	line-height: 2;
	background-color: #fff;
	border-radius: 0.8rem;
	letter-spacing: -0.05em;
}
#main .faq .qaList .txt .sub:before {
	color: #f27a87;
	content: "A.";
	left: 2.4rem;
	top: 2.1rem;
}
#main .message {
	margin-top: -1rem;
	padding: 13rem 0 11.2rem;
	flex-direction: row-reverse;
	background: url(../img/index/message_bg02.png) no-repeat left top -14rem, url(../img/index/message_bg01.png) no-repeat bottom 9.4rem right calc(50% - 22.2rem);
}
#main .message .pho {
	width: calc(50% - 5.8rem);
}
#main .message .pho img {
	width: 100%;
}
#main .message .textBox {
	width: 48rem;
	margin: 2.1rem 5.8rem 0 0;
}
#main .message .textBox p {
	margin-bottom: 2.4rem;
	line-height: 2;
}
#main .message .textBox .name {
	margin: 3.6rem 0 0;
	text-align: right;
	letter-spacing: 0.05em;
}
#main .message .headLine01 .en {
	color: #505050;
	opacity: 0.5;
}
#main .information {
	max-width: 128rem;
	margin: 0 auto -25rem;
	position: relative;
	z-index: 1;
	padding: 7rem 0 8rem;
	border-radius: 8rem;
	background-color: #fce3e5;
}
#main .information li:not(:last-child) {
	margin-bottom: 0.8rem;
}
#main .information li a {
	min-height: 8rem;
	padding: 1.7rem 5rem 1.9rem 4rem;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 5rem;
	letter-spacing: -0.05em;
	background-color: #fff;
}
#main .information li a:after {
	position: absolute;
	right: 3.4rem;
	top: 50%;
	margin-top: -0.5rem;
	width: 1rem;
	height: 1rem;
	transition: .3s;
	border-top: 2px solid #505050;
	border-right: 2px solid #505050;
	transform: rotate(45deg);
	content: "";
}
#main .information li a:hover {
	opacity: 0.7;
}
#main .information li .time {
	margin-top: 0.2rem;
	width: 11rem;
	flex-shrink: 0;
	font-weight: 700;
	letter-spacing: 0;
	font-family: "Poppins", sans-serif;
}
#main .instagram {
	padding: 37.2rem 0 16.2rem;
	background-color: #d7f3fd;
	border-radius: 8rem;
}
#main .instagram .ttl {
	margin: 0 3.5rem;
	color: #43c7f4;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}
#main .instagram .inner {
	align-items: center;
}
#main .instagram .insList {
	width: 75.2rem;
	gap: 1.6rem;
}
#main .instagram .insList li {
	width: 17.6rem;
}
#main .instagram .insList li a {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 0.8rem;
	overflow: hidden;
}
/* #main .instagram .insList li a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/ins_bg01.png) no-repeat left top/100% 100%;
	content: "";
}
#main .instagram .insList li:nth-child(2n) a:after {
	background-image: url(../img/index/ins_bg02.png)
} */
#main .instagram .insList li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .instagram .insList li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1280px) {
	#main .mainVisual .title {
		font-size: 2.1vw;
	}
}
@media all and (min-width: 897px) {
	#main .locations .headLine01 {
		margin-bottom: 7.9rem;
	}
	#main .locations .content {
		max-width: 108rem;
	}
	#main .locations ul {
		position: relative;
	}
	#main .locations ul::after {
		content: "";
		width: 32rem;
	}
	#main .locations li {
		width: 32rem;
	}
	#main .message .headLine01 {
		margin-bottom: 5.9rem;
	}
	#main .area .lBox .btnList a:hover {
		background-color: #f1717f;
	}
	#main .area .lBox .btnList li:last-child a:hover {
		background-color: #43c7f4;
	}
	#main .area .lBox .btnList a:hover:after {
		border-color: #fff !important;
	}
	#main .faq .qaList .ttl:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: -5vw;
		overflow: hidden;
	}
	#main .mainImg img {
		max-width: inherit;
		width: 124%;
		margin: 0 -12%;
	}
	#main .mainVisual .title {
		top: 40%;
		left: 17%;
		font-size: 4.2vw;
		line-height: 1.5;
		white-space: nowrap;
		text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
	}
	#main .about {
		padding: 13.4vw 0 6rem;
		background-position: center top 4%;
		background-size: 120% auto;
	}
	#main .about h2 {
		margin-bottom: 10rem;
	}
	#main .about .imgBox .phoBox {
		margin: 0 -2rem 3rem;
		width: calc(100% + 4rem);
		order: 0;
	}
	#main .about .imgBox .txtBox {
		width: 100%;
		order: 1;
	}
	#main .about .imgBox .txtBox h3 {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#main .about .imgBox {
		margin: 0 0 4rem !important;
	}
	#main .about .imgBox:last-child {
		margin-bottom: 0 !important;
	}
	#main .about .imgBox01 .txtBox:after {
		display: none;
	}
	#main .gallery {
		margin-bottom: -8rem;
	}
	#main .gallery li {
		margin: 0 0.2rem;
		width: 16rem;
	}
	#main .service {
		padding: 12rem 0 8rem;
		border-radius: 4rem;
	}
	#main .service #service {
		top: 8rem;
	}
	#main .service .listUl {
		display: block;
	}
	#main .service .listUl li {
		width: auto;
		padding: 1rem;
		min-height: 10rem;
	}
	#main .service .listUl li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#main .service .listUl .listImg {
		width: 4rem;
	}
	#main .service .listUl .rTxt p {
		font-size: 1.2rem;
	}
	#main .service .listUl .rTxt .ttl {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	#main .service .listUl .rTxt .ttl01 {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#main .service .listUl .rTxt .ttl02 {
		margin-right: 0;
	}
	#main .area {
		padding: 6rem 0;
		border-radius: 4rem;
	}
	#main .area .content {
		display: block;
	}
	#main .area .lBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .area .lBox .btnList {
		margin-bottom: 2rem;
	}
	#main .area .lBox .btnList li {
		margin-bottom: 1rem;
	}
	#main .area .lBox .btnList a:after {
		margin-top: -0.6rem;
		transform: rotate(135deg);
	}
	#main .area .rBox {
		margin-right: 0;
		width: auto;
		text-align: center;
	}
	#main .locations {
		padding: 5rem 0;
		border-radius: 4rem;
	}
	#main .locations ul {
		display: block;
	}
	#main .locations li {
		margin-bottom: 1rem;
		padding: 2rem;
	}
	#main .locations li:last-child {
		margin-bottom: 0;
	}
	#main .recruit {
		padding: 7rem 0;
		border-radius: 4rem;
		display: block;
	}
	#main .recruit h2 {
		margin-bottom: 3rem;
	}
	#main .recruit .lBox {
		margin: 0;
		width: auto;
		max-width: inherit;
	}
	#main .recruit .mBox {
		padding: 3rem 2rem 0;
	}
	#main .recruit .mBox p {
		margin-bottom: 2rem;
	}
	#main .recruit .rBox {
		display: none;
	}
	#main .recruit .slider li {
		margin-left: 2rem !important;
		width: 47.4vw !important;
	}
	#main .faq {
		margin-bottom: -1rem;
		padding-top: 6rem;
		position: relative;
		z-index: 1;
		display: block;
	}
	#main .faq .phoBox {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .faq .txtBox {
		width: auto;
		margin: 0 2rem;
	}
	#main .faq .qaList .ttl {
		padding: 1.5rem 3rem 1.2rem 5rem;
		min-height: 5rem;
	}
	#main .faq .qaList .ttl:before, #main .faq .qaList .txt .sub:before {
		font-size: 2rem;
		left: 1rem;
		top: 1.5rem;
	}
	#main .faq .qaList .ttl:after {
		right: 1.5rem;
		top: 1.8rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	#main .faq .qaList .ttl.on:after {
		margin-top: 0.5rem;
	}
	#main .faq .qaList .txt {
		padding: 0 1.5rem 1.5rem;
	}
	#main .faq .qaList .txt .sub {
		padding: 1.2rem 1.5rem 1rem 4rem;
	}
	#main .faq .qaList .txt .sub:before {
		left: 1.5rem;
		top: 1.5rem;
	}
	#main .message {
		padding: 6rem 0;
		display: block;
		background-position: left top -10rem, bottom 4rem right;
		background-size: 14rem auto, 33rem auto;
	}
	#main .message .pho {
		width: auto;
	}
	#main .message .textBox {
		width: auto;
		margin: 2rem 2rem 0;
	}
	#main .message .textBox p {
		margin-bottom: 1.5rem;
	}
	#main .message .textBox .name {
		margin: 2rem 0 0;
		letter-spacing: 0;
	}
	#main .information {
		max-width: inherit;
		margin: 0 1rem;
		padding: 3rem 0;
		border-radius: 4rem;
	}
	#main .information li a {
		min-height: inherit;
		padding: 1rem 3rem;
		display: block;
	}
	#main .information li a:after {
		right: 2rem;
		width: 0.8rem;
		height: 0.8rem;
		margin-top: -0.4rem;
	}
	#main .information li .time {
		width: auto;
		display: block;
	}
	#main .instagram {
		padding: 6rem 2rem 3rem;
		border-radius: 4rem;
	}
	#main .instagram .ttl {
		margin: 0 0 3rem;
		font-size: 2rem;
		text-align: center;
	}
	#main .instagram .inner {
		display: block;
	}
	#main .instagram .insList {
		margin-bottom: 3rem;
		width: auto;
		gap: 1.6rem;
	}
	#main .instagram .insList li {
		width: calc((100% - 1.6rem)/2);
	}
}