html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #202020;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.55rem;
	font-family: "heisei-kaku-gothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.en{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
	transition: .3s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .5s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}




.scale-big{
	transform: scale(0.8);
	opacity: 0;
	transition: transform .4s ease-out, opacity .2s;
}

.scale-big.inview{
	transform: scale(1);
	opacity: 1;
}




span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

.inner{
	max-width: 1600px;
	margin: 0 auto;
	width: 92%;
}

.inner.wide{
	max-width: 100px;
    margin: 0 auto;
}
.inner.max{
	max-width: none;
}

.inner_w{
    width: 100%;
    margin: 0 auto;
}

.inner_u{
	width: 94%;
}


.inner70{
	width: 70%;
	margin: 0 auto;
	max-width: none;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	position: relative;
	z-index: 5;
	width: 100%;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}

.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

.w100{
	width: 100%;
}

/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

section{
	padding: 140px 0;
	overflow: hidden;
}

.kasou section{
	padding: 100px 0;
}

@media (max-width: 1400px){
	.br_1400{
		display: block;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 50px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #f5f5f5;
}

.txt{
	letter-spacing: 0.05em;
	line-height: 2.2;
}


@media (max-width: 960px){
	.none_960{
		display: none;
	}


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	
}


.reverse{
	flex-direction: row-reverse;
}



@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

.center_l{
	display: flex;
	align-items: center;
}

.wrapper{
	width: 96%;
	margin: 0 0 0 auto;
}

body p{
	letter-spacing: 0.03em;
}

/* btn */

.hidden{
	position: relative;
	overflow: hidden;
}
a.btn_18 {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin-top: 30px;
	padding: 1.6rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #3d9d93;
	border: 3px solid #3d9d93;
	box-shadow: 5px 5px #3d9d93;
	transition: 0.3s ease-in-out;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #3d9d93;
}

span.sm{
	font-size: 1.6rem;
}


/* sub_ttl */

.sub_ttl{
	line-height: 1;
	margin-bottom: 60px;
}

.sub_ttl .en{
	font-size: 8.8rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #3d9d93;
}

.sub_ttl .ja{
	position: relative;
	display: inline-block;
	font-size: 1.55rem;
	margin-top: 50px;
	padding-left: 24px;
}

.sub_ttl .ja::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	aspect-ratio: 1 / 1;
	background-color: #202020;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/* header */

header{
	width: 100vw;
	position: fixed;
	top: 0;
	height: 140px;
	z-index: 99;
	transition: all .3s;
}

header.change_color{
	background-color: #fff;
	border-bottom: solid 2px #3d9d93;
}
.kasou header{
	background-color: #fff;
	border-bottom: solid 2px #3d9d93;
}

h1{
	font-family: "ab-tombo-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	line-height: 1.2;
}

h1 a{
	display: block;
	color: #fff;
}

header.change_color h1 a{
	color: #202020;
}
.kasou header h1 a{
	color: #202020;
}

h1 img{
	height: 65px;
	margin-right: 20px;
	margin-top: 5px;
}

.hd_inner{
	position: relative;
	width: 100%;
	margin-left: 40px;
	margin-right: 40px;
}



.main_nav li{
	padding: 0 27px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-size: 1.4rem;
	
}

.main_nav li .en{
	font-size: 1.8rem;
}

.main_nav li a{
	display: block;
	color: #fff;
}

header.change_color .main_nav li a{
	color: #202020;
}
.kasou header .main_nav li a{
	color: #202020;
}

.main_nav li a:hover{
	opacity: 0.75;
}

/* 
.hd_tel{
	position: fixed;
	top: 120px;
	right: 20px;
	z-index: 90;
	font-size: 2.4rem;
	line-height: 1.5;
	
}

.hd_tel a{
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #50aa46;
	padding: 15px 20px;
	border: dashed 4px #202020;
}

.hd_tel a i{
	padding-right: 0.5em;
	font-size: 2.4rem;
}
.hd_tel a span{
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	padding-right: 10px;
}

.hd_mail{
	position: fixed;
	top: 240px;
	right: 20px;
	z-index: 90;
	font-size: 2.4rem;
	line-height: 1.5;
	
}
.hd_mail a{
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #50aa46;
	padding: 15px 20px;
	border: dashed 4px #202020;
}

.hd_mail a i{
	padding-right: 0.5em;
	font-size: 2.4rem;
}
.hd_mail a span{
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	padding-right: 10px;
} */

.hd_mail{
	width: 170px;
}

.hd_mail a{
	text-align: center;
	display: block;
	border: solid 2px #50aa46;
	color: #fff;
	padding: 5px 0 4px 0;
	font-size: 1.5rem;
	color: #50aa46;
	border-radius: 25px;
}

.hd_mail a i{
	padding-right: 0.5em;
}

header .top_area{
	margin-bottom: 12px;
}

.hd_tel{
	width: 170px;
	margin-right: 20px;
}

.hd_tel a{
	text-align: center;
	display: block;
	border: solid 2px #50aa46;
	color: #fff;
	padding: 5px 0 4px 0;
	font-size: 1.5rem;
	color: #50aa46;
	border-radius: 25px;
}

.hd_tel a i{
	padding-right: 0.5em;
}

.hd_tel a:hover{
	background-color: #50aa46;
	color: #fff;
}
.hd_mail a:hover{
	background-color: #50aa46;
	color: #fff;
}

/* slider */


/*スライダー*/

.top_slider{
	position: relative;
    z-index: 5;
	top: 0;
	width: 100%;
	height: 90vh;
	background-color: #f5f5f5;
}

.slider{
	clip-path: ellipse(130% 100% at top);
}


.top_slider .slider{
	position: relative;
    width: 100%;
	margin: 0 0 0 auto;
	z-index: 2;
	height: 100%;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	margin: 0;
}
.top_slider .slider li.top01{
	background-image: url(../img/top1.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
    background-position: center;
	background-size: cover;
}

.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top1.jpg);
	background-position: center;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top02.jpg);
	background-position: center;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top03.jpg);
	background-position: center;
}


