@charset "UTF-8";

/* =====================================
■Elementor
===================================== */
/* -------------------------------------
general
------------------------------------- */
#main {
	min-height: 1200px;
}

/* -------------------------------------
見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

.com_txt_anime .start_left,
.com_txt_anime .start_right,
.titWrap_h2 .start_left,
.titWrap_h2 .start_right {
	display: inline-block;
	transition: all 1.5s cubic-bezier(0.47, 0.43, 0, 0.998);
	-webkit-mask-image: url("../img/mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 0%;
	mask-image: url("../img/mask.svg");
	mask-repeat: no-repeat;
	mask-size: 0%;
	opacity: 0;
}

.anime_on .com_txt_anime .start_left,
.anime_on .com_txt_anime .start_right,
.anime_on.titWrap_h2 .start_left,
.anime_on.titWrap_h2 .start_right {
	transform: translateX(0%) scale(1, 1);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	opacity: 1;
}

/*表示：左から右に*/
.com_txt_anime .start_left,
.titWrap_h2 .start_left {
	-webkit-mask-position: right center;
	mask-position: right center;
	transform: translateX(-5.0em) scale(1.4, 1);
}

/*表示：右から左に*/
.com_txt_anime .start_right,
.titWrap_h2 .start_right {
	-webkit-mask-position: left center;
	mask-position: left center;
	transform: translateX(5.0em) scale(1.4, 1);
}

/* =====================================
■TITLE
===================================== */
.titWrap_h2 h2 {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	font-style: normal;
}

.titWrap_h2 h2 .en {
	display: block;
	color: #3A506E;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-size: 96px;
	line-height: 1;
	position: relative;
	margin-bottom: 24px;
}

.titWrap_h2 h2 .en:before {
	content: '';
	width: 16px;
	height: 8px;
	background: url("../img/ttl-icon-1.webp") no-repeat center top/cover;
	position: absolute;
	top: 17px;
	right: 100%;
	margin-right: 16px;
}

.titWrap_h2 h2 strong {
	display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.12em;
	padding-bottom: 24px;
}

.elementor-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 140px;
	height: 45px;
	background-color: #0B4089;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 50px;
	padding: 0;
}

.elementor-button:after {
	content: '';
	display: block;
	width: 18px;
	height: 15px;
	background: url("../img/arrow-right-blue.webp") no-repeat center left 7px/5px auto;
	background-color: #fff;
	border-radius: 140px;
}

.btn-wh .elementor-button {
	background-color: #fff;
	color: #0B4089;
}

.btn-wh .elementor-button:after {
	background-image: url("../img/arrow-right.webp");
	background-color: #0B4089;
}

@media screen and (max-width: 1024px) {
	.titWrap_h2 h2 .en:before {
		margin-right: 3px;
	}
}

@media screen and (max-width: 767px) {
	.titWrap_h2 h2 {
		font-size: 18px;
	}

	.titWrap_h2 h2 .en {
		font-size: 40px;
		margin-bottom: 16px;
	}

	.titWrap_h2 h2 .en:before {
		margin-right: 8px;
	}

	.titWrap_h2 h2 strong {
		font-size: 18px;
		padding-bottom: 12px;
	}
}

/* =====================================
■mainimage
===================================== */
.mainimage {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.mainimage .col-r {
	width: calc(100% - 372px);
	height: 794px;
	max-height: calc(100vh - 90px);
	position: relative;
	order: 2;
}

.mainimage .photo {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainimage .photo img {
	max-width: inherit;
	object-fit: cover;
}

.mainimage .swiper-slide {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.mainimage .swiper-slide picture,
.mainimage .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.mainimage .swiper-slide img {
	width: 100%;
	max-width: inherit;
	height: 100%;
	object-fit: cover;
	transition: transform 2s ease, object-position 40s 1.5s;
}

.mainimage .swiper-slide.swiper-slide-prev img,
.mainimage .swiper-slide.swiper-slide-duplicate-prev img {
	transform: translateX(80vw);
	object-position: left center;
}

.mainimage .swiper-slide.swiper-slide-active img,
.mainimage .swiper-slide.swiper-slide-duplicate-active img {
	transform: translateX(0);
	object-position: right center;
}

.mainimage .swiper-slide.swiper-slide-next img,
.mainimage .swiper-slide.swiper-slide-duplicate-next img {
	transform: translateX(-80vw);
	object-position: right center;
}

.mainimage .catch {
	position: absolute;
	right: 6%;
	bottom: 6%;
	left: 6%;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.32);
	z-index: 1;
}

.mainimage .catch h2 {
	font-weight: 200;
	font-size: 90px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.mainimage .catch p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.08em;
	padding-top: 8px;
}

.mainimage .sidebar {
	display: flex;
	flex-direction: column;
	width: 372px;
	background-color: #F9F9F9;
	padding: 32px 16px 16px;
	order: 1;
}

.mainimage .sidebar .logo {
	max-width: 316px;
	margin: 0 auto;
	padding-bottom: 40px;
	flex: 1 0 0;
}

.mainimage .sidebar .item {
	background-color: #fff;
}

.mainimage .sidebar .item:not(:last-child) {
	border-bottom: 1px solid #B0CBE6;
}

.mainimage .sidebar .tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 92px;
	line-height: 1;
	color: #3E6A90;
}

.mainimage .sidebar .tel a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 300;
	font-size: 28px;
}

.mainimage .sidebar .tel a img {
	max-width: 24px;
}

.mainimage .sidebar .tel span {
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.mainimage .sidebar .inq {
	text-align: center;
	padding: 40px 0;
}

.mainimage .sidebar .inq a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #3E6A90;
	position: relative;
}

.mainimage .sidebar .inq a:after {
	content: '';
	display: block;
	width: 16px;
	height: 13px;
	background: url("../img/arrow-right.webp") no-repeat center left 6px/5px auto;
	background-color: #3E6A90;
	border-radius: 160px;
}

.mainimage .sidebar .inq a img {
	max-width: 24px;
}

.mainimage .sidebar .inq p {
	color: #454545;
	font-size: 14px;
	line-height: 1.4;
	padding-top: 24px;
}

.mainimage .sidebar .time {
	padding: 40px 0;
}

.mainimage .sidebar .time h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #717F95;
}

.mainimage .sidebar .time h3 img {
	max-width: 24px;
}

.mainimage .sidebar .time dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding-top: 24px;
	line-height: 22px;
}

