:root {
	--oc-link-color: #3D98BC;
	--oc-primary-color: #30363C;
	
	--oc-btn-primary-color: #30363C;
	--oc-btn-alt-color: #30363C;

	--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: 110px;
}

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

body {
	color: var(--oc-primary-color);
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05rem;
}

@media screen and (max-width:767px) {
	body {
		line-height: 1.8;
	}
}

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

a:hover,
a {
	text-decoration: none;
	color: var(--oc-link-color);
}
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: 0px;
	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:hover{
	opacity: 0.6;
}
p{
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
ul.reset,
ol.reset,
#header ul,
#footer ul,
#footer dl,
#footer dd,
.home dl,
.home dd,
.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: zen-maru-gothic, sans-serif;
}
.f2{
	font-family: lato, sans-serif;
}
.f3{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
img.full{
	width: 100%;
}
img.r1{
	border-radius: 10px;
}
.header-s1{
	position: relative;
	padding-top: 30px;
	font-size: 38px;
	font-weight: bold;
}
.header-s1:before{
	content: '●';
	position: absolute;
	top: 6px;
	left: 0;
	color: #3D98BC;
	font-size: 9px;
}
.header-s1:after{
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	color: #243A68;
	font-size: 16px;
	font-weight: normal;
	font-family: lato, sans-serif;
}
.btn-s1{
	display: inline-block;
	position: relative;
	font-weight: 500;
	background: #243A68;
	border: #243a68 1px solid;
	border-radius: 100px;
}
.btn-s1:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 100%;
    transform: translateY(-50%);
    transition: all .3s;
}
.btn-s1.t1{
	font-weight: bold;
	background: #fff;
	border: #fff 1px solid;
}
.btn-s1.t1:before{
	background: #243A68;
}
.btn-s1:hover{
	background: #fff;
	opacity: 1;
}
.btn-s1.t1:hover{
	background: #243A68;
	opacity: 1;
}
.btn-s1:hover:before{
	background: #243A68;
}
.btn-s1.t1:hover:before{
	background: #fff;
}
.btn-s1 span{
	display: block;
	padding-left: 30px;
	padding-right: 55px;
	height: 64px;
	color: #fff;
	line-height: 64px;
}
.btn-s1.t1 span{
	color: #243A68;
}
.btn-s1:hover span{
	color: #243A68;
}
.btn-s1.t1:hover span{
	color: #fff;
}
.btn-s1 span:after,
.btn-s1 span:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 16px;
	height: 12px;
	background: url(../img/arrow08.svg) no-repeat center;
    transform: translateY(-50%);
    transition: all .3s;
}
.btn-s1 span:after{
	right: 28px;
	background: url(../img/arrow09.svg) no-repeat center;
	opacity: 0;
}
.btn-s1:hover span:before{
	opacity: 0;
}
.btn-s1:hover span:after{
	right: 18px;
	opacity: 1;
}
.btn-s1.t1 span:before{
	background: url(../img/arrow09.svg) no-repeat center;
}
.btn-s1.t1 span:after{
	background: url(../img/arrow08.svg) no-repeat center;
}
a.tel{
    pointer-events: none;
    cursor: default;
}
.slide-in-up{
	opacity: 0;
	transform: translateY(100px);
    transition: all 1s;
}
.slide-in-up.show{
	opacity: 1;
	transform: translateY(0);
}

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

@media screen and (max-width:767px) {
	p:not(:last-child){
		margin-bottom: 15px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    a.tel{
        pointer-events: auto;
    }
	.header-s1{
		padding-top: 27px;
		font-size: 28px;
	}
	.header-s1:before{
		top: 5px;
		font-size: 9px;
	}
	.header-s1:after{
		font-size: 14px;
	}
}

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

@media screen and (max-width:767px) {
	.container.sub{
		margin-bottom: 12vw;
	}
}

/*ヘッダー*/
.home #header.fixed,
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 10;
    transition: all .3s;
}
.home #header{
	position: absolute;
	background: none;
}
#header #hinr{
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0 35px;
	width: 100%;
	max-width: 2000px;
	height: var(--header-height);
}
#header .left{
	width: 360px;
}
#header .right{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	width: calc(100% - 360px);
}
#header .logo{
	margin: 0;
	padding: 0;
	line-height: 1;
}
#header .logo a{
	display: block;
	padding-top: 5px;
	width: 100%;
	height: 45px;
	color: #30363C;
	font-size: 9px;
	text-align: right;
	line-height: 1;
	letter-spacing: 0.075rem;
	background: url(../img/logo-without-kana.svg) no-repeat center;
	background-size: 100% auto;
}
#header .menu ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#header .menu li{
	position: relative;
}
#header .menu li:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 20px;
	height: 2px;
	background: #243A68;
	border-radius: 5px;
    transform: translateX(-50%);
    transition: all .3s;
	opacity: 0;
}
#header .menu li.current:before,
#header .menu li:hover:before{
	opacity: 1;
}
.home #header.fixed .menu li a,
#header .menu li a{
	color: #243A68;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
body.home #header .menu li a{
	color: #fff;
}
#header .menu li a:hover{
	opacity: 1;
}
#header .contact a{
	display: block;
	padding-top: 15px;
	width: 206px;
	height: 70px;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0.1rem;
	text-align: center;
	line-height: 1.4;
	background: #243A68;
	border-radius: 5px;
}
#header .contact i{
	font-size: 11px;
}
#header .contact b{
	display: block;
	padding-left: 20px;
	font-size: 21px;
	letter-spacing: 0.03rem;
	background: url(../img/icon-phone02.svg) no-repeat 18px 9px;
}
.sp-menu{
	position: fixed;
	right: -100%;
	bottom: 0;
	width: auto;
	width: 375px;
	height: 100%;
    background: #F4F7FB;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
}
.sp-menu.on{
	right: 0;
}
.sp-menu .upper{
	padding: 20px;
	padding-top:  var(--header-height);
	background: #fff;
}
#header .sp-menu ul{
	margin-bottom: 25px;
}
.sp-menu li{
	padding: 15px 0;
	border-bottom: #E0E0E0 1px solid;
}
.sp-menu li a{
	display: block;
	padding-right: 20px;
	color: #30363C;
	background: url(../img/arrow04.svg) no-repeat right 10px center;
	background-size: 6px auto;
}
#header .sp-menu .contact a{
	width: 100%;
}
#header .sp-menu .contact b{
	background: url(../img/icon-phone02.svg) no-repeat 83px 9px;
}
.sp-menu .bottom {
	padding: 20px;
	padding-top: 50px;
}
.sp-menu .schedule{
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	background: #fff;
	border-radius: 0 10px 10px 10px;
}
.sp-menu .schedule dt{
	position: absolute;
	top: -29px;
	left: 0;
	width: 95px;
	height: 29px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 29px;
	background: #243A68;
	border-radius: 5px 5px 0 0;
}
.sp-menu .schedule table{
	text-align: center;
	vertical-align: middle;
}
.sp-menu .schedule th{
	height: 30px;
	color: #243A68;
}
.sp-menu .schedule td{
	width: 27px;
	height: 25px;
	color: #3D98BC;
}
.sp-menu .schedule td:first-child{
	width: 105px;
	color: #243A68;
	font-size: 11px;
	font-weight: bold;
	font-family: lato, sans-serif;
}
.sp-menu .schedule td:last-child{
	width: 48px;
	color: #243A68;
}
.sp-menu .schedule th:first-child,
.sp-menu .schedule td:first-child{
	text-align: left;
}
.sp-menu .bottom .b {
	color: #606A74;
	font-size: 12px;
	line-height: 1.4;
}
.sp-bottom-contact{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	padding-top: 10px;
	width: 100%;
	height: 65px;
	background: rgba(255 255 255/80%);
    transition: all .3s;
}