/*キャッチ*/
.top_slider .catch{
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: cover;
	pointer-events: none;
	width: 90%;
	max-width: 800px;
	animation: apper 2.5s ease-in-out;
	z-index: 99;
	transform: translate(-50%,-50%);
}



/* news */

.news{
	position: relative;
	background-color: #f5f5f5;
	overflow: visible;
}

/* .news::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(80, 170, 70,0.5);
	aspect-ratio: 1 / 1;
	width: 600px;
	transform: rotate(45deg);
	bottom: 0;
	left: 0;
	z-index: 0;
} */

.news .sub_ttl{
	position: relative;
	z-index: 1;
}



.news_list{
	position: relative;
	padding: 0 30px;
	width: 70%;
	background-color: #fff;
	padding: 50px 70px;
	border-radius: 20px;
}

.news_list a{
	display: block;
}

.news_list li{
	padding: 27px 0;
	border-top: solid 1px #ccc;
}

.news_list a:last-child li{
	border-bottom: solid 1px #ccc;
}



.news_list .up_ymd{
	display: block;
	background-color: #3d9d93;
	color: #fff;
	width: fit-content;
	padding: 0 12px;
	border-radius: 20px;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
}

.news_list .title{
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: 600;
}

.news_list a:hover{
	background-color: rgb(80, 170, 70,0.5);
}

.news .left{
	position: relative;
}

.news .left .ill{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 90%;
}


@media (max-width: 1200px){
	.news .flex_bet{
		flex-direction: column;
	}
	.news_list{
		width: 100%;
	}
	.news .left .ill{
		width: 240px;
		right: 0;
		left: auto;
	}
	.news_list{
		padding: 30px 40px;
	}
	.news_list li{
		padding: 20px 0;
	}
	section{
		padding: 100px 0;
	}
	.sub_ttl .en{
		font-size: 7rem;
	}
	.menu{
		display: none;
	}
	header{
		height: 90px;
	}
	.hd_inner{
		margin-right: 0;
		margin-left: 20px;
	}
	h1 img{
		height: 58px;
	}
	h1{
		font-size: 2.6rem;
	}
}

@media (max-width: 650px){
	.sub_ttl .en{
		font-size: 5rem;
	}
	.sub_ttl .ja{
		margin-top: 30px;
	}
	.news .left .ill{
		width: 50%;
		max-width: 200px;
	}
	.sub_ttl{
		margin-bottom: 40px;
	}
	.news_list a .title{
		font-size: 1.55rem;
	}
	.news_list a .up_ymd{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.news_list{
		padding: 20px;
	}
	.news_list li{
		padding: 14px 0;
	}
	section{
		padding: 60px 0;
	}
	.kasou section{
		padding: 50px 0;
	}
	.top_slider{
		height: 70vh;
	}
	header{
		height: 70px;
	}
	span.sm{
		font-size: 1.2rem;
	}
	h1{
		font-size: 2.2rem;
	}
	h1 img{
		height: 45px;
		margin-right: 10px;
	}
	.hd_inner{
		margin-left: 10px;
	}
}



/* aboutus */


.img_area01{
	height: 600px;
	width: 100%;
	background: url(../img/imgarea01.jpg);
	background-size: cover;
	background-position: center;
}

.aboutus{
	position: relative;
	overflow: visible;
}

.triangle{
	position: absolute;
	border-right: 600px solid rgb(80, 170, 70,0.5);
	border-bottom: 600px solid transparent; 
	height: 0;
	width: 0;
	top: 0;right: 0;
	z-index: -1;
  }

/* .aboutus::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgb(80, 171, 70,0.5);
	height: 100%;
	width: 57%;
	z-index: -1;
	border-bottom-left-radius: 100px;
} */

.aboutus .sub_ttl .en{
	line-height: 1.2;
	font-size: 11rem;
}

.aboutus .left{
	position: relative;
	width: 38%;
	font-weight: 600;
}

.aboutus .right{
	position: relative;
	width: 62%;
}

.aboutus .right .img{
	position: relative;
	text-align: center;
}

.aboutus .right .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/about_line.png);
	aspect-ratio: 1538 / 1080;
	top: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	pointer-events: none;
	height: 1100px;
	z-index: -1;
}

.aboutus .right img{
	width: 100%;
	max-width: 600px;
	object-fit: cover;
	transform: scale(-1,1);
}

.aboutus .right .img_cir{
	position: absolute;
	top: -80px;
	left: 10%;
	border: solid 4px #000;
	border-radius: 50%;
}
.aboutus .right .img_cir02{
	position: absolute;
	bottom: 0;
	right: 0;
	border: solid 4px #000;
	border-radius: 50%;
}

