@charset "UTF-8";



/* ------------------------------
	header
------------------------------ */
.header_wrap{
	border-color: #fff;
}
.header_wrap.on{
	border-color: #00aa83;
}

.header_wrap > .wrap{
	justify-content: center;
}
.header_wrap.on > .wrap{
	justify-content: space-between;
}

.header_wrap .logo{
	display: none;
}
.header_wrap.on .logo{
	display: block;
}


@media screen and (max-width: 1100px) {
	header.active .header_wrap{
		border-color: #00aa83;
	}
	header.active .header_wrap > .wrap{
		justify-content: space-between;
	}
	.header_wrap .logo{
		display: block;
	}
	.header_wrap > .wrap{
		justify-content: space-between;
	}
}


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



/* ------------------------------
	.fv
------------------------------ */
.fv{
	padding-bottom: 60px;
}

.fv_wrap{
	position: relative;
}

.fv .fv_slide_box{
	width: calc(50% + 285px);
	max-width: 100%;
	margin-left: auto;
}

.fv .fv_slide .slide_item{
	max-width: 100%;
	width: 100%;
}

.fv .fv_slide .img{
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	padding-top: 61%;
	background: #000;
  width: 100%;
}

.fv .fv_slide .img.img01,
.fv .fv_slide-nav .img.img01{
	background: url(../img/index/fv_slide_img01.jpg) no-repeat center center;
	background-size: cover;
}
.fv .fv_slide .img.img02,
.fv .fv_slide-nav .img.img02{
	background: url(../img/index/fv_slide_img02.jpg) no-repeat center center;
	background-size: cover;
}
.fv .fv_slide .img.img03,
.fv .fv_slide-nav .img.img03{
	background: url(../img/index/fv_slide_img03.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.fv .fv_slide .img.img01,
	.fv .fv_slide-nav .img.img01{
		background: url(../img/index/fv_slide_img01@2x.jpg) no-repeat center center;
		background-size: cover;
	}
	.fv .fv_slide .img.img02,
	.fv .fv_slide-nav .img.img02{
		background: url(../img/index/fv_slide_img02@2x.jpg) no-repeat center center;
		background-size: cover;
	}
	.fv .fv_slide .img.img03,
	.fv .fv_slide-nav .img.img03{
		background: url(../img/index/fv_slide_img03@2x.jpg) no-repeat center center;
		background-size: cover;
	}
}

.fv .slide-nav_box{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 385px;
	margin: 35px auto 0;
}

.fv .fv_slide-nav .slide_item{
	padding: 5px 0;
}

.fv .fv_slide-nav .img{
	width: 116px;
	height: 59px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0, 0.1);
	cursor: pointer;
}

.fv .fv_slide-nav .slick-track {
	transform: none !important;
}

.fv *{
	border: 0 !important;
	outline: 0 !important;
}

.fv .wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.fv .txt_box{
	position: relative;
	padding-bottom: 100px;
}

.fv_logo{
	width: 420px;
}

.fv .txt{
	max-width: 420px;
	font-size: 2.0rem;
	margin-top: 35px;
	white-space: nowrap;
}


@media screen and (max-width: 1000px){
	.fv_logo{
		width: 300px;
	}
}


@media screen and (max-width: 768px){
	.fv{
		padding-bottom: 30px;
	}

	.fv .wrap{
		display: block;
	}

	.fv .txt_box{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		height: 100%;
		padding-bottom: 80px;
	}

	.fv_logo{
		width: 40%;
		max-width: 180px;
		padding-top: 20px;
	}

	.fv .txt{
		display: inline-block;
		font-size: 1.4rem;
		margin-top: 20px;
		text-shadow: 0 0 2px rgba(255,255,255, 0.2);
		padding-left: 15px;
	}

	.fv .fv_slide_box{
		width: 80%;
		max-width: 500px;
		margin-left: auto;
	}

	.fv .fv_slide .slide_item{
		width: 100%;
	}

	.fv .fv_slide .img{
		min-height: 280px;
	}


	.fv .slide-nav_box{
		width: 270px;
		margin: 20px 0 0 15px;
		bottom: 10px;
	}

	.fv .fv_slide-nav .img{
		width: 80px;
		height: 40px;
		border-radius: 5px;
	}
}



