@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.header-left {
		width: 15%;
	}
	.header-right a {
		font-size: 17px;
	}
	#feature02 {
		padding: 90px 0 150px;
	}
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	.slider, .slider-item {
		height: 80vh;
	}
	.header-right a {
		font-size: 16px;
		width: 25%;
	}
	#mv .img {
		width: 55%;
	}
	.cp span {
		font-size: 35px;
	}
	.cp {
		left: 22%;
	}
	.menu > li a {
		font-size: 14px;
	}
	.menu .en {
		font-size: 12px;
	}
	.index-ttl .en {
		font-size: 32px;
	}
	#feature01 .txtbox {
		width: 80%;
	}
	.fea-ttl {
		font-size: 32px;
	}
	#feature02 {
		padding: 60px 0 90px;
	}
	#feature02 .img .txt-img {
		bottom: 240px;
	}
	.feature section .img span {
		left: 10%;
	}
	.feature section .txt {
		max-width: 350px;
		margin: 0 auto;
	}
	#feature05::before {
		height: 70%;
	}
	#feature05 .flex-3 div {
		font-size: 17px;
	}
	.d-demo__item {
		width: calc(180vw / 6);
	}
	#index-medical .wrap {
		width: 95%;
	}
	.medical-list .flex-3 {
		display: grid;
		align-items: stretch;
	}
	.medical-list .ttl {
		font-size: 23px;
	}
	.medical-list .list ul {
		width: 85%;
	}
	#greeting {
		padding: 80px 0 40px;
	}
	#greeting .index-ttl {
		margin-bottom: 50px;
	}
	.d-name {
		width: 70%;
		padding: 15px 0;
	}
	#greeting .flex-2 .ttl {
		font-size: 28px;
	}
	#greeting .flex-2 .ttl .blue {
		padding: 0 20px;
	}
	#index-recruit .wrap::before {
		width: 96%;
	}
	.recruit-inner::before {
		width: 160px;
		height: 140px;
	}
	.recruit-inner .ttl {
		font-size: 22px;
	}
	.recruit-inner::after {
		width: 130px;
		height: 125px;
		top: 45px;
		right: 35px;
	}
	.footer-top {
		flex-direction: column;
	}
	.footer-top .left, .footer-top .right {
		width: 100%;
	}
	.footer-top .sitemap li::before {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 10px solid #fff;
	}
	
	
	/* 下層ページ */
	#mainvisual {
		height: 40vh;
	}
	.sec-ttl {
		padding: 35px 0;
		font-size: 28px;
	}
	.job h3 {
		padding: 20px 0;
		font-size: 20px;
	}
	.job h3::after {
		bottom: 11px;
	}
	.job .wrap {
		width: 95%;
	}
	.biz-hour_bg .wrap {
		width: 90%;
	}
	.biz-hour_bg .flex .left {
		width: 40%;
	}
	.biz-hour_bg .flex .right {
		width: 60%;
	}
	.biz-hour_bg .flex .reserve .btn {
		font-size: 16px;
	}
	.border .wrap {
		padding: 35px 0;
		width: 90%;
	}
	.border .center {
		margin-bottom: 35px;
		font-size: 21px;
	}
	.doc-bg .flex {
		align-items: center;
	}
	.facility .ttl {
		padding: 15px 0;
		font-size: 17px;
	}
	
	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
		background: none;
	}
	.header-wrap {
		padding: 5px;
	}
	.header-left {
		width: 25%;
	}
	.header-right {
		display: none!important;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #85CBCD;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 10px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.cp {
		left: 30%;
	}
	.cp span {
		font-size: 25px;
		padding: 10px;
		margin-right: 10px;
	}
	#mv .img {
		width: 70%;
	}
	.wrap {
		width: 90%;
	}
	#news .index-ttl {
		width: 95%;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-right: none;
		border-bottom: 1px solid #EECF65;
	}
	#news .news-content {
		width: 100%;
	}
	.news-content .item {
		padding-left: 0;
		width: 95%;
		margin: 0 auto 20px;
	}
	#feature01 .number {
		width: 45%;
		margin: 0 auto 50px;
	}
	.fea-ttl {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#feature01 .wrap::before {
		width: 80%;
		top: -110px;
	}
	#feature01 .wrap::after {
		width: 70%;
		height: 30%;
		bottom: -75px;
	}
	#feature02 .img {
		width: 100%;
		margin-bottom: 45px;
	}
	#feature02 .img .txt-img {
		width: 40%;
		bottom: 35px;
		left: 10px;
	}
	#feature02 .number {
		width: 45%;
		margin: 0 auto 30px;
	}
	#feature02 .txtbox {
		width: 100%;
	}
	.feature {
		margin: 90px auto;
		flex-direction: column;
	}
	.feature section {
		width: 100%;
	}
	.feature section .img span {
		font-size: 20px;
	}
	#feature03::after, #feature04::after {
		height: 62%;
	}
	.feature section .number {
		width: 45%;
		margin: 0 auto;
	}
	#feature05 .number {
		width: 45%;
		margin: 0 auto 40px;
	}
	#feature05 .flex-3:first-child, #feature05 .flex-3:last-child {
		margin-top: 0;
	}
	.gallery {
		padding: 40px 0;
	}
	.d-demo__item {
		width: calc(270vw / 6);
	}
	#index-medical {
		padding: 40px 0;
	}
	.medical-list .flex-3 {
		width: 48%;
	}
	.medical-list .list {
		padding: 25px 0;
	}
	.medical-list .ttl {
		font-size: 18px;
		padding: 10px 0;
	}
	.medical-list .list::after {
		bottom: 10px;
		right: 10px;
	}
	#greeting .flex {
		flex-direction: column-reverse;
	}
	#greeting::before {
		width: 85%;
		height: 40%;
	}
	#greeting::after {
		width: 88%;
	}
	.d-name .name {
		font-size: 20px;
	}
	.recruit-inner::before {
		width: 80px;
		height: 100px;
	}
	.recruit-inner::after {
		width: 100px;
		height: 100px;
		top: 15px;
		right: 13px;
	}
	.more {
		width: 55%;
	}
	.more-btn {
		font-size: 18px;
		padding: 10px 0;
	}
	
	.copyright {
		padding: 12px 0 80px;
	}
	
	/* ここから下層ページ　 */
	#page-ttl {
		font-size: 35px;
	}
	#page-ttl .ja {
		font-size: 18px;
	}
	.sec-ttl {
		padding: 30px 0;
		font-size: 25px;
		margin-bottom: 45px;
	}
	.section #feature01 {
		padding: 50px 0;
	}
	.feature01 .img, .feature01 .txtbox {
		width: 100%!important;
		margin-bottom: 10px;
	}
	.doc-bg .img {
		margin-bottom: 70px;
	}
	.doc-bg .flex {
		margin-bottom: 40px;
	}
	.border .wrap {
		padding: 25px 0;
	}
	.border .center {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.biz-hour_bg .flex .left, .biz-hour_bg .flex .right {
		width: 100%;
	}
	.job h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.job .list {
		margin-top: 50px;
	}
	.job .list dt {
		width: 105px;
	}
	.job .list dd {
		width: calc(100% - 105px);
		padding: 10px 0 10px 5px;
	}
	.medical-fee h4 {
		font-size: 18px;
	}
	
	
	
}