.aboutus .right .img_cir img{
	width: 250px;
	object-fit: cover;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.aboutus .right .img_cir02 img{
	width: 250px;
	object-fit: cover;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}

.aboutus .ill{
	position: absolute;
	width: 35%;
	top: 100px;
	right: 0;
}

@media (max-width: 1400px){
	.aboutus .right .img::before{
		height: 1500px;
		top: 100px;
	}
	.aboutus .right .img_cir02 img{
		width: 200px;
	}
	.aboutus .right .img_cir img{
		width: 200px;
	}
	.aboutus .right img{
		max-width: 500px;
	}
}


@media (max-width: 1200px){
	.img_area01{
		height: 400px;
	}
	.aboutus .flex{
		flex-direction: column;
	}
	.aboutus .left{
		width: 100%;
	}
	.aboutus .sub_ttl .en{
		font-size: 8.8rem;
	}
	.aboutus .ill{
		width: 24%;
		right: auto;
		left: 50%;
		min-width: 130px;
	}
	.triangle{
		border-right: 350px solid rgb(80, 170, 70, 0.5);
		border-bottom: 350px solid transparent;
	}
	.aboutus .right{
		width: 100%;
		margin-top: 40px;
	}
	.aboutus .right img{
		max-width: none;
		width: 60%;
	}
	.aboutus .right .img::before{
		height: 800px;
		top: -50px;
		transform: rotate(-10deg);
	}
	.aboutus .right .img_cir02 img{
		width: 180px;
	}
	.aboutus .right .img_cir img{
		width: 180px;
	}
	.aboutus .right .img_cir{
		top: 0;
		left: 0;
	}
	.aboutus .right .img img{
		min-width: 280px;
	}
	.aboutus{
		overflow: hidden;
	}
}

@media (max-width: 650px){
	.img_area01{
		height: 260px;
	}
	.aboutus .sub_ttl .en{
		font-size: 6.4rem;
	}
	.triangle{
		border-right: 200px solid rgb(80, 170, 70, 0.5);
		border-bottom: 200px solid transparent;
	}
	.aboutus .right .img_cir02 img{
		width: 110px;
	}
	.aboutus .right .img_cir img{
		width: 110px;
	}
	.aboutus .right .img_cir02{
		bottom: -40px;
	}
	.aboutus .right .img_cir{
		left: -20px;
	}
	.aboutus .right .img::before{
		transform: rotate(0);
		height: 700px;
	}
}


/* service */



.service {
	position: relative;
	overflow: visible;
	padding-bottom: 200px;
}

.service .inner{
	position: relative;
}


.service .sub_ttl{
	position: relative;
	width: fit-content;
	z-index: 2;
	color: #fff;
	margin-top: 20px;
}

.service::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 570px;
	aspect-ratio: 1 / 1;
	background-color: #3d9d93;
	top: 0;
	left: 17%;
	transform: translate(-50%,-10%);
	border-radius: 50%;
	z-index: -1;
	outline: 10px dashed rgb(255, 255, 255,0.8);
	outline-offset: -30px;
}

.service .sub_ttl .en{
	color: #fff;
}

.service .sub_ttl .ja::before{
	background-color: #fff;
}

.service .item_list{
	flex-wrap: wrap;
	gap: 30px;
	margin-top: -280px;
}

.service .item{
	width: calc((100% - 60px) / 3);
}

.service .item .img{
	position: relative;
	margin-bottom: 20px;
}

.service .item .img .ac_txt{
	position: absolute;
	line-height: 1;
	bottom: -20px;
	right: 0;
	font-size: 7rem;
	color: #50aa46;
	z-index: 2;
}

.service .item .img img{
	border-radius: 20px;
	aspect-ratio: 3 / 2.2;
	width: 100%;
	object-fit: cover;
}

.service .item h3{
	font-size: 3.1rem;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	background-color: #50aa46;
	width: fit-content;
	line-height: 1;
	padding: 7px 10px;
	color: #fff;
	font-weight: 600;
}

.service .item .in{
	background-color: #f5f5f5;
	padding: 30px 35px;
	border-radius: 20px;
	height: 600px;
	border: solid 4px #000;
}

.service .btn_18{
	margin: 80px auto 0;
}

.service .ill{
	position: absolute;
	bottom: -50px;
	left: 15%;
	width: 200px;
	z-index: 5;
}

@media (max-width: 1400px){
	.service .item{
		width: calc((100% - 30px) / 3);
	}
	.service .item_list{
		gap: 15px;
	}
}

@media (max-width: 1200px){
	.service .item_list{
		gap: 10px;
	}

	.service .item{
		width: calc((100% - 10px) / 2);
	}
	.service .item .in{
		padding: 20px;
		height: 580px;
	}
	.service .item h3{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.service .item .img{
		margin-bottom: 30px;
	}
	.service::before{
		width: 470px;
		top: -50px;
	}
	/* .service .btn_18{
		margin-top: 60px;
		padding: 20px 0;
		font-size: 1.8rem;
	} */
	.service{
		padding-bottom: 120px;
		padding-top: 50px;
	}
	.service .ill{
		left: 0;
		width: 150px;
	}
	
}

@media (max-width: 650px){
	.service .item_list{
		margin-top: 0;
	}
	.service .item{
		width: 100%;
	}
	.service .item .in{
		height: auto;
	}
	/* .service .btn_18{
		padding: 16px 0;
		margin-top: 30px;
	} */
	.service{
		padding-bottom: 60px;
	}
	.service a.btn_18{
		margin: 30px auto 0;
	}
	.service .ill{
		width:100px;
		left: auto;
		right: 0;
		bottom: -75px;
	}
}


/* works */

.works{
	background-color: #50aa46;
	position: relative;
	overflow: visible;
	padding-bottom: 0;
}



.works .wrapper{
	background-color: #fff;
	padding-top: 80px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: solid 5px #000;
	border-right: none;
}

.works::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-99%);
	background: url(../img/workstop.png);
	aspect-ratio: 2015 / 82;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}



.works .mini_gallery01{
	width: 100%;
	padding: 60px 0;
	pointer-events: none;
}

.works .f_txt{
	color: #fff;
	font-weight: 600;
	font-size: 4.4rem;
	line-height: 1.3;
}

.works .f_txt span{
	display: block;
	background-color: #50aa46;
	width: fit-content;
	padding: 0 10px;
}

.works .f_txt span+span{
	margin-top: 15px;
}

.works .btn_18{
	margin-top: 60px;
	margin-bottom: 5px;
}

.works .inner{
	position: relative;
}

.works .ill{
	position: absolute;
	width: 34%;
	top: 40px;
	left: calc(50% - 200px);
	transform: translateX(-50%);
}

@media (max-width: 1200px){
	.works .flex_bet{
		flex-direction: column;
	}
	.works .f_txt{
		font-size: 3.8rem;
	}
	.works .ill{
		left: auto;
		right: 0;
		width: 360px;
		transform: translateX(0);
		top: 300px;
	}
	.works .wrapper{
		border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
	padding-top: 50px;
	}
}

@media (max-width: 650px){
	.works .f_txt{
		font-size: 2.4rem;
	}
	.works .f_txt span+span{
		margin-top: 9px;
	}
	.works .btn_18{
		margin-top: 30px;
	}
	.works .ill{
		right: 0;
		top: 0;
		width: 200px;
	}
	.works .mini_gallery01{
		padding: 30px 0;
	}
	
}




/* recruit */

.recruit{
	background-color: #50aa46;
}