.sp-bottom-contact a{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 333px;
	height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	text-align: center;
	background: #243A68;
	border-radius: 5px;
	overflow: hidden;
}
.sp-bottom-contact i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	background: #364A74;
}
.sp-bottom-contact b{
	padding-left: 20px;
	width: 219px;
	font-size: 22px;
	letter-spacing: 0.04rem;
	line-height: 45px;
	background: url(../img/icon-phone02.svg) no-repeat 20px 17px;
}
.menu-trigger{
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 18px;
	cursor: pointer;
    transition: all .3s;
	z-index: 10;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #243A68;
	border-radius: 10px;
	transition: all .4s;
}
.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;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

@media screen and (max-width:1200px) {
	#header .right{
		padding-right: 30px;
	}
	#header .menu{
		display: none;
	}
	#header .right .contact{
		display: none;
	}
	.menu-trigger{
		display: block;
	}
}

@media screen and (max-width:1000px) {
	.home #header{
		position: fixed;
		background: rgba(255,255,255,0.95);
	}
}

@media screen and (max-width:767px) {
	#header #hinr{
		padding: 0 20px;
	}
	#header .left{
		width: 230px;
	}
	#header .logo a{
		padding-top: 3px;
		height: 29px;
		font-size: 6px;
		letter-spacing: 0.03rem;
	}	
	#header .right .contact{
		display: block;
	}
	#header .right .contact a{
		padding-top: 0;
		width: 65px;
		height: 31px;
		line-height: 25px;
		letter-spacing: 0.04rem;
		border-radius: 3px;
	}
	#header .right .contact .sp{
		padding-left: 14px;
		padding-top: 2px;
		height: 100%;
		font-size: 14px;
		background: url(../img/icon-phone02.svg) no-repeat 4px center;
		background-size: auto 10px;
	}
	.sp-menu{
		height: calc(100% - var(--header-height));
	}
	.sp-menu .upper{
		padding: 20px;
		padding-top: 10px;
	}
	.sp-bottom-contact{
		display: block;
	}
	.menu-trigger{
		width: 20px;
		height: 16px;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-7px) rotate(45deg);
	}
}