/* ------------------------------
	.topics
------------------------------ */
.topics{
	padding: 15px 0;
	background: #fdf8f8;
	border-top: 1px solid #ed7592;
	border-bottom: 1px solid #ed7592;
}

.topics .wrap{
	position: relative;
	display: flex;
	padding-right: 65px;
}

.topics .ttl{
	flex-shrink: 0;
	margin-right: 40px;
	color: #e95377;
	line-height: 1.4;
}
.ie .topics .ttl{
	padding-top: 4px;
}

.topics_list{
	width: 100%;
}

.topics .arw_box{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 48px;
}

.topics .arw_box .arw{
	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	cursor: pointer;
}
.topics .arw_box .arw.left{
	border-left: 2px solid #ed7592;
	border-bottom: 2px solid #ed7592;
	transform: rotate(45deg);
}
.topics .arw_box .arw.right{
	margin-left: auto;
	border-right: 2px solid #ed7592;
	border-top: 2px solid #ed7592;
}

.topics_list .topics_item,
.topics_list .topics_item a{
	display: flex;
	color: #ed7592;
	line-height: 1.6;
	font-size: 1.4rem;
	word-break: break-all;
  width: 100%;
}

.topics_list .topics_item .date{
	flex-shrink: 0;
	width: 100px;
}

.topics_list .topics_item{
	display: none;
}
.topics_list .topics_item.active{
	display: flex;
}


@media screen and (max-width: 768px){
	.topics .ttl{
		margin-right: 0;
		margin-bottom: 15px;
	}

	.topics .wrap{
		flex-direction: column;
		padding-right: 0;
	}

	.topics_list .topics_item,
	.topics_list .topics_item a{
		flex-direction: column;
	}

	.topics .arw_box{
		top: 5px;
		right: 0;
		bottom: initial;
		width: 30px;
	}
}



/* ------------------------------
	.schedule
------------------------------ */
.schedule{
	padding: 65px 0;
	background: #fff9eb;
}

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

.schedule_box{
	width: 48.5%;
	padding: 0px 30px 40px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0, 0.1);
	border-radius: 8px;
}

.schedule_box .ttl{
	position: relative;
	top: -20px;
	width: 90%;
	max-width: 375px;
	padding: 10px 0;
	margin: 0 auto;
	background: #00aa83;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-size: 2.0rem;
}
.ie .schedule_box .ttl{
	padding: 13px 0 7px;
}

.schedule_box dl{
	display: flex;
}
.schedule_box dl + dl{
	margin-top: 20px;
}

.schedule_box dt{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #222;
	font-size: 1.8rem;
}
.ie .schedule_box dt{
	padding-top: 4px;
}
.schedule_guide{
	color: #00aa83;
	font-weight: 500;
}

.schedule_guide .ico{
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background: url(../img/common/ico_time_02.png) no-repeat center left;
	background-size: 100%;
	vertical-align: top;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.schedule_box p .ico{
		background: url(../img/common/ico_time_02@2x.png);
		background-size: 100%;
	}
}

.ie .schedule_box dt .ico{
	margin-top: -4px;
}