.recruit .wrapper{
	width: 92%;
	background-color: #fff;
	margin: 0 auto;
	padding: 4.3vw;
	border-radius: 60px;
	border: solid 5px #000;
}

.recruit .left{
	width: 46%;
}
.recruit .right{
	width: 46%;
}

.recruit .left .img{
	height: 100%;
}

.recruit .left .img img{
	width: 100%;
	height: 470px;
	object-fit: cover;
	object-position: right;
	border-radius: 60px;
}

.entry{
	width: 400px;
	margin: 60px auto 0;
}

.entry a{
	display: block;
	text-align: center;
	padding: 14px 0;
	background-color: #3d9d93;
	color: #fff;
	font-size: 2rem;
	border: solid 2px #3d9d93;
}

.entry a:hover{
	background-color: #fff;
	color: #3d9d93;
}

@media (max-width: 1200px){
	.recruit .flex_bet{
		flex-direction: column;
	}
	.recruit .left .img img{
		border-radius: 30px;
		height: 340px;
	}
	.recruit .left{
		width: 100%;
	}
	.recruit .right{
		width: 100%;
		margin-top: 40px;
	}
	.recruit .wrapper{
		border-radius: 40px;
	}
}

@media (max-width: 650px){
	.recruit{
		padding-top: 30px;
	}
	.recruit .left .img img{
		height: 220px;
	}
	.recruit .right{
		margin-top: 20px;
	}
	.recruit .sub_ttl{
		margin-bottom: 30px;
	}
	.wrapper{
		width: 98%;
	}
	.recruit .wrapper{
		width: 96%;
		padding-bottom: 40px;
	}
}



/* footer */

.foo_top{
	position:relative;
}

.foo_top .sub_ttl{
	margin: 0 auto 60px;
	width: fit-content;
}

.foo_top .left{
	position: relative;
	width: 50%;
}

.foo_top .left .ill{
	position: absolute;
	top: 200px;
	right: 0;
	width: 20%;
}

.foo_top .left .ill img{
	width: 100%;
	object-fit: cover;
}

.foo_top .co_btn a{
	text-align: center;
	display: block;
	padding: 20px 0;
	background-color: #3d9d93;
	border: solid 3px #3d9d93;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 10px;
}
.foo_top .co_btn p{
	text-align: center;
	display: block;
	padding: 20px 0;
	background-color: #3d9d93;
	border: solid 3px #3d9d93;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 10px;
}

.foo_top .co_btn a:hover{
	color: #3d9d93;
	background-color: #fff;
}

.foo_top .co_btn{
	width: 400px;
	margin: 0 auto;
}

.foo_top .co_btn a i{
	padding-right: 0.5em;
}
.foo_top .co_btn p i{
	padding-right: 0.5em;
}

.foo_top .co_btn + .co_btn{
	margin-top:20px;
}

.foo_top .right{
	width: 50%;
}

.foo_top .right .img img{
	height: 700px;
	object-fit: cover;
	width: 100%;
}



.foo_logo{
	font-family: "ab-tombo-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	line-height: 1.2;
	text-align: left;
	justify-content: center;
	margin-bottom: 20px;
}

.foo_logo img{
	height: 65px;
	object-fit: cover;
	margin-right: 10px;
}

.foo_btm{
	text-align: center;
	padding: 40px 0;
	background-color: #f5f5f5;
}

.copy{
	font-size: 1.4rem;
	text-align: center;
	background-color: #3d9d93;
	color: #fff;
}

.copy p{
	padding: 4px 0;
}


@media (max-width: 1200px){
	.foo_top .co_btn{
		width: 300px;
	}
}

@media (max-width: 650px){
	.foo_top .flex_bet{
		flex-direction: column-reverse;
	}
	.foo_top .right{
		width: 100%;
	}
	.foo_top .right .img img{
		height: 300px;
	}
	.foo_top .left{
		width: 100%;
		padding: 40px 0;
	}
	.foo_top .sub_ttl{
		margin-bottom: 40px;
	}
	.foo_top .left .ill{
		top: 80px;
		min-width: 90px;
	}
	.foo_logo img{
		height: 50px;
		margin-top: 5px;
	}
	.foo_logo{
		font-size: 2.4rem;
	}
	footer{
		font-size: 1.4rem;
	}
	.foo_btm{
		padding: 30px 0;
	}
	.copy{
		font-size: 1.2rem;
	}
	.foo_top .co_btn a{
		padding: 13px 0;
		font-size: 1.6rem;
	}
	.foo_top .co_btn p{
		padding: 13px 0;
		font-size: 1.6rem;
	}
	.foo_top .co_btn + .co_btn{
		margin-top: 15px;
	}
}


/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 4%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #50aa46;
    z-index: 49;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0
}
.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 750px) {
    .page_top {
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 10px;
    }
}


.kasou_top{
	position: relative;
	padding: 240px 0 120px;
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-position: center;
}

.kasou_top .in{
	position: relative;
	z-index: 1;
}


.kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.7);
	backdrop-filter: blur(5px);
	top: 0;
	left: 0;
	z-index: 0;
}

.kasou_top h2{
	font-size: 6.2rem;
	text-align: center;
	font-family: "ab-tombo-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #fff;
}




/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}

@media (max-width: 1200px){
	.kasou_top h2{
		font-size: 4.8rem;
	}
	.kasou_top{
		padding: 180px 0 110px;
	}
} 

@media (max-width: 650px){
	.kasou_top h2{
		font-size: 3.6rem;
	}
	.kasou_top{
		padding: 140px 0 70px;
	}
}

.sub_ttl2{
	font-size: 5.8rem;
	margin-bottom: 60px;
	line-height: 1;
}

.sub_ttl2 .en{
	display: block;
	font-size: 3.8rem;
	color: #3d9d93;
	margin-bottom: 25px;
}

.kasou .inner{
	max-width: 1400px;
}



/* 下層 service ページ */

.p_feature{
	position: relative;
}

.p_feature .inner{
	position: relative;
}

.p_feature .ac_img{
	position: absolute;
	width: 200px;
	top: -40px;
	left: 60%;
}

.p_feature .bg_img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	z-index: -1;
}

