@charset "utf-8";
/* CSS Document */

/****************************************
    ローディング画面
*****************************************/
#loading {
	display: flex;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	transition: all 1s;
}

.load-wrap {
	display: flex;
	position: relative;
	justify-content: center;
	width: 90%;
	max-width: 660px;
}

.loading-img {
	z-index: 1;
}

.spinner {
	position: absolute;
	bottom: 0;
	width: 44%;
	height: auto;
	margin: auto;
	border-radius: 100%;
	animation: 16s linear infinite rotation1;
}
/* ローディングアニメーション */
@keyframes rotation1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

/* Main image
---------------------------------------------------------- */
.main-img-wrap {
	position: relative;
	margin: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 566;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}


.message-area {
	width: 54.5833%;/*393*/
	position: absolute;
	bottom: 1.25rem;
	left: 3.75%;/*27*/
	z-index: 3;
}

.message-area img{
	width: 100%;
	height: auto;
}

.main-img-wrap .plan_bnr{
	display: none;
}

/****************************************
    .news_wrap
*****************************************/

.news_wrap{
background: linear-gradient(
    180deg,
    rgba(97,193,190,1) 0%,
    rgba(97,193,190,1) 8%,
    rgba(120,199,193,1) 22%,
    rgba(150,207,196,1) 40%,
    rgba(194,219,201,1) 65%,
    rgba(237,231,206,1) 100%
);
	padding: 66px 0 17px;
	position: relative;
}

.news_wrap::after{
	content: '';
	background: url("images/top/sp-news_parts03.webp")no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 66;
	position: absolute;
	bottom: 1px;
	left: 0;
	transform: translateY(100%);
	z-index: 1;
}

.news_wrap .news_inner{
	width: 100%;
	position: relative;
	z-index: 1;
}

.news_wrap .news_inner::before{
	content: '';
	background: url("images/top/news_parts01.webp")no-repeat;
	background-size: cover;
	width: 27.3611%;/*197*/
	height: auto;
	aspect-ratio: 197 / 191;
	position: absolute;
	top: -3.75rem;
	right: 5.6944%;/*41*/
	z-index: -1;
}

.news_wrap .news_inner::after{
	content: '';
	background: url("images/top/news_parts02.webp")no-repeat;
	background-size: cover;
	width: 27.3611%;/*197*/
	height: auto;
	aspect-ratio: 197 / 191;
	position: absolute;
	bottom: 4px;
	left: 8.0555%;/*58*/
	z-index: -1;
}

.news_wrap .news_inner .wrap_midashi{
	text-align: center;
}

.news_wrap .news_inner .wrap_midashi p.en_tit{
	font-size: 2.769rem;
	line-height: 1;
	color: #fff;
}

.news_wrap .news_inner .wrap_midashi h2{
	padding: 9px 0 1.25rem;
	font-size: 1.75rem;
	line-height: 1;
	color: #fff;
	position: relative;
}

.news_wrap .news_inner .wrap_midashi h2::after{
	content: '';
	background: #fff;
	width: 5.8333%;/*70px*/
	height: 3px;
	border-radius: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.news_wrap .news_inner .news_slider{
	width: 100%;
	margin: 15px auto 0;
	position: relative;
}

.news_wrap .news_inner .news_slider::before{
	content: '';
	background: url("images/top/sp-slide_parts01.webp")no-repeat;
	background-size: cover;
	width: 77.6388%;/*559*/
	height: auto;
	aspect-ratio: 559 / 248;
	position: absolute;
	top: calc( 0.75em - 13px);
	left: 4.3055%;/*31*/
	transform: translateY(-100%);
	z-index: 1;
}


.news_wrap .news_inner .news_slider .slick01,
.news_wrap .news_inner .news_slider .slick01 .s-slide{
	width: 100%;
}

.news_wrap .news_inner .news_slider .slick01 .s-slide{
	padding: 0.75em 0;
	box-sizing: border-box;
}

.news_wrap .news_inner .news_slider .slick01 .s-slide img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0 0 2.3px rgba(66, 66, 66, 0.25));
}

