@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #3D3632;
	line-height: 1.888889;
	overflow: hidden;
	font-size: clamp(1.5rem,2vw,1.8rem);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif!important;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.min{
	font-family: "Zen Old Mincho", serif!important;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #FC98BB;
}
.green{
	color: #D6EACA;
}
.green2{
	color: #7AA360;
}
.yellow{
	color: yellow;
}
.black{
	color: #3D3632;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#3D3632;
}
.bgred{
	background: #FC98BB;
}
.bggre{
	background: #D6EACA;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #3D3632;
}

a:visited {
	color: #3D3632;
}

a:active {
	color: #3D3632;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 36px 3.125% 0px 2.917%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
}

header.headerScroll{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hLogo{
	flex-shrink: 0;
	margin-right: 2%;
}

.hLogo a{
	display:flex;
	align-items:center;
}

.hLogo a .title1{
	font-size: clamp(1.8rem, 2.4vw, 3.7rem);
	line-height: 1.459;
	font-weight: 700;
	margin-right: 31px;
	letter-spacing: 0;
}

.hLogo a .title1 span{
	font-size: clamp(1.2rem, 1.8vw, 1.8rem);
	line-height: 1;
	font-weight: 700;
	display:block;
	margin-left: 3px;
	letter-spacing: 0;
}

.hLogo a .text1{
	font-size: clamp(1.2rem, 1.4vw, 1.8rem);
	line-height: 1.444;
	font-weight: 500;
	letter-spacing: 0;
}

.nav_list1 > li:hover > .hide_cont{
	opacity:1;
	cursor: initial;
	pointer-events: initial;
}

.hide_cont{
	position:absolute;
	padding-top:18px;
	top: 99%;
	opacity: 0;
	cursor: none;
	pointer-events: none;
	transition:.4s;
	width: 558px;
	letter-spacing: 0;
}

.hide_cont .in{
	background:#FBF8F4;
	border:3px solid #F3F2F1;
	border-radius:9px;
	padding:24px 34px;
	box-shadow:6px 6px 25px #00000029;
}


.hide_cont .in .title2{
	margin-bottom:8px;
}

.hide_cont .in .flex{
	align-items:flex-start;
}

.hide_cont .in .flex .hide_nav_div{
	max-width: 224px;
	width: 48%;
}

.hide_cont .in .flex .hide_nav_div .title3{
	font-weight:900;
	line-height: 1.4444;
	border-bottom: 1px dashed #E6DCCD;
	padding-bottom: 10px;
}

.hide_nav_list1 li{
	font-size:1.4rem;
	font-weight:400;
	margin-top:10px;
	position:relative;
}

.hide_nav_list1 li:before{
	content:"・";
	color:#FC98BB;
}


.hide_nav_div:last-child .hide_nav_list1 li:before{
	color:#7AA360;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 976px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 603px;
	width: 62%;
}

.nav_list1 li {
	margin-left:auto;
	position: relative;
}

.nav_list1 > li:first-child{
	margin:0;
}

.nav_list1 .text{
	display: block;
	text-decoration: none;
	font-size: 2rem;
	color:#3D3632;
	line-height:1.45;
	letter-spacing:0;
	position:relative;
}

.nav_list1 p.text:after{
	content:"+";
	font-weight:600;
	margin-left:8px;
}

.nav_list1 li:hover p.text:after{
	content:"−";
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 325px;
	width: 34%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	font-size: 2rem;
	font-weight: 700;
	transition: .4s;
	background: #FC98BB;
	color: #fff!important;
	height: 65px;
	border-radius: 8px;
	line-height: 1.2;
	letter-spacing: 0;
}

.hd_link_btn1 .icon{
	margin-right:11px;
	width:30px;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0px auto 0;
	position: relative;
	padding-top: 150px;
}

#cover .bg_img1{
	position: absolute;
	top: 21.243%;
	left: -15.365%;
	width: 59.426%;
	z-index: -2;
}

#cover .bg_img2{
	position: absolute;
	top: -1.844%;
	right: -14.219%;
	width: 40.937%;
	z-index: -2;
}

#cover .sou1{
	position: absolute;
	top: 18.333%;
	left: 0;
	width: 15.3197%;
	z-index: 0;
}

#cover .sou2{
	position: absolute;
	top: 28.807%;
	right: -11.042%;
	width: 52.6521%;
	z-index: 0;
}

.mv_slider_area{
	width: 81.042%;
	margin: 0 auto;
	height: 45.886vw;
	max-height: 881px;
	overflow: hidden;
}

#cover .text_area{
	position:absolute;
	bottom: 11.446%;
	left: 6.823%;
}

#cover .text_area .title{
	line-height: 1.448;
	font-size: 5.8rem;
	font-weight:700;
	font-size: clamp(2.4rem,3.1vw,5.8rem);
	letter-spacing:0.05em;
}

#cover .text_area .title > span{
	background:#fff;
	display:block;
	max-width:max-content;
	padding:19px 20px 22px 50px
}

#cover .text_area .title > span:last-child{
	margin-top:20px;
	padding:27px 20px 29px 50px
}

#cover .text_area .text_sou1{
	position:absolute;
	top: -5.62%;
	right: 15.694%;
	width: 10.285%;
}

#cover .text_area .text_sou2{
	position:absolute;
	left: -4.855%;
	bottom: -6.32%;
	width: 15.389%;
}

#cover .text_area .ab_text{
	position:absolute;
	bottom: -32.99%;
	right: -36.563%;
	width: 98.197%;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

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

.inner{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4.5rem;
	line-height: 1.4444;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4.5rem);
}