.p_feature .bg_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.p_feature .ac_txt{
	line-height: 1.4;
	background-color: #50aa46;
	color: #fff;
	text-align: center;
	width: fit-content;
	font-size: 2rem;
	padding: 20px;
}

.p_feature .ac_txt .strong{
	font-size: 2em;
	line-height: 1;
}

.p_feature h4{
	font-size: 3.1rem;
	line-height: 1.6;
	margin-left: 20px;
	letter-spacing: 0.03em;
	padding: 5px;
	font-weight: bold;
}

.p_feature .content{
	gap: 10px;
}

.p_feature .item{
	width: calc((100% - 20px) / 3);
	border: solid 2px #50aa46;
	padding: 30px;
	background-color: #fff;
}

.p_feature .flex{
	margin-bottom: 25px;
}

.p_feature .img{
	margin-bottom: 15px;
}

.p_feature .img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.p_service{
	position: relative;
	background-color: #f5f5f5;
	z-index: 1;
}

.p_service .inner{
}

.p_service .item .img{
	position: relative;
	width: 25%;
	text-align: center;
}

.p_service .item .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #50aa46;
	height: 12px;
	width: 80px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.p_service .item .img img{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 80%;
	object-fit: cover;
}

.p_service .item .txt_box{
	width: 70%;
}

.p_service .item+.item{
	margin-top: 40px;
}

.p_service .item h4{
	background-color: #fff;
	color: #50aa46;
	font-size: 3.1rem;
	padding: 22px 0 19px;
	padding-left: 20px;
	line-height: 1;
	margin-bottom: 25px;
}

.p_service h4 .en{
	display: inline-block;
	margin-right: 15px;
}

.p_flow {
	position: relative;
	overflow: visible;
}

.p_flow .ac_txt{
	position: absolute;
	font-size: 12.3rem;
	color: #3d9d93;
	opacity: 0.2;
	top: 160px;
	right: 30px;
	z-index: 2;
}

.p_flow::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 60%;
	height: 65%;
	bottom: 0;
	right: 0;
	background-color: #f5f5f5;
	z-index: -1;
}

.p_flow .num{
	border-radius: 50%;
	background-color: #50aa46;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 50px;
}

.p_flow .txt_box{
	font-size: 2.2rem;
	margin-left: 20px;
	line-height: 50px;
}

.p_flow .item+.item{
	margin-top: 30px;
}

.p_flow .list_item{
	position: relative;
	width: 45%;
	margin: -390px 0 0 auto;
}

.p_flow .img{
	width: 50%;
}

.p_flow .img img{
	width: 100%;
	object-fit: cover;
	height: 550px;
	border-top-left-radius: 80px;
}

.p_flow .list_item::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: dashed 4px #50aa46;
	width: 4px;
	height: 98%;
	top: 0;
	left: 25px;
	transform: translateX(-50%);
	z-index: -1;
}

.p_flow .list_item .ac_img{
	position: absolute;
	bottom: -150px;
	right: 20%;
	width: 40%;
	min-width: 200px;
}

.p_flow .arrow{
	position: absolute;
	width: 100px;
	left: 40%;
	bottom: 100px;
	opacity: 0.8;
	transform: translateX(-50%);
}

.p_area{
	position: relative;
	background-color: #3d9d93;
}

.p_area .inner{
	max-width: 1200px;
	width: 100%;
}

section.p_area{
	padding: 60px 0;
}


.p_area .sub_ttl2{
	text-align: left;
	width: fit-content;
	margin: 0 auto 40px;
	text-align: center;
}

.p_area .flex_bet{
	background-color: #fff;
	border-radius: 20px;
}

.p_area .img{
	width: 50%;
	margin: 40px auto 0;
}


.p_area .img img{
	width: 100%;
}

.p_area .area_img{
	width: 49%;
	border-radius: 20px;
	text-align: center;
}

.p_area .area_img img{
	max-height: 547px;
	
}

/* 
.p_area .img{
	width: 40%;
	text-align: center;
	background-color: #50aa46;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	justify-content: center;
} */


.p_area .txt_box{
	width: 49%;
	padding: 40px 20px;
	border-radius: 20px;
}


.p_area p{
	font-size: 2.2rem;
	width: fit-content;
	margin: 0 auto;
}

.p_area p.ch{
	font-size: 1.6rem;
	margin-top: 10px;
}


@media (max-width: 1500px){
	.p_feature .ac_txt{
		padding: 15px;
	}
	.p_feature .ac_txt{
		font-size: 1.8rem;
	}
	.p_feature h4{
		font-size: 2.8rem;
		margin-left: 15px;
	}
	.p_feature .item{
		padding: 12px;
	}
	.p_feature .flex{
		margin-bottom: 7px;
	}
	.p_feature .img img{
		height: 220px;
	}
	.p_flow .ac_txt{
		font-size: 8.8rem;
		line-height: 1;
		top: 240px;
	}
	.p_flow::before{
		height: 75%;
	}
}

@media (max-width: 1200px){
	.p_feature .content{
		flex-direction: column;
	}
	.p_feature .item{
		width: 85%;
		margin: 0 auto;
	}
	.sub_ttl2{
		font-size: 4.4rem;
		text-align: center;
	}
	.sub_ttl2 .en{
		font-size: 2.2rem;
		margin-bottom: 25px;
	}
	.p_service .item h4{
		font-size: 2.2rem;
		padding-top: 17px;
		padding-bottom: 14px;
	}
	.p_service .item .img::before{
		display: none;
	}
	.p_service .item .img{
		width: 30%;
	}
	.p_service .item .txt_box{
		width: 65%;
	}
	.p_service .item h4{
		margin-bottom: 15px;
	}
	.p_feature .ac_img{
		width: 140px;
		left: auto;
		right: 0;
	}
	.p_flow .img{
		width: 100%;
	}
	.p_flow .img img{
		height: 400px;
	}
	.p_flow .list_item{
		margin: 0 auto;
		margin-top: 50px;
	}
	.p_flow .list_item .ac_img{
		bottom: -80px;
		right: -80px;
	}
	.p_flow .list_item{
		width: 70%;
	}
	.p_flow .ac_txt{
		top: -50px;
		font-size: 8rem;
	}
	.p_area .flex_bet{
		flex-direction: column-reverse;
		width: 70%;
		margin: 0 auto;
	}
	.p_area .txt_box{
		width: 100%;
	}
	.p_area .area_img{
		margin-top: 40px;
	}
	.p_area .img{
		width: 40%;
	}
	.p_area .txt_box{
		width: 90%;
	}
	.p_area .area_img{
		width: 90%;
	}
	.p_area .area_img img{
		max-height: 370px;
	}
}

