@charset "utf-8";
/* -------------------------------------
■mainView
------------------------------------- */
/*　スライド
------------------------------------- */
img.swiper-slide-image {
	width: 100% !important;
}
.mainSlide .main_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.mainSlide .main_content div {
	height: 100%;
}
.mainSlide .main_content .elementor-widget-container {
	display: table;
	width: 100%;
	padding: 13px 0 0 0;
	text-align: center;
	position: relative;
}
.mainSlide .main_content .elementor-image {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.mainSlide .main_content img {
	width: 59%;
	max-width: 807px;
}

@media screen and (min-width: 768px) {
	.mainSlide .main_content .elementor-widget-container:before {
		content: "";
		width: 37%;
		max-width: 501px;
		height: 16%;
		background: url(/wp-content/uploads/mainCatch02.png) no-repeat left bottom;
		background-size: 100%;
		position: absolute;
		bottom: 3.2%;
		right: 50%;
		margin-right: 9.4%;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {
	.mainSlide .main_content .elementor-widget-container {
		padding: 0;
	}
	.mainSlide .main_content .elementor-widget-container {
		padding: 25px 0 0 0;
	}
	.mainSlide .main_content img {
		width: 89%;
		max-width: 670px;
	}
}


/* -------------------------------------
■TITLE
------------------------------------- */
.titWrap {
	position: relative;
	text-align: center;
}
.titWrap sup {
	display: block;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.36em;
	font-weight: 400;
	color: #8F8471;
	margin-bottom: 17px;
}
.titWrap h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #8F8471;
}

@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 19px;
		line-height: 1.47;
	}
	.titWrap sup {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

/* -------------------------------------
■CLINIC
------------------------------------- */
.clinicSec {
	padding: 81px 0;
}
.clinicSec .timeWrap {
	margin-top: 3px;
	color: #373431;
}
.clinicSec .timeWrap p {
	line-height: 1.88;
	margin-top: 22px;
}
.timetableA th,
.timetableA td {
	font-size: 16px;
	font-weight: 500;
	padding: 11px 0;
	color: #373431;
}
.timetableA thead th {
	padding: 0 0 28px;
}
.timetableA thead th:first-child {
	width: 29%;
}
.timetableA thead th:last-child,
.timetableA tbody td:last-child {
	width: 25.5%;
	padding-right: 11.5%;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
	padding-bottom: 29px;
}
.txtColor {
	color: #A6958D;
} 
.clinicSec .infoWrap {
	border-top: 1px solid #373431;
	padding-top: 5px;
	margin-top: 24px;
}
.clinicSec .infoWrap h1 {
	font-weight: 500;
}
.clinicSec .info_table th,
.clinicSec .info_table td {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.63;
	padding-top: 22px;
}
.clinicSec .info_table th {
	width: 110px;
	font-weight: 600;
	vertical-align: top;
}
.clinicSec .map {
	padding-top: 0;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.clinicSec .timeWrap p {
		font-size: 15px;
	}
	.timetableA th,
	.timetableA td {
		font-size: 14px;
	}
	.timetableA thead th:first-child {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.clinicSec {
		padding: 30px 0;
	}
	.clinicSec .timeWrap {
		margin-top: 0;
	}
	.clinicSec .timeWrap p {
		font-size: 15px;
		line-height: 1.67;
		letter-spacing: 0;
		margin-top: 14px;
	}
	.timetableA th,
	.timetableA td {
		font-size: 15px;
		padding: 6px 0;
	}
	.timetableA thead th {
		padding: 0 0 10px;
	}
	.timetableA thead th:first-child {
		font-size: 16px;
		width: 33%;
	}
	.timetableA thead th:last-child,
	.timetableA tbody td:last-child {
		width: 20%;
		padding-right: 4%;
	}
	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
		padding-top: 16px;
	}
	.timetableA tbody tr:last-child th,
	.timetableA tbody tr:last-child td {
		padding-bottom: 16px;
	}
	.clinicSec .infoWrap {
		margin-top: 16px;
	}
	.clinicSec .info_table th,
	.clinicSec .info_table td {
		font-size: 15px;
		line-height: 1.67;
		padding-top: 10px;
	}
	.clinicSec .info_table th {
		width: 90px;
	}
	.clinicSec .map {
		padding-top: 298px;
	}
}

@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 13px;
	}
	.timetableA thead th:first-child {
		font-size: 15px;
	}
	.clinicSec .timeWrap p {
		font-size: 13px;
	}
}