.schedule_box dd{
	padding: 3px 0 7px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.schedule_box dd > div + div{
	margin-top: 20px;
}

.schedule_box dd .date_wrap{
	display: inline-block;
	margin-right: 20px;
}

.schedule_box dd .big{
	margin-left: 0.3em;
	font-size: 2.4rem;
}

.schedule_box dd .min{
	font-size: 1.8rem;
}

.schedule_box .dot_list,
.schedule_box .attention_list{
	margin-top: 20px;
}
.schedule_box .attention_list li{
	font-weight: bold;
	color: #ed7592;
}

.schedule .btn_wrap{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.schedule .schedule_btn + .schedule_btn{
	margin-left: 30px;
}

.schedule .schedule_btn a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 430px;
	height: 100px;
	padding-left: 90px;
	background: #fff;
	border-radius: 8px;
	border: 2px solid #00aa83;
}

.schedule .schedule_btn.pdf a{
	background: #fff url(../img/common/ico_pdf.png) no-repeat;
	background-position: 26px center;
	background-size: 40px;
	border-color: #ed7592;
}

.schedule .schedule_btn.faq a{
	background: #fff url(../img/common/ico_faq.png) no-repeat;
	background-position: 32px center;
	background-size: 31px;
}

.schedule .schedule_btn .ttl{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.schedule .schedule_btn .ttl .serif{
	font-size: 2.4rem;
	font-weight: normal;
}

.schedule .schedule_btn .txt{
	font-size: 1.4rem;
}


@media screen and (max-width: 1000px){
	.schedule_wrap{
		flex-direction: column;
		align-items: center;
	}

	.schedule_box{
		width: 100%;
	}

	.schedule_box + .schedule_box{
		margin-top: 50px;
	}

	.schedule .btn_wrap{
		flex-direction: column;
		align-items: center;
	}
	.schedule .schedule_btn + .schedule_btn{
		margin-left: 0;
		margin-top: 20px;
	}
}


@media screen and (max-width: 768px){
	.schedule_box{
		padding: 20px 4%;
	}

	.schedule_box .ttl{
		width: 100%;
		top: -40px;
		margin-bottom: -20px;
		font-size: 1.6rem;
	}

	.schedule_box dt{
		padding-right: 15px;
		margin-right: 15px;
		font-size: 1.6rem;
	}
	.schedule_box dt .ico{
		margin-right: 6px;
	}

	.schedule_box dd .big{
		font-size: 1.8rem;
	}

	.schedule_box dd .date_wrap{
		display: block;
	}
	.schedule_box dd .date_wrap + .date_wrap{
		margin-top: 5px;
	}

	.schedule_box dd > div + div{
		margin-top: 5px;
	}

	.schedule .schedule_btn{
		width: 100%;
	}
	.schedule .schedule_btn a{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.schedule .schedule_btn a{
		padding-left: 70px;
		padding-right: 10px;
	}
	.schedule .schedule_btn.pdf a{
		background-size: 30px;
		background-position: 20px center;
	}
	.schedule .schedule_btn.faq a{
		background-size: 26px;
		background-position: 23px center;
	}

	.schedule .schedule_btn .ttl{
		margin-bottom: 2px;
	}
	.schedule .schedule_btn .ttl .serif{
		font-size: 2.0rem;
	}
}


/* ------------------------------
	.link_tile
------------------------------ */
.link_tile_wrap{
	padding: 80px 0;
}

.fv_link_tile{

}

.fv_link_tile.link_tile li a{
	width: 100%;
	height: 100%;
	flex: 1 0 auto;
}

.fv_link_tile.link_tile li .ttl{
	display: block;
	margin-top: 25px;
}

.fv_link_tile.link_tile li .img{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	border: 2px solid #00aa83;
	box-shadow: none;
	padding: 25px 0;
	height: 100%;
}
.fv_link_tile.link_tile li .img img{
	width: auto;
}

.link_tile{
	display: flex;
	justify-content: center;
}

.link_tile li{
	width: 31.5%;
}
.link_tile li + li{
	margin-left: 2.75%;
}

.link_tile li a{
	display: block;
}

.link_tile li .img{
	position: relative;
	z-index: 1;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0, 0.1);
	will-change: transform;
}

.link_tile li .img,
.link_tile li .img img{
	width: 100%;
}

.link_tile li .img::before{
	position: absolute;
	z-index: 1;
	right: -43px;
	bottom: -43px;
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: #00aa83;
	transform: rotate( 45deg);
}

.link_tile li .img .arw{
	position: absolute;
	z-index: 2;
	right: 12px;
	bottom: 12px;
	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.link_tile li .ttl{
	margin-top: 15px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
}


@media screen and (max-width: 1000px){
	.link_tile li .ttl{
		font-size: 2.0rem;
	}
}


@media screen and (max-width: 768px){
	.link_tile_wrap{
		padding: 60px 0;
	}

	.link_tile{
		flex-direction: column;
	}

	.link_tile li{
		width: 80%;
		min-width: 280px;
		max-width: 400px;
		margin: 0 auto;
	}

	.link_tile li + li{
		margin-left: auto;
		margin-top: 30px;
	}

	.link_tile li .ttl{
		margin-top: 10px;
	}
}



/* ------------------------------
	.specialty
------------------------------ */
.specialty{
	position: relative;
	padding: 60px 0 80px;
	overflow: hidden;
}

.specialty .bg_box{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 43.5%;
	background: url(../img/index/specialty_bg.jpg) no-repeat center top;
	background-size: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.specialty .bg_box{
		background-image: url(../img/index/specialty_bg@2x.jpg);
	}
}

.specialty .wrap{
	position: relative;
	z-index: 2;
}

.specialty .line_ttl + .txt{
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

.specialty_box{
	display: flex;
	justify-content: center;
	margin-top: 55px;
}

.specialty_box li{
	position: relative;
	z-index: 1;
	width: 31.5%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0, 0.1);
	background: #fff;
	will-change: transform;
}
.specialty_box li + li{
	margin-left: 2.75%;
}

.specialty_box li.box01 a{
	background: #ed7592;
}
.specialty_box li.box01 .txt_box .ico{
	background: #ed7592 url(../img/index/specialty_ico01.png) no-repeat center center;
	background-size: 48px;
}

.specialty_box li.box02 a{
	background: #541b85;
}
.specialty_box li.box02 .txt_box .ico{
	background: #541b85 url(../img/index/specialty_ico02.png) no-repeat center center;
	background-size: 48px;
}

.specialty_box li.box03 a{
	background: #fdd000;
}
.specialty_box li.box03 .txt_box .ico{
	background: #fdd000 url(../img/index/specialty_ico03.png) no-repeat center center;
	background-size: 48px;
}


.specialty_box li a{
	position: relative;
	display: block;
	height: 100%;
}

.specialty_box li a::before{
	position: absolute;
	z-index: 1;
	right: -43px;
	bottom: -43px;
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0, 0.2);
	transform: rotate( 45deg);
}

.specialty_box li .arw{
	position: absolute;
	z-index: 2;
	right: 12px;
	bottom: 12px;
	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.specialty_box li .img,
.specialty_box li .img img{
	width: 100%;
}

.specialty_box li .txt_box{
	position: relative;
	padding: 30px 30px 45px;
}
.ie .specialty_box li .txt_box{
	padding-left: 20px;
	padding-right: 20px;
}

.specialty_box li .txt_box .ico{
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.specialty_box li .ttl{
	position: relative;
	z-index: 2;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}

.specialty_box li .txt{
	position: relative;
	z-index: 2;
	margin-top: 2px;
	color: #fff;
}

.specialty_box li.box03 .ttl,
.specialty_box li.box03 .txt{
	color: #333;
}

.specialty .attention_txt{
	margin-top: 35px;
}


@media screen and (max-width: 1000px){
	.specialty_box li .ttl{
		font-size: 2.6rem;
	}
}


@media screen and (max-width: 768px){
	.specialty{
		padding-bottom: 60px;
	}

	.specialty .bg_box{
		min-height: 430px;
		background-size: cover;
	}

	.specialty_box{
		flex-direction: column;
		margin-top: 45px;
	}

	.specialty .line_ttl + .txt{
		font-size: 2.0rem;
	}

	.specialty_box li{
		width: 80%;
		min-width: 280px;
		max-width: 400px;
		margin: 0 auto;
	}

	.specialty_box li + li{
		margin-left: auto;
		margin-top: 30px;
	}

	.specialty_box li .ttl{
		font-size: 2.0rem;
	}

	.specialty_box li .txt_box{
		padding: 30px 25px;
	}

	.specialty_box li .txt_box .ico{
		top: -35px;
		width: 70px;
		height: 70px;
		background-size: 40px !important;
	}
}



/* ------------------------------
	.information
------------------------------ */
.information{
	padding: 55px 0 80px;
	background: #fff9eb;
}

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

.information .news_box{
	width: 48.5%;
}

.information .blog_box{
	width: 48.5%;
}

.information_list li{
	width: 100%;
}

.information_list li + li{
	margin-top: 10px;
}

.blog_box .information_list li + li{
	margin-top: 13px;
}
.ie .blog_box .information_list li + li{
	margin-top: 15px;
}

.information_list li a{
	position: relative;
	display: flex;
	width: 100%;
	padding: 15px 30px 15px 15px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0,0,0, 0.1);
}
.information_list li a::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
}

.information_list li .date_box{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.information_list li .date_box > *{
	margin-right: 30px;
}

.information_list li .date{
	padding: 2px 0 2px 27px;
	background: url(../img/common/ico_calendar.png) no-repeat left center;
	background-size: 16px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.information_list li .cate{
	padding: 2px 0 2px 27px;
	background: url(../img/common/ico_file.png) no-repeat left center;
	background-size: 17px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.information_list li .txt{
	font-size: 1.4rem;
}

.information_list li .img{
	flex-shrink: 0;
	width: 120px;
	height: 80px;
	margin-right: 15px;
	border-radius: 8px;
	overflow: hidden;
}
.information_list li .img img{
	width: 100%;
	object-fit: cover;
}

.information .round_btn{
	margin-top: 30px;
}


@media screen and (max-width: 1000px){
	.information .wrap{
		flex-direction: column;
		align-items: center;
	}

	.information .news_box,
	.information .blog_box{
		width: 100%;
	}

	.information .news_box + .blog_box{
		margin-top: 60px;
	}
}


@media screen and (max-width: 768px){
	.information_list li a{
		flex-direction: column;
	}

	.information_list li .img{
		margin-right: 0;
		margin-bottom: 12px;
	}

	.information{
		padding-bottom: 60px;
	}
}



/* ------------------------------
	.recruitment
------------------------------ */
.recruitment{
	display: flex;
	align-items: center;
	min-height: 500px;
	height: 42vw;
	background: url(../img/recruit/recruitment_bg.jpg) no-repeat center top;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	.recruitment{
		background-image: url(../img/recruit/recruitment_bg@2x.jpg);
	}
}

.recruitment .txt_box{
	max-width: 570px;
	width: 100%;
}

.recruitment .ttl{
	margin-bottom: 15px;
	font-size: 3.0rem;
	line-height: 1.4;
	white-space: nowrap;
}

.recruitment .txt{
	max-width: 530px;
	margin: 0 auto;
}

.recruitment .btn_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}

.recruitment .btn_box--center{
	justify-content: center;
}


@media screen and (max-width: 1000px){
	.recruitment{
		background: url(../img/index/recruitment_bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.recruitment .txt_box{
		margin: 0 auto;
	}

	.recruitment .ttl{
		font-size: 2.6rem;
	}
}


@media screen and (max-width: 768px){
	.recruitment{
		height: auto;
		min-height: 0;
		padding: 60px 0;
	}

	.recruitment .ttl{
		font-size: 2.2rem;
	}

	.recruitment .btn_box{
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	.recruitment .btn_box .round_btn + .round_btn{
		margin-top: 15px;
	}
}



/* ------------------------------
	.facility
------------------------------ */
.facility{
	position: relative;
	z-index: 2;
	padding: 80px 0 0;
	margin-bottom: -350px;
}

.facility .ttl{
	margin-bottom: 15px;
	font-size: 3.0rem;
	line-height: 1.4;
}

.facility .txt{
	max-width: 735px;
	margin: 0 auto;
}

.facility .round_btn{
	margin-top: 40px;
}
.facility .round_btn a{
	border: 2px solid #fff;
}

.facility .btn_box{
	display: flex;
	justify-content: space-between;
	max-width: 970px;
	margin: 40px auto 0;
}

.facility_btn{
	width: 48.5%;
	border-radius: 8px;
	background: #fff;
}

.facility_btn a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 140px;
	border-radius: 8px;
	border: 1px solid #fff;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0, 0.1);
}
.facility_btn.btn1 a{
	background: #663300;
}
.facility_btn.btn2 a{
	background: #541b85;
}

.facility_btn.btn1 img{
	width: 162px;
}
.facility_btn.btn2 img{
	width: 141px;
}

.facility_btn a::before{
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 15px;
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}


@media screen and (max-width: 1000px){
	.facility{
		margin-bottom: -200px;
	}

	.facility .ttl{
		font-size: 2.6rem;
	}
}


@media screen and (max-width: 768px){
	.facility{
		padding-top: 60px;
		margin-bottom: -100px;
	}

	.facility .ttl{
		font-size: 2.2rem;
	}

	.facility .btn_box{
		flex-direction: column;
		margin-top: 30px;
	}

	.facility_btn{
		width: 80%;
		min-width: 250px;
		max-width: 400px;
		margin: 0 auto;
	}

	.facility_btn a{
		height: 120px;
	}

	.facility_btn + .facility_btn{
		margin-top: 20px;
	}

	.facility_btn.btn1 img{
		width: 138px;
	}

	.facility_btn.btn2 img{
		width: 122px;
	}

	.facility .round_btn{
		margin-top: 30px;
	}
}
