@charset "utf-8";
/* トップ
-------------------------------------------------------------------*/
:root :is(section, .section){
  position: relative;
  z-index: 10;
}

body.home #mv .wrap{
	position:absolute;
	z-index:1;
	inset:20% auto 0 8%;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
body.home #mv .lead-box{
	position:relative;
	padding:1.75em 0em;
	position:relative;
	z-index:2;
	text-align:left;
	font-size:1.125rem;
	display:flex;
	gap:0em;
}
body.home #mv .lead-box:after{
	content:"";
	display:block;
	position:absolute;
	background:#fff;
	inset:0 4em 0 -4em;
	z-index:-1;
	border-radius:1em;
}
body.home #mv .lead-box h2{
	font-size:2.888em;
	line-height:1.4;
	margin-bottom:0.5em;
	color:var(--black);
	font-weight:700;
}
body.home #mv .lead-box .pht{
	margin-top:-4em;
}
body.home #mv .lead-cta{
	display:flex;
	gap:2%;
	max-width:800px;
}
body.home #mv .lead-cta a{
	width:auto;
	flex:1;
	font-size:1.5rem;
	--basecolor:var(--accent);
	gap:0.5em;
	border-width:4px;
	min-height:4em;
	padding-inline: 2.5em;
}
body.home #mv .lead-cta a:before{
	height: 3px;
	width: 0.75em;
}
body.home #mv .lead-cta a:after{
	width: 0.45em;
	height: 0.45em;
	border-width:3px;
}
body.home #mv .lead-cta a:hover{
	--basecolor: #fff;
	--subcolor: var(--accent);
}
body.home #mv .lead-cta a:hover img{
	filter:var(--accf);
}
@media screen and (max-width: 1600px){
	body.home #mv .wrap{
		inset:20% auto 0 8%;
	}
	body.home #mv .lead-box{
		padding:1.75em 0em;
		font-size:min(1.15vw,1.125rem);
	}
	body.home #mv .lead-box:after{
		inset:0 6em 0 -3em;
	}
	body.home #mv .lead-box h2{
		font-size:2.75em;
	}
	body.home #mv .lead-box .pht{
		max-width:20em;
	}
	body.home #mv .lead-cta{
		/* max-width:100%; */
	}
	body.home #mv .lead-cta a{
		width:auto;
		flex:1;
		font-size:min(1.3755vw,1.5rem);
	}
	body.home #mv .lead-cta a img{
		max-width:2.25em;
	}
}
@media screen and (max-width:980px){
	body.home #mv{
		background:var(--bg)
	}
	body.home #mv .wrap{
		position:relative;
		inset:0;
		margin:-5% var(--inner) 0;
	}
	body.home #mv .lead-box{
		padding:var(--inner);
		font-size: 1rem;
	}
	body.home #mv .lead-box:after{
		inset:0;
	}
	body.home #mv .lead-box h2{
		font-size: 2.14em;
		margin-bottom: 0.25em;
	}
	body.home #mv .lead-cta a{
		font-size:1rem;
	}
}
@media screen and (max-width:767px){
	body.home #mv{
		z-index:50;
	}
	body.home #mv .wrap{
		position:absolute;
		inset: auto 0 10%;
		margin:0 0 0 auto;
	}
	body.home #mv .lead-box{
		position:static;
		padding:0;
		display:block;
	}
	body.home #mv .lead-box:after{
		display:none;
	}
	body.home #mv .lead-box .lead-body{
		width:fit-content;
		border-radius:0 1em 1em 0;
		padding: 1em var(--inner) 1.5em;
		background:#fff;
	}
	body.home #mv .lead-box .pht{
		position: static;
		margin: -1.0em 0.5em auto auto;
		bottom:0;
		max-width:62.5%;
	}
	body.home #mv .lead-cta{
		position:fixed;
		bottom:0;
		z-index:65;
		gap:0;
		width:100%;
	}
	body.home #mv .lead-cta a{
		flex-direction:row;
		flex-grow:1;
		gap:1em;
		font-size:0.94rem;
		border-radius:1.5em 1.5em 0 0;
		border:solid 2px #fff;
		border-bottom:none;
		margin:0;
	}
	body.home #mv .lead-cta a:before,
	body.home #mv .lead-cta a:after{
		display:none;
	}
}


