@charset "utf-8";
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
	padding: 0;
}
.container {
	width: 100%;
	max-width: 1310px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
#wrapper {
	padding-top: 77px;
}
nav {
	display: none;
}
header .logo {
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	header .logo {
		max-width: 250px;
		margin: 0 0 0 10px;
	}
	#wrapper {
	padding-top: 68px;
}
}
/* =====================================
■ h2
===================================== */
.titWrap h2 {
	font-family: 'Belleza';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	background: linear-gradient(91.1deg, #0083C5 0%, #004EA2 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.titWrap {
	margin-bottom: 25px;
}
.titWrap p {
	color: #3B3B3B;
	font-size: 16px;
	letter-spacing: -0.05em;
	margin-top: 7px;
}
@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 24px;
	}
	.titWrap p {
		font-size: 14px;
	}
	.titWrap {
		margin-bottom: 15px;
	}
}
/* =====================================
■ mainimg features greet
===================================== */
.mainimg {
	margin-bottom: 90px;
}
.featuresBox {
	margin-bottom: 123px;
	margin-top: 100px;
}
.greetBox {
	position: relative;
}
.greetBox:before {
	position: absolute;
	content: "";
	height: 50%;
	width: 100%;
	background: linear-gradient(90deg, rgba(138, 199, 231, 0.4) 0%, rgba(255, 255, 255, 0.4) 75% );
	bottom: 0;
	left: 0;
}
.menuBox {
	position: relative;
}
.menuBox:before {
	position: absolute;
	content: "";
	width: 465px;
	height: 520px;
	background: url(/wp-content/uploads/menu_icon.png) no-repeat;
	background-size: cover;
	right: 0;
	top: -60px;
}
@media screen and (max-width: 767px) {
	.featuresBox {
		margin-bottom: 0;
		margin-top: 0;
	}
	.greetBox:before {
		height: 80%;
	}
	.menuBox:before {
		display: none;
	}
}
/* =====================================
■ MEDICAL HOURS ACCESS
===================================== */
.hoursBox .elementor-widget-container {
	display: flex;
	justify-content: space-between;
	column-gap: 64px;
}
.hoursBox {
	padding: 112px 0 61px;
	background: linear-gradient(90deg, rgba(138, 199, 231, 0.4) 0%, rgba(255, 255, 255, 0.4) 75% );
}
.hoursBox .left, .hoursBox .right {
	padding: 40px 48px 26px;
	background: #fff;
	position: relative;
}
.hoursBox .left:after, .hoursBox .right:after {
	position: absolute;
	content: "";
	width: 84px;
	height: 84px;
	background: url(/wp-content/uploads/hours_icon.png) no-repeat;
	background-size: cover;
	top: -20px;
	right: 15px;
}
.timetableA {
	margin-bottom: 17px;
}
.timetableA thead th:first-child {
	width: 28%;
}
.timetableA tbody th {
	color: #3B3B3B;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.timetableA tbody td {
	color: #8AC7E7;
	font-size: 18px;
	text-align: center;
}
.timetableA thead th {
	font-size: 18px;
	text-align: center;
	color: #6B6B6B;
}
.timetableA th, .timetableA td {
	border-bottom: 1px solid #A0CEE6;
	padding-bottom: 15px;
	padding-top: 15px;
}
.timetableA thead th, .timetableA thead td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #A0CEE6;
}
.table_A {
	font-size: 14px;
	letter-spacing: 0;
}
.table_A th {
	color: #004EA2;
	width: 13%;
}
.table_A td {
	color: #6B6B6B;
	width: 87%;
}
.hoursBox .right .table_A th {
	width: 30%;
}
.hoursBox .right .table_A td {
	width: 70%;
	line-height: 1.2;
}
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.hoursBox .right .table_A {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.hoursBox {
		padding: 64px 0 61px;
	}
	.hoursBox .elementor-widget-container {
		display: block;
	}
	.hoursBox .left:after,
	.hoursBox .right:after {
		width: 51px;
		height: 51px;
		top: -10px;
		right: 7px;
	}
	.hoursBox .left, .hoursBox .right {
		padding: 24px 30px;
	}
	.table_A th {
		color: #004EA2;
		width: 20%;
		font-size: 12px;
	}
	.table_A td {
		color: #6B6B6B;
		width: 80%;
		font-size: 12px;
		letter-spacing: -0.05em;
		line-height: 1.2;
	}
	.timetableA {
		margin-bottom: 10px;
	}
	.timetableA thead th {
		font-size: 14px;
	}
	.timetableA tbody th {
		font-size: 14px;
		line-height: 1.2;
	}
	.timetableA tbody td {
		font-size: 14px;
	}
	.hoursBox .left {
		margin-bottom: 40px;
	}
	.hoursBox .right .table_A th {
		width: 100%;
		display: block;
	}
	.hoursBox .right .table_A td {
		display: block;
		width: 100%;
	}
}
/* =====================================
■News
===================================== */
.newsBox {
	padding: 0 0 60px;
	background: linear-gradient(90deg, rgba(138, 199, 231, 0.4) 0%, rgba(255, 255, 255, 0.4) 75% );
	position: relative;
}
.newsBox:before {
	position: absolute;
	content: "";
	height: 41%;
	width: 100%;
	background: #fff;
	bottom: 0;
	left: 0;
}
.newsBox .elementor-element-464c618 .elementor-container.elementor-column-gap-default {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 48px;
	position: relative;
}

