@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainImg */
#main .mainImg {
	margin-bottom: 8rem;
	padding-top: 2.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .mainImg .photoBox {
	width: calc(50% + 20rem);
	order: 3;
	height: 49.5rem;
	overflow: hidden;
	border-radius: 5.5rem 0 0 5.5rem;
}
#main .mainImg .photoBox img,
#main .mainImg .photoBox video,
#main .mainImg .photoBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .leftBox {
	flex: 1;
	margin-top: 14.4rem;
}
#main .mainImg .innerBox {
	padding-left: 2.5rem;
	margin-left: auto;
	max-width: 37.6rem;
	width: 100%;
	position: relative;
}
#main .mainImg .innerBox::before {
	width: 0.1rem;
	height: 15.8rem;
	position: absolute;
	top: 1.2rem;
	left: 0;
	background-color: #9f0e15;
	content: "";
}
#main .mainImg .title {
	margin-bottom: 2.6rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.66;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		display: block;
		padding-top: 3.1rem;
		margin-bottom: 9.5rem;
	}
	#main .mainImg .photoBox {
		width: auto;
		order: 3;
		height: auto;
		overflow: hidden;
		border-radius: 2.5rem 0 0 2.5rem;
		margin-left: 1.7rem;
		aspect-ratio: 358/388;
	}
	#main .mainImg .innerBox {
		padding-left: 1.3rem;
		max-width: inherit;
	}
	#main .mainImg .leftBox {
		margin: 2rem 1.5rem 0;
	}
	#main .mainImg .title {
		margin-bottom: 0.9rem;
		font-size: 2rem;
		line-height: 1.76;
		letter-spacing: 0.05em;
	}
	#main .mainImg .innerBox::before {
		width: 0.2rem;
		height: 9.9rem;
		top: 0.7rem;
	}
}



/* topBox */
#main .topBox {
	margin-bottom: 13.9rem;
}
#main .topBox .title {
	margin-bottom: 1.5rem;
	font-size: 3rem;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .topBox .comTxt {
	margin-bottom: 14.7rem;
}
#main .topBox .imgBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 1.6rem;
}
#main .topBox .imgBox .photo {
	width: 34.5rem;
	position: relative;
  	z-index: 10;
}
#main .topBox .imgBox .photo img {
	width: 100%;
}
#main .topBox .imgBox .photo a {
	display: block;
}
#main .topBox .imgBox .rightBox {
	margin: -0.9rem 0 0 5.5rem;
	flex: 1;
	position: relative;
}
#main .topBox .imgBox .rightBox::before {
	width: 999.9rem;
	position: absolute;
	top: -7.7rem;
	bottom: 17.6rem;
	left: -11.8rem;
	background-color: #ebf6fc;
	content: "";
	z-index: -1;
}
#main .topBox .imgBox p {
	margin-bottom: 3.2rem;
	text-align: justify;
	line-height: 2;
}
#main .topBox .imgBox p:last-child {
	margin-bottom: 0;
}
#main .topBox .imgBox .image {
	margin: -0.5rem -7.7rem 0 -6.9rem;
}
#main .topBox .imgBox .image img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .topBox .imgBox .photo a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .topBox .comTxt {
		margin-bottom: 4.9rem;
		line-height: 1.78;
	}
	#main .topBox .title {
		letter-spacing: 0.05em;
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}
	#main .topBox .imgBox .rightBox {
		margin: 0;
	}
	#main .topBox .imgBox .photo {
		width: 67%;
		margin: 0 0 2.6rem 0.2rem;
	}
	#main .topBox .imgBox {
		display: block;
		font-size: 1.4rem;
	}
	#main .topBox .imgBox p {
		margin-bottom: 2.7rem;
		line-height: 1.75;
	}
	#main .topBox .imgBox .image {
		margin: -0.6rem 0 0 0.1rem;
	}
	#main .topBox .imgBox .rightBox::before {
		top: -20.8rem;
		bottom: 7.4rem;
		left: 6.1rem;
	}
	#main .topBox {
		margin-bottom: 7.7rem;
	}
}


