@charset "UTF-8";

/*-----------------------------------
	base
-----------------------------------*/
.ttl {
	font-size: 68px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 10.5px;
}

.ttl span {
	display: block;
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 10.5px;
}

.view_btn {
	display: block;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	width: 137.5px;
	padding: 2.25px 0 12.25px;
	border-bottom: 1px solid #707070;
	position: relative;
}

.view_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_bk.svg) no-repeat center/contain;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 8px;
	right: 0.5px;
	transition: 0.3s;
}

.view_btn:hover::after {
	right: 5.5px;
}

.view_btn.splitText .splitText_wrap,
.view_btn.splitText .before,
.view_btn.splitText .after {
	justify-content: flex-start;
}

.view_btn.splitText .before span:nth-of-type(4),
.view_btn.splitText .after span:nth-of-type(4) {
	margin-right: 0.25em;
}

@media screen and (max-width: 640px) {
	.ttl {
		font-size: 34px;
		padding-bottom: 7.5px;
	}

	.ttl span {
		font-size: 13px;
		margin-bottom: 7.5px;
	}

	.view_btn {
		font-size: 14px;
		width: 110px;
	}

	#breadcrumb .contents_inner {
		margin-top: 31px !important;
	}
}

#contents {
	font-family: 'Noto Serif CJK JP';
	color: #505050;
}


/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	width: 100%;
	padding: 150px 0 80px;
background-color: #fff;
}

#intro_block .intro_text {
	text-align: center;
	position: relative;
}

#intro_block .intro_text::before {
	content: "";
	display: block;
	height: 60px;
	width: 1px;
	background-color: #DFDFDF;
	position: absolute;
	top: -75px;
	right: 50%;
	z-index: 2;

}

#intro_block .intro_text h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 190%;
	margin-bottom: 35px;
}

#intro_block .intro_text h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 190%;
	margin-bottom: 35px;
}

#intro_block .intro_text p {
	font-size: 18px;
	font-weight: 600;
	line-height: 312%;
	margin-bottom: 50px;
}

#intro_block .slider-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #F5F5F5;
	overflow-x: hidden;
	margin-top: 50px;
}

.swiper {
	width: 100%;
}

/* スライド個別の基本スタイル */
.swiper-slide {
	width: 400px !important;
	height: 390px !important;
	display: flex;
	justify-content: center;
	/* align-items は個別のクラスで制御します */
	overflow: hidden;
}

/* * 上揃え・下揃えの制御クラス
         * loopモードでの複製によるズレを防ぐため、nth-childではなくクラスで指定します
         */
.slide-up {
	align-items: flex-start;
}

.slide-down {
	margin-top: 50px;
}


/* 画像のスタイル */
.swiper-slide img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	/* 画像自体にも角丸を適用 */
}

/* 等速アニメーション設定 */
.swiper-wrapper {
	transition-timing-function: linear;
}

@media screen and (max-width: 840px) {
	#intro_block {
		width: 100%;
		padding: 100px 0 80px;
	}

	#intro_block .intro_text::before {
		height: 50px;
		top: -55px;
	}

	#intro_block .intro_text h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	#intro_block .intro_text p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.swiper-slide {
		width: 300px !important;
		height: 294px !important;
	}
}

@media screen and (max-width: 640px) {
	#intro_block {
		width: 100%;
		padding: 100px 0 20px;
	}

	#intro_block .intro_text {
		width: 95%;
		margin: 0 auto;
	}

	#intro_block .intro_text h3 {
		font-size: 20px;
		width: 100%;
		margin: 0 auto 40px;
	}

	#intro_block .intro_text p {
		line-height: 220%;
		width: 90%;
		margin: 0 auto 20px;
		text-align: left;
		font-size: 14px;
	}
	#intro_block .intro_text h4 {
		font-size: 16px;
	}
	.swiper-slide {
		width: 250px !important;
		height: 245px !important;
	}
}
@media screen and (max-width: 440px) {
	#intro_block .intro_text h3 {
		font-size: 18px;
	}

}


/*-----------------------------------

	fields_block

-----------------------------------*/
#fields_block {
	width: 100%;
	background-color: #f5f5f5;
	padding: 120px 0 60px;
}

#fields_block .intro_text {
	text-align: center;
	position: relative;
}


#fields_block h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.5;
	margin-top: 30px;
}


#fields_block p {
	font-size: 14px;
	font-weight: 600;
	line-height: 2.85;
	margin-bottom: 40px;
}

#fields_block .title_box p {
	font-size: 24px;
	font-weight: 600;
	line-height: 166%;
}

#fields_block .title_box {

	position: relative;
	text-align: center;
	width: 100%;
}

#fields_block .title_box::before {
	position: absolute;
	content: "Fields of App";
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	white-space: nowrap;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}

#fields_block .list_box {
	width: 60%;
	margin: 30px auto;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	border: solid 1px #D4D4D4;
	border-radius: 3px;
	padding: 0px 40px 30px;
	background-color: #fff;
	z-index: 1;
}

#fields_block .list_box h3 {
	margin-top: 0px;
	font-size: 22px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}


#fields_block .list_box h3:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}
#fields_block .row_box {
	justify-content: space-between;
	align-items: center;
}

#fields_block .under_text {
	text-align: left;
	width: 60%;
}

#fields_block .under_text p {
	margin-bottom: 10px;
}

#fields_block .under_text h4 {
	font-size: 20px;
	padding-left: 1em;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 1.4;
}