.newsBox .elementor-element-464c618 .elementor-container.elementor-column-gap-default::before {
	position: absolute;
	content: "";
	width: 48%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(91.1deg, #D5EFFC 49.61%, #004EA2 100%);
	opacity: 0.06;
}
.news_txt2 {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #3B3B3B;
	font-size: 16px;
}
.newsSec {
	position: relative;
	z-index: 2;
	max-width: 1134px;
	padding: 0;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
}
.newsSec .h2Wrap h2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #435877;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5;
}
.newsSec .h2Wrap span {
	color: #435877;
	font-size: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 15px 0px;
	text-align: center;
	border: 2px solid #333;
	border-radius: 30px;
	display: block;
	width: 128px;
	margin: 39px auto 0;
}
.newsSec .headingArea {
	width: 285px;
	padding-top: 5px;
}
.newsSec .newsArea {
	width: calc(100% - 285px);
	position: relative;
	padding-top: 21px;
}
.newsSec > .elementor-container {
	border-top: 1px solid #435877;
	padding: 57px 0 62px !important;
	border-bottom: 1px solid #435877;
}
.news_link a {
	color: #004EA2;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 0;
	position: relative;
	padding-right: 30px;
}
.news_link a:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/wp-content/uploads/news_icon.png) no-repeat;
	background-size: cover;
	right: 0;
	top: 3px;
}
.newsBox .titWrap h2 {
	font-size: 40px;
}
.titWrap.elementor-element-a23548d {
	margin-bottom: 8px;
}
.news_link {
	margin-top: 90px;
}
#news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px 14px 0;
}
#news dl:first-child {
	padding-top: 0;
}
#news dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#news dl dt {
	width: 152px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0;
	color: #4B5563;
	line-height: 1.8;
}
#news dl dt span {
	color: #435877;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 4px 15px;
	background: #D8EEF8;
	margin-right: 15px;
}
#news dl dd {
	width: calc(100% - 152px);
	padding-left: 38px;
}
#news dl dd a {
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	color: #004EA2;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
}
.newsSec.newsA .post-image {
	display: none;
}
.blogSec .elementor-row {
	align-items: center;
}
.blogSec .news_list {
	display: flex;
	justify-content: space-between;
	column-gap: 18px;
}
.blogSec .news_list .contentArea {
	width: calc((100% - 36px) / 3);
}
.blogSec #news .contentArea dl {
	display: block !important;
}
.blogSec #news .contentArea dl dt {
	width: 100% !important;
	color: #6B6B6B;
}
.blogSec #news .contentArea dl dd {
	width: 100%;
	padding-left: 0;
	color: #004EA2;
	font-size: 16px;
}
.blogSec #news dl dd a {
	font-size: 16px;
}
@media screen and (max-width: 1024px)  and (min-width: 768px) {
	.blogSec #news dl dd a {
		font-size: 14px;
		line-height: 1.2;
	}
	.newsBox .elementor-element-464c618 .elementor-container.elementor-column-gap-default {
		padding: 48px 30px;
	}
	.news_link a {
		font-size: 12px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 847px)  and (min-width: 768px) {
	.newsSec .headingArea {
		width: 225px;
	}
	.newsSec .newsArea {
		width: calc(100% - 225px);
		padding-top: 10px;
	}
	#news dl dd a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.newsBox {
		padding: 0;
	}
	.newsSec {
		padding: 60px 0 75px;
		margin-bottom: 0;
	}
	.newsSec .headingArea {
		width: 100%;
		padding-top: 0;
	}
	.newsSec .h2Wrap h2 {
		display: flex;
		justify-content: space-between;
		font-size: 20px;
	}
	.newsBox .titWrap h2 {
		font-size: 32px;
	}
	.newsSec .h2Wrap span {
		margin: 0 auto;
		font-size: 15px;
		padding: 10px 10px;
	}
	.newsSec {
		padding: 0;
		box-sizing: border-box;
	}
	.newsSec .newsArea {
		width: 100%;
		margin-top: 10px;
	}
	#news dl {
		padding: 16px 15px 12px 0px;
	}
	#news dl dt {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 10px;
		width: 100%;
	}
	#news dl dd {
		font-size: 15px;
		line-height: 1.6;
		padding-left: 0;
		width: 100%;
	}
	.newsSec > .elementor-container {
		padding: 30px 0 30px !important;
	}
	.blogSec .news_list {
		display: block;
	}
	.blogSec .news_list .contentArea {
		width: 100%;
		margin-bottom: 40px;
	}
	.newsBox .elementor-element-464c618 .elementor-container.elementor-column-gap-default:before {
		width: 100%;
		height: 50%;
	}
	.newsBox:before {
		height: 81%;
	}
	.news_link {
		margin-top: 0;
	}
	.newsBox .elementor-element-9b7e479 .elementor-widget-wrap {
		position: relative;
	}
	.newsBox .elementor-element-9b7e479 .elementor-widget-wrap .elementor-element-a918ab0.elementor-widget {
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		width: 130px;
	}
	.newsBox .elementor-element-464c618 .elementor-container.elementor-column-gap-default {
		padding: 40px 30px;
	}
}