.mainTit .en_tit{
	line-height: 1.46667;
	font-weight:400;
	font-size: clamp(1.8rem,3vw,3rem);
	margin-bottom:8px;
	display:block;
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.ma1920{
	max-width: 1920px;
	margin: 0 auto;
	width:100%;
}

.content01{
	padding: 170px 0 100px;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.content01 .mainTit{
	font-size: clamp(2.4rem,4vw,5rem);
}

.content01 .mainTit .en_tit{
	margin-bottom:10px
}

.content01 .text1{
	font-size: clamp(1.5rem,2vw,2.2rem);
	margin-top: 64px;
	line-height: 1.954545;
}

.content02{
	padding: 120px 0 180px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.content02 .bg1{
	position:absolute;
	top: -162px;
	z-index: -1;
	width: 33.754%;
	left: -195px;
}

.content02 .bg2{
	position:absolute;
	top: 351px;
	right: -196px;
	z-index: -1;
	width: 47.011%;
}

.content02 .bg3{
	position:absolute;
	top: 835px;
	left: -170px;
	z-index: -1;
	width: 34.828%;
}

.co2_div1{
	max-width:1563px;
	margin: 0 auto 180px;
	width:90%;
	background:#FBF8F4;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	padding: 3.465% 3.959% 5.88%;
}


.co2_div1 .text_area{
	max-width: 570px;
	width: 47%;
}

.co2_div1 .text_area .title1{
	font-size: clamp(1.8rem,2vw,3rem);
	line-height: 1.86666;
}

.co2_div1 .text_area .title1 .line{
	text-decoration-line: underline;
	text-decoration-style: dashed;
	text-decoration-color: #3D3632;
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
}

.co2_div1 .text_area .title1 .en_tit{
	font-size: clamp(1.6rem,1.9vw,2.5rem);
	display:block;
	margin-bottom: 3.334%;
	line-height: 1.44;
}

.co2_div1 .text_area .text1{
	margin-top: 5.265%;
	max-width: 553px;
	width: 100%;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}

.co2_div1 .sou1{
	position:absolute;
	bottom: -16px;
	left: 37%;
	width: 7.211%;
}

.co2_div1 .img{
	position:absolute;
	right: -13.372%;
	width: 64.556%;
	top: -7.508%;
}

.co2_div2{
	padding: 36px 3.078%;
	background:#FFFFFF;
	box-shadow:6px 6px 25px #00000029;
}

.co2_div2 .top{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 29px;
}

.co2_div2 .top .text_area{
	position:relative;
	border:1px solid #E6DCCD;
	border-radius:10px;
	z-index:1;
	padding: 1.64% 3.5% 1.64% 4%;
	font-size: clamp(1.6rem,1.8vw,2.6rem);
	font-weight:700;
	line-height:1.769;
	max-width: 588px;
	width: 49%;
	letter-spacing: 0;
}

.co2_div2 .top .text_area:before{
	width:35px;
	height:34px;
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	margin:auto;
	right:-28px;
	background:url(./img/top/co2_tri.svg)no-repeat;
	background-size:contain;
	z-index:-2;
}

.co2_div2 .top .text_area:after{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	top:0;
	left:0;
	background:#FBF8F4;
	border-radius:10px;
	z-index:-1;
}

.co2_div2 .top .btn1{
	width: 47%;
	font-size: clamp(1.8rem, 2vw, 3.3rem);
	max-width: 563px;
	height:107px;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FC98BB;
	color:#fff!important;
	border-radius:8px;
	width: 100%;
	max-width:325px;
	font-size: 2rem;
	font-weight:700;
	transition:.4s;
	height:65px;
}

.btn1 .icon{
	display:flex;
	align-items:center;
	margin-right:11px;
	width:30px;
}

.co2_div2 .top .btn1 .icon{
	margin-right:18px;
	width:49px;
}

.co2_div2 .bottom{
	display:flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
}

.co2_div2 .bottom:before{
	position:absolute;
	left:0;
	right:0;
	width:0px;
	height:100%;
	border-right:1px dashed #3D3632;
	content:"";
	margin:auto;
}

.co2_div21{width: 49%;max-width: 574px;}


.co2_div21 .add_text{
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
font-weight: 500;
line-height: 1.5;
text-align: center;
margin-top: 20px;
}

.co2_list1{
	display:flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.co2_list1 li{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.2rem,1.2vw,1.6rem);
	font-weight:500;
	line-height:1.5;
	padding:10px;
	border-radius:10px;
	background:#FFD6E4;
	letter-spacing:0;
	margin-right: 1.57%;
	margin-bottom: 5px;
}

.co2_div21:last-child .co2_list1 li{
	background:#D6EACA;
}

.co2_list1 li:last-child{
	margin-right:0;
}

.tel_btn1{
	display:flex;
	align-items:center;
	font-size: clamp(2rem,4.8vw,6rem);
	font-weight:700;
	line-height:1;
	letter-spacing: 0;
}

.tel_btn1 .icon{
	display:flex;
	align-items:center;
	margin-right: 2.44%;
	width: 6%;
	max-width:33px;
	flex-shrink:0;
}

.tel_btn1 .tel_text span{
	margin-left:9px;
	font-size: clamp(1.4rem,1.6vw,3rem);
}

.top_nami{
	display:flex;
	width:100%;
	align-items:center;
	margin-bottom:-1px;
}

.top_nami img{
	width:100%;
	height:100%;
}

.co3_wrap{
	background:#FBF8F4;
	padding:60px 0;
}

.co3_wrap .mainTit{
	text-align:center;
}

 .mainTit .tit_sou{
	 position:relative;
 }

 .mainTit .tit_sou:before{
	 position:absolute;
	 content:"";
	 width: 49px;
	 height: 40px;
	 background:url(./img/common/tit01_icon1.svg)no-repeat;
	 background-size:contain;
	 left: -67px;
	 bottom: 0;
	}

 .mainTit .tit_sou:after{
	 position:absolute;
	 content:"";
	 width: 32px;
	 height: 35px;
	 background:url(./img/common/tit01_icon2.svg)no-repeat;
	 background-size:contain;
	 right: -50px;
	 bottom: 0;
	}

.co3_div {
	margin-top:110px;
	width:100%;
}

.co3_div .title1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FCB6CD;
	border-radius:45px;
	padding:15px;
	font-size:3rem;
	letter-spacing:0.05em;
	line-height:1.46666;
}

.co3_div.co3_div2 .title1{
	background:#D6EACA;
}

.co3_div .title1 .icon{
	display:flex;
	align-items:center;
	margin-right:18px;
}

.co3_list1{
	display:flex;
	flex-wrap:wrap;
}

.co3_list1 li{
	margin-top:40px;
	width: 29.924%;
	margin-right:5.114%;
}

.co3_list1 li:nth-child(3n+3){
	margin-right:0;
}

.co3_list1 li .img{
	border-radius:20px;
	width:100%;
	height:20vw;
	max-height:357px;
	overflow:hidden;
}


.co3_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.co3_list1 li:hover .img img{
	transform:scale(1.1);
}


.co3_list1 li .text_area{
	width: 85.35%;
	background: #FBF8F4;
	border-radius: 12px;
	padding: 17px 16px 15px;
	margin:-17px auto 0;
	position:relative;
	z-index:1;
	text-align: center;
}

.co3_list1 li .text_area .name{
	font-size: clamp(1.6rem,1.8vw,2rem);
	line-height:1.45;
	font-weight:700;
	text-align:center;
	letter-spacing: 0;
}

.co3_list1 li .text_area .pref{
margin-top: 7px;
font-size: clamp(1.5rem, 1.6vw, 1.8rem);
font-weight: 400;
letter-spacing: 0.05em;
line-height: 1.72222;
}

.co3_list1 li .text_area .text{
margin-top: 5px;
font-size: clamp(1.5rem, 1.6vw, 1.8rem);
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.72222;
padding: 8px;
background: #E2E0E0;
border-radius: 9px;
}

.co3_list1 li .text_area .text.text2{
	background:#FFD6E4;
}

.co3_div.co3_div2 .co3_list1 li .text_area .text.text2{
	background:#D6EACA;
}

.content04{
	padding:120px 0 150px;
	background:#FBF8F4;
}

.content04 .flex{
	align-items:flex-start;
}

.content04 .flex .left{
	max-width:295px;
	width:100%;
	flex-shrink:0;
	margin-right:2%;
}

.content04 .flex .right{
	max-width:874px;
	width:80%;
}


.content04 .flex .left .btn2{
	margin-top:33px;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FC98BB;
	height:78px;
	border-radius:40px;
	color:#fff!important;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	position:relative;
	transition: .4s;
	max-width: 340px;
}

.btn2:hover{
	opacity:0.7;
}

.btn2:before{
	position:absolute;
	content:"";
	width:23px;
	height:23px;
	background:url(./img/common/arrow1_pink.svg)no-repeat;
	background-size:contain;
	right:25px;
	top:0;
	bottom:0;
	margin:auto;
}

.content05{
	background:url(./img/top/bg5.jpg)no-repeat;
	background-size:cover;
	padding: 120px 0;
}

.co5_div{
	
}

.co5_div .flex{
	background:#fff;
	width:100%;
	position:relative;
	border-radius: 20px 20px 0 0;
	padding: 6.155% 5.385% 3.847%;
}

.co5_div .flex .text_area{
	max-width: 587px;
	width: 51%;
}

.co5_div .flex .text_area .title_area{
	display:flex;
	align-items:center;
	padding-bottom:16px;
	border-bottom:1px dashed #3D3632;
	margin-bottom:24px;
	position: relative;
}

.co5_div .flex .text_area .title_area:before{
	position:absolute;
	content:"";
	width: 14.14%;
	height: 57px;
	background: url(./img/top/co5_sou1.svg)no-repeat top;
	right:0;
	top:0;
	background-size: contain;
}

.co5_div .flex .text_area .title_area .mainTit{
	display:flex;
	align-items:center;
}

.co5_div .flex .text_area .title_area .mainTit .en_tit{
	margin:0;
	margin-left:27px;
}

.co5_div .flex .text_area .text1{
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

.co5_div .flex .img{
	position:absolute;
	bottom:0;
	right:0;
	width: 44.155%;
}

.co5_div .btn{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:0 0 20px 20px;
	background:#FC98BB;
	color:#fff;
	padding:33px 0;
	font-size:2.5rem;
	font-weight:700;
	line-height:1.44;
	transition: .4s;
}

.co5_div .btn .icon{
	display:flex;
	align-items:center;
	margin-left:14px;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	background: #FBF8F4;
}

footer .logo {
	font-size: 3.7rem;
	line-height: 1.459;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom:36px;
}

footer .logo .span1{
	    font-size: 1.8rem;
	    line-height: 1;
	    font-weight: 700;
	    display: block;
	    letter-spacing: 0;
}

footer .logo .span2{
	font-size: 1.8rem;
	line-height: 1.4444;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
	margin-top:6px;
}

footer .inner {padding: 95px 0 80px;}

footer .flex{
	align-items:flex-start;
}

footer .flex .left{
	width: 325px;
	flex-shrink: 0;
	margin-right: 2%;
}

footer .flex .right{
	max-width:776px;
	width: 70%;
	display:flex;
	justify-content:space-between;
}

.ft_list1 li{
	margin-bottom:19px;
	font-weight:600;
	line-height:1.444;
}

.ft_list1 li:last-child{
	margin-bottom:0px;
}


.ft_list2 li{
	font-size:1.4rem;
	font-weight:400;
	margin-top:10px;
	position:relative;
}

.ft_list2 li:before{
	content:"・";
	color:#FC98BB;
}


.ft_div1.ft_div13 .ft_list2 li:before{
	color:#7AA360;
}

.ft_div1{
	width:151px;
	flex-shrink:0;
}

.ft_div1.ft_div12{
	padding:15px 17px;
	background:#FDE8EF;
	border-radius:9px;
	max-width: 284px;
	width: 37%;
}

.ft_div1.ft_div13{
	padding:15px 17px;
	background:#E7F2DF;
	border-radius:9px;
	max-width: 284px;
	width: 37%;
}

.copyright {
	background: #7AA360;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	line-height: 1.4444;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 16px 0 0;
    max-width: 1300px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
    color: #FC98BB;
}

.pankuzu li:has(a){
    color: #3D3632;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #3D3632;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 2rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	text-align: left;
	text-align: center;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 135px;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #CBC8C6;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 46px;
	padding: 5px 15px;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #CBC8C6;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #CBC8C6;
}


select{
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}


.contact_tb tr:first-child th,
.contact_tb tr:first-child td {
	border-top: 1px dashed #3D3632;
}

.contact_tb th, .contact_tb td {
	position: relative;
	font-weight: 500;
	padding: 23px 0;
	border-bottom: 1px dashed #3D3632;
}

.contact_tb {
	width: 100%;
	margin: auto;
}


.contact_tb th {
	text-align: left;
	font-weight:500;
	width: 25.385%;
	min-width: 230px;
}


.contact_tb th .flex{
	justify-content:flex-start;
	align-items: center;
}

.contact_tb th .flex label{
	margin-right:20px;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {}

.contact_tb td .text{
	font-size:1.4rem;
}

.contact_tb th span{
	margin-right:24px;
}

em{
	background: #F71363;
	border-radius: 4px;
	color:#fff;
	padding: 1px 9px;
	white-space: nowrap;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	line-height: 1.4444;
	margin-top: 3px;
}

em.nini{
	background: #79736F;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 30px 25px;
	height: 288px;
	overflow-y:scroll;
	margin: 40px auto 50px;
	background: #FBFAF7;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #E5E5E5;
	font-size: clamp(1.4rem,1.8vw,1.6rem);
	line-height:2.125;
}


.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: clamp(1.8rem,2.4vw,2.5rem);
	line-height: 1.44;
	margin-bottom: 30px;
	font-weight: 500;
}

.pri_div .text{
	margin-bottom:34px;
}

.pri_div dt{
	font-size: clamp(1.7rem,2.4vw,2rem);
	line-height: 1.7;
}

.pri_div dd{
	margin-bottom:34px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 24px;
	width: 100%;
}

.privacy_area label{
	display:flex;
	align-items: center;
}

.privacy_area a{
	color: #009DCD;
	display: inline-flex;
	align-items: baseline;
	border-bottom: 1px solid;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

.privacy_area input{
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 10px;
}

.contact01{
	padding: 80px 0 150px;
}

.contact01 .mainTit{
	text-align:center;
}

.thx_text1{
	text-align:center;
	margin:40px auto 0;
}

.contact01 .btn2{
	margin:40px auto 0;
}

.tablet{
	display:none;
}

.tb_flex{
	display:flex;
	flex-wrap:wrap;
}

.tb_flex label{
	margin-right:3%;
}


.news01{padding: 100px 0 150px;}



.news01 .main_cont{
	max-width: 890px;
	width: 74%;
}


.news01 .side_cont{
	max-width: 300px;
	width: 24%;
}

.side_div{
	width:100%;
	margin-bottom: 56%;
}

.side_div:last-child{
	margin-bottom:0px;
}

.side_div .title1{
	line-height: 1.46667;
	font-weight: 700;
	font-size: clamp(1.8rem, 2.4vw, 3rem);
	padding: 12px 0;
	background: #FCB6CD;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 5px;
}

.cate_list li{
	font-weight:500;
	padding: 20px 0;
	line-height: 1.444;
	border-bottom: 1px dashed #3D3632;
}

.cate_list li a.active{
}



.pagination-list{
	display:flex;
	margin: 0% auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 35px;
	height: 35px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #3D3632;
	border-radius: 50%;
	border: 1px solid #FDD6E4;
	background:#FDD6E4;
	line-height:1;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #FC98BB;
	opacity:1;
	color: #fff;
	border:1px solid #FC98BB;
}

.pagination-list .page-numbers.prev,
.pagination-list .page-numbers.next{
	background:none!important;
	border:none!important;
}

.pagination-list .page-numbers.prev{
	margin: 0px 0.6% 0 0;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 0.6%;
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	opacity:0.7;
}

.det_cont .cate{
	margin-bottom:25px;
	color:#FC98BB;
	border:1px solid #FC98BB;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:22px;
	max-width:max-content;
	min-width:96px;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4285;
	padding: 1px 0;
}

.det_cont .title_area{
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #3D3632;
}


.det_cont .title_area .title1{
	line-height: 1.46667;
	font-weight:500;
	font-size: clamp(2rem, 3vw, 3rem);
}

.news_list {
	width:100%;
}

.news_list li{
	/* display:flex; */
	/* align-items:center; */
	padding: 40px 0;
	border-bottom: 1px dashed #3D3632;
	position:relative;
	padding-right: 50px;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li:first-child{
	border-top: 1px dashed #3D3632;
}

.news_list li:before {
    position: absolute;
    content: "";
    width: 39px;
    height: 39px;
    background: url(./img/common/arrow1_bla.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
}


.news_list li .dacate{
	display:flex;
	align-items:center;
	margin-bottom:8px;
}

.news_list li .date{
	line-height:1.5;
	margin-right: 20px;
	flex-shrink: 0;
}


.news_list li .dacate .cate{
    color: #FC98BB;
    border: 1px solid #FC98BB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    max-width: max-content;
    min-width: 96px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4285;
	background:#fff;
}

.news_list li .title1{
	width: 100%;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 1.77778;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom: 45px;
	width: revert-layer;
	border-radius: 10px;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}

.detail_area > *:last-child{
	margin-bottom:0;
}

.detail_area p{
	margin-bottom:24px;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
}

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
}

.detail_area h4{
	margin-bottom:12px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
}

/* company */

#art_cover{
	margin-top:157px;
	height:400px;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.company #art_cover{
	background:url(./img/company/mv.jpg)no-repeat center;
	background-size:cover;
}

.about #art_cover{
	background:url(./img/about/mv.jpg)no-repeat center;
	background-size:cover;
}

.news #art_cover{
	background:url(./img/news/mv.jpg)no-repeat center;
	background-size:cover;
}

.contact #art_cover,
.contact_confirm #art_cover,
.contact_thanks #art_cover{
	background:url(./img/contact/mv.jpg)no-repeat center;
	background-size:cover;
}

#art_cover .sou1{
	position:absolute;
	top: 2.25%;
	left:0;
	width: 15.687%;
}

