@charset "UTF-8";

/*
Theme Name: wonclean2025
Theme URI: 
Author: 株式会社ワンクリーン
Author URI: https://wonclean.jp/
Version: 1.0
*/

/*
  reset
*/
*{margin:0;padding:0;}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}address{font-style:normal}table{border-spacing:0;table-layout:fixed;}

:root{
	--font-color:#333333;
}

:root{
	--font-subcolor:#60372f;
}

/*フォント設定*/
@font-face {
	font-family: 'NotoSansL';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'NotoSansR';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'NotoSansM';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'NotoSansB';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'JosefinSansL';
	src: url('assets/font/JosefinSans-VariableFont_wght.ttf');
	font-weight: 200;
}

@font-face {
	font-family: 'JosefinSansR';
	src: url('assets/font/JosefinSans-VariableFont_wght.ttf');
	font-weight: 400;
}

html{
	font-size:62.5%;
	scroll-padding-top: 100px;
}

body{
	font-family: 'NotoSansR';
	font-weight: normal;
	letter-spacing:0.05em;
	line-height: 2;
	color: var(--font-color);
	font-size: 1.5rem;
	background-color: #f4f4ea;
	position: relative;
	height: auto!important;
}

@media(max-width:820px) {
	body{
		font-size: 1.4rem;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}

.law{
	padding-left: 15px;
	padding-right: 15px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
}

nav ul li{
	list-style: none;
}

a{
	color: var(--font-color);
}

a:hover{
	transition: 0.3s;
}


a[target="_blank"]::after{
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-image: url("assets/img/outerlink.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 0.2em;
}

a[href$=".pdf"]::after {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-pdf.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.1em);
}

a[href$=".doc"]::after,
a[href$=".docx"]::after {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-wd.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.1em);
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-ex.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.1em);
}

strong{
	font-family: 'NotoSansB';
	font-weight: 700;
}


.w900{
	max-width:930px;
}


.w1000{
	max-width:1030px;
}

.w1200{
	max-width:1230px;
}

@media(max-width:1080px) {
}

