@charset "utf-8";
/* CSS Document */
body {
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #707070;
	line-height: 2;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
}
body:not(.home) header {
	background: none;
}
body:not(.home) header.open {
	background: #978c7c;
}
@media screen and (max-width:767px) {
	nav {
		background: linear-gradient(rgb(82, 150, 185), rgb(50, 115, 149), rgb(22, 92, 128));
	}
	body:not(.home) header.open {
		background: linear-gradient(rgb(82, 150, 185), rgb(82, 150, 185), rgb(82, 150, 185));
	}
	.toggleMenu {
		background: #074770;
	}
	nav .menu > li > a:hover, nav .menu > li > span:hover,
	nav .menu > li.hover > a, nav .menu > li.hover > span {
		background: #074770;
	}
	nav .menu > li ul {
		background: #074770;
	}
}

nav .menu > li ul li a {
	background: #3B8AD6;
}
nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 12px solid #3B8AD6;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
/*--------------------------------------
title
--------------------------------------*/
.top_h2 {
	margin-bottom: 28px;
}
.top_h2 h2 {
	font-size: 32px;
	text-align: center;
	line-height: 1.9;
	letter-spacing: 0.24em;
	color: #fff;
	padding-top: 51px;
	position: relative;
}
.top_h2 h2 sub {
	display: block;
	font-size: 16px;
	letter-spacing: 0.14em;
}
.top_h2 h2:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 40px;
	background: url(/wp-content/uploads/icontitle.png) no-repeat;
	background-size: 100% 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.conceptSec .top_h2 h2:before {
	background: url(/wp-content/uploads/concept_icon.png) no-repeat;
	background-size: 100% 100%;
}
.btnBox .btn {
	background: #B4A38D;
	border-radius: 5px;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	line-height: 1.5;
	padding: 5px 46px 8px;
	font-size: 18px;
	position: relative;
}
.btnBox .btn:before {
	position: absolute;
	width: 10px;
	content: "";
	height: 10px;
	background: url(/wp-content/uploads/icon66.png) no-repeat;
	right: 7px;
	bottom: 6px;
	background-size: cover;
}
.btnBox .btn:hover {
	opacity: 0.7;
}
.btnBox {
	text-align: center;
	padding-top: 53px;
}
.mainSec {
	position: relative;
	height: 100vh;
}
.mainSec div.img {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.mainSec div.img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
#main {
	position: relative;
	z-index: 2;
}
.mainTxtA {
	position: absolute;
	content: "";
	font-size: 40px;
	letter-spacing: 0.24em;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	bottom: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
.mainTxtA span {
	font-size: 24px !important;
	display: block;
	line-height: 1.5;
	margin-top: 40px;
}
.mainTxtB {
	position: absolute;
	left: 3%;
	top: 30%;
	z-index: 99;
	writing-mode: vertical-rl;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.95em;
	font-weight: bold;
	line-height: 1.3;
}
.mainTxtC {
	position: absolute;
	right: 3%;
	top: 30%;
	z-index: 99;
	writing-mode: vertical-rl;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.40em;
	font-weight: bold;
	line-height: 1.3;
}
.scroll {
	position: absolute;
	content: "";
	bottom: 20%;
	z-index: 99;
	width: 56px;
	height: 70px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:1200px) and (min-width:768px) {
	.mainTxtA {
		font-size: 27px;
		letter-spacing: 0;
	}
	.mainTxtA span {
		font-size: 18px !important;
		margin-top: 18px;
	}
}
@media screen and (max-width:767px) {
	.mainTxtA {
		width: 71%;
		margin: 0 auto;
		font-size: 30px;
		letter-spacing: 0.0;
	}
	.mainTxtA span {
		font-size: 20px !important;
	}
}
/*--------------------------------------
CONCEPT
--------------------------------------*/
.conceptBox {
	background: linear-gradient(rgba(50, 94, 121, 0.56), rgba(16, 52, 74, 0.64), rgba(6, 33, 49, 0.80));
	color: #fff;
	position: relative;
	padding-top: 118px;
	padding-bottom: 70px;
}
.conceptBox:before {
	position: absolute;
	content: "";
	width: 95%;
	height: 1px;
	background: #fff;
	top: 23px;
	left: 0;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
.conceptSec .top_h2 h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 22px;
}
.conceptSec .top_h2 h2 span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #fff;
	bottom: 0;
	left: 0;
}
.conceptSec {
	max-width: 1044px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.conceptSec ul {
	display: flex;
	column-gap: 30px;
}
.conceptSec ul li {
	width: calc((100% - 60px) / 4);
	text-align: center;
	border: 1px solid #fff;
	padding: 30px 0 37px;
	position: relative;
}
.conceptSec ul li:before {
	position: absolute;
	content: "";
	width: 93.5px;
	background: url(/wp-content/uploads/concept_01.png) no-repeat;
	height: 80px;
	left: 0;
	top: 0;
	background-size: cover;
}
.conceptSec ul li:nth-child(2):before {
	background: url(/wp-content/uploads/concept_02.png) no-repeat;
	background-size: cover;
}
.conceptSec ul li:nth-child(3):before {
	background: url(/wp-content/uploads/concept_03.png) no-repeat;
	background-size: cover;
}
.conceptSec ul li:nth-child(4):before {
	background: url(/wp-content/uploads/concept_04.png) no-repeat;
	background-size: cover;
}
.conceptSec ul li .title {
	font-size: 20px;
	letter-spacing: 0.16em;
	line-height: 1.3;
}
.conceptSec ul li .english {
	font-size: 14px;
	letter-spacing: 0.04em;
}
.conceptSec .titleA {
	font-size: 28px;
	letter-spacing: 0.08em;
	margin-top: 43px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 26px;
}
.conceptSec .titleA span {
	padding-bottom: 6px;
	position: relative;
}
.conceptSec .txtA {
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 2.1;
	margin-bottom: 20px;
}
.conceptSec .titleA span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #fff;
	bottom: 0;
}
.conceptSec .top_h2 h2 {
	color: #fff;
	position: relative;
	font-size: 24px;
}
.conceptBox02 {
	background: linear-gradient(rgba(82, 150, 185, 1), rgba(50, 115, 149, 1), rgba(22, 92, 128, 1));
	padding-top: 45px;
	padding-bottom: 96px;
}
.conceptBox02:before {
	display: none;
}
.conceptBox02 .conceptSec {
	padding: 0 24px;
}
.conceptBox02 .conceptSec ul {
	display: flex;
	column-gap: 48px;
	max-width: 956px;
	margin: 0 auto;
	justify-content: space-between;
}