body.home #mv ~ section{
	padding-block:5em;
}
body.home #mv ~ section :is(h2.centering,.centering h2){
	text-align:center;
	font-size:2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight:bold;
	padding-bottom:1em;
	text-align:center;
	margin-bottom: 1em;
}
body.home #mv ~ section :is(h2.centering,.centering h2):after{
	content:"";
	display:block;
	aspect-ratio:6 / 1;
	height:10px;
	background:url(../img/ico_dot.png) no-repeat top center / contain;
	margin-inline:auto;
	margin-top:0.5em;
}
body.home #mv ~ section .centering h2{
	margin-bottom:0.25em;
}	
body.home #mv ~ section .centering p{
	text-align:center;
	margin-bottom:2.5em;
}
body.home #scene{
	background:url(../img/about_bg.png) no-repeat center center;
}
body.home .scenes-list{
	display:flex;
	gap:2%;
}
body.home .scenes-list li{
	flex:1;
	position:relative;
	z-index:1;
	padding-top:6em;
}
body.home .scenes-list .scenes-wrap{
	border-radius:50%;
	display:flex;
	flex-direction:column;
	aspect-ratio: 1 / 1;
	border:solid 4px var(--key);
	align-items:center;
	padding:1.5em 0.5em;
	background:#fff;
}
body.home .scenes-list .scenes-wrap .num{
	position:absolute;
	inset:0 0 auto;
	margin-inline:auto;
	width:fit-content;
}
body.home .scenes-list .scenes-wrap .num b{
	font-size:2.875em;
	display:block;
	line-height:1;
	font-weight:700;
	border-top:solid 2px ;
}
body.home .scenes-list .scenes-wrap h3{
	color:var(--accent);
}
body.home .scenes-list .scenes-wrap h3 .title{
	font-size:1.5em;
	font-weight:800;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	gap:0.5em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
body.home .scenes-list .scenes-wrap .scenes-body{
	max-width: 18em;
}

body.home #area{
	background:var(--bg)
}
body.home #area .flex-columns{
	align-items:center;
}
body.home #area h3{
	font-size:1.5rem;
	color:#fff;
	background:var(--fontcolor);
	padding:0.5em 1em;
	margin-block:0em 1em;
}
body.home #area ul{
	display:flex;
	flex-wrap:wrap;
	gap:1em;
	font-size:1.125rem;
	margin-bottom:2em;
}
body.home #area ul li{
	flex:1;
	background:#fff;
	text-align:center;
	padding:0.5em;
	border:solid 3px var(--key);
	border-radius:0.75rem;
}
body.home #pro {
	background:var(--key);
}
body.home #mv ~ section#pro h2{
	color:#fff;
	display:flex;
	justify-items:center;
	align-items:center;
	margin-inline:auto;
	gap:0.25em;
	width:fit-content;
}
body.home #mv ~ section#pro h2:after{
	display:none;
}
body.home #pro h2 img:last-child{
	transform:scaleX(-1);
}
body.home #pro ul{
	display:flex;
	flex-wrap:wrap;
	gap:1em;
	font-size:1.5rem;
	margin-bottom:2em;
	justify-content:center;
}
body.home #pro ul li{
	flex-basis:calc(25% - 1em);
	background:#fff;
	padding:0.5em;
	border:solid 3px ;
	border-radius:0.75rem;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;	
}
body.home #pro .slider{
	display:flex;
}
body.home #pro .slider .slide{
	margin-inline:0.75em;
}
@media screen and (max-width:1600px){
	body.home .scenes-list{
		font-size:min(1.15vw,1rem)
	}
}
@media screen and (max-width:1200px){
	body.home #area ul {
		gap:0.5em 2%;
	}
	body.home #area ul li{
		flex-basis:32%;
		flex-grow:inherit;
	}
	body.home #pro ul{
		gap:0.5em 2%;
		font-size:1.125em;
	}
	body.home #pro ul li{
		flex-basis:32%;
	}
}
@media screen and (max-width:980px){
	body.home .scenes-list{
		font-size:1rem;
		flex-direction:column;
		gap:2em;
		max-width:600px;
		margin-inline:auto;
	}
	body.home .scenes-list .scenes-wrap{
		aspect-ratio:auto;
		border-radius:1rem;
		padding:0.75em 1em 1em;
		align-items:flex-start;
	}
	body.home .scenes-list .scenes-wrap .num{
		margin-inline:0 auto;	
	}
	body.home .scenes-list .scenes-wrap h3{
		width:100%;
		text-align:center;
	}
	body.home .scenes-list .scenes-wrap h3 .title{
		flex-direction:row;
		text-align:left;
		line-height:1.25;
	}
	
	body.home .scenes-list .scenes-wrap h3 .title br{
		display:none;
	}
	body.home .scenes-list .scenes-wrap .scenes-body{
		max-width:100%;
	}
}
@media screen and (max-width:767px){
	body.home #mv ~ section{
		padding-block:4em 2.5em;
	}
	body.home #mv ~ section :is(h2.centering,.centering h2){
		font-size:1.5rem;
		text-align:left;
		margin-inline:auto;
		width:fit-content;
		padding-bottom:0;
		margin-bottom:1.75em;
		letter-spacing:0;
	}
	body.home #mv ~ section :is(h2.centering,.centering h2):after{
		height:7px;
	}
	body.home .scenes-list li{
		padding-top:4em;
	}
	body.home .scenes-list .scenes-wrap{
		border-width:3px;
		padding:1em;
		border-radius:0.75rem;
	}
	body.home .scenes-list .scenes-wrap .num{
		display:flex;
		align-items:flex-end;
		gap:0.5em;
	}
	body.home .scenes-list .scenes-wrap .num b{
		border:none;
	}
	body.home .scenes-list .scenes-wrap .num span{
		border-bottom:solid 2px;
	}
	body.home .scenes-list .scenes-wrap h3 .title{
		font-size:1.285em;
	}
	body.home .scenes-list .scenes-wrap h3 .title img{
		width:2.25em;
	}
	body.home #area h3{
		font-size:1.21em;
	}
	body.home #area ul{
		gap:2px;
		font-size:min(4.25vw,1.11rem)
	}
	body.home #area ul li{
		flex-basis:auto;
		flex:1;
		padding:0.25em;
		border-width:2px;
	}
	body.home #mv ~ section#pro h2{
		padding-left: 3.6rem;
		text-align:center;
		margin-inline: auto;
		gap:0.25rem;
	}
	body.home #mv ~ section#pro h2 img{
		width:28px;
	}
	body.home #pro .pht{
		position:absolute;
		top:4em;
		z-index:-1;
	}
	body.home #pro .pht img{
		width:3.2rem;
	}
	body.home #pro ul {
		justify-content:flex-start;
	}
	body.home #pro ul li{
		flex-basis:49%;
		line-height:1.4;
	}
}
body.home #mv ~ #example{
	padding-bottom:0;
}
body.home .example-list{
	display:flex;
	width:100%;
	text-align:center;
	--width:6px;
	gap:var(--width);
}
body.home .example-list li{
	flex:1;
	position:relative;
	z-index:1;
}
body.home .example-list li:nth-child(n+2):before{
	content:"";
	display:block;
	inset:0 auto 0 0;
	border-left:var(--width) dotted var(--key);
	width:var(--width);
	position:absolute;
	left:calc(var(--width) * -1);
}
body.home .example-list li img{
	margin-bottom:1em;
}
body.home #mv ~ #thoughts{
    position: relative;
    overflow: hidden;
	z-index:2;
	background:var(--key);
	padding-top:10em;
}
body.home #thoughts:before{
    content: "";
    position: absolute;
    top: -5em;
    left: 0;
    width: 100%;
    height:10em;
    background: #fff; 
	background:var(--bg);
    z-index: -1;
	clip-path: ellipse(75% 100% at 50% 0%);
}
body.home #thoughts h2{
	color:#fff;
}
body.home #thoughts h2:after{
	filter:var(--white);
}
body.home #thoughts .box{
	background:#fff;
	padding:2em;
	border-radius:0.5rem;
	font-size: 1rem;
}
body.home #thoughts .box p{
	text-align:center;
	max-width: 42em;
	margin-inline:auto;
	line-height:2;
	letter-spacing:0.06em;
}
body.home #management{
	background:var(--bg);	
}
body.home #management .flex-columns{
	align-items:center;
	justify-content:space-between;
}
body.home #management .flex-column {
	flex-grow:inherit;
}
body.home #management .flex-column img{
	display:block;
	box-shadow:1em 1em 0 var(--key);
	border-radius:0.75em;
}
body.home #management .flex-column p{
	/* font-size:1.125rem; */
	max-width:600px;
	line-height:1.8;
}
body.home #mv ~ section#news h2{
	text-align:left;
}
body.home #mv ~ section#news h2:after{
	margin-inline:0 auto;
}
body.home #news .flex-columns{
	justify-content:space-between;
}
body.home #news .news-items{
	max-width:910px;
}
body.home #blog{
	background:var(--gray);
}
body.home #blog .news-items.card-style .news-item:nth-child(n+4){
	display:none;
}
body.home #mv ~ section#story{
	padding-block:0;
}
body.home #mv ~ section#story .water{
	background:url(../img/top/story_b.png) top right;
	padding-block:4em;

}
body.home #mv ~ section#story h2{
	text-align:left;
	margin:0;
	padding-bottom: 0;
}
body.home #mv ~ section#story h2:after{
	margin-inline:0 auto;
}
body.home #mv ~ section#story .water p{
	/* font-size:1.125rem; */
	line-height:2;
}
body.home #mv ~ section#story .water p strong{
	color:var(--key);
	font-weight:600;
}
@media screen and (max-width:1200px){
	body.home .example-list{
		margin-inline:var(--outer);
		width: auto;
	}
	body.home .example-list li{
		font-size:0.875em;
		padding-inline:1em;
		text-align:left;
	}
	body.home .example-list li br{
		display:none;
	}
	body.home #news .flex-columns{
		flex-direction:column;
		gap:0;
	}
	body.home #mv ~ section#news h2{
		text-align:center;
	}
	body.home #mv ~ section#news h2:after{
		margin-inline:auto;
	}
}