/*メインカラム*/
.top-mv {
	margin: 0 auto;
	margin-top: calc(-1 * var(--header-height));
	margin-bottom: 25px;
	max-width: 2000px;
}
.top-mv .upper {
	margin-bottom: 15px;
}
.top-mv .upper .left{
	padding-top: var(--header-height);
	padding-bottom: 50px;
	width: 490px;
	text-align: center;
}
.top-mv .upper .right{
	position: relative;
	width: calc(100% - 490px);
}
.top-mv .upper .right:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0));
	z-index: 1;
}
.top-mv .upper .left .u {
	margin-bottom: 60px;
	padding-top: 40px;
}
.top-mv .upper .left .u p.s1{
	margin-bottom: 10px;
	color: #3D98BC;	
	font-size: 20px;
}
.top-mv .upper .left .u p.s2{
	margin-bottom: 25px;
	color: #243A68;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}
.top-mv .upper .left .u p.s2 b{
	font-size: 46px;
}
.top-mv .upper .left .u p.s2 span{
	display: inline-block;
}
.top-mv .upper .left .u p.s2 span.s1{
	display: flex;
	align-items: start;
}
.top-mv .upper .left .u p.s2 i{
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 15px;
	height: 62px;
}
.top-mv .upper .left .u p.s2 i:before{
	content: '●';
	position: absolute;
	top: 0;
	left: 50%;
	color: #3D98BC;
	font-size: 10px;
    transform: translateX(-50%);
}
.top-mv .upper .left .u p.s2 span.s2{
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
}
.top-mv .upper .left .u p.s2 span.s2:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: #D8EAF2;
	z-index: -1;
}
.top-mv .upper .left .u p.s3{
	line-height: 1.8;
	letter-spacing: 0.1rem;
}
.top-mv .layout1{
	text-align: center;
}
.top-mv .layout1 p.s1{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #243A68;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
.top-mv .layout1 p.s1::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: #3D98BC;
    transform: translateX(-50%);
}
.top-mv .layout1 ul{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 390px;
	border: #e0e0e0 1px solid;
	border-radius: 10px;
}
.top-mv .layout1 li{
	padding-top: 65px;
	width: 130px;
	height: 120px;
	color: #243A68;
	font-size: 14px;
	font-weight: bold;	
	line-height: 1.4;
}
.top-mv .layout1 li.s1{
	background: url(../img/icon-ear.svg) no-repeat center 20px;
}
.top-mv .layout1 li.s2{
	background: url(../img/icon-heart.svg) no-repeat center 20px;
	border-left: #e0e0e0 1px solid;
	border-right: #e0e0e0 1px solid;
}
.top-mv .layout1 li.s3{
	background: url(../img/icon-house.svg) no-repeat center 22px;
}
.top-mv .layout1 p.s2{
	font-size: 14px;
}
.top-mv .layout1 p.s2 span{
	color: #AD897B;
}
.top-mv .slick-list,
.top-mv .slick-track,
.top-mv .upper .image{
	height: 100%;
}
.top-mv .upper .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-mv .schedule{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.top-mv .schedule dl{
	position: relative;
	background: #FAFAFC;
	border-radius: 0 10px 10px 10px;
}
.top-mv .schedule dt{
	position: absolute;
	top: -32px;
	left: 0;
	padding: 0 12px;
	height: 32px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1rem;
	line-height: 32px;
	background: #243A68;
	border-radius: 5px 5px 0 0;
}
.top-mv .schedule dd{
	padding: 5px 15px 20px 10px;
}
.top-mv .schedule table{
	color: #243A68;
	text-align: center;
}
.top-mv .schedule th{
	padding: 15px 8px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
}
.top-mv .schedule th:first-child{
	font-size: 14px;
	text-align: left;
}
.top-mv .schedule td{
	padding: 5px 8px;
	color: #3D98BC;
	font-size: 13px;
	line-height: 1.2;
}
.top-mv .schedule td:first-child{
	padding-right: 20px;
	color: #243A68;
	font-size: 14px;
	font-weight: bold;
}
.top-mv .schedule td:last-child{
	color: #243A68;
	font-size: 12px;
	font-weight: bold;
}
.top-mv .bottom{
	padding-right: 20px;
	color: #606A74;
	font-size: 11px;
	text-align: right;
	line-height: 1.4;
}
.top-news {
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 55px 20px;
	padding-bottom: 65px;
	width: calc(100% - 40px);
	max-width: 1340px;
	background: #F4F7FB;
	border-radius: 10px;
}
.top-news .inr{
	align-items: center;
	margin: 0 auto;
	max-width: 1020px;
}
.top-news .left{
	padding-right: 20px;
	width: 22.5%;
}
.top-news .right{
	width: 77.5%;	
}
.top-news h2{
	margin-bottom: 30px;
}
.top-news h2:after{
	content: 'News';
}
.top-news .link a{
	display: inline-block;
	padding-left: 20px;
	color: #243A68;
	font-size: 14px;
	background: url(../img/arrow04.svg) no-repeat 4px 11px;
}
.top-news .link a span{
	display: inline-block;
	line-height: 1.2;
	border-bottom: #8c99b2 1px solid;
}
.top-news li{
	padding: 12px 0;
	padding-right: 55px;
	background: url(../img/arrow02.svg) no-repeat right center;
	border-bottom: #E0E0E0 1px dashed;
}
.top-news li:hover{
	background: url(../img/arrow.svg) no-repeat right center;
}
.top-news li span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.top-news li .date{
	letter-spacing: 0.02rem;
}
.top-news li i{
	display: inline-block;
	position: relative;
	margin-right: 25px;
	width: 110px;
	color: #606A74;
	font-size: 15px;
	letter-spacing: 0.15rem;
}
.top-news li i:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	background: #E0E0E0;
    transform: translateY(-50%);
}
.top-news li a{
	color: #30363C;
}
.top-news li:hover a,
.top-news li a:hover{
	color: #3D98BC;
	text-decoration: underline;
	opacity: 1;
}
.top-content.c01 {
	position: relative;
	padding-bottom: 125px;
	text-align: center;
	background: #fff url(../img/top-c01-bg.jpg) no-repeat center 38%;
	border-radius: 0 0 0 50px;
}
.top-content.c01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #243A68;
	z-index: -1;
}
.top-content.c01 h2{
	margin-bottom: 25px;
	padding-top: 55px;
	color: #243A68;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/top-c01-01.svg) no-repeat center 0;
}
.top-content.c01 p span{
	color: #AD897B;
}
.top-content.c01 .link{
	margin-top: 35px;
}
.top-content.c02 {
	padding-top: 70px;
	padding-bottom: 75px;
	color: #Fff;
	background: #243A68;
	border-radius: 0 50px 0 50px;
}
.top-content.c02 .upper{
	margin-bottom: 45px;
}
.top-content.c02 h2{
	margin-bottom: 30px;
}
.top-content.c02 h2:after{
	content: 'Treatment details';
	color: #fff;
}
.top-content.c02 ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	border-top: #4f5f80 1px solid;
	border-left: #4f5f80 1px solid;
	border-radius: 10px;
}
.top-content.c02 li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 90px;
	padding-bottom: 20px;
	width: calc(100% / 6);
	min-height: 168px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	border-right: #4f5f80 1px solid;
	border-bottom: #4f5f80 1px solid;
}
.top-content.c02 li:nth-of-type(1){
	background: url(../img/top-c02-01.svg) no-repeat center 28px;
}
.top-content.c02 li:nth-of-type(2){
	background: url(../img/top-c02-02.svg) no-repeat center 30px;
}
.top-content.c02 li:nth-of-type(3){
	background: url(../img/top-c02-03.svg) no-repeat center 30px;
}
.top-content.c02 li:nth-of-type(4){
	background: url(../img/top-c02-04.svg) no-repeat center 30px;
}
.top-content.c02 li:nth-of-type(5){
	background: url(../img/top-c02-05.svg) no-repeat center 28px;
}
.top-content.c02 li:nth-of-type(6){
	background: url(../img/top-c02-06.svg) no-repeat center 28px;
	border-radius: 0 10px 0 0;
}
.top-content.c02 li:nth-of-type(7){
	background: url(../img/top-c02-07.svg) no-repeat center 28px;
	border-radius: 0 0 0 10px;
}
.top-content.c02 li:nth-of-type(8){
	background: url(../img/top-c02-08.svg) no-repeat center 28px;
}
.top-content.c02 li:nth-of-type(9){
	background: url(../img/top-c02-09.svg) no-repeat center 30px;
}
.top-content.c02 li:nth-of-type(10){
	background: url(../img/top-c02-10.png) no-repeat center 28px;
	background-size: 60px auto;
}
.top-content.c02 li:nth-of-type(11){
	background: url(../img/top-c02-11.svg) no-repeat center 28px;
}
.top-content.c02 li:nth-of-type(12){
	background: url(../img/top-c02-12.svg) no-repeat center 28px;
	border-radius: 0 0 10px 0;
}
.top-content.c02 .link{
	text-align: center;
}
.top-content.c03 {
	position: relative;
	padding: 100px 0;
	background: #fff;
	border-radius: 0 50px 0 50px;
}
.top-content.c03:before,
.top-content.c03:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #243A68;
	z-index: -1;
}
.top-content.c03:before {
	top: auto;
	bottom: 0;
	background: #F4F7FB;
}
.top-content.c03 h2{
	margin-bottom: 35px;
}
.top-content.c03 h2:after{
	content: 'Greeting';
}
.top-content.c03 .left{
	width: 55%;
}
.top-content.c03 .right{
	width: 39%;
}
.top-content.c03 .left p.s1{
	margin-bottom: 10px;
}
.top-content.c03 .left p.s2{
	margin-bottom: 20px;
	text-align: right;
}
.top-content.c04 {
	position: relative;
	padding: 80px 0;
	background: #F4F7FB;
	border-radius: 0 50px 0 50px;
}
.top-content.c04:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.top-content.c04 .upper{
	margin-bottom: 50px;
}
.top-content.c04 h2{
	margin-bottom: 20px;
}
.top-content.c04 h2:after{
	content: 'Policy';
}
.top-content.c04 .bottom{
    counter-reset: count1;
}
.top-content.c04 .box{
	counter-increment: count1;
	align-items: center;
}
.top-content.c04 .box:not(:last-child){
	margin-bottom: 60px;
}
.top-content.c04 .text{
	padding-top: 60px;
	width: 48%;
}
.top-content.c04 .image{
	position: relative;
	padding-top: 60px;
	padding-left: 70px;
	width: 48%;
}
.top-content.c04 .box:nth-of-type(even) .image{
	order: 2;
}
.top-content.c04 .image:after,
.top-content.c04 .image:before{
    content: counter(count1, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	font-size: 34px;
	font-family: lato, sans-serif;
	text-align: center;
	line-height: 94px;
	border: #243a68 3px solid;
	border-radius: 100%;
}
.top-content.c04 .image:after{
	content: '●';
	top: -4px;
	left: 90px;
	width: auto;
	height: auto;
	color: #3D98BC;
	font-size: 22px;
	line-height: 1;
	border: none;
}
.top-content.c04 .image img{
	position: relative;
	width: 100%;
	border: #f4f7fb 6px solid;
	border-radius: 15px;
}
.top-content.c04 h3{
	position: relative;
	margin-bottom: 10px;
	padding-top: 25px;
	color: #243A68;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.top-content.c04 .box h3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	color: #3D98BC;
	font-weight: normal;
	font-family: lato, sans-serif;
	font-size: 16px;
}
.top-content.c04 .box:nth-of-type(1) h3:before{
	content: 'Polite response';
}
.top-content.c04 .box:nth-of-type(2) h3:before{
	content: 'Cherish your natural teeth';
}
.top-content.c04 .box:nth-of-type(3) h3:before{
	content: "I'll do my best";
}
.top-content.c05 {
	position: relative;
	padding-top: 95px;
	background: #fff;
	border-radius: 0 50px 0 0;
}
.top-content.c05:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F4F7FB;
	z-index: -1;
}
.top-content.c05 .upper{
	margin-bottom: 100px;
}
.top-content.c05 h2{
	margin-bottom: 20px;
}
.top-content.c05 h2:after{
	content: 'Access';
}
.top-content.c05 .upper .upr{
	margin-bottom: 50px;
}
.top-content.c05 .upper .left{
	width: 41.6%;
}
.top-content.c05 .upper .right{
	width: 54%;
}
.top-content.c05 .upper .u{
	margin-bottom: 35px;
}
.top-content.c05 .upper h3{
	position: relative;
	margin-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.9;
}
.top-content.c05 .upper h3:before{
	content: '●';
	position: absolute;
	top: 50%;
	left: 0;
	color: #3D98BC;
	font-size: 12px;
    transform: translateY(-50%);
}
.top-content.c05 .upper .m{
	margin-bottom: 40px;
}
.top-content.c05 .upper li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 1.6;
}
.top-content.c05 .upper li:before{
	content: '・';
	position: absolute;
	top: 1px;
	left: 5px;
}
.top-content.c05 .upper .btn-s1 span:after,
.top-content.c05 .upper .btn-s1 span:before{
	display: none;
}
.top-content.c05 .upper .btn-s1 b{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 34px;
	height: 34px;
    transform: translateY(-50%);
}
.top-content.c05 .upper .btn-s1 i{
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	transform: rotate(-24deg);
}
.top-content.c05 .upper .btn-s1 i:after,
.top-content.c05 .upper .btn-s1 i:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 16px;
	height: 12px;
	background: url(../img/arrow08.svg) no-repeat center;
    transform: translateY(-50%);
    transition: all .3s;
}
.top-content.c05 .upper .btn-s1 i:after{
	right: 19px;
	background: url(../img/arrow09.svg) no-repeat center;
	opacity: 0;
}
.top-content.c05 .upper .btn-s1:hover i:before{
	opacity: 0;
}
.top-content.c05 .upper .btn-s1:hover i:after{
	right: 9px;
	opacity: 1;
}
.top-content.c05 .upper .btn-s1.t1 i:before{
	background: url(../img/arrow09.svg) no-repeat center;
}
.top-content.c05 .upper .btn-s1.t1 i:after{
	background: url(../img/arrow08.svg) no-repeat center;
}
.top-content.c05 .bottom h3{
	position: relative;
	margin-bottom: 50px;
	padding-top: 23px;
	padding-bottom: 13px;
	color: #243A68;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: #e4e4e4 1px solid;
}
.top-content.c05 .bottom h3:before{
	content: 'Hanzomon Station';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #3D98BC;
	font-size: 16px;
	font-weight: normal;
	font-family: lato, sans-serif;
	text-align: center;
}
.top-content.c05 .bottom .box{
	counter-reset: order;
	margin-bottom: 85px;
}
.top-content.c05 .bottom .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 6.8%;
}
.top-content.c05 .bottom .inr-box{
    counter-increment: order;
	position: relative;
	width: 28.8%;
}
.top-content.c05 .bottom .inr-box:not(:last-child):before{
	content: '';
	position: absolute;
	top: 84px;
	right: -15%;
	width: 18px;
	height: 32px;
	background: url(../img/arrow05.svg) no-repeat center;
}
.top-content.c05 .bottom .image{
	margin-bottom: 10px;
}
.top-content.c05 .bottom .text{
	position: relative;
	line-height: 1.6;
}
.top-content.c05 .bottom .text:before{
    content: 'Step.' counter(order, decimal-leading-zero);	
	display: block;
	margin-bottom: 5px;
	color: #3D98BC;
	font-weight: normal;
	font-family: lato, sans-serif;
}

