@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
p {
	font-feature-settings: "palt";
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	width: 100vw;
	margin-bottom: 104px;
	position: relative;
	z-index: 0;
}
#mainvisual_block .contents_inner {
	position: relative;
}
#mainvisual_block h2 {
	width: min(30.5vw, 586px);
	height: max-content;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}
#mainvisual_block .swiper {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#mainvisual_block .swiper::before{
	content: "";
	width: 100%;
	height: 150px;
	background: url("../img/index/mv_circle.png")no-repeat bottom/100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}
#mainvisual_block .swiper .swiper-slide a:hover {
	opacity: 0.9;
}
#mainvisual_block .swiper .mask_bg {
	content: '';
	display: block;
	background: url(../img/index/mv_bg.svg) no-repeat center center / cover;
	width: 100%;
	height: 101%;
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}
#mainvisual_block .swiper .mask_bg:hover {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	#mainvisual_block {
		height: 100vh;
		margin-bottom: 70px;
	}
	#mainvisual_block .contents_inner {
		height: 100%;
	}
	#mainvisual_block .swiper {
		height: 100%;
	}
	#mainvisual_block .swiper .mask_bg {
		background: url(../img/index/sp/mv_bg.svg) no-repeat center center / cover;
	}	
	#mainvisual_block .swiper::before{
		content: none;
	}
	#mainvisual_block h2 {
		width: max-content;
		height: max(17.4vh, 103px);
		margin: auto;
		top: 90px;
		left: 0;
		right: 0;
		bottom: auto;
	}
	#mainvisual_block h2 img {
		width: auto;
		max-width: initial;
		height: 100%;
	}	
	#mainvisual_block .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	#mainvisual_block .swiper-slide img {
		height: 75.5%;
		object-fit: cover;
	}
}
/*-----------------------------------

	event_block

-----------------------------------*/
#event_block {
	padding-bottom: 154px;
}
#event_block h2 {
	width: 146px;
	margin: 0 auto 43px;
}
#event_block .swiper-container {
	padding: 0 92px;
	margin-bottom: 66px;
	overflow: hidden;
	position: relative;
}
#event_block .swiper {
	position: static;
}
#event_block .swiper .swiper-slide {
	height: auto;
}
#event_block .swiper .swiper-button-next,
#event_block .swiper .swiper-button-prev {
	width: 54px;
	height: 54px;
	margin: auto;
	top: 0;
	bottom: 0;
}
#event_block .swiper .swiper-button-next {
	right: 0;
}
#event_block .swiper .swiper-button-prev {
	left: 0;
}
#event_block .swiper .swiper-button-next::after,
#event_block .swiper .swiper-button-prev::after {
	display: none;
}
#event_block .swiper .swiper-slide a {
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 272px;
}
#event_block .swiper .oneslide a {
	margin: auto;
}
#event_block .twoslide {
	display: flex;
	justify-content: center;
	gap: 50px;
	overflow: hidden;
}
#event_block .twoslide .swiper-slide {
	margin: auto;
}

