@charset "UTF-8";



@media screen and (min-width: 769px){
	#header{
		position: sticky;
	}

	.logo .black{
		display: none !important;
	}
}
#mv{
	height: calc(100vh - 15rem);
	min-height: 43rem;
	overflow: hidden;
	position: relative;
}
#mv::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .6s ease;
	z-index: 10;
}

#mv.is-flash::after {
	opacity: .65;
}
.mv-text .text span,
.mv-text img{
	visibility: hidden;
	opacity: 0;
}
.mv-text .text span{
	transition: .8s opacity ease;
}
.mv-text .text span:nth-of-type(1){
	transition-delay: 2.3s;
}
.mv-text .text span:nth-of-type(2){
	transition-delay: 2.4s;
}

.mv-text .text span:nth-of-type(3){
	transition-delay: 2.5s;
}

.mv-text .text span:nth-of-type(4){
	transition-delay: 2.6s;
}

.mv-text .text span:nth-of-type(5){
	transition-delay: 2.7s;
}

.mv-text .text span:nth-of-type(6){
	transition-delay: 2.8s;
}

.mv-text img{
	transition: .6s opacity ease;
	transition-delay: 1.7s;
	visibility: hidden;
	opacity: 0;
}
.visible .mv-text img{
	opacity: 1;
	visibility: visible;
}
.visible .mv-text .text span{
	opacity: 1;
	visibility: visible;
}
.mv-text{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;

	width: 40.702%;
	height: fit-content;

/*
	width: 55.6rem;
*/
}
.mv-text .text{
	position: absolute;
	color: #fff;
	writing-mode: vertical-lr;
/*
	font-size: 10rem;
*/
	font-size: 7.3206vw;
	font-weight: 900;
	display: flex;
	left: 35%;
/*
	top: 1em;
*/
	top: -11%;
}
.mv-text .text span{
	display: block;
	transform: scaleY(.7);
	transform-origin: center top;
/*
	letter-spacing: -.3em;
*/
	margin-bottom: -.3em;
	line-height: 1;
	overflow: visible;
}
.mv-text .text span.negative{
	letter-spacing: 0 !important;
	margin-bottom: -.5em;
}
.mv-text img{
	width: 100%;
}

.mv-slide .slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.12);
}

/* 表示中のスライドだけ zoom out */
.mv-slide .slick-current img {
	animation: zoomOut 4s linear forwards;
}

@keyframes zoomOut {
	from {
		transform: scale(1.12);
	}
	to {
		transform: scale(1);
	}
}

main{
	overflow-x: clip;
	padding-bottom: 0;
}





@media screen and (max-width: 768px){
	#mv{
		height: 120rem;
		min-height: 120rem;
	}


	.mv-text{
		position: absolute;
		right: auto;
		top: auto;
		left: 3rem;
		bottom: 22.7rem;
		margin: 0;
		display: flex;
		align-items: center;
		width: 55.1rem;
	}
	.mv-text .text{
		font-size: 9.8rem;
		left: 19rem;
/*
		bottom: -3.5rem;
*/
		bottom: -5rem;
		top: auto;
	}
}

/* +++outline+++ */
.bg-green{
	position: relative;
	padding-left: .4rem;
}
.bg-green span{
	position: relative;
	z-index: 9;
}
.bg-green:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.3em;
	background: #00763f;
	z-index: 1;
	transition: transform 1.1s cubic-bezier(0.12, 0.64, 0.35, 0.99);
	transform: scaleX(0);
	transform-origin: left top;
}
.is-active.bg-green:before{
	transform: scaleX(1);
}
#sec01{
	position: relative;
	background: url(../images/index-sec01-bg01.jpg) no-repeat;
	background-position: center top 3.8799vw;
	background-size: cover;
}
#sec01 .pic-area{
	position: relaitve;
}
#sec01 .pic01{
	width: 36.310vw;
	margin-top: -3.8799vw;
	margin-left: auto;
	margin-right: 12.9575vw;
}
#sec01 .pic02{
	width: 18.6676vw;
	position: absolute;
	left: 21.5959vw;
	top: 15.0073vw;
}
#sec01 .pic03{
	width: 20.7174vw;
	z-index: 2;
	position: absolute;
	top: 32.5768vw;
	right: 0;
}
#sec01 .pic04{
	width: 50.0732vw;
	position: absolute;
	left: -22.9848vw;
	top: 43.5578vw;
}
#sec01 .pic05{
	width: 18.0819vw;
	margin-top: 26.6471vw;
	margin-left: 32.9428vw;
	margin-bottom: 5.197657vw;
}
#sec01 .pic06{
	width: 35.7rem;
	position: absolute;
	right: -2.1961vw;
	top: 9.8828vw;
	z-index: 1;
}
#sec01 .pic07{
	width: 20.7906vw;
	position: absolute;
	left: 6.5885vw;
	bottom: 5.5rem;
	z-index: 1;
}
#sec01 .pic08{
	width: 40.4831vw;
	position: absolute;
	right: 10.5417vw;
	bottom: -6rem;
	z-index: 1;
}