@media screen and (max-width:1000px) {
	.top-mv .upper .left{
		width: 100%;
	}
	.top-mv .upper .right{
		width: 100%;
	}
	.top-mv .upper .left .u {
		margin-bottom: 0;
	}
	.top-mv .upper .left .u p.s2 br.pc{
		display: none;
	}
	.top-mv .upper .left .b{
		display: none;
	}
	.top-mv .bottom .b{
		display: block;
	}
	.top-news .left,
	.top-news .right{
		padding: 0;
		width: 100%;	
	}
	.top-news .left{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 10px;
	}
	.top-news h2{
		margin-bottom: 0;
	}
}

@media screen and (max-width:820px) {
	.top-content.c02 li{
		width: 25%;
	}
	.top-content.c04 .image {
		padding-top: 35px;
		padding-left: 38px;
	}
	.top-content.c04 .image:before{
		width: 58px;
		height: 58px;
		font-size: 20px;
		line-height: 52px;
		border: #243a68 2px solid;
	}
	.top-content.c04 .image:after {
		left: 52px;
		font-size: 13px;
	}
	.top-content.c05 .bottom .inr{
		gap: 45px 2%;
	}
	.top-content.c05 .bottom .inr-box{
		width: 32%;
	}
	.top-content.c05 .bottom .inr-box:not(:last-child):before {
		top: 21%;
		right: -10%;
		z-index: 10;
	}
}

