body {
	background-color: #F0F0F1;
	color: #254758;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

.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 {
	background-color: #f0f0f1;
	line-height: 1.75;
	min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.page-recruit {
	padding-bottom: 8.125rem;
}

.page-recruit__training {
	margin-top: 2.625rem;
}

.page-recruit__training-inner.inner {
	margin-top: 2.5rem;
}

.page-recruit__training-content {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 50.303030303% 45.6060606061%;
	justify-content: space-between;
}

.page-recruit__training-body {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.page-recruit__training-container h3 {
	color: #f0831e;
	display: flex;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.page-recruit__training-number {
	color: #68a9cf;
}

.page-recruit__training-container p {
	font-size: 1.0625rem;
	line-height: 1.6470588235;
	margin-top: 1.25rem;
	max-width: 38.625rem;
}

.page-recruit__voice {
	margin-top: 5rem;
}

.page-recruit__voice-inner.inner {
	margin-top: 2.25rem;
}

.page-recruit__voice-profile {
	grid-gap: 7.125rem;
	display: grid;
	gap: 7.125rem;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
}

.page-recruit__voice-container h3 {
	align-items: center;
	color: #f0831e;
	display: flex;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}

.page-recruit__voice-container h3 span {
	position: relative;
}

.page-recruit__voice-container h3::after {
	background-color: #f0831e;
	content: "";
	flex-grow: 1;
	height: 0.125rem;
	margin-left: 1.25rem;
}

.page-recruit__voice-list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.25rem;
}

.page-recruit__voice-list p {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 0.375rem;
}

.page-recruit__button {
	align-items: flex-start;
	background: linear-gradient(to bottom, #ff931e 0%, #fff 100%);
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 2.5625rem;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 0.875rem;
	padding: 0.5rem 1.25rem;
	text-transform: capitalize;
	width: 100%;
}

.page-recruit__button-icon {
	margin-top: 0.25rem;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	width: 1.125rem;
}

.page-recruit__button.is-active .page-recruit__button-icon {
	transform: rotate(270deg);
}

.page-recruit__button.is-active {
	height: 5.375rem;
}

.page-recruit__voice-content--sp {
	display: none;
}

.page-recruit__voice-item {
	background-color: #fff;
	display: none;
	padding: 2.875rem;
}

.page-recruit__voice-item.is-active {
	display: block;
}

.page-recruit__voice-item h4 {
	color: #f0831e;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.page-recruit__voice-item p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.page-recruit__qualification {
	margin-top: 6.875rem;
}

.page-recruit__qualification-inner.inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.25rem;
}

.page-recruit__qualification-container {
	border-left: 1px solid #254758;
	padding: 0.125rem 0 1.25rem 2.875rem;
}

.page-recruit__qualification-container:last-of-type {
	border-right: 1px solid #254758;
}

.page-recruit__qualification-container h3 {
	color: #f0831e;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
}

.page-recruit__qualification-container p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.page-recruit__hospital {
	margin-top: 5rem;
}

.page-recruit__hospital-inner.inner {
	margin-top: 2.5rem;
}

.page-recruit__hospital-container p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}

.page-research {
	padding-bottom: 8.125rem;
}

.page-research__topic {
	margin-top: 2.625rem;
}

.page-research__topic-inner.inner {
	margin-top: 3.75rem;
}

.page-research__topic-title {
	color: #f0831e;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.page-research__topic-text {
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.7647058824;
	margin-top: 1.25rem;
}

.page-research__topic-content {
	background-color: #e3e7ee;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.875rem;
	padding: 2.75rem 2.25rem;
}

.page-research__topic-content-image {
	height: 15.4375rem;
}

.page-research__topic-content-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: auto;
	width: initial;
}

.page-research__topic-content-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.8666666667;
	margin-top: auto;
}

.page-research__topic-content-text span {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	vertical-align: super;
}

.page-research__topic-container + .page-research__topic-container {
	margin-top: 4.375rem;
}

.page-research__topic-microscopy {
	background-color: #e3e7ee;
	margin-top: 1.875rem;
	padding: 1.625rem 2.25rem;
	position: relative;
}