@media screen and (max-width:767px){
	body.home .example-list{
		flex-direction:column;
		margin:0;
		--width:125px;
		gap:1em;
	}
	body.home .example-list li{
		padding-inline:0;
		font-size:1.11rem;
	}
	body.home .example-list li:nth-child(n+2):before{
		display:none;
	}
	body.home .example-list .example-wrap{
		display:flex;
		align-items:center;
		position:relative;
		z-index:2;
	}
	body.home .example-list .example-wrap img{
		width:var(--width);
		margin:0;
	}
	body.home .example-list .example-wrap p{
		flex-grow:1;
		padding:0 1em;
	}
	body.home .example-list li br{
		display:block;
	}
	body.home .example-list .example-wrap:after{
		background:var(--bg);
		content:"";
		display:block;
		position:absolute;
		inset:0.5em 0em 0.5em 3em;
		z-index:-1;
		border-radius:0.5em;
		
	}
	body.home #mv ~ #thoughts{
		padding-top:3.5em;
	}
	body.home #thoughts:before{
	    display:none;
	}
	body.home #thoughts .box{
		padding:2em 1.5em;
		font-size:1rem;
	}
	body.home #thoughts .box p{
		text-align:left;
		max-width:100%;
	}
	body.home #management .flex-column:has(img){
		margin-right: 1em;
		margin-bottom:1em;
	}
	body.home #management .btn{
		margin-inline:auto;
	}
	body.home #blog .news-items.card-style{
		padding-inline:1em;
		display: block;
	}
	body.home #blog .news-items.card-style .news-item:nth-child(n+4){
		display:block;
	}
	body.home #mv ~ section#story h2{
		text-align:center;
		margin-bottom:1em;
	}
	body.home #mv ~ section#story h2:after{
		margin-inline:auto;
	}
	body.home #mv ~ section#story .water p{
		font-size:1rem;
		line-height:1.8;
	}
	body.home #mv ~ section#story .left-middle img{
		max-width:265px;
		margin-inline:auto;
		display:block;
	}
	body.home #mv ~ section#story .btn{
		margin-inline:auto;
	}
}