#art_cover .sou2{
	position:absolute;
	top: -82%;
	right: -17.44%;
	z-index:-1;
	width: 53.76%;
	max-width: 1008px;
}

#art_cover .title{
	text-align:center;
	font-size: clamp(2.4rem,4vw,5.8rem);
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.448;
}

#art_cover .title .en_tit{
	display:block;
	font-size: clamp(1.8rem,3vw,3rem);
	font-weight:400;
	letter-spacing:0.05em;
	line-height:1.46667;
	margin-bottom:8px;
}

.comp01 {
	padding:100px 0 180px;
	position: relative;
}

.comp01 .sou1{
	position:absolute;
	z-index: -1;
	width: 25.9545%;
	left: -11.2%;
	bottom: 15.71%;
}

.comp01 .sou2{
	position:absolute;
	top: -29%;
	z-index:-1;
	width: 53.915%;
	right: -25.76%;
}

.comp01 .artTit1{
	margin-top: 5%;
}

.artTit1{
	text-decoration-line: underline;
	text-decoration-style: dashed;
	text-decoration-color: #3D3632;
	text-decoration-thickness: 1px;
	text-underline-offset: 14px;
	font-size: clamp(1.8rem,2.4vw,3rem);
	font-weight:700;
	letter-spacing:0.05em;
	line-height:2.06667;
}

