@charset "utf-8";

/* =====================================
■HEADER
===================================== */
header {
	background: none;
}

/* catchword */
header .catchword {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff
}

@media screen and (min-width: 768px) {
	header {
		position: absolute;
		left: 0;
		top: 0;
	}
	header .wrap {
		width: 98%;
		max-width: 1266px;
		margin: 0 auto;
	}

	/* catchword */
	header .catchword {
		padding: 27px 0 12px;
	}

	/* logo */
	header .logo {
		float: left;
		width: 318px;
		margin-left: -4px;
	}

	/* tel */
	header .wrap .telBox {
		float: right;
		max-width: 274px;
		margin-top: 1px;
	}
	header .wrap .telBox .tel {
		font-family: "Spectral", serif;
		font-size: 36px;
		font-weight: 400;
		line-height: 1.1;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 8px;
		margin-bottom: 5px;
	}
	header .wrap .telBox .tel a {
		display: block;
		color: #fff;
		padding-left: 50px;
		position: relative;
	}
	header .wrap .telBox .tel a:before {
		content: "";
		width: 36px;
		height: 36px;
		background: url(/wp-content/uploads/icon-tel.svg) no-repeat left top;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 0;
	}
	header .wrap .telBox .time {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.049em;
		color: #fff;
	}
	header .wrap .telBox .time sub {
		display: block;
		font-size: 16px;
		letter-spacing: 0;
	}
	header .wrap .telBox .time span {
		display: inline-block;
		padding-left: 17px;
		margin-left: 17px;
		position: relative;
	}
	header .wrap .telBox .time span:before {
		content: "";
		width: 1px;
		height: 16px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 6px;
	}

	/* nav */
	header .wrap nav {
		display: none !important;
	}
	body:not(.elementor-editor-active) header .wrap + nav {
		width: 100%;
		height: 100vh;
		background: none;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.5s ease-out;
		pointer-events: none;
	}
	body:not(.elementor-editor-active) header .wrap + nav.fixed {
		position: fixed;
		height: auto;
	}
	header .wrap + nav .menu {
		width: 98%;
		max-width: 1266px;
		height: 90px;
		display: grid;
		align-items: center;
		grid-template-columns: repeat(7, 1fr) 222px;
		gap: 4px;
		background: linear-gradient(173deg, #73C76F 20%, #AFDA81 100%);
		padding: 4px;
		box-sizing: border-box;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		transition: all 0.5s ease-out;
		pointer-events: auto;
		z-index: 9999;
	}
	header .wrap + nav.fixed .menu {
		position: relative;
	}
	header .wrap + nav .menu > li {
		height: 100%;
	}
	header .wrap + nav .menu > li > a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: #6FBA2C;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.2;
		color: #fff;
		padding: 7px 2px 2px;
		box-sizing: border-box;
		transition: all 0.5s;
		position: relative;
	}
	header .wrap + nav .menu > li > a:after {
		content: "";
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		border-bottom: 9px solid #fff;
		position: absolute;
		left: 50%;
		bottom: 0px;
		transform: translateX(-50%);
		opacity: 0.32;
	}
	header .wrap + nav .menu > li > a sub {
		display: block;
		font-family: "Spectral", serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0;
		text-align: center;
		margin-top: 7px;
	}
	header .wrap + nav .menu > li:last-child > a {
		background: #50B04B;
		font-size: 24px;
		padding: 2px;
	}
	header .wrap + nav .menu > li:last-child > a span {
		display: inline-block;
		padding-left: 62px;
		position: relative;
	}
	header .wrap + nav .menu > li:last-child > a span:before {
		content: "";
		width: 48px;
		height: 48px;
		background: url(/wp-content/uploads/icon-web.svg) no-repeat left top;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	header .wrap + nav .menu > li > a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 1259px) and (min-width: 1180px) {
	header .wrap + nav .menu {
		grid-template-columns: repeat(7, 1fr) 200px;
	}
	header .wrap + nav .menu > li > a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1179px) and (min-width: 1024px) {
	header .wrap + nav .menu {
		grid-template-columns: repeat(7, 1fr) 180px;
	}
	header .wrap + nav .menu > li > a {
		font-size: 12px;
	}
	header .wrap + nav .menu > li > a sub {
		font-size: 10px;
	}
	header .wrap + nav .menu > li:last-child > a {
		font-size: 18px;
	}
	header .wrap + nav .menu > li:last-child > a span {
		padding-left: 56px;
	}
	header .wrap + nav .menu > li:last-child > a span:before {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	header .wrap + nav .menu {
		height: 80px;
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
	header .wrap + nav .menu > li > a {
		font-size: 12px;
	}
	header .wrap + nav .menu > li > a sub {
		font-size: 9px;
		margin-top: 5px;
	}
	header .wrap + nav .menu > li:last-child > a {
		font-size: 16px;
	}
	header .wrap + nav .menu > li:last-child > a span {
		padding-left: 44px;
	}
	header .wrap + nav .menu > li:last-child > a span:before {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width: 767px) {
	/* catchword */
	header .catchword {
		line-height: 1.2;
		padding: 10px 20px 6px;
	}
	header.open .catchword {
		display: none;
	}

	/* logo */
	header .logo img {
		max-width: 260px;
	}

	/* nav */
	header .wrap + nav {
		display: none !important;
	}

	/* toggleMenu */
	header:not(.open) .toggleMenu {
		top: 57px;
	}
}

@media screen and (max-width: 389px) {
	/* logo */
	header .logo {
		padding-left: 15px;
	}
	
	/* catchword */
	header .catchword {
		padding: 10px 12px 6px;
	}
}

@media screen and (max-width: 374px) {
	/* catchword */
	header .catchword {
		font-size: 10px;
		letter-spacing: 0;
		padding: 10px 10px 6px;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1306px;
	padding: 0 20px;
}


/* =====================================
■mainView
===================================== */
.mainBtn {
	width: 100%;
	max-width: 488px;
	position: absolute;
	top: 59px;
	left: 50%;
	transform: translateX(calc(-50% + 26px));
	z-index: 999;
}
.mainBtn .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 32px;
	row-gap: 16px;
}
.mainBtn .elementor-icon-list-items a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	padding: 4px 44px 4px 0;
	position: relative;
}
.mainBtn .elementor-icon-list-items a:after {
	content: "";
	width: 32px;
	height: 24px;
	background: url(/wp-content/uploads/icon-arrow01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}
.mainBtn .elementor-icon-list-items a:hover {
	color: #6FBA2C;
}

@media screen and (max-width: 1179px) {
	.mainBtn {
		max-width: 238px;
	}
	.mainBtn .elementor-icon-list-item {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.mainBtn {
		top: 140px;
		left: 10px;
		transform: translateX(0);
	}
}

@media screen and (max-width: 767px) {
	.mainBtn {
		max-width: 212px;
		top: 137px;
		left: 20px;
		z-index: 99;
	}
	.mainBtn .elementor-icon-list-items a {
		font-size: 15px;
		padding: 1px 32px 2px 0;
	}
	.mainBtn .elementor-icon-list-items a:after {
		width: 24px;
		height: 18px;
	}
}

/* -------------------------------------
■Slide
------------------------------------- */
.mainSlide {
	z-index: -1;
}
.mainSlide .swiper-container-horizontal > .swiper-pagination-bullets {
	line-height: 1;
	z-index: 100;
}
.mainSlide .swiper-pagination-bullet {
	margin: 0 10px !important;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) {
	.mainSlide .swiper-slide {
		height: calc(100vh - 45px);
	}
	.mainSlide .swiper-slide figure {
		height: 100%;
	}
	.mainSlide .swiper-slide img.swiper-slide-image {
		width: 100% !important;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	.mainSlide .elementor-pagination-position-outside .swiper-container {
		padding-bottom: 0;
	}
	.mainSlide .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 15px;
	}
	.mainSlide .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #fff;
		opacity: .5;
	}
	.mainSlide .swiper-pagination-bullet-active {
		opacity: 1;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.mainSlide .swiper-slide {
		height: calc(100vh - 40px);
	}
}

@media screen and (max-width: 767px) {
	.mainSlide img {
		width: 100% !important;
	}
	.mainSlide .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 0;
	}
	.mainSlide .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background: #fff;
		border: 1px solid #F47F21;
		border-radius: 50%;
		box-sizing: border-box;
		opacity: 1;
	}
	.mainSlide .swiper-pagination-bullet-active {
		background: #F47F21;
	}
}

/* -------------------------------------
■catch
------------------------------------- */
.mainCatch {
	height: calc(100vh - 248px);
	padding: 0 0 108px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mainCatch div {
	height: 100%;
}
.mainCatch .catch {
	width: 100%;
	position: relative;
	z-index: 2;
}
.mainCatch .catch:before {
	content: "";
	width: 72%;
	max-width: 904px;
	height: calc(100vh - 62px);
	background: url(/wp-content/uploads/visual-bg.png) no-repeat right top 29px;
	background-size: cover;
	position: absolute;
	left: -25%;
	bottom: -108px;
	z-index: -1;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.mainCatch > .elementor-container {
		width: 98%;
		max-width: 1266px;
	}
	.mainCatch .catch .elementor-widget-image {
		width: 70%;
		max-width: 861px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.mainCatch .catch .elementor-widget-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center left;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.mainCatch {
		height: calc(100vh - 320px);
	}
	.mainCatch .catch:before {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mainCatch {
		height: 100%;
		padding: 24px 10px;
	}
	.mainCatch .catch:before {
		width: 83%;
		height: 68%;
		background: url(/wp-content/uploads/visual-bg.png) no-repeat right 0 bottom -98px;
		background-size: cover;
		left: -10px;
		bottom: -24px;
	}
	.mainCatch .catch .elementor-widget-image .elementor-widget-container {
		display: flex;
		align-items: flex-end;
	}
}

/* -------------------------------------
■scrollDown
------------------------------------- */
@media screen and (min-width: 768px) {
	.mainVisual .scrollDown {
		width: 48px;
		height: 433px;
		writing-mode: tb-rl;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 3;
	}
	.mainVisual .scrollDown div {
		height: 100%;
	}
	.mainVisual .scrollDown a {
		display: flex;
		align-items: center;
		width: 48px;
		height: 433px;
		font-family: "Spectral", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 12px !important;
		letter-spacing: 0.24em;
		line-height: 1 !important;
		color: #fff !important;
		box-sizing: border-box;
		position: relative;
	}
	.mainVisual .scrollDown a:hover {
		opacity: 0.8;
	}
	.mainVisual .scrollDown a:before {
		content: "";
		width: 1px;
		height: 72px;
		background: #fff;
		position: absolute;
		left: 50%;
		bottom: 71px;
		transform: translateX(-50%);
	}
	.mainVisual .scrollDown a:after {
		content: "";
		width: 48px;
		height: 48px;
		background: url(/wp-content/uploads/icon-scroll_down.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
}

/* =====================================
■TITLE
===================================== */
.titWrap h2 {
	font-weight: 700;
	font-size: 160px;
	line-height: 1;
	color: #F0E9D9;
	text-align: center;
	position: relative;
}
.titWrap h2 span {
	display: block;
	width: 100%;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #776A57;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -11px);
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 64px;
	}
	.titWrap h2 span {
		font-size: 24px;
		transform: translate(-50%, -7px);
	}
}

@media screen and (max-width: 374px) {
	.titWrap h2 {
		font-size: 50px;
	}
	.titWrap h2 span {
		font-size: 20px;
		transform: translate(-50%, -4px);
	}
}


/* =====================================
■カラー
===================================== */
.txt-blue {
	color: #6EC6DA;
}
.txt-orange {
	color: #F6BF5E;
}
.txt-pink {
	color: #F48DBF;
}
.txt-green {
	color: #6FBA2C;
}
.txt-purple {
	color: #7E4EA4;
}
.txt-yellow {
	color: #C3B730;
}

.bg-green {
	background: #E9EEDE;
}
.bg-blue {
	background: #E5EEF0;
}
.bg-orange {
	background: #FFF2DB;
}
.bg-purple {
	background: #EBE6EF;
}
.bg-yellow {
	background: #FFFDE7;
}
.bg-pink {
	background: #F5EAE9;
}


/* =====================================
■直近の初診予約可能日時
===================================== */
.scheduleSec {
	padding: 157px 0 64px;
}
.scheduleSec .inner {
	background: #fff;
	padding: 80px 68px 50px;
}
.scheduleSec .heading {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -97px;
}
.scheduleSec .heading h2 {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0 48px;
	position: relative;
}
.scheduleSec .heading h2:first-letter {
	color: #6FBA2C;
}
.scheduleSec .heading h2:before,
.scheduleSec .heading h2:after {
	content: "";
	width: 16px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
}
.scheduleSec .heading h2:before {
	background: url(/wp-content/uploads/icon-tit01.png) no-repeat left center;
	background-size: contain;
	left: 0;
}
.scheduleSec .heading h2:after {
	background: url(/wp-content/uploads/icon-tit02.png) no-repeat right center;
	background-size: contain;
	right: 0;
}
.scheduleSec .schedule-group > .elementor-container {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 25px;
}
.scheduleSec .schedule-group .item {
	width: 100%;
	border: 1px solid #6FBA2C;
	text-align: center;
}
.scheduleSec .schedule-group .date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	background: #6FBA2C;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	padding: 1px 5px 5px;
}
.scheduleSec .schedule-group .date p {
	display: inline-block;
	padding-right: 32px;
	position: relative;
}
.scheduleSec .schedule-group .date .week {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0;
	color: #6FBA2C;
	position: absolute;
	right: 0;
	top: -2px;
}
.scheduleSec .schedule-group .date .week.sat {
	color: #2C60BA;
}
.scheduleSec .schedule-group .date .week.sun {
	color: #DB5A72;
}
.scheduleSec .schedule-group .mark {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 91px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #6FBA2C;
	padding: 5px 5px 10px;
}
.scheduleSec .schedule-group .day-off {
	background: #F6F6F6;
}
.scheduleSec .schedule-group .day-off .mark {
	font-size: 24px;
	font-weight: 400;
}
.scheduleSec .note {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 23px;
}
.scheduleSec .note-list .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
}
.scheduleSec .note .more a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 1px 40px 2px 1px;
	position: relative;
}
.scheduleSec .note .more a:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/wp-content/uploads/icon-icon-arrow02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.scheduleSec .note .more a:hover {
	color: #6FBA2C;
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
	.scheduleSec .inner {
		padding: 80px 48px 50px;
	}
	.scheduleSec .schedule-group > .elementor-container {
		gap: 20px;
	}
	.scheduleSec .schedule-group .date {
		font-size: 16px;
	}
	.scheduleSec .schedule-group .date p {
		padding-right: 30px;
	}
	.scheduleSec .schedule-group .date .week {
		width: 22px;
		height: 22px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.scheduleSec .inner {
		padding: 80px 30px 50px;
	}
	.scheduleSec .schedule-group > .elementor-container {
		gap: 10px;
	}
	.scheduleSec .schedule-group .date {
		height: 32px;
		font-size: 12px;
	}
	.scheduleSec .schedule-group .date p {
		padding-right: 24px;
	}
	.scheduleSec .schedule-group .date .week {
		width: 18px;
		height: 18px;
		font-size: 10px;
		line-height: 17px;
	}
	.scheduleSec .schedule-group .mark {
		height: 71px;
		font-size: 30px;
	}
	.scheduleSec .schedule-group .day-off .mark {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.scheduleSec {
		padding: 80px 0 40px;
	}
	.scheduleSec.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 10px;
	}
	.scheduleSec .inner {
		padding: 64px 10px 32px;
	}
	.scheduleSec .heading {
		top: -77px;
	}
	.scheduleSec .heading h2 {
		font-size: 24px;
		padding: 0 32px;
	}
	.scheduleSec .schedule-group > .elementor-container {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
	.scheduleSec .schedule-group .date {
		height: 24px;
		font-size: 14px;
	}
	.scheduleSec .schedule-group .date p {
		padding-right: 24px;
	}
	.scheduleSec .schedule-group .date .week {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 19px;
	}
	.scheduleSec .schedule-group .mark {
		height: 52px;
	}
	.scheduleSec .note-list {
		margin-bottom: 32px;
	}
	.scheduleSec .note-list .elementor-icon-list-items {
		column-gap: 10px;
		row-gap: 10px;
	}
}

@media screen and (max-width: 389px) {
	.scheduleSec .inner{
		padding-top: 54px;
	}
	.scheduleSec .heading {
		top: -67px;
	}
	.scheduleSec .heading h2 {
		font-size: 20px;
	}
	.scheduleSec .schedule-group .date {
		font-size: 12px;
	}
	.scheduleSec .schedule-group .date p {
		padding-right: 22px;
	}
	.scheduleSec .schedule-group .date .week {
		width: 18px;
		height: 18px;
		font-size: 11px;
		line-height: 17px;
	}
	.scheduleSec .schedule-group .mark {
		font-size: 34px;
	}
	.scheduleSec .schedule-group .day-off .mark {
		font-size: 20px;
	}
}

@media screen and (max-width: 374px) {
	.scheduleSec .heading h2 {
		font-size: 16px;
		padding: 0 28px;
	}
	.scheduleSec .heading h2:before,
	.scheduleSec .heading h2:after {
		width: 12px;
		height: 24px;
	}
	.scheduleSec .schedule-group > .elementor-container {
		grid-template-columns: repeat(3, 1fr);
	}
}


/* =====================================
■佐賀市佐賀駅の歯医者・歯科
===================================== */
.featureSec {
	background: #F0EFD1;
	padding: 25px 0 48px;
}
.featureSec .inner {
	margin-top: 380px;
	z-index: 2;
}
.featureSec .inner:before {
	content: "";
	width: calc(100% + 50px);
	height: 480px;
	background: url(/wp-content/uploads/top-bg01.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -380px;
	left: -25px;
	z-index: -2;
}
.featureSec .inner:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.featureSec .inner > .elementor-widget-wrap {
	background: url(/wp-content/uploads/top-mask01.png) no-repeat left top, url(/wp-content/uploads/top-mask02.png) no-repeat right top;
	background-size: 639px auto, 743px auto;
	padding: 64px 68px 48px;
}
.featureSec .headingWrap {
	margin-bottom: 64px;
}
.featureSec .headingWrap h2 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
}
.featureSec .headingWrap h2 sub {
	display: block;
	font-size: 24px;
	color: #6FBA2C;
	margin-top: 32px;
}
.featureSec .headingWrap h2 sub span {
	color: #454545;
}
.featureSec .featureWrap {
	counter-reset: num;
}
.featureSec .featureWrap > .elementor-container {
	flex-wrap: nowrap;
	column-gap: 25px;
}
.featureSec .featureWrap .item {
	padding-right: 20px;
	margin-bottom: 25px;
	z-index: 2;
}
.featureSec .featureWrap .item:before {
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 128px;
	line-height: 1;
	letter-spacing: 0;
	color: #EEF9EE;
	position: absolute;
	bottom: -27px;
	right: -1px;
	z-index: -1;
}
.featureSec .featureWrap .item:after {
	content: "";
	width: 50px;
	height: 10px;
	background: #6FBA2C;
	position: absolute;
	left: 0;
	bottom: 0;
}
.featureSec .featureWrap .heading {
	writing-mode: tb-rl;
	position: absolute;
	right: -20px;
	top: -16px;
	z-index: 2;
	margin: 0;
}
.featureSec .featureWrap .heading h3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: auto;
	align-items: flex-start;
	justify-content: flex-start;
}
.featureSec .featureWrap .heading span {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	word-break: keep-all;
	background: #50B04B;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #fff;
	padding: 12px 8px 7px;
	margin-left: 4px;
}
.featureSec .featureWrap .heading span em {
	font-size: 22px;
	writing-mode: rl-tb;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 5px;
}
.featureSec .featureWrap .txt {
	margin: 24px 0 34px;
}

@media screen and (max-width: 1320px) {
	.featureSec .inner:before {
		width: calc(100% + 40px);
		left: -20px;
	}
}

@media screen and (max-width: 1315px) and (min-width: 1260px) {
	.featureSec .featureWrap .heading span {
		font-size: 22px;
	}
	.featureSec .featureWrap .heading span em {
		font-size: 20px;
	}
}

@media screen and (max-width: 1259px) and (min-width: 1120px) {
	.featureSec .featureWrap .heading span {
		font-size: 20px;
		letter-spacing: 0.15em;
	}
	.featureSec .featureWrap .heading span em {
		font-size: 18px;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 1119px) and (min-width: 1024px) {
	.featureSec .featureWrap .heading span {
		font-size: 18px;
		letter-spacing: 0.15em;
	}
	.featureSec .featureWrap .heading span em {
		font-size: 16px;
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.featureSec .inner > .elementor-widget-wrap {
		background-size: 500px auto, 510px auto;
		padding: 64px 40px 48px;
	}
	.featureSec .headingWrap h2 sub {
		font-size: 22px;
	}
	.featureSec .featureWrap > .elementor-container {
		column-gap: 20px;
	}
	.featureSec .featureWrap .heading {
		right: -17px;
		top: -12px;
	}
	.featureSec .featureWrap .heading span {
		font-size: 15px;
		letter-spacing: 0.1em;
		padding: 8px 8px 7px;
	}
	.featureSec .featureWrap .heading span em {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.featureSec .featureWrap .item:before {
		font-size: 112px;
		bottom: -10px;
	}
}

@media screen and (max-width: 767px) {
	.featureSec {
		padding: 48px 0;
	}
	.featureSec .inner {
		margin-top: 250px;
	}
	.featureSec .inner:before {
		height: 283px;
		top: -250px;
	}
	.featureSec .inner > .elementor-widget-wrap {
		background: url(/wp-content/uploads/top-mask01_sp.png) no-repeat left top;
		background-size: 100% auto;
		padding: 48px 20px 48px;
	}
	.featureSec .headingWrap {
		margin-bottom: 62px;
	}
	.featureSec .headingWrap h2 {
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	.featureSec .headingWrap h2 sub {
		line-height: 1.6;
		margin-top: 16px;
	}
	.featureSec .featureWrap > .elementor-container {
		flex-wrap: wrap;
		row-gap: 64px;
	}
	.featureSec .featureWrap .item {
		padding-right: 18px;
		margin: 0;
	}
	.featureSec .featureWrap .heading {
		right: -18px;
	}
	.featureSec .featureWrap .heading span {
		font-size: 20px;
		letter-spacing: 0.16em;
		padding: 12px 7px 7px;
		margin-left: 8px;
	}
	.featureSec .featureWrap .heading span em {
		font-size: 18px;
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 389px) {
	.featureSec .headingWrap h2 sub {
		font-size: 22px;
	}
}

@media screen and (max-width: 374px) {
	.featureSec .headingWrap h2 {
		font-size: 28px;
	}
	.featureSec .headingWrap h2 sub {
		font-size: 18px;
	}
	.featureSec .featureWrap .heading span {
		font-size: 16px;
		margin-left: 5px;
	}
	.featureSec .featureWrap .heading span em {
		font-size: 15px;
	}
}


/* =====================================
■精密な診断と治療を行うための先進機器
===================================== */
.equipmentSec {
	background: url(/wp-content/uploads/top-bg02.jpg) no-repeat center top;
	background-size: cover;
	padding: 96px 0;
}
.equipmentSec .headingWrap {
	color: #fff;
	text-align: center;
	margin-bottom: 96px;
}
.equipmentSec .headingWrap h2 {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0 48px;
	position: relative;
}
.equipmentSec .headingWrap h2:before,
.equipmentSec .headingWrap h2:after {
	content: "";
	width: 16px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
}
.equipmentSec .headingWrap h2:before {
	background: url(/wp-content/uploads/icon-tit03.png) no-repeat left center;
	background-size: contain;
	left: 0;
}
.equipmentSec .headingWrap h2:after {
	background: url(/wp-content/uploads/icon-tit04.png) no-repeat right center;
	background-size: contain;
	right: 0;
}
.equipmentSec .headingWrap p {
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-top: 27px;
}
.equipmentArea {
	padding: 69px 68px 48px;
	margin-bottom: 40px;
	position: relative;
}
.equipmentArea.first {
	background: url(/wp-content/uploads/top-bg03.jpg) no-repeat center;
	background-size: cover;
}
.equipmentArea.second {
	background: url(/wp-content/uploads/top-bg04.jpg) no-repeat center;
	background-size: cover;
}
.equipmentArea.third {
	background: url(/wp-content/uploads/top-bg05.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 64px;
}
.equipmentArea > .elementor-container {
	border: 1px solid #fff;
	padding: 23px;
	position: relative;
}
.equipmentArea .leadWrap {
	width: auto;
	background: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #70684F;
	padding: 4px 8px;
	position: absolute;
	top: -24px;
}
.equipmentArea .txtWrap {
	font-size: 16px;
	color: #fff;
}
.equipmentArea .txtWrap .heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	margin-bottom: 18px;
}
.equipmentSec .elementor-button {
	background: #fff;
	font-weight: 18px;
	color: #70684F;
}
.equipmentSec .elementor-button {
	background: #fff;
	font-size: 18px;
	color: #70684F !important;
}
.equipmentSec .elementor-button:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(/wp-content/uploads/icon-link_brown.svg) no-repeat left top;
	background-size: contain;
	position: absolute;
}

@media screen and (min-width: 768px) {
	.equipmentArea > .elementor-container {
		flex-wrap: nowrap;
	}
	.equipmentArea.odd .leadWrap {
		left: 48px;
	}
	.equipmentArea.even .leadWrap {
		right: 48px;
	}
	.equipmentArea .picWrap {
		width: 45.8%;
		max-width: 493px;
	}
	.equipmentArea .txtWrap {
		width: 54.5%;
	}
	.equipmentArea.odd .txtWrap {
		padding: 27px 48px 16px 24px;
	}
	.equipmentArea.even .txtWrap {
		padding: 27px 24px 16px 48px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.equipmentSec .headingWrap h2 {
		font-size: 30px;
	}
	.equipmentArea {
		padding: 69px 20px 48px;
	}
	.equipmentArea.odd .txtWrap {
		padding: 27px 24px 16px 0;
	}
	.equipmentArea.even .txtWrap {
		padding: 27px 0 16px 24px;
	}
}

@media screen and (max-width: 767px) {
	.equipmentSec {
		background: url(/wp-content/uploads/top-bg02_sp.jpg) no-repeat center top;
		background-size: cover;
		padding: 64px 0 48px;
	}
	.equipmentSec.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 10px;
	}
	.equipmentSec .headingWrap h2 {
		font-size: 28px;
		letter-spacing: 0.07em;
		line-height: 1.6;
		padding: 0 40px;
	}
	.equipmentSec .headingWrap {
		margin-bottom: 64px;
	}
	.equipmentArea {
		padding: 39px 10px 20px;
		margin-bottom: 48px;
	}
	.equipmentArea.first {
		background-image: url(/wp-content/uploads/top-bg03_sp.jpg);
	}
	.equipmentArea.second {
		background-image: url(/wp-content/uploads/top-bg04_sp.jpg);
	}
	.equipmentArea.third {
		background-image: url(/wp-content/uploads/top-bg05_sp.jpg);
		margin-bottom: 48px;
	}
	.equipmentArea > .elementor-container {
		padding: 42px 20px 24px;
	}
	.equipmentArea .leadWrap {
		font-size: 24px;
		top: -18px;
		left: 20px;
	}
	.equipmentArea .picWrap {
		margin-bottom: 24px;
	}
	.equipmentArea .txtWrap .heading {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 374px) {
	.equipmentSec .headingWrap h2 {
		font-size: 24px;
		letter-spacing: 0.04em;
		padding: 0 34px;
	}
	.equipmentSec .headingWrap p {
		font-size: 22px;
	}
	.equipmentArea .txtWrap .heading {
		font-size: 19px;
	}
}


/* =====================================
■診療コンセプト
===================================== */
.conceptSec {
	background: #fff;
	padding-top: 158px;
	overflow: hidden;
}
.conceptSec > .elementor-container > .elementor-column {
	position: relative;
	z-index: 2;
}
.conceptSec > .elementor-container > .elementor-column:before {
	content: "";
	width: 246px;
	height: 199px;
	background: url(/wp-content/uploads/top-img07.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	left: 6px;
	top: -87px;
	z-index: -1;
	pointer-events: none;
}
.conceptSec > .elementor-container > .elementor-column:after {
	content: "";
	width: 364px;
	height: 276px;
	background: url(/wp-content/uploads/top-img08.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	right: 6px;
	top: -110px;
	z-index: -1;
	pointer-events: none;
}
.conceptSec .headingWrap {
	text-align: center;
	margin-bottom: 97px;
}
.conceptSec .headingWrap h2 {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0 48px;
	position: relative;
}
.conceptSec .headingWrap h2:before,
.conceptSec .headingWrap h2:after {
	content: "";
	width: 16px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 3px));
	pointer-events: none;
}
.conceptSec .headingWrap h2:before {
	background: url(/wp-content/uploads/icon-tit01.png) no-repeat left center;
	background-size: contain;
	left: 0;
}
.conceptSec .headingWrap h2:after {
	background: url(/wp-content/uploads/icon-tit02.png) no-repeat right center;
	background-size: contain;
	right: 0;
}
.conceptSec .headingWrap h2 span {
	color: #6EB92B;
	background: -webkit-linear-gradient(109deg, #6EB92B 29%, #73E039 39%, #40A07D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 72px;
	letter-spacing: 0.16em;
	line-height: 1;
	position: relative;
	top: -5px;
}
.conceptSec .headingWrap h2 sup {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	color: #6FBA2C;
	position: absolute;
	right: 62px;
	top: -4px;
}
.conceptSec .inner {
	background: #fff url(/wp-content/uploads/top-bg06.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 0 68px 146px;
	position: relative;
	z-index: 2;
}
.conceptSec .inner:before,
.conceptSec .inner:after {
	content: "";
	width: 50px;
	height: 410px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.conceptSec .inner:before {
	background: #F0EFD1;
	left: -50px;
}
.conceptSec .inner:after {
	background: #DCDBAF;
	right: -50px;
}
.conceptSec .inner h3 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.16em;
	line-height: 2;
}
.conceptSec .inner .txt {
	font-size: 16px;
	letter-spacing: 0.08em;
	margin: 32px 0 49px;
}
.conceptSec .inner .elementor-button {
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.conceptSec:before {
		content: "";
		width: 639px;
		height: 229px;
		background: url(/wp-content/uploads/top-mask03.png) no-repeat left top;
		background-size: 100% auto;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		pointer-events: none;
	}
	.conceptSec:after {
		content: "";
		width: 743px;
		height: 674px;
		background: url(/wp-content/uploads/top-mask04.png) no-repeat right top;
		background-size: 100% auto;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		pointer-events: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.conceptSec:before {
		width: 509px;
	}
	.conceptSec:after {
		width: 533px;
	}
	.conceptSec .inner {
		padding: 0 40px 146px;
	}
	.conceptSec .inner h3 {
		font-size: 28px;
		letter-spacing: 0.12em;
	}
}

@media screen and (max-width: 767px) {
	.conceptSec {
		background: #fff url(/wp-content/uploads/top-mask03.png) no-repeat left top;
		background-size: auto 229px;
		padding-top: 273px;
	}
	.conceptSec.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 10px;
	}
	.conceptSec > .elementor-container > .elementor-column:before {
		width: 203px;
		height: 165px;
		left: -10px;
		top: -210px;
	}
	.conceptSec > .elementor-container > .elementor-column:after {
		width: 195px;
		height: 171px;
		right: -10px;
		top: -250px;
	}
	.conceptSec .headingWrap {
		margin-bottom: 48px;
	}
	.conceptSec .headingWrap h2 {
		font-size: 32px;
		padding: 0 38px;
	}
	.conceptSec .headingWrap h2 span {
		font-size: 48px;
		letter-spacing: 0.08em;
		margin-right: 3px;
	}
	.conceptSec .headingWrap h2 sup {
		right: 42px;
		top: -10px;
	}
	.conceptSec .inner {
		background: #fff url(/wp-content/uploads/top-bg06_sp.png) no-repeat center bottom;
		background-size: 100% auto;
		padding: 0 30px 81px;
	}
	.conceptSec .inner:before,
	.conceptSec .inner:after {
		height: 609px;
	}
	.conceptSec .inner h3 {
		font-size: 30px;
		letter-spacing: 0.24em;
		line-height: 1.6;
	}
	.conceptSec .inner .txt {
		margin: 30px 0 32px;
	}
}

@media screen and (max-width: 389px) {
	.conceptSec .inner h3 {
		letter-spacing: 0.2em;
	}
}

@media screen and (max-width: 374px) {
	.conceptSec .inner h3 {
		font-size: 26px;
		letter-spacing: 0.1em;
	}
}


/* =====================================
■新着情報
===================================== */
.newsSec {
	max-width: 1366px;
	padding: 96px 0 64px;
	margin: 0 auto;
}
.newsSec:before {
	content: "";
	width: 50%;
	height: 384px;
	background: #F9F5E7;
	clip-path: polygon(100% 0, 41% 47%, 0 100%, 0 0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.newsSec:after {
	content: "";
	width: 50%;
	height: 384px;
	background: #F9F5E7;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 60% 54%);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
.newsSec .headingWrap {
	text-align: center;
	margin-bottom: 58px;
}
.newsSec .headingWrap h2 {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.16em;
	line-height: 1;
	padding: 0 44px;
	position: relative;
}
.newsSec .headingWrap h2:before,
.newsSec .headingWrap h2:after {
	content: "";
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
}
.newsSec .headingWrap h2:before {
	background: url(/wp-content/uploads/icon-tit01.png) no-repeat left center;
	background-size: contain;
	left: 0;	
}
.newsSec .headingWrap h2:after {
	background: url(/wp-content/uploads/icon-tit02.png) no-repeat right center;
	background-size: contain;
	right: 0;
}
.newsSec .headingWrap h2:first-letter {
	color: #6FBA2C;
}
.newsSec .headingWrap p {
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
}
.newsSec .headingWrap p:first-letter {
	color: #6FBA2C;
}
.newsSec .inner {
	padding: 0 68px;
}
.newsSec .elementor-widget-tabs .elementor-tabs {
	background: #fff;
	border: 1px solid #6FBA2C;
}
.newsSec .elementor-widget-tabs .elementor-tabs-wrapper {
	display: flex;
	width: 100%;
}
.newsSec .elementor-widget-tabs .elementor-tab-title {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: calc(100% / 3);
	height: 79px;
	border: none;
	border-bottom: 1px solid #6FBA2C;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #6FBA2C;
	text-align: center;
	padding: 11px 10px;
}
.newsSec .elementor-widget-tabs .elementor-tab-title:not(:first-child) {
	border-left: 1px solid #6FBA2C;
}
.newsSec .elementor-widget-tabs .elementor-tab-title.elementor-active {
	background: #6FBA2C;
	color: #fff;
}
.newsSec .elementor-widget-tabs .elementor-tab-title.elementor-active:before {
	display: none;
}
.newsSec .elementor-widget-tabs .elementor-tab-title.elementor-active:after {
	width: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #fff;
	border-top: none;
	left: 50%;
	transform: translateX(-50%);
}
.newsSec .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none;
}
.newsSec .elementor-tabs-content-wrapper .elementor-tab-title {
	display: none !important;
}
.newsSec .elementor-widget-tabs .elementor-tab-content {
	overflow-y: auto;
	height: 262px;
	padding: 48px 64px 40px;
}
.newsSec dl {
	border-bottom: 1px solid #6FBA2C;
	padding-bottom: 16px;
	margin-bottom: 24px;
}
.newsSec dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.newsSec dl dt {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #50B04B;
	padding-top: 5px;
}
.newsSec dl dt em {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	margin-left: 6px;
}
.newsSec dl dt .newsLabel {
	display: none;
	width: 37px;
	height: 13px;
	background: #007E18;
	font-size: 9px;
	letter-spacing: 0.1em;
	line-height: 13px;
	color: #FCFBFA;
	text-align: center;
	margin-left: 14px;
}
.newsSec dl dd {
	font-size: 16px;
	line-height: 1.6;
}
.newsSec dl dd a {
	display: block;
	padding-right: 30px;
	position: relative;
}
.newsSec dl dd a:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(/wp-content/uploads/icon-link_green.svg) no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.newsSec .more {
	margin-top: 48px;
}
.newsSec .more .elementor-button {
	max-width: 190px;
	height: 51px;
}

@media screen and (min-width: 768px) {
	.newsSec .headingWrap .sub {
		width: auto;
		writing-mode: tb-rl;
		letter-spacing: 0.4em;
		position: absolute;
		right: 15px;
		top: 95px;
	}
	.newsSec dl {
		display: flex;
	}
	.newsSec dl dt {
		width: 113px;
	}
	.newsSec dl dd {
		width: calc(100% - 113px);
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.newsSec .elementor-widget-tabs .elementor-tab-title {
		font-size: 20px;
	}
	.newsSec .elementor-widget-tabs .elementor-tab-content {
		padding: 48px 44px 40px;
	}
}

@media screen and (max-width: 767px) {
	.newsSec {
		padding: 64px 0 48px;
	}
	.newsSec:before,
	.newsSec:after {
		width: 195px;
		height: 110px;
	}
	.newsSec .headingWrap {
		margin-bottom: 56px;
	}
	.newsSec .headingWrap p {
		font-size: 24px;
		margin-top: 24px;
	}
	.newsSec .inner {
		padding: 0;
	}
	.newsSec .elementor-widget-tabs .elementor-tab-title {
		height: 47px;
		font-size: 18px;
		padding: 5px;
	}
	.newsSec .elementor-widget-tabs .elementor-tab-content {
		height: 446px;
		padding: 24px 20px;
	}
	.newsSec dl dt {
		padding-top: 0;
		margin-bottom: 12px;
	}
	.newsSec dl dd {
		font-size: 15px;
	}
	.newsSec .more {
		margin-top: 32px;
	}
}

@media screen and (max-width: 374px) {
	.newsSec .elementor-widget-tabs .elementor-tab-title {
		font-size: 16px;
	}
	.newsSec .elementor-widget-tabs .elementor-tab-title.elementor-active:after {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 5px solid #fff;
	}
}


/* =====================================
■Information Title
===================================== */
.infoHeadSec {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1366px;
	height: 320px;
	background: url(/wp-content/uploads/top-bg07.jpg) no-repeat center;
	background-size: cover;
	margin: 0 auto;
}
.infoHeadSec h2 {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 0.32em;
	line-height: 1;
	color: #fff;
}
.infoHeadSec h2 em {
	display: inline-block;
	background: #fff;
	font-size: 72px;
	letter-spacing: 0;
	color: #6FBA2C;
	padding: 8px 12px 16px;
	margin-right: 20px;
}
.infoHeadSec h2 sup {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.04em;
	position: absolute;
	right: 18px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.infoHeadSec {
		background-image: url(/wp-content/uploads/top-bg07_sp.jpg);
	}
	.infoHeadSec h2 {
		font-size: 32px;
		letter-spacing: 0.24em;
	}
	.infoHeadSec h2 em {
		font-size: 48px;
		padding: 6px 9px 12px;
		margin-right: 12px;
	}
	.infoHeadSec h2 sup {
		right: 10px;
		top: -15px;
	}
}


/* =====================================
■Information
===================================== */
.infoSec {
	max-width: 1366px;
	margin: 0 auto;
	padding: 70px 0 96px;
	position: relative;
	z-index: 2;
}
.infoSec:before {
	content: "";
	width: 59%;
	height: 384px;
	background: #6FBA2C;
	clip-path: polygon(100% 0, 40% 46%, 0 100%, 0 0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.infoSec > .elementor-container {
	max-width: 1306px;
	padding: 0 20px;
	margin: 0 auto;
}

/* infoWrap */
.infoSec .infoWrap {
	background: #fff;
	padding: 45px 63px 50px;
}
.infoSec .infoWrap .logo {
	width: 80%;
	max-width: 346px;
}
.infoSec .infoWrap .logo p {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 4px;
}
.infoSec .infoWrap .info {
	margin: 25px 0 42px;
}
.infoSec .infoWrap .info dl {
	font-size: 16px;
	line-height: 1.8;
}
.infoSec .infoWrap .info dl dt {
	color: #6FBA2C;
}
table.timetableB {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableB th,
.timetableB td {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	padding: 22px 0 25px;
	border-bottom: 1px solid #6FBA2C;
}
.timetableB thead th:last-child,
.timetableB tbody td:last-child {
	width: 15%;
	padding-right: 25px;
}
.timetableB thead th {
	background: #6FBA2C;
	color: #fff;
	padding: 15px 0;
}
.timetableB thead th:first-child {
	width: 132px;
	text-align: left;
	padding-left: 21px;
}
.timetableB tbody th {
	color: #6FBA2C;
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	padding-left: 9px;
}
.timetableB tbody td {
	color: #454545;
}
.infoSec .infoWrap .note {
	font-size: 14px;
	line-height: 1.57;
	margin-top: 12px;
}
.infoSec .infoWrap .contact-group {
	margin-top: 48px;
}
.infoSec .infoWrap .contact-group img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
	border-radius: 50px;
}

/* mapWrap */
.infoSec .accessWrap .heading {
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	color: #6FBA2C;
	margin-bottom: 23px;
}
.infoSec .accessWrap .heading h2 {
	display: inline-block;
	padding: 0 28px;
	position: relative;
}
.infoSec .accessWrap .heading h2:before,
.infoSec .accessWrap .heading h2:after {
	content: "";
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.infoSec .accessWrap .heading h2:before {
	background: url(/wp-content/uploads/icon-tit01.png) no-repeat left center;
	background-size: contain;
	left: 0;
}
.infoSec .accessWrap .heading h2:after {
	background: url(/wp-content/uploads/icon-tit02.png) no-repeat right center;
	background-size: contain;
	right: 0;
}
.map {
	width: 100%;
	padding-top: 320px;
	position: relative;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.infoSec .accessWrap .access-group {
	margin: 23px 0 24px;
}
.infoSec .accessWrap .access-group > .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-right: 1px solid #999999;
}
.infoSec .accessWrap .access-group .item {
	width: 100%;
	border-left: 1px solid #999999;
	padding: 12px 10px 14px;
}
.infoSec .accessWrap .access-group .txt {
	text-align: center;
	padding-top: 64px;
}
.infoSec .accessWrap .access-group .txt:before {
	content: "";
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.infoSec .accessWrap .access-group .item:first-child .txt:before {
	background-image: url(/wp-content/uploads/icon-teeth.svg);
}
.infoSec .accessWrap .access-group .item:nth-child(2) .txt:before {
	background-image: url(/wp-content/uploads/icon-pin.svg);
}
.infoSec .accessWrap .access-group .item:last-child .txt:before {
	background-image: url(/wp-content/uploads/icon-car.svg);
}
.infoSec .accessWrap .access-group .txt div {
	height: 100%;
}
.infoSec .accessWrap .access-group .txt .elementor-heading-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.infoSec .accessWrap .access-group .txt p {
	line-height: 1;
	margin: 0;
}
.infoSec .accessWrap .access-group .txt p:first-child {
	line-height: 1.33;
	margin-bottom: 3px;
}
.infoSec .accessWrap .access-group .txt em {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
}
.infoSec .accessWrap .access-group .txt .txt-large {
	font-size: 16px;
}
.infoSec .accessWrap .btn-group > .elementor-container {
	max-width: 502px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 16px;
	margin: 0 auto;
}
.infoSec .accessWrap .btn-group .item {
	width: 150px;
}
.infoSec .accessWrap .btn-group .item:nth-child(2) {
	width: 170px;
}
.infoSec .accessWrap .elementor-button {
	max-width: 100%;
	height: 40px;
	padding: 10px 23px 12px 21px;
}
.infoSec .accessWrap .elementor-button:after {
	width: 7px;
	height: 7px;
	right: 10px;
}

@media screen and (min-width: 768px) {
	.infoSec .infoWrap {
		width: 51%;
		max-width: 641px;
	}
	.infoSec .infoWrap .info dl {
		display: flex;
	}
	.infoSec .infoWrap .info dl dt {
		width: 74px;
	}
	.infoSec .infoWrap .info dl dd {
		width: calc(100% - 74px);
	}
	.infoSec .infoWrap .contact-group > .elementor-container {
		flex-wrap: nowrap;
		justify-content: space-between;
		column-gap: 15px;
	}

	.infoSec .accessWrap {
		width: 44%;
		padding-left: 50px;
		max-width: 557px;
	}
}

@media screen and (max-width: 1295px) {
	.infoSec .accessWrap .btn-group > .elementor-container {
		max-width: 336px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
	.infoSec .infoWrap {
		padding: 45px 43px 50px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.infoSec .infoWrap {
		padding: 45px 25px 50px;
	}
	.infoSec .infoWrap .logo {
		width: 88%;
		max-width: 308;
	}
	.infoSec .infoWrap .logo p {
		font-size: 11px;
		letter-spacing: 0;
	}
	.timetableB th,
	.timetableB td {
		font-size: 15px;
	}
	.timetableB thead th:first-child {
		width: 120px;
	}

	.infoSec .accessWrap {
		width: 47%;
		padding-left: 35px;
	}
	.infoSec .accessWrap .access-group .txt {
		font-size: 12px;
		letter-spacing: 0;
		padding-top: 54px;
	}
	.infoSec .accessWrap .access-group .txt:before {
		width: 38px;
		height: 38px;
	}
	.infoSec .accessWrap .access-group .txt em {
		font-size: 32px;
	}
	.infoSec .accessWrap .access-group .txt .txt-large {
		font-size: 13px;
	}

	.infoSec .accessWrap .btn-group > .elementor-container {
		max-width: 307px;
	}
	.infoSec .accessWrap .btn-group .item {
		width: 130px;
	}
	.infoSec .accessWrap .btn-group .item:nth-child(2) {
		width: 160px;
	}
	.infoSec .accessWrap .elementor-button {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.infoSec {
		padding: 20px 0 48px;
	}
	.infoSec:before {
		width: 100%;
		height: 186px;
	}
	.infoSec .infoWrap {
		padding: 45px 20px 32px;
		margin-bottom: 48px;
	}
	.infoSec .infoWrap .logo {
		width: 100%;
		max-width: 282px;
	}
	.infoSec .infoWrap .logo p {
		letter-spacing: 0;
		margin-top: 12px;
	}
	.infoSec .infoWrap .info {
		margin: 32px 0;
	}
	.infoSec .infoWrap .info dl dd {
		font-size: 15px;
	}

	/* timetable */
	.timetableB th,
	.timetableB td {
		font-size: 15px;
		padding: 15px 0;
	}
	.timetableB thead th:first-child {
		width: 88px;
		padding-left: 8px;
	}
	.timetableB thead th:last-child,
	.timetableB tbody td:last-child {
		width: 10%;
		padding-right: 5px;
	}
	.timetableB tbody th {
		font-size: 18px;
		text-align: center;
		word-break: break-word;
		white-space: normal;
		padding-left: 0;
	}

	.infoSec .infoWrap .contact-group {
		margin-top: 32px;
	}
	.infoSec .infoWrap .contact-group > .elementor-container {
		max-width: 250px;
		row-gap: 24px;
	}

	.infoSec .accessWrap .access-group .item {
		padding: 12px 10px 7px;
	}
	.infoSec .accessWrap .access-group .txt {
		font-size: 14px;
		letter-spacing: 0;
		padding-top: 52px;
	}
	.infoSec .accessWrap .access-group .txt:before {
		width: 40px;
		height: 40px;
	}
	.infoSec .accessWrap .access-group .txt .txt-large {
		font-size: 14px;
	}
	.infoSec .accessWrap .btn-group > .elementor-container {
		max-width: 344px;
		column-gap: 24px;
		row-gap: 24px;
	}
}

@media screen and (max-width: 389px) {
	.infoSec .accessWrap .btn-group > .elementor-container {
		max-width: 314px;
	}
	.infoSec .accessWrap .btn-group .item {
		width: 130px;
	}
	.infoSec .accessWrap .btn-group .item:nth-child(2) {
		width: 160px;
	}
	.infoSec .accessWrap .elementor-button {
		font-size: 12px;
	}
}

@media screen and (max-width: 374px) {
	.infoSec .infoWrap .logo p {
		font-size: 10px;
	}
	.timetableB th,
	.timetableB td {
		font-size: 13px;
	}
	.timetableB thead th:first-child {
		width: 78px;
	}
	.timetableB tbody th {
		font-size: 16px;
	}
	.infoSec .infoWrap .note {
		font-size: 13px;
	}
	.infoSec .accessWrap .access-group .item {
		padding: 12px 6px 7px;
	}

	.infoSec .accessWrap .access-group .txt {
		font-size: 12px;
	}
	.infoSec .accessWrap .access-group .txt em {
		font-size: 32px;
	}
	.infoSec .accessWrap .access-group .txt .txt-large {
		font-size: 12px;
	}
}


/* =====================================
■Medical DOC Banner
===================================== */
.medicalSec {
	margin-top: -32px;
}
.medicalSec .inner {
	max-width: 1266px;
	margin: 0 auto;
	padding: 0 0 64px;
	position: relative;
	z-index: 2;
}
.medicalSec .inner:after {
	content: "";
	width: 100%;
	height: 65.625%;
	background: #F7F6E3;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.medicalSec .inner > .elementor-container {
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.medicalSec .inner .item {
	width: 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.medicalSec .inner > .elementor-container {
		gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	.medicalSec {
		margin-top: 0;
	}
	.medicalSec .inner {
		padding: 0 0 48px;
	}
	.medicalSec .inner:after {
		height: 55%;
	}
	.medicalSec .inner > .elementor-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
}


/* =====================================
■選ばれる6つの理由
===================================== */
.reasonSec {
	padding-bottom: 48px;
}
.reasonSec .picWrap {
	max-width: 1366px;
	margin: 0 auto;
}
.reasonSec .inner {
	max-width: 1306px;
	padding: 0 20px;
	margin: -188px auto 0;
}
.reasonSec .inner > .elementor-container {
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	padding: 89px 68px 48px;
}
.reasonSec .inner > .elementor-container:before,
.reasonSec .inner > .elementor-container:after {
	content: "";
	width: 25px;
	height: 104px;
	position: absolute;
	top: 0;
}
.reasonSec .inner > .elementor-container:before {
	background: #6FBA2C;
	left: 83px;
}
.reasonSec .inner > .elementor-container:after {
	background: #50B04B;
	left: 108px;
}
.reasonSec .headingWrap img {
	width: 100%;
	max-width: 430px;
}
.reasonSec .imageWrap {
	width: 100%;
	margin-top: 48px;
}

@media screen and (min-width: 768px) {
	.reasonSec .headingWrap {
		width: 46.4%;
		padding-left: 15px;
		padding-right: 40px;
		text-align: left;
	}
	.reasonSec .txtWrap {
		width: 53.6%;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.reasonSec .inner > .elementor-container {
		padding: 89px 40px 48px;
	}
	.reasonSec .inner {
		margin-top: -118px;
	}
}

@media screen and (max-width: 767px) {
	.reasonSec .inner {
		margin-top: -128px;
	}
	.reasonSec .inner > .elementor-container {
		padding: 56px 20px 40px;
	}
	.reasonSec .inner > .elementor-container:before,
	.reasonSec .inner > .elementor-container:after {
		width: 10px;
		height: 48px;
	}
	.reasonSec .inner > .elementor-container:before {
		left: 0;
	}
	.reasonSec .inner > .elementor-container:after {
		left: 10px;
	}
	.reasonSec .headingWrap {
		margin-bottom: 40px;
	}
	.reasonSec .imageWrap {
		margin-top: 32px;
	}
}


/* =====================================
■緒方歯科クリニックの6つの特徴
===================================== */
.featuresSec {
	padding-bottom: 145px;
}
.featuresSec .headingWrap {
	max-width: 1366px;
	margin: 0 auto;
}
.featuresSec .featuresArea > .elementor-container {
	max-width: 1170px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 13px;
}
.featuresArea .item {
	width: calc(100% - 8px);
	padding: 20px 30px 32px;
	position: relative;
}
.featuresArea .item:before {
	content: "";
	width: 100%;
	height: 84%;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 81% 56%);
	position: absolute;
	right: -8px;
	bottom: -8px;
	pointer-events: none;
	opacity: 0.06;
}
.featuresArea .item.bg-green:before {
	background: -webkit-linear-gradient(135deg, #6EB92B 0%, #73E039 39%, #40A07D 100%);	
}
.featuresArea .item.bg-blue:before {
	background: #DAF0F4;
	opacity: 0.32;
}
.featuresArea .item.bg-orange:before {
	background: #B9A42B;	
}
.featuresArea .item.bg-purple:before {
	background: #7E4EA4;	
}
.featuresArea .item.bg-yellow:before {
	background: #D9CC3D;	
}
.featuresArea .item.bg-pink:before {
	background: #C0817C;	
}
.featuresArea .item:after {
	content: "";
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	right: 4px;
	bottom: 4px;
	pointer-events: none;
}
.featuresArea .item.bg-green:after {
	background-image: url(/wp-content/uploads/icon-arrow03.png);
}
.featuresArea .item.bg-blue:after {
	background-image: url(/wp-content/uploads/icon-arrow04.png);
}
.featuresArea .item.bg-orange:after {
	background-image: url(/wp-content/uploads/icon-arrow05.png);
}
.featuresArea .item.bg-purple:after {
	background-image: url(/wp-content/uploads/icon-arrow06.png);	
}
.featuresArea .item.bg-yellow:after {
	background-image: url(/wp-content/uploads/icon-arrow07.png);
}
.featuresArea .item.bg-pink:after {
	background-image: url(/wp-content/uploads/icon-arrow08.png);
}
.featuresArea .item .pic {
	width: calc(100% + 20px);
	margin: 0 -10px 32px;
	position: relative;
	z-index: 2;
}
.featuresArea .item .pic:before {
	content: "";
	width: 83px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	left: 8px;
	bottom: -28px;
	z-index: 3;
}
.featuresArea .item:first-child .pic:before {
	background-image: url(/wp-content/uploads/icon-num01.png);
}
.featuresArea .item:nth-child(2) .pic:before {
	background-image: url(/wp-content/uploads/icon-num02.png);
}
.featuresArea .item:nth-child(3) .pic:before {
	background-image: url(/wp-content/uploads/icon-num03.png);
}
.featuresArea .item:nth-child(4) .pic:before {
	background-image: url(/wp-content/uploads/icon-num04.png);
}
.featuresArea .item:nth-child(5) .pic:before {
	background-image: url(/wp-content/uploads/icon-num05.png);
}
.featuresArea .item:last-child .pic:before {
	background-image: url(/wp-content/uploads/icon-num06.png);
}
.featuresArea .item h3 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.34;
	letter-spacing: 0;
}
.featuresArea .item .txt {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.featuresArea .item:nth-child(2),
	.featuresArea .item:nth-child(5) {
		top: 48px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.featuresArea .item {
		padding: 10px 20px 32px;
	}
	.featuresArea .item h3 {
		font-size: 20px;
	}
	.featuresArea .item .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.featuresSec {
		padding-bottom: 56px;
	}
	.featuresSec .headingWrap {
		margin-bottom: 20px;
	}
	.featuresSec .featuresArea > .elementor-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px 13px;
		padding: 0 10px;
	}
}


/* =====================================
■患者様の笑顔+機能性を取り戻す3つの特化診療
===================================== */
.specialHeadSec {
	background: #FFFEF7;
	padding-bottom: 16px;
}
.specialHeadSec .inner {
	max-width: 1366px;
	margin: 0 auto;
}
.specialSec > .elementor-container {
	flex-direction: column;
}
.specialSec .specialArea {
	width: 100%;
	background: #FFFEF7;
	padding: 48px 0;
	position: relative;
	z-index: 2;
}
.specialSec .specialArea.third {
	background: #fff;
}
.specialSec .specialArea:before {
	content: "";
	width: 100%;
	height: 286px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 286px;
	position: absolute;
	left: 0;
	top: 185px;
	z-index: -1;
}
.specialSec .specialArea.odd:before {
	background-image: url(/wp-content/uploads/top-bg11.png);
}
.specialSec .specialArea.even:before {
	background-image: url(/wp-content/uploads/top-bg12.png);
}
.specialSec .specialArea:after {
	content: "";
	width: 100%;
	height: 35%;
	background: #F7F6E7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.specialSec .specialArea > .elementor-widget-wrap {
	max-width: 1210px;
	padding: 0 40px;
	margin: 0 auto;
}
.specialArea .specialBox {
	margin-bottom: 48px;
	position: relative;
	z-index: 2;
}
.specialArea .specialBox > .elementor-container {
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.specialArea .specialBox .picWrap {
	width: 100%;
}
.specialArea .specialBox .txtWrap {
	width: 100%;
	padding: 60px 48px 24px;
	position: relative;
	z-index: 1;
}
.specialArea .specialBox .txtWrap .heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 24px;
}
.specialArea .specialBox .txtWrap .heading span {
	display: inline-block;
	background: #50B04B;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	padding: 13px 12px;
	margin-top: 7px;
}
.specialArea .specialBox .txtWrap .list {
	margin-top: 24px;
}
.specialArea .specialBox .txtWrap .list .elementor-icon-list-items {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 480px;
}
.specialArea .specialBox .txtWrap .list .elementor-icon-list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	border-radius: 50%;
	aspect-ratio: 1;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}
.specialArea .specialBox .txtWrap .list .elementor-icon-list-item:nth-child(odd) {
	background: rgba(111, 186, 44, 0.9);
}
.specialArea .specialBox .txtWrap .list .elementor-icon-list-item:nth-child(even) {
	background: rgba(80, 176, 75, 0.9);
}
.specialArea .specialBox .txtWrap .list .elementor-icon-list-item + .elementor-icon-list-item {
	margin-left: -12px;
	position: relative;
	z-index: 1;
}
.specialArea .case-heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1;
	color: #50B04B;
	padding: 0 40px;
	margin-bottom: 40px;
}
.specialArea .caseWrap {
	margin-bottom: 48px;
}
.specialArea .caseWrap > .elementor-container {
	justify-content: space-between;
	padding: 0 40px;
}
.specialArea .caseWrap .caseBox {
	width: 47%;
	max-width: 485px;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08);
	padding: 20px 20px 36px;
}
.specialArea .caseWrap .caseBox > .elementor-widget-wrap {
	flex-wrap: wrap;
	justify-content: space-between;
}
.specialArea .caseWrap .caseBox .pic {
	width: 47%;
}
.specialArea .caseWrap .caseBox .textarea {
	width: 100%;
	margin-top: 7px;
}
.specialArea .caseWrap .caseBox .textarea table th,
.specialArea .caseWrap .caseBox .textarea table td {
	letter-spacing: 0;
	line-height: 1.4;
	border-bottom: 1px solid #6FBA2C;
	padding: 13px 0 5px;
}
.specialArea .caseWrap .caseBox .textarea table tr:last-child th,
.specialArea .caseWrap .caseBox .textarea table tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}
.specialArea .caseWrap .caseBox .textarea table th {
	width: 80px;
	font-size: 16px;
	color: #6FBA2C;
}
.specialArea .elementor-button {
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.specialArea .specialBox:before {
		content: "";
		width: 256px;
		height: 190px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 0;
		z-index: -1;
		pointer-events: none;
	}
	.specialArea.odd .specialBox:before {
		background-position: right bottom;
		right: 0;
	}
	.specialArea.even .specialBox:before {
		background-position: left bottom;
		left: 0;
	}
	.specialArea.first .specialBox:before {
		background-image: url(/wp-content/uploads/top-num01.png);
	}
	.specialArea.second .specialBox:before {
		background-image: url(/wp-content/uploads/top-num02.png);
	}
	.specialArea.third .specialBox:before {
		background-image: url(/wp-content/uploads/top-num03.png);
	}
	.specialArea .specialBox:after {
		content: "";
		width: 62.15%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: absolute;
		top: 0;
		z-index: -2;
		pointer-events: none;
	}
	.specialArea.odd .specialBox:after {
		right: 0;
	}
	.specialArea.even .specialBox:after {
		left: 0;
	}
	.specialArea.first .specialBox:after {
		background-image: url(/wp-content/uploads/top-img16.jpg);
	}
	.specialArea.second .specialBox:after {
		background-image: url(/wp-content/uploads/top-img17.jpg);
	}
	.specialArea.third .specialBox:after {
		background-image: url(/wp-content/uploads/top-img18.jpg);
	}
	.specialArea .specialBox > .elementor-container:before,
	.specialArea .specialBox > .elementor-container:after {
		content: "";
		width: 24px;
		height: 12px;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	.specialArea.odd .specialBox > .elementor-container:before {
		background: #6FBA2C;
		left: 48px;
	}
	.specialArea.odd .specialBox > .elementor-container:after {
		background: #50B04B;
		left: 72px;
	}
	.specialArea.even .specialBox > .elementor-container:before {
		background: #6FBA2C;
		right: 48px;
	}
	.specialArea.even .specialBox > .elementor-container:after {
		background: #50B04B;
		right: 72px;
	}
	.specialArea .specialBox .txtWrap:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.specialArea.odd .specialBox .txtWrap:before {
		background: linear-gradient(90deg, #fff 0, #fff 40%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.12) 72%, rgba(255,255,255,0.08) 100%);
	}
	.specialArea.even .specialBox .txtWrap:before {
		background: linear-gradient(270deg, #fff 0, #fff 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.12) 72%, rgba(255, 255, 255, 0.08) 100%);
	}
	.specialArea .specialBox .txtWrap > .elementor-widget-wrap {
		width: 56%;
		max-width: 560px;
	}
	.specialArea.even .specialBox .txtWrap > .elementor-widget-wrap {
		margin-left: auto;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.specialArea .specialBox:before {
		width: 162px;
		height: 120px;
	}
	.specialArea.odd .specialBox > .elementor-container:before {
		left: 35px;
	}
	.specialArea.odd .specialBox > .elementor-container:after {
		left: 59px;
	}
	.specialArea.even .specialBox > .elementor-container:before {
		right: 35px;
	}
	.specialArea.even .specialBox > .elementor-container:after {
		right: 59px;
	}
	.specialArea .specialBox .txtWrap {
		padding: 48px 35px 24px;
	}
	.specialArea .specialBox .txtWrap .heading {
		font-size: 20px;
	}
	.specialArea .specialBox .txtWrap .heading span {
		font-size: 24px;
	}
	.specialArea .specialBox .txtWrap .txt  {
		font-size: 14px;
	}
	.specialArea .specialBox .txtWrap .list .elementor-icon-list-item {
		font-size: 11px;
	}
	.specialArea .caseWrap .caseBox .textarea table th {
		width: 70px;
		font-size: 14px;
	}
	.specialArea .caseWrap .caseBox .textarea table td {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.specialSec .specialArea:before {
		height: 23%;
		top: 60px;
	}
	.specialSec .specialArea.odd:before {
		background-image: url(/wp-content/uploads/top-bg11_sp.png);
	}
	.specialSec .specialArea.even:before {
		background-image: url(/wp-content/uploads/top-bg12_sp.png);
	}
	.specialSec .specialArea > .elementor-widget-wrap {
		padding: 0 20px;
	}
	.specialArea .specialBox {
		margin-top: 12px;
	}
	.specialArea .specialBox > .elementor-container:before,
	.specialArea .specialBox > .elementor-container:after {
		content: "";
		width: 24px;
		height: 12px;
		position: absolute;
		top: -12px;
		z-index: 2;
	}
	.specialArea .specialBox > .elementor-container:before {
		background: #6FBA2C;
		left: 20px;
	}
	.specialArea .specialBox > .elementor-container:after {
		background: #50B04B;
		left: 44px;
	}
	.specialArea .specialBox .picWrap img {
		width: 100%;
	}
	.specialArea .specialBox .txtWrap {
		background: #fff;
		padding: 24px 20px;
	}
	.specialArea .specialBox .txtWrap .heading span {
		display: block;
		font-size: 20px;
		text-align: center;
		padding: 7px 12px 9px;
	}
	.specialArea .specialBox .txtWrap .list .elementor-icon-list-items {
		max-width: 310px;
		margin: 0 auto;
	}
	.specialArea .specialBox .txtWrap .list .elementor-icon-list-item {
		font-size: 13px;
	}
	.specialArea .case-heading {
		font-size: 22px;
		padding: 0 6px 0 10px;
		margin-bottom: 32px;
	}
	.specialArea .caseWrap {
		margin-bottom: 32px;
	}
	.specialArea .caseWrap > .elementor-container {
		row-gap: 24px;
		padding: 0;
	}
	.specialArea .caseWrap .caseBox {
		width: 100%;
		max-width: 100%;
		padding: 10px 10px 24px;
	}
	.specialArea .caseWrap .caseBox .pic {
		width: calc(50% - 5px);
	}
	.specialArea .caseWrap .caseBox .textarea {
		margin-top: 8px;
	}
	.specialArea .caseWrap .caseBox .textarea table,
	.specialArea .caseWrap .caseBox .textarea table tbody,
	.specialArea .caseWrap .caseBox .textarea table tr,
	.specialArea .caseWrap .caseBox .textarea table th,
	.specialArea .caseWrap .caseBox .textarea table td {
		display: block;
		width: 100%;
	}
	.specialArea .caseWrap .caseBox .textarea table th,
	.specialArea .caseWrap .caseBox .textarea table td {
		font-size: 14px;
		line-height: 1.4;
	}
	.specialArea .caseWrap .caseBox .textarea table th {
		border-bottom: none;
		padding: 8px 0 4px;
	}
	.specialArea .caseWrap .caseBox .textarea table td {
		padding: 0 0 8px;
	}
}

@media screen and (max-width: 389px) {
	.specialArea .specialBox .txtWrap .heading {
		font-size: 20px;
	}
	.specialArea .case-heading {
		font-size: 20px;
	}
}

@media screen and (max-width: 374px) {
	.specialArea .specialBox .txtWrap .heading {
		font-size: 17px;
	}
	.specialArea .specialBox .txtWrap .heading span {
		font-size: 15px;
		padding: 7px 8px 9px;
	}
	.specialArea .case-heading {
		font-size: 18px;
		padding: 0 0 0 4px;
	}
	.specialArea .specialBox .txtWrap .list .elementor-icon-list-item {
		font-size: 10px;
	}
	.specialArea .specialBox .txtWrap .list .elementor-icon-list-item + .elementor-icon-list-item {
		margin-left: -8px;
	}
}


/* =====================================
■お悩みから探す歯科治療
===================================== */
.searchSec {
	background: url(/wp-content/uploads/top-bg15.jpg) no-repeat center;
	background-size: cover;
	padding: 64px 0;
}
.searchSec .heading {
	margin-bottom: 64px;
}
.searchSec .heading h2 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.16em;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.searchSec .heading h2 sup {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 22px;
}
.searchSec .search-line.first {
	margin-bottom: 20px;
}
.searchSec .search-line > .elementor-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px 35px;
}
.searchSec .search-line .item {
	width: 100%;
}
.searchSec .menu-btn {
	margin-top: 32px;
}
.searchSec .menu-btn .elementor-button {
	background: none;
	border: 1px solid #fff;
	max-width: 190px;
	height: 51px;
}
.searchSec .menu-btn .elementor-button:after {
	width: 8px;
	height: 8px;
	right: 12px;
}
.searchSec .menu-btn .elementor-button:hover {
	background: rgba(255, 255, 255, 0.16);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.searchSec .search-line > .elementor-container {
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.searchSec {
		background: url(/wp-content/uploads/top-bg15_sp.jpg) no-repeat center;
		background-size: cover;
		padding-bottom: 48px;
	}
	.searchSec .heading {
		margin-bottom: 48px;
	}
	.searchSec .heading h2 {
		font-weight: 300;
		font-size: 28px;
		letter-spacing: 0.08em;
	}
	.searchSec .search-line.first {
		margin-bottom: 10px;
	}
	.searchSec .search-line > .elementor-container {
		max-width: 350px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.searchSec .menu-btn {
		margin-top: 48px;
	}
}


/* =====================================
■ご家族皆様でご来院ください
===================================== */
.greetingSec {
	background: #fff;
	padding: 64px 0;
}
.greetingSec .picWrap {
	max-width: 1366px;
	margin: 0 auto;
}
.greetingSec .textarea {
	margin-top: -112px;
}
.greetingSec .signWrap {
	width: 25.7%;
	padding-right: 30px;
}
.greetingSec .signWrap .sign {
	width: 154px;
	height: 356px;
	background: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.65;
	letter-spacing: 0.175em;
	text-align: center;
	writing-mode: tb-rl;
	margin: 52px 30px 0 auto;
	padding: 20px 20px 21px;
	position: relative;
}
.greetingSec .signWrap .sign:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #6FBA2C;
	position: absolute;
	right: -30px;
	top: 0;
}
.greetingSec .signWrap .sign:after {
	content: "";
	width: 1px;
	height: 40px;
	background: #fff;
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 2;
}
.greetingSec .signWrap .sign > .elementor-widget-container {
	width: 100%;
	position: relative;
}
.greetingSec .signWrap .sign > .elementor-widget-container:before {
	content: "";
	width: 5px;
	height: 50px;
	background: #6FBA2C;
	position: absolute;
	left: 0;
	bottom: 65px;
}
.greetingSec .signWrap .sign small {
	font-size: 22px;
	margin-top: 4px;
}
.greetingSec .txtWrap {
	width: 74.3%;
	background: #fff;
	padding: 38px 40px 10px;
	position: relative;
}
.greetingSec .txtWrap:after {
	content: "";
	width: 50px;
	height: 10px;
	background: #6FBA2C;
	position: absolute;
	right: 40px;
	bottom: 0;
}
.greetingSec .txtWrap h3 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 19px;
}
.greetingSec .btn-group {
	max-width: 1306px;
	padding: 0 20px;
	margin: 0 auto;
}
.greetingSec .btn-group > .elementor-container {
	column-gap: 24px;
	row-gap: 24px;
	width: 74.3%;
	max-width: 820px;
	margin-left: 25.7%;
	margin-top: 22px;
	padding: 0 40px;
}
.greetingSec .btn-group .item:first-child {
	width: 32.5%;
}
.greetingSec .btn-group .item:nth-child(2) {
	width: 36.3%;
}
.greetingSec .btn-group .item:last-child {
	width: 24.9%;
}
.greetingSec .btn-group .elementor-button {
	max-width: 100%;
}

@media screen and (max-width: 1120px) and (min-width: 1024px) {
	.greetingSec .btn-group > .elementor-container {
		column-gap: 16px;
		row-gap: 16px;
	}
	.greetingSec .btn-group .elementor-button {
		height: 54px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.greetingSec .signWrap {
		padding-right: 20px;
	}
	.greetingSec .signWrap .sign {
		width: 134px;
		margin-right: 20px;
	}
	.greetingSec .signWrap .sign:before,
	.greetingSec .signWrap .sign:after {
		right: -20px;
	}
	.greetingSec .txtWrap {
		padding: 38px 30px 10px;
	}
	.greetingSec .btn-group > .elementor-container {
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 20px;
		max-width: 690px;
		padding: 0 30px;
	}
	.greetingSec .btn-group .item:first-child {
		width: 180px;
	}
	.greetingSec .btn-group .item:nth-child(2) {
		width: 230px;
	}
	.greetingSec .btn-group .item:last-child {
		width: 156px;
	}
	.greetingSec .btn-group .elementor-button {
		height: 54px;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.greetingSec {
		padding: 20px 0 48px;
		z-index: 2;
	}
	/* 	.greetingSec:before {
	content: "";
	width: 100%;
	height: 403px;
	background: #FEFCF1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
} */
	.greetingSec .picWrap {
		padding: 0 10px;
	}
	.greetingSec .textarea {
		margin-top: -5px;
	}
	.greetingSec .signWrap {
		display: none;
	}
	.greetingSec .txtWrap {
		width: 100%;
		background: none;
		padding: 0;
	}
	.greetingSec .txtWrap:after {
		width: 10px;
		height: 10px;
		right: -5px;
		bottom: 2px;
	}
	.greetingSec .btn-group > .elementor-container {
		width: 100%;
		max-width: 100%;
		flex-direction: column;
		align-items: center;
		margin-left: 0;
		margin-top: 32px;
		padding: 0;
	}
	.greetingSec .btn-group .item:first-child {
		width: 240px;
	}
	.greetingSec .btn-group .item:nth-child(2) {
		width: 268px;
	}
	.greetingSec .btn-group .item:last-child {
		width: 184px;
	}
}


/* =====================================
■Banner
===================================== */
.linkSec {
	background: #FAF6EE;
	padding: 48px 0;
}
.linkSec .inner {
	max-width: 1130px;
	margin: 0 auto;
}
.linkSec .inner > .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.linkSec .inner .item {
	width: 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.linkSec .inner > .elementor-container {
		gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	.linkSec .inner > .elementor-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
}


/* =====================================
■症例紹介
===================================== */
.caseSec {
	background: #fff;
}
.caseSec .headingWrap {
	height: 480px;
	background: url(/wp-content/uploads/top-bg16.png) no-repeat center;
	background-size: cover;
	margin: 0 auto;
}
.caseSec .headingWrap .inner {
	align-items: center;
	text-align: center;
	height: 357px;
	padding: 26px 15px 15px;
}
.caseSec .headingWrap h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 72px;
	letter-spacing: 0;
	line-height: 1;
}
.caseSec .headingWrap h2 span {
	background: #fff;
	color: #6FBA2C;
	padding: 8px 12px 16px;
}
.caseSec .headingWrap h2 span:first-child {
	background: #6FBA2C;
	color: #fff;
}
.caseSec .headingWrap h2 sub {
	display: block;
	width: 100%;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #fff;
	margin-top: 16px;
}
.caseSec .caseSlider {
	max-width: 1306px;
	padding: 0 20px;
	margin: -123px auto 0;
}
.caseSec .caseSlider > .elementor-container {
	width: calc(100% - 96px);
	max-width: 1130px;
	background: #F9F9F9;
	padding: 20px 0;
}
.caseSec .caseSlider .slick-slide > div {
	padding: 20px 40px;
}
.caseSec .caseSlider .slick-prev,
.caseSec .caseSlider .slick-next {
	width: 64px;
	height: 64px;
	z-index: 10;
}
.caseSec .caseSlider .slick-prev:before,
.caseSec .caseSlider .slick-next:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.caseSec .caseSlider .slick-prev {
	left: -48px;
}
.caseSec .caseSlider .slick-prev:before {
	background: url(/wp-content/uploads/icon-prev.png) no-repeat left center;
	background-size: contain;
}
.caseSec .caseSlider .slick-next {
	right: -48px;
}
.caseSec .caseSlider .slick-next:before {
	background: url(/wp-content/uploads/icon-next.png) no-repeat left center;
	background-size: contain;
}
.caseSec .caseSlider .caseBox {
	width: 47%;
	max-width: 485px;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08);
	padding: 20px 20px 36px;
}
.caseSec .caseSlider .caseBox > .elementor-widget-wrap {
	flex-wrap: wrap;
	justify-content: space-between;
}
.caseSec .caseSlider .caseBox .pic {
	width: 47%;
}
.caseSec .caseSlider .caseBox .textarea {
	width: 100%;
	margin-top: 7px;
}
.caseSec .caseSlider .caseBox .textarea table th,
.caseSec .caseSlider .caseBox .textarea table td {
	letter-spacing: 0;
	line-height: 1.4;
	border-bottom: 1px solid #6FBA2C;
	padding: 13px 0 5px;
}
.caseSec .caseSlider .caseBox .textarea table tr:last-child th,
.caseSec .caseSlider .caseBox .textarea table tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}
.caseSec .caseSlider .caseBox .textarea table th {
	width: 80px;
	font-size: 16px;
	color: #6FBA2C;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.caseSec .caseSlider > .elementor-container {
		width: calc(100% - 62px);
		padding: 10px 0;
	}
	.caseSec .caseSlider .slick-slide > div {
		padding: 20px 15px;
	}
	.caseSec .caseSlider .slick-prev,
	.caseSec .caseSlider .slick-next {
		width: 44px;
		height: 44px;
	}
	.caseSec .caseSlider .slick-prev {
		left: -30px;
	}
	.caseSec .caseSlider .slick-next {
		right: -30px;
	}
	.caseSec .caseSlider .caseBox .textarea table th {
		width: 70px;
		font-size: 14px;
	}
	.caseSec .caseSlider .caseBox .textarea table td {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.caseSec .headingWrap .inner {
		align-items: flex-end;
		height: 288px;
		padding: 26px 0 48px;
	}
	.caseSec .headingWrap h2 {
		column-gap: 8px;
		font-size: 48px;
	}
	.caseSec .headingWrap h2 span {
		padding: 10px 12px 14px;
	}
	.caseSec .headingWrap h2 sub {
		margin-top: 24px;
	}
	.caseSec .caseSlider {
		padding: 0 10px;
		margin-top: -192px;
	}
	.caseSec .caseSlider > .elementor-container {
		width: 100%;
		padding: 0;
	}
	.caseSec .caseSlider .slick-slide > div {
		padding: 10px 10px 32px;
	}
	.caseSec .caseSlider .slick-prev,
	.caseSec .caseSlider .slick-next {
		width: 32px;
		height: 32px;
		top: calc(82 / 390 * 100vw);
		transform: translate(0, 0);
	}
	.caseSec .caseSlider .slick-prev {
		left: -6px;
	}
	.caseSec .caseSlider .slick-next {
		right: -6px;
	}
	.caseSec .caseSlider .caseBox {
		width: 100%;
		max-width: 100%;
		padding: 10px 10px 24px;
	}
	.caseSec .caseSlider .caseBox .pic {
		width: calc(50% - 5px);
	}
	.caseSec .caseSlider .caseBox .textarea {
		margin-top: 8px;
	}
	.caseSec .caseSlider .caseBox .textarea table,
	.caseSec .caseSlider .caseBox .textarea table tbody,
	.caseSec .caseSlider .caseBox .textarea table tr,
	.caseSec .caseSlider .caseBox .textarea table th,
	.caseSec .caseSlider .caseBox .textarea table td {
		display: block;
		width: 100%;
	}
	.caseSec .caseSlider .caseBox .textarea table th,
	.caseSec .caseSlider .caseBox .textarea table td {
		font-size: 14px;
		line-height: 1.4;
	}
	.caseSec .caseSlider .caseBox .textarea table th {
		border-bottom: none;
		padding: 8px 0 4px;
	}
	.caseSec .caseSlider .caseBox .textarea table td {
		padding: 0 0 8px;
	}
}

@media screen and (max-width: 374px) {
	.caseSec .headingWrap h2 {
		font-size: 36px;
	}
}


/* =====================================
■よくある質問
===================================== */
.faqSec {
	background: #fff;
	padding: 96px 0;
}
.faqSec .inner {
	max-width: 1050px;
	margin: 0 auto;
}
.faqSec .heading {

	margin-bottom: 56px;
}
.faqSec .heading h2 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
}
.faqSec .heading h2:first-letter {
	color: #6FBA2C;
}
.faqSec .heading h2 sub {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #6FBA2C;
	margin-top: 31px;
}
.faqSec .item:not(:last-child) {
	margin-bottom: 32px;
}
.faqSec .item > .elementor-container {
	flex-direction: column;
}
.faqSec .item .elementor-inner-column {
	width: 100%;
}
.faqSec .item .question {
	border-bottom: 1px solid #6FBA2C;
	padding: 0 48px 16px 0;
	cursor: pointer;
	box-sizing: border-box;
}
.faqSec .item .question:before {
	content: "";
	width: 32px;
	height: 1px;
	background: #6FBA2C;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - 6px));
	transition: all .5s;
}
.faqSec .item .question:after {
	content: "";
	width: 1px;
	height: 32px;
	background: #6FBA2C;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(calc(-50% - 6px));
	transition: all .5s;
}
.faqSec .item .question.active:before {
	transform: translateY(calc(-50% - 6px)) rotate(45deg);
	transition: all .5s;
}
.faqSec .item .question.active:after {
	transform: translateY(calc(-50% - 6px)) rotate(45deg);
	transition: all .5s;
}
.faqSec .item .question .tit {
	min-height: 48px;
	display: flex;
	align-items: center;
}
.faqSec .item .question .elementor-heading-title {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0 0 0 72px;
	position: relative;
}
.faqSec .item .question .elementor-heading-title:before {
	content: "Q";
	width: 48px;
	height: 48px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 42px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.faqSec .item .question .elementor-heading-title:after {
	content: "";
	width: 48px;
	height: 48px;
	background: #6FBA2C;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faqSec .item .answer {
	font-size: 16px;
	line-height: 1.6;
	padding: 22px 48px 0 72px;
	position: relative;
}
body:not(.elementor-editor-active) .faqSec .item .answer {
	display: none;
}
.faqSec .item .answer:before {
	content: "A";
	width: 48px;
	height: 48px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 44px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 1;
}
.faqSec .item .answer:after {
	content: "";
	width: 48px;
	height: 48px;
	background: #50B04B;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 16px;
}

@media screen and (max-width: 767px) {
	.faqSec {
		padding: 64px 0;
	}
	.faqSec .item .question .elementor-heading-title {
		font-size: 16px;
	}
	.faqSec .item .answer {
		padding-right: 0;
	}
}


/* =====================================
■SNS RECRUIT COLUMN
===================================== */
.bnrSec .snsWrap {
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}

/* INSTAGRAM */
.bnrSec .snsBnr {
	height: 360px;
	display: flex;
	align-items: center;
	background: url(/wp-content/uploads/top-bg17.jpg) no-repeat center;
	background-size: cover;
	border: 20px solid #70684F;
}
.bnrSec .snsBnr > div {
	height: 100%;
	align-content: center;
	padding: 54px 20px 88px !important;
}
.bnrSec .snsBnr:before,
.bnrSec .snsBnr:after,
.bnrSec .snsBnr > .elementor-widget-wrap:before,
.bnrSec .snsBnr > .elementor-widget-wrap:after {
	content: "";
	width: 20px;
	height: 20px;
	background: #8D856D;
	position: absolute;
	z-index: 1;
}
.bnrSec .snsBnr:before {
	left: -20px;
	top: -20px;
}
.bnrSec .snsBnr:after {
	right: -20px;
	top: -20px;
}
.bnrSec .snsBnr > .elementor-widget-wrap:before {
	left: -20px;
	bottom: -20px;
}
.bnrSec .snsBnr > .elementor-widget-wrap:after {
	right: -20px;
	bottom: -20px;
}
.bnrSec .snsBnr .heading {
	margin-bottom: 34px;
}
.bnrSec .snsBnr .heading span {
	display: inline-block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 1;
	text-align: left;
	padding: 10px 0 6px 64px;
	position: relative;
}
.bnrSec .snsBnr .heading span:before {
	content: "";
	width: 48px;
	height: 48px;
	background:url(/wp-content/uploads/icon-instagram.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bnrSec .snsBnr .txt {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.16em;
	line-height: 1;
}
.bnrSec .snsBnr .sns-btn {
	position: absolute;
	left: 0;
	bottom: 24px;
}
.bnrSec .snsBnr .sns-btn .elementor-button {
	max-width: 150px;
	height: 40px;
	background: #fff;
	font-size: 15px;
	color: #70684F !important;
}
.bnrSec .snsBnr .sns-btn .elementor-button:after {
	width: 7px;
	height: 7px;
	background-image: url(/wp-content/uploads/icon-link_brown.svg);
	right: 10px;
}

@media screen and (max-width: 1023px) {
	.bnrSec .snsBnr .heading {
		margin-bottom: 24px;
	}
	.bnrSec .snsBnr .heading span {
		max-width: 236px;
		font-size: 28px;
		line-height: 1.2;
		padding: 0 0 0 64px;
	}
	.bnrSec .snsBnr .txt {
		font-size: 16px;
		letter-spacing: 0.08em;
	}
}

@media screen and (max-width: 767px) {
	.bnrSec .snsBnr {
		background-image: url(/wp-content/uploads/top-bg17_sp.jpg);
	}
	.bnrSec .snsBnr > div {
		padding-top: 82px !important;
	}
}

@media screen and (max-width: 374px) {
	.bnrSec .snsBnr .txt {
		line-height: 1.4;
	}
}

/* RECRUIT */
.bnrSec .recruitBnr {
	height: 360px;
	display: flex;
	align-items: center;
	background: url(/wp-content/uploads/top-bg18.jpg) no-repeat center;
	background-size: cover;
	border: 20px solid #779376;
}
.bnrSec .recruitBnr > div {
	height: 100%;
	align-content: center;
	padding: 34px 20px 88px !important;
}
.bnrSec .recruitBnr:before,
.bnrSec .recruitBnr:after,
.bnrSec .recruitBnr > .elementor-widget-wrap:before,
.bnrSec .recruitBnr > .elementor-widget-wrap:after {
	content: "";
	width: 20px;
	height: 20px;
	background: #92AA91;
	position: absolute;
	z-index: 1;
}
.bnrSec .recruitBnr:before {
	left: -20px;
	top: -20px;
}
.bnrSec .recruitBnr:after {
	right: -20px;
	top: -20px;
}
.bnrSec .recruitBnr > .elementor-widget-wrap:before {
	left: -20px;
	bottom: -20px;
}
.bnrSec .recruitBnr > .elementor-widget-wrap:after {
	right: -20px;
	bottom: -20px;
}
.bnrSec .recruitBnr .heading {
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 0.16em;
	line-height: 1;
	margin-bottom: 31px;
}
.bnrSec .recruitBnr .heading sub {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.16em;
	line-height: 1;
	margin-top: 17px;
}
.bnrSec .recruitBnr .txt {
	line-height: 1;	
}
.bnrSec .recruitBnr .recruit-btn {
	position: absolute;
	left: 0;
	bottom: 24px;
}
.bnrSec .recruitBnr .recruit-btn .elementor-button {
	max-width: 150px;
	height: 40px;
	background: #fff;
	font-size: 15px;
	color: #779376 !important;
}
.bnrSec .recruitBnr .recruit-btn .elementor-button:after {
	width: 7px;
	height: 7px;
	background-image: url(/wp-content/uploads/icon-link_greygreen.svg);
	right: 10px;
}

@media screen and (max-width: 767px) {
	.bnrSec .recruitBnr {
		background-image: url(/wp-content/uploads/top-bg18_sp.jpg);
	}
	.bnrSec .recruitBnr .heading {
		font-size: 46px;
		letter-spacing: 0.08em;
	}
}

/* COLUMN */
.bnrSec .columnBnr {
	background: url(/wp-content/uploads/top-bg20.jpg) no-repeat center;
	background-size: cover;
	padding: 48px 20px;
}
.bnrSec .columnBnr > .elementor-container {
	align-items: center;
	max-width: 1050px;
	height: 224px;
	background: url(/wp-content/uploads/top-bg19.jpg) no-repeat center;
	background-size: cover;
	border: 1px solid #fff;
	padding: 20px 64px;
	margin: 0 auto;
}
.bnrSec .columnBnr .heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
}
.bnrSec .columnBnr .heading sub {
	display: block;
	font-family: "Spectral", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 32px;
}
.bnrSec .columnBnr .column-btn .elementor-button {
	max-width: 187px;
	height: 51px;
	background: #fff;
	color: #7A766A !important;
}
.bnrSec .columnBnr .column-btn .elementor-button:after {
	background-image: url(/wp-content/uploads/icon-link_brown.svg);
}

@media screen and (max-width: 767px) {
	.bnrSec .columnBnr {
		background-image: url(/wp-content/uploads/top-bg20_sp.png);
	}
	.bnrSec .columnBnr > .elementor-container {
		background-image: url(/wp-content/uploads/top-bg19_sp.jpg);
		padding: 32px 20px 40px;
	}
	.bnrSec .columnBnr .headingWrap {
		margin-bottom: 32px;
	}
	.bnrSec .columnBnr .heading {
		text-align: center;
	}
	.bnrSec .columnBnr .heading sub {
		margin-top: 16px;
	}
	.bnrSec .columnBnr .column-btn .elementor-button {
		max-width: 180px;
		height: 40px;
	}
	.bnrSec .columnBnr .column-btn .elementor-button:after {
		width: 6px;
		height: 6px;
		right: 15px;
	}
}


/* =====================================
■Loopslider
===================================== */
.loopsliderSec {
	background: #fff;
	padding: 24px 0;
	position: relative;
	z-index: 2;
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 315px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	overflow: hidden;
}
#loopslider ul li {
	width: 2336px;
	height: 315px;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.loopsliderSec {
		padding-left: 12px;
	}
	#loopslider {
		height: 169px;
	}
	#loopslider ul li {
		width: 1232px;
		height: 169px;
	}
}


/* =====================================
■佐賀県佐賀市の地域について
===================================== */
.areaSec {
	padding: 48px 0;
}
.areaSec .inner {
	background: url(/wp-content/uploads/top-bg21.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 87px 68px 101px;
}
.areaSec .heading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-bottom: 53px;
}
.areaSec .txt {
	margin-bottom: 57px;
}
.areaSec .elementor-button {
	max-width: 190px;
	height: 51px;

}

@media screen and (max-width: 767px) {
	.areaSec {
		padding: 20px 0;
	}
	.areaSec .inner {
		background: url(/wp-content/uploads/top-bg21_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 48px 20px;
	}
	.areaSec .heading {
		margin-bottom: 24px;
	}
	.areaSec .txt {
		margin-bottom: 32px;
	}
}


/* =====================================
■HP運用について
===================================== */
.operationsSec {
	background: #F6F4F0;
	padding: 64px 0;
}
.operationsSec .inner {
	background: #fff;
	max-width: 1130px;
	padding: 24px 64px 48px;
	margin: 0 auto;
}
.operationsSec .heading {
	width: calc(100% + 32px);
	background: #50B04B;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 12px;
	margin: 0 -16px 40px;
}
.operationsSec .txt {
	line-height: 1.6;
	margin-bottom: 24px;
}
.operationsSec .list .elementor-icon-list-item {
	line-height: 1.6;
}
.operationsSec .list .elementor-icon-list-item:not(:first-child) {
	margin-top: 16px;
}
.operationsSec .list .elementor-icon-list-item a {
	color: #50B04B;
	text-decoration: underline;
}
.operationsSec .list .elementor-icon-list-item a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.operationsSec {
		padding: 48px 0;
	}
	.operationsSec .inner {
		padding: 20px 20px 24px;
	}
	.operationsSec .heading {
		width: 100%;
		margin: 0 0 24px;
	}
	.operationsSec .txt {
		margin-bottom: 16px;
	}
}