@import "oc-theme-base.css";

/* Font Series: Zen Kaku Gothic */
@font-face {
	font-family: 'Zen_Kaku_Gothic_New';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2"),
	url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff");
}
@font-face {
	font-family: 'Zen_Kaku_Gothic_New';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"),
    url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
}
@font-face {
	font-family: 'Zen_Kaku_Gothic_New';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"),
    url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
}
/* Font Series: Noto Sans JP */
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
		 url("../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
		url("../fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
		url("../fonts/NotoSansJP-Bold.woff") format("woff");
}
/* Font Series: Nunito */
@font-face {
	font-family: 'nunito';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
		url("../fonts/Nunito-Regular.woff") format("woff");
}
@font-face {
	font-family: 'nunito';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Nunito-Medium.woff2") format("woff2"),
		url("../fonts/Nunito-Medium.woff") format("woff");
}
@font-face {
	font-family: 'nunito';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Nunito-Bold.woff2") format("woff2"),
		url("../fonts/Nunito-.woff") format("woff");
}

:root {
	--oc-link-color: #233B68;
	--oc-primary-color: #161B23;
	
	--oc-btn-primary-color: #161B23;
	--oc-btn-alt-color: #161B23;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	--header-height: 104px;
}

@media screen and (max-width:1200px) {
	:root {
		--header-height: 50px;
	}
}

body {
	color: var(--oc-primary-color);
	font-family: 'Zen_Kaku_Gothic_New', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.15rem;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);;
}
a:hover {
	text-decoration: none;
}
a:hover img{
	opacity: 0.6;
}
img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */

*{
	word-break: break-word;
}
a,
a img{
    transition: all .3s;
}
a[href^="tel:"] {
    pointer-events: none;
}
p{
	margin-bottom: 25px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
.home dl,
.home dd,
.content dl,
.content dd,
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.tb,
.sp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.anchor-parent{
	position: relative;
}
.anchor{
	position: absolute;
	top: calc(-1 * var(--header-height));
}
.f1{
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f2{
	font-family: 'zen-kurenaido', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f3{
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.btn-s1{
	display: inline-block;
	padding-left: 30px;
	padding-right: 55px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	font-family: "NotoSansJP", sans-serif;
	letter-spacing: 0.2em;
	line-height: 48px;
	background: #233B68 url(../img/arrow.svg) no-repeat right 18px center;
	border: #233b68 1px solid;
	border-radius: 30px;
}
.btn-s1.t1{
	border: #fff 1px solid;
}
.btn-s1:hover{
	color: #233B68!important;
	background: #fff url(../img/arrow02.svg) no-repeat right 18px center;
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.mt5{margin-top: 1vw!important;}
	.mt10{margin-top: 1.5vw!important;}
	.mt15{margin-top: 2vw!important;}
	.mt20{margin-top: 2.5vw!important;}
	.mt25{margin-top: 3vw!important;}
	.mt30{margin-top: 3.5vw!important;}
	.mt35{margin-top: 4vw!important;}
	.mt40{margin-top: 4.5vw!important;}
	.mt45{margin-top: 5vw!important;}
	.mt50{margin-top: 5.5vw!important;}
	.mt55{margin-top: 6vw!important;}
	.mt60{margin-top: 6.5vw!important;}
	.mt65{margin-top: 7vw!important;}
	.mt70{margin-top: 7.5vw!important;}
	.mt75{margin-top: 8vw!important;}
	.mt80{margin-top: 8.5vw!important;}
	.mt85{margin-top: 9vw!important;}
	.mt90{margin-top: 9.5vw!important;}
	.mt95{margin-top: 10vw!important;}
	.mt100{margin-top: 11vw!important;}
	.mb5{margin-bottom: 1vw!important;}
	.mb10{margin-bottom: 1.5vw!important;}
	.mb15{margin-bottom: 2vw!important;}
	.mb20{margin-bottom: 2.5vw!important;}
	.mb25{margin-bottom: 3vw!important;}
	.mb30{margin-bottom: 3.5vw!important;}
	.mb35{margin-bottom: 4vw!important;}
	.mb40{margin-bottom: 4.5vw!important;}
	.mb45{margin-bottom: 5vw!important;}
	.mb50{margin-bottom: 5.5vw!important;}
	.mb55{margin-bottom: 6vw!important;}
	.mb60{margin-bottom: 6.5vw!important;}
	.mb65{margin-bottom: 7vw!important;}
	.mb70{margin-bottom: 7.5vw!important;}
	.mb75{margin-bottom: 8vw!important;}
	.mb80{margin-bottom: 8.5vw!important;}
	.mb85{margin-bottom: 9vw!important;}
	.mb90{margin-bottom: 9.5vw!important;}
	.mb95{margin-bottom: 10vw!important;}
	.mb100{margin-bottom: 11vw!important;}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

/*base*/
#container{
	padding-top: var(--header-height);
	overflow: hidden;
}
.container{
	margin: 0;
	margin-bottom: 140px;
	padding: 0;
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
}

@media screen and (max-width:1200px) {
	#container{
		padding-bottom: 80px;
	}
}

@media screen and (max-width:767px) {
	.container{
		margin-bottom: 60px;
	}
}
/*ヘッダー*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#header #hinr{
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	height: var(--header-height);
	background: #fff;
}
#header .left{
	display: flex;
	gap: 15px;
	align-items: center;
	color: #828DA3;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#header .left h1{
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#header .right{
	display: flex;
	gap: 35px;
	align-items: center;
}
#header .logo{
	margin: 0;
	padding: 0;
}
#header .logo img{
	display: block;
}
#header .logo a:hover img{
	opacity: 1;
}
#header .gnav .menu{
	display: flex;
	align-items: center;
	gap: 30px;
}
#header .menu li{
	position: relative;
}
#header .gnav .menu a{
	position: relative;
	color: #161B23;
	font-size: 13px;
}
#header .gnav .menu a:hover{
	padding-bottom: 42px;
}
#header .gnav .menu>li>a:before{
	content: '';
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #B3D5E7;
	opacity: 0;
}
body.category-news li#menu-item-329>a:before,
#header .menu li.current_page_item>a:before,
#header .menu>li>a:hover:before{
	opacity: 1;
}
#header .gnav .sub-menu{
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	justify-content: center;
	gap: 15px;
	top: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	color: #fff;
	background: #233B68;
	opacity: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
	z-index: -1;
}
#header .gnav li.active .sub-menu{
	top: var(--header-height);
	opacity: 1;
    transform: translateY(0);
}
#header .gnav .sub-menu li{
	position: relative;
	width: 150px;
	height: 150px;
	border: #fff 1px solid;
}
#header .gnav .sub-menu li:hover{
	background: #fff;
}
#header .gnav .sub-menu li:before{
	content: '';
	display: block;
	padding-top: 100%;
}
#header .gnav .sub-menu li:nth-of-type(1):before{
	background: url(../img/icon-teeth.svg) no-repeat center 35px;
	background-size: 33px auto;
}
#header .gnav .sub-menu li:nth-of-type(2):before{
	background: url(../img/icon-child.svg) no-repeat center 35px;
	background-size: 33px auto;
}
#header .gnav .sub-menu li:nth-of-type(3):before{
	background: url(../img/icon-brush.svg) no-repeat center 35px;
	background-size: 30px auto;
}
#header .gnav .sub-menu li:nth-of-type(4):before{
	background: url(../img/icon-teeth02.svg) no-repeat center 35px;
	background-size: 33px auto;
}
#header .gnav .sub-menu li:nth-of-type(5):before{
	background: url(../img/icon-teeth04.svg) no-repeat center 30px;
	background-size: 50px auto;
}
#header .gnav .sub-menu li:nth-of-type(6):before{
	background: url(../img/icon-tool.svg) no-repeat center 35px;
	background-size: 28px auto;
}
#header .gnav .sub-menu li:nth-of-type(7):before{
	background: url(../img/icon-microscope.svg) no-repeat center 35px;
	background-size: 32px auto;
}
#header .gnav .sub-menu li:nth-of-type(1):after{
	background: url(../img/icon-teeth-hover.svg) no-repeat center 35px;
	background-size: 33px auto;
}
#header .gnav .sub-menu li:nth-of-type(2):after{
	background: url(../img/icon-child-hover.svg) no-repeat center 35px;
	background-size: 33px auto;
}
#header .gnav .sub-menu li:nth-of-type(3):after{
	background: url(../img/icon-brush-hover.svg) no-repeat center 35px;
	background-size: 30px auto;
}
#header .gnav .sub-menu li:nth-of-type(4):after{
	background: url(../img/icon-teeth02-hover.svg) no-repeat center 35px;
	background-size: 33px auto;
}
#header .gnav .sub-menu li:nth-of-type(5):after{
	background: url(../img/icon-teeth04-hover.svg) no-repeat center 30px;
	background-size: 50px auto;
}
#header .gnav .sub-menu li:nth-of-type(6):after{
	background: url(../img/icon-tool-hover.svg) no-repeat center 35px;
	background-size: 28px auto;
}
#header .gnav .sub-menu li:nth-of-type(7):after{
	background: url(../img/icon-microscope-hover.svg) no-repeat center 35px;
	background-size: 32px auto;
}
#header .gnav .sub-menu li:after{
	content: '';
	opacity: 0;
	z-index: 1!important;
}
#header .gnav .sub-menu li:hover:after{
	opacity: 1;
}
#header .gnav .sub-menu li:after,
#header .gnav .sub-menu li a{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 85px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
	z-index: 20;
}
#header .gnav .sub-menu li:hover a{
	color: #233B68;
}
#header .gnav .sub-menu li a:after,
#header .gnav .sub-menu li a:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 26px;
	width: 100%;
	color: #828DA3;
	font-size: 8px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
#header .gnav .sub-menu li:nth-of-type(1) a:before{
	content: 'General';
}
#header .gnav .sub-menu li:nth-of-type(2) a:before{
	content: 'Pediatric';
}
#header .gnav .sub-menu li:nth-of-type(3) a:before{
	content: 'Prevention';
}
#header .gnav .sub-menu li:nth-of-type(4) a:before{
	content: 'Correction';
}
#header .gnav .sub-menu li:nth-of-type(5) a:before{
	content: 'Aesthetic';
}
#header .gnav .sub-menu li:nth-of-type(6) a:before{
	content: 'Oral surgery';
}
#header .gnav .sub-menu li:nth-of-type(7) a:before{
	content: 'Microscope';
}
#header .gnav .sub-menu li a:after{
	right: 8px;
	bottom: 8px;
	width: 7px;
	height: 7px;
	background: #B3D5E7;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#header .contact{
	position: relative;
}
#header .contact:after,
#header .contact:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(133.11778641838987deg, rgba(52, 103, 131,1) 2.791062531936638%,rgba(52, 103, 131,1) 5.1039154983180035%,rgba(35, 59, 104,1) 99.32753417220235%);
	transition: all .3s;
}
#header .contact:after{
	background: linear-gradient(133.98826574781276deg, rgba(35, 59, 104,1) 2.761822533917467%,rgba(52, 103, 131,1) 97.86587143159976%);
	opacity: 0;
}
#header .contact:hover:before{
	opacity: 0;
}
#header .contact:hover:after{
	opacity: 1;
}
#header .contact a{
	display: block;
	position: relative;
	padding-top: 15px;
	width: 170px;
	height: 64px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	z-index: 1;
}
#header .contact span{
	display: block;
	font-size: 10px;
}
#header .menu-trigger{
	display: none;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 13px;
	width: 46px;
	height: var(--header-height);
	background: #233B68;
	cursor: pointer;
}
.menu-trigger:before{
	content: 'MENU';
	position: absolute;
	left: 50%;
	bottom: 9px;
	width: 100%;
	color: #fff;
	font-size: 8px;
	letter-spacing: 0.05em;
	text-align: center;
    transform: translateX(-50%);
}
.menu-trigger.active:before{
	content: 'close';
}
.menu-trigger .inr{
	position: relative;
	width: 14px;
	height: 12px;
	cursor: pointer;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all .4s;
}
.on .menu-trigger span {
	background: #222;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-3px) rotate(45deg);
}
.sp-menu{
	position: fixed;
	right: -100%;
	bottom: 0;
	width: auto;
	padding-bottom: 100px;
	width: 375px;
	height: calc(100% - var(--header-height));
    background: #EFF2F8;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
}
.sp-menu.on{
	right: 0;
}
.sp-menu .upper{
	padding: 25px 20px;
	background: #fff;
}
.sp-menu #menu-sp-menu a{
	color: #161B23;
}
.sp-menu #menu-sp-menu>li{
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2em;
}
.sp-menu #menu-sp-menu>li li{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}
.sp-menu #menu-sp-menu>li>a{
	display: block;
	padding-left: 15px;
	background: url(../img/arrow02.svg) no-repeat 0 center;
}
.sp-menu #menu-sp-menu>li.menu-item-has-children>a{
	padding-left: 0;
	background: none;
}
.sp-menu #menu-sp-menu ul{
	margin-top: 5px;
}
.sp-menu #menu-sp-menu ul li a{
	display: block;
	position: relative;
	padding-left: 10px;
	background: url(../img/arrow03.svg) no-repeat 0 center;
}
.sp-menu .bottom{
	padding: 0 20px;
	padding-top: 50px;
}
.sp-menu .bottom .flex{
	justify-content: center;
	gap: 10px;
	margin-bottom: 25px;
}
.sp-menu .bottom .u a{
	padding: 0;
	padding-right: 10px;
	width: 162px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.sp-menu .bottom .b{
	text-align: center;
}
.sp-menu .bottom .b a{
	color: #233B68;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.sp-bottom{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 15px 20px;
	width: 100%;
	background: #fff;
	z-index: 100;
}
.sp-bottom .flex{
	justify-content: center;
	gap: 10px;
}
.sp-bottom .flex>span{
	display: block;
	padding-top: 8px;
	width: 74px;
	height: 50px;
	color: #233B68;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	border: #233b68 1px solid;
}
.sp-bottom a{
	display: block;
	width: 250px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(133.11778641838987deg, rgba(52, 103, 131,1) 2.791062531936638%,rgba(52, 103, 131,1) 5.1039154983180035%,rgba(35, 59, 104,1) 99.32753417220235%);
}
.sp-bottom a span{
	margin-right: 10px;
	font-size: 10px;
}

@media screen and (max-width:1585px) {
	#header .left br.sp{
		display: block;
	}
}
@media (max-width: 1400px) {
	#header .gnav .menu {
	  gap: clamp(4px, 1.2vw, 15px);
	}
	#header .right {
      gap: 20px;
	}
  }
@media (max-width: 1300px) {
	#header .logo {
      width: clamp(140px, calc(140px + (100vw - 1200px) * 0.6), 200px);
      height: auto;
	}

  }

@media screen and (max-width:1200px) {
	#header .right{
		display: none;
	}
	#header .left{
		gap: 10px;
		font-size: 10px;
		line-height: 1.3;
	}
	#header .left h1{
		font-size: 10px;
		line-height: 1.3;
	}
	#header .logo{
		width: 128px;
	}
	#header .menu-trigger{
		display: flex;
	}
	.sp-bottom{
		display: block;
	}
}

@media screen and (max-width:767px) {
	#header #hinr{
		padding: 0 8px;
	}
	#header .left{
		font-size: 8px;
	}
	#header .left h1{
		font-size: 8px;
	}	
}

@media screen and (max-width:500px) {
	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.top-mv{
	position: relative;
	margin-bottom: 80px;
}
.top-mv .image{
	position: relative;
}
.top-mv .text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
    transform: translateY(-50%);
	z-index: 10;
}
.top-mv .text .inr{
	position: relative;
	padding-top: 35px;
}
.top-mv .text .inr:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 520px;
	height: 470px;
	background: #fff;
	border-radius: 100%;
	filter: blur(40px);
	opacity: 0.85;
    transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}
.top-mv .text .inr:after{
	content: attr(data-en);
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 35px;
	color: #B3D5E7;
	font-size: 35px;
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.03em;
	text-align: center;
    transform: rotate(-2.5deg);
}
.top-mv .text p.s1{
	color: #233B68;
	font-size: 30px;
	letter-spacing: 0.15em;
}
.top-mv .schedule{
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 10;
}
.top-mv .schedule .main{
	width: 410px;
}
.top-mv .text i{
	position: relative;
}
.top-mv .text i:before{
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	width: 7px;
	height: 7px;
	background: #B3D5E7;
	border-radius: 100%;
    transform: translateX(-50%);
}
.schedule dl{
	display: flex;
	flex-wrap: wrap;
}
.schedule dt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
    writing-mode: vertical-rl;
	background: #233B68;
}
.schedule .upper{
	padding: 15px;
	background: #fff;
}
.schedule table{
	width: 350px;
	color: #233B68;
	text-align: center;
	font-size: 12px;
}
.schedule thead{
	border-bottom: #fff 15px solid;
}
.schedule thead th{
	width: 9%;
	height: 30px;
	font-size: 13px;
	font-weight: 500;
}
.schedule thead th:first-child{
	padding-left: 10px;
	width: 37%;
	font-size: 12px;
	text-align: left;
}
.schedule thead th span{
	display: block;
	width: 90px;
	text-align: center;
	line-height: 28px;
	border: #dbdfe6 1px solid;
}
.schedule tbody th{
	padding-left: 10px;
	text-align: left;
	font-weight: 500;
	line-height: 0.1em;
	letter-spacing: 0.1em;
}
.schedule tbody td{
	font-size: 11px;
}
.schedule .bottom{
	padding: 8px 15px;
	padding-left: 25px;
	color: #233B68;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.6;
	background: #F5F6F8;
}
.schedule .sub{
	padding-left: 10px;
	width: calc(100% - 410px);
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
}
.schedule .sub a{
	color: #fff;
	border-bottom: solid 1px;
}
.f-content .schedule .sub{
	padding-left: 0;
	width: auto;
}
h2[data-en]{
	position: relative;
	margin-bottom: 25px;
	padding-top: 45px;
	padding-bottom: 30px;
	color: #828DA3;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
h2[data-en]:before{
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #233B68;
	font-size: 38px;
	font-family: 'nunito', sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
}
h2[data-en]:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 6px;
	height: 6px;
	background: #B3D5E7;
	border-radius: 100%;
    transform: translateX(-50%);
}
h2.s1[data-en]{
	padding-bottom: 0;
	text-align: left;
}
h2.s1[data-en]:before{
	width: auto;
	text-align: left;
}
h2.s1[data-en]:after{
	top: 0;
	left: auto;
	right: -20px;
	bottom: auto;
    transform: translateX(0);
}
.top-content.c01 {
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 500;
}
.top-content.c01 .upper{
	margin-bottom: 75px;
}
.top-content.c01 strong{
	display: inline-block;
	position: relative;
	padding: 0 25px;
	padding-top: 80px;
	color: #233B68;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
.top-content.c01 strong:before{
	content: '';
	position: absolute;
	top: 0;
	left: -62px;
	width: 120px;
	height: 120px;
	background: #B3D5E7;
	border-radius: 100%;
	filter: blur(10px);
	opacity: 0.2;	
}
.top-content.c01 strong:after{
	content: attr(data-en);
	position: absolute;
	top: 10px;
	left: -8px;
	width: 100%;
	color: #B3D5E7;
	font-size: 34px;
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.01em;
	text-align: left;
    transform: rotate(-6deg);
}
.top-content.c01 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
	padding-top: 5px;
}
.top-content.c01 li{
	padding-left: 25px;
	font-size: 14px;
}
.top-content.c01 li:nth-of-type(1){
	background: url(../img/icon-group.svg) no-repeat 0 center;
}
.top-content.c01 li:nth-of-type(2){
	background: url(../img/icon-offcial.svg) no-repeat 0 center;
}
.top-content.c01 li:nth-of-type(3){
	background: url(../img/icon-school.svg) no-repeat 0 center;
}
.top-content.c01 li:nth-of-type(4){
	background: url(../img/icon-building.svg) no-repeat 0 center;
}
.top-content.c01 .bottom{
	width: 360px;
}
.top-content.c01 .slick-list{
	overflow: visible;
}
.top-content.c02 .upper{
	padding-top: 80px;
	padding-bottom: 135px;
	background: url(../img/top-c02-bg.webp) no-repeat center;
	background-size: cover;
}
.top-content.c02 .upper .inr{
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 960px;
	font-size: 14px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}
.top-content.c02 .header{
	margin-bottom: 20px;
	color: #233B68;
}
.top-content.c02 .header p.s1{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.05em;
}
.top-content.c02 .header span{
	display: block;
	font-size: 32px;
}
.top-content.c02 .upper h2 {
	color: #828DA3;
	font-size: 14px;
	line-height: 1.6;
}
.top-content.c02 .upper p.s2{
	margin-bottom: 10px;
}
.top-content.c02 .upper strong {
	font-size: 18px;
	font-weight: 500;
}
.top-content.c02 .bottom {
	position: relative;
}
.top-content.c02 .bottom:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 5000px;
	height: 100%;
	background: #F9F9F9;
    transform: translateX(-600px);
	z-index: -1;
}
.top-content.c02 .left {
	position: relative;
	padding-top: 100px;
	width: 27.5%;
	color: #fff;
	background: #233B68;
    transform: translateY(-55px);
}
.top-content.c02 .left:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5000px;
	height: 100%;
	background: #233B68;
	z-index: -1;
}
.top-content.c02 .right {
	width: 67%;
	padding: 60px 0;
	padding-bottom: 75px;
}
.top-content.c02 .left h2{
	display: inline-block;
	position: relative;
	margin: 0;
	padding-top: 50px;
	padding-right: 60px;
	color: #fff;
	font-size: 14px;
}
.top-content.c02 .left h2:before{
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: -10px;
	color: #fff;
	font-size: 38px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}
.top-content.c02 .left h2:after{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 6px;
	height: 6px;
	background: #B3D5E7;
	border-radius: 100%;
}
.top-content.c02 .link{
	position: absolute;
	right: 35px;
	bottom: 35px;
}
.top-content.c02 .link a{
	display: inline-block;
	padding-right: 15px;
	color: #fff;
	font-size: 13px;
	background: url(../img/arrow.svg) no-repeat right center;
}
.top-content.c02 li{
	margin-bottom: 15px;
	padding: 14px 20px;
	padding-right: 50px;
	line-height: 1.6;
	background: #fff url(../img/arrow02.svg) no-repeat right 19px center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.top-content.c02 li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
	color: #161B23;
}
.top-content.c02 .date{
	display: inline-block;
	padding-top: 3px;
	width: 80px;
	color: #828DA3;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.top-content.c03 {
	margin-bottom: 120px;
	text-align: center;
}
.top-content.c03 .upper{
	padding: 160px 0;
	line-height: 2;
	letter-spacing: 0.2em;
	background: url(../img/top-c03-bg.webp) no-repeat center;
	background-size: cover;
}
.top-content.c03 .upper p.s1{
	margin-bottom: 20px;
	color: #233B68;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.3em;
}
.top-content.c03 .upper p:not(:last-child){
	margin-bottom: 10px;
}
.top-content.c03 .link{
	margin-top: 50px;
}
.top-content.c03 .bottom{
	text-align: right;;
}
.top-content.c03 .slider{
	display: inline-block;
	width: 360px;
	transform: rotate(180deg);
}
.top-content.c03 .slider .slick-slide {
  transform: rotate(180deg);
}
.top-content.c03 .slick-list{
	overflow: visible;
}
.top-content.c04 {
	position: relative;
	margin-bottom: 110px;
	padding-bottom: 120px;
	overflow: hidden;
}
.top-content.c04:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 110px;
	width: 3700px;
	height: 3700px;
	background: #F4F6FA;
	border-radius: 100%;
    transform: translateX(calc(-50% + 430px));
	z-index: -1;
}
.top-content.c04 .inr{
	margin-bottom: 55px;
}
.top-content.c04 .left{
	padding-left: 35px;
	width: 48.75%;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.2em;
}
.top-content.c04 .right{
	width: 43%;
}
.top-content.c04 h2{
	display: inline-block;
	margin-left: -35px;
	padding-right: 95px;
	padding-bottom: 0;
	text-align: left;
}
.top-content.c04 h2.tb{
	display: none;
}
.top-content.c04 h2:before{
	left: -10px;
}
.top-content.c04 h2:after{
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}
.top-content.c04 .right div{
	position: relative;
	padding-bottom: 60px;
}
.top-content.c04 .right img.s1{
	width: 64%;
}
.top-content.c04 .right img.s2{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 54%;
}
.top-content.c04 .left p:not(:last-child){
	margin-bottom: 10px;
}
.top-content.c04 .left p.s1{
	margin-top: 25px;
	font-size: 12px;
	text-align: right;
	line-height: 1.7;
	letter-spacing: 0.2em;
}
.top-content.c04 .left p.s1 span{
	margin-left: 15px;
	font-size: 16px;
}
.top-content.c04 .link{
	text-align: center;
}
.top-content.c05 {
	margin-bottom: 150px;
}
.top-content.c05 h2{
	margin-bottom: 60px;
}
.top-content.c05 .inr{
    counter-reset: order;
}
.top-content.c05 .box{
	align-items: flex-start;
	margin-right: -50px;
	margin-bottom: 95px;
}
.top-content.c05 .box:nth-of-type(even){
	margin-right: 0;
	margin-left: -50px;
}
.top-content.c05 .image{
	position: relative;
	width: 44.5%;
}
.top-content.c05 .box .image:before{
	content: '';
	position: absolute;
	background: #F4F6FA;
	border-radius: 100%;
	z-index: -1;
}
.top-content.c05 .box:nth-of-type(1) .image:before{
	top: -200px;
	left: -200px;
	width: 400px;
	height: 400px;
}
.top-content.c05 .box:nth-of-type(2) .image:before{
	right: -165px;
	bottom: -165px;
	width: 330px;
	height: 330px;
}
.top-content.c05 .box:nth-of-type(3) .image:before{
	top: -70px;
	right: -70px;
	width: 140px;
	height: 140px;
}
.top-content.c05 .box:nth-of-type(4) .image:before{
	right: -157px;
	bottom: -157px;
	width: 314px;
	height: 314px;
}
.top-content.c05 .box:nth-of-type(5) .image:before{
	top: -70px;
	left: -70px;
	width: 140px;
	height: 140px;
}
.top-content.c05 .box:nth-of-type(even) .image{
	order: 2;
}
.top-content.c05 .text{
	position: relative;
	margin-top: 130px;
	padding: 45px 30px 50px 100px;
	width: 55.5%;
	line-height: 1.6;
	letter-spacing: 0.2em;
	border: #828da3 1px solid;
    transform: translateX(-50px);
	z-index: 2;
}
.top-content.c05 .box:nth-of-type(even) .text{
	padding-left: 50px;
	padding-right: 80px;
    transform: translateX(50px);
}
.top-content.c05 h3{
	position: relative;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-left: 100px;
	color: #233B68;
	font-size: 24px;
	line-height: 1.4;
}
.top-content.c05 h3:before{
    counter-increment: order;
    content: counter(order, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	color: #B3D5E7;
	font-size: 64px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0;
}
.top-content.c05 h3:after{
	content: attr(data-en);
	position: absolute;
	top: 5px;
	left: 100px;
	color: #828DA3;
	font-size: 14px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.top-content.c05 .text p:not(:last-child){
	margin-bottom: 25px;
}
.top-content.c06 {
	padding-top: 140px;
	padding-bottom: 150px;
	color: #fff;
	background: #233B68;
}
.top-content.c06 h2{
	margin-bottom: 55px;
	color: #fff;
}
.top-content.c06 h2:before{
	color: #fff;
}
.top-content.c06 .inr{
	
}
.top-content.c06 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4.25%;
	margin: 0 auto;
	max-width: 780px;
}
.top-content.c06 li{
	position: relative;
	width: 30.5%;
	border: #fff 1px solid;
}
.top-content.c06 li:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.top-content.c06 li:after{
	content: '';
	opacity: 0;
	z-index: 1!important;
}
.top-content.c06 li:hover{
	background: #fff;
}
.top-content.c06 li:hover:after{
	opacity: 1;
}
.top-content.c06 li:after,
.top-content.c06 li a{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 135px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
	z-index: 20;
}
.top-content.c06 li:nth-of-type(1):before{
	background: url(../img/icon-teeth.svg) no-repeat center 60px;
	background-size: 39px auto;
}
.top-content.c06 li:nth-of-type(2):before{
	background: url(../img/icon-child.svg) no-repeat center 64px;
	background-size: 40px auto;
}
.top-content.c06 li:nth-of-type(3):before{
	background: url(../img/icon-brush.svg) no-repeat center 60px;
	background-size: 40px auto;
}
.top-content.c06 li:nth-of-type(4):before{
	background: url(../img/icon-teeth02.svg) no-repeat center 60px;
	background-size: 40px auto;
}
.top-content.c06 li:nth-of-type(5):before{
	background: url(../img/icon-teeth03.svg) no-repeat center 53px;
	background-size: 53px auto;
}
.top-content.c06 li:nth-of-type(6):before{
	background: url(../img/icon-tool.svg) no-repeat center 60px;
	background-size: 33px auto;
}
.top-content.c06 li:nth-of-type(7):before{
	background: url(../img/icon-microscope.svg) no-repeat center 60px;
	background-size: 38px auto;
}
.top-content.c06 li:nth-of-type(1):after{
	background: url(../img/icon-teeth-hover.svg) no-repeat center 60px;
	background-size: 39px auto;
}
.top-content.c06 li:nth-of-type(2):after{
	background: url(../img/icon-child-hover.svg) no-repeat center 64px;
	background-size: 40px auto;
}
.top-content.c06 li:nth-of-type(3):after{
	background: url(../img/icon-brush-hover.svg) no-repeat center 60px;
	background-size: 40px auto;
}
.top-content.c06 li:nth-of-type(4):after{
	background: url(../img/icon-teeth02-hover.svg) no-repeat center 60px;
	background-size: 40px auto;
}
.top-content.c06 li:nth-of-type(5):after{
	background: url(../img/icon-teeth03-hover.svg) no-repeat center 53px;
	background-size: 53px auto;
}
.top-content.c06 li:nth-of-type(6):after{
	background: url(../img/icon-tool-hover.svg) no-repeat center 60px;
	background-size: 33px auto;
}
.top-content.c06 li:nth-of-type(7):after{
	background: url(../img/icon-microscope-hover.svg) no-repeat center 60px;
	background-size: 38px auto;
}
.top-content.c06 li:hover a{
	color: #233B68;
}
.top-content.c06 li a:before{
	content: '';
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 10px;
	height: 10px;
	background: #B3D5E7;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.top-content.c06 li a:after{
	display: block;
	padding-top: 10px;
	color: #828DA3;
	font-size: 10px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.top-content.c06 li:nth-of-type(1) a:after{
	content: 'General';
}
.top-content.c06 li:nth-of-type(2) a:after{
	content: 'Pediatric';
}
.top-content.c06 li:nth-of-type(3) a:after{
	content: 'Prevention';
}
.top-content.c06 li:nth-of-type(4) a:after{
	content: 'Correction';
}
.top-content.c06 li:nth-of-type(5) a:after{
	content: 'Aesthetic';
}
.top-content.c06 li:nth-of-type(6) a:after{
	content: 'Oral surgery';
}
.top-content.c06 li:nth-of-type(7) a:after{
	content: 'Microscope';
}
.top-content.c07 {
	position: relative;
	padding-top: 140px;
	padding-bottom: 100px;
	letter-spacing: 0.2em;
	background: #fff url(../img/top-c07-bg.webp) no-repeat center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
.top-content.c07:before{
	content: '';
	position: absolute;
	top: -400px;
	left: 50%;
	width: 800px;
	height: 800px;
	background: #F4F6FA;
	border-radius: 100%;
    transform: translateX(-1110px);
}
.top-content.c07 .wrap{
	position: relative;
}
.top-content.c07 .upper{
	margin-right: -120px;
	margin-bottom: 90px;
}
.top-content.c07 .left{
	width: 40.5%;
	font-size: 14px;
	line-height: 2;
}
.top-content.c07 .right{
	padding-top: 70px;
	width: 52.5%;
}
.top-content.c07 .right img{
	width: calc(100% + 120px);
}
.top-content.c07 .left strong{
	color: #233B68;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.3em;
}
.top-content.c07 .left p.s1{
	margin-bottom: 30px;
}
.top-content.c07 .left p{
	margin-bottom: 20px;
}
.top-content.c07 .bottom{
	margin: 0 auto;
	padding: 50px;
	max-width: 960px;
	background: #fff;
}
.top-content.c07 dl{
	margin: 0 auto;
	max-width: 680px;
}
.top-content.c07 dt{
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
.top-content.c07 dt:before{
	content: attr(data-en);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #828DA3;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}
.top-content.c07 ul{
	width: 330px;
}
.top-content.c07 ul:nth-of-type(even){
	padding-left: 20px;
}
.top-content.c07 li{
	margin-bottom: 10px;
}
.top-content.c07 li a{
	padding-right: 20px;
	color: #233B68;
	font-size: 16px;
	text-decoration: underline;
	background: url(../img/icon-link.svg) no-repeat right center;
}
.top-content.c07 li a:hover{
	opacity: 0.6;
}
.top-content.c08 {
	position: relative;
	margin-bottom: 130px;
	padding-top: 150px;
	padding-bottom: 100px;
	letter-spacing: 0.2em;
	background: #fff url(../img/top-c08-bg.webp) no-repeat center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
.top-content.c08:before{
	content: '';
	position: absolute;
	top: -400px;
	right: 50%;
	width: 800px;
	height: 800px;
	background: #F4F6FA;
	border-radius: 100%;
    transform: translateX(1110px);
}
.top-content.c08 .wrap{
	position: relative;
}
.top-content.c08 .upper{
	margin-left: -120px;
	margin-bottom: 110px;
}
.top-content.c08 .upper .left{
	width: 52%;
}
.top-content.c08 .upper .right{
	padding-top: 95px;
	width: 42%;
	font-size: 14px;
	line-height: 2;
}
.top-content.c08 .upper p.s1{
	margin-bottom: 30px;
}
.top-content.c08 .upper p:not(:last-child){
	margin-bottom: 20px;
}
.top-content.c08 .upper strong{
	color: #233B68;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.3em;
}
.top-content.c08 .middle {
    counter-reset: order;
	margin-bottom: 100px;
}
.top-content.c08 .middle .minr{
    counter-reset: order2;
}
.top-content.c08 .middle .box:not(:last-child){
	margin-bottom: 110px;
}
.top-content.c08 .middle .image{
	position: relative;
	width: 41.5%;
}
.top-content.c08 .middle .box:nth-of-type(even) .image{
	order: 2;
}
.top-content.c08 .middle .image:before{
	content: '認定';
	position: absolute;
	top: -10px;
	left: 10px;
	padding-top: 20px;
	width: 58px;
	height: 85px;
	color: #233B68;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0;
	background: url(../img/deco.svg) no-repeat center 0;
}
.top-content.c08 .middle .image:after{
    counter-increment: order2;
    content: counter(order2, decimal-leading-zero);
	position: absolute;
	top: 27px;
	left: 27px;
	color: #233B68;
	font-size: 22px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0;
}
.top-content.c08 .middle .text{
	width: 52%;
}
.top-content.c08 .middle dt{
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
	color: #233B68;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
.top-content.c08 .middle dt:before{
    counter-increment: order;
    content: 'Certification ' counter(order, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	color: #828DA3;
	font-size: 12px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
}
.top-content.c08 .bottom {
	margin: 0 auto;
	padding: 50px 30px;
	max-width: 960px;
	text-align: center;
	line-height: 2;
	background: #fff;
}
.top-content.c08 .bottom p.s1{
	margin-bottom: 15px;
	color: #233B68;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.3em;
}
.top-content.c09 {
	margin-bottom: 150px;
	padding-bottom: 145px;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 0%,rgba(254, 254, 254,1) 0%,rgba(244, 246, 250,1) 100%);
}
.top-content.c09 h2{
	margin-bottom: 60px;
}
.top-content.c09 .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 5%;
	margin-bottom: 50px;
}
.top-content.c09 .box{
	width: 30%;
}
.top-content.c09 .image{
	margin-bottom: 20px;
}
.top-content.c09 .image img{
	height: auto;
}
.top-content.c09 .date{
	display: block;
	margin-bottom: 5px;
	color: #828DA3;
	font-size: 12px;
	font-family: 'nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.05em;
}
.top-content.c09 .p-title{
	display: block;
	color: #233B68;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
.top-content.c09 .link{
	text-align: center;
}
.top-content.c10 h2{
	margin-bottom: 30px;
}
.layout-s1{
	margin: 0 auto;
	max-width: 960px;
}
.layout-s1 .map{
	margin-bottom: 30px;
}
.layout-s1 iframe{
	width: 100%;
	height: 300px;
}
.layout-s1 .info{
	gap: 20px 0;
	position: relative;
	margin-bottom: 50px;
}
.layout-s1 .info:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #DBDFE6;
}
.layout-s1 dl{
	width: 44.8%;
	letter-spacing: 0.2em;
}
.layout-s1 dt{
	color: #828DA3;
	font-size: 12px;
	font-weight: normal;
}
.layout-s1 dd{
	font-size: 14px;
}
.top-content.c10 .link{
	text-align: center;
}

@media screen and (max-width:1000px) {
	.top-mv .schedule{
		position: static;
	}
	.schedule .sub{
		padding-right: 20px;
		color: #161B23;
	}
	.schedule .sub a{
		color: #161B23;
		border-bottom: solid 1px;
	}
}

@media screen and (max-width:820px) {
	.top-content.c04 h2.tb{
		display: inline-block;
		margin-left: 0;
	}
	.top-content.c04 h2.pc{
		display: none;
	}
	.top-content.c04 .left{
		order: 2;
		width: 100%;
	}
	.top-content.c04 .right{
		margin: 0 auto;
		margin-bottom: 50px;
		width: 70%;
	}
	.top-content.c05 .box{
		margin-right: 0;
		margin-left: 0!important;
		margin-bottom: 60px;
	}
	.top-content.c05 .image{
		margin-bottom: 20px;
		width: 100%;
	}
	.top-content.c05 .text{
		margin-top: 0;
		padding: 30px!important;
		width: 100%;
		transform: translateX(0)!important;
	}
	.top-content.c05 .box:nth-of-type(even) .image{
		order: 0;
	}
	.top-content.c07 .upper{
		margin-right: -20px;
	}
	.top-content.c07 .left{
		width: 100%;
	}
	.top-content.c07 .right{
		padding-top: 40px;
		width: 100%;
		text-align: right;
	}
	.top-content.c07 .right img{
		width: 70%;
	}
	.top-content.c07 .bottom .flex{
		display: block;
		text-align: center;
	}
	.top-content.c07 ul{
		display: block;
		width: auto;
		text-align: center;
	}
	.top-content.c07 ul:nth-of-type(even){
		padding-left: 0;
	}
	.top-content.c08 .upper{
		margin-left: 0;
	}
	.top-content.c08 .upper .left{
		width: 100%;
	}
	.top-content.c08 .upper .right{
		padding-top: 40px;
		width: 100%;
	}
	.top-content.c08 .upper .left img{
		width: 100%;
	}
	.top-content.c08 .middle .image{
		margin-bottom: 25px;
		width: 100%;
	}
	.top-content.c08 .middle .box:nth-of-type(even) .image{
		order: 0;
	}
	.top-content.c08 .middle .text{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.top-mv{
		margin-bottom: 60px;
	}
	.top-mv .slick-track{
		height: calc(100vh - 320px);
	}
	.top-mv .image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top-mv .text{
		font-size: 12px;
	}
	.top-mv .text .inr{
		padding-top: 15px;
	}
	.top-mv .text .inr:before{
		width: 265px;
		height: 240px;
		opacity: 0.8;
	}
	.top-mv .text .inr:after{
		top: -14px;
		font-size: 20px;
	}
	.top-mv .text p.s1{
		margin-bottom: 7px;
		font-size: 20px;
	}
	.top-mv .text i:before{
		width: 5px;
		height: 5px;
	}
	.top-mv .schedule{
		display: block;
	}
	.top-mv .schedule .main{
		margin-bottom: 15px;
		width: 100%;
	}
	.top-mv .schedule .main .upper{
		margin: 0 auto;
		width: 375px;
	}
	.schedule .sub{
		padding: 0 20px;
		width: 100%;
		font-size: 10px;
	}
	.schedule dl{
		display: block;
	}
	.schedule dt{
		width: 100%;
		height: 35px;
		letter-spacing: 0.2em;
		writing-mode: horizontal-tb;
	}
h2[data-en]{
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 12px;
}
h2[data-en]:before{
	font-size: 32px;
}
	.top-content.c01 .upper{
		margin-bottom: 50px;
	}
	.top-content.c01 .upper p:not(:last-child){
		margin-bottom: 15px;
	}
	.top-content.c01 strong{
		padding: 0;
		padding-top: 50px;
		font-size: 18px;
	}
	.top-content.c01 strong:before{
		top: -40px;
		left: -10px;
	}
	.top-content.c01 strong:after{
		top: 0;
		left: 0;
		width: 100%;
		color: #B3D5E7;
		font-size: 32px;
		text-align: center;
	}	
	.top-content.c01 ul {
		gap: 5px;
		justify-content: start;
		letter-spacing: 0.1em;
	}
	.top-content.c01 .bottom{
		width: 160px;
	}
	.top-content.c02 .upper{
		padding-top: 60px;
		padding-bottom: 160px;
	}
	.top-content.c02 .header p.s1{
		font-size: 14px;
		line-height: 1;
	}
	.top-content.c02 .header span{
		font-size: 24px;
	}
	.top-content.c02 .upper h2 {
		font-size: 13px;
	}
	.top-content.c02 .upper strong {
		font-size: 16px;
	}
	.top-content.c02 .inr{
		margin-top: -100px;
	}
	.top-content.c02 .left {
		padding-top: 50px;
		width: 92%;
		transform: translateY(0);
	}
	.top-content.c02 .right {
		width: 100%;
		padding: 40px 0;
		padding-bottom: 25px;
	}
	.top-content.c02 .left h2{
		padding-top: 40px;
		padding-bottom: 70px;
		font-size: 12px;
	}
	.top-content.c02 .left h2:before{
		left: -15px;
		font-size: 32px;
	}
	.top-content.c02 .link{
		right: 20px;
		bottom: 40px;
	}
	.top-content.c02 li a{
		-webkit-line-clamp: 2;
	}
	.top-content.c02 .date{
		display: block;
	}
	.top-content.c03 {
		margin-bottom: 60px;
	}
	.top-content.c03 .upper{
		padding-top: 60px;
		padding-bottom: 70px;
		background: url(../img/top-c03-bg-sp.webp) no-repeat center;
		background-size: cover;
	}
	.top-content.c03 .upper p.s1{
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.6;
	}
	.top-content.c03 .slider{
		width: 160px;
	}
	.top-content.c04 {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	.top-content.c04:before{
		top: 137vw;
		transform: translateX(calc(-30%));
	}
    .top-content.c04 .right {
        width: 100%;
		text-align: right;
    }
	.top-content.c04 .right img.s2 {
		right: auto;
		left: 0;
	}
	.top-content.c04 .left {
		padding-left: 0;
		letter-spacing: 0.15em;
	}
	.top-content.c05 {
		margin-bottom: 60px;
	}
	.top-content.c05 h2{
		margin-bottom: 30px;
	}
	.top-content.c05 h3{
		padding-top: 30px;
		padding-left: 60px;
		font-size: 18px;
	}
	.top-content.c05 h3:before{
		top: 23px;
		font-size: 36px;
	}
	.top-content.c05 h3:after{
		left: 60px;
		font-size: 12px;
	}
	.top-content.c05 .box:nth-of-type(1) .image:before{
		top: -70px;
		left: -60px;
		width: 190px;
		height: 190px;
	}
	.top-content.c05 .box:nth-of-type(2) .image:before{
		right: -45px;
		bottom: -100px;
		width: 195px;
		height: 195px;
	}
	.top-content.c05 .box:nth-of-type(3) .image:before{
		display: none;
	}
	.top-content.c05 .box:nth-of-type(4) .image:before{
		right: -40px;
		bottom: -55px;
		width: 155px;
		height: 155px;
	}
	.top-content.c05 .box:nth-of-type(5) .image:before{
		top: -30px;
		left: -40px;
		width: 75px;
		height: 75px;
	}
	.top-content.c05 .text {
		margin-right: 10px;
		margin-left: 10px;
	}
	.top-content.c05 .text .btn-s1{
		padding-right: 30px;
		width: 100%;
	}
	.top-content.c06{
		padding: 60px 0;
	}
	.top-content.c06 ul{
		gap: 20px;
	}
	.top-content.c06 li{
		width: calc(50% - 10px);
	}
	.top-content.c06 li:after,
	.top-content.c06 li:before{
		background-position-y: 16vw!important;
	}
	.top-content.c06 li a{
		padding-top: 26vw;
		font-size: 14px;
	}
	.top-content.c06 li a:before{
		right: 8px;
		bottom: 8px;
		width: 8px;
		height: 8px;
	}
	.top-content.c07 {
		padding-top: 60px;
		padding-bottom: 40px;
	}
.top-content.c07:before{
	top: 0;
	left: 0;
	width: 590px;
	height: 590px;
    transform: translateY(-58%) translateX(-49%);
}
	.top-content.c07 .upper {
		margin-bottom: 35px;
	}
	.top-content.c07 .left p.s1 {
		margin-bottom: 10px;
	}
	.top-content.c07 .left strong{
		font-size: 18px;
	}
    .top-content.c07 .right {
        padding-top: 15px;
    }
    .top-content.c07 .right img {
        width: calc(100% - 20px);
    }
	.top-content.c07 .bottom {
		padding: 30px 20px;
	}
	.top-content.c07 dt{
		margin-bottom: 20px;
	}
	.top-content.c07 ul{
		text-align: left;
	}
	.top-content.c07 li{
		margin-bottom: 5px;
	}
	.top-content.c07 li a {
		padding-right: 17px;
		font-size: 14px;
	}
	.top-content.c08 {
		margin-bottom: 50px;
		padding-top: 60px;
		padding-bottom: 55px;
		background: #fff url(../img/top-c08-bg-sp.webp) no-repeat center bottom;
		background-size: 100% auto;
	}
	.top-content.c08:before{
		top: 0;
		right: auto;
		left: 100px;
		width: 560px;
		height: 560px;
		transform: translateY(-50%) translateX(0);
	}
	.top-content.c08 .upper{
		margin-bottom: 45px;
	}
    .top-content.c08 .upper .left {
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	.top-content.c08 .upper .right{
		padding-top: 25px;
	}
	.top-content.c08 .upper p:not(:last-child){
		margin-bottom: 15px;
	}
	.top-content.c08 .upper strong {
		font-size: 18px;
	}
	.top-content.c08 .middle{
		margin-bottom: 50px;
	}
	.top-content.c08 .middle .box:not(:last-child){
		margin-bottom: 65px;
	}
	.top-content.c08 .middle .image:before{
		padding-top: 12px;
		width: 45px;
		height: 66px;
		font-size: 10px;
		letter-spacing: 0.2em;
		background-size: 100% auto;
	}
	.top-content.c08 .middle .image:after{
		top: 16px;
		left: 21px;
		font-size: 20px;
	}
	.top-content.c08 .middle dt{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.top-content.c08 .middle dt:before{
		font-size: 10px;
	}
	.top-content.c08 .middle dd{
		font-size: 14px;
	}
	.top-content.c08 .bottom{
		padding: 45px 20px;
		font-size: 14px;
	}
	.top-content.c08 .bottom p.s1{
		font-size: 15px;
	}
	.top-content.c09 {
		margin-bottom: 55px;
		padding-bottom: 55px;
	}
	.top-content.c09 h2 {
		margin-bottom: 40px;
	}
	.top-content.c09 .box{
		width: 100%;
	}
	.layout-s1 .map{
		margin-bottom: 15px;
	}
	.layout-s1 .info{
		margin-bottom: 35px;
	}
	.layout-s1 .info:before{
		display: none;
	}
	.layout-s1 dl{
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.top-content.c06 li:after,
	.top-content.c06 li:before{
		background-position-y: 14vw!important;
	}
	.top-content.c06 li a{
		padding-top: 24vw;
	}
	.top-content.c06 li a:after{
		padding-top: 0;
	}
	.top-content.c06 li:nth-of-type(1):after,
	.top-content.c06 li:nth-of-type(1):before{
		background-position-y: 38px!important;
		background-size: 33px auto;
	}
	.top-content.c06 li:nth-of-type(2):after,
	.top-content.c06 li:nth-of-type(2):before{
		background-position-y: 38px!important;
		background-size: 33px auto;
	}
	.top-content.c06 li:nth-of-type(3):after,
	.top-content.c06 li:nth-of-type(3):before{
		background-position-y: 38px!important;
		background-size: 30px auto;
	}
	.top-content.c06 li:nth-of-type(4):after,
	.top-content.c06 li:nth-of-type(4):before{
		background-position-y: 38px!important;
		background-size: 33px auto;
	}
	.top-content.c06 li:nth-of-type(5):after,
	.top-content.c06 li:nth-of-type(5):before{
		background: url(../img/icon-teeth04.svg) no-repeat center 32px!important;
		background-size: 45px auto;
	}
	.top-content.c06 li:nth-of-type(5):after{
		background: url(../img/icon-teeth04-hover.svg) no-repeat center 32px!important;
		background-size: 45px auto!important;
	}
	.top-content.c06 li:nth-of-type(6):after,
	.top-content.c06 li:nth-of-type(6):before{
		background-position-y: 38px!important;
		background-size: 28px auto;
	}
}

/* 下層 */
.container.sub{
	position: relative;
}
.container.sub:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3500px;
	height: 3500px;
	background: #F4F6FA;
	border-radius: 100%;
    transform: translateY(calc(-100% + 350px)) translateX(-50%);
	z-index: -1;
}
/* body:not(.home) #header #hinr{
	background: #F4F6FA;
} */
.container.sub .page-header{
	margin-bottom: 45px;
	padding-top: 30px;
	text-align: center;
	line-height: 2;
}
.container.sub .page-header .image{
	margin-bottom: 40px;
}
.container.sub .page-header p:not(:last-child){
	margin-bottom: 20px;
}
.container.sub h1{
	position: relative;
	margin-bottom: 25px;
	padding-top: 40px;
	color: #233B68;
	font-size: 30px;
	font-weight: 500;
}
.container.sub h1:before{
	content: attr(data-en);
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	color: #B3D5E7;
	font-size: 36px;
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.03em;
	text-align: center;
    transform: rotate(-2.5deg);
}

@media screen and (max-width:767px) {
	.container.sub:after{
		width: 920px;
		height: 920px;
		transform: translateY(calc(-100% + 120px)) translateX(-50%);
	}
	.container.sub .page-header{
		margin-bottom: 35px;
		padding-top: 20px;
		font-size: 14px;
	}
	.container.sub .page-header .image{
		margin-bottom: 45px;
	}
	.container.sub h1{
		margin-bottom: 15px;
		padding-top: 30px;
		font-size: 24px;
	}
	.container.sub h1:before{
		top: -10px;
		font-size: 24px;
	}
}

/* 当院について */
body.about .container{
	margin-bottom: 0;
}
body.about .container.sub .page-header{
	margin-bottom: 80px;
}
body.about .content.c01{
	position: relative;
	padding-top: 105px;
	padding-bottom: 95px;
	text-align: center;
	background: url(../img/about/about-c01-bg.webp) no-repeat center bottom;
	background-size: 100% auto;
}
body.about .content.c01:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
body.about .content.c01 .wrap{
	position: relative;
}
body.about .content.c01 .header{
	margin-bottom: 40px;
	line-height: 2;
}
body.about .content.c01 h2{
	margin-bottom: 35px;
}
body.about .content.c01 p.s1{
	color: #233B68;
	font-size: 16px;
	font-weight: 500;
}
body.about .content.c01 .flex{
	gap: 20px calc(7.8% / 3);
	margin-bottom: 35px; 
}
body.about .content.c01 .box{
	position: relative;
	padding: 20px 10px;
	padding-top: 140px;
	width: 23.05%;
	background: #fff;
	border: #dbdfe6 1px solid;
}
body.about .content.c01 .box:before{
	content: attr(data-en);
	position: absolute;
	top: 30px;
	left: 50%;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: 'nunito', sans-serif;
	font-style: normal;
	text-align: center;
	line-height: 70px;
	background: #233B68;
	border-radius: 100%;
    transform: translateX(-50%);
}
body.about .content.c01 .box:after{
	content: '';
	position: absolute;
	top: 117px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(../img/deco02.svg) no-repeat center 0;
	background-size: 7px auto;
}
body.about .content.c01 dt{
	position: relative;
	margin-bottom: 10px;
	padding-top: 22px;
	color: #233B68;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3em;
}
body.about .content.c01 dt:before{
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	font-family: 'nunito', sans-serif;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
body.about .content.c01 dd{
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
body.about .content.c02 {
	position: relative;
	margin-bottom: 200px;
	padding-top: 145px;
	overflow: hidden;
}
body.about .content.c02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3500px;
	height: 3500px;
	background: #F4F6FA;
	border-radius: 100%;
    transform: translateY(calc(-100% + 500px)) translateX(-50%);
	z-index: -1;
}
body.about .content.c02 h2{
	margin-bottom: 35px;
}
body.about .content.c02 .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 55px calc(7.8% / 3);
}
body.about .content.c02 .box{
	width: 23.05%;
	letter-spacing: 0.2em;
}
body.about .content.c02 .image{
	margin-bottom: 10px;
}
body.about .content.c02 .box a:hover img{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	opacity: 1;
}
body.about .content.c02 dt{
	color: #828DA3;
	font-size: 10px;
	line-height: 1.6;
}
body.about .content.c02 dd{
	color: #161B23;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}
body.about .content.c03 {
	position: relative;
	margin-bottom: 135px;
	padding-bottom: 120px;
	overflow: hidden;
}
body.about .content.c03:before {
	content: '';
	position: absolute;
	top: 125px;
	left: 50%;
	width: 3700px;
	height: 3700px;
	background: #F4F6FA;
	border-radius: 100%;
    transform: translateX(calc(-50% + 500px));
	z-index: -1;
}
body.about .content.c03 .left{
	width: 49%;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 2.1;
}
body.about .content.c03 .right{
	width: 37.5%;
}
body.about .content.c03 .linr{
	padding-left: 35px;
}
body.about .content.c03 h2{
	margin-bottom: 15px;
}
body.about .content.c03 h2:after{
	right: auto;
	left: 372px;
}
body.about .content.c03 p:not(:last-child){
	margin-bottom: 10px;
}
body.about .content.c03 p.s1{
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.7;
	text-align: right;
}
body.about .content.c03 p.s1 b{
	margin-left: 15px;
	font-size: 16px;
	font-weight: normal;
}
body.about .content.c04 {
	margin-bottom: 135px;
	padding-bottom: 170px;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 5%,rgba(255, 255, 255,1) 15%,rgba(239, 242, 248,1) 100%);
}
body.about .content.c04 .header{
	margin-bottom: 70px;
	text-align: center;
	line-height: 2;
}
body.about .content.c04 .inr{
    counter-reset: order;
	margin: 0 auto;
	width: 1040px;
}
body.about .content.c04 .box{
	padding: 0 20px;
	letter-spacing: 0.2em;
}
body.about .content.c04 .left{
	width: 47%;
}
body.about .content.c04 .right{
	width: 48%;
}
body.about .content.c04 h3{
	position: relative;
	margin-bottom: 10px;
	padding-top: 22px;
	color: #233B68;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
body.about .content.c04 h3:after,
body.about .content.c04 .slide-num{
    counter-increment: order;
	position: absolute;
	top: 0;
	left: 0;
	color: #828DA3;
	font-size: 14px;
	font-family: 'nunito', sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;letter-spacing: 0.05em;
	font-size: 14px;
}
body.about .content.c04 h3:after{
	counter-increment: none;
	content: attr(data-en);
	left: 22px;
}
body.about .content.c04 .slick-list{
	overflow: visible;
}
body.about .content.c04 .slick-arrow {
    top: auto;
	left: auto;
	right: 55px;
	bottom: -75px;
    width: 30px;
    height: 30px;
	background: url(../img/arrow05.svg) no-repeat center;
	background-size: 100% auto;
	z-index: 1;
    transform: translateY(0) translateX(0);
}
body.about .content.c04 .slick-next {
	right: 20px;
	background: url(../img/arrow06.svg) no-repeat center;
	background-size: 100% auto;
}
body.about .content.c04 .slick-arrow:before {
	display: none;
}
body.about .content.c04 .slick-dots{
	left: 20px;
	bottom: -62px;
	width: calc(100% - 140px);
	font-size: 0;
	text-align: left;
}
body.about .content.c04 .slick-dots li,
body.about .content.c04 .slick-dots button,
body.about .content.c04 .slick-dots button:before{
	content: '';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 3px;
	border-radius: 0;
	opacity: 1;
}
body.about .content.c04 .slick-dots li{
	width: calc(100% / 7);
}
body.about .content.c04 .slick-dots button:before{
	background: #fff;
}
body.about .content.c04 .slick-dots .slick-active button:before{
	background: #233B68;
}
body.about .content.c05 {
	margin-bottom: 0;
	padding-bottom: 225px;
}
body.about .content.c05 .header{
	margin-bottom: 50px;
}
body.about .content.c05 h2{
	margin-bottom: 50px;
}
body.about .content.c05 .slick-dots li{
	width: calc(100% / 6);
}
body.about .content.c06 {
	padding-top: 135px;
	padding-bottom: 85px;
	color: #fff;
	background: #233B68;
}
body.about .content.c06 .header{
	margin-bottom: 75px;
	line-height: 2;
	text-align: center;
}
body.about .content.c06 h2{
	margin-bottom: 30px;
	padding-bottom: 130px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	background: url(../img/icon-heart.svg) no-repeat center bottom;
}
body.about .content.c06 h2 strong{
	display: block;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
body.about .content.c06 .inr{
    counter-reset: order;
	margin: 0 auto;
	max-width: 860px;
}
body.about .content.c06 .box{
	margin-bottom: 60px;
	padding: 40px;
	background: #fff;
}
body.about .content.c06 .image{
	margin-bottom: 25px;
}
body.about .content.c06 .image img{
	width: 100%;
}
body.about .content.c06 dl.p{
	color: #161B23;
	letter-spacing: 0.2em;
	font-size: 14px;
	line-height: 1.6;
}
body.about .content.c06 dl.p>dt{
	position: relative;
	margin-bottom: 15px;
	padding-top: 25px;
	color: #233B68;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
body.about .content.c06 dl.p>dt:before{
    counter-increment: order;
    content: 'Point.' counter(order, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	color: #828DA3;
	font-size: 14px;
	font-family: 'nunito', sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
body.about .content.c06 .dl-inr{
	padding: 20px 25px;
	background: #F9F9F9;
}
body.about .content.c06 dl dl:not(:last-child){
	margin-bottom: 20px;
}
body.about .content.c06 dl dl dt{
	margin-bottom: 8px;
	color: #233B68;
	font-size: 14px;
	line-height: 1.6;
}
body.about .content.c06 dl dl dd{
	padding-left: 30px;
}
body.about .content.c07 {
	padding-top: 140px;
	padding-bottom: 120px;
	letter-spacing: 0.2em;
	text-align: center;
	background: #fff url(../img/about/about-c07-bg.webp) no-repeat center bottom;
	background-size: 100% auto;
}
body.about .content.c07 .header{
	margin-bottom: 45px;
}
body.about .content.c07 h2{
	margin-bottom: 30px;
}
body.about .content.c07 .inr{
	margin: 0 auto;
	max-width: 800px;
}
body.about .content.c07 .box{
	margin-bottom: 30px;
	padding: 30px;
	padding-top: 40px;
	font-size: 13px;
	line-height: 1.5;
	background: #fff;
	border: #dbdfe6 1px solid;
}
body.about .content.c07 h3{
	position: relative;
	margin-bottom: 10px;
	padding-top: 60px;
	color: #233B68;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
body.about .content.c07 .box:nth-of-type(1) h3{
	background: url(../img/icon-comment.svg) no-repeat center 0;
}
body.about .content.c07 .box:nth-of-type(2) h3{
	background: url(../img/icon-group02.svg) no-repeat center 0;
}
body.about .content.c07 .box:nth-of-type(3) h3{
	background: url(../img/icon-heart02.svg) no-repeat center 0;
}
body.about .content.c08 {
	padding-top: 135px;
	padding-bottom: 150px;
	letter-spacing: 0.2em;
	background: #fff url(../img/about/about-c08-bg.webp) no-repeat center bottom;
	background-size: 100% auto;
}
body.about .content.c08 .header{
	margin-bottom: 50px;
	text-align: center;
}
body.about .content.c08 h2{
	margin-bottom: 35px;
}
body.about .content.c08 .upper{
	margin: 0 auto;
	margin-bottom: 70px;
	max-width: 840px;
}
body.about .content.c08 .box{
	margin-bottom: 50px;
	align-items: center;
}
body.about .content.c08 .left{
	width: 33.5%;
}
body.about .content.c08 .right{
	padding-right: 40px;
	width: 63.5%;
}
body.about .content.c08 dt{
	margin-bottom: 7px;
	color: #233B68;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
}
body.about .content.c08 dd{
	font-size: 14px;
	line-height: 1.6;
}
body.about .content.c08 .bottom{
	color: #233B68;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: center;
}
body.about .content.c09 {
	padding: 145px 0;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 0%,rgba(254, 254, 254,1) 10%,rgba(244, 246, 250,1) 100%);
}
body.about .content.c09 h2{
	margin-bottom: 60px;
}
body.about .content.c09 .upper{
	margin-bottom: 140px;
}
body.about .content.c09 .bottom{
    counter-reset: order;
	letter-spacing: 0.2em;
}
body.about .content.c09 h3{
	position: relative;
	margin-bottom: 45px;
	padding-top: 30px;
	color: #233B68;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}
body.about .content.c09 h3:before{
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #828DA3;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
body.about .content.c09 .upr{
	display: flex;
	flex-wrap: wrap;
	gap: 45px calc(8% / 3);
	margin-bottom: 70px;
}
body.about .content.c09 .box{
	width: 23%;
	font-size: 14px;
	line-height: 1.4;
}
body.about .content.c09 .image{
	position: relative;
	margin-bottom: 40px;
}
body.about .content.c09 .image:before{
    counter-increment: order;
    content: 'Step.' counter(order, decimal-leading-zero);
	position: absolute;
	left: 0;
	bottom: -35px;
	color: #233B68;
	font-size: 14px;
	font-family: 'nunito', sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
body.about .content.c09 .btm{
	margin: 0 auto;
	max-width: 960px;
	padding: 30px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	border: #dbdfe6 1px solid;
}
body.about .content.c09 .btm p.s1{
	margin-bottom: 10px;
	color: #233B68;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.3em;
}

@media screen and (max-width:1040px) {
	body.about .content.c04 .inr{
		width: 100%;
	}
}

@media screen and (max-width:900px) {
	body.about .content.c01 .flex{
		gap: 20px 4%;
	}
	body.about .content.c01 .box{
		width: 48%;
	}
	body.about .content.c02 .inr{
		gap: 55px 2%;
	}
	body.about .content.c02 .box{
		width: 32%;
	}
	body.about .content.c03 .left {
		width: 58%
	}
}

@media screen and (max-width:767px) {
	body.about .container.sub .page-header{
		margin-bottom: 40px;
	}
	body.about .content.c01{
		padding-top: 45px;
		padding-bottom: 50px;
		background: url(../img/about/about-c01-bg-sp.webp) no-repeat center bottom;
		background-size: 100% auto;
	}
	body.about .content.c01 .header{
		margin-bottom: 30px;
		font-size: 14px;
	}
	body.about .content.c01 h2{
		margin-bottom: 25px;
	}
	body.about .content.c01 p.s1{
		font-size: 14px;
	}
	body.about .content.c01 .box{
		width: 100%;
	}
	body.about .content.c02 {
		margin-bottom: 60px;
		padding-top: 55px;
	}
	body.about .content.c02:before {
		display: none;
	}
	body.about .content.c02 h2{
		margin-bottom: 25px;
	}
	body.about .content.c02 .inr{
		gap: 25px 5%;
	}
	body.about .content.c02 .box{
		width: 47.5%;
	}
	body.about .content.c03 {
		margin-bottom: 55px;
		padding-bottom: 60px;
	}
	body.about .content.c03:before {
		top: 54%;
	}
	body.about .content.c03 h2{
		margin-bottom: 20px;
	}
	body.about .content.c03 h2:after {
		right: auto;
		left: 318px;
	}
	body.about .content.c03 .left{
		order: 2;
		width: 100%;
	}
	body.about .content.c03 .right{
		margin: 0 auto;
		margin-bottom: 30px;
		width: 64.5%;
	}
	body.about .content.c03 .linr {
		padding-left: 0;
	}
	body.about .content.c03 p.s1{
		margin-top: 22px;
	}
	body.about .content.c04 {
		margin-bottom: 50px;
		padding-bottom: 130px;
	}
	body.about .content.c04 .header{
		margin-bottom: 30px;
		font-size: 13px;
	}
	body.about .content.c04 .inr{
		width: calc(100% - 20px);
	}
	body.about .content.c04 .box{
		padding: 0 10px;
		font-size: 14px;
	}
	body.about .content.c04 .left{
		margin-bottom: 20px;
		width: 100%;
	}
	body.about .content.c04 .right{
		width: 100%;
	}
	body.about .content.c04 h3{
		font-size: 18px;
	}
	body.about .content.c04 h3:before{
		font-size: 12px;
	}
	body.about .content.c05 {
		margin-bottom: 0;
	}
	body.about .content.c06 {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	body.about .content.c06 .header{
		margin: 0 -10px;
		margin-bottom: 50px;
		font-size: 13px;
	}
	body.about .content.c06 h2{
		font-size: 14px;
	}
	body.about .content.c06 h2 strong{
		margin-top: 8px;
		font-size: 18px;
	}
	body.about .content.c06 .header p.mb0{
		margin-bottom: 25px!important;
	}
	body.about .content.c06 dl.p>dt{
		margin-bottom: 10px;
		padding-top: 20px;
		font-size: 16px;
	}
	body.about .content.c06 dl.p>dt:before{
		font-size: 12px;
	}
	body.about .content.c06 .box{
		margin-bottom: 20px;
		padding: 20px;
	}
	body.about .content.c06 .image{
		margin-bottom: 15px;
	}
	body.about .content.c06 .dl-inr{
		padding: 25px 15px;
	}
	body.about .content.c06 dl dl dd {
		padding-left: 0;
	}
	body.about .content.c07 {
		padding-top: 50px;
		padding-bottom: 40px;
		background: #fff url(../img/about/about-c07-bg-sp.webp) no-repeat center bottom;
		background-size: 100% auto;
	}
	body.about .content.c07 .header{
		margin-bottom: 30px;
		font-size: 14px;
	}
	body.about .content.c07 .box{
		padding: 30px 14px;
	}
	body.about .content.c08 {
		padding-top: 55px;
		padding-bottom: 65px;
	}
	body.about .content.c08 .header{
		margin-bottom: 30px;
		font-size: 14px;
	}
	body.about .content.c08 h2{
		margin-bottom: 25px;
	}
	body.about .content.c08 .upper{
		margin-bottom: 45px;
	}
	body.about .content.c08 .box{
		margin-bottom: 35px;
	}
	body.about .content.c08 .left,
	body.about .content.c08 .right{
		padding-right: 0;
		width: 100%;
	}
	body.about .content.c08 .left{
		margin-bottom: 15px;
	}
	body.about .content.c08 .bottom{
		font-size: 14px;
	}
	body.about .content.c09 {
		padding: 60px 0;
	}
	body.about .content.c09 h2{
		margin-bottom: 40px;
	}
	body.about .content.c09 .upper{
		margin-bottom: 70px;
	}
	body.about .content.c09 h3{
		margin-bottom: 35px;
		padding-top: 25px;
		font-size: 20px;
	}
	body.about .content.c09 h3:before{
		font-size: 14px;
	}
	body.about .content.c09 .upr{
		gap: 35px 0;
		margin-bottom: 50px;
	}
	body.about .content.c09 .box{
		width: 100%;
	}
	body.about .content.c09 .btm{
		padding: 30px 10px;
		font-size: 12px;
		letter-spacing: 0.15em;
	}
}

/* 料金表 */
body.price{
	background: #F4F6FA;
}
body.price .container{
	margin-bottom: 0;
}
body.price .container.sub:after{
	background: #fff;
}
body.price #header #hinr{
	background: #fff;
}
body.price .content.c01 {
	margin-bottom: 100px;
	letter-spacing: 0.2em;
}
body.price .content.c01 .box{
	margin: 0 auto;
	margin-bottom: 80px;
	max-width: 940px;
}
body.price .content.c01 h3{
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background: #233B68;
}
body.price .content.c01 h3 span:not(:empty){
	margin-left: 10px;
	font-size: 10px;
}
body.price .content.c01 table{
	margin-bottom: 10px;
}
body.price .content.c01 th{
	padding: 10px;
	padding-left: 25px;
	width: 30%;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	vertical-align: middle;
	background: #F9F9F9;
	border: #dbdfe6 1px solid;
}
body.price .content.c01 th span:not(:empty){
	display: block;
	font-size: 12px;
	font-weight: normal;
}
body.price .content.c01 td{
	padding: 10px;
	padding-left: 20px;
	width: 43.5%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	background: #fff;
	border: #dbdfe6 1px solid;
}
body.price .content.c01 td:last-child{
	padding: 10px;
	padding-right: 20px;
	width: 26.5%;
	color: #233B68;
	font-weight: bold;
	font-size: 16px;
	font-family: 'nunito', sans-serif;
	letter-spacing: 0.05em;
	text-align: right;
}
body.price .content.c01 td:last-child span{
	font-size: 12px;
}
body.price .content.c01 td i{
	font-size: 12px;
}
body.price .content.c02 {
	padding: 140px 0;
	letter-spacing: 0.2em;
	background: #233B68;
}
body.price .content.c02 h2{
	margin-bottom: 60px;
}
body.price .content.c02 h2:before{
	color: #fff;
}
body.price .content.c02 .upper{
	margin-bottom: 60px;
}
body.price .content.c02 .box{
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 30px;
	max-width: 860px;
	font-size: 13px;
	background: #fff;
}
body.price .content.c02 h3{
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	background: #233B68;
}
body.price .content.c02 dl{
	width: 48.5%;
	font-size: 14px;
}
body.price .content.c02 dt{
	color: #233B68;
	font-weight: 500;
}
body.price .content.c02 dd{
	line-height: 1.6;
}
body.price .content.c02 dd span{
	display: block;
	margin-top: 5px;
	font-size: 10px;
}
body.price .content.c02 .inr-box{
	padding: 25px;
	background: #F9F9F9;
}
body.price .content.c02 .bottom{
	color: #fff;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}
body.price .content.c03 {
	padding-top: 140px;
	padding-bottom: 120px;
	background: #fff url(../img/price/price-c03-bg.webp) no-repeat center bottom;
	background-size: 100% auto;
}
body.price .content.c03 .header{
	margin-bottom: 45px;
	text-align: center;
	line-height: 2;
}
body.price .content.c03 h2{
	margin-bottom: 30px;
}
body.price .content.c03 h3{
	margin-bottom: 20px;
	color: #233B68;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
}
body.price .content.c03 li{
	padding: 10px;
	color: #233B68;
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	background: #EFF2F8;
}
body.price .content.c03 .box{
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 30px 40px;
	max-width: 800px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	background: #fff;
	border: #dbdfe6 1px solid;
}
body.price .content.c03 .upper{
	text-align: center;
}
body.price .content.c03 .middle-upper{
	text-align: center;
}
body.price .content.c03 .middle-upper ul{
	gap: 10px;
	margin-bottom: 25px;
}
body.price .content.c03 .middle-upper li{
	width: 49%;
}
body.price .content.c03 .middle-upper li span{
	font-size: 10px;	
}
body.price .content.c03 .middle-upper p.s1{
	margin-bottom: 10px;
	color: #828DA3;
	font-size: 10px;
	line-height: 1.5;
}
body.price .content.c03 .middle dl{
	width: 48%;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}
body.price .content.c03 .middle dt{
	margin-bottom: 3px;
	color: #233B68;
	font-weight: 500;
}
body.price .content.c03 .bottom {
	text-align: center;
}
body.price .content.c03 .bottom ul{
	margin: 0 auto;
	margin-bottom: 25px;
	padding-top: 5px;
	max-width: 500px;
}
body.price .content.c03 .bottom li:not(:last-child){
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {
	body.price .content.c01 {
		margin-bottom: 80px;
	}
	body.price .content.c01 .box {
		margin-bottom: 60px;
	}
	body.price .content.c01 h3 span:not(:empty){
		margin-left: 0;
		letter-spacing: 0.1em;
	}
	body.price .content.c01 table {
		margin-bottom: 20px;
	}
	body.price .content.c01 th{
		padding: 10px;
		padding-left: 15px;
		line-height: 1.5;
	}
	body.price .content.c01 th span:not(:empty){
		display: inline-block;
	}
	body.price .content.c01 td{
		padding: 7px;
		padding-left: 15px;
		width: 64%;
	}
	body.price .content.c01 td:last-child{
		padding: 7px;
		padding-right: 15px;
		width: 36%;
	}
	body.price .content.c01 td:last-child span{
		display: block;
		white-space: nowrap;
	}
	body.price .content.c02 {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	body.price .content.c02 h2{
		margin-bottom: 35px;
	}
	body.price .content.c02 .upper{
		margin-bottom: 30px;
	}
	body.price .content.c02 .box{
		padding: 20px;
	}
	body.price .content.c02 h3{
		margin-bottom: 25px;
		font-size: 15px;
		text-align: center;
	}
	body.price .content.c02 .flex{
		gap: 15px;
	}
	body.price .content.c02 dl{
		width: 100%;
	}
	body.price .content.c02 .inr-box{
		padding: 10px 20px;
	}
	body.price .content.c02 .bottom{
		font-size: 14px;
	}
	body.price .content.c03 {
		padding: 60px 0;
		padding-bottom: 30px;
		background: #fff url(../img/price/price-c03-bg-sp.webp) no-repeat center bottom;
		background-size: 100% auto;
	}
	body.price .content.c03 .header{
		margin-bottom: 30px;
		font-size: 14px;
	}
	body.price .content.c03 h2{
		margin-bottom: 25px;
	}
	body.price .content.c03 h3{
		margin-bottom: 15px;
	}
	body.price .content.c03 li{
		padding: 8px 5px;
		line-height: 1.6;
	}
	body.price .content.c03 li span{
		display: block;
	}
	body.price .content.c03 p.mb0{
		margin-bottom: 15px!important;
	}
	body.price .content.c03 .box{
		padding: 25px 20px;
	}
	body.price .content.c03 .middle-upper ul{
		gap: 6px;
		margin-bottom: 20px;
	}
	body.price .content.c03 .middle-upper li{
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(50% - 3px);
	}
	body.price .content.c03 .middle-upper li:last-child{
		width: 100%;
	}
	body.price .content.c03 .middle .flex{
		gap: 15px;
	}
	body.price .content.c03 .middle dl{
		width: 100%;
	}
}

/* 一般歯科 */
.static-content .wrap{
	max-width: 720px;
}
.static-content .toc {
	padding: 20px;
	padding-left: 30px;
	line-height: 2;
	background: #F9F9F9;
	border: none;
}
.static-content .toc .toc-title{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.static-content .toc .toc-list li:first-child,
.static-content .toc .toc-list li{
	margin: 0;
	padding: 0;
}
.static-content .toc .toc-list a{
	display: inline-block;
	padding-left: 15px;
	font-size: 14px;
	text-decoration: underline;
	background: url(../img/arrow02.svg) no-repeat 0 center;
}
.static-content .toc-list .contentstable-number{
	display: none;
}
.static-content .wp-block-heading{
	color: #233B68;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
.static-content h2.wp-block-heading{
	position: relative;
	margin-top: 90px;
	margin-bottom: 25px;
	padding-left: 20px;
	min-height: 40px;
	font-size: 24px;
	line-height: 1.6;
}
.static-content h2.wp-block-heading:first-of-type{
	margin-top: 60px;
}
.static-content h2.wp-block-heading:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #B3D5E7;
	border-radius: 100%;
	z-index: -1;
}
.static-content h3.wp-block-heading{
	margin-top: 60px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: #dbdfe6 1px solid;
}
.static-content h4.wp-block-heading{
	position: relative;
	margin-top: 45px;
	margin-bottom: 15px;
	padding-left: 15px;
	color: #233B68;
	font-size: 15px;
	font-weight: bold;
}
.static-content h4.wp-block-heading:before{
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 75%;
	background: #233B68;
}
.static-content .wp-block-columns+h4.wp-block-heading{
	margin-top: 30px;
}
.static-content .qa-list ol,
.static-content .qa-list ul,
.static-content .wp-block-list{
	margin-bottom: 25px;
	padding-left: 0;
}
.static-content .qa-list ol{
	padding-left: 25px;
}
.static-content .qa-list ul li,
.static-content .wp-block-list li{
	position: relative;
	margin-bottom: 2px;
	padding-left: 20px;
	list-style: none;
} 
.static-content .qa-list ul li:before,
.static-content .wp-block-list li:before{
	content: '・';
	position: absolute;
	top: 0;
	left: 2px;
}
.static-content figure.wp-block-image{
	margin-bottom: 20px;
}
.static-content .wp-block-columns figure.wp-block-image{
	margin-bottom: 0;
}
.static-content .wp-block-columns-is-layout-flex{
	font-size: 14px;
}
.static-content .wp-block-columns-is-layout-flex .wp-block-column:first-child{
	flex-basis: 72%!important;
}
.static-content .wp-block-columns-is-layout-flex .wp-block-column:last-child{
	flex-basis: 23.5%!important;
}
.static-content .has-cyan-bluish-gray-background-color.has-background{
	margin-top: 60px;
	margin-bottom: 100px;
	padding: 20px 25px;
	font-size: 14px;
	background: #EFF2F8!important;
}
.static-content .wp-block-table {
	margin-bottom: 25px;
	font-size: 14px;
}
.static-content .wp-block-table .has-fixed-layout thead{
	border: none;
}
.static-content .wp-block-table .has-fixed-layout thead th{
	font-weight: 500;
	text-align: center;
	background: #EFF2F8;
	border: #dbdfe6 1px solid;
}
.static-content .wp-block-table .has-fixed-layout thead th:first-child{
	width: 35%;
}
.static-content .wp-block-table .has-fixed-layout tbody td{
	padding: 15px 20px;
	border: #dbdfe6 1px solid;
}
.static-content .qa-list{
	margin-top: 70px;
}
.static-content .qa-list dt{
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
	color: #233B68;
	font-size: 20px;
	font-weight: 500;
	border-bottom: #dbdfe6 1px solid;
}
.static-content .qa-list dt:before{
	content: 'Q.';
	position: absolute;
	top: 0;
	left: 0;
}
.static-content .qa-list dd{
	
}
.static-content .qa-list dd:not(:last-child){
	margin-bottom: 55px;
}

@media screen and (max-width:767px) {
	.static-content .toc {
		margin-top: 35px!important;
	}
	.static-content h2.wp-block-heading{
		margin-top: 50px;
		margin-bottom: 20px;
		padding-top: 3px;
		font-size: 20px;
	}
	.static-content h3.wp-block-heading{
		margin-top: 40px;
		margin-bottom: 20px;
		padding-bottom: 7px;
		font-size: 18px;
	}
	.static-content h4.wp-block-heading{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.static-content .wp-block-columns-is-layout-flex .wp-block-column:first-child{
		flex-basis: 58.5%!important;
		letter-spacing: 0.135em;
	}
	.static-content .wp-block-columns-is-layout-flex .wp-block-column:last-child{
		flex-basis: 35.5%!important;
	}
	.static-content .has-cyan-bluish-gray-background-color.has-background{
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.static-content figure.wp-block-image{
		margin-bottom: 15px;
	}
	.static-content .qa-list{
		margin-top: 40px;
	}
	.static-content .qa-list dt{
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.5;
	}
	.static-content .qa-list dd:not(:last-child){
		margin-bottom: 30px;
	}
	.static-content .wp-block-table{
		margin-right: -20px;
		padding-right: 20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
	.static-content .wp-block-table table{
		width: 680px;
	}
}

/*フッター*/
#footer{
	letter-spacing: 0.2em;
}
.f-content.c01 {
	padding-top: 150px;
	padding-bottom: 145px;
	font-size: 14px;
	text-align: center;
	background: #F9F9F9;
}
.f-content.c01 h2{
	margin-bottom: 50px;
}
.f-content.c01 p.s1{
	margin-bottom: 10px;
	color: #233B68;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.f-content.c01 .inr{
	margin: 0 auto;
	margin-top: 50px;
	max-width: 880px;
	text-align: left;
}
.f-content.c01 .left,
.f-content.c01 .right{
	width: 48.2%;
}
.f-content.c01 .schedule dl{
	display: block;
}
.f-content.c01 dt{
	width: 100%;
	height: 42px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: 0.2em;
	text-align: center;
    writing-mode: horizontal-tb;
	background: #233B68;
}
.f-content.c01 .schedule table{
	width: 390px;
}
.f-content.c01 .schedule thead th{
	width: 9.5%;
}
.f-content.c01 .schedule thead th:first-child{
	width: 33.5%;
}
.f-content.c01 .schedule thead th span {
	width: 99px;
}
.f-content.c01 .schedule tbody th{
	font-size: 13px;
}
.f-content.c01 .schedule tbody td{
	padding: 3px 0;
}
.f-content.c01 .schedule .bottom {
	margin-bottom: 20px;
	font-size: 12px;
}
.f-content.c01 .schedule .sub {
    color: #828DA3;
    font-size: 11px;
	border-bottom: 0;
}
.f-content.c01 .schedule .sub a{
    color: #828DA3;
}
.f-content.c01 .left{
	background: #fff;
}
.f-content.c01 .xo-event-calendar *{
    font-size: 12px;
    font-weight: bold;
	font-family: 'Zen_Kaku_Gothic_New', sans-serif;
	font-style: normal;
    border-color: #DBDFE6!important;
}
.f-content.c01 .xo-event-calendar .calendar-caption{
	color: #233B68;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.f-content.c01 .xo-event-calendar table.xo-month{
	margin-bottom: 0;
	border-right: none;
	border-left: none;
}
.f-content.c01 .xo-event-calendar table.xo-month .month-header {
    margin: 8px 0;
}
.f-content.c01 .xo-event-calendar table.xo-month button.month-prev{
	background: url(../img/arrow04.svg) no-repeat center;
	background-size: 6px auto;
}
.f-content.c01 .xo-event-calendar table.xo-month button.month-next{
	background: url(../img/arrow02.svg) no-repeat center;
	background-size: 6px auto;
}
.f-content.c01 .xo-event-calendar table.xo-month button span {
	display: none;
}
.f-content.c01 .xo-event-calendar table.xo-month .month-header>span {
    flex-grow: 0;
	width: 125px;
}
.f-content.c01 .xo-event-calendar table.xo-month>thead th {
	padding: 3px 0!important;
	border-right: none;
    color: #233B68;
	background: #EFF2F8;
}
.f-content.c01 .xo-event-calendar table.xo-month .month-dayname td>*{
	text-align: center;
}
.f-content.c01 .xo-event-calendar table.xo-month .month-dayname td:last-child{
	border-right: none;
}
.f-content.c01 .xo-event-calendar table.xo-month .month-event-space{
	height: 32px;
}
.f-content.c01 .xo-event-calendar table.xo-month .month-dayname td div {
	padding-top: 18px;
}
.f-content.c01 .xo-event-calendar .holiday-holiday{
	color: #E19898!important;
	background: #F9EBEB!important;
}
.f-content.c01 .xo-event-calendar .holiday-title{
	position: relative;
	padding: 10px;
	padding-left: 30px;
	color: #828DA3;
	line-height: 1.2;
}
.f-content.c01 .xo-event-calendar p.holiday-title span{
	position: absolute;
	top: 50%;
	left: 10px;
	width: 14px;
	height: 14px;
	padding: 0;
    transform: translateY(-50%);
}
.f-content.c02 {
	position: relative;
	padding-top: 135px;
	padding-bottom: 150px;
	color: #fff;
	text-align: center;
	background: #F9F9F9;
}
.f-content.c02:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/footer-bg.svg) no-repeat center 0;
	background-size: 100% auto;
}
.f-content.c02:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: #233B68;
}
.f-content.c02 .wrap{
	position: relative;
	z-index: 2;
}
.f-content.c02 h2{
	margin-bottom: 50px;
}
.f-content.c02 h2:before,
.f-content.c02 h2{
	color: #fff;
}
.f-content.c02 .upper {
	margin: 0 auto;
	margin-bottom: 85px;
	max-width: 730px;
	font-size: 14px;
	line-height: 2;
}
.f-content.c02 .upper a{
	display: block;
	padding-top: 15px;
	width: 343px;
	height: 82px;
	font-size: 12px;
	line-height: 1.7;
	background: #fff url(../img/arrow02.svg) no-repeat right 28px center;
	background-size: 10px auto;
	border: #fff 1px solid;
	border-radius: 50px;
}
.f-content.c02 .upper a:hover{
	color: #fff;
	background: #233B68 url(../img/arrow.svg) no-repeat right 28px center;
	background-size: 10px auto;
}
.f-content.c02 .upper a b{
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.f-content.c02 .bottom {
	font-size: 14px;
	line-height: 2;
}
.f-content.c02 .bottom p{
	margin-bottom: 15px;
}
.f-content.c02 .bottom a{
	color: #fff;
}
.f-content.c02 .bottom .link{
	margin-bottom: 30px;
	text-align: center;
}
.f-content.c02 .bottom .tel{
	margin: 0 auto;
	max-width: 520px;
	border: #828da3 1px solid;
}
.f-content.c02 .bottom .tel a{
	display: block;
	padding: 25px 50px;
	font-size: 14px;
	line-height: 1.8;
}
.f-content.c02 .bottom .tel b{
	display: block;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.f-content.c03 {
	padding: 60px 0;
	text-align: center;
}
.f-content.c03 a{
	display: inline-block;
	max-width: 400px;
}
.f-content.c04 {
	padding-top: 65px;
	padding-bottom: 50px;
	background: #F9F9F9;
}
.f-content.c04 .upper {
	gap: 30px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 860px;
}
.f-content.c04 .upper .left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.f-content.c04 .upper .right{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.f-content.c04 .upper .tel a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.f-content.c04 .middle {
	margin: 0 auto;
	margin-bottom: 50px; 
	padding: 20px;
	max-width: 645px;
	border: #dbdfe6 1px solid;
}
.f-content.c04 .middle dt{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
}
.f-content.c04 .bottom ul,
.f-content.c04 .middle ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.f-content.c04 .bottom li a,
.f-content.c04 .middle li a{
	display: block;
	padding-left: 12px;
	color: #161B23;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.2em;
	background: url(../img/arrow03.svg) no-repeat 0 center;
}
.f-content.c04 .bottom li a{
	padding: 0;
	background: none;
}
.f-content.c04 .bottom li a:hover,
.f-content.c04 .middle li a:hover {
	opacity: 0.6;
}
.copyright{
	height: 46px;
	color: #828DA3;
	font-size: 8px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 46px;
	background: #233B68;
}

@media screen and (max-width:1000px) {
	.f-content.c02:before{
		background: url(../img/footer-bg.svg) no-repeat center 0;
		background-size: auto;
	}
}

@media screen and (max-width:900px) {
	.f-content.c01 .left,
	.f-content.c01 .right{
		margin: 0 auto;
		margin-bottom: 30px;
		width: 410px;
	}
	.f-content.c04 .upper {
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
	.f-content.c01 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.f-content.c01 h2 {
		margin-bottom: 30px;
	}
	.f-content.c01 .inr{
		margin-top: 30px;
	}
	.f-content.c01 dt{
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.f-content.c01 .xo-event-calendar .calendar-caption{
		font-size: 12px;
	}
	.f-content.c01 .xo-event-calendar table.xo-month .month-header {
		margin: 5px 0;
	}
	.f-content.c01 .xo-event-calendar table.xo-month .month-header>span{
		width: 90px;
	}
	.f-content.c01 .xo-event-calendar * {
		font-size: 10px;
	}
	.f-content.c01 .schedule .bottom {
		margin-bottom: 10px;
		padding-left: 15px;
		font-size: 11px;
	}
	.f-content.c01 .schedule .sub {
		font-size: 9px;
		letter-spacing: 0.15em;
	}
	.f-content.c02 {
		padding-top: 95px;
		padding-bottom: 100px;
	}
	.f-content.c02:before{
		background: url(../img/footer-bg-sp.svg) no-repeat center 0;
		background-size: 100% auto;
	}
	.f-content.c02 h2{
		margin-bottom: 30px;
	}
	.f-content.c02 .upper .flex{
		gap: 30px;
		justify-content: center;
	}
	.f-content.c02 .upper {
		margin-bottom: 70px;
	}
	.f-content.c02 .bottom .link{
		margin-bottom: 60px;
	}
	.f-content.c02 .bottom .tel a{
		padding: 25px 20px;
	}
	.f-content.c03 {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.f-content.c04 {
		padding: 40px 0;
	}
	.f-content.c04 .upper{
		margin-bottom: 40px;
	}
	.f-content.c04 .upper .left{
		gap: 10px;
	}
	.f-content.c04 .upper .right{
		gap: 10px;
		width: 100%;
	}
	.f-content.c04 .upper .right a{
		height: 60px;
		line-height: 58px;
	}
	.f-content.c04 .middle{
		margin-bottom: 30px;
	}
	.f-content.c04 .middle ul{
		gap: 5px 20px;
	}
	.f-content.c04 .bottom ul{
		display: block;
	}
	.f-content.c04 .bottom li:not(:last-child){
		margin-bottom: 5px;
	}
	.f-content.c04 .bottom li a{
		display: inline-block;
	}
    .copyright {
        font-size: 8px!important;
    }
}

@media screen and (max-width:500px) {
	.f-content.c01 .schedule table,
	.f-content.c01 .left,
	.f-content.c01 .right{
		width: 100%;
	}
	.f-content.c01 .schedule .upper {
		padding: 10px 5px;
		background: #fff;
	}
	.f-content.c04 .upper .right a{
		padding: 0;
		width: 100%;
		text-align: center;
	}
}