.comp01 .text1{
	margin-top: 3.847%;
}


.comp02_wrap{
	position: relative;
	padding:60px 0 120px;
	background:#FBF8F4;
}


.comp02_wrap .mainTit{
	text-align:center;
	margin-bottom:80px;
}

.comp02_list1 li{
	display:flex;
	justify-content:space-between;
	padding:35px 0;
	border-top:1px dashed #3D3632;
	align-items:center;
}

.comp02_list1 li:last-child{
	border-bottom:1px dashed #3D3632;
}

.comp02_list1 li .text1{
	flex-shrink:0;
	width: 17.078%;
}

.comp02_list1 li .text2{
	width:100%;
}

/* about */

.about01{
	position:relative;
	padding:100px 0 180px;
}

.about01 .sou1{
	position:absolute;
	left: -11%;
	z-index:-1;
	width: 25.346%;
	top: 30.93%;
}

.about01 .sou2{
	position:absolute;
	right: -6%;
	z-index:-1;
	width: 24.904%;
	bottom: -4%;
}

.about01 .flex{
	align-items:flex-start;
	margin-bottom:154px;
}

.about01 .flex .text_area{
	max-width:610px;
	width: 48%;
}

.about01 .flex .img{
	max-width:550px;
	width: 48%;
}

.about01 .flex .text_area .text1{
	margin-top: 8.199%;
}

.sou_btn2{
	max-width:704px;
	width: 80%;
	margin:0 auto;
	position:relative;
}

.sou_btn2:before{
	position:absolute;
	content:"";
	width: 113px;
	height: 89px;
	background:url(./img/about/co1_btn1.svg)no-repeat;
	background-size:contain;
	z-index:1;
	left: -75px;
	margin: auto;
	bottom: -15px;
	pointer-events: none;
}

.sou_btn2 .text1{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-34px;
	text-align:center;
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:0.05em;
	line-height:1;
	border-radius:10px;
	background:#FBF8F4;
	z-index: 1;
	max-width: 484px;
	width: 90%;
}

.sou_btn2 .text1:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	border:1px solid #E6DCCD;
	left:-1px;
	top:-1px;
	z-index: -1;
	border-radius: 10px;
}

.sou_btn2 .text1:after{
	position:absolute;
	content:"";
	width: 36px;
	height: 24px;
	background:url(./img/about/co1_btn2.svg)no-repeat;
	background-size:contain;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -9px;
}

.sou_btn2 .text1 .red{
	font-size:2.1rem;
}

.sou_btn2 .text1 .in{
	position:relative;
	width:100%;
	background:#FBF8F4;
	border-radius: 10px;
	display: block;
	padding: 16.5px 0px;
}

.sou_btn2 .btn2{
	height:138px;
	border-radius: 100px;
	font-size: 4.3rem;
	max-width: initial;
}

.sou_btn2 .btn2:before{
	width: 54px;
	height: 54px;
}

.about02_wrap{
	background:#FBF8F4;
	padding:60px 0 150px;
}

.about02_wrap .mainTit{
	text-align:center;
	margin-bottom:100px;
}

.about02_list1 li{
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
	align-items:center;
}

.about02_list1 li:last-child{
	margin-bottom:0;
}

.about02_list1 li .img{
	max-width:350px;
	width: 27%;
}

.about02_list1 li .text_area{
	max-width:860px;
	width: 70%;
}

.about02_list1 li .text_area .title1{
	display:flex;
	align-items:flex-end;
	font-size: clamp(2rem,2.8vw,3rem);
	font-weight:700;
	line-height:1.46667;
	border-bottom:1px dashed #3D3632;
	padding-bottom:10px;
}

.about02_list1 li .text_area .title1 .num{
	margin-right:21px;
	font-size: clamp(4rem,6vw,7rem);
	font-weight:700;
	letter-spacing:0em;
	line-height:1.1;
}

.about02_list1 li .text_area .title1 .num.green{
	color:#A0BC8B;
}

.about02_list1 li .text_area .text1{
	margin-top:30px;
}

.about03{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	position:relative;
	padding:120px 0 180px;
}

.about03 .sou1{
	position:absolute;
	top: -2.272%;
	left: -16.5%;
	z-index:-1;
	width: 33.754%;
}

.about03 .sou2{
	position:absolute;
	top: 17.45%;
	right: -18.646%;
	z-index:-1;
	width: 38.7%;
}

.about03 .sou3{
	position:absolute;
	bottom: 0;
	left: -7.35%;
	z-index:-1;
	width: 23.488%;
}

.about03_list1{
	margin-top:70px;
	position:relative;
}

.about03_list1 li:last-child{
	padding-bottom:0;
}

.about03_list1 li:last-child:before{
	display:none;
}

.about03_list1 li:before{
	position:absolute;
	content:"";
	width:0;
	height:100%;
	border-right:1px solid #CBC8C6;
	top:0;
	left:48px;
	z-index:-1;
}

.about03_list1 li{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	padding-bottom: 50px;
	position:relative;
}

.about03_list1 li .step{
	width:98px;
	height:98px;
	flex-shrink:0;
	margin-right:2%;
	background:#FCB6CD;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	border-radius:50%;
}

.about03_list1 li .step .text1{
	font-size:1.6rem;
	font-weight:700;
	line-height:1;
}

.about03_list1 li .step .text1 span{
	display:block;
	font-size:4.6rem;
	line-height:1;
}

.about03_list1 li .step.bggre{
	background:#D6EACA;
}

.about03_list1 li .text_area{
	max-width:1137px;
	width: 88%;
}

.about03_list1 li .text_area .title1{
	font-size: clamp(2rem,3vw,3rem);
	font-weight:700;
	line-height:1.46667;
	border-bottom:1px dashed #3D3632;
	padding-bottom:10px;
}

.about03_list1 li .text_area .text1{
	margin-top:25px;
}

.about04 {
    background: #FBF8F4;
    padding: 145px 0 150px;
}

.about04 .mainTit{
	text-align:center;
	margin-bottom:70px;
}

.about04_list1{
	display:flex;
	justify-content:space-between;
	margin-bottom:70px;
}

.about04_list1 li{
	width:32%;
	max-width:410px;
	background:#FFFFFF;
	box-shadow:6px 6px 25px #00000029;
	padding: 2.308% 2.308% 3.077%;
}