.page-research__topic-microscopy h4 {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.page-research__topic-microscopy-images {
	grid-gap: 1.5rem;
	align-self: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	justify-self: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 40.125rem;
}

.page-research__topic-microscopy-image {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
}

.page-research__topic-microscopy-image span {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.page-research__topic-microscopy-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.8666666667;
	margin-top: 0.625rem;
	text-align: center;
}

.page-research__achievement {
	margin-top: 5.5rem;
}

.page-research__achievement-inner.inner {
	margin-top: 2.875rem;
}

.page-research__achievement-container {
	align-items: center;
	display: flex;
	height: 1.875rem;
}

.page-research__achievement-title {
	color: #f0831e;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding-right: 1.125rem;
}

.page-research__achievement-text {
	align-content: center;
	color: #f0831e;
	display: grid;
	font-size: 1.1875rem;
	font-weight: 500;
	height: 100%;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	place-content: center;
	position: relative;
}

.page-research__achievement-text::before {
	background-color: #254758;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.page-research__achievement-text::after {
	background-color: #254758;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.page-research__achievement-link-wrap {
	align-content: center;
	display: grid;
	justify-content: center;
	padding-left: 1.125rem;
	place-content: center;
}

.page-research__achievement-link {
	background-color: #546875;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.25rem 0.625rem;
	transition: opacity 0.3s;
}

.page-staff {
	padding-bottom: 5.875rem;
}

.page-staff__section {
	margin-top: 3.375rem;
}

.page-staff__contents {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.page-staff__item {
	grid-gap: 2.8125rem;
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: 20.625rem 1fr;
}

.page-staff__profile {
	display: flex;
	flex-direction: column;
	height: 26.75rem;
}

.page-staff__profile.page-staff__profile--short {
	height: 6rem;
}

.page-staff__image {
	max-width: 100%;
	width: 100%;
}

.page-staff__name-wrap {
	background: linear-gradient(to right, #68a9cf 0%, #83ccd2 70%);
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding: 1.25rem 0.625rem 1.25rem 2.875rem;
}

.page-staff__position {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.6470588235;
}

.page-staff__name {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.25;
}

.page-staff__info {
	border-bottom: 1px solid #254758;
}

.page-staff__info-item {
	grid-gap: 0.625rem;
	border-top: 1px solid #254758;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 8.375rem 1fr;
	padding: 0.375rem 0;
}

.page-staff__info-item dt {
	color: #f0831e;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
}

.page-staff__info-item dd {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.page-staff__text-pc-only {
	display: inline;
}

.top-fv {
	background-image: url(../images/top/top-bg@2x.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 68.1770833333vw 47.1354166667vw;
	position: relative;
}

.top-fv__inner {
	padding-top: 7.9375rem;
	position: relative;
	z-index: 1;
}

.top-fv__image {
	filter: blur(10px);
	height: auto;
	margin-left: 4.4791666667vw;
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 1.5s ease-out, filter 1.5s ease-out, transform 1.5s ease-out;
	width: 84.8958333333vw;
}

.top-fv__image.is-loaded {
	filter: blur(0);
	opacity: 1;
	transform: scale(1);
}

.top-fv__message {
	left: 29.0625vw;
	position: absolute;
	top: 17.2916666667vw;
	width: 61.6666666667vw;
	z-index: 2;
}

.top-fv__text {
	font-size: 2.34375vw;
	font-weight: 900;
	left: 15.625vw;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: 22.1354166667vw;
	z-index: 2;
}

.top-section {
	overflow: hidden;
}

.top-section__message-inner {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 44.7482014388%;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.top-section__message-body {
	margin-top: 3.25rem;
}

.top-section__message-head {
	font-feature-settings: "palt" 1;
	font-size: max(1.875rem, 18px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.top-section__message-text {
	font-size: 16px;
	font-size: max(1rem, 14px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.top-section__message-profile {
	aspect-ratio: 622/446;
	position: relative;
}

.top-section__message-profile::before {
	aspect-ratio: 316/77;
	background-image: url(../images/common/message.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: -2.8125rem;
	top: 0;
	width: min(16.4583333333vw, 316px);
	z-index: 1;
}

.top-section__message-image {
	margin-left: 5.1875rem;
	margin-top: 2.5rem;
	max-width: 74.9196141479%;
	position: relative;
}

.top-section__message-name {
	background: linear-gradient(to right, #68a9cf, #83ccd2);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 1.625rem 1.125rem;
	position: absolute;
}

.top-section__message-name-head {
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.top-section__message-name-text {
	font-size: max(1.5rem, 18px);
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 1.5rem;
}

.top-section__intro {
	padding-bottom: 12.375rem;
	padding-top: 3.75rem;
	position: relative;
}

.top-section__intro::before {
	aspect-ratio: 1309/905;
	background-image: url(../images/top/top-bg-01@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: -4.9479166667vw;
	width: 68.1770833333vw;
	z-index: -1;
}

.top-section__intro::after {
	aspect-ratio: 1440/996;
	background-image: url(../images/top/top-bg-02@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 6.875vw;
	content: "";
	left: 0;
	position: absolute;
	width: 75vw;
	z-index: -1;
}

.top-section__intro-inner.inner {
	max-width: 1500px;
}

.top-section__container-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1434px;
	position: relative;
}

.top-section__recruit {
	aspect-ratio: 804/416;
	margin-left: 3.375rem;
	max-width: 50.25rem;
	position: relative;
}

.top-section__recruit--sp {
	display: none;
}

.top-section__recruit::before {
	aspect-ratio: 610/222;
	background-image: url(../images/top/top-image01@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: max(-40.1041666667vw, -770px);
	top: -4.125rem;
	width: min(31.7708333333vw, 38.125rem);
}

.top-section__recruit::after {
	aspect-ratio: 270/179;
	background-image: url(../images/top/top-image02@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: max(-6.25vw, -120px);
	position: absolute;
	top: 19.5rem;
	width: min(14.0625vw, 16.875rem);
	z-index: -1;
}

.top-section__recruit-image {
	margin-left: auto;
	max-width: 32.6875rem;
}

.top-section__recruit-link-wrapper {
	left: 0;
	position: absolute;
	top: 18%;
}

.top-section__staff {
	aspect-ratio: 585/522;
	margin-left: auto;
	margin-top: -11.5rem;
	max-width: 36.5625rem;
	position: relative;
}

.top-section__staff--sp {
	display: none;
}

.top-section__staff::before {
	aspect-ratio: 460/262;
	background-image: url(../images/top/top-image03@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15.125rem;
	content: "";
	position: absolute;
	right: max(-12.5vw, -240px);
	width: min(23.9583333333vw, 28.75rem);
}

.top-section__staff::after {
	aspect-ratio: 175/246;
	background-image: url(../images/top/top-image04@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -17.625rem;
	content: "";
	position: absolute;
	right: min(16.3541666667vw, 314px);
	width: min(9.1145833333vw, 10.9375rem);
}

.top-section__staff-image {
	margin-left: auto;
	max-width: 31.1875rem;
}

.top-section__staff-link-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
}

.top-section__research {
	aspect-ratio: 660/494;
	margin-left: 8.625rem;
	margin-top: -13.4375rem;
	max-width: 41.25rem;
	position: relative;
}

.top-section__research--sp {
	display: none;
}

.top-section__research::after {
	aspect-ratio: 253/179;
	background-image: url(../images/top/top-image05@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4.375rem;
	content: "";
	left: max(-7.7083333333vw, -148px);
	position: absolute;
	width: min(13.1770833333vw, 15.8125rem);
}

.top-section__research-image {
	max-width: 39.125rem;
}

.top-section__research-link-wrapper {
	bottom: 0;
	position: absolute;
	right: 0;
}

.top-section__medical {
	aspect-ratio: 1103/282;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.875rem;
	max-width: 68.9375rem;
	position: relative;
}

.top-section__medical--sp {
	display: none;
}

.top-section__medical-image {
	margin-left: auto;
	max-width: 25.375rem;
}

.top-section__medical-link-wrapper {
	left: 0;
	position: absolute;
	top: 29%;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1325px;
	padding-bottom: 6.25rem;
}

.footer__inner.inner {
	border-bottom: 1px solid #254758;
	border-top: 1px solid #254758;
	max-width: 1325px;
	padding-bottom: 4.5rem;
	padding-left: 6.0377358491%;
	padding-right: 6.0377358491%;
	padding-top: 3.75rem;
}

.footer__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.footer__info {
	max-width: 56.652360515%;
}

.footer__info-inner {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.625rem;
}

.footer__info-logo {
	max-width: 27.8787878788%;
}

.footer__info-text {
	font-size: min(1.4339622642vw, 19px);
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.2631578947;
}

.footer__info-address {
	border-top: 1px dotted #254758;
	font-size: min(1.2075471698vw, 16px);
	font-weight: 500;
	letter-spacing: 0.07em;
	letter-spacing: 0;
	line-height: 1.5;
	padding-top: 0.375rem;
}

.footer__banners {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 40%;
}

.footer__banners a {
	display: block;
	transition: opacity 0.3s ease;
}

.footer__bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.footer__contact {
	align-items: center;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	gap: 2.5751072961%;
	height: 4.25rem;
	padding-left: 6.8669527897%;
	padding-right: 5.1502145923%;
	width: 56.8240343348%;
}

.footer__contact-text {
	font-size: min(1.2075471698vw, 16px);
	font-weight: 500;
	letter-spacing: 0.08em;
	letter-spacing: 0;
	line-height: 1.375;
}

.footer__contact-icon {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	width: 19.734345351%;
}

.footer__contact-icon a {
	transition: opacity 0.3s ease;
	width: 44.2307692308%;
}

.footer__sns {
	align-items: center;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	gap: 2.5751072961%;
	height: 4.25rem;
	justify-content: center;
	width: 40.3433476395%;
}

.footer__sns-text {
	font-size: min(1.2075471698vw, 16px);
	font-weight: 500;
	letter-spacing: 0.08em;
	letter-spacing: 0;
	line-height: 1.375;
}

.footer__sns a {
	display: block;
	transition: opacity 0.3s ease;
	width: 9.7872340426%;
}

.footer__map {
	margin-top: 1.875rem;
	width: 100%;
}

.footer__map iframe {
	aspect-ratio: 1146/206;
	width: 100%;
}

.footer__copy {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 1rem;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	height: 6.25rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	z-index: 900;
}

.header.is-open .header__inner {
	background-color: #F0F0F1;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
	padding: 0 0.625rem;
	position: relative;
	z-index: 999;
}

.header__logo {
	height: inherit;
	margin-right: 1.0526315789%;
	max-width: 10%;
	position: relative;
	width: 100%;
	z-index: 999;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	width: 100%;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__title {
	font-size: min(1.4285714286vw, 22px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 1.3157894737%;
	padding-right: 1.3157894737%;
	position: relative;
	z-index: 999;
}

.header__title::before {
	background-color: #254758;
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__nav {
	display: block;
	height: inherit;
	padding-left: 1.9736842105%;
	position: relative;
}

.header__nav::before {
	background-color: #254758;
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__nav-list {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: min(1.1688311688vw, 18px);
	font-weight: 500;
	gap: 5px;
	height: inherit;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: min(0.974025974vw, 15px);
	transition: color 0.3s;
}

.header__nav-item a span {
	font-family: "Noto Serif JP", serif;
	font-size: min(0.7792207792vw, 12px);
	font-weight: 200;
	letter-spacing: 0;
	line-height: 1;
}

.header__contact-list {
	align-items: center;
	display: flex;
	gap: 17.1428571429%;
	height: inherit;
	justify-content: center;
	padding-left: 2.3684210526%;
	position: relative;
	width: 9.2105263158%;
}

.header__contact-list::before {
	background-color: #254758;
	content: "";
	height: 3rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__contact-item {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	max-width: 38.4615384615%;
	width: 100%;
}

.header__contact-item a {
	max-width: 2.5rem;
	transition: opacity 0.3s;
	width: 100%;
}

.header__hamburger {
	display: none;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger-line {
	height: 0.625rem;
	position: relative;
	width: 1.4375rem;
}

.header__hamburger-line span {
	background-color: #fff;
	display: block;
	height: 1px;
	position: absolute;
	transition: 0.5s;
	width: 1.4375rem;
}

.header__hamburger-line span:nth-of-type(1) {
	top: 0;
}

.header__hamburger-line span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header__hamburger-line span:nth-of-type(3) {
	bottom: 0;
}

.header__hamburger.is-open .header__hamburger-line span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
}

.header__hamburger.is-open .header__hamburger-line span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line span:nth-of-type(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-30deg);
}

.header__hamburger-text-wrapper {
	height: 0.625rem;
	position: relative;
	width: 100%;
}

.header__hamburger-text {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header__hamburger-text-menu {
	opacity: 1;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: visible;
	width: 2.1875rem;
}

.header__hamburger-text-close {
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 2.0625rem;
}

.header__hamburger.is-open .header__hamburger-text-close {
	opacity: 1;
	visibility: visible;
}

.header__hamburger.is-open .header__hamburger-text-menu {
	opacity: 0;
	visibility: hidden;
}

.header__drawer {
	background-color: rgba(0, 0, 0, 0.71);
	bottom: 0;
	height: calc(100vh - 5.9375rem);
	left: 0;
	margin-top: 5.9375rem;
	opacity: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 800;
}

.header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-container {
	background-color: #F0F0F1;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	max-width: 18.75rem;
	min-height: calc(100vh - 5.9375rem);
	padding: 3.125rem 2.5rem;
}

.header__drawer-nav {
	border-top: 1px solid #254758;
}

.header__drawer-item a {
	border-bottom: 1px solid #254758;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.375rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 1.125rem 0;
	width: 100%;
}

.header__drawer-item a span {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 0.6875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
}

.header__drawer-contact-list {
	display: flex;
	gap: 1.125rem;
	margin-top: 3rem;
}

.header__drawer-contact-item {
	aspect-ratio: 1;
	width: 2.625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.js-fadeUp {
	filter: blur(10px); /*追加*/
	opacity: 0;
	transform: translateY(3.75rem);
	transition: all 1s;
	visibility: hidden;
}

.js-fadeUp.is-active {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.page-fv {
	background: linear-gradient(to bottom, transparent 0%, transparent 15%, #FFFFFF 15%, #FFFFFF 85%, transparent 85%);
	margin-top: 7.125rem;
}

.page-fv__inner.inner {
	grid-gap: 6.25rem;
	align-items: center;
	display: grid;
	gap: 6.25rem;
	grid-template-columns: 1fr 30.5625rem;
	justify-content: space-between;
}

.page-fv__title {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.page-fv--recruit .page-fv__title-en {
	width: 9.25rem;
}

.page-fv--staff .page-fv__title-en {
	width: 6.25rem;
}

.page-fv--research .page-fv__title-en {
	width: 11.5625rem;
}

.page-fv__title-ja {
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.page-section-title {
	background: linear-gradient(to right, #68a9cf 0%, #83ccd2 70%, #83ccd2 100%);
}

.page-section-title__inner {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.page-section-title__text {
	color: #FFFFFF;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.top-section-link {
	display: block;
	width: inherit;
}

.top-section-link--recruit .top-section-link__title {
	width: 18.625rem;
}

.top-section-link--staff .top-section-link__title {
	width: 12.5625rem;
}

.top-section-link--research .top-section-link__title {
	width: 23.125rem;
}

.top-section-link--medical .top-section-link__title {
	width: 47.25rem;
}

.top-section-link__button {
	align-items: center;
	background: linear-gradient(to right, #ff931e 41.5%, transparent 50%, #ff931e 100%);
	background-position: 0 50%;
	background-size: 200% auto;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	height: 2.875rem;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-transform: capitalize;
	transition: background-position 0.3s ease-in-out;
	width: 22.75rem;
}

.top-section-link__button img {
	width: 1.75rem;
}

.top-section-link__text {
	font-size: max(1.4375rem, 16px);
	letter-spacing: 0;
	line-height: 1;
	margin-top: 0.75rem;
}

@media (hover: hover) {

.page-research__achievement-link:hover {
	opacity: 0.8;
}

.footer__banners a:hover {
	opacity: 0.8;
}

.footer__contact-icon a:hover {
	opacity: 0.8;
}

.footer__sns a:hover {
	opacity: 0.8;
}

.header__nav-item a:hover {
	color: #8f9199;
}

.header__contact-item a:hover {
	opacity: 0.7;
}

.top-section-link:hover .top-section-link__button {
	background-position: 100% 50%;
}

}

@media (max-width: 1480px) {

html {
	font-size: 1.0810810811vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.page-recruit {
	padding-bottom: 3rem;
}

.page-recruit__training {
	margin-top: 2.125rem;
}

.page-recruit__training-inner.inner {
	margin-top: 1.625rem;
	max-width: 500px;
}

.page-recruit__training-content {
	gap: 0;
	grid-template-columns: 1fr;
}

.page-recruit__training-container h3 {
	font-size: 1.25rem;
	line-height: 1.5;
}

.page-recruit__training-container p {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	margin-top: 0.625rem;
	max-width: 100%;
}

.page-recruit__training-image {
	margin-top: 3.125rem;
}

.page-recruit__voice {
	margin-top: 2.8125rem;
}

.page-recruit__voice-inner.inner {
	max-width: 500px;
}

.page-recruit__voice-profile {
	gap: 0;
	grid-template-columns: 1fr;
}

.page-recruit__voice-container + .page-recruit__voice-container {
	margin-top: 3.5rem;
}

.page-recruit__voice-container h3 {
	font-size: 1.25rem;
}

.page-recruit__voice-container h3::after {
	margin-left: 0.75rem;
}

.page-recruit__voice-list {
	gap: 2.875rem;
	grid-template-columns: 1fr;
	margin-top: 0.875rem;
}

.page-recruit__button {
	font-size: 0.875rem;
	transition: height 0.3s ease;
}

.page-recruit__button.is-active {
	height: 4rem;
	transition: height 0.3s ease;
}

.page-recruit__voice-content--pc {
	display: none;
}

.page-recruit__voice-content--sp {
	display: block;
}

.page-recruit__voice-item {
	padding: 1.25rem 1.25rem 2.25rem;
}

.page-recruit__voice-item h4 {
	font-size: 1.25rem;
	line-height: 1.5;
}

.page-recruit__voice-item p {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	margin-top: 0.875rem;
}

.page-recruit__qualification {
	margin-top: 3.125rem;
}

.page-recruit__qualification-inner.inner {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
	max-width: 500px;
}

.page-recruit__qualification-container {
	border-left: none;
	border-top: 1px solid #254758;
	padding: 1.25rem 0 1.25rem;
}

.page-recruit__qualification-container:last-of-type {
	border-bottom: 1px solid #254758;
	border-right: none;
	padding: 1.875rem 0 1.875rem;
}

.page-recruit__qualification-container h3 {
	font-size: 1.25rem;
}

.page-recruit__qualification-container p {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
}

.page-recruit__hospital {
	margin-top: 2.875rem;
}

.page-recruit__hospital-inner.inner {
	margin-top: 1.25rem;
	max-width: 500px;
}

.page-recruit__hospital-container p {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
}

.page-research {
	padding-bottom: 7.25rem;
}

.page-research__topic {
	margin-top: 2.125rem;
}

.page-research__topic-inner.inner {
	margin-top: 1.625rem;
	max-width: 500px;
}

.page-research__topic-title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.page-research__topic-text {
	font-size: 0.875rem;
	line-height: 1.8571428571;
	margin-top: 0.375rem;
}

.page-research__topic-content {
	gap: 0.25rem 0.375rem;
	margin-top: 0.8125rem;
	padding: 0.875rem;
}

.page-research__topic-content-image {
	height: 8.125rem;
}

.page-research__topic-content-image--long {
	height: 11.25rem;
}

.page-research__topic-content-text {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5714285714;
	margin-left: 0.25rem;
	margin-top: 0.75rem;
}

.page-research__topic-content-text span {
	font-size: 0.5rem;
}

.page-research__topic-container + .page-research__topic-container {
	margin-top: 2.5rem;
}

.page-research__topic-microscopy {
	margin-top: 0.8125rem;
	padding: 1rem 0.875rem 0.625rem;
}

.page-research__topic-microscopy h4 {
	font-size: 0.875rem;
}

.page-research__topic-microscopy-images {
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.page-research__topic-microscopy-image {
	gap: 0.375rem;
}

.page-research__topic-microscopy-image span {
	font-size: 0.625rem;
}

.page-research__topic-microscopy-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.625rem;
}

.page-research__achievement {
	margin-top: 3.375rem;
}

.page-research__achievement-inner.inner {
	margin-top: 1.75rem;
	max-width: 500px;
}

.page-research__achievement-container {
	flex-wrap: wrap;
	gap: 0.625rem 0;
	height: 1.4375rem;
}

.page-research__achievement-title {
	font-size: 1.25rem;
	padding-right: 0.875rem;
}

.page-research__achievement-text {
	font-size: 0.875rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.page-research__achievement-link-wrap {
	padding-left: 0.875rem;
}

.page-research__achievement-link {
	font-size: 0.875rem;
}

.page-staff {
	padding-bottom: 4.6875rem;
}

.page-staff__section {
	margin-top: 1.5rem;
}

.page-staff__section-inner.inner {
	max-width: 500px;
}

.page-staff__contents {
	gap: 2.25rem;
}

.page-staff__item {
	gap: 0.3125rem;
	grid-template-columns: 1fr;
}

.page-staff__profile {
	aspect-ratio: 340/408;
	height: auto;
}

.page-staff__profile.page-staff__profile--short {
	aspect-ratio: 340/116;
	height: auto;
}

.page-staff__name-wrap {
	gap: 0.75rem;
	padding: 0.75rem 0.625rem 0.625rem 1.375rem;
}

.page-staff__position {
	font-size: 0.8125rem;
	line-height: 1.3846153846;
}

.page-staff__name {
	font-size: 1.25rem;
	line-height: 1;
}

.page-staff__info {
	border-bottom: none;
}

.page-staff__info-item {
	border-top: none;
	gap: 0.25rem;
	grid-template-columns: 1fr;
}

.page-staff__info-item dt {
	border-bottom: 1px solid #254758;
	font-size: 0.875rem;
	line-height: 2.2857142857;
}

.page-staff__info-item dd {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.page-staff__text-pc-only {
	display: none;
}

.top-fv {
	background-image: url(../images/top/top-bg-sp@2x.png);
	background-position: top center;
	background-size: cover;
	padding-bottom: 11.375rem;
}

.top-fv__inner {
	padding-top: 5.9375rem;
}

.top-fv__image {
	height: auto;
	margin-left: 0;
	width: 93.5897435897vw;
}

.top-fv__message {
	left: 15.3846153846vw;
	top: 51.2820512821vw;
	width: 74.1025641026vw;
}

.top-fv__text {
	font-size: 7.9487179487vw;
	font-weight: 900;
	left: 6.9230769231vw;
	line-height: 1.4516129032;
	top: 65.3846153846vw;
}

.top-section {
	margin-top: -8.125rem;
}

.top-section__message-inner {
	gap: 0;
	grid-template-columns: 1fr;
	max-width: 500px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 0;
}

.top-section__message-body {
	margin-top: 1.875rem;
	order: 2;
}

.top-section__message-head {
	font-size: 1.25rem;
	line-height: 1.55;
}

.top-section__message-text {
	font-size: 0.875rem;
	line-height: 1.8571428571;
	margin-top: 0.75rem;
}

.top-section__message-profile {
	aspect-ratio: 340/287;
	order: 1;
}

.top-section__message-profile::before {
	top: 0;
	width: 10.3125rem;
}

.top-section__message-image {
	margin-left: auto;
	margin-top: 1.25rem;
	max-width: 100%;
	width: 87.0588235294%;
}

.top-section__message-name {
	padding: 1.5625rem 1rem;
}

.top-section__message-name-head {
	font-size: 0.8125rem;
	line-height: 1.3846153846;
}

.top-section__message-name-text {
	font-size: 1.125rem;
	margin-top: 1.125rem;
}

.top-section__intro {
	padding-bottom: 92.8205128205vw;
	padding-top: 20rem;
	padding-top: 73.5897435897vw;
}

.top-section__intro::before {
	aspect-ratio: 390/287;
	background-image: url(../images/top/top-bg-01-sp@2x.webp);
	right: 0;
	top: 1.6875rem;
	width: 100%;
}

.top-section__intro::after {
	aspect-ratio: 390/287;
	background-image: url(../images/top/top-bg-02-sp@2x.webp);
	bottom: 3.25rem;
	left: 0;
	width: 100%;
}

.top-section__intro-inner.inner {
	max-width: 500px;
}

.top-section__recruit {
	aspect-ratio: initial;
	margin-left: 0;
	max-width: 100%;
}

.top-section__recruit--pc {
	display: none;
}

.top-section__recruit--sp {
	display: block;
}

.top-section__recruit::before {
	display: none;
}

.top-section__recruit::after {
	display: none;
}

.top-section__recruit-image {
	max-width: 100%;
	position: relative;
}

.top-section__recruit-link-wrapper {
	bottom: perm(10);
	left: 0;
	top: auto;
	top: initial;
}

.top-section__staff {
	aspect-ratio: initial;
	margin-left: 0;
	margin-top: 3.625rem;
	max-width: 100%;
}

.top-section__staff--pc {
	display: none;
}

.top-section__staff--sp {
	display: block;
}

.top-section__staff::before {
	display: none;
}

.top-section__staff::after {
	display: none;
}

.top-section__research {
	aspect-ratio: initial;
	margin-left: 0;
	margin-top: 3.625rem;
	max-width: 100%;
}

.top-section__research--pc {
	display: none;
}

.top-section__research--sp {
	display: block;
}

.top-section__research::after {
	display: none;
}

.top-section__medical {
	aspect-ratio: initial;
	margin-top: 3.625rem;
	max-width: 100%;
}

.top-section__medical--pc {
	display: none;
}

.top-section__medical--sp {
	display: block;
}

.footer {
	max-width: 100%;
	padding-bottom: 3.75rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.footer__inner.inner {
	max-width: 100%;
	padding-bottom: 3.625rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.5rem;
}

.footer__top {
	align-items: center;
	flex-direction: column;
	gap: 0.75rem;
	justify-content: center;
}

.footer__info {
	max-width: 100%;
	width: 100%;
}

.footer__info-inner {
	align-items: center;
	flex-direction: column;
	gap: 0.9375rem;
	padding-bottom: 1.125rem;
}

.footer__info-logo {
	max-width: 8.5rem;
}

.footer__info-text {
	font-size: 0.875rem;
}

.footer__info-address {
	font-size: 0.875rem;
	padding-top: 0.625rem;
	text-align: center;
	width: 100%;
}

.footer__banners {
	gap: 0.375rem;
	max-width: 100%;
}

.footer__bottom {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.footer__contact {
	border-radius: 11px;
	flex-direction: column;
	gap: 0.25rem;
	height: 5.375rem;
	justify-content: center;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.footer__contact-text {
	font-size: 0.8125rem;
}

.footer__contact-icon {
	width: 5.625rem;
}

.footer__contact-icon a {
	width: 2.375rem;
}

.footer__sns {
	border-radius: 11px;
	flex-direction: column;
	gap: 0.25rem;
	height: 5.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.footer__sns-text {
	font-size: 0.8125rem;
}

.footer__sns a {
	width: 2.375rem;
}

.footer__map iframe {
	aspect-ratio: 340/193;
}

.footer__copy {
	font-size: 0.5625rem;
	letter-spacing: 0.03em;
	margin-top: 0.625rem;
}

.header {
	height: 5.9375rem;
}

.header__inner {
	justify-content: space-between;
	padding: 0 1.375rem;
}

.header__logo {
	max-width: 6.75rem;
}

.header__title {
	font-size: 0.8125rem;
	line-height: 1.3846153846;
	margin-left: 0.375rem;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.header__title::before {
	display: none;
}

.header__nav {
	display: none;
}

.header__nav::before {
	display: none;
}

.header__contact-list {
	display: none;
}

.header__hamburger {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(to bottom, #68a9cf, #254758);
	border: none;
	cursor: pointer;
	display: none;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 3.375rem;
	z-index: 999;
}

.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.page-fv {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	margin-top: 5.9375rem;
}

.page-fv__inner.inner {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	padding-left: 0;
	padding-right: 0;
}

.page-fv__title {
	background-color: #fff;
	gap: 0.625rem;
	padding: 1.25rem 1.5625rem;
}

.page-fv--recruit .page-fv__title-en {
	width: 3.75rem;
}

.page-fv--staff .page-fv__title-en {
	width: 2.625rem;
}

.page-fv--research .page-fv__title-en {
	width: 4.5625rem;
}

.page-fv__title-ja {
	font-size: 1.25rem;
}

.page-section-title__text {
	font-size: 1.25rem;
}

.top-section-link__title {
	position: relative;
	z-index: 2;
}

.top-section-link--recruit .top-section-link__title {
	width: 10rem;
}

.top-section-link--staff .top-section-link__title {
	width: 6.875rem;
}

.top-section-link--research .top-section-link__title {
	width: 12.75rem;
}

.top-section-link--medical .top-section-link__title {
	width: 13.75rem;
}

.top-section-link__image {
	margin-top: -0.625rem;
	position: relative;
	z-index: 1;
}

.top-section-link__button {
	bottom: 0;
	font-size: 0.875rem;
	height: 1.875rem;
	left: 0;
	margin-top: 0;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: absolute;
	width: 100%;
}

.top-section-link__button img {
	width: 1.0625rem;
}

.top-section-link__text {
	font-size: 1rem;
	margin-top: 0.5rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


/*# sourceMappingURL=top-style.css.map */