#sec01 .text01{
	width: 8.3455vw;
	position: absolute;
	right: 0;
	top: 4.3923vw;
}
#sec01 .text02{
	width: 27.3060vw;
	position: absolute;
	left: 6.1493vw;
	top: 21.8155vw;
	z-index: 9;
}
#sec01 .text03{
	width: 30.3074vw;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 29.5754vw;
	z-index: 9;
}
#sec01 .text04{
	width: 15.0073vw;
	top: -14.3484vw;
	right: 5.4172vw;
	position: absolute;
	z-index: 2;
}
#sec01 .text05{
	width: 8.3455vw;
	bottom: 35.4rem;
	left: 1.0980vw;
	position: absolute;
	z-index: 2;
}
.message-outer{
	position: relative;
	padding-bottom: 27.7rem;
}
.message{
	max-width: 88.2rem;
	margin-inline: auto;
	position: relative;
	z-index: 9;
}
.message p{
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.19047;
}
.message p:not(:last-of-type){
	margin-bottom: 4rem;
}




@media screen and (max-width: 768px){
.bg-green:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.3em;
	background: #00763f;
	z-index: 1;
	transition: transform 1.1s cubic-bezier(0.12, 0.64, 0.35, 0.99);
	transform: scaleX(0);
	transform-origin: left top;
}

	#sec01{
		position: relative;
		background: url(../images/sp-index-sec01-bg01.jpg) no-repeat;
		background-position: center top 7.2rem;
	}

	#sec01 .pic01{
		width: 31.2rem;
		margin-top: -7.2rem;
		margin-left: auto;
		margin-right: 10rem;
	}
	#sec01 .pic02{
		width: 17.6rem;
		left: 3rem;
		top: 21.8rem;
	}
	#sec01 .pic03{
		width: 19.8rem;
		top: 53.8rem;
		right: -2.7rem;
	}
	#sec01 .pic04{
		width: 47.6rem;
		left: -21.3rem;
		top: 45rem;
	}
	#sec01 .pic05{
		width: 18rem;
		margin-top: 56rem;
		margin-left: 20.9rem;
		margin-bottom: 1.2rem;
	}
	#sec01 .pic06{
		width: 25rem;
		right: -5rem;
		top: 32.8rem;
	}
	#sec01 .pic07{
		width: 19rem;
		left: auto;
		right: 8.2rem;
		bottom: 13rem;
	}
	#sec01 .pic08{
		width: 35.4rem;
		right: auto;
		left: .6rem;
		bottom: -3.2rem;
	}

	#sec01 .text02{
		width: 18.2rem;
		right: auto;
		left: 10.5rem;
		top: 29.6rem;
	}
	#sec01 .text01{
		width: 8rem;
		right: 3.8rem;
		top: 18.4rem;
	}
	#sec01 .text03{
		width: 35rem;
		top: 48rem;
	}
	#sec01 .text04{
		width: 14rem;
		top: 11.3rem;
		right: -3.6rem;
	}
	#sec01 .text05{
		width: 8rem;
		bottom: 32rem;
		left: auto;
		right: 5rem;
	}
	.message-outer{
		margin-top: -3rem;
		padding-bottom: 23rem;
	}
	.message{
		max-width: 100%;
		padding-inline: 5rem 4.5rem;
	}
	.message p{
		font-size: 4.62rem;
		line-height: 1.277056;
	}
	.message p:not(:last-of-type){
		margin-bottom: 9.4rem;
		padding-bottom: 2rem;
	}
}



/* +++works+++ */
#sec02{
	background: url(../images/index-sec02-bg01.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding-block: 20rem 29.6rem;
	color: #000;
}

#sec02 .inner{
	max-width: 106.6rem;
}
.title-wrap{
	position: sticky;
	top: 15rem;
}
#sec02 h2{
	padding-left: calc(9rem + 7rem);
	align-items: center;
	margin-bottom: -2rem;
	font-size: 1.5rem;
	font-weight: 600;