/* -------------------------------------
■CONCEPT
------------------------------------- */
.conceptSec {
	background: #FBF6EA;
	padding: 90px 0 73px;
	position: relative;
	z-index: 3;
}
.conceptSec:before {
	content: "";
	width: 100%;
	height: 164px;
	background: url(/wp-content/uploads/top_bg11.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	bottom: -108px;
	z-index: 2;
	pointer-events: none;
}
.conceptSec .titWrap {
	margin-bottom: 42px;
}
.conceptSec .txtWrap .txt {
	width: 66.5%;
	max-width: 717px;
	margin-left: auto;
	background: rgba(255,255,255,0.72);
	box-shadow: 0 3px 12px rgb(0, 0, 0, 0.08);
	box-sizing: border-box;
	padding: 50px 49px 22px;
}

@media screen and (min-width: 768px) {
	.conceptSec .titWrap h2 {
		position: absolute;
		top: 70px;
		left: 0;
		text-align: left;
	}
	.conceptSec .picWrap {
		width: 61.4%;
		height: 472px;
		background: url(/wp-content/uploads/top_img01.jpg) no-repeat 70% center;
		background-size: cover;
		position: absolute;
		left: 0;
		bottom: -20px;
		z-index: -1;
	}
	.conceptSec .txtWrap .txt p {
		font-size: 18px;
		line-height: 2.67;
		letter-spacing: 0.17em;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		writing-mode: tb-rl;
		height: 555px;
	}
}

@media screen and (max-width: 1365px) and (min-width: 1081px) {
	.conceptSec .picWrap {
		background-position: 70% bottom;
		background-size: 100%;
	}
	.conceptSec .txtWrap .txt {
		max-width: 690px;
	}
	.conceptSec .txtWrap .txt p {
		line-height: 2.56;
	}
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.conceptSec .titWrap h2 {
		font-size: 3vw;
	}
	.conceptSec .picWrap {
		height: 372px;
		background-position: 70% bottom;
		background-size: 100%;
	}
	.conceptSec .txtWrap .txt {
		max-width: 484px;
		padding: 40px 30px 22px;
	}
	.conceptSec .txtWrap .txt p {
		font-size: 16px;
		line-height: 2.06;
		height: 495px;
	}
}

@media screen and (max-width: 767px) {
	.conceptSec {
		padding: 30px 0 0;
	}
	.conceptSec:before {
		height: 144px;
		background: url(/wp-content/uploads/top_bg11_sp.png) no-repeat center top;
		background-size: cover;
		bottom: -87px;
	}
	.conceptSec .titWrap {
		margin-bottom: 14px;
	}
	.conceptSec .titWrap sup {
		margin-bottom: 27px;
	}
	.conceptSec .picWrap {
		padding-right: 17px;
	}
	.conceptSec .txtWrap > .elementor-container {
		padding: 0 0 0 20px;
	}
	.conceptSec .txtWrap .txt {
		width: 100%;
		max-width: 100%;
		padding: 20px 17px 20px;
		margin-top: -23px;
		position: relative;
		z-index: 2;
	}
	.conceptSec .txtWrap .txt p {
		font-size: 15px;
		line-height: 1.74;
		letter-spacing: 0.09em;
	}
}

/* -------------------------------------
■FEATURE
------------------------------------- */
.featureSec {
	padding: 89px 0 23px;
	position: relative;
	z-index: 2;
}
.featureSec .titWrap {
	margin-bottom: 42px;
}
.featureSec:after {
	content: "";
	width: 100%;
	height: 134px;
	background: url(/wp-content/uploads/top_bg12.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	bottom: -34px;
	z-index: -1;
	pointer-events: none;
}
.featureArea {
	margin-top: 59px;
}
.featureArea .picWrap {
	width: 61.5%;
	position: relative;
	top: -59px;
	z-index: 3;
}
.featureArea .txtWrap {
	width: 38.5%;
	padding: 96px 59px 57px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.featureArea .txtWrap:after {
	content: "";
	width: calc(100% + 152px);
	height: 100%;
	background: #A6958D;
	position: absolute;
	top: 0;
	z-index: -1;
}
.featureArea.odd .txtWrap:after {
	right: 0;
}
.featureArea.even .txtWrap:after {
	left: 0;
}
.featureArea .txtWrap .elementor-column-wrap {
	max-width: 325px;
}
.featureArea.even .txtWrap .elementor-column-wrap {
	margin-left: auto;
}
.featureArea .txtWrap h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.5;
	margin-bottom: 32px;
}
.featureArea .txtWrap h3 .num {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 160px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #D4C59B;
	position: absolute;
	top: -175px;
}
.featureArea.odd .txtWrap h3 .num {
	right: -10px;
}
.featureArea.even .txtWrap h3 .num {
	left: -10px;
}
.featureArea .txtWrap p {
	font-size: 18px;
	letter-spacing: 0.16em;
	line-height: 1.78;
}

/* btn
------------------------------------- */
.elementor-button-wrapper {
	padding-right: 27px;
	max-width: 325px;
}
.elementor-button {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	background: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #A6958D !important;
	text-align: left;
	padding: 18px 40px 17px 45px;
	box-sizing: border-box;
	border-radius: 0;
	position: relative;
	transition: all 0.6s ease;
	overflow: visible;
	z-index: 2;
	box-shadow: none !important;
	border: 1px solid #A6958D;
}
.elementor-button:after {
	content: "";
	width: 106px;
	height: 12px;
	background: url(/wp-content/uploads/ico_arrow.png) no-repeat right center;
	background-size: cover;
	position: absolute;
	right: -28px;
	top: 50%;
	margin-top: -11px;
}
.elementor-button:hover {
	background: rgba(166, 149, 141, 0.4);
	opacity: 1 !important;
}
.whiteBtn .elementor-button {
	border: 1px solid #fff;
	color: #fff !important;
}
.whiteBtn .elementor-button:after {
	background: url(/wp-content/uploads/ico_arrow_white.png) no-repeat right center;
	background-size: cover;
}
.whiteBtn .elementor-button:hover {
	background: rgba(255, 255, 255, 0.4);
}

.featureArea .elementor-widget-button {
	margin-top: 42px;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.featureArea .txtWrap {
		padding: 96px 40px 57px;
	}
	.featureArea .txtWrap:after {
		width: calc(100% + 80px);
	}
	.featureArea .txtWrap h3 {
		font-size: 26px;
	}
	.featureArea .txtWrap h3 .num {
		font-size: 140px;
		top: -160px;
	}
	.featureArea .elementor-button {
		font-size: 16px;
		padding: 18px 40px 17px 20px;
	}
	.featureArea .elementor-button:after {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.featureSec {
		padding: 44px 0 37px;
	}
	.featureSec .titWrap {
		margin-bottom: 16px;
	}
	.featureSec:after {
		height: 104px;
		background: url(/wp-content/uploads/top_bg12_sp.png) no-repeat center bottom;
		background-size: cover;
		bottom: -25px;
	}
	.featureArea {
		margin-top: 0;
	}
	.featureArea .picWrap {
		width: 100%;
		top: 0;
	}
	.featureArea .txtWrap {
		width: calc(100% - 20px);
		background: #A6958D;
		padding: 25px 30px;
		margin-top: -50px;
		z-index: 5;
	}
	.featureArea.odd .txtWrap {
		margin-left: 20px;
	}
	.featureArea.even .txtWrap {
		margin-right: 20px;
	}
	.featureArea .txtWrap:after {
		display: none;
	}
	.featureArea .txtWrap .elementor-column-wrap {
		max-width: 100%;
	}
	.featureArea .txtWrap h3 {
		font-size: 19px;
		line-height: 1.58;
		margin-bottom: 10px;
	}
	.featureArea.even .txtWrap h3 {
		max-width: 150px;
		margin-left: auto;
	}
	.featureArea .txtWrap h3 .num {
		font-size: 104px;
		top: -80px;
	}
	.featureArea.even .txtWrap h3 .num {
		top: -54px;
	}
	.featureArea .txtWrap p {
		font-size: 15px;
		letter-spacing: 0;
		line-height: 1.74;
	}

	.elementor-button {
		font-size: 15px;
		padding: 18px 40px 17px 30px;
	}
	.elementor-button:after {
		width: 86px;
	}
	.featureArea .elementor-widget-button {
		margin-top: 17px;
	}
}

@media screen and (max-width: 374px) {
	.featureArea .txtWrap {
		padding: 25px 20px;
	}
}

/* -------------------------------------
■すべての患者様に最高品質の治療をご提供
------------------------------------- */
.movieSec {
	background: #FBF6EA;
	padding: 61px 0 80px;
}
.movieSec .txtWrap {
	padding: 0 59px;
}
.movieSec .txtWrap .elementor-column-wrap {
	max-width: 325px;
	margin-left: auto;
}
.movieSec .titWrap h2 {
	margin-bottom: 43px;
}
.movieSec .txtWrap .elementor-widget-button:not(:last-child) {
	margin-bottom: 38px;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.movieSec .txtWrap {
		padding: 0 30px;
	}
	.movieSec .titWrap h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.movieSec .txtWrap .elementor-widget-button:not(:last-child) {
		margin-bottom: 25px;
	}
	.movieSec .elementor-button {
		font-size: 16px;
		padding: 18px 40px 17px 20px;
	}
	.movieSec .elementor-button:after {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.movieSec {
		padding: 0 0 35px;
	}
	.movieSec .titWrap h2 {
		margin-bottom: 20px;
		position: relative;
		z-index: 3;
	}
	.movieSec .txtWrap {
		padding: 20px 20px 0;
	}
	.movieSec .txtWrap .elementor-widget-button:not(:last-child) {
		margin-bottom: 20px;
	}
	.movieSec .txtWrap .elementor-column-wrap {
		margin: 0 auto;
	}
}

/* -------------------------------------
■MENU
------------------------------------- */
.menuSec {
	padding: 72px 0 82px;
}
.menuSec .titWrap {
	margin-bottom: 54px;
}
.menuArea .wrap {
	position: relative;
	display: table;
	width: 100%;
}
.menuArea .menuWrap {
	width: 40.5%;
	background: #fff;
	min-height: inherit !important;
	display: table-cell;
}
.menuWrap li:not(:last-child) {
	margin-bottom: 2px;
}
.menuWrap li a {
	display: block;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 35px 11% 30px;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-webkit-transition-duration:1s;
	transition-duration: 1s;
	position: relative;
}
.menuWrap li a:after {
	content: "";
	width: 46px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
}
.menuWrap li:nth-child(2n+1) a {
	background: #A6958D;
}
.menuWrap li:nth-child(2n) a {
	background: #C5BBB7;
}
.menuWrap li a:hover {
	background: #FCFBF6 !important;
	color: #A6958D !important;
}
.menuWrap li a:hover:after {
	background: #A6958D;
}
.menuWrap li .menu_link_txt {
	display: inline-block;
	padding-left: 72px;
	line-height: 1;
	position: relative;
}
.menuWrap li .menu_link_txt:before {
	display: block;
	font-family: 'CustomIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
}
.menuWrap li:first-child .menu_link_txt:before {
	content: "\E88E";
	font-size: 44px;
	left: 0;
	margin-top: -27px;
}
.menuWrap li:nth-child(2) .menu_link_txt:before {
	content: "\E88F";
	font-size: 31px;
	left: 16px;
	margin-top: -17px;
}
.menuWrap li:nth-child(3) .menu_link_txt:before {
	content: "\E890";
	font-size: 32px;
	left: 15px;
	margin-top: -17px;
}
.menuWrap li:nth-child(4) .menu_link_txt:before {
	content: "\E891";
	font-size: 32px;
	left: 13px;
	margin-top: -17px;
}
.menuWrap li:nth-child(5) .menu_link_txt:before {
	content: "\E892";
	font-size: 31px;
	left: 15px;
	margin-top: -17px;
}
.menuWrap li:nth-child(6) .menu_link_txt:before {
	content: "\E893";
	font-size: 35px;
	left: 14px;
	margin-top: -18px;
}
.menuWrap li:nth-child(7) .menu_link_txt:before {
	content: "\E894";
	font-size: 22px;
	left: 12px;
	margin-top: -13px;
}
.menuWrap li:last-child .menu_link_txt:before {
	content: "\E895";
	font-size: 38px;
	left: 16px;
	margin-top: -21px;
}
.menuArea .txtWrap {
	position: relative;
	width: 59.5%;
	box-sizing: border-box;
	overflow: hidden;
	background: url(/wp-content/uploads/top_bg01.jpg) no-repeat center;
	background-size: cover;
	display: table-cell;
	height: 100%;
	vertical-align: top;
}
.menuArea .txtWrap > ul {
	position: relative;
}
.menuArea .txtWrap > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.menuArea .txtWrap > ul > li:first-child {
	opacity: 1 !important;
	background: url(/wp-content/uploads/top_bg01.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:nth-child(2) {
	background: url(/wp-content/uploads/top_bg02.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:nth-child(3) {
	background: url(/wp-content/uploads/top_bg03.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:nth-child(4) {
	background: url(/wp-content/uploads/top_bg04.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:nth-child(5) {
	background: url(/wp-content/uploads/top_bg05.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:nth-child(6) {
	background: url(/wp-content/uploads/top_bg06.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:nth-child(7) {
	background: url(/wp-content/uploads/top_bg07.jpg) no-repeat center;
	background-size: cover;
}
.menuArea .txtWrap > ul > li:last-child {
	background: url(/wp-content/uploads/top_bg08.jpg) no-repeat center;
	background-size: cover;
}
.cellBox {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.cellBox .inner {
	max-width: 440px;
	color: #fff;
}
.cellBox .inner h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: 0.1em;
	padding: 194px 0 48px;
	margin-bottom: 43px;
	text-align: center;
	position: relative;
}
.cellBox .inner h3:after {
	content: "";
	width: 54px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -27px;
}
.cellBox .inner h3:before {
	display: block;
	font-family: 'CustomIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 25px;
}
.menuArea .txtWrap > ul > li:first-child h3:before {
	content: "\E88E";
	font-size: 130px;
	margin-left: -73px;
	top: 0;
}
.menuArea .txtWrap > ul > li:nth-child(2) h3:before {
	content: "\E88F";
	font-size: 100px;
	margin-left: -50px;
}
.menuArea .txtWrap > ul > li:nth-child(3) h3:before {
	content: "\E890";
	font-size: 100px;
	margin-left: -50px;
}
.menuArea .txtWrap > ul > li:nth-child(4) h3:before {
	content: "\E891";
	font-size: 100px;
	margin-left: -60px;
}
.menuArea .txtWrap > ul > li:nth-child(5) h3:before {
	content: "\E892";
	font-size: 100px;
	margin-left: -50px;
}
.menuArea .txtWrap > ul > li:nth-child(6) h3:before {
	content: "\E893";
	font-size: 110px;
	margin-left: -62px;
}
.menuArea .txtWrap > ul > li:nth-child(7) h3:before {
	content: "\E894";
	font-size: 74px;
	margin-left: -50px;
	top: 50px;
}
.menuArea .txtWrap > ul > li:last-child h3:before {
	content: "\E895";
	font-size: 100px;
	margin-left: -50px;
}
.cellBox .inner .txt {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
}

.menuSec .btnWrap {
	margin-top: 65px;
}
.menuSec .btnWrap .elementor-button-wrapper {
	max-width: 340px;
}
.menuSec .btnWrap .elementor-inner-column:last-child .elementor-button {
	padding-left: 30px;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.menuWrap li a {
		font-size: 17px;
		padding: 35px 25px 30px 25px;
	}
	.menuWrap li .menu_link_txt {
		padding-left: 44px;
	}
	.menuWrap li:first-child .menu_link_txt:before {
		font-size: 30px;
		margin-top: -20px;
	}
	.menuWrap li:nth-child(2) .menu_link_txt:before {
		font-size: 22px;
		left: 10px;
		margin-top: -13px;
	}
	.menuWrap li:nth-child(3) .menu_link_txt:before {
		font-size: 24px;
		left: 8px;
		margin-top: -13px;
	}
	.menuWrap li:nth-child(4) .menu_link_txt:before {
		font-size: 24px;
		left: 6px;
		margin-top: -13px;
	}
	.menuWrap li:nth-child(5) .menu_link_txt:before {
		font-size: 22px;
		left: 10px;
		margin-top: -13px;
	}
	.menuWrap li:nth-child(6) .menu_link_txt:before {
		font-size: 24px;
		left: 8px;
		margin-top: -13px;
	}
	.menuWrap li:nth-child(7) .menu_link_txt:before {
		font-size: 14px;
		left: 9px;
		margin-top: -9px;
	}
	.menuWrap li:last-child .menu_link_txt:before {
		font-size: 25px;
		left: 11px;
		margin-top: -15px;
	}
	.menuWrap li a:after {
		width: 25px;
	}
	.cellBox .inner h3 {
		font-size: 28px;
	}
	.cellBox .inner .txt {
		font-size: 16px;
	}

	.menuSec .btnWrap .elementor-button {
		font-size: 14px;
		padding: 18px 32px 17px 18px !important;
	}
	.menuSec .btnWrap .elementor-button:after {
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.menuSec {
		padding: 30px 0;
	}
	.menuSec .titWrap {
		margin-bottom: 20px;
	}
	.menuList .menu01 {
		background: url(/wp-content/uploads/top_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu02 {
		background: url(/wp-content/uploads/top_bg02_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu03 {
		background: url(/wp-content/uploads/top_bg03_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu04 {
		background: url(/wp-content/uploads/top_bg04_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu05 {
		background: url(/wp-content/uploads/top_bg05_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu06 {
		background: url(/wp-content/uploads/top_bg06_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu07 {
		background: url(/wp-content/uploads/top_bg07_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.menuList .menu08 {
		background: url(/wp-content/uploads/top_bg08_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.cellBox {
		align-items: flex-start;
		padding: 52px 30px 80px;
	}
	.cellBox .inner {
		max-width: 280px;
		height: 370px;
	}
	.cellBox .inner a {
		display: block;
		color: #fff;
	}
	.cellBox .inner h3 {
		font-size: 21px;
		padding: 110px 0 13px;
		margin-bottom: 25px;
	}
	.cellBox .inner h3:after {
		width: 28px;
		margin-left: -14px;
	}
	.menuList .menu01 .cellBox .inner h3:before {
		content: "\E88E";
		font-size: 91px;
		margin-left: -50px;
		top: 0;
	}
	.menuList .menu02 .cellBox .inner h3:before {
		content: "\E88F";
		font-size: 75px;
		margin-left: -34px;
		top: 16px;
	}
	.menuList .menu03 .cellBox .inner h3:before {
		content: "\E890";
		font-size: 80px;
		margin-left: -40px;
		top: 11px;
	}
	.menuList .menu04 .cellBox .inner h3:before {
		content: "\E891";
		font-size: 70px;
		margin-left: -42px;
		top: 22px;
	}
	.menuList .menu05 .cellBox .inner h3:before {
		content: "\E892";
		font-size: 70px;
		margin-left: -35px;
		top: 22px;
	}
	.menuList .menu06 .cellBox .inner h3:before {
		content: "\E893";
		font-size: 76px;
		margin-left: -39px;
		top: 22px;
	}
	.menuList .menu07 .cellBox .inner h3:before {
		content: "\E894";
		font-size: 51px;
		margin-left: -38px;
		top: 40px;
	}
	.menuList .menu08 .cellBox .inner h3:before {
		content: "\E895";
		font-size: 76px;
		margin-left: -38px;
		top: 15px;
	}
	.cellBox .inner .txt {
		font-size: 16px;
		line-height: 1.63;
		overflow: hidden;
		text-align: justify;
	}

	.menuSec .btnWrap {
		margin-top: 20px;
	}
	.menuSec .btnWrap .elementor-button-wrapper {
		max-width: 325px;
		margin: 0 auto;
	}
}

/* -------------------------------------
■GREETING
------------------------------------- */
.greetingSec {
	background: url(/wp-content/uploads/top_bg10.jpg) no-repeat center top;
	background-size: cover;
	padding: 82px 0 76px;
	overflow: hidden;
}
.greetingSec .titWrap {
	margin-bottom: 61px;
}
.greetingSec .txtWrap > .elementor-container {
	position: relative;
}
.greetingSec .txtWrap > .elementor-container:after {
	content: "";
	width: 53%;
	height: calc(100% + 106px);
	background: url(/wp-content/uploads/top_bg09.png) no-repeat center bottom;
	background-size: 100%;
	position: absolute;
	right: -20px;
	bottom: -76px;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
}
.greetingSec .txtWrap .elementor-column-wrap {
	width: 63%;
	max-width: 680px;
}
.greetingSec .txtWrap .inner {
	background: rgba(255, 255, 255, 0.72);
	padding: 62px 57px 58px 66px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1.78;
	color: #000000;	
}

@media screen and (max-width: 1080px) and (min-width: 961px) {
	.greetingSec .txtWrap > .elementor-container:after {
		width: 50%;
		height: calc(100% + 174px);
	}
	.greetingSec .txtWrap .inner {
		padding: 40px 37px 35px 40px;
		font-size: 16px;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
	.greetingSec .txtWrap > .elementor-container:after {
		width: 50%;
		height: calc(100% + 153px);
	}
	.greetingSec .txtWrap .inner {
		padding: 30px 25px 25px 30px;
		font-size: 15px;
		letter-spacing: 0.15em;
	}
}

@media screen and (max-width: 767px) {
	.greetingSec {
		background: url(/wp-content/uploads/top_bg10_sp.jpg) no-repeat center top;
		background-size: cover;
		padding: 40px 0 37px;
	}
	.greetingSec .titWrap {
		margin-bottom: 0;
	}
	.greetingSec .txtWrap .elementor-column-wrap {
		width: 100%;
		max-width: 100%;
	}
	.greetingSec .txtWrap > .elementor-container:after {
		display: none;
	}
	.greetingSec .txtWrap .inner {
		padding: 30px;
		margin-bottom: 20px;
		font-size: 15px;
		letter-spacing: 0.02em;
		line-height: 1.74;
	}
	.greetingSec .txtWrap .elementor-button-wrapper {
		margin: 0 auto;
	}
}
