@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
/* [PAGE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
.hero-main {
	display: block;
	width: 100%;
	height: auto;
	background: #F1FAFA;
}
.hero-main .wrap {
	padding: 30px 30px 40px;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.hero-main .wrap:before {
	content: "";
	background: url(../images/layouts/main-slide-bg-sp.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 420px;
	height: 280px;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index:0;
}
.main-inner {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.main-inner .img-box {
	width: 100%;
	order: 1;
	margin-bottom: 20px;
	position: relative;
}
.main-slide-conts {
	margin-bottom: 20px;
}
.main-slide-conts li {
	width: 100%;
	height: auto;
	background: #fff;
	font-size: 12px;
	line-height: 140%;
	border-radius: 20px;
	border: 4px solid #fff;
	text-align: center;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-slide-conts img {
	width: auto;
    height: auto;
    max-height: 240px;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}
.main-slide .slide-thum li {
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.main-slide .slide-thum img {
	width: auto;
    height: auto;
    max-height: 44px;
}
.slide-thum .swiper-slide-thumb-active {
	opacity: 1!important;
	/*transform: scale(1.1);
	transition: transform 0.3s;*/
}
.slide-thum .swiper-slide {
	opacity: 0.4;
}
.main-inner .info-box {
	width: 100%;
	order: 2;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
.main-inner .info-box h1 {
	order: 3;
	width: 100%;
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.main-inner .info-box h1 span {
	font-size: 18px;
	display: block;
	margin-top: 3px;
}
.main-inner .info-box .date-box {
	width: 100%;
	order: 2;
	border-radius: 10px;
	border: 1px solid #009A7D;
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.date-base {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #CCC;
}
.cost.date-base {
	padding-bottom: 6px;
}
.main-inner .info-box .date-box .date-base:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.date-base .ttl-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	align-items: center;
	margin-bottom: 5px;
}
.date-base .ttl-wrap .ttl {
	width: 50%;
	color: #009A7D;
	font-size: 16px;
	line-height: 140%;
	font-weight: 800;
}
.date-base .ttl-wrap .link {
	width: 50%;
	padding-right: 30px;
	display: flex;
	justify-content: flex-end;
} 
.date-base .ttl-wrap .link .link-txt {
	font-size: 12px;
	line-height: 100%;
}
.date-base .ttl-wrap .link .link-txt:before {
	width: 20px;
	height: 20px;
	right: -30px;
}
.date-base .dsp-box {
	font-size: 15px;
	line-height: 140%;
}
.date-base .dsp-box .price {
	width: 100%;
}
.date-base .dsp-box .price li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
}
.date-base .dsp-box .price li .icon {
	display: inline-block;
	width: 70px;
	padding: 5px 10px;
	background: #009A7D;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 100%;
	margin-right: 8px;
}
.date-base .dsp-box .price li .num {
	font-size: 18px;
	line-height: 140%;
}
.date-base .dsp-box .disease-dsp {
	display: flex;
	flex-wrap: wrap;
}
.date-base .dsp-box .disease-dsp .tag {
	display: inline-block;
	padding: 3px 6px 4px;
	background: #FFF5EA;
	border-radius: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 140%;
}
.room-situation {
	order: 1;
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	align-items: center;
	margin-bottom: 10px;
}
.room-situation .real {
	width: 43%;
}
.room-situation .real .txt {
	font-size: 20px;
	line-height: 140%;
	 font-weight: 800;
	color: #F18E1D;
	margin-bottom: 2px;
}
.room-situation .real .update {
	display: block;
	font-size: 13px;
	line-height: 100%;
}
.room-situation .hosoku {
	width: 56%;
	font-size: 12px;
	line-height: 140%;
}
.site-description {
	order: 4;
	line-height: 140%;
}
.link-txt {
	font-weight: 600;
	font-size: 14px;
	display:inline-block;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 120%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.link-txt:before{
	content: "";
	display: inline-block;
	background: url(../images/layouts/btn-arrow.svg) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -32px;
	margin: auto;
	width: 24px;
	height: 24px;
	transition: 0.6s;
}
.kyodo-dsp {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 140%;
}
@media(min-width: 768px) {
	.main-slide-conts img {
		max-height: 416px;
	}
	.main-slide .slide-thum img {
		max-height: 77px;
	}
}
@media (min-width:1020px) {
	.link-txt:hover,
	a:hover .link-txt {
		opacity: 1;
		color: #009A7D;
	}
	a:hover .link-txt:before {
		right: -38px;
	}
	.hero-main .wrap {
		max-width: 1280px;
		padding: 40px;
	}
	.hero-main .wrap:before {
		content: "";
		background: url(../images/layouts/main-slide-bg-pc.webp) no-repeat;
		width: 710px;
		height: 460px;
		right: 0;
		left: auto;
		margin: 0;
	}
	.main-inner {
		max-width: 100%;
		height: auto;
		justify-content: space-between;
	}
	.main-inner .img-box {
		order: 2;
		width: 54.2%;
	}
	.main-inner .info-box {
		order: 1;
		width: 42.5%;
	}
	.main-inner .info-box h1 {
		text-align: left;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.main-inner .info-box h1 span {
		display: inline-block;
		font-size: 16px;
		margin-top: 0;
		margin-left: 5px;
	}
	.date-base {
		padding-bottom: 8px;
	}
	.date-base .dsp-box .price {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.date-base .dsp-box .price li {
		width: auto;
		margin-right: 30px;
		margin-bottom: 5px;
	}
	.room-situation .real {
		width: 30%;
	}
	.room-situation .hosoku {
		width: 70%;
	}
	.site-description {
		font-size: 14px;
	}
	.main-slide-conts img {
		max-height: 356px;
	}
	.main-slide .slide-thum img {
		max-height: 61px;
	}
}
@media (min-width:1190px) {
	.main-slide-conts img {
		max-height: 436px;
	}
	.main-slide .slide-thum img {
		max-height: 81px;
	}
}
#features {
	width: 100%;
}
.features-top-01 .wrap {
	padding: 40px 30px;
	max-width: 680px;
	margin: 0 auto;
}
.brd_b_ttl {
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 20px;
	position: relative;
}
.brd_b_ttl:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #009A7D;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.brd_b_ttl .date {
	display: block;
	font-size: 13px;
	line-height: 120%;
	font-weight: 400;
	margin-top: 5px;
}
.hsp-point {
	width: 100%;
}
.hsp-point li {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.hsp-point .txt-box {
	width: 100%;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 140%;
}
.hsp-point img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.hsp-point .eng {
	display: block;
	color: #C6E2DC;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.hsp-point .ttl {
	font-size: 20px;
	color: #009A7D;
	margin-bottom: 15px;
}
.hsp-point .img-box {
	width: 100%;
}
@media (min-width:768px) {
	.hsp-point li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.hsp-point li .txt-box {
		width: 50%;
		margin-bottom: 0;
	}
	.hsp-point li .img-box {
		width: 45%;
	}
	.hsp-point li:nth-of-type(odd) .txt-box {
		order: 2;
	}
	.hsp-point li:nth-of-type(odd) .img-box {
		order: 1;
	}
	.hsp-point .eng {
		text-align: left;
	}
	.hsp-point li .txt-box .btn {
		margin: 0;
		width: 340px;
	}
	.btn.btn-24 {
		width: 340px;
	}
}
@media (min-width:1020px) {
	.features-top-01 .wrap {
		padding: 60px 40px;
		max-width: 1020px;
	}
	.brd_b_ttl {
		font-size: 24px;
	}
	.hsp-point li {
		align-items: center;
	}
	.hsp-point li .img-box {
		width: 31.7%;
	}
	.hsp-point li .txt-box {
		width: 65%;
	}
}
.features-top-02 {
	background: #F1FAFA;
}
.features-top-02 .wrap div:last-child.top-voice-wrap,
.features-top-02 .wrap div:last-child.top-attempt-wrap {
	padding-bottom: 40px;
}
.top-voice-wrap {
	padding: 40px 30px 0;
    max-width: 680px;
    margin: 0 auto;
}
.top-attempt-wrap {
	padding: 40px 30px 0;
    max-width: 680px;
    margin: 0 auto;
}
.line_ttl {
	font-size: 20px;
	color: #009A7D;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.line_ttl:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #C6E2DC;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.features-top-02 .ttl-wrap {
	margin-bottom: 20px;
}
.voice-li li {
	height: auto;
	padding: 20px;
	border: 1px solid #009A7D;
	border-radius: 20px;
	background: #fff;
}
.voice-li li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice-li .thum {
	width: 100%;
	margin-bottom: 10px;
}
.voice-li .thum img {
	border-radius: 10px;
}
.voice-li .txt-box {
	width: 100%;
}
.voice-li .ttl {
	font-size: 15px;
	margin-bottom: 10px;
}
.voice-li .cate {
	display: flex;
	flex-wrap: wrap;
}
.voice-li .cate .item {
	display: inline-block;
	padding: 3px 6px 4px;
	background: #FFF5EA;
	border-radius: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 13px;
	line-height: 140%;
}
.voice-li .link-txt {
	display: none;
}
.voice-li a {
	opacity: 1;
}
.swiper.voice-slide-conts,
.swiper.blog-slide-conts {
	padding-bottom: 40px;
	margin-bottom: 25px;
}
.slideNone .swiper.voice-slide-conts,
.slideNone .swiper.blog-slide-conts {
	padding-bottom: 0!important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0!important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
    height: 15px;
    background: #009A7D;
    margin: 0 5px;
}
@media (min-width:768px) {
	.top-voice-wrap,
	.top-attempt-wrap {
		max-width: 100%;
	}
	.voice-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: auto;
	}
	.voice-li li {
		width: 31.7%;
		margin-right: 2.45%;
		padding: 30px 30px 75px;
		position: relative;
		margin-bottom: 0;
	}
	.voice-li li:last-child,
	.voice-li li:nth-child(3n) {
		margin-right: 0;
	}
	.voice-li .thum {
		width: 100%;
		height: auto;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.voice-li .txt-box {
		width: 100%;
	}
	.voice-li .ttl {
		font-size: 18px;
		margin-bottom: 15px;
		transition: 0.6s;
	}
	.voice-li .link-txt {
		display: block;
		position: absolute;
		bottom: 35px;
		right: 69px;
	}
	.voice-li a {
		opacity: 1;
	}
	.voice-li a:hover .ttl {
		color: #009A7D;
	}
	.voice-slide-conts,
	.blog-slide-conts {
		margin-bottom: 0;
	}
	.swiper.voice-slide-conts,
	.swiper.blog-slide-conts {
		padding-bottom: 0;
		margin-bottom: 30px;
	}	
	.voice-slide-conts .swiper-wrapper,
	.blog-slide-conts .swiper-wrapper {
		display: flex;
		justify-content: center; /* 中央寄せ（左寄せなら flex-start） */
		gap: 30px;
		transform: none !important;
	}
	/* 2. 各スライドの幅を調整（3カラム） */
	.voice-slide-conts .swiper-slide,
	.blog-slide-conts .swiper-slide {
		width: calc(33.333% - 20px) !important;
		margin-right: 0 !important;
	}
	/* 3. ★ 4番目以降のスライドを非表示にする ★ */
	.voice-slide-conts .swiper-slide:nth-child(n+4),
	.blog-slide-conts .swiper-slide:nth-child(n+4) {
		display: none !important;
	}
	/* 4. 不要なUI（ドット・矢印）を隠す */
	.voice-slide-conts .swiper-pagination,
	.voice-slide-conts .swiper-button-next,
	.voice-slide-conts .swiper-button-prev,
	.blog-slide-conts .swiper-pagination,
	.blog-slide-conts .swiper-button-next,
	.blog-slide-conts .swiper-button-prev {
		display: none !important;
	}
}
@media (min-width:1020px) {
	.features-top-02 .wrap div:last-child.top-voice-wrap,
	.features-top-02 .wrap div:last-child.top-attempt-wrap {
		padding-bottom: 60px;
	}
	.top-voice-wrap {
		padding: 60px 40px 0;
        max-width: 1280px;
        margin: 0 auto;
	}
	.top-attempt-wrap {
		padding: 60px 40px 0;
        max-width: 1280px;
        margin: 0 auto;
	}
	.line_ttl {
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.line_ttl span {
		display: inline-block;
		padding: 0 20px;
		background: #F1FAFA;
		position: relative;
		z-index: 1;
	}
	.line_ttl:before {
		width: 100%;
		height: 1px;
		top: 50%;
	}
	.features-top-02 .ttl-wrap {
		margin-bottom: 30px;
	}
	.features-top-02 .ttl-wrap .txt {
		text-align: center;
	}
}
.hope-li li {
	height: auto;
	padding: 20px;
	border: 1px solid #009A7D;
	border-radius: 20px;
	background: #fff;
}
.hope-li .thum {
	margin-bottom: 15px;
	border-radius: 10px;
}
.hope-li .thum img {
	border-radius: 10px;
}
.hope-li .ttl {
	font-size: 16px;
}
.hope-li .link-txt {
	display: none;
}
.hope-li a {
	opacity: 1;
}
@media (min-width:768px) {
	.hope-li li {
		width: 48%;
	}
}
@media (min-width:1020px) {
	.hope-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.hope-li li {
		width: 31.7%;
		margin-right: 2.45%;
		padding: 30px 30px 75px;
		position: relative;
		margin-bottom: 0;
	}
	.hope-li li:last-child,
	.hope-li li:nth-child(3n) {
		margin-right: 0;
	}
	.hope-li .thum {
		width: 100%;
		height: auto;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.hope-li .txt-box {
		width: 100%;
	}
	.hope-li .ttl {
		font-size: 18px;
		transition: 0.6s;
	}
	.hope-li .link-txt {
		display: block;
		position: absolute;
		bottom: 35px;
		right: 69px;
	}
	.hope-li a {
		opacity: 1;
	}
	.hope-li a:hover .ttl {
		color: #009A7D;
	}
}
.features-top-03 .wrap {
	padding: 40px 30px 0;
	max-width: 680px;
	margin: 0 auto;
}
.features-top-03 .ttl-wrap {
	margin-bottom: 20px;
}
.disc-ttl {
	font-size: 18px;
	line-height: 140%;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}
.disc-ttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #009A7D;
	left: 0;
	top: 7px;
}
.commit-box {
	margin-bottom: 20px;
}
.features-top-03 .commit-box:last-child {
	margin-bottom: 0;
}
.commit-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.commit-li li {
	width: 32%;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px;
	border: 1px solid #009A7D;
	margin-bottom: 2%;
}
.commit-li li:nth-child(3n) {
	margin-right: 0;
}
.commit-li li .img-box {
	display: flex;
	width: 25%;
	margin-right: 5%;
}
.commit-li li img {
	width: 100%;
	height: auto;
}
.commit-li li .txt-box {
	width: 69%;
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
}
@media (min-width:768px) {
	.commit-li li {
		width: 24.55%;
		margin-right: 0.6%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px;
		border: 1px solid #009A7D;
		margin-bottom: 0.6%;
	}
	.commit-li li:nth-child(3n) {
		margin-right: 0.6%;
	}
	.commit-li li:nth-child(4n) {
		margin-right: 0;
	}
	.commit-li li .img-box {
		width: 20%;
		margin-right: 8%;
	}
	.commit-li li .txt-box {
		width: 72%;
		font-size: 13px;
		line-height: 140%;
	}
}
@media (min-width:1020px) {
	.features-top-03 .wrap {
		padding: 60px 40px 0;
		max-width: 1020px;
	}
	.features-top-03 .ttl-wrap {
		margin-bottom: 30px;
	}
	.features-top-03 .ttl-wrap .txt {
		text-align: center;
	}
	.line_ttl.wh span {
		background: #fff;
	}
	.commit-li li .img-box {
		width: 14.5%;
		margin-right: 5.5%;
	}
	.commit-li li .txt-box {
		width: 80%;
	}
}
.features-top-04 .wrap {
	padding: 40px 30px 40px;
	max-width: 680px;
	margin: 0 auto;
}
.greeting-wrap {
	width: 100%;
}
.message-box {
	margin-bottom: 20px;
}
.message-box .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.message-box .date .img-box {
	width: 15%;
}
.message-box .date .txt {
	width: 85%;
	padding-left: 5%;
}
.message-box img {
	width: 100%;
	height: auto;
}
.message-box .date .txt .post {
	font-weight: 600;
	font-size: 11px;
	color: #009A7D;
	line-height: 140%;
}
.message-box .date .txt .name {
	 font-weight: 800;
}
.btn-modal-video {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	border: 2px solid #009A7D;
	border-radius: 14px;
	padding: 15px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	transition: 0.8s;
	cursor: pointer;
	background: #fff;
}
.btn-modal-video .img-box {
	width: 25%;
	border-radius: 10px;
	overflow: hidden;
}
.btn-modal-video .txt-box {
	width: 70%;
	font-size: 16px;
	line-height: 140%;
	font-weight: 800;
	color: #009A7D;
}
.btn-modal-video img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.btn-modal-video .txt-box span.hosoku {
	display: block;
	font-size: 13px;
	line-height: 140%;
	color: #1D1D1D;
	font-weight: normal;
}
@media (min-width:768px) {
	.message-box {
		margin-bottom: 30px;
	}
	.message-box .date .img-box {
		width: 9%;
	}
	.message-box .date .txt {
		width: 91%;
		padding-left: 2%;
	}
	.message-box .date .txt .post {
		font-size: 12px;
	}
}
@media (min-width:1020px) {
	.features-top-04 .wrap {
		padding: 60px 40px 60px;
		max-width: 1020px;
	}
	.greeting-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.greeting-wrap div.box:first-child {
		padding-right: 3%;
	}
	.greeting-wrap div.box:last-child {
		padding: 0;
	}
	.greeting-wrap .message-box {
		width: 62%;
		margin-bottom: 0;
	}
	.greeting-wrap .video-box {
		width: 35%;
	}
	.btn-modal-video {
		padding: 20px;
	}
	.btn-modal-video .img-box {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.btn-modal-video .img-box img {
		width: 31%;
	}
	.btn-modal-video .txt-box {
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	.btn-modal-video:hover {
		background: #009A7D;
	}
	.btn-modal-video:hover .txt-box,
	.btn-modal-video:hover .txt-box span.hosoku {
		color: #fff;
	}
}
.features-top-05 .wrap {
	padding: 20px 30px 40px;
	max-width: 680px;
	margin: 0 auto;
}
.instagram-box {
	margin-top: 10px;
}
@media (min-width:1020px) {
	.features-top-05 .wrap {
		padding: 20px 40px 60px;
		max-width: 1020px;
	}
}
.facility-overview {
	padding-bottom: 40px;
}
.overview-box .wrap {
	padding: 40px 30px;
	max-width: 680px;
	margin: 0 auto;
}
.overview-box .room-situation {
	max-width: 540px;
	margin: 0 auto 40px;
	border: 1px solid #009A7D;
}
.institution-info {
	width: 100%;
	height: auto;
}
.institution-info li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.institution-info li:last-child {
	margin-bottom: 0;
}
.institution-info .ttl {
	width: 100%;
	 font-weight: 800;
	color: #009A7D;
	margin-bottom: 5px;
}
.institution-info .txt {
	width: 100%;
}
.kyodo-link {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.kyodo-link .dsp {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 140%;
}
.kyodo-link .btn {
	margin: 0 auto;
}
.kyodo-institution-info li:first-child {
	padding-top: 15px;
}
@media (min-width:1020px) {
	.facility-overview {
		padding-bottom: 60px;
	}
	.overview-box .wrap {
		padding: 60px 40px;
		max-width: 1020px;
	}
	.institution-info li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.institution-info .ttl {
		width: 22%;
		padding-right: 20px;
		margin-bottom: 0;
	}
	.institution-info .txt {
		width: 78%;
	}
	.instagram-box{
		margin-top: 60px;
	}
}
.qa-box .wrap {
	padding: 0 30px;
	max-width: 680px;
	margin: 0 auto;
}
.band_ttl {
	background: #F1FAFA;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 25px;
	color: #009A7D;
}
.qa-more-wrap {
	margin-bottom: 80px;
}
.faq-li {
	width: 100%;
	height: auto;
}
.faq-li li {
	width: 100%;
}
.faq-li li:last-child a {
	margin-bottom: 0;
}
.faq-li li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 0 40px 16px 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 1;
	cursor: pointer;
	position: relative;
	background: #fff;
	line-height: 140%;
}
.faq-li li a .eng {
	width: 10%;
	max-width: 44px;
	font-size: 26px;
	margin-bottom: 0;
	text-align: left;
}
.faq-li li a .txt {
	width: 88%;
	font-size: 15px;
	margin-bottom: 0;
}
a.link-arrow:before {
	content: "";
	display: inline-block;
	background: url(../images/layouts/btn-arrow.svg) no-repeat;
	position: absolute;
	right: 0px;
	margin: auto;
	width: 24px;
	height: 24px;
}
.cv-wrap {
	margin-top: 30px;
}
.cv-wrap .ttl {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	color: #009A7D;
	margin-bottom: 20px;
	line-height: 140%;
}
.cv-flx-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cv-flx-wrap a:first-child {
	margin-bottom: 10px;
}
.tel-cv-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	width: 100%;
	max-width: 380px;
	height: 80px;
	border-radius: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.tel-cv-btn .icon {
	display: block;
	width: 15%;
	max-width: 40px;
	max-height: 40px;
}
.tel-cv-btn .icon img {
	width: 100%;
	height: auto;
}
.tel-cv-btn .txt {
	display: block;
	width: 85%;
	padding-left: 10px;
}
.tel-cv-btn .num {
	display: block;
	font-size: 28px;
	font-weight: 800;
	color: #F18E1D;
	line-height: 100%;
}
.tel-cv-btn .hosoku {
	font-size: 12px;
	line-height: 100%;
}
.tel-cv-btn .hosoku.no-tel {
	font-weight: 800;
	font-size: 18px;
}
.tel-cv-btn .num.yakan {
	font-size: 14px;
	line-height: 120%;
}
.dmt-cv-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	width: 100%;
	max-width: 380px;
	height: 80px;
	border-radius: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	color: #009A7D;
	background: #fff;
	border: 2px solid #009A7D;
}
.dmt-cv-btn .icon {
	display: block;
	width: 15%;
	max-width: 40px;
	max-height: 40px;
}
.dmt-cv-btn .icon img {
	width: 100%;
	height: auto;
}
.dmt-cv-btn .txt {
	display: block;
	width: 85%;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 800;
	line-height: 100%;
}
@media (min-width:1020px) {
	.qa-box .wrap {
		padding: 0 40px 0;
		max-width: 1020px;
	}
	a.link-arrow:before {
		transition: 0.6s;
	}
	a.link-arrow {
		transition: 0.6s;
	}
	a.link-arrow:hover {
		opacity: 1;
		color: #009A7D;
	}
	a.link-arrow:hover:before {
		right: 12px;
	}
	.cv-flx-wrap a {
		margin-right: 20px;
	}
	.cv-flx-wrap a:last-child {
		margin-right: 0;
	}
	.dmt-cv-btn {
		transition: 0.8s;
	}
	.dmt-cv-btn:hover {
		opacity: 1;
		color: #fff;
		background: #009A7D;
	}
}
.other-facility .wrap {
	padding: 0 30px 60px;
	max-width: 680px;
	margin: 0 auto;
}
.hospice-li {
	width: 100%;
	height: auto;
}
.hospice-li li {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.hospice-li li:last-child {
	margin-bottom: 0;
}
.hospice-li .thum {
	margin-bottom: 20px;
}
.hospice-li .thum img {
	border-radius: 20px;
}
.hospice-li .cate-area {
	display: inline-block;
	line-height: 100%;
	font-size: 14px;
	color: #009A7D;
	border: 1px solid #009A7D;
	background: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.hospice-li .ttl-wrap {
	margin-bottom: 10px;
}
.hospice-li .ttl {
	font-size: 20px;
	line-height: 140%;
	transition: 0.6s;
}
.hospice-li .ttl-hosoku {
	display: block;
	font-size: 12px;
	line-height: 140%;
	margin-top: 3px;
}
.hospice-li .address {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.hospice-li .directions {
	font-size: 13px;
	color: #6F6F6F;
	line-height: 140%;
	margin-bottom: 15px;
}
.hospice-li .link-txt {
	position: absolute;
	right: 38px;
}
.hospice-li .open {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #F18E1D;
	padding: 10px 20px;
	color: #fff;
	font-weight: 800;
	border-radius: 20px 0px 20px 0px;
	max-width: 240px;
	line-height: 140%;
}
@media (min-width:768px) {
	.hospice-li li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hospice-li li .thum {
		width: 45%;
		margin-bottom: 0;
	}
	.hospice-li li .txt-box {
		width: 50%;
	}
}
@media (min-width:1020px) {
	.other-facility .wrap {
		padding: 0 40px 80px;
		max-width: 1280px;
	}
	.hospice-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.hospice-li li {
		width: 31.7%;
		margin-right: 2.45%;
		padding-bottom: 20px;
		margin-bottom: 50px;
		position: relative;
	}
	.hospice-li li:nth-child(3n) {
		margin-right: 0;
	}
	.hospice-li li:last-child {
		margin-bottom: 50px;
	}
	.hospice-li li a {
		opacity: 1;	
	}
	.hospice-li li .thum {
		width: 100%;
		margin-bottom: 20px;
		border-radius: 20px;
	}
	.hospice-li li .txt-box {
		width: 100%;
	}
	.hospice-li .directions {
		margin-bottom: 23px;
	}
	.hospice-li .link-txt {
		position: absolute;
		right: 38px;
		bottom: 0;
	}
}
/* [02.PAGE]
--------------------------------------------------------------------------*/
#main-under {
	display: block;
	height: auto;
	overflow: hidden;
	background: #F1FAFA;
}
.main-under-wrap {
	width: 100%;
	margin: 0 auto;
}
.main-under-ttl-wrap {
	width: 100%;
	max-width: 1280px;
	padding: 30px 30px 40px;
	position: relative;
	margin: 0 auto;
}
.under-main-ttl {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.under-main-ttl h1 {
	font-size: 26px;
	line-height: 140%;
}
.under-main-ttl h1 span {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 120%;
	color: #009A7D;
	margin-bottom: 5px;
}
.under-main-ttl .txt-box {
	width: 100%;
	max-width: 740px;
	padding: 30px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 30px;
	text-align: left;
}
@media (min-width:768px) {
	.under-main-ttl h1 {
		font-size: 30px;
	}
	.under-main-ttl h1 span {
		font-size: 16px;
		line-height: 120%;
	}
}
@media (min-width:1020px) {
	.main-under-ttl-wrap {
		padding: 40px 40px 65px;
	}
}
.page-support-01 .wrap {
	padding: 40px 30px;
	max-width: 680px;
	margin: 0 auto;
}
.page-support-01 .big-ttl {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 25px;
	 font-weight: 800;
	text-align: center;
}
.page-support-01 .big-ttl span {
	color: #009A7D;
}
.care-24365 {
	width: 100%;
}
.care-24365 .txt-box {
	margin-bottom: 25px;
}
.care-24365 .txt-box p .hosoku {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	line-height: 140%;
}
.care-24365 .img-box img {
	width: 100%;
	height: auto;
}
@media (min-width:1020px) {
	.page-support-01 .wrap {
		padding: 60px 40px;
		max-width: 1020px;
	}
	.page-support-01 .big-ttl {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.care-24365 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.care-24365 .txt-box {
		width: 50%;
	}
	.care-24365 .img-box {
		width: 45%;
	}
}
/* [もっと見る]
--------------------------------------------------------------------------*/
.more-btn-wrap,
.more-btn-wrap-02,
.more-btn-wrap-04 {
	position: relative;
}
.more-wrap-btn,
.more-wrap-btn-02,
.more-wrap-btn-04 {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	width: 160px;
	height: 38px;
	margin: auto;
	border-radius: 8px;
	background: #009A7D;
	color: #fff;
	font-size: 12px;
	line-height: 38px;
	text-align: center;
}
.more-wrap-btn-04 {
	bottom: -60px;
}
.more-wrap-btn::before,
.more-wrap-btn-02::before,
.more-wrap-btn-04::before {
	content: "もっと見る"
}
.more-list-box,
.more-list-box-02,
.more-list-box-04 {
	position: relative;
	overflow: hidden;
	height: 460px; /*隠した状態の高さ*/
	margin-bottom: 40px;
}
.more-list-box-04 {
	height: 240px;
}
.more-list-box::before,
.more-list-box-02::before,
.more-list-box-04::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(240,250,249,0) 0%, rgba(240,250,249,0.9) 50%, rgba(240,250,249,0.9) 50%, #F0FAF9 100%);
	background: linear-gradient(top, rgba(240,250,249,0) 0%, rgba(240,250,249,0.9) 50%, rgba(240,250,249,0.9) 50%, #F0FAF9 100%);
	content: "";
	z-index: 1;
}
.more-list-box-04::before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #FFF 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #FFF 100%);
}
.more-trigger,
.more-trigger-02,
.more-trigger-04 {
	display: none; /*チェックボックスは常に非表示*/
}
.more-trigger:checked ~ .more-wrap-btn::before,
.more-trigger-02:checked ~ .more-wrap-btn-02::before,
.more-trigger-04:checked ~ .more-wrap-btn-04::before {
	content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.more-trigger:checked ~ .more-list-box,
.more-trigger-02:checked ~ .more-list-box-02,
.more-trigger-04:checked ~ .more-list-box-04 {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.more-trigger:checked ~ .more-list-box::before,
.more-trigger-02:checked ~ .more-list-box-02::before,
.more-trigger-04:checked ~ .more-list-box-04::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/* [もっと見る end]
--------------------------------------------------------------------------*/
.page-support-02 .wrap {
	padding: 0 30px 60px;
	max-width: 680px;
	margin: 0 auto;
}
.page-ttl-wrap {
	margin-bottom: 25px;
}
.page-support-02 .page-ttl-wrap {
	margin-bottom: 40px;
}
.hsp-conditions,
.hsp-treatment,
.hsp-system {
	margin-bottom: 15px;
	background: #F0FAF9;
	padding: 30px 20px 20px;
	border-radius: 20px;
	position: relative;
}
.hsp-treatment {
	margin-bottom: 40px;
}
.hsp-system {
	padding: 30px 20px 15px;
}
.hsp-detail-wrap .ttl {
	position: absolute;
	width: 280px;
	height: auto;
	border-radius: 25px;
	background: #009A7D;
	color: #fff;
	text-align: center;
	padding: 7px 20px 8px;
	font-size: 18px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.hsp-conditions-li,
.hsp-feature-li {
	width: 100%;
	height: auto;
}
.hsp-conditions-li li,
.hsp-feature-li li {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 15px 12px;
	background: #fff;
	line-height: 140%;
}
.hsp-conditions-li li:nth-child(3n),
.hsp-feature-li li:nth-child(3n) {
	margin-right: 0;
}
.feature-hosoku, .conditions-hosoku {
	font-size: 14px;
	line-height: 140%;
}
.hsp-conditions-li.last-w100 li {
	width: 100%;
}
@media (min-width:768px) {
	.hsp-conditions-li,
	.hsp-feature-li {
		display: flex;
		flex-wrap: wrap;
	}
	.hsp-conditions-li li,
	.hsp-feature-li li {
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
	}
	.hsp-conditions-li li:nth-child(3n),
	.hsp-feature-li li:nth-child(3n) {
		margin-right: 0;
	}
	.more-list-box,
	.more-list-box-02 {
		height: auto;
		overflow: auto;
		margin-bottom: 0;
	}
	.more-wrap-btn,
	.more-wrap-btn-02 {
		display: none;
	}
	.more-list-box::before,
	.more-list-box-02::before {
		display: none;
	}
}
@media (min-width:1020px) {
	.page-support-02 .wrap {
		padding: 0 40px 60px;
		max-width: 1020px;
	}
	.page-ttl-wrap .dsp {
		text-align: center;
	}
	.hsp-conditions,
	.hsp-treatment,
	.hsp-system {
		padding: 30px 20px 15px;
		border-radius: 15px;
	}
	.hsp-treatment {
		margin-bottom: 40px;
	}
	.more-list-box-04 {
		height: 200px;
	}
	.qa-more-wrap {
		margin-bottom: 96px;
	}
}
.page-support-03 .wrap {
	padding: 0 30px 60px;
	max-width: 680px;
	margin: 0 auto;
}
.treatment-major {
	margin-bottom: 50px;
}
.major-li {
	width: 100%;
}
.major-li li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.major-li li:last-child {
	margin-bottom: 0;
}
.major-li li .txt-box {
	order: 1;
	margin-bottom: 20px;
}
.major-li li .img-box {
	order: 2;
	width: 100%;
	height: auto;
}
.major-li li img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.hsp-detail-treatment {
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.major-li li {
		justify-content: space-between;
	}
	.major-li li .img-box {
		order: 1;
		width: 40%;
	}
	.major-li li .txt-box {
		order: 2;
		width: 55%;
		margin-bottom: 0;
	}
}
@media (min-width:1020px) {
	.page-support-03 .wrap {
		padding: 0 40px 60px;
		max-width: 1020px;
	}
	.treatment-major {
		margin-bottom: 65px;
	}
	.major-li li {
		align-items: center;
		margin-bottom: 20px;
	}
	.major-li li .img-box {
		width: 34%;
	}
	.major-li li .txt-box {
		width: 62.8%;
	}
}
.teikei-wrap .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.teikei-wrap .box:last-child {
	margin-bottom: 0;
}
.teikei-wrap .box .ttl-box {
	width: 100%;
	padding: 20px;
	background: #F8F8F8;
	border-right: 1px  solid #ccc;
	font-weight: 600;
}
.teikei-wrap .box .info-dsp {
	width: 100%;
	padding: 20px;
	background: #fff;
	border-right: 1px  solid #ccc;
	border-bottom: 1px  solid #ccc;
}
.teikei-wrap .box .ttl-box a.link {
	color: #009A7D;
	text-decoration: underline;
	display: inline-block;
	font-size: 13px;
	line-height: 130%;
	position: relative;
}
.teikei-wrap .box .info-dsp ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C4C4C4;
}
.teikei-wrap .box .info-dsp ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.teikei-wrap .box .info-dsp ul li .item {
	width: 25%;
	padding-right: 2%;
}
.teikei-wrap .box .info-dsp ul li .txt {
	width: 75%;
}
.blank-icon {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	transform: scale(3);
	margin-left: 8px;
}
.blank-icon:before,
.blank-icon:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: #009A7D;
	transition: all 0.5s ease 0s;
}
.blank-icon:before {
	top: 0px;
	left: 0;
	border-width: 2px;
}
.blank-icon:after {
	top: 4px;
	left: 4px;
	border-width: 0 2px 2px 0;
}
.teikei-wrap .box .ttl-box a.link .blank-icon {
	top: 2px;
}

@media (min-width:1020px) {
	.teikei-wrap .box .ttl-box {
		width: 30%;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.teikei-wrap .box .info-dsp {
		width: 70%;
	}
	.more-list-box-03 {
		height: 160px;
	}
	.teikei-wrap .box .info-dsp ul li .item {
		width: 20%;
		padding-right: 2%;
	}
	.teikei-wrap .box .info-dsp ul li .txt {
		width: 80%;
	}
}
.page-support-04 .wrap {
	padding: 0 30px 60px;
	max-width: 680px;
	margin: 0 auto;
}
.other-care-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}
.other-care-main .txt-box {
	order: 1;
	width: 100%;
	margin-bottom: 20px;
}
.other-care-main .txt-box .dsp .hosoku {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	line-height: 140%;
}
.other-care-main .img-box {
	order: 2;
	width: 100%;
}
.other-care-main img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.other-care-main .txt-box .ttl {
	font-size: 22px;
	margin-bottom: 20px;
}
.care-normal-li {
	width: 100%;
}
.care-normal-li li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.care-normal-li li:last-child {
	margin-bottom: 0;
}
.care-normal-li li .txt-box {
	order: 1;
	margin-bottom: 20px;
}
.care-normal-li li .img-box {
	order: 2;
	width: 100%;
	height: auto;
}
.care-normal-li li img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
@media (min-width:768px) {
	.other-care-main {
		justify-content: space-between;
	}
	.other-care-main .img-box {
		order: 1;
		width: 40%;
	}
	.other-care-main .txt-box {
		order: 2;
		width: 55%;
		margin-bottom: 0;
	}
	.care-normal-li li {
		justify-content: space-between;
	}
	.care-normal-li li .img-box {
		order: 1;
		width: 40%;
	}
	.care-normal-li li .txt-box {
		order: 2;
		width: 55%;
		margin-bottom: 0;
	}
}
@media (min-width:1020px) {
	.page-support-04 .wrap {
		padding: 0 40px 60px;
		max-width: 1020px;
	}
	.other-care-main {
		align-items: center;
		margin-bottom: 60px;
	}
	.other-care-main .img-box {
		width: 50%;
	}
	.other-care-main .txt-box {
		width: 47%;
	}
	.care-normal-li li {
		align-items: center;
		margin-bottom: 20px;
	}
	.care-normal-li li .img-box {
		width: 34%;
	}
	.care-normal-li li .txt-box {
		width: 62.8%;
	}
}
.page-support-05 .wrap {
	padding: 0 30px 80px;
	max-width: 680px;
	margin: 0 auto;
}
.job-ratio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto 20px;
}
.job-ratio li {
	width: 48%;
	text-align: center;
	 font-weight: 800;
}
.job-ratio li .img-box {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
}
.job-ratio li .img-box img {
	width: 100%;
	height: auto;
}
.job-ratio li.kango .position,
.job-ratio li.kango .num {
	color: #E98338;
}
.job-ratio li.kaigo .position,
.job-ratio li.kaigo .num {
	color: #009A7D;
}
.job-ratio li .position {
	font-size: 18px;
	margin-bottom: 5px;
}
.job-ratio li .num {
	font-size: 28px;
}
.staff-system .hosoku {
	text-align: center;
	font-size: 13px;
}
@media (min-width:1020px) {
	.page-support-05 .wrap {
		padding: 0 40px 60px;
		max-width: 1020px;
	}
}
.page-living .wrap {
	padding: 40px 30px;
	max-width: 680px;
	margin: 0 auto;
}
.exterior {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 40px;
}
.living-slide-conts {
	margin-bottom: 20px;
}
.living-slide-conts li {
	font-size: 12px;
	line-height: 140%;
	height: 100%;
}
.living-slide-conts img {
	width: 100%;
	max-width: 100%;
	height: 249px;
	object-fit: cover;
	object-position: center center;
	border-radius: 20px;
	margin-bottom: 10px;
}
.living-slide .slide-thum img {
	width: 100%;
	max-width: 100%;
	height: 44px;
	object-fit: cover;
	object-position: center center;
}
.interior-view {
	margin-bottom: 40px;
}
.interior-video-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0 auto;
}
.interior-video-btn .img-box {
	width: 32%;
	margin-bottom: 0;
}
.interior-video-btn .txt-box {
	width: 63%;
	text-align: left;
}
.interior-video-btn .img-box img {
	width: 100%;
	height: auto;
	margin: 0;
}
.living-explanation {
	margin-bottom: 40px;
}
.explanation-conts {
	margin-bottom: 40px;
}
.explanation-conts .icon {
	text-align: center;
	margin-bottom: 10px;
}
.explanation-conts .icon span {
	display: inline-block;
	padding: 6px 20px 8px;
	background: #009A7D;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 4px;
	line-height: 100%;
}
.explanation-conts .ttl-wrap .ttl {
	font-size: 20px;
	margin-bottom: 20px;
}
.explanation-conts .ttl-wrap .txt {
	margin-bottom: 25px;
}
.explanation-img-li li {
	width: 100%;
	margin-bottom: 10px;
}
.explanation-img-li li img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.floor-map .img-box img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.explanation-conts .ttl-wrap .ttl,
	.explanation-conts .ttl-wrap .txt {
		text-align: center;
	}
	.explanation-img-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.explanation-img-li li {
		width: 32%;
		margin-right: 2%;
	}
	.explanation-img-li li:nth-child(3n),
	.explanation-img-li li:last-child {
		margin-right: 0;
	}
	.living-slide-conts img {
		height: 416px;
	}
	.living-slide .slide-thum img {
		height: 77px;
	}
}
@media (min-width:1020px) {
	.page-living .wrap {
		padding: 60px 40px;
		max-width: 1020px;
	}
	.explanation-conts .ttl-wrap .ttl {
		font-size: 22px;
	}
	.living-slide-conts img {
		height: 453px;
	}
	.living-slide .slide-thum img {
		height: 81px;
	}
}
.about-meal .wrap {
	padding: 0 30px 60px;
	max-width: 680px;
	margin: 0 auto;
}
.about-meal .ttl-wrap .big-ttl {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 25px;
	 font-weight: 800;
	text-align: center;
}
.about-meal .ttl-wrap .big-ttl span {
	color: #009A7D;
}
.about-meal .ttl-wrap .dsp {
	margin-bottom: 30px;
}
.meal-brd-ttl {
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	position: relative;
}
.meal-brd-ttl span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.meal-brd-ttl:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #CCCCCC;
}
.meal-li {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.meal-li li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.meal-li li:nth-child(2n),
.meal-li li:last-child {
	margin-right: 0;
}
.meal-li li p {
	text-align: center;
	margin-bottom: 5px;
}
.meal-li li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
@media (min-width:768px) {
	.meal-li li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.meal-li li:nth-child(2n) {
		margin-right: 2%;
	}
	.meal-li li:last-child {
		margin-right: 0;
	}
	.meal-li li img {
		border-radius: 20px;
	}
}
@media (min-width:1020px) {
	.about-meal .wrap {
		padding: 0px 40px 60px;
		max-width: 1020px;
	}
	.about-meal .ttl-wrap .big-ttl {
		font-size: 28px;
	}
	.about-meal .ttl-wrap .dsp {
		text-align: center;
	}
}
.other-equipment .wrap {
	padding: 0 30px 40px;
	max-width: 680px;
	margin: 0 auto;
}
.other-equipment .ttl-wrap .big-ttl {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 25px;
	 font-weight: 800;
	text-align: center;
}
.other-equipment .ttl-wrap .big-ttl span {
	color: #009A7D;
}
.other-equipment-li {
	width: 100%;
	height: auto;
}
.other-equipment-li li {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.other-equipment-li li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.other-equipment-li li .ttl {
	font-size: 18px;
	color: #009A7D;
	margin-bottom: 10px;
	text-align: center;
}
.other-equipment-li li .img-box {
	margin-bottom: 10px;
}
.other-equipment-li li img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.other-equipment-li li .dsp {
	text-align: center;
}
@media (min-width:768px) {
	.other-equipment-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.other-equipment-li li {
		width: 48%;
		margin-right: 4%;
		padding-bottom: 0;
		border-bottom: none;
	}
	.other-equipment-li li:nth-child(2n),
	.other-equipment-li li:last-child {
		margin-right: 0;
	}
}
@media (min-width:1020px) {
	.other-equipment .wrap {
		padding: 0px 40px 60px;
		max-width: 1020px;
	}
	.other-equipment .ttl-wrap .big-ttl {
		font-size: 28px;
	}
	.other-equipment-li li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.other-equipment-li li:nth-child(2n) {
		margin-right: 2%;
	}
	.other-equipment-li li:last-child {
		margin-right: 0;
	}
}
.page-cost-01 .wrap {
	padding: 40px 30px;
	max-width: 680px;
	margin: 0 auto;
}
.cost-tabel-li {
	width: 100%;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
}
.cost-tabel-li li.box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cost-tabel-li li .item {
	width: 35%;
	padding: 15px;
	background: #f8f8f8;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.cost-tabel-li li .item .ttl {
	font-size: 16px;
	font-weight: 600;
}
.cost-tabel-li li .item .dsp {
	font-size: 13px;
	line-height: 140%;
	margin-top: 2px;
}
.cost-tabel-li li .txt-box {
	font-size: 16px;
	line-height: 140%;
	width: 65%;
	padding: 15px;
	background: #fff;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.cost-tabel-li li .txt-box .price {
	font-size: 20px;
	font-weight: 800;
}
.breakdown {	
	margin-top: 10px;
	background: #FFF9F2;
	padding: 15px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
}
.breakdown .sub-ttl {
	width: 100%;
	font-weight: 600;
	margin-bottom: 5px;
}
.breakdown .mon-items-li  {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mon-items-li li {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 15px;
	line-height: 140%;
}
.mon-items-li .ttl {
	width: 100%;
	position: relative;
	padding-left: 13px;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}
.mon-items-li .ttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #009A7D;
	left: 0;
}
.mon-items-li .txt {
	width: 100%;
}
.mon-items-li li:last-child {
	margin-bottom: 0;
}
.monthly-fee,
.movein-fee {
	margin-bottom: 20px;
}
.cost-hosoku {
	font-size: 14px;
	line-height: 140%;
}
@media (min-width:768px) {
	.cost-tabel-li li .item {
		width: 25.5%;
		padding: 20px;
	}
	.cost-tabel-li li .txt-box {
		width: 74.5%;
		padding: 20px;
	}
	.mon-items-li li {
		margin-bottom: 8px;
	}
}
@media (min-width:1020px) {
	.page-cost-01 .wrap {
		padding: 60px 40px;
		max-width: 1020px;
	}
	.breakdown {
		margin-top: 10px;
		background: #FFF9F2;
		padding: 20px 15px;
		border-radius: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.breakdown .sub-ttl {
		width: 7%;
	}
	.breakdown .mon-items-li {
		width: 91%;
	}
	.mon-items-li li {
		margin-bottom: 5px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 14px;
		line-height: 140%;
	}
	.mon-items-li .ttl {
		width: 18%;
		position: relative;
		padding-left: 13px;
		margin-bottom: 0;
	}
	.mon-items-li .txt {
		width: 80%;
	}
	.cost-tabel-li li .txt-box .price {
		font-size: 18px;
	}
}
.page-cost-02 .wrap {
	padding: 0 30px 40px;
	max-width: 680px;
	margin: 0 auto;
}
.self-pay-wrap {
	background: #f8f8f8;
	padding: 20px;
	margin-bottom: 20px;
}
.self-pay-wrap .ttl {
	font-size: 20px;
	color: #009A7D;
	margin-bottom: 5px;
}
.self-pay-wrap .dsp {
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 20px;
}
.self-pay-price-li {
	width: 100%;
}
.self-pay-price-li li {
	background: #fff;
	border-bottom: 2px solid #f8f8f8;
}
.self-pay-price-li li:last-child {
	border-bottom: none;
	color: #009A7D;
}
.self-pay-price-li .item {
	background: #009A7D;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.self-pay-price-li .txt {
	font-size: 22px;
	padding: 15px 10px;
	text-align: center;
	font-weight: 800;
}
.self-pay-price-li.conts-3c li:nth-child(1) .item,
.self-pay-price-li.conts-3c li:nth-child(2) .item {
	background: #7CB5AB;
}
.self-pay-price-li.conts-4c li:nth-child(1) .item,
.self-pay-price-li.conts-4c li:nth-child(2) .item,
.self-pay-price-li.conts-4c li:nth-child(3) .item {
	background: #7CB5AB;
}
.payment {
	background: #F0FAF9;
	padding: 20px;
	margin-top: 40px;
}
.payment .payment-ttl {
	font-size: 24px;
	color: #009A7D;
	line-height: 140%;
	margin-bottom: 20px;
	text-align: center;
}
.payment-li {
	padding: 30px;
	background: #fff;
}
.payment-li li {
	margin-bottom: 20px;
}
.payment-li li:last-child {
	margin-bottom: 0;
}
.payment-li li .ttl {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 18px;
}
.payment-li li .ttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: #009A7D;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	top: 10px;
	left: 0;
	vertical-align: middle;
}
@media (min-width:1020px) {
	.page-cost-02 .wrap {
		padding: 0 40px 60px;
		max-width: 1020px;
	}
	.self-pay-price-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.self-pay-price-li li {
		border-bottom: none;
		border-right: 1px solid #f8f8f8;
	}
	.self-pay-price-li li:last-child {
		border-right: none;
	}
	.self-pay-price-li.conts-3c li {
		width: 33.333%;
	}
	.self-pay-price-li.conts-4c li {
		width: 25%;
	}
}
.page-access-01 .wrap {
	padding: 40px 30px;
	max-width: 680px;
	margin: 0 auto;
}
.hsp-access {
	margin-bottom: 40px;
}
.hsp-access .map-box {
	width: 100%;
	height: 330px;
}
.hsp-access .map-box iframe {
	width: 100%;
	max-height: 330px;
}
.hsp-access .txt-box {
	width: 100%;
	padding: 30px 0 0;
}
.hsp-access .access,
.hsp-access .traffic {
	margin-bottom: 15px;
}
.hsp-access .access .sub-ttl,
.hsp-access .traffic .sub-ttl,
.hsp-access .parking .sub-ttl {
	position: relative;
	font-size: 16px;
	color: #009A7D;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: 600;
}
.hsp-access .access .sub-ttl:before,
.hsp-access .traffic .sub-ttl:before,
.hsp-access .parking .sub-ttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
	vertical-align: middle;
}
.hsp-access .access .sub-ttl:before {
	background: url(../images/layouts/access-icon.webp) no-repeat;
}
.hsp-access .traffic .sub-ttl:before {
	background: url(../images/layouts/traffic-icon.webp) no-repeat;
}
.hsp-access .parking .sub-ttl:before {
	background: url(../images/layouts/parking-icon.webp) no-repeat;
}
@media (min-width:1020px) {
	.page-access-01 .wrap {
		padding: 60px 40px;
		max-width: 1020px;
	}
	.hsp-access .map-box {
		height: 440px;
	}
	.hsp-access .map-box iframe {
		max-height: 440px;
	}
	.hsp-access .txt-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hsp-access .txt-box .box {
		width: 48%;
		margin-bottom: 2%;
	}
	.hsp-access .txt-box .box:nth-last-child(-n+2){
		margin-bottom: 0;
	}
}
.neighborhood-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.neighborhood-li li {
	width: 48%;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 4%;
}
.neighborhood-li .img-box {
	text-align: center;
}
.neighborhood-li img {
	width: auto;
	max-height: 105px;
}
.neighborhood-li .hosoku {
	padding: 10px 0 0 0;
}
@media (min-width:768px) {
	.neighborhood-li img {
		max-height: 212px;
	}
}
@media (min-width:1020px) {
	.neighborhood-li {
		justify-content: flex-start;
	}
	.neighborhood-li li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.neighborhood-li li:nth-child(4n) {
		margin-right: 0;
	}
	.neighborhood-li img {
		max-height: 147px;
	}
}


/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}