.conceptSec ul li:before {
	display: none;
}
.conceptBox02 .conceptSec ul li {
	width: calc((100% - 48px) / 2);
}
.conceptBox02 .conceptSec ul li img {
	width: 60px !important;
	margin-bottom: 14px;
}
.conceptBox02 .conceptSec .titleA {
	font-size: 32px;
}
.conceptBox02 .conceptSec ul li a {
	color: #fff;
}
.conceptBox02 .conceptSec .txtA {
	padding-bottom: 21px;
}
.conceptBox02 .conceptSec ul li a .txt {
	font-size: 15px;
	letter-spacing: 0.08em;
}
.conceptBox02 .conceptSec ul li a .tel {
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1.2;
}
@media screen and (max-width:1200px) and (min-width:768px) {
	.conceptSec .titleA {
		font-size: 22px;
	}
	.conceptBox02 .conceptSec ul li a .tel {
		font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.conceptSec ul {
		display: block;
	}
	.conceptSec ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.conceptBox {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.conceptSec .titleA {
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}
	.conceptSec .titleA span:before {
		display: none;
	}
	.conceptSec .titleA span {
		font-size: 24px;
	}
	.conceptBox02 .conceptSec .titleA {
		font-size: 29px;
	}
	.conceptSec .titleA {
		border-bottom: none;
	}
	.conceptBox02 .conceptSec ul {
		display: block;
	}
	.conceptBox02 .conceptSec ul li {
		width: 100%;
	}
	.conceptSec .txtA{
		text-align: justify;
	}
	
}
/*--------------------------------------
trouble
--------------------------------------*/
.troubleBox .title {
	text-align: center;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.08em;
}
.troubleBox {
	background: url(/wp-content/uploads/trouble_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding: 42px 0 85px;
}
.troubleBox ul {
	display: flex;
	padding-top: 51px;
	position: relative;
	justify-content: space-between;
	margin-top: 13px;
}
.troubleBox ul li {
	width: calc(100% / 3);
}
.troubleBox ul li:nth-child(2) {
	position: absolute;
	width: 37%;
	left: 32%;
	top: 37px;
}
.troubleBox ul li .txt {
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.08em;
	padding-top: 15px;
}
.trouble_btn {
	text-align: center;
	color: #4B8EB7;
	background: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	max-width: 589px;
	font-size: 24px;
	padding-bottom: 5px;
	border-radius: 50px;
	position: relative;
	margin-top: 44px;
}
.trouble_btn:before {
	position: absolute;
	content: "";
	bottom: -20px;
	transform: translateX(-50%);
	background: url(/wp-content/uploads/trouble_icon.png) no-repeat;
	background-size: cover;
	width: 32px;
	height: 20px;
	left: 50%;
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.troubleBox ul li .txt {
		font-size: 18px;
	}
}
@media screen and (max-width:767px) {
	.troubleBox .title {
		font-size: 27px;
		line-height: 1.3;
	}
	.troubleSec {
		width: 90%;
		margin: 0 auto;
	}
	.troubleBox ul {
		display: block;
	}
	.troubleBox ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.troubleBox ul li:nth-child(2) {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
	}
	.trouble_btn {
		font-size: 20px;
		line-height: 1.3;
		padding: 10px;
	}
}
/*--------------------------------------
インプラントの3つのメリット
--------------------------------------*/
.meritBox {
	background: linear-gradient(rgb(248, 250, 255), rgb(255, 255, 255));
	padding-top: 65px;
	padding-bottom: 90px;
}
.meritBox .top_h2 h2 {
	color: #4B8EB7;
	padding-top: 42px;
	line-height: 1.4;
}
.meritBox .top_h2 h2 span span {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	padding-top: 9px;
}
.meritBox .top_h2 h2:before {
	background: url(/wp-content/uploads/icontitle02.png) no-repeat;
	background-size: 100% 100%;	
}
.meritBox ul {
	display: flex;
	column-gap: 32px;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
}
.meritBox ul .txt {
	text-align: center;
	font-size: 20px;
	color: #4B8EB7;
	padding-top: 10px;
}
.meritBox .top_h2 h2 {
	margin-bottom: 64px;
}
.meritBox ul li {
	width: calc((100% - 64px) / 3);
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.meritBox ul .txt {
		font-size: 16px;
		letter-spacing: 0;
	}
	.meritBox ul {
		width: 90%;
	}
}
@media screen and (max-width:767px) {
	.meritBox ul {
		display: block;
		width: 90%;
	}
	.meritBox ul li {
		margin-bottom: 20px;
		width: 100%;
	}
	.meritBox {
		padding-top: 40px;
		padding-bottom: 30px;
	}

}
/*--------------------------------------
患者様に知っていただきたい事
--------------------------------------*/
.implant_box01 .top_h2 h2:before {
	background: url(/wp-content/uploads/concept_icon.png) no-repeat;
	background-size: cover;
}
.implant_box01 .top_h2 h2 {
	color: #fff;
	font-size: 24px;
}
.implant_box01 {
	background: #386784;
	padding-top: 62px;
	padding-bottom: 58px;
}
.implant_box01 .txt {
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.08em;
}
.implant_box01 .top_h2 h2 span {
	border-bottom: 1px solid #fff;
	padding-bottom: 21px;
	margin-bottom: 0;
	display: inline-block;
}
.implant_box01 ul {
	display: flex;
	column-gap: 30px;
	max-width: 1004px;
	margin: 0 auto;
	margin: 56px auto 37px;
	justify-content: space-between;
}
.implant_box01 ul li img {
	width: 42px !important;
}
.implant_box01 ul li {
	width: calc((100% - 60px) / 3);
	text-align: center;
	border: 1px solid #fff;
	padding: 32px 20px;
}
.implant_box01 ul li .txt {
	font-size: 22px;
	line-height: 1.6;
	padding-top: 14px;
}
.implant_box01 ul li:nth-child(2) img {
	width: 74.89px !important;
}
.implant_box01 ul li:nth-child(3) img {
	width: 85.49px !important;
}
.implant_box01 ul + .txt {
	margin-bottom: 50px;
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.implant_box01 ul {
		width: 92%;
		margin: 20px auto;
	}
	.implant_box01 ul li .txt {
		font-size: 16px;
	}
}
@media screen and (max-width:767px) {
	.implant_box01 ul {
		display: block;
	}
	.implant_box01 ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.implant_box01 .implantSec {
		width: 90%;
		margin: 0 auto;
	}
	.implant_box01 ul li .txt{
		text-align: center;
	}
	.implant_box01 .txt{
		text-align: justify;
	}
}
/*--------------------------------------
FEATURES
--------------------------------------*/
.featuresBox {
	background: url(/wp-content/uploads/featrues_bg01-scaled.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 95px 48px;
}
.featuresBox02 {
	background: url(/wp-content/uploads/featrues_bg02-scaled.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 78px 48px;
}
.featuresBox .top_h2 h2:before {
	background: url(/wp-content/uploads/concept_icon.png) no-repeat;
	background-size: 100% 100%;
}
.featuresSec01 ul {
	display: flex;
	column-gap: 48px;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
}
.featuresSec01 ul li {
	width: 50%;
}
.featuresSec01 ul li:first-child {
	width: 45%;
	padding-left: 0;
}
.featuresSec01 ul li:last-child {
	width: 50%;
}
.featuresBox02 ul li:first-child {
	width: 50% !important;
}
.featuresBox02 ul li:last-child {
	width: 45% !important;
}
.featuresSec01 .title {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-bottom: 15px;
}
.featuresSec01 .txt {
	line-height: 2;
	color: #fff;
}

.top_h3 h3 {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
	padding: 0;
	line-height: 1;
	padding-left: 10px;
	padding-bottom: 5px;
}
.top_h3 h3 sub {
	font-size: 24px;
	line-height: 1.5;
	padding-left: 13px;
	border-left: 1px solid #fff;
	margin-left: 13px;
	padding-bottom: 5px;
}
.featuresSec01 .btnBox {
	text-align: left;
}
@media screen and (max-width:1294px) and (min-width:768px) {
	.featuresSec01 ul li:first-child {
		padding-left: 0;
	}
	.featuresBox02 .featuresSec01 ul li:last-child {
		padding-right: 0;
	}
	.featuresSec01 .txt {
		line-height: 2;
		font-size: 15px;
	}
}
@media screen and (max-width:1058px) and (min-width:768px) {
	.featuresSec01 .title {
		line-height: 1.4;
	}
}
@media screen and (max-width:767px) {
	.featuresSec01 ul li:first-child {
		padding-left: 0;
		width: 100%;
	}
	.featuresSec01 ul li:last-child {
		width: 100%;
	}
	.featuresBox02 ul li:first-child {
		width: 100% !important;
	}
	.featuresBox02 ul li:last-child {
		width: 100% !important;
	}
	.featuresSec01 ul {
		display: block;
	}
	.featuresSec01 ul li img {
		margin-bottom: 40px;
		display: block !important;
	}
	.featuresSec01 .txt {
		line-height: 2.2;
	}
	.featuresSec01 .title {
		font-size: 20px;
	}
	.featuresSec01 .title {
		line-height: 1.4;
	}
	.featuresBox {
		background: url(/wp-content/uploads/featrues_spbg01.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 95px 48px;
	}
	.featuresBox02 {
		background: url(/wp-content/uploads/featrues_spbg02.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 95px 48px;
	}
}
/*--------------------------------------
PRICE
--------------------------------------*/
.priceBox {
	padding-top: 64px;
	background: url(/wp-content/uploads/price_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 46px;
}
.priceSec .top_h2 h2 {
	padding-top: 33px;
}
.priceBox .top_h2 h2:before {
	background: url(/wp-content/uploads/concept_icon.png) no-repeat;
	background-size: 100% 100%;
}
.priceSec {
	max-width: 880px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.priceBox table th {
	background: #4B8EB7;
	color: #fff;
	text-align: center;
	padding: 7px 2px;
	width: 37%;
}
.priceBox table {
	border: 1px solid #DDD;
	margin-top: 57px;
}
.priceBox table th, .priceBox table td {
	border-bottom: 1px solid #ddd;
}
.priceBox table td {
	background: #fff;
	color: #000;
	padding-left: 10px;
}
.priceSec .title {
	text-align: center;
	color: #fff;
	font-size: 29px;
	letter-spacing: 0.24em;
	margin-bottom: 31px;
	margin-top: 47px;
}
.priceSec .title sub {
	border-bottom: 1px solid #fff;
	padding-bottom: 19px;
}
.priceSec .txt {
	color: #fff;
	text-align: center;
	line-height: 2.6;
}
@media screen and (max-width:767px) {
	.priceBox {
		background: url(/wp-content/uploads/price_spbg-scaled.jpg) no-repeat;
		background-size: cover;
	}
	.priceSec .txt{
		text-align: justify;
	}
}
/*--------------------------------------
インプラントの治療の流れ
--------------------------------------*/
.flowBox {
	background: #fff;
	padding-top: 96px;
}
.flowBox .top_h2 h2 {
	color: #4B8EB7;
}
.flowBox .top_h2 h2:before {
	background: url(/wp-content/uploads/icontitle02.png) no-repeat;
	background-size: cover;
}
.flowBox.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}
.flowSec ul .li01 {
	background: #C5DFEF;
	position: relative;
}
.flowSec ul .li01:before {
	position: absolute;
	content: "";
	border-top: 40px solid #C5DFEF;
	left: 50%;
	bottom: -36px;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	transform: translateX(-50%);
}
.flowSec ul .li02 {
	position: relative;
}
.flowSec ul .li02:before {
	position: absolute;
	content: "";
	border-top: 40px solid #fff;
	left: 50%;
	bottom: -36px;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	transform: translateX(-50%);
	z-index: 1;
}
.flowSec ul .li01 .nner,
.flowSec ul .li02 .nner {
	box-sizing: border-box;
	padding: 46px 180px 46px 48px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.flowSec ul li .nner .number {
	font-size: 96px;
	color: #fff;
	font-weight: bold;
}
.flowSec ul li .nner .title {
	color: #4B8EB7;
	font-size: 32px;
	letter-spacing: 0.16em;
	text-align: center;
	line-height: 1.4;
}
.flowSec ul li .nner .title sub {
	font-size: 18px;
	letter-spacing: 0.16em;
	display: block;
	padding-top: 14px;
}
.flowSec ul li .nner .img img {
	max-width: 406px;
}
.flowSec ul li .nner .number {
	width: 11.5%;
}
.flowSec ul li .nner .title {
	width: 41%;
}
.flowSec ul li .nner .img img {
	width: 46.5%;
}
.flowSec ul li.li02 .nner .number {
	color: #C5DFEF;
}
@media screen and (max-width:1144px) and (min-width:768px) {
	.flowSec ul .li01 .nner,
	.flowSec ul .li02 .nner {
		padding: 20px 0;
		width: 92%;
		margin: 0 auto;
		column-gap: 44px;
	}
	.flowSec ul li .nner .img img {
		width: 100% !important;
	}
	.flowSec ul .li01:before,
	.flowSec ul .li02:before {
		border-top: 20px solid #C5DFEF;
		bottom: -19px;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
	}
	.flowSec ul li .nner .title {
		letter-spacing: 0;
	}
	.flowSec ul li .nner .number {
		font-size: 78px;
	}
	.flowSec ul li .nner .title {
		font-size: 26px;
	}
}
@media screen and (max-width:767px) {
	.imgbox {
		padding: 20px 20px 0 20px;
	}
	.flowSec ul .li01 .nner,
	.flowSec ul .li02 .nner {
		padding: 0 20px 20px 20px;
	}
	.flowSec ul li .nner .title {
		text-align: left;
	}
	.flowSec ul li .nner .number {
		width: 30%;
		font-size: 65px;
	}
	.flowSec ul li .nner .title {
		width: 70%;
		text-align: left;
		font-size: 24px;
	}
	.flowSec ul li .nner .title sub {
		font-size: 14px;
	}
	.flowSec ul .li01:before {
		border-top: 30px solid #C5DFEF;
		bottom: -19px;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		z-index: 1;
	}
	.flowSec ul .li02:before {
		border-top: 30px solid #fff;
		bottom: -19px;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		z-index: 1;
	}
	.flowSec ul li .nner .title sub {
		padding-top: 5px;
	}
	.flowSec ul .li01:last-child:before {
		display: none;
	}
}
/*--------------------------------------
院長ご挨拶
--------------------------------------*/
.greetingBox {
	background: url(/wp-content/uploads/greeting_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding-top: 66px;
}
.greetingBox.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
	width: 100% !important;
}
.greetingBox .greetingSec {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.greetingBox .greetingSec ul {
	display: flex;
	column-gap: 48px;
}
.greetingBox .greetingSec ul li {
	width: 50%;
}
.greetingBox .greetingSec .txt {
	color: #fff;
	border: 1px solid #fff;
	padding: 20px;
	margin-top: 42px;
	margin-bottom: 55px;
}
.greetingBox .greetingSec .btn {
	text-align: center;
	max-width: 172px;
	margin: 0 auto;
	margin-top: 10px;
}
.greetingBox .top_h2 h2 {
	padding-top: 30px;
}
.greetingBox .top_h2 h2:before {
	background: url(/wp-content/uploads/concept_icon.png) no-repeat;
	background-size: cover;
}
.greetingBox .greetingSec ul li:nth-child(1) {
	width: 52%;
}
.greetingBox .greetingSec ul li:nth-child(2) {
	width: 48%;
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.greetingBox .greetingSec .txt {
		margin-top: 20px;
		margin-bottom: 25px;
		padding: 10px 20px;
	}
	.greetingBox {
		padding-bottom: 30px;
	}
}
@media screen and (max-width:767px) {
	.greetingBox .greetingSec ul {
		display: block;
	}
	.greetingBox .greetingSec ul li:nth-child(1) {
		width: 100%;
	}
	.greetingBox .greetingSec ul li:nth-child(2) {
		width: 100%;
	}
	.greetingBox {
		background: url(/wp-content/uploads/greeting_spbg.jpg) no-repeat;
		background-size: cover;
		padding-top: 66px;
	}
}
/*--------------------------------------
診療時間・アクセス
--------------------------------------*/
.hoursaccessBox {
	padding-top: 97px;
	background: url(/wp-content/uploads/medical_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 97px;
}
.hoursaccessSec ul {
	display: flex;
	column-gap: 48px;
	margin-top: 61px;
}
.hoursaccessSec ul li {
	width: calc((100% - 48px) / 2);
}
.hoursaccessSec ul li:first-child {
	width: 56%;
}
.hoursaccessSec ul li:last-child {
	width: 44%;
}
.hoursaccessSec {
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 48px;
	background: #fff;
}
.hoursaccessSec .top_h2 h2 {
	color: #4B8EB7;
}
.hoursaccessSec .top_h2 h2:before {
	background: url(/wp-content/uploads/icontitle02.png) no-repeat;
	background-size: cover;
}
.hoursaccessSec .top_title h2 {
	color: #F8C9DC;
	font-family: "vdl-logog", sans-serif;
	font-size: 40px;
}
.aboutL table {
	border: 1px solid #4B8EB7;
}
.aboutL thead th, .aboutL thead td {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #4B8EB7;
	padding-bottom: 6px;
	text-align: center;
	background: #4B8EB7;
	line-height: 1.4;
	padding-top: 4px;
}
.aboutL tbody th {
	color: #4B8EB7;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.aboutL tbody th, .aboutL tbody td {
	border-bottom: 1px solid #4B8EB7;
	padding-top: 6px;
	padding-bottom: 6px;
}
.aboutL tbody td {
	text-align: center;
	color: #4B8EB7;
}
.txt_color {
	color: #4B8EB7;
}
.aboutL thead th, .aboutL tbody th {
	width: 24%;
	border-right: 1px solid #4B8EB7;
}
.aboutL p {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
	color: #333;
}
.tmp_table_under {
	color: #242424;
	font-size: 15px;
	letter-spacing: 0.08em;
}
.tmp_table_under th,
.tmp_table_under td {
	border-bottom: 1px solid #4B8EB7;
	padding-top: 11px;
	padding-bottom: 11px;
}
.tmp_table_under th {
	font-weight: bold;
	color: #4B8EB7;
	font-size: 15px;
}
.tmp_table_under td {
	color: #333;
	font-size: 15px;
	letter-spacing: 0.08em;
}
.hoursaccessSec .top_title h2 sub {
	font-family: "Noto Sans JP", serif;
	padding-top: 10px;
}
.hoursaccessSec ul li:last-child p {
	text-align: right;
}
.hoursaccessSec ul li:last-child p a:hover {
	text-decoration: underline;
}
.hoursaccessSec .top_title h2:before {
	top: -26px;
}
@media screen and (max-width:1024px) {
	.hoursaccessSec ul {
		display: block;
	}
	.hoursaccessSec ul li {
		width: 100%;
	}
	.hoursaccessSec ul li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.hoursaccessSec ul li:last-child {
		width: 100%;
	}
	.hoursaccessSec .top_title h2 {
		font-size: 30px;
		letter-spacing: 0;
	}
	.hoursaccessSec ul {
		margin-top: 30px;
	}
	.tmp_table_under th, .tmp_table_under td {
		padding-bottom: 7px;
		display: block;
		line-height: 1.6;
	}
	.aboutL p {
		padding-bottom: 23px;
	}
	.aboutL thead th, .aboutL thead td {
		font-size: 15px;
	}
	.aboutL tbody th {
		font-size: 15px;
	}
	.aboutL thead th, .aboutL tbody th {
		line-height: 1.2;
	}
}
@media screen and (max-width:767px) {
	.hoursaccessSec .top_h2 h2 {
		font-size: 26px;
	}
	.hoursaccessBox {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*--------------------------------------
footer
--------------------------------------*/
.fixed-box {
	width: 571px;
	height: auto;
}
.fixed-box ul li:first-child {
	width: 256px;
}
.fixed-box ul li:nth-child(2) {
	width: 239px;
}
@media screen and (min-width: 768px) {
	.fixed-box ul {
		width: 555px;
	}
	.fixed-box ul li:last-child{
		width: 44px;
	}
}
@media screen and (max-width:767px) {
	.fixed-box ul li:nth-child(1) {
		width: 27%;
	}
	.fixed-box ul li:nth-child(2) {
		width: 56.5%;
	}
	.fixed-box ul li:last-child {
		width: 10.5%;
	}
	.fixed-box ul li img {
		width: 100% !important;
	}
	.fixed-box {
		width: 100%;
	}
}
#footer {
	background: #4B8EB7;
}
.copyright {
	background: #2E6D93;
}