.about04_list1 li .title1{text-align: center;border-radius: 10px;font-size: 2.5rem;line-height: 1.44;padding: 10px 0;background: #FDE8EF;}

.about04_list1 li .title1.bggre{
	background: #D6EACA;
}

.about04_list1 li .text1{
	margin-top:20px;
}

.about04 .btn2{
	margin:0 auto;
}

/* news */

.news_list1{
	display:flex;
	flex-wrap:wrap;
}

.news_list1 li{
	width: 30.338%;
	margin-right: 4.493%;
	margin-bottom:60px;
}

.news_list1 li:nth-child(3n+3){
	margin-right: 0%;
}

.news_list1 li .img{
	max-height:185px;
	width: 100%;
	height: 13vw;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom:14px;
}

.news_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.news_list1 li:hover .img img{
	transform:scale(1.1);
}

.news_list1 li .cate{
	margin-bottom:8px;
	color:#FC98BB;
	border:1px solid #FC98BB;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:22px;
	max-width:max-content;
	min-width:96px;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4285;
}

.news_list1 li .title1{
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news01 .btn2{
	margin:100px auto 0;
}

/* facility */

#art_cover.faci_cover{
	height: calc(100vh - 157px);
	max-height: 760px;
	min-height: 400px;
}

#art_cover.faci_cover .bg_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #FBF8F4;
}

#art_cover.faci_cover .bg_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


#art_cover.faci_cover .title2{
	position:absolute;
	bottom: 7.633%;
	left: 3.021%;
	background: #FFFFFF;
	padding: 1.155% 2.625%;
	min-width: 46.3545%;
	font-size: clamp(2.4rem,4vw,5rem);
	font-weight:700;
	line-height:1.44;
}

#art_cover.faci_cover .title2 span{
	display:block;
	font-size: clamp(1.8rem,2.4vw,3rem);
	font-weight:700;
	line-height:1.466667;
}

#art_cover.faci_cover .sou2{
	top: -9%;
}

.faci01{
	padding:100px 0 180px;
	position: relative;
}

.faci01 .text{
	text-align:center;
	margin-bottom:110px;
}

.faci01 .sou1{
	position:absolute;
	left: -11%;
	z-index:-1;
	width: 25.346%;
	top: 17.15%;
}

.faci01 .sou2{
	position:absolute;
	right: -7.2%;
	bottom: 2.5%;
	width: 22.44%;
	z-index: -1;
}

.faci01 .sou3{
	position:absolute;
}

.faci01 .flex .faci_slider_area{
	max-width: 620px;
	width: 49%;
}

.faci01 .flex .text_area{
	max-width: 600px;
	width: 49%;
}

.faci_slider{
	width:calc(100% - 280px);
}

.faci_thum_slider{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap: 12px;
}

.faci_thum_sld_cont{
	cursor:pointer;
}

.faci_thum_sld img{
	width:100%;
	display:block;
	transition:.3s;
}

.faci_thum_sld_cont.current img{
	opacity:.4;
}

.faci01_div1{
	width:100%;
	margin-bottom:50px;
}

.faci01_tb1{
	width:100%;
}

.faci01_tb1 th,
.faci01_tb1 td{
	border-bottom:1px solid #EFEAE7;
	text-align:center;
	height:80px;
}

.faci01_tb1 tr:first-child th,
.faci01_tb1 tr:first-child td{
	border-top:1px solid #BEB9B5;
}

.faci01_tb1 tr:last-child th,
.faci01_tb1 tr:last-child td{
	border-bottom:1px solid #BEB9B5;
}

.faci01_tb1 td:last-child{
	border-right:1px solid #BEB9B5;
}

.faci01_tb1 th{
	background:#FCB6CD;
	border-left:1px solid #BEB9B5;
	font-family: "Zen Old Mincho", serif!important;
	font-weight:700;
	width: 40%;
	
}

.faci01_tb1 td{
	background:#FBF8F4;
	border-left:1px solid #EFEAE7;
	border-bottom:1px solid #EFEAE7;
	font-weight:400;
}


.faci01_tb1 td .aki{
	background:#FFD6E4;
	border-radius:100px;
	min-height:51px;
	line-height:1.444;
	padding:12px 0;
	width:90%;
	margin:auto;
	font-weight:500;
}

.faci01_tb1 td .aki.noaki{
	background:#E2E0E0;
}

.faci01_div1 .text1{
	margin-top:15px;
	font-size: clamp(1.5rem,1.5vw,1.6rem);
	font-weight:400;
	line-height:1.625;
}


.faci01_div2{
	width:100%;
}

