@charset "UTF-8";
/*=======================================================
見出し
=======================================================*/
.bl_headerUnit {
	margin-bottom: 60px;
}
.el_lv2Header {
	font-size: 40px;
	text-align: center;
	color: #000;
}
.el_lv2Header .el_en {
	font-size: 16px;
	color: var(--blue);
	display: block;	
	margin-bottom: 10px;
}
/*見出し下テキスト*/
.el_lv2Header + p {
	text-align: center;
	margin-top: 32px;
}
@media screen and (max-width : 767px) {
	.el_lv2Header {
		font-size: 32px;
	}
	.el_lv2Header .el_en {
		margin-bottom: 0;
	}
	.bl_headerUnit {
		margin-bottom: 40px;
		line-height: 1.5;
	}
}
/*=======================================================
FV
=======================================================*/
#fv {
	position: relative;
	overflow: hidden;
}
.bl_jumbotron {
	position: relative;
	height: 687px;
	overflow: hidden;
}
.slider-item {
  width: 100%;
  height: 687px!important;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}

/***テキスト***/
.bl_jumbotron_inner {
	top: 180px;
    left: 0;
    z-index: 2;
    width: 100%;
    right: 0;
    margin: auto;
	position: absolute;
}
.bl_jumbotron_catchUnit {
	margin: auto auto 56px;
	padding-right: 160px;
}
.bl_jumbotron_catch {
	position: relative;
	display: flex;
    justify-content: flex-end;
}
.el_number {
	width: 94px;
    height: 72px;
    background: url(../images/top/fv_60.svg) center / contain no-repeat;
    position: absolute;
    top: -25px;
    right: 40px;
}
/* アニメーション　*/
.el_catch,
.el_catch2 {
    font-size: 30px;
    font-weight: 500;
	color: #fff;
	background: var(--blue);
}
.el_catch {
	width: 335px;
	margin-right: 160px;
}
.el_catch2 {
    width: 415px;
    margin-top: 10px;
	margin-left: 30px;
}
.el_catch > span,
.el_catch2 > span {
    display: block;
    text-align: center;
}
.slideIn {
    animation-name: slideIn;
    animation-delay: 1.8s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: translateX(200px);
    opacity: 0;
}
@keyframes slideIn {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.slideIn2 {
    animation-name: slideIn2;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: translateX(200px);
    opacity: 0;
}
@keyframes slideIn2 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/*背景*/
.el_catch_bg {
    width: 315px;
    height: 54px;
    position: absolute;
    right: -1000px;
    top: 0;
    z-index: 1;
	background: var(--blue);
}
.el_catch2 + .el_catch_bg {
	top: 10px;
}
.bg {
	animation: bg 1s cubic-bezier(.3,1,.25,1) 1s forwards;
}
@keyframes bg {
    0% {
        right: -1920px;
        width: 0;
    }
    50% {
        right: 0;
        width: 500px;
    }
    51% {
        right: 0;
        width: 500px;
    }
    100% {
        right: 100%;
        width: 0;
    }
}
.bg2 {
	animation: bg2 1s cubic-bezier(.3,1,.25,1) 1.2s forwards;
}
@keyframes bg2 {
    0% {
        right: -1920px;
        width: 0;
    }
    50% {
        right: 0;
        width: 500px;
    }
    51% {
        right: 0;
        width: 500px;
    }
    100% {
        right: 100%;
        width: 0;
    }
}
/*3つ*/
.bl_bulletList {
	display: flex;
	gap: 26px;
	justify-content: flex-end;
	padding-right: 171px;
}
.bl_bulletList li {
	opacity: 0;
	width: 142px; 
	height: 142px;
	padding-top: 22px; 
	padding-left: 10px;
	text-align: center;
	font-size: 17px;
	line-height: 1.17;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	background: url(../images/top/fv_list_bg.svg) top left 12px / 130px 130px no-repeat,url(../images/top/fv_list_bg_line.svg) top 12px left / 130px 130px no-repeat;
}
.bl_bulletList li:first-of-type { animation-delay: 2s; }
.bl_bulletList li:nth-of-type(2) { animation-delay: 2.3s; }
.bl_bulletList li:nth-of-type(3) { animation-delay: 2.5s; }
.fade {
animation-name: fadeAnime;
animation-fill-mode:forwards;
animation-duration:2s;
animation-iteration-count:1;
animation-timing-function:ease;
}
@keyframes fadeAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.el_blue {
	font-size: 37px;
	color: var(--blue);
	display: block;
}
.el_blue.midium {
	font-size: 26px;
	line-height: 1.6;
}
.el_large {
	font-size: 19px;
	color: #000;
}
.el_midium {
	font-size: 15px;
	color: #000;
}
.el_small {
	font-size: 12px;
	color: #000;
}
/*スクロールテキスト*/
.el_scroll {
	margin: auto;
    width: 100%;
    font-size: 200px;
    line-height: 1;
    text-align: center;
    color: #CDDADF;
    overflow: hidden;
    position: absolute;
    top: 600px;
	z-index: 2;
}
.el_scroll span{
	display: inline-block;
	padding-left: 10%;
	white-space: nowrap;
	line-height: 1em;
	animation: scrollAnime 150s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
/*個人庭園から公共の緑地管理まで～*/
.bl_descriptionUnit {
	height:min(924px,64.166vw);
	position: relative;
}
.bl_descriptionUnit::before {
	content: "";
	background: var(--lgray);
	z-index: -1;
	width: min(1230px,85.416vw);
	height: min(660px,45.833vw);
	display: block; 
	position: absolute; 
	top: 0;
	left: 0;
}
.bl_description_inner {
	max-width: 1440px;
	margin: auto;
	height: 100%;
	position: relative;
}
.bl_description {
	font-size: 18px; 
	line-height: 2;
	position: absolute;
	top: min(302px,20.972vw);
	left: min(340px,23.611vw);
}
.bl_descriptionUnit .el_imgWrapper {
	position: absolute;
}
.bl_descriptionUnit .el_imgWrapper.img1 {
	top: min(140px,9.722vw);
	right: min(85px,5.902vw);
	width: min(464px,32vw);
}
.bl_descriptionUnit .el_imgWrapper.img2 {
	bottom: min(9.027vw,130px);
	right: min(30.972vw,446px);
	width: min(400px,27.777vw);
}
.bl_descriptionUnit .el_imgWrapper.img3 {
	bottom: min(140px,9.722vw);
	left: min(7.083vw,102px);
	width: min(226px, 11.77vw);
}
.bl_descriptionUnit .el_imgWrapper.img4 {
	bottom: 0;
	right: min(5.833vw,84px);
	width: min(159px,11.041vw);
}
.fv_slider_sp {
	display: none;
}
@media screen and (max-width : 1020px) {
	.bl_description {
		top: 15vw;
    	left: 7vw
	}
}
@media screen and (max-width : 767px) {
	.fv_slider_pc {
		display: none!important;
	}
	.fv_slider_sp {
		display: block!important;
	}
	.bl_jumbotron {
		height: 572px;
	}
	.bl_jumbotron_inner {
		top: 270px;
	}
	.bl_jumbotron_catchUnit {
    	margin: auto auto 29px;
    	padding-right: 0;
	}
	.bl_jumbotron_catch {
    	justify-content: flex-start;
		margin-left: 20px;
	}
	.el_catch, .el_catch2 {
    	font-size: 24px;
	}
	.el_catch {
    	width: 267px;
		margin-right: 0;
	}
	.el_catch2 {
		width: 334px;
		margin-left: 0;
		margin-top: 20px;
	}
	.el_catch > span, .el_catch2 > span {
		padding-left: 0;
	}
	.el_number {
    	width: 65px;
        height: 53px;
        top: -17px;
        right: 37px;
    }
	.bl_bulletList {
		padding-right: 0;
		padding-left: 12px;
		gap: 12px;
		justify-content: flex-start;
	}
	.bl_bulletList li {
    	width: 106px;
    	height: 106px;
    	padding-top: 19px;
    	padding-left: 9px;
    	font-size: 15px;
    	background: url(../images/top/fv_list_bg.svg) top left 9px / 97px 97px no-repeat, url(../images/top/fv_list_bg_line.svg) top 9px left / 97px 97px no-repeat;
	}
	.el_blue {
    	font-size: 27px;
	}
	.el_large {
    	font-size: 14px; 
	}
	.el_small {
    	font-size: 10px; 
	}
	.el_blue.midium {
    	font-size: 19px; 
		line-height: 1.5;
	}
	.el_midium {
    	font-size: 14px; 
		letter-spacing: -0.04em;
	}
	.el_scroll {
    	font-size: 100px;
    	top: 530px;
	}
	.bl_descriptionUnit {
		height: 665px;
		margin-bottom: 80px;
	}
	.bl_descriptionUnit::before {
    	width: 95%;
    	height: 537px;
	}
	.bl_description {
        top: 107px;
        left: 21px;
		width: 87vw;
    }
	.bl_descriptionUnit .el_imgWrapper.img1 {
    	top: 305px;
    	right: 0;
    	max-width: 304px;
		width: 100%;
	}
	.bl_descriptionUnit .el_imgWrapper.img3 {
    	bottom: initial;
    	left: 10px;
    	width: 108px;
		top: 230px;
	}
	.bl_descriptionUnit .el_imgWrapper.img2 {
    	bottom: 30px;
		left: 20px;
    	right: initial;
    	width: 206px;
	}
	.bl_descriptionUnit .el_imgWrapper.img4 {
    	bottom: 0;
    	right: 40px;
    	width: 76px;
	}
	.bl_description br {
		display: none;
	}
}
/*=======================================================
60年地元で愛されてきた理由
=======================================================*/
#reason .ly_cont_inner {
	max-width: 1328px;
	margin-bottom: min(10.416vw,150px);
}
.bl_orderList .bl_card {
	width: 25%;
	max-width: 332px;
	position: relative;
	max-height: 625px;
}
.bl_orderList .bl_card:nth-of-type(2) {
	animation-delay: .2s;
}
.bl_orderList .bl_card:nth-of-type(3) {
	animation-delay: .4s;
}
.bl_orderList .bl_card:nth-of-type(4) {
	animation-delay: .5s;
}
.bl_orderList .bl_card_imgWrapper::after {
	content: "";
	background: transparent;
	border: 1px solid #fff;
	top: 2%;
    left: 4%;
    position: absolute;
    width: 93%;
	height: 96%;
}
.bl_orderList .bl_card:nth-of-type(2n) {
	margin-top: 50px;
}
.bl_orderList .bl_card_body {
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	z-index: 2;
}
.bl_orderList .bl_card_body p {
	padding: 0 28px;
	color: #fff;
	height: 100%;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.bl_orderList .bl_card_body .bl_card_txt.pc {
	display: flex!important;
}
.bl_orderList .bl_card_imgWrapper {
	overflow: hidden;
	position: relative;
}
.bl_orderList .bl_card img {
	transition: transform .6s ease;
}
.bl_orderList .bl_card:hover img {
	transform: scale(1.3);
}
/*アニメーション*/
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
	opacity: 0;
	transform: translateY(100px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.fadeUpTrigger {
    opacity: 0;
}
@media screen and (max-width : 767px) {
	#reason .ly_cont_inner {
		margin-bottom: 80px;
	}
	#reason .bl_cardUnit {
		display: block;
	}
	.bl_orderList .bl_card {
        max-width: 100%;
		width: 100%;
        height: 335px;
        margin: 15px auto auto;
	}
	.bl_orderList .bl_card img {
		object-fit: cover;
		height: 335px;
	}
	.bl_orderList .bl_card:nth-of-type(2n) {
		margin-top: 15px;
	}
	.bl_orderList .bl_card_body p {
    	text-align: center;
		font-size: 15px;
	}
	.bl_orderList .bl_card_body .bl_card_txt.pc {
    	display: none !important;
	}
	.bl_orderList .bl_card_body .bl_card_txt.sp {
		display: flex!important;
	}
	.bl_orderList .bl_card_imgWrapper::after {
    	left: 1%;
    	width: 98%;
	}
}
/*=======================================================
施工内容
=======================================================*/
#service .ly_cont_inner {
	margin-bottom: 120px;
	position: relative;
	width: 100%;
    max-width: 100%;
}
#service .bl_headerUnit {
	margin-bottom: 0;
	position: relative; 
	z-index: 10;
}
#service .bl_catUnit {
	height: 930px;
	max-width: 768px;
	position: relative;
	z-index: 10;
	margin: auto;
}
#service .bl_catUnit .bl_cat {
	position: absolute;
	width: 165px; 
	display: block;
	transform: scale(0);	
	transition: 1s;
}
.poco {
	animation: pocoAnime 0.3s 1s forwards;
}
@keyframes pocoAnime {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
#service .bl_catUnit .bl_cat_body {
	font-size: 25px; 
	color: #fff; 
	position: absolute; 
	top: 75px; 
	right: 0;
	text-shadow: 0px 0px 5px #000;
}
#service .bl_catUnit .bl_cat_ttl {
	text-align: right;
	line-height: 1.1;
}
#service .bl_catUnit .bl_cat_imgWrapper img {
	width: 150px;
    height: 150px;
    object-fit: cover;
	border-radius: 50%;
}
#service .bl_catUnit .bl_cat1 {
	left: 70px;
	top: 70px;
	animation-delay: 0.5s
}
#service .bl_catUnit .bl_cat2 {
	left: 0;
	right: 0;
	margin: auto;
	top: 70px;
	animation-delay: 1s
}
#service .bl_catUnit .bl_cat3 {
	right: 70px;
	top: 70px;
	animation-delay: 0.8s
}
#service .bl_catUnit .bl_cat4 {
	left: 190px;
    top: 270px;
	animation-delay: 0.8s
}
#service .bl_catUnit .bl_cat5 {
	right: 190px;
    top: 270px;
	animation-delay: 1.3s
}
#service .bl_catUnit .bl_cat6 {
	left: 180px;
	top: 470px;
	animation-delay: 1.3s
}
#service .bl_catUnit .bl_cat7 {
	right: 180px;
	top: 470px;
	animation-delay: 1s
}
#service .bl_catUnit .bl_cat8 {
	left: 0;
	top: 360px;
	animation-delay: 1s
}
#service .bl_catUnit .bl_cat9 {
	right: 0;
	top: 360px;
	animation-delay: 0.5s
}
#service .bl_tree {
	opacity: 0;
	height: 100%;
	width: 100%;
	animation: anime 9s 0s infinite;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -32px;
	z-index: -1;
	background: url(../images/top/service_bg.webp) center no-repeat;
}
#service .bl_tree:nth-of-type(2) {
	animation-delay: 3s;
	background: url(../images/top/service_bg2.webp) center no-repeat;
}
#service .bl_tree:nth-of-type(3) {
	animation-delay: 6s;
	background: url(../images/top/service_bg3.webp) center no-repeat;
}

