/*============================
フローティングバナー
============================*/
.floating_bnr_wrap {
	position: fixed;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	z-index: 101;
}

@media screen and (max-width: 599px) {
	.floating_bnr_wrap {
		right: auto;
		left: 0.10rem;
		top: auto;
		bottom: 0.20rem;
		transform: none;
		z-index: 101;
		width: calc(100% - 0.20rem);
	}
}

@media screen and (max-width: 599px) {
	.floating_bnr_wrap .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.floating_bnr_wrap .list .btn {
	padding: 0.10rem 0;
}

@media screen and (max-width: 599px) {
.floating_bnr_wrap .list .btn {
	padding: 0;
	width: 49.9%;
}
}

.floating_bnr_wrap .list .btn a {
	width: 0.85rem;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-indent: -9999px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	left: 0.10rem;
	position: relative;
	height: 2.20rem;
}

@media screen and (max-width: 599px) {
.floating_bnr_wrap .list .btn a {
	width:100%;
	display: block;
	border-radius: 0;
	left: auto;
	position: relative;
	height: 0.50rem;
	box-shadow: 0 0 0 0;
}
}

.floating_bnr_wrap .list .btn a:hover {
	left: 0;
}

.floating_bnr_wrap .list .btn.for-medical a {
	background-image: url(../img/floating_btn_01.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media screen and (max-width: 599px) {
	.floating_bnr_wrap .list .btn.for-medical a {
		background-image: url(../img/floating_btn_01_sp.svg);
		background-position: center center;
		background-size: 120% auto;
		border-top-right-radius: 0.05rem;
		border-bottom-right-radius: 0.05rem;
	}
}

.floating_bnr_wrap .list .btn.referral a {
	background-image: url(../img/floating_btn_02.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media screen and (max-width: 599px) {
	.floating_bnr_wrap .list .btn.referral a {
		background-image: url(../img/floating_btn_02_sp.svg);
		background-position: center center;
		background-size: 120% auto;
		border-top-left-radius: 0.05rem;
		border-bottom-left-radius: 0.05rem;
	}
}
/*============================
ヘッダー
============================*/
header {
	position: relative;
	padding-bottom: 0.30rem;
	z-index: 100;
}

@media screen and (max-width: 599px) {
	header {
		padding-bottom: 0;
		height: 0.70rem;
		background-color: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		transition: all 0.5s;
	}

	header.hide {
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	}
}

header .catch {
	background-color: #e7f4f0;
	padding: 0.20rem;
}

@media screen and (max-width: 599px) {
	header .catch {
		padding: 0.05rem;
	}
}

header .catch .text {
	color: #17926f;
	font-size: 0.12rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	header .catch .text {
		display: none;
	}
}

header .in {
	max-width: 12.80rem;
}

@media screen and (max-width: 599px) {
	header .in {
		padding: 0 0.15rem;
	}
}

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

/* 右上の電話番号 */
header .header_tel_wrap {
	position: absolute;
	top: -0.30rem;
	right: 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	header .header_tel_wrap {
		display: none;
	}
}

header .header_tel_wrap .header_tel {
	width: 2.80rem;
	background-color: #17926f;
	line-height: 0;
	padding: 0.27rem 0;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 0.24rem;
	letter-spacing: 0.05em;
	color: #FFF;
}

header .header_tel_wrap .header_tel span {
	font-size: 0.16rem;
	font-family: 'Poppins', sans-serif;
	opacity: 0.7;
	position: relative;
	padding-right: 0.05rem;
	top: -0.02rem;
}

header .header_tel_wrap .header_address {
	background-color: #00b900;
	color: #FFF;
	font-size: 0.13rem;
	font-weight: 500;
	line-height: 1.61;
	padding: 0.07rem 0.12rem;
	margin-left: 2px;
}

/* ロゴ */
header .logo {
	width: 2.83rem;
	padding: 0.50rem 0;
}

@media screen and (max-width: 599px) {
	header .logo {
		width: 2.60rem;
		padding: 0.15rem 0 0;
	}
}

header .logo a {
	text-decoration: none;
	display: block;
}

@media screen and (max-width: 599px) {
	header .logo a {
		display: flex;
		justify-content: space-between;
	}

	header .logo img {
		width: 2.60rem;
	}
}

header .logo .text {
	text-align: center;
	font-size: 0.17rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #74bea9;
	padding-top: 0.10rem;
	padding-left: 0.10rem;
}

@media screen and (max-width: 599px) {
	header .logo .text {
		text-align: left;
		font-size: 0.10rem;
		padding-top: 0;
	}
}

header .logo .text .en_text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.13rem;
	display: block;
	padding-top: 0.07rem;
}

@media screen and (max-width: 599px) {
	header .logo .text .en_text {
		text-align: left;
		font-size: 0.10rem;
		padding-top: 0.05rem;
	}
}

/* メニュー */
header .glo_navi {
	width: 100%;
	max-width: 7.00rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi {
		position: fixed;
		right: -100vw;
		top: 0;
		transform: translateX(0);
		background-color: rgba(23, 146, 111, 0.9);
		height: 100vh;
		width: 100%;
		overflow: auto;
		transition: transform 0.3s;
		z-index: 100;
	}

	header .glo_navi .navi_wrap {
		overflow: auto;
		height: 100vh;
		height: -webkit-fill-available;
	}

	.menu_active header .glo_navi {
		transform: translateX(-100vw);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

header .glo_navi .list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.50rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list {
		padding: 0.20rem 0.30rem;
	}
}

header .glo_navi .list .link {
	width: 25%;
	position: relative;
}

@media screen and (max-width: 599px) {
	header .glo_navi .list .link {
		width: 100%;
	}
}

header .glo_navi .link a {
	text-decoration: none;
	color: #111;
	font-size: 0.16rem;
	line-height: 2.68;
	position: relative;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link a {
		color: #FFF;
		font-size: 0.17rem;
		line-height: 5.7vh;
		display: block;
	}
}

header .glo_navi .link.soon a {
	color: #999;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link.soon a {
		color: rgba(255, 255, 255, 0.5);
	}
}

header .glo_navi .link.soon a::after {
	content: "ページ準備中";
	font-size: 0.12rem;
	position: absolute;
	top: 54%;
	left: 0.65rem;
	width: 100%;
	max-width: 0.80rem;
	text-align: center;
	background-color: rgba(23, 146, 111, 0.8);
	color: #FFF;
	padding: 0.04rem 0.10rem 0.06rem;
	transform: translate(-50%, -50%);
	line-height: 1;
	border-radius: 0.20rem;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link.soon a::after {
		font-size: 0.10rem;
		background-color: rgba(255, 255, 255, 0.8);
		color: #17926f;
	}
}

header .glo_navi .link a:hover {
	color: #17926f;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link a:hover {
		color: #FFF;
	}
}

@media screen and (max-width: 599px) {
	header .glo_navi .link.soon a:hover {
		color: rgba(255, 255, 255, 0.5);
	}
}

header .glo_navi .link a::before {
	content: "";
	width: 0.05rem;
	height: 0.03rem;
	background-color: #17926f;
	position: absolute;
	left: -0.10rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	opacity: 0;
}

header .glo_navi .link a:hover::before {
	width: 0.08rem;
	left: -0.15rem;
	opacity: 1;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link a:hover::before {
		background-color: #FFF;
	}
}

/* メニューのアクティブ時 */
header .glo_navi .link.active a {
	color: #17926f;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link.active a {
		color: #FFF;
	}
}

header .glo_navi .link.active a::before {
	width: 0.08rem;
	background-color: #17926f;
	left: -0.15rem;
	opacity: 1;
}

@media screen and (max-width: 599px) {
	header .glo_navi .link.active a::before {
		background-color: #FFF;
	}
}

/* スマホ時の電話と住所 */
.glo_navi .tel_address_wrap {
	padding: 0 0.30rem 0.80rem;
}

.glo_navi .tel_address_wrap .header_tel {
	border: 1px solid #FFF;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 0.20rem;
	letter-spacing: 0.10em;
}

.glo_navi .tel_address_wrap .header_tel span {
	display: inline-block;
	font-size: 0.16rem;
	padding-right: 0.06rem;
	position: relative;
	top: -0.02rem;
	opacity: 0.5;
}

.glo_navi .tel_address_wrap .header_tel a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0.15rem;
}

.glo_navi .tel_address_wrap .header_address {
	text-align: center;
	font-size: 0.13rem;
	padding-top: 0.10rem;
	color: #FFF;
}

/* SPメニューオープン時の閉じるボタン */
.menu_active #SPnaviBtn {
	background-color: #111;
}