/* serviceBox */
#main .serviceBox {
	padding-bottom: 10.3rem;
	position: relative;
}
#main .serviceBox::before {
	width: 9999.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background : linear-gradient(0deg, rgba(192, 225, 243, 1) 0%, rgba(197, 227, 244, 1) 23.42%, rgba(211, 234, 247, 1) 50.65%, rgba(234, 245, 251, 1) 79.66%, rgba(255, 255, 255, 1) 100%);
	content: "";
	z-index: -1;
}
#main .serviceBox .flexBox {
	margin-bottom: 3.3rem;
	display: flex;
	justify-content: space-between;
}
#main .serviceBox .flexBox .comTxt {
	width: 46.2rem;
}
#main .serviceBox .flexBox .title {
	flex: 1;
}
#main .serviceBox .listUl > li {
	margin-bottom: 4rem;
	padding: 1.9rem 2.4rem;
	display: flex;
	background-color: #fff;
	position: relative;
}
#main .serviceBox .listUl > li:last-child {
	margin-bottom: 0;
}
#main .serviceBox .listUl > li::before {
	width: 34rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #0396d7 url("../img/common/icon02.jpg") no-repeat right top;
	background-size: auto 100%;
	content: "";
}
#main .serviceBox .listUl .photo {
	width: 38.5rem;
	order: 3;
	border-radius: 2rem;
	overflow: hidden;
}
#main .serviceBox .listUl .photo img {
	width: 100%;
}
#main .serviceBox .listUl .textBox {
	flex: 1;
	margin: 1.3rem 2.7rem 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#main .serviceBox .listUl .textBox p {
	line-height: 2.28;
	text-align: justify;
}
#main .serviceBox .listUl .title {
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#main .serviceBox .txtUl {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	width: 100%;
}
#main .serviceBox .txtUl li {
	width: calc((100% - 3rem) / 3);
	background-color: #0099d5;
	border-radius: 5rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.3rem 0 0.5rem;
	font-size: 1.5rem;
}
#main .serviceBox .headLine01 {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .serviceBox {
		padding-bottom: 5rem;
		position: relative;
	}
	#main .serviceBox .flexBox {
		margin-bottom: 6.4rem;
		display: block;
	}
	#main .serviceBox .flexBox .comTxt {
		width: auto;
	}
	#main .serviceBox .listUl > li {
		margin-bottom: 3rem;
		padding: 2.4rem 1.2rem 2.5rem;
		display: block;
	}
	#main .serviceBox .listUl > li::before {
		width: 20rem;
	}
	#main .serviceBox .listUl .photo {
		width: auto;
		border-radius: 2rem;
		margin-bottom: 1.2rem;
	}
	#main .serviceBox .listUl .textBox {
		margin: 0;
		display: block;
	}
	#main .serviceBox .listUl .textBox p {
		line-height: 1.75;
	}
	#main .serviceBox .listUl .title {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	#main .serviceBox .txtUl {
		margin: 1.8rem 0 0 0;
		gap: 0.8rem;
	}
	#main .serviceBox .txtUl li {
		width: calc((100% - 1.6rem) / 3);
		padding: 0.2rem 0 0.3rem;
		font-size: 1rem;
	}
	#main .serviceBox .headLine01 {
		margin-bottom: 1.3rem;
	}
	#main .serviceBox .topInner {
		min-height: 15rem;
	}
}


/* spaceBox */
#main .spaceBox {
	padding: 1.5rem 0;
	background-color: #f3f3f3;
	text-align: center;
	position: relative;
	z-index: 10;
}
#main .spaceBox .innerBg {
	padding: 8.2rem 0 9.5rem;
	background: url("../img/index/bg.png") no-repeat center center / cover;
}
#main .spaceBox .comTxt {
	text-align: center;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	#main .spaceBox {
		padding: 0.8rem 0;
	}
	#main .spaceBox .comTxt {
		text-align: left;
		font-size: 1.4rem;
	}
	#main .spaceBox .innerBg {
		padding: 6.8rem 0 8.8rem;
		background-image: url("../img/index/bg_sp.png");
	}
}


