@charset "UTF-8";
.siteHeader__navList li[data-name="coordinationPage"] .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
===================================================================*/

.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;
}
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 */
.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;
	}
}


.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;
	}
}


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


/* sec02 */
.sec02 {
	width: 100%;
	background-color: #a3a5a8;
	margin: 0;
	padding: 0;
}
.sec02_top {
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
	padding: 0;
}
.sec02_top p {
	display: inline-block;
	vertical-align: top;
	line-height: 0.9;
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(40px, 10vw, 200px);
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	margin: -0.7vw auto 0;
	padding: 0;
}
.sec02_middle {
	width: 100%;
	text-align: center;
	margin: 100px auto 0;
	padding: 0;
}
.sec02_middle p {
	display: inline-block;
	font-family: "latino-gothic-variable", sans-serif;
	font-variation-settings: "slnt" 1, "wdth" 67, "wght" 1;
	font-size: clamp(40px, 10.5vw, 200px);
	line-height: 0.9;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 0;
}
.sec02 .top_txt1 {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	margin: 80px auto 40px;
}
.sec02 .top_txt2 {
	width: 90%;
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	margin: 0 auto 80px;
}
.sec02 .top_image {
	position: relative;
	width: 100%;
	margin: 60px auto 100px;
}
.sec02 .top_image p {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.sec02 .top_txt1 {
		font-size: 2.0rem;
		margin: 20px auto 20px;
	}
	.sec02 .top_txt2 {
		font-size: 1.5rem;
		line-height: 1.7;
		margin: 0 auto 40px;
	}
	.sec02 .top_image {
		margin: 50px auto 80px;
	}
}
@media only screen and (max-width: 480px) {
	.sec02 .top_txt1 {
		font-size: 1.6rem;
	}
	.sec02 .top_txt2 {
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 0 auto 20px;
		padding: 0 5%;
	}
	.sec02 .top_image {
		margin: 30px auto 50px;
	}
	.sec02_middle {
		margin: 50px auto 0;
	}
}

.sec02 .plan_variation_area {
	width: 94%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}
