@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle{
		display: none !important;
	}	
}
@media (min-width: 750px){
	.sp{
		display: none !important;
	}	
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #1a1a1a;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;
}
/* スペース調整======================================== */
.w1300{
	max-width: 1300px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w80{
	max-width: 80%;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.t-center{
	text-align: center;
}
.bg_in_w{
	background:rgba(255,255,255,0.85);
	padding: 50px;
}
.bg_grad01{
	width: 100%;
	background: linear-gradient(to right, #f5f5f5 75%, #ccc 75%);
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_grad02{
	width: 100%;
	background: linear-gradient(to bottom, transparent 60%, #029f5b 60%);
}
.bg_grad03{
	width: 100%;
	background: linear-gradient(to right, #f5f5f5 80%, #029f5b 80%);
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg01{
	width: 100%;
	background: linear-gradient(to right, transparent 75%, #029f5b 75%),url("../img/bg_img01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg02{
	width: 100%;
	background: linear-gradient(to right, transparent 75%, #029f5b 75%),url("../img/about_bg.jpg") bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_cut01{
	width: 100%;
	background: url("../img/cut01.png");
	background-repeat: no-repeat;
	background-size: 350px;
	background-position: bottom 2% right 10%;
}
.bg_footer-contact{
	width: 100%;
	background: url("../img/footerbg.jpg") bottom left;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 見出し　================================================== */
.top_title{
	position: relative;
	z-index: 10;
	padding-left: 40px;
	margin-bottom: 40px;
}
.top_title .num{
	position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    font-size: 9rem;
    z-index: -1;
	font-weight: 500;
    line-height: 1;
    color: #029f5b;
    opacity: 0.6;
}

.top_title .en{
	text-transform: uppercase;
    font-size: 4rem;
    letter-spacing: 0.08em;
    color: #1a1a1a;
	line-height: 1;
}
.stitle2{
	position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
	margin-left: 10px;
}
.stitle2::before{
	content: '';
    position: absolute;
    bottom: -1px;
    width: 200px;
    height: 1px;
    background: #029f5b;
}
.txt_lv03{
	font-weight: 500;
	border-bottom: solid 1px #029f5b;
	font-size: 1.5em;
}

.txt_lv03::first-letter{
	font-size: 150%;
	color: #029f5b;
}
.txt_copy01{
	font-size: 1.5rem;
}
.txt_copy02{
	font-size: clamp(1.3rem, 0.6rem + 3.2vw, 2.5rem);
	font-weight: 500;
	margin-top: 50px;
	text-align: center;
}
.txt_copy02 span{
	color: #029f5b;
}
.color_orange{
	color: #029f5b;
	font-weight: 500;
}

/* ボタン　================================================== */
.button_wrap{
	width: 250px;
	margin: 0 0 0 auto;
}

.button_01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:rgba(255,255,255,1.0);
	color: #1a1a1a;
	padding: 0.5em;
	position: relative;
	border: solid 1px #029f5b;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.button_01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	color: #fff;
	background: #029f5b;
	border: solid 1px #fff;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}
.button_wrap_flex{
	width: 600px;
	margin: auto;
	display: flex;
	align-content: center;
	justify-content: space-around;
}
.button_wrap_flex .button_01{
	width: calc(100% - 10px);
	margin: 0 10px;
}

/* ヘッダー　======================================== */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	
}
.site-header{
	background: rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items: center;
    transition: .5s;
    width: 100%;
	height: 95px;
}
.site-header.transform{
    background: rgba(255,255,255,1.0);
}
.site-header h1{
	line-height: 60px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
}
.site-header h1 img{
	width: auto;
	height: 45px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;
	transition: .5s;
}
.site-header h1 a{
	color: #000;
}
/* ヘッダーナビゲーション　================================================== */
.site-header nav{
}
.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.site-header nav ul li{
	margin: auto;
	padding: 0 15px;
	line-height: 50px;
	font-size:1em;
	position: relative;
	overflow: hidden;
	
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header nav ul li ::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(255,140,0,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover ::after{
	background:rgba(2,159,91,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}

/* ヘッダー問い合わせボタン　================================================== */
.site-header .btn_header_wrap{
	width: 450px;
	margin: 0 0 0 auto;
	padding-top: 10px;
	text-align: end;
}
.site-header .btn_header{
	display: inline-block;
	text-align: center;
	width: 250px;
	background-color:rgba(255,255,255,0.0);
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	padding: 0.4em;
	position: relative;
	border: solid 1px #fff;
	margin-right: 20px;
}
.site-header .btn_header::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.site-header .btn_header:hover{
	color: #000;
	background:rgba(255,255,255,1.0);
	transition: .5s;
}
.site-header .btn_header:hover::after{
	right: 10px;
	transition: .5s;
}
.site-header.transform .btn_header{
	color: #1a1a1a;
	border: solid 1px #1a1a1a;
}
.site-header.transform .btn_header:hover{
	color: #fff;
	background:#029f5b;
	border: solid 1px #029f5b;
}

/* スライダー　======================================== */
.slider{
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: -1;
	overflow: hidden;
	-ms-overflow-style: none;
}
.copy_wrap{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	margin:auto;
	text-align: center;
	max-width:850px;
	width:95%;
	aspect-ratio: 16 / 9;
	background: url("../img/copy_bg.png") no-repeat;
	background-size: 60%;
	background-position:center;
}
.copy_wrap h3{
	color: #fff;
	margin-top: 25vh;
	font-size: 3rem;
}

/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1920px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}
/* 新着情報 ================================================== */
.news_wrap{
	padding: 100px 0;
}
.news{
	margin: auto;
	padding: 0;
}

.news_in{
	width: calc(100% - 60px);
	margin: auto;
	padding: 15px;
	background: #fff;
	height: 200px;
	overflow:scroll;
	/* スクロールバー非表示Edgeへの対応*/
	-ms-overflow-style: none;
	/* スクロールバー非表示Firefoxへの対応*/
	scrollbar-width: none;
}
 /* スクロールバー非表示Google Chrome、Safariへの対応*/
.news_in::-webkit-scrollbar{
	display: none;
}

/* 各コンテンツ枠　======================================== */
.contents{
	width: 100%;
	padding: 100px 0;
}

.photo_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
.contents_type01{
	position: relative;
	z-index: 1;
	padding: 150px 0;
}
.contents_type01::after{
	content: '';
	width: 75%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
	pointer-events: none;
	z-index:-1;
}
.contents_type01 .text{
	padding: 70px 30px;
	width: 41%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}
.contents_type01 .text::after{
	content: '';
	width: 60vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #029f5b;
	pointer-events: none;
	z-index:-1;
}
.contents_type01 .text h3{
	color: #fff;
	font-size: 1.3em;
}

.contents_type01 .text p{
	color: #fff ;
	margin-bottom: 10px;
}
.contents_type01 .text ul{
	padding: 1em;
}
.contents_type01 .text ul li{
	color: #fff;
	line-height: 2;
	font-weight: 500;
}

.contents_type01 .img_wrap{
	position: absolute;
	top: 10%;
	left: 0;
	width: 58%;
	height: 600px;
	background-size: cover;
	background-position: center;
	padding: 40px;
	z-index: 2;
}
.contents_type01 .img_wrap::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index:-1;
}
.contents_type01 .img_wrap .box{
	width: 100%;
	height: 100%;
	background: inherit;
}
.contents_type01 .img_wrap{
	background-image: url("../img/img_rec1.jpg");
}
.contents_type01 .inner{
	width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.title_wrap{
	width: 35%;
	margin: 0 0 0 auto;
}

.contents_type01_reverse{
}
.contents_type01_reverse::after{
	left: auto;
	right: 0;
}



/* 挨拶　==================== */

.greeting_wrap{
	display: flex;
	justify-content: center;
	align-content: center;
}
.greeting_wrap .txt,.greeting_wrap .img{
	width: 100%;
	padding: 10px;
}
.greeting_wrap div img{
	width: 100%;
}
.greeting_wrap .txt p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 50px;
	line-height: 200%;
}





/* 事業内容　================================================== */

.icon_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.icon_flex div{
	width: 100%;
}
.icon_flex div img{
	display: block;
	width: 200px;
	height: 200px;
	padding: 10px;
	margin: 30px auto 15px;
	background:#f5f5f5;
}
.icon_flex h4{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

/* カルーセルスライダー ======================================== */
.carousel_wrap{
	max-width: 100%;
	overflow-x: hidden;
}
.carousel {
	width: calc(100% - 50px);
	max-width: 1600px;
	margin: auto;
}
.carousel div {
	margin: 10px;
	border-radius: 15px;
	overflow: hidden;
}
.carousel img {
	display: block;
	margin: 0 auto 0 0;
	width: 100%;
	height: 200px;
	padding: 15px;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* リンクコンテンツ ======================================== */
.contents_link{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 30px 0;
}

figure.effect-honey {
	display: block;
	position: relative;
	width: calc(100% / 3 - 30px);
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: transparent;
	background-color: #666;
}

figure.effect-honey img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	opacity: 0.9;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #1a1a1a;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h4 {
	position: absolute;
	color: #fff;
	font-size: 1.5em;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey h4::first-letter{
	font-size: 150%;
	color: #029f5b;
}

figure.effect-honey figcaption::before,
figure.effect-honey h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h4,
figure.effect-honey:hover h4 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-honey a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* フッター部分　================================================== */
footer{
	background: #f5f5f5;
	margin-bottom: 0;
	padding:50px 0 0;
	
}
.f_copy{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 10px 10px 30px;
	font-size: 1.2em;
	font-weight: 500;
}
/*コンタクトボタン*/
.footer_contact{
	width: calc(100% - 30px);
	max-width: 960px;
	margin: auto;
	display: flex;
	align-items: center;
	background: #029f5b;
	border-radius: 10px;
	padding: 10px;
}
.footer_contact .f_contact_in{
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
}
.footer_contact .border{
	border-left: dashed 1px #fff;
}
.footer_contact .f_contact_in p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	font-size: 1.5em;
	line-height: 150%;
	width: 90%;
	transition: .5s;
	color: #fff;
	font-weight: 500;
}
.footer_contact .f_contact_in p i{
	font-size: 120%;
}
.footer_contact .f_contact_in a{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;

}
.footer_contact .f_contact_in:hover p{
	color: #1A1A1A;
}

.footer_in h2 img{
	width: 100%;
	max-width: 300px;
}
.footer_in{
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px
}
.footer_in p{
	line-height: 180%;
}
.footer_in p.phone_buttom{
	text-align: center;
	font-size:1.8em;
	padding: 20px 0;
	line-height: 180%;
	font-family: 'Noto Serif JP', serif;
}
.footer_in p.phone_buttom a{
	color: #fff;
}
.footer_in p.phone_buttom a:hover{
	color: #029f5b;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	background-color: #029f5b;
	padding: 1em 0;

}

/* サブページタイトル ================================================== */

.subtitle{
	width: 100%;
	height: 400px;
	padding: 100px 50px 50px 50%;
	background: linear-gradient(-4deg , rgba(0,0,0,0.2) 75%, #2cdb8f 75.1% ),url("../img/kasou.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}
.sub_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.sub_copy h2{
	font-size:1.5em;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.sub_copy h2 span{
	font-size: 250%;
	text-transform: uppercase;
}


.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
}

.card002 div img{
	width: 100%;
}
.card002 .txt{
	padding: 15px;
}
.card002 .txt p{
	margin-bottom: 1rem;
}

.card002 .img_company{
	width: 35%;
	min-width: 200px;
	max-width: 350px;
	align-self: center;
}
.card002 .img_company img{
	width: 100%;
	padding: 15px;
}
.card002 .txt_company{
	padding: 0 15px ;
	flex: 1;
}

.point_wrap{
	width: 100%;
}

.card003{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	background: #fff;
	filter: drop-shadow(10px 10px #029f5b);
	padding: 30px;
}
.left{
	margin: 0 auto 50px 0;
}
.center{
	margin: 0 auto 50px;
}
.right{
	margin: 0 0 50px auto;
}


.card003 .img{
	width: 250px;
	background: #029f5b;
	border-radius: 50%;
	
}
.card003 .img img{
	width: 100%;
	border-radius: 50%;
}
.card003 .txt{
	flex: 1;
	align-self: center;
	padding: 15px;
}
.card003 .point h4{
	font-weight: 500;
	border-bottom: solid 1px #029f5b;
	font-size: 1.2em;
}
.card003 .point h4::first-letter{
	font-size: 150%;
	color: #029f5b;
}
.card003 .point p{
	font-weight: 300;
}

.card003 .img_interview{
	width: 250px;
}
.card003 .img_interview img{
	width: 100%;
	padding: 15px;
}
.card003 .txt_interview{
	flex: 1;
	align-self: center;
}
dl.interview{
	padding: 15px;
}
dl.interview dt{
	background: #029f5b;
	color: #fff;
	font-weight: 500;
	padding: 0.25em 0.5em;
	margin-bottom: 0.25em;
}
dl.interview dd{
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.card004{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.card004 .card004_inner{
	width: calc(100% / 2 - 30px);
	margin: 0 15px 30px;
	padding: 30px;
	background: #fff;
	box-shadow: 10px 10px #029f5b;
}
.card004 .card004_inner img{
	width: 100%;
}
.card004 .card004_inner h4{
	background: #029f5b;
	color: #fff;
	vertical-align: middle;
	padding: 0.5em 1em;
	font-size: 1rem;
}

dl.car{
	display: flex;
	align-items: center;
	border-bottom: dashed 1px #ccc;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.5em;
}
dl.car dt{
	width: 10em;
}


.car tr{
	width: 100%;
	margin-bottom: 0.5em;
}

.car th,.car td{
	border-bottom: dashed 1px #ccc;
	font-size: 1.2em;
	text-align: left;
	padding: 0.5em;

}
.car th{
	width: 35%;
	font-weight: 300;
	padding-left: 5px;
}
.car td{
	width: 70%;
	padding-left: 1em
}

/* 対応エリア ======================================== */
.area_map{
	padding: 50px 10px;
	background: url("../img/map.png") no-repeat;
	background-position: right center;
	background-size: auto 100%;
	min-height: 400px;
}
.area_map ul li{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.2em;
	padding: 0.25em 1em;
}
.area_map .wrap70{
	width: 70%;
	padding: 50px 10px;
}

/* Table Line02 ============================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #029f5b;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 1em;
}


.p_wrap{
	width: 80%;
	margin: auto;
}
.map{
	vertical-align: middle;
}

/* ながれ01 ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 780px;
	margin: auto;
	padding: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.flow_photo{
	width: 300px;
	text-align: center;
	background:rgba(0,0,0,0.25);
	padding: 15px;
	height: 220px;
	position: relative;
}
.flow_photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 220px;
	object-fit: cover;
}

.h_number{
	position: absolute;
	top:10px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background: #029f5b;
	margin-bottom: 10px;
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	z-index: 1;
}
.flow_txt{
	padding: 10px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	font-size: 0.9rem;
}
.flow_txt h3{
	font-size: 1.2em;
	color: #029f5b;
	border-bottom: solid 1px #029f5b;
	margin-bottom: 10px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color: #029f5b;
}
.button_flow{
	display: inline-block;
	width: fit-content;
	text-align: center;
	background-color:#029f5b;
	color: #fff;
	padding: 0.25em 2.5em 0.25em 0.5em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 0.5rem;
}
.button_flow::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_flow:hover{
	color: #fff;
	background:#333;
	transition: .5s;
}
.button_flow:hover::after{
	right: 10px;
	transition: .5s;
}

/* メールフォーム　================================================== */

.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#029f5b;
	color: #fff;
    padding: 10px 30px;
    text-align: center;
	margin: 16px auto;
	font-weight: 500;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#cc7000;
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


.contact_fax ul{
	width: 90%;
	margin: auto;
}
.contact_fax ul li{
	list-style: none;
	color: #333;
	border-bottom: solid 1px #ccc;
	padding: 6px 0;
	font-size: 1em;
	font-weight: 700;
}
.contact_fax ul li i{
	color:#029f5b;
}
#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	color: #333;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#029f5b;
	padding: 3px 8px;
	margin-left: 0.5rem;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background: #029f5b;
	color:#fff ;
	border: solid 1px #029f5b;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #029f5b;
	background:#fff;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	background: #029f5b;
	border:solid 1px #029f5b;
	padding: 0.25em 1em;
	color: #fff;
}
.postcord_btn:hover{
	background: #fff;
	color: #029f5b;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #0079c3;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

.checkbox{
	margin-right: 1em;
}

input:checked + label.radio-label::after {
  opacity: 1;
}

label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #029f5b;
  border-color: #029f5b;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}


/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: 0;
	background: transparent;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	left: 1em;
	background:rgba(0,0,0,0.25);
	padding: 3px 5px;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 0.5s ease-in-out;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #029f5b;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}