#event_block .img_box {
	margin-bottom: 17px;
	/*height: 370px;*/
	aspect-ratio: 5 / 6.8;	
	overflow: hidden;
	box-sizing: border-box; 
}
#event_block .img_box img{
	height: 100%;
    object-fit: cover;
}
#event_block h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.59;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}
#event_block .other {
	align-items: center;
	margin-top: auto;
}
#event_block .other time {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#event_block .other .category {
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	background: #72bf98;
	padding: 4.75px 12px;
	margin-top: 8px;
}
#event_block .more {
	margin: 0 auto;
}
#event_block .swiper-button-prev.oneslide ,
#event_block .swiper-button-next.oneslide {
	display: none;
}
/*@media screen and (max-width: 840px){
	#event_block .img_box {
		height: 300px;
	}
}*/
@media screen and (max-width: 640px) {
	#event_block {
		padding-bottom: 58px;
	}
	#event_block h2 {
		max-width: 94px;
		margin: 0 auto 30px;
	}
	#event_block .swiper-container,
	#event_block .swiper {
		overflow: visible;
	}
	#event_block .swiper-container {
		padding: 0;
		margin-bottom: 30px;
	}
	#event_block .swiper .swiper-button-next,
	#event_block .swiper .swiper-button-prev {
		display: none;
	}
	#event_block .img_box {
		margin-bottom: 11px;
		min-height: 300px;
	}	
	#event_block h3 {
		font-size: 14px;
		line-height: 1.36;
	}
	#event_block .other time {
		font-size: 13px;
	}
	#event_block .other .category {
		padding: 4.75px 10px;
	}
	#event_block .twoslide {
		gap: 20px;
	}
	#event_block .twoslide .swiper-slide {
	}
	#event_block .twoslide  .img_box {
	}
}
@media screen and (max-width: 640px) {

}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
	margin-bottom: 180px;
}
#news_block .news_container {
	background: #eef6f1;
	padding: 77px 142px 69px;
	border-radius: 40px;
}
#news_block .news_container h2 {
	max-width: 132px;
	margin: 0 auto 82px;
}
#news_block .news_container .news_box {
	border-bottom: 1px solid #000000;
}
#news_block .news_container .news_box:not(:last-of-type) {
	margin-bottom: 16px;
}
#news_block .news_container .news_box a {
	padding: 9px 90px 9px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px 0;
	position: relative;
}
#news_block .news_container .news_box a.noEvent {
	pointer-events: none;
}
#news_block .news_container .news_box a::after {
	content: "";
	display: block;
	background: url(../img/common/arw_02_rt_bk.svg) no-repeat center / cover;
	width: 10px;
	height: 21px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
}
#news_block .news_container .news_box a.noEvent::after {
	content: none;
}
#news_block .news_container .news_box time {
	display: block;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-right: 10px;
}
#news_block .news_container .news_box .category {
	display: block;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	background: #72bf98;
	padding: 3px 23.5px;
	min-width: 100px;
	border-radius: 10px;
}
#news_block .news_container .news_box h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	width: 100%;
	overflow-wrap: break-word;
}
#news_block .news_container .more {
	margin-top: 50px;
	margin-left: auto;
}
@media screen and (max-width: 1024px) {
	#news_block .news_container {
		padding: 96px 78px 86px;
	}
}
@media screen and (max-width: 640px) {
	#news_block {
		margin-bottom: 81px;
	}	
	#news_block .news_container {
		padding: 64px 20px 53px;
		border-radius: 20px;
	}
	#news_block .news_container h2 {
		max-width: 83px;
		margin: 0 auto 39px;
	}	
	#news_block .news_container .news_box:not(:last-of-type) {
		margin-bottom: 10px;
	}
	#news_block .news_container .news_box a {
	    padding: 10px 25px 10px 0;	
	}
	#news_block .news_container .news_box a::after {
		right: 8px;
	}
	#news_block .news_container .news_box time {
		font-size: 13px;
		margin-right: 13px;
	}
	#news_block .news_container .news_box .category {
		font-size: 11px;
		font-weight: 400;
		padding: 3px 12.5px;
		min-width: 71px;
	}
	#news_block .news_container .news_box h3 {
		font-size: 13px;
		line-height: 1.69;
	}
	#news_block .news_container .more {
		margin: 45px auto 0;
	}
}
/*-----------------------------------

	pickup_block

-----------------------------------*/
#pickup_block {
	padding: 192px 0 212px;
	position: relative;
}
#pickup_block::before,
#pickup_block::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#pickup_block::before {
	background: url(../img/index/pickup_bg.png) no-repeat center / cover;
}
#pickup_block .contents_inner {
	position: relative;
}
#pickup_block h2 {
	max-width: 179px;
	margin: 0 auto 62px;
}
#pickup_block .swiper-container {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#pickup_block .swiper-container .swiper {
	overflow: visible;
	position: static;
}
#pickup_block .swiper-container .swiper-slide {
	transform: translate(-55%,0)!important;
}
#pickup_block .swiper-container .btn_wrapper {
	width: 110px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
}
#pickup_block .swiper-container .swiper-button {
	width: 45px;
	height: 45px;
	margin: 0;
	position: static;
}
#pickup_block .swiper-container .swiper-button::after {
	display: none;
}
#pickup_block .img_box {
 	overflow: hidden;
	height: 18.9vw;
	margin-bottom: 21px;
}
#pickup_block .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#pickup_block .text_box h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	color: #ffffff;
	overflow-wrap: break-word;
}
#pickup_block .text_box p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #ffffff;
	overflow-wrap: break-word;
}
#pickup_block .sp {
	display: none;
}
#pickup_block .swiper-button-prev.oneslide ,
#pickup_block .swiper-button-next.oneslide {
	display: none;
}
#pickup_block .swiper-container .oneslide {
    transform: unset !important;
}
#pickup_block .swiper-container .oneslide .img_box img {
	aspect-ratio: 160 / 121;
}
#pickup_block .twoslide .swiper-slide {
	transform: unset !important;
}