.sec02 .plan_variation_area .top_txt {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background: #d4273d;
	padding: 5px auto;
}
.sec02 .plan_variation_area .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 50px auto 20px;
}
.sec02 .plan_variation_area .txt2 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	line-height: 0.6;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px auto 10px;
}
.sec02 .plan_variation_area .txt2 span {
	font-size: 45%;
	letter-spacing: 0.1em;
}
.sec02 .plan_variation_area .txt3 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 30px auto 60px;
}
.sec02 .plan_variation_area .txt3 span {
	color: #d4273d;
}
.sec02 .plan_variation_area .txt4 {
	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 10px;
}
.sec02 .plan_variation_area .txt4 span {
	font-size: 120%;
}
.sec02 .plan_variation_area  .list {
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1%;
	margin: 0 auto 20px;
}
.sec02 .plan_variation_area  .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;
}
.sec02 .plan_variation_area .txt5 {
	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;
	padding-bottom: 40px;
}
.sec02 .sec_arrow {
	width: 15%;
	max-width: 120px;
	margin: -1px auto 20px;
}
@media only screen and (max-width: 767px) {
	.sec02 .plan_variation_area .top_txt {
		font-size: 2.6rem;
	}
	.sec02 .plan_variation_area .txt1 {
		font-size: 1.5rem;
	}
	.sec02 .plan_variation_area .txt2 {
		font-size: 6.8rem;
	}
	.sec02 .plan_variation_area .txt3 {
		font-size: 1.8rem;
		margin: 20px auto 40px;
	}
	.sec02 .plan_variation_area .txt4 {
		font-size: 6.2rem;
	}
	.sec02 .plan_variation_area  .list p {
		font-size: 1.4rem;
	}
	.sec02 .plan_variation_area .txt5 {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec02 .plan_variation_area .top_txt {
		font-size: 2.0rem;
		margin: 30px auto 20px;
	}
	.sec02 .plan_variation_area .txt1 {
		font-size: 1.3rem;
	}
	.sec02 .plan_variation_area .txt2 {
		font-size: 5.0rem;
	}
	.sec02 .plan_variation_area .txt3 {
		font-size: 1.5rem;
		margin: 20px auto 30px;
		padding: 0 5%;
	}
	.sec02 .plan_variation_area .txt4 {
		font-size: 4.8rem;
		letter-spacing: 0.1em;
	}
	.sec02 .plan_variation_area  .list p {
		font-size: 1.2rem;
	}
	.sec02 .plan_variation_area .txt5 {
		font-size: 1.4rem;
	}
	.sec02 .plan_variation_area  .list {
		gap: 10px 1%;
	}
	.sec02 .plan_variation_area  .list p {
		width: 100%;
		font-size: 1.3rem;
	}
}

.sec02 .three_step_area {
	width: 94%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 4%;
	margin: 20px auto 40px;
	padding: 0;
}
.sec02 .three_step_area li.left {
	width: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d4273d;
}
.sec02 .three_step_area li.left span {
	display: inline-block;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 3rem;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.sec02 .three_step_area li:nth-child(2) {
	width: 91%;
}
@media only screen and (max-width: 767px) {
	.sec02 .three_step_area li.left span {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec02 .three_step_area {
		width: 94%;
		display: block;
		margin: 20px auto 0;
	}
	.sec02 .three_step_area li.left {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.sec02 .three_step_area li.left span {
		display: block;
		writing-mode: horizontal-tb;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: center;
		padding: 10px 2%;
	}
	.sec02 .three_step_area li:nth-child(2) {
		width: 100%;
	}
}

.sec02 .gradeup_image {
	width: 100%;
	position: relative;
	width: fit-content;
	background: #fff;
	margin-top: -1vw;
	padding-bottom: 8vw;
}
.sec02 .gradeup_image .img_top{
	display: block;
	width: 100%;
}
.sec02 .gradeup_image .img_bottom {
	position: absolute;
	width: 40%;
	max-width: 260px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%); 
}
.sec02 .gradeup_area {
	width: 100%;
	background: #fff;
}
.sec02 .gradeup_area .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	padding-top: 60px;
}
.sec02 .gradeup_area .txt2 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	line-height: 0.6;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px auto 10px;
}
.sec02 .gradeup_area .txt2 span {
	font-size: 40%;
	letter-spacing: 0.1em;
}
.sec02 .gradeup_area .txt3 {
	text-align: center;
	margin: 30px auto 60px;
}
.sec02 .gradeup_area .txt3 span {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.3em;
	color: #fff;
	background: #d4273d;
	padding: 5px 20px;
}
.sec02 .gradeup_area .txt4 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 50px auto;
}
@media only screen and (max-width: 767px) {
	.sec02 .gradeup_image .img_bottom {
		width: 30%;
		max-width: 200px;
	}
	.sec02 .gradeup_area .txt1 {
		font-size: 1.6rem;
	}
	.sec02 .gradeup_area .txt2 {
		font-size: 6.8rem;
	}
	.sec02 .gradeup_area .txt3 {
		margin: 30px auto 40px;
	}
	.sec02 .gradeup_area .txt3 span {
		font-size: 2.0rem;
	}
	.sec02 .gradeup_area .txt4 {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec02 .gradeup_image .img_bottom {
		width: 30%;
		max-width: 150px;
	}
	.sec02 .gradeup_area .txt1 {
		font-size: 1.4rem;
		margin: 0 auto 20px;
	}
	.sec02 .gradeup_area .txt2 {
		font-size: 5.8rem;
	}
	.sec02 .gradeup_area .txt3 {
		margin: 30px auto 25px;
	}
	.sec02 .gradeup_area .txt3 span {
		font-size: 1.6rem;
	}
	.sec02 .gradeup_area .txt4 {
		font-size: 1.6rem;
		margin: 30px auto;
	}
}

/* sec03 */
.sec03 {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}
.sec03 .gradeup_table {
	width: 94%;
	display: flex;
	border: solid 1px #a8a8a8;
	background: #fff;
	margin: 0 auto 100px;
	padding: 0;
}
.sec03 .gradeup_table .left {
	width: 4%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background: #a8a8a8;
}
.sec03 .gradeup_table .left span {
	display: inline-block;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.3em;
	line-height: 1.2;
	margin-top: 40px;
}
.sec03 .gradeup_table .data {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 2% 10px;
}
.sec03 .gradeup_table .gray {
	background: #e0dddc;
}
.sec03 .gradeup_table .data .select {
	width: 30%;
	text-align: center;
}
.sec03 .gradeup_table .data .select > img {
	width: 86%;
	text-align: center;
	margin: 30px auto;
}
.sec03 .gradeup_table .data .image_table {
	width: 70%;
	display: flex;
	flex-wrap: nowrap;
	gap: 2%;
	margin: 0 auto 20px;
}
.sec03 .gradeup_table .data .image_table2 {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	margin: 0 auto 20px;
}
.sec03 .gradeup_table .data .image_table .image2 ,
.sec03 .gradeup_table .data .image_table2 .image2 {
	width: 49%;
	text-align: center;
}
.sec03 .gradeup_table .data .image_table .image3 ,
.sec03 .gradeup_table .data .image_table2 .image3 {
	width: 32%;
	text-align: center;
}
.sec03 .gradeup_table .data .image_table .image4 ,
.sec03 .gradeup_table .data .image_table2 .image4 {
	width: 23.5%;
	text-align: center;
}
.sec03 .gradeup_table .data .image_table .img ,
.sec03 .gradeup_table .data .image_table2 .img {
	width: 100%;
}
.sec03 .gradeup_table .data .image_table .img_c ,
.sec03 .gradeup_table .data .image_table2 .img_c {
	width: 100%;
	position: relative;
}
.sec03 .gradeup_table .data .image_table .txt ,
.sec03 .gradeup_table .data .image_table2 .txt {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 5px auto;
}
.sec03 .gradeup_table .imageX {
	width: 100%;
	text-align: center;
}
.sec03 .gradeup_table .imageX img {
	width: 20%;
	max-width: 100px;
	text-align: center;
	margin: 0 auto 10px;
}
.sec03 .gradeup_table .sel_txt {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto;
}
.sec03 .gradeup_table .line {
	width: 100%;
	border-top: solid 1px #a8a8a8;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.sec03 .gradeup_table {
		margin: 0 auto 40px;
	}
	.sec03 .gradeup_table .left span {
		font-size: 1.8rem;
		letter-spacing: 0.15em;
		margin-top: 30px;
	}
	.sec03 .gradeup_table .sel_txt {
		font-size: 1.3rem;
		padding: 0 10%;
	}
}
@media only screen and (max-width: 480px) {
	.sec03 .gradeup_table {
		width: 96%;
		display: block;
		margin: 0 auto 40px;
	}
	.sec03 .gradeup_table .left {
		width: 100%;
		display: block;
	}
	.sec03 .gradeup_table .left span {
		display: block;
		writing-mode: horizontal-tb;
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: center;
		margin: 0 auto 10px;
		padding: 5px;
	}
	.sec03 .gradeup_table .data {
		width: 100%;
		padding: 20px 2% 10px;
	}
	.sec03 .gradeup_table .data .select {
		width: 100%;
	}
	.sec03 .gradeup_table .data .select > img {
		width: 50%;
		margin: 0 auto 20px;
	}
	.sec03 .gradeup_table .data .image_table {
		width: 100%;
		margin: 0 auto 20px;
	}
	.sec03 .gradeup_table .data .image_table2 {
		width: 100%;
		gap: 20px 2%;
		margin: 0 auto 20px;
	}
	.sec03 .gradeup_table .data .image_table .txt ,
	.sec03 .gradeup_table .data .image_table2 .txt {
		font-size: 1.2rem;
	}
	.sec03 .gradeup_table .sel_txt {
		font-size: 1.2rem;
		margin-bottom: 20px;
		padding: 0;
	}
	.sec03 .gradeup_table .line {
		margin-bottom: 20px;
	}
}