/* bgBox */
#main .bgBox {
	margin: 0 auto;
	max-width: 128rem;
	position: relative;
}
#main .iconUl li {
	position: absolute;
	width: 2.3rem;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	#main .iconUl .icon01 {
		width: 2.3rem;
		top: -3rem;
		left: 5.9rem;
	}
	#main .iconUl .icon02 {
		width: 10.1rem;
		left: 50%;
		top: 2.7rem;
		margin-left: 14.9rem;
	}
	#main .iconUl .icon03 {
		width: 7.5rem;
		right: 5.5%;
		top: -2.3rem;
	}
	#main .iconUl .icon04 {
		width: 13.3rem;
		top: 5.9%;
		left: -1.7rem;
	}
	#main .iconUl .icon05 {
		width: 2.5rem;
		top: 8.1%;
		left: 50%;
		margin-left: 24.6rem;
	}
	#main .iconUl .icon06 {
		width: 15rem;
		right: -0.7rem;
		top: 8.5%;
	}
	#main .iconUl .icon07 {
		width: 20.3rem;
		top: 31.9%;
		left: -4.3rem;
	}
	#main .iconUl .icon08 {
		width: 5rem;
		top: 41.3%;
		left: 26.2%;
	}
	#main .iconUl .icon09 {
		width: 11.5rem;
		top: 48.4%;
		left: 50%;
		margin-left: 21.6rem;
	}
	#main .iconUl .icon10 {
		width: 6.5rem;
		top: 52.5%;
		left: 2.3rem;
	}
	#main .iconUl .icon11 {
		width: 19rem;
		top: 56.5%;
		right: -10rem;
	}
	#main .iconUl .icon12 {
		width: 17.5rem;
		bottom: 20.5%;
		left: -6.9rem;
	}
	#main .iconUl .icon13 {
		width: 7.5rem;
		bottom: 14.3%;
		right: 1.3rem;
	}
	#main .iconUl .icon14 {
		width: 1.6rem;
		top: 5.2%;
		right: 16.3%;
	}
	#main .iconUl .icon15 {
		width: 3.4rem;
		left: 3.8%;
		bottom: 11.1%;
	}
	#main .iconUl .icon16 {
		width: 5rem;
		right: 5.8%;
		bottom: 1%;
	}
}
@media all and (max-width: 896px) {
	#main .bgBox01 .iconUl .icon01 {
		width: 1.2rem;
		top: -3rem;
		right: 2.4rem;
	}
	#main .bgBox01 .iconUl .icon02 {
		width: 5rem;
		right: 7%;
		top: 7.6%;
	}
	#main .bgBox01 .iconUl .icon03 {
		width: 3.8rem;
		right: 27.8%;
		top: 13.5%;
	}
	#main .bgBox01 .iconUl .icon07 {
		width: 10rem;
		top: 12.5%;
		right: -4.9rem;
	}
	#main .bgBox01 .iconUl .icon08 {
		width: 2.5rem;
		top: -17.1rem;
		right: 11.8%;
	}
	#main .bgBox01 .iconUl .icon10 {
		width: 3.2rem;
		top: 46.1%;
		left: 13%;
	}
	#main .bgBox01 .iconUl .icon12 {
		width: 8.7rem;
		top: -11.2rem;
		right: 24.3%;
	}
	#main .bgBox01 .iconUl .icon14 {
		width: 0.8rem;
		top: 16.5%;
		right: 22.3%;
	}
	#main .bgBox01 .iconUl .icon15 {
		width: 1.2rem;
		right: 6.5%;
		top: 44%;
	}
	#main .bgBox01 .iconUl .icon16 {
		width: 2.5rem;
		right: 12.1%;
		top: 39.1%;
	}
	#main .bgBox01 .iconUl .icon17 {
		width: 8.7rem;
		right: 23.9%;
		top: 41.2%;
	}
	#main .bgBox01 .iconUl .icon04 {
		top: 58.8%;
		left: -0.6rem;
		width: 6.6rem;
	}
	#main .bgBox01 .iconUl .icon18 {
		width: 3.2rem;
		top: -8.1rem;
		left: 14%;
	}
	#main .bgBox01 .iconUl .icon19 {
		width: 8.7rem;
		right: -1.4rem;
		top: 65.2%;
	}
	#main .bgBox01 .iconUl .icon20 {
		width: 10rem;
		bottom: 12.6%;
		left: -4.9rem;
	}
	#main .bgBox01 .iconUl .icon21 {
		width: 2.5rem;
		bottom: 2.2rem;
		right: 0.2rem;
	}
}