.mainimage .sidebar .time dl dt {
	width: 36px;
	background-color: #3E6A90;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
}

.mainimage .sidebar .time dl dd {
	color: #3E6A90;
	font-weight: 300;
	font-size: 16px;
	margin-left: -4px;
}

.mainimage nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	background-color: #fff;
	order: 3;
}
/*追加*/
.mainimage nav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
/**/
.mainimage nav .nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.mainimage nav .nav-list li {
	display: flex;
	align-items: center;
	gap: 24px;
}

.mainimage nav .nav-list li:not(:last-child):after {
	content: "";
	border-left: 1px solid #B0CBE6;
	height: 24px;
}

.mainimage nav .nav-list li a {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mainimage nav .nav-list li a img {
	max-height: 26px;
}

.mainimage nav .nav-list li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1400px) {
	.mainimage .catch {
		right: 5%;
		bottom: 5%;
		left: 5%;
	}

	.mainimage .catch h2 {
		font-size: 9rem;
	}

	.mainimage .catch p {
		font-size: 2rem;
		padding-top: 0.8rem;
	}

	.mainimage nav .nav-list {
		gap: 2.4rem;
		font-size: 1.6rem;
	}

	.mainimage nav .nav-list li {
		gap: 2.4rem;
	}

	.mainimage nav .nav-list li:not(:last-child):after {
		height: 2.4rem;
	}

	.mainimage nav .nav-list li a {
		gap: 1.2rem;
	}

	.mainimage nav .nav-list li a img {
		max-height: 2.6rem;
	}
}

@media screen and (max-width: 1024px) {
	.mainimage {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.mainimage nav,
	.mainimage .sidebar {
		display: none;
	}

	.mainimage .col-r {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.mainimage .col-r {
		max-height: inherit;
	}

	.mainimage .catch {
		right: 1.0rem;
		bottom: 25rem;
		left: 1.0rem;
	}

	.mainimage .catch h2 {
		font-size: 4rem;
	}

	.mainimage .catch p {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

@media screen and (min-width: 1441px) {
	.mainimage .col-r {
		height: auto;
	}
}

/* =====================================
■content
===================================== */
#news {
	background-color: #F9F9F9;
	padding: 80px 0;
	position: relative;
}

#news:before {
	content: '';
	width: calc(50% + 430px);
	height: auto;
	background: url("../img/index/news-deco.webp") no-repeat center left/cover;
	position: absolute;
	top: 24px;
	bottom: 24px;
	right: 48px;
}

#news .elementor-container .elementor-widget-wrap {
	display: grid;
	grid-template-columns: 260px 1fr;
}

#news h2 {
	padding: 30px 0;
}

#news h2 .en {
	font-size: 48px;
}

#news h2 .en:before {
	top: 7px;
}

#news .post-box__content {
	min-height: 263px;
	font-size: 16px;
	line-height: 1.4;
	border-top: 1px solid #B0CBE6;
	position: relative;
	z-index: 1;
}

#news .post-box__content .item {
	display: grid;
	grid-template-columns: 90px 72px 1fr;
	align-items: center;
	gap: 32px;
	border-bottom: 1px solid #B0CBE6;
	padding: 32px 0;
}

#news .post-box__content .new-label {
	display: none;
}

#news .post-box__content .cat {
	background-color: #8298BC;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 1px;
}

#news .post-box__content .ttl a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	position: relative;
	padding-right: 60px;
}

#news .post-box__content .ttl a:after {
	content: '';
	display: block;
	width: 28px;
	height: 20px;
	background: url("../img/arrow-right.webp") no-repeat center left 12px/5px auto;
	background-color: #0B4089;
	border-radius: 140px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

#news .post-box__content .ttl a:hover {
	text-decoration: underline;
}

#news .elementor-widget-button {
	position: absolute;
	bottom: 30px;
	left: 0;
}

#news .elementor-button {
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	background: transparent;
	color: #2B2B2B;
	border-radius: 0;
}

#news .elementor-button:after {
	width: 28px;
	height: 20px;
	background-image: url("../img/arrow-right.webp");
	background-position: center left 12px;
	background-color: #0B4089;
}

#news .elementor-button .elementor-button-text {
	border-bottom: 1px solid;
}

#news .elementor-button:hover .elementor-button-text {
	border-bottom-color: transparent;
}

@media screen and (max-width: 1400px) {
	#news:before {
		right: 24px;
	}
}

@media screen and (max-width: 1024px) {
	#news:before {
		width: 90%;
		right: 0;
	}

	#news .elementor-container .elementor-widget-wrap {
		grid-template-columns: 200px 1fr;
	}
}

@media screen and (max-width: 767px) {
	#news {
		padding: 80px 0;
	}

	#news:before {
		width: 90%;
		top: 145px;
		right: 0;
		bottom: 120px;
	}

	#news .elementor-container .elementor-widget-wrap {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	#news h2 {
		padding: 0;
	}

	#news h2 .en {
		font-size: 40px;
	}

	#news .post-box__content {
		min-height: inherit;
	}

	#news .post-box__content .item {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		padding: 16px 0;
	}

	#news .post-box__content time {
		flex: 1;
	}

	#news .post-box__content .cat {
		line-height: 1.5;
		padding: 0 8px;
	}

	#news .post-box__content .ttl {
		width: 100%;
		font-size: 15px;
	}

	#news .post-box__content .ttl a {
		-webkit-line-clamp: 2;
		padding-right: 0;
		padding-bottom: 24px;
	}

	#news .post-box__content .ttl a:after {
		top: auto;
		right: 0;
		bottom: 0;
		transform: translateY(0);
	}

	#news .elementor-widget-button {
		position: static;
	}
}

#medical {
	background-color: #1E3B63;
	color: #fff;
	padding: 128px 0 272px;
}

#medical:before {
	content: '';
	width: 100%;
	height: 448px;
	background-color: #1D3D71;
	position: absolute;
	top: 560px;
	left: 0;
}

#medical:after {
	content: '';
	width: 100%;
	height: 844px;
	background-color: #1D3D71;
	position: absolute;
	bottom: 460px;
	left: 0;
}

#medical .container {
	z-index: 1;
}

#medical h2 .en {
	color: #fff;
}

#medical h2 .en:before {
	background-image: url("../img/ttl-icon-2.webp");
}

#medical .ttl-1 {
	width: auto;
	position: absolute;
	top: 57px;
	right: 0;
}