.news_wrap .news_inner .news_slider .slick01 > button{
	width: 7.7777%;/*56*/
	position: absolute;
	bottom: calc(0.75em - 11px);
	transform: translateY(100%);
	z-index: 2;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;	
}

.news_wrap .news_inner .news_slider .slick01 button img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

.news_wrap .news_inner .news_slider .slick01 button.slick-prev{
	left: 29.7222%;/*214*/
}

.news_wrap .news_inner .news_slider .slick01 button.slick-next{
	right: 28.4722%;/*205*/
}

.news_wrap .news_inner .news_slider .slick01 .slick-dots{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 0 0.8333%;/*6*/
	position: absolute;
	bottom: calc(0.75em - 21px);
	left: 50%;
	transform: translate(-50% , 100%);
	z-index: 1;
}

.news_wrap .news_inner .news_slider .slick01 .slick-dots li{
	width: 2.6388%;/*19*/
	height: auto;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 1px solid #61c1be;
	border-radius: 50%;
}

.news_wrap .news_inner .news_slider .slick01 .slick-dots li.slick-active{
	background: #61c1be;
	border: 1px solid #fff;
}

.news_wrap .news_inner .news_slider .slick01 .slick-dots li button{
	display: none;
}

.news_wrap .news_inner .news_area{
	width: 85.0%;/*612*/
	margin: 57px auto 0;
}

.news_wrap .news_inner .news_area ul.news_list{
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.news_wrap .news_inner .news_area ul.news_list li{
	width: 49.0196%;/*300*/
	background: rgba(255,255,255,0.8);
	padding: 0.35rem 3.3333% 1.35rem;/*10*/
	box-sizing: border-box;
	cursor: pointer;
}

.news_wrap .news_inner .news_area ul.news_list li:nth-child(n + 3){
	display: none;
}

.news_wrap .news_inner .news_area ul.news_list li .news_thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 280 / 224;
	background: #fff;
	padding: 4px 2px;
	box-sizing: border-box;
}

.news_wrap .news_inner .news_area ul.news_list li .news_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_wrap .news_inner .news_area ul.news_list li .date_area{
	width: 100%;
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.news_wrap .news_inner .news_area ul.news_list li .date_area .date_txt{
	width: 100%;
	font-size: 1.029rem;
	line-height: 1;
	color: #000;
	margin-bottom: 4px;
}

.news_wrap .news_inner .news_area ul.news_list li .date_area .category{
	width: 96.7857%;/*271*/
}

.news_wrap .news_inner .news_area ul.news_list li .date_area .category a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.75rem;
	border-radius: 2.5px;
	background: #61c1be;
	font-size: 1.1185rem;
	line-height: 1;
	color: #fff;
}

.news_wrap .news_inner .news_area ul.news_list li .date_area .category a.campaign{
	background: #ec5a24;
}

.news_wrap .news_inner .news_area ul.news_list li .date_area .category a.event{
	background: #0071b7;
}

.news_wrap .news_inner .news_area ul.news_list li .txt_area{
	width: 100%;
	margin-top: 5px;
}

.news_wrap .news_inner .news_area ul.news_list li .txt_area p{
	font-size: 1.2525rem;
	line-height: 1.2858;
	color: #000;
	text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;	
}

.news_wrap .news_inner .arc_btn{
	width: 35.1388%;/*253*/
	margin: 20px auto 0;
}

.news_wrap .news_inner .arc_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.35rem;
	border-radius: 2.175rem;
	background: url("images/common/link_ico_ligr.svg")no-repeat #fff right 9.4861% center;/*24*/
	background-size: 15.4150% auto;/*39*/
	font-size: 1.4rem;
	line-height: 1;
	color: #000000;
}

/****************************************
    .sns_wrap
*****************************************/