/* messageBox */
#main .messageBox {
	padding: 13.5rem 0 12.2rem;
}
#main .messageBox .imgBox {
	margin-bottom: 5.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	font-size: 1.5rem;
}
#main .messageBox .imgBox .photo {
	width: 34.5rem;
	order: 3;
	border-radius: 2rem;
	overflow: hidden;
}
#main .messageBox .imgBox .photo img {
	width: 100%;
}
#main .messageBox .imgBox::before {
	width: 66.4rem;
	height: 48.4rem;
	position: absolute;
	top: -4.6rem;
	left: 50%;
	transform: translateX(-50%);
	border: 1rem solid #ecf5fa;
	content: "";
	border-radius: 3.5rem;
	z-index: -1;
	box-sizing: border-box;
}
#main .messageBox .imgBox .textBox {
	flex: 1;
	margin: -0.1rem 2rem 0 0;
}
#main .messageBox .subTitle {
	margin-bottom: 4rem;
	font-size: 3rem;
	letter-spacing: 0.1em;
}
#main .messageBox .subTitle small {
	margin-top: 0.9rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#main .messageBox .headLine01 {
	margin-bottom: 6rem;
}
#main .messageBox .comTxt {
	margin-bottom: 4.4rem;
}
#main .showBox {
	padding: 2.7rem 3rem 3.2rem;
	background-color: #ebf6fc;
	letter-spacing: 0.05em;
}
#main .showBox p {
	margin-bottom: 3.3rem;
	line-height: 2.28;
	text-align: justify;
}
#main .showBox p:last-child {
	margin-bottom: 0;
}
#main .showBox .innerBox {
	height: 12.8rem;
	overflow: hidden;
}
#main .showBox .innerBox.on {
	height: auto;
}
#main .showBox .btn {
	margin: 1.2rem auto 0;
	width: 17rem;
	height: 3rem;
	border-radius: 5rem;
	color: #fff;
	background-color: #0099d5;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	cursor: pointer;
}
#main .showBox .btn span {
	display: inline-block;
}
#main .showBox .btn .off {
	display: none;
}
#main .showBox .btn::after {
	margin-top: -0.3rem;
	width: 1.4rem;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	right: 1.3rem;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .showBox .btn.on::after {
	transform: rotate(180deg);
}
#main .showBox .btn.on .off {
	display: block;
}
#main .showBox .btn.on .open {
	display: none;
}
@media all and (min-width: 897px) {
	#main .showBox .btn:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .messageBox {
		padding: 5.3rem 0 5rem;
	}
	#main .messageBox .imgBox {
		margin-bottom: 7.5rem;
		display: block;
		font-size: 1.3rem;
	}
	#main .messageBox .imgBox .photo {
		width: auto;
		margin-bottom: 1.2rem;
		border-radius: 1.5rem;
	}
	#main .messageBox .imgBox::before {
		width: 30.5rem;
		height: 24.2rem;
		top: auto;
		left: auto;
		right: -12.6rem;
		transform: translateX(0);
		border: 0.5rem solid #ecf5fa;
		border-radius: 1.5rem;
		bottom: -4.1rem;
	}
	#main .messageBox .imgBox .textBox {
		margin: 0;
	}
	#main .messageBox .subTitle {
		margin-bottom: 2.7rem;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	#main .messageBox .subTitle small {
		margin-top: 0.2rem;
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	#main .messageBox .headLine01 {
		margin-bottom: 1.3rem;
	}
	#main .messageBox .comTxt {
		margin-bottom: 1.9rem;
	}
	#main .showBox {
		padding: 1.3rem 1.3rem 2.3rem;
		letter-spacing: 0;
	}
	#main .showBox p {
		line-height: 1.78;
		margin-bottom: 2.7rem;
	}
	#main .showBox .innerBox {
		height: 22.7rem;
	}
	#main .showBox .btn {
		margin: 1.2rem auto 0;
		width: 17rem;
		height: 3rem;
		border-radius: 5rem;
	}
	#main .showBox .btn::after {
		margin-top: -0.3rem;
		width: 1.4rem;
		height: 0.8rem;
		top: 50%;
		right: 1.3rem;
	}
}

/* instructorBox */
#main .instructorBox,
#main .faqBox {
	position: relative;
	padding: 6.1rem 0 5.8rem;
}
#main .instructorBox::before,
#main .faqBox::before {
	width: 9999.9rem;
	position: absolute;
	top: 10rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ebf6fc;
	content: "";
	z-index: -1;
}
#main .instructorBox .headLine01 {
	margin-bottom: 6.8rem;
}
#main .instructorBox .imgUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8rem;
}
#main .instructorBox .imgUl li {
	width: 25rem;
}
#main .instructorBox .imgUl .name {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
#main .instructorBox .imgUl .name small {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#main .instructorBox .imgUl .image {
	border-radius: 2rem;
	margin-bottom: 2rem;
	overflow: hidden;
}
#main .instructorBox .imgUl .image img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .instructorBox, #main .faqBox {
		padding: 0.5rem 0 4.7rem;
	}
	#main .instructorBox::before,
	#main .faqBox::before {
		top: 2.5rem;
		bottom: 0;
	}
	#main .instructorBox .headLine01 {
		margin-bottom: 3.1rem;
		font-size: 1.2rem;
	}
	#main .instructorBox .imgUl {
		display: flex;
		justify-content: space-between;
		gap: 2.8rem 0;
	}
	#main .instructorBox .imgUl li {
		width: calc(50% - 0.7rem);
	}
	#main .instructorBox .imgUl .name {
		font-size: 1.4rem;
		line-height: 1.45;
		letter-spacing: 0.05em;
	}
	#main .instructorBox .imgUl .name small {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	#main .instructorBox .imgUl .image {
		border-radius: 1rem;
		margin-bottom: 1.5rem;
	}
}