/*
	position: absolute;
	right: 0;
	top: -9.4rem;

	margin-left: min(5rem,3.66300vw);
*/
	width: calc(100% - min(5rem,3.66300vw));
	max-width: calc(50vw + 53.3rem);

	z-index: 9;

	position: sticky;
	top: 5.6rem;
	right: 0;
	margin-right: 0;
	margin-left: auto;
}
#sec02 h2:before{
	content: "";
	display: block;
	margin-right: 2rem;
	width: 33.2rem;
	height: 12rem;
	background: url(../images/index-sec02-text01.svg) no-repeat;
	background-position: left top;
	background-size: 100% auto;
}





@media screen and (min-width: 769px){
	#sec02 h2{
		margin-bottom: 57.7rem;
	}
	.works01{
		margin-top: -59.7rem;
	}
}


.works{
	width: calc(100% - min(5rem,3.66300vw));
	margin-left: min(5rem,3.66300vw);
	max-width: calc(50vw + 53.3rem);
	position: sticky;
	top: 15rem;
	align-items: stretch;
	margin-inline: auto 0;
	display: flex;
}
.works .contents{
/*
	aspect-ratio: 1120 / 600;
*/
	height: 59.7rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 7rem 4.8rem;
}
.works01 .contents{
	background-image: url(../images/index-sec02-pic01.jpg);
}
.works02 .contents{
	background-image: url(../images/index-sec02-pic02.jpg);
}
.works03 .contents{
	background-image: url(../images/index-sec02-pic03.jpg);
}
.works04 .contents{
	background-image: url(../images/index-sec02-pic04.jpg);
}
.works05 .contents{
	background-image: url(../images/index-sec02-pic05.jpg);
}
.works06 .contents{
	background-image: url(../images/index-sec02-pic06.jpg);
}
.works h4{
	width: 10rem;
	border-bottom: 3px solid #00763f;
	margin-bottom: 2rem;
	text-align: center;
	padding-bottom: .8rem;
	font-size: 2rem;
	font-weight: 900;
}
.works02 h4{
	text-shadow: 0 -.1rem .5rem #fff, 0 .1rem .5rem #fff, .1rem 0 .5rem #fff, -.1rem 0 .5rem #fff;
}

.works04 h4,
.works06 h4{
	color: #fff;
}
.works05 h4{
	width: 18rem;
}
.works p{
	margin-bottom: 3.8rem;
}
.works p>span{
	display: flex;
	align-items: center;
	width: fit-content;
	background: #fff;
	font-size: min(3rem, 2.727272vw);
	margin-bottom: 1rem;
	line-height: 1;
	height: calc(1em + .4rem);
	padding-bottom: .12em;
}
.works h3{
	background: #000;
	color: #fff;
	font-weight: 900;
	writing-mode: vertical-lr;
	width: 9.4rem;
	font-size: 9rem;
	display: flex;
	height: 59.7rem;
	overflow: hidden;
}
.works:nth-of-type(2n) h3{
	background: #00763f;
}
.works h3 span{
	transform: scaleY(.7) translateY(-.04em);
	transform-origin: center top;
/*
	letter-spacing: -.3em;
*/
	overflow: visible;
	line-height: 1;
	margin-bottom: -.3em;
	display: block;
	letter-spacing: 0 !important;
}
.works h3 span.negative{
	margin-bottom: -.5em;
}

.works .contents{
	width: calc(100% - 9.4rem);
/*
	aspect-ratio: 1120 / 600;
*/
}







