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.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}


.en{
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

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

a{
	text-decoration: none;
	color: #111;
	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;
}


.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

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


.br_650.marker{
	background: none;
}

.inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.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: 1;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.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;
	}
}


.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;
}

.br_none1023{
	display: block;
}

section{
	position: relative;
	padding: 150px 0;
	z-index: 10;
}

@media (max-width: 1023px){
	.br_1023{
		display: block;
	}
	.br_none1023{
		display: inline;
	}
	section{
		padding: 120px 0 80px;
	}
}

@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;
		padding-top: 70px;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.5rem;
	}
	
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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




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


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	body{
		font-size: 1.5rem;
	}
	
}


.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;
}

body p{
	letter-spacing: 0.1em;
}

i{
	padding-right: 0.4em;
}



/* btn */

.hidden{
	position: relative;
	overflow: hidden;
}

.sec_btn{
	width: fit-content;
	margin-top: 40px;
}

.sec_btn a{
	position: relative;
	display: block;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-left: 25px;
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 70px;
}

.sec_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 50px;
	border: solid 1px #fff;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 250ms;
}


.sec_btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 250ms;
}

.sec_btn a img{
	display: inline-block;
    position: absolute;
    width: 20px;
	top: 50%;
	right: 14px;
    transform: translateY(-50%);
    transition: all 250ms;
}

.sec_btn a:hover::before{
	background-color: #fff;
}

.sec_btn a:hover{
	padding-left: 45px;
}

.sec_btn a:hover::after{
	width: 20px;
	height: 5px;
	border-radius: 0;
}

.sec_btn img.ch{
	display: none;
}

.sec_btn a:hover img.ch{
	display: block;
}

span.red{
	display: block;
	color: red;
	font-size: 1.4rem;
}

header span.red{
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.hamburger_nav span.red{
	margin-right: 0;
	margin-bottom: 10px;
}

footer span.red{
	margin-bottom: 10px;
}


/* フォントサイズ (scale 1.414, body 15.5px)*/

.king{
	font-size: 7rem;
	/* font-size: min(8.2vw,10.389rem); */
}

.biggest{
	font-size: 4.8828rem;
}

.big{
	font-size: 3.9063rem;
}

.s_big{
	font-size: 3.125rem;
}

.f_txt{
	font-size: 2.5rem;
}

.s_f_txt{
	font-size: 2rem;
}


.sm{
	font-size: 1.28rem;
}

@media (max-width: 1023px){
	.biggest{
		font-size: 6.4rem;
	}
	.king{
		font-size: 8rem;
	} 
	.big{
		font-size: 3.4rem;
	}
	.s_big{
		font-size: 3.2rem;
	}
	.f_txt{
		font-size: 2.4rem;
	}
	.s_f_txt{
		font-size: 2rem;
	}
	
}

@media (max-width: 650px){
	.biggest{
		font-size: 4rem;
	}
	.king{
		font-size: 5rem;
	}
	.big{
		font-size: 3.2rem;
	}
	.s_f_txt{
		font-size: 1.6rem;
	}

}



/* sub_ttl */


.sub_ttl{
	line-height: 1.7;
	margin-bottom: 40px;
}

.sub_ttl .en{
	display: block;
	color: #2bb9b0;
}




/* fv */


.top_slider{
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 130px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

/* .color_box::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 70%;
	background-color: #f6e9c9;
	height: 100%;
	top: 0;
	right: 0;
} */

.fv{
	position: relative;
	z-index: 1;
	background: #fff url(../img/noise.png);
	height: calc(100vh - 130px);
	width: 100%;
}





.top_slider .slider{
	position: relative;
	width: 100%;
	z-index: 2;
	height: 100%;
	margin: 0 0 0 auto;
}
.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/top01.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.5),rgba(0,0,0,0.5)),url(../img/top01.jpg);
	background-position: center;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/top02.jpg);
	background-position: right;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/top03.jpg);
	background-position: center;
}


.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 5rem;
	z-index: 20;
	color: #fff;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	letter-spacing: 0.05em;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.top_slider .catch span.br{
	display: block;
}

.top_slider .top03 .catch{
	text-align: center;
	font-size: 3.8rem;
}


@media (max-width: 1200px){
	.fv{
		height: calc(75dvh - 100px);
	}
	.top_slider{
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 0;
		margin-top: 100px;
	}
	.top_slider .top03 .catch{
		font-size: 2.4rem;
		width: 100%;
	}
	.top_slider .catch{
		font-size: 3rem;
	}
}

@media (max-width: 650px){
	.top_slider{
		padding-left: 20px;
		padding-right: 20px;
	}
	.sub_ttl .en{
		font-size: 1.6rem;
	}
	.top_slider .top03 .catch{
		font-size: 1.5rem;
	}
	.top_slider .catch{
		font-size: 1.6rem;
	}
}



/* header */


h1 img{
	height: 80px;
	object-fit: cover;
}


h1 a:hover{
	opacity: 0.7;
}

.main_nav ul li+li{
	margin-left: 25px;
}



.main_nav a{
	padding: 3px 10px;
	letter-spacing: 0.03em;
}

.main_nav a:hover{
	opacity: 0.7;
}


.mail_btn a{
	display: block;
	background-color: #fff;
	color: #2bb9b0;
	padding: 2px 24px;
	text-align: center;
	border-radius: 30px;
	font-size: 1.4rem;
	border: solid 1px #2bb9b0;
	letter-spacing: 0.03em;
}