/*============================
main
============================*/
@media screen and (max-width: 599px) {
	main {
		padding-top: 0.70rem;
	}
}

/*===========================
共通タイトル
===========================*/
main .sec_title {
	text-align: center;
	font-size: 0.39rem;
	letter-spacing: 0.10em;
	font-weight: 500;
	color: #17926f;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	main .sec_title {
		font-size: 0.24rem;
		margin-bottom: 0.30rem;
		line-height: 1.3;
	}
}

main .sec_title span {
	display: inline-block;
	border-bottom: 3px solid #17926f;
	padding-bottom: 0.10rem;
}


/*============================
フッターリンク
============================*/
#footer_link {
	background-color: #17926f;
	padding: 0.40rem 0;
}

@media screen and (max-width: 599px) {
	#footer_link {
		padding: 0.10rem 0;
	}
}

#footer_link .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer_link .list .detail {
	width: 25%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#footer_link .list .detail {
		width: 50%;
		border-left: 1px solid #FFF;
		box-sizing: border-box;
		margin: 0.20rem 0;
		position: relative;
	}

	#footer_link .list .detail::after {
		content: "";
		width: 101%;
		height: 1px;
		background-color: #FFF;
		bottom: -0.20rem;
		left: 0;
		position: absolute;
	}

	#footer_link .list .detail:nth-child(odd) {
		border-left: 0;
	}

	#footer_link .list .detail:nth-child(3)::after {
		content: none;
	}

	#footer_link .list .detail:nth-child(4)::after {
		content: none;
	}
}

