body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: 100%;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.access {
	scroll-margin-top: 5rem;
}

.access-layout {
	margin-top: 2.5rem;
}

.access__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.access__body {
	background: #F9F8F4;
	margin-top: 0.75rem;
	padding: 1.125rem clamp(0.75rem, -3.938rem + 20vw, 0.938rem) 0.75rem;
}

.access__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.access__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.access__item-icon {
	width: 3.0625rem;
}

.access__item-text {
	color: #04357F;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4375;
	margin-left: 0.5rem;
}

.access__item-text .number {
	font-size: 2rem;
	letter-spacing: 0.02em;
	line-height: 0.8;
}

.access__item-text .small {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.4285714286;
}

.access__text {
	color: #202020;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 0.8125rem;
	text-align: center;
}

.access__text .small {
	font-size: 0.6875rem;
	margin-left: 1.125rem;
}

.access__btn {
	margin-top: 1.3125rem;
	text-align: center;
}

.breadcrumb {
	margin-top: 1.5rem;
}

.breadcrumb__inner {
	margin: auto;
	max-width: 31.25rem;
	width: 100%;
}

.breadcrumb span {
	color: #333;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.017em;
}

.btn {
	border: 0.125rem solid #3CBFD1;
	border-radius: 2.9375rem;
	color: #3CBFD1;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1;
	max-width: 23.125rem;
	padding: 1.71875rem 0.625rem;
	text-align: center;
	transition: 0.6s;
	width: 100%;
}

.btn:hover {
	background: #3CBFD1;
	color: #fff;
}

.btn--navy {
	border: 0.125rem solid #04357F;
	color: #04357F;
}

.btn--navy:hover {
	background: #04357F;
	color: #fff;
}

.examination {
	background: #F9F8F4;
	padding-bottom: 2.5rem;
	padding-top: 1.25rem;
	scroll-margin-top: 5rem;
}

.examination__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.examination__body {
	border: 0.125rem solid #3CBFD1;
	border-radius: 0.9375rem;
	padding-top: 1rem;
}

.examination__content {
	margin-top: 1rem;
	padding-bottom: 2rem;
}

.examination__content-head {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 1.5625rem;
	padding: 0 0.9375rem;
}

.examination__item {
	text-align: left;
}

.examination__item-head {
	color: #3CBFD1;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 1.5625rem;
	padding: 0 1.5625rem;
}

.examination__item-text {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.8125;
	margin-top: 0.75rem;
	padding: 0 1.5625rem;
}