.tel_btn a{
	display: block;
	background-color: #fff;
	color: #2bb9b0;
	border: solid 1px #2bb9b0;
	padding: 3px 20px 1px;
	text-align: center;
	border-radius: 30px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-right: 17px;
	line-height: 1.9;
}

.mail_btn a:hover{
	color: #fff;
	background-color: #2bb9b0;
}

.tel_btn a:hover{
	color: #fff;
	background-color: #2bb9b0;
}

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

header{
	height: 130px;
	width: 100%;
	background-color:#fff;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	transition: all .3s;
}

.hd_inner{
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

header.change_color{
	width: calc(100% - 80px);
	height: 100px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color:rgb(255, 255, 255,0.9);
	backdrop-filter: blur(2px);
	border-radius: 10px;
}

header.change_color .hd_inner{
	padding-left: 20px;
}

header .icon a{
	color: #2bb9b0;
	display: block;
	border: solid 1px #2bb9b0;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 34px;
	text-align: center;
	margin-left: 17px;
	background-color: #fff;
}

header .icon a i{
	padding: 0;
}

header .icon a:hover{
	background-color: #2bb9b0;
	color: #fff;
}


@media (max-width: 1200px){
	header .right .in{
		display: none;
	}
	header{
		height: 100px;
	}
	.hd_inner{
		padding-left: 40px;
		padding-right: 40px;
	}
	h1 img{
		height: 65px;
	}
	header.change_color{
		width: 100%;
		height: 100px;
		background-color: #fff;
		border-radius: 0;
		top: 0;
	}
}

@media (max-width: 650px){
	header{
		height: 70px;
	}
	.hd_inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	h1 img{
		height: 50px;
	}
	.top_slider{
		margin-top: 70px;
	}
	header.change_color{
		height: 70px;
	}
}



/* news */


.news{
	position: relative;
	padding-top: 80px;
}

.news .inner{
	position: relative;
}

.news .sub_ttl .en{
	margin-left: -10px;
}

.news .sub_ttl {
    width: 250px;
    margin-bottom: 0;
	border-right: solid 1px #ccc;
}

.news .news_wrapper{
	width: calc(100% - 250px);
	padding-left: 70px;
}

.news ul li a{
	display: block;
	width: 100%;
	padding: 20px 0;
	padding-left: 20px;
	background-color: #f5f5f5;
}

.news ul li a:hover{
	opacity: 0.7;
}

.news ul li+li{
	margin-top: 4px;
}

.news ul .up_ymd{
	background-color: #2bb9b0;
	color: #fff;
	padding: 5px 8px;
	font-size: 1.4rem;
	display: inline-block;
	margin-right: 10px;
}

.news .ac_img{
	position: absolute;
	bottom: -150px;
	left: -20px;
	width: 240px;
}



@media (max-width: 1200px){
	.news .flex_bet{
		flex-direction: column;
	}
	.news .sub_ttl{
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.news .news_wrapper{
		width: 100%;
		padding-left: 0;
	}
	.news{
		padding-bottom: 150px;
	}
	.news .ac_img{
		right: 0;
		width: 200px;
		left: auto;
	}
}

@media (max-width: 650px){
	.news{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.sub_ttl{
		text-align: center;
		margin-bottom: 30px;
	}
	.news .sub_ttl{
		margin-bottom: 30px;
		border-right: 0;
	}
	.news ul .up_ymd{
		display: block;
		width: fit-content;
		font-size: 1.2rem;
		margin-right: 0;
		padding: 2px 6px;
		margin-bottom: 8px;
	}
	.news ul li a{
		padding: 10px;
	}
	.news ul .title{
		font-size: 1.4rem;
		line-height: 1.4;
		display: inline-block;
	}
	.news .ac_img{
		width: 140px;
		bottom: -100px;
	}
}





/* aboutus */

.aboutus{
	background: url(../img/about_bg.jpg);
	background-size: cover;
	background-position: bottom;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}

.aboutus .inner{
	max-width: none;
	width: 100%;
}

.aboutus .sub_ttl{
	max-width: 460px;
	margin: 0 auto 0 50px;
	margin-bottom: 40px;
}

.aboutus .txt_box{
	max-width: 460px;
	margin: 0 auto 0 50px;
	font-size: 1.5rem;
}

.aboutus .txt_box p+p{
	margin-top: 25px;
}

.aboutus .txt_area{
	width: 50%;
	margin-top: 150px;
}

.aboutus .img{
	width: 50%;
}

.aboutus .img img{
	width: 70%;
	object-fit: cover;
	min-width: 560px;
}

.m_btn{
	margin: 40px auto 0 50px; 
	width: fit-content;
}

.m_btn a{
	position: relative;
	display: block;
	padding: 12px 85px 12px 70px;
	border-radius: 40px;
	background-color: #2bb9b0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	overflow: hidden;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.m_btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow.png);
	background-position: center;
	background-size: cover;
	aspect-ratio: 1 / 1;
	width: 20px;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	transition: all 250ms;
}

.m_btn .hidden_arrow{
	display: inline-block;
	position: absolute;
	width: 20px;
	top: calc(50% + 25px);
	right: calc(17px + 25px);
	transform: translateY(-50%);
	transition: all 250ms;
}

.m_btn a:hover::after{
	top: calc(50% - 25px);
	right: calc(17px - 25px);
}

.m_btn a:hover .hidden_arrow{
	top: 50%;
	right: 17px;
	transform: translateY(-30%);
}

.aboutus .sub_ttl .en{
	margin-left: -10px;
}



@media (max-width: 1200px){
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus{
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
	.aboutus .txt_box{
		max-width: none;
		margin-right: 50px;
	}
	.aboutus .txt_area{
		width: 100%;
		margin-top: 80px;
		
	}
	.aboutus .img{
		width: 100%;
	}
	.aboutus .img img{
		min-width: auto;
		width: 70%;
		max-width: 600px;
	}
	
}

@media (max-width: 650px){
	.aboutus{
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding-top: 40px;
	}
	.aboutus .txt_area{
		margin-top: 40px;
	}
	.aboutus .sub_ttl{
		margin: 0;
		margin-bottom: 30px;
	}
	.aboutus .txt_box{
		margin-left: 20px;
		margin-right: 20px;
	}
	.m_btn{
		margin: 30px auto 0;
	}
}



/* service */


.flowing::before{
	left: 0;
	animation: flowing 70s linear infinite;
}

.flowing::after{
	left: 3000px;
	animation: flowing 70s linear infinite;
}

.flowing::before,.flowing::after{
	content: "SANKOH-KOTSU,SANKOH-KOTSU,";
	position: absolute;
	top: -80px;
	width: 100%;
	height: auto;
	font-size: 17rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #2bb9b0;
	opacity: 0.2;
	pointer-events: none;
	z-index: 1;
	font-weight: bold;
	letter-spacing: 0.05em;
}

@keyframes flowing{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-3000px);
	}
}


.service{
	background-color: #d9f2f0;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}


.service .sub_ttl{
	text-align: center;
	margin-bottom: 60px;
}

.service .item_list{
	flex-wrap: wrap;
}

.service .item{
	width: calc(96% / 2);
}

.service h4{
	position: relative;
	letter-spacing: 0.05em;
	padding-left: 18px;
}

.service h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #2bb9b0;
	width: 5px;
	height: 80%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}




.service .item:nth-child(n+3){
	margin-top: 40px;
}

.service .item{
	background-color: #f5f5f5;
	border-radius: 20px;
}

.service .item .img{
	position: relative;
	text-align: center;
	padding: 30px 0;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.service .item:nth-child(1) .img{
	padding: 0;	
}

.service .item:nth-child(1) .img img{
	width: 100%;
}

.service .item .img .m_img{
	width: 80%;
	object-fit: cover;
}

.service .item .img .ac_img{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 200px;
}

.service .item h4{
	margin-bottom: 20px;
	width: fit-content;
	font-weight: 600;
	line-height: 1.7;
}

.service .item .btm{
	background-color: #f5f5f5;
	padding: 30px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.service .m_btn{
	margin: 60px auto 0;
}


@media (max-width: 1200px){
	.service{
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
	.service .item h4{
		font-size: 2rem;
	}
	.flowing::before, .flowing::after{
		font-size: 9rem;
		top: -30px;
	}
}

@media (max-width: 650px){
	.flowing::before, .flowing::after{
		font-size: 7rem;
	}
	.service{
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.service .item{
		width: 100%;
		font-size: 1.4rem;
	}
	.service .sub_ttl{
		margin-bottom: 30px;
	}
	.service .item .btm{
		padding: 15px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.service .item h4{
		margin-bottom: 12px;
	}
	.service .item+.item{
		margin-top: 30px;
	}
	.service .m_btn{
		margin-top: 30px;
	}
}



/* bus */

.bus{
	position: relative;
	color: #fff;
	padding: 0;
}


.bus .bg_fixed{
	background: url(../img/pala1.jpg);
	position: fixed; /* 背景を固定 */
	top: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.bg_clip{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 230px;
	clip-path: inset(0); /* 切り抜き */
	z-index: -1;
}

.sec_body{
	position: relative;
	width: 100%;
	left: 5%;
	height: calc(100dvh - 130px);
	margin: 0 auto;
	
}

.safety .txt_box, .bus .txt_box{
	position: absolute;
	top: 50%;
	left: 0;
	width: 45%;
	max-width: 620px;
	transform: translateY(-50%);
	
	/* background-color: rgb(43, 185, 176,0.9); */
}
.safety .txt_box p, .bus .txt_box p{
	letter-spacing: 0.1em;
	font-size: 2.2rem;
}

.safety .txt_box .biggest, .bus .txt_box .biggest{
	font-size: 4.2rem;
}
.safety .txt_box .s_big, .bus .txt_box .s_big{
	font-size: 3.2rem;
}
.safety .txt_box .sub_ttl, .bus .txt_box .sub_ttl{
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 0.16em;
}

.safety .txt_box .sub_ttl .en, .bus .txt_box .sub_ttl .en{
	margin-left: -20px;
	margin-bottom: 40px;
}

/* safety */


.safety{
	position: relative;
	color: #fff;
	padding: 0;
}

.safety::before, .bus::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 53%, rgba(17,17,17,0.6) 91%, rgba(17,17,17,0.8) 100%);
	backdrop-filter: invert(20%);
	top: 0;
	left: 0;
}

.safety .bg_fixed{
	background: url(../img/pala02.jpg);
	position: fixed; /* 背景を固定 */
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}



.safety .inner{
	position: relative;
}



@media (max-width: 1200px){
	.sec_body{
		height: 50dvh;
		min-height: 450px;
	}
	.safety .txt_box p, .bus .txt_box p{
		font-size: 1.7rem;
	}
	.safety .txt_box .biggest, .bus .txt_box .biggest{
		font-size: 3.6rem;
	}
	.safety .txt_box .sub_ttl .en, .bus .txt_box .sub_ttl .en{
		font-size: 2.6rem;
	}
	
}


@media (max-width: 650px){
	.safety .txt_box, .bus .txt_box{
		width: 100%;
	}
	.safety .txt_box .sub_ttl .en, .bus .txt_box .sub_ttl .en{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.safety .txt_box .biggest, .bus .txt_box .biggest{
		font-size: 2.8rem;
	}
	.safety .txt_box p, .bus .txt_box p{
		font-size: 1.5rem;
	}
	.sec_btn{
		margin-top: 10px;
	}
	.sec_btn a{
		font-size: 1.6rem;
		padding-right: 45px;
		padding-left: 20px;
	}
	.sec_btn a::before{
		width: 30px;
	}
	.sec_btn a img{
		right: 7px;
		width: 15px;
	}
	.sec_btn a:hover{
		padding-left: 35px;
	}
	.sec_body{
		left: 0;
	}
	.safety .txt_box .sub_ttl .en, .bus .txt_box .sub_ttl .en{
		margin-left: 0;
	}
	.safety .txt_box, .bus .txt_box{
		width: 90%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.sec_btn{
		margin: 10px auto 0;
	}
	.safety::before, .bus::before{
		background-color: rgb(0, 0, 0,0.4);
		backdrop-filter: invert(0);
	}
}




/* recruit */


.recruit{
	position: relative;
	padding: 100px 0;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}


::-webkit-full-page-media, :future, :root .recruit{
	background-attachment: scroll;
  }

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

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

.recruit .sub_ttl{
	width: 250px;
	margin-bottom: 0;
}

.recruit .sub_ttl .en{
	margin-left: -10px;
}

.recruit .txt_box{
	width: calc(100% - 250px);
	padding: 20px 0;
	border-left: solid 1px #ccc;
	padding-left: 70px;
	line-height: 2.2;
}

.recruit .m_btn{
	margin-left: 0;
	margin-top: 25px;
}

.recruit .m_btn a{
	font-size: 1.5rem;
	padding: 8px 65px 8px 45px;
}


@media (max-width: 1200px){
	.recruit .center_l{
		justify-content: center;
	}
	.recruit .sub_ttl{
		width: 200px;
	}
	.recruit .txt_box{
		width: calc(100% - 200px);
		padding-left: 40px;
	}
	.recruit .sub_ttl .en{
		margin-left: 0;
	}
}

@media (max-width: 650px){
	.recruit .flex_bet{
		flex-direction: column;
	}
	.recruit .sub_ttl{
		width: 100%;
		text-align: center;
	}
	.recruit .txt_box{
		padding-left: 0;
		width: 100%;
		border-left: none;
	}
	.recruit .m_btn{
		margin: 0 auto;
		margin-top: 30px;
	}
	.recruit{
		padding: 50px 0;
	}
	
}




/* footer */

footer{
	background-color: #f5f5f5;
	padding-top: 70px;
	text-align: center;
}

.foo_inner{
	max-width: 1200px;
	margin: 0 auto;
}

.foo_logo img{
	height: 100px;
	object-fit: cover;
}

.foo_logo{
	margin-bottom: 20px;
}

.copy{
	text-align: center;
	margin-top: 60px;
}

.copy p{
	padding: 10px 0;
	background-color: #d9f2f0;
	font-size: 1.4rem;
}

footer .m_btn{
	margin-left: 0;
}

footer .m_btn a{
	padding: 8px 65px 8px 50px;
}



.foo_inner{
	width: 90%;
}

.foo_tel{
	width: fit-content;
}

.foo_tel a{
	display: block;
	background-color: #fff;
	border: solid 1px #2bb9b0;
	color: #2bb9b0;
	text-align: center;
	padding: 7px 0;
	border-radius: 30px;
	margin-top: 0;
}

.foo_tel a:hover{
	background-color: #2bb9b0;
	color: #fff;
}

footer .right{
	display: flex;
	align-items: flex-end;
}

.foo_tel{
	width: 200px;
}

.foo_tel+.foo_tel{
	margin-left: 30px;
}


@media (max-width: 650px){
	.foo_inner{
		flex-direction: column;
	}
	.foo_logo img{
		height: 80px;
	}
	footer{
		padding-top: 50px;
	}
	.foo_logo{
		margin-bottom: 20px;
	}
	footer .right{
		margin-top: 20px;
		justify-content: center;
	}
	.copy{
		margin-top: 30px;
	}
	footer{
		text-align: center;
	}
	.foo_tel{
		margin: 0 auto;
	}
	.foo_area{
		flex-direction: column;
	}
	.foo_tel+.foo_tel{
		margin: 15px auto 0;
	}
	footer .fax{
		margin-bottom: 20px;
	}
	
}


/* 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: 5%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #2bb9b0;
    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: 650px) {
    .page_top {
        width: 45px;
        height: 45px;
		bottom: 25px;
    }
}


/* 下層ページ */


.kasou_top{
	position: relative;
	padding: 250px 0 100px;
	background: url(../img/bg02.jpg);
	background-size: cover;
	background-position: center;
}

.kasou_top h2{
	font-size: 4.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}


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

.kasou_top .inner{
	position: relative;
	z-index: 2;
}


/*パンくず*/
.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;
}

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

@media (max-width: 960px){
	.kasou_top{
		padding: 190px 0 50px;
	}
	.kasou_top h2{
		font-size: 3.8rem;
	}
}

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


/* ご利用案内 */


.p_feature {
	background-color: #d9f2f0;
}

.p_feature .sub_ttl{
	text-align: center;
}

.p_feature .item{
	position: relative;
	width: calc(50% - 10px);
	background-color: #fff;
	padding: 50px 45px;
	padding-top: 50px;
}

.p_feature .item h4{
	position: relative;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	font-weight: 600;
}



.p_feature .item_box{
	flex-wrap: wrap;
	gap: 20px;
}

.p_feature .item p{
	font-size: 1.45rem;
	color: #555555;
}

.p_feature .item p.en{
	position: absolute;
	top: 16px;
	left: 16px;
	font-weight: bold;
	line-height: 1;
	color: #2bb9b0;
	font-size: 2rem;
}

.p_feature .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #2bb9b0;
	top: 0;
	left: 0;
	width: 15px;
	aspect-ratio: 1 / 1;
	
}



.goriyou{
	position: relative;
	background-color: #d9f2f0;
	padding-top: 0;
}

.goriyou .inner{
	max-width: none;
}

/* .goriyou::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 300%;
	aspect-ratio: 1.1 / 1;
	background-color: #2bb9b0;
	border-radius: 50%;
	z-index: -1;
} */

.goriyou h3{
	text-align: center;
	font-weight: 600;
	margin-bottom: 80px;
}


.goriyou h4{
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: 600;
}

.goriyou .item{
	width: 24%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.goriyou .txt_area{
	background-color: #fff;
	color: #444;
	padding: 30px 20px;
	font-size: 1.45rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.goriyou .img img{
	aspect-ratio: 3.4 / 2;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 220px;
}

.goriyou::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 300px;
	width: 100%;
	background-color: #fff;
	bottom: 0;left: 0;
	z-index: -1;
}

.goriyou .flex_bet{
	flex-wrap: wrap;
}

.p_flow{
	padding-top: 0;
}


.p_flow .sub_ttl{
	text-align: center;
}

.p_flow .item{
	background-color: #f5f5f5;
	padding: 50px 80px;
	border-radius: 10px;
}

.p_flow .item .left{
	width: calc(100% - 470px);
}

.p_flow .item .right{
	width: 400px;
	text-align: center;
}

.p_flow .item .right img{
	width: 80%;
	aspect-ratio: 3 / 2;
}

.p_flow .item h4{
	position: relative;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.03em;
	/* padding-left: 17px; */
}



.p_flow .m_btn{
	margin-left: 0;
	margin-top: 25px;
}

.p_flow .m_btn a{
	padding: 7px 65px 7px 40px;
	font-size: 1.5rem;
}

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

.p_flow .item p.en{
	letter-spacing: 0;
	font-weight: bold;
	color: #2bb9b0;
	line-height: 1;
	margin-bottom: 7px;
}

.p_flow .item p.en span{
	display: inline-block;
	font-size: 1.3em;
	margin-left: 5px;
}

.p_flow .txt_box{
	color: #444;
}

.faq .inner {
	position: relative;
}

.faq .ac_img{
	position: absolute;
	top: -100px;
	right: 0;
	width: 220px;
}

.faq .sub_ttl{
	text-align: center;
}


.faq .qq .num{
	font-size: 3rem;
	color: #2bb9b0;
	margin-right: 25px;
}

.faq h4{
	font-weight: 600;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}

.faq .qq{
	border-top: solid 1px #ccc;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.faq .aa{
	padding-left: 12px;
	padding-right: 40px;
	padding-bottom: 15px;
}

.faq .aa .num{
	font-size: 3rem;
	color: #202020;
	margin-right: 25px;
}

.faq .aa p{
	color: #444;
	font-size: 1.5rem;
}


@media (max-width: 1200px){
	.p_feature .item{
		width: 100%;
	}
	.goriyou .item{
		width: 48%;
	}
	.goriyou .item:nth-child(n+3){
		margin-top: 30px;
	}
	.p_flow .item .left{
		width: 50%;
	}
	.p_flow .item .right{
		width: 38%;
	}
	.p_flow .item .right img{
		width: 100%;
		object-fit: cover;
	}
	.p_flow .item{
		padding-left: 50px;
		padding-right: 50px;
	}
	.p_flow .txt_box{
		font-size: 1.5rem;
	}
	.faq .ac_img{
		width: 180px;
	}
}

@media (max-width: 650px){
	.p_feature .item h4{
		font-size: 2rem;
	}
	.p_feature .item{
		padding: 35px 30px;
		padding-top: 45px;
	}
	.goriyou h3{
		font-size: 2.2rem;
		margin-bottom: 40px;
	}
	.goriyou .item{
		width: 100%;
	}
	.goriyou .inner{
		width: 82%;
		margin: 0 auto;
	}
	.goriyou .img img{
		min-height: auto;
	}
	.goriyou .txt_area{
		padding: 20px 18px;
	}
	.goriyou .item+.item{
		margin-top: 40px;
	}
	.goriyou::before{
		display: none;
	}
	.p_flow{
		padding: 60px 0;
	}
	.p_flow .item{
		flex-direction: column-reverse;
		padding: 25px;
	}
	.p_flow .item .right{
		width: 100%;
	}
	.p_flow .item .left{
		width: 100%;
		margin-top: 30px;
	}
	.faq .ac_img{
		width: 120px;
		top: -80px;
	}
}



/* バス紹介 */

.k_bus .kasou_top{
	position: relative;
	z-index: 10;
}

.k_bus footer{
	position: relative;
	z-index: 10;
}

.bus_guide .inner{
	position: relative;
	max-width: 960px;
}

.bus_guide .ac_img{
	position: absolute;
	bottom: -180px;
	right: 0;
	width: 280px;
}

.k_bus .bg_w:last-child{
	padding-bottom: 200px;
}

.bus_guide .fix_img{
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.bus_guide .bg_w{
	padding: 100px 0;
	background-color: rgb(255, 255, 255,0.9);
	backdrop-filter: blur(10px);
}

.bus_guide .bg_w + .bg_w{
	margin-top: 200px;
}

.bus_guide .fix_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bus_guide .item .left{
	width: 47%;
}

.bus_guide .item .right{
	width: 47%;
}

.bus_guide .item .right img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

.bus_guide h3{
	position: relative;
	margin-bottom: 20px;
	padding-left: 17px;
	font-weight: 600;
}

.bus_guide h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 70%;
	left: 0;
	background-color: #2bb9b0;
	top: 50%;
	left: 0;
	width: 4px;
	transform: translateY(-50%);
	border-radius: 20px;
}

.bus_guide table{
	width: 100%;
}

.bus_guide table th{
	left: 30%;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
}

.bus_guide table td{
	width: 70%;
	border-bottom: solid 1px #ccc;
	padding-right: 10px;
	vertical-align: middle;
}

.bus_guide .item + .item{
	margin-top: 80px;
}

.pdf_area{
	margin-top: 15px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}

.pdf_area a{
	display: block;
	background: #202020;
	border: solid 1px #202020;
	color: #fff;
	padding: 0 10px;
	font-size: 1.4rem;
}

.pdf_area a+a{
	margin-left: 10px;
}

.pdf_area h4{
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: 0.03em;
	width: 30%;
}

.pdf_area a:hover{
	background-color: #fff;
	color: #202020;
}


@media (max-width: 650px){
	.bus_guide .flex_bet{
		flex-direction: column-reverse;
	}
	.bus_guide .item .left{
		width: 100%;
		margin-top: 30px;
	}
	.bus_guide .item .right{
		width: 100%;
	}
	.bus_guide .bg_w{
		padding: 50px 0;
	}
	.bus_guide .bg_w + .bg_w{
		margin-top: 100px;
	}
	.bus_guide .ac_img{
		width: 200px;
		bottom: -140px;
	}
	.k_bus .bg_w:last-child{
		padding-bottom: 160px;
	}
}


/* 安全への取り組み */

.p_safety{
	padding-top: 0;
}

.p_safety .bg h3{
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	background-color: #fff;
	padding-left: 15px;
	border-left: solid 4px #2bb9b0;
}

.p_safety ul li{
	padding: 15px 10px;
	border-bottom: solid 1px #000;
}

.p_safety ul li .en{
	display: inline-block;
	margin-right: 15px;
}

.p_safety .wrap{
	width: 54%;
	padding: 10px 0;
}

.p_safety .bg{
	background-color: #d9f2f0;
	padding: 100px 0;
}

.p_safety .img{
	width: 40%;
}

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

.p_safety .item+.item{
	margin-top: 80px;
}

.p_safety .btn_area{
	position: relative;
	padding-top: 150px;
	margin-bottom: 100px;
	/* background: url(../img/bg02.jpg);
	background-size: cover;
	background-position: center; */
}

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

.p_safety .btn_area h3{
	position: relative;
	text-align: center;
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.p_safety .btn_area h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 200px;
	background-color: #2bb9b0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.p_safety .btn_area a{
	display: block;
	width: calc((100% - 12px) / 3);
	background-color: #d9f2f0;
	text-align: center;
	padding: 25px 0;
	letter-spacing: 0.05em;
}

.p_safety .btn_area a:hover{
	background-color: #b9e0dd;
}

.p_safety .btm_item{
	background-color: #f5f5f5;
	padding: 80px;
}

.p_safety .btm_item ul{
	font-size: 1.5rem;
}

.p_safety .btm_item ul li{
	padding: 8px 0;
}

.p_safety .btm_item .co_list{
	width: 48%;
}

.p_safety .btm_item h4{
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.03em;
	font-weight: bold;
	text-align: center;
	width: fit-content;
	margin: 0 auto 25px;
	padding-left: 40px;
	padding-right: 40px;
}

.p_safety .btm_item h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	aspect-ratio: 1 / 1;
	background-color: #2bb9b0;
	left: 0;
	top: 0;
}
.p_safety .btm_item h4::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	aspect-ratio: 1 / 1;
	background-color: #2bb9b0;
	right: 0;
	bottom: 0;
}

.p_safety .btm_item h3{
	margin-bottom: 80px;
	text-align: center;
}

.p_safety .btm_item ul li{
	border-color: #ccc;
}

.p_safety .inner{
	position: relative;
}

.p_safety .ac_img{
	position: absolute;
	bottom: -80px;
	right: 0;
	width: 200px;
}

@media (max-width: 1200px){
	.p_safety .flex_bet{
		flex-direction: column;
	}
	.p_safety .img{
		width: 70%;
		margin-bottom: 40px;
	}
	.p_safety .wrap{
		width: 90%;
		margin: 0 0 0 auto;
	}
	.p_safety .bg h3{
		margin-bottom: 20px;
	}
	.p_safety .btm_item .co_list{
		width: 100%;
	}
	.p_safety .btm_item .co_list+.co_list{
		margin-top: 60px;
	}
	.p_safety .btn_area .flex_bet{
		flex-direction: row;
	}
	.p_safety .btn_area{
		padding-top: 100px;
		margin-bottom: 80px;
	}
	.p_safety .btm_item{
		padding-top: 50px;
	}
	.p_safety .btm_item h3{
		margin-bottom: 50px;
	}
}

@media (max-width: 650px){
	.p_safety .wrap{
		width: 100%;
	}
	.p_safety .bg h3{
		font-size: 2rem;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.p_safety .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.p_safety .bg{
		padding: 60px 0;
	}
	.p_safety .item+.item{
		margin-top: 60px;
	}
	.p_safety .btn_area h3{
		font-size: 2.2rem;
		margin-bottom: 40px;
	}
	.p_safety .btn_area h3::before{
		width: 120px;
	}
	.p_safety .btn_area .flex_bet{
		flex-direction: column;
	}
	.p_safety .btn_area a{
		width: 100%;
	}
	.p_safety .btn_area a+a{
		margin-top: 4px;
	}
	.p_safety .btn_area{
		padding-top: 60px;
	}
	.p_safety .btn_area{
		margin-bottom: 50px;
	}
	.p_safety .btm_item h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.p_safety .btm_item{
		padding: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.p_safety .btm_item .co_list{
		padding-left: 20px;
		padding-right: 20px;
	}
	.p_safety .btm_item h4{
		font-size: 1.8rem;
	}
	.p_safety .ac_img{
		width: 120px;
	}
	.p_safety{
		padding-bottom: 100px;
	}
}



/* 採用情報 */


.message{
	position: relative;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 80px 0;
}

::-webkit-full-page-media, :future, :root .message{
	background-attachment: scroll;
  }

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

.message .inner{
	position: relative;
	/* background-color: rgb(255, 255, 255,0.85);
	backdrop-filter: blur(4px);
	padding: 45px 70px;
	border-radius: 10px;
	z-index: 1; */
}

.message .txt_box{
	width: 52%;
}

.message .txt_box p{
	font-size: 1.5rem;
	color: #444;
}

.message .img{
	width: 40%;
	border: solid 2px #2bb9b0;
	border-radius: 10px;
	background-color: #f5f5f5;
}

.message .img img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.merit{
	background-color: rgb(217, 242, 240);
}

.merit .item_list .txt_box p.en{
	color: #2bb9b0;
	font-weight: 700;
}

.merit .sub_ttl{
	text-align: center;
	margin-bottom: 80px;
}

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

.merit .item .img{
	width: 32%;
	text-align: center;
}

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

.merit .item .txt_box{
	width: 63%;
}

.merit .item .txt_box p{
	color: #444;
	font-size: 1.5rem;
}

.merit .item h4{
	margin-bottom: 15px;
}

.merit .item{
	background-color: #fff;
	padding: 40px;
	padding-right: 60px;
	border-radius: 10px;
}

.m_table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0 10px;
	max-width: 1080px;
	font-size: 1.6rem;
}

.m_table th{
	width: 40%;
	padding: 22px 0;
	border-bottom: solid 2px #2bb9b0;
	padding-left: 5px;
	color: #2bb9b0;
}

.m_table td{
	width: 60%;
	padding: 22px 0;
	border-bottom: solid 2px #ccc;
	padding-left: 10px;
}

.m_table tr:first-child th{
	border-top: solid 2px #2bb9b0;
}
.m_table tr:first-child td{
	border-top: solid 2px #ccc;
}

.job .inner{
	position: relative;
}

.job .ac_img{
	position: absolute;
	top: -100px;
	right: 0;
	width: 220px;
}

.job .sub_ttl{
	text-align: center;
	margin-bottom: 80px;
}


@media (max-width: 1200px){
	.message .flex_bet{
		flex-direction: column;
	}
	.message .txt_box{
		width: 100%;
	}
	.message .img{
		width: 70%;
		margin: 40px 0 0 auto;
	}
	.job .ac_img{
		width: 200px;
	}
}

@media (max-width: 650px){
	.message .inner{
		padding: 25px;
	}
	.merit .item{
		flex-direction: column;
		padding: 30px 20px;
	}
	.merit .item .img{
		width: 100%;
		margin-bottom: 25px;
	}
	.merit .item .txt_box{
		width: 100%;
	}
	.merit .item .img img{
		width: 70%;
	}
	.merit .item h4{
		text-align: center;
	}
	.merit .sub_ttl{
		margin-bottom: 40px;
	}
	.job .sub_ttl{
		margin-bottom: 40px;
	}
	.m_table{
		font-size: 1.45rem;
	}
	.m_table th{
		width: 28%;
		padding-right: 10px;
	}
	.m_table td{
		width: 72%;
		padding-left: 10px;
	}
	.job .ac_img{
		width: 120px;
	}
	.merit .item_list .txt_box p.en{
		text-align: center;
	}
}




/* 会社概要 */


.greeting{
	background-color: #f5f5f5;
} 


.greeting .left{
	width: 44%;
}

.greeting .left img{
	width: 100%;
	aspect-ratio: 3 / 2.7;
	object-fit: cover;
	border-radius: 10px;
}

.greeting .right{
	width: 46%;
	font-size: 1.5rem;
}

.greeting .right .btm{
	margin-top: 20px;
	text-align: right;
}

.greeting .right .txt_box{
	line-height: 2.2;
}


.outline .sub_ttl{
	text-align: center;
	margin-bottom: 60px;
}

.access{
	position: relative;
}

.access .inner{
	position: relative;
}

.access .ac_img{
	position: absolute;
	width: 220px;
	top: -100px;
	right: 0;
}

.access::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 300vw;
	aspect-ratio: 2 / 1;
	border-radius: 50%;
	background-color: #d9f2f0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.access .sub_ttl{
	text-align: center;
	margin-bottom: 60px;
}

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

.access .inner{
	max-width: 1080px;
	margin: 0 auto;
}

@media (max-width: 1200px){
	.greeting .flex_bet{
		flex-direction: column;
	}
	.greeting .left{
		width: 100%;
		text-align: right;
		margin-bottom: 40px;
	}
	.greeting .right{
		width: 80%;
	}
	.greeting .left img{
		width: 70%;
		aspect-ratio: auto;
		height: 350px;
	}
	.access .ac_img{
		width: 180px;
	}
}


@media (max-width: 650px){
	.greeting .left{
		width: 100%;
	}
	.greeting .right{
		width: 100%;
	}
	.outline .sub_ttl{
		margin-bottom: 40px;
	}
	.access .sub_ttl{
		margin-bottom: 40px;
	}
	.access .map iframe{
		height: 300px;
	}
	.greeting .left img{
		height: 260px;
		aspect-ratio: auto;
		width: 100%;
	}
	.access .ac_img{
		width: 120px;
	}
}


/* お問い合わせ */

.co_top{
	padding: 150px 0;
	position: relative;
	background: url(../img/cotop_bg.jpg);
	background-size: cover;
	background-position: center;
	background-position: top;
	background-attachment: fixed;
}

::-webkit-full-page-media, :future, :root .co_top{
	background-attachment: scroll;
  }

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

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


.co_top .item{
	width: 47%;
	background-color: rgb(255, 255, 255,0.9);
	backdrop-filter: blur(3px);
	text-align: center;
	padding: 30px 0;
	border: solid 2px #2bb9b0;
}

.co_top .item h3{
	position: relative;
	margin-bottom: 5px;
	letter-spacing: 0.03em;
	padding-bottom: 2px;
}

.co_top .item h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 2px;
	width: 100px;
	background-color: #2bb9b0;
}

.co_top .item .num{
	position: relative;
	display: block;
	font-size: 3.4rem;
	letter-spacing: normal;
	padding-left: 60px;
	width: fit-content;
	margin: 0 auto;
	padding-right: 20px;
}

.co_top .item .num span{
	position: absolute;
	display: inline-block;
	border: solid 1px #2bb9b0;
	background-color: #fff;
	aspect-ratio: 1 / 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}

.co_top .item .num span i{
	position: absolute;
	padding: 0;
	color: #2bb9b0;
	font-size: 2.4rem;
	top: 50%;
	left: 25px;
	transform: translate(-50%,-50%);
}

.co_top a:hover{
	opacity: 0.7;
}


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: 50px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}

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

.postal_btn{
	background-color: #2bb9b0;
	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{
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}




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

/* .contact_table tr:first-child th{
	padding-bottom: 0;
} */
.contact_table th span.ac.nini{
	background-color: #fff;
	border: solid 1px #2bb9b0;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
	margin-top: -3px;
	margin-right: 20px;
}

.form_box{
	background-color: #f5f5f5;
}


.form_box .sub_ttl{
	text-align: center;
	margin-bottom: 80px;	
}

.form_box .inner{
	max-width: 960px;
	margin: 0 auto;
}

.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: 1.8rem;
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	border-bottom: solid 2px #2bb9b0;
	color: #2bb9b0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #2bb9b0;
	border-right: 2.5px solid #2bb9b0;
	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.45rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 1.8;
}

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

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.jpg);
	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: 10px 0;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #2bb9b0;
	color: #fff;
	border: solid 2px #2bb9b0;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

.form_btn button:hover{
	background-color: #fff;
	color: #2bb9b0;
}

.contact_table th span.ac.nini{
	color: #111;
	background-color: #fff;
	border: solid 1px #2bb9b0;
}

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

.contact_table{
	width: 100%;
}

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

.contact_table th{
	width: 30%;
	font-weight: 500;
	font-size: 1.6rem;
}

.contact_table tr:first-child th{
	vertical-align: top;
}

.k_contact footer{
	background-color: #fff;
}


@media (max-width: 1200px){
	.co_top .inner{
		flex-direction: column;
		align-items: center;
	}
	.co_top .item+.item{
		margin-top: 40px;
	}
	.co_top .item{
		width: 94%;
		max-width: 500px;
	}
	.co_top{
		padding: 100px 0;
	}
}

@media (max-width: 650px){
	.co_top .item h3{
		font-size: 2rem;
	}
	.co_top .item .num{
		font-size: 2.4rem;
	}
	.co_top .item .num span{
		width: 45px;
		height: 45px;
	}
	.co_top .item .num span i{
		font-size: 2rem;
		left: 22.5px;
	}
	.co_top{
		padding: 60px 0;
	}
	.co_top .item+.item{
		margin-top: 30px;
	}
	.kasou .sub_ttl .ja{
		font-size: 2.8rem;
	}
	.form_box .sub_ttl{
		margin-bottom: 40px;
	}
	.contact_table th,.contact_table td{
		width: 100%;
		display: block;
	}
	.contact_table td{
		padding: 0;
	}
	input[type="checkbox"] + label{
		font-size: 1.6rem;
	}
}


/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

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

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #2bb9b0;
	line-height: 1;
}

.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 #2bb9b0;
    color: #2bb9b0;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #2bb9b0;
	color: #fff;
}

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