@media screen and (max-width:767px) {
	.top-mv {
		margin-bottom: 35px;
	}
	.top-mv .upper .left {
		padding-bottom: 5vw;
	}
	.top-mv .upper .left .u {
		padding-top: 3vw;
	}
	.top-mv .upper .left .u p.s1{
		margin-bottom: 3px;
		font-size: 15px;
	}
	.top-mv .upper .left .u p.s2{
		margin-bottom: 12px;
		font-size: 20px;
	}
	.top-mv .upper .left .u p.s2 i{
		align-items: end;
		height: 42px;
	}
	.top-mv .upper .left .u p.s2 b{
		font-size: 26px;
	}
	.top-mv .upper .left .u p.s2 i:before{
		font-size: 7px;
	}
	.top-mv .upper .left .u p.s3{
		font-size: 14px;
		line-height: 1.6;
	}
	.top-mv .schedule {
		right: 50%;
		width: 335px;
		transform: translateX(50%);
	}
	.top-mv .schedule dt{
		top: -29px;
		height: 29px;
		font-size: 12px;
		line-height: 29px;
	}
    .top-mv .schedule dd {
        padding: 5px 10px 10px 5px;
    }
	.top-mv .schedule th{
		padding: 10px 6px;
		font-size: 12px;
	}
	.top-mv .schedule th:first-child {
		font-size: 12px;
	}
	.top-mv .schedule td{
		padding: 5px 7px;
		color: #3D98BC;
		font-size: 13px;
		line-height: 1.2;
	}
	.top-mv .schedule td:first-child{
		padding-right: 10px;
		font-size: 11px;
	}
	.top-mv .bottom {
		padding: 0 20px;
		font-size: 10px;
		text-align: left;
	}
	.top-mv .bottom p:not(:last-child){
		margin-bottom: 20px;
	}
	.top-mv .layout1 ul {
		margin-bottom: 15px;
		width: 100%;
	}
	.top-mv .layout1 li {
		padding-top: 53px;
		width: calc(100% / 3);
		height: 100px;
		font-size: 13px;
	}
	.top-mv .layout1 li.s1{
		background: url(../img/icon-ear.svg) no-repeat center 12px;
	}
	.top-mv .layout1 li.s2{
		background: url(../img/icon-heart.svg) no-repeat center 12px;
	}
	.top-mv .layout1 li.s3{
		background: url(../img/icon-house.svg) no-repeat center 14px;
	}
	.top-mv .layout1 p.s1{
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 16px;
	}
	.top-news {
		margin-bottom: 16vw;
		padding: 25px 5px 15px 5px;
	}
	.top-news h2{
		font-size: 20px;
	}
	.top-news .link a{
		font-size: 12px;
	}
	.top-news li{
		padding: 15px 0;
		line-height: 1.4;
		background: none;
	}
	.top-news li span{
		-webkit-line-clamp: 3;
	}
	.top-news li i{
		display: block;
		margin-bottom: 5px;
		width: auto;
		font-size: 13px;
	}
	.top-news li i:before{
		display: none;
	}
	.top-news li a{
		display: block;
		padding-right: 35px;
		font-size: 15px;
		background: url(../img/arrow02.svg) no-repeat right center;
		background-size: 20px;
	}
	.top-content.c01 {
		padding-bottom: 16vw;
		background: #fff url(../img/top-c01-bg-sp.jpg) no-repeat center bottom calc(90px + 16vw);
		background-size: calc(100% - 40px) auto;
		border-radius: 0 0 0 20px;
	}
	.top-content.c01 h2{
		margin-bottom: 20px;
		padding-top: 35px;
		font-size: 20px;
		background: url(../img/top-c01-01.svg) no-repeat center 0;
		background-size: 62px auto;
	}
	.top-content.c01 .inr{
		line-height: 1.6;
	}
	.top-content.c01 p:not(:last-child){
		margin-bottom: 17px;
	}
	.top-content.c01 .link {
		margin-top: 102vw;
	}
	.top-content.c02 {
		padding-top: 14vw;
		padding-bottom: 16vw;
		border-radius: 0 20px 0 20px;
	}
	.top-content.c02 .upper{
		margin-bottom: 8vw;
		font-size: 15px;
		line-height: 1.8;
	}
	.top-content.c02 h2{
		margin-bottom: 15px;
	}
	.top-content.c02 ul{
		margin-bottom: 30px;
	}
	.top-content.c02 li{
		width: calc(100% / 3);
		font-size: 13px;
	}
	.top-content.c03 {
		padding: 15vw 0;
		border-radius: 0 20px 0 20px;
	}
	.top-content.c03 h2{
		margin-bottom: 20px;
	}
	.top-content.c03 .right{
		margin-bottom: 20px;
		width: 100%;
	}
	.top-content.c03 .left{
		order: 2;
		width: 100%;
	}
	.top-content.c03 .left p.s1{
		margin-bottom: 15px;
	}
	.top-content.c03 .left p.s2 {
		margin-bottom: 30px;
	}
	.top-content.c03 .link{
		text-align: center;
	}

	.top-content.c04 {
		padding: 15vw 0;
		border-radius: 0 20px 0 20px;
	}
	.top-content.c04 .upper{
		margin-bottom: 12vw;
		font-size: 15px;
		line-height: 1.6;
	}
	.top-content.c04 h2{
		margin-bottom: 10px;
	}
	.top-content.c04 .box:not(:last-child){
		margin-bottom: 12vw;
	}
	.top-content.c04 .text{
		order: 2;
		padding-top: 0;
		width: 100%;
	}
	.top-content.c04 .image{
		margin-bottom: 10px;
		width: 100%;
	}
	.top-content.c04 .box:nth-of-type(even) .image{
        padding-left: 0;
        padding-right: 38px;
	}
	.top-content.c04 .box:nth-of-type(even) .image:before{
		left: auto;
		right: 2px;
	}
	.top-content.c04 .box:nth-of-type(even) .image:after{
		left: auto;
		right: -4px;
	}
	.top-content.c04 h3{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.top-content.c04 .box h3:before{
		font-size: 14px;
	}
	.top-content.c05 {
		padding-top: 15vw;
		border-radius: 0 20px 0 0;
	}
	.top-content.c05 .upper{
		margin-bottom: 15vw;
	}
	.top-content.c05 h2{
		margin-bottom: 10px;
	}
	.top-content.c05 .upper .upr{
		margin-bottom: 8vw;
		font-size: 15px;
		line-height: 1.6;
	}
	.top-content.c05 .upper .left{
		margin-bottom: 20px;
		width: 100%;
	}
	.top-content.c05 .upper .right{
		width: 100%;
	}
	.top-content.c05 .upper .u{
		margin-bottom: 5px;
	}
	.top-content.c05 .upper .m{
		margin-bottom: 35px;
	}
	.top-content.c05 .upper .right .b{
		text-align: center;
	}
	.top-content.c05 .bottom h3{
		margin-bottom: 30px;
	}
	.top-content.c05 .bottom .box{
		margin-bottom: 50px;
	}
	.top-content.c05 .bottom .inr-box{
		width: 100%;
	}
	.top-content.c05 .bottom .inr-box:not(:last-child):before{
		top: auto;
		right: 50%;
		bottom: -35px;
		transform: translateX(50%);
		transform: rotate(90deg);
	}
}

/*フッター*/
#footer {
	padding-top: 70px;
	background: #F4F7FB;
}
#footer .upper{
	margin-bottom: 70px;
}
#footer .upper .upr{
	align-items: center;
	margin-bottom: 30px;
	padding: 40px 0;
	line-height: 1.6;
	background: #FFFFFF;
	border-radius: 10px;
}
#footer .upper .upr .l{
	padding: 0 10px;
	width: 52.5%;
	text-align: center;
	border-right: #e4e4e4 1px solid;
}
#footer .upper .upr .r{
	padding-left: 7%;
	width: 47.5%;
}
#footer .upper .upr .l-inr{
	display: inline-block;
	text-align: left;
}
#footer .upper h2{
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
}
#footer .upper h2:after{
	content: 'Contact';
}
#footer .upper .upr .r a{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	padding-bottom: 12px;
	color: #243A68;
	font-size: 40px;
	font-weight: bold;
	-webkit-text-stroke: 1px #243A68;
	text-stroke: 1px #243A68;
	color: #243A68;
	line-height: 1;
	z-index: 1;
}
#footer .upr .r a:after,
#footer .upr .r a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: #D8EAF2;
	z-index: -1;
}
#footer .upr .r a:after{
	height: 100%;
	background: url(../img/icon-phone.svg) no-repeat 0 6px;
	z-index: 1;
}
#footer .btm .r,
#footer .btm .l{
	position: relative;
	padding: 40px;
	width: 48.7%;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}