.artTit2 {
    font-size: clamp(1.8rem, 2.4vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.46667;
	border-bottom:1px dashed #3D3632;
	padding-bottom:15px;
	margin-bottom:21px;
}

.faci01_list1{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.faci01_list1 li{
	width: 23.667%;
	margin-right: 1.777333333%;
	border-radius:10px;
	background:#D6EACA;
	text-align:center;
	margin-bottom:11px;
	padding:10px 0;
	font-size: clamp(1rem, 1.4vw, 1.6rem);
	font-weight:500;
}

.faci01_list1 li:nth-child(4n+4){
	margin-right:0;
}

.faci_slider {
	width:100%;
	margin-bottom:12px;
}

.faci_thum_slider {
	width:100%;
}

.faci_thum_sld{
	max-width:146px;
	height: 8vw;
	max-height:110px;
}

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

.faci_sld{
	width:100%;
}

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

.faci02_wrap{
	background:#FBF8F4;
	padding:60px 0 50px;
}

.faci02_wrap .mainTit{
	text-align:center;
	margin-bottom:100px
}

.faci02_wrap .flex{
	align-items:flex-start;
}

.faci02_wrap .flex .img{
	max-width:620px;
	width: 48%;
}

.faci02_wrap .flex .img img{
	border-radius:20px;
}

.faci02_wrap .flex .text_area{
	max-width:610px;
	width: 48%;
}

.faci02_wrap .flex .text_area .text1{
	margin-top:30px;
}

.faci03{
	background:#FBF8F4;
	padding:100px 0 150px;
}

.faci03 .mainTit{
	text-align:center;
	margin-bottom:100px;
}

.faci03_list1 li{
	margin-bottom:90px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.faci03_list1 li:nth-child(1) .img:before{
	position:absolute;
	content:"";
	width: 30.807%;
	height: 131px;
	background: url(./img/facility/co2_sou1.svg)no-repeat bottom;
	background-size:contain;
	bottom: -8.6%;
	right: -21.5%;
}

.faci03_list1 li:nth-child(2) .img:before{
	position:absolute;
	content:"";
	width: 21.13%;
	height: 116px;
	background: url(./img/facility/co2_sou2.svg)no-repeat bottom;
	background-size:contain;
	bottom: -8.8%;
	left: -10.5%;
}

.faci03_list1 li:nth-child(2n){
	flex-direction:row-reverse;
}

.faci03_list1 li:last-child{
	margin-bottom:0px;
}

.faci03_list1 li .img{
	max-width:620px;
	width: 48%;
	position:relative;
	position:relative;
}

.faci03_list1 li .img img{
	border-radius:20px;
}

.faci03_list1 li .text_area{
	max-width:610px;
	width: 48%;
}

.faci03_list1 li.noimg .text_area{
	width:100%;
	max-width:initial;
}

.faci03_list1 li.noimg .text_area .artTit1{
	border-bottom:1px dashed;
	text-decoration:none;
}

.faci03_list1 li .text_area .text{
	color:#FC98BB;
}

.faci03_list1 li:nth-child(2n) .text_area .text{
	color:#7AA360;
}

.faci03_list1 li .text_area .text1{
	margin-top:30px;
}

.faci04{
	position:relative;
	padding:150px 0 180px;
}

.faci04 .sou1{
	position:absolute;
	z-index:-1;
	left: -15.7%;
	width: 34.0193%;
	top: -2%;
}

.faci04 .sou2{
	position:absolute;
	z-index:-1;
	right: -21%;
	width: 39.004%;
	top: 19.4%;
}

.faci04 .sou3{
	position:absolute;
	z-index:-1;
	left: -7.4%;
	bottom: -2.4%;
	width: 23.673%;
}

.faci04 .mainTit{
	text-align:center;
	margin-bottom:90px;
}

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

.faci04_list1 li{
	width:48%;
	max-width:600px;
}


.faci04_list1 li .img{
	max-height: 371px;
	width: 100%;
	height: 30vw;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.faci04_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.faci04_list1 li:hover .img img{
	transform:scale(1.1);
}

.faci04_list1 li .cate{
	margin-bottom:8px;
	color:#FC98BB;
	border:1px solid #FC98BB;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:22px;
	max-width:max-content;
	min-width:96px;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4285;
}

.faci04_list1 li .title{
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.faci04_div1{
	background:#fff;
	box-shadow:6px 6px 25px#00000029;
	padding: 47px 3.77% 33px;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	position: relative;
	margin-top: 150px;
}

.faci04_div1:before{
	width:1px;
	height: 71%;
	left:0;
	right:0;
	margin:auto;
	border-right:1px dashed #3D3632;
	position:absolute;
	content:"";
	top:0;
	bottom:0;
}

.faci04_div1:after{
	position:absolute;
	content:"";
	width: 9%;
	height: 89px;
	background: url(./img/facility/co4_sou4.svg)no-repeat bottom;
	background-size:contain;
	bottom: -14%;
	right: -3.8%;
	max-width: 113px;
}

.faci04_div11{
	width:48%;
	max-width:569px;
}

.faci04_div11 .btn1{
	width:100%;
	max-width: initial;
	height: 130px;
	font-size: clamp(1.8rem, 2.3vw, 3.4rem);
	justify-content: flex-start;
	padding-left: 11.424%;
	position:relative;
	border-radius:20px;
}

.faci04_div11 .btn1:before{
	position:absolute;
	content:"";
	width:43px;
	height:43px;
	background:url(./img/common/arrow1_pink.svg)no-repeat;
	background-size:contain;
	right:21px;
	top:0;
	bottom:0;
	margin:auto;
}

.faci04_div11 .text1{
	background:#FBF8F4;
	border:1px solid #E6DCCD;
	border-radius:10px;
	text-align:center;
	max-width:537px;
	width:100%;
	font-size:2.2rem;
	line-height:1.4545;
	font-weight:700;
	padding: 5px 0;
}

.faci04_div11 .tel_btn1 {
    font-size: clamp(2rem, 4.8vw, 6.4rem);
    line-height: 1.452;
}

.faci04_div11 .tel_btn1 .icon{
	margin-top: 4%;
}


.faci05_wrap{
	background: #FBF8F4;
	padding: 60px 0 150px;
}

.faci05_wrap .mainTit{
	text-align:center;
	margin-bottom:80px;
}

.map{
	width:100%;
	height:400px;
}

.map iframe{
	width:100%;
	height:100%;
}

/* contact */

.cont01{
	padding:100px 0 160px;
	position:relative;
}

.cont01 .sou1{
	position:absolute;
	top: 24.7%;
	left: -11%;
	z-index:-1;
	width: 25.346%;
}

.cont01 .sou2{
	position:absolute;
	bottom: 0;
	right: -4.2%;
	z-index:-1;
	width: 29.2147%;
}

.cont01 .text{
	margin:60px auto 120px;
}

.cont01_div{
	position: relative;
}

.cont01_div:before{
	position:absolute;
	content:"";
	width: 11%;
	height: 116px;
	background: url(./img/contact/co1_sou3.svg)no-repeat bottom;
	background-size:contain;
	bottom: -16%;
	left: -6.25%;
	max-width: 131px;
}

.cont01_div .text1{
	margin:0 auto 45px;
	text-align:center;
	font-size:2.6rem;
	font-weight:700;
	letter-spacing:0em;
	line-height:1;
	border-radius:10px;
	background:#FBF8F4;
	max-width: 580px;
	width: 90%;
	position:relative;
}

.cont01_div .text1:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	border:1px solid #E6DCCD;
	left:-1px;
	top:-1px;
	z-index: -1;
	border-radius: 10px;
}

.cont01_div .text1:after{
	position:absolute;
	content:"";
	width: 36px;
	height: 34px;
	background:url(./img/contact/co1_tri.svg)no-repeat;
	background-size:contain;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -28px;
}

.cont01_div .text1 .in{
	position:relative;
	width:100%;
	background:#FBF8F4;
	border-radius: 10px;
	display: block;
	padding: 27px 0px;
}

.cont02_wrap{
	background:#FBF8F4;
	padding:120px 0;
}

.cont02_wrap .title1{
	margin:90px 0 20px;
	display:flex;
	align-items:center;
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	font-weight:500;
	line-height:1.44;
}

.cont02_wrap .title1 em{
	margin-left:25px;
}

.send_btn.btn2{
	margin:0 auto;
}

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

.cont_tb_div1{
	display:flex;
	justify-content: flex-start;
	align-items:center;
	margin-bottom:13px;
}

.cont_tb_div1:last-child{
	margin-bottom:0;
}

.cont_tb_div1 .text1{
	flex-shrink:0;
	margin-right:40px;
}

.cont_tb_div1 input{
	width:100%;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
header {
	padding: 20px 2% 0px;
}


#cover .text_area .title > span{
	padding:10px 10px 10px 30px;
}

#cover .text_area .title > span:last-child{
	margin-top:10px;
	padding:10px 10px 10px 30px;
}

#cover .text_area .ab_text{
	right: -40%;
	bottom: -36%;
}

#cover .text_area{
	bottom:6%;
}

#cover{
	padding-top: 120px;
}

.hLogo a .title1{
	margin-right:10px;
}

.hd_link_btn1{
	font-size:1.8rem;
}

.nav_list1 .text{
	font-size:1.8rem;
}

.pc_nav{
	max-width:800px;
}

.hd_link{
	width: 37%;
}

.hd_link_btn1 .icon{
	margin-right:6px;
}

#art_cover {
    margin-top: 100px;
}

#art_cover.faci_cover {
    height: calc(100vh - 100px);
}


.faci03_list1 li:nth-child(1) .img:before{
	right: -4%;
}

.faci03_list1 li:nth-child(2) .img:before{
	left: -4%;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


.hd_link_btn1{
	font-size:1.6rem;
}

.nav_list1 .text{
	font-size:1.6rem;
}

.co2_div2 .bottom{
	flex-direction:column;
}

.co2_div21{
	width:100%;
	margin: 20px auto 0;
}

.co2_div21:first-child{
	padding-bottom:20px;
	border-bottom : 1px dashed #3D3632;
}

	
.co2_div2 .bottom:before{
	display:none;
}

.tel_btn1{
	font-size: clamp(2rem, 8.5vw, 6rem);
}

.co2_list1 li {
    font-size: clamp(1.2rem, 2.1vw, 1.6rem);
    padding: 8px;
    border-radius: 8px;
}

.tel_btn1 .tel_text span {
    font-size: clamp(1.4rem, 3.5vw, 3rem);
}

footer .flex .left{
	width: 260px;
}

.btn1 .icon{
	margin-right:6px;
}

footer .logo .span2{
	font-size: 1.5rem;
}

footer .btn1{
	font-size: 1.7rem;
}

footer .logo{
	margin-bottom:20px;
}

.ft_div1 {
    width: 120px;
    font-size: 1.5rem;
}


#art_cover {
    height: 300px;
}

