body {
	padding: 0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}
.hero-image{
	width:100%;
	height:100dvh;
	max-height:953px;
	position:relative;
}
.hero-slide{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
.hero-slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.slick-list,.slick-track{
	width:100%;
	height:100%;
}
.hero-image .catch{
	color:#fff;
	position:absolute;
	z-index:2;
	right:10%;
	bottom:10%;
}
.hero-image .catch h1{
	font-size:4dvw;
	margin-bottom:150px;
	text-shadow:0 0 5px rgba(0,0,0,5),0 0 10px rgba(0,0,0,5);
}
.hero-image ul{
	display:flex;
	gap:20px;
	justify-content:center;
}
.hero-image ul li{
	width:120px;
	height:120px;
	display:flex;
	flex:none;
	background:rgba(0,0,0,0.3);
	border-radius:50%;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.hero-image ul li span strong{
	display:block;
	font-size:140%;
}
#concept{
	text-align:center;
	padding:100px 0;
	font-size:30px;
	line-height:2em;
}
#concept h2{
	font-size:60px;
	margin-bottom:50px;
}
#concept article > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示時の状態 */
#concept article > *.show {
  opacity: 1;
  transform: translateY(0);
}

/*
#mainimage {
	position: relative;
	height: 100dvh;
	margin: 0 auto 100px;
}

#mainimage figure {
	position: absolute;
	z-index: 2;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#mainimage figure img {
	display: block;
}

#mainimage1 {
	left: 50.781%;
	top: 20px;
	z-index: 3;
	width: 44.27dvw;
	max-width: 850px;
}

#mainimage2 {
	top: 20px;
	right: -4.3%;
	z-index: 2;
	width: 16.4dvw;
	max-width: 315px;
}

#mainimage3 {
	bottom: 0px;
	left: 44.14%;
	z-index: 1;
	width: 16.4dvw;
	max-width: 315px;
}

#mainimage4 {
	bottom: 7dvh;
	left: -5%;
	width: 16.09dvw;
	max-width: 309px;
}

#mainimage5 {
	top: 30dvh;
	left: 5%;
	width: 12.5dvw;
	max-width: 240px;
}

#mainimage6 {
	top: 10dvh;
	left: -5%;
	width: 12.5dvw;
	max-width: 240px;
}

#mainimage figure img {
	position: absolute;
	display: block;
}

#mainimage .catch {
	position: relative;
	z-index: 10;
	width: 980px;
	margin: 0 auto;
	padding: 105px 0 0;
	background: url('../images/index/maru.png') no-repeat left 200px top 300px;
}

#mainimage .catch h2 {
	margin: 0 auto 60px;
}

#mainimage .catch h2 img {
	display: block;
}

#mainimage .catch .jp {
	line-height: 1.8em;
	font-size: 24px;
	padding: 0 0 140px 20px;
	text-shadow:
		#fff 2px 0px, #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px, #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px, #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px, #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;

}
*/
.scroll {
	padding: 0 0 0 100px;
}

main section h2 {
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
}

#news {
	background: #522500 url('../images/index/bg_service.webp') no-repeat;
	background-size:cover;
	padding: 50px 0;
	margin: 0 auto 80px;
}

#news h2 {
	color: #fff;
	margin: 0 auto 50px;
}

#news article {
	max-width: 1100px;
	padding:0 550px 0 0;
	box-sizing:border-box;
	margin: 0 auto;
	display: flex;
	flex-direction:column;
	gap: 20px;
}

#news article dl {
	width:100%;
	flex: none;
	background: #fff;
	padding: 20px;
	display: flex;
	gap: 10px;
	box-sizing: border-box;
}

#news article dl .more {
	margin-top: auto;
}

#news article dl dt{	
	width:30%;
	height:90px;
	flex:none;
}
#news article dl dt a {
	display: block;
	height: 100%;
	background: #eee url('../images/index/maru.png') no-repeat center center;
	background-size: 50%;
}

#news article dl dt a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news article dl .more a {
	display: block;
	border: 1px solid #522500;
	color: #522500;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
}

#news article dl dd time {
	display: block;
}

#top1 {
	position: relative;
	margin: 0 auto 120px;
	padding:0 5%;
}

#top1 h2{
	margin-bottom:50px;
}
#top1 article h3{
	font-size:30px;
	margin-bottom:30px;
}
#top1 article {
	margin: 0 auto 100px;
	align-items:center;
	position: relative;
	z-index: 2;
	box-sizing:border-box;
	display:flex;
	gap:40px;
	font-size:24px;
	line-height:1.8em;
}
#top1 article .comment{
	width:700px;
	flex:none;
}
#top1_article1{
	justify-content:flex-end;
}
#top1_article2{
	justify-content:flex-start;
}
#top1_article1 figure{
	width:calc(100% - 740px);
	max-width:500px;
	flex:none;
}
#top1_article2 figure{
	width:calc(100% - 740px);
	max-width:500px;
	flex:none;
}
#top1_article2 figure{
	order:1;
}
#top1_article2 .comment{
	order:2;
}