@keyframes anime {
  0%{ opacity: 0;}
  20%{ opacity: 1;}
  33%{ opacity: 1;}
  63%{ opacity: 0;}
  100%{ opacity: 0;}
}
/*
@keyframes anime {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}*/
.is-animated {
	transform: scale(1)!important;
}
@media screen and (max-width : 767px) {
	#service .ly_cont_inner {
		margin-bottom: 185px;
	}
	#service .bl_tree {
		background-position: top 120px center!important;
	}
	#service .bl_headerUnit {
		margin-bottom: 40px;
	}
	#service .bl_catUnit {
		display: flex; 
		flex-wrap: wrap;
		justify-content: center;
		height: 830px;
		align-content: center;
		gap: 20px;
	}
	#service .bl_catUnit .bl_cat {
		position: static;
		width: 150px;
		margin-bottom: 35px;
	}
	#service .bl_catUnit .bl_cat2 {
		margin-left: initial;
		margin-right: initial;
		margin-top: initial;
	}
	#service .bl_catUnit .bl_cat_imgWrapper img {
    	width: 130px;
    	height: 130px;
	}
	#service .bl_catUnit .bl_cat_body {
    	font-size: 20px;
    	top: 55px;
	}
}
@media screen and (max-width : 529px) {
	#service .bl_catUnit .bl_cat {
		width: 140px;
		margin-bottom: 0;
	}
	#service .bl_catUnit .bl_cat_imgWrapper img {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width : 340px) {
	#service .bl_catUnit {
		justify-content: center;
	}
	#service .bl_catUnit .bl_cat {
		width: 45%;
	}
}
/*=======================================================
施工事例
=======================================================*/
#works {
    margin: auto auto 150px;
	max-width: 1920px;
}
#works .bl_headerUnit {
	display: flex; 
	align-items: center;
}
#works .el_lv2Header {
	text-align: left;
	flex-shrink: 0;
}
#works .el_lv2Header + p {
	text-align: left;
	margin-left: min(10.763vw,155px);
}
#works .el_imgWrapper {
	position: absolute; 
	top: -80px;
	right: 0;
	width: 127px;
}
#works .bl_cardUnit {
	justify-content: space-between; 
}
#works .bl_card {
	width: 50%;
	height: 402px;
	display: flex; 
	background: url(../images/top/works_img.webp) center / cover no-repeat;
	position: relative;
}
#works .bl_card a {
	width: 100%;
	height: 100%;
	align-items: center; 
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
	z-index: 2;
}
#works .bl_card::before {
    content: "";
    background: transparent;
    border: 1px solid #fff;
    top: 2%;
    left: 0;
    position: absolute;
    width: 98%;
    height: 96%;
    right: 0;
    margin: auto;
}
#works .bl_card:last-of-type {
	background: url(../images/top/works_img2.webp) center / cover no-repeat;
}
#works .bl_card_ttl {
	font-size: 25px; 
	color: #fff;
	margin-bottom: 40px;
}
#works .bl_card a:hover .el_moreBtn {
	opacity: 1;
}
#works .bl_card a:hover .el_moreBtn::after {
    transform: scale(0.5, 1);
}
#works .bl_card a:hover .el_moreBtn::before {
	background: var(--blue);
	transition: .6s;
}
#works .el_moreBtnUnit {
	z-index: 2;
}
@media screen and (max-width : 767px) {
	#works {
    	margin: auto auto 80px; 
	}
	#works .bl_headerUnit {
		display: block;
	}
	#works .el_lv2Header + p {
		margin-left: 0;
	}
	#works .bl_cardUnit {
		display: block;
	}
	#works .bl_card {
		width: 100%;
		height: 208px;
	}
	#works .el_imgWrapper {
    	top: -30px;
    	right: 21px;
    	width: 85px;
	}
	#works .bl_card:last-of-type {
		margin-top: 15px;
	}
	#works .bl_card_ttl {
    	font-size: 20px;
    	margin-bottom: 21px;
		text-shadow: 1px 1px 3px #000;
	}
}
/*=======================================================
会社概要
=======================================================*/
#company {
	position: relative;
    background: url(../images/top/company_img.webp) center right / contain no-repeat;
    height: 396px;
    background-size: min(1016px, 54vw);
	max-width: 1920px;
	margin: auto auto min(10.416vw, 150px);
}
#company .ly_cont_inner {
	height: 100%;
	position: relative;
}
#company .ly_cont_inner::after {
	content: "";
	display: block; 
	width: 111px;
	height: 111px;
	background: url(../images/top/illust4.webp) center / contain no-repeat;
	position: absolute;
	bottom: -120px; 
	left: 23px;
}
#company .bl_headerUnit {
	max-width: 1100px;
    margin: auto auto 60px; 
}
#company .el_lv2Header {
	text-align: left;
	padding-top: min(6.527vw,94px);
}
#company .el_lv2Header + p {
	text-align: left;
	margin-bottom: 49px;
}
#company .el_moreBtnUnit {
	justify-content: flex-start;
}
@media screen and (max-width : 767px) {
	#company {
    background: url(../images/top/company_img.webp) bottom right / contain no-repeat;
    height: 435px;
    background-size: 355px;
    margin: auto auto 80px;
}
	#company .el_lv2Header {
		padding-top: 0;
	}
	#company .el_lv2Header + p {
		margin-bottom: 40px;
	}
	#company .bl_headerUnit {
		margin: 0;
	}
	#company .ly_cont_inner::after {
    	width: 61px;
    	height: 64px;
    	bottom: -90px;
    	left: 19px;
	}
}
/*=======================================================
SDGs
=======================================================*/
#sdgs {
	margin-bottom: 150px;
}
.flexBox {
    display: flex;
}
#sdgs .bl_headerUnit {
	position: relative;
	max-width: 1100px; 
	margin: auto auto 60px;
}
#sdgs .bl_headerUnit::after {
	content: "";
    display: block;
    width: 124px;
    height: 138px;
    background: url(../images/top/illust5.webp) center / contain no-repeat;
    position: absolute;
    bottom: -20px;
    right: 75px;
}
#sdgs #sdgsWrapper {
	background: linear-gradient(to bottom, #FFE9B8 0%, #FFE9B8 768px, #A8E4A4 768px, #A8E4A4 1536px, #ABF1B3 1536px, #ABF1B3 2304px, #BCDBFF 2304px, #BCDBFF 3072px);
}
#sdgs #sdgsWrapper .ly_cont_inner {
	display: flex;
    align-content: flex-start;
    align-items: flex-start;
	justify-content: space-between;
}
#sdgs .bl_sdgsNav {
    flex: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: sticky;
    left: 0;
    top: 180px;
    z-index: 99;
}
#sdgs .bl_sdgsNav ul {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 100px 0;
	background: url(../images/top/sdgs_illust.webp) center / 323px no-repeat;
}
#sdgs .bl_sdgsNav ul li {
    width: 100px;
    height: 100px;
    position: absolute;
}
#sdgs .bl_sdgsNav ul li:nth-of-type(1) {
    left: 0;
    top: 0;
}
#sdgs .bl_sdgsNav ul li:nth-of-type(2) {
    right: 0;
    top: 0;
}
#sdgs .bl_sdgsNav ul li:nth-of-type(3) {
    left: 0;
    bottom: 0;
}
#sdgs .bl_sdgsNav ul li:nth-of-type(4) {
    right: 0;
    bottom: 0;
}
#sdgs .bl_sdgsNav ul li a {
    display: block;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center;
    position: relative;
    transform: scale(0.8);
}
#sdgs .bl_sdgsNav ul li a:hover,
#sdgs .bl_sdgsNav ul li a.current {
    z-index: 3;
}
#sdgs .bl_sdgsNav ul li a img {
	width: 100px;
    height: 100px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sdgs .bl_sdgsNav ul li a:hover img,