.footer {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.footer__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.footer__logo {
	max-width: 20rem;
}

.footer__subject {
	color: #3CBFD1;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.footer__address {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4375;
	margin-top: 0.9375rem;
}

.footer__info {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.875rem;
}

.footer__tel {
	margin-top: 2.0625rem;
	text-align: center;
}

.footer__tel-att {
	color: #000;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1;
	margin-top: 0.5rem;
	text-align: center;
}

.footer__tel-num {
	color: #333;
	display: none;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	justify-content: flex-start;
	line-height: 1;
	margin-top: 1rem;
}

.footer__tel-num .icon {
	background-image: url(../images/common/tel-icon_black.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 2.125rem;
	margin-right: 0.5rem;
	position: relative;
	top: 0.25rem;
	width: 2.125rem;
}

.footer .footer__table {
	margin-top: 2rem;
}

.footer__map {
	margin-top: 2rem;
}

.footer__map-link {
	-webkit-text-decoration: underline;
	color: #04357F;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 0.5rem;
	text-align: right;
	text-decoration: underline;
	transition: 0.6s;
}

.footer__map-link:hover {
	opacity: 0.8;
}

.footer__map-link a::after {
	background-image: url(../images/common/open-window_icon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.125rem;
	position: relative;
	top: 0.0625rem;
	width: 0.75rem;
}

.footer__map-text {
	color: #000;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5833333333;
	margin-top: 0.75rem;
}

.footer__nav {
	margin-top: 3.6875rem;
	width: 100%;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	justify-content: center;
}

.footer__nav-item a {
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 2.8125rem;
	transition: 0.6s;
}

.footer__nav-item:not(:first-child) {
	border-left: 1px solid #000;
}

.footer__nav-item a span {
	position: relative;
}

.footer__nav-item:not(:first-child) {
	border-left: 1px solid #000;
}

.footer__nav-item a span::before {
	background: #3CBFD1;
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: 0.6s;
	width: 100%;
}

.footer__nav-item a:hover {
	color: #3CBFD1;
}

.footer__nav-item a:hover span::before {
	opacity: 1;
}

.footer__copy {
	color: #000;
	display: block;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	margin-top: 2.125rem;
	text-align: center;
}

.header {
	background: #fff;
	height: 3.875rem;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: auto;
	padding: 0 0.9375rem;
}

.header__logo {
	max-width: 14.375rem;
	position: relative;
	width: 100%;
	z-index: 999;
}

.header__tel {
	flex-shrink: 0;
	max-width: 21.125rem;
	width: 28.64%;
	width: 100%;
}

.header__tel-label {
	background: #3CBFD1;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	padding: 0.625rem;
	text-align: center;
}

.header__tel-num {
	color: #333;
	display: flex;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	justify-content: flex-end;
	line-height: 1;
	margin-top: 0.25rem;
}

.header__tel-num .icon {
	background-image: url(../images/common/tel-icon_black.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 1.625rem;
	left: -0.5rem;
	position: relative;
	top: 0.25rem;
	width: 1.625rem;
}

.header__nav {
	margin-top: 3.6875rem;
	width: 100%;
}

.header__nav-list {
	align-items: center;
	display: flex;
	justify-content: center;
}

.header__nav-item a {
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 2.8125rem;
	transition: 0.6s;
}

.header__nav-item a span {
	position: relative;
}

.header__nav-item:not(:first-child) {
	border-left: 1px solid #000;
}

.header__nav-item a span::before {
	background: #3CBFD1;
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: 0.6s;
	width: 100%;
}

.header__nav-item a:hover {
	color: #3CBFD1;
}

.header__nav-item a:hover span::before {
	opacity: 1;
}

.header__hamburger {
	background: #3CBFD1;
	cursor: pointer;
	height: 2.8125rem;
	position: relative;
	transition: 0.3s;
	width: 2.8125rem;
	z-index: 999;
}

.header__hamburger span {
	background: #F9F8F4;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.5rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.75rem;
}

.header__hamburger span:nth-of-type(2) {
	top: -0.1875rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.375rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
	transform: translateX(100%);
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__hamburger p {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	opacity: 1;
	position: absolute;
	top: 2rem;
	transform: translateX(-50%);
	transition: 0.5s;
}

.header__hamburger-text.is-hidden {
	opacity: 0;
}

.header__drawer {
	background: rgba(98, 58, 20, 0.95);
	background: #fff;
	height: 100vh;
	opacity: 0;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: fixed;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	opacity: 1;
	right: 0;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.header__drawer-item {
	text-align: center;
	width: 50%;
}

.header__drawer-item a {
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.375rem 0;
	transition: 0.6s;
}

.header__drawer-item a span {
	position: relative;
}

.header__drawer-item a span::before {
	background: #3CBFD1;
	bottom: -0.25rem;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: 0.6s;
	width: 100%;
}

.header__drawer-item a:hover {
	color: #3CBFD1;
}

.header__drawer-item a:hover span::before {
	opacity: 1;
}

.header__drawer-tel {
	margin-top: 2.0625rem;
	text-align: center;
}

.header__tel-att {
	color: #000;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1;
	margin-top: 0.5rem;
	text-align: center;
}

.no-scroll {
	overflow: hidden;
}

.hours {
	scroll-margin-top: 5rem;
}

.hours__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.hours__table {
	margin-top: 0.75rem;
}

.hours__table table,
td,
th {
	background: #F9F8F4;
	border: 0.125rem solid #fff;
	border-collapse: collapse;
}

.hours__table table {
	margin: auto;
}

td,
th {
	padding: 0.21875rem;
}

th {
	background: #f0e6cc;
}

.hours__table .time,
.time-info {
	color: #333;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-align: center;
	width: 33.5%;
}

.hours__table .time-info {
	padding: 0.375rem 0.21875rem;
}

.hours__table .day {
	color: #333;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-align: center;
	width: 3rem;
}

.hours__table .open,
.close,
.am-only {
	text-align: center;
}

.hours__table .open,
.am-only {
	color: #3CBFD1;
}

.time div {
	align-items: center;
	display: flex;
}

.time .am,
.pm {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

::-webkit-full-page-media,
:future,
:root .time .am,
.pm {
	display: inline-block;
	height: 1.75rem;
}

.time .am-time,
.pm-time {
	flex-grow: 1;
	text-align: right;
}

.hours__text {
	color: #333;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 0.375rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.introduction {
	background: #F9F8F4;
	border-radius: 2.0625rem 2.0625rem 0 0;
	margin-top: 8rem;
	padding-bottom: 2.5rem;
	padding-top: 2.25rem;
}

.introduction__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.introduction__body {
	margin-top: 2rem;
}

.introduction__box {
	background: #fff;
	border-radius: 1.875rem;
	padding: 2.25rem clamp(1rem, -5.25rem + 26.667vw, 1.25rem);
}

.introduction__box + .introduction__box {
	margin-top: 2.5rem;
}

.introduction__box-head {
	border-bottom: 0.125rem solid #3CBFD1;
	color: #3CBFD1;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-bottom: 0.375rem;
	text-align: center;
}

.introduction__box-content {
	display: flex;
	flex-direction: column-reverse;
}

.introduction__box-image {
	margin-top: 1.5rem;
}

.introduction__box-image img {
	margin: auto;
	max-width: 8rem;
}

.introduction__name {
	color: #3CBFD1;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 0.375rem;
	text-align: center;
}

.introduction__text {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.011em;
	margin-top: 1.5rem;
}

.introduction__item + .introduction__item {
	margin-top: 2.25rem;
}

.introduction__list {
	margin-top: 1rem;
}

.introduction__list-item {
	align-items: center;
	display: flex;
}

.introduction__list-item + .introduction__list-item {
	margin-top: 1rem;
}

.introduction__year {
	max-width: 5rem;
	width: 100%;
}

.introduction__year,
.introduction__list-text {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.011em;
}

.mv {
	padding-top: 3.875rem;
}

.mv__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.mv__body {
	background-image: url(../images/common/mv_master_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem 1rem 0 0;
	padding: 18.0625rem 1.3125rem 4.3125rem;
}

.mv__label {
	background: #3CBFD1;
	border-radius: 1.28125rem;
	box-shadow: 0.125rem 0.1875rem 0.1875rem rgba(169, 160, 160, 0.35);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	max-width: 8.375rem;
	padding: 0.53125rem;
	text-align: center;
	width: 100%;
}

.mv__label + .mv__label {
	margin-left: 0.8125rem;
}

.mv__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4479166667;
	margin-top: 0.75rem;
	text-shadow: 0.125rem 0.1875rem 0.1875rem rgba(169, 160, 160, 0.35);
}

.news {
	background: #F9F8F4;
	border-radius: 2.0625rem 2.0625rem 0 0;
	margin-top: 8rem;
	padding-bottom: 2.5rem;
	padding-top: 2.25rem;
}

.news__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.news__body {
	margin-top: 2rem;
}

.news__item + .news__item {
	margin-top: 5rem;
}

.news__date {
	background: #3CBFD1;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.17em;
	line-height: 1;
	max-width: 6.875rem;
	padding: 0.28125rem;
	text-align: center;
	width: 100%;
}

.news__title {
	border-bottom: 2px solid #3CBFD1;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.448125;
	margin-top: 0.3125rem;
	padding-bottom: 0.5rem;
}

.news__content {
	margin-top: 1rem;
}

.news__conent p {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.011em;
	line-height: 1.8125;
	margin-top: 1rem;
}

.pagenavi {
	margin-top: 6rem;
}

.pagenavi__inner {
	margin: auto;
	max-width: 31.25rem;
	width: 100%;
}

.pagenavi .wp-pagenavi {
	clear: both;
	text-align: center;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 0.1875rem;
	padding: 0.25rem 0.5rem;
	transition: 0.3s;
	white-space: nowrap;
}

.pagenavi .wp-pagenavi a:hover {
	background-color: #3CBFD1;
	border-color: #3CBFD1;
	color: #fff;
	opacity: 1;
}

.pagenavi .wp-pagenavi .current {
	background-color: #3CBFD1;
	border-color: #3CBFD1;
	color: #fff;
}

.section-title {
	text-align: center;
}

.section-title__icon {
	margin: auto;
	max-width: 3.125rem;
	width: 100%;
}

.section-title__ja {
	color: #333;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 1rem;
}

.section-title__en {
	color: #3CBFD1;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1;
	margin-top: 0.5rem;
}

.section-title__en::first-letter {
	text-transform: uppercase;
}

.subject {
	background: #F9F8F4;
	border-radius: 2.0625rem 2.0625rem 0 0;
	padding-bottom: 2.5rem;
	padding-top: 1.25rem;
	scroll-margin-top: 5rem;
}

.subject-layout {
	margin-top: 5rem;
}

.subject__inner {
	margin: auto;
	max-width: 33.125rem;
	width: 100%;
}

.subject__head {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.8125;
	margin-top: 3rem;
	text-align: center;
}

.subject__item {
	margin-top: 1.375rem;
}

.subject__item + .subject__item {
	margin-top: 3.75rem;
}

.subject__item:last-child {
	flex-direction: row-reverse;
}

.subject__text-title {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 1.5625rem;
	padding: 0 0.9375rem;
}

.subject__text {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.8125;
	margin-top: 0.75rem;
	padding: 0 0.9375rem;
}

.subject__btn {
	margin-top: 1rem;
	text-align: center;
}

.tel-btn {
	border: 0.125rem solid #3CBFD1;
	border-radius: 2rem;
	color: #3CBFD1;
	display: inline-block;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	max-width: 18.375rem;
	padding: 0.59375rem 0.625rem;
	text-align: center;
	width: 100%;
}

.tel-btn .icon {
	background-image: url(../images/common/tel-icon_blue.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 1.5625rem;
	left: -0.5rem;
	position: relative;
	top: 0.25rem;
	width: 1.375rem;
}

.top-news {
	background: #fff;
	border-radius: 2.0625rem 2.0625rem 0 0;
	box-shadow: 0 -0.1875rem 0.125rem rgba(185, 178, 164, 0.25);
	padding-bottom: 2.5rem;
	padding-top: 2.125rem;
	position: relative;
	top: -2.5rem;
}

.top-news__inner {
	margin: auto;
	max-width: 33.125rem;
	padding: 0 0.9375rem;
	width: 100%;
}

.top-news__item {
	padding: 0 1.09375rem;
}

.top-news__item a {
	align-items: flex-start;
	border-bottom: 0.125rem solid #3CBFD1;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.75rem;
	position: relative;
}

.top-news__item + .top-news__item {
	margin-top: 1rem;
}

.top-news__date {
	background: #3CBFD1;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.17em;
	line-height: 1;
	max-width: 6.875rem;
	padding: 0.28125rem;
	text-align: center;
	width: 100%;
}

.top-news__title {
	-webkit-text-decoration: none;
	background-image: linear-gradient(90deg, #333, #333);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.448125;
	margin-top: 0.75rem;
	text-decoration: none;
	transition: background-size 0.6s;
}

.top-news a:hover .top-news__title {
	background-size: 100% 1px;
}

.top-news__new-label {
	background: #C80F31;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	left: 8rem;
	letter-spacing: 0.17em;
	line-height: 1;
	max-width: 6.5rem;
	padding: 0.28125rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.top-news__btn {
	margin-top: 2rem;
	text-align: center;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6vw;
}

.access {
	scroll-margin-top: 2.5rem;
	width: calc(50% - 1.875rem);
}

.access-layout {
	margin-top: 0;
}

.access__inner {
	max-width: 100%;
	padding: 0;
}

.access__title {
	align-items: center;
	display: flex;
	gap: 1rem;
	text-align: left;
}

.access__title .section-title__icon {
	margin: inherit;
}

.access__body {
	padding: 1.1875rem 2.25rem;
}

.access__item-icon {
	width: 3.9375rem;
}

.access__item-text .number {
	font-size: 2.625rem;
}

.access__item-text .small {
	font-size: 1rem;
	line-height: 1.4375;
	position: relative;
	top: -0.125rem;
}

.access__text {
	font-size: clamp(0.875rem, 0.429rem + 0.714vw, 1rem);
}

.access__text .small {
	font-size: clamp(0.875rem, 0.429rem + 0.714vw, 1rem);
	margin-left: 0.5rem;
}

.access__btn {
	margin-top: 0.625rem;
	text-align: left;
}

.breadcrumb__inner {
	max-width: 65rem;
}

.btn {
	background: #3CBFD1;
	color: #fff;
	max-width: 14.125rem;
	padding: 0.34375rem;
}

.btn:hover {
	background: #fff;
	color: #3CBFD1;
}

.btn--navy {
	background: #04357F;
	max-width: 18.75rem;
}

.btn--navy:hover {
	color: #04357F;
}

.examination {
	padding-bottom: 4.25rem;
	scroll-margin-top: 0;
}

.examination__inner {
	max-width: 68.125rem;
	padding: 0 1.5625rem;
}

.examination__body {
	padding-top: 2.5rem;
}

.examination__content {
	margin-top: 2rem;
	padding-bottom: 3.5rem;
}

.examination__content-head {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 0rem;
	padding: 0;
}

.examination__item {
	margin-top: 1rem;
	padding: 0 5rem;
}

.examination__item:first-of-type {
	margin-top: 2.5rem;
}

.examination__item-head {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 0rem;
	padding: 0;
}

.examination__item-text {
	margin-top: 1rem;
	padding: 0;
}

.footer__inner {
	max-width: 68.125rem;
	padding: 0 1.5625rem;
}

.footer__body {
	display: flex;
	gap: 4.9375rem;
}

.footer__left {
	width: 47.31%;
}

.footer__logo {
	max-width: 21.875rem;
}

.footer__right {
	width: 45.1%;
}

.footer__tel-num {
	display: flex;
}

.footer__map {
	margin-top: 0;
}

.footer__map-link {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.footer__map-link a::after {
	height: 1rem;
	top: 0.125rem;
	width: 1rem;
}

.footer__map-text {
	font-size: 1rem;
	line-height: 1.5625;
}

.header {
	height: auto;
	overflow-x: visible;
	padding-top: 2.625rem;
	position: inherit;
}

.header__inner {
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.header__logo {
	max-width: 21.875rem;
}

.header__top {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	width: 100%;
}

.header__tel {
	max-width: 17rem;
}

.hours {
	scroll-margin-top: 2.5rem;
	width: calc(50% - 1.875rem);
}

.hours__title {
	align-items: center;
	display: flex;
	gap: 1rem;
	text-align: left;
}

.hours__title .section-title__icon {
	margin: inherit;
}

.hours__inner {
	max-width: 100%;
	padding: 0;
}

.hours__table table {
	margin: 0 auto 0 0;
}

td,
th {
	padding: 0.5rem 0.375rem;
}

.hours__table .time,
.time-info {
	font-size: 0.875rem;
	width: 30%;
}

.hours__table .time-info {
	padding: 0.75rem 0.375rem;
}

.hours__table .open {
	font-size: 1.375rem;
}

::-webkit-full-page-media,
:future,
:root .time .am,
.pm {
	height: 2.0625rem;
}

.time .am-time,
.pm-time {
	font-size: 1rem;
}

.hours__text {
	font-size: 1rem;
}

.inner {
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
}

.introduction {
	border-radius: 3.6875rem 3.6875rem 0 0;
	margin-top: 3.25rem;
	padding-bottom: 4rem;
	padding-top: 2.875rem;
}

.introduction__inner {
	max-width: 68.125rem;
	padding: 0 1.5625rem;
}

.introduction__body {
	margin-top: 4.5rem;
}

.introduction__box {
	padding: 1.5625rem 1.5625rem 3rem;
}

.introduction__box--flex {
	display: flex;
	gap: 4.3125rem;
}

.introduction__box-head {
	font-size: 1.5rem;
	padding-bottom: 0.625rem;
}

.introduction__box-head--large {
	font-size: 2rem;
	text-align: left;
}

.introduction__box-content {
	align-items: center;
	gap: 2.375rem;
	margin-top: 2rem;
}

.introduction__box-image {
	margin-top: 0;
	width: 100%;
}

.introduction__name {
	text-align: right;
}

.introduction__text {
	line-height: 2.4375;
	margin-top: 0;
	width: 100%;
}

.introduction__item {
	width: 50%;
}

.introduction__item + .introduction__item {
	margin-top: 0;
}

.introduction__list {
	margin-top: 2rem;
}

.introduction__year {
	max-width: 7.5rem;
}

.introduction__year,
.introduction__list-text {
	font-size: 1rem;
}

.mv {
	padding-top: 0;
}

.mv-layout {
	margin-top: 3.25rem;
}

.mv__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.mv__body {
	background-image: url(../images/common/mv_master_pc.webp);
	border-radius: 4rem;
	padding: 13.5625rem 6.5625rem 7.5625rem;
}

.mv__label {
	font-size: 1.5rem;
	max-width: 11.375rem;
}

.mv__title {
	font-size: 3rem;
}

.news {
	border-radius: 3.6875rem 3.6875rem 0 0;
	margin-top: 3.25rem;
	padding-bottom: 4rem;
	padding-top: 2.875rem;
}

.news__inner {
	max-width: 68.125rem;
	padding: 0 1.5625rem;
}

.news__body {
	margin-top: 4.5rem;
}

.news__item + .news__item {
	margin-top: 6rem;
}

.news__title {
	margin-top: 0.5rem;
}

.pagenavi {
	margin-top: 9.5rem;
}

.pagenavi__inner {
	max-width: 65rem;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
	font-size: 1rem;
	padding: 0.5rem 1rem;
}

.section-title__ja {
	font-size: 2rem;
}

.section-wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 68.125rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.subject {
	padding-bottom: 4.25rem;
	padding-top: 4.125rem;
	scroll-margin-top: 0;
}

.subject__inner {
	max-width: 68.125rem;
	padding: 0 1.5625rem;
}

.subject__item {
	display: flex;
	gap: 3.0625rem;
	margin-top: 4.1875rem;
}

.subject__item + .subject__item {
	margin-top: 6.25rem;
}

.subject__item-img {
	box-shadow: 2.1875rem 2.5rem 3.125rem -2.625rem #04357F;
	flex-shrink: 0;
	width: 50%;
}

.subject__text-title {
	font-size: 2rem;
	line-height: 1;
	margin-top: 0rem;
	padding: 0;
}

.subject__text {
	margin-top: 1.5rem;
	padding: 0;
}

.subject__btn {
	margin-top: 4rem;
	text-align: right;
}

.top-news {
	border-radius: 3.6875rem 3.6875rem 0 0;
	margin: auto;
	max-width: 65rem;
	padding-top: 3.5rem;
	width: 81.25%;
}

.top-news__inner {
	max-width: 68.125rem;
	padding: 0 3.4375rem;
}

.top-news__list {
	max-width: 29.8125rem;
	width: 100%;
}

.top-news__item {
	padding: 0;
}

.top-news__item a {
	align-items: center;
	flex-direction: row;
	gap: 1.5625rem;
	padding-bottom: 1.25rem;
}

.top-news__title {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}

.top-news__new-label {
	left: auto;
	left: initial;
	right: 0;
}

.top-news__btn {
	margin-top: 0;
	max-width: 14.125rem;
	position: absolute;
	right: 6%;
	top: 3.5rem;
	width: 100%;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