@media (max-width: 650px){
	.sub_ttl2{
		font-size: 3.1rem;
		margin-bottom: 30px;
	}
	.p_feature .item{
		width: 100%;
	}
	.p_feature h4{
		font-size: 2.4rem;
	}
	.p_feature .ac_txt{
		font-size: 1.4rem;
	}
	.p_feature .img img{
		height: 150px;
	}
	.p_feature .img{
		margin-bottom: 10px;
	}
	.p_feature .item p{
		line-height: 1.7;
	}
	.p_service .flex_bet{
		flex-direction: column;
	}
	.p_service .item .txt_box{
		width: 100%;
	}
	.p_service .item .img{
		width: 100%;
		margin-bottom: 25px;
	}
	.p_service .item .img img{
		width: 50%;
	}
	.p_feature .ac_img{
		width: 90px;
		top: -50px;
	}
	.p_flow .txt_box{
		font-size: 1.8rem;
	}
	.p_flow .list_item{
		width: 90%;
		margin-top: 20px;
	}
	.p_flow .num{
		width: 40px;
		height: 40px;
	}
	.p_flow .num{
		line-height: 40px;
	}
	.p_flow .num{
		font-size: 2rem;
	}
	.p_flow .list_item::before{
		left: 20px;
		top: 5px;
	}
	.p_flow .list_item .item{
		align-items: center;
	}
	.p_flow .list_item .ac_img{
		min-width: auto;
		right: 0;
		bottom: -60px;
	}
	.p_flow .img img{
		height: 240px;
		border-top-left-radius: 50px;
	}
	.p_flow .item+.item{
		margin-top: 15px;
	}
	.p_flow .ac_txt{
		font-size: 5rem;
	}
	
	.p_area .txt_box{
		width: 100%;
	}
	.p_area .sub_ttl2{
		text-align: center;
	}
	.p_area p{
		font-size: 1.6rem;
	}
	.p_area p.ch{
		font-size: 1.4rem;
	}
	.p_area .img{
		width: 50%;
		margin-top: 20px;
	}
	.p_area{
		padding: 50px 0;
	}
	.sub_ttl2 .en{
		margin-bottom: 15px;
	}
	.p_area .flex_bet{
		width: 90%;
	}
	
}


/* 下層 recruit ページ */

.day .inner{
	position: relative;
	max-width: 1200px;
}

.day .ac_img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
}

.day .left{
	width: 48%;
}

.day .right{
	position: relative;
	width: 48%;
}

.day .right::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: #3d9d93;
	top: 0;
	left: 10px;
	height: 100%;
	width: 3px;
	transform: translateX(-50%);
}

.day .right .item{
	padding: 20px 0;
}

.day .right .item p:last-child{
	font-size: 2.2rem;
	line-height: 1;
	padding-left: 80px;
}

.day .right .item .time{
	position: relative;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 80px;
}

.day .right .item .time::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: #3d9d93;
	width: 20px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.zinzai{
	position: relative;
	background: url(../img/recruit.jpg);
	background-size: cover;
	background-position: center;
}

.zinzai::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.5);
	top: 0;
	left: 0;
	z-index: 0;
}

.zinzai .in{
	position: relative;
	z-index: 1;
	background-color: rgb(255, 255, 255,0.8);
	backdrop-filter: blur(2px);
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}

.zinzai h3{
	position: relative;
	text-align: center;
	line-height: 1;
	font-size: 4.4rem;
	margin-bottom: 50px;
	font-weight: bold;
	padding-top: 60px;
}

.zinzai h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/komidasi.png);
	aspect-ratio: 200 / 75;
	height: 45px;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.zinzai ul{
	text-align: center;
	font-size: 2.2rem;
	width: 75%;
	margin: 0 auto;
}

.zinzai ul li{
	line-height: 1;
	background-color: #50aa46;
	color: #fff;
	padding: 10px 20px;
}

.zinzai ul li+li{
	margin-top: 30px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 2rem;
}

.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 25px 0;
	letter-spacing: 0.08em;
	display: table-cell;
	vertical-align: middle;
}
.info_table th{
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: bold;
	padding-left: 17px;	
	background-color: #50aa46;
	color: #fff;
}
.info_table td{
	padding-left: 10px;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

.rec_btm{
	background-color: #f5f5f5;
}

.rec_btm .box{
	max-width: 1400px;
	margin: 0 auto;
}

.rec_btm .box+.box{
	margin-top: 60px;
}

.sub_ttl3{
	position: relative;
	font-size: 4.4rem;
	letter-spacing: 0.04em;
	padding-left: 25px;
	margin-bottom: 20px;
}

.sub_ttl3::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #50aa46;
	width: 7px;
	height: 70%;
}




