@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:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #f5f5f5;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;
}
/* スペース調整======================================== */
.w960{
	max-width: 960px;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.bg_light{
	background-color: #f5f5f5; /* 淡グレー*/
}
.bg_dark{
	background:#333;
}
.bg_in_w{
	background:rgba(255,255,255,0.75);
	padding: 20px;
}

/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#f5f5f5;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:250px;
}

/* ヘッダー　======================================== */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	
}
.site-header{
	background: rgba(51,51,51,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items: center;
    transition: .5s;
    width: 100%;
	height: 60px;
}
.site-header.transform{
    background: rgba(51,51,51,1.0);

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

/* ヘッダー問い合わせボタン　================================================== */
.btn_header{
	display: inline-block;
	text-align: center;
	width: 200px;
	background-color:rgba(255,255,255,0.0);
	color: #fff;
	padding: 0.5em;
	text-shadow: 2px 2px 5px #000;
	position: relative;
	border: solid 1px #fff;
	border-radius: 30px;
	margin-right: 20px;
}
.btn_header::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn_header:hover{
	color: #000;
	text-shadow: 2px 2px 5px #fff;
	background:rgba(255,255,255,1.0);
	transition: .5s;
}
.btn_header:hover::after{
	right: 10px;
	transition: .5s;
}

/* スライダー　======================================== */
.slider{
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: -1;
	overflow: hidden;
	-ms-overflow-style: none;
}
.top_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	width: 90%;
}
.top_copy h2{
	font-family: 'Noto Serif JP', serif;
	font-size:3em;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}

/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1920px;
	background: #fff;
	margin: auto;
	padding: 0;
}
/* 新着情報 ================================================== */
.news_wrap{
	background:#333;
	padding: 30px 0;
}
.news{
	max-width: 900px;
	height: 150px;
	overflow:auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 20px;
}
.news h3{
	font-size: 18px;
	width: 150px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
}
.news_in{
	width: 100%;
	height: 100%;
	max-width: 850px;
	margin: 0 ;
	padding: 10px;
	color: #fff;
}

/* 各コンテンツ枠　======================================== */
.contents{
	padding: 50px 0;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}

.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%;
}
/* 見出し　==================== */
.txt_box{
	width: 100%;
}
.txt_box h2{
	font-size: 2em;
	vertical-align: middle;
	color: #000;
	font-family: 'Noto Serif JP', serif;
}
.txt_box h3{
	font-size: 1em;
	vertical-align: middle;
	color: #d11100;
}

/* 挨拶　==================== */
.bgimg01{
	background:url("../img/bg_img09.jpg")no-repeat;
	background-size: cover;
	background-position: center;
}
.greeting_wrap{
	width: 100%;
}

.greeting_wrap .greeting_txt{
	width: 50%;
	margin: 0 0 0 auto;
}
.greeting_wrap .greeting_txt p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 50px;
	line-height: 200%;
	min-height: 300px;
}

/* ボタン　================================================== */
.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,0.25);
	color: #d11100;
	padding: 0.5em;
	position: relative;
	border: solid 1px #d11100;
	border-radius: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.button_01::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	color: #fff;
	background:rgba(209,17,0,1.0);
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}

/* 事業内容　================================================== */
.bg_grad{
	background:linear-gradient(#fff 0% 50%, #333 50% 100%);
}

.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;
}
/* 農薬散布代行　================================================== */
.bgimg02{
	background:url("../img/bg_img04.jpg") no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.txt_position{
	padding-top: 150px;
	padding-bottom: 100px;
	text-shadow: 2px 2px 5px #fff,-2px -2px 5px #fff;
}
/* 求人情報================================================== */
.bgimg03{
	background:url("../img/bg_img08.jpg") no-repeat;
	background-size: cover;
	background-position: left center;
	padding: 50px 10px;
}
.rec_wrap .rec_txt{
	width: 60%;
	margin: 0 0 0 auto;
	text-shadow: 2px 2px 5px #000;
}
.rec_wrap .rec_txt h2{
	color: #fff;
}
.rec_wrap .rec_txt p{
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 50px;
	line-height: 200%;
}

/* フッター部分　================================================== */
footer{
	background: #333;
	margin-bottom: 0;
	padding-top: 30px;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	font-weight: 700;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color:#fff ;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #d11100;
	transition:all .5s ease-in;
}
.footer_in h2 img{
	width: 250px;
	padding: 10px 0;
}
.footer_in{
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 50px 20px;
}
.footer_in p{
	color: #fff;
	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: #d11100;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	background-color: #000;
	padding: 1em 0;

}
/* footerお問い合わせボタン　================================================== */
.footerbtn_wrap{
	width: 100%;
}
.footerbtn{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:rgba(255,255,255,0.0);
	color: #fff;
	padding: 0.5em;
	position: relative;
	border: solid 1px #fff;
	border-radius: 30px;
}
.footerbtn::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.footerbtn:hover{
	color: #000;
	background-color:rgba(255,255,255,1.0);
	transition: .5s;
}
.footerbtn:hover::after{
	right: 10px;
	transition: .5s;
}

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

.subtitle{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
}
.sub_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.sub_copy h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2.5rem;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.sub_copy h2 span{
	font-size: 150%;
}
/* 事業内容ページ ================================================== */
.services_flex{
	display:flex;
	justify-content: space-around;
	align-items:flex-start;
}
.services_flex div{
	width: calc(100% / 3 - 10px);
	padding: 10px 5px;
}
.services_flex summary h3{
	display: block;
	width: 100%;
	height: 3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding: 5px;
	font-size: 1.1em;
	background:#333;
	color: #fff;
	text-align: center;
	position: relative;
}
.services_flex details{
	width: 100%;
	background:rgba(255,255,255,0.45);
	border-radius: 0 0 15px 15px;
	border-right: #f5f5f5 solid 3px;
	border-bottom: #f5f5f5 solid 3px;

	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.services_flex details p{
	padding: 15px;
	line-height: 180%;
	font-size: 0.95em;
}
.services_flex details summary h3 ::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f078';
	position: absolute;
	left: 50%;
	top: 2em;
	transform: translateX(-50%);
}
.services_flex details[open] summary h3 ::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	position: absolute;
	left: 50%;
	top: 2em;
	transform: translateX(-50%);
}