#footer .btm h2{
	margin-bottom: 15px;
	font-size: 24px;
}
#footer .btm .l h2:after{
	content: 'Reception hours';
}
#footer .btm .l dt{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	height: 42px;
	color: #fff;
	font-weight: normal;
	line-height: 42px;
	background: #243A68;
}
#footer .schedule table{
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 550px;
	line-height: 1.7;
}
#footer .schedule th{
	color: #243A68;
	text-align: center;
	vertical-align: middle;
}
#footer .schedule th:first-child{
	text-align: left;
}
#footer .schedule td{
	width: 46px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #3D98BC;
}
#footer .schedule td:last-child{
	width: 80px;
	color: #243A68;
}
#footer .btm .l .b{
	padding: 25px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	border: #e0e0e0 1px solid;
}
#footer .btm .l p.s1{
	margin-bottom: 0;
}
#footer .btm .l p.s2{
	margin-bottom: 10px;
}
#footer .btm .l p.s3{
	padding-left: 30px;
}
#footer .btm .r h2:after{
	content: 'Calendar';
}
#footer .btm .l .b span i{
	color: #3D98BC;
}
#footer .holiday-title{
	display: flex;
	position: absolute;
	top: -38px;
	right: 0;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	line-height: 1.2;
}
#footer .xo-event-calendar p.holiday-title span {
	display: inline-block;
	height: 18px;
    border: 1px solid #ccc;
    margin: 0px 10px 0 0;
    padding: 0 0 0 30px;
}
#footer .xo-event-calendar{
	overflow: visible;
}
#footer .xo-event-calendar table.xo-month{
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	font-family: zen-kaku-gothic-new, sans-serif;
}
#footer .xo-event-calendar table.xo-month .month-event-space,
#footer .xo-event-calendar table.xo-month .month-event {
	height: 1.9em;
}
#footer .xo-event-calendar thead th{
	color: #243A68;
}
#footer .xo-event-calendar table.xo-month .month-dayname td div{
	padding-top: 5px;
	padding-right: 9px;
	color: #243A68;
	font-family: lato, sans-serif;
	font-weight: 800;
}
#footer .xo-event-calendar table.xo-month .holiday-all{
	color: #C18E8E!important;
}
#footer .bottom {
	padding: 60px 0;
	color: #fff;
	background: #243A68;
}
#footer .bottom .right{
	text-align: right;
}
#footer .bottom .address{
	margin-bottom: 20px;
	padding-left: 70px;
	font-size: 14px;
	background: url(../img/logo02.svg) no-repeat 0 10px;
}
#footer .bottom .address b{
	display: block;
	font-size: 20px;
	font-weight: 500;
}
#footer .bottom .access{
	padding-left: 70px;
}
#footer .bottom .access dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}
#footer .bottom .access dt{
	position: relative;
	padding-right: 15px;
	width: 125px;
	font-weight: normal;
	text-align: right;
}
#footer .bottom .access dt:before{
	content: '';
	position: absolute;
	top: 40%;
	right: 0;
	width: 1px;
	height: 12px;
	background: #fff;
    transform: translateY(-50%);
}
#footer .bottom .access dd{
	padding-left: 15px;
	font-weight: normal;
}
#footer .bottom ul{
	display: flex;
	margin-bottom: 10px;
	gap: 20px 40px;
}
#footer .bottom li{
	position: relative;
	font-size: 14px;
}
#footer .bottom li:not(:first-child):before{
	content: '';
	position: absolute;
	top: 54%;
	left: -22px;
	width: 1px;
	height: 12px;
	background: #808DAA;
    transform: translateY(-50%);
}
#footer .bottom ul.s1{
	justify-content: end;
	margin-bottom: 40px;
}
#footer .bottom ul.s1 li{
	font-size: 12px;
}
#footer .bottom li a{
	color: #fff;
	font-weight: normal;
}
#footer .bottom .copyright{
	color: #808DAA;
	font-size: 10px;
}

@media screen and (max-width:1100px) {
	#footer .bottom .inr{
		gap: 50px 20px;
	}
	#footer .bottom .left,
	#footer .bottom .right,
	#footer .btm .r,
	#footer .btm .l{
		width: 100%;
	}
	#footer .bottom ul {
		justify-content: flex-end;
	}
}

@media screen and (max-width:900px) {
	#footer .upper .upr{
		padding: 40px 20px;
	}
	#footer .upper .upr .l{
		margin-bottom: 30px;
		padding-bottom: 30px;
		width: 100%;
		border-right: none;
		border-bottom: #e4e4e4 1px solid;
	}
	#footer .upper .upr .r{
		padding: 0 10px;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	#footer .upper .upr{
		margin-bottom: 20px;
	}
    #footer .upper .upr .l {
        margin-bottom: 25px;
		padding: 0;
        padding-bottom: 20px;
    }
	#footer .upper .upr .r a{
		padding-left: 25px;
		padding-bottom: 5px;
		font-size: 26px;
		z-index: 1;
	}
	#footer .upr .r a:after{
		background: url(../img/icon-phone.svg) no-repeat 0 6px;
		background-size: 20px;
	}
	#footer .btm .r, 
	#footer .btm .l {
		padding: 20px;
		padding-top: 15px;
	}
	#footer .btm .l{
		margin-bottom: 20px;
	}
	#footer .btm .l dt{
		padding: 0 17px;
		height: 39px;
		font-size: 13px;
		line-height: 39px;
	}
	#footer .schedule table {
		margin-bottom: 25px;
	}
	#footer .schedule th{
		font-size: 12px;
	}
	#footer .schedule th:first-child{
		font-size: 10px;
		text-align: left;
	}
	#footer .schedule th:last-child{
		letter-spacing: 0;
	}
	#footer .schedule tr:first-child th{
		height: 30px;
	}
	#footer .schedule td{
		width: 28px;
		height: 25px;
		font-size: 12px;
	}
	#footer .schedule td:last-child{
		width: 40px;
		text-align: right;
		letter-spacing: 0;
	}
	#footer .btm .l .b {
		padding: 15px;
		padding-top: 12px;
		font-size: 12px;
	}
	#footer .btm .l p.s2,
	#footer .btm .l p.s1{
		position: relative;
		padding-left: 24px;
	}
	#footer .btm .l p.s2 span,
	#footer .btm .l p.s1 span{
		position: absolute;
		top: 0;
		left: 0;
	}
	#footer .btm .l p.s3 {
		padding-left: 0;
	}
	#footer .btm h2 {
		margin-bottom: 40px;
	}
	#footer .btm .l h2 {
		margin-bottom: 15px;
	}
	#footer .holiday-title{
		top: -27px;
		left: 0;
		right: auto;
	}
	#footer .bottom {
		padding-top: 12vw;
		padding-bottom: 7vw;
	}
	#footer .bottom .inr{
		gap: 20px;
	}
	#footer .bottom .address{
		margin-bottom: 15px;
		padding-left: 65px;
		line-height: 1.4;
		background: url(../img/logo02.svg) no-repeat 0 10px;
		background-size: 46px;
	}
	#footer .bottom .address b{
		margin-bottom: 8px;
	}
	#footer .bottom .access{
		padding: 10px 15px;
		background: #2F4470;
		border-radius: 5px;
	}
	#footer .bottom .access dl{
		margin-bottom: 7px;
	}
	#footer .bottom .access dt{
		padding-right: 0;
		width: 100%;
		text-align: left;
	}
	#footer .bottom .access dt:before{
		display: none;
	}
	#footer .bottom .access dd{
		padding: 0;
	}
	#footer .bottom .access dd span{
		display: block;
		font-size: 10px;
	}
	#footer .bottom ul{
		display: block;
		margin-bottom: 30px;
	}
	#footer .bottom li{
		padding: 15px 0;
		font-size: 16px;
		text-align: left;
		background: url(../img/arrow10.svg) no-repeat right 10px center;
		border-bottom: #808daa 1px solid;
	}
	#footer .bottom li:not(:first-child):before,
	#footer .bottom ul.s1{
		display: none;
	}
	#footer .copyright{
		text-align: center;
	}
	#footer .contact a{
		display: block;
		margin-bottom: 30px;
		padding-top: 12px;
		height: 71px;
		color: #243A68;
		font-size: 11px;
		text-align: center;
		line-height: 1.5;
		background: #fff;
		border-radius: 5px;
	}
	#footer .contact span{
		display: block;
	}
	#footer .contact b{
		display: inline-block;
		padding-left: 22px;
		font-size: 21px;
		font-weight: 500;
		-webkit-text-stroke: 1px #243A68;
		text-stroke: 1px #243A68;
		background: url(../img/icon-phone.svg) no-repeat 0 center;
		background-size: 15px auto;
	}

}

@media screen and (max-width:576px) { 
	footer .calendar iframe {
		height: 350px;
	} 
}

/* 下層ページ*/
.page-header h1{
	position: relative;
	margin-bottom: 40px;
	padding-top: 35px;
	color: #243A68;
	font-size: 40px;
	font-weight: bold;
}
.page-header h1:before{
	content: '';
	position: absolute;
	top: 75%;
	left: -40px;
	width: 5000px;
	height: 1px;
	background: #3D98BC;
    transform: translateY(-50%) translateX(-100%);
}
.pankuzu {
	margin-bottom: 55px;
}
.pankuzu ul{
	display: flex;
	gap: 20px 40px;
}
.pankuzu li{
	position: relative;
	font-size: 14px;
}
.pankuzu li:not(:last-child):before{
	content: '・';
	position: absolute;
	top: 2px;
	right: -29px;
	color: #3D98BC;
}
.pankuzu a{
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.page-header h1{
		margin-bottom: 10vw;
		padding-top: 30px;
		padding-left: 40px;
		font-size: 24px;
	}
	.page-header h1:before{
		left: 20px;
	}
	.pankuzu {
		margin-bottom: 12vw;
	}
	.pankuzu li{
		font-size: 12px;
	}
}