#footer_link .list .detail a {
	text-decoration: none;
	color: #FFF;
	display: block;
}

#footer_link .list .detail a .title {
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#footer_link .list .detail a .title {
		font-size: 0.14rem;
	}
}

#footer_link .list .detail a .icon_wrap {
	padding: 0.20rem 0 0.15rem;
	max-width: 0.90rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#footer_link .list .detail a .icon_wrap {
		max-width: 0.80rem;
	}
}

#footer_link .list .detail a .text {
	font-size: 0.12rem;
	letter-spacing: 0.075em;
	line-height: 1.69;
}

/*============================
フッター
============================*/
footer {
	position: relative;
}

footer::before {
	content: "";
	display: block;
	height: 4.00rem;
	background-image: url(../common/img/footer_sapporo_bg.jpg);
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width: 599px) {
	footer::before {
		height: 38vw;
	}
}

footer .in {
	padding: 0.50rem 0.40rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	footer .in {
		padding: 0.40rem;
	}
}

/* ロゴ */
footer .logo {
	width: 2.83rem;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	footer .logo {
		width: 2.20rem;
		padding-top: 0;
		padding-bottom: 0.30rem;
	}
}

footer .logo a {
	text-decoration: none;
}

footer .logo .text {
	text-align: center;
	font-size: 0.16rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #74bea9;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	footer .logo .text {
		font-size: 0.12rem;
	}
}