#fields_block .under_text h4:before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0.6em;      /* 1行目の高さに合わせて調整（0.6em〜0.8emが目安） */
    bottom: auto;    /* 以前のbottom指定をリセット */
	left: 0;
	width: 20px;
	/*下線の幅*/
	height: 1px;
	/*下線の太さ*/
	background-color: #505050;
	/*下線の色*/
}

#fields_block .under_box {
	margin-top: 60px;
}

#fields_block .under_box h3 {
	margin-top: 0px;
	font-size: 22px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

#fields_block .under_box h3:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}

#fields_block .under_text .list_box {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 200%;
	border: none;
	border-radius: 3px;
	padding: 0px;
	background-color: #f5f5f5;
		margin: 10px auto 10px;

}

#fields_block .under_text .list_box li {
	padding-left: 1.1em;
}

#fields_block .under_text .list_box li::before {
	width: 10px;
	height: 10px;
	top: 10px;
}

#fields_block .img_box {
	width: 30%;
	margin-top: 20px;
}

#fields_block .list_box li {
	position: relative;
	padding-left: 1.3em;
}

#fields_block .list_box li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	border: solid 1px #505050;
}

@media screen and (max-width: 840px) {
	#fields_block {
		width: 100%;
		padding: 120px 0 70px;
	}

	#fields_block .intro_text::before {
		height: 50px;
		top: -55px;
	}

	#fields_block .intro_text h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	#fields_block .intro_text p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	#fields_block .title_box {
		width: 100%;
	}

#fields_block .pc {
	display: none;
}

	#fields_block .list_box {
		width: 100%;
		margin-top: 30px;
	}
	#fields_block .row_box {
		flex-direction: column-reverse;
	}
	#fields_block .under_text {
		width: 90%;
		margin-top: 10px;
	}
	#fields_block .img_box {
		width: 90%;
		max-width: 400px;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 640px) {
	#fields_block {
		width: 100%;
		padding: 110px 0 60px;
	}

	#fields_block .list_box h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	#fields_block .intro_text h3 {
		font-size: 21px;
		width: 100%;
		margin: 0 auto 10px;
	}

	#fields_block p {
		line-height: 220%;
		width: 90%;
		margin: 0 auto 30px;
		text-align: left;
	}
	#fields_block .under_text h4{
		width: 90%;
		font-size: 16px;
		margin-left: 30px;
	}
#fields_block .under_text h4:before {
	top: 0.5em;      /* 1行目の高さに合わせて調整（0.6em〜0.8emが目安） */
    bottom: auto;    /* 以前のbottom指定をリセット */
	left: 0;
	width: 15px;
}
	#fields_block .title_box::before {
		font-size: 58px;
	}

	#fields_block .title_box {
		font-size: 21px;
	}

	#fields_block .list_box {
		padding: 0px 20px 20px 20px;
	}

	#fields_block .list_box li {
		font-size: 14px;
	}

	#fields_block .list_box li:last-child {
		margin-bottom: 0px;
	}

	#fields_block .list_box li::before {
		width: 12px;
		height: 12px;
		top: 9px;
	}
		#fields_block .under_text {
		width: 100%;
		margin-top: 10px;
	}
	#fields_block .under_text .list_box {
		width: 90%;
		margin: 10px auto;
	}
#fields_block .under_box h3{
	font-size: 18px;
}
}
@media screen and (max-width: 420px) {
	#fields_block .intro_text h3 {
		font-size: 18px;
	}

}
/*-----------------------------------

	sponsor_block

-----------------------------------*/
#sponsor_block {
	width: 100%;
	background-color: #fff;
	padding: 88px 0 48px;
}

#sponsor_block .intro_text {
	text-align: center;
	position: relative;
}



#sponsor_block  h3 {
	margin-top: 0px;
	font-size: 22px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
		font-weight: 600;
	line-height: 2.5;
}

#sponsor_block  h3:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}
#sponsor_block p {
	font-size: 15px;
	font-weight: 600;
	line-height: 2;

	margin-bottom: 40px;
}

#sponsor_block .title_box {
	position: relative;
	text-align: center;
	width: 100%;
}

#sponsor_block .title_box p {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 166%;
}



#sponsor_block .title_box::before {
	position: absolute;
	content: "Sponsorship";
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	white-space: nowrap;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}

#sponsor_block .row_box {
	justify-content: space-between;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 50px;
}

#sponsor_block .under_text {
	width: 100%;
	text-align: center;
}

#sponsor_block .under_text p {
	margin-bottom: 10px;
}

#sponsor_block .under_text h4 {
	font-size: 20px;
	padding-left: 1.2em;
	margin-bottom: 20px;
}



#sponsor_block .under_box {
	margin-top: 60px;
}
#sponsor_block .under_box .row_box {
		justify-content: center;
	align-items: center;
	gap: 30px;
}
#sponsor_block .row_box .left_box{
	width: 40%;
}

#sponsor_block .row_box .left_box h4 {
margin-top: 0px;
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
		font-weight: 600;
	line-height: 2.5;
}

#sponsor_block .row_box .left_box h4:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}
#sponsor_block .row_box .left_box p{
	line-height: 220%;
}
#sponsor_block .row_box .right_box {
	width: 30%;
}

#sponsor_block .under_text .under_list {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	border: none;
	border-radius: 3px;
	padding: 0px;
	margin-bottom: 50px;
	background-color: #F5F5F5;
}