#medical .ttl-1 h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

#medical .ttl-1 h3 span {
	color: #CBEFFE;
}

#medical .elementor-inner-section .text {
	width: 542px;
	padding: 40px 0;
}

#medical .elementor-inner-section .elementor-widget-heading {
	width: auto;
}

#medical .elementor-inner-section h3 {
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

#medical .elementor-inner-section h3 .en {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-transform: uppercase;
}

#medical .elementor-inner-section h3 .ja {
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	writing-mode: vertical-rl;
}

#medical .elementor-inner-section .elementor-widget-text-editor {
	margin-bottom: 64px;
}

#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 48px;
	font-size: 14px;
	line-height: 1;
}

#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container ul li {
	background-color: #fff;
	color: #123C77;
	padding: 6px 6px 4px;
	font-weight: 500;
}

#medical .box-1 {
	padding-top: 112px;
}

#medical .box-1 .elementor-container {
	gap: 128px;
}

#medical .box-1 .photo {
	width: 528px;
	position: static;
}

#medical .box-1 .photo>div {
	position: static;
}

#medical .box-1 .text {
	width: 390px;
	padding-right: 0px;
}

#medical .box-1 .elementor-widget-heading {
	position: absolute;
	top: 0;
	right: 80px;
}

#medical .box-2 {
	padding-top: 28px;
}

#medical .box-2 .elementor-container {
	flex-direction: row-reverse;
	gap: 126px;
}

#medical .box-2 .photo {
	width: 568px;
}

#medical .box-2 .text {
	width: 584px;
	padding: 142px 174px 128px 40px;
	border-bottom: 1px solid #fff;
}

#medical .box-2 .elementor-widget-heading {
	position: absolute;
	top: 130px;
	right: 100%;
	margin-right: 128px;
}

#medical .box-3 {
	padding-top: 112px;
}

#medical .box-3 .elementor-container {
	gap: 126px;
}

#medical .box-3 .elementor-column>.elementor-widget-wrap {
	padding-right: 174px;
}

#medical .box-3 .col-l {
	width: 584px;
}

#medical .box-3 .col-r {
	width: 568px;
}

#medical .box-3 .elementor-widget-heading {
	position: absolute;
	top: 0;
	right: 0;
}

#medical .box-3 .elementor-widget-text-editor {
	margin-bottom: 38px;
	padding: 64px 0 0 26px;
}

#medical .box-3 .elementor-widget-button {
	padding-left: 26px;
}

#medical .box-4 {
	padding-top: 64px;
}

#medical .box-4 .elementor-container {
	gap: 128px;
}

#medical .box-4 .photo {
	position: static;
}

#medical .box-4 .photo>div {
	position: static;
}

#medical .box-4 .text {
	align-self: flex-end;
	border-top: 1px solid #fff;
	padding: 112px 164px 0 0;
}

#medical .box-4 .elementor-widget-heading {
	position: absolute;
	bottom: 0;
	right: 0;
}

#medical .box-4 .elementor-widget-text-editor {
	margin-bottom: 64px;
}

@media screen and (max-width: 1400px) {
	#medical .box-1 .elementor-container {
		gap: 64px;
	}

	#medical .box-1 .elementor-widget-heading {
		right: 0;
	}

	#medical .box-2 .elementor-container {
		gap: 64px;
	}

	#medical .box-2 .elementor-widget-heading {
		margin-right: 64px;
	}

	#medical .box-3 .elementor-container {
		gap: 64px;
	}

	#medical .box-4 .elementor-container {
		gap: 64px;
	}
}

@media screen and (max-width: 1200px) {
	#medical .ttl-1 h3 {
		font-size: 20px;
	}

	#medical .elementor-inner-section h3 {
		gap: 16px;
	}

	#medical .box-1 .elementor-container {
		gap: 32px;
	}

	#medical .box-1 .photo {
		width: 440px;
	}

	#medical .box-2 .elementor-container {
		gap: 32px;
	}

	#medical .box-2 .text {
		padding: 50px 100px 100px 40px;
	}

	#medical .box-2 .elementor-widget-heading {
		margin-right: 32px;
		top: 50px;
	}

	#medical .box-3 .elementor-container {
		gap: 32px;
	}

	#medical .box-3 .elementor-column>.elementor-widget-wrap {
		padding-right: 120px;
	}

	#medical .box-4 .elementor-container {
		gap: 32px;
	}

	#medical .box-4 .text {
		padding: 100px 120px 0 0;
	}
}