.cont01_div:before{
	left:-2%;
	bottom:-10%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
				


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



.mv_slider_area{
	width: 95%;
	height: 53vw;
}

.tablet{
	display:block;
}

.nav_list1{
	width: 69%;
}

.hd_link {
	width: 30%;
}

.nav_list1 .text {
	font-size: 1.4rem;
}

.hd_link_btn1 {
	font-size: 1.5rem;
	height: 55px;
}

.co2_div1 .img {
    right: -10%;
    width: 60%;
    top: -2%;
}

.co2_div1 .text_area{
	width: 49%;
}

.co2_div1{
	width:95%;
	margin: 0 auto 100px;
	padding: 3% 2%;
}

.co2_div1 .text_area .title1 {
    font-size: clamp(1.8rem, 2.2vw, 3rem);
}

.co2_div2 .top .text_area{
	padding: 1% 2%;
	width: 52%;
}

.co2_div2 .top .btn1{
	width: 42%;
	height: 80px;
}

.co2_div2 .top .btn1 .icon {
    margin-right: 12px;
    width: 40px;
}

.co3_div .title1{
	font-size:2.4rem;
}

.co3_div .title1 .icon{
	margin-right:12px;
	width:50px;
}

.co3_div {
    margin-top: 60px;
}

.content04 .flex .left {
    max-width: 220px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 2%;
}

.news_list li{
	padding:20px 0;
	padding-right: 50px;
}

.news_list li .date{
	margin-right: 24px;
}

.content04 .flex .left .btn2{
	height:60px;
	font-size:1.8rem;
}

footer .flex{
	flex-direction:column;
}

footer .flex .left{
	margin:0 auto 30px;
	max-width:800px;
	width:100%;
}

footer .flex .right{
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.about04_list1 li .title1{
	font-size:2rem;
}

.sou_btn2 .btn2 {
    height: 100px;
    font-size: 3rem;
}


.sou_btn2 .text1{
	top:-34px;
	font-size:1.5rem;
}

.sou_btn2 .text1 .red{
	font-size:1.8rem;
}

.sou_btn2 .text1 .in{
	padding: 10px 0px;
}


.faci04_div11 .btn1{
	height: 100px;
	font-size: clamp(2rem, 2.5vw, 3.4rem);
	padding-left: 5%;
}

.faci04_div11 .text1{
	font-size:1.8rem;
}

.faci04_div11 .btn1:before{
	width:30px;
	height:30px;
	right:10px;
}

    .pc_nav {
		width:77%;
	}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3D3632;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #FBF8F4;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}


.gnav__menu > li:last-child{
	border:none;
	padding-bottom:40px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 0px auto 0;
    width: 89.334%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item > a{
	display:block;
}
	
.gnav__menu__item a{
    font-size: 1.6rem;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 10px 0;
}

.gnav__menu__item_div{
	padding-bottom:10px;
}

.gnav__menu__item_div .title3{
	padding-bottom:8px;
	border-bottom:1px dashed #3D3632;
    font-size: 1.6rem;
}

.gnav__menu__item_div a{
	font-size:1.4rem;
}
	
.pc_nav{
	display:none;
}


.contact01_div1{
	padding:30px 10px;
	border-radius:10px;
	margin-bottom: 60px;
}

.tb_flex{
	flex-direction:column;
}

.news01{
padding: 80px 0;
}

.news01 .flex{
	flex-direction:column;
}

.news01 .main_cont{
	max-width:initial;
	width: 100%;
}


.news01 .side_cont{
	width: 100%;
	margin:60px auto 0;
	display:flex;
	justify-content:space-between;
	max-width:initial;
}

.side_div{
	margin:0;
	width: 100%;
}


.det_cont .title_area .dacate{
	max-width:180px;
}

.det_cont .title_area {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.news_list li{
	flex-direction:column;
	align-items: flex-start;
}

.news_list li .title1{
	width:100%;
	margin-top:8px;
}

.news_list li .dacate{
	width:100%;
	max-width: initial;
	justify-content: flex-start;
}

.news_list li .dacate .date{
	margin-right:16px;
}

.news_list li:before{
	top: auto;
	bottom: 73px;
}
	
#cover {
	padding-top: 80px;
	padding-bottom: 25%;
}

.inner{
	width:89.334%;
}

.inner2{
	width:89.334%;
}

#cover .text_area .title > span {
	padding: 8px 8px 8px 20px;
	box-shadow: 0px 0px 8px #00000029;
}

#cover .text_area .title{
	font-size: clamp(2.2rem, 3.1vw, 5.8rem);
}

#cover .text_area{
	left:5%;
	bottom:2%;
}

header{
	padding:20px;
}

.content01 .text1{
	margin-top:40px;
}

.content01 {
    padding: 80px 0 20px;
}

.content02 {
    padding: 80px 0;
}

.co2_div1 {
	width: 89.334%;
	margin: 0 auto 80px;
	padding: 30px 20px;
	flex-direction:column;
}

.co2_div1 .text_area{
	max-width:initial;
	width:100%;
}

.co2_div1 .img{
	position:initial;
	width:100%;
	margin:30px auto 0;
}

.co2_div1 .text_area .title1 .en_tit {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.co2_div1 .text_area .title1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.content02 .bg1{
	top: -5%;
	width: 50%;
	left: -13%;
}

.content02 .bg2{
	top: 27%;
	right: -8%;
	width: 47%;
}

.content02 .bg3{
	top: 55%;
	left: -8%;
	width: 40%;
}
	
.co2_div2 {
    padding: 30px 20px;
}

.co2_div2 .top{
	flex-direction:column;
	margin-bottom:20px;
}

.co2_div2 .top .text_area{
	width:100%;
	max-width:initial;
	margin:0 auto 30px;
	padding:10px;
}

.co2_div2 .top .text_area:before{
	transform:rotateZ(90deg);
	width: 30px;
	height: 29px;
	right: 0;
	left: 0;
	top: auto;
	bottom: -20px;
}

.co2_div2 .top .btn1{
	width:100%;
	max-width: 500px;
}


.co2_div2 .top .text_area{
	text-align:center;
	max-width: 500px;
	line-height: 1.4;
}

.co3_list1{
	justify-content:space-between;
}

.co3_list1 li{
	margin-right:0;
	width:48%;
}

.co3_list1 li .img{
	height: 38vw;
}

.content04 {
    padding: 80px 0;
}

.content04 .flex{
	flex-direction:column;
	position: relative;
	padding-bottom: 100px;
}

.content04 .flex .left{
	width:100%;
	max-width:initial;
	margin: 0 auto 30px;
}

.content04 .flex .right{
	width:100%;
	max-width:initial;
}

.content04 .flex .left .btn2 {
	height: 60px;
	font-size: 1.8rem;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width: 300px;
}

.news_list li:before{
	top:0;
	bottom:0;
}

.content05{
	padding:80px 0;
}

.co5_div .flex{
	flex-direction:column;
	padding: 30px 20px 0;
}

.co5_div .flex .text_area{
	max-width: initial;
	width: 100%;
}

.co5_div .flex .img{
	width:100%;
	margin:20px auto 0;
	position:initial;
}

.co5_div .btn{
	padding:20px 0;
	font-size: 2rem;
}

.co3_wrap{
	padding-bottom:0;
}

.ft_div1{
	width:100%;
}

footer .flex .right{
	flex-wrap:wrap;
}


.ft_div1.ft_div13,
.ft_div1.ft_div12{
	max-width:initial;
	width: 49%;
	margin-top:20px;
	padding: 15px;
}

footer .inner {
    padding: 70px 0 50px;
}

#art_cover {
	height: 250px;
	margin-top: 82px;
}

#art_cover .sou1{
	top: 0;
	width: 26%;
	max-width: 160px;
}

#art_cover .sou2{
	width: 80%;
	top: 0;
	max-width: 370px;
}

.comp01 {
    padding: 80px 0;
}

.comp01 .sou2{
	width: 73%;
	top: -11%;
	max-width: 400px;
}

.pankuzu{
	width:89.334%;
}

.comp01 .text1 {
    margin-top: 30px;
}

.comp02_wrap .mainTit{
	margin-bottom:40px;
}

