@charset "utf-8";
/**
/* タイトル CSS
----------------------------------------------- */
.guide-ttl{
	color: #0071E2;
}
.guide-ttl .roma{
	font-family: "Jost", sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.35;
	font-style: italic;
	margin-bottom: 0.75rem;
}
.guide-ttl h2{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
}
@media only screen and (max-width: 767px) {
	.guide-ttl .roma{
		font-size: 2.35rem;
		margin-bottom: 0.1875rem;
	}
	.guide-ttl h2{
		font-size: 0.9375rem;
	}
}
.fade-under { display: block; opacity: 0;  transform: translateY(0.5em); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-under.visible { opacity: 1; transform: translateY(0); }
.fade-under.fast-animation { transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
.fade-under span {  display: inline-block; opacity: 0; transform: translateY(0.5em); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-under.visible span { opacity: 1; transform: translateY(0); }
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
	margin-top: 7.703125rem;
}
.mv-view h1{
	text-indent: -9999px;
	line-height: 0;
}
.mv-view .view-img{
	position: relative;
}
.mv-view::after{
	background: url(../img/top/mv_mask.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: 9997;
}
.mv-view .view-box{
	position: absolute;
	width: 94%;
	max-width: 1200px;
	height: 100%;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	z-index: 9998;
}
.mv-view .view-box .view-ttl{
	position: absolute;
	width: 80%;
	max-width: 33.75rem;
	bottom: 1.625rem;
	right: 0;
	z-index: 1000;
}
.mv-view .view-box .view-ttl h2{
	color: #434343;
	font-size: 3.4375rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: right;
	text-shadow: 0 0.1875rem 0.9375rem #FFFFFF;
	margin-bottom: 2.625rem;
}
.mv-view .view-box .view-ttl p{
	color: #434343;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.66;
	text-shadow: 0 0.1875rem 0.9375rem #FFFFFF;
}
.mv-view .view-box .view-scroll a{
	position: absolute;
	left: 0;
	bottom: 5rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	writing-mode: vertical-lr;
}
.mv-view .view-box .view-scroll a:before{
	content: "";
	position: absolute;
	bottom: -10.625rem;
	left: 5px;
	width: 1px;
	height: 9.625rem;
	background: #ffffff;
}
.mv-view .view-box .view-scroll a:after {
	content: "";
	position: absolute;
	bottom: -10.625rem;
	left: 1px;
	width: 0.5625rem;
	height: 0.5625rem;
	border-radius: 50%;
	background: #ffffff;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
	0%{bottom: -1.25rem;}
	100%{bottom: -10.625rem;}
}
@media only screen and (max-width: 1024px){
	.mv-view{
		margin-top: 3.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.mv-view{
		position: relative;
		margin-top: 0;
		z-index: 2;
	}
	.mv-view::after{
		background: url(../img/top/sp_mv_mask.png) no-repeat top right;
		background-size: cover;
	}
	.mv-view .view-box .view-ttl{
		bottom: 3.625rem;
	}
	.mv-view .view-box .view-ttl h2{
		color: #FFFFFF;
		font-size: 2rem;
		text-shadow: 0 0.1875rem 0.9375rem #000000;
		margin-bottom: 1rem;
	}
	.mv-view .view-box .view-ttl p{
		color: #FFFFFF;
		font-size: 0.875rem;
		text-shadow: 0 0.1875rem 0.9375rem #000000;
	}
	.mv-view .view-box .view-scroll a{
		bottom: 4.5rem;
		font-size: 0.8125rem;
	}
	.mv-view .view-box .view-scroll a:before{
		bottom: -8rem;
		left: 0.275rem;
		height: 7.0625rem;
	}
	.mv-view .view-box .view-scroll a:after {
		bottom: -7.0625rem;
		left: 0.1125rem;
		width: 0.375rem;
		height: 0.375rem;
	}
	@keyframes circlemove{
		0%{bottom: -1.25rem;}
		100%{bottom: -8.0625rem;}
	}
}
/*　　院長メッセージ　　*/
.front-message{
	position: relative;
	background: #F2F2F2;
	padding: 6.25rem 0 5.625rem 0;
}
.front-message::before,
.front-message::after{
	position: absolute;
	content: "";
}
.front-message::before{
	top: 6.25rem;
	left: 0;
	margin: auto;
	background: #0071E2;
	width: 60%;
	height: 10.625rem;
}
.front-message::after{
	background: url(../img/background/circle_b.png) no-repeat top center;
	background-size: cover;
	width: 16.25rem;
	height: 21.375rem;
	top: -3.125rem;
	right: -2.5rem;
}
.front-message .inner-wrap{
	position: relative;
	z-index: 2;
}
.front-message .inner-wrap::after{
	position: absolute;
	content: "";
}
.front-message .inner-wrap::after{
	background: url(../img/background/circle_b2.png) no-repeat top center;
	background-size: cover;
	width: 27.75rem;
	height: 32.875rem;
	bottom: -9.75rem;
	left: -24rem;
}
.front-message .guide-ttl{
	color: #ffffff;
	padding: 2rem 0 2rem 0;
}
.front-message .guide-ttl .roma{
	margin-bottom: 0;
}
.front-message .contentArea{
	width: 50%;
}
.front-message .commentArea{
	padding: 2.5rem 0 2.5rem 3.125rem;
}
.front-message .commentArea h3{
	color: #004D9A;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 2.1875rem;
}
.front-message .commentArea .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
}
.front-message .commentArea .block_btn{
	text-align: left;
	margin-top: 3.75rem;
}
.front-message .imgArea{
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.front-message{
		padding: 4.25rem 0 0.625rem 0;
	}
	.front-message::before{
		content: none;
	}
	.front-message::after{
		background: url(../img/background/circle_b3.png) no-repeat top center;
		background-size: cover;
		width: 10.25rem;
		height: 10.25rem;
		top: -2.5rem;
		right: -3.875rem;
	}
	.front-message .inner-wrap{
		width: 100%;
	}
	.front-message .inner-wrap::after{
		width: 19.1875rem;
		height: 22.75rem;
		bottom: -1.875rem;
		left: -12rem;
	}
	.front-message .guide-ttl{
		background: #0071E2;
		padding: 1.25rem 5%;
	}
	.front-message .contentArea{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.front-message .commentArea{
		padding: 1.25rem 5% 0 5%;
	}
	.front-message .commentArea h3{
		font-size: 1.125rem;
		margin-bottom: 1.0625rem;
	}
	.front-message .commentArea .p-text{
		font-size: 1.0625rem;
	}
	.front-message .commentArea .block_btn{
		text-align: right;
		margin-top: 3.125rem;
	}
	.front-message .imgArea{
		width: 100%;
	}
}
/*　　部署紹介　　*/
.front-introduction .guide-ttl{
	padding: 6.0625rem 0 1.375rem 0;
}
.front-introduction .introduction-grid{
	background-image: url(../img/background/bg_top1.png), url(../img/background/bg_bottom1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
	padding: 8.5rem 0 10.625rem 0;
}
.front-introduction .introduction-list{
	column-gap: 1.875rem;
	row-gap: 3.125rem;
}
.front-introduction .introduction-list .introduction-items{
	position: relative;
	width: calc(33.3333% - 1.25rem);
}
.front-introduction .introduction-items figure{
	position: relative;
	width: 100%;
	height: 21.125rem;
	overflow: hidden;
}
.front-introduction .introduction-items figure img{
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0.1s;
	-moz-transition: all 0.4s ease-out 0.1s;
	transition: all 0.4s ease-out 0.1s;
}
.front-introduction .introduction-items figure:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
.front-introduction .introduction-items h3{
	position: absolute;
	background: #FFFFFF;
	top: 0.9375rem;
	left: 0.9375rem;
	color: #004D9A;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.33;
	padding: 0.25rem 1.25rem;
	z-index: 2;
}
.front-introduction .introduction-items .no{
	position: absolute;
	top: 0.5rem;
	right: 0.9375rem;
	font-family: "Jost", sans-serif;
	color: #0071E2;
	font-size: 3.5625rem;
	font-weight: 500;
	line-height: 1;
	font-style: italic;
	z-index: 2;
}
.front-introduction .introduction-items figcaption{
	position: absolute;
	background: rgba(0, 113, 226, 0.85);
	width: 100%;
	height: 4.6875rem;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in 0.3s;
	-moz-transition: all 0.2s ease-in 0.3s;
	transition: all 0.2s ease-in 0.3s;
}
.front-introduction .introduction-items figure:hover figcaption{
	height: 60%;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.front-introduction .introduction-items figcaption .box{
	position: relative;
	width: 100%;
	bottom: 0;
	padding: 1.25rem;
	z-index: 2;
}
.front-introduction .introduction-items .p-text{
	display: none;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}
.front-introduction .introduction-items:hover .p-text{
	display: block;
}
.front-introduction .introduction-items .view_btn{
	text-align: right;
}
.front-introduction .introduction-items .view_btn li{
	display: inline-block;
}
.front-introduction .introduction-items .view_btn li .btn_arrow{
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 3.4;
	padding-right: 4.5rem;
}
.front-introduction .introduction-items .view_btn li .btn_arrow::before,
.front-introduction .introduction-items .view_btn li .btn_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
}
.front-introduction .introduction-items .view_btn li .btn_arrow::before{
	background: #FFFFFF;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #0071E2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.front-introduction .introduction-items .view_btn li .btn_arrow::after{
	right: 0.45rem;
	width: 0.8125rem;
	height: 0.625rem;
	border: 0.375rem solid transparent;
	border-left: 0.625rem solid #0071E2;
}
@media only screen and (max-width: 767px) {
	.front-introduction .guide-ttl{
		text-align: center;
		padding: 1.875rem 0 0 0;
	}
	.front-introduction .introduction-grid{
		background-image: url(../img/background/sp_bg_bottom1.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		padding: 2.375rem 0 4.375rem 0;
	}
	.front-introduction .introduction-list{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.front-introduction .introduction-list .introduction-items{
		width: 100%;
	}
	.front-introduction .introduction-items figure{
		height: 21.125rem;
	}
	.front-introduction .introduction-items figcaption{
		height: auto;
		bottom: 0;
	}
	.front-introduction .introduction-items .p-text{
		display: block;
		font-size: 0.9375rem;
	}
}
/*　　社員インタビュー　　*/
.front-interview{
	position: relative;
	background: #F2F2F2;
	padding: 7.5rem 0 6.25rem 0;
	border-top: 0.9375rem solid #7B7B7B;
}
.front-interview::before,
.front-interview::after{
	position: absolute;
	content: "";
}
.front-interview::before{
	background: url(../img/background/circle_g.png) no-repeat top center;
	background-size: cover;
	width: 9.4375rem;
	height: 9.4375rem;
	top: 4.625rem;
	right: -2.125rem;
}
.front-interview .inner-wrap{
	position: relative;
	z-index: 2;
}
.front-interview .guide-ttl{
	margin-bottom: 3.75rem;
}
.front-interview .block_btn{
	margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.front-interview{
		padding: 2.5rem 0 2.5rem 0;
		border-top: 0.625rem solid #7B7B7B;
	}
	.front-interview::before{
		top: 3.5625rem;
		right: -4.375rem;
	}
	.front-interview::after{
		background: url(../img/background/circle_g2.png) no-repeat top center;
		background-size: cover;
		width: 17.3125rem;
		height: 15.1875rem;
		bottom: 1.5625rem;
		left: -7.5rem;
	}
	.front-interview .guide-ttl{
		margin-bottom: 2.375rem;
	}
	.front-interview .block_btn{
		margin-top: 3.75rem;
	}
	.front-interview .arrow_box{
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 90%;
		margin: -1rem auto 0 auto;
	}
	.front-interview .arrow_box img{
		width: 3rem;
	}
	.front-interview .slick-dots{
		width: auto;
		right: 50%;
		bottom: -2.85rem;
		transform: translateX(50%);
	}
	.front-interview .slick-dots li,
	.front-interview .slick-dots li button{
		width: 1rem;
		height: 1rem;
	}
	.front-interview .slick-dots li button:before{
		color: #7B7B7B;
		width: 1rem;
		height: 1rem;
		font-size: 0.5rem;
		line-height: 1.125rem;
	}
}
/*　　働き方支援制度　　*/
.front-support{
	background: url(../img/top/support_bg.png) no-repeat top center;
	background-size: 100% auto;
	padding: 6.625rem 0 4.8125rem 0;
}
.front-support .guide-ttl{
	margin-bottom: 4.6875rem;
}
.front-support .support-list{
	column-gap: 3.4375rem;
	row-gap: 4.875rem;
}
.front-support .support-list .support-items{
	width: calc(33.3333% - 2.3125rem);
}
.front-support .support-list .support-items .no{
	position: absolute;
	bottom: 0;
    left: 0;
	background: #2DB4E0;
	width: 5.25rem;
	height: 5.25rem;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 5.25rem;
	font-style: italic;
	text-align: center;
	border-radius: 100%;
}
.front-support .support-list .support-items .iconArea{
	position: relative;
	padding-left: 1.4375rem;
	margin-bottom: 2.1875rem;
}
.front-support .support-list .support-items .roma{
	position: absolute;
	top:  0;
	bottom: 0;
	right: 0;
	font-family: "Jost", sans-serif;
	color: #2DB4E0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.35;
	font-style: italic;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.front-support .support-list .support-items:nth-child(2) .roma,
.front-support .support-list .support-items:nth-child(4) .roma{
	right: -10px;
}
.front-support .support-list .support-items h3{
	color: #434343;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}
.front-support .block_btn{
	margin-top: 4.8125rem;
}
@media only screen and (max-width: 767px) {
	.front-support{
		background: url(../img/top/sp_support_bg.png) no-repeat top center;
		background-size: 100% auto;
		padding: 2.125rem 0 1.4375rem 0;
	}
	.front-support .guide-ttl{
		margin-bottom: 4rem;
	}
	.front-support .support-list{
		column-gap: 1rem;
		row-gap: 2.3125rem;
	}
	.front-support .support-list .support-items{
		width: calc(50% - 0.5rem);
	}
	.front-support .support-list .support-items .no{
		width: 3.0625rem;
		height: 3.0625rem;
		font-size: 1.4375rem;
		line-height: 3.0625rem;
	}
	.front-support .support-list .support-items .iconArea{
		padding-left: 0;
		padding-right: 1.125rem;
		margin-bottom: 1.4375rem;
	}
	.front-support .support-list .support-items .roma{
		font-size: 1rem;
		right: 1.125rem;
	}
	.front-support .support-list .support-items:nth-child(2) .roma,
	.front-support .support-list .support-items:nth-child(4) .roma{
		right: 0;
	}
	.front-support .support-list .support-items h3{
		font-size: 0.9375rem;
	}
	.front-support .block_btn{
		margin-top: 1.4375rem;
	}
}
/*　　院内紹介　　*/
.front-gallery{
	padding: 6.875rem 0 6.25rem 0;
	border-top: 0.9375rem solid #7B7B7B;
}
.front-gallery .guide-ttl{
	margin-bottom: 4.25rem;
}
.front-gallery .gallery{
	width: 50%;
}
.front-gallery .gallery ul .col-2{
	width: 50%;
}
.front-gallery .block_btn{
	margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.front-gallery{
		padding: 2.75rem 0 1.875rem 0;
		border-top: 0.625rem solid #7B7B7B;
	}
	.front-gallery .guide-ttl{
		margin-bottom: 1.75rem;
	}
	.front-gallery .gallery{
		width: 100%;
	}
	.front-gallery .block_btn{
		margin-top: 3.75rem;
	}
}
/**
/* 下層ページ CSS
----------------------------------------------- */
.page-view{
	position: relative;
	margin-top: 7.703125rem;
}
.page-view .page-view-bgImg{
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 100vh;
	height: 20rem;
}
.page-view .page-view-bgImg >img {
	visibility: hidden;
	width: 100%;
}
.page-view .view-box{
	position: absolute;
	width: 94%;
	max-width: 1200px;
	height: 100%;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	z-index: 9998;
	padding: 1.0625rem 0 1.75rem 0;
}
.page-view .view-ttl{
	position: absolute;
	width: 100%;
	padding-top: 3.5rem;
	left: 0;
	bottom: 1.75rem;
}
.page-view .view-ttl .roma{
	position: relative;
	color: #0071E2;
	font-family: "Jost", sans-serif;
	font-size: 3.4375rem;
	font-weight: 500;
	line-height: 1.32;
	font-style: italic;
	margin-bottom: 2.1875rem;
}
.page-view .view-ttl .roma::after{
	position: absolute;
	background: #0071E2;
	content: '';
	width: 6.25rem;
	height: 0.1875rem;
	bottom: -1.25rem;
	left: 0;
}
.page-view .view-ttl .ttl{
	color: #434343;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.1em;
	margin-bottom: 2.8125rem;
}
.page-view .view-ttl h1{
	color: #434343;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
}
@media only screen and (max-width: 767px) {
	.page-view{
		margin-top: 3.703125rem;
	}
	.page-view .page-view-bgImg{
		height: 17rem;
	}
	.page-view .view-box{
		padding: 1.0625rem 0 1rem 0;
	}
	.page-view .view-ttl{
		padding-top: 2rem;
		bottom: 1rem;
	}
	.page-view .view-ttl .roma{
		font-size: 2.4375rem;
		margin-bottom: 1.675rem;
	}
	.page-view .view-ttl .roma::after{
		width: 5.25rem;
		height: 0.1875rem;
		bottom: -0.675rem;
	}
	.page-view .view-ttl .ttl{
		font-size: 0.9375rem;
		margin-bottom: 2.8125rem;
	}
	.page-view .view-ttl h1{
		color: #FFFFFF;
		font-size: 0.75rem;
		text-align: right;
		text-shadow: 0 0.1875rem 0.9375rem #000000;
	}
}
/**
/* 特徴 CSS
----------------------------------------------- */
/*　　特徴　　*/
.features-guide .features-grid{
	background: url(../img/features/features_bg.png) no-repeat top center;
	background-size: cover;
	padding: 6.25rem 0 9.375rem 0;
}
.features-grid .guide-ttl{
	margin-bottom: 4.8125rem;
}
.features-list .features-items{
	align-items: flex-end;
	margin-bottom: 8.5rem;
}
.features-list .features-items:last-child{
	margin-bottom: 0;
}
.features-list .features-items:nth-child(even){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.features-list .features-items .imgArea{
	position: relative;
	width: 50%;
	z-index: 2;
}
.features-list .features-items:nth-child(odd) .imgArea img{
	border-left: 15px solid #0071E2;
}
.features-list .features-items:nth-child(even) .imgArea img{
	border-right: 15px solid #0071E2;
}
.features-list .features-items .contentArea{
	position: relative;
	background: #F2F2F2;
	width: 55%;
	right: 0;
	bottom: -3.5rem;
}
.features-list .features-items:nth-child(odd) .contentArea{
	margin-left: -5%;
	padding: 0 2.5rem 2.8125rem 6rem;
}
.features-list .features-items:nth-child(even) .contentArea{
	margin-right: -5%;
	padding: 0 6rem 2.8125rem 2.5rem;
}
.features-list .features-items .no{
	color: #0071E2;
	font-family: "Jost", sans-serif;
	font-size: 3.4375rem;
	font-weight: 500;
	line-height: 1.32;
	font-style: italic;
	margin-top: -2rem;
	margin-bottom: 1.625rem;
}
.features-list .features-items h3{
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.3125rem;
}
.features-list .features-items .p-text{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.66;
}
.features-list .features-items:nth-child(even) .no,
.features-list .features-items:nth-child(even) h3{
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.features-guide .features-grid{
		background: none;
		padding: 3.125rem 0 2.1875rem 0;
	}
	.features-grid .guide-ttl{
		margin-bottom: 3rem;
	}
	.features-list .features-items{
		margin-bottom: 0.3125rem;
	}
	.features-list .features-items .imgArea{
		width: 98%;
	}
	.features-list .features-items:nth-child(odd) .imgArea{
		margin-left: -6%;
	}
	.features-list .features-items:nth-child(even) .imgArea{
		margin-right: -6%;
	}
	.features-list .features-items .contentArea{
		width: 100%;
		bottom: 2.1875rem;
	}
	.features-list .features-items:nth-child(odd) .imgArea img{
		border-left: none;
		border-right: 0.625rem solid #0071E2;
	}
	.features-list .features-items:nth-child(even) .imgArea img{
		border-right: none;
		border-left: 0.625rem solid #0071E2;
	}
	.features-list .features-items .contentArea{
		width: 100%;
		bottom: 2.1875rem;
	}
	.features-list .features-items:nth-child(odd) .contentArea{
		margin-left: auto;
		margin-right: -6%;
		padding: 3.3125rem 1.25rem 1.25rem 1.25rem;
	}
	.features-list .features-items:nth-child(even) .contentArea{
		margin-right: auto;
		margin-left: -6%;
		padding: 3.3125rem 1.25rem 1.25rem 1.25rem;
	}
	.features-list .features-items .no{
		font-size: 2.8125rem;
		margin-top: 0;
		margin-bottom: 1.125rem;
	}
	.features-list .features-items:nth-child(odd) .no{
		margin-left: -2rem;
	}
	.features-list .features-items:nth-child(even) .no{
		margin-right: -2rem;
	}
	.features-list .features-items h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.features-list .features-items:nth-child(even) .no{
		text-align: right;
	}
	.features-list .features-items:nth-child(even) h3{
		text-align: left;
	}
}
/**
/* 採用メッセージ CSS
----------------------------------------------- */
/*　　クリニックの理念　　*/
.philosophy-guide{
	position: relative;
	padding: 6.25rem 0 9.375rem 0;
}
.philosophy-guide::before,
.philosophy-guide::after{
	position: absolute;
	content: "";
}
.philosophy-guide::before{
	top: 6.25rem;
	right: 0;
	margin: auto;
	background: #AEECFF;
	width: 60%;
	height: 10.625rem;
}
.philosophy-guide::after{
	background: url(../img/background/circle_g.png) no-repeat top center;
	background-size: cover;
	width: 23.4375rem;
	height: 23.5rem;
	top: -11.25rem;
	left: -14.25rem;
}
.philosophy-guide .inner-wrap{
	position: relative;
	z-index: 2;
}
.philosophy-guide .inner-wrap::after{
	position: absolute;
	content: "";
}
.philosophy-guide .inner-wrap::after{
	background: url(../img/message/circle_b1.png) no-repeat top center;
	background-size: cover;
	width: 24.4375rem;
	height: 19rem;
	top: 13.75rem;
	right: -14.25rem;
}
.philosophy-guide .guide-ttl{
	text-align: right;
	padding: 2rem 0 2rem 0;
}
.philosophy-guide .guide-ttl .roma{
	margin-bottom: 0;
}
.philosophy-guide .message-grid{
	position: relative;
	margin-top: -10.75rem;
}
.philosophy-guide .contentArea{
	position: absolute;
	background: #F2F2F2;
	width: 60%;
	right: 0;
	bottom: -3.5625rem;
	padding: 2.5rem 2.5rem 2.75rem 2.5rem;
	z-index: 2;
}
.philosophy-guide .contentArea .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
}
.philosophy-guide .imgArea{
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.philosophy-guide{
		padding: 4.25rem 0 0 0;
	}
	.philosophy-guide::before,
	.philosophy-guide::after{
		content: none;
	}
	.philosophy-guide .inner-wrap{
		width: 100%;
	}
	.philosophy-guide .inner-wrap::after{
		content: none;
	}
	.philosophy-guide .guide-ttl{
		background: #AEECFF;
		text-align: left;
		padding: 1.25rem 5%;
	}
	.philosophy-guide .message-grid{
		margin-top: 0;
	}
	.philosophy-guide .contentArea{
		position: relative;
		width: 100%;
		bottom: auto;
		padding: 1.875rem 5%;
	}
	.philosophy-guide .contentArea .p-text{
		font-size: 0.9375rem;
	}
	.philosophy-guide .imgArea{
		width: 100%;
	}
}
/*　　沿革　　*/
.history-guide{
	background-color: #F2F2F2;
	background-image: url(../img/message/bg_1.png), url(../img/message/bg_2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
	background-size: 30% auto;
	padding: 6.25rem 0;
}
.history-guide .guide-ttl{
	width: 40%;
}
.history-guide .historyArea{
	position: relative;
	width: 58%;
	padding-left: 1.375rem;
}
.history-guide .historyArea::before{
	position: absolute;
	background: #0071E2;
	content: '';
	width: 2px;
	height: 87%;
	top: 1.75rem;
	left: 0;
}
.history-guide .historyArea dl + dl{
	margin-top: 2.6875rem;
}
.history-guide .historyArea dl dt{
	position: relative;
	width: 7.625rem;
	font-family: "Jost", sans-serif;
	color: #0071E2;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.34;
	font-style: italic;
}
.history-guide .historyArea dl dt::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.9375rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	background: #0071E2;
	width: 1.25rem;
	height: 1.25rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.history-guide .historyArea dl dd{
	width: calc(100% - 7.625rem);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.43;
	padding-left: 1.6875rem;
	padding-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
	.history-guide{
		background-size: 40% auto;
		padding: 4.25rem 0;
	}
	.history-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 1.6875rem;
	}
	.history-guide .historyArea{
		width: 100%;
		padding-left: 1.375rem;
	}
	.history-guide .historyArea::before{
		top: 1.5rem;
	}
	.history-guide .historyArea dl + dl{
		margin-top: 1.6875rem;
	}
	.history-guide .historyArea dl dt{
		width: 5.625rem;
		font-size: 2.125rem;
	}
	.history-guide .historyArea dl dt::before{
		left: -1.8rem;
		width: 1rem;
		height: 1rem;
	}
	.history-guide .historyArea dl dd{
		width: calc(100% - 5.625rem);
		font-size: 0.9375rem;
		padding-left: 0.6875rem;
		padding-top: 0.375rem;
	}
}
/*　　院長メッセージ　　*/
.message-guide{
	position: relative;
	padding: 6.25rem 0;
}
.message-guide::before{
	position: absolute;
	content: "";
}
.message-guide::before{
	top: 6.25rem;
	left: 0;
	margin: auto;
	background: #0071E2;
	width: 60%;
	height: 10.625rem;
}
.message-guide .inner-wrap{
	position: relative;
	z-index: 2;
}
.message-guide .inner-wrap::before,
.message-guide .inner-wrap::after{
	position: absolute;
	content: "";
}
.message-guide .inner-wrap::before{
	background: url(../img/message/line_b.png) no-repeat top center;
	background-size: cover;
	width: 17.1875rem;
	height: 22.25rem;
	bottom: -6.5rem;
	right: -3.75rem;
}
.message-guide .inner-wrap::after{
	background: url(../img/message/circle_b2.png) no-repeat top center;
	background-size: cover;
	width: 21.25rem;
	height: 24.0625rem;
	bottom: -11.25rem;
	left: -14.25rem;
}
.message-guide .guide-ttl{
	color: #ffffff;
	padding: 2rem 0 2rem 0;
}
.message-guide .guide-ttl .roma{
	margin-bottom: 0;
}
.message-guide .message-grid{
	position: relative;
	margin-top: -10.75rem;
}
.message-guide .contentArea{
	width: 53%;
	padding-top: 14.0625rem;
}
.message-guide .contentArea h3{
	position: relative;
	color: #434343;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 3.3125rem;
}
.message-guide .contentArea h3 span{
	color: #0071E2;
}
.message-guide .contentArea h3::before{
	position: absolute;
	content: "";
	bottom: -1rem;
	right: 0;
	margin: auto;
	background: #0071E2;
	width: 200%;
	height: 0.1875rem;
}
.message-guide .commentArea{
	position: relative;
	background: #F2F2F2;
	width: 130%;
	max-width: 49.75rem;
	left: 0;
	padding: 2.5rem 2.5rem 2.75rem 2.5rem;
	z-index: 2;
}
.message-guide .commentArea .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
}
.message-guide .imgArea{
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 0 0 2.25rem 0;
	}
	.message-guide::before{
		content: none;
	}
	.message-guide .inner-wrap{
		width: 100%;
	}
	.message-guide .inner-wrap::before,
	.message-guide .inner-wrap::after{
		content: none;
	}
	.message-guide .guide-ttl{
		background: #0071E2;
		padding: 1.25rem 5%;
	}
	.message-guide .message-grid{
		margin-top: 0;
	}
	.message-guide .contentArea{
		width: 100%;
		padding-top: 2rem;
	}
	.message-guide .contentArea h3{
		font-size: 1.1875rem;
		margin-bottom: 2.3125rem;
		padding: 0 5%;
	}
	.message-guide .contentArea h3::before{
		bottom: -1rem;
		width: 100%;
		height: 0.125rem;
	}
	.message-guide .commentArea{
		width: 100%;
		max-width: 100%;
		padding: 1.875rem 5%;
	}
	.message-guide .commentArea .p-text{
		font-size: 0.9375rem;
	}
	.message-guide .imgArea{
		width: 100%;
	}
}
/*　　求める人物像　　*/
.person-guide{
	position: relative;
	padding: 3.125rem 0 6.25rem 0;
}
.person-guide::after{
	position: absolute;
	content: "";
	background: url(../img/message/bg_3.png) no-repeat top center;
	background-size: cover;
	width: 25rem;
	height: 29.125rem;
	bottom: 0;
	left: 0;
}
.person-guide .inner{
	position: relative;
	z-index: 2;
}
.person-guide .guide-ttl{
	margin-bottom: 4.1875rem;
}
.person-guide h3{
	text-align: center;
	margin-bottom: 8rem;
}
.person-guide h3 span{
	position: relative;
	display: inline-block;
	background: #0071E2;
	color: #ffffff;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 15px 100px 15px 155px;
}
.person-guide h3 span::before,
.person-guide h3 span::after{
	position: absolute;
	background: #ffffff;
	content: '';
	width: 0.625rem;
	height: 100%;
	top: 0;
	bottom: 0;
}
.person-guide h3 span::before{
	left: 0.8125rem;
}
.person-guide h3 span::after{
	left: 2.875rem;
}
.person-guide .person-list{
	column-gap: 3.75rem;
}
.person-list .person-items{
	position: relative;
	width: calc(33.3333% - 2.5rem);
	background: #EBF5FF;
	padding: 1.875rem 1.25rem 1.5625rem 1.25rem;
}
.person-list .person-items .no{
	position: absolute;
	background: #0071E2;
	width: 3.8125rem;
	height: 3.8125rem;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 3.8125rem;
	font-style: italic;
	border-radius: 100%;
	top: -2.8125rem;
	right: 50%;
	transform: translateX(50%);
	padding: 0 1rem 0 1.0625rem;
}
.person-list .person-items .p-text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625;
}
.person-list .person-items .p-text span{
	color: #0071E2;
}
@media only screen and (max-width: 767px) {
	.person-guide{
		padding: 2.125rem 0 4.25rem 0;
	}
	.person-guide::after{
		width: 15rem;
		height: 18.125rem;
	}
	.person-guide .guide-ttl{
		margin-bottom: 2.1875rem;
	}
	.person-guide h3{
		margin-bottom: 4rem;
	}
	.person-guide h3 span{
		font-size: 1.125rem;
		padding: 0.625rem 2.125rem 0.625rem 4.125rem;
	}
	.person-guide h3 span::before,
	.person-guide h3 span::after{
		width: 0.375rem;
	}
	.person-guide h3 span::before{
		left: 0.625rem;
	}
	.person-guide h3 span::after{
		left: 1.875rem;
	}
	.person-guide .person-list{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.person-list .person-items{
		width: 100%;
		padding: 1.5rem 1.125rem 1.25rem 1.125rem;
	}
	.person-list .person-items .no{
		width: 2.8125rem;
		height: 2.8125rem;
		font-size: 1.5rem;
		line-height: 2.8125rem;
		top: -1.5rem;
		padding: 0 0.65rem 0 0.875rem;
	}
	.person-list .person-items .p-text{
		font-size: 0.9375rem;
	}
}
/**
/* 部署紹介 CSS
----------------------------------------------- */
.introduction-guide{
	position: relative;
	background-color: #EBF5FF;
	background-image: url(../img/introduction/bg_top.png), url(../img/introduction/bg_bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 65% auto;
	padding: 6.25rem 0 9.5rem 0;
}
.introduction-wrap .tabArea{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 1.25rem;
	row-gap: 1.25rem;
	margin-bottom: 5rem;
}
.introduction-wrap .tabArea .tab-btn a{
	display: block;
	background: #ffffff;
	color: #004D9A;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.85;
	text-align: center;
	border: 1px solid #004D9A;
	border-radius: 3.125rem;
	padding: 0.75rem 2.5rem;
	cursor: pointer;
}
.introduction-wrap .tabArea .tab-btn a.select{
	background: #004D9A;
	color: #ffffff;
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 1210px) {
	.introduction-wrap .tabArea{
		column-gap: 1rem;
	}
	.introduction-wrap .tabArea .tab-btn a{
		font-size: 1.125rem;
		padding: 0.75rem 1.9rem;
	}
}
@media only screen and (max-width: 767px) {
	.introduction-guide{
		background-size: 70% auto;
		padding: 3.25rem 0 2.5rem 0;
	}
	.introduction-wrap .tabArea{
		column-gap: 0;
		row-gap: 0.625rem;
		margin-bottom: 3rem;
	}
	.introduction-wrap .tabArea .tab-btn{
		width: 100%;
	}
	.introduction-wrap .tabArea .tab-btn a{
		font-size: 1rem;
		padding: 0.65rem 1.5rem;
	}
}
.introduction-wrap .js-tab-main{
	display: none;
}
.introduction-wrap .js-tab-main.is_show{
	display: block;
}
.introduction-guide .introduction-head{
	position: relative;
}
.introduction-guide .introduction-head .imgArea{
	width: 45%;
}
.introduction-guide .introduction-head .contentArea{
	position: relative;
	width: 65%;
	margin-right: -10%;
	z-index: 2;
}
.introduction-guide .introduction-head .ttlArea{
	margin-bottom: 3.75rem;
}
.introduction-guide .introduction-head .roma{
	margin-bottom: 0.9375rem;
}
.introduction-guide .introduction-head .roma span{
	background: #004D9A;
	display: inline-block;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.25;
	font-style: italic;
	text-align: center;
	padding: 0 2rem;
}
.introduction-guide .introduction-head h2 span{
	background: #004D9A;
	display: inline-block;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0.3125rem 2.5rem;
}
.introduction-guide .introduction-head .box{
	background: #FFFFFF;
	max-width: 680px;
	padding: 2.5rem 2.5rem 2.75rem 2.5rem;
}
.introduction-guide .introduction-head .contentArea .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
}
@media only screen and (max-width: 767px) {
	.introduction-guide .introduction-head .imgArea{
		width: 85%;
	}
	.introduction-guide .introduction-head .contentArea{
		width: 100%;
		margin-right: 0;
	}
	.introduction-guide .introduction-head .ttlArea{
		margin-bottom: 1.75rem;
	}
	.introduction-guide .introduction-head .roma{
		margin-bottom: 0.375rem;
	}
	.introduction-guide .introduction-head .roma span{
		font-size: 2.125rem;
		padding: 0 1rem;
	}
	.introduction-guide .introduction-head h2 span{
		font-size: 1rem;
		padding: 0.3125rem 1rem;
	}
	.introduction-guide .introduction-head .box{
		padding: 4.5rem 1.5rem 1.75rem 1.5rem;
		margin-top: -3rem;
	}
}
/*　　業務内容　　*/
.introduction-guide .business-content{
	position: relative;
	padding-top: 6.0625rem;
}
.introduction-guide .business-content::before{
	position: absolute;
	content: "";
	background: url(../img/introduction/circle.png) no-repeat top center;
	background-size: cover;
	width: 14.75rem;
	height: 14.75rem;
	top: 7.875rem;
	right: -6.4375rem;
}
.business-content .guide-ttl{
	margin-bottom: 4.1875rem;
}
.business-content .business-list .business-items{
	position: relative;
	margin-bottom: 3.125rem;
}
.business-content .business-list .business-items:last-child{
	margin-bottom: 0;
}
.business-content .business-list .business-items .imgArea{
	position: relative;
	width: 33%;
	max-height: 17.625rem;
}
.business-content .business-list .business-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business-content .business-list .business-items .contentArea{
	background: #FFFFFF;
	width: 70%;
	margin-left: -3%;
	padding: 2.1875rem 3rem 2.1875rem 5rem;
}
.business-content .business-list .business-items h3{
	position: relative;
	color: #0071E2;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.45;
	border-bottom: 4px dotted #0071E2;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
}
.business-content .business-list .business-items .p-text{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.66;
}
@media only screen and (max-width: 767px) {
	.introduction-guide .business-content{
		padding-top: 4.0625rem;
	}
	.introduction-guide .business-content::before{
		width: 7.75rem;
		height: 7.75rem;
		top: 7.875rem;
		right: -4.4375rem;
	}
	.business-content .guide-ttl{
		margin-bottom: 2.1875rem;
	}
	.business-content .business-list .business-items{
		margin-bottom: 2.125rem;
	}
	.business-content .business-list .business-items .imgArea{
		width: 100%;
		max-height: initial;
		margin-bottom: 1.25rem;
	}
	.business-content .business-list .business-items .contentArea{
		width: 100%;
		margin-left: 0;
		padding: 2.5rem 1.25rem 2rem 1.25rem;
	}
	.business-content .business-list .business-items h3{
		font-size: 1.25rem;
		text-align: center;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}
}
/*　　当院で働くメリット　　*/
.introduction-guide .merit-grid{
	position: relative;
	padding-top: 6.25rem;
}
.introduction-guide .merit-grid::before{
	position: absolute;
	content: "";
	background: url(../img/introduction/line_b.png) no-repeat top center;
	background-size: cover;
	width: 15.1875rem;
	height: 19.1875rem;
	top: 6.25rem;
	left: -15.1875rem;
}
.merit-grid .guide-ttl{
	margin-bottom: 6.0625rem;
}
.merit-list .merit-items{
	align-items: flex-end;
	margin-bottom: 8.5rem;
}
.merit-list .merit-items:last-child{
	margin-bottom: 0;
}
.merit-list .merit-items:nth-child(odd){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.merit-list .merit-items .imgArea{
	position: relative;
	width: 50%;
	z-index: 2;
}
.merit-list .merit-items:nth-child(odd) .imgArea img{
	border-right: 15px solid #0071E2;
}
.merit-list .merit-items:nth-child(even) .imgArea img{
	border-left: 15px solid #0071E2;
}
.merit-list .merit-items .contentArea{
	position: relative;
	background: #FFFFFF;
	width: 55%;
	right: 0;
	bottom: -3.5rem;
}
.merit-list .merit-items:nth-child(odd) .contentArea{
	margin-right: -5%;
	padding: 0 6rem 2.8125rem 2.5rem;
}
.merit-list .merit-items:nth-child(even) .contentArea{
	margin-left: -5%;
	padding: 0 2.5rem 2.8125rem 6rem;
}
.merit-list .merit-items .no{
	color: #0071E2;
	font-family: "Jost", sans-serif;
	font-size: 3.4375rem;
	font-weight: 500;
	line-height: 1.32;
	font-style: italic;
	margin-top: -2rem;
	margin-bottom: 1.625rem;
}
.merit-list .merit-items h3{
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 2.3125rem;
}
.merit-list .merit-items .p-text{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.66;
}
.merit-list .merit-items:nth-child(odd) .no,
.merit-list .merit-items:nth-child(odd) h3{
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.introduction-guide .merit-grid{
		padding-top: 4.25rem;
	}
	.introduction-guide .merit-grid::before{
		width: 8.1875rem;
		height: 10.1875rem;
		top: 4.25rem;
		left: -4.1875rem;
	}
	.merit-grid .guide-ttl{
		margin-bottom: 2.0625rem;
	}
	.features-guide .features-grid{
		background: none;
		padding: 3.125rem 0 2.1875rem 0;
	}
	.features-grid .guide-ttl{
		margin-bottom: 3rem;
	}
	.merit-list .merit-items{
		margin-bottom: 0.3125rem;
	}
	.merit-list .merit-items .imgArea{
		width: 98%;
	}
	.merit-list .merit-items:nth-child(odd) .imgArea{
		margin-right: -6%;
	}
	.merit-list .merit-items:nth-child(even) .imgArea{
		margin-left: -6%;
	}
	.merit-list .merit-items .contentArea{
		width: 100%;
		bottom: 2.1875rem;
	}
	.merit-list .merit-items:nth-child(odd) .imgArea img{
		border-right: none;
		border-left: 0.625rem solid #0071E2;
	}
	.merit-list .merit-items:nth-child(even) .imgArea img{
		border-left: none;
		border-right: 0.625rem solid #0071E2;
	}
	.merit-list .merit-items .contentArea{
		width: 100%;
		bottom: 2.1875rem;
	}
	.merit-list .merit-items:nth-child(odd) .contentArea{
		margin-right: auto;
		margin-left: -6%;
		padding: 3.3125rem 1.25rem 1.25rem 1.25rem;
	}
	.merit-list .merit-items:nth-child(even) .contentArea{
		margin-left: auto;
		margin-right: -6%;
		padding: 3.3125rem 1.25rem 1.25rem 1.25rem;
	}
	.merit-list .merit-items .no{
		font-size: 2.8125rem;
		margin-top: 0;
		margin-bottom: 1.125rem;
	}
	.merit-list .merit-items:nth-child(odd) .no{
		margin-right: -2rem;
	}
	.merit-list .merit-items:nth-child(even) .no{
		margin-left: -2rem;
	}
	.merit-list .merit-items h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.merit-list .merit-items:nth-child(even) .no{
		text-align: left;
	}
	.merit-list .merit-items:nth-child(even) h3{
		text-align: right;
	}
}
/**
/* 社員インタビュー CSS
----------------------------------------------- */
/*　　一覧　　*/
.interview-guide{
	position: relative;
	background: #F2F2F2;
	padding: 6.25rem 0;
}
.interview-guide::before,
.interview-guide::after{
	position: absolute;
	content: "";
}
.interview-guide::before{
	background: url(../img/background/circle_g.png) no-repeat top center;
	background-size: cover;
	width: 9.4375rem;
	height: 9.4375rem;
	top: 5.625rem;
	right: -2.125rem;
}
.interview-guide::after{
	background: url(../img/background/circle_g2.png) no-repeat top center;
	background-size: cover;
	width: 30.5rem;
	height: 26.8125rem;
	bottom: 3.5rem;
	left: -6.25rem;
}
.interview-guide .inner-wrap{
	position: relative;
	z-index: 2;
}
.interview-guide .category-nav{
	column-gap: 1.625rem;
    row-gap: 1rem;
	margin-bottom: 4.375rem;
}
.category-nav li a{
	display: block;
	color: #0071E2;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.375rem 1.25rem;
}
.category-nav li a:hover,
.category-nav li a.current{
	background: #0071E2;
	color: #ffffff;
}
.interview-guide .guide-ttl{
	margin-bottom: 3.5625rem;
}
.interview-list{
	column-gap: 3.75rem;
	row-gap: 3.75rem;
}
.interview-list .interview-items{
	width: calc(33.3333% - 2.5rem);
}
.interview-list .interview-items .imgArea{
	text-align: center;
	margin-bottom: 2.375rem;
}
.interview-list .interview-items .imgArea img{
	width: 14.375rem;
}
.interview-list .interview-items .contentArea{
	position: relative;
	background: #FFFFFF;
	padding: 1.25rem 0;
}
.interview-list .interview-items .interview-data{
	align-items: center;
	margin-bottom: 1.25rem;
}
.interview-list .interview-items .category{
	background: #0071E2;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.375rem 0.875rem;
}
.interview-list .interview-items .age{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-left: 1.25rem;
}
.interview-list .interview-items .p-text{
	position: relative;
	color: #7B7B7B;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 5.625rem 0 1.25rem;
}
.interview-list .interview-items .p-text::before,
.interview-list .interview-items .p-text::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.interview-list .interview-items .p-text::before{
	background: #FFFFFF;
	width: 2.75rem;
	height: 2.75rem;
	right: 1.25rem;
	border: 1px solid #0071E2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.interview-list .interview-items .p-text::after{
	right: 1.875rem;
	width: 0.8125rem;
	height: 0.625rem;
	border: 0.375rem solid transparent;
	border-left: 0.625rem solid #0071E2;
}
.interview-list .interview-items .contentArea a:hover .p-text::before{
	background: #0071E2;
}
.interview-list .interview-items .contentArea a:hover .p-text::after{
	border-left: 0.75rem solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.interview-guide{
		padding: 4.25rem 0;
	}
	.interview-guide::before{
		top: 1.5625rem;
		right: -4.375rem;
	}
	.interview-guide::after{
		width: 17.3125rem;
		height: 15.1875rem;
		bottom: 1.5625rem;
		left: -7.5rem;
	}
	.interview-guide .category-nav{
		column-gap: 0.625rem;
		row-gap: 0.625rem;
		margin-bottom: 2.375rem;
	}
	.category-nav li a{
		font-size: 0.875rem;
		padding: 0.375rem 1rem;
	}
	.interview-guide .guide-ttl{
		margin-bottom: 2.5625rem;
	}
	.interview-list{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.interview-list .interview-items{
		
		width: 100%;
	}
	.interview-list .interview-items .imgArea{
		text-align: center;
		margin-bottom: 2.375rem;
	}
	.interview-list .interview-items .imgArea img{
		display: inline-block;
		width: 11.375rem;
	}
	.interview-list .interview-items .contentArea{
		padding: 1.25rem 0;
	}
	.interview-list .interview-items .interview-data{
		margin-bottom: 1.25rem;
	}
	.interview-list .interview-items .btn_arrow{
		margin-top: 1.25rem;
	}
}
/*　　詳細　　*/
.interview-single .guide-ttl{
	margin-bottom: 4.8125rem;
}
.interview-single .interview-body .profileArea{
	width: 35%;
}
.interview-body .profileArea .img{
	text-align: center;
	margin-bottom: 1rem;
}
.interview-body .profileArea .img img{
	width: 14.375rem;
}
.interview-body .profileArea .category{
	text-align: center;
	margin-bottom: 0.625rem;
}
.interview-body .profileArea .category span{
	display: inline-block;
	background: #0071E2;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.25rem 0.625rem;
}
.interview-body .profileArea .name{
	color: #004D9A;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.35;
}
.interview-body .profileArea .years{
	color: #004D9A;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	margin-left: 2rem;
}
.interview-single .interview-body .messageArea{
	width: 65%;
}
.interview-body .messageArea h3.ttl{
	display: inline-block;
	background: #0071E2;
	font-family: "Jost", sans-serif;
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.35;
	font-style: italic;
	padding: 0.375rem 3.125rem 0.25rem 3.125rem;
	margin-bottom: 2.5rem;
}
.interview-body .messageArea .message-body h3{
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	border-bottom: 2px dashed #0071E2;
	padding-bottom: 0.75rem;
	margin-bottom: 1.875rem;
}
.interview-body .messageArea .message-body p{
	color: #434343;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 2.5rem;
}
.interview-body .messageArea .message-body p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.interview-single .guide-ttl{
		margin-bottom: 2.8125rem;
	}
	.interview-single .interview-body .profileArea{
		width: 100%;
		margin-bottom: 1.875rem;
	}
	.interview-body .profileArea .profile{
		right: 1rem;
		bottom: 1rem;
	}
	.interview-body .profileArea .img img{
		width: 11.375rem;
	}
	.interview-body .profileArea .category{
		margin-bottom: 0.375rem;
	}
	.interview-body .profileArea .category span{
		font-size: 1rem;
		padding: 0.25rem 0.625rem 0.375rem 0.625rem;
	}
	.interview-body .profileArea .name{
		font-size: 1.25rem;
	}
	.interview-body .profileArea .years{
		font-size: 0.875rem;
		margin-left: 1rem;
	}
	.interview-single .interview-body .messageArea{
		width: 100%;
	}
	.interview-body .messageArea h3.ttl{
		display: block;
		font-size: 1.875rem;
		text-align: center;
		padding: 0.375rem 1.125rem 0.25rem 1.125rem;
		margin-bottom: 2rem;
	}
	.interview-body .messageArea .message-body h3{
		font-size: 1.125rem;
		padding-bottom: 0.75rem;
		margin-bottom: 1.25rem;
	}
	.interview-body .messageArea .message-body p{
		margin-bottom: 2.5rem;
	}
}
/**
/* 働き方支援制度 CSS
----------------------------------------------- */
/*　　働き方と支援制度　　*/
.support-system-guide{
	background: url(../img/support-system/support_bg.png) no-repeat top center;
	background-size: 100% auto;
	padding: 6.25rem 0;
}
.support-system-guide .guide-ttl{
	margin-bottom: 4.875rem;
}
.support-system-guide .support-head{
	margin-bottom: 6.25rem;
}
.support-system-guide .support-head h3{
	position: relative;
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 5.875rem;
}
.support-system-guide .support-head h3::after{
	position: absolute;
	background: url(../img/support-system/dashed_b.png) no-repeat center;
	background-size: contain;
	content: '';
	width: 43.75rem;
	height: 0.125rem;
	bottom: -1.5rem;
	right: 50%;
	transform: translateX(50%);
}
.support-system-guide .support-head .imgArea{
	width: 38%;
	margin-left: -3.75rem;
}
.support-system-guide .support-head .contentArea{
	background: #F2F2F2;
	width: calc(62% + 3.75rem);
	padding: 2.5rem 6.875rem 2.1875rem 3.125rem;
	margin-top: 4rem;
}
.support-system-guide .support-head .contentArea .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
}
.support-system-guide .support-body{
	position: relative;
}
.support-system-guide .support-body::after{
	position: absolute;
	content: "";
	background: url(../img/message/circle_b2.png) no-repeat top center;
	background-size: cover;
	width: 21.25rem;
	height: 24.0625rem;
	top: 17.125rem;
	left: -19.5rem;
}
.support-system-guide .support-body h3{
	text-align: center;
	margin-bottom: 5.75rem;
}
.support-system-guide .support-body h3 span{
	display: inline-block;
	background: #0071E2;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.875rem 2.9375rem;
}
.support-system-guide .support-list{
	position: relative;
	z-index: 2;
	column-gap: 5rem;
	row-gap: 5.5rem;
}
.support-system-guide .support-list .support-items{
	position: relative;
	background: #EAF4FF;
	width: calc(33.3333% - 3.375rem);
	border-radius: 1.25rem;
	padding: 3.125rem 1.25rem 1.875rem 1.25rem;
}
.support-system-guide .support-list .support-items .no{
	position: absolute;
	background: #2DB4E0;
	width: 4.6875rem;
	height: 4.6875rem;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 5.25rem;
	font-style: italic;
	text-align: center;
	border-radius: 100%;
	top: -2.3125rem;
	right: 50%;
	transform: translateX(50%);
}
.support-system-guide .support-list .support-items h3{
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.25rem;
}
.support-system-guide .support-list .support-items .iconArea{
	text-align: center;
	margin-bottom: 1.4375rem;
}
.support-system-guide .support-list .support-items .iconArea img{
	width: 6.75rem;
}
.support-system-guide .support-list .support-items .p-text{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.73;
}
@media only screen and (max-width: 767px) {
	.support-system-guide{
		background: none;
		padding: 3.125rem 0;
	}
	.support-system-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.support-system-guide .support-head{
		margin-bottom: 5.25rem;
	}
	.support-system-guide .support-head h3{
		font-size: 1.125rem;
		margin-bottom: 3.875rem;
	}
	.support-system-guide .support-head h3::after{
		width: 22.75rem;
		bottom: -1.25rem;
	}
	.support-system-guide .support-head .imgArea{
		position: relative;
		width: 98%;
		margin-left: 0;
		margin-right: -6%;
	}
	.support-system-guide .support-head .contentArea{
		width: 100%;
		padding: 3.3125rem 1.5rem 1.875rem 1.5rem;
		margin-top: -2rem;
		margin-right: auto;
		margin-left: -6%;
	}
	.support-system-guide .support-head .contentArea .p-text{
		font-size: 0.9375rem;
	}
	.support-system-guide .support-body::after{
		content: none;
	}
	.support-system-guide .support-body h3{
		margin-bottom: 3.75rem;
	}
	.support-system-guide .support-body h3 span{
		font-size: 1.125rem;
		padding: 0.675rem 2rem;
	}
	.support-system-guide .support-list{
		column-gap: 1rem;
		row-gap: 3.3125rem;
	}
	.support-system-guide .support-list .support-items{
		width: 100%;
		border-radius: 0.675rem;
		padding: 2.85rem 1.5rem 1.5rem 1.5rem;
	}
	.support-system-guide .support-list .support-items .no{
		width: 3.0625rem;
		height: 3.0625rem;
		font-size: 1.4375rem;
		line-height: 3.0625rem;
		top: -1.5rem;
	}
	.support-system-guide .support-list .support-items h3{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.support-system-guide .support-list .support-items .iconArea{
		margin-bottom: 1rem;
	}
	.support-system-guide .support-list .support-items .iconArea img{
		width: 5.75rem;
	}
	.support-system-guide .support-list .support-items .p-text{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.support-system-guide .support-list{
		column-gap: 1.5rem;
		row-gap: 5rem;
	}
	.support-system-guide .support-list .support-items{
		width: calc(33.3333% - 1rem);
		padding: 3.125rem 1.125rem 1.5rem 1.125rem;
	}
}
/*　　社員の声　　*/
.voice-guide{
	position: relative;
	background: #EBF5FF;
	padding: 0 0 6.25rem 0;
}
.voice-guide::before,
.voice-guide::after{
	position: absolute;
	content: "";
}
.voice-guide::before{
	top: 0;
	left: 0;
	margin: auto;
	background: #AEECFF;
	width: 60%;
	height: 10.625rem;
}
.voice-guide::after{
	background: url(../img/voice/voice_bg.png) no-repeat top center;
	background-size: cover;
	width: 49.0625rem;
	height: 28.375rem;
	bottom: 0;
	right: 0;
}
.voice-guide .inner-wrap{
	position: relative;
	z-index: 2;
}
.voice-guide .inner-wrap::before,
.voice-guide .inner-wrap::after{
	position: absolute;
	content: "";
}
.voice-guide .inner-wrap::before{
	background: url(../img/message/circle_b2.png) no-repeat top center;
	background-size: cover;
	width: 21.25rem;
	height: 24.0625rem;
	top: 3.375rem;
	right: -11.875rem;
}
.voice-guide .inner-wrap::after{
	background: url(../img/message/line_b.png) no-repeat top center;
	background-size: cover;
	width: 17.1875rem;
	height: 22.25rem;
	bottom: 21rem;
	left: -16.75rem;
}
.voice-guide .guide-ttl{
	padding: 1.625rem 0;
}
.voice-guide .guide-ttl h2{
	margin-left: 1.875rem;
}
.voice-guide .voice-list{
	position: relative;
	column-gap: 5.1875rem;
	row-gap: 5.9375rem;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 7.1875rem;
	z-index: 2;
}
.voice-list .voice-items{
	position: relative;
	background: #FFFFFF;
	width: calc(50% - 2.59375rem);
	display: flex;
	flex-direction: column;
	padding: 4.125rem 2.5rem 2.5rem 2.5rem;
}
.voice-list .voice-items .iconArea{
	position: absolute;
	width: 6.5625rem;
	top: -3.28125rem;
	left: -3.28125rem;
}
.voice-list .voice-items .no{
	position: absolute;
	top: -2.3125rem;
	left: 4.75rem;
	color: #0071E2;
	font-family: "Jost", sans-serif;
	font-size: 3.4375rem;
	font-weight: 500;
	line-height: 1.3;
	font-style: italic;
}
.voice-list .voice-items .p-text{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.66;
	margin-bottom: 2.5rem;
}
.voice-list .voice-items .data{
	color: #004D9A;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-top: auto;
}
@media only screen and (max-width: 767px) {
	.voice-guide{
		padding: 0 0 4.25rem 0;
	}
	.voice-guide::before{
		content: none;
	}
	.voice-guide::after{
		width: 20.0625rem;
		height: 11.375rem;
	}
	.voice-guide .inner-wrap{
		width: 100%;
	}
	.voice-guide .inner-wrap::before,
	.voice-guide .inner-wrap::after{
		content: none;
	}
	.voice-guide .guide-ttl{
		background: #AEECFF;
		padding: 1.25rem 5%;
	}
	.voice-guide .guide-ttl h2{
		margin-left: 0.875rem;
	}
	.voice-guide .voice-list{
		column-gap: 0;
		row-gap: 4.5rem;
		margin-top: 6.1875rem;
	}
	.voice-list .voice-items{
		width: 100%;
		padding: 3.125rem 1.85rem 2rem 1.85rem;
	}
	.voice-list .voice-items .iconArea{
		width: 4.5625rem;
		top: -2.28125rem;
		left: -1rem;
	}
	.voice-list .voice-items .no{
		top: -1.75rem;
		left: 4.75rem;
		font-size: 2.85rem;
	}
	.voice-list .voice-items .p-text{
		font-size: 0.9375rem;
		margin-bottom: 1.5rem;
	}
	.voice-list .voice-items .data{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.voice-guide::after{
		width: 34.0625rem;
		height: 19.375rem;
	}
	.voice-guide .voice-list{
		column-gap: 3.1875rem;
	}
	.voice-list .voice-items{
		width: calc(50% - 1.59375rem);
		padding: 3.125rem 2rem 2rem 2rem;
	}
	.voice-list .voice-items .iconArea{
		width: 5.5625rem;
		top: -2.4375rem;
		left: -2.4375rem;
	}
	.voice-list .voice-items .no{
		top: -2.3125rem;
		left: 4.75rem;
		font-size: 3.4375rem;
	}
}
/**
/* 院内紹介 CSS
----------------------------------------------- */
.gallery-guide{
	background-image: url(../img/gallery/bg_top.png), url(../img/gallery/bg_bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
	padding: 6.25rem 0 5rem 0;
}
.gallery-guide .guide-ttl{
	margin-bottom: 4.8125rem;
}
.gallery-guide .gallery-items{
	margin-bottom: 6.0625rem;
}
.gallery-guide .gallery-items:last-child{
	margin-bottom: 0;
}
.gallery-guide .gallery-items .gallery-list{
	column-gap: 3.75rem;
	row-gap: 3.75rem;
}
.gallery-guide .category-gallery .gallery-list{
	max-width: 1000px;
	margin: 0 auto;
}
.gallery-list li.col-2{
	width: calc(50% - 1.875rem);
}
.gallery-list li.col-3{
	width: calc(33.3333% - 2.5rem);
}
@media only screen and (max-width: 767px) {
	.gallery-guide{
		background-image: url(../img/gallery/bg_top.png), url(../img/gallery/bg_bottom.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-size: 150% auto;
		padding: 5.25rem 0 3rem 0;
	}
	.gallery-guide .guide-ttl{
		margin-bottom: 1.8125rem;
	}
	.gallery-guide .gallery-items{
		margin-bottom: 3.0625rem;
	}
	.gallery-guide .gallery-items .gallery-list{
		column-gap: 0.9375rem;
		row-gap: 0.9375rem;
	}
	.gallery-guide .category-gallery .gallery-list{
		max-width: 1000px;
		margin: 0 auto;
	}
	.gallery-list li.col-2{
		width: calc(50% - 0.5rem);
	}
	.gallery-list li.col-3{
		width: calc(50% - 0.5rem);
	}
}
/**
/* 下部共通 CSS
----------------------------------------------- */
/*　　募集要項　　*/
.contens-recruit-guide{
	background: url(../img/background/bottom_bg.png) no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 13.4375rem;
}
.contens-recruit-guide .guide-ttl{
	background: #004D9A;
	color: #ffffff;
	padding: 1.5625rem 0;
}
.contens-recruit-guide .contens-recruit-grid{
	position: relative;
}
.contens-recruit-grid .imgArea{
	width: 90%;
	max-width: 65rem;
}
.contens-recruit-grid .contentArea{
	position: absolute;
	background: #F2F2F2;
	width: 55%;
	max-width: 40rem;
	left: 47%;
	bottom: -3.5625rem;
	padding: 3.75rem 2.5rem 2.5rem 2.5rem;
}
.contens-recruit-grid .contentArea h3{
	color: #004D9A;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.44;
	margin-bottom: 1.875rem;
}
.contens-recruit-grid .contentArea .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.85;
}
.contens-recruit-grid .contentArea .block_btn{
	text-align: right;
	margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.contens-recruit-guide{
		background: url(../img/background/sp_bottom_bg.png) no-repeat bottom center;
		background-size: 100% auto;
		padding-bottom: 2rem;
	}
	.contens-recruit-guide .guide-ttl{
		padding: 0.625rem 0;
	}
	.contens-recruit-grid .imgArea{
		width: 100%;
		max-width: 100%;
	}
	.contens-recruit-grid .contentArea{
		position: relative;
		width: 100%;
		max-width: 100%;
		left: 0;
		bottom: auto;
		padding: 1.25rem 1.25rem 3.125rem 1.25rem;
	}
	.contens-recruit-grid .contentArea h3{
		font-size: 1.125rem;
		margin-bottom: 1.0625rem;
	}
	.contens-recruit-grid .contentArea .p-text{
		font-size: 0.9375rem;
	}
	.contens-recruit-grid .block_btn{
		width: 100%;
		text-align: center;
		margin-top: 2rem;
	}
}
/*　　CLINIC TOUR　　*/
.clinic-tour-guide{
	background: url(../img/background/bottom_bg2.png) no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 13.4375rem;
}
.clinic-tour-guide .guide-ttl{
	background: #004D9A;
	color: #ffffff;
	padding: 1.5625rem 0;
}
.clinic-tour-guide .guide-ttl .roma{
	margin-bottom: 0;
}
.clinic-tour-guide .clinic-tour-grid{
	position: relative;
}
.clinic-tour-grid .clinicArea{
	width: 90%;
	max-width: 65rem;
}
.clinic-tour-grid .contentArea{
	position: absolute;
	background: #F2F2F2;
	width: 60%;
	max-width: 48.75rem;
	left: 40%;
	bottom: -3.5625rem;
	padding: 3.75rem 2rem 2.5rem 2rem;
}
.clinic-tour-grid .contentArea h3{
	color: #004D9A;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.44;
	text-align: center;
}
.clinic-tour-grid .block_btn{
	display: flex;
	column-gap: 3rem;
	margin-top: 2.9375rem;
}
.clinic-tour-grid .block_btn.sp{
	display: none;
}
.clinic-tour-grid .block_btn li{
	display: block;
	width: calc(50% - 1.5rem);
}
.clinic-tour-grid .block_btn li .btn{
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 3.125rem;
	padding: 1rem;
}
.clinic-tour-grid .block_btn li .btn span{
	display: inline-block;
	width: 1.4375rem;
	line-height: 1;
	margin-right: 0.625rem;
}
.clinic-tour-grid .block_btn li .boder_blue{
	background: #ffffff;
	color: #004D9A;
	border: 1px solid #004D9A;
}
.clinic-tour-grid .block_btn li .blue{
	background: #004D9A;
	color: #ffffff;
	border: 1px solid #004D9A;
}
@media only screen and (max-width: 767px) {
	.clinic-tour-guide{
		background: url(../img/background/sp_bottom_bg.png) no-repeat bottom center;
		background-size: 100% auto;
		padding-bottom: 2rem;
	}
	.clinic-tour-guide .guide-ttl{
		padding: 0.625rem 0;
	}
	.clinic-tour-grid .clinicArea{
		width: 100%;
		max-width: 100%;
	}
	.clinic-tour-grid .contentArea{
		position: relative;
		width: 100%;
		max-width: 100%;
		left: 0;
		bottom: auto;
		padding: 1.25rem;
	}
	.clinic-tour-grid .contentArea h3{
		font-size: 1.125rem;
	}
	.clinic-tour-grid .block_btn.sp{
		display: flex;
		width: 90%;
		column-gap: 0.655rem;
		margin: 2rem auto 0 auto;
	}
	.clinic-tour-grid .block_btn.pc{
		display: none;
	}
	.clinic-tour-grid .block_btn li{
		display: block;
		width: calc(50% - 0.3125rem);
	}
	.clinic-tour-grid .block_btn li .btn{
		font-size: 1rem;
		padding: 0.875rem;
	}
	.clinic-tour-grid .block_btn li .btn span{
		width: 1.125rem;
		margin-right: 0.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.clinic-tour-guide{
		padding-bottom: 8.4375rem;
	}
	.clinic-tour-guide .guide-ttl{
		padding: 1.5625rem 0;
	}
	.clinic-tour-grid .clinicArea{
		max-width: 65rem;
	}
	.clinic-tour-grid .contentArea{
		left: 38%;
	}
	.clinic-tour-grid .contentArea h3{
		font-size: 1.35rem;
	}
	.clinic-tour-grid .block_btn{
		column-gap: 1.25rem;
		margin-top: 1.9375rem;
	}
	.clinic-tour-grid .block_btn li{
		width: calc(50% - 0.625rem);
	}
	.clinic-tour-grid .block_btn li .btn{
		font-size: 1.125rem;
	}
}
/*　　数字で見る　　*/
.data-guide{
	background: #F2F2F2;
	padding: 5.25rem 0 6.25rem 0;
}
.data-guide .guide-ttl{
	position: relative;
	margin-bottom: 7.1875rem;
}
.data-guide .guide-ttl::after{
	position: absolute;
	background: url(../img/common/dashed_b.png) no-repeat center;
	background-size: contain;
	content: '';
	width: 8.4375rem;
	height: 0.25rem;
	bottom: -2.8125rem;
	right: 50%;
	transform: translateX(50%);
}
.data-guide .guide-ttl h2{
	letter-spacing: 0.1em;
}
.data-guide .guide-ttl h2 span{
	font-size: 2.1875rem;
}
.data-guide .guide-ttl .note{
	color: #434343;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-left: 4.25rem;
}
.data-guide .data-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.data-list .data-items{
	position: relative;
	background: url(../img/background/data_bg.png) no-repeat bottom left;
	background-size: cover;
	display: flex;
	flex-direction: column;
	width: calc(33.3333% - 1.6875rem);
	padding: 2rem 0.675rem 1.5rem 0.675rem;
	border-radius: 1.125rem;
}
.data-list .data-items:nth-child(n+4){
	padding: 3rem 0.675rem 2.5rem 0.675rem;
}
.data-list .data-items h3{
	display:flex;
	justify-content:center;
	align-items:center;
	color: #0071E2;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.125;
	text-align: center;
	margin-bottom: 1.25rem;
	flex-grow: 1;
}
.data-list .data-items:nth-child(n+4) h3{
	margin-bottom: 1.5rem;
}
.data-list .data-items .chart-wrapper{
	position: relative;
	width: 100%;
	max-width: 216px;
    margin: 0 auto;
	margin-top: auto;
}
.data-list .data-items .chart-wrapper .chart-data{
	position: absolute;
	width:  100%;
	top: 50%;
	transform: translateY(-50%);
}
.data-list .data-items .chart1 .chart-data,
.data-list .data-items .chart2 .chart-data{
	display: flex;
}
.data-list .data-items .chart-wrapper .chart-data .chart-text{
	color: #FFFFFF;
	text-align: center;
}
.data-list .data-items .chart1 .chart-data .chart-text,
.data-list .data-items .chart2 .chart-data .chart-text{
	width: 50%;
}
.data-list .data-items .chart1 .chart-data .ttl,
.data-list .data-items .chart2 .chart-data .ttl{
	font-size: 1.25rem;
	line-height: 1.45;
}
.data-list .data-items .chart1 .chart-data .data,
.data-list .data-items .chart2 .chart-data .data{
	font-size: 1.46875rem;
	line-height: 1.45;
}
.data-list .data-items .chart3 .chart-data{
	height: 100%;
}
.data-list .data-items .chart3 .chart-data .chart-text{
	position: absolute;
}
.data-list .data-items .chart3 .chart-data .chart-text:nth-child(1){
	top: 18%;
	right: 23%;
}
.data-list .data-items .chart3 .chart-data .chart-text:nth-child(2){
	bottom: 21%;
	right: 18%;
}
.data-list .data-items .chart3 .chart-data .chart-text:nth-child(3){
	bottom: 14%;
	left: 30%;
}
.data-list .data-items .chart3 .chart-data .chart-text:nth-child(4){
	bottom: 39%;
	left: 10%;
}
.data-list .data-items .chart3 .chart-data .chart-text:nth-child(5){
	top: 20%;
	left: 20%;
}
.data-list .data-items .chart3 .chart-data .chart-text:nth-child(6){
	top: 10%;
	left: 38%;
}
.data-list .data-items .chart3 .chart-data .ttl,
.data-list .data-items .chart3 .chart-data .data{
	font-size: 1rem;
	line-height: 1.25;
}
.data-list .data-items .js_count{
	color: #2DB4E0;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.data-list .data-items .js_count .number{
	font-family: "Jost", sans-serif;
	font-size: 7rem;
}
.data-list .data-items .js_count .percentage{
	font-size: 3.8125rem;
}
@media only screen and (max-width: 767px) {
	.data-guide{
		padding: 2.8125rem 0 2.5rem 0;
	}
	.data-guide .guide-ttl{
		text-align: center;
		margin-bottom: 5.125rem;
	}
	.data-guide .guide-ttl::after{
		width: 7.4375rem;
		height: 0.25rem;
		bottom: -2.1875rem;
	}
	.data-guide .guide-ttl h2 span{
		display: block;
		font-size: 1.875rem;
	}
	.data-guide .guide-ttl .note{
		width: 100%;
		font-size: 1rem;
		margin-left: 0;
	}
	.data-guide .data-list{
		column-gap: 0;
		row-gap: 1.5rem;
	}
	.data-list .data-items{
		width: 100%;
		padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	}
	.data-list .data-items:nth-child(n+4){
		padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	}
	.data-list .data-items h3{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.data-list .data-items:nth-child(n+3) h3{
		margin-bottom: 1rem;
	}
	.data-list .data-items .js_count .number{
		font-size: 5rem;
	}
	.data-list .data-items .js_count .percentage{
		font-size: 1.8125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.data-guide .data-list{
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
	.data-list .data-items{
		width: calc(33.3333% - 1rem);
		padding: 2rem 1rem 1.5rem 1rem;
	}
	.data-list .data-items:nth-child(n+4){
		padding: 3rem 1rem 2.5rem 1rem;
	}
	.data-list .data-items h3{
		font-size: 2.5rem;
	}
	.data-list .data-items .js_count .number{
		font-size: 6rem;
	}
	.data-list .data-items .js_count .percentage{
		font-size: 2.8125rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
/*一覧*/
.newsWrap .news-guide{
	padding-bottom: 8.5rem;
}
.news-list .news-items{
	display: flex;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.news-list .news-items dt{
	display: flex;
	align-items: center;
	width: 12rem;
}
.news-list .news-items .date{
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
}
.news-list .news-items .category{
	color: #0071E2;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.03em;
	border: 1px solid #0071E2;
	padding: 0.1875rem 1rem 0.25rem 1rem;
	margin-left: 1.5rem;
}
.news-list .news-items dd{
	width: calc(100% - 12rem);
	padding-left: 1rem;
}
.news-list .news-items dd a{
	display: block;
	color: #434343;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.newsWrap .news-guide{
		padding-bottom: 4.5rem;
	}
	.news-list .news-items{
		display: block;
		padding-bottom: 0.75rem;
		margin-bottom: 0.75rem;
	}
	.news-list .news-items dt{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.news-list .news-items .category{
		font-size: 0.875rem;
		padding: 0.1875rem 0.5rem;
		margin-left: 0.75rem;
	}
	.news-list .news-items dd{
		width: 100%;
		padding-left: 0;
	}
}
/*　　詳細　　*/
.singleWrap .single-guide{
	padding-bottom: 8.5rem;
}
.single-guide article{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 2rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.single-guide .entry-header .entry-data{
	align-items: center;
	margin-bottom: 2rem;
}
.single-guide .entry-header .dete{
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
}
.single-guide .entry-header .category{
	color: #0071E2;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.03em;
	border: 1px solid #0071E2;
	padding: 0.1875rem 1rem 0.25rem 1rem;
	margin-left: 1.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.35;
}
.single-guide .entry-body h2{
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3{
	position: relative;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #E6E6E6;
	border-left: 0.25rem solid #0071E2;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
}
.single-guide .entry-body p img{
	margin: 0.5rem 0;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 1rem;
	line-height: 1.875;
	letter-spacing: 0.06em;
}
.single-guide .entry-body figure{
	margin: 0.5rem 0;
}
.single-guide .entry-body figcaption{
	font-size: 90%;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1rem 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1rem;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .page-nav{
	margin-top: 3.5rem;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single-guide .page-nav ul .nav__item--prev a,
.single-guide .page-nav ul .nav__item--next a{
	display: flex;
	align-items: center;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	font-family: "Jost", sans-serif;
	color: #222222;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	font-style: italic;
	text-transform: uppercase;
}
.single-guide .page-nav ul .nav__item--prev a i,
.single-guide .page-nav ul .nav__item--next a i{
	font-size: 1rem;
}
.single-guide .page-nav ul .nav__item--prev a i{
	margin-right: 0.8125rem;
}
.single-guide .page-nav ul .nav__item--next a i{
	margin-left: 0.8125rem;
}
@media only screen and (max-width: 767px) {
	.singleWrap .single-guide{
		padding-bottom: 4.5rem;
	}
	.single-guide article{
		padding-bottom: 1rem;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
		padding-bottom: 1.25rem;
	}
	.single-guide .entry-header .entry-data{
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-header .category{
		padding: 0.1875rem 0.3125rem;
		margin-left: 0.625rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.375rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.25rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.1875rem;
		padding-left: 0.875rem;
		padding-bottom: 0.5rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body p{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body p img{
		margin: 0.25rem 0;
	}
	.single-guide .entry-body figure{
		margin: 0.25rem 0;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0 0.625rem 0 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0 0 0 0.625rem;
	}
	.single-guide .page-nav{
		margin-top: 2.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev a i{
		margin-right: 0.625rem;
	}
	.single-guide .page-nav ul .nav__item--next a i{
		margin-left: 0.625rem;
	}
}
/**
/* エントリーフォーム CSS
----------------------------------------------- */
.entry-guide{
	background-image: url(../img/gallery/bg_top.png), url(../img/gallery/bg_bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
	padding: 6.25rem 0 11.25rem 0;
}
.entry-guide .inner{
	max-width: 1000px;
}
.entry-guide .guide-ttl{
	margin-bottom: 4.8125rem;
}
.entry-guide .p-text{
	max-width: 700px;
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 2px dotted #0071E2;
	margin: 0 auto 4.8125rem auto;
}
.entry-guide .tel-box{
	text-align: center;
	margin-bottom: 4.8125rem;
}
.entry-guide .tel-box h3{
	margin-bottom: 1.6875rem;
}
.entry-guide .tel-box h3 span{
	background: #0071E2;
	display: inline-block;
	width: 100%;
	max-width: 21.25rem;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0.875rem;
}
.entry-guide .tel-box .tel li{
	display: inline-block;
}
.entry-guide .tel-box .tel li a{
	font-family: "Jost", sans-serif;
	color: #0071E2;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.3;
	font-style: italic;
	margin-bottom: 0.4375rem;
}
.entry-guide .tel-box .hours{
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}
.entry-guide .form-box h3{
	text-align: center;
	margin-bottom: 1.875rem;
}
.entry-guide .form-box h3 span{
	background: #0071E2;
	display: inline-block;
	width: 100%;
	max-width: 21.25rem;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0.875rem;
}
.form-box dl{
	margin-bottom: 1.875rem;
}
.form-box dl:last-child{
	margin-bottom: 0;
}
.form-box .flex_wrap{
	column-gap: 2.5rem;
}
.form-box .flex_wrap dl{
	width: calc(50% - 1.25rem);
}
.form-box dl dt{
	color: #0071E2;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 0.675rem;
}
.form-box dl dt span{
	background: #004D9A;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	border-radius: 0.3125rem;
	padding: 0 0.675rem 0.125rem 0.675rem;
	margin-left: 0.675rem;
}
input[type=checkbox],
input[type=radio]{
	margin: 0 .6rem 0 0;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea{
	width: 100%;
	background: #F2F2F2;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.8125rem 1.5625rem;
	border-radius: 1.875rem;
}
.form-box .select-box{
	position: relative;
	width: 100%;
	max-width: 23.75rem;
}
.form-box .select-box::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8125rem 0.5625rem 0 0.5625rem;
	border-color: #7B7B7B transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 1.5625rem;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
}
select{
	-webkit-appearance: none;
	appearance: none; 
	width: 100%;
	background: #FFFFFF;
	color: #A0A0A0;
	border: 1px solid #707070;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.8125rem 1.5625rem;
	border-radius: 1.875rem;
}
select::-ms-expand{
    display: none;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #A0A0A0;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #A0A0A0;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #A0A0A0;
}
textarea{
	height: 7.5rem;
}
.acceptance-check{
	color: #7B7B7B;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	margin-top: 3rem;
}
.acceptance-check a{
	color: #004D9A;
}
.acceptance-check label{
	display: flex;
	align-items: center;
}
.acceptance-check .acceptance{
	transform: scale(1.5);
	border: 1px solid #051338;
}
.acceptance-check .wpcf7-list-item{
	margin: 0;
}
.acceptance-check .wpcf7-list-item-label{
	margin-left: 1rem;
}
.submit_btn{
	text-align: center;
	margin-top: 4.8125rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 19.75rem;
}
.submit_btn li::before,
.submit_btn li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.25rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.submit_btn li::before{
	background: #004D9A;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.submit_btn li::after{
	right: 1.75rem;
	width: 0.675rem;
	height: 0.675rem;
	border: 0.375rem solid transparent;
	border-left: 0.5rem solid #ffffff;
}
.submit_btn li:hover::before{
	background: #ffffff;
	border: 1px solid #004D9A;
}
.submit_btn li:hover::after{
	border-left: 0.5rem solid #004D9A;
}
input[type="submit"] {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	background: #004D9A;
	border: 1px solid #004D9A;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 4;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border-radius: 3.125rem;
}
.submit_btn li:hover input[type="submit"]{
	background: #ffffff;
	color: #004D9A;
}
.wpcf7-spinner{
	display: none;
}
@media only screen and (max-width: 767px) {
	.entry-guide{
		background-image: url(../img/gallery/bg_top.png), url(../img/gallery/bg_bottom.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-size: 150% auto;
		padding: 5.25rem 0 5rem 0;
	}
	.entry-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.entry-guide .p-text{
		font-size: 1.125rem;
		margin: 0 auto 2.5rem auto;
	}
	.entry-guide .tel-box{
		margin-bottom: 2.5rem;
	}
	.entry-guide .tel-box h3{
		margin-bottom: 1.25rem;
	}
	.entry-guide .tel-box h3 span{
		max-width: 17.625rem;
		font-size: 1.125rem;
		padding: 0.375rem;
	}
	.entry-guide .tel-box .tel li a{
		font-size: 2.75rem;
		margin-bottom: 0.375rem;
	}
	.entry-guide .tel-box .hours{
		font-size: 1rem;
	}
	.entry-guide .form-box h3{
		margin-bottom: 1.875rem;
	}
	.entry-guide .form-box h3 span{
		max-width: 20.625rem;
		font-size: 1.125rem;
		padding: 0.5rem;
	}
	.form-box dl{
		margin-bottom: 1.875rem;
	}
	.form-box .flex_wrap{
		margin-bottom: 1.875rem;
	}
	.form-box .flex_wrap dl{
		width: 100%;
	}
	.form-box dl dt{
		font-size: 1rem;
	}
	.form-box dl dt span{
		font-size: 0.875rem;
		padding: 0.125rem 0.675rem;
		margin-left: 0.675rem;
	}
	input[type=checkbox],
	input[type=radio]{
		margin: 0 .25rem 0 0;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea{
		font-size: 1rem;
		padding: 0.8125rem 1.25rem;
	}
	.form-box .select-box::before {
		border-width: 0.675rem 0.425rem 0 0.425rem;
		right: 1.25rem;
	}
	select{
		font-size: 1rem;
		padding: 0.8125rem 1.25rem;
	}
	textarea{
		height: 7.5rem;
	}
	.acceptance-check{
		font-size: 1rem;
		margin-top: 2rem;
	}
	.acceptance-check .wpcf7-list-item-label{
		margin-left: 1rem;
	}
	.submit_btn{
		margin-top: 2.5rem;
	}
	.submit_btn li{
		max-width: 19.75rem;
	}
	.submit_btn li::before,
	.submit_btn li::after{
		right: 1rem;
	}
	.submit_btn li::before{
		width: 2rem;
		height: 2rem;
	}
	.submit_btn li::after{
		right: 1.475rem;
		width: 0.5rem;
		height: 0.5rem;
		border: 0.35rem solid transparent;
		border-left: 0.475rem solid #ffffff;
	}
	.submit_btn li:hover::after{
		border-left: 0.5rem solid #004D9A;
	}
	input[type="submit"] {
		line-height: 3.65;
	}
}
/*　　エントリー完了　　*/
.thanks-guide{
	background-image: url(../img/gallery/bg_top.png), url(../img/gallery/bg_bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
	padding: 6.25rem 0 11.25rem 0;
}
.thanks-guide .inner{
	max-width: 1000px;
}
.thanks-guide .guide-ttl{
	margin-bottom: 4.8125rem;
}
.thanks-guide .entry p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.85;
}
@media only screen and (max-width: 767px) {
	.thanks-guide{
		background-image: url(../img/gallery/bg_top.png), url(../img/gallery/bg_bottom.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-size: 150% auto;
		padding: 5.25rem 0 5rem 0;
	}
	.thanks-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.thanks-guide .entry p{
		font-size: 1rem;
	}
}
/**
/* 募集要項 CSS
----------------------------------------------- */
.requirements-guide{
	background-color: #F2F2F2;
	background-image: url(../img/background/bg_top2.png), url(../img/background/l_bg.png), url(../img/background/r_bg.png), url(../img/background/bg_bottom2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top 20%, right top 40%, left bottom;
	background-size: 25% auto, 15% auto, 20% auto, 30% auto;
	padding: 6.25rem 0 7.5rem 0;
}
.requirements-guide .inner{
	max-width: 1000px;
}
.requirements-guide .guide-ttl{
	margin-bottom: 4.875rem;
}
.requirements-guide .p-text{
	max-width: 800px;
	color: #15C48F;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding-bottom: 0.75rem;
	border-bottom: 2px dotted #15C48F;
	margin: 0 auto 4.8125rem auto;
}
.requirements-guide .requirements-category{
	max-width: 600px;
	margin: 0 auto 3.75rem auto;
}
.requirements-category dl{
	margin-bottom: 1rem;
}
.requirements-category dl dt{
	width: 6.875rem;
}
.requirements-category dl dt span{
	display: inline-block;
	color: #0071E2;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0 0.625rem;
	border-bottom: 2px solid #0071E2;
}
.requirements-category dl dd{
	width: calc(100% - 6.875rem);
}
.requirements-category .category-nav{
	column-gap: 3.1875rem;
}
.requirements-category .category-nav li{
	position: relative;
}
.requirements-category .category-nav li + li::before{
	position: absolute;
	background: #0071E2;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	left: -1.5625rem;
	width: 2px;
	height: 1.3125rem;
}
.requirements-list .requirements-items{
	background: #FFFFFF;
	padding: 2.1875rem;
	margin-bottom: 4.6875rem;
}
.requirements-list .requirements-items .requirements-ttl{
	align-items: center;
	border-bottom: 2px dotted #0071E2;
	padding-bottom: 2rem;
	margin-bottom: 1.5625rem;
}
.requirements-list .requirements-items h3{
	color: #004D9A;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.45;
}
.requirements-guide .requirements-items .requirements-terms{
	column-gap: 1.25rem;
}
.requirements-guide .requirements-items .requirements-terms .category span{
	display: inline-block;
	background: #0071E2;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0.5rem 1rem;
}
.requirements-guide .requirements-items .requirements-terms .not-hiring span{
	background: #7B7B7B;
}
.requirements-guide .requirements-items .requirements-terms .part-time span{
	background: #15C48F;
}
.requirements-guide .requirements-items .requirements-body{
	column-gap: 2.875rem;
}
.requirements-guide .requirements-items .requirements-tbl{
	width: calc(50% - 1.4375rem);
}
.requirements-guide .requirements-items .requirements-tbl th,
.requirements-guide .requirements-items .requirements-tbl td{
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 1.25rem 0;
	border-bottom: 1px solid #0071E2;
}
.requirements-guide .requirements-items .requirements-tbl th{
	width: 5rem;
	color: #004D9A;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.requirements-guide .requirements-items .requirements-tbl td{
	font-weight: 500;
}
.entry-btn-guide{
	background-image: url(../img/background/bg_bottom3.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom;
	background-size: 30% auto;
	padding: 6.25rem 0;
}
.entry-btn-guide .box{
	background: #EBF5FF;
	width: 90%;
	max-width: 780px;
	padding: 2.8125rem 1.25rem 3.375rem 1.25rem;
	margin: 0 auto;
}
.entry-btn-guide .box h3{
	color: #0071E2;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 2.625rem;
}
.entry-btn-guide .box ul{
	text-align: center;
}
.entry-btn-guide .box ul li{
	display: inline-block;
	width: 100%;
	max-width: 25rem;
}
.entry-btn-guide .box ul li a{
	display: block;
	background: #004D9A;
	border: 1px solid #004D9A;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3.2;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border-radius: 3.125rem;
}
.entry-btn-guide .box ul li a:hover{
	background: #ffffff;
	color: #004D9A;
}
@media only screen and (max-width: 767px) {
	.requirements-guide{
		background-position: right top, left top 20%, right top 40%, left bottom;
		background-size: 50% auto, 30% auto, 25% auto, 60% auto;
		padding: 6.25rem 0 4.5rem 0;
	}
	.requirements-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.requirements-guide .p-text{
		font-size: 1.125rem;
		padding-bottom: 0.75rem;
		margin: 0 auto 4rem auto;
	}
	.requirements-guide .requirements-category{
		margin: 0 auto 2.5rem auto;
	}
	.requirements-category dl{
		display: block;
		margin-bottom: 1.5rem;
	}
	.requirements-category dl dt{
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.requirements-category dl dt span{
		font-size: 0.9375rem;
		padding: 0 0.625rem;
		border-bottom: 2px solid #0071E2;
	}
	.requirements-category dl dd{
		width: 100%;
	}
	.requirements-category .category-nav{
		column-gap: 1.1875rem;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.requirements-category .category-nav li + li::before{
		left: -0.5625rem;
		width: 1px;
		height: 1.3125rem;
	}
	.requirements-list .requirements-items{
		padding: 1.875rem;
		margin-bottom: 1.6875rem;
	}
	.requirements-list .requirements-items .requirements-ttl{
		padding-bottom: 1.125rem;
		margin-bottom: 1rem;
	}
	.requirements-list .requirements-items h3{
		width: 100%;
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
	.requirements-guide .requirements-items .requirements-terms{
		column-gap: 0.625rem;
	}
	.requirements-guide .requirements-items .requirements-terms .category span{
		font-size: 0.875rem;
		padding: 0.375rem 0.625rem;
	}
	.requirements-guide .requirements-items .requirements-body{
		column-gap: 0;
	}
	.requirements-guide .requirements-items .requirements-tbl{
		width: 100%;
	}
	.requirements-guide .requirements-items .requirements-tbl th,
	.requirements-guide .requirements-items .requirements-tbl td{
		font-size: 0.875rem;
		padding: 1.125rem 0;
	}
	.requirements-guide .requirements-items .requirements-tbl th{
		width: 5rem;
	}
	.entry-btn-guide{
		background-size: 60% auto;
		padding: 3.25rem 0;
	}
	.entry-btn-guide .box{
		padding: 2.8125rem 1.25rem 2.375rem 1.25rem;
	}
	.entry-btn-guide .box h3{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.entry-btn-guide .box ul li{
		max-width: 20rem;
	}
	.entry-btn-guide .box ul li a{
		font-size: 1rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.privacy-policy-guide{
	background-color: #F2F2F2;
	background-image: url(../img/background/bg_top2.png), url(../img/introduction/line_b.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left -5% top 28%;
	background-size: 25% auto, 17% auto;
	padding: 6.25rem 0 7.5rem 0;
}
.privacy-policy-guide .inner{
	position: relative;
	max-width: 800px;
	z-index: 2;
}
.privacy-policy-guide .guide-ttl{
	margin-bottom: 4.875rem;
}
.privacy-policy-guide .entry h3{
	color: #0071E2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	border-bottom: 2px dashed #0071E2;
	padding-bottom: 0.75rem;
	margin-bottom: 1.875rem;
}
.privacy-policy-guide .entry p{
	color: #434343;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 3.75rem;
}
.privacy-policy-guide .entry p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.privacy-policy-guide{
		background-position: right top, left -20% top 35%;
		background-size: 50% auto, 25% auto;
		padding: 6.25rem 0 4.5rem 0;
	}
	.privacy-policy-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.privacy-policy-guide .entry h3{
		font-size: 1.125rem;
		padding-bottom: 0.75rem;
		margin-bottom: 1.25rem;
	}
	.privacy-policy-guide .entry p{
		margin-bottom: 3rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide .entry p{
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 3rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}