@media screen and (max-width: 1024px) {
	#medical:before {
		height: 718px;
		top: 670px;
	}

	#medical:after {
		bottom: 1520px;
	}

	#medical .ttl-1 {
		position: static;
		padding-top: 32px;
	}

	#medical .ttl-1 h3 {
		font-size: 24px;
	}

	#medical .elementor-inner-section .elementor-container {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 32px;
	}

	#medical .elementor-inner-section h3 {
		gap: 16px;
	}

	#medical .elementor-inner-section .elementor-widget-text-editor {
		margin-bottom: 24px;
	}

	#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container ul {
		margin-bottom: 24px;
	}

	#medical .box-1 {
		padding-bottom: 64px;
	}

	#medical .box-1 .photo {
		width: 100%;
	}

	#medical .box-1 .photo>.elementor-widget-wrap {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 32px;
	}

	#medical .box-1 .text {
		width: 100%;
		padding: 0;
	}

	#medical .box-1 .elementor-widget-heading {
		position: static;
	}

	#medical .box-2 {
		padding: 0 0 64px;
	}

	#medical .box-2 .photo {
		width: 100%;
	}

	#medical .box-2 .photo>.elementor-widget-wrap {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 32px;
	}

	#medical .box-2 .elementor-widget-image {
		grid-area: 1/2;
	}

	#medical .box-2 .elementor-widget-heading {
		position: static;
		grid-area: 1/1;
		margin-right: 0;
	}

	#medical .box-2 h3 {
		flex-direction: row-reverse;
	}

	#medical .box-2 .text {
		width: 100%;
		padding: 0;
		border-bottom: 0;
	}

	#medical .box-2 .elementor-widget-text-editor {
		margin-bottom: 24px;
	}

	#medical .box-2 .elementor-widget-text-editor .elementor-widget-container ul {
		margin-bottom: 24px;
	}

	#medical .box-3 {
		padding: 0 0 64px;
	}

	#medical .box-3 .elementor-container {
		gap: 64px;
	}

	#medical .box-3 .col-l,
	#medical .box-3 .col-r {
		width: 100%;
	}

	#medical .box-3 .elementor-widget-button {
		padding-left: 32px;
	}

	#medical .box-3 .col-l .elementor-widget-text-editor {
		padding: 32px 0 0 32px;
	}

	#medical .box-3 .col-r>.elementor-widget-wrap {
		padding-right: 0;
		padding-left: 120px;
	}

	#medical .box-3 .col-r .elementor-widget-heading {
		right: auto;
		left: 0;
	}

	#medical .box-3 .col-r h3 {
		flex-direction: row-reverse;
	}

	#medical .box-3 .col-r .elementor-widget-text-editor {
		padding: 32px 32px 0 0;
	}

	#medical .box-4 .photo {
		width: 100%;
	}

	#medical .box-4 .photo>.elementor-widget-wrap {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 32px;
	}

	#medical .box-4 .text {
		width: 100%;
		border-top: 0;
		padding: 0;
	}

	#medical .box-4 .elementor-widget-heading {
		position: static;
	}

	#medical .box-4 .elementor-widget-text-editor {
		margin-bottom: 32px;
	}

	#medical .box-4 .elementor-widget-text-editor .elementor-widget-container ul {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 767px) {
	#medical {
		padding: 80px 0 160px;
	}

	#medical:before {
		height: 540px;
		top: 425px;
	}

	#medical:after {
		height: 650px;
		top: 1500px;
		bottom: auto;
	}

	#medical .ttl-1 {
		padding-top: 48px;
	}

	#medical .ttl-1 h3 {
		font-size: 1.8rem;
		line-height: 2;
	}

	#medical .elementor-inner-section h3 .en {
		font-size: 14px;
	}

	#medical .elementor-inner-section h3 .ja {
		font-size: 3.2rem;
	}

	#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container {
		font-size: 15px;
		line-height: 2;
	}

	#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container ul {
		gap: 8px;
	}

	#medical .elementor-inner-section .elementor-widget-text-editor .elementor-widget-container ul li {
		padding: 6px 10px 4px;
	}

	#medical .box-1 {
		padding-top: 48px;
	}

	#medical .box-1 .photo {
		width: auto;
		margin-left: -3.2rem;
	}

	#medical .box-1 .photo>.elementor-widget-wrap {
		gap: 40px;
	}

	#medical .box-1 .photo .elementor-widget-image>.elementor-widget-container {
		height: 20rem;
	}

	#medical .box-1 .photo .elementor-widget-image>.elementor-widget-container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}

	#medical .box-2 .photo {
		width: auto;
		margin-right: -3.2rem;
	}

	#medical .box-2 .photo>.elementor-widget-wrap {
		gap: 4rem;
	}

	#medical .box-2 .photo .elementor-widget-image>.elementor-widget-container {
		height: 20rem;
	}

	#medical .box-2 .photo .elementor-widget-image>.elementor-widget-container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}

	#medical .box-3 {
		width: calc(100% + 64px);
		margin: 0 -3.2rem;
	}

	#medical .box-3 .col-l {
		padding-right: 1.6rem;
	}

	#medical .box-3 .col-l>.elementor-widget-wrap {
		padding-right: 102px;
	}

	#medical .box-3 .col-l .elementor-widget-image>.elementor-widget-container {
		height: 28rem;
	}

	#medical .box-3 .col-l .elementor-widget-image>.elementor-widget-container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}

	#medical .box-3 .col-r {
		padding-left: 1.6rem;
	}

	#medical .box-3 .col-r>.elementor-widget-wrap {
		padding-left: 102px;
	}

	#medical .box-3 .col-r .elementor-widget-image>.elementor-widget-container {
		height: 25.8rem;
	}

	#medical .box-3 .col-r .elementor-widget-image>.elementor-widget-container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}

	#medical .box-4 {
		padding-top: 0;
	}

	#medical .box-4 .photo {
		width: auto;
		margin-left: -3.2rem;
	}

	#medical .box-4 .photo .elementor-widget-image>.elementor-widget-container {
		height: 27.2rem;
	}

	#medical .box-4 .photo .elementor-widget-image>.elementor-widget-container img {
		width: 100%;
		max-width: inherit;
		height: 100%;
		object-fit: cover;
	}
}

#feature {
	background: url("../img/index/feature-bg.webp") repeat center top/1440px auto;
	background-color: #EFF6FF;
	padding: 128px 0 208px;
}

#feature:before {
	content: '';
	width: 100%;
	height: 48px;
	background: url(../img/index/feature-bg.webp) repeat center top / 1440px auto;
	position: absolute;
	bottom: -48px;
	left: 0;
}

#feature .deco {
	width: 271px;
	mix-blend-mode: color-burn;
	position: absolute;
	top: -80px;
	left: 370px;
}

#feature .titWrap_h2 strong {
	color: #717F95;
}

#feature .titWrap_h2 .en {
	font-size: 156px;
	margin-bottom: 0;
}

#feature .titWrap_h2 .en:before {
	top: 25px;
}

#feature .titWrap_h2 .en>span>span {
	color: #fff;
}

#feature .photo-1 {
	width: 686px;
	position: absolute;
	top: -256px;
	right: 0;
}

#feature .circle {
	width: 312px;
	position: absolute;
	top: -10px;
	right: 163px;
}

#feature .circle .elementor-heading-title {
	display: grid;
}

#feature .circle span {
	display: block;
	transition: all 1.0s;
}

#feature .circle span {
	grid-area: 1/1;
	transform: scale(0.78);
	transition-delay: 1.0s;
}

#feature .circle.anime_on span:nth-child(2) {
	transform: scale(0.89);
}

#feature .circle.anime_on span:nth-child(3) {
	transform: scale(1.0);
}

#feature .ttl-1 {
	padding: 64px 0;
}

#feature .ttl-1 h3 {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0.12em;
	line-height: 1.1;
}

#feature .no-1 .elementor-widget-container {
	display: flex;
	justify-content: flex-end;
}

#feature .no-1 .elementor-widget-container:before {
	content: '';
	width: auto;
	height: 0;
	border-top: 1px solid #B0CBE6;
	position: absolute;
	top: 50%;
	right: 83px;
	left: 0;
}

#feature .no-1 p {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/index/feature-deco-1.webp") no-repeat center top/cover;
	width: 93px;
	height: 75px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	position: relative;
}