/* 当院について */
body.about {
	background: url(../img/about/about-bg.svg) no-repeat right 240px;
}
body.about .content dl,
body.about .content dd{
	margin-bottom: 0;
}
body.about .content.c01 {
	margin-bottom: 200px;
}
body.about .content.c01 .left{
	width: 42%;
}
body.about .content.c01 .right{
	padding-top: 140px;
	width: 54%;
}
body.about .content.c01 h2{
	margin-bottom: 20px;
	color: #243A68;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}
body.about .content.c01 h2 span{
	display: block;
	font-size: 20px;
}
body.about .content.c01 p span{
	color: #AD897B;
}
body.about .content.c02 {
	position: relative;
	padding-bottom: 95px;
	background: #fff;
	border-radius: 0 0 0 50px;
}
body.about .content.c03:before,
body.about .content.c02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F4F7FB;
	z-index: -1;
}
body.about .content.c02 h2{
	margin-bottom: 45px;
}
body.about .content.c02 h2:after{
	content: 'Features';
}
body.about .content.c02 .inr{
	position: relative;
}
body.about .content.c02 .slider.s1{
	width: 1100px;
}
body.about .content.c02 .box{
	padding-right: 50px;
	line-height: 1.7;
}
body.about .content.c02 .left{
	width: 47.5%;
}
body.about .content.c02 .right{
	width: 48.5%;
}
.slider.s1 {
	position: static;
}
.slider.s1 .slick-list{
	overflow: visible;
}
.slider.s1 .slick-arrow {
    top: 42%;
	right: -20px;
    width: 50px;
    height: 50px;
	z-index: 10;
}
.slider.s1 .slick-prev {
	right: auto;
	left: -25px;
}
.slider.s1 .slick-arrow:before {
	content: '';
	display: block;
    width: 50px;
    height: 50px;
	background: url(../img/arrow07.svg) no-repeat center;
	background-size: 100%;
	filter: drop-shadow(0px 0px 10px rgba(206,225,234, 0.4));
	opacity: 1;
}
.slider.s1 .slick-prev:before {
    transform: rotate(-180deg);
}
.slider.s1 .slick-dots {
	top: -90px;
    bottom: auto;
	padding-right: 10px;
	text-align: right;
}
.slider.s1 .slick-dots li{
	margin: 0 3px;
}
.slider.s1 .slick-dots li button:before {
	color: #F5F5F5;
	font-size: 14px;
	opacity: 1;
}
.slider.s1 .slick-dots .slick-active button:before {
	color: #3D98BC;
}
body.about .content.c02 h3{
	position: relative;
	margin-bottom: 20px;
	padding-top: 22px;
	color: #243A68;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
body.about .content.c02 h3:before{
    content: 'Features.' attr(data-order);
	position: absolute;
	top: 0;
	left: 0;
	color: #3D98BC;
	font-size: 14px;
	font-weight: normal;
	font-family: lato, sans-serif;
}
body.about .content.c02 p:not(:last-child){
	margin-bottom: 15px;
}
body.about .content.c02 span{
	color: #AD897B;
}
body.about .content.c02 dl{
	line-height: 1.6;
}
body.about .content.c02 dt{
	color: #243A68;
}
body.about .content.c02 dd{
	font-size: 14px;
}
body.about .content.c03 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	background: #F4F7FB;
	border-radius: 0 50px 0 50px;
}
body.about .content.c03:before{
	background: #fff;
}
body.about .content.c03 h2{
	margin-bottom: 45px;
}
body.about .content.c03 h2:after{
	content: 'Treatment details';
}
body.about .content.c03 .inr{
	border-radius: 20px;
	overflow: hidden;
}
body.about .content.c03 .box{
	position: relative;
	margin-bottom: 1px;
	padding: 30px;
	padding-left: 160px;
	width: calc(50% - 0.5px);
	min-height: 208px;
	line-height: 1.6;
	background: #fff;
}
body.about .content.c03 .box.s1{
	border-radius: 0 0 20px 0;
}
body.about .content.c03 .box:before{
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	width: 110px;
	height: 148px;
	background: #F4F7FB;
}
body.about .content.c03 .box.s1:before{
	background: #F4F7FB url(../img/about/about-c03-01.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s2:before{
	background: #F4F7FB url(../img/about/about-c03-02.png) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s3:before{
	background: #F4F7FB url(../img/about/about-c03-03.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s4:before{
	background: #F4F7FB url(../img/about/about-c03-04.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s5:before{
	background: #F4F7FB url(../img/about/about-c03-05.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s6:before{
	background: #F4F7FB url(../img/about/about-c03-06.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s7:before{
	background: #F4F7FB url(../img/about/about-c03-07.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s8:before{
	background: #F4F7FB url(../img/about/about-c03-08.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s9:before{
	background: #F4F7FB url(../img/about/about-c03-09.png) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s10:before{
	background: #F4F7FB url(../img/about/about-c03-10.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 .box.s11:before{
	background: #F4F7FB url(../img/about/about-c03-11.svg) no-repeat center;
	background-size: 60px;
}
body.about .content.c03 h3{
	margin-bottom: 10px;
	padding-top: 5px;
	color: #243A68;
	font-size: 19px;
	font-weight: bold;
}
body.about .content.c04 {
	position: relative;
	padding: 100px 0;
	background: #fff;
	border-radius: 0 50px 0 50px;
}
body.about .content.c04:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F4F7FB;
	z-index: -1;
}
body.about .content.c04 h2{
	margin-bottom: 45px;
}
body.about .content.c04 h2:after{
	content: 'In-hospital';
}
body.about .content.c04 .inr{
	position: relative;
}
body.about .content.c04 .slider.s1{
	width: 545px;
}
body.about .content.c04 .slider.s1 .slick-arrow {
	top: 38%;
}
body.about .content.c04 .slider.s1 .slick-next {
	right: 5px;
}
body.about .content.c04 .box{
	padding-right: 30px;
}
body.about .content.c04 .image{
	margin-bottom: 15px;
}
body.about .content.c04 dl{
	line-height: 1.6;
}
body.about .content.c04 dt{
	margin-bottom: 2px;
	color: #243A68;
	font-weight: bold;
	font-size: 20px;
}
body.about .content.c05 {
	position: relative;
	padding-top: 95px;
	padding-bottom: 85px;
	background: #F4F7FB;
	border-radius: 0 50px 0 0;
}
body.about .content.c05:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}
body.about .content.c05 h2{
	margin-bottom: 45px;
}
body.about .content.c05 h2:after{
	content: 'Payment';
}
body.about .content.c05 .inr{
	
}
body.about .content.c05 .box{
	padding-left: 25px;
	line-height: 1.6;	
}
body.about .content.c05 .box:not(:last-child){
	margin-bottom: 50px;
}
body.about .content.c05 h3{
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
body.about .content.c05 h3:before{
	content: '';
	position: absolute;
	top: 4px;
	left: -25px;
	width: 5px;
	height: 24px;
	background: #243A68;
	border-radius: 2px;
}
body.about .content.c05 .b{
	margin-top: 30px;
}
body.about .content.c05 .inr-box:not(:last-child){
	margin-bottom: 30px;
}
body.about .content.c05 h4{
	margin-bottom: 15px;
	padding-bottom: 8px;
	color: #243A68;
	font-size: 19px;
	font-weight: bold;
	border-bottom: #e0e0e0 1px solid;
}
body.about .content.c05 .inr-box p.s1 span{
	display: block;
	margin-top: 5px;
	color: #AD897B;
	font-size: 12px;
}
body.about .content.c06 {
	position: relative;
	padding-top: 85px;
	background: #fff;
	border-radius: 50px 50px 0 0;
}
body.about .content.c06:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F4F7FB;
	z-index: -1;
}
body.about .content.c06 h2{
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
	color: #243A68;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
body.about .content.c06 h2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #243A68;
	border-radius: 10px;
    transform: translateX(-50%);
}
body.about .content.c06 .box{
	margin-bottom: 30px;
	width: 48.5%;
	border: #e0e0e0 1px solid;
}
body.about .content.c06 h3{
	margin: 0;
	padding: 13px;
	padding-left: 30px;
	color: #243A68;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	background: #F4F7FB;
}
body.about .content.c06 h4{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.9;
}
body.about .content.c06 h4 span{
	font-size: 12px;
}
body.about .content.c06 .binr{
	padding: 20px 25px 20px 30px;
}
body.about .content.c06 .box dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
body.about .content.c06 .box dt{
	width: calc(100% - 135px);
	font-weight: 500;
}
body.about .content.c06 .box dd{
	position: relative;
	width: 135px;
	color: #243A68;
	font-weight: 800;
	font-family: lato, sans-serif;
	text-align: right;
}
body.about .content.c06 .box dd:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background: #E0E0E0;
    transform: translateY(-50%);
}
body.about .content.c06 dl span{
	font-size: 12px;
}
body.about .content.c06 .box.s3,
body.about .content.c06 .box.s2{
	width: 100%;
}
body.about .content.c06 .box.s2 .binr,
body.about .content.c06 .box.s3 .binr{
	width: 50%;
}
body.about .content.c06 .box.s2 .binr:nth-of-type(1),
body.about .content.c06 .box.s2 .binr:nth-of-type(2){
	border-bottom: #e0e0e0 1px solid;
}
body.about .content.c06 .box.s2 .binr:nth-of-type(odd),
body.about .content.c06 .box.s3 .binr:nth-of-type(odd){
	border-right: #e0e0e0 1px solid;
}
body.about .content.c06 .box.s2 .l{
	padding-right: 10px;
	width: 25%;
}
body.about .content.c06 .box.s2 .r{
	width: 75%;
}