#sponsor_block .under_text .under_list li {
	padding-left: 1.5em;
	margin-bottom: 10px;
}

#sponsor_block .under_text .under_list li span {
	font-weight: 700;
	font-size: 16px;
}
#sponsor_block .under_text .under_list ol{
	position: relative;
	counter-reset: listnum; 
	list-style: none; 
}
#sponsor_block .under_text .under_list ol li::before {
counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum)"."; /* カウントした数に応じて番号を表示 */
position: absolute;
left: 0;
	font-size: 16px;
}

#sponsor_block .img_box {
	width: 30%;
	margin-top: 20px;
}


#sponsor_block .list_box {
	width: 60%;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	border: solid 1px #D4D4D4;
	border-radius: 3px;
	padding: 0px 40px 30px;
	background-color: #fff;
	z-index: 1;
	margin: 20px auto 0px;
}


#sponsor_block .list_box li {
	position: relative;
	padding-left: 1.3em;
}

#sponsor_block .list_box li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	border: solid 1px #505050;
}



#sponsor_block .text_box {
	font-size: 13px;
	line-height: 192%;
	color: #7B7B7B;
	text-align: center;
}

#sponsor_block .text_box p {
	margin-top: 30px;
}

#sponsor_block .text_box p span {
	font-size: 14px;
	line-height: 214%;
	color: #505050;
}

@media screen and (max-width: 840px) {
	#sponsor_block {
		padding: 88px 0 60px;
	}

	#sponsor_block .row_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top:30px;
	}
	#sponsor_block .row_box .left_box{
		width: 90%;
	}
#sponsor_block .row_box .left_box p{
	margin-bottom: 20px;
}
#sponsor_block .row_box .right_box {
	width: 90%;
	max-width: 400px;
}
#sponsor_block .list_box {
	width: 100%;
}
#sponsor_block .text_box p {
	margin-top:30px;
	margin-bottom: 10px;
}

}

@media screen and (max-width: 640px) {
	#sponsor_block {
		width: 100%;
		padding: 110px 0 30px;
	}
	#sponsor_block .under_text {
		width: 90%;
		margin: 0 auto;
	}

	#sponsor_block .row_box .title_box::before {
		font-size: 58px;
	}
	#sponsor_block .title_box::before {
	font-size: 58px;
}
	#sponsor_block .list_box {
	padding: 0px 20px 20px 20px;
}
#sponsor_block .list_box h3 {
	margin-bottom: 18px;
}
	#sponsor_block .row_box .title_box {
		font-size: 21px;
	}

	#sponsor_block .row_box .list_box {
		padding: 20px 10px 20px 20px;
	}

	#sponsor_block .row_box .list_box li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#sponsor_block .row_box .list_box li:last-child {
		margin-bottom: 0px;
	}

#sponsor_block .list_box li::before {
		width: 12px;
		height: 12px;
		top: 8px;
	}

	#sponsor_block .text_box {
		width: 90%;
		margin: 0 auto;
	}
	#sponsor_block .text_box {
		text-align: left;

	}
	#sponsor_block .text_box p {
		line-height: 220%;
		font-size: 13px;
	}
	#sponsor_block .text_box p span{
		font-size: 13px;
	}
#sponsor_block .list_box {
	font-size: 14px;
}
#sponsor_block h3{
	font-size: 18px;
}
#sponsor_block .under_text h4{
	font-size: 18px;
}
#sponsor_block .row_box .left_box h4 {
	font-size: 16px;
}
#sponsor_block p {
text-align: left;
}

}

@media screen and (max-width: 500px) {
#sponsor_block .under_text .tiny {
	display: none;
} 

}
/*-----------------------------------

	sponsor_contact_block

-----------------------------------*/
#sponsor_contact_block {
	width: 100%;
	background-color: #f5f5f5;
	padding: 74px 0 56px;
}


#sponsor_contact_block .title_box {
	font-weight: 700;
	line-height: 166%;
	position: relative;
	text-align: center;
	width: 100%;
}

#sponsor_contact_block .title_box p{
		font-size: 24px;
}

#sponsor_contact_block .title_box::before {
	content: "Sponsor/Partner";
	position: relative;
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	top: 5px;
}

#sponsor_contact_block  h3 {
	margin-top: 0px;
	font-size: 22px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
		font-weight: 600;
	line-height: 2.5;

}

#sponsor_contact_block  h3:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}
#sponsor_contact_block p {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 30px;
}


#sponsor_contact_block .intro_box {
	width: 100%;
	margin: 40px 0 100px;
	font-size: 14px;
	font-weight: 500;
	line-height: 214%;

}
#sponsor_contact_block .intro_box p {
	text-align: center;
	font-size: 14px;
}
#sponsor_contact_block .list_box {
	width: 60%;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	border: solid 1px #D4D4D4;
	border-radius: 3px;
	padding: 0px 40px 30px;
	background-color: #fff;
	z-index: 1;
	margin: 0 auto;
}
#sponsor_contact_block .list_box li {
	position: relative;
	padding-left: 1.3em;
}
#sponsor_contact_block .under_text {
	text-align: center;
	margin-top: 50px;
}
#sponsor_contact_block .under_text h3 {
	position: relative;
}
#sponsor_contact_block .under_text h4 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
}
#sponsor_contact_block .under_text h3::before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background-color: #DFDFDF;
	position: absolute;
	top: -30px;
	right: 50%;
	z-index: 2;

}
#sponsor_contact_block .contact_text {
	text-align: center;
	margin-top: 80px;
}
#sponsor_contact_block .list_box li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	border: solid 1px #505050;
}