.home .news-wrap{
	background: var(--bg);
	padding-block: 8em;
	overflow: hidden;
	text-align: left;
}
.home .news-wrap::before{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 0 auto auto;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle at 0% 0%, #abddd4 0%, rgb(215 236 228) 18%, transparent 30%);
}
.home .news-wrap .news-inner{
	position: relative;
	left: calc(50% - 700px);
}
.home .news-wrap .news-content{
	display: flex;
	gap: 4%;
}
.home .news-wrap .news-content .ttl-set{
	margin-bottom: 3em;
}
.home .news-wrap .news-slide{
	position: relative;
	z-index: 0;
}
.home .news-wrap .news-slide .news-item{
	max-width: calc(301px + 1.5em);

	border-right: 1px solid #dedede;
	text-align: left;
	height: 100%;
	display: block;
}
.home .news-wrap .news-slide .news-item a {
	text-decoration: none;
	height: 100%;
	display: block;
	padding-inline: 1.5em;
}
.home .news-wrap .news-slide .news-item a:is(:hover , :focus){
	background: #fff;
}
.home .news-wrap .news-slide .news-item .news_img {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.home .news-wrap .news-slide .news-item .news_img img{
	object-fit: cover;
	aspect-ratio: 3/2;
	max-width: inherit;
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
}
.home .news-wrap .news-slide .news-item .news-info{
	display: flex;
	gap: 0.25em 1em;
	align-items: flex-start;
	margin-bottom: 0.5em;
}
.home .news-wrap .news-slide .news-item .news-info .cat{
	background: #325c55;
	color: #ffffff;
	font-size: 0.875rem;
	padding: 0em 1.5em 0;
	line-height: 1.6;
	border-radius: 3em;
}
.home .news-wrap .news-slide .news-item .news-ttl{
	font-size: 1.125rem;
	line-height: 1.6;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.home .news-wrap .link_btn{
	position: absolute;
	margin: auto;
	z-index: 1;
	inset: 40% auto auto 0;
}
@media screen and (max-width:1500px){
	.home .news-wrap .news-inner{
		left: 4%;
	}
}
@media screen and (max-width: 767px) {

	.home .news-wrap{
		padding: 4em 15px 4em;
	}
	.home .news-wrap .news-inner{
		left: 0;
	}
	.home .news-wrap .news-content{
		flex-direction: column;
		gap: 1em;
	}
	.home .news-wrap .news-content .ttl-set{
		margin-bottom: 1em;
		text-align: center;
	}
	.home .news-wrap .news-slide{
		margin-bottom: 8em;
	}
	.home .news-wrap .news-slide .news-item{
		max-width: calc(200px + 1em);

	}
	.home .news-wrap .news-slide .news-item a {
		text-decoration: none;
		height: 100%;
		display: block;
		padding-inline: 1em;
	}
	.home .news-wrap .news-slide .news-item .news_img {
		overflow: hidden;
		margin-bottom: 0.5em;
	}
	.home .news-wrap .news-slide .news-item .news_img img{
		object-fit: cover;
		aspect-ratio: 3/2;
		max-width: inherit;
		width: 100%;
		height: 100%;
		transition: transform 0.3s;
	}
	.home .news-wrap .news-slide .news-item .news-info{
		display: flex;
		flex-wrap: wrap;
		/* gap: 1em; */
		align-items: flex-start;
		margin-bottom: 0.5em;
	}
	.home .news-wrap .news-slide .news-item .news-info .cat{
		background: #325c55;
		color: #ffffff;
		font-size: 0.875rem;
		padding: 0em 1.5em 0;
		line-height: 1.6;
		border-radius: 3em;
	}
	.home .news-wrap .news-slide .news-item .news-ttl{
		font-size: 1rem;
	}
	.home .news-wrap .link_btn{
		position: relative;
		margin: auto;
		z-index: 1;
		inset: unset;
	}
}





.home .greeting-wrap{
	padding-block: 10em 0em;
}
.home .greeting-wrap::before{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(
	  ellipse 100% 100% at 90% 10%, 
	  #64c8bf 0%, 
	  rgb(121 208 200) 30%, 
	  transparent 70%
	);
}
.home .greeting-wrap .greeting-inner{
	position: relative;
	z-index: 0;
}
.home .greeting-wrap .text-area{
	background: #ffffff;
	padding: 4em 17em 8em 100px;
	margin-right: 100px;
}
.home .greeting-wrap .text-area .greeting-ttl{
	font-size: 1.5rem;
	margin-bottom: 1em;
	font-weight: 600;
}
.home .greeting-wrap .text-area .greeting-text{
	line-height: 1.8;
}
.home .greeting-wrap .img-area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -4em 0 auto auto;
}
@media screen and (max-width: 1240px){
	.home .greeting-wrap{
		padding-block: 8em 0em;
	}
	.home .greeting-wrap .text-area{
		padding: 3em 16em 6em 0px;
	}
	.home .greeting-wrap .img-area{
		inset: -3em 0 auto auto;
	}
}
@media screen and (max-width: 767px){
	.home .greeting-wrap{
		padding-block: 3em;
	}
	.home .greeting-wrap .text-area{
		margin-top: 1.5em;
		padding: 1em;
		margin-right: unset;
	}
	.home .greeting-wrap .text-area .greeting-ttl{
		font-size: 1.5rem;
		margin-bottom: 1em;
	}
	.home .greeting-wrap .text-area .greeting-text{
		line-height: 1.6;
	}
	.home .greeting-wrap .img-area{
		position: relative;
		inset: unset;
		width: 70%;
		text-align: center;
	}
}
.home .func-wrap{
	padding-block: 8em;
	background: var(--key);
	background-image: linear-gradient(145deg, rgb(0 165 150) 46%, rgb(75 180 171));
}
.home .func-wrap .func-inner{
	display: flex;
	justify-content: space-between;
	gap: 5%;
}
.home .func-wrap .func-img{
	width: 65%;
}
.home .func-wrap .func-ttl{
	width: 30%;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	transform: translateX(-100px);
	white-space: nowrap;
}
.home .func-wrap .func-ttl strong{
	font-size: 3rem;
	font-weight: 600;
	word-break: keep-all;
}
.home .func-wrap .func-lead{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: auto auto -0.15em 0;
	line-height: 1;
	color: var(--key);
	white-space: nowrap;
	text-align: left;
	letter-spacing: 0.025em;
	font-size: min(12.5rem , 11vw);
}
@media screen and (max-width: 1500px){
	.home .func-wrap .func-ttl{
		transform: unset;
	}
}
@media screen and (max-width: 1240px){
	.home .func-wrap{
		background: var(--key);
		background-image: linear-gradient(145deg, rgb(0 165 150) 46%, rgb(75 180 171));
	}
	.home .func-wrap .func-inner{
		display: flex;
		justify-content: space-between;
		gap: 5%;
		flex-direction: column;
	}
	.home .func-wrap .func-img{
		width: 76%;
		margin-inline: auto;
		text-align: right;
	}
	.home .func-wrap .func-ttl{
		width: 100%;
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 767px){
	.home .func-wrap{
		padding-block: 3em 4em;
	}
	.home .func-wrap .func-img{
		width: 100%;
	}
	.home .func-wrap .func-ttl{
		width: 100%;
		font-size: 1.25rem;
		white-space: unset;
	}
	.home .func-wrap .func-ttl strong{
		font-size: 2rem;
		word-break: unset;
	}
	.home .func-wrap .func-lead{
		position: absolute;
		z-index: -1;
		margin: auto;
		inset: auto auto -0.15em 0;
		line-height: 1;
		color: var(--key);
		white-space: nowrap;
		text-align: left;
		letter-spacing: 0.025em;
		font-size: min(12.5rem , 11vw);
	}
}
.home .mission-wrap{
	z-index: 100;
	overflow: visible;
	background: linear-gradient(to left, #f7f6f0 calc(50% + 500px), #fff calc(50% - 500px));	
}
.home .mission-wrap::before{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 0 auto auto;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle at 100% 100%, #abddd4 0%, rgb(215 236 228) 18%, transparent 30%);
}
.home .mission-wrap .mission-inner{
	padding: 10em 0 0 50%;
	min-height: 744px;
}
.home .mission-wrap .mission-text{
	font-size: 3.5rem;
	font-weight: 500;
}
.home .mission-wrap .img-area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -5em auto auto 0;
	width: 41%;
}
.home .mission-wrap .img-area img{
	object-fit: cover;
	object-position: center;
	height: 744px;
}
@media screen and (max-width: 1400px){
	.home .mission-wrap{
		background: linear-gradient(to left, #f7f6f0 calc(50% + 400px), #fff calc(50% - 400px));	
	}
	.home .mission-wrap .mission-inner{
		min-height: 640px;
	}
	.home .mission-wrap .mission-text{
		font-size: min(3rem , 4.4vw);
	}
	.home .mission-wrap .img-area{
		inset: -4em auto auto 0;
		width: 44%;
	}
	.home .mission-wrap .img-area img{
		height: 640px;
	}
}
@media screen and (max-width: 767px){
	.home .mission-wrap{
		background: linear-gradient(to left, #f7f6f0 calc(50% + 500px), #fff calc(50% - 500px));	
	}
	.home .mission-wrap::before{
		background-image: radial-gradient(circle at 100% 100%, #abddd4 0%, rgb(215 236 228) 18%, transparent 30%);
	}
	.home .mission-wrap .mission-inner{
		padding: 3em 0 0 0;
		min-height: unset;
	}
	.home .mission-wrap .ttl-set{
		margin-bottom: 1em;
	}
	.home .mission-wrap .mission-text{
		font-size: 2.25rem;
		margin-bottom: 1em;
	}
	.home .mission-wrap .img-area{
		position: relative;
		inset: unset;
		width: 80%;
		margin-inline: 0 auto;
	}
	.home .mission-wrap .img-area img{
		height: 180px;
	}
}
.home .vision-wrap{
	padding-block: 8em;
}
.home .vision-wrap .vision-content{
	max-width: 1440px;
	margin-inline: auto;
	text-align: left;
	padding-inline: 20px;
}
.home .vision-wrap .img-area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 4em 0 auto auto;
	width: 51%;
}
.home .vision-wrap .ttl-set{
	margin-bottom: 2em;
}
.home .vision-wrap .greeting-text{
	font-size: 1.125rem;
	line-height: 2.2;
	margin-bottom: 2em;
}
@media screen and (max-width: 1240px){
	.home .vision-wrap{
		padding-block: 8em 3em;
	}
	.home .vision-wrap .img-area{
		inset: 2em 0 auto auto;
		width: 60%;
	}
}
@media screen and (max-width: 767px){
	.home .vision-wrap{
		padding-block: 8em 1em;
	}
	.home .vision-wrap .vision-content{
		padding-inline: 15px;
	}
	.home .vision-wrap .img-area{
		inset: 2em 0 auto auto;
		width: 80%;
	}
	.home .vision-wrap .ttl-set{
		margin-bottom: 1.5em;
	}
	.home .vision-wrap .greeting-text{
		font-size: 1rem;
		line-height: 2;
	}
}
.home .value-wrap .value-img{
	position: relative;
	z-index: -1;
}
.home .value-wrap .value-img img{
	min-height: 20em;
	width: auto;
	object-fit: cover;
	object-position: center;
}
.home .value-wrap .value-inner{
	max-width: 1660px;
	margin: -8em auto 0;
}
.home .value-wrap .value-content{
	margin-inline: 30px;
	padding: 6em 2.5em;
	background: #ffffff;
}
.home .value-wrap .value-list{
	display: flex;
	gap: 2%;
}
.home .value-wrap .value-list .value-item{
	width: calc(92% / 5);
	background: #fff;
	box-shadow: 2px 2px 3px #c8c8c8;
}
.home .value-wrap .value-list .value-item .item_text{
	padding: 1em 1em 1.5em 0;
	text-align: left;
}
@media screen and (max-width: 1240px){
	.home .value-wrap .value-list{
		gap: 2em 4%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home .value-wrap .value-list .value-item{
		width: calc(92% / 3);
		max-width: 280px;
	}	
}
@media screen and (max-width:767px){
	.home .value-wrap .value-img img{
		min-height: 10em;
	}
	.home .value-wrap .value-inner{
		margin: -3em auto 2em;
	}
	.home .value-wrap .value-content{
		margin-inline: 15px;
		padding: 2.5em 0em;
	}
	.home .value-wrap .value-list{
		gap:1.5em 4%;
	}
	.home .value-wrap .value-list .value-item{
		width: 100%;
		background: #fff;
		box-shadow: 2px 2px 3px #c8c8c8;
		display: flex;
		max-width: unset;
	}
	.home .value-wrap .value-list .value-item img{
		width: 35%;
		object-fit: cover;
		object-position: center;
	}
	.home .value-wrap .value-list .value-item .item_text{
		padding: 1em 1em;
		width: 65%;
	}
}
.home .other-wrap{
    padding-block: 0em 8em;
}
.home .other-wrap .other-inner{
	margin-inline: auto;
}
.home .other-wrap .other-list{
    display: flex;	
}
.home .other-wrap .other-list .other-item{
    width: 50%;
}
.home .other-wrap .other-list .other-item a{
	display: block;
	aspect-ratio: 600 / 372;
    background-image: url(../img/top/img_other01.jpg);
    background-size: 100%;
    background-position: center;
    transition: scale 0.3s;
    color: #fff;
    padding: 4em 1em;
    text-decoration: none;
    transition: background-size 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index:0;
}
.home .other-wrap .other-list .other-item:nth-child(2) a{
    background-image: url(../img/top/img_other02.jpg) ;   
}
.home .other-wrap .other-list .other-item a:after{
	content:"";
	display:block;
	content: "→";
	color:var(--key);
	font-size: 1.125rem;
	font-weight: 600;
	margin:0;
	position:absolute;
	inset: auto 0.75em 0.5em auto;
	z-index: 10;
	transition:var(--hover);
}
.home .other-wrap .other-list .other-item a:before{
	content:"";
	display:block;
	content: "";
	margin:0;
	width: 4em;
	height: 4em;
	border-radius: 100% 0 0 0;
	background: #fff;
	position:absolute;
	inset: auto 0 0 auto;
	z-index: 0;
	transition:var(--hover);
}
.home .other-wrap .other-list .other-item a hgroup{
	text-align: center;
}
.home .other-wrap .other-list .other-item a hgroup h2{
	font-size: 1.25rem;
}
.home .other-wrap .other-list .other-item .other-text{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 7em 1.25em auto;
	font-size: 0.75rem;
	text-decoration-line: underline;
	text-decoration-color: inherit;
	text-underline-offset:0.5em;
	transition:var(--hover);
}
.home .other-wrap .other-list .other-item a:is(:hover , :focus) {
	background-size: 105%;
}
.home .other-wrap .other-list .other-item a:is(:hover , :focus) .other-text{
	text-decoration-color: transparent;
}
@media screen and (max-width:767px) {
	.home .other-wrap{
	    padding-block: 0em 4em;
	}
	.home .other-wrap .other-list{
		flex-wrap: wrap;
		gap: 1em;
		justify-content: center;
	}
	.home .other-wrap .other-list .other-item{
	    width: 90%;
	}
	.home .other-wrap .other-list .other-item a{
		aspect-ratio: 16 / 7;
	    padding: 2em 1em;
	}
	.home .other-wrap .other-list .other-item a:after{
		font-size: 1rem;
		inset: auto 0.5em 0.25em auto;
	}
	.home .other-wrap .other-list .other-item a:before{
		width: 3em;
		height: 3em;
	}
	.home .other-wrap .other-list .other-item a hgroup{
		text-align: center;
		margin-bottom: 0;
	}
	.home .other-wrap .other-list .other-item a hgroup p{
		font-size: 2rem;
	}
	.home .other-wrap .other-list .other-item a hgroup h2{
		font-size: 1.125rem;
	}
	.home .other-wrap .other-list .other-item .other-text{
		inset: auto 4em 0.5em auto;
		font-size: 0.875rem;
	}
}
.home .about-wrap{
	padding-block: 8em 4em;
	background: linear-gradient(to bottom, #f7f6f0 50%, #fff 50%);
}
.home .about-wrap::before{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 0 auto auto;
	width: 100%;
	height: 50%;
	background-image: radial-gradient(circle at 94% 0%, #aaddd4 0%, rgb(215 236 228) 20%, transparent 40% 10% );
}
.home .about-wrap .about-cont{
	display: flex;
	gap: 0 4%;
}
.home .about-wrap .about-cont .ttl-set{
	width: 48%;
}
.home .about-wrap .about-cont .text-area{
	width: 48%;
}
.home .about-wrap .about-cont .text-area .about-text{
	font-size: 1.125rem;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.home .about-wrap .about-cont .text-area .about-att{
	margin-bottom: 1.5em;
	font-size: 0.875rem;
}
.home .about-wrap .about-cont .text-area .about-att a{
	text-decoration: underline;
}
.home .about-wrap .about-cont .text-area .about-att a:is(:hover , :focus){
	text-decoration-color: transparent;
}
.home .about-wrap .about-lead{
	font-size: min(12.5em , 10vw);
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.08em;
	max-width: 125%;
	position: relative;
	inset: 0 auto 0 50%;
	transform: translateX(-50%);
	margin-block: -7vw -4vw;
}
.home .about-wrap .about-movie{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 8em;
}
.home .about-wrap .about-movie video{
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
	aspect-ratio: 16 / 9;
	cursor: pointer;
}
@media screen and (max-width: 1120px){
	.home .about-wrap{
		padding-block: 6em 4em;
	}
	.home .about-wrap .about-cont{
		display: flex;
		gap: 0 4%;
		flex-direction: column;
	}
	.home .about-wrap .about-cont .ttl-set{
		width: 100%;
		margin-bottom: 2em;
	}
	.home .about-wrap .about-cont .text-area{
		width: 100%;
	}
	.home .about-wrap .about-cont .text-area .about-text{
		margin-bottom: 1.5em;
	}
	.home .about-wrap .about-cont .text-area .about-text br{
		display: none;
	}
	.home .about-wrap .about-cont .text-area .about-att{
		margin-bottom: 1.5em;
	}
	.home .about-wrap .about-lead{
		font-size: min(12.5em , 12vw);
	}
}
@media screen and (max-width: 767px){
	.home .about-wrap{
		padding-block: 4em;
		background: linear-gradient(to bottom, #f7f6f0 50%, #fff 50%);
	}
	.home .about-wrap .about-cont{
		display: flex;
		gap: 0 4%;
	}
	.home .about-wrap .about-cont .ttl-set{
		width: 100%;
	}
	.home .about-wrap .about-cont .text-area{
		width: 100%;
	}
	.home .about-wrap .about-cont .text-area .about-text{
		font-size: 1.125rem;
	}
	.home .about-wrap .about-lead{
		font-size: min(12.5em , 12vw);
		margin-block: 0 -6vw;
	}
	.home .about-wrap .about-movie{
		margin-bottom: 2em;
	}
}
/*nagos 連携*/
.home .about-wrap .bnr-area .text-area{
	margin-bottom: 3em;
}
.home .about-wrap .bnr-area .bnr-ttl{
	border-top: 1px solid #dedede;
	padding-top: 1em;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0.25em;
}
.home .about-wrap .bnr-area .bnr-text{
	margin-bottom: 1em;
	line-height: 2;
}
.home .about-wrap .bnr-area .supporters-list .supporters-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.home .about-wrap .bnr-area .supporters-list .supporters-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 20px * 3) / 4);
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  overflow: clip;
}
.home .about-wrap .bnr-area .supporters-list .supporters-item a img {
  object-fit: contain;
  max-width: inherit;
  width: 100%;
  height: 100%;
}
.home .about-wrap .bnr-area .supporters-list .supporters-item a:is(:hover , :focus){
	opacity: 0.7;
}
.home .about-wrap .bnr-area .supporters-list .slick-arrow {
  inset: unset;
  position: absolute;
  z-index: 100;
  background: var(--white);
  top: calc(50% - 50px);
  left: -4.4em;
  transform: unset;
}
.home .about-wrap .bnr-area .supporters-list .slick-arrow.slick-next {
  left: auto;
  right: -4.5em;
}
.home .about-wrap .slick-slider .slick-dots {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 0;
  padding: 0;
  margin: 36px auto 36px;
  list-style: none;
  bottom: 0em;
  position: relative;
}
.home .about-wrap .slick-slider .slick-dots li {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  aspect-ratio: 1/1;
  line-height: 1;
  margin: 0 0.625em;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.home .about-wrap .slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.home .about-wrap .slick-slider .slick-dots li button::before {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: #c5c5c5;
  top: 0;
  left: 0;
}
.home .about-wrap .slick-slider .slick-dots li.slick-active button::before {
  background: var(--key);
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  .home .about-wrap .bnr-area .supporters-list .slick-arrow:hover {
	opacity: 0.6;
  }
}
@media screen and (max-width:1430px) {
	.home .about-wrap .bnr-area .sitewrap{
	overflow: auto;
	}
	.home .about-wrap .bnr-area .supporters-list .slick-dots {
	margin: 40px auto;
	}
	.home .about-wrap .bnr-area .supporters-list .slick-arrow {
	top: auto;
	bottom: -28px;
	left: 0;
	translate: 0 0;
	}
	.home .about-wrap .bnr-area .supporters-list .slick-arrow.slick-next {
	left: auto;
	right: 0;
	}
}
@media screen and (max-width:767px) {
  .home .about-wrap .bnr-area {
    padding-block: 40px;
  }
  .home .about-wrap .bnr-area .supporters-list .supporters-item {
    gap: 10px;
  }
  .home .about-wrap .bnr-area .supporters-list .supporters-item a {
    width: calc((100% - 10px) / 2);
  }
  .home .about-wrap .bnr-area .supporters-list .slick-dots {
    margin: 22px auto;
  }
  .home .about-wrap .bnr-area .supporters-list .slick-arrow {
    bottom: -24px;
  }
}
@media screen and (max-width: 767px){
	.home .about-wrap .bnr-area .bnr-ttl{
		font-size: 1.5rem;
	}
}
.home .contact-wrap{
    background: var(--bg); 
    padding-block: 8em 4em;
}
.home .contact-wrap::before{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	inset: auto 0 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle at 56% 110%, #90d4cb 0%, rgb(208 234 226) 16%, transparent 26% 0% );
}
.home .contact-inner{
    display: flex;
    justify-content: space-between;
}
.home .contact-wrap .common_btn{
	margin-inline: auto 0;
}
.home .contact-wrap .common_btn a{
	font-size: 1.1875rem;
	width: 400px;
	height: 100px;
	margin-top: 0;
}
@media screen and (max-width:767px) {
	.home .contact-wrap{
	    padding-block: 4em 2em;
	}
	.home .contact-wrap::before{
		background-image: radial-gradient(circle at 50% 110%, #90d4cb 0%, rgb(208 234 226) 18%, transparent 50% 0% );
	}
	.home .contact-inner{
		flex-direction: column;
		text-align: center;
	}
	.home .contact-wrap .common_btn{
		margin: auto;
	}	
	.home .contact-wrap .common_btn a{
		height: auto;
		width: auto;
	}
}