/* voiceBox */
#main .voiceBox {
	padding: 8.9rem 0 11.7rem;
}
#main .voiceBox .listUl {
	margin: 0 -1.8rem;
}
#main .voiceBox .listUl .slick-slide > div {
	margin: 0 1rem;
	width: 47.9rem;
	padding: 0.8rem;
}
#main .voiceBox .slideBox {
	padding-left: 14rem;
    overflow: hidden;
    margin-right: min(0rem,calc((128rem - 100vw) / 2));
	position: relative;
  	z-index: 10;
}
#main .voiceBox .listUl li {
	font-weight: 500;
}
#main .voiceBox .listUl .bg {
	border-radius: 2rem;
	background : #f3f3f3;
	padding: 2.7rem 2.1rem 2.1rem;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(147,206,236, 0.6);
}
#main .voiceBox .listUl .flexBox {
	display: flex;
	margin-bottom: 1.8rem;
}
#main .voiceBox .listUl .photo {
	width: 9.9rem;
}
#main .voiceBox .listUl .photo img {
	width: 100%;
}
#main .voiceBox .listUl .textBox {
	flex: 1;
	margin: 0.5rem 0 0 1.7rem;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#main .voiceBox .listUl .ttl {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#main .voiceBox .listUl .btmBox {
	font-size: 1.6rem;
	line-height: 2;
	margin-left: 0.9rem;
	letter-spacing: 0.03em;
}
#main .voiceBox .headLine01 {
	margin-bottom: 5.2rem;
}
#main .slick-dots {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	margin-top: 4rem;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
#main .slick-dots button {
	display: none;
}
#main .slick-dots li {
	margin: 0 !important;
	width: 1rem !important;
	height: 1rem !important;
	background-color: #cfe5f5;
	border-radius: 50%;
	overflow: hidden;
}
#main .slick-dots .slick-active {
	background-color: #0f7ccc;
}
@media all and (max-width: 896px) {
	#main .voiceBox {
		padding: 6rem 0 6.2rem;
	}
	#main .voiceBox .listUl {
		margin: 0 -0.8rem;
	}
	#main .voiceBox .listUl .slick-slide > div {
		margin: 0 0.6rem;
		width: 30.8rem;
		padding: 0.4rem;
	}
	#main .voiceBox .listUl .bg {
		border-radius: 1rem;
		padding: 2rem 1rem 2.4rem;
		box-shadow: 0.2rem 0.2rem 0.4rem rgba(147,206,236, 0.6);
	}
	#main .voiceBox .listUl .flexBox {
		margin-bottom: 1.8rem;
	}
	#main .voiceBox .listUl .photo {
		width: 7.9rem;
	}
	#main .voiceBox .listUl .textBox {
		margin: 0.3rem 0 0 1.4rem;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	#main .voiceBox .listUl .ttl {
		margin-bottom: 0.3rem;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#main .voiceBox .listUl .btmBox {
		font-size: 1.4rem;
		line-height: 1.78;
		margin-left: 0.4rem;
		letter-spacing: 0;
	}
	#main .voiceBox .headLine01 {
		margin-bottom: 3.3rem;
	}
	#main .voiceBox .slideBox {
		margin: 0 0 0 1.1rem;
		padding-left: 0;
	}
	#main .voiceBox .slick-dots {
		margin-right: 1.1rem;
	}
}


/* accessBox */
#main .accessBox {
	padding: 5.6rem 0 6.2rem;
	color: #fff;
	background-color: #0099d5;
	position: relative;
  	z-index: 10;
}
#main .accessBox .flexBox {
	display: flex;
}
#main .accessBox .mapBox {
	width: 52.7rem;
	height: 29.5rem;
	overflow: hidden;
	border-radius: 1rem;
	background-color: #e8e9ed;
}
#main .accessBox .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .accessBox .comTxt {
	margin-bottom: 5rem;
}
#main .accessBox .textBox {
	flex: 1;
	margin: 0.1rem 0 0 5.1rem;
}
#main .accessBox .title {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .accessBox .txtDl {
	line-height: 2.28;
	display: flex;
	flex-wrap: wrap;
	padding-left: 2rem;
	letter-spacing: 0.1em;
	position: relative;
}
#main .accessBox .txtDl::before {
	width: 0.1rem;
	height: 91%;
	position: absolute;
	top: 1.1rem;
	left: 1.1rem;
	background-color: #fff;
	content: "";
}
#main .accessBox .txtDl dt {
	width: 10.4rem;
}
#main .accessBox .txtDl dd {
	width: calc(100% - 10.4rem);
}
#main .accessBox .txtDl a {
	color: #fff;
}
#main .accessBox .comBtn {
	margin: 2.3rem 2rem 0 0;
}
@media all and (max-width: 896px) {
	#main .accessBox {
		padding: 3.3rem 0 4.1rem;
	}
	#main .accessBox .flexBox {
		display: block;
	}
	#main .accessBox .mapBox {
		margin-bottom: 1.3rem;
		width: 100%;
		height: auto;
		aspect-ratio: 345/193;
		border-radius: 0.5rem;
	}
	#main .accessBox .comTxt {
		margin-bottom: 2.5rem;
		text-align: left;
	}
	#main .accessBox .textBox {
		margin: 0;
	}
	#main .accessBox .title {
		margin-bottom: 0.6rem;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	#main .accessBox .txtDl {
		line-height: 1.5;
		padding-left: 0.7rem;
		font-size: 1.2rem;
	}
	#main .accessBox .txtDl::before {
		width: 0.1rem;
		height: 85%;
		top: 0.6rem;
		left: 0.5rem;
	}
	#main .accessBox .txtDl dt {
		width: 8.3rem;
	}
	#main .accessBox .txtDl dd {
		width: calc(100% - 8.3rem);
	}
	#main .accessBox .comBtn {
		margin: 2.9rem 0 0 0;
	}
}