.sns_wrap{
	padding: 60px 0 55px;
}

.sns_wrap .wrap_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
}

.sns_wrap .wrap_inner h2.sns_midashi{
	width: 52.3333%;/*314*/
	margin: 0 auto;
}

.sns_wrap .wrap_inner h2.sns_midashi img{
	width: 100%;
	height: auto;
}

.sns_wrap .wrap_inner .ig_area{
	width: 100%;
	margin-top: 25px;
}

#sb_instagram .sbi_photo{
	width: 100%;
	height: auto !important;
	aspect-ratio: 1 / 1;
}

#sb_instagram .sbi_photo img{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
}


.sns_wrap .wrap_inner .follow_area{
	width: 72.5%;/*435*/
	margin: 2.75rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sns_wrap .wrap_inner .follow_area .follow_btn{
	width: 49.1954%;/*214*/
}

.sns_wrap .wrap_inner .follow_area .follow_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 38px;
	border-radius: 19px;
	background: url("images/top/external_ico.webp")no-repeat #000 right 12.6168% center;/*27*/
	background-size: 13.0841% auto;/*28*/
	font-size: 1.106rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 0 28.0373% 0 21.0280%;/*60 45*/
	box-sizing: border-box;
}

.sns_wrap .wrap_inner .follow_area p.id_txt{
	width: calc(100% - 49.1954%);
	font-size: 1.35rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
}

/****************************************
    .about_wrap
*****************************************/

.about_wrap{
	width: 100%;
	position: relative;
}

.about_wrap::before{
	content: '';
	background: url("images/top/about_parts01.webp")no-repeat;
	background-size: cover;
	width: 30.2777%;/*218*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	top: -28px;
	right: 0;
	z-index: -1;
}

.about_wrap::after{
	content: '';
	background: url("images/top/sp-about_parts04.webp")no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 174;
	position: absolute;
	bottom: 3.65rem;
	transform: translateY(100%);
	left: 0;
	z-index: 1;
}

.about_wrap .wrap_inner{
	width: 83.3333%;/*600%*/
	padding: 2.15rem 0 77px;
	margin: 0 auto;
	position: relative;
}

