@charset "UTF-8";
/*
Theme Name: tashiro-shounika
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* サイトの基本カラーに合わせて変更 */
:root {
	--main-color: #08287e;
	--main-light-color: #f5e4e3;
	--main-dark-color: #edabab;
}

/* Reset
----------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}

html{
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-size: 18px;
	line-height: 1.89;
	color:#333;
}
a {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color, #333);
}
textarea {
	overflow: auto;
}
::placeholder {
	color: #666;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	width: 100%;
	overflow-x: hidden;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
h2, h3, h4, h5, h6 {
	font-family: "Zen Maru Gothic", sans-serif;
}



/* フェードアニメーション css
----------------------------------------------------------*/

/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 60px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 60px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 60px, 0);
	-o-transform: scale(1, 1) translate3d(0, 60px, 0);
	transform: scale(1, 1) translate3d(0, 60px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}




/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
html,
body,
.wrap{
	width:1240px;
}
}

/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
a {
	transition: all .5s;
}
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	transition: all .5s;
}
.sp {
	display:none;
}



/* header
------------------------------------------------------------------------*/
	header{
		width: 100%;
		z-index: 10000;
		position: relative;
	}

	header .header_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
	}
	header .header_box h1{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 330px;
		height: 95px;
		background: #fff;
		border-radius: 0 0 25px 0;
		padding: 28px 0 0 48px;
		box-sizing: border-box;
	}
	header .header_box h1 a img{
		width: 255px;
		height: 40px;
	}
	header .header_box .tel{
		font-size: 14px;
		line-height: 1;
		text-align: center;
		margin-left: 30px;
		position: relative;
	}
	header .header_box .tel::before{
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translateY(-50%);
		content: "";
		background: #edabaa;
		width: 2px;
		height: 30px;
	}
	header .header_box .tel a{
		display: block;
		width: 152px;
		height: 19px;
		background: url("img/header_tel.svg")no-repeat;
		background-size: 152px;
		padding: 19px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .text01{
		font-size: 13px;
		line-height: 1.38;
		margin-left: 10px;
	}
	@media screen and (max-width: 1360px) {
		header .header_box{
			top: 10px;
			left: 50%;
			transform: translateX(-50%);
			width: 1200px;
			height: 50px;
			background: #fff;
			border-radius: 25px;
		}
		header .header_box h1{
			position: absolute;
			top: 50%;
			left: 66px;
			transform: translateY(-50%);
			display: block;
			width: 161px;
			height: 26px;
			background: none;
			border-radius: 0;
			padding: 0;
			box-sizing: border-box;
		}
		header .header_box h1 a{
			display: block;
			width: 161px;
			height: 26px;
		}
		header .header_box h1 a img{
			width: 161px;
			height: 26px;
			vertical-align: baseline;
		}
	}
	@media screen and (max-width: 1240px) {
		header .header_box{
			width: 1200px;
			left: 0;
			transform: none;
			margin: 0 20px;
		}
	}

	/* header_box active */
	header .header_box.active{
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 1200px;
		height: 50px;
		background: #fff;
		border-radius: 25px;
		margin: 0;
	}
	header .header_box.active h1{
		position: absolute;
		top: 50%;
		left: 66px;
		transform: translateY(-50%);
		display: block;
		width: 161px;
		height: 26px;
		background: none;
		border-radius: 0;
		padding: 0;
		box-sizing: border-box;
	}
	header .header_box.active h1 a{
		display: block;
		width: 161px;
		height: 26px;
	}
	header .header_box.active h1 a img{
		width: 161px;
		height: 26px;
		vertical-align: baseline;
	}



/* nav
------------------------------------------------------------------------*/
	header .nav_wrap{
		position: absolute;
		top: 40px;
		right: 40px;
		display: flex;
		align-items: center;
		height: 50px;
		background: #fff;
		border-radius: 25px;
		padding: 0 45px;
	}

	header nav #nav .nav_sp_box > ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 500px;
		padding: 0 34px 0 0;
		box-sizing: border-box;
	}
	header nav #nav .nav_sp_box > ul > li > a{
		display: block;
		font-size: 15px;
		height: 50px;
		font-weight: 500;
		line-height: 50px;
	}
	header nav #nav .nav_sp_box > ul > li > a:hover{
		color: #edabaa;
		text-decoration: underline;
	}
	header nav ul li .sub_nav{
		visibility: hidden;
	}
	header nav ul > li.mark > a{
		position: relative;
	}
	header nav ul > li.mark > a::after{
		position: absolute;
		top: 50%;
		right: -14px;
		transform: translateY(-50%) rotate(180deg);
		content: "";
		background: url("img/header_arrow01.svg")no-repeat;
		background-size: 10px;
		width: 10px;
		height: 6px;
	}
	header nav ul > li.mark > a:hover::after{
		transform: translateY(-50%) rotate(0deg);
	}

	header nav ul li.mark{
		position: relative;
	}
	header nav ul li.mark .sub_nav{
		position: absolute;
		top: 50px;
		left: 0;
		display: block;
		padding: 22px 30px 18px 30px;
		box-sizing: border-box;
		opacity: 0;
	}
	header nav ul li.mark .sub_nav::after{
		position: absolute;
		top: 5px;
		left: 0;
		content: "";
		background: #fff;
		width: 100%;
		height: calc(100% - 5px);
		border-radius: 5px;
		z-index: -1;
	}
	header nav ul li.mark:hover .sub_nav{
		visibility: visible;
		opacity: 1;
		z-index: 10;
	}
	header nav ul li.mark .sub_nav ul{
		display: flex;
		flex-direction: column;
	}
	header nav ul li.mark .sub_nav ul li a{
		display: block;
		padding-right: 30px;
		font-size: 15px;
		line-height: 2.8;
		font-weight: 500;
		white-space: nowrap;
		position: relative;
	}
	header nav ul li.mark .sub_nav ul li a::before{
		content: "･";
		padding-right: 5px;
	}
	header nav ul li.mark .sub_nav ul li a::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}
	header nav ul li.mark:hover .sub_nav ul li a:hover{
		color: #edabaa;
	}
	@media screen and (max-width: 1360px) {
		header .header_box .nav_wrap{
			position: absolute;
			top: 50%;
			left: 276px;
			transform: translateY(-50%);
			display: flex;
			align-items: center;
			height: 50px;
			padding: 0;
		}
	}

	/* header_box active */
	header .header_box.active .nav_wrap{
		position: absolute;
		top: 50%;
		left: 276px;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0;
	}