@media(max-width:820px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

@media(max-width:599px) {
}



/*ヘッダー*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 100;
}

@media(max-width:820px) {
	header{
		display: inherit;
	}
}

.logo_header{
	display: block;
	padding: 27px 15px 20px 20px;
	background-color: #fff;
	border-radius: 0 0 10px 0;
	transition: .3s;
}

@media(min-width:821px) {
	a.logo_header:hover{
		opacity: .7;
		transition: .3s;
	}
}

@media(max-width:820px) {
	.logo_header{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		padding: 12px 7px 10px 10px;
	}

	.logo_header img{
		width: 60px;
	}
}

.nav_header{
	background-color: #fff;
	border-radius: 0 0 0 10px;
}

@media(max-width:820px) {
	.nav_header{
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		padding-top: 70px;
		padding-bottom: 50px;
	}
}

.nav_header nav{
	display: flex;
	justify-content: flex-end;
}

@media(max-width:820px) {
	.nav_header nav{
		display: inherit;
	}
}

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

@media(max-width:820px) {
	.subbtn_header{
		justify-content: center;
	}
}

.subbtn_header a{
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	font-size: 1.2rem;
	color: #8e733d;
	font-family: 'NotoSansM';
	font-weight: normal;
	border: 2px solid #f7b400;
	background-color: #fff;
	border-radius: 40px;
	padding: 0.5em 1.5em;
	margin-right: 15px;
	transition: .3s;
}

@media(min-width:821px) {
	.subbtn_header a:hover{
		background-color: #f7b400;
		color: #fff;
	}
}

@media(max-width:820px) {
	.subbtn_header a{
		font-size: 1.4rem;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.nav_header ul li{
	padding: 0 1em;
	display: inline-block;
}

@media(max-width:976px) {
	.nav_header ul li{
		padding: 0 0.5em;
	}
}

@media(max-width:820px) {
	.nav_header ul li{
		display: block;
		border-bottom: 1px solid #e6e6e6;
	}
}

.nav_header ul li a{
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	padding: 1em 0;
	position: relative;
	color: var(--font-color);
	transition: .3s;
}

@media(max-width:820px) {
	.nav_header ul li a{
		width: 100%;
	}
}

@media(min-width:821px) {
	.nav_header ul li a:hover{
		font-family: 'NotoSansB';
		color: #f7541c;
	}
	.nav_header ul li a.active{
		font-family: 'NotoSansB';
		color: #f7541c;
	}
}

.nav_header ul li a::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #fd5c19;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	opacity: 0;
}

@media(min-width:821px) {
	.nav_header ul li a:hover::after{
		transition: .3s;
		opacity: 1;
	}
	
	.nav_header ul li a.active::after{
		content: '';
		display: inline-block;
		width: 100%;
		height: 4px;
		background-color: #fd5c19;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: .3s;
		opacity: 1;
	}
}

@media(max-width:820px) {
	.contact_header{
		text-align: center;
	}
	
}

.contact_header a{
	display: inline-block;
	background-color: #fd5c19;
	color: #fff;
	text-decoration: none;
	font-size: 1.9rem;
	text-align: center;
	height: 100%;
	line-height: 1.3;
	padding: 15px 25px 10px 25px;
	transition: .3s;
}

@media(max-width:976px) {
	.contact_header a{
		font-size: 1rem;
		padding: 23px 15px 10px 15px;
	}
}

@media(min-width:821px) {
	.contact_header a:hover{
		background-color: #ff7d5f;
	}
}

.contact_header a span{
	font-family: 'JosefinSansR';
	font-weight: normal;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	display: block;
}

@media(max-width:976px) {
	.contact_header a span{
		font-size: 1.3rem;
	}
}

.contact_header a span::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	background-image: url("assets/img/contact.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	transform: translateY(5px);
}

.nav_left{
	padding: 15px 10px 0;
}

@media(max-width:820px) {
	.nav_left{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.nav_left ul{
		margin-bottom: 40px;
	}
}



.spmenu{
	cursor: pointer;
	position: absolute;
    right: 0;
	top: 0;
	z-index: 300;
	color: #fd5c19;
	font-size: 0.8rem;
	text-align: center;
	font-family: 'NotoSansB';
	font-weight: normal;
	width: 60px;
	height: 60px;
	display: none;
}

@media(max-width:820px) {
	.spmenu{
		display: block;
	}
}

.spmenu span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background: #fd5c19;
	width: 32px;
}

.spmenu span:nth-of-type(1){
	top: 14px; 
}

.spmenu span:nth-of-type(2){
	top: 25px;
}

.spmenu span:nth-of-type(3){
	top: 35px;
}

.spmenu.active span:nth-of-type(1){
	top: 18px;
    left: 10px;
    transform: translateY(6px) rotate(-30deg);
    width: 65%;
}

.spmenu.active span:nth-of-type(2) {
	opacity: 0;
}

.spmenu.active span:nth-of-type(3){
	top: 30px;
    left: 10px;
    transform: translateY(-6px) rotate(30deg);
    width: 65%;
}

.spmenu div{
	transform: translateY(43px);
}



/*本体用共通パーツ*/


.news_list{
	background-color: #fff;
	padding: 45px 30px;
}

@media(max-width:599px) {
	.news_list{
		padding: 35px 15px;
	}
}

.news_list ul{
	list-style: none;
}

.news_list li{
	border-bottom: 1px solid #e6e6e6;
	font-family: 'NotoSansM';
	font-weight: normal;
}

.news_list li a{
	padding: 1.4em 1em;
	display: block;
	text-decoration: none;
	color: #565656;
	line-height: 1.5;
}

@media(min-width:821px) {
	.news_list li a:hover{
		text-decoration: underline;
	}
}

.date{
	font-family: 'NotoSansB';
	font-weight: normal;
	margin-right: 15px;
	color: var(--font-color);
}

.cat{
	font-family: 'NotoSansB';
	font-weight: normal;
	font-size: 0.6em;
	color: #8e733d;
	background-color: #eaeadf;
	padding: 0.3em 0.6em;
    line-height: 1;
    transform: translateY(-2px);
    display: inline-block;
	margin-right: 15px;
}

.spt_list ul{
	list-style: none;
	text-align: center;
}

.spt_list li{
	display: inline-block;
}

.spt_list li a{
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	font-family: 'NotoSansB';
	font-weight: normal;
	color: #8e733d;
	line-height: 1;
	padding: 0.5em 1.2em;
	background-color: #eaeadf;
	border-radius: 30px;
	transition: .3s;
}

@media(min-width:821px) {
	.spt_list li a:hover{
		color: #eaeadf;
		background-color: #8e733d;
	}
}

.button_tel{
	text-align: center;
}

.button_tel a{
	display: inline-block;
	font-family: 'NotoSansB';
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	background-color: #f7b400;
	font-size: 2.3rem;
	padding: 0.5em 0.7em;
	border-radius: 60px;
	width: min(430px, 100%);
	margin-bottom: 5px;
	letter-spacing: 0;
	transition: .3s;
}

@media(min-width:821px) {
	.button_tel a:hover{
		color: #f7b400;
		background-color: #fff;
	}
}

.button_tel a::before{
	content: '';
	display: inline-block;
	background-image: url("assets/img/tel.png");
	width: 23px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	transition: .3s;
}

@media(min-width:821px) {
	.button_tel a:hover::before{
		background-image: url("assets/img/tel_hover.png");
		transition: .3s;
	}
}

.uketuke{
	font-size: 1rem;
	text-align: center;
}

.fv_ctctbox .button_tel{
	margin-bottom: 15px;
}

.button{
	text-align: center;
}

.button a{
	display: inline-block;
	font-family: 'NotoSansM';
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	background-color: #fd5c19;
	font-size: 1.3rem;
	width: min(230px, 100%);
	border-radius: 5px;
	padding: 1em;
	transition: .3s;
}

@media(min-width:821px) {
	.button a:hover{
		background-color: #ff7d5f;
	}
}

.button_next{
	text-align: right;
}

.button_next a{
	color: var(--font-color);
}

.button_next a::after{
	content: '';
	display: inline-block;
	background-image: url("assets/img/next.png");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    top: 15px;
	margin-left: 0.7em;
	transition: .3s;
}

@media(min-width:821px) {
	.button_next a:hover::after{
		transform: translateX(10px);
		transition: .3s;
	}
}

.contact{
	background-image: url("assets/img/ctct_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 440px;
	background-position: center;
}

.contact_box{
	background-color: #f4f4ea;
	transform: translateY(220px);
	padding: 20px;
	border-radius: 10px;
}

@media(max-width:820px) {
	.contact_box{
		transform: translateY(200px);
	}
}

.contact_box h3{
	text-align: left;
}

.contact_box h3::before{
	display: none;
}

.contact_box_inner{
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 80px;
	width: min(1000px, 100%);
	margin: 0 auto;
}

@media(max-width:820px) {
	.contact_box_inner{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media(max-width:599px) {
	.contact_box_inner{
		display: inherit;
		padding-top: 0;
        padding-bottom: 0;
	}
}

.contact_box_inner h3{
	font-family: 'NotoSansM';
	font-weight: normal;
	font-size: 3.8rem;
	line-height: 1.5;
	color: #60372f;
	margin-bottom: 20px;
}

@media(max-width:820px) {
	.contact_box_inner h3{
		font-size: 2.5rem;
	}
}

.contact_box_inner h3 span{
	font-family: 'JosefinSansR';
	font-weight: normal;
	color: #f7541c;
	font-size: 0.4em;
	letter-spacing: 0.15em;
	display: block;
	background: none;
}

.contact_box_inner h3 + p{
	font-family: 'NotoSansM';
	font-weight: normal;
	margin-bottom: 1em;
}

.font_s{
	font-family: 'NotoSansR';
	font-weight: normal;
	font-size: 80%;
	color: #808080;
}

.contact_box_inner > div{
	width: 43%;
}

@media(max-width:820px) {
	.contact_box_inner > div{
		width: 47%;
	}
}

@media(max-width:599px) {
	.contact_box_inner > div{
		width: 100%;
		padding: 30px 15px;
	}
}

.contact_box_inner h4{
	font-family: 'NotoSansB';
	font-weight: normal;
	font-size: 1.8rem;
	color: #8e733d;
	text-align: center;
}

.contact_ctctbox{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
}

.contact_box .button_tel{
	margin-bottom: 30px;
}

.contact_box .button_tel a{ 
	font-size: 3.8rem;
	width: 100%;
	padding: 0.5em;
}

@media(max-width:820px) {
	.contact_box .button_tel a{
		font-size: 2.2rem;
	}
}

.contact_box .button_tel a::before{
	width: 42px;
	height: 37px;
}

@media(max-width:820px) {
	.contact_box .button_tel a::before{
		width: 20px;
		height: 18px;
	}
}

.contact_box .uketuke{
	font-size: 1.3rem;
}

.contact_box .button a{
	font-size: 1.8rem;
    width: min(320px, 100%);
}

@media(max-width:820px) {
	.contact_box .button a{
		font-size: 1.5rem;
	}
}

.contact_box .button a::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	background-image: url("assets/img/contact.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	transform: translateY(4px);
}

@media(max-width:820px) {
	.contact_box .button a::before{
		width: 19px;
		height: 15px;
	}
}

.center{
	text-align: center;
}


/*トップページFV文字アニメーション*/
.fv_delay_txt span{
	clip-path: inset(0 100% 0 0);
	transition: clip-path .7s cubic-bezier(.56, .03, .54, .88);
}

.fv_delay_txt.active span{
	clip-path: inset(0);
}

.fv_delay_txt span:first-of-type{
	transition-delay: .5s;
}

.fv_delay_txt span:nth-of-type(2){
	transition-delay: 1s;
}

.fv_delay_txt span:last-of-type{
	transition-delay: 1.5s;
}


/*トップに戻るボタン　ここから*/
#page-top{
	width: 80px;
	position: fixed;
	right: 30px;
	bottom: 52px;
	z-index: 50;
}

@media(max-width:1080px) {
}

@media(max-width:820px) {
	#page-top{
		width: 50px;
		right: 10px;
		bottom: 110px;
	}
}

@media(max-width:599px) {
}


#page-top:hover{
	opacity: .7;
	cursor: pointer;
	transition: .3s;
}

/*　上に上がる動き　*/

#page-top a{
	opacity: 0;
	transition: .3s;
}