@media screen and (max-width: 840px) {
	#pickup_block .swiper-container .btn_wrapper {
		top: 30px;
	}
	#pickup_block .swiper-container .swiper-slide {
		transform: translate(0, 0) !important;	
	}
	#pickup_block .img_box {
		height: 45.9vw;
	}
	#pickup_block .twoslide .swiper-wrapper {

	}
	#pickup_block .oneslide.swiper-slide {
		width: calc((100% - 20px) / 1.6) !important;
        margin: auto;
    }
	#pickup_block .twoslide .swiper-slide {
		margin: auto;
	}
}
@media screen and (max-width: 640px) {
	#pickup_block {
		background: #38af80;
		padding: 69px 0 90px;
	}
	#pickup_block::before,
	#pickup_block::after {
		height: max(8vw, 30px);
	}	
	#pickup_block::before {
		background: url(../img/index/sp/pickup_bg_tp.svg) no-repeat center / cover;
		top: min(-8vw, -30px);
	}
	#pickup_block::after {
		background: url(../img/index/sp/pickup_bg_btm.svg) no-repeat center / cover;
		top: auto;
		bottom: min(-8vw, -30px);
	}
	#pickup_block .swiper-container .btn_wrapper {
		display: none;
	}
	#pickup_block h2 {
		max-width: 112px;
		margin: 0 auto 28px;
	}	
	#pickup_block .img_box {
		margin-bottom: 20px;
	}
	#pickup_block .oneslide .img_box {
        height: auto;
	}
	#pickup_block .text_box h3 {
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 2px;
	}
	#pickup_block .text_box p {
		font-size: 13px;
	}
	#pickup_block .more {
		color: #ffffff;
		margin: 32px auto 0;
	}
	#pickup_block .more::after {
		background: url(../img/common/arw_rt_wh.svg) no-repeat center / cover;
	}
	#pickup_block .sp {
		display: block;
	}	
}
/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
	padding: 0 0 626px;
	margin-top: max(-8.45vw, -118px);
	margin-bottom: 110px;
	position: relative;
}
#about_block::after {
	content: "";
	display: block;
	background: url(../img/index/about_line.svg) no-repeat center bottom / cover;
	width: 100%;
	height: 5.32vw;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#about_block .about_wrapper {
	position: relative;
}
#about_block .text_box,
#about_block .img_box {
	position: absolute;
}
#about_block .text_box {
	min-width: 200px;
	width: 24.4vw;
	max-width: 374px;
	margin-top: 86px;
	z-index: 1;
}
#about_block .text_box h2 {
	max-width: 336px;
	margin-bottom: 20px;
}
#about_block .text_box h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
#about_block .text_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.05em;
	width: 90%;
	margin-bottom: 13px;
}
#about_block .text_box a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #38af80;
	padding-right: 45px;
	margin-bottom: 83px;
	width: max-content;
	position: relative;
}
#about_block .text_box a::after {
	content: "";
	display: block;
	background: url(../img/common/btn_arw_rt_gr.svg) no-repeat center / cover;
	width: 29px;
	height: 29px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#about_block .img_box {
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
}
#about_block .img_01 {
	width: 23%;
	max-width: 232px;
	margin: auto;
	position: absolute;
	top: min(16.25vw, 225px);
	left: 0;
	right: 0;
	z-index: -1;
}
#about_block .img_02 {
	width: 30vw;
	max-width: 400px;
}
#about_block .img_03 {
	width: 27%;
	max-width: 290px;
	right: 0;
	bottom: max(-29vw, -400px);
	z-index: -1;
}
#about_block .map_box {
	min-width: 600px;
	width: 85%;
	max-width: 909px;
	margin-left: auto;
}
@media screen and (max-width: 640px) {
	#about_block {
		padding: 0 0 21px;
		margin-top: -20px;
		margin-bottom: 104px;
	}
	#about_block::after {
		background: url(../img/index/sp/about_line.svg) no-repeat center bottom / cover;
		height: 7.5vw;
	}	
	#about_block .text_box {
		min-width: initial;
		width: 82.1%;
		margin: 0 auto;
		position: static;
	}
	#about_block .text_box h2 {
		max-width: 265px;
		margin: 0 auto 10px;
	}
	#about_block .text_box h3 {
		font-size: 16px;
		max-width: 265px;
		margin: 0 auto 19px;
	}
	#about_block .text_box p {
		font-size: 14px;
		line-height: 1.86;
		margin-bottom: 10px;
	}
	#about_block .text_box a {
		font-size: 13px;
		padding-right: 38px;
		margin-bottom: 18px;
	}
	#about_block .text_box a::after {
		width: 25px;
		height: 25px;
	}
	#about_block .img_box {
		border-radius: 4px;
	}
	#about_block .img_01 {
		display: none;
	}
	#about_block .img_02 {
		width: 28.3vw;
		transform: translateX(-29px);
	}
	#about_block .img_03 {
		width: 22.2vw;
        right: 0.26vw;
        bottom: 21.5vw;
	}
	#about_block .map_box {
		min-width: initial;
		width: 95.8vw;
		transform: translate(-39px, -50px);
		margin-top: 55px;
	}
}
/*-----------------------------------

	support_block

-----------------------------------*/
#support_block {
	padding: 0 0 178px;
}
#support_block .support_wrapper {
	align-items: flex-start;
}
#support_block .support_wrapper .text_box {
	width: 36.8%;
}
#support_block .support_wrapper .text_box h2 {
	max-width: 214px;
	margin-top: 14px;
	margin-bottom: 18px;
}
#support_block .support_wrapper .text_box h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
#support_block .support_wrapper .text_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.05em;
}
#support_block .support_wrapper .link_box {
	width: 54.7%;
	gap: 30px 0;
}
#support_block .support_wrapper .link_box a {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	color: #ffffff;
	background: #38af80;
	width: 276px;
	height: 276px;
	border-radius: 50vw;
	position: relative;
}
#support_block .support_wrapper .link_box a::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_wh.svg) no-repeat center / cover;
	width: 28px;
	height: 15px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
	z-index: 1;
}
#support_block .support_wrapper .link_box a .img_box {
	width: 192px;
	margin: -32px auto 20px;
}
@media screen and (max-width: 640px) {
	#support_block {
		padding: 0 0 90px;
	}	
	#support_block .support_wrapper .text_box {
		width: 82.1%;
		margin: 0 auto 67px;
	}
	#support_block .support_wrapper .text_box h2 {
		max-width: 134px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	#support_block .support_wrapper .text_box h3 {
		font-size: 16px;
		margin-bottom: 19px;
	}
	#support_block .support_wrapper .text_box p {
		font-size: 14px;
		line-height: 1.86;
	}
	#support_block .support_wrapper .link_box {
		width: 100%;
		max-width: 321px;
		height: 173px;
		margin: 0 auto;
		position: relative;
	}
	#support_block .support_wrapper .link_box a {
		font-size: 18px;
		width: 173px;
		height: 173px;
		position: absolute;
		top: 0;
	}
	#support_block .support_wrapper .link_box a:nth-of-type(1) {
		left: 0;
		z-index: 2;
	}
	#support_block .support_wrapper .link_box a:nth-of-type(2) {
		right: 0;
		z-index: 1;
	}
	#support_block .support_wrapper .link_box a::after {
		width: 20px;
		height: 11px;
		bottom: 31px;
	}
	#support_block .support_wrapper .link_box a .img_box {
		width: 140px;
		margin: -43px auto 11px;
	}	
}
@media screen and (max-width: 350px) {
	#support_block .support_wrapper .link_box a:nth-of-type(1) {
		left: -6px;
	}
	#support_block .support_wrapper .link_box a:nth-of-type(2) {
		right: -6px;
	}
}
/*-----------------------------------

	enjoy_block

-----------------------------------*/
#enjoy_block {
	margin-bottom: 160px;
}
/* intro_box */
#enjoy_block .intro_box {
	margin-bottom: 96px;
	position: relative;
}
#enjoy_block .intro_box .text_box {
	color: #ffffff;
	max-width: 374px;
	height: max-content;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#enjoy_block .intro_box .text_box h2 {
	width: clamp(200px, 20.9vw, 320px);
	margin-bottom: 16px;
}
#enjoy_block .intro_box .text_box h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 27px;
}
#enjoy_block .intro_box .text_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.05em;
}
#enjoy_block .intro_box .img_box {
	width: 100vw;
	min-width: 1100px;
	margin: 0 calc(50% - 50vw);
	position: relative;
	z-index: 0;
}
#enjoy_block .intro_box .img_box::before {
	content: "";
	display: block;
	background: rgb(0,105,52);
	background : linear-gradient(90deg, rgba(0, 105, 52, 1) 0%, rgba(6, 109, 57, 0.91) 8.92%, rgba(24, 119, 71, 0.78) 21.16%, rgba(53, 136, 94, 0.64) 35.33%, rgba(93, 160, 126, 0.48) 50.94%, rgba(145, 190, 168, 0.3) 67.74%, rgba(207, 227, 217, 0.12) 85.24%, rgba(255, 255, 255, 0) 97.37%);
	opacity : 0.4;
	width: 69%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
}
/* point_wrapper */
#enjoy_block .point_wrapper .point_box {
	display: block;
	height: max-content;
	position: relative;
}
#enjoy_block .point_wrapper .point_box:not(:last-of-type) {
	margin-bottom: 49px;
}
#enjoy_block .point_wrapper .point_box::before {
	content: "";
	display: block;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(odd):before {
	background: url(../img/index/point_lt_bg.svg) no-repeat right center / cover;
	width: 430px;
	left: 0;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(even):before {
	background: url(../img/index/point_rt_bg.svg) no-repeat left center / cover;
	width: 392px;
	right: 0;
}
#enjoy_block .point_wrapper .text_box {
	width: 43.4%;
	height: 100%;
	padding-bottom: 24px;
	position: relative;
	z-index: 2;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(odd) .text_box {
	padding-top: 63px;
	padding-right: 189px;
	max-width: 429px;
	margin-right: auto;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(even) .text_box {
	padding-top: 26px;
	padding-left: 112px;
	max-width: 350px;
	margin-left: auto;
}
#enjoy_block .point_wrapper .text_box.sp {
	display: none;
}
#enjoy_block .point_wrapper .text_box .point {
	width: 71px;
	margin: 0 auto;
}
#enjoy_block .point_wrapper .text_box .point .num {
	font-size: 45px;
	font-family: "Lato", serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	margin: 6px auto 32px;
}
#enjoy_block .point_wrapper .text_box h3 {
	font-size: 24px;
	writing-mode: vertical-rl;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 auto 45px;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(even) .text_box h3 {
	margin: 0 auto 63px;
}
#enjoy_block .point_wrapper .text_box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.875;
	letter-spacing: 0.05em;
	margin-bottom: 55px;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(odd) .text_box p {
	margin-bottom: 44px;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(even) .text_box p {
	margin-bottom: 21px;
}
#enjoy_block .point_wrapper .text_box .more {
	margin-left: auto;
}
#enjoy_block .point_wrapper .img_box {
	width: 80.2%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(odd) .img_box {
	max-width: 1000px;
	right: 0;
}
#enjoy_block .point_wrapper .point_box:nth-of-type(even) .img_box {
	max-width: 1089px;
	left: 0;
}
#enjoy_block .point_wrapper .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1100px) {
	#enjoy_block .point_wrapper .point_box:nth-of-type(odd) .text_box {
		padding-right: 136px;
	}
}
@media screen and (max-width: 1024px) {
	#enjoy_block .point_wrapper .point_box:nth-of-type(odd) .text_box {
		padding-top: 39px;
	}
	#enjoy_block .point_wrapper .point_box:nth-of-type(odd):before {
		width: max(48%, 320px);
	}
	#enjoy_block .point_wrapper .point_box:nth-of-type(even):before {
		width: max(49%, 340px);
	}
	#enjoy_block .point_wrapper .text_box h3 {
		font-size: 20px;
	}
	#enjoy_block .point_wrapper .text_box p {
		font-size: 14px;
	}
	#enjoy_block .point_wrapper .text_box .more {
		font-size: 16px;
	}
}
@media screen and (max-width: 640px) {
	#enjoy_block {
		margin-bottom: 100px;
	}
	#enjoy_block .intro_box {
		margin-bottom: 0;
	}
	#enjoy_block .point_wrapper .text_box.pc {
		display: none;
	}	
	#enjoy_block .point_wrapper .text_box.sp {
		display: block;
	}	
	#enjoy_block .intro_box .text_box {
		width: 82.1%;
		top: auto;
		left: 0;
		right: 0;
		bottom: 18.2vw;
	}
	#enjoy_block .intro_box .text_box h2 {
		margin-bottom: 10px;
	}
	#enjoy_block .intro_box .text_box h3 {
		font-size: 16px;
		margin-bottom: 17px;
	}
	#enjoy_block .intro_box .text_box p {
		font-size: 14px;
	}
	#enjoy_block .intro_box .img_box {
		min-width: initial;
	}
	#enjoy_block .intro_box .img_box::before {
		background : linear-gradient(37deg, rgba(0, 105, 52, 1) 29.81%, rgba(6, 109, 57, 0.91) 36.24%, rgba(24, 119, 71, 0.78) 45.06%, rgba(53, 136, 94, 0.64) 55.27%, rgba(93, 160, 126, 0.48) 66.53%, rgba(145, 190, 168, 0.3) 78.64%, rgba(207, 227, 217, 0.12) 91.26%, rgba(255, 255, 255, 0) 100%);
		width: 100%;
	}
	#enjoy_block .point_wrapper .point_box {
		margin-top: -13.9vw;
	}
	#enjoy_block .point_wrapper .point_box:not(:last-of-type) {
		margin-bottom: 0;
	}
	#enjoy_block .point_wrapper .point_box::before {
		display: none;
	}
	#enjoy_block .point_wrapper .text_box {
		color: #ffffff;
		width: 100%;
		height: max-content;
		padding: 0 !important;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -18vw;
	}
	#enjoy_block .point_wrapper .text_box .point {
		width: 50px;
	}
	#enjoy_block .point_wrapper .text_box .point .num {
		font-size: 34px;
		margin-top: 2px;
		margin-bottom: 15px;
	}
	#enjoy_block .point_wrapper .text_box h3 {
		writing-mode: horizontal-tb;
		text-align: center;
		margin: 0 auto 67px;
	}
	#enjoy_block .point_wrapper .text_box .arw {
		display: block;
		width: 20px;
		margin-left: auto;
	}
	#enjoy_block .point_wrapper .img_box {
		width: 100vw;
		height: auto;
		margin: 0 calc(50% - 50vw);
		position: static;
	}
	#enjoy_block .point_wrapper .img_box img {
		height: auto;
		object-fit: fill;
	}
}
@media screen and (max-width: 350px) {
	#enjoy_block .point_wrapper .text_box h3 {
		margin: 0 auto 47px;
	}
	#enjoy_block .point_wrapper .point_box:nth-of-type(even) .text_box h3 {
		margin: 0 auto 43px;
	}
}
/*-----------------------------------

	interview_block

-----------------------------------*/
#interview_block {
	padding: 0 0 158px;
	position: relative;
}
#interview_block::before {
	content: "";
	background: url(../img/index/interview_bg.png) no-repeat center / cover;
	width: 100%;
	height: min(60.9vw, 861px);
	position: absolute;
	top: 66px;
	left: 0;
	right: 0;
	z-index: -1;
}
#interview_block h2 {
	max-width: 257px;
	margin: 0 auto 57px;
}
#interview_block .swiper-container {
	overflow: hidden;
	padding: 0 69px;
	position: relative;
}
#interview_block .swiper {
	padding-top: 90px;
	position: static;
}
#interview_block .swiper-slide {
	transform: scale(0.922);
	transition-duration: 0.6s;
}
#interview_block .swiper-slide-active {
	transform: scale(1.153);
	transform-origin: 50% 100%;
}
#interview_block .swiper-slide-prev {
	transform-origin: 0% 100%;
}
#interview_block .swiper-slide-next {
	transform-origin: 100% 100%;
}
#interview_block .swiper-slide .text_box {
	text-align: center;
	padding-top: 34px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#interview_block .swiper-slide .text_box::after {
	content: "";
	display: block;
	background: url(../img/index/interview_box_bg.png) no-repeat center top / cover;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#interview_block .swiper-slide .text_box .txt {
	width: 55px;
	margin: 0 auto 2px;
}
#interview_block .swiper-slide .text_box .num {
	display: block;
	font-size: 38px;
	font-family: "Lato", serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 13px;
}
#interview_block .swiper-slide .text_box .job {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#interview_block .swiper-slide .text_box h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
#interview_block .swiper-slide .text_box h3 span {
	font-size: 15px;
}
#interview_block .swiper-slide .text_box .detail {
	justify-content: center;
	margin-bottom: 16px;
}
#interview_block .swiper-slide .text_box .detail span {
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	color: #38af80;
}
#interview_block .swiper-slide .text_box .detail span:not(:last-of-type) {
	padding-right: 11px;
	border-right: 1px solid #38af80;
	margin-right: 10px;
}
#interview_block .swiper-button {
	width: 54px;
	height: 54px;
	margin: 0;
	top: 53%;
}
#interview_block .swiper-button::after {
	display: none;
}
#interview_block .swiper-button-prev {
	left: 0;
}
#interview_block .swiper-button-next {
	right: 0;
}
#interview_block .btn_wrapper {
	justify-content: flex-end;
	margin-top: 42px;
}
#interview_block .swiper-pagination {
	width: auto;
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 22px;
	margin-right: 53px;
}
#interview_block .swiper-pagination .swiper-pagination-bullet {
	background: #9fcfb1;
	width: 10px;
	height: 10px;
	border-radius: 0;
	margin: 0;
	opacity: 1;
}
#interview_block .swiper-pagination .swiper-pagination-bullet-active {
	background: #38af80;
}
@media screen and (max-width: 1100px) {
	#interview_block .swiper-slide .text_box {
		padding-top: 20px;
	}
	#interview_block .swiper-slide .text_box .num {
		font-size: 38px;
		margin-bottom: 11px;
	}
	#interview_block .swiper-slide .text_box h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	#interview_block .swiper-slide .text_box .detail {
		margin-bottom: 10px;
	}
	#interview_block .swiper-slide .text_box .detail span {
		font-size: 11px;
	}
}
@media screen and (max-width: 840px) {
	#interview_block::before {
		height: min(100vw, 1015px);
	}
	#interview_block .swiper {
		padding-top: 28px;
	}
	#interview_block .swiper-slide {
		transform: scale(1);
	}
	#interview_block .swiper-slide-active {
		transform: scale(1.05);
	}	
}
@media screen and (max-width: 640px) {
	#interview_block {
		padding: 95px 0 75px;
	}
	#interview_block::before {
		background: url(../img/index/sp/interview_bg.png) no-repeat center / cover;
		height: 175vw;
		top: 0;
	}	
	#interview_block h2 {
		max-width: 162px;
		margin: 0 auto 36px;
	}
	#interview_block .swiper-container {
		padding: 0;
		overflow: visible;
	}
	#interview_block .swiper {
		padding-top: 0;
		overflow: visible;
	}
	#interview_block .swiper-slide-active {
		transform: scale(1);
	}
	#interview_block .swiper-slide .text_box {
		padding-top: 22px;
	}
	#interview_block .swiper-slide .text_box::after {
		background: url(../img/index/sp/interview_box_bg.png) no-repeat center top / cover;
	}	
	#interview_block .swiper-slide .text_box .num {
		font-size: 30px;
		margin-bottom: 6px;
	}
	#interview_block .swiper-slide .text_box .txt {
		width: 39px;
		margin: 0 auto;
	}
	#interview_block .swiper-slide .text_box h3 {
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: 11px;
	}
	#interview_block .swiper-slide .text_box h3 span {
		font-size: 15px;
	}
	#interview_block .swiper-slide .text_box .detail {
		margin-bottom: 12px;
	}
	#interview_block .swiper-slide .text_box .detail span {
		font-size: 13px;
	}
	#interview_block .swiper-button {
		width: 30px;
		height: 30px;
		border-radius: 50vw;
		top: 38%;
	}
	#interview_block .swiper-button-prev {
		left: 10px;
	}
	#interview_block .swiper-button-next {
		right: 10px;
	}
	#interview_block .swiper-pagination {
		margin-right: auto;
		gap: 0 16px;
	}
	#interview_block .swiper-pagination .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}
	#interview_block .btn_wrapper {
		margin-top: 44px;
		margin-left: 10px;
		margin-right: 20px;
	}
}
/*-----------------------------------

	area_block

-----------------------------------*/
#area_block {
	padding: 0 0 238px;
}
#area_block h2 {
	max-width: 315px;
	margin: 0 auto 14px;
	transform: translateX(72px);
}
#area_block .intro_txt {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 21px;
}
#area_block .area_container {
	position: relative;
}
#area_block .map_box {
	width: 34.5vw;
	max-width: 415px;
	position: absolute;
	top: 47px;
	left: -2vw;
	z-index: 1;
}
#area_block .bg_slider {
	width: 74.6vw;
	padding-top: 55px;
	margin: 0 calc(50% - 25vw) 40px;
}
#area_block .area_slider_container {
	position: relative;
	z-index: 0;
}
#area_block .bg_slider {
	position: relative;
	z-index: 0;
}
#area_block .bg_slider .swiper-slide {
	height: 555px;
	position: relative;
}
#area_block .bg_slider .swiper-slide a {
	height: 100%;
}
#area_block .bg_slider .swiper-slide a:hover {
	opacity: 1;
}
#area_block .bg_slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
#area_block .bg_slider .swiper-slide .text_box {
	background: url(../img/index/area_ttl_bg.svg) no-repeat center bottom / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 79px;
	padding: 52px 0 56px;
	position: absolute;
	top: 0;
	left: 22.1vw;
}
#area_block .bg_slider .swiper-slide .text_box::before {
	content: '';
	display: block;
	background: #000000;
	width: 1px;
	height: 100px;
	margin: auto;
	position: absolute;
	top: -69px;
	left: 0;
	right: 0;
	z-index: 0;
}
#area_block .bg_slider .swiper-slide .text_box h3 {
	font-size: 39px;
	font-weight: 700;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}
