body {
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0;
	line-height: 1.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

html {
	font-size: 16px;
}

/* ハンバーガーメニュー表示時にページのスクロールを禁止 */

body.no-scroll {
	overflow: hidden;
}

*,
*::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 body defaults */

body {
	min-height: 100vh;
}

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

ul {
	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;
	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;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.page-404 {
	margin-top: 8.75rem;
}

.page-404__content-inner.inner {
	max-width: 840px;
	text-align: center;
}

.page-404__title {
	font-size: 100px;
	font-weight: 700;
}

.page-404__lead {
	font-size: 24px;
	font-weight: 700;
	margin-top: 1.5rem;
}

.page-404__text {
	font-size: 16px;
	margin-top: 1.5rem;
}

.page-404__buttons {
	margin-top: 2.5rem;
}

/*-------------------------------------
私たちについて
-------------------------------------*/

.page-about__fv {
	background-image: url(../images/about/about-fv.webp);
}

.age-about__section-inner.inner {
	max-width: 1300px;
}

.page-about__section {
	position: relative;
}

.page-about__section::after {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-pink.webp");
	background-position: center;
	background-size: cover;
	content: "";
	position: absolute;
	right: calc(50vw - min(50vw, 45rem));
	top: -4rem;
	width: 36.25rem;
	z-index: 1;
}

.page-about__section-inner.inner {
	max-width: 1300px;
}

.page-about__list {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	z-index: 2;
}

.page-blog__fv {
	background-image: url(../images/blog/blog-fv.webp);
}

.page-blog__section.page-section {
	padding-bottom: 8.75rem;
}

.page-faq__fv {
	background-image: url(../images/faq/faq-fv.webp);
}

.page-faq__fv .page-fv__title::after {
	text-transform: uppercase;
}

.page-faq__section-wrapper.page-section {
	padding-bottom: 8.75rem;
}

.page-faq__list {
	grid-gap: 24px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.faq-item {
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.faq-item__header {
	grid-gap: 1.5rem;
	align-items: center;
	background: #F6F7F7;
	border-radius: 10px;
	cursor: pointer;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 37px 1fr 16px;
	padding: 16px 24px;
}

.faq-item__question-icon {
	align-items: center;
	aspect-ratio: 1;
	background: #367BB2;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	width: 37px;
}

.faq-item__question {
	font-size: 16px;
	font-weight: 500;
}

.faq-item__icon {
	flex-shrink: 0;
	height: 16px;
	position: relative;
	transition: transform 0.3s ease;
	width: 16px;
}

.faq-item__icon::before,
.faq-item__icon::after {
	background-color: #333;
	content: "";
	position: absolute;
	transition: transform 0.3s ease;
}

.faq-item__icon::before {
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
}

.faq-item__icon::after {
	height: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

.faq-item__answer {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item__answer-content {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 37px 1fr;
	padding: 0 24px;
}

.faq-item__answer-icon {
	align-items: center;
	aspect-ratio: 1;
	background: #DD9797;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	width: 37px;
}

.faq-item__answer-content p {
	font-size: 15px;
	font-weight: 400;
}

.faq-item__answer a {
	-webkit-text-decoration: underline;
	color: #367BB2;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.faq-item.is-open .faq-item__icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-item__answer {
	max-height: 500px;
	padding: 24px 0 8px;
}

.faq-item__answer.is-animating {
	transition: max-height 0.4s ease;
}

.page-hospitalization__fv {
	background-image: url(../images/hospitalization/hospitalization-fv.webp);
}

.page-hospitalization__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 35px;
	font-weight: 500;
	gap: 6px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	order: 1;
	position: relative;
	text-align: center;
}

.page-hospitalization__title::before {
	background-image: url("../images/common/section-title-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 19px;
	order: 3;
	width: 142px;
}

.page-hospitalization__content {
	margin-top: 2.5rem;
}

.page-hospitalization__content-text {
	font-size: 16px;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

.page-hospitalization__video {
	aspect-ratio: 16/9;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 880px;
}

.page-hospitalization__video iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-hospitalization__cta {
	margin-top: 4.375rem;
}

.page-hospitalization__cta-inner.inner {
	max-width: 1370px;
}

.page-hospitalization__cta-link {
	display: block;
	position: relative;
}

.page-hospitalization__cta-content {
	align-items: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-size: 35px;
	font-weight: 700;
	gap: 1rem;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(14, 95, 160, 0.25);
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.page-hospitalization__cta-arrow {
	aspect-ratio: 1;
	transition: transform 0.3s ease-in-out;
	width: 50px;
}

.page-hospitalization__ward {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #F6FAFB 50%, #F6FAFB 100%);
	margin-top: 6.25rem;
	overflow: hidden;
	position: relative;
	position: relative;
}

.page-hospitalization__ward::after {
	aspect-ratio: 446/31;
	background-image: url("../images/common/design-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: calc(50vw - min(50vw, 45rem));
	position: absolute;
	top: 4.375rem;
	width: 29.5rem;
	z-index: 3;
}

.page-hospitalization__ward-inner.inner {
	background: #F6FAFB;
	border-radius: 50px 0 0 50px;
	max-width: 1370px;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.page-hospitalization__ward-content {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 1080px;
}

.page-hospitalization__ward-content-item-title {
	font-size: 22px;
	font-weight: 500;
}

.page-hospitalization__ward-content-item-image {
	border-radius: 10px;
	margin-top: 0.875rem;
	width: 100%;
}

.page-hospitalization__ward-content-item-image img {
	-o-object-fit: cover;
	aspect-ratio: 520/300;
	border-radius: 10px;
	object-fit: cover;
}

.page-hospitalization__ward-content-item-text {
	font-size: 16px;
	font-weight: 400;
	margin-top: 1rem;
}

.page-institution__fv {
	background-image: url(../images/institution/institution-fv.webp);
}

.page-institution__section.page-section {
	overflow: hidden;
	padding-bottom: 8.75rem;
	position: relative;
}

.page-institution__section-inner.inner {
	max-width: 1370px;
}

.page-institution__head-list {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
}

.page-institution__head-list a {
	align-items: center;
	background: #F6FAFB;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	color: #367BB2;
	display: flex;
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	line-height: 170%;
	padding: 16px 48px 23px 48px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
}

.page-institution__head-list a::before {
	aspect-ratio: 1;
	border-bottom: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	bottom: 10px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	width: 8px;
}

.page-institution__content {
	margin-top: 6.25rem;
}

.page-institution__content-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 22px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	order: 1;
	position: relative;
	text-align: center;
	z-index: 3;
}

.page-institution__content-title::after {
	color: #367BB2;
	content: attr(data-title);
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	order: 2;
	text-transform: capitalize;
}

.page-institution__content-title::before {
	background-image: url("../images/common/section-title-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 19px;
	order: 3;
	width: 142px;
}

.page-institution__content-list.page-institution__content-list--exterior {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.page-institution__content-item-image {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.page-institution__content-item-image img {
	-o-object-fit: cover;
	aspect-ratio: 420/290;
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
}

.page-institution__content-list--exterior .page-institution__content-item-image img {
	aspect-ratio: 645/400;
}

.page-institution__content-item-text {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0.5rem;
}

.page-institution__content-item {
	margin-top: 5rem;
}

.page-institution__content-text {
	font-size: 16px;
	font-weight: 400;
	margin-top: 1.5rem;
	text-align: center;
}

.page-institution__content-list {
	grid-gap: 1.25rem 1.875rem;
	display: grid;
	gap: 1.25rem 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5rem;
}

.page-message__fv {
	background-image: url(../images/message/message-fv.webp);
}

.page-message__content {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 19.375rem 30.625rem;
	justify-content: center;
	margin-top: 2.25rem;
}

.page-message__content-text-name {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 0.8125rem;
}

.page-message__content-text-name span:nth-of-type(1) {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.page-message__content-text-name span:nth-of-type(2) {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}

.page-message__content-text-name span:nth-of-type(3) {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.page-message__content-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.page-message__policy {
	background: linear-gradient(90deg, #F6FAFB 0%, #F6FAFB 50%, #fff 50%, #fff 100%);
	margin-bottom: 6.25rem;
	overflow: hidden;
	position: relative;
}

.page-message__policy::before {
	aspect-ratio: 472/31;
	background-image: url("../images/common/design-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 3.75rem;
	content: "";
	position: absolute;
	right: calc(50vw - min(50vw, 38.75rem));
	width: 29.5rem;
	z-index: 3;
}

.page-message__policy-inner.inner {
	background: #F6FAFB;
	border-radius: 50px 50px 50px 0px;
	max-width: 1080px;
	padding-bottom: 8.125rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.page-message__policy-inner::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-orange.webp");
	background-position: center;
	background-size: cover;
	content: "";
	left: -230px;
	position: absolute;
	top: -100px;
	width: 36.25rem;
	z-index: -1;
}

.page-message__policy-content {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 930px;
}

.page-message__policy-content-item {
	padding: 2rem 0.625rem 2.5rem;
}

.page-message__policy-content-item:nth-of-type(1) {
	background-color: #fff;
	border-radius: 30px;
	padding: 2rem 0.625rem 2.5rem;
}

.page-message__policy-content-item:not(:nth-of-type(1)) {
	background: #EFF4F8;
	border-radius: 30px;
	padding: 2rem 0.625rem 2.5rem;
}

.page-message__policy-content-item h3 {
	color: #367BB2;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1rem;
	text-align: center;
}

.page-message__policy-content-item:nth-of-type(1) p {
	color: #333;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}

.page-message__policy-content-item ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 659px;
}

.page-message__policy-content-item li {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
}

.page-news__fv {
	background-image: url(../images/news/news-fv.webp);
}

.page-news__content {
	margin-top: 3.375rem;
	padding-bottom: 2.5rem;
}

.page-news__content-inner.inner {
	max-width: 890px;
}

.page-news__pagination {
	margin-top: 3.125rem;
	text-align: center;
}

.page-news__no-results {
	text-align: center;
}

.page-outline__fv {
	background-image: url(../images/outline/outline-fv.webp);
}

.page-outline__section.page-section {
	padding-bottom: 6.25rem;
	position: relative;
}

.page-outline__section::after {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-yellow.webp");
	background-position: center;
	background-size: cover;
	content: "";
	position: absolute;
	right: calc(50vw - min(50vw, 45rem));
	top: -3.75rem;
	width: 36.25rem;
}

.page-outline__section-inner.inner {
	max-width: 990px;
}

.page-outline__content {
	margin-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.page-outline__content-list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.page-outline__content-item {
	display: grid;
	grid-template-columns: 196px auto;
}

.page-outline__content-item-title {
	border-bottom: 1px solid #367BB2;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	padding: 0 0 1.5rem 1.5rem;
}

.page-outline__content-item-text {
	border-bottom: 1px solid #CACACA;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	padding: 0 1.5rem 1.5rem 1.5rem;
}

.page-outline__content-item-text--link {
	align-items: center;
	display: flex;
	gap: 3.75rem;
}

.page-outline__history {
	background: linear-gradient(90deg, #F6FAFB 0%, #F6FAFB 50%, #fff 50%, #fff 100%);
	border-radius: 50px 0 0 0;
	margin-bottom: 6.25rem;
	overflow: hidden;
	position: relative;
}

.page-outline__history::after {
	aspect-ratio: 472/31;
	background-image: url("../images/common/design-line.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: calc(50vw - min(50vw, 39rem));
	top: 3.75rem;
	width: 29.5rem;
	z-index: 3;
}

.page-outline__history-inner.inner {
	background: #F6FAFB;
	border-radius: 50px 50px 50px 0px;
	max-width: 1080px;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.page-outline__history-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 660px;
}

.page-outpatient__fv {
	background-image: url(../images/outpatient/outpatient-fv.webp);
}

.page-outpatient__section {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #F6FAFB 50%, #F6FAFB 100%);
	overflow: hidden;
	position: relative;
}

.page-outpatient__section-inner.inner {
	background: #F6FAFB;
	border-radius: 50px 0 0 50px;
	max-width: 1080px;
	padding-bottom: 6.25rem;
	padding-right: 0;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.page-outpatient__content {
	grid-gap: 2.75rem;
	display: grid;
	gap: 2.75rem;
	grid-template-columns: 30rem 27.1875rem;
	justify-content: flex-end;
	margin-top: 1.875rem;
}

.page-outpatient__content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	justify-content: center;
}

.page-outpatient__content-item-title {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 500;
	gap: 4px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	position: relative;
}

.page-outpatient__content-item-title::after {
	color: #367BB2;
	content: attr(data-title);
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: capitalize;
}

.page-outpatient__content-item-list {
	font-weight: 400;
	margin-top: 1rem;
}

.page-outpatient__content-item-list.list li {
	font-size: 16px;
}

.page-outpatient__content-item-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top: 1rem;
}

.page-outpatient__content-item-notes {
	font-weight: 400;
}

.page-outpatient__content-image-wrapper {
	margin-top: 0.625rem;
}

.page-outpatient__hours {
	padding-top: 6.25rem;
}

.page-outpatient__hours-content {
	margin-top: 2.5rem;
}

.page-outpatient__hours-inner.inner {
	position: relative;
}

.page-outpatient__hours-inner::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-pink.webp");
	background-position: center;
	background-size: cover;
	content: "";
	left: -9.75rem;
	position: absolute;
	top: -6.25rem;
	width: 36.25rem;
	z-index: -1;
}

.page-outpatient__hours-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

.page-outpatient__initial {
	background: linear-gradient(90deg, #F6FAFB 0%, #F6FAFB 50%, #fff 50%, #fff 100%);
	margin-top: 6.875rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.page-outpatient__initial::after {
	aspect-ratio: 472/31;
	background-image: url("../images/common/design-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 2.75rem;
	content: "";
	position: absolute;
	right: calc(50vw - min(50vw, 38.75rem));
	width: 29.5rem;
	z-index: 3;
}

.page-outpatient__initial-inner.inner {
	background: #F6FAFB;
	border-radius: 0px 50px 50px 0px;
	max-width: 1080px;
	padding-bottom: 6.875rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.page-outpatient__initial-content {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 610px;
}

.page-outpatient__initial-head {
	font-size: 18px;
	font-weight: 500;
}

.page-outpatient__initial-text {
	font-size: 16px;
	font-weight: 400;
}

/* プライバシーポリシー・特定商取引法ページのスタイリング */

.page-privacy-policy__fv {
	background-image: url(../images/privacy-policy/privacy-policy-fv.webp);
}

.page-privacy-policy__section-wrapper.page-section {
	padding-bottom: 8.75rem;
}

.page-privacy-policy__content {
	font-size: 16px;
}

.page-privacy-policy__content h2 {
	border-bottom: 1px solid #ddd;
	font-size: 25px;
	font-weight: 500;
	margin-top: 4.75rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.page-privacy-policy__content h2::after {
	background-color: #367BB2;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 18.1481481481%;
}

.page-privacy-policy__content h3 {
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	font-weight: 400;
	margin-top: 3rem;
	padding-bottom: 1rem;
	position: relative;
}

.page-privacy-policy__content p {
	font-weight: 400;
	margin-top: 1.5rem;
}

.page-privacy-policy__content ul,
.page-privacy-policy__content ol {
	font-weight: 400;
	margin-top: 1.5rem;
}

.page-privacy-policy__content ul li {
	font-weight: 400;
	padding-left: 19px;
	position: relative;
}

.page-privacy-policy__content ul li::before {
	aspect-ratio: 1;
	background-color: #333;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 14px;
	width: 3px;
}

.page-privacy-policy__content ol {
	padding-left: 1em;
}

.page-privacy-policy__content ol li {
	font-weight: 400;
	padding-left: 10px;
	position: relative;
}

.page-recruit__fv {
	background-image: url(../images/recruit/recruit-fv.webp);
}

.page-recruit__section-wrapper.page-section {
	padding-bottom: 8.75rem;
}

.page-recruit__section {
	padding-bottom: 6.875rem;
	padding-top: 7.5rem;
}

.page-recruit__message-content {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
	position: relative;
}

.page-recruit__message-image {
	aspect-ratio: 700/405;
	margin-left: calc(50% - 50vw);
	width: 48.6111111111vw;
}

.page-recruit__message-body {
	width: 31.25rem;
}

.page-recruit__message-body-title {
	font-size: max(1.5625rem, 18px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}

.page-recruit__message-body-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 1.25rem;
}

.page-recruit__message-body-item {
	align-items: center;
	background: #F6FAFB;
	border-radius: 10px;
	display: flex;
	gap: 1rem;
	margin-top: 1.75rem;
	padding: 1.875rem;
}

.page-recruit__message-body-item-icon {
	flex-shrink: 0;
	width: 5.625rem;
}

.page-recruit__message-body-item-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}

.page-recruit__message-body-item-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0.25rem;
}

.page-recruit__training-section {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #F6FAFB 50%, #F6FAFB 100%);
	overflow: hidden;
	position: relative;
}

.page-recruit__training-section::before {
	aspect-ratio: 472/31;
	background-image: url("../images/common/design-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: calc(50vw - min(50vw, 38.75rem));
	position: absolute;
	top: 4.375rem;
	width: 29.5rem;
	z-index: 3;
}

.page-recruit__training-section-inner.inner {
	background: #F6FAFB;
	border-radius: 10px 0 0 10px;
	max-width: 1080px;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.page-recruit__training-section-inner::before {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 34.0023612751%;
	left: calc(50% - 50vw);
	position: absolute;
	width: 100vw;
	z-index: 3;
}

.page-recruit__training-section-inner::after {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-orange.webp");
	background-position: center;
	background-size: cover;
	content: "";
	position: absolute;
	right: -9.375rem;
	top: -7.5rem;
	width: 36.25rem;
	z-index: 1;
}

.page-recruit__training-content-wrapper {
	position: relative;
	z-index: 5;
}

.page-recruit__training-content {
	margin-top: 2.5rem;
}

.page-recruit__training-text {
	font-size: 16px;
	margin-left: auto;
	max-width: 46.25rem;
}

.page-recruit__training-image {
	aspect-ratio: 1080/480;
	margin-left: calc(50% - 50vw);
	margin-top: 2.5rem;
	width: 75vw;
}

.page-recruit__contact-section {
	padding-top: 8.75rem;
	position: relative;
}

.page-recruit__contact-section::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-green.webp");
	background-position: center;
	background-size: cover;
	content: "";
	left: -1.5625rem;
	position: absolute;
	top: 0;
	width: 36.25rem;
	z-index: -1;
}

.page-recruit__contact-content {
	background: #F6FAFB;
	border-radius: 10px; /* shadow */
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 600px;
	padding: 3rem 0.625rem;
}

.page-recruit__contact-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
}

.page-recruit__contact-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 352px;
	width: 100%;
}

.page-recruit__contact-list-item {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	line-height: 1;
}

.page-recruit__contact-list-item dt {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 26px 1fr;
	width: 100px;
}

.page-recruit__contact-list-item dt span {
	color: #367BB2;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
}

.page-recruit__contact-list-item dd {
	font-weight: 500;
	letter-spacing: 0;
}

.page-recruit__contact-tel,
.page-recruit__contact-mail {
	font-size: 28px;
}

.page-recruit__contact-person {
	font-size: 22px;
}

.page-recruit__contact-list-item a {
	transition: color 0.3s ease;
}

.page-recruit__contact-entry-text {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 3.75rem;
	text-align: center;
}

.page-recruit__contact-entry-arrow {
	grid-gap: 3.75rem;
	align-items: center;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(3, 18px);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}

.page-recruit__cta {
	margin-top: 1.5rem;
}

.page-recruit__cta-inner.inner {
	max-width: 1370px;
}

.page-recruit__cta-link {
	display: block;
	position: relative;
}

.page-recruit__cta-content {
	align-items: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-size: 35px;
	font-weight: 700;
	gap: 1rem;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(14, 95, 160, 0.25);
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.page-recruit__cta-arrow {
	aspect-ratio: 1;
	transition: transform 0.3s ease-in-out;
	width: 50px;
}

.page-recruit__cta-notes {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 1rem;
	text-align: center;
}

.page-regional-support__fv {
	background-image: url(../images/regional-support/regional-support-fv.webp);
}

.page-regional-support__section.page-section {
	overflow: hidden;
	padding-bottom: 8.75rem;
	position: relative;
}

.page-regional-support__section-inner.inner {
	max-width: 1370px;
	position: relative;
}

.page-regional-support__section-inner::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-green.webp");
	background-position: center;
	background-size: cover;
	bottom: 8.75rem;
	content: "";
	left: -2.125rem;
	position: absolute;
	width: 36.25rem;
	z-index: -1;
}

.page-regional-support__content {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
}

.page-regional-support__content-item {
	position: relative;
}

.page-regional-support__content-item-wrapper {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
}

.page-regional-support__content-item:nth-child(2) .page-regional-support__content-item-wrapper {
	flex-direction: row-reverse;
}

.page-regional-support__content-item-text-image {
	max-width: 31.25rem;
}

.page-regional-support__content-item-text {
	font-size: 16px;
	font-weight: 400;
	max-width: 32.5rem;
}

.page-regional-support__content-item-link-wrapper {
	grid-gap: 2.5rem;
	align-items: flex-end;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 230px);
	justify-content: center;
	margin-top: 5rem;
}

.page-regional-support__content-item-link-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
}

.page-regional-support__content-item-link-item-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.page-regional-support__content-item-link-item-link {
	grid-gap: 0.625rem;
	align-items: center;
	background: #F6FAFB;
	border-radius: 50px;
	box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
	color: #367BB2;
	display: grid;
	font-size: 16px;
	font-weight: 700;
	gap: 0.625rem;
	grid-template-columns: 24px 1fr;
	justify-content: center;
	line-height: 1;
	padding: 20px 40px;
	width: 230px;
}

.page-related-facilities__fv {
	background-image: url(../images/related-facilities/related-facilities-fv.webp);
}

.page-related-facilities__section.page-section {
	overflow: hidden;
	padding-bottom: 8.75rem;
	position: relative;
}

.page-related-facilities__head {
	background: #F6FAFB;
	border-radius: 50px;
	padding: 3.75rem 1.875rem 4.375rem;
	position: relative;
}

.page-related-facilities__head::before {
	aspect-ratio: 446/31;
	background-image: url("../images/common/design-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.5rem;
	content: "";
	position: absolute;
	right: -4.625rem;
	width: 29.5rem;
	z-index: 3;
}

.page-related-facilities__head-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 52rem;
}

.page-related-facilities__content {
	margin-top: 6.25rem;
}

.page-related-facilities__content-list {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 1fr;
}

.page-related-facilities__content-item {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 30rem auto;
}

.page-related-facilities__content-item-title {
	font-size: max(1.75rem, 22px);
	font-weight: 500;
	line-height: 1.7;
}

.page-related-facilities__content-item-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.page-related-facilities__content-item-list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.625rem;
}

.page-related-facilities__content-item-list dt {
	grid-gap: 0.5rem;
	align-items: center;
	color: #367BB2;
	display: grid;
	font-size: 18px;
	font-weight: 500;
	gap: 0.5rem;
	grid-template-columns: 22px auto;
}

.page-related-facilities__content-item-list dd {
	font-size: 16px;
	font-weight: 400;
	padding-left: 1.875rem;
}

.page-related-facilities__content-item-link-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}

.page-related-facilities__content-item-link {
	align-items: center;
	background: #367BB2;
	border-radius: 60px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	color: #FFF;
	display: inline-flex;
	font-family: "Titillium Web", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.875rem;
	height: 4rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.25rem 2.5rem;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.page-related-facilities__content-item-link-icon {
	aspect-ratio: 1;
	width: 1.5rem;
}

.page-related-facilities__content-item-link.page-related-facilities__content-item-link--hp {
	background: #F6FAFB;
	box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
	color: #367BB2;
}

.page-single-blog {
	margin-top: 8.75rem;
}

.page-single-blog__section.page-section {
	padding-bottom: 8.75rem;
}

.page-single-blog__content {
	position: relative;
}

.page-single-blog__content::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-green.webp");
	background-position: center;
	background-size: cover;
	content: "";
	left: calc(50vw - min(50vw, 45rem));
	position: absolute;
	top: -8.75rem;
	width: 36.25rem;
	z-index: -1;
}

.page-single-blog__content-inner.inner {
	max-width: 890px;
}

.page-single-blog__meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
}

.page-single-blog__date {
	color: #8F8F8F;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.page-single-blog__category-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.page-single-blog__category {
	background: #85AAC7;
	border-radius: 30px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 0px 12px;
}

.page-single-blog__title {
	font-size: 28px;
	font-weight: 500;
	margin-top: 1.5rem;
}

.page-single-blog__thumbnail {
	aspect-ratio: 710/475;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 44.375rem;
	overflow: hidden;
}

.page-single-blog__thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-single-blog__body {
	padding-top: 1.5rem;
}

.page-single-blog__navigation {
	margin-top: 2.75rem;
}

.page-single {
	margin-top: 8.75rem;
}

.page-single__section.page-section {
	padding-bottom: 8.75rem;
}

.page-single__content {
	position: relative;
}

.page-single__content::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-yellow.webp");
	background-position: center;
	background-size: cover;
	content: "";
	position: absolute;
	right: calc(50vw - min(50vw, 45rem));
	top: -8.75rem;
	width: 36.25rem;
	z-index: -1;
}

.page-single__content-inner.inner {
	max-width: 890px;
}

.page-single__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.page-single__date {
	color: #8F8F8F;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.page-single__category-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.page-single__category {
	background: #85AAC7;
	border-radius: 30px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 0px 12px;
}

.page-single__title {
	font-size: 22px;
	font-weight: 500;
	margin-top: 1.875rem;
	padding-bottom: 3.5rem;
}

.page-single__body {
	border-top: 1px solid #DDD;
	padding-top: 3.5rem;
}

.page-single__navigation {
	margin-top: 4.375rem;
}

.top-blog {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.top-blog__inner.inner {
	max-width: 1370px;
	position: relative;
}

.top-blog__inner::before {
	aspect-ratio: 1;
	background-image: url(../images/common/bg-image-green.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -3.75rem;
	position: absolute;
	top: -4.375rem;
	width: 36.25rem;
	z-index: -1;
}

.top-blog__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.top-blog__more {
	margin-top: 2.5rem;
	text-align: center;
}

.top-introduction {
	background: linear-gradient(104deg, #E3EEFF 0%, #F3E7E9 100%);
	padding-top: 7.5rem;
}

.top-introduction__inner.inner {
	max-width: 1370px;
}

.top-introduction__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

.top-introduction__image-name-container {
	height: 5.75rem;
	margin-top: 4.375rem;
	overflow: hidden;
	position: relative;
}

.top-introduction__image-name {
	-o-object-fit: contain;
	-o-object-position: center;
	left: 50%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110.1875rem;
}

.top-message {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #F6FAFB 50%, #F6FAFB 100%);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.top-message::after {
	aspect-ratio: 472/31;
	background-image: url("../images/common/design-line.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: calc(50vw - min(50vw, 35.625rem));
	position: absolute;
	top: 4.375rem;
	width: 29.5rem;
	z-index: 3;
}

.top-message__inner.inner {
	background: #F6FAFB;
	border-radius: 0 0 0 50px;
	max-width: 1078px;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.top-message__inner::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-orange.webp");
	background-position: center;
	background-size: cover;
	content: "";
	position: absolute;
	right: -150px;
	top: -100px;
	width: 580px;
	z-index: 1;
}

.top-message__title {
	text-align: center;
}

.top-message__content {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 19.375rem 30.625rem;
	justify-content: center;
	margin-top: 0.5rem;
	position: relative;
	z-index: 2;
}

.top-message__content-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top: 4.25rem;
}

.top-message__content-text-name {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	letter-spacing: 0;
	line-height: 1.7;
}

.top-message__content-text-name span:nth-of-type(1) {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.top-message__content-text-name span:nth-of-type(2) {
	font-size: 20px;
	font-weight: 500;
	text-align: right;
}

.top-message__more {
	margin-top: 0.5625rem;
	padding-left: 6.5625rem;
}

.top-mv {
	overflow: hidden;
	position: relative;
}

.top-mv__title-container {
	position: absolute;
	right: 12.6388888889vw;
	top: 20.1388888889vw;
	z-index: 1;
}

.top-mv__title {
	color: #fff;
	font-size: 3.8194444444vw;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-shadow: 0px 0px 20px rgba(14, 95, 160, 0.2);
}

.top-mv__text {
	color: #FFF;
	font-size: 1.3888888889vw;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 1.3888888889vw;
	text-shadow: 0px 0px 20px rgba(14, 95, 160, 0.2);
}

.top-mv__title-container::before {
	aspect-ratio: 482/35;
	background-image: url(../images/top/fv-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4.6527777778vw;
	content: "";
	content: "";
	left: -2.7777777778vw;
	position: absolute;
	width: 34.8611111111vw;
}

.top-mv__slide {
	aspect-ratio: 1440/800;
	width: 100%;
}

.top-mv-swiper {
	width: 100%;
}

.top-mv-swiper .swiper-wrapper {
	height: 100%;
}

.top-mv-swiper .swiper-slide {
	height: 100%;
}

.top-news {
	overflow: hidden;
	padding-bottom: 6.875rem;
	padding-top: 5rem;
}

.top-news__inner.inner {
	max-width: 890px;
	position: relative;
}

.top-news__inner::before {
	aspect-ratio: 1;
	background-image: url(../images/common/bg-image-yellow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -15rem;
	top: -7.5rem;
	width: 36.25rem;
}

.top-news__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.top-news__title.section-title {
	align-items: flex-start;
	text-align: left;
}

.top-news__more {
	order: 2;
	padding-right: 0.875rem;
}

.top-news__list {
	margin-top: 0.625rem;
	width: 100%;
}

.top-news__no-results {
	text-align: center;
}

.about-section {
	background: linear-gradient(90deg, #F6FAFB 0%, #F6FAFB 50%, #fff 50%, #fff 100%);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about-section__inner.inner {
	background: #F6FAFB;
	border-radius: 0 50px 0 0px;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 2;
}

.about-section__inner::before {
	aspect-ratio: 1;
	background-image: url("../images/common/bg-image-pink.webp");
	background-position: center;
	background-size: cover;
	content: "";
	left: -6.25rem;
	position: absolute;
	top: -60px;
	width: 580px;
	z-index: -1;
}

.about-section__content {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 4;
}

.about-section__content:nth-of-type(1) {
	margin-top: 1.875rem;
	position: relative;
}

.about-section__content:nth-of-type(2) {
	gap: 4.0625rem;
	justify-content: flex-end;
	margin-top: 0.625rem;
}

.about-section__content-item {
	margin-top: 5.5625rem;
	width: 29.375rem;
}

.about-section__content-text-title {
	font-size: max(1.5625rem, 18px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}

.about-section__content-text-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top: 1.5rem;
	position: relative;
}

.about-section__content:nth-of-type(1) .about-section__content-text-text::before {
	aspect-ratio: 226/15;
	background-image: url("../images/common/design-line.svg");
	background-position: center;
	background-size: cover;
	bottom: -1.6875rem;
	content: "";
	position: absolute;
	right: -12.6875rem;
	width: 14.125rem;
}

.about-section__content:nth-of-type(1) .about-section__content-image {
	aspect-ratio: 700/405;
	margin-left: 4%;
	margin-right: calc(50% - 50vw);
	width: 48.6111111111vw;
}

.about-section__content:nth-of-type(1) .about-section__content-image img {
	border-radius: 10px 0 0 10px;
}

.about-section__content:nth-of-type(even) {
	flex-direction: row-reverse;
}

.about-section__content:nth-of-type(even) .about-section__content-image {
	margin-left: 0;
	margin-right: 0;
}

.about-section__content:nth-of-type(2) .about-section__content-image {
	max-width: 27.1875rem;
}

.about-section__more {
	margin-top: 2.5rem;
	text-align: center;
}

.blog-card {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	transition: color 0.3s;
}

.blog-card__image-container {
	position: relative;
}

.blog-card__image {
	-o-object-fit: cover;
	aspect-ratio: 422/281;
	border: 1px solid #D6D6D6;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-card__image-wrap {
	border-radius: 10px;
}

.blog-card__header {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.blog-card__category {
	align-items: center;
	background: #85AAC7;
	border-radius: 30px;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	line-height: 1.7;
	padding: 0px 12px;
}

.blog-card__content {
	border-radius: 0 0 10px 10px;
}

.blog-card__date {
	color: #777;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.blog-card__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.blog-contents__content {
	margin-top: 5rem;
}

.blog-contents__content-inner.inner {
	max-width: 1370px;
}

.blog-contents__list {
	grid-gap: 3.125rem 1.625rem;
	display: grid;
	gap: 3.125rem 1.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.blog-contents__pagination {
	margin-top: 6.25rem;
	text-align: center;
}

.blog-contents__no-results {
	text-align: center;
}

.breadcrumb {
	color: #367BB2;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.breadcrumb__inner.inner {
	max-width: 1380px;
}

.breadcrumb__container {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.breadcrumb a {
	color: #888;
	font-weight: 400;
}

.breadcrumb .current-item {
	color: #333;
	font-weight: 400;
}

.breadcrumb span[property=name] {
	display: inline-block;
	margin-top: -3px;
	max-width: 300px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

/* お知らせページのカテゴリーフィルター */

.category-filter {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.category-filter__btn {
	-webkit-text-decoration: none;
	background: #FFF;
	border: 1px solid #85AAC7;
	border-radius: 30px;
	color: #85AAC7;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	padding: 4px 24px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.category-filter__btn:hover {
	background-color: #85AAC7;
	color: #fff;
}

.category-filter__btn.is-active {
	background-color: #85AAC7;
	color: #fff;
}

/* お問い合わせセクション */

.contact-section {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.contact-section__image {
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 694px;
	position: relative;
	z-index: 2;
}

.contact-section__image img {
	border-radius: 10px;
}

.contact-section__content {
	background: linear-gradient(104deg, #E3EEFF 0%, #F3E7E9 100%);
	border-radius: 50px 50px 0px 0px;
	margin-top: -7.625rem;
	padding-top: 10.3125rem;
	position: relative;
	z-index: 1;
}

.contact-section__text {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top: 2.125rem;
	text-align: center;
}

.contact-section__links {
	display: flex;
	gap: 2.25rem;
	justify-content: center;
	margin-top: 2.125rem;
}

.contact-section__link-tel {
	align-items: center;
	background: #367BB2;
	border-radius: 50px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 0.875rem;
	height: 84px;
	padding: 16px 44px;
	transition: all 0.3s ease;
	width: 348px;
}

.contact-section__link-icon {
	aspect-ratio: 1;
	width: 27px;
}

.contact-section__link-text {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.contact-section__link-number {
	font-family: "Titillium Web", sans-serif;
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.contact-section__link-time {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.contact-section__link-time span {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.contact-section__link-faq {
	align-content: center;
	background: #FFF;
	border-radius: 60px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	color: #367BB2;
	display: grid;
	font-size: 26px;
	font-weight: 700;
	height: 84px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.7;
	padding: 16px 44px;
	place-content: center;
	transition: all 0.3s ease;
	width: 348px;
}

.contact-section__image-name-container {
	height: 5.75rem;
	margin-top: 3.5625rem;
	overflow: hidden;
	position: relative;
}

.contact-section__image-name {
	-o-object-fit: contain;
	-o-object-position: center;
	left: 50%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110.1875rem;
}

/* フッター */

.footer {
	background-image: url(../images/common/footer-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 3.75rem;
	position: relative;
}

.footer__inner.inner {
	max-width: 1132px;
}

.footer__content {
	align-items: flex-start;
	display: flex;
	gap: 60px;
	justify-content: space-between;
	margin-top: 0.625rem;
}

.footer__info-container {
	flex-shrink: 0;
	width: 326px;
}

.footer__info {
	flex: 1;
}

.footer__hospital-name {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.7;
}

.footer__contact {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}

.footer__nav-container {
	max-width: 504px;
	width: 100%;
}

.footer__woman-icon {
	margin-top: 0.75rem;
	width: 4.375rem;
}

.footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
	list-style: none;
}

.footer__nav-item {
	white-space: nowrap;
}

.footer__nav-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__nav-link--disclosure {
	display: block;
	margin-top: 0.75rem;
}

.footer__bottom {
	margin-top: 0.625rem;
	text-align: center;
}

.footer__copyright {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

/* ハンバーガーメニュー */

.hamburger {
	display: none; /* レスポンシブ対応 */
}

.hamburger__line {
	cursor: pointer;
	height: 1rem;
	position: relative;
	width: 1.875rem;
	z-index: 300;
}

.hamburger__line span {
	background-color: #367BB2;
	height: 2px;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.hamburger__line span:nth-child(1) {
	top: 0;
}

.hamburger__line span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger__line span:nth-child(3) {
	bottom: 0;
}

.hamburger.is-open .hamburger__line span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
}

.hamburger.is-open .hamburger__line span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open .hamburger__line span:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-25deg);
}

/* ハンバーガーメニューのテキスト */

.hamburger__text {
	color: #367BB2;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

/* ヘッダー */

.header {
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	transition: border-radius 0.3s ease;
	width: 100%;
	z-index: 900;
}

.header.is-open {
	border-radius: 0;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: space-between;
	padding-left: 1.875rem;
	padding-right: 0.875rem; /* レスポンシブ対応 */
}

.header__logo {
	margin: 0;
	width: 10rem; /* レスポンシブ対応 */
}

.header__logo-link {
	display: block;
}

.header__logo-link img {
	height: auto;
	max-width: 100%;
}

.header__nav {
	align-content: center;
	display: grid;
	display: block;
	height: 100%;
	justify-content: center;
	place-content: center;
}

.header__menu-list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	margin: 0;
}

.header__menu-item {
	align-content: center;
	display: grid;
	height: 100%;
	justify-content: center;
	margin: 0;
	place-content: center;
	position: relative;
	transition: all 0.3s;
}

.header__menu-link,
.header__menu-text {
	color: #333;
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.03em;
	padding: min(1.3888888889vw, 20px);
	transition: color 0.3s;
}

.header__menu-link-arrow {
	aspect-ratio: 1/1;
	background-color: #367BB2;
	border-radius: 50%;
	padding: 4px;
	width: 28px;
}

.header__menu-text {
	transition: all 0.3s;
}

.header__dropdown {
	left: 50%; /*デフォルトでは非表示の状態にしておく*/
	opacity: 0;
	padding-top: 0.375rem; /*表示の変化を0.3秒に指定*/
	position: absolute;
	top: 100px;
	transform: translateX(-50%); /*不透明度0*/
	transition: all 0.3s;
	visibility: hidden;
}

.header__dropdown-wrapper {
	background: #F6FAFB;
	background: #F6FAFB;
	background-color: #fff;
	border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.625rem;
	height: 12.3125rem;
	padding: 1.875rem 3.125rem;
	width: 19.6875rem;
}

.header__dropdown-title {
	color: #333;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.header__dropdown-title a {
	transition: color 0.3s;
}

.header__dropdown-title a:hover {
	color: #85AAC7;
}

.header__dropdown-content {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 5.625rem auto;
}

.header__dropdown-content-icon {
	width: 5.625rem;
}

.header__dropdown-content-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.header__dropdown-content-item {
	font-size: 0.9375rem;
	font-weight: 500;
}

.header__dropdown-content-item a {
	display: block;
	transition: color 0.3s;
}

.header__menu-link {
	transition: all 0.3s;
}

.header__menu-link.header__menu-link--recruit {
	align-items: center;
	background: #F6FAFB;
	border-radius: 50px;
	box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-shrink: 0;
	gap: 0.5rem;
	height: 62px;
	margin-left: 1.25rem;
	padding: 0.8125rem 1.5rem;
}

.header__menu-link-recruit-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.header__menu-link--recruit .header__menu-link-text {
	color: #367BB2;
	font-size: 0.9375rem;
	font-weight: 700;
}

.header__menu-link.header__menu-link--tel {
	align-items: center;
	background: #367BB2;
	border-radius: 50px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-shrink: 0;
	gap: 0.5rem;
	height: 62px;
	margin-left: 0.5rem;
	padding: 0.8125rem 1.5rem;
}

.header__menu-link-tel-icon {
	aspect-ratio: 1;
	width: 1.25rem;
}

.header__menu-link-tel-text {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	letter-spacing: 0;
}

.header__menu-link-tel-number {
	font-family: "Titillium Web", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.header__menu-link-tel-time {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.header__menu-link-tel-time span {
	font-size: 13px;
}

.header__drawer {
	display: none;
}

.header__drawer-nav {
	padding-bottom: 80px;
	padding-top: 3.125rem;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	z-index: 200;
}

.header__drawer-menu-item {
	opacity: 0;
	transform: translateY(20px);
}

.header__drawer.is-open .header__drawer-menu-item {
	animation: fadeInUp 0.3s ease forwards;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(1) {
	animation-delay: 0.03s;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(2) {
	animation-delay: 0.06s;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(3) {
	animation-delay: 0.09s;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(4) {
	animation-delay: 0.12s;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(5) {
	animation-delay: 0.15s;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(6) {
	animation-delay: 0.18s;
}

.header__drawer.is-open .header__drawer-menu-item:nth-child(7) {
	animation-delay: 0.21s;
}

.header__drawer-menu-item {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 230px;
	position: relative;
	text-align: left;
	width: 100%;
}

.header__drawer-menu-link,
.header__drawer-menu-text {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	gap: 0.5rem;
	height: auto;
	letter-spacing: 0.03em;
	padding: 0;
	text-align: left;
	transition: color 0.3s;
	width: 100%;
}

.header__drawer-menu-link-arrow {
	aspect-ratio: 1/1;
	background-color: #367BB2;
	border-radius: 50%;
	padding: 4px;
	width: 28px;
}

.header__drawer-sub-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.625rem;
	padding-left: 2.25rem;
}

.header__drawer-sub-item {
	font-size: 15px;
	font-weight: 500;
}

.header__drawer-sub-item a {
	display: block;
}

.header__drawer-menu-link.header__drawer-menu-link--recruit {
	align-items: center;
	background: #F6FAFB;
	border-radius: 50px;
	box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	gap: 0.5rem;
	height: 74px;
	justify-content: center;
	padding: 0.8125rem 1.5rem;
	text-align: left;
	width: 100%;
}

.header__drawer-menu-link-recruit-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.header__drawer-menu-link--recruit .header__drawer-menu-link-text {
	font-size: 15px;
}

.header__drawer-menu-link.header__drawer-menu-link--tel {
	align-items: center;
	background: #367BB2;
	border-radius: 50px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 0.5rem;
	gap: 0.875rem;
	height: 74px;
	justify-content: center;
	margin-left: 0.5rem;
	margin-left: 0;
	margin-top: 0.625rem;
	padding: 0.9375rem 2.75rem;
	text-align: left;
	width: 100%;
}

.header__drawer-menu-link-tel-icon {
	width: 1.625rem;
}

.header__drawer-menu-link-tel-text {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	letter-spacing: 0;
}

.header__menu-link-tel-text {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	letter-spacing: 0;
}

.header__drawer-menu-link-tel-number {
	font-family: "Titillium Web", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.header__drawer-menu-link-tel-time {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.header__drawer-menu-link-tel-time span {
	font-size: 13px;
}

.history-list__item {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.history-list__term {
	color: #333;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	padding-bottom: 16px;
	padding-right: 20px;
	width: 122px;
}

.history-list__description {
	padding-bottom: 16px;
	padding-left: 30px;
	position: relative;
	width: 85%;
}

.history-list__description::before,
.history-list__description::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	transform: translateY(-50%);
}

.history-list__description::before {
	background: #DEE3E6;
	height: 100%;
	left: 0;
	width: 2px;
}

.history-list__description::after {
	aspect-ratio: 1;
	background: #367BB2;
	border-radius: 50%;
	left: -4px;
	width: 10px;
}

.history-list__text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

/* Infoセクション */

.info {
	padding-bottom: 3.75rem;
	padding-top: 4.375rem;
}

.info__inner.inner {
	max-width: 1300px;
}

.info__content {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 36.875rem auto;
}

.info__content-item-container {
	display: flex;
	gap: 0.5rem;
}

.info__content-item-container + .info__content-item-container {
	margin-top: 2.5rem;
}

.info__content-item-icon {
	width: 24px;
}

.info__content-item-icon--schedule {
	margin-top: 1.125rem;
}

.info__content-item-icon--address {
	margin-top: 4px;
}

.info__content-item-address-title {
	color: #367BB2;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

.info__content-item-address-text {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
}

.info__content-map {
	overflow: hidden;
}

.info__content-map iframe {
	border: none;
	height: 320px;
	width: 100%;
}

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

.introduction-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.introduction-card__content {
	padding-bottom: 1.375rem;
}

.introduction-card__icon {
	aspect-ratio: 1;
	border: 20px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.0625rem;
	position: relative;
	width: 5.625rem;
	z-index: 2;
}

.introduction-card__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 30px;
	font-weight: 500;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: -0.25rem;
	order: 1;
	position: relative;
	text-align: center;
}

.introduction-card__title::after {
	color: #367BB2;
	content: attr(data-title);
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	order: 2;
	text-transform: capitalize;
}

.introduction-card__arrow {
	aspect-ratio: 1/1;
	background-color: #367BB2;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	padding: 9px;
	transition: all 0.3s ease;
	width: 38px;
}

.link {
	align-items: center;
	color: #367BB2;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 16px;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}

.link img {
	aspect-ratio: 1/1;
	background-color: #367BB2;
	border-radius: 50%;
	padding: 9px;
	transition: all 0.3s ease;
	width: 38px;
}

.list li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 19px;
	position: relative;
}

.list li::before {
	aspect-ratio: 1;
	background-color: #367BB2;
	border-radius: 2px;
	content: "";
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.news-item__link {
	align-items: center;
	border-bottom: 0.0625rem solid #DDD;
	display: flex;
	gap: 1rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 3.5rem;
	padding-top: 1.5rem;
	position: relative;
	transition: color 0.3s;
}

.news-item__date-container {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.news-item__link::before {
	aspect-ratio: 1;
	background-image: url(../images/common/news-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.news-item__date {
	color: #333;
	flex-shrink: 0;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7;
}

.news-item__category-container {
	flex-shrink: 0;
}

.news-item__category {
	align-items: center;
	align-items: center;
	background: #85AAC7;
	border-radius: 30px;
	color: #FFF;
	display: grid;
	font-size: 15px;
	font-weight: 700;
	justify-items: center;
	letter-spacing: 0;
	line-height: 1.7;
	padding: 0 12px 0 12px;
	place-items: center;
	width: 120px;
}

.news-item__title {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

/* お知らせ */

.news-list {
	display: flex;
	flex-direction: column;
}

.page-fv {
	aspect-ratio: 1440/600;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.page-fv__inner {
	padding-top: 20.6944444444vw;
}

.page-fv__title {
	align-items: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-size: 45px;
	font-weight: 700;
	gap: 16px;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.4;
	order: 1;
	position: relative;
	text-shadow: 0px 0px 20px rgba(14, 95, 160, 0.25);
}

.page-fv__title::after {
	color: #FFF;
	content: attr(data-title);
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	order: 2;
	text-transform: capitalize;
}

.page-section {
	padding-bottom: 6.25rem;
	padding-top: 9.875rem;
	position: relative;
}

.page-section::before {
	-webkit-mask-image: url(../images/common/design-line.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	aspect-ratio: 446/31;
	background-color: #F5F8FA;
	content: "";
	left: 0;
	mask-image: url(../images/common/design-line.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0.75rem;
	width: 65.7638888889vw;
}

/* ページャー */

.pagination .page-numbers {
	-webkit-text-decoration: none;
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #EAF0F4;
	border-radius: 4px;
	color: #333;
	display: inline-flex;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.7;
	margin: 0 4px;
	min-width: 44px;
	padding: 0 10px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
	background-color: #367BB2;
	color: #fff;
}

.pagination .page-numbers.current {
	background-color: #367BB2;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	min-width: 44px;
}

/* 省略記号を「・・・」に変更 */

.pagination .dots {
	background-color: transparent !important;
	color: #333 !important;
}

.pagination .dots {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 500;
	min-width: 2.5rem;
	padding: 0 0.125rem;
}

.pagination .dots:hover {
	background-color: transparent !important;
	color: #333 !important;
}

/* 営業時間表 */

.schedule-table {
	max-width: 560px;
	width: 100%;
}

.schedule-table__table {
	border-collapse: collapse;
	width: 100%;
}

.schedule-table__table tr {
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
	display: flex;
	justify-content: space-between;
}

.schedule-table__header {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	width: 10%;
}

.schedule-table__header.schedule-table__header--time {
	aspect-ratio: 112/56;
	color: #367BB2;
	font-size: max(1.25rem, 18px);
	justify-content: flex-start;
	letter-spacing: 0;
	width: 112px;
}

.schedule-table__header.schedule-table__header--time img {
	margin-right: 0.375rem;
	width: 21.4285714286%;
}

.schedule-table__time {
	color: #333;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.7;
	width: 112px;
}

.schedule-table__cell {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	width: 10%;
}

.schedule-table__cell-available-icon {
	aspect-ratio: 1;
	background-color: #367BB2;
	border-radius: 50%;
	font-size: 0;
	width: 28.5714285714%;
}

.schedule-table__cell-partial-icon {
	-webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background: #367BB2;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	display: inline-block;
	font-size: 0;
	height: 13.9px;
	position: relative;
	width: 16px;
}

.schedule-table__cell-partial-icon::before {
	-webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background: #fff;
	bottom: 2px;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	content: "";
	display: block;
	height: 7.9px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 9.1px;
}

.schedule-table__cell-unavailable-icon {
	background: #367BB2;
	font-size: 0;
	height: 3px;
	width: 20px;
}

.schedule-table__notes {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-left: 0.1875rem;
	margin-top: 0.8125rem;
}

.schedule-table__note {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}

.section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 35px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	order: 1;
	position: relative;
	text-align: center;
	z-index: 3;
}

.section-title::after {
	color: #367BB2;
	content: attr(data-title);
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	order: 2;
	text-transform: capitalize;
}

.section-title::before {
	background-image: url("../images/common/section-title-line.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 19px;
	order: 3;
	width: 142px;
}

.single-content {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 700;
	line-height: 1.5;
	margin: 2.5rem 0 1.5rem;
}

.single-content h1 {
	font-size: 28px;
}

.single-content h2 {
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 3rem 0 1.5rem;
	padding-bottom: 0.75rem;
	position: relative;
}

.single-content h2::before {
	background-color: #367BB2;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 18.1481481481%;
}

.single-content h3 {
	font-size: 20px;
}

.single-content h4 {
	font-size: 18px;
}

.single-content h5,
.single-content h6 {
	font-size: 16px;
}

.single-content p {
	margin-bottom: 1.5rem;
}

.single-content a {
	-webkit-text-decoration: underline;
	color: #367BB2;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.single-content ul {
	margin: 1.5rem 0;
}

.single-content ul li {
	margin-bottom: 0.5rem;
	padding-left: 19px;
	position: relative;
}

.single-content ul li::before {
	aspect-ratio: 1;
	background-color: #367BB2;
	border-radius: 2px;
	content: "";
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.single-content ol {
	margin: 1.5rem 0;
	padding-left: 0.625rem;
}

.single-content ol li {
	margin-bottom: 0.5rem;
	padding-left: 8px;
	position: relative;
}

.single-content img {
	height: auto;
	margin: 2rem 0;
	max-width: 100%;
}

.single-content figure {
	margin: 2rem 0;
}

.single-content figcaption {
	color: #666;
	font-size: 14px;
	margin-top: 0.5rem;
	text-align: center;
}

.single-content table {
	border-collapse: collapse;
	margin: 2rem 0;
	width: 100%;
}

.single-content th,
.single-content td {
	border: 1px solid #ddd;
	padding: 0.75rem;
}

.single-content th {
	background-color: #f5f5f5;
	font-weight: 700;
}

.single-content .wp-block-table thead {
	border-bottom: 1px solid #ddd;
}

.single-navigation__inner {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
}

.single-navigation__prev {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.single-navigation__prev img {
	aspect-ratio: 1/1;
	background-color: #367BB2;
	border-radius: 50%;
	padding: 9px;
	transform: rotate(180deg);
	transition: all 0.3s ease;
	width: 38px;
}

.single-navigation__nav-label {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 400;
}

.single-navigation__nav-label-back {
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 400;
}

.single-navigation__list {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	transition: color 0.3s ease;
}

.single-navigation__list img {
	aspect-ratio: 1/1;
	width: 24px;
}

.single-navigation__next {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.single-navigation__next img {
	aspect-ratio: 1/1;
	background-color: #367BB2;
	border-radius: 50%;
	padding: 9px;
	transition: all 0.3s ease;
	width: 38px;
}

.single-navigation__prev--disabled,
.single-navigation__next--disabled {
	opacity: 0;
	pointer-events: none;
}

@media (hover: hover) {

.faq-item__answer a:hover {
	opacity: 0.8;
}

.page-hospitalization__cta-link:hover .page-hospitalization__cta-arrow {
	transform: translateX(6px);
}

.page-institution__head-list a:hover {
	background: #367BB2;
	color: #fff;
}

.page-recruit__contact-list-item a:hover {
	color: #367BB2;
}

.page-recruit__cta-link:hover .page-recruit__cta-arrow {
	transform: translateX(6px);
}

.page-related-facilities__content-item-link:hover {
	box-shadow: none;
	opacity: 0.8;
}

.blog-card:hover {
	color: #367BB2;
}

.contact-section__link-tel:hover {
	box-shadow: none;
	opacity: 0.8;
}

.contact-section__link-faq:hover {
	box-shadow: none;
	opacity: 0.8;
}

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

.header__menu-link:hover {
	color: #85AAC7;
}

.header__menu-item:hover .header__dropdown { /*Gナビメニューにホバーしたら表示*/
	opacity: 1;
	visibility: visible; /*不透明度1*/
}

.header__dropdown-content-item a:hover {
	color: #85AAC7;
}

.header__menu-link:hover {
	box-shadow: none;
	opacity: 0.8;
}

.introduction-card:hover .introduction-card__arrow {
	transform: translateX(6px);
}

.link:hover img {
	transform: translateX(6px);
}

.news-item__link:hover .news-item__title {
	color: #367BB2;
}

.single-content a:hover {
	opacity: 0.7;
}

.single-navigation__prev:hover img {
	transform: rotate(180deg) translateX(4px);
}

.single-navigation__list:hover {
	color: #367BB2;
}

.single-navigation__next:hover img {
	transform: translateX(4px);
}

}

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

.hamburger {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	padding-top: 0.4375rem;
	position: relative;
	width: 2.75rem;
	z-index: 100;
}

.header__inner {
	height: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logo {
	position: relative;
	width: 7.8125rem;
	z-index: 100;
}

.header__nav {
	display: none;
}

.header__dropdown-content-item {
	font-size: 15px;
}

.header__menu-link-tel-number {
	font-size: 24px;
}

.header__drawer {
	background-color: #fff;
	display: block;
	height: calc(100vh - 5rem);
	left: 0;
	margin-top: 5rem;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	scrollbar-width: none;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer-menu-item + .header__drawer-menu-item {
	margin-top: 1.875rem;
}

.header__drawer-menu-item.header__drawer-menu-item--button {
	margin-top: 2.5rem;
	max-width: 335px;
}

.header__drawer-menu-item.header__drawer-menu-item--button + .header__drawer-menu-item.header__drawer-menu-item--button {
	margin-top: 0.625rem;
}

}

@media (max-width: 1080px) {

html {
	font-size: 1.4814814815vw;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.page-about__fv {
	background-image: url(../images/about/about-fv-sp.webp);
}

.age-about__section-inner.inner {
	max-width: 500px;
}

.page-about__section::after {
	right: 0;
	top: 0.75rem;
	width: 12.5rem;
}

.page-about__section-inner.inner {
	max-width: 500px;
}

.page-about__list {
	gap: 1rem;
	grid-template-columns: 1fr;
}

.page-blog__fv {
	background-image: url(../images/blog/blog-fv-sp.webp);
}

.page-blog__section.page-section {
	padding-bottom: 5rem;
}

.page-faq__fv {
	background-image: url(../images/faq/faq-fv-sp.webp);
}

.page-faq__section-wrapper.page-section {
	padding-bottom: 5rem;
}

.page-faq__list {
	gap: 1rem;
}

.faq-item__header {
	gap: 1rem;
	grid-template-columns: 2.3125rem 1fr 1rem;
	padding: 1rem;
}

.faq-item__question-icon {
	font-size: 1rem;
	width: 2.3125rem;
}

.faq-item__question {
	font-size: 0.9375rem;
}

.faq-item__icon {
	height: 1rem;
	width: 1rem;
}

.faq-item__icon::before {
	height: 1rem;
	width: 0.125rem;
}

.faq-item__icon::after {
	height: 0.125rem;
	width: 1rem;
}

.faq-item__answer-content {
	align-items: flex-start;
	gap: 1rem;
	grid-template-columns: 2.3125rem 1fr;
	padding: 0 1rem;
}

.faq-item__answer-icon {
	font-size: 1rem;
	width: 2.3125rem;
}

.faq-item__answer-content p {
	font-size: 0.9375rem;
}

.faq-item__answer a {
	font-size: 0.9375rem;
}

.faq-item.is-open .faq-item__answer {
	padding: 1rem 0 0.5rem;
}

.page-hospitalization__fv {
	background-image: url(../images/hospitalization/hospitalization-fv-sp.webp);
}

.page-hospitalization__title {
	font-size: 1.5rem;
	gap: 2px;
}

.page-hospitalization__title::before {
	height: 1.1875rem;
	width: 8.875rem;
}

.page-hospitalization__content {
	margin-top: 1.875rem;
}

.page-hospitalization__content-text {
	font-size: 0.9375rem;
}

.page-hospitalization__cta {
	margin-top: 3.125rem;
}

.page-hospitalization__cta-inner.inner {
	max-width: 500px;
}

.page-hospitalization__cta-content {
	font-size: 1.5625rem;
	gap: 1rem;
}

.page-hospitalization__ward {
	margin-top: 5.25rem;
}

.page-hospitalization__ward::after {
	display: none;
}

.page-hospitalization__ward-inner.inner {
	max-width: 500px;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.page-hospitalization__ward-content {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.page-hospitalization__ward-content-item-title {
	font-size: 1.25rem;
}

.page-hospitalization__ward-content-item-image {
	margin-top: 0.5rem;
}

.page-hospitalization__ward-content-item-text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.page-institution__fv {
	background-image: url(../images/institution/institution-fv-sp.webp);
}

.page-institution__section.page-section {
	padding-bottom: 5rem;
}

.page-institution__head-list {
	flex-wrap: wrap;
	gap: 0.625rem 0.625rem;
}

.page-institution__head-list a {
	font-size: 1rem;
	gap: 0;
	padding: 0.5rem 1.625rem 1rem;
}

.page-institution__content {
	margin-top: 3.75rem;
}

.page-institution__content-title {
	font-size: 1.25rem;
	gap: 0rem;
}

.page-institution__content-title::after {
	font-size: 1rem;
}

.page-institution__content-title::before {
	height: 1.1875rem;
	width: 8.875rem;
}

.page-institution__content-list.page-institution__content-list--exterior {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.page-institution__content-item-text {
	font-size: 1rem;
}

.page-institution__content-item {
	margin-top: 2.5rem;
}

.page-institution__content-text {
	font-size: 0.9375rem;
	margin-top: 1rem;
	text-align: left;
}

.page-institution__content-list {
	gap: 0.625rem 0.8125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
}

.page-institution__content-item-text {
	font-size: 1rem;
}

.page-message__fv {
	background-image: url(../images/message/message-fv-sp.webp);
}

.page-message__section-inner.inner {
	max-width: 500px;
}

.page-message__content {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.page-message__content-image {
	margin-left: auto;
	margin-right: auto;
	width: 74.0298507463%;
}

.page-message__content-text-name {
	margin-top: 0.5rem;
}

.page-message__content-text-name span:nth-of-type(1) {
	font-size: 0.9375rem;
}

.page-message__content-text-name span:nth-of-type(2) {
	font-size: 1.125rem;
	margin-top: 0.125rem;
}

.page-message__content-text-name span:nth-of-type(3) {
	font-size: 0.875rem;
}

.page-message__content-text {
	font-size: 0.9375rem;
}

.page-message__policy {
	margin-bottom: 5rem;
}

.page-message__policy::before {
	display: none;
}

.page-message__policy-inner.inner {
	max-width: 500px;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.page-message__policy-inner::before {
	display: none;
}

.page-message__policy-content {
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.page-message__policy-content-item {
	padding: 1.5rem 1.125rem;
}

.page-message__policy-content-item:nth-of-type(1) {
	border-radius: 10px;
	padding: 1.5rem 1.125rem;
}

.page-message__policy-content-item:not(:nth-of-type(1)) {
	padding: 1.5rem 1.3125rem 1.5rem 1.25rem;
}

.page-message__policy-content-item h3 {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

.page-message__policy-content-item:nth-of-type(1) p {
	font-size: 1.25rem;
}

.page-message__policy-content-item ul {
	max-width: 500px;
}

.page-message__policy-content-item li {
	font-size: 0.875rem;
}

.page-news__fv {
	background-image: url(../images/news/news-fv-sp.webp);
}

.page-news__content {
	margin-top: 2.5rem;
	padding-bottom: 0;
}

.page-news__content-inner.inner {
	max-width: 500px;
}

.page-news__pagination {
	margin-top: 3.125rem;
}

.page-outline__fv {
	background-image: url(../images/outline/outline-fv-sp.webp);
}

.page-outline__section.page-section {
	padding-bottom: 5rem;
}

.page-outline__section::after {
	right: 0;
	top: 0.75rem;
	width: 12.5rem;
}

.page-outline__section-inner.inner {
	max-width: 500px;
}

.page-outline__content {
	margin-top: 1.875rem;
}

.page-outline__content-list {
	gap: 1rem;
}

.page-outline__content-item {
	gap: 0.25rem;
	grid-template-columns: 1fr;
	position: relative;
}

.page-outline__content-item::before {
	background-color: #CACACA;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-outline__content-item::after {
	background-color: #367BB2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 7.5rem;
}

.page-outline__content-item-title {
	border-bottom: none;
	font-size: 0.9375rem;
	padding: 0 0 0 0.5rem;
}

.page-outline__content-item-text {
	border-bottom: none;
	font-size: 0.9375rem;
	padding: 0 0 1rem 0.5rem;
}

.page-outline__content-item-text--link {
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
}

.page-outline__history {
	margin-bottom: 5rem;
}

.page-outline__history::after {
	display: none;
}

.page-outline__history-inner.inner {
	max-width: 500px;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.page-outline__history-content {
	margin-top: 1.875rem;
}

.page-outpatient__fv {
	background-image: url(../images/outpatient/outpatient-fv-sp.webp);
}

.page-outpatient__section-inner.inner {
	padding-bottom: 5rem;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5rem;
}

.page-outpatient__content {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.page-outpatient__content-wrapper {
	gap: 2.5rem;
	order: 2;
}

.page-outpatient__content-item-title {
	font-size: 1.25rem;
	gap: 0.25rem;
}

.page-outpatient__content-item-title::after {
	font-size: 1rem;
}

.page-outpatient__content-item-list.list li {
	font-size: 1rem;
}

.page-outpatient__content-item-text {
	font-size: 0.9375rem;
}

.page-outpatient__content-item-notes {
	font-size: 0.9375rem;
}

.page-outpatient__content-image-wrapper {
	margin-top: 0;
	order: 1;
}

.page-outpatient__hours {
	padding-top: 5rem;
}

.page-outpatient__hours-content {
	margin-top: 1.875rem;
}

.page-outpatient__hours-inner::before {
	left: 0;
	top: -5rem;
	width: 12.5rem;
}

.page-outpatient__initial {
	margin-top: 5rem;
}

.page-outpatient__initial::after {
	display: none;
}

.page-outpatient__initial-inner.inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.page-outpatient__initial-content {
	margin-top: 1.875rem;
}

.page-outpatient__initial-head {
	font-size: 1.125rem;
}

.page-outpatient__initial-text {
	font-size: 0.9375rem;
}

.page-privacy-policy__fv {
	background-image: url(../images/privacy-policy/privacy-policy-fv-sp.webp);
}

.page-privacy-policy__section-wrapper.page-section {
	padding-bottom: 5rem;
	padding-top: 4.875rem;
}

.page-privacy-policy__content {
	font-size: 0.9375rem;
}

.page-privacy-policy__content h2 {
	font-size: 1.25rem;
	margin-top: 3.5rem;
	padding-bottom: 1rem;
}

.page-privacy-policy__content h2::after {
	width: 18.2089552239%;
}

.page-privacy-policy__content h3 {
	font-size: 1.125rem;
	margin-top: 2rem;
	padding-bottom: 0.5rem;
}

.page-privacy-policy__content p {
	margin-top: 1rem;
}

.page-privacy-policy__content ul,
.page-privacy-policy__content ol {
	margin-top: 1rem;
}

.page-privacy-policy__content ul li {
	padding-left: 1.1875rem;
}

.page-privacy-policy__content ul li::before {
	left: 0.625rem;
	top: 0.625rem;
	width: 0.1875rem;
}

.page-privacy-policy__content ol li {
	padding-left: 0.625rem;
}

.page-recruit__fv {
	background-image: url(../images/recruit/recruit-fv-sp.webp);
}

.page-recruit__section-wrapper.page-section {
	padding-bottom: 5rem;
}

.page-recruit__section {
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.page-recruit__message-content {
	flex-direction: column;
}

.page-recruit__message-image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.page-recruit__message-body {
	margin-top: 1.25rem;
	width: 100%;
}

.page-recruit__message-body-title {
	font-size: 1.25rem;
}

.page-recruit__message-body-text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.page-recruit__message-body-item {
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.page-recruit__message-body-item-title {
	font-size: 1rem;
}

.page-recruit__message-body-item-text {
	font-size: 0.875rem;
}

.page-recruit__training-section {
	background: linear-gradient(90deg, #F6FAFB 0%, #F6FAFB 50%, #fff 50%, #fff 100%);
}

.page-recruit__training-section::before {
	display: none;
}

.page-recruit__training-section-inner.inner {
	border-radius: 0 50px 50px 0;
	padding-bottom: 5.625rem;
	padding-top: 5rem;
}

.page-recruit__training-section-inner::before {
	display: none;
}

.page-recruit__training-section-inner::after {
	left: auto;
	left: initial;
	right: 0;
	top: 0;
	width: 12.5rem;
}

.page-recruit__training-content {
	margin-top: 2.25rem;
}

.page-recruit__training-text {
	font-size: 0.9375rem;
}

.page-recruit__training-image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
	width: 100vw;
}

.page-recruit__contact-section {
	padding-top: 5rem;
}

.page-recruit__contact-section::before {
	left: 0;
	top: 5rem;
	width: 12.5rem;
}

.page-recruit__contact-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
	max-width: 500px;
	padding: 2.1875rem 1.875rem;
}

.page-recruit__contact-text {
	font-size: 0.9375rem;
}

.page-recruit__contact-list {
	max-width: 17.25rem;
}

.page-recruit__contact-list-item dt {
	gap: 0.25rem;
	grid-template-columns: 1.375rem 1fr;
	width: 5.125rem;
}

.page-recruit__contact-list-item dt span {
	font-size: 1.125rem;
}

.page-recruit__contact-tel,
.page-recruit__contact-mail {
	font-size: 1.375rem;
}

.page-recruit__contact-person {
	font-size: 1.125rem;
}

.page-recruit__contact-entry-text {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.page-recruit__contact-entry-arrow {
	gap: 1.25rem;
}

.page-recruit__cta-inner.inner {
	max-width: 500px;
}

.page-recruit__cta-content {
	font-size: 1.5625rem;
}

.page-recruit__cta-arrow {
	width: 3.125rem;
}

.page-recruit__cta-notes {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.page-regional-support__fv {
	background-image: url(../images/regional-support/regional-support-fv-sp.webp);
}

.page-regional-support__section.page-section {
	padding-bottom: 5rem;
}

.page-regional-support__section-inner::before {
	bottom: 34.375rem;
	left: 0;
	width: 12.5rem;
}

.page-regional-support__content {
	gap: 5rem;
}

.page-regional-support__content-item-wrapper {
	flex-direction: column;
	gap: 1.25rem;
}

.page-regional-support__content-item:nth-child(2) .page-regional-support__content-item-wrapper {
	flex-direction: column;
}

.page-regional-support__content-item-text {
	font-size: 0.9375rem;
	max-width: 100%;
}

.page-regional-support__content-item-link-wrapper {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.page-regional-support__content-item-link-item-text {
	font-size: 1rem;
}

.page-regional-support__content-item-link-item-link {
	font-size: 1rem;
	grid-template-columns: 1.25rem auto;
	max-width: 20.9375rem;
	padding: 1rem 1.875rem;
	width: 100%;
}

.page-related-facilities__fv {
	background-image: url(../images/related-facilities/related-facilities-fv-sp.webp);
}

.page-related-facilities__section.page-section {
	padding-bottom: 5rem;
}

.page-related-facilities__head {
	border-radius: 30px;
	padding: 1.875rem 1.25rem;
}

.page-related-facilities__head::before {
	display: none;
}

.page-related-facilities__head-text {
	font-size: 0.9375rem;
	max-width: 100%;
}

.page-related-facilities__content {
	margin-top: 5rem;
}

.page-related-facilities__content-list {
	gap: 3.75rem;
}

.page-related-facilities__content-item {
	gap: 0.625rem;
	grid-template-columns: 1fr;
}

.page-related-facilities__content-item-title {
	font-size: 1.25rem;
}

.page-related-facilities__content-item-text {
	font-size: 0.9375rem;
}

.page-related-facilities__content-item-list {
	margin-top: 0.5rem;
}

.page-related-facilities__content-item-list dt {
	font-size: 1.0625rem;
	grid-template-columns: 1.375rem auto;
}

.page-related-facilities__content-item-list dd {
	font-size: 0.9375rem;
	padding-left: 2rem;
}

.page-related-facilities__content-item-link-wrapper {
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.page-related-facilities__content-item-link {
	font-size: 1.25rem;
	height: 3.375rem;
	max-width: 20.9375rem;
	padding: 1rem 1.25rem;
	width: 100%;
}

.page-related-facilities__content-item-link-icon {
	width: 1.125rem;
}

.page-related-facilities__content-item-link.page-related-facilities__content-item-link--hp {
	font-size: 1.125rem;
	gap: 0.5rem;
}

.page-single-blog {
	margin-top: 6.875rem;
}

.page-single-blog__section.page-section {
	padding-bottom: 5rem;
}

.page-single-blog__content::before {
	left: inherit;
	right: 0;
	top: 0;
	width: 12.5rem;
}

.page-single-blog__content-inner.inner {
	max-width: 500px;
}

.page-single-blog__meta {
	flex-wrap: wrap;
}

.page-single-blog__date {
	font-size: 1rem;
}

.page-single-blog__category {
	font-size: 0.9375rem;
	padding: 0px 0.75rem;
}

.page-single-blog__title {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.page-single-blog__thumbnail {
	margin-top: 1.5rem;
	max-width: 100%;
}

.page-single-blog__navigation {
	margin-top: 3.125rem;
}

.page-single {
	margin-top: 6.875rem;
}

.page-single__section.page-section {
	padding-bottom: 5rem;
}

.page-single__content::before {
	right: 0;
	top: 0;
	width: 12.5rem;
}

.page-single__content-inner.inner {
	max-width: 500px;
}

.page-single__date {
	font-size: 1rem;
}

.page-single__category {
	font-size: 0.9375rem;
	padding: 0px 0.75rem;
}

.page-single__title {
	font-size: 1.25rem;
	padding-bottom: 2rem;
}

.page-single__body {
	padding-top: 2rem;
}

.page-single__navigation {
	margin-top: 3.125rem;
}

.top-blog {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-blog__inner.inner {
	max-width: 500px;
}

.top-blog__inner::before {
	display: none;
}

.top-blog__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.top-introduction {
	padding-top: 5rem;
}

.top-introduction__inner.inner {
	max-width: 500px;
}

.top-introduction__list {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.top-introduction__image-name-container {
	height: 2.6875rem;
	margin-top: 3.75rem;
}

.top-introduction__image-name {
	width: 52.875rem;
}

.top-message {
	background: #F6FAFB;
}

.top-message::after {
	display: none;
}

.top-message__inner.inner {
	border-radius: 0;
	max-width: 500px;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-message__inner::before {
	right: 0;
	top: 5rem;
	width: 12.5rem;
}

.top-message__content {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.top-message__content-image {
	margin-left: auto;
	margin-right: auto;
	width: 74.0298507463%;
}

.top-message__content-text {
	font-size: 0.9375rem;
	margin-top: 0;
}

.top-message__content-text-name span:nth-of-type(1) {
	font-size: 0.9375rem;
	margin-top: 0.25rem;
}

.top-message__content-text-name span:nth-of-type(2) {
	font-size: 1.125rem;
}

.top-message__more {
	margin-top: 1.25rem;
	padding-left: 0;
	text-align: center;
}

.top-mv__title-container {
	bottom: 13.3333333333vw;
	left: 50%;
	padding: 8vw 0 10.6666666667vw 8.5333333333vw;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translateX(-50%);
	width: 100%;
}

.top-mv__title {
	font-size: 9.6vw;
}

.top-mv__text {
	font-size: 4vw;
	margin-top: 2.6666666667vw;
}

.top-mv__title-container::before {
	bottom: 0;
	left: 8vw;
	width: 81.6vw;
}

.top-mv__slide {
	aspect-ratio: initial;
}

.top-mv-swiper {
	aspect-ratio: initial;
}

.top-news {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.top-news__inner.inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 500px;
}

.top-news__inner::before {
	right: 0rem;
	top: -3.75rem;
	width: 12.5rem;
}

.top-news__header {
	display: contents;
	padding: 0;
}

.top-news__title.section-title {
	align-items: center;
	order: 1;
	text-align: center;
}

.top-news__more {
	margin-top: 2.5rem;
	order: 3;
	padding-right: 0;
}

.top-news__list {
	margin-top: 1rem;
	order: 2;
}

.about-section__inner.inner {
	max-width: 500px;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.about-section__inner::before {
	left: 0;
	top: 5rem;
	width: 12.5rem;
}

.about-section__content {
	align-items: center;
	flex-direction: column-reverse;
}

.about-section__content:nth-of-type(2) {
	gap: 0.1875rem;
	margin-top: 2.5rem;
}

.about-section__content-item {
	margin-top: 1.25rem;
	width: 100%;
}

.about-section__content-text-title {
	font-size: 1.25rem;
}

.about-section__content-text-text {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.about-section__content:nth-of-type(1) .about-section__content-text-text::before {
	display: none;
}

.about-section__content:nth-of-type(1) .about-section__content-image {
	margin-left: 0;
	width: 94.6666666667vw;
}

.about-section__content:nth-of-type(even) {
	flex-direction: column-reverse;
}

.blog-card {
	gap: 0.5rem;
}

.blog-card__header {
	gap: 0.625rem;
}

.blog-card__category {
	font-size: 0.8125rem;
	padding: 0 0.75rem;
}

.blog-card__date {
	font-size: 0.875rem;
}

.blog-card__title {
	font-size: 1.0625rem;
	margin-top: 0.125rem;
}

.blog-contents__content {
	margin-top: 3.75rem;
}

.blog-contents__head-inner.inner {
	max-width: 500px;
}

.blog-contents__content-inner.inner {
	max-width: 500px;
}

.blog-contents__list {
	gap: 1.5rem 0.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.blog-contents__pagination {
	margin-top: 3.125rem;
}

.breadcrumb {
	font-size: 0.75rem;
	margin-top: 1.25rem;
}

.breadcrumb__inner.inner {
	max-width: 100%;
}

.breadcrumb__container {
	gap: 0.625rem;
}

.breadcrumb span[property=name] {
	max-width: 200px;
}

.category-filter {
	gap: 0.5rem;
	justify-content: flex-start;
}

.category-filter__btn {
	font-size: 0.875rem;
	padding: 0.25rem 1.5rem;
}

.contact-section__image {
	max-width: 500px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact-section__content {
	margin-top: -4.625rem;
	padding-top: 6.5rem;
}

.contact-section__title {
	margin-top: 0;
}

.contact-section__text {
	font-size: 0.9375rem;
	margin-top: 1.875rem;
}

.contact-section__links {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact-section__link-tel {
	height: 4.625rem;
	max-width: 335px;
	padding: 0.875rem 3.375rem;
	width: 100%;
}

.contact-section__link-icon {
	width: 1.625rem;
}

.contact-section__link-number {
	font-size: 1.625rem;
}

.contact-section__link-time {
	font-size: 0.9375rem;
}

.contact-section__link-time span {
	font-size: 0.875rem;
}

.contact-section__link-faq {
	font-size: 1.25rem;
	height: 4.625rem;
	max-width: 335px;
	width: 100%;
}

.contact-section__image-name-container {
	height: 2.6875rem;
	margin-top: 3.75rem;
}

.contact-section__image-name {
	width: 52.875rem;
}

.footer {
	background-image: url(../images/common/footer-bg-sp.webp);
	padding-top: 3.125rem;
}

.footer__inner.inner {
	max-width: 100%;
}

.footer__content {
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 0.5rem;
}

.footer__info-container {
	width: 100%;
}

.footer__hospital-name {
	font-size: 1.375rem;
}

.footer__contact {
	font-size: 0.875rem;
}

.footer__nav-container {
	max-width: 100%;
}

.footer__woman-icon {
	margin-top: 0.625rem;
	width: 3.5rem;
}

.footer__nav-list {
	gap: 0.375rem 1.875rem;
}

.footer__nav-link {
	font-size: 0.875rem;
	padding-left: 0;
	padding-right: 0;
}

.footer__nav-link--disclosure {
	margin-top: 0.625rem;
}

.footer__bottom {
	margin-top: 3.125rem;
}

.footer__copyright {
	font-size: 0.75rem;
}

.header__menu-link-tel-number {
	font-size: 1.625rem;
}

.header__drawer-menu-link,
.header__drawer-menu-text {
	font-size: 1.125rem;
}

.header__drawer-menu-link-arrow {
	width: 1.75rem;
}

.header__drawer-sub-item {
	font-size: 0.9375rem;
}

.header__drawer-menu-link--recruit .header__drawer-menu-link-text {
	font-size: 0.9375rem;
}

.header__drawer-menu-link-tel-number {
	font-size: 1.625rem;
}

.header__drawer-menu-link-tel-time {
	font-size: 1rem;
}

.header__drawer-menu-link-tel-time span {
	font-size: 0.8125rem;
}

.history-list {
	margin-left: auto;
	margin-right: auto;
}

.history-list__term {
	font-size: 0.9375rem;
	padding-bottom: 0.625rem;
	padding-right: 1rem;
	width: 6.875rem;
}

.history-list__description {
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	width: 100%;
}

.history-list__description::before,
.history-list__description::after {
	top: calc(50% - 0.3125rem);
}

.history-list__description::after {
	left: -0.25rem;
	width: 0.625rem;
}

.history-list__text {
	font-size: 0.9375rem;
}

.info {
	padding-bottom: 4.375rem;
}

.info__inner.inner {
	max-width: 500px;
}

.info__content {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.info__content-item {
	display: contents;
}

.info__content-item-container {
	gap: 0.25rem;
	order: 1;
}

.info__content-item-container--schedule {
	order: 1;
}

.info__content-item-container--address {
	order: 3;
}

.info__content-item-container + .info__content-item-container {
	margin-top: 0;
}

.info__content-item-icon {
	width: 1.125rem;
}

.info__content-item-icon--schedule {
	margin-top: 0.875rem;
}

.info__content-item-icon--address {
	margin-top: 0.25rem;
}

.info__content-item-address-title {
	font-size: 1rem;
}

.info__content-item-address-text {
	font-size: 0.9375rem;
}

.info__content-map {
	order: 2;
}

.info__content-map iframe {
	height: 11.0625rem;
}

.inner {
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
}

.introduction-card__content {
	padding-bottom: 1.25rem;
}

.introduction-card__icon {
	border: 0.75rem solid #fff;
	margin-top: -3.4375rem;
	width: 4.375rem;
}

.introduction-card__title {
	font-size: 1.5rem;
	gap: 0.25rem;
	margin-top: -0.25rem;
}

.introduction-card__title::after {
	font-size: 1rem;
}

.introduction-card__arrow {
	margin-top: 0.625rem;
	padding: 0.5625rem;
	width: 2.375rem;
}

.link {
	font-size: 0.9375rem;
	gap: 1rem;
}

.link img {
	padding: 9px;
	width: 2.375rem;
}

.list li {
	font-size: 0.875rem;
	padding-left: 1.0625rem;
}

.list li::before {
	top: 0.5rem;
	width: 0.4375rem;
}

.news-item__link {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.25rem;
	padding-bottom: 1rem;
	padding-left: 0.5rem;
	padding-right: 2.5rem;
	padding-top: 1rem;
}

.news-item__date-container {
	align-items: flex-start;
}

.news-item__link::before {
	right: 0.5rem;
	width: 1rem;
}

.news-item__date {
	font-size: 0.875rem;
}

.news-item__category {
	font-size: 0.875rem;
	padding: 0 0.75rem 0 0.75rem;
}

.news-item__title {
	font-size: 0.875rem;
}

.page-fv {
	aspect-ratio: 375/300;
}

.page-fv__inner {
	padding-top: 41.3333333333vw;
}

.page-fv__title {
	font-size: 1.875rem;
	gap: 0.5rem;
}

.page-fv__title::after {
	font-size: 1.25rem;
}

.page-section {
	padding-bottom: 5rem;
	padding-top: 5.8125rem;
}

.page-section::before {
	width: 81.6vw;
}

.pagination .page-numbers {
	font-size: 0.9375rem;
	margin: 0 0.125rem;
	min-width: 2.5rem;
	padding: 0 0.5rem;
}

.pagination .prev,
.pagination .next {
	min-width: 2.5rem;
}

.pagination .dots {
	font-size: 1.25rem;
	min-width: 2rem;
}

.schedule-table__header {
	font-size: 0.9375rem;
	width: 2rem;
}

.schedule-table__header.schedule-table__header--time {
	aspect-ratio: 90/40;
	font-size: 1rem;
	width: 5.625rem;
}

.schedule-table__header.schedule-table__header--time img {
	margin-right: 0.125rem;
	width: 1.125rem;
}

.schedule-table__time {
	font-size: 0.9375rem;
	width: 5.625rem;
}

.schedule-table__cell {
	aspect-ratio: 32/40;
	width: 2rem;
}

.schedule-table__cell-available-icon {
	width: 0.75rem;
}

.schedule-table__cell-partial-icon {
	height: 0.75rem;
	width: 0.875rem;
}

.schedule-table__cell-partial-icon::before {
	height: 0.375rem;
	width: 0.4375rem;
}

.schedule-table__cell-unavailable-icon {
	height: 0.125rem;
	width: 1rem;
}

.schedule-table__notes {
	gap: 0.875rem;
	margin-top: 0.5rem;
}

.schedule-table__note {
	font-size: 0.9375rem;
}

.section-title {
	font-size: 1.5rem;
	gap: 2px;
}

.section-title::after {
	font-size: 1rem;
}

.section-title::before {
	height: 1.1875rem;
	width: 8.875rem;
}

.single-content {
	font-size: 0.9375rem;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	margin: 2rem 0 1.5rem;
}

.single-content h1 {
	font-size: 1.25rem;
}

.single-content h2 {
	font-size: 1.25rem;
	margin: 2rem 0 1.5rem;
}

.single-content h3 {
	font-size: 1.125rem;
}

.single-content h4 {
	font-size: 1rem;
}

.single-content h5,
.single-content h6 {
	font-size: 1rem;
}

.single-content p {
	margin-bottom: 1rem;
}

.single-content ul li {
	margin-bottom: 0.375rem;
	padding-left: 1.0625rem;
}

.single-content ul li::before {
	top: 0.75rem;
	width: 0.4375rem;
}

.single-content ol {
	margin: 1rem 0;
}

.single-content ol li {
	margin-bottom: 0.375rem;
}

.single-content img {
	margin: 1.5rem 0;
}

.single-content figure {
	margin: 1.5rem 0;
}

.single-content figcaption {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.single-content table {
	margin: 1.5rem 0;
}

.single-navigation__prev {
	gap: 0.25rem;
}

.single-navigation__nav-label {
	font-size: 0.875rem;
}

.single-navigation__nav-label-back {
	font-size: 1rem;
}

}

@media (max-width: 490px) {

.pagination .page-numbers {
	font-size: 0.8125rem;
	margin: 0 0.0625rem;
	min-width: 2rem;
	padding: 0 0.25rem;
}

.pagination .dots {
	font-size: 0.8125rem;
	margin: 0 0.0625rem;
	min-width: 1.25rem;
	padding: 0 0.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeInUp {

to {
	opacity: 1;
	transform: translateY(0);
}

}


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