.comp02_list1 li{
	padding:20px 0;
	flex-direction:column;
}

.comp02_list1 li .text1{
	width:100%;
	margin-bottom:4px;
}

.comp02_wrap{
	padding:60px 0;
}

.about01 {
    padding: 60px 0;
}

.about01 .flex{
	flex-direction:column;
	margin-bottom:80px;
}
	
.about01 .flex .text_area{
	width:100%;
}

.about01 .flex .img{
	width:100%;
	margin:30px auto 0;
}

.sou_btn2{
	width:100%;
	max-width: 400px;
}
	
.sou_btn2 .btn2{
	width:100%;
	font-size:1.8rem;
	height:70px;
}
	
.sou_btn2 .btn2:before{
	width:30px;
	height:30px;
}

.sou_btn2:before{
	left:0;
	width: 66px;
	height: 52px;
	bottom: -30px;
}


.sou_btn2 .text1{
	top:-34px;
	font-size:1.4rem;
}

.sou_btn2 .text1 .red{
	font-size:1.6rem;
}

.about02_wrap .mainTit{
	margin-bottom: 50px;
}

.about02_list1 li{
margin-bottom: 40px;
flex-direction: column-reverse;
}

.about02_list1 li .img{
	width:100%;
	margin:30px auto 0;
}

.about02_list1 li .text_area{
	max-width:initial;
	width:100%;
}

.about02_list1 li .text_area .title1 .num{
	font-size:5rem;
}

.about03{
	padding:80px 0;
}

.about03_list1 li .step{
	width:60px;
	height:60px;
	margin-right:4%;
}

.about03_list1 li .step .text1{
	font-size:1.3rem;
}

.about03_list1 li .step .text1 span{
	font-size:2.6rem;
}

.about03_list1 li:before{
	left:30px;
}

.about03_list1 {
    margin-top: 40px;
}

.about03_list1 li .text_area .text1 {
    margin-top: 15px;
}

.about04 {
    padding: 80px 0;
}

.about04 .mainTit{
	margin-bottom:40px;
}

.about04_list1{
	flex-direction:column;
	margin:0;
}

.about04_list1 li{
	width:100%;
	padding:20px;
	margin:0 auto 40px;
	max-width: 500px;
}

.news_list1 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.news_list1 li .img{
	height: 18vw;
}

.btn2{
	height: 60px;
	font-size: 1.8rem;
	max-width: 300px;
}

.news01 .btn2 {
    margin: 60px auto 0;
}

.detail_area img {
    margin-bottom: 30px;

}
.det_cont .cate {
    margin-bottom: 15px;
}

.faci01 {
    padding: 80px 0;
}

.faci01 .text{
	margin-bottom:60px;
}

.faci01 .flex{
	flex-direction:column;
}

.faci01 .flex .faci_slider_area {
    max-width: initial;
    width: 100%;
}

.faci01 .flex .text_area {
    max-width: initial;
    width: 100%;
	margin:40px auto 0;
}

.faci_thum_sld {
    max-width: 146px;
    height: 16vw;
    max-height: 110px;
}

.faci01_list1 li {
    width: 32%;
    margin-right:2%;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
}
	
.faci01_list1 li:nth-child(4n+4){
	margin-right:2%;
}
	
.faci01_list1 li:nth-child(3n+3){
	margin-right:0;
}

#art_cover.faci_cover {
    height: calc(70svh - 82px);
    min-height: initial;
}

#art_cover.faci_cover .title2{
	left: 2.5%;
	margin:auto;
	padding: 2%;
	bottom: 5%;
}

.faci02_wrap .mainTit {
    margin-bottom: 40px;
}

.faci02_wrap .flex{
	flex-direction:column;
}

.faci02_wrap .flex .img{
	width:100%;
	margin:0 auto 30px;
}

.faci02_wrap .flex .text_area{
	max-width:initial;
	width:100%;
}

.faci02_wrap {
    padding: 60px 0 0px;
}

.mainTit .tit_sou{
	display:block;
	max-width:max-content;
	margin: 0 auto;
}

.mainTit .tit_sou:before{
	left: -55px;
}

.mainTit .tit_sou:after{
right: -40px;
}

.faci03 .mainTit {
    margin-bottom: 40px;
}

.faci03_list1 li {
    margin-bottom: 50px;
	flex-direction:column!important;
}
	
.faci03_list1 li .text_area{
	width:100%;
}

.faci03_list1 li .img{
	width:100%;
	margin:30px auto 0;
}

.faci03_list1 li.noimg .text_area .artTit1 {
    border-bottom: none;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #3D3632;
    text-decoration-thickness: 1px;
    text-underline-offset: 14px;
}

.faci03 {
    padding: 80px 0;
}

.faci04 {
    padding: 80px 0;
}

.faci04 .mainTit {
    margin-bottom: 40px;
}

.faci04_list1 {
}

.faci04_div1{
	flex-direction:column;
	padding:20px;
	max-width: 500px;
	margin: 60px auto 0;
}


.faci04_div1:before{
	display:none;
}

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


.faci04_div11:nth-child(2){
	margin-top:10px;
}
	

    .faci04_div11 .btn1 {
        height: 70px;
        font-size: clamp(1.8rem, 5vw, 2.8rem);
        padding-left: 5%;
        border-radius:10px;
    }

.faci04_div11 .tel_btn1 {
    font-size: clamp(3rem, 8.8vw, 5rem);
}

.faci05_wrap .mainTit {
    margin-bottom: 40px;
}

.faci05_wrap {
    padding: 60px 0;
}

	.map {
    height: 250px;
}

.cont01 .text {
    margin: 30px auto 60px;
}

.cont01 {
    padding: 80px 0;
}

.cont01_div .text1{
	font-size:1.8rem;
	line-height: 1.3;
}

.cont01_div .text1 .in{
	padding:15px 0;
}

.contact_tb tr:first-child td{
	border-top:0;
}

.contact_tb th, .contact_tb td{
	width:100%;
	display:block;
}

.contact_tb th{
	border-bottom:none;
	padding:16px 0 8px;
}

.contact_tb td{
	padding:0px 0 16px;
}

.cont02_wrap {
    padding: 80px 0;
}

.contact01 {
    padding: 80px 0;
}

.horizontal-item{
	display:block;
	margin:0!important;
}

.cont_tb_div1{
	flex-direction:column;
	align-items:flex-start;
}

.co5_div .flex .text_area .title_area:before{
	max-width:60px;
}
	
#cover .text_area .text_sou1{
	top: -14%;
}

.faci04_div1:after{
	width:15%;
}
	
.cont01_div:before{
	left:-2%;
	bottom:-7%;
	width:15%;
}

.hLogo a .title1{
	font-size: clamp(2rem, 2.6vw, 3.7rem);
}


.hLogo a .text1{
	font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


/* トップページ
----------------------------------------------------------- */

.tel_text{
	display:flex;
	flex-direction:column-reverse;
}

.tel_btn1 .tel_text span{
	margin:0 0 2px;
}

.tel_btn1 {
	font-size: clamp(3.6rem, 8.5vw, 6rem);
}


.co3_list1 li{
	width:100%;
}

.co3_list1 li .img{
	height: 79vw;
}


.co3_div .title1{
	font-size:2rem;
}

.co3_div .title1 .icon{
	margin-right:8px;
	width:36px;
}

.ft_div1.ft_div13,
.ft_div1.ft_div12{
	width: 100%;
}

.copyright{
	font-size:1.4rem;
}

.about02_list1 li .text_area .title1{
	flex-direction:column;
	align-items:flex-start;
}

.about02_list1 li .text_area .title1 .num{
	margin-bottom:8px;
}



.news_list1 {
	justify-content:space-between;
}
	
.news_list1 li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.news_list1 li .img{
	height: 27vw;
}

.faci04_div11 .tel_btn1 .icon {
    margin-top: 0%;
}

.cont01_div:before{
	width:20%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.slick-slider div {transition: none;}