#sponsor_contact_block .right_box ol .number_list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 178%;
}

#sponsor_contact_block .right_box .detail_box {
	margin-top: 15px;
}
#sponsor_contact_block .ct_btn {
	display: block;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #505050;
	padding: 20px 0;
	width: 419px;
	margin: 30px auto;
	border-radius: 50vw;
	position: relative;
	z-index: 0;
}

.splitText_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#sponsor_contact_block .ct_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_wh.svg) center center / contain no-repeat;
	width: 5px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 43.5px;
	bottom: 0px;
	z-index: 1;
	transition: 0.3s;
}
@media screen and (max-width: 840px) {
	#sponsor_contact_block .intro_box p{
		width: 90%;
		margin: 0 auto 30px;
	}
	#sponsor_contact_block .list_box {
		width: 100%;
	}

	#sponsor_contact_block .pc {
		display: none;
	}

	#sponsor_contact_block .right_box ol .number_list {
		font-size: 14px;
	}

}

@media screen and (max-width: 840px) {
	#sponsor_contact_block {
		padding: 74px 0 40px;
	}

	#sponsor_contact_block .title_box::before {
		font-size: 58px;
	}

	#sponsor_contact_block .title_box {
		font-size: 21px;
	}
}

@media screen and (max-width: 640px) {
	#sponsor_contact_block .title_box::before {
		font-size: 53px;
	}

#sponsor_contact_block .list_box{
	padding:0px 20px 20px 20px;
}
#sponsor_contact_block .list_box h3 {
	margin-bottom: 20px;
}
#sponsor_contact_block .list_box li::before {
        width: 12px;
        height: 12px;
        top: 8px;
    }
	#sponsor_contact_block .intro_box {
		margin:20px auto 60px 
	}
	#sponsor_contact_block .under_text h3 {
		margin-bottom: 15px;
	}
	#sponsor_contact_block .under_text {
	width: 90%;
	margin: 50px auto;
}
#sponsor_contact_block .contact_text p{
	width: 90%;
	margin: 0 auto;
}
    #sponsor_contact_block .ct_btn {
        font-size: 14px;
        padding: 18px 0;
        width: 270px;
    }
		#sponsor_contact_block .ct_btn::after {
		right: 23.5px;
	}
	#sponsor_contact_block .contact_text {
		margin-top: 50px;
	}
#sponsor_contact_block .list_box {
	font-size: 14px;
}
#sponsor_contact_block h3{
	font-size: 18px;
}
}

/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block {
	width: 100%;
	background-color: #fff;
	padding: 80px 0 100px;
}


#faq_block .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	text-align: center;
	width: 100%;
}

#faq_block .title_box::before {
	content: "Faq";
	position: relative;
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	top: 5px;
}

.cp_qa01 {
	margin: 0 auto;
	margin-top: 45px;
width: 95%;
}

.cp_qa01 .cp_actab input {
	display: none;
}

/*質問テキスト*/
.cp_qa01 .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}

.cp_qa01 .cp_actab label {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	padding: 15px 30px;
	cursor: pointer;
}

.cp_qa01 .cp_actab .q_text {
	display: flex;
	gap: 5px;
	font-size: 18px;
	font-weight: 700;

}

.cp_qa01 .cp_actab .cp_actab-content p {
	padding: 23px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 214%;
	color: #505050;
	transition: 0.5s ease;
}

.cp_qa01 .cp_actab label:hover {
	transition: 0.5s ease;
}

.cp_qa01 .cp_actab input:checked~label {}

/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	color: #ffffff;
	transition: 0.2s;
}

.cp_qa01 .cp_actab input:checked~.cp_actab-content {
	max-height: 40em;
	transition: 0.2s;
	border-top: solid 1px #DEDEDE;
}

/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px #505050;
	border-right: solid 1px #505050;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 23px;
	bottom: 0;
	margin: auto;
}



.cp_qa01 .cp_actab input[type=checkbox]:checked+label::after {
	transform: rotate(225deg);
}

@media screen and (max-width: 840px) {
	#faq_block {
		padding: 40px 0 40px;
	}

}

@media screen and (max-width: 640px) {
	#faq_block {
		padding: 30px 0 10px;
	}

	#faq_block .title_box {
		font-size: 21px;
	}

	#faq_block .title_box::before {
		font-size: 58px;
	}

	.cp_qa01 .cp_actab .q_text {
		font-size: 16px;
	}

	.cp_qa01 .cp_actab label {
		padding: 15px 30px 15px 10px;
		line-height: 1.5;
	}

	.cp_qa01 .cp_actab .cp_actab-content p {
		padding: 20px;
	}
	.cp_qa01 .cp_actab label::after {
		right: 15px;
	}
}

@media screen and (max-width: 390px) {
	.cp_qa01 .cp_actab .q_text {
		font-size: 15px;
	}

	.cp_qa01 .cp_actab label::after {
		right: 20px;
	}
}

/*-----------------------------------

	application_block

-----------------------------------*/
#application_block {
	width: 100%;
	background-color: #f5f5f5;
	padding: 88px 0 88px;
}

#application_block .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	width: 40%;
}

#application_block .title_box p {
	margin-left: 1em;
	margin-top: 50px;
}

#application_block .title_box::before {
	position: absolute;
	content: "Contact";
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	white-space: nowrap;
	top: 5px;
	left: 0;
}