#feature .box-1 {
	padding: 56px 0 64px;
}

#feature .box-1 .elementor-container {
	gap: 80px;
}

#feature .box-1 h3 {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #3A506E;
}

#feature .box-1 h3:before {
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	background-color: #8298BC;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
	margin-bottom: 32px;
}

#feature .box-1 .col-r>.elementor-widget-wrap {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 32px;
}

#feature .box-1 .elementor-widget-text-editor {
	font-size: 16px;
	line-height: 2;
}

#feature .box-1 .elementor-widget-button {
	flex: 1;
}

#feature .box-2 .elementor-container {
	border-top: 1px solid #B0CBE6;
	border-bottom: 1px solid #B0CBE6;
}

#feature .box-2 .elementor-container:before {
	content: '';
	width: 0;
	height: 100%;
	border-left: 1px solid #B0CBE6;
	position: absolute;
	top: 0;
	left: 50%;
}

#feature .box-2 .elementor-column {
	padding: 80px;
}

#feature .box-2 .elementor-column:nth-child(odd) {
	padding-left: 0;
}

#feature .box-2 .elementor-column:nth-child(even) {
	padding-right: 0;
}

#feature .box-2 .widget-image-caption {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/index/feature-deco-2.webp") no-repeat center top/cover;
	width: 64px;
	height: 80px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
}

#feature .box-2 .elementor-widget-heading {
	padding-top: 48px;
}

#feature .box-2 h3 {
	font-weight: 400;
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #3A506E;
}

#feature .box-2 h3:before {
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	background-color: #8298BC;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
	margin-bottom: 16px;
}

#feature .box-2 .elementor-widget-text-editor {
	font-size: 16px;
	padding-top: 24px;
}

#feature .box-2 .elementor-widget-button {
	padding-top: 32px;
}

@media screen and (max-width: 1400px) {
	#feature .deco {
		left: 280px;
	}

	#feature .titWrap_h2 .en {
		font-size: 116px;
		margin: 19px 0;
	}

	#feature .box-2 .elementor-widget-heading {
		padding-top: 80px;
	}
}

@media screen and (max-width: 1200px) {
	#feature .photo-1 {
		width: 520px;
		top: -200px;
	}

	#feature .photo-1:after {
		width: 250px;
		height: 250px;
		left: 130px;
	}

	#feature .circle {
		width: 250px;
		top: -5px;
		right: 140px;
	}

	#feature .titWrap_h2 .en {
		margin: 0;
	}

	#feature .ttl-1 h3 {
		font-size: 32px;
	}

	#feature .box-1 .elementor-container {
		gap: 40px;
	}

	#feature .box-2 .elementor-column {
		padding: 80px 40px;
	}
}

@media screen and (max-width: 1024px) {
	#feature {
		padding: 0 0 80px;
	}

	#feature .deco {
		top: 300px;
		left: 340px;
	}

	#feature .photo-1 {
		width: 716px;
		top: -80px;
	}

	#feature .photo-1:after {
		width: 260px;
		height: 260px;
		bottom: -90px;
		left: 228px;
	}

	#feature .circle {
		width: 260px;
		top: 230px;
		right: 230px;
	}

	#feature .titWrap_h2 {
		padding-top: 460px;
	}

	#feature .titWrap_h2 .en>span>span {
		color: inherit;
	}

	#feature .ttl-1 h3 {
		font-size: 28px;
	}

	#feature .box-1 .elementor-container {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	#feature .box-1 .elementor-column {
		width: 100%;
	}

	#feature .box-2 {
		padding-top: 0;
	}

	#feature .box-2 .elementor-container {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 70px;
		border-top: 0;
		border-bottom: 0;
	}

	#feature .box-2 .elementor-container:before {
		display: none;
	}

	#feature .box-2 .elementor-column {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	#feature:before {
		height: 20px;
		bottom: -20px;
	}

	#feature .deco {
		width: 18.2rem;
		top: 10.6rem;
		right: 2.4rem;
		left: auto;
	}

	#feature .photo-1 {
		width: 35.8rem;
		left: -1.6rem;
	}

	#feature .circle {
		width: 13rem;
		height: 13rem;
		top: 7rem;
		right: 10rem;
	}

	#feature .titWrap_h2 {
		padding-top: 23rem;
	}

	#feature .titWrap_h2 .en {
		font-size: 7.2rem;
	}

	#feature .ttl-1 {
		padding: 48px 0 62px;
	}

	#feature .ttl-1 h3 {
		font-size: 22px;
		line-height: 1.8;
	}

	#feature .no-1 {
		width: calc(100% + 3.2rem);
		margin: 0 -1.6rem;
	}

	#feature .no-1 .elementor-widget-container:before {
		right: 5.3rem;
	}

	#feature .no-1 .elementor-heading-title {
		width: 6rem;
		height: 4.8rem;
		font-size: 2.6rem;
	}

	#feature .box-1 {
		width: auto;
		margin: 0 -1.6rem;
		padding-top: 36px;
	}

	#feature .box-1 .elementor-container {
		gap: 48px;
	}

	#feature .box-1 .elementor-column:nth-child(2) {
		padding: 0 1.6rem;
	}

	#feature .box-1 h3 {
		font-size: 3.2rem;
		line-height: 1.6;
	}

	#feature .box-1 .elementor-widget-button {
		padding-bottom: 16px;
	}

	#feature .box-2 {
		width: auto;
	}

	#feature .box-2 .elementor-container {
		gap: 48px;
	}

	#feature .box-2 .elementor-widget-image {
		width: auto;
		margin: 0 -1.6rem;
	}

	#feature .box-2 .widget-image-caption {
		width: 4.8rem;
		height: 6rem;
		font-size: 3rem;
	}

	#feature .box-2 .elementor-widget-heading {
		padding-top: 48px;
	}

	#feature .box-2 h3 {
		font-size: 3.2rem;
		line-height: 1.6;
	}

	#feature .box-2 .elementor-widget-text-editor {
		font-size: 15px;
		line-height: 2;
	}
}

#pickup-menu {
	background-color: #EFF6FF;
	position: relative;
}

#pickup-menu:before {
	content: '';
	width: 100%;
	height: 642px;
	background-color: #fff;
	position: absolute;
	top: 48px;
	left: 0;
}

#pickup-menu .box {
	padding-top: 72px;
}