#page-top a.appear{
	opacity: 1;
	transition: .3s;
}

#page-top a.disappear{
	opacity: 0;
	transition: .3s;
}

/*トップに戻るボタン　ここまで*/




/*フッター*/

footer{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #f1f1e7;
}

body:has(.contact) footer{
	margin-top: 300px;
}

@media(max-width:820px) {
	body:has(.contact) footer{
		margin-top: 200px;
	}
}

@media(max-width:599px) {
	body:has(.contact) footer{
		margin-top: 470px;
	}
}

.footer_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

@media(max-width:599px) {
	.footer_box{
		display: inherit;
	}
}

.logo_footer{
	margin-bottom: 50px;
}

@media(max-width:599px) {
	.logo_footer{
		width: 100px;
		height: 72px;
		margin-bottom: 0;
	}
}



@media(max-width:599px) {
	.prof_footer{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap:20px;
		margin-bottom: 30px;
	}
}


.address{
	font-size: 1.4rem;
	line-height: 1.7;
}

@media(max-width:820px) {
	.address{
		font-size: 1.3rem;
	}
}

.nav_footer{
	width: calc(100% - 250px);
}

@media(max-width:599px) {
	.nav_footer{
		width: 100%;
	}
}

.nav_footer ul{
	list-style: none;
	margin-bottom: 20px;
}