#application_block .right_box {
	width: 60%;
}

#application_block .right_box .info_box li {
	padding: 30px;
	background-color: #fff;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
	font-size: 14px;
	line-height: 214%;
}

#application_block .right_box .Annotation_li {
	margin-top: -20px;
}

#application_block .right_box .Annotation_li li {
	padding: 0px;
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
	line-height: 192%;
	font-size: 13px;
}


#application_block .right_box .name_box {
	width: 30%;
	font-weight: 700;
}

#application_block .right_box .detail_box {
	width: 60%;
	font-weight: 500;
}

#application_block .right_box .detail_box a {
	border-bottom: 1px solid #505050;
	transition: 0.2s;
}

#application_block .right_box .detail_box a:hover {
	opacity: 0.6;
}

#application_block .right_box .info_box li:nth-child(2) {
	background-color: #f5f5f5;
}


#application_block .right_box .Annotation_li li:nth-child(2) {
	background-color: #fff;
}

#application_block.point_list {
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
	line-height: 192%;
}

#application_block .point_list::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	left: 0.5em;
	top: 11px;
	border: solid 1px #505050;
}

#application_block .ct_btn {
	display: block;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #505050;
	padding: 33px 0;
	width: 419px;
	margin: 30px auto;
	border-radius: 50vw;
	position: relative;
	z-index: 0;
}

.splitText_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#application_block .ct_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_wh.svg) center center / contain no-repeat;
	width: 5px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 43.5px;
	bottom: 0px;
	z-index: 1;
	transition: 0.3s;
}

@media screen and (max-width: 840px) {
	#application_block {
		padding: 80px 0 0px;
	}

	#application_block .title_box {
		width: 100%;
	}

	#application_block .row_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#application_block .right_box .row_box {
		flex-direction: row;
	}

	#application_block .right_box {
		margin-top: 30px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#application_block {
		padding: 60px 0 0px;
	}

	#application_block .title_box {
		font-size: 21px;
	}

	#application_block .title_box::before {
		font-size: 58px;
		top: 10px;
	}

	#application_block .right_box .info_box li {
		padding: 20px;
		gap: 10px;
	}

	#application_block .right_box .detail_box {
		width: 100%;
	}

	#application_block .right_box .name_box {
		width: 100%;
	}
#application_block .right_box .Annotation_li li {
		padding: 20px 20px 0 15px;
		margin-bottom: 0px;
}
#application_block .point_list::before {
	top: 30px;
}

}

/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	text-align: center;
	padding: 80px 0 105px;
}

@media screen and (max-width: 840px) {
	#contact_block {
		padding: 75px 0 75px;
	}

}

@media screen and (max-width: 640px) {
	#contact_block p {
		font-size: 13px;
	}
}

/* 詳細ページ */
#detail_block {
	padding-bottom: 134px;
	font-family: 'Noto Serif JP', serif;
}

/* #detail_block .contents_inner {
	padding-bottom: 116px;
} */
#detail_block .contents_inner .detail_wrapper {
	/* max-width: 940px;
    margin: 0 auto; */
	margin: 0 5.3vw;
	padding-top: 60px;
	padding-bottom: 25.4px;
	border-bottom: 1px solid #D6D6D6;
}

#detail_block .detail_text .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}

#detail_block .detail_text h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 23px;
}

#detail_block .detail_text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

#detail_block .detail_text h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}

#detail_block .gallery_box {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 60px;
}

#detail_block .gallery_box img {
	width: 100%;
}

#detail_block .text_area {
	margin-top: 60px;
}

#detail_block .gallery_box:last-child {
	margin-bottom: 60px;
}

#detail_block .gallery_box h3 {
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	width: 360px;
	position: absolute;
	left: 30px;
	bottom: 0px;
	z-index: 2;
}

#detail_block .gallery_box::after {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.7) 100%);
	width: 100%;
	height: 14.6vw;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#pagination {
	margin-top: 75px;
}

#pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 690px;
	margin: 0 auto;
	align-items: center;
}

#pagination .page-numbers .prev_btn_box {
	width: 130px;
	text-align: right;
}

#pagination .page-numbers .all_btn_box {
	width: 280px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagination .page-numbers .next_btn_box {
	width: 130px;
	text-align: right;
}

#pagination .page-numbers li a {
	font-size: 34px;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	position: relative;
}

#pagination .page-numbers .all_btn_box a {
	justify-content: center;
}

#pagination .page-numbers .next_btn_box a {
	justify-content: right;
}

#pagination .page-numbers .current {
	border: 1px solid #707070;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 11px;
	background: #707070;
	color: #fff;
}

#pagination .page-numbers li .prev_btn::before {
	content: "＜";
	position: absolute;
	background-size: 100%;
	width: 12px;
	height: 12px;
	scale: 0.8;
	left: -48px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
}

#pagination .page-numbers li .next_btn::before {
	content: "＞";
	position: absolute;
	background-size: 100%;
	width: 12px;
	height: 12px;
	scale: 0.8;
	right: -48px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
}

#pagination .page-numbers li .prev {
	padding: 9px 22px 9px 38px;
}

#pagination .page-numbers li .next {
	padding: 9px 38px 9px 22px;
}

@media screen and (max-width: 980px) {
	#detail_block .detail_text h2 {
		font-size: 22px;
	}

	#detail_block .detail_text h3 {
		font-size: 20px;
	}

	#detail_block .contents_inner .latest_wrapper h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#detail_block .news_list {
		gap: 25px;
	}

	#detail_block .news_list .new_box {
		width: calc((100% - 50px)/3);
	}
}