/* sec04 */
.sec04 {
	width: 100%;
	background-color: #a3a5a8;
	margin: 0;
	padding: 0;
}
.sec04 .second_image {
	width: 100%;
	position: relative;
	width: fit-content;
	margin-top: -1vw;
	padding-bottom: 8vw;
}
.sec04 .second_image .img_top{
	display: block;
	width: 100%;
}
.sec04 .second_image .img_bottom {
	position: absolute;
	width: 40%;
	max-width: 260px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

.sec04 .second_area {
	width: 100%;
}
.sec04 .ism_area {
	width: 94%;
	background: #bdbfc1;
	margin: 0 auto;
	padding-bottom: 60px;
}
.sec04 .second_area .txt1 ,
.sec04 .ism_area > .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	padding-top: 60px;
}
.sec04 .second_area > .txt2 ,
.sec04 .ism_area > .txt2 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	line-height: 0.6;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px auto 10px;
}
.sec04 .second_area > .txt2 span ,
.sec04 .ism_area > .txt2 span {
	font-size: 40%;
	letter-spacing: 0.1em;
}
.sec04 .second_area > .txt3 ,
.sec04 .ism_area > .txt3 {
	text-align: center;
	margin: 30px auto 60px;
}
.sec04 .second_area > .txt3 span ,
.sec04 .ism_area > .txt3 span {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.3em;
	color: #fff;
	background: #d4273d;
	padding: 5px 20px;
}
.sec04 .second_area > .txt4 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 50px auto;
}
.sec04 .ism_area > .txt4 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 40px auto 0;
}
.sec04 .ism_area > .txt5 {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 10px auto 60px;
}
.sec04 .select_area {
	width: 94%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 80px auto;
}
.sec04 .select_area .data {
	width: 29%;
	flex-direction: column;  /* 上下方向に並べる */
	justify-content: center; /* ← 縦方向の中央揃え！ */
	text-align: center;
	height: auto;
	background: #fff;
	padding: 40px 2%;
}
.sec04 .select_area .data .txt1 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #d4273d;
	margin: 20px 0;
}
.sec04 .select_area .data .txt2 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	color: #d4273d;
	margin: 20px 0;
}
.sec04 .select_area .data .line {
	width: 100%;
	border-top: solid 1px #d4273d;
}
.sec04 .select_area .or {
	width: 4.5%;
	margin: 0 1%;
}
@media only screen and (max-width: 767px) {
	.sec04 .second_image .img_bottom {
		width: 30%;
		max-width: 200px;
	}
	.sec04 .second_area .txt1 {
		font-size: 1.6rem;
	}
	.sec04 .ism_area > .txt1 {
		font-size: 1.6rem;
		padding-top: 30px;
	}
	.sec04 .second_area > .txt2 ,
	.sec04 .ism_area > .txt2 {
		font-size: 6.8rem;
	}
	.sec04 .second_area > .txt3 ,
	.sec04 .ism_area > .txt3 {
		margin: 30px auto 40px;
	}
	.sec04 .second_area > .txt3 span ,
	.sec04 .ism_area > .txt3 span {
		font-size: 2.0rem;
	}
	.sec04 .second_area > .txt4 {
		font-size: 2.0rem;
	}
	.sec04 .ism_area > .txt4 {
		font-size: 2.0rem;
	}
	.sec04 .ism_area > .txt5 {
		font-size: 1.2rem;
	}
	.sec04 .select_area {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		margin: 50px auto;
	}
	.sec04 .select_area .data {
		width: 100%;
		height: auto;
		padding: 20px 2%;
	}
	.sec04 .select_area .data .line {
		width: 100%;
		border-top: solid 1px #d4273d;
	}
	.sec04 .select_area .or {
		width: 15%;
		max-width: 60px;
		margin: 20px auto;
	}
}
@media only screen and (max-width: 480px) {
	.sec04 .second_image .img_bottom {
		width: 30%;
		max-width: 150px;
	}
	.sec04 .second_area .txt1 ,
	.sec04 .ism_area > .txt1 {
		font-size: 1.4rem;
	}
	.sec04 .second_area > .txt2 ,
	.sec04 .ism_area > .txt2 {
		font-size: 5.8rem;
	}
	.sec04 .second_area > .txt3 ,
	.sec04 .ism_area > .txt3 {
		margin: 30px auto 25px;
	}
	.sec04 .second_area > .txt3 span ,
	.sec04 .ism_area > .txt3 span {
		font-size: 1.6rem;
	}
	.sec04 .second_area > .txt4 {
		font-size: 1.6rem;
		margin: 30px auto 20px;
	}
	.sec04 .ism_area > .txt4 {
		font-size: 1.6rem;
	}
	.sec04 .ism_area > .txt5 {
		font-size: 1.1rem;
		margin: 10px auto 30px;
	}
	.sec04 .select_area .data {
		width: 100%;
		height: auto;
		padding: 10px 2%;
	}
	.sec04 .select_area .data .txt1 {
		font-size: 1.8rem;
		margin: 20px 0;
	}
	.sec04 .select_area .data .txt2 {
		font-size: 1.4rem;
		margin: 20px 0;
	}
}