@media(max-width:599px) {
	.nav_footer ul{
		margin-bottom: 50px;
	}
}

.nav_footer ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
}

@media(max-width:599px) {
	.nav_footer ul li{
		display: inherit;
		margin-bottom: 10px;
	}
}

.nav_footer ul li a{
	font-family: 'NotoSansB';
	font-weight: normal;
	color: var(--font-color);
	text-decoration: none;
	transition: .3s;
}

@media(min-width:821px) {
	.nav_footer ul li a:hover{
		color: #f7541c;
		transition: .3s;
	}
}

.nav_footer ul li div{
	display: inline-block;
	width: min(460px, 100%);
	padding: 0 0.7em;
	border-left: 1px solid #f7541c;
	margin-left: 25px;
	line-height: 1.8;
}

@media(max-width:599px) {
	.nav_footer ul li div{
		margin-left: 10px;
	}
}

.nav_footer ul li div a{
	font-size: 1.3rem;
	font-family: 'NotoSansR';
	font-weight: normal;
}

.comp{
	background-color: #eaeadf;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 5px;
	width: min(280px, 100%);
	float: right;
}

@media(max-width:599px) {
	.comp{
		float: inherit;
		margin: 0 auto;
	}
}

.comp_title{
	display: inline-block;
	font-size: 1rem;
	font-family: 'NotoSansB';
	font-weight: normal;
	color: #8e733d;
	background-color: #fff;
	padding: 0.4em 0.8em;
	border-radius: 30px;
	line-height: 1;
}

.comp a{
	color: var(--font-color);
	display: inline-block;
	font-size: 0.9rem;
	text-align: center;
	text-decoration: none;
}

@media(min-width:821px) {
	.comp a:hover{
		text-decoration: underline;
	}
}

small{
	display: block;
	width: 100%;
	text-align: center;
}