/* priceBox */
#main .priceBox {
	padding: 9.1rem 0 8.4rem;
}
#main .priceBox .flexBox {
	display: flex;
	justify-content: space-between;
}
#main .priceBox .flexBox .subBox {
	padding: 4.2rem 5.7rem 3.9rem;
	width: calc(50% - 2rem);
	background-color: #ebf6fc;
	border-radius: 2rem;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}
#main .priceBox .flexBox .subBox .enImg {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 5.7rem;
}
#main .priceBox .headLine02 {
	font-size: 2rem;
	margin-bottom: 5.6rem;
}
#main .priceBox .headLine01 {
	margin-bottom: 5.2rem;
}
#main .priceBox .num {
	font-family: 'verdana-italic';
	font-weight: normal;
	font-size: 3rem;
}
#main .priceBox .price {
	text-align: right;
	flex: 1;
	position: relative;
}
#main .priceBox .price .num {
	font-size: 3.2rem;
	color: #0196d8;
}
#main .priceBox .price small {
	position: absolute;
	top: 0.9rem;
	left: 100%;
}
#main .priceBox .priceUl {
	margin-right: -1rem;
}
#main .priceBox .priceUl li {
	border-bottom: 0.1rem solid #fff;
	display: flex;
	padding-bottom: 1.4rem;
	margin-bottom: 1.4rem;
}
#main .priceBox .priceUl li:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
#main .priceBox .priceUl .ttl {
	width: 16rem;
}
#main .priceBox .priceUl .notes {
	display: block;
	color: #EC2919;
	font-size: 1.7rem;
	font-weight: 500;
	margin-top: 0.2rem;
	letter-spacing: 0.03em;
}
#main .priceBox .priceUl .notes .through {
	text-decoration: line-through;
}
#main .priceBox .box01 .priceUl li {
	padding-bottom: 2.2rem;
  	margin-bottom: 2.6rem;
}
@media all and (max-width: 896px) {
	#main .priceBox {
		padding: 5.3rem 0 7.8rem;
	}
	#main .priceBox .flexBox {
		display: block;
	}
	#main .priceBox .flexBox .subBox {
		margin-bottom: 2rem;
		padding: 2.5rem 4.2rem 2.9rem;
		width: auto;
		border-radius: 1rem;
		font-size: 2rem;
	}
	#main .priceBox .flexBox .subBox .enImg {
		top: 0.7rem;
		left: 0.1rem;
		width: 4.1rem;
	}
	#main .priceBox .headLine02 {
		font-size: 1.4rem;
		margin-bottom: 3.7rem;
	}
	#main .priceBox .headLine01 {
		margin-bottom: 2.9rem;
	}
	#main .priceBox .num {
		font-size: 2.1rem;
		margin-right: 0.3rem;
	}
	#main .priceBox .price .num {
		font-size: 2.1rem;
	}
	#main .priceBox .price small {
		top: 0.7rem;
		left: 100%;
	}
	#main .priceBox .priceUl {
		margin-right: -0.8rem;
		font-size: 1.4rem;
	}
	#main .priceBox .priceUl li {
		padding-bottom: 1rem;
		margin-bottom: 1.1rem;
	}
	#main .priceBox .priceUl .ttl {
		width: 11rem;
	}
	#main .priceBox .priceUl .notes {
		font-size: 1.2rem;
		margin-top: 0.2rem;
	}
	#main .priceBox .box01 .priceUl li {
		padding-bottom: 1.7rem;
		margin-bottom: 1.8rem;
	}
	#main .priceBox .flexBox .box01 {
		padding-bottom: 4.4rem;
	}
}