#area_block .bg_slider .swiper-slide .text_box h3 span {
	font-size: 14px;
	font-weight: 400;
	margin-top: 22px;
}
#area_block .thumb_slider_container {
	max-width: 664px;
	padding: 0 85px;
	margin-left: auto;
	position: relative;
}
#area_block .thumb_slider .swiper-slide {
	cursor: pointer;
}
#area_block .thumb_slider .img_box {
	border-radius: 50vw;
	overflow: hidden;
	margin-bottom: 16px;
	aspect-ratio: 1/1;
}

#area_block .thumb_slider .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#area_block .thumb_slider h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}
#area_block .thumb_slider h3 span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: -1px;
}
#area_block .thumb_slider_container .swiper-button {
	width: 45px;
	height: 45px;
	margin: auto;
	top: -22%;
	bottom: 0;
}
#area_block .thumb_slider_container .swiper-button-prev {
	left: 0;
}
#area_block .thumb_slider_container .swiper-button-next {
	right: 0;
}
#area_block .thumb_slider_container .swiper-button::after {
	display: none;
}
#area_block .sp_slider {
	display: none;
}
@media screen and (min-width: 1601px) {
	#area_block .map_box {
		left: -5vw;
	}
}
@media screen and (max-width: 1200px) {
	#area_block .bg_slider .swiper-slide .text_box::before {
		height: 70px;
		top: -59px;
	}
	#area_block .thumb_slider_container {
		max-width: 70vw;
	}
}
@media screen and (max-width: 1024px) {
	#area_block {
		padding: 0 0 197px;
	}	
}
@media screen and (max-width: 840px) {
	#area_block .thumb_slider_container {
		max-width: 90vw;
	}
	#area_block .bg_slider{
		width: 70vw;
		margin: 0 0 40px calc(100% - 64vw);
		aspect-ratio: 5 / 6;
	}
	#area_block .bg_slider .swiper-slide{
		height: 100%;
	}
	#area_block .bg_slider .swiper-slide .text_box{
		width: 55px;
		padding: 40px 0;
		left: 17vw;
	}
	#area_block .bg_slider .swiper-slide .text_box::before{
		height: 40px;
        top: -20px;
	}
	#area_block .bg_slider .swiper-slide .text_box h3{
		font-size: 20px;
	}
	#area_block .bg_slider .swiper-slide .text_box h3 span{
		margin-top: 10px;
		font-size: 12px;
	}
	
	#area_block .map_box {
		width: 39.5vw;
		left: -4vw;
	}
}
@media screen and (max-width: 640px) {
	#area_block {
		padding: 20px 0 0;
	}
	#area_block h2 {
		max-width: 187px;
		margin: 0 auto 10px;
		transform: translateX(50px);
	}	
	#area_block .intro_txt {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 32px;
	}
	#area_block .thumb_slider_container {
		display: none;
	}
	#area_block .sp_slider {
		display: block;
		overflow: visible;
	}
	#area_block .sp_slider .swiper-slide {
		cursor: pointer;
	}
	#area_block .sp_slider .img_box {
		border-radius: 50vw;
		overflow: hidden;
		/*margin-bottom: 7px;*/
		width: 100%;
        margin: 0 auto 7px;
		aspect-ratio: 5 / 5;
	}
	#area_block .sp_slider .img_box a{
		height: 100%;
	}

	#area_block .sp_slider .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 1;
	}
	#area_block .sp_slider h3 {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
	}
	#area_block .sp_slider h3 span {
		display: block;
		font-size: 12px;
		font-weight: 300;
		margin-bottom: -3px;
	}
	#area_block .sp_slider .btn_wrapper {
		justify-content: center;
		gap: 0 14px;
		margin-top: 22px;
		position: relative;
	}
	#area_block .sp_slider .swiper-button {
		width: 77px;
		height: auto;
		margin-top: 0;
		position: static;
	}
	#area_block .sp_slider .swiper-button::after {
		display: none;
	}
	#area_block .sp_slider .swiper-pagination {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0.1em;
		width: auto;
		position: static;
	}
	#area_block .map_box {
		margin: 0 calc(50% - 41.5vw) 43px;
		width: 35vw;
		left: -7vw;
		top: 100px;
	}
	#area_block .bg_slider{
		width: 80vw;
		margin: 0 0 40px calc(100% - 74vw);
	}
}
/*-----------------------------------

	sns_block

-----------------------------------*/
#sns_block {
	margin-bottom: 152px;
}
#sns_block .lt {
	width: 38.2%;
}
#sns_block .lt iframe {
	width: 100%;
}
#sns_block .rt {
	width: 58.8%;
	margin-top: 15px;
	position: relative;
}
#sns_block .rt h2 {
	max-width: 204px;
	margin: 0 auto 34px;
}
#sns_block .follow {
	font-size: 15px;
	font-family: "Lato", serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #38af80;
	width: 114px;
	position: absolute;
	top: 16px;
	right: 0;
}
#sns_block .follow::after {
	content: "";
	display: block;
	background: url(../img/common/btn_arw_rt_gr.svg) no-repeat center / cover;
	width: 29px;
	height: 29px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