@media (max-width: 1200px){
	.day .flex_bet{
		flex-direction: column;
	}
	.day .left{
		width: 100%;
		margin-bottom: 40px;
	}
	.day .txt_box{
		text-align: center;
	}
	.day .right{
		width: fit-content;
		margin: 0 auto;
	}
	.day .ac_img{
		width: 34%;
		min-width: 140px;
	}
	.zinzai h3{
		font-size: 3.1rem;
		margin-bottom: 40px;
		padding-top: 48px;
	}
	.zinzai ul{
		font-size: 1.8rem;
	}
	.zinzai h3::before{
		height: 34px;
	}
	.zinzai ul li+li{
		margin-top: 20px;
	}
	.zinzai .in{
		padding: 40px 0;
	}
	section.zinzai{
		padding: 60px 0;
	}
	.sub_ttl3{
		font-size: 3.1rem;
	}
	.sub_ttl3::before{
		width: 5px;
	}
	.info_table th{
		padding: 17px 0;
		padding-left: 17px;
	}
	.info_table td{
		padding: 17px 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.info_table{
		font-size: 1.6rem;
	}
	.rec_btm .box+.box{
		margin-top: 40px;
	}
	.day .right .item{
		padding: 14px 0;
	}
	.day .right .item p:last-child{
		font-size: 1.8rem;
	}
	.day .right .item .time{
		font-size: 1.6rem;
	}
	
}

@media (max-width: 650px){
	.day .txt_box{
		text-align: left;
	}
	.day .right .item .time{
		padding-left: 50px;
	}
	.day .right .item p:last-child{
		padding-left: 50px;
	}
	.day .left{
		margin-bottom: 20px;
	}
	.zinzai h3{
		font-size: 2.8rem;
		padding-top: 35px;
		margin-bottom: 30px;
	}
	.zinzai h3::before{
		height: 25px;
	}
	.zinzai ul{
		width: 90%;
		font-size: 1.6rem;
	}
	.zinzai .in{
		padding: 20px 0 30px;
	}
	section.zinzai{
		padding: 40px 0;
	}
	.sub_ttl3{
		font-size: 2.8rem;
	}
	.info_table{
		font-size: 1.5rem;
	}
	.info_table th{
		padding-left: 10px;
	}
	.day .right .item p:last-child{
		line-height: 1.6;
	}
}


/* 下層 works ページ */

.p_works .inner{
	max-width: 1400px;
}

.achieve{
	background-color: #f5f5f5;
}

.achieve .inner{
	max-width: 1400px;
}

.achieve ul li{
	position: relative;
	padding: 30px 0;
	font-size: 2.2rem;
	border-bottom: solid 2px #ccc;
	color: #666;
	padding-left: 50px;
	background-color: #fff;
}

.achieve ul li:first-child{
	border-top: solid 2px #ccc;
}

.achieve ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #3d9d93;
	aspect-ratio: 1 / 1;
	width: 12px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}


@media (max-width: 1200px){
	.achieve ul li{
		font-size: 1.8rem;
		padding: 20px 0;
		padding-right: 10px;
		padding-left: 50px;
	}
	
	
}

@media (max-width: 650px){
	.achieve ul li{
		font-size: 1.5rem;
		line-height: 1.5;
		padding-left: 35px;
	}
	.achieve ul li::before{
		left: 12px;
		width: 9px;
	}
}



/* 下層 company ページ */

.policy{
	position: relative;
}

.policy::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 20%;
	background-color: #50aa46;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}


.policy .right p:first-child{
	font-size: 4.4rem;
	line-height: 1;
	margin-bottom: 15px;
}

.policy ul{
	padding: 120px 0;
}

.policy .img{
	width: 50%;
}

.policy .img img{
	width: 100%;
	aspect-ratio: 3 / 1.7;
	object-fit: cover;
	border-radius: 20px;
}

.p_greeting{
	position: relative;
	background-color: #f5f5f5;
	border-top-left-radius: 100px;
}

.p_greeting .sub_ttl2{
	margin-bottom: 80px;
}

.p_greeting .btm{
	text-align: right;
	margin-top: 15px;
}

.p_greeting .txt_box{
	position: relative;
	width: 55%;
}

.p_greeting .left{
	width: 40%;
}

.p_greeting .ac_img img{
	width: 70%;
}


.p_greeting .img{
	height: 400px;
	margin-bottom: 30px;

}

.p_greeting .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}



.p_access .inner{
	max-width: 1400px;
}

.p_access .map{
	width: 70%;
}

.p_access .map iframe{
	width: 100%;
	height: 450px;
}

.p_access{
	background-color: #f5f5f5;
}



.overview .inner{
	max-width: 1400px;
}



.img_area02 img{
	height: 700px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1200px){
	.p_greeting .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.p_greeting .sub_ttl2{
		margin-bottom: 40px;
	}
	.p_greeting .txt_box{
		justify-content: center;
	}
	.img_area02 img{
		height: 450px;
	}
	.p_access .flex_bet{
		flex-direction: column;
	}
	.p_access .map{
		width: 100%;
	}
	.p_access .map iframe{
		height: 340px;
	}
	.kasou .p_greeting{
		padding: 70px 0;
	}
	.policy .flex_bet{
		flex-direction: column;
	}
	.p_greeting .ac_img{
		width: 15%;
		min-width: 130px;
	}
	.p_greeting .btm{
		font-size: 1.4rem;
	}
	.p_greeting .img{
		height: 320px;
	}
	
	
	.policy .box{
		justify-content: center;
	}
	.policy .img{
		margin: 30px auto 0;
		width: 70%;
	}
	.policy .right .in{
		text-align: center;
	}
	.policy .right p:first-child{
		font-size: 3.8rem;
	}
	.p_greeting .txt_box{
		width: 70%;
	}
	.p_greeting .ac_img{
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 20%;
	}
	.p_greeting .ac_img img{
		width: 100%;
	}
}

@media (max-width: 650px){
	.policy .right p:first-child{
		font-size: 2.8rem;
	}
	.policy .img{
		width: 85%;
	}
	.p_access .map iframe{
		height: 240px;
	}
	.img_area02 img{
		height: 240px;
	}
	.p_greeting .left{
		width: 100%;
	}
	.p_greeting .txt_box{
		width: 100%;
	}
	.p_greeting{
		border-top-left-radius: 40px;
	}
	.kasou .p_greeting{
		padding: 50px 0;
	}
	.p_greeting .sub_ttl2{
		margin-bottom: 30px;
	}
	.p_greeting .img{
		height: 220px;
		margin-bottom: 15px;
	}
}



/* 下層 contact ページ */

.co_head{
	position: relative;
}

.co_head::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #3d9d93;
	width: 10px;
	height: 20px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.co_head .inner{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}


.co_head .ac_img{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 210px;
	min-width: 120px;
	z-index: -1;
}

.co_head .ac_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.co_head .ac_img2{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 210px;
	z-index: -1;
	min-width: 120px;
}