.sec04 .music {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 96%;
	margin: 0 auto 20px;
}
.sec04 .music_txt {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.sec04 .music .music01_pc {
	display: block;
	position: relative;
	width: 35.9%;
	z-index: 1;
	margin: 0 0.5% 0 0;
	padding-top: 2vw;
}
.sec04 .music01_sp {
	display: none;
}
.sec04 .music .music02 {
	position: relative;
	width: 63.6%;
	z-index: 1;
	margin: 0;
	padding-top: 2vw;
}
.sec04 .pet {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 96%;
	margin: 0 auto 20px;
}
.sec04 .pet_txt {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.sec04 .pet .pet01 {
	position: relative;
	width: 63.6%;
	z-index: 1;
	margin: 0;
	padding-top: 2vw;
}
.sec04 .pet .pet02_pc {
	display: block;
	position: relative;
	width: 35.9%;
	z-index: 1;
	margin: 0 0 0 0.5%;
	padding-top: 2vw;
}
.sec04 .pet02_sp {
	display: none;
}
.sec04 .music .img_ttl ,
.sec04 .pet .img_ttl {
	width: 80%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.sec04 .sleep .img_ttl {
	width: 90%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.sec04 .pet .img_dog {
	width: 15%;
	max-width: 150px;
	position: absolute;
	z-index: 2;
	bottom: -3vw;
	left: 2vw;
}
.sec04 .hotel {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-first;
	gap: 2%;
	width: 90%;
	margin: 20px auto 60px;
}
.sec04 .hotel .hotel_image {
	widtrh: 49%;
}
.sec04 .hotel .hotel_image .img {
	position: relative;
	margin-bottom: 10px;
}
.sec04 .sleep {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 96%;
	margin: 80px auto 20px;
}
.sec04 .sleep_txt {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.sec04 .sleep .sleep01_pc {
	display: block;
	position: relative;
	width: 37.35%;
	z-index: 1;
	margin: 0 0.5% 0 0;
	padding-top: 2vw;
}
.sec04 .sleep01_sp {
	display: none;
}
.sec04 .sleep .sleep02 {
	position: relative;
	width: 62.15%;
	z-index: 1;
	margin: 0;
	padding-top: 2vw;
}
.sec04 .b_txt ,
.sec04 .b_txt2 {
	width: 94%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.sec04 .b_txt3 {
	width: 98%;
	text-align: center;
	margin: 0 auto;
}
.sec04 .b_txt .txt1 ,
.sec04 .b_txt2 .txt1 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	color: #d4273d;
}
.sec04 .b_txt3 .txt1 {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #d4273d;
	margin: 5px 0;
}
.sec04 .b_txt .txt2 ,
.sec04 .b_txt2 .txt2 ,
.sec04 .b_txt3 .txt2 {
	font-size: 1.6rem;
	line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
	.sec04 {
		padding: 0 0 60px;
	}
	.sec04 .b_txt .txt1 ,
	.sec04 .b_txt2 .txt1 ,
	.sec04 .b_txt3 .txt1 {
		font-size: 1.6rem;
	}
	.sec04 .b_txt .txt2 ,
	.sec04 .b_txt2 .txt2 ,
	.sec04 .b_txt3 .txt2 {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.sec04 {
		padding: 0;
	}
	.sec04 .music {
		margin-bottom: 0;
	}
	.sec04 .pet {
		margin: 40px auto 0;
	}
	.sec04 .sleep {
		margin: 60px auto 0;
	}
	.sec04 .sleep .img_ttl {
		top: -1vw;
	}
	.sec04 .music .music01_pc ,
	.sec04 .pet .pet02_pc ,
	.sec04 .sleep .sleep01_pc {
		display: none;
	}
	.sec04 .music01_sp ,
	.sec04 .pet02_sp ,
	.sec04 .sleep01_sp {
		display: block;
		position: relative;
		width: 30%;
		z-index: 1;
		margin: 0;
	}
	.sec04 .music .music02 ,
	.sec04 .pet .pet01 ,
	.sec04 .sleep .sleep02 {
		width: 100%;
	}
	.sec04 .music_txt .music01_sp ,
	.sec04 .pet_txt .pet02_sp ,
	.sec04 .sleep_txt .sleep01_sp {
		width: 33%;
		margin-left: 2%;
	}
	.sec04 .music .music02 ,
	.sec04 .pet .pet01 ,
	.sec04 .sleep .sleep01 {
		padding-top: 3.2vw;
	}
	.sec04 .pet .img_dog {
		width: 18%;
		bottom: -30vw;
		left: 19vw;
	}
	.sec04 .hotel {
		width: 96%;
		margin: 40px auto 60px;
	}
	.sec04 .b_txt ,
	.sec04 .b_txt2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.sec04 .b_txt .txt1 ,
	.sec04 .b_txt3 .txt1 {
		width: 92%;
		font-size: 1.5rem;
		text-align: center;
		margin: 10px auto 0;
	}
	.sec04 .b_txt .txt2 ,
	.sec04 .b_txt3 .txt2 {
		width: 92%;
		font-size: 1.3rem;
		text-align: center;
		margin: 0 auto;
	}
	.sec04 .b_txt2 .txt1 {
		width: 92%;
		font-size: 1.5rem;
		text-align: center;
		margin: 10px auto 0;
		padding-left: 20%;
	}
	.sec04 .b_txt2 .txt2 {
		width: 92%;
		font-size: 1.3rem;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.sec04 .top_text {
		font-size: 1.5rem;
	}
	.sec04 .music .img_ttl ,
	.sec04 .pet .img_ttl {
		top: -1vw;
	}
	.sec04 .sleep .img_ttl {
		top: -2vw;
	}
	.sec04 .hotel {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		width: 80%;
		margin: 0 auto 30px;
	}
	.sec04 .hotel .hotel_image {
		widtrh: 100%;
	}
	.sec04 .b_txt .txt1 ,
	.sec04 .b_txt2 .txt1 ,
	.sec04 .b_txt3 .txt1 {
		font-size: 1.4rem;
	}
	.sec04 .b_txt2 .txt2 ,
	.sec04 .b_txt3 .txt2 {
		font-size: 1.2rem;
	}
}

.sec04 .fact_area {
	width: 90%;
	margin: 40px auto 60px;
}
.sec04 .fact_area .fact_text {
	width: 100%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #501f17;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 9999px;
	padding: 5px;
}
.sec04 .fact_area .fact_data {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 2%;
	margin: 20px 0 30px;
}
.sec04 .fact_area .fact_data p {
	width: 49%;
}
.sec04 .fact_area .more {
	width: 30%;
	max-width: 260px;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.sec04 .fact_area {
		width: 94%;
		margin: 60px auto 40px;
	}
	.sec04 .fact_area .fact_text {
		font-size: 1.6rem;
	}
	.sec04 .fact_area .fact_data {
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		margin: 20px auto 30px;
	}
	.sec04 .fact_area .fact_data p {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.sec04 .fact_area .fact_text {
		font-size: 1.4rem;
	}
}

.sec04 .bottom_area {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.sec04 .bottom_area .top_txt {
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.1em;
	color: #d4273d;
	margin: 0 auto 50px;
}
.sec04 .bottom_area .list {
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1%;
	margin: 0 auto 20px;
}
.sec04 .bottom_area .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;
}
.sec04 .bottom_area .more {
	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;
	padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.sec04 .bottom_area .top_txt {
		font-size: 1.8rem;
		margin: 0 auto 30px;
	}
	.sec04 .bottom_area .list p {
		font-size: 1.4rem;
	}
	.sec04 .bottom_area .more {
		font-size: 1.8rem;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {
	.sec04 .bottom_area .top_txt {
		font-size: 1.6rem;
		margin: 0 auto 30px;
	}
	.sec04 .bottom_area .list p {
		width: 100%;
		font-size: 1.3rem;
	}
	.sec04 .bottom_area .more {
		font-size: 1.6rem;
	}
}

.sec_or {
	width: 100%;
	text-align: center;
	background-color: #a3a5a8;
	padding: 30px;
}
.sec_or img {
	width: 12%;
	max-width: 60px;
	text-align: center;
	margin: 0 auto;
}

/* sec05 */
.sec05 {
	width: 100%;
	background-color: #a3a5a8;
	margin: 0;
	padding: 0;
}
.sec05 .personal_area {
	width: 94%;
	background: #bdbfc1;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.sec05 .personal_area .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	padding-top: 60px;
}
.sec05 .personal_area .txt2 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	line-height: 0.6;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px auto 10px;
}
.sec05 .personal_area .txt2 span {
	font-size: 40%;
	letter-spacing: 0.1em;
}
.sec05 .personal_area .txt3 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 40px auto 0;
}
.sec05 .personal_area .image_area {
	position: relative;
	width: 100%;
	margin: 10px 0;
}
.sec05 .personal_area .image_wrap {
	width: 96%;
	margin: 0 auto 10px;
	padding-top: 60px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.sec05 .personal_area .image_wrap img {
	width: 100%;
	max-width: none;
	display: block;
}
.sec05 .personal_area .text_r {
	width: 96%;
	margin: 0 auto;
}
.sec05 .personal_area .top_image {
	position: absolute;
	width: 22%;
	top: 0;
	right: -0.5%;
}
.sec05 .personal_area .bottom_image {
	position: absolute;
	width: 27%;
	bottom: 0;
	left: 5%;
}
@media only screen and (max-width: 767px) {
	.sec05 .personal_area .txt1 {
		font-size: 1.6rem;
	}
	.sec05 .personal_area .txt2 {
		font-size: 6.8rem;
		letter-spacing: 0.1em;
	}
	.sec05 .personal_area .txt3 {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec05 .personal_area .txt1 {
		font-size: 1.4rem;
		margin: 0 auto 20px;
		padding-top: 30px;
	}
	.sec05 .personal_area .txt2 {
		font-size: 5.4rem;
		letter-spacing: 0.1em;
	}
	.sec05 .personal_area .txt3 {
		font-size: 1.6rem;
		margin: 30px auto 0;
	}
	.sec05 .personal_area .image_wrap {
		max-inline-size: none;
		padding-top: 20px;
	}
	.sec05 .personal_area .image_wrap img {
		width: 200%;
	}
	.sec05 .personal_area .top_image {
		width: 28%;
		top: -2%;
		right: -1%;
	}
	.sec05 .personal_area .bottom_image {
		width: 33%;
		bottom: -13vw;
		left: 5%;
	}
}

/* sec06 */
.sec06 {
	width: 100%;
	background-color: #a3a5a8;
	margin: 0;
	padding-bottom: 120px;
}
.sec06 .modelroom_area {
	width: 94%;
	background: #bdbfc1;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.sec06 .modelroom_area .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	padding-top: 60px;
}
.sec06 .modelroom_area .txt2 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px auto;
}
.sec06 .modelroom_area .txt2_s {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0px auto;
}
.sec06 .modelroom_area .txt3 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 40px auto 0;
}
.sec06 .modelroom_area .image01 {
	width: 96%;
	margin: 50px auto 10px;
}
.sec06 .modelroom_area .image03 ,
.sec06 .modelroom_area .image04 {
	width: 96%;
	display: flex;
	flex-wrap: nowrap;
	gap: 1%;
	margin: 10px auto 0;
}
.sec06 .modelroom_area .image03 p {
	width: 32.66%;
}
.sec06 .modelroom_area .image04 p {
	width: 24.25%;
}
.sec06 .modelroom_area .text_r {
	width: 96%;
	margin: 5px auto 20px;
}
@media only screen and (max-width: 767px) {
	.sec06 {
		padding-bottom: 80px;
	}
	.sec06 .modelroom_area {
		padding: 40px 0;
	}
	.sec06 .modelroom_area .txt1 {
		font-size: 1.6rem;
	}
	.sec06 .modelroom_area .txt2 {
		font-size: 6.4rem;
		letter-spacing: 0.1em;
	}
	.sec06 .modelroom_area .txt2_s {
		font-size: 2.6rem;
	}
	.sec06 .modelroom_area .txt3 {
		font-size: 2.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.sec06 {
		padding-bottom: 50px;
	}
	.sec06 .modelroom_area {
		padding: 40px 0 25px;
	}
	.sec06 .modelroom_area .txt1 {
		font-size: 1.4rem;
		margin: 0 auto 20px;
		padding-top: 30px;
	}
	.sec06 .modelroom_area .txt2 {
		font-size: 5.4rem;
		letter-spacing: 0.1em;
	}
	.sec06 .modelroom_area .txt2_s {
		font-size: 2.2rem;
	}
	.sec06 .modelroom_area .txt3 {
		font-size: 1.6rem;
		margin: 30px auto 0;
	}
}


/* sec07 */
.sec07 {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.sec07 .third_image {
	width: 100%;
	position: relative;
	width: fit-content;
	background: #fff;
	margin-top: -1vw;
	padding-bottom: 8vw;
}
.sec07 .third_image .img_top{
	display: block;
	width: 100%;
}
.sec07 .third_image .img_bottom {
	position: absolute;
	width: 40%;
	max-width: 260px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

.sec07 .third_area {
	width: 100%;
	background: #fff;
}
.sec07 .third_area .txt1 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	padding-top: 60px;
}
.sec07 .third_area .txt2 {
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	line-height: 0.6;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px auto 10px;
}
.sec07 .third_area .txt2 span {
	font-size: 40%;
	letter-spacing: 0.1em;
}
.sec07 .third_area .txt3 {
	text-align: center;
	margin: 30px auto 60px;
}
.sec07 .third_area .txt3 span {
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.3em;
	color: #fff;
	background: #6d6e72;
	padding: 5px 20px;
}
.sec07 .third_area .txt4 {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin: 50px auto;
}
.sec07 .image_area {
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	gap: 2%;
	margin: 0 auto 5px;
}
.sec07 .image_area p {
	width: 49%;
}
.sec07 .text_r {
	width: 90%;
	margin: 5px auto 40px;
}
.sec07 .text_area {
	width: 90%;
	max-width: 1000px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	justify-content: center;
	gap: 1%;
	margin: 0 auto 5px;
}
.sec07 .text_area .txt {
	width: 45%;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #552c25;
	padding: 15px;
}
.sec07 .text_area .plus {
	width: 8%;
	font-size: 4.8rem;
	text-align: center;
	color: #552c25;
}
.sec07 .bottom_txt {
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
	margin: 20px auto 80px;
}
.sec07 .bottom_plan {
	width: 80%;
	max-width: 800px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
	justify-content: center;
	gap: 2%;
	position: relative;
	background: #568369;
	border-radius: 9999px;
	margin: 40px auto 100px;
	padding: 20px 10px;
}
.sec07 .bottom_plan:hover {
	opacity: 0.7;
}
.sec07 .bottom_plan .txt1 {
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
}
.sec07 .bottom_plan .txt2 {
	font-size: 4.0rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
}
.sec07 .bottom_plan .arrow {
	position: absolute;
	width: 8%;
	max-width: 40px;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.sec07 .third_image .img_bottom {
		width: 30%;
		max-width: 200px;
	}
	.sec07 .third_area .txt1 {
		font-size: 1.6rem;
	}
	.sec07 .third_area .txt2 {
		font-size: 6.8rem;
		letter-spacing: 0.1em;
	}
	.sec07 .third_area .txt3 {
		margin: 30px auto 40px;
	}
	.sec07 .third_area .txt3 span {
		font-size: 2.4rem;
	}
	.sec07 .third_area .txt4 {
		font-size: 2.0rem;
	}
	.sec07 .image_area {
		width: 96%;
	}
	.sec07 .text_r {
		width: 96%;
	}
	.sec07 .text_area {
		width: 94%;
	}
	.sec07 .text_area .txt {
		font-size: 1.6rem;
		padding: 10px;
	}
	.sec07 .text_area .plus {
		font-size: 4.0rem;
	}
	.sec07 .bottom_txt {
		font-size: 1.6rem;
		margin: 20px auto 50px;
	}
	.sec07 .bottom_plan {
		width: 96%;
		font-size: 2.0rem;
		margin: 0 auto 40px;
		padding: 15px 5px;
	}
	.sec07 .bottom_plan .txt1 {
		font-size: 1.6rem;
	}
	.sec07 .bottom_plan .txt2 {
		font-size: 2.8rem;
	}
	.sec07 .bottom_plan .arrow {
		width: 6%;
		max-width: 26px;
	}
}
@media only screen and (max-width: 480px) {
	.sec07 .third_image .img_bottom {
		width: 30%;
		max-width: 150px;
	}
	.sec07 .third_area .txt1 {
		font-size: 1.4rem;
	}
	.sec07 .third_area .txt2 {
		font-size: 5.8rem;
		letter-spacing: 0.1em;
	}
	.sec07 .third_area .txt3 {
		margin: 30px auto 20px;
	}
	.sec07 .third_area .txt3 span {
		font-size: 1.6rem;
	}
	.sec07 .third_area .txt4 {
		font-size: 1.6rem;
	}
	.sec07 .image_area {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin: 0 auto 5px;
	}
	.sec07 .image_area p {
		width: 100%;
	}
	.sec07 .text_r {
		width: 90%;
	}
	.sec07 .text_area {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin: 0 auto;
	}
	.sec07 .text_area .txt {
		width: 100%;
		font-size: 1.4rem;
	}
	.sec07 .text_area .plus {
		width: 8%;
		font-size: 4.0rem;
		line-height: 1.0;
		text-align: center;
	}
	.sec07 .bottom_txt {
		font-size: 1.4rem;
		margin: 20px auto 40px;
		padding: 0 5%;
	}
	.sec07 .bottom_plan {
		width: 96%;
		display: block;
		text-align: center; 
		margin: 0 auto 40px;
		padding: 10px 5px;
	}
	.sec07 .bottom_plan .txt1 {
		font-size: 1.3rem;
		letter-spacing: 0em;
	}
	.sec07 .bottom_plan .txt2 {
		font-size: 2.0rem;
	}
}


.cut-box {
	position: relative;
	width: 54%;
	margin: 40px auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/* 右上を白くカットするための三角形 */
.cut-box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
/* 斜め線のみを SVG で描画（内側に完全フィット） */
.cut-line {
	position: absolute;
	top: 0;
	right: 0;
}
.cut-line line {
	stroke: #666;
	stroke-width: 1;
}


@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;
}