@media screen and (max-width:820px) {
	body.about .content.c01{
		margin-bottom: 15vw;
	}
	body.about .content.c01 .left{
		margin-bottom: 25px;
		width: 100%;
		text-align: center;
	}
	body.about .content.c01 .right{
		padding-top: 0;
		width: 100%;
	}
	body.about .content.c02 .slider.s1{
		width: 100%;
	}
	body.about .content.c02 .box{
		padding-right: 20px;
	}
	body.about .content.c06 .box.s2 .binr,
	body.about .content.c06 .box.s3 .binr,
	body.about .content.c06 .box{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	body.about {
		background: url(../img/about/about-bg-sp.svg) no-repeat right 49vw;
		background-size: 100% auto;
	}
	body.about .content.c01 .left{
		margin: 0 -15px;
		margin-bottom: 8vw;
		width: calc(100% + 30px);
	}
	body.about .content.c01 h2{
		margin-bottom: 15px;
		font-size: 20px;
	}
	body.about .content.c01 h2 span{
		margin-bottom: 7px;
		font-size: 16px;
	}
	body.about .content.c02 {
		padding-bottom: 15vw;
		border-radius: 0 0 0 20px;
	}
	body.about .content.c02 h2 {
		margin-bottom: 12vw;
	}
	body.about .content.c02 .slider.s1{
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	.slider.s1 .slick-dots {
		top: -12vw;
		right: 0;
		padding-right: 0;
	}
	.slick-dots li,
	.slick-dots li button{
		width: 13px!important;
		height: 13px!important;
	}
	.slider.s1 .slick-dots li button:before {
		font-size: 10.5px;
	}
	.slider.s1 .slick-arrow:before,
	.slider.s1 .slick-arrow{
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
	.slider.s1 .slick-arrow {
		top: 14.5%;
		right: 0;
	}
	.slider.s1 .slick-prev {
		left: 0;
	}
	body.about .content.c02 .box{
		padding: 0 10px;
	}
	body.about .content.c02 .left{
		margin-bottom: 15px;
		width: 100%;
	}
	body.about .content.c02 .right{
		width: 100%;
	}
	body.about .content.c03 {
		padding-top: 15vw;
		padding-bottom: 15vw;
		border-radius: 0 20px 0 20px;
	}
	body.about .content.c03 h2 {
		margin-bottom: 7vw;
	}
	body.about .content.c03 .box{
		padding: 20px;
		padding-top: 130px;
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}
	body.about .content.c03 .box.s1{
		border-radius: 0;
	}
	body.about .content.c03 .box:before{
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
		height: 100px;
		border-radius: 5px;
	}
	body.about .content.c03 h3{
		font-size: 16px;
	}
	body.about .content.c04 {
		padding: 15vw 0;
		border-radius: 0 20px 0 20px;
	}
	body.about .content.c04 .slider.s1{
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	body.about .content.c04 .box{
		padding: 0 10px;
	}
	body.about .content.c04 .slider.s1 .slick-arrow {
		top: 28%;
	}
	body.about .content.c05 {
		padding-top: 15vw;
		padding-bottom: 15vw;
		border-radius: 0 20px 0 0;
	}
	body.about .content.c05 h2 {
		margin-bottom: 8vw;
	}
	body.about .content.c05 h3{
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
	}
	body.about .content.c05 .box:not(:last-child){
		margin-bottom: 10vw;
	}
	body.about .content.c05 h3:before{
		top: 5px;
		height: 21px;
	}
	body.about .content.c06 {
		padding-top: 15vw;
		border-radius: 20px 20px 0 0;
	}
	body.about .content.c06 h2{
		margin-bottom: 8vw;
		padding-bottom: 4.5vw;
		font-size: 24px;
	}
	body.about .content.c06 h2:before{
		width: 40px;
	}
	body.about .content.c06 .box{
		margin-bottom: 20px;
	}
	body.about .content.c06 h3{
		padding: 10px 15px;
		font-size: 14px;
	}
	body.about .content.c06 .binr{
		padding: 10px 15px;
		font-size: 14px;
		border: none!important;
	}
	body.about .content.c06 .box.s3 .binr:not(:last-child),
	body.about .content.c06 .box.s2 .binr:not(:last-child){
		border-bottom: #e0e0e0 1px solid!important;
	}
	body.about .content.c06 .box dl:not(:last-child){
		margin-bottom: 6px;
	}
	body.about .content.c06 .box dt{
		line-height: 1.4;
	}
	body.about .content.c06 .box dd{
		width: 120px;
		line-height: 1.4;
	}
	body.about .content.c06 .box.s2 .l,
	body.about .content.c06 .box.s2 .r{
		padding-right: 0;
		width: 100%;
	}
	body.about .content.c06 .box.s2 .l{
		margin-bottom: 8px;
	}
	body.about .content.c06 h4{
		font-weight: bold;
		font-size: 14px;
		line-height: 1.7;
	}
}