/* faqBox */
#main .faqBox {
	padding-bottom: 9rem;
}
#main .faqBox .headLine01 {
	margin-bottom: 5.9rem;
}
#main .faqBox .content {
	max-width: 62.3rem;
}
#main .faqBox::before {
	top: 10.4rem;
}
#main .faqBox .faqUl .title {
	position: relative;
	color: #fff;
	padding: 0 6.1rem 0.2rem 5.7rem;
	min-height: 7.1rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	background-color: #0099d5;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	border-radius: 1rem !important;
	z-index: 10;
	letter-spacing: 0.1em;
}
#main .faqBox .faqUl .title::before,
#main .faqBox .faqUl .innerBox::before {
	width: 3.8rem;
	height: 3.8rem;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	background: url("../img/index/faq_icon01.png") no-repeat left top / 100% 100%;
	content: "";
	transform: translateY(-50%);
	margin-top: 0.1rem;
}
#main .faqBox .faqUl .innerBox {
	padding: 3.9rem 2rem 1.5rem 5.7rem;
	position: relative;
	font-size: 1.5rem;
}
#main .faqBox .faqUl .title::after {
	margin-top: -0.7rem;
	width: 2.7rem;
	height: 1.7rem;
	position: absolute;
	top: 50%;
	right: 2.4rem;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
	transform: rotate(180deg);
}
#main .faqBox .faqUl .title.on::after {
	transform: rotate(0);
}
#main .faqBox .faqUl .innerBox::before {
	top: 3.7rem;
	transform: translateY(0);
	background-image: url("../img/index/faq_icon02.png");
	left: 0.9rem;
}
#main .faqBox .faqUl .dropBox {
	margin-top: -2rem;
	background-color: #fff;
	border-radius: 0 0 1.5rem 1.5rem;
	overflow: hidden;
	line-height: 2.28;
	display: none;
}
#main .faqBox .faqUl li {
	margin-bottom: 3rem;
}
#main .faqBox .faqUl li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .faqBox {
		padding-bottom: 15rem;
	}
	#main .faqBox .headLine01 {
		font-size: 1.2rem;
	}
	#main .faqBox .headLine01 .jp {
		margin-top: -0.2rem;
	}
	#main .faqBox .headLine01 {
		margin-bottom: 3rem;
	}
	#main .faqBox .faqUl .title {
		padding: 0.8rem 3.2rem 0.7rem 3.3rem;
		min-height: 0;
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
		border-radius: 0.5rem !important;
		letter-spacing: 0.05em;
	}
	#main .faqBox .faqUl .title::before,
	#main .faqBox .faqUl .innerBox::before {
		width: 1.9rem;
		height: 1.9rem;
		left: 0.7rem;
		margin-top: 0;
	}
	#main .faqBox .faqUl .dropBox {
		margin-top: -1rem;
		border-radius: 0 0 0.5rem 0.5rem;
		line-height: 1.87;
	}
	#main .faqBox .faqUl .innerBox {
		padding: 1.7rem 1.6rem 1.5rem 3.3rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#main .faqBox .faqUl .innerBox::before {
		top: 2.1rem;
		transform: translateY(0);
		left: 0.5rem;
	}
	#main .faqBox .faqUl .title::after {
		margin-top: -0.3rem;
		width: 1.4rem;
		height: 0.8rem;
		right: 1.1rem;
	}
	#main .faqBox .faqUl li {
		margin-bottom: 1.4rem;
	}
	#main .faqBox::before {
		top: 18.9rem;
	}
	#main .faqBox .content {
		max-width: inherit;
	}
}


/* bgBox02 */
@media all and (min-width: 897px) {
	#main .bgBox02 .iconUl .icon01 {
		top: 5.5rem;
		left: 8.1rem;
	}
	#main .bgBox02 .iconUl .icon02 {
		top: 8.7%;
		margin-left: -7.6rem;
	}
	#main .bgBox02 .iconUl .icon03 {
		right: 3.5%;
		top: 3.6%;
	}
	#main .bgBox02 .iconUl .icon04 {
		top: 13.7%;
		left: -5rem;
	}
	#main .bgBox02 .iconUl .icon06 {
		right: -4.9rem;
		top: 16%;
	}
	#main .bgBox02 .iconUl .icon14 {
		top: 8.2%;
		right: 16.3%;
	}
	#main .bgBox02 .iconUl .icon07 {
		top: 38.7%;
	}
	#main .bgBox02 .iconUl .icon08 {
		top: 36.4%;
		right: 4.9%;
		left: auto;
	}
	#main .bgBox02 .iconUl .icon09 {
		top: 56.4%;
	}
	#main .bgBox02 .iconUl .icon10 {
		top: 59.7%;
	}
	#main .bgBox02 .iconUl .icon11 {
		top: 66%;
		right: -5.9rem;
	}
	#main .bgBox02 .iconUl .icon12 {
		bottom: 12.8%;
	}
	#main .bgBox02 .iconUl .icon15 {
		bottom: 3.4%;
	}
	#main .bgBox02 .iconUl .icon16 {
		bottom: 4%;
	}
}
@media all and (max-width: 896px) {
	#main .bgBox02 .iconUl .icon01 {
		width: 1.2rem;
		top: 26%;
		left: 5.6%;
	}
	#main .bgBox02 .iconUl .icon02 {
		width: 5rem;
		top: 63.8%;
		right: 30.1%;
	}
	#main .bgBox02 .iconUl .icon03 {
		width: 3.8rem;
	}
	#main .bgBox02 .iconUl .icon04 {
		width: 6.6rem;
	}
	#main .bgBox02 .iconUl .icon07 {
		width: 10rem;
		top: 24%;
		right: -3.4rem;
	}
	#main .bgBox02 .iconUl .icon08 {
		width: 2.5rem;
	}
	#main .bgBox02 .iconUl .icon09 {
		width: 5.7rem;
		top: 43%;
		left: -0.6rem;
	}
	#main .bgBox02 .iconUl .icon10 {
		width: 3.2rem;
		top: 59%;
		right: 3%;
	}
	#main .bgBox02 .iconUl .icon11 {
		top: 69.5%;
		right: -5.5rem;
		width: 9.4rem;
	}
	#main .bgBox02 .iconUl .icon12 {
		width: 8.7rem;
		right: 2.3rem;
		top: 3rem;
	}
	#main .bgBox02 .iconUl .icon14 {
		width: 1.2rem;
		bottom: 1.3%;
		left: 3.5rem;
	}
	#main .bgBox02 .iconUl .icon15 {
		width: 1.2rem;
	}
	#main .bgBox02 .iconUl .icon16 {
		width: 2.5rem;
		bottom: 20.1%;
		right: 3.8rem;
	}
	#main .bgBox02 .iconUl .icon17 {
		width: 3.2rem;
		bottom: 17%;
		left: 11.5%;
	}
	#main .bgBox02 .iconUl .icon18 {
		width: 8.7rem;
		right: 0.8rem;
		bottom: 2%;
	}
}