#sdgs .bl_sdgsNav ul li a.current img {
    transform: scale(1.2);
}
#sdgs .bl_sdgsContentUnit {
	max-width: 550px; 
	width: 100%;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs {
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
	min-height: 768px;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs:nth-of-type(1) {
	background: #FFE9B8;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs:nth-of-type(2) {
	background: #A8E4A4;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs:nth-of-type(3) {
	background: #ABF1B3;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs:nth-of-type(4) {
	background: #BCDBFF;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_sdgs_content {
	z-index: 2;
	width: 100%;
}
#sdgs .bl_sdgsContentUnit #sdgs1 .bl_sdgs_content {
	margin-bottom: 70px;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_label_imgWrapper {
	display: flex;
	gap: 10px;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_label_imgWrapper img {
	width: 100px; 
	height: auto;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_sdgs_body {
	background: #fff; 
	border-radius: 10px;
	margin-top: 16px;
	padding: 12px 17px 12px 16px;
	margin-bottom: 50px;
	font-size: 14px;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs#sdgs3 .bl_sdgs_body {
	padding-right: 16px;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_sdgs_ttl {
	margin-bottom: 10px;
	line-height: 1.5;
}
#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_sdgs_txt {
	line-height: 1.5;
}
#sdgs .sdgs_sliderWrapper {
	position: relative;
}
#sdgs .sdgs_slider {	
	width: 430px;
	margin: auto auto 15px;
	height: 235px;
}
#sdgs .slick-slide {
	height: 235px; 
	padding: 0 1px;
	overflow: hidden;
	border-radius: 15px;
}
#sdgs .sdgs_sliderWrapper img {
	border-radius: 15px;
}
#sdgs .slick-dots {
	display: flex;
	position: absolute;
	bottom: -70px;
	gap: 12px;
	cursor: pointer;
}
#sdgs .slick-dots > li:first-child:last-child {
    display: none;
}
#sdgs .slick-dots img {
	width: 99px;
	height: 56px;
	border-radius: 5px;
	transition: .3s;
	object-fit: cover;
}
#sdgs .slick-dots img:hover {
	opacity: .5;
	transition: .3s;
}
#sdgs .slide-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #000;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	display: block;
	top: 90px;
	left: -60px;
}
#sdgs .next-arrow {
	left: initial;
	right: -60px;
}
#sdgs .slide-arrow::after {
	content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: 17px;
    top: 20px;
    transform: rotate(225deg);
}
#sdgs .slide-arrow:hover {
	border: 1px solid var(--blue);
	background: var(--blue);
	transition: .3s;
}
#sdgs .slide-arrow:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
#sdgs .next-arrow::after {
    transform: rotate(45deg);
    right: 21px;
}
@media screen and (max-width : 940px) {
	.flexBox {
		display: block;
	}
	#sdgs {
		margin-bottom: 80px;
	}
	#sdgs #sdgsWrapper {
		background: #fff;
	}
	#sdgs #sdgsWrapper .ly_cont_inner {
		display: block;
		padding: 0;
	}
	#sdgs .el_lv2Header + p {
		padding: 0 20px;
	}
	#sdgs .bl_headerUnit {
    	margin: auto auto 40px;
	}
	#sdgs .bl_headerUnit::after {
    	width: 59px;
    	height: 67px;
    	bottom: initial;
    	right: 21px;
    	top: -25px;
	}	
	#sdgs .bl_sdgsNav {
		width: auto;
		position: static;
		margin: auto auto 40px;
	}
	#sdgs .bl_sdgsNav ul {
    	width: 310px;
    	height: 260px;
    	margin: auto;
    	background: url(../images/top/sdgs_illust.webp) top -33px center / 300px no-repeat;
	}
	#sdgs .bl_sdgsNav ul li {
    	width: 60px;
    	height: 60px;
	}
	#sdgs .bl_sdgsNav ul li a {
		transform: scale(1);
	}
	#sdgs .bl_sdgsNav ul li a img {
    	width: 60px;
    	height: 60px;
	}
	#sdgs .bl_sdgsContentUnit {
		max-width: 100%;
	}
	#sdgs .bl_sdgsContentUnit .bl_sdgs {
		min-height: auto;
	}
	#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_label_imgWrapper {
		margin: auto;
		justify-content: center;
		align-items: flex-end;
		width: 76.5%;
	}
	#sdgs .bl_sdgsContentUnit .bl_sdgs_content {
    	margin-top: 50px!important;
		padding-bottom: 50px;
	}
	#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_sdgs_body {
    	padding: 12px 17px 12px 16px;
    	font-size: 15px;
    	width: 76.5%;
    	margin: 17px auto 46px;
	}
	#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_sdgs_ttl {
		font-size: 14px; 
		line-height: 1.5;
	}
	#sdgs .sdgs_slider {
		width: 75.88%;
		height: auto;
	}
	#sdgs .slick-slide {
		height: 41.4vw;
	}
	#sdgs .sdgs_sliderWrapper .slide-one img {
    	max-width: 754px;
    	margin: auto;
    	width: 76.5%;
		border-radius: 15px;
	}
	#sdgs .slide-arrow {
		width: 30px;
    	height: 30px;
    	top: 50%;
    	left: -40px;
	}
	#sdgs .next-arrow {
		right: -40px;
		left: initial;
	}
	#sdgs .slide-arrow::after {
    	width: 5px;
    	height: 5px;
    	right: 11px;
    	top: 43%;
	}
	#sdgs .next-arrow::after {
    	right: 13px;
	}
}
@media screen and (max-width : 425px) {
	#sdgs .bl_sdgsContentUnit .bl_sdgs .bl_label_imgWrapper img {
		width: 30%;
	}
}
/*=======================================================
採用情報
=======================================================*/
#recruit {
	margin-bottom: 150px;
	background: url(../images/top/recruit_img.webp) center / cover no-repeat;
	position: relative;
}
#recruit .ly_cont_inner {
	z-index: 2;
	padding: 0 37px;
}
#recruit::after {
    content: "";
    background: transparent;
    border: 1px solid #fff;
    top: 2%;
    left: 0;
    position: absolute;
    width: 98%;
    height: 96%;
    right: 0;
    margin: auto;
}
#recruit .bl_headerUnit {
	max-width: 1100px; 
	margin: auto;
	padding: 125px 0;
}
#recruit .el_lv2Header,
#recruit .el_lv2Header .el_en,
#recruit .el_lv2Header + p {
	text-align: left;
	color: #fff;
}
#recruit .el_lv2Header + p {
	margin-bottom: 50px;
}
#recruit a:hover .el_moreBtn {
	opacity: 1;
}
#recruit a:hover .el_moreBtn::after {
    transform: scale(0.5, 1);
}
#recruit a:hover .el_moreBtn::before {
	background: var(--blue);
	transition: .6s;
}
#recruit .el_moreBtnUnit {
	justify-content: flex-start;
}
@media screen and (max-width : 767px) {
	#recruit {
		margin-bottom: 67px;
		background: url(../images/top/recruit_img_sp.webp) center / cover no-repeat;
	}
	#recruit .bl_headerUnit {
		padding: 41px 0;
	}
	#recruit .el_lv2Header + p {
		margin-bottom: 32px;
	}
}
/*=======================================================
アクセス
=======================================================*/
.hp_bg__gray {
	position: relative;
	height: 1022px;
	
}
.hp_bg__gray::before {
	background: var(--lgray);
	height: 917px;
	content: "";
	display: block;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	margin: auto;
	width: min(990px, 68.75vw);
}
.hp_bg__gray::after {
	background: var(--lgray);
	height: 917px;
	content: "";
	display: block;
	position: absolute;
	top: 105px;
	left: 0;
	max-width: 1015px;
    width: 100%;
}
#access,#news {
	position: relative;
	z-index: 2;
}
#access .ly_cont_inner{
	margin: auto auto 150px;
	display: flex; 
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
    padding-bottom: 26px;
    padding-right: 37px;
    padding-left: 60px;
    max-width: 1150px;
	width: min(1150px,79.861vw);
}
#access .el_lv2Header {
	text-align: left;
}
#access .el_lv2Header + p {
	text-align: left;
}
#access p + p {
	margin-top: 20px;
}
#access .bl_map_wrapper {
	position: relative;
}
#access .bl_map_wrapper::before {
	content: "";
	display: block; 
	position: absolute; 
	bottom: 0;
    left: -120px;
	width: 101px;
	height: 88px;
	background: url(../images/top/illust6.webp) center / cover no-repeat;
}
@media screen and (max-width : 1200px) {
	#access .ly_cont_inner {
		padding-left: 30px;
		width: 100%;
    	max-width: 1100px;
	}
	.hp_bg__gray {
		height: 1022px;
	}
	.hp_bg__gray::after {
		max-width: 91%;
		height: 917px;
	}
	.hp_bg__gray::before {
		content: none;
	}
}
@media screen and (max-width : 940px) {
	.hp_bg__gray::after {
		content: none;
	}
	#access .ly_cont_inner {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 100%;
		display: block;
	}
	#access .bl_headerUnit {
		padding-left: 20px; 
		padding-right: 20px;
	}
	#access .bl_map_wrapper {
		background: var(--lgray);
		padding-bottom: 88px;
	}
	#access .bl_map_wrapper iframe {
		width: 100%;
		height: 250px;
	}
	#access .bl_map_wrapper::before {
    	right: 20px;
		bottom: 0;
		width: 78px;
    	height: 68px;
		left: initial;
	}
}
/*=======================================================
お知らせ
=======================================================*/
#news .ly_cont_inner {
	display: flex; 
	align-items: flex-start;
}
#news .bl_headerUnit {
	margin-right: 294px;
}
#news .el_lv2Header {
	text-align: left;
	margin-bottom: 48px;
}
#news .bl_catUnit {
	margin-bottom: 50px;
}
#news .bl_catUnit li + li {
	margin-top: 20px;
}
#news .bl_catUnit li a:hover {
	color: var(--blue);
}
#news .bl_vertPostUnit {
	max-width: 640px;
	width: 100%;
}
#news .bl_vertPost_item a {
	border-bottom: 1px solid #CDDADF;
	margin-bottom: 40px; 
	padding-bottom: 25px;
	transition: .5s;
	display: block;
}
#news .bl_vertPost_item a:hover {
	border-bottom: 1px solid var(--blue);
	color: var(--blue);
}
#news .bl_vertPost_header {
	display: flex; 
	align-items: center;
}
#news .bl_catLabel {
	color: #fff; 
	background: var(--blue);
	padding: 4px 12px;
	font-size: 12px;
	border-radius: 4px;
}
#news .bl_vertPost_ttl {
	font-size: 16px;
	margin-bottom: 0;
}
#news .bl_vertPost_txt {
	font-size: 15px;
}
@media screen and (min-width : 1441px) {
	.bl_descriptionUnit::before {
		width: 85%;
		max-width: 70vw;
	}
}
@media screen and (max-width : 940px) {
	.hp_bg__gray {
		height: auto;
	}
	#news {
		background: var(--lgray);
	}
	#news .ly_cont_inner {
		display: block;
		padding: 26px 20px 80px;
		margin-bottom: 0;
	}
	#news .bl_headerUnit {
		margin-right: 0;
	}
	#news .el_lv2Header {
		margin-bottom: 32px;
	}
	#news .bl_catUnit {
    	margin-bottom: 40px;
		display: flex;
	}
	#news .bl_catUnit li + li {
		margin-left: 20px;
	}
}