#sns_block .rt .sns_wrapper {
	gap: 28px 0;
}
#sns_block .rt .sns_box {
	width: calc((100% - 48px) / 3);
}
#sns_block .img_box {
	height: min(14vw, 200px);
}
#sns_block .img_box img {
	height: 100%;
	object-fit: cover;
}
#sns_block .text_box {
	margin-top: 3px;
}
#sns_block .text_box h3 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: 0.05em;
}
#sns_block .sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	#sns_block .rt h2 {
		margin: 0 auto 72px;
	}
	#sns_block .rt .follow {
		top: 72px;
	}
}
@media screen and (max-width: 640px) {
	#sns_block {
		position: relative;
	}
	#sns_block.btm {
		margin-bottom: 157px;
	}
	#sns_block.tp {
		margin-bottom: 107px;
	}
	#sns_block::after {
		content: "";
		display: block;
		background: url(../img/index/sp/sns_ud_line.svg) no-repeat center / cover;
		width: 100%;
		height: 7.7vw;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -86px;
	}
	#sns_block.tp::after {
		display: none;
	}
	#sns_block .sp {
		display: block;
	}	
	#sns_block .sns_link {
		position: relative;
	}
	#sns_block .sns_link h2 {
		max-width: 52px;
		margin: 0 auto 45px;
	}
	#sns_block .sns_link_box {
		max-width: 272px;
		margin: 0 auto;	
	}
	#sns_block .sns_link_box a:nth-of-type(1) {
		width: 113px;
	}
	#sns_block .sns_link_box a:nth-of-type(2) {
		width: 116px;
	}
	#sns_block .follow {
		width: 109px;
		top: 2px;
	}
}
/*-----------------------------------

	recommend_block

-----------------------------------*/
#recommend_block {
	margin-bottom: 180px;
}
#recommend_block .contents_inner {
	position: relative;
}
#recommend_block h2 {
	max-width: 410px;
	margin: 0 auto 73px;
}
#recommend_block .swiper-container {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#recommend_block .swiper-container .swiper {
	overflow: visible;
	position: static;
}
#recommend_block .swiper-container .swiper-slide {
	transform: translate(-55%,0)!important;
}
#recommend_block .swiper-container .btn_wrapper {
	width: 88px;
	height: 36px;
	position: absolute;
	top: 0;
	right: -133px;
}
#recommend_block .swiper-container .swiper-button {
	width: 36px;
	height: 36px;
	margin: 0;
	position: static;
}
#recommend_block .swiper-container .swiper-button::after {
	display: none;
}