.co_head .ac_img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_contact{
	position: relative;
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-position: center;
}

.top_contact::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 0;
}

.top_contact .inner{
	position: relative;
	z-index: 1;
}



.top_contact .item{
	display: block;
	border: solid 7px #3d9d93;
	max-width: 500px;
	height: 300px;
	width: 46%;
	display: flex;
	align-items: center;
	background-color: rgb(255, 255, 255,0.9);
}

.top_contact .item .in{
	width: 92%;
	margin: 0 auto;
}

.top_contact .item+.item{
	margin-left: 40px;
}

.top_contact .item li{
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
}

.top_contact .item li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 18px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.top_contact .item:first-child{
	text-align: center;
}

.top_contact a.item:hover{
	background-color: #3d9d93;
	color: #fff;
}

.top_contact a.item:hover i{
	background-color: #fff;
	color: #3d9d93;
}

.top_contact h3{
	font-size: 3.1rem;
	text-align: center;
}

.top_contact .num{
	font-size: 3.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.top_contact .num i{
	background-color: #3d9d93;
	color: #fff;
	width: 50px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	font-size: 2rem;
	margin-right: 15px;
	transition: .3s;
}

input[type="checkbox"]{
	font-size: 1.8rem;
	width: 20px;
	height: 40px;
	border: solid 1px #bababa;
	background-color: #fff;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}

input[type="email"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
}

.postal_btn{
	background-color: #3d9d93;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

.contact_table td .flex{
	margin-bottom: 10px;
}


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th span,.form_attention span{
	color: #666;
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}

.contact_table th span.ac,.form_attention span.ac{
	color: #fff;
	background-color: #3d9d93;
	padding: 4px 8px 3px;
}

.contact_table th span.ac.nini{
	color: #3d9d93;
	background-color: #fff;
	border: solid 1px #3d9d93;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
}

.mailform .contact_table .ib div+div{
	margin-left: 20px;
}



.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 2rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	border-bottom: solid 3px #3d9d93;
	color: #3d9d93;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #3d9d93;
	border-right: 2.5px solid #3d9d93;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	top:9px;
	left: 0;
}

.co_open{
	height: 0;
	overflow: hidden;
}

button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 8px 0;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #3d9d93;
	color: #fff;
	border: solid 2px #3d9d93;
	font-size: 1.5rem;
	margin-top: 40px;
}

.form_btn button:hover{
	background-color: #fff;
	color: #3d9d93;
}

.contact_table th span.ac.nini{
	color: #3d9d93;
	background-color: #fff;
	border: solid 1px #3d9d93;
}

.contact_table th,.contact_table td{
	padding: 20px 0;
}

.contact_table{
	width: 100%;
}

.mail_area{
	background-color: #f5f5f5;
	padding: 100px 0;
}

.contact_table th{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.mail_area .inner{
	max-width: 1400px;
}

.k_contact .f_txt{
	font-size: 3.1rem;
	text-align: center;
}

.k_contact .f_txt span.ch{
	display: block;
	font-size: 2.2rem;
	margin-top: 20px;
}

.top_contact .item+.item .flex{
	flex-wrap: wrap;
}

.co_head .img{
	width: 10%;
	text-align: center;
}

@media (max-width: 1200px){
	.top_contact h3{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.top_contact .num{
		font-size: 2.6rem;
	}
	.top_contact .item+.item{
		margin-left: 20px;
	}
	.top_contact .item+.item p.ch{
		font-size: 1.4rem;
	}
	.top_contact .item+.item ul{
		font-size: 1.4rem;
		margin-top: 5px;
	}
	.mailform .contact_table .ib div:first-child{
		margin-left: 20px;
	}
	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.mailform th{
		border-bottom: none;
	}
	.contact .form_box{
		padding: 40px;
	}
	input[type="text"]{
		height: 48px;
	}
	input[type="email"]{
		height: 48px;
	}
	.k_contact .f_txt{
		font-size: 2.2rem;
	}
	.k_contact .f_txt span.ch{
		font-size: 1.6rem;
	}
	.co_head .ac_img{
		width: 17%;
	}
	.co_head .ac_img2{
		width: 17%;
	}
}



@media (max-width: 650px){
	.form_attention{
		font-size: 1.5rem;
	}
	.contact .mail_area h3{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.Label{
		font-size: 1.8rem;
		padding: 3% 1%;
	}
	.form_accordion p{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.form_box h4{
		margin-bottom: 20px;
	}
	.form_box .container{
		width: 94%;
	}
	.contact .form_box{
		padding: 30px 10px;
	}
	.mailform table td{
		padding-bottom: 20px;
	}
	.mailform table th{
		padding-bottom: 10px;
	}
	.form_btn button{
		margin-top: 20px;
	}
	.form_accordion{
		margin-top: 20px;
	}
	.contact_table td .flex{
		flex-direction: column;
	}
	.postal_btn{
		margin-left: 0;
		width: 180px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.mailform .contact_table .ib div:first-child{
		margin-left: 0;
	}
	.mailform .contact_table .ib div{
		margin-right: 20px;
	}
	.mailform .contact_table .ib div+div{
		margin-left: 0;
	}
	.top_contact .flex_center{
		flex-direction: column;
	}
	.top_contact .item{
		width: 100%;
	}
	.top_contact .item+.item{
		margin-left: 0;
		margin-top: 20px;
	}
	.mail_area{
		padding: 50px 0;
	}
	.k_contact .f_txt{
		text-align: left;
	}
	.k_contact .f_txt span{
		display: inline;
	}
	.k_contact .f_txt span{
		font-size: 1.6rem;
	}
	.k_contact .f_txt{
		font-size: 1.6rem;
		width: 70%;
	}
	.k_contact .f_txt span.ch{
		font-size: 1.4rem;
	}
	.co_head .ac_img2{
		min-width: 100px;
	}
	.co_head .ac_img{
		left: auto;
		right: 20px;
		min-width: 100px;
	}
	.co_head::before{
		left: 35%;
	}
}



/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 17px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #3d9d93;
    color: #333;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    color: #fff;
    background-color: #3d9d93;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}