@media screen and (max-width: 768px){
	.bg-sticky{
		width: 100%;
		height: 200svh;
		position: sticky;
		left: 0;
		top: 0;
		margin-bottom: -200svh;
	}
	.sp-bg{
		width: 100%;
		height: 100%;
		background: url(../images/index-sec02-bg01.jpg) no-repeat;
    		background-position: center top;
		background-size: 100% auto;
	}

	#sec02{
		padding-block: 0 24.4rem;
		position: relative;
		background: none;
		overflow: clip;
	}

	#sec03{
		position: relative;
	}
	#sec03 .profile-area{
		z-index: 2;
	}
	#sec03:before{
		content: "";
		display: block;
		position: absolute;
		top: 15rem;
		left: 0;
		height: calc(100% - 15rem);
		width: 100%;
		background-size: cover;
		background-color: #000;
		background-image: url(../images/body-bg.jpg);
	}
	#sec04,
	#sec05,
	#contact-area,
	#footer{
		position: relative;
		z-index: 3;
		background-size: cover;
		background-color: #000;
		background-image: url(../images/body-bg.jpg);
		background-size: cover;
		background-position: center center;
	}

	#sec02 .fade{
		position: relative;
		z-index: 2;
	}

	#sec02 .inner{
		max-width: 100%;
	}
	.title-wrap{
		top: 27.6rem;
	}
	#sec02 h2{
		padding-left: 0;
		display: block;
		margin-bottom: 0;
		font-size: 3.6rem;
		top: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		text-align: center;
		margin-bottom: calc(8.7rem + 80rem);
		margin-top: 11.4rem;
	}
	#sec02 h2:before{
		content: "";
		display: block;
		background-position: center top;
		margin-inline: auto;
		margin-bottom: 3.2rem;
	}
	.works01{
		margin-top: -80rem;
	}
	.works{
		width: 100%;
		margin-left: 0;
		padding-left: 4.8rem;
		max-width: 100%;
		top: 27.5rem;
	}
	.works .contents{
		height: 80rem;
		padding: 0 0 2.4rem 3rem;
	}
	.works01 .contents{
		background-image: url(../images/sp-index-sec02-pic01.jpg);
	}
	.works02 .contents{
		background-image: url(../images/sp-index-sec02-pic02.jpg);
	}
	.works03 .contents{
		background-image: url(../images/sp-index-sec02-pic03.jpg);
	}
	.works04 .contents{
		background-image: url(../images/sp-index-sec02-pic04.jpg);
	}
	.works05 .contents{
		background-image: url(../images/sp-index-sec02-pic05.jpg);
	}
	.works06 .contents{
		background-image: url(../images/sp-index-sec02-pic06.jpg);
	}
	.works h4{
		width: 15rem;
		margin-bottom: 3rem;
		padding-bottom: 1.6rem;
		font-size: 3rem;
	}
	.works05 h4{
		width: 25rem;
	}

	.works p{
		margin-bottom: 3rem;
		letter-spacing: -.05em;
	}
	.works p>span{
		font-size: 3rem;
		margin-bottom: .6rem;
		display: block;
		height: auto;
		padding: .4rem .3rem calc(.12em + .4rem);
	}
	.works h3{
		width: 8rem;
		font-size: 7.3rem;
		display: flex;
		height: 80rem;
		padding-right: .8em;
	}
	.works .contents{
		width: 100%;
	} 
}

