@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 {
		width: 85%;
	}
	#features .top span {
		font-size: 60px;
	}
	#features .mdl {
		font-size: 27px;
	}
	#features .txtbox {
		width: 55%;
	}
	#features .img {
		width: 45%;
	}
	.more-btn::after {
		width: 25px;
	}
	.medical .ttl {
		font-size: 26px;
	}
	
	
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	.slider, .slider-item {
		height: 90vh;
	}
	.header-left {
		width: 20%;
	}
	.header-right {
		width: 80%;
	}
	
	#news::after {
		font-size: 70px;
		top: 150px;
	}
	
	#index-info .flex {
		flex-direction: column;
	}
	#index-info .flex .flex-2 {
		width: 80%;
		margin: 0 auto 20px;
	}
	.reserve {
		margin: 0 auto;
	}
	.reserve .flex {
		flex-direction: row!important;
	}
	#worry .index-ttl {
		font-size: 25px;
	}
	#worry .index-ttl::before {
		left: 237px;
	}
	#worry ul {
		padding: 30px 0 20px;
	}
	#worry li {
		font-size: 18px;
		padding-left: 43px;
	}
	#worry li::before {
		width: 30px;
		height: 30px;
	}
	.index-ttl .en {
		font-size: 80px;
	}
	#pickup .index-ttl::before, #pickup .index-ttl::after {
		width: 150px;
		height: 140px;
	}
	#pickup .wrap {
		flex-direction: column;
	}
	#pickup .flex-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	#pickup .item {
		padding-bottom: 20px;
	}
	#features .top {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#features .top span {
		font-size: 55px;
	}
	#features .mdl {
		font-size: 23px;
		margin-bottom: 5px;
	}
	#features .btm {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#features .item {
		margin-bottom: 100px;
		flex-direction: column;
	}
	#features .img, #features .txtbox {
		width: 100%;
	}
	.feature-btm {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.feature-btm .flex-2 {
		width: 100%;
		margin-bottom: 100px;
	}
	.medical-list .img img {
		width: 45%;
	}
	.medical-list a p {
		font-size: 14px;
	}
	.flow-box .ttl::before {
		left: -6.6rem;
	}
	.flow-box .ttl::after {
		left: -3rem;
	}
	#greeting .flex {
		flex-direction: column-reverse;
	}
	#greeting .flex .flex-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	#greeting .flex .flex-2 .flex {
		flex-direction: row!important;
	}
	.more-btn.flex-2 {
		width: 45%!important;
		margin-bottom: 20px;
	}
	
	.footer-top .flex {
		width: 90%;
		flex-direction: column;
	}
	.footer-top .flex .left, .footer-top .flex .right {
		width: 100%;
	}
	.access {
		width: 100%;
	}
	.sitemap {
		width: 90%;
	}
	.sitemap a {
		font-size: 14px;
	}
	
	
	/**** ここから下層ページ　****/
	
	#mainvisual {
		height: 32vh;
	}
	#policy .ttl {
		font-size: 25px;
		padding-bottom: 5px;
	}
	.bg-biege::after {
		width: 270px;
	}
	.box {
		padding: 30px 3%;
	}
	.txtbox .ttl.biege {
		font-size: 22px;
	}
	
	.skill .item span {
		width: 30%;
	}
	.skill .item div {
		width: 70%;
	}
	.d-name {
		font-size: 27px;
	}
	#clinic-info .sec-ttl::before, #clinic-info .sec-ttl::after {
		width: 27%;
	}
	#clinic-info .flex {
		flex-direction: column;
		margin-top: 0;
	}
	#clinic-info .flex .flex-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	#clinic-info .flex .flex-2 img {
		margin: 0 auto;
	}
	
	.medical .ttl {
		font-size: 25px;
	}
	.ttl-border .sec-ttl::before, .ttl-border .sec-ttl::after {
		width: 33%;
	}
	#recruit a {
		width: 65%;
	}
	.fee-content h3.ttl {
		font-size: 26px;
	}
	

	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
		background: none;
	}
	.header-left {
		width: 40%;
	}
	.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: #08405B;
		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;
	}
	.wrap {
		width: 90%;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.slider, .slider-item {
		height: 70vh ;
	}
	.cp {
		font-size: 40px;
	}
	.cp .small {
		font-size: 20px;
	}
	#news {
		padding: 150px 0;
	}
	#news::before {
		width: 75%;
		height: 10%;
	}
	#news::after {
		font-size: 60px;
		top: 70px;
	}
	#news .index-ttl {
		margin-bottom: 15px;
	}
	.n-item {
		flex-direction: column;
		align-items: flex-start;
	}
	#news .index-ttl {
		width: 100%;
	}
	.n-item .date {
		width: 25%;
		margin-top: 20px;
	}
	.n-item .ttl {
		width: 100%;
		padding-left: 0;
	}
	
	#worry {
		padding: 80px 0 35px;
	}
	#worry .index-ttl {
		font-size: 20px;
		top: -15px;
	}
	#worry .index-ttl::before {
		width: 70px;
		left: 115px;
	}
	#worry ul {
		width: 85%;
	}
	#worry li {
		font-size: 16px;
		width: 100%;
		margin-bottom: 15px;
	}
	#worry li::before {
		width: 22px ;
		height: 22px;
	}
	
	#index-info {
		margin-bottom: 50px;
	}
	#index-info .flex .flex-2 {
		width: 100%;
	}
	.reserve .ttl {
		padding: 10px 0;
		font-size: 16px;
	}
	.reserve .flex {
		margin: 20px auto!important;
	}
	.reserve .flex a {
		font-size: 17px;
	}
	
	#pickup .index-ttl {
		padding: 60px 0;
	}
	.index-ttl .en {
		font-size: 60px;
	}
	#pickup .index-ttl::before, #pickup .index-ttl::after {
		width: 80px;
		height: 80px;
	}
	#pickup .ttl {
		margin-bottom: 20px;
		font-size: 28px;
	}
	#pickup .flex-2 .img {
		width: 20%;
		margin: 0 auto;
	}
	.more-btn {
		font-size: 16px;
	}
	.more-btn::after {
		width: 10px;
	}
	#features .index-ttl::before {
		font-size: 65px;
	}
	#features .txt {
		width: 100%;
	}
	#features .btm {
		font-size: 17px;
	}
	
	#medical {
		padding: 45px 0;
	}
	#medical .flex {
		flex-direction: row;
	}
	#medical .index-ttl .ja {
		font-size: 25px;
	}
	
	.medical-list li {
		width: 48%;
		margin-bottom: 15px;
	}
	.medical-list a p {
		font-size: 16px;
	}
	
	.flex-ttl, .flow-item .flow-ttl {
		font-size: 18px;
	}
	
	
	#flow .index-ttl {
		padding-top: 40px;
		margin-bottom: 40px;
	}
	#flow .index-ttl::before {
		font-size: 65px;
		top: 50%;
	}
	.flow-inner {
		width: 98%;
	}
	.flow-inner .flex {
		flex-direction: row;
	}
	.flow-inner dl dt {
		width: 20%;
		font-size: 18px;
		padding: 1rem 0;
	}
	.flow-inner dl dd {
		width: 80%;
		padding: 1rem;
	}
	.flow-box {
		border-left: 5px solid #B4996B;
	}
	.flow-box .ttl p {
		font-size: 18px;
		padding: 5px 0;
	}
	.flow-box .ttl::before {
		left: -2.4rem;
		font-size: 17px;
	}
	.flow-box .ttl::after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #B4996B;
		left: -1.2rem
	}
	
	#greeting {
		margin-top: 10px;
		padding: 20px 0;
	}
	#greeting .ttl {
		font-size: 20px;
	}

	
	.footer-top .time-table {
		width: 100%;
	}
	.access dt {
		font-size: 14px;
	}
	.sitemap {
		display: none;
	}
	.copyright {
		padding: 12px 0 80px;
	}
	
	
	/****　ここから下層ページ　****/
	
	#mainvisual {
		height: 25vh;
	}
	.page-ttl .ja {
		font-size: 18px;
	}
	.page-ttl .en {
		font-size: 30px;
	}
	.section {
		padding-top: 60px;
	}
	.sec-ttl {
		margin-bottom: 30px;
	}
	.sec-ttl .en {
		font-size: 32px;
	}
	.sec-ttl .ja {
		font-size: 17px;
	}
	#policy {
		margin-bottom: 80px;
	}
	#policy .bg {
		width: 95%;
		padding: 20px 0;
	}
	#policy .ttl {
		font-size: 17px;
	}
	.txtbox .ttl.biege {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.bg-biege::after {
		width: 150px;
	}
	.box-ttl div {
		font-size: 17px;
		padding-left: 10px;
	}
	.clinic-list .txtbox .ttl {
		padding: 10px 0;
		font-size: 16px;
	}
	.clinic-list .txtbox {
		padding: 0 5px;
		margin: 0 auto 30px;
		width: 50%;
	}
	#clinic-info .sec-ttl::before, #clinic-info .sec-ttl::after {
		width: 17%;
	}
	.border-list dt {
		width: 120px;
	}
	.border-list dd {
		width: calc(100% - 120px);
	}
	
	#doctor .flex {
		flex-direction: column;
	}
	.skill .item div {
		width: 73%;
	}
	.skill .item span {
		width: 27%;
	}
	.interview-top .ttl {
		font-size: 23px;
	}
	#recruit {
		margin-bottom: 80px;
	}
	.ttl-border .sec-ttl::before, .ttl-border .sec-ttl::after {
		width: 25%;
	}
	.medical .ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.content {
		margin-top: 40px;
	}
	
	.fee-content h3.ttl {
		font-size: 23px;
	}
	.risk {
		font-size: 17px;
	}
	.fee-box .ttl {
		font-size: 18px;
		flex-direction: row;
	}
	.fee-list dt {
		width: 120px;
	}
	.fee-list dd {
		width: calc(100% - 120px);
	}

	
	
	
}