.scroll{
	max-height: 200px;
	overflow: scroll;
}




.services_01{	
	background: url("../img/icon_01.png"),url("../img/subbg_img04.jpg");
	background-repeat: no-repeat;
	background-position: bottom center,center;
	background-size: 150px, cover;
	height: 450px;
}

.services_02{	
	background:url("../img/icon_03.png"),url("../img/bg_img05.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center,center;
	background-size: 150px, cover;
	height: 450px;
}

.services_03{	
	background:url("../img/icon_02.png"),url("../img/bg_img06.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center,top center;
	background-size: 150px, cover;
	height: 450px;
}

.services_04{	
	background:url("../img/icon_04.png"),url("../img/bg_img07.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center,center;
	background-size: 150px, cover;
	height: 450px;
}
.services_05{	
	background:url("../img/icon_02.png"),url("../img/bg_img05_2.jpg") ;
	background-repeat: no-repeat;
	background-position: bottom center,center;
	background-size: 150px, cover;
	height: 450px;
}
.button_services{
	display: block;
	width: 180px;
	margin: auto;
	text-align: center;
	background-color:#333;
	color: #fff;
	padding: 0.25em 2.5em 0.25em 0.5em;
	position: relative;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9em;
}
.button_services::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_services:hover{
	color: #fff;
	background:#666;
	transition: .5s;
}
.button_services:hover::after{
	right: 10px;
	transition: .5s;
}

/* 概要ページ ================================================== */

.gaiyou{
	width: 100%;
	background-color: rgba(255,255,255,0.50);
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px auto;
}
.gaiyou th{
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 8px 20px;
	background: #333;
	width: 180px;
	color: #fff;
	border-bottom: #fff 1px solid;
}
.gaiyou th::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top:50%;
	transform: translateY(-50%);
	right: -1.5em;
	border-style: solid;
	border-color: transparent transparent transparent #333;
	border-width: 0.5em 1em 0.5em 0.5em;
	z-index: 10;
}
.gaiyou td{
	vertical-align: top;
	padding: 8px 20px;
	border-bottom: #333 1px solid;
}
.map{
	width: 90%;
	margin: auto;
}
.gaiyou_flex{
	display:flex;
	align-items: center;
	justify-content: space-around;
}
.gaiyou_flex div{
	width: 100%;
	margin-top: 50px;
}
.logo img{
	width: 250px;
	display:block;
	margin: auto;
}

/* 農薬散布　================================================== */
.bgsub002{
	background: url("../img/subbg_img01.jpg") no-repeat;
	background-size: cover;
	background-position: top 200px left;
	background-attachment: fixed;
}

.projects_greeting{
	padding: 20px;
	background:url("../img/subbg_img05.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 350px;
	text-shadow: 2px 2px 5px #333;
}
.projects_greeting p{
	margin: 100px 0 50px;
	color: #fff;
}

.merit{
	margin: 30px 0;
}
.merit h3{
	font-size: 1.5em;
	vertical-align: middle;
}
.merit h3 span{
	background:#d11100;
	color:#fff;
	font-size: 60%;
	padding: 5px 10px;
	border-radius: 5px;
}
.merit p{
	margin-top: 20px;
	margin-left: 1em;
}
.bg_drone{
	background:url("../img/bg_icon01.png") no-repeat;
	background-position: bottom 10% right 10%;
	background-size: 700px;
}

/* フローチャート ================================================== */
.flow_wrap02,.flow_wrap03{
	width: 95%;
	max-width: 900px;
	border:#333 solid 3px;
	padding: 20px;
	margin: 50px auto 30px;
	border-radius: 20px;
	position: relative;
	background:rgba(255,255,255,0.49);
}
.flow_wrap02::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #333; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.flow_wrap02 dl,.flow_wrap03 dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.flow_wrap02 dt,.flow_wrap03 dt{
	width: 120px;
	padding: 0.25em;
	text-align: center;
	background: linear-gradient(to right, #999 0%,#333 100%);
	color: #fff;
	border-radius: 5px;
}
.flow_wrap02 dt img,.flow_wrap03 dt img{
	width: 50px;
}

.flow_wrap02 dd,.flow_wrap03 dd{
	width: 100%;
	padding: 0.25em 2em;
}
.flow_wrap02 dd h4,.flow_wrap03 dd h4{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333 ;
	font-size:1.2em;
	font-weight: 400;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;	
}
.flow_wrap02 dd p,.flow_wrap03 dd p{
	font-size:1em;
	line-height: 200%;
}

.button_flow{
	display: inline-block;
	text-align: center;
	background-color:#333;
	color: #fff;
	padding: 0.25em 2.5em 0.25em 0.5em;
	position: relative;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9em;
}
.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:#666;
	transition: .5s;
}
.button_flow:hover::after{
	right: 10px;
	transition: .5s;
}



/* 求人　================================================== */
.rec_greeting{
	padding: 20px;
	background:url("../img/subbg_img04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.rec_greeting p{
	margin: 100px 0 50px;
	max-width: 700px;
}
.job{
	margin: 30px auto;
}
.job p{
	margin-left: 1em;
}
p.bold{
	font-weight: 700;
	font-size: 110%;
}
.anchor{
	padding: 20px 0;
	text-align: right;
}
.anchor a{
	color: #333;
}
.anchor a:hover{
	color: #d11100;
}

.job h3,.rec h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2em;
	margin-bottom: 30px;
	background: #333;
	color: #fff;
	padding: 0.25em 1em;
	border-radius: 5px;
}

.job h4{
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-left: 1em;
}
.job h4 i{
	color: #d11100;
}

.job table{
	width: 98%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
.job table tr:nth-child(odd){
	background: #f5f5f5;
}
.job table th{
	width: 180px;
	padding: 1em 0;
}
.job table td{
	padding: 1em;
}


.btn_oubo{
	display: block;
	width: 200px;
	margin: 0 0 0 auto;
	text-align: center;
	font-size: 1em;
	font-weight: 700px;
	line-height: 100%;
	border-radius: 30px;
	background:#333333;
	margin-right: 30px;
	transition:all .5s;
}
.btn_oubo a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 30px;
	color: #fff;
}
.btn_oubo  :hover{
	background: #d11100;
}


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

.bgsub001{
	background: url("../img/subbg_img03.jpg") no-repeat;
	background-size: cover;
	background-position: top 200px left;
	background-attachment: fixed;
}

.button_wrap_tel{
	width: 500px;
	margin: 0 auto;
}
.button_tel{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:rgba(255,255,255,0.25);
	color: #d11100;
	padding: 0.5em;
	position: relative;
	border: solid 1px #d11100;
	border-radius: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
}
.button_tel::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_tel:hover{
	color: #fff;
	background:rgba(209,17,0,1.0);
	transition: .5s;
}
.button_tel:hover::after{
	right: 10px;
	transition: .5s;
}
#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 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;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#d11100;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#d11100;
	color:#fff ;
	border-radius: 30px;
	margin: 0 auto;
	border: solid 1px #d11100;
	transition: .5s;
}
input[type='submit']:hover{
	color: #d11100;
	background:#fff;
}
.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: #fa8072;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

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


/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	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 5 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 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* 230209 インスタバナー ================================================== */
.top_insta{
	margin:auto;
	max-width: 700px;
	overflow: hidden;
}
.top_insta img{
	width: 100%;
	transition-duration: 0.5s;
}

.top_insta:hover img{
	transform: scale(1.1);
	opacity: 0.8;
	transition-duration: 0.5s;
}
/* 230209 動画 ================================================== */

.bg_movie{
	background:linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.1)), url("../img/subbg_img05.jpg") ;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.movie_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.movie_flex .txt{
	padding: 15px 30px;
	flex: 1;
}
.movie_flex .txt p{
	margin: 100px 0 50px;
	color: #fff;
}
.movie{
	padding: 10px;
}
.movie iframe{
	width: 100%; /* 任意の横幅を指定 */
	max-width: 560px;
	min-width: 300px;
	margin: auto;
	height: auto;
	aspect-ratio: 3/4;
	border-radius: 10px;
}
@media (max-width: 959px){
	.bg_movie{
		background-position: top left 40%;
	}
	.movie_flex{
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.movie_flex .txt{
		width: 100%;
	}
}
@media (max-width: 750px){
	.bg_movie{
		background:linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,1.0),rgba(0,0,0,1.0)), url("../img/subbg_img05.jpg") ;
		background-repeat: no-repeat;
		background-position: center, top center;
		background-size: cover ,180%;
		background-color: #000;
	}
}