@media screen and (max-width: 840px) {
	#pagination .page-numbers li a {
		font-size: 26px;
	}

	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
		width: 100px;
	}

	#pagination .page-numbers .all_btn_box {
		width: 200px;
	}

	#pagination .page-numbers li .prev_btn::before,
	#pagination .page-numbers li .next_btn::before {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	#detail_block .contents_inner {
		padding-bottom: 50px;
	}

	#detail_block .contents_inner .detail_wrapper {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	#detail_block .detail_text h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	#detail_block .detail_text h3 {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	#detail_block .gallery_box {
		margin-top: 30px;
	}

	#detail_block .text_area {
		margin-top: 30px;
	}

	#detail_block .news_list .new_box {
		width: 100%;
	}

	#pagination .page-numbers li a {
		height: 60px;
	}

	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
		width: 70px;
	}

	#pagination .page-numbers li:nth-child(2) {
		width: 130px;
	}

	#pagination .page-numbers li a {
		font-size: 20px;
	}

	#pagination .page-numbers li .prev_btn::before {
		font-size: 14px;
		left: -30px;
	}

	#pagination .page-numbers li .next_btn::before {
		font-size: 14px;
		right: -30px;
	}
}



/*-----------------------------------
	tab
-----------------------------------*/
#contents .tab_box {
	align-items: center;
}
#contents .tab_box .tab {
	font-size: 35px;
	text-align: center;
	width: calc(100% / 2);
	padding: 18px 0;
	font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
	opacity: 0.6;
}
#contents .tab_box .tab:not(.active-tab):hover {
	cursor: pointer;
	opacity: 0.9;
}
#contents .tab_box .active-tab {
	color: #505050;
	background: #fff;
	opacity: 1;
}
#contents .tab-content {
	display: none;
}
#contents .active-content {
	display: block;
}
@media screen and (max-width: 840px){
	#contents .tab-content {
		padding: 0 0 50px;
	}
	
}
@media screen and (max-width: 640px){
	/*#contents .tab_box .tab {
		font-size: 16px;
		padding: 5px 0;
		width: calc((100% - 10px) / 2);
	}
	#contents .tab_box .active-tab {
		padding: 12px 0;
		border-radius: 20px 20px 0 0;
	}
	#contents .tab-content {
		padding: 20px 30px 30px;
		border-radius: 0 0 20px 20px;
	}*/
	#contents .sponsor-content {
		padding: 0 0 30px;
	}
	#contents .tab_box .tab {
		font-size: 17px;
		padding: 15px 0;
	}
}

/*-----------------------------------
	base
-----------------------------------*/
.ttl {
	font-size: 68px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 10.5px;
}
.ttl span {
	display: block;
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 10.5px;
}
.view_btn {
	display: block;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	width: 137.5px;
	padding: 2.25px 0 12.25px;
	border-bottom: 1px solid #707070;
	position: relative;
}
.view_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_bk.svg) no-repeat center/contain;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 8px;
	right: 0.5px;
	transition: 0.3s;
}
.view_btn:hover::after {
	right: 5.5px;
}
.view_btn.splitText .splitText_wrap,
.view_btn.splitText .before,
.view_btn.splitText .after {
	justify-content: flex-start;
}
.view_btn.splitText .before span:nth-of-type(4),
.view_btn.splitText .after span:nth-of-type(4) {
	margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
	.ttl {
		font-size: 34px;
		padding-bottom: 7.5px;
	}
	.ttl span {
		font-size: 13px;
		margin-bottom: 7.5px;
	}
	.view_btn {
		font-size: 14px;
		width: 110px;
	}
	p {
		font-size: 13px !important;
	}
}


/* story_block */
#story_block {
    padding-bottom: 100px;
}
#story_block .contents_inner :last-child{
	margin-bottom: 0;
}
.box{
	width: 100%;
	padding: 60px 80px;
	background-color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 50px;
	position: relative;	
}
h3.top_title{
	font-size: 32px;
	line-height: 1.7;
	letter-spacing: 0.055em;
	font-weight: 700;
	margin-bottom: 27.5px;
}
.box h4{
	font-size: 24px;
	line-height: 2.3;
	letter-spacing: 0.055em;
	font-weight: 700;
	padding: 20px 0;
	margin-bottom: 40px;
	width: 100%;
	border-bottom: 2px solid #ECECEC;
}
h4.no_border{
	border-bottom: none;
	margin-bottom: 19.5px;
}
h4.no_border_2{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 34px;
}
.box p{
	font-size: 15px;
	line-height: 2.3;
	letter-spacing: 0.035em;
	font-weight: 400;
	margin-bottom: 30px;
}
.box .link_txt{
	text-decoration: underline;
}
.box .link_txt:hover{
	opacity: 0.7;
}

/*story_box*/
.story_box .row_box{
	gap: 20px;
}
.story_box .text_box{
	width: 47%;
    border-radius: 3px;
}
.story_box .img_box{
	width: 50%;
}
.story_box .resume_wrap{
	margin: 10px auto 0;
	gap: 20px;
	justify-content: flex-start;
}
.story_box .resume_wrap a{
	width: calc((100% - 20px) / 2);
	display: block;
	transition: 0.3s;
}
.story_box .resume_wrap a:hover{
	opacity: 0.7;
}
.story_box .resume_wrap a .date{
	display: inline-block;
    font-size: 12px;
    color: #8F8F8F;
    margin-top: 10px;
    font-weight: 700;
}
.story_box .resume_wrap a .title{
	display: block;
    font-size: 15px;
    font-family: "Noto Sans CJK JP";
    margin-top: 15px;
    line-height: 1.4;
	font-weight: 700;
}


