@media screen and (min-width: 769px) and (max-width: 1099px){

/* ---------------base--------------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.625;
	-webkit-text-size-adjust: 100%;	
    animation: fadeIn 1s;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s;
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #A21A53;
	text-decoration: none;
}
a img{
	transition: 0.3s;
}




/* --------------------common-------------------- */

/* ----------header---------- */
.header{
	margin: 0 auto 0 0;
	height: 90px;
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.header .inner{
	width: 212px;
	margin: 0 auto 0 20px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* logo */
.header .logo{
	width: 212px;
}
/* navi */
.header .navi{
	display: none;
}

/* contact-btn */
.contact-btn{
	position: fixed;
	top: 9px;
	right: 110px;
	width: 168px;
	height: 72px;
	z-index: 99;
}
.contact-btn a{
	display: block;
	text-indent: 35px;
	background-color: #A21A53;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	width: 168px;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	text-align: center;	
	background-image: url(../images/icon_mail.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 26px;
	border-radius: 16px;
	font-weight: 600;
}
.contact-btn a:hover{
	background-color: #e17d97;
}



/* ----------footer---------- */
.footer{
	width: 100%;
	border-radius: 40px 40px 0 0;
	padding: 60px 0;
	background-color: #F5F5F5;
	position: relative;
	z-index: 10;
}
.home .footer{
	margin-top: -50px;
}
.footer .inner{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* left */
.footer .left{
	width: 40%;
}
/* logo */
.footer .logo{
	width: 212px;
	margin-bottom: 60px;
}
/* inquiry */
.footer .inquiry{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.footer .inquiry a{
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 16px;
	background-color: #A21A53;
	color: #fff;
	line-height: 70px;
	background-image: url('../images/icon_arrow-white.svg'), url('../images/icon_mail.svg'); 
	background-position: right 20px center, left 26px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 22px, 30px;
}
/* download */
.footer .download{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.footer .download a{
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 16px;
	background-color: #A21A53;
	color: #fff;
	line-height: 70px;
	background-image: url('../images/icon_arrow-white.svg'), url('../images/icon_document.svg'); 
	background-position: right 20px center, left 30px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 22px, 26px;
}
.footer .download a span{
	display: none;
}
.footer .inquiry a:hover,
.footer .download a:hover{
	background-color: #e17d97;
}
/* right */
.footer .right{
	width: 50%;
	margin-left: auto;
}
/* sitemap */
.footer .right .sitemap{
	width: 100%;
}
.footer .right .sitemap p{
	display: block;
	font-weight: 500;	
	margin: 0 0 10px;
	padding: 0;
}
.footer .right .sitemap p.blank a{
	padding-right: 20px;
	background-image: url(../images/icon_blank-gray.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 13px;
}
/* site-service */
.footer .right .sitemap .site-service div{
	font-size: 1.4rem;
	margin: 5px 0 5px 30px;
}
.footer .right .sitemap .site-service div:last-child{
	margin-bottom: 20px;
}
.footer .right .site-service a{
	font-weight: 500;	
	margin: 0;
}
.footer .right .sitemap ul{
		display: none;
}
.footer .right .site-service p{
	margin-bottom: 10px;
}

/* shortcut */
.footer .shortcut{
	width: 100%;
	height: 150px;
	border-radius: 16px;
	background-color: #fff;
	margin: 20px 0 0 0;
	padding: 20px 30px;
	box-sizing: border-box;
	background-image: url(../images/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right 25px bottom 20px;
	background-size: 25px;
	position: relative;
}
.footer .shortcut img{
	position: absolute;
	right: 20px;
	width: 136px;
	display: block;
	margin: 0 0 20px auto;
}
/* area-title */
.footer .shortcut .area-title h2{
	position: absolute;
	bottom: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #333;
}
.footer .shortcut .area-title h2 span{
	color: #A21A53;
	font-size: 1.1rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	width: 65px;
}

.footer .shortcut .area-title h2:hover{
	color: #A21A53;
}
/* copyright */
.footer .copyright{
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A21A53;
}

/* ---------------parts ------------- */
/* area-title */
.area-title h2{
	font-size: 2.4rem;
	font-weight: 500;
	color: #A21A53;
	margin: 0;
	padding: 0;
}
.area-title h2 span{
	color: #A21A53;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-indent: 20px;
	background-image: url(../images/icon_midashi-line.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* page-title */
.page-title h2{
	font-size: 3rem;
	font-weight: 500;
	color: #333;
	margin: 0 0 50px;
	padding: 0;
}
.page-title h2 span{
	color: #A21A53;
	font-size: 2rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-indent: 20px;
	background-image: url(../images/icon_midashi-line.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.download .page-title h2 span{
	width: 185px;
}
.service .page-title h2 span,
.inquiry .page-title h2 span{
	width: 145px;
}
.single-care .page-title h2 span,
.single-welfare .page-title h2 span,
.single-nursery .page-title h2 span{
	color: #333;
	width: 200px;
	margin-left: -10px;
}
.single-care .page-title h2 span:before,
.single-welfare .page-title h2 span:before,
.single-nursery .page-title h2 span:before{
	background: none;
}

/* midashi-title */
.midashi-title h3{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0;
}
.midashi-title h3 span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 5px;
}


/* flex */
.flex{
	display: flex;
}

/* box */
.box{
	width: 90%;
	border-radius: 32px;
	padding: 45px 55px;
	margin: 30px auto;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}
.box:before{
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #eee;
	position: absolute;
	top: 20px;
	left: 25px;
}
.box:after{
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #eee;
	position: absolute;
	top: 20px;
	right: 25px;
}
.sns-recruit-area .box .left{
	width: 60%;
}
.sns-recruit-area .box .right{
	width: 35%;
	text-align: center;
	margin-top: 15px;
}

/* look */
.look a{
	display: block;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #333;
	font-size: 1.5rem;
	font-weight: 500;
	background-image: url(../images/icon_arrow-color.svg);
	background-repeat: no-repeat;
	background-position: center right 18px;
	background-size: 28px;
	text-indent: -25px;
	background-color: #fff;
}
.look a:hover{
	background-color: #f9e8ed;
}

/* box look */
.box .look a{
	border: 1px solid #fff;
	color: #fff;
	background-color: #C36A81;
	background-image: url(../images/icon_arrow-white.svg);
}
.box .look a:hover{
	border: 1px solid #C36A81;
	background-color: #fff;	
	color: #C36A81;
}





/* --------------------index ------------------ */

/* ----------mv---------- */
.mv{	
	width: 100%;
	height: 80vh;
	margin: -100px 0 0;　
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.mv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
	display: block;
}	
.mv .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: grid;
	place-items: center;
	z-index: 1;
}
.mv .inner h1{
	font-size: 2.6rem;
	font-weight: 500;
	margin: -100px 0 0;
	padding: 0;
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 0.15em;
}
.mv .inner h1 span{
	display: block;
	margin-top: 110px;
}
.mv video{
	width: 100%;
}

/* ----------news-area---------- */
.news-area{
	width: 90%;
	border-radius: 16px 0 0 16px;
	background-color: #F5F5F5;	
	margin: -120px 0 0 auto;
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
 	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 20px 5px;
}
/* left */
.news-area .left{
	width: 165px;
	margin-right: 25px;
	text-align: center;
}
.news-area .left h2{
	font-size: 2.4rem;
	font-weight: 600;
	color: #A21A53;
	letter-spacing: 0.1em;
}
.news-area .left a{
	margin-top: 30px;
	display: block;
	width: 165px;
	height: 40px;
	border-radius: 20px;
	font-size: 1.3rem;
	color: #fff;
	line-height: 40px;
	background-color: #C96A7C;
}
.news-area .left a:hover{
	color: #C96A7C;
	background-color: #fff;
}
/* right */
.news-area .right{
	width: calc(100% - 180px);
}
.news-area .right ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-area .right ul li{
	width: 90%;
	margin: 20px auto 20px 20px;
	display: flex;
}
.news-area .right ul li .date{
	flex-shrink: 0;
	width: 85px;
	font-weight: 500;
	display: inline-block;
}
.news-area .right ul li .cate{
	font-size: 1.2rem;
	font-weight: 500;
	width: 105px;
	flex-shrink: 0;
}
.news-area .right ul li .cate a{
	display: inline-block;
	text-align: center;
	color: #C96A7C;
	background-color: #fff;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	width: 90px;
}
.news-area .right ul li .cate a:hover{
	color: #fff;
	background-color: #C96A7C;
}
.news-area .right ul li .txt{
	width: calc(100% -190px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* ----------about-area---------- */
.about-area{
}
.about-area .inner{
	width: 90%;
	margin: 100px auto 0;
	display: flex;
}
/* left */
.about-area .left{
	width: 40%;
}
/* photo */
.about-area .left .image{
	margin: 100px 0;
}
.about-area .left .image img:first-child{
	width: 260px;
	display: block;
	margin: 0 0 0 auto;
}
.about-area .left .image img:last-child{
	width: 320px;
	display: block;
	margin: 100px auto 0 0;
}

.mov01 {
    animation: mov01 3s infinite ease-in-out;
}
@keyframes mov01 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}
.mov02 {
    animation: mov02 4s infinite ease-in-out;
}
@keyframes mov02 {
    0%, 100% {
        transform: translateY(4px);
    }
    50% {
        transform: translateY(-1px);
    }
}

/* area-title */
.about-area .area-title{
	width: 200px;
	display: block;
	margin: 0 auto;
}
/* right */
.about-area .right{
	width: 55%;
	margin-left: auto;
}
.about-area .right p{
	font-weight: 500;
	line-height: 2;
	margin: 40px 0;
}
.about-area .right .look{
	margin-top: 50px;
}



/* ----------service-area---------- */
.service-area{
	width: 100%;
	padding: 100px 0;
	background-color: #F5F5F5;
}
/* service-title */
.service-area .service-title{
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #A21A53;
}
.service-area .service-title h2{
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.service-area .service-title h2 span{
	display: block;
	font-size:1.3rem;
	font-weight: 500;
	letter-spacing: 0;
}
/* service-panel */
.service-area .service-panel{
	width: 90%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.service-area .panel{
	width: 32%;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.service-area .clip{
	width: 100%;
	overflow: hidden;
	border-radius: 16px 0 16px 0;
}
.service-area .number{
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fff;
	position: relative;
	margin: -60px auto 0;
	transition: 0.3s;
}
.service-area .number p{
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #C36A81;
	padding: 0;
	padding: 20px 0 0;
	line-height: 1;
}
.service-area .number span{
	display: block;
	font-size: 2rem;
	font-weight: 600;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1;
}
.service-area .name{
	font-size: 1.6rem;
	font-weight: 600;
	margin: -50px 0 30px;
	position: relative;
}

.service-area .panel:hover .name,
.service-area .panel:hover .number span,
.service-area .panel:hover .number p{
	color: #fff;
}
.service-area .panel:hover,
.service-area .panel:hover .number{
	background-color: #C36A81;
	color: #fff;
}





/* ----------value-area---------- */
.value-area{
	width: 100%;
}
.value-area .inner{
	width: 90%;
	max-width: 1100px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}
/* left */
.value-area .inner .left{
	width: 300px;
}
.value-area .inner .left .point{
	width: 280px;
	margin: 50px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.value-area .inner .left .point img{
	width: 130px;
	margin: 5px 5px 5px 0;
}
/* right */
.value-area .inner .right{
	width: calc(100% - 340px);
	margin-left: auto;
}
.value-area .inner .right .copy{
	font-size: 2.4rem;
	font-weight: 500;
	margin: 50px 0;
}
.value-area .inner .right p{
	font-weight: 500;
	margin-bottom: 50px;
}



/* ----------sns-recruit-area---------- */
.sns-recruit-area{
	width: 100%;
	padding: 100px 0;
	background-color: #f5f5f5;
	background-image: url(../images/bg_kazari.svg);
	background-repeat: no-repeat;
	background-position: top -5% right 5%;
	background-size: 170px;
	position: relative;
	z-index: 11;
}
.sns-recruit-area .box .look{
	margin-top: 50px;
}
.sns-recruit-area .box .look.blank a{
	background-image: url(../images/icon_blank-white.svg);\
}

/* ----------banner-area---------- */
.banner-area{
	width: 100%;
	padding: 0;
	margin:  0;
	background-color: #f5f5f5;
}
.banner-area .inner{
	border-top: 1px solid #ccc;
	width: 90%;
	padding: 100px 0 150px;
	margin: 0 auto;
}
.banner-area .left{
}
.banner-area .left h3{
	width: 120px;
	margin: 0 auto 50px;
	color: #A21A53;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-indent: 20px;
	background-image: url(../images/icon_midashi-line.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.banner-area .right{
	width: 100%;
}
.banner-area .right ul{
	width: 100%;
	display: flex;	
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner-area .right ul li{
	width: 31%;
	margin: 0 1%;
	text-align: center;
}
.banner-area a img:hover{
	opacity: 0.5;
}

/* wide-image */
.wide-image{
	margin: 0;
	width 100%;
	height: 400px;
}
.wide-image img{
	width 100%;
	height: 400px;
	object-fit: cover;
}





/* --------------------page common ------------------ */


/* ----------fv---------- */
.fv{
	width: 100%;
	height: 380px;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
/* left */
.fv .left{
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 11;
}
/* link-pages */
.fv .link-pages{
	width: 420px;
	font-size: 1.4rem;
	font-weight: 500;
}
.fv .link-pages a{
	display: inline-block;
	padding: 3px 40px 3px 20px;
	background-image: url(../images/icon_triangle.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}
/* category-pages */
.fv .category-pages{
	font-size: 1.3rem;
	font-weight: 500;
}
.fv .category-pages a{
	display: inline-block;
	border-radius: 10px;
	padding: 8px 13px 8px 38px;
	background-color: #fafafa;
	color: #A21A53;
	background-image: url(../images/icon_category.svg);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 16px;
	margin-right: 10px;
}
.fv .category-pages a:hover{
	color: #eee;
	background-color: #A21A53;
	background-image: url(../images/icon_category-white.svg);
}
.fv .category-pages a.current{
	color: #eee;
	background-color: #A21A53;
	background-image: url(../images/icon_category-white.svg);
}

/* right */
.fv .right{
	width: 600px;
	position: absolute;
	bottom: 0;
	right: -50px;
	z-index: 10;
}

/* bottom-banners */
.bottom-banners{
	width: 90%;
	margin: 50px auto 100px;
	display: flex;
	justify-content: center;
}
/* shortcut */
.bottom-banners .shortcut{
	width: 330px;
	border-radius: 16px;
	background-color: #F5F5F5;
	margin: 50px 15px 0 15px;
	padding: 20px 30px;
	box-sizing: border-box;
	background-image: url(../images/icon_arrow-color.svg);
	background-repeat: no-repeat;
	background-position: right 25px bottom 20px;
	background-size: 29px;
	position: relative;
	height: 200px;
}
.bottom-banners .shortcut img{
	position: absolute;
	right: 20px;
	width: 150px;
	display: block;
	margin: 0 0 20px auto;
}
/* area-title */
.bottom-banners .shortcut .area-title h2{
	position: absolute;
	bottom: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #333;
}
.bottom-banners .shortcut .area-title h2 span{
	color: #A21A53;
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	width: 80px;
}
.bottom-banners.shortcut .area-title h2 span:before{
	content: '';
	height: 1px;
	background-color: #A21A53;
	flex-grow: 1;
	margin-right: 10px;
}
.bottom-banners .shortcut .area-title h2:hover{
	color: #A21A53;
}


/* contents-area */
.contents-area{
	width: 100%;
	position: relative;
	background-color: #eee;
	padding: 100px 0;
}
.contents-area .off{
	display: none;
}
.topics-detail .contents-area{
	min-height: 750px;
}
.error404 .contents-area,
.care .contents-area,
.nursery .contents-area,
.welfare .contents-area,
.topics-detail .contents-area{
	min-height: 750px;
}

/* wide-area */
.contents-area .wide-area{
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 80px 0;
}
.wide-area.dark{
	background-color: #eee;
}
.wide-area.light{
	background-color: #f5f5f5;
}
.wide-area.silver{
	background-color: #fdfdfd;
}





/* --------------------page individual ------------------ */

/* ----------about---------- */
.about .contents-area{
	background-image: url('../images/bg_symbolmark.svg'), url('../images/bg_symbolmark.svg'); 
	background-position: left -250px top, right -200px top 500px;
	background-repeat: no-repeat, no-repeat; 
	background-size: 500px, 400px;
}

/* inner */
.about .contents-area .inner{
	width: 90%;
	margin: 0 auto 50px;	
	position: relative;
	z-index: 2;
}
/* area-title */
.about .area-title{
	display: block;
	margin: 0;
}
.about .disclosure .look a{
	background-image: url(../images/icon_blank.svg);	
}

/* spirits */
.box.spirits .left{
	width: 180px;
}
.box.spirits .right{
	width: calc(100% - 200px);
}
.box.spirits .right p{
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
	border-bottom: 3px solid #C36A81;
	margin: 15px 0;
	padding: 0 0 7px;
}
.box.spirits .right p span{
	color: #C36A81;
	padding-right: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

/* motto-area */
.motto-area{
	width: 100%;
	margin: 200px auto;	
	display: flex;
	overflow-x: hidden;
}
.motto-area .left{
	width: 220px;
	margin: 0 5%;
}
.motto-area .left .midashi-title span{
	margin-top: 5px;
}
.motto-area .left p{
	margin-top: 50px;
}
.motto-area .right{
	flex: 1;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    height: 380px;
    position: relative;
}

.motto-area .right .motto-panel .item{
	width: 95%;
	margin-right: 30px;
	background-color: #fff;
	text-align: center;
	position: relative;
	border-radius: 16px;
	padding: 0;
	height: 300px;
}
.motto-area .right .item .number{
	text-align: center;
	background-color: #C36A81;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;	
	width: 55px;
	height: 55px;
	line-height: 50px;
	border-radius:  0 0 16px 16px;
	margin: 0 auto;
}
.motto-area .right .item .illust{
	width: 70px;
	height: 70px;
	display: block;
	margin: 30px auto;
}
.motto-area .right .item .txt{
	font-size: 1.3rem;
	font-weight: 600;
}

.swiper-parts{
	width: 100% !important;
	position: relative !important;
}
.swiper-parts .btn{
	bottom: -50px;
	position: relative !important;
	width: 100px !important;
	display: flex !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	color: #C36A81;
	font-size: 10px !important;
	background-color: #fff !important;
	height: 40px !important;
	 width: 40px !important;
	 border-radius: 16px;
	display: grid;
	place-items: center;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	background-color: #C36A81 !important;
	color: #fff !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.swiper-scrollbar{
	margin: 50px 10px 0 120px;
	position: relative !important;
    background: #fff !important;
    height: 5px !important;
    position: relative;
    width: calc(100% - 150px) !important;
    z-index: 20;
}
.swiper-scrollbar .swiper-scrollbar-drag{
	top: -2px;
    background: #C36A81; 
    border-radius: 5px; 
    height: 10px;
   	cursor: grab;
}


/* greeting */
.box.greeting .left{
	width: 290px;
	margin: 30px 0 0 0;
}
.box.greeting .left p{
	font-size: 2rem;
	font-weight: 500;
	color: #C36A81;
	margin: 15px 0;
}
.box.greeting .right{
	width: calc(100% - 300px);
	margin: 30px 0 0 30px;
}
.box.greeting .right p{
	line-height: 2;
}
.box.greeting .right .chairman{
	margin: 30px 0 0;
	font-weight: 500;
}

/* member-area */
.member-area{
	width: 90%;
	margin: 150px auto;	
	display: flex;
}
.member-area .left{
	width: 220px;
}
.member-area .right{
	width: calc(100% - 240px);
}
.member-area table{
	width: 100%;
	border-top: dashed 2px #C36A81;
}
.member-area table td{
	padding: 20px 0; 
	border-bottom: dashed 2px #C36A81;
}
.member-area table td.position{
	white-space: nowrap;
	padding-left: 90px;
	font-weight: 500;
	background-image: url(../images/icon_staff.svg);
	background-repeat: no-repeat;
	background-position: left 20px  center;
	background-size: 36px;
	width: 120px;
}
.member-area table td.name{
	white-space: nowrap;
	font-weight: 500;
}

/* history-area */
.history-area{
	width: 90%;
	margin: 100px auto;	
	display: flex;
	position: relative;
	z-index: 0;
}
.history-area .left{
	width: 220px;
}
.history-area .right{
	width: calc(100% - 240px);
}
.history-area .right table{
	width: 100%;
	border-top: dashed 2px #ddd;
}
.history-area table th{
	padding: 20px; 
	border-bottom: dashed 2px #ddd;
	font-weight: 500;
	width: 90px;
	color: #A21A53;
	text-align: left;
	vertical-align: top;
}
.history-area table td{
	padding: 20px 0; 
	border-bottom: dashed 2px #ddd;
	font-weight: 400;
	line-height: 2;
}

/* facility */
.inner.facility{
	padding: 50px 0 0;
}
.inner.facility .map-area{
	width: 100%;
	margin: 0 auto;
}
.inner.facility .map-area img{
	display: block;
	margin: 50px auto;
}
.inner.facility .map-area area{
	cursor: pointer;
}
.inner.facility .map-list{
	width: 90%;
	margin: 0 auto 200px;
	display: flex;
	justify-content: space-between;
}
.inner.facility .map-list .left{
	width: 58%;
}
.inner.facility .map-list .right{
	width: 36%;
}
.inner.facility .map-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	font-weight: 500;
}
.inner.facility .map-list ul li{
	padding: 10px 5px 10px 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 27px;
	cursor: pointer;
	transition: 0.3s;
}
.inner.facility .map-list ul li:hover{
	color: #A21A53;
}
.inner.facility .map-list ul li span{
	display: inline-block;
	width: 25px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	position: relative;
	top: -4px;
	left: 1px;
	margin-right: 12px;
}
.inner.facility .map-list .left ul{
	column-count: 2;
	word-break: break-all;
}
.inner.facility .map-list .left ul li{
	box-sizing: border-box;
	 display: inline-block;
	width: 100%;
	background-image: url(../images/icon_point-red.png);
}
.inner.facility .map-list .right ul li{
	background-image: url(../images/icon_point-yellow.png);
}

.about .remodal{
	max-width: 600px !important;
}
.modal-content .data{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
}
.modal-content .data p{
	margin: 10px auto;
	max-width: 420px;
}
.modal-content .data p span{
	display: block;
	text-align: center;
}
.modal-content .data .address{
	padding: 5px 0 5px 40px;
	background-image: url(../images/icon_map-left-address.svg);
	background-repeat: no-repeat;
	background-position: left  top 6px;
	background-size: 26px;
}
.modal-content .data.right .address{
	background-image: url(../images/icon_map-right-address.svg);
}
.modal-content .data .tel{
	padding: 5px 0 5px 40px;
	background-image: url(../images/icon_map-left-tel.svg);
	background-repeat: no-repeat;
	background-position: left  top 6px;
	background-size: 26px;
}
.modal-content .data.right .tel{
	background-image: url(../images/icon_map-right-tel.svg);
}

/* disclosure */
.inner.disclosure{
	margin: 200px auto;
}
.inner.disclosure p{
	margin: 50px 0;
}







/* ----------value---------- */
.value{
}
/* lead-area */
.lead-area{
	width: 90%;
	margin: 0 auto;
	display: flex;
	 justify-content: space-between;
	 align-items: center;
}
/* lead */
.lead-area .lead{
	width: calc(100% - 340px);
}
.lead-area .lead h2{
	font-size: 2rem;
	font-weight: 500;
}
.lead-area .lead p{
	font-weight: 500;
}
/* point */
.lead-area .point{
	width: 280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lead-area .point img{
	width: 130px;
	margin: 5px 5px 5px 0;
}

/* point-detail */
.point-detail{
	width: 90%;
	margin: 100px auto;
	position: relative;
	z-index: 2;
}
/* detail */
.point-detail .detail{
	width: 100%;
	border-radius: 24px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 50px;
	margin: 50px 0;
}
/* number */
.point-detail .detail .number{
	text-align: center;
	background-color: #C36A81;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;	
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius:  0 0 18px 18px;
	position: absolute;
	top: 0;
	left: 80px;
}
/* flex */
.point-detail .detail .flex{
	 justify-content: space-between;
	width: 100%;
	margin: 0;
}
.point-detail .detail .left{
	width: 220px;
}
.point-detail .detail .left h3{
	color: #C36A81;
	font-size: 2.2rem;
	font-weight: 500;
}
.point-detail .detail .right{
	width: calc(100% - 220px);	
}

/* slide */
.point-detail .slide{
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
	position: relative;
}
.point-detail .swiper-slide{
	transform: scale(.7) !important;
	transition: .3s; 
	position: relative;
	cursor: grab;
}
.point-detail .swiper-slide span{
	background-color: rgba(255,255,255,0.7);
	border-radius: 0 0 20px 20px;
	font-size: 1.2rem;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px 15px;
	box-sizing: border-box;
	z-index: 10;
	line-height: 1.3;
	text-align: center;
	backdrop-filter: blur(4px);
　-webkit-backdrop-filter: blur(4px);
}
.point-detail .swiper-slide img{
	height: auto;
	width: 100%;
	border-radius: 20px;
}
.point-detail .swiper-slide-active {
  opacity: 1; 
  transform: scale(1) !important;
  z-index: 1; 
}
.point-detail .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.point-detail .swiper-pagination-bullet-active{
	background-color: #A21A53 !important;
}








/* ----------download---------- */
/* box-area */
.download .box-area{
	width: 90%;
	margin: 0 auto;	
}
/* box */
.download .box-area .box{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 35px 30px 35px 65px;
	margin: 50px auto;
	z-index: 2;
}
/* left */
.download .box-area .box .left{
	width: 220px;
}
/* name */
.download .box-area .name h4{
	margin: 20px 0 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 500;
	color: #A21A53;
}
.download .box-area .box .name h4 span{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;	
}
.download .box-area .box .name p{
	color: #6A6A6A;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}
/* right */
.download .box-area .box .right{
	width: calc( 100% - 220px);
}
/* file-list */
.download .box-area .box .file-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.download .box-area .box .file-list ul li a{
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	padding: 10px 55px;
	border-radius: 30px;
	margin: 15px 0;
	background-color: #eee;
	transition: 0s;
}
.download .box-area .box .file-list ul li a:hover{
}
.download .box-area .box .file-list ul li a{
	display: inline-block;
	background-image: url('../images/icon_file.svg'), url('../images/icon_download.svg'); 
	background-position: left 20px center, right 20px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 20px, 20px;
}
.download .box-area .box .file-list ul li a:hover{
		color: #fff;
	background-color: #e17d97;
	background-image: url('../images/icon_file-white.svg'), url('../images/icon_download-white2.svg'); 
	background-position: left 20px center, right 20px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 20px, 20px;
}
.download .box-area .box .file-list ul li.price a{
	display: inline-block;
	background-image: url('../images/icon_price.svg'), url('../images/icon_download.svg'); 
	background-position: left 20px center, right 20px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 20px, 20px;
}
.download .box-area .box .file-list ul li.price a:hover{
		color: #fff;
	background-color: #e17d97;
	background-image: url('../images/icon_price-white.svg'), url('../images/icon_download-white2.svg'); 
	background-position: left 20px center, right 20px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 20px, 20px;
}




/* ----------sns---------- */
/* link-area */
.link-area{
	width: 90%;
	margin: 0 auto 50px;
	position: relative;
	z-index: 2;
}
.link-area h3{
	font-size: 2rem;
	font-weight: 600;
	color: #A21A53;
	padding: 0 0 10px;
	margin: 0 0 50px;
	border-bottom: 1px solid #B0B0B0;
}
/* box-area */
.sns .box-area{
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
}
/* box */
.sns .box-area .box{
	width: 48%;
	margin: 0 0 30px;
	box-sizing: border-box;
	border-radius: 15px;
	position: relative;
	padding: 150px 40px 30px;
	flex-direction: column;
	position: relative;
}
/* photo */
.sns .box-area .box .photo{
	width: 180px;
	position: absolute;
	top: 30px;
	right: 30px;
}
/* name */
.sns .box-area .box .name{
	width: 100%;
	margin: -30px 0 0;
}
.sns .box-area .box .name h4{
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 500;
}
.sns .box-area .box .name h4 span{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 500;	
}
.sns .box-area .box .name p{
	color: #6A6A6A;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}
/* icon */
.sns .box-area .box .icon{
	margin: 20px 0 0;
	display: flex;
	height: 60px;
}
.sns .box-area .box .icon div{
	width: 25%;
	max-width: 50px;
	margin-right: 6%;
	text-align: center;
	color: #C36A81;
	font-size: 1.2rem;
}
.sns .box-area .box .icon div a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #C36A81;
	display: grid;
	place-items: center;
}
.sns .box-area .box .icon a:hover{
	background-color: #f5f5f5;
}





/* ----------inquiry---------- */
/* intro-area */
.intro-area{
	width: 90%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* photo */
.intro-area .photo{
	width: 40%;
	position: relative;
}
.intro-area .photo .top{
	width: 260px;
	display: block;
	margin: 0 0 0 auto;
}
.intro-area .photo .bottom{
	width: 320px;
	display: block;
	margin: 100px auto 0 0;
}
/* message */
.intro-area .message{
	width: 55%;
	margin-left: auto;
}
.intro-area .message h3{
	font-size: 2.2rem;
	font-weight: 500;
	color: #A21A53;
}
.intro-area .message p{
	font-weight: 500;
	line-height: 2;
}

/* form-area */
.form-area{
	width: 90%;
	margin: 100px auto;
	position: relative;
	z-index: 2;
}
.form-area .box{
	display: block;
}

/* box-title */
.form-area .box-title{
	text-align: center;
	width: 100%;
}
.form-area .box-title h2{
	color: #A21A53;
	font-size: 2.4rem;
	font-weight: 500;
}
.form-area .box-title h2 span{
	display: block;
	font-size: 1.3rem;
	font-weight; 600;
	letter-spacing: 0.1em;
}
.form-area .box-title p{
	margin-top: 30px;
}

/* table */
.form-area .table{
	display: block;
	width: 90%;
	margin: 50px auto;
	padding: 0;
}
.form-area .table table{
	width: 100%;
}
.form-area .table table th{
	text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;	
	font-weight: 500;
	padding: 15px 0;
	border-bottom: 2px dotted #ddd;
	position: relative;
}
.form-area .table table td{
	width: 100%;
	display: block;
	box-sizing: border-box;	
	position: relative;
	padding: 15px 0 30px;
}
.form-area .table table td span.sentence{
	display: inline-block;
	width: 110px;
}

.form-area .table table .req{
	position: absolute;
	font-size: 1.1rem;
	color: #fff;
	background-color: #A21A53;
	padding: 2px 10px;
	margin: 0 0 0 10px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
}	
.form-area .table table p{
	margin: 5px 5px 0;
	color: #C36A81;
}
/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea{
	appearance: none;
	box-sizing: border-box;
	padding: 7px 12px;
	border: none;
	font-size: 1.6rem;
	font-weight: 400;
	color: #666;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
}
select{
	background-image: url(../images/icon_form-select.svg);
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 12px;
}
input.narrow,
select.narrow{
	width: 180px;
}
input.semiwide{
	width: calc(100% - 120px);
}
textarea.wide,
input.wide{
	width: 100%;
}
textarea{
	height: 100px;
}
select.pad,
input.pad{
	margin: 10px 0;
}
::placeholder {
	color: #999;
	font-size: 1.6rem;
	font-weight: 400;
}

.wpcf7-list-item{
	width: 100%;
}
label{
	display: block;
	line-height: 1.2;
	margin-left: -15px;
	margin-right: 15px;
}
input[type="checkbox"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
  content: "　";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 15px 10px 0;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("../images/icon_form-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="checkbox"]:focus + span::before {
  border-color: #999;
}
input.free{
	width: 100%;
}
.wpcf7-text{
	margin: 4px 0;
}

/* cf7 message */
.wpcf7-not-valid-tip{
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #A21A53 !important;
    color: #fff !important;
    display: block;
    font-size: 1.1rem !important;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
    position: relative;
}
.wpcf7-not-valid-tip::before{
    content: "";
    border: 10px solid transparent;
    border-bottom: 15px solid #A21A53;
    position: absolute;
    top: -25px;
    left: 5%;
}

/* agree */
.form-area .agree{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.form-area .agree .privacy{
	margin: 30px auto;
	width: 100%;
	height: 170px;
	overflow-y: scroll;
	border-radius: 10px;
	font-size: 1.4rem;
	padding: 15px 30px;
	box-sizing: border-box;
	border:1px solid #ddd;
	text-align: left;
	line-height: 1.8;
}
.form-area .agree .privacy strong{
	display: block;
}

/* apply */
.form-area .apply{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	margin: 50px auto;
}
.form-area .apply input{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 45px;
	border-radius: 25px;
	border: 1px solid #333;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #fff;
	background-image: url(../images/icon_arrow-color.svg);
	background-repeat: no-repeat;
	background-position: center right 18px;
	background-size: 28px;
	text-indent: -25px;
 	cursor: pointer;
 	transition: 0.3s;
}
.form-area .apply input:hover{
	background-color: #f9e8ed;
}




/* ----------service---------- */
/* -----box----- */
.service .box .area-title h2 span{
	width: 100px
}
.service .box{
	margin: 50px auto 100px;
	position: relative;
	z-index: 2;
}
.service .box .left{
	width: 100%;
}
/* target-list */
.service .target-list{
	width: 90%;
	box-sizing: border-box;
	margin: 30px 0;
	font-weight: 500;
}
.service .target-list ul{
	margin: 0;
	padding: 0 0 0 25px;
	column-count: 2;
	word-break: break-all;
}
.service .box .right{
	position: absolute;
	top: 50px;
	right: 30px;
}
.service .box .right img{
	width: 250px;
}

/* -----service-content----- */
.service-content{
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
}
.service-content .area-title h2 span{
	width: 100px;
}
.service-content .left{
	width: 290px;
}
.service-content .right{
	width: calc(100% - 290px);
}
/* choice-area */
.choice-area{
	width: 90%;
	margin: 100px auto 50px;
	box-sizing: border-box;
}
.choice-area ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.choice-area ul li{
	margin: 0 12px 12px 0;
	font-size: 1.3rem;
	font-weight: 500;
	display: inline-block;
	padding: 6px 15px 6px 35px;
	border-radius: 10px;
	background-color: #fff;
	color: #A21A53;
	background-image: url(../images/icon_choice-gray.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}
.choice-area ul li.is-active,
.choice-area ul li:hover{
	color: #fff;
	background-color: #A21A53;
	background-image: url(../images/icon_choice-white.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	cursor: pointer;
}
.is-hide {
	display: none;
}

/* service-list */
.service-list{
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	position: relative;
	z-index: 2;
}
.service-list .item{
	border-radius: 16px;
	background-color: #fff;
	margin: 0 0 5% 0;
	box-sizing: border-box;
	padding: 25px;
	background-image: url(../images/icon_arrow-color.svg);
	background-repeat: no-repeat;
	background-position: right 25px bottom 20px;
	background-size: 30px;
}
.service-list .item .clip{
	background-color: #ddd;
	width: 100%;
	height: 115px;
	border-radius: 16px;
	overflow: hidden;
}
.service-list .item .clip img{
	width: 100%;
	height: 115px;
	object-fit: cover;
	border-radius: 16px;	
}
.service-list .item a .clip img{
	transition: 0.3s;
}
.service-list .item a .clip img:hover{
	opacity: 0.6;
}
.service-list .item .info{
	margin: 10px 0 0;
	font-weight: 500;
}
.service-list .item .info .kind{
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	height: 35px;
	display: flex;
	align-items: end;
}
.service-list .item .info .name{
	display: block;
	font-size: 2rem;

}
.service-list .item .info .address{
	display: block;
	font-size: 1.1rem;
	padding-top: 5px;
}



/* --------service-detail-------- */

/* detail-fv */
.detail-fv{
	width: 100%;
	height: 500px;
	margin: -100px 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
	overflow-x: hidden;
}
.detail-fv img{
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
	overflow: hidden;
	z-index: 1;
}
/* inner */
.detail-fv .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: grid;
	place-items: center;
	z-index: 1;
	background-color: rgba(34,34,33,0.4);
}
/* detail-title */
.detail-fv .detail-title h2{
	color: #fff;
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	margin-top: -50px;
}
.detail-fv .detail-title h2 span{
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}

/* center-title */
.center-title h2{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	color: #A21A53;
}
.center-title h2 span{
	font-size: 1.3rem;
	font-weight: 600;
	display: block;
	letter-spacing: 0.1em;
}

/* box-area */
.single-care .box-area,
.single-welfare .box-area,
.single-nursery .box-area{
	margin: -100px 0 0;
}
/* information */
.box.information{
	width: 90%;
	box-sizing: border-box;
	padding: 35px 35px 30px 50px;
	min-height: 270px;
}
.box.information .left{
	width: 120px;
}
.box.information .right{
	width: calc(100% - 220px);
}
.box.information .right table{
	display: block;
}
.box.information .right table th{
	text-align: left;
	font-weight: 600;
	vertical-align: top;
	width: 80px;
	padding: 5px 0;
}
.box.information .right table td{
	font-weight: 500;
	padding: 5px 0;
}
.box.information .right table td span{
	font-size: 1.2rem;
	color: #fff;
	background-color: #C36A81;
	display: inline-block;
	padding: 1px 20px;
	border-radius: 20px;
	margin: 0 10px 7px 0;
}
/* message */
.single-care .message,
.single-welfare .message,
.single-nursery .message{
	width: 90%;
	margin: 50px auto 100px;
	text-align: center;
	line-height: 2;
}

/* feature-area */
.feature-area{
	margin: 100px auto;
	width: 90%;
}
/* panel-area */
.feature-area .panel-area{
	margin: 80px auto;
}
.feature-area .panel-area .panel{
	display: flex;
	margin: 0 auto 70px;
}
.feature-area .panel-area .panel.reverse{
	flex-direction: row-reverse;
}
.feature-area .panel-area .panel .left{
	width: 250px;
}
.feature-area .panel-area .panel .right{
	width: calc(100% - 300px);
	margin: 0 25px; 
}
.feature-area .panel-area .panel.reverse .left{
	text-align: right;
}
.feature-area .panel-area .panel .right span{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	background-color: #C36A81;
	padding: 3px 20px;
	border-radius: 15px;
	letter-spacing: 0.05em;
}
.feature-area .panel-area .panel .right h4{
	font-size: 1.8rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 0;
}
.feature-area .panel-area .panel .right p{
	font-weight: 400;
}


/* ----- modal-area ----- */
.modal-area{
}
.modal-content .info{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	text-align: left;
	font-weight: 400;
}
.modal-content .info div{
	width: 47%;
}
.modal-content .info div p{
	margin: 5px 0;
}
.modal-content .info div ul{
	margin: 0;
	padding: 0 0 0 25px;	
}

/* ----- modal ----- */
.open-btn {
	display: block;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #333;
	font-size: 1.5rem;
	font-weight: 500;
	background-image: url(../images/icon_arrow-color.svg);
	background-repeat: no-repeat;
	background-position: center right 18px;
	background-size: 28px;
	text-indent: -25px;
	background-color: #fff;
	margin: 0 auto;
	cursor: pointer;
}
.open-btn:hover {
	background-color: #f9e8ed;
}
.remodal-overlay {
    background: rgba(0, 0, 0, 0.8);
}
.remodal {
    position: relative;
    box-sizing: border-box;
	max-width: 840px !important;
	width: 90% !important;
	padding: 50px;
    border-radius: 32px;
    color: #333;
}
.remodal-cancel{
    position: absolute;
    top: -50px;
    right: -70px;
    /* color: #fff; */
    width: 40px !important;
    height: 40px !important;
    padding: 0  !important;
    color: #fff !important;
    background: transparent !important;
}
.remodal-cancel img{
    display: block;
    width: 28px;
    margin: 0 auto;
} 
.remodal-cancel:hover {
    opacity: 0.6;
}


/* activities-area */
.activities-area{
	width: 90%;
	margin: 0 auto;
}
/* activities-panel */
.activities-area .activities-panel{
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.activities-area .activities-panel .panel{
	width: 31%;
}
.activities-area .activities-panel .panel .clip{
	width: 100%;
	height: 180px;
	border-radius: 20px;
	overflow: hidden;
}
.activities-area .activities-panel .panel .clip img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 20px;	
}
.activities-area .activities-panel .panel h5{
	font-size: 1.8rem;
	font-weight: 500;
	margin: 15px 0 0;
	text-align: center;
}
.activities-area .activities-panel .panel p{
	font-weight: 400;
	margin: 5px 0;
	font-size: 95%;
}

/* qa-area */
.qa-area{
	margin: 150px auto;
}
/* accordion */
.accordion{
	width: 80%;
	margin: 50px auto;
}

.accordion details{
	cursor: pointer;
	background-color: #fff;
	padding: 12px 25px 12px 35px;
	border-radius: 30px;
	margin: 0 0 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	position: relative;
	font-weight: 500;
}
.accordion details summary{
	display: block;
	list-style-type: none;
	transition: 0.3s ease;
	width: 100%;
	font-size: 1.6rem;
	padding: 0 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.accordion details .icon{
	position: absolute;
	top: 18px;
	right: 25px;
	width: 18px;
	height: 18px;
 	background-image: url(../images/icon_accordion.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	transition: 0.3s ease;
}
.accordion details[open]  .icon{
  transform: rotate(180deg);
}
.accordion details summary:before{
	content: 'Q';
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	color: #A21A53;
	position: absolute;
	left: 32px;
	top: 8px;
 }
.accordion details div{
	width: 100%;
	border-top: 1px dashed #ddd;
	padding: 13px 0 0 28px;
	margin: 13px 0;
	box-sizing: border-box;
	font-size: 1.5rem;
	position: relative;
}
.accordion details div:before{
	content: 'A';
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	color: #A21A53;
	position: absolute;
	top: 10px;
	left: -3px;
}


/* gallery-area */
.gallery-area{
	width: 90%;
	margin: 150px auto 75px;
}
/* gallery */
.gallery{
	width: 100%;
	overflow: hidden;
}
.gallery .slide{
    display: flex;
    width: max-content;
    animation: scroll-left 110s linear infinite;
}
.slide ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slide li {
    width: 240px;
    padding: 0;
    margin: 0 15px;
}
.slide img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 15px;
}
@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); } 
}

/* download-area */
.download-area{
	margin: 90px auto 0;
}
.download-area .box{
	width: 80%;
	padding: 30px 20px;
	flex-wrap: wrap;
	text-align: center;
}
.download-area .center-title{
	display: block;
	width: 100%;
	margin: 0 auto 50px;
	flex-grow: 1;
}
.download-area .box .btns{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.download-area .box .btns .left{
	width: 45%;
	margin-left: 5%;
}
.download-area .box .btns .right{
	width: 45%;
}
.download-area .box a{
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 70px;
	line-height: 70px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	background-color: #A21A53;
	border-radius: 16px;
}
.download-area .box .left a{
	background-image: url('../images/icon_download-white.svg'), url('../images/icon_pricesheet.svg'); 
	background-position: right 20px center, left 25px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 22px, 29px;
}
.download-area .box .right a{
	margin-top: -50px;
	background-image: url('../images/icon_download-white.svg'), url('../images/icon_document.svg'); 
	background-position: right 20px center, left 25px center;
	background-repeat: no-repeat, no-repeat; 
	background-size: 22px, 29px;
}
.download-area .box a:hover{
	background-color: #e17d97;
}


/* access-area */
.access-area{
	margin: 90px auto 50px;
	width: 90%;
}
/* map-area */
.map-area{
	margin: 50px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.map-area .left{
	width: 290px;
}
.map-area .left iframe{
	width: 260px;
	border-radius: 40px;
	display: block;
	overflow: hidden;
}
.map-area .right{
	width: calc(100% - 300px);
}
/* info */
.map-area .right .info h3{
	font-weight: 1.7rem;
	font-weight: 600;
	margin: 0 0 10px;
}
.map-area .right .info p{
	font-weight: 500;
	margin: 0 0 30px;
}
.map-area .right .info .tel{
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #C36A81;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background-image: url(../images/icon_detail-tel-mini.svg);
	background-repeat: no-repeat;
	background-position: left 36px center;
	background-size: 16px;
	text-indent: 15px;
	margin: 0 0 15px;
}
.map-area .right .info .fax{
	display: inline-block;
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #C36A81;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background-image: url(../images/icon_detail-fax.svg);
	background-repeat: no-repeat;
	background-position: left 36px center;
	background-size: 16px;
	text-indent: 15px;
}
.map-area .right .info a{
	color: #fff;
}
/* target */
.map-area .right .target{
	margin: 30px 0 0;
}
.map-area .right .target p{
	font-size: 1.5rem;
	font-weight: 600;
}
.map-area .right .target ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.map-area .right .target ul li{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	color: #C36A81;
	background-color: #fff;
	padding: 3px 12px;
	border-radius: 10px;
	margin: 0 12px 12px 0;
}

/* side-btn */
.side-btn{
	position: fixed;
	top: calc(85% - 210px);
	right: 0;
	width: 55px;	
	z-index: 50;
	text-align: center;
}
.side-btn .instagram{
	width: 27px;
	margin: 0 auto 20px;
}
.side-btn .youtube{
	width: 36px;
	margin: 0 auto 20px;
}
.side-btn .x{
	width: 26px;
	margin: 0 auto 20px;
}
.side-btn .blog{
	width: 26px;
	margin: 0 auto 30px;
}
.side-btn a img:hover
.side-btn a img:hover,
.side-btn a img:hover,
.side-btn a img:hover{
	opacity: 0.5;
}
.side-btn .tel{
		display: none;
}
.side-btn .tel-link a{
	display: block;
	font-size: 1.4rem;
	width: 55px;
	height: 180px;
	background-color: #C36A81;
	border-radius: 16px 0 0 16px;
	writing-mode: vertical-rl;
	font-weight: 500;
	color: #fff;
	display: grid;
	place-items: center;
	background-image: url(../images/icon_detail-tel.svg);
	background-repeat: no-repeat;
	background-position: top 22px center;
	background-size: 23px;
	text-indent: 25px;
}
.side-btn .tel-link a:hover{
	background-color: #e5a4b5;
}


/* ----------news---------- */
/* -----list----- */
.news-list{
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));r
}
/* topics */
.news-list .topics{
	margin: 0 0 30px;
	padding: 0 0 30px;
	font-weight: 500;
	position: relative;
}
/* clip */
.news-list .topics .clip{
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
}
.news-list .topics .clip img{
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover; 
}
.news-list .topics .clip a img:hover{
	opacity: 0.7;
}
/* text */
.news-list .topics .txt a{
	display: block;
	margin: 10px 0;
}
/* cate */
.news-list .topics .cate{
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-list .topics .cate a{
	display: inline;
	background-color: #fff;
	color: #A21A53;
	font-weight: 500;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	padding: 2px 15px;
	font-size: 1.3rem;
}
.news-list .topics .cate a:hover{
	color: #fff;
	background-color: #A21A53;
}
/* date */
.news-list .topics .date{
	color: #6A6A6A;
	position: absolute;
	bottom: 5px;
	right: 0;
}
/*pagination*/
.pagination{	
	clear: both;
	width: 100%;
	margin: 80px 0 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	position: relative;
	z-index: 2;
	font-size: 1.4rem;
}
.pagination a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #A21A53;
	background-color: #fff;
	border-radius: 16px;
	margin: 0 0.5%;
}
.pagination a:hover{
	color: #fff;
	background-color: #A21A53;
}
.pagination span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #A21A53;
	transition: 0.3s ease;
	border-radius: 1px;
	margin: 0 0.5%;
}
.pagination span.current{
	color: #fff;
	background-color: #A21A53;
	border-radius: 16px;
}
.pagination a.next,
.pagination a.prev{
	color: #A21A53;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	color: #fff;
	background-color: #A21A53;
}

/* -----single detail----- */
.single{
	background-color: #fafafa;
}
/* topics-title */
.single .topics-title{
	width: 80%;
	margin: 100px auto -200px;
	padding: 0;
	position: relative;
	z-index: 20;
}
/* date */
.single .topics-title .date{
	font-size: 1.6rem;
	color: #A21A53;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
}
/* cate */
.single .topics-title .cate{
	font-size: 1.4rem;
}
.single .topics-title .cate a{
	display: inline;
	background-color: #fff;
	color: #A21A53;
	font-weight: 600;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	padding: 2px 25px;
}
.single .topics-title .cate a:hover{
	color: #fff;
	background-color: #A21A53;
}
/* title */
.single .topics-title h2{
	font-size: 2.2rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 0;
}
/* topics-detail */
.single .topics-detail{
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.single .topics-detail img{
	border-radius: 15px;
	margin: 30px 0;
}

.topics-detail a{
	text-decoration: underline;
	color: #A21A53;
}
.topics-detail a:hover{
	text-decoration: underline;
	color: #333;
}

/* .topics-detail a[href^="https://"]{
	text-decoration: none;
	display: inline-block;
	padding: 10px 60px 10px 20px;
	border-radius: 30px;
	margin: 15px 0;
	background-color: #fff;
	background-image: url(../images/icon_arrow-color.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 23px;
} */
.topics-detail a[target="_blank"]{
	text-decoration: none;
	display: inline-block;
	padding: 10px 60px 10px 20px;
	border-radius: 30px;
	margin: 15px 0;
	background-color: #fff;
	background-image: url(../images/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 25px;
}
.topics-detail a[href$=".txt"],
.topics-detail a[href$=".xls"],
.topics-detail  a[href$=".xlsx"],
.topics-detail a[href$=".pdf"],
.topics-detail a[href$=".zip"] {
	text-decoration: none;
	display: inline-block;
	padding: 10px 60px 10px 20px;
	border-radius: 30px;
	margin: 15px 0;
	background-color: #fff;
	background-image: url(../images/icon_download.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px;
}
.topics-detail a[target="_blank"]:hover,
.topics-detail a[href$=".txt"]:hover,
.topics-detail a[href$=".xls"]:hover,
.topics-detail  a[href$=".xlsx"]:hover,
.topics-detail a[href$=".pdf"]:hover,
.topics-detail a[href$=".zip"]:hover {
	background-color: #ddd;
}

.topics-detail .wp-block-button a{
	color: #fff;
	background-color: #A21A53;
	text-decoration: none;
	font-size: 1.5rem;
}
.topics-detail .wp-block-button a:hover{
	opacity: 0.7;
}


/* pager */
.pager{
	width: 80%;
	margin: 100px auto 50px;
	text-align: center;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.pager span{
	width: 33%;
}
.pager a{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 20px;
	background-color: #fff;
	color: #A21A53;
}
.pager a:hover{
	color: #fff;
	background-color: #A21A53;
}
.pager .back a{
	margin: 0 auto;
	width: 175px;
}
.pager .next a{	
	margin: 0 0 0 auto;
}





/* ----------error---------- */
.error{
	width: 80%;
	margin: 0 auto;
}






}