#pickup-menu .box .elementor-container {
	gap: 25px;
}

#pickup-menu .box .elementor-column {
	background-color: #fff;
}

#pickup-menu .box .elementor-column:before {
	content: '';
	width: 48px;
	height: 60px;
	background: url("../img/index/pickup-deco.webp") no-repeat center top/cover;
	position: absolute;
	bottom: 0;
	right: 0;
}

#pickup-menu .box .elementor-column .elementor-widget-wrap {
	display: grid;
}

#pickup-menu .box .elementor-widget-image,
#pickup-menu .box .elementor-widget-heading {
	grid-area: 1/1;
}

#pickup-menu .box .elementor-widget-heading {
	align-self: flex-end;
	padding: 0 0 32px 32px;
}

#pickup-menu .box h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.6;
	color: #fff;
}

#pickup-menu .box h3 span {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	background-color: #3A506E;
	color: #fff;
	margin-bottom: 12px;
	padding: 6px 8px 4px;
}

#pickup-menu .box .elementor-widget-text-editor {
	font-size: 16px;
	line-height: 1.8;
	padding: 32px 24px 90px;
}

#pickup-menu .box .elementor-widget-text-editor .elementor-widget-container ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 24px;
}

#pickup-menu .box .elementor-widget-text-editor .elementor-widget-container ul li {
	background-color: #8298BC;
	color: #fff;
	padding: 6px 6px 4px;
}

#pickup-menu .box .elementor-widget-button {
	width: auto;
	text-align: center;
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
}

#pickup-menu .box .elementor-button {
	width: 238px;
}

@media screen and (max-width: 1400px) {
	#pickup-menu .box .elementor-widget-heading {
		padding: 0 1rem 3.2rem;
	}

	#pickup-menu .box h3 {
		font-size: 3.2rem;
	}

	#pickup-menu .box h3 span {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1024px) {
	#pickup-menu .box .elementor-container {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}

	#pickup-menu .box .elementor-column {
		width: 410px;
	}

	#pickup-menu .box .elementor-widget-heading {
		padding: 0 0 24px 24px;
	}

	#pickup-menu .box h3 {
		font-size: 32px;
	}

	#pickup-menu .box h3 span {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	#pickup-menu {
		padding-top: 0;
	}

	#pickup-menu:before {
		height: 54rem;
		top: 20px;
	}

	#pickup-menu .box {
		width: auto;
		margin: 0 -1.6rem;
	}

	#pickup-menu .box .elementor-container {
		gap: 48px;
	}

	#pickup-menu .box .elementor-column {
		width: 100%;
	}

	#pickup-menu .box .elementor-widget-heading {
		padding: 0 1.6rem 1.6rem;
	}

	#pickup-menu .box h3 {
		font-size: 2.8rem;
	}

	#pickup-menu .box h3 span {
		font-size: 1.5rem;
		padding: 5px 8px 4px;
	}

	#pickup-menu .box .elementor-widget-text-editor {
		padding: 24px 16px 80px;
	}

	#pickup-menu .box .elementor-button {
		width: 230px;
		height: 40px;
		font-size: 14px;
	}
}

#greeting {
	background-color: #EFF6FF;
	padding: 128px 0 80px;
}

#greeting h3 {
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #3A506E;
}

#greeting .elementor-widget-text-editor {
	line-height: 1.8;
}

#greeting .wp-caption-text {
	background-color: #fff;
	line-height: 1;
	padding: 8px;
	position: absolute;
	bottom: -18px;
	right: 25px;
}

#greeting .wp-caption-text span {
	font-size: 20px;
	margin-left: 12px;
}

#greeting .tag .elementor-heading-title {
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #3A506E;
}

#greeting .tag .elementor-heading-title span {
	background-color: #8298BC;
	color: #fff;
	text-align: center;
}

#greeting .box-1 {
	padding-top: 72px;
	padding-bottom: 80px;
	border-bottom: 1px solid #B0CBE6;
}

#greeting .box-1 .elementor-container {
	gap: 64px;
}

#greeting .box-1 .col-l {
	width: 400px;
}

#greeting .box-1 .col-c {
	width: 480px;
}

#greeting .box-1 .col-c>.elementor-widget-wrap {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 32px;
}

#greeting .box-1 .col-c .tag {
	flex: 1 0 0;
}

#greeting .box-1 .col-r {
	width: 272px;
}

#greeting .box-1 h3 {
	font-size: 36px;
}

#greeting .box-2 {
	padding-top: 80px;
}

#greeting .box-2 .elementor-container {
	gap: 32px;
}

#greeting .box-2 .col-l {
	width: 280px;
}

#greeting .box-2 .col-c {
	width: 288px;
	padding: 26px 0 44px;
}

#greeting .box-2 .col-c>.elementor-widget-wrap {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 32px;
}

#greeting .box-2 .col-c .elementor-widget-text-editor {
	flex: 1 0 0;
}

#greeting .box-2 .col-r {
	width: 616px;
	margin-left: 32px;
}

#greeting .box-2 h3 {
	font-size: 24px;
}

@media screen and (max-width: 1400px) {
	#greeting .box-2 .col-r {
		width: 515px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	#greeting .box-1 .elementor-container {
		gap: 24px;
	}

	#greeting .box-2 .elementor-container {
		gap: 24px;
	}

	#greeting .box-2 .col-r {
		width: 345px;
	}
}