#recommend_block .swiper-slide a{
	height: 100%;
	display: flex;
	flex-direction: column;
}
#recommend_block .img_box{
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 15px;
	max-height: 220px;
	aspect-ratio: 5 / 3;
}
#recommend_block .img_box img{
	border-radius: 16px;
	object-fit: cover;
	height: 100%;
}
#recommend_block .text_box h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	overflow-wrap: break-word;
}
#recommend_block .text_box p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
}
@media screen and (max-width: 1400px) {
	#recommend_block .swiper-container .btn_wrapper {
		right: 0;
	}
}
@media screen and (max-width: 840px) {
	#recommend_block .swiper-container .btn_wrapper {
		top: 40px;
	}
	#recommend_block .img_box {
		aspect-ratio: 16 / 9;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	#recommend_block {
		margin-bottom: 95px;
	}
	#recommend_block h2 {
		max-width: 256px;
		margin: 0 auto 30px;
	}	
	#recommend_block .swiper-container .btn_wrapper {
		display: none;
	}
	#recommend_block .rc_wrapper .rc_box:not(:last-of-type) {
		border-bottom: 1px solid #999999;
	}
	#recommend_block .rc_wrapper .rc_box a {
		display: flex;
		align-items: flex-start;
		padding-bottom: 30px;
	}
	#recommend_block .rc_wrapper .rc_box:not(:first-of-type) a {
		padding-top: 30px;
	}
	#recommend_block .rc_wrapper .rc_box .img_box {
		width: 31.5%;
		border-radius: 5px;
	}
	#recommend_block .rc_wrapper .rc_box .text_box {
		width: 64.2%;
	}
	#recommend_block .img_box {
		margin-bottom: 6px;
			/*--height: 150px;--*/
	}
	#recommend_block .img_box img{
		border-radius: 5px;
	}
	#recommend_block .text_box h3 {
		font-size: 13px;
		margin-bottom: 0;
	}
	#recommend_block .text_box p {
		display: none;
	}
	#recommend_block .more {
		margin: 43.5px auto 0;
	}
}