#top1-1 {
	display: block;
	top: 15px;
	right: 110px;
	width: 700px;
	height: 400px;
	box-sizing: border-box;
	border-radius: 20px;
	object-fit: cover;
	z-index: 1;
}

#top1-2 {
	display: block;
	top: 276px;
	left: 240px;
	width: 658px;
	height: 658px;
	box-sizing: border-box;
	border-radius: 2% 50% 50% 2%;
	object-fit: cover;
	z-index: 1;
}

#top1 article ul {
	list-style: none;
	position: relative;
	margin-bottom: 50px;
}

#top1 article ul .comment {
	position: absolute;
	z-index: 2;
	text-shadow:
		#522500 2px 0px, #522500 -2px 0px,
		#522500 0px -2px, #522500 0px 2px,
		#522500 2px 2px, #522500 -2px 2px,
		#522500 2px -2px, #522500 -2px -2px,
		#522500 1px 2px, #522500 -1px 2px,
		#522500 1px -2px, #522500 -1px -2px,
		#522500 2px 1px, #522500 -2px 1px,
		#522500 2px -1px, #522500 -2px -1px;
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
}

#top1 article ul li img {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 10px solid #522500;
	border-radius: 50%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

#top1-3 {
	position: relative;
    top: 40px;
    left: 120px;
	z-index: 1;
	width: 400px;
	height: 400px;
	text-align: center;
	margin-bottom: 165px;
}

#top1-3 .comment {
	bottom: 65px;
	left: 0;
	right: 0;
	margin: auto;
}

#top1-4 {
	position: absolute;
	top: 280px;
    left: 456px;
	z-index: 1;
	width: 298px;
	height: 298px;
	text-align: center;
}

#top1-4 .comment {
	top: 75px;
	left: 0;
	right: 0;
	margin: auto;
}

#top1-5 {
	position: relative;
	top: -70px;
	left: 218px;
	z-index: 1;
	width: 360px;
	height: 360px;
	text-align: center;
}

#top1-5 .comment {
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
}

#top1 .more {
	width: 640px;
	margin: 0 auto;
}

#top1 .more a {
	display: block;
	border: 1px solid #522500;
	background: #fff;
	background-image: url('../images/index/arrrow_brown.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #522500;
	line-height: 57px;
	text-align: center;
	text-decoration: none;
}

#top1 .more a:hover {
	background: #522500;
	color:#fff;
}

#top2 {
	padding: 150px 0 0px;
	height:70dvh;
	box-sizing:border-box;
	background:url('../images/index/bg_event.webp') no-repeat;
	background-size:cover;
	position: relative;
	margin: 0 auto 120px;
	display:flex;
	gap:30px;
	justify-content:space-between;
}
#top2 h2{
	color:#fff;
	flex:none;
	white-space:nowrap;
	width:150px;
	text-align:center;
}
#top2-1 {
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 1080px;
	height: 1080px;
	box-sizing: border-box;
	border: 10px solid #856e61;
	border-radius: 50%;
	object-fit: cover;
	z-index: 1;
}

#top2-2 {
	display: block;
	position: absolute;
	top: 120px;
	right: 60px;
	width: 540px;
	height: 540px;
	box-sizing: border-box;
	border: 10px solid #856e61;
	border-radius: 50%;
	object-fit: cover;
	z-index: 1;
}

#top2 article {
	width: calc(100dvw - 180px);
	margin: 0 auto;
	position: relative;
	display:flex;
	justify-content:flex-end;
	gap:10px;
}

#top2 article div{
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc((100% - 10px) / 3);
	max-width:350px;
	color:#fff;
	background:#000;
	text-decoration:none;
	text-align:center;
	position:relative;
}
#top2 article a{
	display:flex;
	align-items:center;
	color:#fff;
	text-decoration:none;
	width:100%;
	height:100%;
	z-index:2;
	position:relative;
}
#top2 article dl{
	width:100%;
}
#top2 article dt{
	font-size:24px;
	margin:0 auto 20px;
	text-align:center;
}
.service_bg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#service1 .service_bg{
	background:url('../images/index/bg_service1.webp') no-repeat center center;
	background-size:cover;
	filter: brightness(50%);
}
#service2 .service_bg{
	background:url('../images/index/bg_service2.webp') no-repeat center center;
	background-size:cover;
	filter: brightness(50%);
}
#service3 .service_bg{
	background:url('../images/index/bg_service3.webp') no-repeat center center;
	background-size:cover;
	filter: brightness(50%);
}
#top2 article div:hover .service_bg{
	filter: brightness(100%) !important;
	transition:0.5s;
}
/*
#top2 article dt {
	box-sizing: border-box;
	width: 360px;
	height: 360px;
	border: 10px solid #856e61;
	border-radius: 5%;
	background: #fff;
	margin-bottom: 18px;
}

#top2 article dt a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	color: #856e61;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}

#top2 article dt a:hover {
	background: #856e61;
	color:#fff;
}

#top2 article dt a:hover img {
	opacity: 1;
}
*/