@media screen and (max-width: 1024px) {
	#greeting .box-1 .elementor-container {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}

	#greeting .box-2 .elementor-container {
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}

	#greeting .box-2 .col-r {
		width: 616px;
	}

	#greeting .box-2 .wp-caption-text {
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	#greeting {
		padding: 80px 0;
	}

	#greeting .tag .elementor-heading-title {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	#greeting .box-1 {
		width: auto;
		margin: 0 -1.6rem;
		padding: 64px 0;
	}

	#greeting .box-1 .elementor-container {
		gap: 32px;
	}

	#greeting .box-1 .col-l {
		width: 100%;
	}

	#greeting .box-1 .col-c {
		width: 100%;
		padding-top: 32px;
	}

	#greeting .box-1 .col-c>.elementor-widget-wrap {
		gap: 12px;
		padding: 0 15.8rem 0 1.6rem;
	}

	#greeting .box-1 .col-c .elementor-widget-text-editor {
		padding-top: 10px;
	}

	#greeting .box-1 .col-c .elementor-widget-image {
		width: 14.2rem;
		position: absolute;
		top: 0;
		right: -1.6rem;
	}

	#greeting .box-1 .col-r {
		width: 100%;
	}

	#greeting .box-1 h3 {
		font-size: 2.8rem;
	}

	#greeting .box-1 .wp-caption-text {
		right: 1.6rem;
	}

	#greeting .box-2 {
		width: auto;
		margin: 0 -1.6rem;
		padding-top: 64px;
	}

	#greeting .box-2 .elementor-container {
		gap: 32px;
	}

	#greeting .box-2 .col-l {
		width: 100%;
		padding-bottom: 32px;
	}

	#greeting .box-2 .col-c {
		width: 100%;
		padding: 0 1.6rem;
	}

	#greeting .box-2 .col-c>.elementor-widget-wrap {
		gap: 12px;
	}

	#greeting .box-2 .col-c .elementor-widget-text-editor {
		padding-top: 10px;
	}

	#greeting .box-2 .col-r {
		width: 100%;
	}

	#greeting .box-2 h3 {
		font-size: 2.4rem;
	}

	#greeting .box-2 .wp-caption-text {
		right: auto;
		left: 1.6rem;
	}
}

.top-slider {
	background-color: rgba(90, 148, 239, 0.16);
	overflow: hidden;
	padding: 24px;
}

.top-slider .elementor-widget-wrap {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	gap: 10px;
}

.top-slider .elementor-widget-image {
	width: 340px;
}

@media screen and (max-width: 767px) {
	.top-slider {
		padding: 1.8rem;
	}

	.top-slider .elementor-widget-wrap {
		gap: 0.8rem;
	}

	.top-slider .elementor-widget-image {
		width: 24.8rem;
	}
}

#clinic-info {
	background: url("../img/index/info-deco.webp") no-repeat top right/39% auto;
	padding: 112px 0 134px;
}

#clinic-info h2 .en {
	font-weight: 300;
	font-size: 48px;
}

#clinic-info h2 .en:before {
	top: 10px;
}

#clinic-info .box {
	padding-top: 72px;
}

#clinic-info .box .elementor-container {
	gap: 80px;
}

#clinic-info .schedule table {
	width: 100%;
}

#clinic-info .schedule table th,
#clinic-info .schedule table td {
	vertical-align: top;
	border-bottom: 1px solid #B0CBE6;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 16px 0;
}

#clinic-info .schedule table th:first-child {
	width: 173px;
	padding-right: 50px;
}

#clinic-info .schedule table thead th {
	color: #3A506E;
	border-top: 1px solid #B0CBE6;
}

#clinic-info .schedule table thead th:first-child {
	font-weight: 500;
}

#clinic-info .schedule .note {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 24px;
}

#clinic-info .schedule .note li {
	text-indent: -14px;
	padding-left: 14px;
}

#clinic-info h3 {
	width: 123px;
	text-align: center;
	color: #3A506E;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	padding: 64px 0 10px;
}

#clinic-info .txt-info table {
	width: 100%;
}

#clinic-info .txt-info table th,
#clinic-info .txt-info table td {
	vertical-align: top;
	border-bottom: 1px solid #B0CBE6;
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 0;
}

#clinic-info .txt-info table th {
	width: 123px;
	text-align: center;
}

#clinic-info .txt-info table td {
	padding-left: 50px;
}

#clinic-info .txt-info table tr:first-child th,
#clinic-info .txt-info table tr:first-child td {
	border-top: 1px solid #B0CBE6;
}

#clinic-info .gmap .elementor-widget-container {
	width: 100%;
	height: 486px;
}

#clinic-info .gmap iframe {
	display: block;
	width: 100%;
	height: 100%;
}

#clinic-info .btn-map {
	padding-top: 12px;
	text-align: right;
}

#clinic-info .btn-map a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1;
	text-decoration: underline;
	padding-right: 0;
}

#clinic-info .btn-map a:after {
	content: '';
	width: 16px;
	height: 23px;
	background: url("../img/index/icon-location.webp") no-repeat center top/cover;
	display: block;
}

#clinic-info .btn-map a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	#clinic-info .box .elementor-container {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	#clinic-info .box .elementor-column {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#clinic-info {
		background-size: 14.8rem auto;
		padding: 80px 0 122px;
	}

	#clinic-info h2 .en {
		font-size: 40px;
	}

	#clinic-info .box {
		padding-top: 64px;
	}

	#clinic-info .box .elementor-container {
		gap: 40px;
	}

	#clinic-info .schedule table td,
	#clinic-info .schedule table th {
		font-size: 15px;
	}

	#clinic-info .schedule table th:first-child {
		width: 115px;
		padding-right: 5px;
		font-size: 16px;
	}

	#clinic-info h3 {
		width: auto;
		padding: 40px 1.6rem 20px;
		text-align: left;
	}

	#clinic-info .txt-info table {
		display: block;
	}

	#clinic-info .txt-info table tr,
	#clinic-info .txt-info table th,
	#clinic-info .txt-info table td {
		display: block;
	}

	#clinic-info .txt-info table tr {
		border-top: 1px solid #B0CBE6;
		border-bottom: 1px solid #B0CBE6;
		padding: 12px 0 12px 1.6rem;
	}

	#clinic-info .txt-info table tr+tr {
		border-top: 0;
	}

	#clinic-info .txt-info table th,
	#clinic-info .txt-info table td {
		border: 0;
		padding: 0;
	}

	#clinic-info .txt-info table th {
		width: auto;
		text-align: left;
	}

	#clinic-info .txt-info table td {
		padding-top: 10px;
	}

	#clinic-info .txt-info table tr:first-child th,
	#clinic-info .txt-info table tr:first-child td {
		border-top: 0;
	}

	#clinic-info .gmap .elementor-widget-container {
		height: 300px;
	}
}

#pt-orifinal-project {
	background-color: #1E3B63;
	color: #fff;
	position: relative;
	padding: 128px 0 112px;
}

#pt-orifinal-project:before {
	content: '';
	width: 85%;
	height: 421px;
	background: url("../img/index/pt-bg.webp") no-repeat center left/cover;
	position: absolute;
	top: 175px;
	right: 0;
}

#pt-orifinal-project h2 {
	max-width: max-content;
	margin-left: auto;
	text-align: right;
}

#pt-orifinal-project h2 .en {
	color: #fff;
}