.about_wrap .wrap_inner::before{
	content: '';
	background: url("images/top/sp-about_parts03.webp")no-repeat;
	background-size: cover;
	width: 100vw;
	height: auto;
	aspect-ratio: 720 / 361;
	position: absolute;
	top: 137px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.about_wrap .wrap_inner::after{
	content: '';
	background: #61c1be;
	width: 100vw;
	height: 100%;
	border-top-right-radius: 0.85rem;
	border-bottom-right-radius: 0.85rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}




.about_wrap .wrap_inner .about_area{
	width: 100%;
	position: relative;
}

.about_wrap .wrap_inner .about_area::before{
	content: '';
	background: url("images/top/about_parts02.webp")no-repeat;
	background-size: cover;
	width: 38.5%;/*231*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	bottom: -39px;
	left: -3px;
	z-index: -1;
}

.about_wrap .wrap_inner .about_area .wrap_midashi{
	width: 100%;
	text-align: center;
}

.about_wrap .wrap_inner .about_area .wrap_midashi p.en_tit{
	font-size: 2.75rem;
	line-height: 1;
	color: #fff;
}

.about_wrap .wrap_inner .about_area .wrap_midashi h2{
	padding: 10px 0 14px;
	font-size: 1.75rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	position: relative;
}

.about_wrap .wrap_inner .about_area .wrap_midashi h2::after{
	content: '';
	background: #fff;
	width: 11.6666%;/*70px*/
	height: 1.5px;
	border-radius: 0.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.about_wrap .wrap_inner .about_area .detail_area{
	width: 100%;
	margin-top: 13px;
}

.about_wrap .wrap_inner .about_area .detail_area dl{
	width: 100%;
}

.about_wrap .wrap_inner .about_area .detail_area dl dt{
	font-size: 1.9rem;
	line-height: 1.3947;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}

.about_wrap .wrap_inner .about_area .detail_area dl dd{
	margin-top: 12px;
	font-size: 1.3rem;
	line-height: 1.50;
	color: #fff;
	padding: 0 13.3333%;/*80*/
	box-sizing: border-box;
}

.about_wrap .wrap_inner .about_area .detail_area .link_btn{
	width: 55.8333%;/*335*/
	margin: 20px auto 0;
}

.about_wrap .wrap_inner .about_area .detail_area .link_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.35rem;
	border-radius: 2.175rem;
	border: 2px solid #61c1be;
	background: url("images/common/link_ico_ligr.svg")no-repeat #fff right 7.4626% center;/*25*/
	background-size: 11.3432% auto;/*38*/
	font-size: 1.4285rem;
	line-height: 1;
	color: #000000;
}

.about_wrap .wrap_inner .about_area .photo_area{
	width: 100%;
	margin-top: 16px;
}

.about_wrap .wrap_inner .about_area .photo_area p.large_txt{
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
}

.about_wrap .wrap_inner .about_area .photo_area .photo01{
	width: 93.89vw;/*876*/
	margin-top: 16px;
	position: relative;
}

.about_wrap .wrap_inner .about_area .photo_area .photo01 img{
	width: 100%;
	height: auto;
}

/****************************************
    .kimete_wrap
*****************************************/

.kimete_wrap{
	margin-top: 14px;
	background: url("images/top/sp-kimete_bg.webp")no-repeat;
	background-size: cover;
	padding: 60px 0 67px;
	position: relative;
}

.kimete_wrap::before{
	content: '';
	background: url("images/top/sp-kimete_parts01.webp")no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 101;
	position: absolute;
	bottom: -1.65rem;
	left: 0;
	z-index: 1;
}

.kimete_wrap .wrap_inner{
	width: 86.1111%;/*620*/
	margin: 0 auto;
}

.kimete_wrap .wrap_inner h2.kimete_midashi{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.917rem;
	line-height: 1;
	color: #fff;
}

.kimete_wrap .wrap_inner h2.kimete_midashi span{
	font-size: 3.2165rem;
	line-height: 1;
	padding-right: 3px;
	box-sizing: border-box;
	position: relative;
	top: -3px;
}

.kimete_wrap .wrap_inner h3.sub_midashi{
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding-top: 14px;
}

.kimete_wrap .wrap_inner .kimete_area{
	width: 100%;
	margin-top: 28px;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 4.03%;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30.6451%;/*190*/
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("images/top/kimete_waku.webp")no-repeat;
	background-size: cover;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li:nth-child(4),
.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li:nth-child(6){
	margin-left: 1em;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li:nth-child(5),
.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li:nth-child(7){
	margin-right: 1em;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li:nth-child(n + 4){
	margin-top: 3px;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li:nth-child(n + 6){
	margin-top: 11px;
}

.kimete_wrap .wrap_inner .kimete_area ul.kimete_list li p{
	font-size: 1.3rem;
	line-height: 1.1538;
	color: #1eafa7;
	text-align: center;
}

.kimete_wrap .wrap_inner .link_btn{
	width: 54.0322%;/*335*/
	margin: 29px auto 0;
}

.kimete_wrap .wrap_inner .link_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.35rem;
	border-radius: 2.175rem;
	border: 2px solid #61c1be;
	background: url("images/common/link_ico_ligr.svg")no-repeat #fff right 7.4626% center;/*25*/
	background-size: 11.3432% auto;/*38*/
	font-size: 1.4285rem;
	line-height: 1;
	color: #000000;
}


/****************************************
    .top_gmap
*****************************************/

.top_gmap{
	width: 100%;
	position: relative;
}


.top_gmap iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 350;
}

/****************************************
    .top_bnr_wrap
*****************************************/

.top_bnr_wrap{
	padding: 23px 0 81px;
}

.top_bnr_area{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.top_bnr_area .txt_head{
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #000000;
}

.top_bnr_area ul{
	list-style: none;
	width: 100%;
	margin: 1.35rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_bnr_area ul li{
	width: 46.6666%;/*280*/
}

.top_bnr_area ul li:nth-child(n + 3){
	margin-top: 13px;
}

.top_bnr_area ul li img{
	width: 100%;
	height: auto;
}

.top_bnr_area.lv2{
	margin-top: 3.25rem;
}

/****************************************
    .mokuteki_wrap
*****************************************/

.mokuteki_wrap{
	padding: 2.05rem 0 0;
}

.mokuteki_wrap .wrap_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.mokuteki_wrap .wrap_inner h3.mokuteki_midashi{
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #1eafa7;
	text-align: center;
}

.mokuteki_wrap .wrap_inner .menu_wrap{
	width: 100%;
	margin-top: 3.75rem;
	position: relative;
}

.mokuteki_wrap .wrap_inner .menu_wrap.m01::before{
	content: '';
	background: url("images/top/mokuteki_parts01.webp")no-repeat;
	background-size: cover;
	width: 31.5%;/*189*/
	height: auto;
	aspect-ratio: 238 / 246;
	position: absolute;
	top: -40px;
	left: -6.6666%;/*-40*/
	z-index: -1;
}

.mokuteki_wrap .wrap_inner .menu_wrap.m01::after{
	content: '';
	background: url("images/top/mokuteki_parts03.webp")no-repeat;
	background-size: cover;
	width: 286.6666%;/*1720*/
	height: auto;
	aspect-ratio: 1720 / 753;
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.mokuteki_wrap .wrap_inner .menu_wrap.m03::before{
	content: '';
	background: url("images/top/mokuteki_parts02.webp")no-repeat;
	background-size: cover;
	width: 34.6666%;/*208*/
	height: auto;
	aspect-ratio: 238 / 246;
	position: absolute;
	bottom: -52px;
	right: -7.0%;/*-42*/
	z-index: -1;
}

.mokuteki_wrap .wrap_inner .menu_wrap + .menu_wrap{
	margin-top: 29px;
}

.mokuteki_wrap .wrap_inner .menu_wrap .photo_area{
	width: 90.0%;/*540*/
	margin: 0 auto;
}

.mokuteki_wrap .wrap_inner .menu_wrap .photo_area img{
	width: 100%;
	height: auto;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area{
	width: 100%;
	margin-top: 1.35rem;
	padding: 19px 0 27px;
	border: 1.5px solid #61c1be;
	border-radius: 15px;
	background: #fff;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area dl.menu_midashi{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area dl.menu_midashi dt{
	margin-top: 8px;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #1eafa7;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area dl.menu_midashi dd{
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #c1c1c1;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area ul.menu_list{
	width: 81.8333%;/*491*/
	margin: 23px auto 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area ul.menu_list li{
	width: 100%;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area ul.menu_list li:nth-child(n + 2){
	margin-top: 1.75rem;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area ul.menu_list li a{
	width: 100%;
	height: 25px;
	display: flex;
	align-items: center;
	background: url("images/common/link_ico_ligr.webp")no-repeat right center;
	background-size: 9.1649% auto;/*45*/
	padding-left: 7.1283%;/*35*/
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
	position: relative;
}

.mokuteki_wrap .wrap_inner .menu_wrap .menu_area ul.menu_list li a::before{
	content: '';
	background: #61c1be;
	width: 3px;
	height: 2.35rem;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}


/****************************************
    .license_wrap
*****************************************/

.license_wrap{
	padding: 62px 0 5.85rem;
	position: relative;
}

.license_wrap::before{
	content: '';
	background: #61C1BE;
	background: linear-gradient(90deg, rgba(97, 193, 190, 1) 0%, rgba(242, 232, 206, 1) 100%);
	width: 100%;
	height: 66.9724%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.license_wrap::after{
	content: '';
	background: url("images/top/sp-lic_parts01.webp")no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 100;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

.license_wrap .wrap_inner{
	width: 94.4444%;/*680*/
	margin: 0 auto;
}

.license_wrap .wrap_inner h3.lic_midashi{
	font-size: 1.75rem;
	line-height: 1.3714;
	letter-spacing: 0.1em;
	color: #1eafa7;
	text-align: center;
}

.license_wrap .wrap_inner ul.license_list{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
}

.license_wrap .wrap_inner ul.license_list::before{
	content: '';
	background: url("images/top/lic_parts02.webp")no-repeat;
	background-size: cover;
	width: 39.8529%;/*271*/
	height: auto;
	aspect-ratio: 271 / 223;
	position: absolute;
	top: 2px;
	transform: translateY(-100%);
	left: -1px;
	z-index: -1;
}

.license_wrap .wrap_inner ul.license_list li{
	width: 48.6764%;/*331*/
}

.license_wrap .wrap_inner ul.license_list li:nth-child(n + 3){
	margin-top: 10px;
}

.license_wrap .wrap_inner ul.license_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 7px 0;
	border-radius: 9px;
	box-shadow: 0 0 1.5px rgba(20, 168, 150, 0.55);
	background: url("images/top/lic_link_ico.webp")no-repeat #fff right 5.4380% bottom 0.85rem;/*18*/
	background-size: 7.5528% auto;/*25*/
}

.license_wrap .wrap_inner ul.license_list li a .lic_photo{
	width: 37.7643%;/*125*/
/*	width: 41.6918%;138*/
	margin-left: 5.4380%;/*18*/
/*	margin-left: 3.6253%;12*/
	position: relative;
	z-index: 1;
}

.license_wrap .wrap_inner ul.license_list li a .lic_photo::before{
	content: '';
	background: url("images/top/lic_waku.webp")no-repeat;
	background-size: cover;
	width: 110.4%;/*138*/
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.license_wrap .wrap_inner ul.license_list li a .lic_photo img{
	width: 100%;
	height: auto;
}

.license_wrap .wrap_inner ul.license_list li a .txt_area{
	margin-left: 5.4380%;/*18*/
}

.license_wrap .wrap_inner ul.license_list li a .txt_area p{
	font-size: 1.0705rem;
	line-height: 1.28;
	letter-spacing: 0.1em;
	color: #1eafa7;
}

/****************************************
    .camp_wrap
*****************************************/

.camp_wrap{
	padding: 0 0 35px;
}

.camp_wrap .wrap_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.camp_wrap .wrap_inner .flex_area{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

.camp_wrap .wrap_inner .flex_area .left_area{
	width: 100%;
	margin-top: 15.05rem;
	position: relative;
}

.camp_wrap .wrap_inner .flex_area .left_area::before{
	content: '';
	background: url("images/top/camp_photo02.webp")no-repeat;
	background-size: cover;
	width: 118.3333%;/*710*/
	height: auto;
	aspect-ratio: 710 / 360;
	position: absolute;
	top: 29px;
	transform: translateY(-100%);
	right: 0;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area{
	width: 100%;
	background: #fff;
	border: 1.25px solid #61c1be;
	border-radius: 13px;
	padding: 20px 0 25px;
	position: relative;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area p.large_txt{
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #1eafa7;
	text-align: center;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area ul.menu_list{
	list-style: none;
	width: 81.8333%;/*491*/
	margin: 25px auto 0;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area ul.menu_list li{
	width: 100%;
	position: relative;
	z-index: 1;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area ul.menu_list li + li{
	margin-top: 24px;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area ul.menu_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 25px;
	background: url("images/common/link_ico_ligr.webp")no-repeat right center;
	background-size: 8.9613% auto;/*44*/
	padding-left: 6.5173%;/*32*/
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
	position: relative;
}

.camp_wrap .wrap_inner .flex_area .left_area .menu_area ul.menu_list li a::before{
	content: '';
	background: #61c1be;
	width: 2.5px;
	height: 22px;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}

.camp_wrap .wrap_inner .flex_area .right_area{
	width: 100%;
	padding: 38px 0 37px;
	position: relative;
}

.camp_wrap .wrap_inner .flex_area .right_area::before{
	content: '';
	background: url("images/top/camp_photo01.webp")no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.camp_wrap .wrap_inner .flex_area .right_area .midashi_area{
	text-align: center;
}

.camp_wrap .wrap_inner .flex_area .right_area .midashi_area p.en_midashi{
	font-size: 2.75rem;
	line-height: 1;
	color: #fff;
}

.camp_wrap .wrap_inner .flex_area .right_area .midashi_area h2.camp_midashi{
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	padding: 8px 0 1.45rem;
	position: relative;
}

.camp_wrap .wrap_inner .flex_area .right_area .midashi_area h2.camp_midashi::before{
	content: '';
	background: #fff;
	width: 11.6666%;/*70*/
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.camp_wrap .wrap_inner .flex_area .right_area .txt_area{
	margin-top: 20px;
}

.camp_wrap .wrap_inner .flex_area .right_area .txt_area p{
	font-size: 1.3rem;
	line-height: 1.75;
	color: #fff;
	text-align: center;
}

.camp_wrap .wrap_inner .flex_area .right_area .link_btn{
	width: 56.5%;/*339*/
	margin: 2.25rem auto 0;
}

.camp_wrap .wrap_inner .flex_area .right_area .link_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.55rem;
	border-radius: 2.175rem;
	border: 2px solid #61c1be;
	background: url("images/common/link_ico_ligr.svg")no-repeat #fff right 7.9646% center;/*27*/
	background-size: 11.2094% auto;/*38*/
	font-size: 1.425rem;
	line-height: 1;
	color: #333333;
}

.camp_wrap .wrap_inner .other_area{
	width: 95.8333%;/*575*/
	margin: 50px auto 0;
	position: relative;
}

.camp_wrap .wrap_inner .other_area::before{
	content: '';
	background: url("images/top/camp_parts01.webp")no-repeat;
	background-size: cover;
	width: 34.4347%;/*198*/
	height: auto;
	aspect-ratio: 239 / 231;
	position: absolute;
	top: 65px;
	transform: translateY(-100%);
	right: -8.3478%;/*-48*/
	z-index: -1;
}

.camp_wrap .wrap_inner .other_area ul.other_list{
	list-style: none;
}

.camp_wrap .wrap_inner .other_area ul.other_list li{
	width: 100%;
}

.camp_wrap .wrap_inner .other_area ul.other_list li + li{
	margin-top: 15px;
}

.camp_wrap .wrap_inner .other_area ul.other_list li a{
	display: flex;
	padding: 0.65rem 0;
	border: 1px solid #61c1be;
	background: url("images/common/link_ico_ligr.webp")no-repeat #fff right 4.0% bottom 12px;/*23*/
	background-size: 7.3043% auto;/*42*/
}

.camp_wrap .wrap_inner .other_area ul.other_list li a .photo{
	margin-left: 2.0869%;/*12*/
	width: 45.3913%;/*261*/
}

.camp_wrap .wrap_inner .other_area ul.other_list li a .photo img{
	width: 100%;
	height: auto;
}

.camp_wrap .wrap_inner .other_area ul.other_list li a dl{
	padding-left: 4.8695%;/*28*/
	box-sizing: border-box;
}

.camp_wrap .wrap_inner .other_area ul.other_list li a dl dt{
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #61c1be;
	padding-top: 11px;
}

.camp_wrap .wrap_inner .other_area ul.other_list li a dl dd{
	margin-top: 13px;
	font-size: 1.34rem;
	line-height: 1.3054;
	color: #333;
}
