#top2 article dd {
	font-size: 18px;
}

#top2 article dd .more {
	padding: 20px 0 0;
}

#top2 article dd .more a {
	display: block;
	line-height: 40px;
	border: 1px solid #856e61;
	color: #856e61;
	background: #fff;
	text-decoration: none;
	background-image: url('../images/index/arrrow_green.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
}

#top2 article dd .more a:hover {
	background: #856e61;
	color:#fff;
}


#top3 {
	margin: 0 auto 130px;
}

#top3 h2 {
	margin: 0 auto 80px;
}

#top3 .slick-list {
	padding: 50px 50px 50px !important;
}

#top3 dl {
	padding: 0 4px;
	box-sizing: border-box;
}

#top3 dl dt {
	width: 100%;
	aspect-ratio: 1 / 1;
}

#top3 dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

#top3 dl dt a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top3 article .slick-slide {
	transition: transform 0.3s ease, z-index 0.3s ease;
	transform: scale(0.9);
	z-index: 1;
}

#top3 article .slick-center {
	transform: scale(1);
	z-index: 2;
}

#top3 dl dd {
	font-size: 16px;
}

#top3 article dd .more {
	padding: 10px 0 0;
}

#top3 article dd .more a {
	display: block;
	line-height: 40px;
	border: 1px solid #522500;
	color: #522500;
	background: #fff;
	text-decoration: none;
	border-radius: 24px;
	text-align: center;
}

.moreworks {
	max-width: 620px;
	/* border: 2px solid #dec9a4; */
	border-radius: 15px;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 auto;
}

.moreworks a {
	display: block;
	border: 1px solid #522500;
	background: #fff;
	background-image: url('../images/index/arrrow_brown.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #522500;
	line-height: 57px;
	text-align: center;
	text-decoration: none;
}

.moreworks a:hover {
	background: #522500;
	color: #fff;
}

#top4 {
	margin: 0 auto 150px;
	display: flex;
	gap: 2px;
}

#top4 article {
	width: calc(50% - 1px);
	height: 70dvh;
	min-height:350px;
	flex: none;
	position: relative;
}

#top4 article .more {
	position: absolute;
	bottom: 40px;
	z-index:3;
}

#top4 article .more {
	padding: 2px;
	width: 450px;
}

#top4 article .more a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 56px;
}

#top4-1 {
	border-radius: 0 38px 38px 0;
	background: url('../images/index/recruit1.webp') no-repeat;
	background-size: cover;
}

#top4-1 .more {
	/* border: 2px solid #dec9a4; */
	border-radius: 15px;
	/* background: #fff; */
	right: 40px;
}

#top4-1 a {
	display: block;
	border: 1px solid #522500																;
	background: #fff;
	background-image: url('../images/index/arrrow_brown.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #522500 !important;
	line-height: 57px;
	text-align: center;
	text-decoration: none;
}

#top4-1 a:hover {
	color:#fff !important;
	background: #522500																;
}

#top4-1 .comment {
	line-height: 1.5em;
	width: 40dvh;
	height: 40dvh;
	border-radius: 50%;
	position: absolute;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 56px;
	left: 0;
	right: 0;
	margin: auto;
}

#top4-1 .comment_box {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #dec9a4;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 1;
}

#top4-2 .comment {
	line-height: 1.5em;
	width: 40dvh;
	height: 40dvh;
	border-radius: 50%;
	position: absolute;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 80px;
	right: 20%;
}

#top4-2 .comment_box {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #b2d6eb;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 1;
}

#top4 article .comment p {
	color: #fff;
	position: relative;
	z-index: 2;
}

#top4-2 {
	border-radius: 38px 0 0 38px;
	background: url('../images/index/recruit2.webp') no-repeat;
	background-size: cover;
}

#top4-2 .more {
	/* border: 2px solid #b2d6eb; */
	/* border-radius: 15px; */
	/* background: #fff; */
	left: 40px;
}

#top4-2 a {
	display: block;
	border: 1px solid #522500;
	text-align: center;
	line-height: 62px;
	color: #522500 !important;
	text-decoration: none;
	text-align: center;
	background: #fff;
	background-image: url('../images/index/arrrow_brown.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;

}

#top4-2 a:hover {
	color:#fff !important;
	background: #522500;
}