.intro{
	margin-bottom: 60px;
}
.story_nav{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	row-gap: 25px;
	column-gap: 13px;
	margin-bottom: 60px;
}
.story_nav li a{
	width: 265px;
	height: 78px;
	background-color: #E8E8E8;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.033em;
	font-weight: 500;
	transition: background-color 0.5s ease;
}
.story_nav li a:hover{
	background-color: #FAFAFA;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sec_number{
	display: block;
	color: #CECECE;
	font-size: 12px;
	line-height: 2.5;
	letter-spacing: 7.5;
	font-weight: 700;
}
h3.low_title{
	font-size: 32px;
	letter-spacing: 0.03em;
	font-weight: 700;
	line-height: 1.56;
	margin: 0;
}
p.sec_number_2{
	color: #CECECE;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.021em;
	font-weight: 700;
	margin-right: 25.5px;
	margin-bottom: 0;
}
.sec_title{
	width: 100%;
	height: 88px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border-bottom: 2px solid #ECECEC;
}
.title_left{
	height: 47px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.bar{
	width: 1px;
	height: 47px;
	background-color: #EFEFEF;
	margin-right: 22.5px;
}
.title_right{
	font-family: 'Noto Serif JP', serif;
	font-size: 46px;
	line-height: 1.08;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #ECECEC;
	position: absolute;
	top: 60px;
	right: 80px;
	z-index: 1;
}
.indent{
	display: inline-block;
    padding-left: 7px;
}
.box :last-child{
	margin-bottom: 0;
}
.theme_example{
	border: 1px solid #DFDFDF;
	width: fit-content;
	padding: 19px 144px 18px 23.5px;
	margin-bottom: 31px;
}
p.theme_title{
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.09em;
	font-weight: 700;
	padding: 0 0 0 28.5px;
	position: relative;
	margin-bottom: 13px;
}
.theme_title::before{
	content: "";
  	position: absolute;
  	top: 50%;               
  	left: 0;
  	width: 22px;             
  	height: 1px;              
  	background-color: #D1D1D1;   
  	transform: translateY(-50%);
}
.theme_example ul{
	list-style: none; /* デフォルトの黒丸を消す */
  	padding: 0;
  	margin: 0 0 31px 0;
}
.theme_example ul li {
  	position: relative;
  	padding-left: 20px; /* 円とテキストの間に余白を確保 */
  	margin-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 2.33;
	letter-spacing: 0.09em;
	font-weight: 500;
}

.theme_example ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  background-color: #ffffff; /* グレー */
  border-radius: 50%;     /* 円形にする */
  transform: translateY(-50%);
  border: 3px solid #D1D1D1;
}
@media screen and (max-width: 840px) {
	.story_box .row_box{
		flex-direction: column;
	}
	.story_box .text_box,
	.story_box .img_box,
	.story_box .resume_wrap a{
		width: 100%;
	}
	.story_box .resume_wrap a .title{
		font-size: 14px;
		margin-top: 7px;
	}
	
	.box{
		padding: 50px 40px;
		margin-bottom: 50px;
		position: relative;
	}
	.title_right{
		font-size: 46px;
	    position: absolute;
		top: 50px;
		right: 40px;
		z-index: 1;
	}
}
@media screen and (max-width: 640px) {
	#story_block {
		padding-bottom: 60px;
	}
	.story_nav{
		row-gap: 10px;
		column-gap: 13px;
		margin-bottom: 30px;
	}
	.story_nav li a{
		width: 190px;
		height: 60px;
		font-size: 12px;
	}
	.box{
		padding: 30px 20px;
		margin-bottom: 40px;
	}
	.title_right{
		font-size: 36px;
		top: 30px;
		right: 20px;
	}
	h3.top_title{
		font-size: 24px;
		margin-bottom: 0;
		line-height: 1.2;
	}
	h3.low_title{
		font-size: 20px;
		line-height: 1.2;
	}
	h4.no_border{
		border-bottom: none;
		margin-bottom: 19.5px;
		line-height: 1.5;
	}
	h4.no_border_2{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 34px;
		line-height: 1.5;
	}
	.box h4{
		line-height: 1.8;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.box p{
		line-height: 2;
		margin-bottom: 30px;
	}
	p.sec_number_2{
		color: #CECECE;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.sec_title{
		height: 60px;
	}
	.theme_example{
		padding: 19px 20px 18px 20px;		
		margin-bottom: 31px;
	}
	.theme_example ul li{
		line-height: 2;
	}
}
@media screen and (max-width: 420px){
	.box{
		margin-bottom: 30px;
	}
	.story_nav li a{
		width: 150px;
		height: 60px;
		font-size: 12px;
	}
	.title_right{
		top: 40px;
		right: 20px;
		font-size: 24px;
	}
	h3.top_title{
		font-size: 18px;
		margin-bottom: 0;
	}
	h3.low_title{
		font-size: 18px;
	}
	.box h4{
		font-size: 16px;
		margin-bottom: 30px;
	}
	p.sec_number_2{
		margin-right: 10px;
	}
	.bar{
		margin-right: 10px;
	}
}