/* home
------------------------------------------------------------------------*/

	/* key */
	.home .key{
		width: 100%;
		min-height: 780px;
		height: 100vh;
		padding: 20px 20px 0;
		box-sizing: border-box;
		position: relative;
	}
	.home .key .swiper01{
		width: 100%;
		height: 100%;
		z-index: -1;
		position: relative;
	}
	.home .key .swiper01 .swiper-slide img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
		object-fit: cover;
	}

	.home .key .inner{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		gap: 0 10px;
		width: 100%;
		height: 100%;
		padding: 190px 0 0 170px;
		box-sizing: border-box;
	}
	.home .key .inner .text01{
		display: inline-block;
		background: #08287e;
		border-radius: 5px;
		height: 305px;
		padding: 20px 6px 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.44;
		letter-spacing: 1.5px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.home .key .inner .text02{
		font-size: 44px;
		font-family: "Zen Maru Gothic", sans-serif;
		font-weight: 500;
		line-height: 1;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.home .key .inner .text02 span{
		display: block;
		height: 305px;
		background: #fff;
		padding: 20px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		color: #08287e;
		line-height: 65px;
		letter-spacing: 1px;
		margin-left: 10px;
	}
	.home .key .inner ul{
		position: absolute;
		bottom: 60px;
		left: 170px;
		display: flex;
		align-items: center;
		gap: 0 10px;
		z-index: 11;
	}
	@media screen and (max-width: 1400px) {
		.home .key .inner ul{
			position: absolute;
			bottom: 60px;
			left: 50%;
			transform: translateX(-535px);
		}
	}
	.home .key .inner ul li{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 160px;
		height: 160px;
		background: url("img/home_key_icon01.svg")center top 24px no-repeat , rgba(3,110,184,0.6);
		background-size: 38px;
		border-radius: 50%;
		backdrop-filter: blur(5px);
		padding: 0 0 27px 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 1.375;
		font-family: "Zen Maru Gothic", sans-serif;
		text-align: center;
		position: relative;
	}
	.home .key .inner ul li:nth-of-type(2){
		background: url("img/home_key_icon02.svg")center top 30px no-repeat , rgba(187,220,248,0.7);
		background-size: 44px;
		color: #222;
	}
	.home .key .inner ul li:nth-of-type(3){
		background: url("img/home_key_icon03.svg")center top 30px no-repeat , rgba(237,171,170,0.7);
		background-size: 49px;
		color: #222;
	}
	.home .key .inner ul li::before{
		position: absolute;
		top: 5px;
		left: 5px;
		content: "";
		border: 1px solid rgba(255,255,255,0.8);
		width: 160px;
		height: 160px;
		border-radius: 50%;
		pointer-events: none;
	}
	.home .key .inner .consultation-hours_box{
		position: absolute;
		bottom: 60px;
		right: 170px;
		width: 525px;
		height: 205px;
		z-index: 11;
	}
	.home .key .inner .consultation-hours_box figure{
		filter: drop-shadow(0 0 70px rgba(0,0,0,0.1));
	}
	@media screen and (max-width: 1400px) {
		.home .key .inner .consultation-hours_box{
			position: absolute;
			right: 50%;
			transform: translateX(525px);
		}
	}
	
	.home .key .wave-bottom {
		position: absolute;
		top: calc(100vh - 200px);
		left: 50%;
		transform: translateX(-50%);
		width: 125%;
		line-height: 0;
		pointer-events: none;
	}
	.home .key svg {
		display: block;
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.home .key .wave-x-rotate {
		transform-origin: 1115px 432px;
		animation: move-x-rotate 16s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	}
	.home .key .wave-y {
		transform-origin: 1115px 432px;
		animation: move-y 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	}
	@keyframes move-x-rotate {
		0%   { transform: translateX(-80px) rotate(-4deg); }
		50%  { transform: translateX(80px) rotate(4deg); }
		100% { transform: translateX(-80px) rotate(-4deg); }
	}
	@keyframes move-y {
		0%   { transform: translateY(0px); }
		50%  { transform: translateY(40px); }
		100% { transform: translateY(0px); }
	}


	/* cont01 */
	.home .cont01{
		background: #f5e4e3;
	}
	.home .cont01 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 140px 0 0;
	}
	@media screen and (max-width: 1300px) {
		.home .cont01 .inner{
			padding: 140px 50px 0;
			box-sizing: border-box;
		}
	}
	.home .cont01 .inner .h_box h2{
		min-width: 297px;
		background: url("img/home_text01.svg")left top no-repeat;
		background-size: 297px;
		padding: 60px 0 0;
		font-size: 34px;
		line-height: 1;
	}
	.home .cont01 .inner .h_box h2 span{
		display: block;
		font-size: 17px;
		margin-bottom: 8px;
	}
	.home .cont01 .inner .h_box .button a{
		display: block;
		width: 280px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 55px;
		position: relative;
	}
	.home .cont01 .inner .h_box .button a::after{
		position: absolute;
		bottom: 10px;
		right: 10px;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.home .cont01 .inner .h_box .button a:hover::after{
		right: 0;
		transition: .4s all;
	}
	.home .cont01 .inner .news_box{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.home .cont01 .inner .news_box a.cont{
		display: flex;
		align-items: center;
		gap: 0 45px;
		width: 800px;
		background: #fff;
		padding: 16.5px 0 16.5px 50px;
		box-sizing: border-box;
		border-radius: 5px;
		position: relative;
	}
	@media screen and (max-width: 1300px) {
		.home .cont01 .inner .news_box a.cont{
			gap: 0 30px;
			width: 700px;
			padding: 18px 0 18px 30px;
		}
	}
	
	.home .cont01 .inner .news_box a.cont:hover{
		background: #08287e;
		opacity: 1;
	}
	.home .cont01 .inner .news_box a.cont::after{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.home .cont01 .inner .news_box a.cont:hover::after{
		right: 10px;
		background: url("img/common_arrow02.svg")no-repeat;
		background-size: 20px;
		transition: .4s all;
	}
	.home .cont01 .inner .news_box a.cont .date{
		color: #08287e;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.5;
		transition: .4s all;
	}
	.home .cont01 .inner .news_box a.cont:hover .date{
		color: #fff;
		transition: .4s all;
	}
	.home .cont01 .inner .news_box a.cont .text01{
		width: 500px;
		font-size: 18px;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		transition: .4s all;
	}
	.home .cont01 .inner .news_box a.cont:hover .text01{
		color: #fff;
		transition: .4s all;
	}


	/* cont02 */
	.home .cont02{
		background: #fff;
		padding-top: 120px;
		z-index: 12;
		overflow: hidden;
		position: relative;
	}
	.home .cont02::before{
		position: absolute;
		top: -160px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 125vw;
		height: 560px;
		border-radius: 50%;
	}
	.home .cont02 .inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		border: 5px solid #f5e4e3;
		border-radius: 10px;
		padding: 38px 32px 38px 38px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	@media screen and (max-width: 1300px) {
		.home .cont02 .inner{
			width: 1100px;
		}
	}
	@media screen and (max-width: 1240px) {
		.home .cont02::before{
			width: 1400px;
		}
	}
	.home .cont02 .inner::before{
		position: absolute;
		top: -20px;
		right: 49px;
		content: "";
		background: url("img/home_illust01.svg")no-repeat;
		width: 91px;
		height: 124px;
	}
	.home .cont02 .inner .h_box h2{
		font-size: 26px;
		font-weight: 600;
		line-height: 1;
	}
	.home .cont02 .inner .h_box .text01{
		width: 450px;
		margin-top: 30px;
	}
	.home .cont02 .inner .h_box .button a{
		display: block;
		width: 280px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 34px;
		position: relative;
	}
	.home .cont02 .inner .h_box .button a::after{
		position: absolute;
		bottom: 10px;
		right: 10px;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.home .cont02 .inner .h_box .button a:hover::after{
		right: 0;
		transition: .4s all;
	}
	.home .cont02 .inner .calendar_box iframe{
		display: block;
		width: 640px;
		height: 345px;
	}
	@media screen and (max-width: 1300px) {
		.home .cont02 .inner .calendar_box iframe{
			display: block;
			width: 540px;
			height: 345px;
		}
	}


	/* cont03 */
	.home .cont03{
		background: linear-gradient(#fff ,#fff 200px ,transparent 200px);
		padding: 0 0 84px;
		position: relative;
	}
	.home .cont03::before{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 100vw;
		height: 225px;
		z-index: -2;
	}
	.home .cont03::after{
		position: absolute;
		bottom: 1px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.svg")no-repeat;
		background-size: 2262px;
		width: 2262px;
		height: 818px;
		z-index: -1;
	}
	@media screen and (min-width: 1801px) {
		.home .cont03::after{
			background: url("img/home_bg01.svg")no-repeat;
			background-size: 100% 100%;
			width: 125.6vw;
			height: 45.4vw;
			z-index: -1;
		}
	}
	@media screen and (max-width: 1240px) {
		.home .cont03::before{
			width: 100%;
		}
	}
	.home .cont03 .h_box{
		padding: 150px 0 120px;
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.home .cont03 .h_box::before{
		position: absolute;
		top: 150px;
		left: 524px;
		content: "";
		background: url("img/home_illust02.svg")no-repeat;
		background-size: 158px;
		width: 158px;
		height: 114px;
	}
	@media screen and (max-width: 1300px) {
		.home .cont03 .h_box::before{
			left: 454px;
		}
	}
	.home .cont03 .h_box::after{
		position: absolute;
		/* top: 570px; */
		top: 670px;
		left: 210px;
		content: "";
		background: url("img/home_illust03.svg")no-repeat;
		background-size: 160px;
		width: 160px;
		height: 144px;
	}
	.home .cont03 .h_box .text_box{
		display: flex;
		margin-bottom: 240px;
		position: relative;
	}
	.home .cont03 .h_box .text_box::after{
		position: absolute;
		top: 123px;
		left: -150px;
		content: "";
		background: url("img/home_bg01.png");
		width: 750px;
		height: 425px;
		border-radius: 10px;
		z-index: -1;
	}
	@media screen and (max-width: 1600px) {
		.home .cont03 .h_box .text_box{
			margin-left: 80px;
		}
		.home .cont03 .h_box .text_box::after{
			left: -130px;
			width: 650px;
		}
	}
	@media screen and (max-width: 1300px) {
		.home .cont03 .h_box .text_box{
			margin-left: 100px;
		}
		.home .cont03 .h_box .text_box::after{
			left: -50px;
			width: 500px;
		}
	}
	.home .cont03 .h_box .text_box h2{
		background: url("img/home_text02.svg")right top no-repeat;
		background-size: 11px;
		padding-right: 30px;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 1px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		order: 2;
	}
	.home .cont03 .h_box .text_box .text01{
		font-size: 18px;
		line-height: 2.2;
		letter-spacing: 1px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		order: 1;
		margin: 0 58px 0 -11px;
	}
	.home .cont03 .h_box figure:nth-of-type(1){
		position: absolute;
		top: 220px;
		right: 310px;
	}
	.home .cont03 .h_box figure:nth-of-type(2){
		position: absolute;
		top: 150px;
		right: 0;
	}
	@media screen and (max-width: 1300px) {
		.home .cont03 .h_box figure:nth-of-type(1){
			position: absolute;
			top: 220px;
			right: 360px;
		}
		.home .cont03 .h_box figure:nth-of-type(2){
			position: absolute;
			top: 150px;
			right: 50px;
		}
	}

	.home .cont03 .h_box .about_slidebox{
		position: absolute;
		top: 360px;
		right: -150px;
		width: 930px;
		height: 440px;
	}
	@media screen and (max-width: 1600px) {
		.home .cont03 .h_box .about_slidebox{
			position: absolute;
			top: 360px;
			right: -50px;
			width: 800px;
			height: 440px;
		}
	}
	@media screen and (max-width: 1300px) {
		.home .cont03 .h_box .about_slidebox{
			position: absolute;
			top: 360px;
			right: 50px;
			width: 650px;
			height: 380px;
		}
	}
	.home .cont03 .h_box .about_slidebox .swiper-slide{
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	.home .cont03 .h_box .about_slidebox .swiper-slide-active picture,
	.home .cont03 .h_box .about_slidebox .swiper-slide-duplicate-active picture,
	.home .cont03 .h_box .about_slidebox .swiper-slide-prev picture{
		width: 100%;
		height: 100%;
		display: block;
		animation: zoomUp 15s linear 0s both;
	}
	.home .cont03 .h_box .about_slidebox .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.15);
		}
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination{
		display: flex;
		flex-direction: column;
		width: 5px !important;
		bottom: 0;
		left: -25px;
		z-index: 112;
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination-bullet{
		background: #eacbca;
		width: 5px;
		height: 5px;
		margin-bottom: 20px;
		opacity: 1;
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination-bullet:last-of-type{
		margin-bottom: 0!important;
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination-bullet-active{
		background: #ef7192;
		width: 5px;
		height: 5px;
	}

	.home .cont03 .about_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 40px 0;
		width: 1500px;
		margin: 0 auto;
	}
	.home .cont03 .about_box .cont{
		display: block;
		width: 450px;
		padding: 472px 0 0;
		position: relative;
	}
	.home .cont03 .about_box .cont:nth-of-type(1){
		background: url("img/home_img07.png")center top no-repeat;
	}
	.home .cont03 .about_box .cont:nth-of-type(2){
		background: url("img/home_img08.png")center top no-repeat;
	}
	.home .cont03 .about_box .cont:nth-of-type(3){
		background: url("img/home_img09.png")center top no-repeat;
	}
	.home .cont03 .about_box .cont:nth-of-type(4){
		background: url("img/home_img10.png")center top no-repeat;
	}
	.home .cont03 .about_box .cont:nth-of-type(5){
		background: url("img/home_img11.png")center top no-repeat;
	}
	.home .cont03 .about_box .cont:nth-of-type(6){
		background: url("img/home_img12.png")center top no-repeat;
	}
	@media screen and (max-width: 1600px) and (min-width: 1301px){
		.home .cont03 .about_box{
			width: 1300px;
		}
		.home .cont03 .about_box .cont{
			display: block;
			width: 400px;
			padding: 412px 0 0;
			position: relative;
		}
		.home .cont03 .about_box .cont:nth-of-type(1){
			background: url("img/home_img07.png")center top no-repeat;
			background-size: 400px;
		}
		.home .cont03 .about_box .cont:nth-of-type(2){
			background: url("img/home_img08.png")center top no-repeat;
			background-size: 400px;
		}
		.home .cont03 .about_box .cont:nth-of-type(3){
			background: url("img/home_img09.png")center top no-repeat;
			background-size: 400px;
		}
		.home .cont03 .about_box .cont:nth-of-type(4){
			background: url("img/home_img10.png")center top no-repeat;
			background-size: 400px;
		}
		.home .cont03 .about_box .cont:nth-of-type(5){
			background: url("img/home_img11.png")center top no-repeat;
			background-size: 400px;
		}
		.home .cont03 .about_box .cont:nth-of-type(6){
			background: url("img/home_img12.png")center top no-repeat;
			background-size: 400px;
		}
		.home .cont03 .about_box .cont .text02 .pc{
			display: none;
		}
	}
	@media screen and (max-width: 1300px){
		.home .cont03 .about_box{
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			gap: 40px 60px;
			width: 1200px;
			margin: 0 auto;
		}
	}
	.home .cont03 .about_box .cont h3{
		position: absolute;
		top: 0;
		right: -27px;
		display: inline-block;
		background: #fff;
		padding: 0 14px 20px;
		border-radius: 0 0 0 10px;
		font-size: 26px;
		line-height: 1.38;
		letter-spacing: 2px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.home .cont03 .about_box .cont h3::before{
		position: absolute;
		top: 0;
		left: -10px;
		content: "";
		background: url("img/home_corners.svg");
		width: 10px;
		height: 10px;
	}
	.home .cont03 .about_box .cont h3::after{
		position: absolute;
		bottom: -10px;
		right: 27px;
		content: "";
		background: url("img/home_corners.svg");
		width: 10px;
		height: 10px;
	}
	.home .cont03 .about_box .cont h3 span{
		text-combine-upright: all;
		display: inline-block;
		transform: translate(-0.2em , -0.05em);
	}
	.home .cont03 .about_box .special_cont{
		width: 1200px;
		background: url("img/home_bg01.png");
		padding: 55px 0 53px 70px;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 70px auto 0;
		position: relative;
	}
	.home .cont03 .about_box .special_cont h4{
		background: url("img/home_text03.svg")left top no-repeat;
		background-size: 180px;
		padding: 32px 0 0;
		font-size: 30px;
		line-height: 1.33;
	}
	.home .cont03 .about_box .special_cont .text03{
		width: 400px;
		margin-top: 20px;
	}
	.home .cont03 .about_box .special_cont .button a{
		display: block;
		width: 280px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 28px;
		position: relative;
	}
	.home .cont03 .about_box .special_cont .button a::after{
		position: absolute;
		bottom: 10px;
		right: 10px;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.home .cont03 .about_box .special_cont .button a:hover::after{
		right: 0;
		transition: .4s all;
	}
	.home .cont03 .about_box .special_cont figure:nth-of-type(1){
		position: absolute;
		top: -30px;
		right: 365px;
	}
	.home .cont03 .about_box .special_cont figure:nth-of-type(2){
		position: absolute;
		bottom: -30px;
		right: 30px;
	}
	.home .cont03 a.reserved_box{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 0 20px;
		width: 1200px;
		height: 140px;
		background: #bbdcf8 url("img/home_img15.png")left center no-repeat;
		border-radius: 10px;
		padding: 0 40px;
		box-sizing: border-box;
		margin: 130px auto 0;
	}
	.home .cont03 a.reserved_box:hover{
		opacity: 1;
	}
	.home .cont03 a.reserved_box .text_box .text04{
		background: url("img/home_icon01.svg")left center no-repeat;
		background-size: 24px;
		padding-left: 35px;
		color: #08287e;
		font-size: 32px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1;
	}
	.home .cont03 a.reserved_box .text_box .text05{
		font-size: 18px;
		line-height: 1;
		margin-top: 18px;
	}
	.home .cont03 a.reserved_box .button{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		transition: all .4s;
	}
	.home .cont03 a.reserved_box:hover .button{
		background: #fff url("img/common_arrow01.svg")right 11px center no-repeat;
		background-size: 20px;
		color: #08287e;
		transition: all .4s;
	}


	/* cont04 */
	.home .cont04{
		background: #f5e4e3;
		margin-top: -1px;
		z-index: 10;
		position: relative;
	}
	.home .cont04::before{
		position: absolute;
		bottom: -200px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg02.svg")no-repeat;
		background-size: 2260px;
		width: 2260px;
		height: 817px;
	}
	@media screen and (min-width: 1801px) {
		.home .cont04::before{
			background: url("img/home_bg02.svg")no-repeat;
			background-size: 100% 100%;
			width: 125.6vw;
			height: 45.4vw;
			z-index: -1;
		}
	}
	.home .cont04::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_slideimg01.png")center center repeat-x;
		width: 100%;
		height: 400px;
		animation: bottomslideMove 40s linear infinite;
		z-index: 12;
	}
	@keyframes bottomslideMove{
		0% {background-position: 2050px 0;}
		50% {background-position: 1025px 0;}
		100% {background-position: 0 0;}
	}
	.home .cont04 .inner{
		padding: 146px 0 520px;
		text-align: center;
		position: relative;
	}
	.home .cont04 .inner h2{
		background: url("img/home_text04.svg")center top no-repeat;
		background-size: 82px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
	}
	.home .cont04 .inner .symptom-acute{
		display: flex;
		align-items: center;
		gap: 0 55px;
		background: #fff url("img/home_illust04.svg")left 48px center no-repeat;
		background-size: 101px;
		border-radius: 10px;
		padding: 40px 40px 40px 190px;
		box-sizing: border-box;
		margin: 60px auto 0;
		position: relative;
	}
	.home .cont04 .inner .symptom-acute h3{
		font-size: 24px;
		font-weight: 600;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1;
		text-align: left;
		white-space: nowrap;
	}
	.home .cont04 .inner .symptom-acute ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.home .cont04 .inner .symptom-acute ul li{
		display: block;
		height: 35px;
		padding: 0 30px;
		background: #fff;
		border: 1px solid #f07b98;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 33px;
	}
	/* 将来的リンク用
	.home .cont04 .inner .symptom-acute ul li a:hover{
		background: #f5e4e3;
	}
	*/
	.home .cont04 .inner .symptom-chronic{
		display: flex;
		align-items: center;
		gap: 0 55px;
		background: #fff url("img/home_illust05.svg")left 62px center no-repeat;
		background-size: 89px;
		border-radius: 10px;
		padding: 40px 40px 40px 190px;
		box-sizing: border-box;
		margin: 30px auto 0;
	}
	.home .cont04 .inner .symptom-chronic h3{
		font-size: 24px;
		font-weight: 600;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1;
		text-align: left;
		white-space: nowrap;
	}
	.home .cont04 .inner .symptom-chronic ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.home .cont04 .inner .symptom-chronic ul li{
		display: block;
		height: 35px;
		padding: 0 30px;
		background: #fff;
		border: 1px solid #f07b98;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 33px;
	}
	/* 将来的リンク用
	.home .cont04 .inner .symptom-chronic ul li a:hover{
		background: #f5e4e3;
	}
	*/
	.home .cont04 .inner .bottom_box{
		padding: 120px 0 0;
		position: relative;
	}
	.home .cont04 .inner .bottom_box h4{
		display: inline-block;
		font-size: 28px;
		line-height: 1;
		z-index: 10;
		position: relative;
	}
	.home .cont04 .inner .bottom_box h4::before{
		position: absolute;
		top: -48px;
		left: -67px;
		content: "";
		background: url("img/home_illust06.svg")no-repeat;
		background-size: 153px;
		width: 153px;
		height: 83px;
		z-index: -1;
	}
	.home .cont04 .inner .bottom_box .text01{
		line-height: 2.625;
		margin-top: 46px;
	}
	.home .cont04 .inner .bottom_box .button a{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		margin: 46px auto 0;
		transition: all .4s;
	}
	.home .cont04 .inner .bottom_box .button a:hover{
		background: #fff url("img/common_arrow01.svg")right 11px center no-repeat;
		background-size: 20px;
		color: #08287e;
		transition: all .4s;
	}

	.home .cont04 .inner .bottom_box figure:nth-of-type(1){
		position: absolute;
		top: 120px;
		left: -150px;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(2){
		position: absolute;
		top: 420px;
		left: 140px;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(3){
		position: absolute;
		top: 120px;
		right: -150px;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(4){
		position: absolute;
		top: 365px;
		right: 60px;
	}
	@media screen and (max-width: 1600px) {
		.home .cont04 .inner .bottom_box figure:nth-of-type(1){
			position: absolute;
			top: 200px;
			left: -50px;
			width: 250px;
		}
		.home .cont04 .inner .bottom_box figure:nth-of-type(2){
			position: absolute;
			top: 450px;
			left: 140px;
			width: 100px;
		}
		.home .cont04 .inner .bottom_box figure:nth-of-type(3){
			position: absolute;
			top: 160px;
			right: -50px;
			width: 180px;
		}
		.home .cont04 .inner .bottom_box figure:nth-of-type(4){
			position: absolute;
			top: 365px;
			right: 80px;
			width: 130px;
		}
	}
	@media screen and (max-width: 1600px) {
		.home .cont04 .inner .bottom_box figure:nth-of-type(1){
			left: 50px;
		}
		.home .cont04 .inner .bottom_box figure:nth-of-type(2){
			left: 240px;
		}
		.home .cont04 .inner .bottom_box figure:nth-of-type(3){
			right: 50px;
		}
		.home .cont04 .inner .bottom_box figure:nth-of-type(4){
			right: 180px;
		}
	}


	/* cont05 */
	.home .cont05{
		background: url("img/home_bg01.png");
		position: relative;
	}
	.home .cont05::after{
		position: absolute;
		bottom: -150px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png");
		width: 3060px;
		height: 1000px;
		border-radius: 50%;
	}
	.home .cont05 .inner{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 290px 0 0;
		z-index: 10;
		position: relative;
	}
	@media screen and (max-width: 1300px) {
		.home .cont05 .inner{
			justify-content: center;
			gap: 0 40px;
		}
	}

	.home .cont05 .inner h2{
		width: 100%;
		background: url("img/home_text05.svg")center top no-repeat;
		background-size: 157px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}

	.home .cont05 .inner .treatment_list{
		display: flex;
		flex-wrap: wrap;
		gap: 40px 40px;
		width: 540px;
		margin-top: 60px;
	}
	@media screen and (max-width: 1300px) {
		.home .cont05 .inner .treatment_list{
			display: flex;
			flex-wrap: wrap;
			gap: 20px 20px;
			width: 520px;
			margin-top: 60px;
		}
	}

	.home .cont05 .inner .treatment_list li a{
		display: block;
		width: 250px;
		background: url("img/home_img20.png")center top no-repeat;
		background-size: 100%;
		border-radius: 5px;
		padding: 140px 0 0;
		overflow: hidden;
		position: relative;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(2) a{
		background: url("img/home_img21.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(3) a{
		background: url("img/home_img22.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(4) a{
		background: url("img/home_img23.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(5) a{
		background: url("img/home_img24.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(6) a{
		background: url("img/home_img25.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li a:hover{
		background-size: 110%;
		opacity: 1;
	}
	.home .cont05 .inner .treatment_list li a:hover::after{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		border: 2px solid #f07b98;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.home .cont05 .inner .treatment_list li a span{
		display: block;
		height: 50px;
		background: #fff url("img/common_arrow03.svg")right 20px center no-repeat;
		background-size: 20px;
		padding: 0 20px;
		border-radius: 0 0 5px 5px;
		font-size: 18px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 50px;
	}

	.home .cont05 .inner .type_box{
		width: 600px;
		margin-top: 60px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2){
		margin-top: 40px;
	}
	.home .cont05 .inner .type_box .cont h3{
		width: 100%;
		overflow: hidden;
		color: #08287e;
		font-size: 20px;
		line-height: 1;
	}
	.home .cont05 .inner .type_box .cont h3 span{
		display: inline-block;
		position: relative;
	}
	.home .cont05 .inner .type_box .cont h3 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		transform: translateY(-50%);
		content: "";
		background: #08287e;
		width: 600px;
		height: 1px;
	}
	.home .cont05 .inner .type_box .cont > ul{
		display: flex;
		flex-flow: column wrap;
		gap: 0 30px;
		height: 330px;
		margin-top: 20px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul{
		height: 340px;
	}

	.home .cont05 .inner .type_box .cont > ul > li{
		line-height: 2.25;
	}
	.home .cont05 .inner .type_box .cont > ul > li::before{
		content: "・";
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list{
		margin: 0 0 0 18px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li{
		font-size: 16px;
		line-height: 1.785;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li::before{
		content: "-";
		padding-right: 8px;
	}
	/*　リンクをつけた際のcss
	.home .cont05 .inner .type_box .cont > ul > li::before{
		content: "・";
	}
	.home .cont05 .inner .type_box .cont > ul > li a{
		line-height: 2.25;
	}
	.home .cont05 .inner .type_box .cont > ul > li a:hover{
		text-decoration: underline;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list{
		margin: 0 0 0 18px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li::before{
		content: "-";
		padding-right: 8px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li a{
		font-size: 14px;
		line-height: 1.785;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li a:hover{
		text-decoration: underline;
	}
	*/


	/* cont06 */
	.home .cont06{
		position: relative;
	}
	.home .cont06 .inner{
		padding: 270px 0 120px;
		position: relative;
	}
	.home .cont06 .inner .h_box{
		background: #f7efeb;
		border-radius: 10px;
		padding: 780px 0 66px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont06 .inner .h_box::before{
		position: absolute;
		top: 63px;
		right: 109px;
		content: "";
		background: url("img/home_illust07.svg")no-repeat;
		background-size: 276px;
		width: 276px;
		height: 147px;
		z-index: 12;
	}
	.home .cont06 .inner .h_box h2{
		position: absolute;
		top: 100px;
		left: 240px;
		display: inline-block;
		background: #f7efeb;
		border-radius: 5px;
		padding: 0 0 14px;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		line-height: 50px;
		letter-spacing: 1px;
		z-index: 11;
	}
	.home .cont06 .inner .h_box h2::before{
		position: absolute;
		top: 0;
		right: -20px;
		content: "";
		background: url("img/home_text06.svg")no-repeat;
		background-size: 11px;
		width: 11px;
		height: 80px;
	}
	.home .cont06 .inner .h_box .text01{
		position: absolute;
		top: 100px;
		left: 120px;
		display: inline-block;
		background: #f7efeb;
		border-radius: 5px;
		padding: 0 13px 20px;
		font-size: 24px;
		font-family: "Zen Maru Gothic", sans-serif;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		line-height: 1.54;
		letter-spacing: 1px;
		z-index: 11;
	}
	.home .cont06 .inner .h_box .text02{
		line-height: 2.375;
		text-align: center;
	}
	.home .cont06 .inner .h_box .button a{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		margin: 38px auto 0;
		transition: all .4s;
	}
	.home .cont06 .inner .h_box .button a:hover{
		background: #fff url("img/common_arrow01.svg")right 11px center no-repeat;
		background-size: 20px;
		color: #08287e;
		transition: all .4s;
	}
	.home .cont06 .inner .h_box picture{
		position: absolute;
		top: 190px;
		left: -100px;
		right: -100px;
	}
	.home .cont06 .inner .h_box picture img{
		border-radius: 10px;
	}
	.home .cont06 .inner .box01{
		padding: 117px 0 0;
	}
	.home .cont06 .inner .box01 h3{
		background: url("img/home_illust08.svg")left top no-repeat;
		background-size: 28px;
		padding: 3px 0 0 37px;
		font-size: 26px;
		line-height: 1;
	}
	@media screen and (max-width: 1300px) {
		.home .cont06 .inner .box01 h3{
			margin-left: 50px;
		}
	}

	.home .cont06 .inner .box01 .cont{
		padding: 0 600px 0 0;
		box-sizing: border-box;
		margin-top: 40px;
		position: relative;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2){
		padding: 87px 0 0 600px;
		margin-top: 72px;
	}
	@media screen and (max-width: 1300px) {
		.home .cont06 .inner .box01 .cont{
			width: 1100px;
			margin: 40px auto 0;
		}
		.home .cont06 .inner .box01 .cont .text03 .pc{
			display: none;
		}
	}

	.home .cont06 .inner .box01 .cont .text03{
		margin-top: 20px;
	}
	.home .cont06 .inner .box01 .cont .text03:first-of-type{
		margin-top: 0;
	}

	.home .cont06 .inner .box01 .cont:nth-of-type(1) figure:nth-of-type(1){
		position: absolute;
		bottom: 8px;
		right: 290px;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(1) figure:nth-of-type(1)::before{
		position: absolute;
		bottom: 295px;
		right: 22px;
		content: "";
		background: url("img/home_illust09.svg")no-repeat;
		background-size: 148px;
		width: 148px;
		height: 157px;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(1) figure:nth-of-type(2){
		position: absolute;
		bottom: 8px;
		right: -150px;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: -150px;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(1)::before{
		position: absolute;
		bottom: 0;
		left: 266px;
		content: "";
		background: url("img/home_illust10.svg")no-repeat;
		background-size: 199px;
		width: 199px;
		height: 125px;
		z-index: 11;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(2){
		position: absolute;
		top: 0;
		left: 150px;
		z-index: -1;
	}
	@media screen and (max-width: 1600px) {
		.home .cont06 .inner .box01 .cont:nth-of-type(1) figure:nth-of-type(2){
			position: absolute;
			bottom: 8px;
			right: -50px;
			width: 330px;
		}
		.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(1){
			position: absolute;
			top: 0;
			left: -50px;
			width: 240px;
		}
		.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(2){
			position: absolute;
			top: 0;
			left: 200px;
			width: 340px;
		}
	}

	.home .cont06 .inner .box02{
		margin-top: 122px;
	}
	@media screen and (max-width: 1300px) {
		.home .cont06 .inner .box02{
			width: 1100px;
			margin: 122px auto 0;
		}
	}
	.home .cont06 .inner .box02 h4{
		background: url("img/home_illust08.svg")left top no-repeat;
		background-size: 28px;
		padding: 3px 0 0 37px;
		overflow: hidden;
		font-size: 26px;
		line-height: 1;
	}
	.home .cont06 .inner .box02 h4 span{
		display: inline-block;
		position: relative;
	}
	.home .cont06 .inner .box02 h4 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		transform: translateY(-50%);
		content: "";
		background: url("img/home_line01.svg")repeat-x;
		background-size: 1200px;
		width: 1200px;
		height: 4px;
	}
	.home .cont06 .inner .box02 .flex_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 30px
	}
	.home .cont06 .inner .box02 .flex_box .text04{
		width: 600px;
		margin-top: 20px;
	}
	.home .cont06 .inner .box02 .flex_box .text04:first-of-type{
		margin-top: 0;
	}
	@media screen and (max-width: 1300px) {
		.home .cont06 .inner .box02 .flex_box .text04{
			width: 500px;
		}
	}
	.home .cont06 .inner .box02 .flex_box .img_box{
		display: flex;
		justify-content: flex-end;
		gap: 0 10px;
		padding: 8px 0 0;
	}
	.home .cont06 .inner .partnership_box{
		display: flex;
		justify-content: center;
		background: #f7efeb;
		border-radius: 10px;
		padding: 42px 0 28px;
		margin: 120px auto 0;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.home .cont06 .inner .partnership_box{
			width: 1100px;
		}
	}
	.home .cont06 .inner .partnership_box h5{
		position: absolute;
		top: -9px;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 1px;
	}
	.home .cont06 .inner .partnership_box h5::before{
		position: absolute;
		top: 50%;
		left: -440px;
		transform: translateY(-50%);
		content: "";
		background: #edabab;
		width: 400px;
		height: 3px;
		border-radius: 1.5px;
	}
	.home .cont06 .inner .partnership_box h5::after{
		position: absolute;
		top: 50%;
		right: -440px;
		transform: translateY(-50%);
		content: "";
		background: #edabab;
		width: 400px;
		height: 3px;
		border-radius: 1.5px;
	}
	.home .cont06 .inner .partnership_box ul{
		display: flex;
		flex-flow: column wrap;
		gap: 0 55px;
		width: 1050px;
		height: 180px;
	}
	.home .cont06 .inner .partnership_box ul li{
		font-size: 18px;
		line-height: 2;
	}
	.home .cont06 .inner .partnership_box ul li::before{
		content: "・";
	}
	.home .cont06 .inner .partnership_box .text05{
		position: absolute;
		bottom: 30px;
		left: 530px;
	}
	@media screen and (max-width: 1300px){
		.home .cont06 .inner .partnership_box ul{
			display: flex;
			flex-flow: column wrap;
			gap: 0 35px;
			width: 1030px;
			height: 180px;
		}
		.home .cont06 .inner .partnership_box .text05{
			position: absolute;
			left: 470px;
		}
	}



/* common
------------------------------------------------------------------------*/

	/* header */
	.common header .header_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 95px;
		background: #fff;
	}
	.common header .header_box h1{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 330px;
		height: 95px;
		background: #fff;
		border-radius: 0 0 25px 0;
		padding: 30px 0 0 30px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1360px) {
		.common header .header_box{
			top: 20px;
			left: 50%;
			transform: translateX(-50%);
			width: 1200px;
			height: 50px;
			background: #fff;
			border-radius: 25px;
		}
		.common header .header_box h1{
			position: absolute;
			top: 50%;
			left: 66px;
			transform: translateY(-50%);
			display: block;
			width: 161px;
			height: 26px;
			background: none;
			border-radius: 0;
			padding: 0;
			box-sizing: border-box;
		}
	}
	@media screen and (max-width: 1240px) {
		.common header .header_box{
			width: 1200px;
			left: 0;
			transform: none;
			margin: 0 20px;
		}
	}

	/* header_box active */
	.common header .header_box.active{
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 1200px;
		height: 50px;
		background: #fff;
		border-radius: 25px;
		margin: 0;
	}
	.common header .header_box.active h1{
		position: absolute;
		top: 50%;
		left: 66px;
		transform: translateY(-50%);
		display: block;
		width: 161px;
		height: 26px;
		background: none;
		border-radius: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.common header .header_box.active h1 a{
		display: block;
		width: 161px;
		height: 26px;
	}
	.common header .header_box.active h1 a img{
		width: 161px;
		height: 26px;
		vertical-align: baseline;
	}

	/* nav */
	.common header .nav_wrap{
		position: absolute;
		top: 20px;
		right: 20px;
		display: flex;
		align-items: center;
		height: 50px;
		background: #fff;
		border-radius: 25px;
		padding: 0;
	}
	@media screen and (max-width: 1360px){
		.common header .nav_wrap{
			top: 50%;
		}
	}

	/* key */
	.common .key{
		height: 430px;
		width: calc(100vw - 40px);
		padding: 310px 0 0;
		border-radius: 10px;
		box-sizing: border-box;
		margin: 95px auto 0;
		z-index: 13;
		position: relative;
	}
	.common .key .inner{
		width: 100%;
	}
	@media screen and (max-width: 1240px){
		.common .key{
			width: calc(100% - 40px);
		}
		.common .key .inner{
			width: 1200px;
		}
	}
	.common .key .inner .text01{
		display: inline-block;
		height: 120px;
		background: #fff;
		padding: 38px 100px 0 80px;
		border-radius: 0 10px 0 0;
		box-sizing: border-box;
		font-size: 44px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1;
	}


	/* pankuzu */
	.pankuzu {
		margin-top: -1.3em;
		line-height: 1.3;
		z-index: 15;
		position: relative;
	}
	.pankuzu .inner{
		width: 100%;
		padding-left: 100px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1240px){
		.pankuzu .inner{
			width: 1200px;
			padding-left: 85px;
		}	
	}
	.pankuzu ul li {
		display: inline-block;
		margin-right: 10px;
		color: var(--main-color);
		font-size: 14px;
		font-weight: bold;
	}
	.pankuzu ul li a {
		color: #333;
	}
	.pankuzu ul li:not(:last-of-type)::after {
		content: "-";
		margin-left: 10px;
		flex-shrink: 0;
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
	}


/* 一覧ページのページャー */
.archive-pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin:120px auto;
}
.archive-pager .page-numbers{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
}
.archive-pager .page-numbers.current {
	border: 1px solid var(--main-color);
	color:var(--main-color);
	background: #fff;
}
.archive-pager .page-numbers.prev,
.archive-pager .page-numbers.next{
	background: var(--main-dark-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 3px;
}
.archive-pager .page-numbers.next {
	padding-left: 3px;
}



.single-pager{
	display: flex;
	justify-content: space-between;
	margin: 120px auto;
}
.single-pager .prev-pager-box,
.single-pager .next-pager-box{
	width: calc(50% - 30px);
}
.single-pager .prev-pager-box {
	margin-left: 20px;
}
.single-pager .next-pager-box {
	margin-right: 20px;
}
.single-pager a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	position: relative;
}
.single-pager .prev-pager-box a {
	flex-direction: row-reverse;
}
.single-pager .prev-pager-box a::before,
.single-pager .next-pager-box a::before {
	content: "";
	width: 35px;
	height: 35px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::before{
	left: -20px;
}
.single-pager .next-pager-box a::before {
	right: -20px;
}
.single-pager .prev-pager-box a::after,
.single-pager .next-pager-box a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::after{
	border-right: 8px solid #fff;
	left: -7px;
}
.single-pager .next-pager-box a::after {
	border-left: 8px solid #fff;
	right: -7px;
}
.single-pager .prev-pager-box a .text-box {
	padding-left: 20px;
}
.single-pager .next-pager-box a .text-box {
	padding-right: 20px;
}
.single-pager a h2 {
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single-pager a .img {
	flex-shrink: 0;
}
.single-pager a .img img {
	width: 150px !important;
	border-radius: 5px !important;
}



/* ここから各下層ページ
------------------------------------------------------------------------*/

	/* key */
	
	/* first */
	.first .key{
		background: url("img/first_key_bg01.png")center center /cover no-repeat;
	}
	
	/* medical */
	.medical .key{
		background: url("img/medical_key_bg01.png")center center /cover no-repeat;
	}
	
	/* facility */
	.facility .key{
		background: url("img/facility_key_bg01.png")center center /cover no-repeat;
	}
	
	/* access */
	.access .key{
		background: url("img/access_key_bg01.png")center center /cover no-repeat;
	}

	/* blog */
	.blog .key{
		background: url("img/blog_key_bg01.png")center center /cover no-repeat;
	}

	/* 404 */
	.yonmaruyon .key{
		background: url("img/first_key_bg01.png")center center /cover no-repeat;
	}



/* first
------------------------------------------------------------------------*/

	/* heading_box */
	.first .heading_box{
		padding: 195px 0 45px;
		z-index: 12;
		position: relative;
	}
	.first .heading_box::before{
		position: absolute;
		top: 127px;
		left: 50%;
		transform: translateX(-544px);
		content: "";
		background: url("img/first_illust01.svg")no-repeat;
		width: 194px;
		height: 184px;
		z-index: 11;
	}
	.first .heading_box::after{
		position: absolute;
		top: -187px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/first_bg01.svg")no-repeat;
		background-size: 2262px;
		width: 2262px;
		height: 818px;
	}
	@media screen and (min-width: 1801px) {
		.first .heading_box::after{
			background: url("img/home_bg01.svg")no-repeat;
			background-size: 100% 100%;
			width: 125.6vw;
			height: 45.4vw;
		}
	}
	.first .heading_box .text01{
		font-size: 22px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 2.36;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.first .heading_box .text01 span{
		color: #08287e;
		font-weight: 700;
	}
	.first .heading_box .text01 span::before{
		content: "【";
		padding-right: 6px;
	}
	.first .heading_box .text01 span::after{
		content: "】";
		padding-left: 6px;
	}
	.first .heading_box .text01::before{
		position: absolute;
		top: 350px;
		left: 50%;
		transform: translateX(344px);
		content: "";
		background: url("img/first_illust02.svg")no-repeat;
		width: 214px;
		height: 227px;
		z-index: 13;
	}


	/* cont01 */
	.first .cont01{
		background: #f5e4e3;
		z-index: 11;
		position: relative;
	}
	.first .cont01::after{
		position: absolute;
		bottom: -150px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 125vw;
		height: 560px;
		border-radius: 50%;
	}
	@media screen and (max-width: 1240px) {
		.first .cont01::after{
			width: 1400px;
		}
	}
	.first .cont01 .inner{
		padding: 310px 0 0;
		z-index: 12;
		position: relative;
	}
	.first .cont01 .inner h2{
		background: url("img/first_text01.svg")center top no-repeat;
		background-size: 159px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.first .cont01 .inner .flow_box{
		display: flex;
		flex-direction: column;
		gap: 60px 0;
		margin-top: 60px;
	}
	.first .cont01 .inner .flow_box .cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 35px 0;
		background: #fff;
		border: 3px solid #edabaa;
		border-radius: 10px;
		padding: 35px 40px 30px 35px;
		box-sizing: border-box;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont:first-of-type::after{
		position: absolute;
		top: calc(100% + 1px);
		left: 221px;
		content: "";
		width: 8px;
		height: 1800px;
		background-image: radial-gradient(circle, #edabaa 4px, transparent 4px);
		background-size: 8px 16px; 
		background-repeat: repeat-y;
		background-position: center top;
	}
	.first .cont01 .inner .flow_box .cont .text_box01{
		width: 705px;
		order: 2;
	}
	@media screen and (max-width: 1300px){
		.first .cont01 .inner .flow_box{
			width: 1100px;
			margin: 60px auto 0;
		}
		.first .cont01 .inner .flow_box .cont .text_box01{
			width: 605px;
		}
	}
	.first .cont01 .inner .flow_box .cont .text_box01 h3{
		background: url("img/first_text02.svg")left center no-repeat;
		background-size: 22px;
		padding-left: 88px;
		font-size: 24px;
		line-height: 1.1;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 h3::before{
		position: absolute;
		top: 50%;
		left: 54px;
		transform: translateY(-50%);
		content: "";
		background: #edabaa;
		width: 2px;
		height: 17px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(2) .text_box01 h3{
		background: url("img/first_text03.svg")left center no-repeat;
		background-size: 24px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(3) .text_box01 h3{
		background: url("img/first_text04.svg")left center no-repeat;
		background-size: 25px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(4) .text_box01 h3{
		background: url("img/first_text05.svg")left center no-repeat;
		background-size: 26px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(5) .text_box01 h3{
		background: url("img/first_text06.svg")left center no-repeat;
		background-size: 24px;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .text01{
		margin-top: 20px;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .text01 li{
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.89;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .text01 li::before{
		content: "・";
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .button a{
		display: block;
		width: 240px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 22px;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .button a::after{
		position: absolute;
		bottom: 10px;
		right: 10px;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .button a:hover::after{
		right: 0;
		transition: .4s all;
	}
	.first .cont01 .inner .flow_box .cont .text_box02{
		display: flex;
		justify-content: space-between;
		width: 100%;
		order: 3;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box{
		width: 550px;
		background: url("img/first_bg01.png");
		border-radius: 5px;
		padding: 30px 30px 22px 34px;
		box-sizing: border-box;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(4) .text_box02 .in_box{
		width: 100%;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box h4{
		position: absolute;
		top: -12px;
		left: 34px;
		background: url("img/first_illust03.svg")left center no-repeat;
		background-size: 24px;
		padding-left: 40px;
		font-size: 20px;
		line-height: 29px;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box:nth-of-type(2) h4{
		background: url("img/first_illust04.svg")left center no-repeat;
		background-size: 24px;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box ul{
		display: flex;
		flex-flow: column wrap;
		height: 140px;
	}
	@media screen and (max-width: 1300px){
		.first .cont01 .inner .flow_box .cont:nth-of-type(3) .text_box02 .in_box{
			width: 500px;
			padding: 30px 20px 22px;
		}
		.first .cont01 .inner .flow_box .cont .text_box02 .in_box:nth-of-type(1) ul{
			display: flex;
			flex-flow: column wrap;
			height: 175px;
		}
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box ul li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box ul li::before{
		content: "・";
	}
	.first .cont01 .inner .flow_box .cont .text03{
		margin-top: 8px;
	}
	.first .cont01 .inner .flow_box .cont .text03 li{
		text-indent: -1em;
		padding-left: 1em;
		font-size: 16px;
		line-height: 1.875;
	}
	.first .cont01 .inner .flow_box .cont .text03 li::before{
		content: "※";
	}
	.first .cont01 .inner .flow_box .cont figure{
		order: 1;
	}


	/* cont02 */
	.first .cont02{
		background: url("img/first_bg01.png");
		padding: 826px 0 0;
		z-index: 10;
		position: relative;
	}
	.first .cont02::before{
		position: absolute;
		top: 276px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/first_slideimg01.png")center center repeat-x;
		width: 100%;
		height: 400px;
		animation: bottomslideMove 40s linear infinite;
		z-index: 12;
	}
	.first .cont02::after{
		position: absolute;
		bottom: -200px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/first_bg01.png");
		width: 125vw;
		height: 390px;
		mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2259.9 390.2' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M2259.9,0c-.6,129.7-203.3,248.1-449.7,246.9-42.7-.2-83.9-3.6-122.9-9.7-136.6-21.4-284.4-2.7-390.2,47.6-137.3,65.3-319.2,105.2-518.8,105.4C354,390.8,5.9,223.3,0,0h2259.9z'/%3E%3C/svg%3E");
		mask-size: 100% 100%;
		mask-repeat: no-repeat;
		mask-position: top;
		-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2259.9 390.2' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M2259.9,0c-.6,129.7-203.3,248.1-449.7,246.9-42.7-.2-83.9-3.6-122.9-9.7-136.6-21.4-284.4-2.7-390.2,47.6-137.3,65.3-319.2,105.2-518.8,105.4C354,390.8,5.9,223.3,0,0h2259.9z'/%3E%3C/svg%3E");
		-webkit-mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: top;
	}
	@media screen and (max-width: 1240px) {
		.first .cont02::after{
			width: 1450px;
		}
	}
	.first .cont02 .inner{
		margin-top: -100px;
		padding-top: 100px;
		z-index: 12;
		position: relative;
	}
	.first .cont02 .inner h2{
		background: url("img/first_text07.svg")center top no-repeat;
		background-size: 165px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.first .cont02 .inner .reserved_box{
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.first .cont02 .inner .reserved_box .cont{
		width: 580px;
		background: linear-gradient(#edabab ,#edabab 70px ,#fff 70px);
		border-radius: 10px;
		padding: 0 24px 122px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2){
		background: linear-gradient(#bbdcf8 ,#bbdcf8 70px ,#fff 70px);
	}
	@media screen and (max-width: 1300px){
		.first .cont02 .inner .reserved_box{
			justify-content: center;
			gap: 0 20px;
		}
		.first .cont02 .inner .reserved_box .cont{
			width: 560px;
		}
	}
	.first .cont02 .inner .reserved_box .cont h3{
		font-size: 24px;
		line-height: 70px;
		text-align: center;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(1) h3 span{
		display: inline-block;
		background: url("img/first_icon01.svg")left center no-repeat;
		background-size: 34px;
		padding-left: 48px;
		color: #fff;
		line-height: 70px;
		text-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) h3 span{
		display: inline-block;
		background: url("img/first_icon02.svg")left center no-repeat , url("img/first_icon03.svg")right center no-repeat;
		background-size: 34px , 24px;
		padding: 0 40px 0 50px;
		line-height: 70px;
	}
	.first .cont02 .inner .reserved_box .cont .in_box{
		margin-top: 25px;
	}
	.first .cont02 .inner .reserved_box .cont .in_box h4{
		background: url("img/first_icon04.svg")left top no-repeat;
		background-size: 16px;
		padding: 0 0 15px 31px;
		border-bottom: 1px solid #edabaa;
		font-size: 20px;
		line-height: 25px;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) .in_box h4{
		background: url("img/first_icon05.svg")left top no-repeat;
		background-size: 16px;
		border-bottom: 1px solid #4d85b4;
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul{
		display: flex;
		flex-direction: column;
		gap: 18px 0;
		margin-top: 15px;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(1) .in_box:nth-of-type(1) ul{
		gap: 0;
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul li{
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.78;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(1) .in_box:nth-of-type(1) ul li{
		line-height: 1.89;
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul li::before{
		content: "・";
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul li a{
		display: inline-block;
		background: url("img/first_icon06.svg")right center no-repeat;
		background-size: 15px;
		padding-right: 20px;
		border-bottom: 1px solid #4e86b5;
		color: #4e86b5;
		line-height: 1.5;
		text-indent: 0;
		margin: 0 4px;
	}
	.first .cont02 .inner .reserved_box .cont .in_box .text01::before{
		content: "※";
	}
	.first .cont02 .inner .reserved_box .cont .button a{
		position: absolute;
		bottom: 42px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 500px;
		height: 50px;
		background: #f07b98 url("img/first_arrow01.svg")right 15px center no-repeat;
		background-size: 20px;
		border: 1px solid #f07b98;
		border-radius: 25px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 48px;
		text-align: center;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) .button a{
		background: #036eb8 url("img/first_arrow02.svg")right 15px center no-repeat;
		background-size: 20px;
		border: 1px solid #036eb8;
	}
	.first .cont02 .inner .reserved_box .cont .button a:hover{
		background: #fff url("img/first_arrow01_ho.svg")right 15px center no-repeat;
		background-size: 20px;
		color: #f07b98;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) .button a:hover{
		background: #fff url("img/first_arrow02_ho.svg")right 15px center no-repeat;
		background-size: 20px;
		color: #036eb8;
	}


	/* cont03 */
	.first .cont03{
		padding: 318px 0 100px;
		position: relative;
	}
	.first .cont03 h2{
		background: url("img/first_text08.svg")center top no-repeat;
		background-size: 69px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.first .cont03 .doc_box{
		display: grid;
		grid-template-columns: 670px 670px;
		grid-template-rows: auto auto;
		width: 1500px;
		background: #f5e4e3;
		border-radius: 10px;
		padding: 80px;
		box-sizing: border-box;
		margin: 60px auto 0;
		position: relative;
	}
	@media screen and (max-width: 1500px){
		.first .cont03 .doc_box{
			grid-template-columns: 430px 670px;
			width: 1200px;
			padding: 50px;
		}
	}
	.first .cont03 .doc_box:nth-of-type(2){
		background: #e3f2ff;
		padding-bottom: 50px;
		margin: 78px auto 0;
	}
	.first .cont03 .doc_box:nth-of-type(1)::before{
		position: absolute;
		top: -86px;
		right: 150px;
		content: "";
		background: url("img/first_illust05.svg")no-repeat;
		background-size: 81px;
		width: 81px;
		height: 86px;
	}
	.first .cont03 .doc_box .h_box{
		grid-column: 2/3;
		grid-row: 1/2;
		width: 670px;
		order: 2;
	}
	.first .cont03 .doc_box .h_box h3{
		font-size: 22px;
		line-height: 1;
	}
	.first .cont03 .doc_box .h_box h3 .span01{
		display: block;
		color: #08287e;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 14px;
	}
	.first .cont03 .doc_box .h_box h3 .span02{
		font-size: 16px;
	}
	.first .cont03 .doc_box .h_box h3 .span01::before{
		content: "[";
		padding-right: 4px;
	}
	.first .cont03 .doc_box .h_box h3 .span01::after{
		content: "]";
		padding-left: 4px;
	}
	.first .cont03 .doc_box .h_box .text01{
		margin-top: 30px;
	}

	.first .cont03 .doc_box .docinfo_box{
		grid-column: 2/3;
		grid-row: 2/3;
		display: flex;
		flex-flow: column wrap;
		gap: 0 20px;
		height: 390px;
		margin-top: 14px;
		order: 3;
	}
	.first .cont03 .doc_box:nth-of-type(2) .docinfo_box{
		grid-column: 1/3;
		grid-row: 2/3;
		height: 510px;
		gap: 0 50px;
		margin-top: 50px;
	}
	.first .cont03 .doc_box .docinfo_box h4{
		overflow: hidden;
		color: #08287e;
		font-size: 20px;
		margin-top: 16px;
	}
	.first .cont03 .doc_box .docinfo_box h4 span{
		display: inline-block;
		position: relative;
	}
	.first .cont03 .doc_box .docinfo_box h4 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 15px);
		transform: translateY(-50%);
		content: "";
		background: #08287e;
		width: 600px;
		height: 1px;
	}
	.first .cont03 .doc_box .docinfo_box table{
		margin-top: 5px;
	}
	.first .cont03 .doc_box .docinfo_box table th{
		width: 80px;
		text-align: left;
	}
	.first .cont03 .doc_box .docinfo_box ul{
		margin-top: 5px;
	}
	.first .cont03 .doc_box .docinfo_box ul li::before{
		content: "･";
		padding-right: 4px;
	}
	.first .cont03 .doc_box:nth-of-type(2) .docinfo_box .cont:nth-of-type(3) ul{
		display: flex;
		flex-flow: column wrap;
		height: 180px;
	}

	.first .cont03 .doc_box figure{
		grid-column: 1/2;
		grid-row: 1/3;
		order: 1;
		position: relative;
	}
	.first .cont03 .doc_box figure::before{
		position: absolute;
		top: 7px;
		left: 45px;
		content: "";
		background: url("img/first_illust03.svg")no-repeat;
		background-size: 58px;
		width: 58px;
		height: 68px;
		z-index: 11;
	}
	.first .cont03 .doc_box:nth-of-type(2) figure{
		grid-column: 1/2;
		grid-row: 1/2;
		order: 1;
		position: relative;
	}
	.first .cont03 .doc_box:nth-of-type(2) figure::before{
		background: url("img/first_illust04.svg")no-repeat;
		background-size: 58px;
	}
	.first .cont03 .doc_box figure img{
		filter: drop-shadow(20px 20px 20px rgba(0,0,0,0.1));
	}
	@media screen and (max-width: 1500px){
		.first .cont03 .doc_box figure{
			width: 400px;
		}
	}



/* medical
------------------------------------------------------------------------*/

	/* cont01 */
	.medical .cont01{
		position: relative;
	}
	.medical .cont01 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 110px 0;
		margin-top: 140px;
		position: relative;
	}
	.medical .cont01 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont01 .inner .h_box{
		width: 630px;
	}
	.medical .cont01 .inner .h_box h2{
		background: url("img/medical_icon01.svg")left center no-repeat;
		background-size: 77px;
		padding-left: 88px;
		color: #08287e;
		font-size: 36px;
		line-height: 45px;
	}
	.medical .cont01 .inner .h_box .text01{
		margin-top: 15px;
	}
	.medical .cont01 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	@media screen and (max-width: 1500px){
		.medical .cont01 .inner{
			width: 1100px;
			padding: 80px 0;
		}
		.medical .cont01 .inner::after{
			width: 1200px;
		}
		.medical .cont01 .inner .h_box{
			width: 560px;
		}
		.medical .cont01 .inner figure{
			width: 480px;
		}
	}


	/* cont02 */
	.medical .cont02{
		position: relative;
	}
	.medical .cont02 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 110px 0;
		margin-top: 60px;
		position: relative;
	}
	.medical .cont02 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont02 .inner .h_box{
		width: 630px;
	}
	.medical .cont02 .inner .h_box h2{
		background: url("img/medical_icon02.svg")left center no-repeat;
		background-size: 57px;
		padding-left: 74px;
		color: #08287e;
		font-size: 36px;
		line-height: 40px;
	}
	.medical .cont02 .inner .h_box .text01{
		margin-top: 15px;
	}
	.medical .cont02 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	@media screen and (max-width: 1500px){
		.medical .cont02 .inner{
			width: 1100px;
			padding: 80px 0;
		}
		.medical .cont02 .inner::after{
			width: 1200px;
		}
		.medical .cont02 .inner .h_box{
			width: 560px;
		}
		.medical .cont02 .inner figure{
			width: 480px;
		}
	}


	/* cont03 */
	.medical .cont03{
		position: relative;
	}
	.medical .cont03 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 110px 0;
		margin-top: 60px;
		position: relative;
	}
	.medical .cont03 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont03 .inner .h_box{
		width: 620px;
	}
	.medical .cont03 .inner .h_box h2{
		background: url("img/medical_icon03.svg")left center no-repeat;
		background-size: 58px;
		padding-left: 76px;
		color: #08287e;
		font-size: 36px;
		line-height: 59px;
	}
	.medical .cont03 .inner .h_box .text01{
		margin-top: 15px;
	}
	.medical .cont03 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	@media screen and (max-width: 1500px){
		.medical .cont03 .inner{
			width: 1100px;
			padding: 80px 0;
		}
		.medical .cont03 .inner::after{
			width: 1200px;
		}
		.medical .cont03 .inner .h_box{
			width: 560px;
		}
		.medical .cont03 .inner figure{
			width: 480px;
		}
	}


	/* cont04 */
	.medical .cont04{
		position: relative;
	}
	.medical .cont04 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 110px 0;
		margin-top: 60px;
		position: relative;
	}
	.medical .cont04 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont04 .inner .h_box{
		width: 620px;
	}
	.medical .cont04 .inner .h_box h2{
		background: url("img/medical_icon04.svg")left center no-repeat;
		background-size: 48px;
		padding-left: 66px;
		color: #08287e;
		font-size: 36px;
		line-height: 48px;
	}
	.medical .cont04 .inner .h_box .text01{
		margin-top: 15px;
	}
	.medical .cont04 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	.medical .cont04 .inner .h_box .text02{
		margin-top: 16px;
	}
	.medical .cont04 .inner .h_box .text02 a{
		padding-left: 20px;
		text-decoration: underline;
	}
	@media screen and (max-width: 1500px){
		.medical .cont04 .inner{
			width: 1100px;
			padding: 80px 0;
		}
		.medical .cont04 .inner::after{
			width: 1200px;
		}
		.medical .cont04 .inner .h_box{
			width: 560px;
		}
		.medical .cont04 .inner figure{
			width: 480px;
		}
	}


	/* cont05 */
	.medical .cont05{
		position: relative;
	}
	.medical .cont05 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 110px 0;
		margin-top: 60px;
		position: relative;
	}
	.medical .cont05 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont05 .inner .h_box{
		width: 630px;
	}
	.medical .cont05 .inner .h_box h2{
		background: url("img/medical_icon05.svg")left center no-repeat;
		background-size: 35px;
		padding-left: 56px;
		color: #08287e;
		font-size: 36px;
		line-height: 56px;
	}
	.medical .cont05 .inner .h_box .text01{
		margin-top: 15px;
	}
	.medical .cont05 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	@media screen and (max-width: 1500px){
		.medical .cont05 .inner{
			width: 1100px;
			padding: 80px 0;
		}
		.medical .cont05 .inner::after{
			width: 1200px;
		}
		.medical .cont05 .inner .h_box{
			width: 560px;
		}
		.medical .cont05 .inner figure{
			width: 480px;
		}
	}


	/* cont06 */
	.medical .cont06{
		position: relative;
	}
	.medical .cont06 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 110px 0;
		margin-top: 60px;
		position: relative;
	}
	.medical .cont06 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont06 .inner .h_box{
		width: 630px;
	}
	.medical .cont06 .inner .h_box h2{
		background: url("img/medical_icon06.svg")left center no-repeat;
		background-size: 45px;
		padding-left: 61px;
		color: #08287e;
		font-size: 36px;
		line-height: 49px;
	}
	.medical .cont06 .inner .h_box .text01{
		margin-top: 15px;
	}
	.medical .cont06 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	@media screen and (max-width: 1500px){
		.medical .cont06 .inner{
			width: 1100px;
			padding: 80px 0;
		}
		.medical .cont06 .inner::after{
			width: 1200px;
		}
		.medical .cont06 .inner .h_box{
			width: 560px;
		}
		.medical .cont06 .inner figure{
			width: 480px;
		}
	}


	/* cont07 */
	.medical .cont07{
		position: relative;
	}
	.medical .cont07 .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 77px 0;
		margin: 60px auto 0;
		position: relative;
	}
	.medical .cont07 .inner::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 1460px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.medical .cont07 .inner .h_box{
		width: 630px;
	}
	.medical .cont07 .inner .h_box h2{
		background: url("img/medical_icon07.svg")left center no-repeat;
		background-size: 39px;
		padding-left: 56px;
		color: #08287e;
		font-size: 36px;
		line-height: 48px;
	}
	.medical .cont07 .inner .h_box .text01{
		font-feature-settings: "palt" 1;
		letter-spacing: 0.2px;
		margin-top: 15px;
	}
	.medical .cont07 .inner .h_box .text01:first-of-type{
		margin-top: 35px;
	}
	.medical .cont07 .inner .h_box .cont{
		background: #fff;
		padding: 12px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.medical .cont07 .inner .h_box .cont:first-of-type{
		margin-top: 25px;
	}
	.medical .cont07 .inner .h_box .cont h3{
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
	}
	.medical .cont07 .inner .h_box .cont h3::before{
		content: "・";
	}
	.medical .cont07 .inner .h_box .cont .text02{
		margin-left: 1em;
	}
	@media screen and (max-width: 1500px){
		.medical .cont07 .inner{
			width: 1100px;
			padding: 60px 0;
		}
		.medical .cont07 .inner::after{
			width: 1200px;
		}
		.medical .cont07 .inner .h_box{
			width: 580px;
		}
		.medical .cont07 .inner figure{
			width: 480px;
		}
	}


	/* cont08 */
	.medical .cont08{
		padding: 160px 0 120px;
		box-sizing: border-box;
	}
	.medical .cont08 h2{
		background: url("img/medical_text01.svg")center top no-repeat;
		background-size: 77px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.medical .cont08 .inner{
		width: 1210px;
		margin-top: 80px;
		display: flex;
		justify-content: space-between;
	}
	.medical .cont08 .inner .box{
		width: 595px;
		position: relative;
	}
	.medical .cont08 .inner .box h3{
		font-size: 28px;
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.medical .cont08 .inner .box:nth-of-type(1) h3{
		background: url("img/medical_icon08.svg")left 5px center no-repeat;
		background-size: 42px;
		padding-left: 58px;
	}
	.medical .cont08 .inner .box:nth-of-type(2) h3{
		background: url("img/medical_icon09.svg")left 5px center no-repeat;
		background-size: 42px;
		padding-left: 61px;
	}
	.medical .cont08 .inner .box .kaitei{
		font-size: 16px;
		line-height: 1;
		position: absolute;
		top: 18px;
		right: 5px;
	}
	.medical .cont08 .inner .box .kaitei::before{
		content: "※";
	}
	.medical .cont08 .inner .box .scroll_test{
		display: none;
	}
	.medical .cont08 .inner .box table{
		width: 100%;
		border-collapse: separate;
		border-spacing: 5px;
	}
	.medical .cont08 .inner .box table th{
		font-size: 18px;
		line-height: 1;
		color: #fff;
		font-weight: 600;
		text-align: center;
		padding: 16px 0;
		box-sizing: border-box;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table th{
		background: #39c7b9;
	}
	.medical .cont08 .inner .box:nth-of-type(2) table th{
		background: #41a9ec;
	}
	.medical .cont08 .inner .box table th:nth-of-type(1){
		border-radius: 10px 0 0 0;
	}
	.medical .cont08 .inner .box table th:nth-of-type(3){
		border-radius: 0 10px 0 0;
	}
	.medical .cont08 .inner .box table td{
		font-size: 18px;
		line-height: 1.556;
		padding: 15px;
		vertical-align: middle;
		box-sizing: border-box;
		text-align: center;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table td{
		background: #d8f6e4;
	}
	.medical .cont08 .inner .box:nth-of-type(2) table td{
		background: #e3f2ff;
	}
	.medical .cont08 .inner .box table td:nth-of-type(3){
		font-size: 16px;
	}
	.medical .cont08 .inner .box table th:nth-of-type(1),
	.medical .cont08 .inner .box table td:nth-of-type(1){
		width: 255px;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table th:nth-of-type(2),
	.medical .cont08 .inner .box:nth-of-type(1) table td:nth-of-type(2),
	.medical .cont08 .inner .box:nth-of-type(2) table th:nth-of-type(3),
	.medical .cont08 .inner .box:nth-of-type(2) table td:nth-of-type(3){
		width: 110px;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table th:nth-of-type(3),
	.medical .cont08 .inner .box:nth-of-type(1) table td:nth-of-type(3),
	.medical .cont08 .inner .box:nth-of-type(2) table th:nth-of-type(2),
	.medical .cont08 .inner .box:nth-of-type(2) table td:nth-of-type(2){
		width: 211px;
	}
	.medical .cont08 .inner .box .note_box{
		padding: 20px 5px 0;
		font-size: 18px;
		line-height: 1.778;
		box-sizing: border-box;
	}

	

/* facility
------------------------------------------------------------------------*/

	/* cont01 */
	.facility .cont01{
		z-index: 11;
		position: relative;
	}
	.facility .cont01::after{
		position: absolute;
		bottom: -187px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/facility_bg01.svg")no-repeat;
		background-size: 2262px;
		width: 2262px;
		height: 818px;
	}
	@media screen and (min-width: 1801px) {
		.facility .cont01::after{
			background: url("img/facility_bg01.svg")no-repeat;
			background-size: 100% 100%;
			width: 125.6vw;
			height: 45.4vw;
		}
	}
	.facility .cont01 .inner{
		padding: 130px 0 0;
		z-index: 11;
		position: relative;
	}
	.facility .cont01 .inner::before{
		position: absolute;
		bottom: -290px;
		right: 38px;
		content: "";
		background: url("img/facility_illust01.svg")no-repeat;
		background-size: 237px;
		width: 237px;
		height: 176px;
	}
	.facility .cont01 .inner h2{
		background: url("img/facility_text01.svg")center top no-repeat;
		background-size: 128px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.facility .cont01 .inner .facility_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 80px 0;
		margin-top: 80px;
	}
	.facility .cont01 .inner .facility_box .cont{
		width: 370px;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.facility .cont01 .inner .facility_box{
			width: 1100px;
			margin: 80px auto 0;
		}
		.facility .cont01 .inner .facility_box .cont{
			width: 340px;
			position: relative;
		}
	}
	.facility .cont01 .inner .facility_box .cont h3{
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		padding: 0 0 20px 20px;
		border-radius: 0 0 0 10px;
		display: inline-block;
		font-size: 26px;
		line-height: 1;
		letter-spacing: 2px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.facility .cont01 .inner .facility_box .cont h3::before{
		position: absolute;
		top: 0;
		left: -10px;
		content: "";
		background: url("img/facility_corners.svg");
		width: 10px;
		height: 10px;
	}
	.facility .cont01 .inner .facility_box .cont h3::after{
		position: absolute;
		bottom: -10px;
		right: 0;
		content: "";
		background: url("img/facility_corners.svg");
		width: 10px;
		height: 10px;
	}
	.facility .cont01 .inner .facility_box .cont figure img{
		border-radius: 10px;
	}
	.facility .cont01 .inner .facility_box .cont .text01{
		margin-top: 20px;
	}


	/* cont02 */
	.facility .cont02{
		background: #f5e4e3;
		position: relative;
	}
	.facility .cont02::after{
		position: absolute;
		bottom: -182px;
		left: 50%;
		transform: translateX(-64px);
		content: "";
		background: url("img/facility_img23.png")no-repeat;
		width: 1041px;
		height: 730px;
	}
	.facility .cont02 .inner{
		padding: 270px 0 145px;
		z-index: 11;
		position: relative;
	}
	.facility .cont02 .inner h2{
		background: url("img/facility_text02.svg")center top no-repeat;
		background-size: 130px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.facility .cont02 .inner .devices_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 50px 0;
		margin-top: 60px;
	}
	.facility .cont02 .inner .devices_box .cont{
		display: flex;
		flex-direction: column;
		width: 370px;
	}
	@media screen and (max-width: 1300px){
		.facility .cont02 .inner .devices_box{
			width: 1100px;
			margin: 60px auto 0;
		}
		.facility .cont02 .inner .devices_box .cont{
			width: 340px;
		}
	}
	.facility .cont02 .inner .devices_box .cont h3{
		padding-left: 24px;
		font-size: 22px;
		line-height: 1.1;
		margin-top: 30px;
		order: 2;
		position: relative;
	}
	.facility .cont02 .inner .devices_box .cont h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #f07b98;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.facility .cont02 .inner .devices_box .cont .text01{
		margin-top: 14px;
		order: 3;
	}
	.facility .cont02 .inner .devices_box .cont figure{
		order: 1;
	}
	.facility .cont02 .inner .devices_box .cont figure img{
		border-radius: 10px;
	}



/* access
------------------------------------------------------------------------*/

	/* cont01 */
	.access .cont01 .inner{
		padding: 142px 0 100px;
		position: relative;
	}
	.access .cont01 .inner h2{
		font-size: 20px;
		line-height: 1.8;
		text-align: center;
	}
	.access .cont01 .inner .map{
		width: 1035px;
		height: 605px;
		background: url("img/access_bg01.png");
		border-radius: 5px;
		margin: 52px auto 0;
	}
	.access .cont01 .inner .place{
		font-size: 22px;
		text-align: center;
		margin-top: 30px;
	}
	.access .cont01 .inner .button a{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		margin: 20px auto 0;
		transition: all .4s;
	}
	.access .cont01 .inner .button a:hover{
		background: #fff url("img/common_arrow01.svg")right 11px center no-repeat;
		background-size: 20px;
		color: #08287e;
		transition: all .4s;
	}
	.access .cont01 .inner .cont{
		display: flex;
		align-items: center;
		gap: 0 40px;
		background: #f5e4e3;
		border-radius: 10px;
		padding: 20px;
		box-sizing: border-box;
		margin: 110px auto 0;
	}
	.access .cont01 .inner .cont:nth-of-type(2){
		background: #e3f2ff;
		margin: 60px auto 0;
	}
	.access .cont01 .inner .cont .h_box{
		width: 530px;
		order: 2;
	}
	@media screen and (max-width: 1300px){
		.access .cont01 .inner .cont{
			width: 1100px;
		}
		.access .cont01 .inner .cont .h_box{
			width: 500px;
		}
	}
	.access .cont01 .inner .cont .h_box h3{
		background: url("img/access_icon01.svg")left center no-repeat;
		background-size: 31px;
		padding-left: 44px;
		color: #08287e;
		font-size: 26px;
		line-height: 1.1;
	}
	.access .cont01 .inner .cont:nth-of-type(2) .h_box h3{
		background: url("img/access_icon03.svg")left center no-repeat;
		background-size: 73px;
		padding-left: 87px;
	}
	.access .cont01 .inner .cont .h_box .text01{
		width: 510px;
		margin-top: 20px;
	}
	@media screen and (max-width: 1300px){
		.access .cont01 .inner .cont .h_box .text01{
			width: 490px;
		}
	}
	.access .cont01 .inner .cont .h_box .in_box{
		margin-top: 22px;
	}
	.access .cont01 .inner .cont .h_box .in_box h4{
		overflow: hidden;
		color: #08287e;
		font-size: 20px;
		line-height: 1.1;
	}
	.access .cont01 .inner .cont .h_box .in_box h4 span{
		display: inline-block;
		background: url("img/access_icon02.svg")left center no-repeat;
		background-size: 22px;
		padding-left: 32px;
		position: relative;
	}
	.access .cont01 .inner .cont .h_box .in_box h4 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 15px);
		transform: translateY(-50%);
		content: "";
		background: url("img/access_line01.svg")repeat-x;
		background-size: 800px;
		width: 500px;
		height: 5px;
	}
	.access .cont01 .inner .cont .h_box .in_box .text02{
		margin-top: 12px;
	}
	.access .cont01 .inner .cont figure{
		order: 1;
	}
	.access .cont01 .inner .cont figure img{
		border-radius: 10px;
	}
	.access .cont01 .inner iframe{
		display: block;
		width: 1200px;
		height: 600px;
		margin: 100px auto 0;
	}
	@media screen and (max-width: 1300px){
		.access .cont01 .inner iframe{
			width: 1100px;
			height: 570px;
		}
	}



/* blog 共通項目
--------------------------------------------------------------------------*/
.blog .flex {
	display: flex;
	justify-content: flex-start;
	margin: 120px auto;
}
.blog .flex .left_box{
	flex-shrink: 1;
	width: 800px;
	margin-right: 30px;
}
.blog .flex .side {
	width: 370px;
	flex-shrink: 0;
	margin-top: -5px;
}
.blog .flex .side .side_box02,
.blog .flex .side .side_box03 {
	margin: 60px 0;
}
.blog .flex .side .cont a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.blog .flex .side h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
}
.blog .flex .side h2::before {
	content: "";
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 100px;
}
.blog .flex .side .side_box01 h2::before {
	content: "Popular Articles";
}
.blog .flex .side .side_box02 h2::before {
	content: "New Articles";
}
.blog .flex .side .side_box03 h2::before {
	content: "Category";
	left: 110px;
}
.blog .flex .side .cont .text_box {
	margin-left: 15px;
	font-size: 14px;
	width: 205px;
}
.blog .flex .side .cont .text_box h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.blog .flex .side .cont .img {
	width: 150px;
	flex-shrink: 0;
	position: relative;
	border-radius: 5px;
}
.blog .flex .side .cont .img img {
	border-radius: 5px;
}
.blog .flex .side .side_box01 .cont .img::before {
	content: "";
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	line-height: 1;
	box-sizing: border-box;
	padding-top: 6px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box01 .cont:nth-of-type(1) .img::before {
	content: "1";
	background: #f2cd44;
}
.blog .flex .side .side_box01 .cont:nth-of-type(2) .img::before {
	content: "2";
	background: #ababab;
}
.blog .flex .side .side_box01 .cont:nth-of-type(3) .img::before {
	content: "3";
	background: #bc6c25;
}
.blog .flex .side .side_box01 .cont:nth-of-type(4) .img::before {
	content: "4";
}
.blog .flex .side .side_box01 .cont:nth-of-type(5) .img::before {
	content: "5";
}
.blog .flex .side .side_box02 .cont .img {
	position: relative;
}
.blog .flex .side .side_box02 .cont .img::before {
	content: "New";
	width: 50px;
	height: 25px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #fff;
	background: var(--main-color);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box03 ul {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li {
	position: relative;
	padding-left: 32px;
}
.blog .flex .side .side_box03 ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(img/category_icon.png) no-repeat top 7px left 7px var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/*blog_archive
------------------------------------------------------------------------*/
.blog_archive .cont01 .cont {
	border-bottom: 1px solid var(--main-color);
	margin-top: 30px;
}
.blog_archive .cont01 .cont a{
	display: block;
	box-sizing: border-box;
	padding: 0 0 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.blog_archive .cont01 .cont .img {
	flex-shrink: 0;
	border-radius: 10px;
}
.blog_archive .cont01 .cont .img img {
	border-radius: 10px;
}
.blog_archive .cont01 .cont .text_box {
	width: 440px;
	padding-left: 30px;
}
.blog_archive .cont01 .cont h2 {
	font-size: 18px;
}
.blog_archive .cont01 .cont .text_box .cate_box {
	margin: 15px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.blog_archive .cont01 .cont .text_box .cate_box .cate {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	min-width: 100px;
	padding: 7px 15px;
	text-align: center;
}
.blog_archive .cont01 .cont .text_box .cate_box .date {
	font-size: 14px;
	line-height: 1;
}
.blog_archive .cont01 .cont .text_box .text {
	line-height: 1.8;
}


/* ブログ詳細 css */
.blog_single .key .inner .text01{
	padding: 38px 150px 0 80px;
}
.blog_single .pankuzu ul li:last-of-type {
	display: inline-block;
    vertical-align: middle;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.blog_single .cont01 h1{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.blog_single .cont01 .cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}
/*
.blog_single .cont01 .cate_box .cate {
	line-height: 1;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}*/
.blog_single .cont01 .cate_box .cate {
	text-align: center;
}
.blog_single .cont01 .cate_box .cate a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 12px;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}



.blog_single .cont01 .cate_box .date{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/
.yonmaruyon .cont01,
.yonichimaru .cont01 {
	padding: 70px 0 100px;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2 {
	text-align: center;
	font-size: 24px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text {
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a {
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.yonmaruyon .cont01 .button a:hover,
.yonichimaru .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/*post_cont
------------------------------------------------------------------------*/
.post_cont .index_nav {
	box-sizing: border-box;
	padding: 40px;
	border: none;
	border-radius: 0px;
	margin: 20px 0 45px;
	background: var(--main-light-color);
	border-radius: 10px;
}
.post_cont .index_nav .title {
	font-weight: bold;
	position: relative;
	padding: 0 !important;
	padding-left: 35px !important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.post_cont .index_nav .title::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url(img/index_icon.png) no-repeat center / 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}
.post_cont .index_nav {
	position: static;
}
.post_cont .index_nav ul {
	margin: 20px 0 0 0;
	padding-bottom: 0;
}
.post_cont .index_nav ul li.index_level03 {
	margin-left: 15px;
}
.post_cont .index_nav ul li.index_level04 {
	margin-left: 30px;
}
.post_cont .index_nav ul li.index_level05 {
	margin-left: 45px;
}
.post_cont .index_nav ul li {
	display: block;
	text-align: left;
	margin-top: 25px;
}
.post_cont .index_nav ul li.index_level03,
.post_cont .index_nav ul li.index_level04,
.post_cont .index_nav ul li.index_level05 {
	margin-top: 15px;
}
.post_cont .index_nav ul li a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.post_cont .index_nav ul li.index_level03 a,
.post_cont .index_nav ul li.index_level04 a,
.post_cont .index_nav ul li.index_level05 a {
	font-size: 16px;
}
.post_cont .index_nav ul li a:hover {
	text-decoration: none;
}
.post_cont .index_nav ul li::before {
	display: none;
}

.post_cont .has-text-align-left{
	text-align: left;
}
.post_cont .has-text-align-center{
	text-align: center;
}
.post_cont .has-text-align-right{
	text-align: right;
}

.post_cont h2{
	margin: 50px 0 30px;
	padding: 0 0 10px 35px;
	font-size: 26px;
	position: relative;
	line-height: 1.2;
	border-bottom: 1px solid var(--main-color);
}
.post_cont h2:before{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: #fff;
	position: absolute;
	top:2px;
	left:0;
}
.post_cont h2:after{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: var(--main-color);
	position: absolute;
	top:12px;
	left:10px;
}
.post_cont h3{
	margin: 45px 0 30px;
	padding: 0 0 0 30px;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
}
.post_cont h3:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: var(--main-color);
	position: absolute;
	top:6px;
	left:0;
}

.post_cont h4{
	font-size:20px;
	border-left:5px solid var(--main-color);
	margin: 40px 0 30px;
	padding: 2px 0 0 15px;
	line-height: 1.2;
}

.post_cont h5{
	font-size:18px;
	margin: 35px 0 30px;
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.2;
}
.post_cont h5:before{
	content: "";
	display: block;
	width:15px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:0;
}
.post_cont strong{
	font-weight: bold;
	color: var(--main-color);
}
.post_cont em{
	font-style: italic;
	color: var(--main-color);
}
.post_cont a{
	text-decoration: underline;
	color:var(--main-color);
}

.post_cont > p{
	margin: 0 0 30px;
}
.post_cont ul{
	margin: 0 0 30px 23px;
	list-style-type: disc;
}
.post_cont ol{
	margin: 0 0 30px 23px;
	list-style-type: decimal;
}
.post_cont table{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin: 0 0 30px;
}
.post_cont table th{
	background: var(--main-dark-color);
	color:#fff;
	font-weight: bold;
	padding: 10px 15px;
}
.post_cont table tr:nth-of-type(1) th{
	background: var(--main-color);
}
.post_cont table td{
	background: var(--main-light-color);
	padding: 10px 15px;
}
.post_cont .wp-block-quote{
	background: var(--main-light-color);
	padding: 50px;
	border-left: 3px solid var(--main-color);
	margin: 0 0 30px;
	position: relative;
}
.post_cont .wp-block-quote:before,
.post_cont .wp-block-quote:after{
	content: "”";
	display: block;
	font-size: 100px;
	color:var(--main-color);
	line-height: 1;
	position: absolute;
}
.post_cont .wp-block-quote:before{
	top: 10px;
	left: 10px;
}
.post_cont .wp-block-quote:after{
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.post_cont .wp-block-buttons{
	margin: 0 0 30px;
	display: flex;
}
.post_cont .wp-block-buttons a{
	display: block;
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	line-height: 48px;
	min-width: 350px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
}
.post_cont .wp-block-buttons a::after{
	content: "";
	background: url(img/btn_arrow01.png)center left / cover no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.post_cont .wp-block-buttons a:hover {
	color: var(--main-color);
	background: #fff;
	opacity: 1;
}
.post_cont .wp-block-buttons a:hover::after {
	filter: brightness(0) saturate(100%) invert(15%) sepia(53%) saturate(5355%) hue-rotate(201deg) brightness(95%) contrast(101%);
}
.post_cont .wp-block-code{
	display: block;
	white-space: pre-wrap;
	margin: 0 0 30px;
}
.post_cont .wp-block-code code{
	display: inline-block;
	padding: 20px;
	color: #fff;
	background: #333;
}
.post_cont .wp-block-image{
	margin: 0 0 30px;
}
.post_cont .wp-block-image img{
	max-width: 100%;
	border-radius: 10px;
}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: url("img/home_bg01.png");
		overflow: hidden;
		position: relative;
	}
	footer::before{
		position: absolute;
		top: 470px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png");
		width: 3060px;
		height: 1080px;
		border-radius: 50% 50% 0 0;
	}
	@media screen and (min-width: 1801px) {
		footer::before{
			background: url("img/home_bg01.png");
			width: 170vw;
		}
	}
	footer iframe{
		width: 100%;
		height: 570px;
	}
	footer .inner{
		padding: 50px 0 160px;
	}
	footer .inner .logo{
		width: 416px;
		height: 66px;
		margin: 0 auto;
	}
	footer .inner .bottom_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0 0 0 165px;
		box-sizing: border-box;
		margin-top: 60px;
	}
	footer .inner .bottom_box .text_box .text01{
		font-size: 20px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1;
	}
	footer .inner .bottom_box .text_box dl{
		display: flex;
		flex-wrap: wrap;
		width: 480px;
		margin-top: 22px;
	}
	footer .inner .bottom_box .text_box dl dt{
		width: 90px;
		font-size: 14px;
		line-height: 2;
	}
	footer .inner .bottom_box .text_box dl dt::before{
		content: "･";
		padding-right: 4px;
	}
	footer .inner .bottom_box .text_box dl dd{
		width: 390px;
		font-size: 14px;
		line-height: 2;
	}
	footer .inner .bottom_box .text_box .btn_box{
		display: flex;
		gap: 0 10px;
		margin-top: 14px;
	}
	footer .inner .bottom_box .text_box .btn_box .button a{
		display: block;
		width: 180px;
		height: 30px;
		background: #fff url("img/footer_icon01.svg")left 50px top 5px no-repeat;
		background-size: 21px;
		padding: 0 0 0 79px;
		border-radius: 15px;
		box-sizing: border-box;
		color: #08287e;
		font-size: 14px;
		font-weight: 600;
		line-height: 30px;
		position: relative;
	}
	footer .inner .bottom_box .text_box .btn_box .button:nth-of-type(2) a{
		background: #fff url("img/footer_icon02.svg")left 42px top 8px no-repeat;
		background-size: 11px;
		padding: 0 0 0 61px;
	}
	footer .inner .bottom_box .text_box .btn_box .button a::after{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow04.svg")no-repeat;
		background-size: 5px;
		width: 5px;
		height: 8px;
		transition: all .4s;
	}
	footer .inner .bottom_box .text_box .btn_box .button a:hover{
		background: #08287e url("img/footer_icon01_ho.svg")left 50px top 5px no-repeat;
		background-size: 21px;
		color: #fff;
		opacity: 1;
	}
	footer .inner .bottom_box .text_box .btn_box .button:nth-of-type(2) a:hover{
		background: #08287e url("img/footer_icon02_ho.svg")left 42px top 8px no-repeat;
		background-size: 11px;
		padding: 0 0 0 61px;
	}
	footer .inner .bottom_box .text_box .btn_box .button a:hover::after{
		background: url("img/common_arrow05.svg")no-repeat;
		background-size: 5px;
		width: 5px;
		height: 8px;
		transition: all .4s;
	}
	footer .inner .bottom_box .consultation-hours_box{
		width: 525px;
		background: #fff;
		border-radius: 5px;
		padding: 0 0 18px 0;
	}
	footer .inner .bottom_box .consultation-hours_box figure{
		width: 525px;
	}
	footer .inner .bottom_box .consultation-hours_box .text02{
		font-size: 14px;
		line-height: 1.714;
		margin-left: 32px;
	}
	footer .inner .bottom_box .consultation-hours_box .text02::before{
		content: "※";
	}
	footer .inner .bottom_box .consultation-hours_box .text02:first-of-type{
		margin-top: -14px;
	}
	footer .inner .bottom_box .consultation-hours_box .text02 a{
		color: #ef7192;
		text-decoration: underline;
	}
	footer .inner .bottom_box .text_box .copy{
		color: #999;
		font-size: 12px;
		line-height: 1;
		margin-top: 23px;
	}
	
	/*　サイドボタン */
	.side_btn a{
		position: fixed;
		top: 180px;
		right: 0;
		display: block;
		width: 60px;
		height: 347px;

		background: #edabab url("img/side_btn_text01.svg")center top 15px no-repeat;
		background-size: 40px;
		padding: 347px 0 0;
		box-sizing: border-box;
		border-radius: 10px 0 0 10px;
		overflow: hidden;
		z-index: 11111;
	}
	.side_btn:nth-of-type(2) a{
		top: 540px;
		width: 60px;
		height: 202px;
		background: #08287e url("img/side_btn_text02.svg")center top 20px no-repeat;
		background-size: 42px;
		padding: 202px 0 0;
	}


}/*PCの記述ここまで*/





/*===============================================
横幅441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
html,
body,
.wrap {
	width: 440px;
	position: relative;
}
.inner {
	box-sizing: border-box;
	padding: 0 30px;
	width: auto;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
p {
	font-size: 16px;
	line-height: 2;
}


/* header
------------------------------------------------------------------------*/
	header{
		width: 100%;
		z-index: 10000;
		position: relative;
	}

	header .header_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	header .header_box h1{
		position: absolute;
		top: 17px;
		left: 10px;
		display: block;
		width: 171px;
		height: 28px;
		z-index: 1111;
	}
	header .header_box h1 a img{
		width: 171px;
		height: 28px;
		vertical-align: baseline;
	}
	header .header_box .tel{
		position: absolute;
		top: 16px;
		left: 206px;
		padding-left: 26px;
		font-size: 13px;
		line-height: 1;
	}
	header .header_box .tel a{
		position: absolute;
		top: 3px;
		left: 0;
		display: block;
		width: 19px;
		height: 27px;
		background: url("img/header_tel_sp.svg")no-repeat;
		background-size: 19px;
		padding: 27px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .text01{
		position: absolute;
		top: 32px;
		left: 233px;
		font-size: 12px;
		line-height: 1;
	}

	/* header_box active */
	header .header_box.active h1{
		top: 11px;
	}
	header .header_box.active .tel{
		top: 10px;
	}
	header .header_box.active .text01{
		top: 26px;
	}



/* nav
------------------------------------------------------------------------*/
	#nav{
		display: none;
	}
	#nav-btn.active + #nav{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		background: #f5e4e3;
		width: 440px;
		height: 100dvh;
		padding-bottom: 45px;
	}

	#nav .nav_sp_box{
		width: 100%;
		height: calc(100% - 95px);
		overflow-y: scroll;
		margin: 50px 0 0;
	}
	#nav .nav_sp_box > ul{
		display: flex;
		flex-direction: column;
		gap: 23px 0;
		width: 340px;
		box-sizing: border-box;
		margin: 20px 0 0 50px;
	}
	#nav .nav_sp_box > ul > li{
		border-bottom: 1px solid #f07b98;
	}
	#nav .nav_sp_box > ul > li:nth-of-type(5){
		border-bottom: none;
	}
	#nav .nav_sp_box > ul > li.mark{
		padding-bottom: 24px;
	}
	#nav .nav_sp_box > ul > li > a{
		display: block;
		padding-bottom: 24px;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
	}
	#nav .nav_sp_box > ul > li > a span{
		font-weight: 500;
		position: relative;
	}
	#nav .nav_sp_box > ul > li > a span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		width: 20px;
		height: 20px;
	}
	#nav .nav_sp_box > ul > li .sub_nav ul{
		display: flex;
		flex-flow: column wrap;
		gap: 20px 60px;
		max-height: 130px;
		margin: 0 0 0 12px;
		box-sizing: border-box;
	}
	#nav .nav_sp_box > ul > li .sub_nav ul li{
		width: 115px;
		font-size: 15px;
		line-height: 1;
		position: relative;
	}
	#nav .nav_sp_box > ul > li:nth-of-type(n+3) .sub_nav ul li{
		width: 130px;
	}
	#nav .nav_sp_box > ul > li:nth-of-type(3) .sub_nav ul li:nth-of-type(n+5){
		width: 115px;
	}
	#nav .nav_sp_box > ul > li .sub_nav ul li::before{
		content: "・";
	}
	#nav .nav_sp_box > ul > li .sub_nav ul li::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow04.svg")no-repeat;
		width: 5px;
		height: 8px;
	}
	#nav .nav_sp_box > ul > li .sub_nav ul li a{
		font-weight: 500;
	}
	#nav .nav_sp_box .consultation-hours_box{
		display: block;
		width: 420px;
		margin: 40px auto;
	}
	#nav .nav_sp_box .consultation-hours_box .text02{
		font-size: 16px;
		line-height: 1.625;
		margin: 16px 0 0 25px;
	}

	#nav-btn {
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: var(--main-color);
		border-radius: 0 0 0 5px;
		z-index: 10001;
	}
	#nav-btn .menu-btn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 20px;
		height: 12px;
	}
	#nav-btn .menu-btn span {
		position: absolute;
		left: 0;
		display: inline-block;
		background: #fff;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		transition: all 0.5s;
	}
	#nav-btn .menu-btn span:nth-of-type(1) {
		top: 0;
	}
	#nav-btn .menu-btn span:nth-of-type(2) {
		top: 5px;
	}
	#nav-btn .menu-btn span:nth-of-type(3) {
		bottom: 0;
	}
	#nav-btn.active .menu-btn span:nth-of-type(1) {
		transform: translateY(5px) rotate(-45deg);
	}
	#nav-btn.active .menu-btn span:nth-of-type(2) {
		opacity: 0;
	}
	#nav-btn.active .menu-btn span:nth-of-type(3) {
		transform: translateY(-5px) rotate(45deg);
	}



/* home
------------------------------------------------------------------------*/

	/* key */
	.home .key{
		width: 100%;
		min-height: 650px;
		height: 100dvh;
		padding: 60px 10px 0;
		box-sizing: border-box;
		position: relative;
	}
	.home .key::after{
		position: absolute;
		bottom: -1px;
		left: 0;
		content: "";
		background: #f5e4e3;
		width: 100%;
		height: 100px;
	}
	.home .key .swiper01{
		width: 100%;
		height: 100%;
		z-index: -1;
		position: relative;
	}
	.home .key .swiper01 .swiper-slide img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
		object-fit: cover;
	}

	.home .key .inner{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		gap: 0 1px;
		width: 100%;
		height: 100%;
		padding: 80px 0 0 30px;
		box-sizing: border-box;
	}
	.home .key .inner .text01{
		display: inline-block;
		background: #08287e;
		border-radius: 5px;
		height: 229px;
		padding: 10px 6px 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.428;
		letter-spacing: 1.4px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.home .key .inner .text02{
		font-size: 28px;
		font-family: "Zen Maru Gothic", sans-serif;
		font-weight: 500;
		line-height: 1;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.home .key .inner .text02 span{
		display: block;
		height: 192px;
		background: #fff;
		padding: 10px 0 0;
		border-radius: 5px;
		box-sizing: border-box;
		color: #08287e;
		line-height: 40px;
		letter-spacing: 1px;
		margin-left: 5px;
	}
	.home .key .inner ul{
		position: absolute;
		bottom: 164px;
		left: 10px;
		z-index: 11;
	}
	.home .key .inner ul li{
		position: absolute;
		bottom: 26px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 120px;
		height: 120px;
		background: url("img/home_key_icon01.svg")center top 19px no-repeat , rgba(3,110,184,0.6);
		background-size: 29px;
		border-radius: 50%;
		backdrop-filter: blur(2px);
		padding: 0 0 21px 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 13px;
		line-height: 1.277;
		font-family: "Zen Maru Gothic", sans-serif;
		text-align: center;
	}
	.home .key .inner ul li:nth-of-type(2){
		bottom: 103px;
		left: 109px;
		width: 97px;
		height: 97px;
		padding-bottom: 8px;
		background: url("img/home_key_icon02.svg")center top 11px no-repeat , rgba(187,220,248,0.7);
		background-size: 25px;
		color: #222;
	}
	.home .key .inner ul li:nth-of-type(3){
		bottom: 8px;
		left: 129px;
		width: 87px;
		height: 87px;
		padding-bottom: 14px;
		background: url("img/home_key_icon03.svg")center top 13px no-repeat , rgba(237,171,170,0.7);
		background-size: 30px;
		color: #222;
		line-height: 1.07;
	}
	.home .key .inner ul li::before{
		position: absolute;
		top: 4px;
		left: 4px;
		content: "";
		border: 1px solid rgba(255,255,255,0.8);
		width: 120px;
		height: 120px;
		border-radius: 50%;
		pointer-events: none;
	}
	.home .key .inner ul li:nth-of-type(2)::before{
		top: 3px;
		left: 3px;
		width: 97px;
		height: 97px;
	}
	.home .key .inner ul li:nth-of-type(3)::before{
		top: 3px;
		left: 3px;
		width: 87px;
		height: 87px;
	}
	.home .key .inner .consultation-hours_box{
		position: absolute;
		bottom: 0;
		left: 10px;
		width: 420px;
		height: 164px;
		z-index: 11;
	}
	
	.home .key .wave-bottom {
		position: absolute;
		top: calc(100vh - 200px);
		left: 50%;
		transform: translateX(-50%);
		width: 125%;
		line-height: 0;
		pointer-events: none;
	}
	.home .key svg {
		display: block;
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.home .key .wave-x-rotate {
		transform-origin: 1115px 432px;
		animation: move-x-rotate 16s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	}
	.home .key .wave-y {
		transform-origin: 1115px 432px;
		animation: move-y 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	}
	@keyframes move-x-rotate {
		0%   { transform: translateX(-80px) rotate(-4deg); }
		50%  { transform: translateX(80px) rotate(4deg); }
		100% { transform: translateX(-80px) rotate(-4deg); }
	}
	@keyframes move-y {
		0%   { transform: translateY(0px); }
		50%  { transform: translateY(40px); }
		100% { transform: translateY(0px); }
	}


	/* cont01 */
	.home .cont01{
		background: #f5e4e3;
	}
	.home .cont01 .inner{
		padding: 60px 20px;
		position: relative;
	}
	.home .cont01 .inner .h_box h2{
		min-width: 195px;
		background: url("img/home_text01.svg")left top no-repeat;
		background-size: 195px;
		padding: 30px 0 0;
		font-size: 28px;
		line-height: 1;
	}
	.home .cont01 .inner .h_box h2 span{
		display: block;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.home .cont01 .inner .h_box .button a{
		position: absolute;
		bottom: 0;
		left: 20px;
		display: block;
		width: 280px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 55px;
	}
	.home .cont01 .inner .h_box .button a::after{
		position: absolute;
		bottom: 10px;
		right: 0;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}
	.home .cont01 .inner .news_box{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		margin-top: 30px;
	}
	.home .cont01 .inner .news_box a.cont{
		display: flex;
		align-items: center;
		gap: 0 15px;
		width: 400px;
		background: #fff;
		padding: 8px 0 8px 20px;
		box-sizing: border-box;
		border-radius: 5px;
		position: relative;
	}
	.home .cont01 .inner .news_box a.cont::after{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}
	.home .cont01 .inner .news_box a.cont .date{
		color: #08287e;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.5;
	}
	.home .cont01 .inner .news_box a.cont .text01{
		width: 230px;
		font-size: 16px;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}


	/* cont02 */
	.home .cont02{
		background: #f5e4e3;
		padding: 70px 20px 0;
		z-index: 111;
		position: relative;
	}
	.home .cont02::before{
		position: absolute;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 600px;
		height: 212px;
		border-radius: 50%;
	}
	.home .cont02 .inner{
		background: #fff;
		border-radius: 10px;
		padding: 38px 0 90px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	.home .cont02 .inner::before{
		position: absolute;
		top: -20px;
		right: 30px;
		content: "";
		background: url("img/home_illust01.svg")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 82px;
	}
	.home .cont02 .inner .h_box{
		padding: 0 20px 0 35px;
	}
	.home .cont02 .inner .h_box h2{
		font-size: 22px;
		font-weight: 600;
		line-height: 1;
	}
	.home .cont02 .inner .h_box .text01{
		margin-top: 24px;
	}
	.home .cont02 .inner .h_box .button a{
		position: absolute;
		bottom: 30px;
		left: 30px;
		display: block;
		width: 280px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 34px;
	}
	.home .cont02 .inner .h_box .button a::after{
		position: absolute;
		bottom: 10px;
		right: 0;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.home .cont02 .inner .calendar_box iframe{
		display: block;
		width: 360px;
		height: 380px;
		margin: 20px auto 0;
	}


	/* cont03 */
	.home .cont03{
		padding: 0 0 180px;
		position: relative;
	}
	.home .cont03::before{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 440px;
		height: 225px;
		z-index: -2;
	}
	.home .cont03::after{
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.svg")no-repeat;
		background-size: 600px;
		width: 600px;
		height: 218px;
	}
	.home .cont03 .h_box{
		width: 100%;
		padding: 380px 20px 70px;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
	.home .cont03 .h_box::before{
		position: absolute;
		top: 520px;
		right: 20px;
		content: "";
		background: url("img/home_illust02.svg")no-repeat;
		background-size: 105px;
		width: 105px;
		height: 76px;
		z-index: 11;
	}
	.home .cont03 .h_box::after{
		position: absolute;
		top: 70px;
		right: 15px;
		content: "";
		background: url("img/home_illust03.svg")no-repeat;
		background-size: 106px;
		width: 106px;
		height: 96px;
		z-index: 11;
	}
	.home .cont03 .h_box .text_box{
		display: flex;
		margin-left: 20px;
		position: relative;
	}
	.home .cont03 .h_box .text_box::after{
		position: absolute;
		top: -123px;
		right: -50px;
		content: "";
		background: url("img/home_bg01.png");
		width: 350px;
		height: 400px;
		border-radius: 10px;
		z-index: -1;
	}
	.home .cont03 .h_box .text_box h2{
		background: url("img/home_text02.svg")right top no-repeat;
		background-size: 9px;
		padding-right: 24px;
		color: #08287e;
		font-size: 22px;
		font-weight: 700;
		line-height: 1;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		order: 2;
	}
	.home .cont03 .h_box .text_box .text01{
		font-size: 16px;
		line-height: 2.2;
		letter-spacing: 0.6px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		order: 1;
		margin: 0 30px 0 0;
	}
	.home .cont03 .h_box figure:nth-of-type(1){
		position: absolute;
		top: 320px;
		right: 10px;
		width: 105px;
		z-index: 11;
	}
	.home .cont03 .h_box figure:nth-of-type(2){
		position: absolute;
		top: 610px;
		right: 30px;
		width: 150px;
	}
	.home .cont03 .h_box .about_slidebox{
		position: absolute;
		top: 120px;
		left: 30px;
		width: 380px;
		height: 220px;
	}
	.home .cont03 .h_box .about_slidebox .swiper-slide{
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	.home .cont03 .h_box .about_slidebox .swiper-slide-active picture,
	.home .cont03 .h_box .about_slidebox .swiper-slide-duplicate-active picture,
	.home .cont03 .h_box .about_slidebox .swiper-slide-prev picture{
		width: 100%;
		height: 100%;
		display: block;
		animation: zoomUp 15s linear 0s both;
	}
	.home .cont03 .h_box .about_slidebox .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.15);
		}
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination{
		display: flex;
		width: 100px !important;
		bottom: -15px;
		left: 15px;
		z-index: 112;
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination-bullet{
		background: #eacbca;
		width: 5px;
		height: 5px;
		margin-right: 15px;
		opacity: 1;
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination-bullet:last-of-type{
		margin-bottom: 0!important;
	}
	.home .cont03 .h_box .about_slidebox .swiper-pagination-bullet-active{
		background: #ef7192;
		width: 5px;
		height: 5px;
	}

	.home .cont03 .about_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 35px 0;
		width: 400px;
		margin: 0 auto;
	}
	.home .cont03 .about_box .cont{
		display: block;
		width: 360px;
		padding: 370px 0 0;
		position: relative;
	}
	.home .cont03 .about_box .cont:nth-of-type(1){
		background: url("img/home_img07.png")center top no-repeat;
		background-size: 360px;
	}
	.home .cont03 .about_box .cont:nth-of-type(2){
		background: url("img/home_img08.png")center top no-repeat;
		background-size: 360px;
	}
	.home .cont03 .about_box .cont:nth-of-type(3){
		background: url("img/home_img09.png")center top no-repeat;
		background-size: 360px;
	}
	.home .cont03 .about_box .cont:nth-of-type(4){
		background: url("img/home_img10.png")center top no-repeat;
		background-size: 360px;
	}
	.home .cont03 .about_box .cont:nth-of-type(5){
		background: url("img/home_img11.png")center top no-repeat;
		background-size: 360px;
	}
	.home .cont03 .about_box .cont:nth-of-type(6){
		background: url("img/home_img12.png")center top no-repeat;
		background-size: 360px;
	}
	.home .cont03 .about_box .cont h3{
		position: absolute;
		top: 0;
		right: -24px;
		display: inline-block;
		background: #fff;
		padding: 0 10px 20px;
		border-radius: 0 0 0 10px;
		font-size: 22px;
		line-height: 1.38;
		letter-spacing: 1.4px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.home .cont03 .about_box .cont h3::before{
		position: absolute;
		top: 0;
		left: -8px;
		content: "";
		background: url("img/home_corners.svg");
		width: 8px;
		height: 8px;
	}
	.home .cont03 .about_box .cont h3::after{
		position: absolute;
		bottom: -8px;
		right: 24px;
		content: "";
		background: url("img/home_corners.svg");
		width: 8px;
		height: 8px;
	}
	.home .cont03 .about_box .cont h3 span{
		text-combine-upright: all;
		display: inline-block;
	}

	.home .cont03 .about_box .special_cont{
		width: 360px;
		background: url("img/home_bg01.png");
		padding: 270px 30px 30px;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 30px auto 0;
		position: relative;
	}
	.home .cont03 .about_box .special_cont h4{
		background: url("img/home_text03.svg")left top no-repeat;
		background-size: 155px;
		padding: 26px 0 0;
		font-size: 22px;
		line-height: 1.33;
	}
	.home .cont03 .about_box .special_cont .text03{
		margin-top: 18px;
	}
	.home .cont03 .about_box .special_cont .button a{
		display: block;
		width: 300px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin: 28px auto 0;
		position: relative;
	}
	.home .cont03 .about_box .special_cont .button a::after{
		position: absolute;
		bottom: 10px;
		right: 0;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.home .cont03 .about_box .special_cont figure:nth-of-type(1){
		position: absolute;
		top: 30px;
		left: -20px;
		width: 190px;
	}
	.home .cont03 .about_box .special_cont figure:nth-of-type(2){
		position: absolute;
		top: 30px;
		right: -20px;
		width: 190px;
	}

	.home .cont03 a.reserved_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
		width: 360px;
		background: #bbdcf8 url("img/home_img15.png")center top no-repeat;
		background-size: 360px;
		border-radius: 10px;
		padding: 130px 25px 25px;
		box-sizing: border-box;
		margin: 50px auto 0;
		z-index: 11;
		position: relative;
	}
	.home .cont03 a.reserved_box .text_box{
		text-align: center;
	}
	.home .cont03 a.reserved_box .text_box .text04{
		display: inline-block;
		background: url("img/home_icon01.svg")left center no-repeat;
		background-size: 22px;
		padding-left: 33px;
		color: #08287e;
		font-size: 24px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1;
	}
	.home .cont03 a.reserved_box .text_box .text05{
		font-size: 16px;
		line-height: 1;
		margin-top: 18px;
	}
	.home .cont03 a.reserved_box .button{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		transition: all .4s;
	}


	/* cont04 */
	.home .cont04{
		background: #f5e4e3;
		margin-top: -40px;
		z-index: 10;
		position: relative;
	}
	.home .cont04::before{
		position: absolute;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg02.svg")no-repeat;
		background-size: 600px;
		width: 600px;
		height: 218px;
	}
	.home .cont04::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_slideimg01_sp.png")center center repeat-x;
		width: 100%;
		height: 200px;
		animation: bottomslideMove 40s linear infinite;
		z-index: 12;
	}
	@keyframes bottomslideMove{
		0% {background-position: 1025px 0;}
		50% {background-position: 512.5px 0;}
		100% {background-position: 0 0;}
	}
	.home .cont04 .inner{
		padding: 0 20px 270px;
		text-align: center;
		position: relative;
	}
	.home .cont04 .inner h2{
		background: url("img/home_text04.svg")center top no-repeat;
		background-size: 70px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
	}
	.home .cont04 .inner .symptom-acute{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
		background: #fff;
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
		margin: 45px auto 0;
		position: relative;
	}
	.home .cont04 .inner .symptom-acute h3{
		background: url("img/home_illust04.svg")left center no-repeat;
		background-size: 101px;
		padding-left: 130px;
		font-size: 24px;
		font-weight: 600;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 124px;
		text-align: left;
		white-space: nowrap;
	}
	.home .cont04 .inner .symptom-acute ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.home .cont04 .inner .symptom-acute ul li{
		display: block;
		height: 35px;
		padding: 0 18px;
		background: #fff;
		border: 1px solid #f07b98;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 33px;
	}
	/* 将来的リンク用
	.home .cont04 .inner .symptom-acute ul li a:hover{
		background: #f5e4e3;
	}
	*/
	.home .cont04 .inner .symptom-chronic{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
		background: #fff;
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
		margin: 30px auto 0;
	}
	.home .cont04 .inner .symptom-chronic h3{
		background: url("img/home_illust05.svg")left center no-repeat;
		background-size: 89px;
		padding-left: 120px;
		font-size: 24px;
		font-weight: 600;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 127px;
		text-align: left;
		white-space: nowrap;
	}
	.home .cont04 .inner .symptom-chronic ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.home .cont04 .inner .symptom-chronic ul li{
		display: block;
		height: 35px;
		padding: 0 14px;
		background: #fff;
		border: 1px solid #f07b98;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 33px;
	}
	/* 将来的リンク用
	.home .cont04 .inner .symptom-chronic ul li a:hover{
		background: #f5e4e3;
	}
	*/
	.home .cont04 .inner .bottom_box{
		padding: 310px 0 0;
		position: relative;
	}
	.home .cont04 .inner .bottom_box h4{
		display: inline-block;
		font-size: 22px;
		line-height: 1.6;
		z-index: 10;
		position: relative;
	}
	.home .cont04 .inner .bottom_box h4::before{
		position: absolute;
		top: -28px;
		left: -37px;
		content: "";
		background: url("img/home_illust06.svg")no-repeat;
		background-size: 102px;
		width: 102px;
		height: 56px;
		z-index: -1;
	}
	.home .cont04 .inner .bottom_box .text01{
		line-height: 2.45;
		margin-top: 24px;
	}
	.home .cont04 .inner .bottom_box .button a{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		margin: 35px auto 0;
		transition: all .4s;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(1){
		position: absolute;
		top: 55px;
		left: 0;
		width: 175px;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(2){
		position: absolute;
		top: 170px;
		left: 75px;
		width: 85px;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(3){
		position: absolute;
		top: 70px;
		right: 0;
		width: 135px;
	}
	.home .cont04 .inner .bottom_box figure:nth-of-type(4){
		position: absolute;
		top: 175px;
		right: 100px;
		width: 100px;
	}


	/* cont05 */
	.home .cont05{
		background: url("img/home_bg01.png");
		position: relative;
	}
	.home .cont05::after{
		position: absolute;
		bottom: -90px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png");
		width: 600px;
		height: 200px;
		border-radius: 50%;
	}
	.home .cont05 .inner{
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		padding: 140px 20px 0;
		z-index: 10;
		position: relative;
	}
	.home .cont05 .inner h2{
		width: 100%;
		background: url("img/home_text05.svg")center top no-repeat;
		background-size: 134px;
		padding: 30px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.home .cont05 .inner .treatment_list{
		display: flex;
		flex-wrap: wrap;
		gap: 20px 20px;
		width: 400px;
		margin-top: 45px;
	}
	.home .cont05 .inner .treatment_list li a{
		display: block;
		width: 190px;
		background: url("img/home_img20.png")center top no-repeat;
		background-size: 100%;
		border-radius: 5px;
		padding: 100px 0 0;
		overflow: hidden;
		position: relative;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(2) a{
		background: url("img/home_img21.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(3) a{
		background: url("img/home_img22.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(4) a{
		background: url("img/home_img23.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(5) a{
		background: url("img/home_img24.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li:nth-of-type(6) a{
		background: url("img/home_img25.png")center top no-repeat;
		background-size: 100%;
	}
	.home .cont05 .inner .treatment_list li a span{
		display: block;
		height: 40px;
		background: #fff url("img/common_arrow03.svg")right 20px center no-repeat;
		background-size: 20px;
		padding: 0 20px;
		border-radius: 0 0 5px 5px;
		font-size: 16px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 40px;
	}

	.home .cont05 .inner .type_box{
		width: 400px;
		margin-top: 45px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2){
		margin-top: 40px;
	}
	.home .cont05 .inner .type_box .cont h3{
		width: 100%;
		overflow: hidden;
		color: #08287e;
		font-size: 20px;
		line-height: 1.1;
	}
	.home .cont05 .inner .type_box .cont h3 span{
		display: inline-block;
		position: relative;
	}
	.home .cont05 .inner .type_box .cont h3 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		transform: translateY(-50%);
		content: "";
		background: #08287e;
		width: 600px;
		height: 1px;
	}
	.home .cont05 .inner .type_box .cont > ul{
		display: flex;
		flex-flow: column wrap;
		gap: 0 50px;
		height: 435px;
		margin-top: 14px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul{
		height: 330px;
		justify-content: flex-end;
		gap: 0 0;
	}

	.home .cont05 .inner .type_box .cont > ul > li{
		font-size: 16px;
		line-height: 2.25;
	}
	.home .cont05 .inner .type_box .cont > ul > li::before{
		content: "・";
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul li.indention{
		line-height: 1.5;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list{
		margin: 0 0 0 18px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li{
		font-size: 14px;
		line-height: 1.785;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li::before{
		content: "-";
		padding-right: 8px;
	}
	/*　リンクをつけた際のcss
	.home .cont05 .inner .type_box .cont > ul > li::before{
		content: "・";
	}
	.home .cont05 .inner .type_box .cont > ul > li a{
		line-height: 2.25;
	}
	.home .cont05 .inner .type_box .cont > ul > li a:hover{
		text-decoration: underline;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list{
		margin: 0 0 0 18px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li::before{
		content: "-";
		padding-right: 8px;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li a{
		font-size: 14px;
		line-height: 1.785;
	}
	.home .cont05 .inner .type_box .cont:nth-of-type(2) > ul > li .sub_list li a:hover{
		text-decoration: underline;
	}
	*/


	/* cont06 */
	.home .cont06{
		position: relative;
	}
	.home .cont06 .inner{
		padding: 140px 20px 80px;
		position: relative;
	}
	.home .cont06 .inner .h_box{
		background: #f7efeb;
		border-radius: 10px;
		padding: 380px 0 50px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont06 .inner .h_box::before{
		position: absolute;
		top: 40px;
		right: 25px;
		content: "";
		background: url("img/home_illust07.svg")no-repeat;
		background-size: 184px;
		width: 184px;
		height: 98px;
		z-index: 12;
	}
	.home .cont06 .inner .h_box h2{
		position: absolute;
		top: 40px;
		left: 100px;
		display: inline-block;
		background: #f7efeb;
		border-radius: 5px;
		padding: 0 0 10px;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		line-height: 35px;
		letter-spacing: 0.8px;
		z-index: 11;
	}
	.home .cont06 .inner .h_box h2::before{
		position: absolute;
		top: 0;
		right: -15px;
		content: "";
		background: url("img/home_text06.svg")no-repeat;
		background-size: 9px;
		width: 9px;
		height: 64px;
	}
	.home .cont06 .inner .h_box .text01{
		position: absolute;
		top: 40px;
		left: 25px;
		display: inline-block;
		background: #f7efeb;
		border-radius: 5px;
		padding: 0 5px 10px;
		font-size: 18px;
		font-family: "Zen Maru Gothic", sans-serif;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
		line-height: 1.54;
		letter-spacing: 0.8px;
		z-index: 11;
	}
	.home .cont06 .inner .h_box .text02{
		line-height: 2.375;
		text-align: center;
	}
	.home .cont06 .inner .h_box .button a{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border: 1px solid #08287e;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		margin: 38px auto 0;
		transition: all .4s;
	}
	.home .cont06 .inner .h_box picture{
		position: absolute;
		top: 120px;
		left: -10px;
		width: 420px;
	}
	.home .cont06 .inner .h_box picture img{
		border-radius: 10px;
	}

	.home .cont06 .inner .box01{
		padding: 60px 0 0;
	}
	.home .cont06 .inner .box01 h3{
		display: inline-block;
		background: url("img/home_illust08.svg")left center no-repeat;
		background-size: 34px;
		padding: 0 0 0 50px;
		font-size: 22px;
		line-height: 1.35;
	}
	.home .cont06 .inner .box01 .cont{
		display: flex;
		flex-direction: column-reverse;
		gap: 25px 0;
		box-sizing: border-box;
		text-align: left;
		margin-top: 40px;
		position: relative;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2){
		margin-top: 55px;
	}

	.home .cont06 .inner .box01 .cont .text03{
		margin-top: 15px;
	}
	.home .cont06 .inner .box01 .cont .text03:first-of-type{
		margin-top: 0;
	}

	.home .cont06 .inner .box01 .cont .img_box{
		display: flex;
		align-items: flex-end;
		gap: 0 10px;
		position: relative;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2) .img_box{
		align-items: flex-start;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(1) figure:nth-of-type(1)::before{
		position: absolute;
		top: -104px;
		right: 10px;
		content: "";
		background: url("img/home_illust09.svg")no-repeat;
		background-size: 98px;
		width: 98px;
		height: 105px;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(1)::before{
		position: absolute;
		bottom: -10px;
		left: 150px;
		content: "";
		background: url("img/home_illust10.svg")no-repeat;
		background-size: 130px;
		width: 130px;
		height: 82px;
		z-index: 11;
	}
	.home .cont06 .inner .box01 .cont:nth-of-type(2) figure:nth-of-type(2){
		z-index: -1;
	}

	.home .cont06 .inner .box02{
		margin-top: 60px;
	}
	.home .cont06 .inner .box02 h4{
		background: url("img/home_illust08.svg")left top no-repeat;
		background-size: 28px;
		padding: 3px 0 0 37px;
		overflow: hidden;
		font-size: 20px;
		line-height: 28px;
	}
	.home .cont06 .inner .box02 h4 span{
		display: inline-block;
		position: relative;
	}
	.home .cont06 .inner .box02 h4 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		transform: translateY(-50%);
		content: "";
		background: url("img/home_line01.svg")repeat-x;
		background-size: 900px;
		width: 900px;
		height: 3px;
	}
	.home .cont06 .inner .box02 .flex_box{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 25px 0;
		margin-top: 25px
	}
	.home .cont06 .inner .box02 .flex_box .text04{
		margin-top: 15px;
	}
	.home .cont06 .inner .box02 .flex_box .text04:first-of-type{
		margin-top: 0;
	}
	.home .cont06 .inner .box02 .flex_box .img_box{
		display: flex;
		justify-content: center;
		gap: 0 10px;
	}

	.home .cont06 .inner .partnership_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		background: #f7efeb;
		border-radius: 10px;
		padding: 42px 0 28px;
		margin: 70px auto 0;
		position: relative;
	}
	.home .cont06 .inner .partnership_box h5{
		position: absolute;
		top: -9px;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 1px;
	}
	.home .cont06 .inner .partnership_box h5::before{
		position: absolute;
		top: 50%;
		left: -70px;
		transform: translateY(-50%);
		content: "";
		background: #edabab;
		width: 60px;
		height: 2px;
		border-radius: 1px;
	}
	.home .cont06 .inner .partnership_box h5::after{
		position: absolute;
		top: 50%;
		right: -70px;
		transform: translateY(-50%);
		content: "";
		background: #edabab;
		width: 60px;
		height: 2px;
		border-radius: 1px;
	}
	.home .cont06 .inner .partnership_box ul{
		display: flex;
		flex-direction: column;
		gap: 14px 0;
	}
	.home .cont06 .inner .partnership_box ul li{
		font-size: 16px;
		line-height: 1;
	}
	.home .cont06 .inner .partnership_box ul li.indention{
		line-height: 1.35;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont06 .inner .partnership_box ul li::before{
		content: "・";
	}
	.home .cont06 .inner .partnership_box .text05{
		width: 100%;
		padding-left: 25px;
		box-sizing: border-box;
	}



/* common
------------------------------------------------------------------------*/

	/* key */
	.common .key{
		height: 210px;
		width: calc(100% - 20px);
		padding: 155px 0 0;
		border-radius: 10px;
		box-sizing: border-box;
		margin: 60px auto 0;
		z-index: 13;
		position: relative;
	}
	.common .key .inner{
		width: 100%;
		padding: 0;
	}
	.common .key .inner .text01{
		display: inline-block;
		height: 55px;
		background: #fff;
		padding: 8px 40px 0 30px;
		border-radius: 0 10px 0 0;
		box-sizing: border-box;
		font-size: 20px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1;
	}


	/* pankuzu */
	.pankuzu {
		margin-top: -1.3em;
		line-height: 1.3;
		z-index: 15;
		position: relative;
	}
	.pankuzu .inner{
		width: 100%;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.pankuzu ul li {
		display: inline-block;
		margin-right: 10px;
		color: var(--main-color);
		font-size: 12px;
		font-weight: bold;
	}
	.pankuzu ul li a {
		color: #333;
	}
	.pankuzu ul li:not(:last-of-type)::after {
		content: "-";
		margin-left: 10px;
		flex-shrink: 0;
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
	}


/* 一覧ページのページャー */
.archive-pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 380px;
	margin:70px auto;
}
.archive-pager .page-numbers{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
}
.archive-pager .page-numbers.current {
	border: 1px solid var(--main-color);
	color:var(--main-color);
	background: #fff;
}
.archive-pager .page-numbers.prev,
.archive-pager .page-numbers.next{
	background: var(--main-dark-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 3px;
}
.archive-pager .page-numbers.next {
	padding-left: 3px;
}



.single-pager{
	width: 100%;
	margin: 60px auto;
}
.single-pager .prev-pager-box {
	margin:0 10px 30px;
}
.single-pager .next-pager-box {
	margin:0 10px;
}
.single-pager a {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	text-align: left;
	font-size: 14px;
	position: relative;
	justify-content: flex-end;
}
.single-pager .prev-pager-box a {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.single-pager .prev-pager-box a::before,
.single-pager .next-pager-box a::before {
	content: "";
	width: 25px;
	height: 25px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::before{
	left: -10px;
}
.single-pager .next-pager-box a::before {
	right: -10px;
}
.single-pager .prev-pager-box a::after,
.single-pager .next-pager-box a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::after{
	border-right: 6px solid #fff;
	left: -2px;
}
.single-pager .next-pager-box a::after {
	border-left: 6px solid #fff;
	right: -2px;
}
.single-pager .prev-pager-box a .text-box {
	padding-left: 20px;
}
.single-pager .next-pager-box a .text-box {
	padding-right: 20px;
}
.single-pager a h2 {
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single-pager a .img {
	flex-shrink: 0;
}
.single-pager a .img img {
	width: 150px;
	border-radius: 5px;
}



/* ここから各下層ページ
------------------------------------------------------------------------*/

	/* key */
	
	/* first */
	.first .key{
		background: url("img/first_key_bg01_sp.png")center center /cover no-repeat;
	}
	
	/* medical */
	.medical .key{
		background: url("img/medical_key_bg01_sp.png")center center /cover no-repeat;
	}
	
	/* facility */
	.facility .key{
		background: url("img/facility_key_bg01_sp.png")center center /cover no-repeat;
	}
	
	/*access */
	.access .key{
		background: url("img/access_key_bg01_sp.png")center center /cover no-repeat;
	}

	/*blog */
	.blog .key{
		background: url("img/blog_key_bg01_sp.png")center center /cover no-repeat;
	}

	/*404 */
	.yonmaruyon .key{
		background: url("img/first_key_bg01_sp.png")center center /cover no-repeat;
	}



/* first
------------------------------------------------------------------------*/

	/* heading_box */
	.first .heading_box{
		padding: 120px 0 55px;
		z-index: 12;
		position: relative;
	}
	.first .heading_box::before{
		position: absolute;
		top: 30px;
		left: 20px;
		content: "";
		background: url("img/first_illust01.svg")no-repeat;
		background-size: 97px;
		width: 97px;
		height: 92px;
		z-index: 11;
	}
	.first .heading_box::after{
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/first_bg01.svg")no-repeat;
		background-size: 600px;
		width: 600px;
		height: 218px;
		z-index: 12;
	}
	.first .heading_box .text01{
		font-size: 18px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 2.36;
		text-align: center;
		z-index: 13;
		position: relative;
	}
	.first .heading_box .text01 span{
		color: #08287e;
		font-weight: 700;
		font-feature-settings: "palt" 1;
	}
	.first .heading_box .text01 span::before{
		content: "【";
		padding-right: 6px;
	}
	.first .heading_box .text01 span::after{
		content: "】";
		padding-left: 6px;
	}
	.first .heading_box .text01::before{
		position: absolute;
		top: 230px;
		right: 20px;
		content: "";
		background: url("img/first_illust02.svg")no-repeat;
		background-size: 107px;
		width: 107px;
		height: 114px;
		z-index: 13;
	}


	/* cont01 */
	.first .cont01{
		background: #f5e4e3;
		z-index: 11;
		position: relative;
	}
	.first .cont01::after{
		position: absolute;
		bottom: -90px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f5e4e3;
		width: 600px;
		height: 200px;
		border-radius: 50%;
	}
	.first .cont01 .inner{
		padding: 100px 20px 0;
		z-index: 12;
		position: relative;
	}
	.first .cont01 .inner h2{
		background: url("img/first_text01.svg")center top no-repeat;
		background-size: 138px;
		padding: 26px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.first .cont01 .inner .flow_box{
		display: flex;
		flex-direction: column;
		gap: 45px 0;
		margin-top: 45px;
	}
	.first .cont01 .inner .flow_box .cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 25px 0;
		background: #fff;
		border: 2px solid #edabaa;
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont:first-of-type::after{
		position: absolute;
		top: calc(100% + 1px);
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 8px;
		height: 3600px;
		background-image: radial-gradient(circle, #edabaa 4px, transparent 4px);
		background-size: 8px 16px; 
		background-repeat: repeat-y;
		background-position: center top;
	}
	.first .cont01 .inner .flow_box .cont .text_box01{
		width: 100%;
		order: 2;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 h3{
		background: url("img/first_text02.svg")left center no-repeat;
		background-size: 22px;
		padding-left: 85px;
		font-size: 20px;
		line-height: 1.1;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 h3::before{
		position: absolute;
		top: 50%;
		left: 54px;
		transform: translateY(-50%);
		content: "";
		background: #edabaa;
		width: 2px;
		height: 17px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(2) .text_box01 h3{
		background: url("img/first_text03.svg")left center no-repeat;
		background-size: 24px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(3) .text_box01 h3{
		background: url("img/first_text04.svg")left center no-repeat;
		background-size: 25px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(4) .text_box01 h3{
		background: url("img/first_text05.svg")left center no-repeat;
		background-size: 26px;
	}
	.first .cont01 .inner .flow_box .cont:nth-of-type(5) .text_box01 h3{
		background: url("img/first_text06.svg")left center no-repeat;
		background-size: 24px;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .text01{
		margin-top: 20px;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .text01 li{
		font-size: 16px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.89;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .text01 li::before{
		content: "・";
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .button a{
		display: block;
		width: 240px;
		padding-bottom: 12px;
		border-bottom: 1px solid #08287e;
		color: #08287e;
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		margin-top: 22px;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont .text_box01 .button a::after{
		position: absolute;
		bottom: 10px;
		right: 0;
		content: "";
		background: url("img/common_arrow01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
		transition: .4s all;
	}
	.first .cont01 .inner .flow_box .cont .text_box02{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 100%;
		margin-top: 20px;
		order: 3;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box{
		width: 100%;
		background: url("img/first_bg01.png");
		border-radius: 5px;
		padding: 30px 15px 22px;
		box-sizing: border-box;
		position: relative;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box h4{
		position: absolute;
		top: -11px;
		left: 20px;
		background: url("img/first_illust03.svg")left center no-repeat;
		background-size: 24px;
		padding-left: 40px;
		font-size: 20px;
		line-height: 29px;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box:nth-of-type(2) h4{
		background: url("img/first_illust04.svg")left center no-repeat;
		background-size: 24px;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box ul li{
		font-size: 16px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.first .cont01 .inner .flow_box .cont .text_box02 .in_box ul li::before{
		content: "・";
	}
	.first .cont01 .inner .flow_box .cont .text03{
		margin-top: 8px;
	}
	.first .cont01 .inner .flow_box .cont .text03 li{
		font-size: 14px;
		line-height: 1.875;
		text-indent: -1em;
		padding-left: 1em;
	}
	.first .cont01 .inner .flow_box .cont .text03 li::before{
		content: "※";
	}
	.first .cont01 .inner .flow_box .cont figure{
		order: 1;
	}


	/* cont02 */
	.first .cont02{
		background: url("img/first_bg01.png");
		padding: 426px 0 0;
		z-index: 10;
		position: relative;
	}
	.first .cont02::before{
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/first_slideimg01_sp.png")center center repeat-x;
		width: 100%;
		height: 200px;
		animation: bottomslideMove 40s linear infinite;
		z-index: 12;
	}
	.first .cont02::after{
		position: absolute;
		bottom: -90px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/first_bg01.png");
		width: 600px;
		height: 100px;
		mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2259.9 390.2' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M2259.9,0c-.6,129.7-203.3,248.1-449.7,246.9-42.7-.2-83.9-3.6-122.9-9.7-136.6-21.4-284.4-2.7-390.2,47.6-137.3,65.3-319.2,105.2-518.8,105.4C354,390.8,5.9,223.3,0,0h2259.9z'/%3E%3C/svg%3E");
		mask-size: 100% 100%;
		mask-repeat: no-repeat;
		mask-position: top;
		-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2259.9 390.2' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M2259.9,0c-.6,129.7-203.3,248.1-449.7,246.9-42.7-.2-83.9-3.6-122.9-9.7-136.6-21.4-284.4-2.7-390.2,47.6-137.3,65.3-319.2,105.2-518.8,105.4C354,390.8,5.9,223.3,0,0h2259.9z'/%3E%3C/svg%3E");
		-webkit-mask-size: 100% 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: top;
	}
	.first .cont02 .inner{
		margin-top: -80px;
		padding: 80px 20px 0;
		z-index: 12;
		position: relative;
	}
	.first .cont02 .inner h2{
		background: url("img/first_text07.svg")center top no-repeat;
		background-size: 141px;
		padding: 26px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.first .cont02 .inner .reserved_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px 0;
		margin-top: 45px;
	}
	.first .cont02 .inner .reserved_box .cont{
		width: 400px;
		background: linear-gradient(#edabab ,#edabab 50px ,#fff 50px);
		border-radius: 10px;
		padding: 0 20px 100px;
		box-sizing: border-box;
		position: relative;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2){
		background: linear-gradient(#bbdcf8 ,#bbdcf8 50px ,#fff 50px);
	}
	.first .cont02 .inner .reserved_box .cont h3{
		font-size: 20px;
		line-height: 50px;
		text-align: center;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(1) h3 span{
		display: inline-block;
		background: url("img/first_icon01.svg")left center no-repeat;
		background-size: 30px;
		padding-left: 44px;
		color: #fff;
		line-height: 50px;
		text-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) h3 span{
		display: inline-block;
		background: url("img/first_icon02.svg")left center no-repeat , url("img/first_icon03.svg")right center no-repeat;
		background-size: 30px , 20px;
		padding: 0 35px 0 40px;
		line-height: 50px;
	}
	.first .cont02 .inner .reserved_box .cont .in_box{
		margin-top: 25px;
	}
	.first .cont02 .inner .reserved_box .cont .in_box h4{
		background: url("img/first_icon04.svg")left top no-repeat;
		background-size: 15px;
		padding: 0 0 12px 28px;
		border-bottom: 1px solid #edabaa;
		font-size: 18px;
		line-height: 24px;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) .in_box h4{
		background: url("img/first_icon05.svg")left top no-repeat;
		background-size: 15px;
		border-bottom: 1px solid #4d85b4;
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul{
		display: flex;
		flex-direction: column;
		gap: 18px 0;
		margin-top: 15px;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(1) .in_box:nth-of-type(1) ul{
		gap: 0;
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul li{
		font-size: 16px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.78;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(1) .in_box:nth-of-type(1) ul li{
		line-height: 1.89;
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul li::before{
		content: "・";
	}
	.first .cont02 .inner .reserved_box .cont .in_box ul li a{
		display: inline-block;
		background: url("img/first_icon06.svg")right center no-repeat;
		background-size: 15px;
		padding-right: 20px;
		border-bottom: 1px solid #4e86b5;
		color: #4e86b5;
		line-height: 1.5;
		text-indent: 0;
		margin: 0 4px;
	}
	.first .cont02 .inner .reserved_box .cont .in_box .text01{
		text-indent: -1em;
		padding-left: 1em;
	}
	.first .cont02 .inner .reserved_box .cont .in_box .text01::before{
		content: "※";
	}
	.first .cont02 .inner .reserved_box .cont .button a{
		position: absolute;
		bottom: 32px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 350px;
		height: 40px;
		background: #f07b98 url("img/first_arrow01.svg")right 15px center no-repeat;
		background-size: 20px;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
	}
	.first .cont02 .inner .reserved_box .cont:nth-of-type(2) .button a{
		background: #036eb8 url("img/first_arrow02.svg")right 15px center no-repeat;
		background-size: 20px;
	}


	/* cont03 */
	.first .cont03{
		padding: 130px 20px 50px;
		position: relative;
	}
	.first .cont03 h2{
		background: url("img/first_text08.svg")center top no-repeat;
		background-size: 59px;
		padding: 26px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.first .cont03 .doc_box{
		display: flex;
		flex-flow: column;
		justify-content: center;
		gap: 15px 0;
		width: 400px;
		background: #f5e4e3;
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
		margin: 45px auto 0;
		position: relative;
	}
	.first .cont03 .doc_box:nth-of-type(2){
		flex-wrap: wrap;
		background: #e3f2ff;
		margin: 50px auto 0;
	}
	.first .cont03 .doc_box:nth-of-type(1)::before{
		position: absolute;
		top: -57px;
		right: 20px;
		content: "";
		background: url("img/first_illust05.svg")no-repeat;
		background-size: 54px;
		width: 54px;
		height: 57px;
	}
	.first .cont03 .doc_box .h_box{
		width: 340px;
		margin-top: 10px;
		order: 2;
	}
	.first .cont03 .doc_box .h_box h3{
		font-size: 22px;
		line-height: 1;
	}
	.first .cont03 .doc_box .h_box h3 .span01{
		display: block;
		color: #08287e;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 14px;
	}
	.first .cont03 .doc_box .h_box h3 .span02{
		font-size: 16px;
	}
	.first .cont03 .doc_box .h_box h3 .span01::before{
		content: "[";
		padding-right: 4px;
	}
	.first .cont03 .doc_box .h_box h3 .span01::after{
		content: "]";
		padding-left: 4px;
	}
	.first .cont03 .doc_box .h_box .text01{
		margin-top: 24px;
	}

	.first .cont03 .doc_box .docinfo_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 340px;
		order: 3;
	}
	.first .cont03 .doc_box .docinfo_box .cont{
		width: 100%;
	}
	.first .cont03 .doc_box .docinfo_box h4{
		overflow: hidden;
		color: #08287e;
		font-size: 20px;
		margin-top: 16px;
	}
	.first .cont03 .doc_box .docinfo_box h4 span{
		display: inline-block;
		position: relative;
	}
	.first .cont03 .doc_box .docinfo_box h4 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 15px);
		transform: translateY(-50%);
		content: "";
		background: #08287e;
		width: 600px;
		height: 1px;
	}
	.first .cont03 .doc_box .docinfo_box table{
		font-size: 16px;
		margin-top: 5px;
	}
	.first .cont03 .doc_box .docinfo_box table th{
		width: 70px;
		text-align: left;
	}
	.first .cont03 .doc_box:nth-of-type(2) .docinfo_box table th{
		width: 65px;
	}
	.first .cont03 .doc_box .docinfo_box ul{
		width: 100%;
		margin-top: 5px;
	}
	.first .cont03 .doc_box .docinfo_box ul li{
		font-size: 16px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.first .cont03 .doc_box .docinfo_box ul li::before{
		content: "･";
		padding-right: 4px;
	}
	.first .cont03 .doc_box:nth-of-type(2) .docinfo_box .cont:nth-of-type(3) ul{
		display: flex;
		flex-flow: column wrap;
		height: 160px;
	}

	.first .cont03 .doc_box figure{
		order: 1;
		position: relative;
	}
	.first .cont03 .doc_box figure::before{
		position: absolute;
		top: 0;
		left: 30px;
		content: "";
		background: url("img/first_illust03.svg")no-repeat;
		background-size: 43px;
		width: 43px;
		height: 51px;
		z-index: 11;
	}
	.first .cont03 .doc_box:nth-of-type(2) figure::before{
		background: url("img/first_illust04.svg")no-repeat;
		background-size: 43px;
	}
	.first .cont03 .doc_box figure img{
		filter: drop-shadow(20px 20px 20px rgba(0,0,0,0.1));
	}


/* medical
------------------------------------------------------------------------*/

	/* cont01 */
	.medical .cont01{
		padding: 70px 20px 0;
		position: relative;
	}
	.medical .cont01 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont01 .inner .h_box h2{
		position: absolute;
		top: 30px;
		left: 30px;
		background: url("img/medical_icon01.svg")left center no-repeat;
		background-size: 51px;
		padding-left: 62px;
		color: #08287e;
		font-size: 26px;
		line-height: 30px;
	}
	.medical .cont01 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont01 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}


	/* cont02 */
	.medical .cont02{
		padding: 45px 20px 0;
		position: relative;
	}
	.medical .cont02 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont02 .inner .h_box h2{
		position: absolute;
		top: 27px;
		left: 30px;
		background: url("img/medical_icon02.svg")left center no-repeat;
		background-size: 38px;
		padding-left: 50px;
		color: #08287e;
		font-size: 26px;
		line-height: 27px;
	}
	.medical .cont02 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont02 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}


	/* cont03 */
	.medical .cont03{
		padding: 45px 20px 0;
		position: relative;
	}
	.medical .cont03 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont03 .inner .h_box h2{
		position: absolute;
		top: 24px;
		left: 30px;
		background: url("img/medical_icon03.svg")left center no-repeat;
		background-size: 39px;
		padding-left: 50px;
		color: #08287e;
		font-size: 26px;
		line-height: 40px;
	}
	.medical .cont03 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont03 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}



	/* cont04 */
	.medical .cont04{
		padding: 45px 20px 0;
		position: relative;
	}
	.medical .cont04 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont04 .inner .h_box h2{
		position: absolute;
		top: 30px;
		left: 30px;
		background: url("img/medical_icon04.svg")left center no-repeat;
		background-size: 32px;
		padding-left: 44px;
		color: #08287e;
		font-size: 26px;
		line-height: 32px;
	}
	.medical .cont04 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont04 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}
	.medical .cont04 .inner .h_box .text02{
		margin-top: 12px;
	}
	.medical .cont04 .inner .h_box .text02 a{
		padding-left: 3em;
		text-decoration: underline;
	}


	/* cont05 */
	.medical .cont05{
		padding: 45px 20px 0;
		position: relative;
	}
	.medical .cont05 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont05 .inner .h_box h2{
		position: absolute;
		top: 24px;
		left: 30px;
		background: url("img/medical_icon05.svg")left center no-repeat;
		background-size: 24px;
		padding-left: 35px;
		color: #08287e;
		font-size: 26px;
		line-height: 38px;
	}
	.medical .cont05 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont05 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}


	/* cont06 */
	.medical .cont06{
		padding: 45px 20px 0;
		position: relative;
	}
	.medical .cont06 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont06 .inner .h_box h2{
		position: absolute;
		top: 24px;
		left: 30px;
		background: url("img/medical_icon06.svg")left center no-repeat;
		background-size: 30px;
		padding-left: 41px;
		color: #08287e;
		font-size: 26px;
		line-height: 33px;
	}
	.medical .cont06 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont06 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}


	/* cont07 */
	.medical .cont07{
		padding: 45px 20px;
		position: relative;
	}
	.medical .cont07 .inner{
		display: flex;
		flex-direction: column-reverse;
		background: #f5e4e3;
		padding: 80px 30px 40px;
		border-radius: 10px;
		position: relative;
	}
	.medical .cont07 .inner .h_box h2{
		position: absolute;
		top: 27px;
		left: 30px;
		background: url("img/medical_icon07.svg")left center no-repeat;
		background-size: 26px;
		padding-left: 38px;
		color: #08287e;
		font-size: 26px;
		line-height: 32px;
	}
	.medical .cont07 .inner .h_box .text01{
		margin-top: 10px;
	}
	.medical .cont07 .inner .h_box .text01:first-of-type{
		margin-top: 25px;
	}
	.medical .cont07 .inner .h_box .cont{
		background: #fff;
		padding: 12px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.medical .cont07 .inner .h_box .cont:first-of-type{
		margin-top: 25px;
	}
	.medical .cont07 .inner .h_box .cont h3{
		text-indent: -1em;
		padding-left: 1em;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
	}
	.medical .cont07 .inner .h_box .cont h3::before{
		content: "・";
	}
	.medical .cont07 .inner .h_box .cont .text02{
		margin: 10px 0 0 1em;
	}


	/* cont08 */
	.medical .cont08{
		padding: 60px 0 80px;
		box-sizing: border-box;
	}
	.medical .cont08 h2{
		background: url("img/first_text01.svg")center top no-repeat;
		background-size: 138px;
		padding: 26px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.medical .cont08 .inner{
		margin-top: 40px;
		padding: 0 25px;
	}
	.medical .cont08 .inner .box{
		position: relative;
	}
	.medical .cont08 .inner .box + .box{
		margin-top: 40px;
	}
	.medical .cont08 .inner .box h3{
		font-size: 20px;
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 8px;
		box-sizing: border-box;
	}
	.medical .cont08 .inner .box:nth-of-type(1) h3{
		background: url("img/medical_icon08.svg")left 5px center no-repeat;
		background-size: 30px;
		padding-left: 45px;
	}
	.medical .cont08 .inner .box:nth-of-type(2) h3{
		background: url("img/medical_icon09.svg")left 5px center no-repeat;
		background-size: 30px;
		padding-left: 45px;
	}
	.medical .cont08 .inner .box .kaitei{
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 15px;
		right: 5px;
	}
	.medical .cont08 .inner .box .kaitei::before{
		content: "※";
	}
	.medical .cont08 .inner .box .scroll_test{
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: -3px;
		right: 5px;
	}
	.medical .cont08 .inner .box .table_wrap{
		overflow-x: scroll;
		width: 418px;
	}
	.medical .cont08 .inner .box table{
		table-layout: fixed;
		width: 100%;
		border-collapse: separate;
		border-spacing: 5px;
		margin-right: 30px;
	}
	.medical .cont08 .inner .box table th{
		font-size: 16px;
		line-height: 1;
		color: #fff;
		font-weight: 600;
		text-align: center;
		padding: 16px 0;
		box-sizing: border-box;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table th{
		background: #39c7b9;
	}
	.medical .cont08 .inner .box:nth-of-type(2) table th{
		background: #41a9ec;
	}
	.medical .cont08 .inner .box table th:nth-of-type(1){
		border-radius: 10px 0 0 0;
	}
	.medical .cont08 .inner .box table th:nth-of-type(3){
		border-radius: 0 10px 0 0;
	}
	.medical .cont08 .inner .box table td{
		font-size: 16px;
		line-height: 1.556;
		padding: 15px;
		vertical-align: middle;
		box-sizing: border-box;
		text-align: center;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table td{
		background: #d8f6e4;
	}
	.medical .cont08 .inner .box:nth-of-type(2) table td{
		background: #e3f2ff;
	}
	.medical .cont08 .inner .box table th:nth-of-type(1),
	.medical .cont08 .inner .box table td:nth-of-type(1){
		width: 240px;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table th:nth-of-type(2),
	.medical .cont08 .inner .box:nth-of-type(1) table td:nth-of-type(2),
	.medical .cont08 .inner .box:nth-of-type(2) table th:nth-of-type(3),
	.medical .cont08 .inner .box:nth-of-type(2) table td:nth-of-type(3){
		width: 100px;
	}
	.medical .cont08 .inner .box:nth-of-type(1) table th:nth-of-type(3),
	.medical .cont08 .inner .box:nth-of-type(1) table td:nth-of-type(3),
	.medical .cont08 .inner .box:nth-of-type(2) table th:nth-of-type(2),
	.medical .cont08 .inner .box:nth-of-type(2) table td:nth-of-type(2){
		width: 200px;
	}
	.medical .cont08 .inner .box .note_box{
		padding: 20px 5px 0;
		font-size: 16px;
		line-height: 1.778;
		box-sizing: border-box;
	}



/* facility
------------------------------------------------------------------------*/

	/* cont01 */
	.facility .cont01{
		z-index: 11;
		position: relative;
	}
	.facility .cont01::after{
		position: absolute;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/facility_bg01.svg")no-repeat;
		background-size: 600px;
		width: 600px;
		height: 218px;
	}
	.facility .cont01 .inner{
		padding: 80px 20px 0;
		z-index: 11;
		position: relative;
	}
	.facility .cont01 .inner::before{
		position: absolute;
		bottom: -165px;
		right: 25px;
		content: "";
		background: url("img/facility_illust01.svg")no-repeat;
		background-size: 158px;
		width: 158px;
		height: 118px;
	}
	.facility .cont01 .inner h2{
		background: url("img/facility_text01.svg")center top no-repeat;
		background-size: 110px;
		padding: 26px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.facility .cont01 .inner .facility_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 50px 0;
		margin-top: 45px;
	}
	.facility .cont01 .inner .facility_box .cont{
		width: 350px;
		position: relative;
	}
	.facility .cont01 .inner .facility_box .cont h3{
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		padding: 0 0 16px 16px;
		border-radius: 0 0 0 10px;
		display: inline-block;
		font-size: 22px;
		line-height: 1;
		letter-spacing: 2px;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		white-space: nowrap;
	}
	.facility .cont01 .inner .facility_box .cont h3::before{
		position: absolute;
		top: 0;
		left: -10px;
		content: "";
		background: url("img/facility_corners.svg");
		width: 10px;
		height: 10px;
	}
	.facility .cont01 .inner .facility_box .cont h3::after{
		position: absolute;
		bottom: -10px;
		right: 0;
		content: "";
		background: url("img/facility_corners.svg");
		width: 10px;
		height: 10px;
	}
	.facility .cont01 .inner .facility_box .cont figure img{
		border-radius: 10px;
	}
	.facility .cont01 .inner .facility_box .cont .text01{
		margin-top: 15px;
	}


	/* cont02 */
	.facility .cont02{
		background: #f5e4e3;
		position: relative;
	}
	.facility .cont02::after{
		position: absolute;
		bottom: -60px;
		right: -100px;
		content: "";
		background: url("img/facility_img23.png")no-repeat;
		background-size: 521px;
		width: 521px;
		height: 365px;
	}
	.facility .cont02 .inner{
		padding: 200px 20px 330px;
		z-index: 11;
		position: relative;
	}
	.facility .cont02 .inner h2{
		background: url("img/facility_text02.svg")center top no-repeat;
		background-size: 111px;
		padding: 26px 0 0;
		color: #08287e;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	.facility .cont02 .inner .devices_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 50px 0;
		margin-top: 45px;
	}
	.facility .cont02 .inner .devices_box .cont{
		display: flex;
		flex-direction: column;
		width: 350px;
	}
	.facility .cont02 .inner .devices_box .cont h3{
		padding-left: 24px;
		font-size: 20px;
		line-height: 1.1;
		margin-top: 24px;
		order: 2;
		position: relative;
	}
	.facility .cont02 .inner .devices_box .cont h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #f07b98;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.facility .cont02 .inner .devices_box .cont .text01{
		margin-top: 12px;
		order: 3;
	}
	.facility .cont02 .inner .devices_box .cont figure{
		order: 1;
	}
	.facility .cont02 .inner .devices_box .cont figure img{
		border-radius: 10px;
	}


/* access
------------------------------------------------------------------------*/

	/* cont01 */
	.access .cont01 .inner{
		padding: 80px 20px 100px;
		position: relative;
	}
	.access .cont01 .inner h2{
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
	}
	.access .cont01 .inner .map{
		width: 400px;
		height: 234px;
		background: url("img/access_bg01.png");
		border-radius: 5px;
		margin: 35px auto 0;
	}
	.access .cont01 .inner .place{
		font-size: 20px;
		line-height: 1.75;
		text-align: center;
		margin-top: 30px;
	}
	.access .cont01 .inner .button a{
		display: block;
		width: 300px;
		height: 40px;
		background: #08287e url("img/common_arrow02.svg")right 11px center no-repeat;
		background-size: 20px;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		line-height: 38px;
		text-align: center;
		margin: 25px auto 0;
		transition: all .4s;
	}
	.access .cont01 .inner .cont{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 22px 0;
		background: #f5e4e3;
		border-radius: 10px;
		padding: 20px;
		box-sizing: border-box;
		margin: 80px auto 0;
	}
	.access .cont01 .inner .cont:nth-of-type(2){
		background: #e3f2ff;
		margin: 45px auto 0;
	}
	.access .cont01 .inner .cont .h_box{
		width: 360px;
		order: 2;
	}
	.access .cont01 .inner .cont .h_box h3{
		background: url("img/access_icon01.svg")left top 3px no-repeat;
		background-size: 25px;
		padding-left: 35px;
		color: #08287e;
		font-size: 20px;
		line-height: 1.1;
	}
	.access .cont01 .inner .cont:nth-of-type(2) .h_box h3{
		background: url("img/access_icon03.svg")left center no-repeat;
		background-size: 58px;
		padding-left: 70px;
	}
	.access .cont01 .inner .cont .h_box .text01{
		margin-top: 16px;
	}
	.access .cont01 .inner .cont .h_box .in_box{
		margin-top: 18px;
	}
	.access .cont01 .inner .cont .h_box .in_box h4{
		overflow: hidden;
		color: #08287e;
		font-size: 18px;
		line-height: 1.1;
	}
	.access .cont01 .inner .cont .h_box .in_box h4 span{
		display: inline-block;
		background: url("img/access_icon02.svg")left center no-repeat;
		background-size: 22px;
		padding: 3px 0 3px 32px;
		position: relative;
	}
	.access .cont01 .inner .cont .h_box .in_box h4 span::after{
		position: absolute;
		top: 50%;
		left: calc(100% + 15px);
		transform: translateY(-50%);
		content: "";
		background: url("img/access_line01.svg")repeat-x;
		background-size: 800px;
		width: 500px;
		height: 5px;
	}
	.access .cont01 .inner .cont .h_box .in_box .text02{
		margin-top: 12px;
	}
	.access .cont01 .inner .cont figure{
		order: 1;
	}
	.access .cont01 .inner .cont figure img{
		border-radius: 10px;
	}
	.access .cont01 .inner iframe{
		display: block;
		width: 400px;
		height: 320px;
		margin: 60px auto 0;
	}



/* blog 共通項目
--------------------------------------------------------------------------*/
.blog .flex {
	margin: 70px auto;
}
.blog .flex .side .side_box01,
.blog .flex .side .side_box02,
.blog .flex .side .side_box03 {
	margin: 70px 0;
}
.blog .flex .side .cont a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.blog .flex .side h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
}
.blog .flex .side h2::before {
	content: "";
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 100px;
}
.blog .flex .side .side_box01 h2::before {
	content: "Popular Articles";
}
.blog .flex .side .side_box02 h2::before {
	content: "New Articles";
}
.blog .flex .side .side_box03 h2::before {
	content: "Category";
	left: 110px;
}
.blog .flex .side .cont .text_box {
	padding-left: 15px;
	font-size: 14px;
}
.blog .flex .side .cont .text_box h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.blog .flex .side .cont .img {
	width: 150px;
	flex-shrink: 0;
	border-radius: 5px;
}
.blog .flex .side .cont .img img {
	max-width: 100%;
	border-radius: 5px;
}
.blog .flex .side .side_box01 .cont .img {
	position: relative;
}
.blog .flex .side .side_box01 .cont .img::before {
	content: "";
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box01 .cont:nth-of-type(1) .img::before {
	content: "1";
	background: #f2cd44;
}
.blog .flex .side .side_box01 .cont:nth-of-type(2) .img::before {
	content: "2";
	background: #ababab;
}
.blog .flex .side .side_box01 .cont:nth-of-type(3) .img::before {
	content: "3";
	background: #bc6c25;
}
.blog .flex .side .side_box01 .cont:nth-of-type(4) .img::before {
	content: "4";
}
.blog .flex .side .side_box01 .cont:nth-of-type(5) .img::before {
	content: "5";
}
.blog .flex .side .side_box02 .cont .img {
	position: relative;
}
.blog .flex .side .side_box02 .cont .img::before {
	content: "New";
	width: 50px;
	height: 25px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #fff;
	background: var(--main-color);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box03 ul {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li {
	position: relative;
	padding-left: 32px;
}
.blog .flex .side .side_box03 ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(img/category_icon.png) no-repeat top 7px left 7px var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/* blog_archive
------------------------------------------------------------------------*/
.blog_archive .key .inner .text01{
	padding: 8px 65px 0 30px;
}
.blog_archive .cont01 .cont{
	width: 330px;
	margin:0 auto 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--main-color);
}
.blog_archive .cont01 .cont a {
	display: flex;
	flex-direction: column-reverse;
}
.blog_archive .cont01 .cont h2 {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.blog_archive .cont01 .cont .text_box .cate_box .cate {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	min-width: 95px;
	padding: 7px 15px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0;
}
.blog_archive .cont01 .cont .text {
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.blog_archive .cont01 .cont .img{
	border-radius: 5px;
}
.blog_archive .cont01 .cont .img img {
	background: var(--main-light-color);
	border-radius: 5px;
}


/* ブログ詳細 css */
.blog_single .key .inner .text01{
	padding: 8px 180px 0 30px;
}
.blog_single .pankuzu ul li:last-of-type {
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.blog_single .cont01 h1{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.blog_single .cont01 .cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}
/*
.blog_single .cont01 .cate_box .cate {
	line-height: 1;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
	box-sizing: border-box;
	margin: 0;
}*/

.blog_single .cont01 .cate_box .cate {
	text-align: center;
}
.blog_single .cont01 .cate_box .cate a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 12px;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}

.blog_single .cont01 .cate_box .date{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/

.yonmaruyon .cont01,
.yonichimaru .cont01{
	padding: 50px 0 80px;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2{
	text-align: center;
	font-size: 20px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button ,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/*post_cont
------------------------------------------------------------------------*/
.post_cont .index_nav {
	box-sizing: border-box;
	padding: 30px;
	border: none;
	border-radius: 0px;
	margin: 20px 0 45px;
	background: var(--main-light-color);
	border-radius: 10px;
}
.post_cont .index_nav .title {
	font-weight: bold;
	position: relative;
	padding: 0 !important;
	padding-left: 35px !important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.post_cont .index_nav .title::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url(img/index_icon.png) no-repeat center / 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}
.post_cont .index_nav {
	position: static;
}
.post_cont .index_nav ul {
	margin: 20px 0 0 0;
	padding-bottom: 0;
}
.post_cont .index_nav ul li.index_level03 {
	margin-left: 15px;
}
.post_cont .index_nav ul li.index_level04 {
	margin-left: 30px;
}
.post_cont .index_nav ul li.index_level05 {
	margin-left: 45px;
}
.post_cont .index_nav ul li {
	display: block;
	text-align: left;
	margin-top: 30px;
	line-height: 1.2;
}
.post_cont .index_nav ul li.index_level03,
.post_cont .index_nav ul li.index_level04,
.post_cont .index_nav ul li.index_level05 {
	margin-top: 25px;
}
.post_cont .index_nav ul li a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.post_cont .index_nav ul li.index_level03 a,
.post_cont .index_nav ul li.index_level04 a,
.post_cont .index_nav ul li.index_level05 a {
	font-size: 14px;
}
.post_cont .index_nav ul li::before {
	display: none;
}

.post_cont .has-text-align-left{
	text-align: left;
}
.post_cont .has-text-align-center{
	text-align: center;
}
.post_cont .has-text-align-right{
	text-align: right;
}

.post_cont h2{
	margin: 50px 0 30px;
	padding: 0 0 10px 35px;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
	border-bottom: 1px solid var(--main-color);
}
.post_cont h2:before{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: #fff;
	position: absolute;
	top:2px;
	left:0;
}
.post_cont h2:after{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: var(--main-color);
	position: absolute;
	top:12px;
	left:10px;
}
.post_cont h3{
	margin: 45px 0 30px;
	padding: 0 0 0 30px;
	font-size: 20px;
	position: relative;
	line-height: 1.2;
}
.post_cont h3:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: var(--main-color);
	position: absolute;
	top:4px;
	left:0;
}

.post_cont h4{
	font-size:18px;
	border-left:5px solid var(--main-color);
	margin: 40px 0 30px;
	padding: 2px 0 0 15px;
	line-height: 1.2;
}

.post_cont h5{
	font-size:16px;
	margin: 35px 0 30px;
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.2;
}
.post_cont h5:before{
	content: "";
	display: block;
	width:15px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:0;
}
.post_cont strong{
	font-weight: bold;
	color: var(--main-color);
}
.post_cont em{
	font-style: italic;
	color: var(--main-color);
}
.post_cont a{
	text-decoration: underline;
	color:var(--main-color);
}

.post_cont > p{
	margin: 0 0 30px;
}
.post_cont ul{
	margin: 0 0 30px 23px;
	list-style-type: disc;
}
.post_cont ol{
	margin: 0 0 30px 23px;
	list-style-type: decimal;
}
.post_cont table{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 1.5;
}
.post_cont table th{
	background: var(--main-dark-color);
	color:#fff;
	font-weight: bold;
	padding: 10px 15px;
}
.post_cont table tr:nth-of-type(1) th{
	background: var(--main-color);
}
.post_cont table td{
	background: var(--main-light-color);
	padding: 10px 15px;
}
.post_cont .wp-block-quote{
	background: var(--main-light-color);
	padding: 50px;
	border-left: 3px solid var(--main-color);
	margin: 0 0 30px;
	position: relative;
}
.post_cont .wp-block-quote:before,
.post_cont .wp-block-quote:after{
	content: "”";
	display: block;
	font-size: 100px;
	color:var(--main-color);
	line-height: 1;
	position: absolute;
}
.post_cont .wp-block-quote:before{
	top: 10px;
	left: 10px;
}
.post_cont .wp-block-quote:after{
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.post_cont .wp-block-buttons{
	margin: 0 0 30px;
	display: flex;
}
.post_cont .wp-block-buttons a{
	display: block;
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	line-height: 48px;
	min-width: 380px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
}
.post_cont .wp-block-buttons a::after{
	content: "";
	background: url(img/btn_arrow01.png)center left / cover no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.post_cont .wp-block-code{
	display: block;
	white-space: pre-wrap;
	margin: 0 0 30px;
}
.post_cont .wp-block-code code{
	display: inline-block;
	padding: 20px;
	color: #fff;
	background: #333;
}
.post_cont .wp-block-image{
	margin: 0 0 30px;
}
.post_cont .wp-block-image img{
	max-width: 100%;
	border-radius: 10px;
}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: url("img/home_bg01.png");
		overflow: hidden;
		position: relative;
	}
	footer::before{
		position: absolute;
		top: 360px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png");
		width: 600px;
		height: 200px;
		border-radius: 50% 50% 0 0;
	}
	footer iframe{
		width: 100%;
		height: 440px;
	}
	footer .inner{
		padding: 0 20px 120px;
	}
	footer .inner .logo{
		width: 250px;
		height: 40px;
		margin: 0 auto;
	}
	footer .inner .bottom_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
		box-sizing: border-box;
		margin-top: 45px;
	}
	footer .inner .bottom_box .text_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .inner .bottom_box .text_box .text01{
		font-size: 18px;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1;
	}
	footer .inner .bottom_box .text_box dl{
		display: flex;
		flex-wrap: wrap;
		width: 380px;
		margin-top: 22px;
	}
	footer .inner .bottom_box .text_box dl dt{
		width: 90px;
		font-size: 14px;
		line-height: 2;
	}
	footer .inner .bottom_box .text_box dl dt::before{
		content: "･";
		padding-right: 4px;
	}
	footer .inner .bottom_box .text_box dl dd{
		width: 290px;
		font-size: 14px;
		line-height: 2;
	}
	footer .inner .bottom_box .text_box .btn_box{
		display: flex;
		gap: 0 10px;
		margin-top: 14px;
	}
	footer .inner .bottom_box .text_box .btn_box .button a{
		display: block;
		width: 180px;
		height: 30px;
		background: #fff url("img/footer_icon01.svg")left 50px top 5px no-repeat;
		background-size: 21px;
		padding: 0 0 0 79px;
		border-radius: 15px;
		box-sizing: border-box;
		color: #08287e;
		font-size: 14px;
		font-weight: 600;
		line-height: 30px;
		position: relative;
	}
	footer .inner .bottom_box .text_box .btn_box .button:nth-of-type(2) a{
		background: #fff url("img/footer_icon02.svg")left 42px top 8px no-repeat;
		background-size: 11px;
		padding: 0 0 0 61px;
	}
	footer .inner .bottom_box .text_box .btn_box .button a::after{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "";
		background: url("img/common_arrow04.svg")no-repeat;
		background-size: 5px;
		width: 5px;
		height: 8px;
		transition: all .4s;
	}
	footer .inner .bottom_box .consultation-hours_box{
		width: 400px;
		background: #fff;
		border-radius: 5px;
		padding: 0 0 18px 0;
	}
	footer .inner .bottom_box .consultation-hours_box figure{
		width: 400px;
	}
	footer .inner .bottom_box .consultation-hours_box .text02{
		font-size: 14px;
		line-height: 1.714;
		margin-left: 32px;
	}
	footer .inner .bottom_box .consultation-hours_box .text02::before{
		content: "※";
	}
	footer .inner .bottom_box .consultation-hours_box .text02:first-of-type{
		margin-top: -4px;
	}
	footer .inner .bottom_box .consultation-hours_box .text02 a{
		color: #ef7192;
		text-decoration: underline;
	}
	footer .inner .bottom_box .text_box .copy{
		position: absolute;
		bottom: 65px;
		left: 50%;
		transform: translateX(-50%);
		color: #999;
		font-size: 12px;
		line-height: 1;
		white-space: nowrap;
		margin-top: 23px;
	}
	
	/*　サイドボタン */
	.side_btn_wrap{
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		width: 100%;
		height: 45px;
		z-index: 11111;
	}
	.side_btn_wrap::after{
		position: absolute;
		top: 100%;
		left: 0;
		content: "";
		background: #fff;
		width: 440px;
		height: 100px;
	}
	.side_btn a{
		display: block;
		width: 240px;
		height: 45px;
		background: #edabab url("img/side_btn_text01_sp.svg")center center no-repeat;
		background-size: 182px;
		padding: 45px 0 0;
		box-sizing: border-box;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	.side_btn:nth-of-type(2) a{
		width: 200px;
		height: 45px;
		background: #08287e url("img/side_btn_text02_sp.svg")center center no-repeat;
		background-size: 171px;
	}


}/*SPの記述ここまで*/





/* swiper
----------------------------------------------------------*/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}





body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