/* +++profile+++ */
.profile-area{
	width: 100%;
	max-width: calc(50% + 48.3rem);
	position: relative;
	height: 65rem;
	margin-top: -15rem;
	overflow: visible;
}
.bg{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - .3rem);
	height: 100%;
	background: url(../images/index-sec03-bg01.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	padding-right: 11.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-catch{
	position: absolute;
	right: -.3rem;
	top: 0;
	width: 11.1rem;
	writing-mode: vertical-rl;
	font-weight: 900;
	color: #fff;
	background: #000;
	font-size: 11.5rem;
	height: 100%;
	line-height: 1;
	display: flex;
}
.profile-catch>span{
	display: block;
	transform: scaleY(.7);
/*
	letter-spacing: -.3em;
*/
	transform-origin: center top;
	lettter-spacing: 0 !important;
	margin-bottom: -.3em;
	overflow: visible;
	line-height: 1;
}
#sec03 h2{
	text-align: center;
	padding-right: 4.3923vw;
	font-size: 1.8rem;
	font-weight: 900;
	width: 100%;
	color: #000;
	transition: .3s all ease;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 1;
}
#sec03 .is-contents-active h2{
	opacity: 0;
}
#sec03 h2:before{
	content: "";
	display: block;
	width: 100%;
	height: 11.5rem;
	background: url(../images/index-sec03-text02.svg) no-repeat;
	background-position: center;
	background-size: auto 100%;
	margin-bottom: 2rem;
}
.slide-area{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.slide-area .pic-area{
	width: 26.5rem;
	position: relative;
	margin-right: 9.4rem;
	margin-left: 15rem;
}
.pic-slide{
	position: relative;
	z-index: 99;
}
.pic-slide:before{
	content: "";
	display: block;
	width: 39.3rem;
	height: 43.4rem;
	position: absolute;
	right: 2rem;
	top: -5rem;
	z-index: 2;
	background: url(../images/index-sec03-slide-bg.png) no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.profile-contents{
	width: 100%;
	height: 100%;
	padding-right: 12.1rem;
	position: relative;
	z-index: 9;
	opacity: 0;
	transition: .3s all ease;
	transition-delay: .35s;
}
.is-contents-active .profile-contents{
	opacity: 1;
}
.contents-area{
	width: 41rem;
	
}
.people-catch{
	font-size: 3rem;
	line-height: 1.3766;
	margin-bottom: 3rem;
}
.people-catch>span{
	display: block;
	background: #000;
	margin-bottom: .8rem;
	padding-inline: .4rem;
	width: fit-content;
	line-height: 1;
	padding-bottom: .12em;
}
.contents-slide dl{
	flex-direction: column-reverse;
	margin-bottom: 7rem;
}
.contents-slide dd{
	font-weight: 500;
	font-size: 2rem;
	padding-bottom: .5rem;
	border-bottom: 3px solid #fff;
	margin-bottom: 2rem;
}
.contents-slide dt{
	font-size: 6rem;
	font-weight: 400;
}
.contents-slide .button01{
	font-size: 2rem;
	color: #00763f;
	border-color: #fff;
	background: #fff;
}
.contents-slide .button01:hover{
	color: #fff;
	background: transparent;
}



/* +++写真スライドのカスタマイズ+++ */
.slide-area .pic-area{
	position: relative;
	overflow: visible;
}

.pic-slide{
	position: relative;
	width: 26.5rem;
	height: 31.7rem; /* 画像サイズに合わせて調整 */
	z-index: 99;
}

.pic-slide .pic{
	position: absolute;
	inset: 0;
	width: 26.5rem;
	transform: translate(0, 0) rotate(0deg);
	transform-origin: center center;
	will-change: transform;
	transition: transform .5s cubic-bezier(.22,.61,.36,1);
}

.pic-slide .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic-slide .pic.is-moving-out{
	transform: translate(50%, -75%) rotate(12deg);
}

.pic-slide .pic.is-reset{
	transition: none !important;
}



@media screen and (max-width: 768px){
	.profile-area{
		width: calc(100% - 4.8rem);
		max-width: calc(100% - 4.8rem);
		height: 99.8rem;
	}
	.bg{
		width: 100%;
		padding-right: 7.8rem;
	}
	.profile-catch{
		right: 0;
		width: 7.8rem;
		font-size: 7.3rem;
	}
	#sec03 h2{
		padding-right: 0;
		font-size: 3.6rem;
	}
	#sec03 h2:before{
		height: 12.3rem;
		margin-bottom: 3rem;
	}

	.slide-area{
		display: block;
		position: relative;
		padding-top: 14.3rem;
	}
	.slide-area .pic-area{
		width: calc(100% - 9.6rem);
		margin-inline: auto;
	}
	.pic-slide{
		margin-left: auto;
		margin-right: 0;
	}
	.pic-slide .pic{
		width: 33rem;
	}
	.pic-slide{
		width: 33rem;
		height: 39.6rem;
	}


	.pic-slide:before{
		width: 49.2rem;
		height: 54.5rem;
		position: absolute;
		right: 2.5rem;
		top: -6.2rem;
	}
	.profile-contents{
		padding-right: 7.8rem;
	}
	.contents-area{
		width: 50.6rem;
		height: 100%;
		position: absolute;
		left: 4.8rem;
		top: 8rem;
		z-index: 99999;
	}
	.people-catch{
		font-size: 3.6rem;
		margin-bottom: 0;
	}

	.contents-slide dl{
		position: absolute;
		top: 60.4rem;
		left: 9.8rem;
		width: 30rem;
		text-align: center;
		margin-bottom: 0;
	}
	.contents-slide dd{
		font-size: 2.8rem;
		padding-bottom: 1rem;
		width: 100%;
	}
	.contents-slide dt{
		margin-inline: auto;
	}
	.contents-slide .button01{
		position: absolute;
		top: 77rem;
		left: 11.2rem;
		font-size: 3.2rem;
		width: 28.6rem;
		height: 8.2rem;
	}
	.contents-slide .slick-list{
		overflow: visible;
	}
}



