@charset "UTF-8";
.siteHeader__navList li[data-name="planPage"] .siteHeader__navItemLink {
	background-color: rgba(255, 255, 255, 0.3);
}

/*==================================================================
	Development setting
===================================================================*/
.mv_movie {
	width: 100%;
}
.head_block {
	padding: 80px 0 80px;
}
.head_block .ttl_en {
	display: flex;
	align-items: center;
	gap:15px;
	font-size: 2rem;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.head_block .ttl_en:after {
	background-color: #231f20;
	content: "";
	flex: 1;
	height: 1px;
	width: auto;
}
.head_block .ttl_jp {
	font-size: 3.4875vw;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.head_block .txt_jp {
	font-size: 1.6rem;
	letter-spacing: 0.18em;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.head_block { padding: 40px 0;}
	.head_block .ttl_en { font-size: 1.4rem;}
	.head_block .ttl_jp { font-size: 1.6rem; letter-spacing: 0.1em;}
	.head_block .txt_jp { font-size: 1.2rem; letter-spacing: 0.1em;}
}


/*==================================================================
	Top setting
===================================================================*/

big {
	font-size: 120%;
}
.c_red {
	color: #d4273d;
}
.c_whi {
	color: #fff;
}
.text_r {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}
.pic_cap {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(2px);
	padding: 2px 3px;
}
.pic_cap2 {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	color: #fff;
	right: 0.5%;
	bottom: -20px;
	z-index: 5;
}
.pos_rel {
	position: relative;
}
.pt60 {
	padding-top: 60px!important;
}
.pt80 {
	padding-top: 80px!important;
}
.pc48 {
	display: block;
}
.sp48 {
	display: none;
}
.sp2 {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.text_r {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 767px) {
	.text_r {
		font-size: 1.0rem;
	}
	.pic_cap {
		font-size: 1.0rem;
	}
	.pic_cap2 {
		font-size: 1.0rem;
	}
	.sp2 {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.text_r {
		font-size: 0.9rem;
	}
	.pic_cap {
		font-size: 0.9rem;
	}
	.pic_cap2 {
		font-size: 0.9rem;
	}
	.pc48 {
		display: none;
	}
	.sp48 {
		display: block;
	}
	.sp2 {
		display: none;
	}
}


/*---------------------------------
	topへ戻る
---------------------------------*/
.top_back {
	z-index: 6;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	opacity: 0.4;
	width: 50px;
	height: 40px;
	font-size: 1.0rem;
	color: #000;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	padding: 5px 0;
	transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
	.top_back {
		bottom: 10rem;
		right: 1rem;
	}
}
.top_back::after {
	content: "";
	width: 16px;
	height: 16px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background-color: transparent;
	bottom: 1px;
	right: 16px;
	position: absolute;
	transform: rotate(-135deg);
}


/* common */
.eng {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
}
.gothic {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
red {
	color: #d4273d;
	font-size: 115%;
}
.whi {
	color: #fff;
}
sup {
	font-size: 50%;
}

.pc767 {
	display: block;
}
@media only screen and (max-width: 767px) {
	.pc767 {
		display: none;
	}
}
.cap_r {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	color: #fff;
	right: 0%;
	bottom: 0%;
	z-index: 5;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(2px);
	padding: 2px 3px;
}
.cap_rb {
	position: absolute;
	font-size: 1.1rem;
	text-align: right;
	color: #111;
	right: 2px;
	bottom: 2px;
	z-index: 5;
	padding: 2px 3px;
}
@media only screen and (max-width: 767px) {
	.cap_r ,
	.cap_rb {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.cap_r ,
	.cap_rb {
		font-size: 0.9rem;
	}
}

/* sec01 area */
.sec01 .scr_title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(60px, 9vw, 200px);
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.sec01 .scr_title {
		font-size: clamp(40px, 9vw, 120px);
	}
}


.text_r {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}
.img_cap1 {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	.text_r {
		font-size: 1.1rem;
	}
	.img_cap1 {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 767px) {
	.text_r {
		font-size: 1.0rem;
	}
	.img_cap1 {
		font-size: 1.0rem;
	}
}


/* plan_area */
.sec02 {
	width: 100%;
	background-color: #b2b3b6;
}
.plan_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-right: 4%;
	padding-bottom: 40px;
}
.plan_area > li:nth-child(1) {
	width: 12%;
	position: sticky;
	top: 0;
}
.plan_area > li:nth-child(1) .img {
	width: 90%;
	margin: 20px 10% 0 0;
}
.plan_area > li:nth-child(2) {
	width: 88%;
}
.plan_area .top_txt1 {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	margin: 80px auto 40px;
}
.plan_area .top_txt2 {
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
	.plan_area {
		padding-bottom: 20px;
	}
	.plan_area > li:nth-child(1) {
		width: 10%;
	}
	.plan_area > li:nth-child(1) .img {
		width: 80%;
		margin: 10px 20% 0 0;
	}
	.plan_area > li:nth-child(2) {
		width: 90%;
	}
	.plan_area .top_txt1 {
		font-size: 2.0rem;
		margin: 20px auto 20px;
	}
	.plan_area .top_txt2 {
		font-size: 1.5rem;
		line-height: 1.7;
		margin: 0 auto 40px;
	}
}
@media only screen and (max-width: 480px) {
	.plan_area .top_txt1 {
		font-size: 1.6rem;
	}
	.plan_area .top_txt2 {
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0 5%;
	}
}

.plan_area .madori_area {
	width: 100%;
	background: #cbcbcb;
	margin-bottom: 100px;
	padding-bottom: 60px;
}
.plan_area .madori_area .top {
	width: 25%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto 20px;
}
.plan_area .madori_area .data1 {
	width: 96%;
	text-align: center;
	margin: 0 auto 20px;
}
.plan_area .madori_area .data1 .txt1 {
	width: 100%;
	font-size: 3.8rem;
	line-height: 1.2;
	text-align: center;
}
.plan_area .madori_area .data1 .txt1 span {
	font-size: 140%;
}
.plan_area .madori_area .data1 .txt2 {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	border-bottom: solid 1px #333;
	padding-top: 15px;
	padding-bottom: 5px;
}
.plan_area .madori_area .data1 .txt_wrap {
	width: 100%;
	text-align: center;
}
.plan_area .madori_area .data1 .txt_wrap .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
}
.plan_area .madori_area .data1 .txt3 {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
	margin-right: 3%;
}
.plan_area .madori_area .data1 .txt4 {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background: #ba9f5b;
	padding: 0 20px;
}
.plan_area .madori_area .data1 .txt5 {
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: center;
}
.plan_area .madori_area .data1 .txt3 span ,
.plan_area .madori_area .data1 .txt4 span ,
.plan_area .madori_area .data1 .txt5 span {
	font-size: 70%;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area {
		margin-bottom: 60px;
		padding-bottom: 30px;
	}
	.plan_area .madori_area .data1 .txt1 {
		font-size: 2.4rem;
		line-height: 1.1;
	}
	.plan_area .madori_area .data1 .txt2 {
		font-size: 1.1rem;
	}
	.plan_area .madori_area .data1 .txt_wrap {
		width: auto;
		text-align: center;
		margin: 0 auto;
	}
	.plan_area .madori_area .data1 .txt_wrap .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: flex-start;
		gap: 4%;
	}
	.plan_area .madori_area .data1 .txt3 {
		font-size: 1.8rem;
	}
	.plan_area .madori_area .data1 .txt4 {
		font-size: 1.8rem;
	}
	.plan_area .madori_area .data1 .txt5 {
		width: 100%;
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 480px) {
	.plan_area .madori_area {
		margin-bottom: 30px;
	}
	.plan_area .madori_area .data1 .txt1 {
		font-size: 2.0rem;
		line-height: 1.2;
	}
}

.plan_area .madori_area .madori {
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5%;
	text-align: center;
	margin: 40px auto;
}
.plan_area .madori_area .madori .main {
	width: 70%;
}
.plan_area .madori_area .madori .main .zu {
	width: 96%;
	max-width: 800px;
	margin: 0 auto 40px;
}
.plan_area .madori_area .madori .main .rei {
	width: 96%;
	max-width: 600px;
	margin: 0 auto 40px;
	padding-left: 4%;
}
.plan_area .madori_area .madori .main .rei p {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 20px;
}
.plan_area .madori_area .madori .sub {
	width: 35%;
	max-width: 180px;
	margin: 0 auto;
}
.plan_area .madori_area .madori .sub p {
	width: 100%;
	margin-bottom: 2vw;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area .madori {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin: 20px auto;
	}
	.plan_area .madori_area .madori .main {
		width: 100%;
	}
	.plan_area .madori_area .madori .main .zu {
		margin: 0 auto 15px;
	}
	.plan_area .madori_area .madori .main .rei {
		width: 100%;
		margin: 0 auto 20px;
	}
	.plan_area .madori_area .madori .main .rei p {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.plan_area .madori_area .madori .sub {
		display: flex;
		flex-wrap: nowrap;
		gap: 6%;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	.plan_area .madori_area .madori .sub p {
		width: 100%;
		margin-bottom: 7vw;
	}
}
@media only screen and (max-width: 480px) {
	.plan_area .madori_area .madori .main .rei p {
		font-size: 1.0rem;
		margin-top: 10px;
	}
}

.plan_area .madori_area .img1_area {
	width: 94%;
	margin: 0 auto 60px;
}
.plan_area .madori_area .img1_area .img {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.plan_area .madori_area .img1_area .a1 {
	width: 50%;
	display: flex;
	gap: 2%;
	align-items: center;
	text-align: left;
}
.plan_area .madori_area .img1_area .a1 .no {
	width: 7%;
}
.plan_area .madori_area .img1_area .a1 .no img {
	display: block;
	transform: translateY(8px); 
}
.plan_area .madori_area .img1_area .a1 .txt {
	width: auto;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.plan_area .madori_area .img1_area .a1 .txt span {
	font-size: 40%;
}
.plan_area .madori_area .img2_area {
	width: 94%;
	background: #ba9f5b;
	margin: 0 auto 10px;
	padding: 30px 3%;
}
.plan_area .madori_area .img2_area .top_txt {
	width: 100%;
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.plan_area .madori_area .img2_area .tbl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 2%;
}
.plan_area .madori_area .img2_area .tbl li {
	width: 49%;
	display: flex;
	align-items: center;
	background: #fff;
}
.plan_area .madori_area .img2_area .tbl .img {
	width: 50%;
	position: relative;
}
.plan_area .madori_area .img2_area .tbl .txt {
	width: 50%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #d4273d;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area .img1_area {
		width: 100%;
		margin: 0 auto 40px;
	}
	.plan_area .madori_area .img1_area .img {
		margin-bottom: 0;
	}
	.plan_area .madori_area .img1_area .a1 {
		width: 94%;
		margin: 0 auto;
	}
	.plan_area .madori_area .img1_area .a1 .no {
		width: 9%;
	}
	.plan_area .madori_area .img1_area .a1 .no img {
		display: block;
		transform: translateY(4px); 
	}
	.plan_area .madori_area .img1_area .a1 .txt {
		width: auto;
		font-size: 1.8rem;
	}
	.plan_area .madori_area .img2_area {
		padding: 20px 2%;
	}
	.plan_area .madori_area .img2_area .top_txt {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.plan_area .madori_area .img2_area .tbl li {
		width: 100%;
	}
	.plan_area .madori_area .img2_area .tbl .img {
		width: 45%;
	}
	.plan_area .madori_area .img2_area .tbl .txt {
		width: 55%;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 480px) {
	.plan_area .madori_area .img2_area {
		margin: 0 auto;
	}
	.plan_area .madori_area .img2_area .top_txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.plan_area .madori_area .img2_area .tbl .txt {
		font-size: 1.3rem;
	}
}

.plan_area .madori_area .data2 {
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4%;
	margin: 0 auto 40px;
}
.plan_area .madori_area .data2 > div {
	width: 48%;
	display: flex;
	gap: 2%;
	align-items: center; 
	text-align: left;
}
.plan_area .madori_area .data2 > div .no {
	width: 7%;
}
.plan_area .madori_area .data2 > div .no img {
	display: block;
	transform: translateY(8px); 
}
.plan_area .madori_area .data2 > div .txt {
	width: auto;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.plan_area .madori_area .data2 .txt span {
	font-size: 40%;
}
.plan_area .madori_area .img3_area {
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 4%;
	margin: 0 auto;
}
.plan_area .madori_area .img3_area .img {
	width: 22%;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area .data2 {
		width: 94%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
		margin: 0 auto 40px;
	}
	.plan_area .madori_area .data2 > div {
		width: 100%;
		gap: 20px;
	}
	.plan_area .madori_area .data2 > div .no {
		width: 9%;
	}
	.plan_area .madori_area .data2 > div .no img {
		display: block;
		transform: translateY(4px); 
	}
	.plan_area .madori_area .data2 > div .txt {
		font-size: 1.8rem;
	}
	.plan_area .madori_area .img3_area .img {
		width: 48%;
	}
}

.plan_area .madori_area .img4_area {
	width: 94%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: #ba9f5b;
	margin: 0 auto 10px;
}
.plan_area .madori_area .img4_area .img1 {
	position: relative;
	width: 50%;
}
.plan_area .madori_area .img4_area .data_area {
	width: 50%;
	padding: 30px 3% 20px;
}
.plan_area .madori_area .img4_area .data_area .data {
	width: 100%;
	margin-bottom: 10px;
}
.plan_area .madori_area .img4_area .top_txt {
	width: 100%;
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.plan_area .madori_area .img4_area .tbl {
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
}
.plan_area .madori_area .img4_area .tbl .img {
	width: 25%;
	position: relative;
}
.plan_area .madori_area .img4_area .tbl .txt {
	width: 75%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #d4273d;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area .img4_area {
		width: 94%;
		display: flex;
		flex-wrap: wrap;
	}
	.plan_area .madori_area .img4_area .img1 {
		width: 90%;
		margin: 20px auto 0;
	}
	.plan_area .madori_area .img4_area .data_area {
		width: 92%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.plan_area .madori_area .img4_area .top_txt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.plan_area .madori_area .img4_area .tbl .img {
		width: 30%;
	}
	.plan_area .madori_area .img4_area .tbl .txt {
		width: 70%;
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0 3%;
	}
}

.plan_area .madori_area .b1 {
	width: 48%;
	display: flex;
	gap: 2%;
	align-items: center;
	text-align: left;
	margin: 0 47% 30px 3%;
}
.plan_area .madori_area .b1 .no {
	width: 7%;
}
.plan_area .madori_area .b1 .no img {
	display: block;
	transform: translateY(8px); 
}
.plan_area .madori_area .b1 .txt {
	width: 91%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.plan_area .madori_area .b1 .txt span {
	font-size: 40%;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area .b1 {
		width: 94%;
		margin: 0 auto;
	}
	.plan_area .madori_area .b1 .no {
		width: 9%;
	}
	.plan_area .madori_area .b1 .no img {
		display: block;
		transform: translateY(4px); 
	}
	.plan_area .madori_area .b1 .txt {
		width: 89%;
		font-size: 1.8rem;
	}
}

.plan_area .madori_area .img5_area {
	width: 94%;
	display: flex;
	flex-wrap: nowrap;
	gap: 40px 4%;
	margin: 60px auto;
}
.plan_area .madori_area .img5_area .img6_area {
	width: 49%;
	margin: 0 auto 10px;
}
.plan_area .madori_area .img5_area .img6_area .img {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.plan_area .madori_area .img5_area .img6_area .b2 {
	width: 100%;
	display: flex;
	gap: 2%;
	align-items: center;
	text-align: left;
}
.plan_area .madori_area .img5_area .img6_area .b2 .no {
	width: 8%;
}
.plan_area .madori_area .img5_area .img6_area .b2 .no img {
	display: block;
	transform: translateY(8px); 
}
.plan_area .madori_area .img5_area .img6_area .b2 .txt {
	width: auto;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.plan_area .madori_area .img5_area .img6_area .b2 .txt span {
	font-size: 40%;
}

.plan_area .madori_area .data3 {
	width: 47%;
}
.plan_area .madori_area .data3 > div {
	width: 100%;
	display: flex;
	gap: 2%;
	align-items: center; 
	text-align: left;
	margin-bottom: 30px;
}
.plan_area .madori_area .data3 > div .no {
	width: 7%;
}
.plan_area .madori_area .data3 > div .no img {
	display: block;
	transform: translateY(8px); 
}
.plan_area .madori_area .data3 > div .txt {
	width: 90%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.plan_area .madori_area .data3 .txt span {
	font-size: 40%;
}
@media only screen and (max-width: 767px) {
	.plan_area .madori_area .img5_area {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 4%;
		margin: 40px auto 20px;
	}
	.plan_area .madori_area .img5_area .img6_area {
		width: 100%;
	}
	.plan_area .madori_area .img5_area .img6_area .b2 {
		width: 100%;
	}
	.plan_area .madori_area .img5_area .img6_area .b2 .no {
		width: 9%;
	}
	.plan_area .madori_area .img5_area .img6_area .b2 .no img {
		display: block;
		transform: translateY(4px); 
	}
	.plan_area .madori_area .img5_area .img6_area .b2 .txt {
		font-size: 1.8rem;
	}
	.plan_area .madori_area .data3 {
		width: 100%;
	}
	.plan_area .madori_area .data3 > div {
		margin-bottom: 20px;
	}
	.plan_area .madori_area .data3 > div .no {
		width: 9%;
	}
	.plan_area .madori_area .data3 > div .no img {
		display: block;
		transform: translateY(4px); 
	}
	.plan_area .madori_area .data3 > div .txt {
		width: 88%;
		font-size: 1.8rem;
	}
}


/* sec_plan2 */
.sec_plan2 {
	width: 100%;
	padding-bottom: 80px;
}
.sec_plan2 .txt1 {
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.2em;
	color: #d4273d;
	margin: 0 auto 20px;
}
.sec_plan2 .txt2 {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: 8.0rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
	color: #d4273d;
	margin: 0 auto 20px;
}
.sec_plan2 .txt2 span {
	font-size: 120%;
}
.sec_plan2 .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1%;
	margin-bottom: 20px;
}
.sec_plan2 .list > div {
	width: 49.5%;
	position: relative;
}
.sec_plan2 .list > p {
	width: 49.5%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #d4273d;
	background: #fcded7;
	padding: 3px;
}
.sec_plan2 .txt3 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.2em;
	color: #d4273d;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.sec_plan2 {
		padding-bottom: 60px;
	}
	.sec_plan2 .txt1 {
		font-size: 1.8rem;
	}
	.sec_plan2 .txt2 {
		font-size: 6.0rem;
	}
}
@media only screen and (max-width: 767px) {
	.sec_plan2 {
		padding-bottom: 20px;
	}
	.sec_plan2 .txt1 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.sec_plan2 .txt2 {
		font-size: 4.0rem;
	}
	.sec_plan2 .list > div {
		width: 100%;
	}
	.sec_plan2 .list > p {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.sec_plan2 .txt3 {
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width: 480px) {
	.sec_plan2 .txt1 {
		font-size: 1.4rem;
	}
	.sec_plan2 .txt2 {
		font-size: 3.8rem;
	}
	.sec_plan2 .list > p {
		font-size: 1.3rem;
	}
	.sec_plan2 .txt3 {
		font-size: 1.5rem;
	}
}


/* sec03 */
.sec03 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.sec03 .image {
	position: relative;
}
.sec03 .image .txt1 {
	width: 80%;
	position: absolute;
	font-size: clamp(15px, 8vw, 28px);
	text-align: center;
	color: #111;
	top: 4vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.sec03 .image .txt2 {
	width: 80%;
	position: absolute;
	font-size: clamp(24px, 8vw, 54px);
	text-align: center;
	letter-spacing: 0.2em;
	color: #111;
	top: 7vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.sec03 .image .txt2 span {
	font-size: 95%;
	border: solid 1px #333;
	padding: 0 8px;
	margin-right: 2rem;
}
@media only screen and (max-width: 1024px) {
	.sec03 {
		padding-bottom: 60px;
	}
	.sec03 .image .txt1 {
		width: 90%;
		font-size: clamp(15px, 9vw, 22px);
		top: 3vw;
	}
	.sec03 .image .txt2 {
		width: 90%;
		font-size: clamp(20px, 9vw, 40px);
		letter-spacing: 0.1em;
		top: 8vw;
	}
}
@media only screen and (max-width: 767px) {
	.sec03 {
		padding-bottom: 40px;
	}
	.sec03 .image .txt1 {
		width: 90%;
		font-size: clamp(12px, 10vw, 15px);
		top: 2vw;
	}
	.sec03 .image .txt2 {
		width: 90%;
		font-size: clamp(16px, 10vw, 24px);
		letter-spacing: 0.1em;
		top: 12vw;
	}
}
@media only screen and (max-width: 480px) {
	.sec03 {
		padding-bottom: 20px;
	}
	.sec03 .image .txt1 {
		font-size: clamp(11px, 8vw, 13px);
		top: 3vw;
	}
	.sec03 .image .txt2 {
		font-size: clamp(14px, 8vw, 20px);
		letter-spacing: 0.1em;
		top: 14vw;
	}
}


/* sec04 */
.sec04 {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}
.sec04 .title {
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(60px, 9vw, 200px);
	line-height: 1.0;
	text-align: center;
	margin: 0 auto 50px;
}
.sec04 .top_text {
	font-size: 2.8rem;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto 50px;
}
.sec04 .top_text span {
	font-size: 80%;
	border: solid 1px #333;
	padding: 2px 20px;
}
.sec04 .gu_image {
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3%;
	margin: 0 auto 40px;
}
.sec04 .gu_image li {
	width: 31.3%;
}
.sec04 .gu_image .img {
	position: relative;
	width: 100%;
}
.sec04 .gu_image .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
}
.sec04 .gu_image .txt2 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d4273d;
	text-align: center;
}
.sec04 .txt3 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.2em;
	color: #d4273d;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.sec04 {
		padding: 60px 0;
	}
	.sec04 .title {
		font-size: clamp(60px, 9vw, 100px);
		margin: 0 auto 40px;
	}
	.sec04 .top_text {
		font-size: 2.2rem;
		margin: 0 auto 40px;
	}
}
@media only screen and (max-width: 767px) {
	.sec04 {
		padding: 20px 0;
	}
	.sec04 .title {
		font-size: clamp(20px, 10vw, 60px);
		margin: 0 auto 30px;
	}
	.sec04 .top_text {
		font-size: 1.6rem;
		margin: 0 auto 30px;
	}
	.sec04 .gu_image {
		width: 96%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 0 auto 20px;
	}
	.sec04 .gu_image li {
		width: 48%;
	}
	.sec04 .gu_image .txt1 {
		font-size: 2.2rem;
	}
	.sec04 .gu_image .txt2 {
		font-size: 1.4rem;
	}
	.sec04 .txt3 {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec04 .top_text {
		font-size: 1.5rem;
	}
}


/* sec05 */
.sec05 {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.sec05 .top_txt {
	width: 93%;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 20px;
	justify-content: center;
	align-items: center;
	background: #d4273d;
	margin: 0 auto 20px;
	padding: 10px;
}
.sec05 .top_txt .txt1 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
.sec05 .top_txt .txt2 {
	font-size: 1.4rem;
	color: #fff;
}
.sec05 .select_tbl {
	width: 93%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0.5%;
	margin: 0 auto 20px;
}
.sec05 .select_tbl > div {
	width: 33%;
}
.sec05 .select_tbl .wall {
	width: 66.5%!important;
}
.sec05 .select_tbl .txt {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	margin: 5px auto;
}
.sec05 .select_tbl > div div {
	position: relative;
}
.sec05 .txt3 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.2em;
	color: #d4273d;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.sec05 .top_txt .txt1 {
		font-size: 1.5rem;
	}
	.sec05 .top_txt .txt2 {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 767px) {
	.sec05 {
		width: 100%;
		padding-bottom: 40px;
	}
	.sec05 .top_txt {
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.sec05 .top_txt .txt1 {
		font-size: 1.4rem;
	}
	.sec05 .top_txt .txt2 {
		font-size: 1.2rem;
	}
	.sec05 .select_tbl {
		gap: 20px 2%;
	}
	.sec05 .select_tbl > div {
		width: 49%;
	}
	.sec05 .select_tbl .wall {
		width: 100%!important;
	}
	.sec05 .select_tbl .txt {
		font-size: 1.3rem;
	}
	.sec05 .txt3 {
		font-size: 1.4rem;
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 480px) {
	.sec05 .top_txt .txt1 {
		font-size: 1.3rem;
	}
	.sec05 .top_txt .txt2 {
		font-size: 1.1rem;
	}
	.sec05 .select_tbl .txt {
		font-size: 1.2rem;
	}
}


/* sec06 */
.sec06 {
	width: 100%;
}
.sec06 .ns_text {
	position: relative;
	width: 80%;
	max-width: 700px;
	font-size: 3.8rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	background: #c1a869;
	border-radius: 9999px;
	margin: 40px auto 100px;
	padding: 10px 10px 20px;
}
.sec06 .ns_text:hover {
	opacity: 0.7;
}
.sec06 .ns_text span {
	font-size: 50%;
	letter-spacing: 0.1em;
}
.sec06 .ns_text .arrow {
	position: absolute;
	width: 8%;
	max-width: 40px;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.sec06 .casbee {
	width: 96%;
	max-width: 1000px;
	display: flex;
	flex-wrap: nowrap;
	gap: 4%;
	margin: 50px auto 100px;
}
.sec06 .casbee > div {
	width: 48%;
}
.sec06 .casbee > div p {
	font-size: 1.4rem;
	text-align: center;
	margin: 10px auto;
}
@media only screen and (max-width: 767px) {
	.sec06 .ns_text {
		width: 96%;
		font-size: 2.0rem;
		margin: 0 auto 60px;
		padding: 5px;
	}
	.sec06 .casbee {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 4%;
		margin: 40px auto 80px;
	}
	.sec06 .casbee > div {
		width: 100%;
	}
	.sec06 .casbee > div p {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec06 .ns_text {
		font-size: 1.8rem;
		padding-bottom: 10px;
	}
	.sec06 .ns_text span {
		font-size: 60%;
	}
	.sec06 .casbee {
		margin: 40px auto 50px;
	}
	.sec06 .casbee > div p {
		font-size: 1.2rem;
	}
}


.sec01 {
	margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
	.sec01 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.mb100 { margin-bottom: 50px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb50 { margin-bottom: 25px !important; }
	.mb40 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom: 15px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mt20 { margin-top: 10px !important; }
}


/* SCROLL */
.scroll-wrap{
	width:90%;
	max-width:1600px;
	height:400px;
	margin:0 auto;
	overflow-x:auto;
	overflow-y:hidden;
	background:#fff;
	position:relative;
	touch-action: pan-y; /* タッチで縦スクロールはページ、横は要素に任せる */
	
	/* スクロールバー非表示 */
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-left: auto;
	margin-right: auto;
}
.scroll-wrap::-webkit-scrollbar{ display:none; }


/* 内側コンテンツは横に長い画像 */
.scr_inner{
	height:100%;
	display:flex;
	align-items:center;
}
.scr_inner img{
	height:100%;
	display:block;
	/* デモ用に幅を大きくして横スクロールを確実にする */
	min-width:2400px; /* 必要に応じて調整 or remove */
	width:auto;
	user-select: none;   /* 画像ドラッグ時の選択抑止 */
	-webkit-user-drag: none;
	pointer-events: none; /* 画像上でのカーソル操作は親で扱う */
}

.fade_up {
	transform: translateY(50px);
	opacity: 0;
}
.fade_up.is-active {
	transition: 1s;
	transform: translateY(0);
	opacity: 1;
}
.slidein {
	opacity: 0;
}
.slidein.is-active {
	animation: slideIn 5s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards;
}
@keyframes slideIn {
	0% {
		transform: translateX(180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,
	100% {
		opacity: 1;
	}
}
.slidein_left {
	opacity: 0;
}
.slidein_left.is-active {
	animation: slideIn_Left 5s cubic-bezier(0.23, 1, 0.32, 1) 1 forwards;
}
@keyframes slideIn_Left {
	0% {
		transform: translateX(-180px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
	}
	40%,
	100% {
		opacity: 1;
	}
}
.fade_in {
	opacity: 0;
}
.fade_in.is-active {
	animation: fade_in 3s ease-in-out 0.2s 1 normal forwards;
}
@keyframes fade_in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
	animation-delay: 2s;
}
.delay-time04 {
	animation-delay: 3s;
}
.delay-time05 {
	animation-delay: 5s;
}