footer .logo .text .en_text {
	font-family: 'Poppins', sans-serif;
	font-size: 0.13rem;
	display: block;
	padding-top: 0.07rem;
}

@media screen and (max-width: 599px) {
	footer .logo .text .en_text {
		font-size: 0.12rem;
	}
}

/* メニュー */
footer .glo_navi {
	width: 100%;
	max-width: 7.00rem;
}

footer .glo_navi .list {
	display: flex;
	flex-wrap: wrap;
}

footer .glo_navi .list .link {
	width: 25%;
	position: relative;
}

@media screen and (max-width: 599px) {
	footer .glo_navi .list .link {
		width: 60%;
	}

	footer .glo_navi .list .link:nth-child(even) {
		width: 40%;
	}
}

footer .glo_navi .link a {
	text-decoration: none;
	color: #111;
	font-size: 0.16rem;
	line-height: 2.68;
	position: relative;
}

@media screen and (max-width: 599px) {
	footer .glo_navi .link a {
		font-size: 0.15rem;
	}
}

footer .glo_navi .link.soon a {
	color: #999;
}

footer .glo_navi .link.soon a::after {
	content: "ページ準備中";
	font-size: 0.12rem;
	position: absolute;
	top: 54%;
	left: 0.65rem;
	width: 100%;
	max-width: 0.80rem;
	text-align: center;
	background-color: rgba(23, 146, 111, 0.8);
	color: #FFF;
	padding: 0.04rem 0.10rem;
	transform: translate(-50%, -50%);
	line-height: 1;
	border-radius: 0.20rem;
}

footer.glo_navi .link a:hover {
	color: #17926f;
}

footer .glo_navi .link a::before {
	content: "";
	width: 0.05rem;
	height: 0.03rem;
	background-color: #FFF;
	position: absolute;
	left: -0.10rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}


@media screen and (max-width: 599px) {
	footer .glo_navi .link a::before {
		background-color: #17926f;
	}
}


footer .glo_navi .link a:hover::before {
	width: 0.08rem;
	background-color: #17926f;
	left: -0.15rem;
}

/* 住所と電話番号 */
footer .footer_address {
	background-color: #17926f;
	padding: 0.30rem 0;
}

@media screen and (max-width: 599px) {
	footer .footer_address {
		padding: 0.20rem 0;
	}
}

footer .footer_address .in {
	padding: 0 0.40rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
}

@media screen and (max-width: 599px) {
	footer .footer_address .in {
		padding: 0 0.30rem;
	}
}

footer .footer_address .in .address {
	font-size: 0.15rem;
	letter-spacing: 0.075;
}

@media screen and (max-width: 599px) {
	footer .footer_address .in .address {
		font-size: 0.14rem;
		line-height: 1.85;
		text-align: center;
		width: 100%;
		padding-bottom: 0.10rem;
	}
}

footer .footer_address .in .tel {
	font-family: 'Poppins', sans-serif;
	font-size: 0.29rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	footer .footer_address .in .tel {
		font-size: 0.24rem;
		width: 100%;
		text-align: center;
		padding-bottom: 0.10rem;
	}
}

footer .footer_address .in .tel span {
	opacity: 0.7;
	font-size: 0.19rem;
	position: relative;
	display: inline-block;
	padding-right: 0.04rem;
	top: -0.02rem;
}

@media screen and (max-width: 599px) {
	footer .footer_address .in .tel span {
		font-size: 0.16rem;
	}
}

footer .footer_address .in .tel a {
	color: #FFF;
}

/* コピーライト */
.copyright {
	padding: 0.30rem;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 0.12rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	.copyright {
		padding: 0.20rem;
		font-size: 0.10rem;
	}
}

.recruit_bnr {
	position: fixed;
	right: 0.20rem;
	bottom: 0.3rem;
	width: 2.8rem;
	z-index: 11;
}
@media screen and (max-width: 599px) {
	.recruit_bnr {
		display: none;
	}
}