#ft_tp_block {
	z-index: 0;
}

/*-----------------------------------

	topics_block

-----------------------------------*/
#topics_block {
	margin-bottom: 180px;
}
#topics_block .contents_inner {
	position: relative;
}
#topics_block h2 {
	max-width: 162px;
	margin: 0 auto 73px;
}
#topics_block .swiper-container {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#topics_block .swiper-container .swiper {
	overflow: visible;
	position: static;
}
#topics_block .swiper-container .swiper-slide {
	transform: translate(-55%,0)!important;
}
#topics_block .swiper-container .btn_wrapper {
	width: 88px;
	height: 36px;
	position: absolute;
	top: 0;
	right: -133px;
}
#topics_block .swiper-container .swiper-button {
	width: 36px;
	height: 36px;
	margin: 0;
	position: static;
}
#topics_block .swiper-container .swiper-button::after {
	display: none;
}

#topics_block .swiper-slide a{
	height: 100%;
	display: flex;
	flex-direction: column;
}
#topics_block .img_box{
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 15px;
	max-height: 220px;
	aspect-ratio: 5 / 3;
}
#topics_block .img_box img{
	border-radius: 16px;
	object-fit: cover;
	height: 100%;
}
#topics_block .text_box h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	overflow-wrap: break-word;
}
#topics_block .text_box p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
}
@media screen and (max-width: 1400px) {
	#topics_block .swiper-container .btn_wrapper {
		right: 0;
	}
}
@media screen and (max-width: 840px) {
	#topics_block .swiper-container .btn_wrapper {
		top: 40px;
	}
	#topics_block .img_box {
		aspect-ratio: 16 / 9;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	#topics_block {
		margin-bottom: 95px;
	}
	#topics_block h2 {
		max-width: 101px;
		margin: 0 auto 30px;
	}	
	#topics_block .swiper-container .btn_wrapper {
		display: none;
	}
	#topics_block .rc_wrapper .rc_box:not(:last-of-type) {
		border-bottom: 1px solid #999999;
	}
	#topics_block .rc_wrapper .rc_box a {
		display: flex;
		align-items: flex-start;
		padding-bottom: 30px;
	}
	#topics_block .rc_wrapper .rc_box:not(:first-of-type) a {
		padding-top: 30px;
	}
	#topics_block .rc_wrapper .rc_box .img_box {
		width: 31.5%;
		border-radius: 5px;
	}
	#topics_block .rc_wrapper .rc_box .text_box {
		width: 64.2%;
	}
	#topics_block .img_box {
		margin-bottom: 6px;
	/*--height: 150px;--*/
	}
	#topics_block .img_box img{
		border-radius: 5px;
	}
	#topics_block .text_box h3 {
		font-size: 13px;
		margin-bottom: 0;
	}
	#topics_block .text_box p {
		display: none;
	}
	#topics_block .more {
		margin: 43.5px auto 0;
	}
}