/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	text-align: center;
	padding-bottom: 105px;
}
#contact_block .ttl {
	margin-bottom: 35px;
}
#contact_block .ttl span {
	margin-bottom: 28.5px;
}
#contact_block p {
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 2.6;
	letter-spacing: 0.09em;
	margin-bottom: 50px;
}
#contact_block .ct_btn {
	display: block;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #505050;
	padding: 33px 0;
	width: 419px;
	margin: 0 auto;
	border-radius: 50vw;
	position: relative;
	z-index: 0;
}
#contact_block .ct_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_wh.svg) no-repeat center/contain;
	width: 5px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 43.5px;
	bottom: 0;
	z-index: 1;
	transition: 0.3s;
}
#contact_block .ct_btn:hover:after {
	right: 38.5px;
}
@media screen and (max-width: 840px) {
	#contact_block {
		padding-bottom: 75px;
	}
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding-bottom: 55px;
	}
	#contact_block .ttl {
		margin-bottom: 15px;
	}
	#contact_block .ttl span {
		margin-bottom: 14.5px;
	}
	#contact_block p {
		margin-bottom: 30px;
	}
	#contact_block .ct_btn {
		font-size: 14px;
		padding: 18px 0;
		width: 270px;
	}
	#contact_block .ct_btn::after {
		right: 23.5px;
	}
}


/* 詳細ページ */
#detail_block {
	padding-bottom: 134px;
	font-family: 'Noto Serif JP', serif;
}
/* #detail_block .contents_inner {
	padding-bottom: 116px;
} */
#detail_block .contents_inner .detail_wrapper {
	/* max-width: 940px;
    margin: 0 auto; */
    margin: 0 5.3vw;
	padding-top: 60px;
	padding-bottom: 25.4px;
	border-bottom: 1px solid #D6D6D6;
}

#detail_block .detail_text .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}
#detail_block .detail_text h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 23px;
}
#detail_block .detail_text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}
#detail_block .detail_text h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}
#detail_block .gallery_box {
	display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
	margin-top: 60px;
}
#detail_block .gallery_box img {
	width: 100%;
}
#detail_block .text_area {
	margin-top: 60px;
}
#detail_block .gallery_box:last-child {
	margin-bottom: 60px;
}
#detail_block .gallery_box h3 {
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
    width: 360px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 2;
}
#detail_block .gallery_box::after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.7) 100%);
    width: 100%;
    height: 14.6vw;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#pagination {
	margin-top: 75px;
}
#pagination .page-numbers {
	display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	max-width: 690px;
	margin: 0 auto;
    align-items: center;
}

#pagination .page-numbers .prev_btn_box {
    width: 130px;
    text-align: right;
}
#pagination .page-numbers .all_btn_box {
	width: 280px;
    text-align: center;
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#pagination .page-numbers .next_btn_box {
	width: 130px;
	text-align: right;
}
#pagination .page-numbers li a {
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
	position: relative;
}
#pagination .page-numbers .all_btn_box a {
	justify-content: center;
}
#pagination .page-numbers .next_btn_box a {
	justify-content: right;
}
#pagination .page-numbers .current {
	border: 1px solid #707070;
	font-size: 15px;
	font-weight: bold;
    padding: 9px 11px;
	background: #707070;
	color: #fff;
}
#pagination .page-numbers li .prev_btn::before {
	content: "＜";
    position: absolute;
    background-size: 100%;
    width: 12px;
    height: 12px;
    scale: 0.8;
    left: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
}
#pagination .page-numbers li .next_btn::before {
    content: "＞";
    position: absolute;
    background-size: 100%;
    width: 12px;
    height: 12px;
    scale: 0.8;
    right: -48px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
}
#pagination .page-numbers li .prev {
	padding: 9px 22px 9px 38px;
}
#pagination .page-numbers li .next {
	padding: 9px 38px 9px 22px;
}
@media screen and (max-width: 980px){
	#detail_block .detail_text h2 {
		font-size: 22px;
	}
	#detail_block .detail_text h3 {
		font-size: 20px;
	}
	#detail_block .contents_inner .latest_wrapper h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#detail_block .news_list {
		gap: 25px;
	}
	#detail_block .news_list .new_box {
		width: calc((100% - 50px)/3);
	}
}
@media screen and (max-width: 840px){
	#pagination .page-numbers li a {
		font-size: 26px;
	}
	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
		width: 100px;
	}
	#pagination .page-numbers .all_btn_box {
		width: 200px;
	}
	#pagination .page-numbers li .prev_btn::before,
	#pagination .page-numbers li .next_btn::before {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	#detail_block .contents_inner {
		padding-bottom: 50px;
	}
	#detail_block .contents_inner .detail_wrapper {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#detail_block .detail_text h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#detail_block .detail_text h3 {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	#detail_block .gallery_box {
		margin-top: 30px;
	}
	#detail_block .text_area {
		margin-top: 30px;
	}
	#detail_block .news_list .new_box {
		width: 100%;
	}
	#pagination .page-numbers li a {
		height: 60px;
	}
	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
        width: 70px;
	}
	#pagination .page-numbers li:nth-child(2) {
        width: 130px;
	}
	#pagination .page-numbers li a {
        font-size: 20px;
    }
	#pagination .page-numbers li .prev_btn::before {
		font-size: 14px;
		left: -30px;
	}
	#pagination .page-numbers li .next_btn::before {
		font-size: 14px;
		right: -30px;
	}
}