/* bgBox03 */
@media all and (min-width: 897px) {
	#main .bgBox03 .iconUl .icon01 {
		top: 2.5%;
	}
	#main .bgBox03 .iconUl .icon02 {
		top: 76.7%;
		margin: 0;
		left: auto;
		right: 10%;
	}
	#main .bgBox03 .iconUl .icon03 {
		top: 2.8%;
	}
	#main .bgBox03 .iconUl .icon04 {
		top: 10.2%;
	}
	#main .bgBox03 .iconUl .icon05 {
		top: 20.1%;
	}
	#main .bgBox03 .iconUl .icon06 {
		right: -3.6rem;
  		top: 13%;
	}
	#main .bgBox03 .iconUl .icon14 {
		display: none;
	}
	#main .bgBox03 .iconUl .icon07 {
		bottom: 3.9%;
		top: auto;
		left: 0;
	}
	#main .bgBox03 .iconUl .icon08 {
		display: none;
	}
	#main .bgBox03 .iconUl .icon09 {
		top: 30.2%;
		margin-left: 25.7rem;
	}
	#main .bgBox03 .iconUl .icon10 {
		top: 32.5%;
	}
	#main .bgBox03 .iconUl .icon11 {
		top: 41.7%;
  		right: -1.8rem;
	}
	#main .bgBox03 .iconUl .icon12 {
		bottom: 41.5%;
  		left: 6.3%;
	}
	#main .bgBox03 .iconUl .icon15 {
		left: 10.8%;
  		bottom: 24.8%;
	}
	#main .bgBox03 .iconUl .icon16 {
		bottom: 4.5%;
	}
	#main .bgBox03 .iconUl .icon13 {
		bottom: 37.3%;
		right: 6.3rem;
	}
}
@media all and (max-width: 896px) {
	#main .bgBox03 .iconUl .icon01 {
		width: 1.2rem;
	}
	#main .bgBox03 .iconUl .icon02 {
		width: 5rem;
		top: 45.5%;
		right: 10%;
	}
	#main .bgBox03 .iconUl .icon03 {
		width: 3.8rem;
	}
	#main .bgBox03 .iconUl .icon04 {
		width: 6.6rem;
		right: -3.8rem;
		bottom: 6.5rem;
	}
	#main .bgBox03 .iconUl .icon07 {
		width: 10rem;
		left: -2.8rem;
		top: 7.7%;
	}
	#main .bgBox03 .iconUl .icon08 {
		width: 2.5rem;
	}
	#main .bgBox03 .iconUl .icon09 {
		width: 5.7rem;
	}
	#main .bgBox03 .iconUl .icon10 {
		width: 3.2rem;
		bottom: 2%;
		left: 11%;
	}
	#main .bgBox03 .iconUl .icon11 {
		width: 9.4rem;
	}
	#main .bgBox03 .iconUl .icon12 {
		width: 8.7rem;
		right: 0.7rem;
		top: 2.2rem;
	}
	#main .bgBox03 .iconUl .icon14 {
		width: 1.2rem;
	}
	#main .bgBox03 .iconUl .icon15 {
		width: 1.2rem;
	}
	#main .bgBox03 .iconUl .icon16 {
		width: 2.5rem;
	}
	#main .bgBox03 .iconUl .icon17 {
		width: 8.7rem;
		left: -2.7rem;
		top: 46.2%;
	}
}



.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;
}
.mfp-container {
	position: fixed;
}