/* +++number+++ */
#sec04{
	padding-top: 8rem;
	padding-bottom: 11rem;
}
#sec04 h2{
	font-weight: 900;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 7rem;
}
#sec04 h2:before{
	content: "";
	display: block;
	width: 100%;
	height: 14rem;
	margin-bottom: 2rem;
	background: url(../images/index-sec04-text01.png) no-repeat;
	background-position: center;
	transform: translateX(-1.5rem);
	background-size: auto 100%;
}
.data{
	justify-content: center;
	margin-bottom: 6rem;
}
.data dl:nth-of-type(2){
	margin-inline: 9rem 14rem;
}
#sec04 dt{
	width: 15rem;
	padding-bottom: 1rem;
	margin-bottom: 2.4rem;
	font-size: 2.8rem;
	text-align: center;
	margin-inline: auto;
	border-bottom: 5px solid #00763f;
}
#sec04 dd{
	justify-content: center;
	align-items: flex-end;
}
#sec04 dl:nth-of-type(1) .data-number{
	width: 22rem;
}
#sec04 dl:nth-of-type(2) .data-number{
	width: 14rem;
}
#sec04 dl:nth-of-type(3) .data-number{
/*
	width: 15rem;
*/
	width: 16rem;
}
.data-box{
	opacity: 0;
	transition: .3s all ease;
}
.data-box.is-active{
	opacity: 1;
}
.data-number{
	display: block;
	font-size: 12rem;
	font-weight: 400;
}

.data-unit{
	font-size: 2rem;
	padding-bottom: 1rem;
}
#sec04 .button01{
	margin-inline: auto;
}



@media screen and (max-width: 768px){

	#sec04{
		padding-top: 12rem;
		padding-bottom: 14rem;
	}
	#sec04 h2{
		font-weight: 600;
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 3rem;
	}
	#sec04 h2:before{
		height: 13.8rem;
		margin-bottom: 2rem;
	}
	.data{
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.data dl{
		margin-top: 7.4rem;
	}
	.data dl:nth-of-type(2){
		margin-inline: auto;
	}
	#sec04 dt{
		width: 17.8rem;
		padding-bottom: 1.5rem;
		margin-bottom: 3.2rem;
		font-size: 3.6rem;
		border-width: .5rem;
	}
	#sec04 dd{
		justify-content: center;
		align-items: flex-end;
	}
	#sec04 dl:nth-of-type(1) .data-number{
		width: 27rem;
	}
	#sec04 dl:nth-of-type(2) .data-number{
		width: 17rem;
	}
	#sec04 dl:nth-of-type(3) .data-number{
		width: 19.6rem;
	}

	.data-number{
		font-size: 14.4rem;
	}

	.data-unit{
		font-size: 2.4rem;
		padding-bottom: 1rem;
	}
	#sec04 .button01{
		margin-top: 7.8rem;
		width: 29rem;
		height: 8rem;
		font-size: 3.2rem;
	}
}

/* +++gallery+++ */
#sec05{
	background: url(../images/index-sec05-bg01.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 10rem;
}
#sec05 h2{
	width: 100%;
	transform: translateY(-1.6rem);
}
.slide01{
	margin-top: -5rem;
}
.slide01 .pic{
	padding-inline: .4rem;
}
#sec05 .mincho{
	margin-block: 4.8rem 3.2rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
}
#sec05 .button01{
	margin-inline: auto;
	border-color: #fff;
	background: #fff;
	color: #00763f;
}
#sec05 .button01:hover{
	margin-inline: auto;
	border-color: #fff;
	background: transparent;
	color: #fff;
}
.slide-wrap{
	position: relative;
}
.gallery-text{
	writing-mode: vertical-lr;
	font-weight: 900;
	width: fit-content;
	color: #fff;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: -5rem;
	margin: auto;
	transform: translateX(-36rem);
	font-size: 10rem;
	z-index: 9999;
	display: flex;
}
.gallery-text span{
	transform: scaleY(.7);
/*
	letter-spacing: -.3em;
*/
	transform-origin: center top;
	margin-bottom: -.3em;
	overflow: visible;
	line-height: 1;
	letter-spacing: 0 !important;
}
.gallery-text span.negative{
	letter-spacing: 0 !important;
	margin-bottom: -.5em;
}


@media screen and (max-width: 768px){
	#sec05{
		padding-bottom: 7rem;
	}
	#sec05 h2{
		transform: translateY(-.8rem);
	}
	.slide01{
		margin-top: -2.4rem;
	}
	.slide01 .pic{
		padding-inline: .5rem;
	}
	#sec05 .mincho{
		margin-block: 6.6rem 5.6rem;
		font-size: 3.6rem;
		font-weight: 600;
	}
	#sec05 .button01{
		width: 29rem;
		height: 8rem;
		font-size: 3.2rem;
	}

	.gallery-text{
		left: 10.7rem;
		right: auto;
		top: -2rem;
		transform: translateX(0);
		font-size: 7.3rem;
	}
}