#pt-orifinal-project h2 .en:before {
	background-image: url("../img/ttl-icon-2.webp");
}

#pt-orifinal-project h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.12em;
	padding-top: 24px;
}

#pt-orifinal-project h3 span {
	color: #CBEFFE;
}

#pt-orifinal-project .desc {
	padding-top: 16px;
}

#pt-orifinal-project .box {
	padding-top: 64px;
}

#pt-orifinal-project .box .elementor-container {
	gap: 64px;
	z-index: 1;
}

/* #pt-orifinal-project .box .elementor-column>.elementor-widget-wrap {
padding: 62px 56px 45px;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap:before {
content: '';
width: auto;
height: auto;
position: absolute;
top: 16px;
right: 16px;
bottom: 16px;
left: 16px;
border: 1px solid #fff;
} */

#pt-orifinal-project .box .elementor-widget-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#pt-orifinal-project .box .elementor-widget-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* #pt-orifinal-project .box h4 {
font-weight: 400;
font-size: 40px;
line-height: 1.5;
}

#pt-orifinal-project .box h4:after {
content: '';
display: block;
width: 48px;
height: 4px;
background-color: #fff;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
margin-top: 24px;
}

#pt-orifinal-project .box .elementor-widget-text-editor {
font-size: 18px;
line-height: 1.6;
letter-spacing: 0.08em;
padding-top: 32px;
}

#pt-orifinal-project .box .elementor-widget-button {
padding-top: 48px;
}

@media screen and (max-width: 1400px) {
#pt-orifinal-project .box .elementor-container {
gap: 6.4rem;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap {
padding: 6.0rem 3.5rem 4.5rem;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap:before {
top: 1.6rem;
right: 1.6rem;
bottom: 1.6rem;
left: 1.6rem;
}

#pt-orifinal-project .box h4 {
font-size: 4rem;
}
}

@media screen and (max-width: 1200px) {
#pt-orifinal-project h2 .en {
font-size: 80px;
}
}

@media screen and (max-width: 1024px) {
#pt-orifinal-project h2 .en {
font-size: 60px;
}

#pt-orifinal-project h2 .en:before {
top: 10px;
}

#pt-orifinal-project .box .elementor-container {
flex-direction: column;
flex-wrap: nowrap;
gap: 64px;
}

#pt-orifinal-project .box .elementor-column {
width: 100%;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap {
padding: 62px 56px 45px;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap:before {
top: 16px;
right: 16px;
bottom: 16px;
left: 16px;
}

#pt-orifinal-project .box h4 {
font-size: 40px;
}
}

@media screen and (max-width: 767px) {
#pt-orifinal-project {
padding: 80px 0;
}

#pt-orifinal-project:before {
width: auto;
height: auto;
top: 195px;
right: 0;
bottom: 40px;
left: 7.5rem;
}

#pt-orifinal-project h2 {
text-align: left;
}

#pt-orifinal-project h2 .en {
font-size: 40px;
}

#pt-orifinal-project h3 {
font-size: 2.4rem;
padding-top: 48px;
}

#pt-orifinal-project .desc {
padding-top: 24px;
}

#pt-orifinal-project .box {
width: auto;
margin: 0 -1.6rem;
padding-top: 48px;
}

#pt-orifinal-project .box .elementor-container {
gap: 28px;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap {
padding: 3rem;
}

#pt-orifinal-project .box .elementor-column>.elementor-widget-wrap:before {
top: 1rem;
right: 1rem;
bottom: 1rem;
left: 1rem;
}

#pt-orifinal-project .box h4 {
font-size: 2.4rem;
}

#pt-orifinal-project .box h4:after {
margin-top: 15px;
}

#pt-orifinal-project .box .elementor-widget-text-editor,
#pt-orifinal-project .box .elementor-widget-button {
padding-top: 12px;
}

#pt-orifinal-project .box .elementor-widget-text-editor {
font-size: 14px;
}

#pt-orifinal-project .box .elementor-column:nth-child(1) .elementor-widget-image img {
object-position: center right;
}
} */

/*--------------------------------------
■footer
--------------------------------------*/
.conversion {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.conversion {
		margin-top: 64px;
	}
}
/* =====================================
FAQ
===================================== */
.faqBox {
	background: #EFF6FF;
	padding: 128px 0;
}

.faqSec {
	width: 100%;
	margin-top: 72px;
}

.faqSec__item {
	margin-bottom: 40px;
	background: #fff;
}

/* question */
.faqSec__question {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100px;
	padding: 20px 70px 20px 32px;
	border: 0;
	background: #fff;
	color: #1B437B;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	cursor: pointer;
	letter-spacing: 5%;
}

/* Q 圆圈 */
.faqSec__q {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin-right: 22px;
	border-radius: 50%;
	background: #1d4b82;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/* 问题文字 */
.faqSec__title {
	flex: 1;
	line-height: 1.6;
}

/* + / - */
.faqSec__icon {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f1f7ff;
	transform: translateY(-50%);
}

/* 横线 */
.faqSec__icon::before,
.faqSec__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background: #1d4b82;
	transform: translate(-50%, -50%);
}

/* 竖线 → + */
.faqSec__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* 打开后 → - */
.faqSec__item.is-open .faqSec__icon::after {
	opacity: 0;
}


/* answer */
.faqSec__answer {
	display: none;
	padding: 30px 32px;
}
.faqSec__item.is-open .faqSec__answer {
	display: block;
}
/* A 圆圈 */
.faqSec__a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin-right: 22px;
	border-radius: 50%;
	background: #fff;
	color: #1B437B;
  font-size: 21px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* 回答内容 */
.faqSec__answerInner {
	display: flex;
	align-items: center;
	background: #EFF6FF;
	padding: 30px;
}

.faqSec__text {
	flex: 1;
	color: #212121;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 5%;
}


/* =====================================
SP
===================================== */

@media screen and (max-width: 767px) {

	.faqSec__question {
		min-height: 80px;
		padding: 15px 55px 15px 15px;
		font-size: 16px;
	}

	.faqSec__q {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		margin-right: 12px;
		font-size: 16px;
	}

	.faqSec__icon {
		right: 15px;
		width: 28px;
		height: 28px;
	}

	.faqSec__answer {
		padding: 20px 15px;
	}

	.faqSec__a {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		margin-right: 12px;
		font-size: 16px;
	}

	.faqSec__text {
		font-size: 14px;
	}
}
