.sit.named .page-title .title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.sit.named .page-title .sub {
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	color: #134e3b;
}
.sit.lab-detail .page-lead .photos .slide .container .wrapper {
	align-items: stretch !important;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.sit.lab-detail .page-lead .photos .slide .container .wrapper .item {
	flex-shrink: 0;
	height: auto;
}
.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure {
	width: 100%;
}
.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure .image {
	width: 100%;
	height: 0;
	position: relative;
}
.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure .image img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure figcaption {
	color: #646464;
	text-align: center;
}
.sit.lab-detail .page-lead .photos .slide nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sit.lab-detail .page-lead .photos .slide nav .button {
	flex-shrink: 0;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	height: 0;
	overflow: visible;
	text-indent: -5000px;
}
.sit.lab-detail .page-lead .photos .slide nav .button:after {
	display: none;
}
.sit.lab-detail .page-lead .photos .slide nav .button.next {
	margin-left: 10px;
}
.sit.lab-detail .page-lead .photos .slide nav .button.swiper-button-disabled {
	opacity: 0.2;
}
.sit.lab-detail .page-lead .photos .slide nav .pagination {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}
.sit.lab-detail .page-lead .photos .slide nav .pagination .swiper-pagination-bullet {
	background-color: rgba(19, 78, 59, 0.2);
	opacity: 1;
}
.sit.lab-detail .page-lead .photos .slide nav .pagination .swiper-pagination-bullet-active {
	background-color: #134e3b;
}
.sit.lab-detail .page-lead .photos .slide nav .link {
	flex-shrink: 0;
	display: flex;
}
.sit.lab-detail .page-lead .photos .slide nav .link a {
	display: flex;
	align-items: center;
	color: #000000;
	text-decoration: none;
}
.sit.lab-detail .page-lead .photos .slide nav .link a > span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle {
	border-style: solid;
	border-color: #134e3b;
	border-radius: 50%;
	background-color: #134e3b;
	position: relative;
	display: block;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	display: block;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame {
	position: absolute;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame:before {
	content: "";
	position: absolute;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame:after {
	content: "";
	position: absolute;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame {
	right: 0;
	top: 0;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame {
	left: 0;
	top: 0;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame:before {
	transform: rotate(180deg);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame:after {
	transform: rotate(180deg);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame {
	left: 0;
	top: 0;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame:before {
	transform: rotate(-90deg);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame:after {
	transform: rotate(-90deg);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame {
	left: 0;
	bottom: 0;
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame:before {
	transform: rotate(90deg);
}
.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame:after {
	transform: rotate(90deg);
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank {
	display: flex;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a {
	display: flex;
	align-items: center;
	color: #000000;
	text-decoration: none;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon {
	display: block;
	border-style: solid;
	border-color: #134e3b;
	border-radius: 50%;
	background-color: #134e3b;
	position: relative;
	display: block;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame {
	position: absolute;
	right: 0;
	top: 0;
	animation: blankFrame_R 0.4s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame:before {
	content: "";
	position: absolute;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
	left: 0;
	bottom: 0;
}
.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame:after {
	content: "";
	position: absolute;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
	right: 0;
	top: 0;
}
.sit.lab-detail .page-lead .photos .slide nav .pagination {
	width: auto;
}
.sit.lab-detail .page-lead .text {
	color: #646464;
}
.sit.lab-detail .intro figure + figure {
	border-style: solid;
	border-color: #e1e1e1;
}
.sit.lab-detail .intro figure .image {
	position: relative;
}
.sit.lab-detail .intro figure .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sit.lab-detail .intro figure figcaption .dept {
	color: #646464;
	display: flex;
	flex-wrap: wrap;
}
.sit.lab-detail .intro figure figcaption .dept li:after {
	content: "/";
	margin: 0 0.5ch;
}
.sit.lab-detail .intro figure figcaption .dept li:last-child:after {
	display: none;
}
.sit.lab-detail .intro figure figcaption .lab {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000000;
}
.sit.lab-detail .intro figure figcaption .prof {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000000;
	display: flex;
	flex-wrap: wrap;
}
.sit.lab-detail .intro figure figcaption .prof dt {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sit.lab-detail .intro figure figcaption .prof dd {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sit.lab-detail .intro figure figcaption .stats {
	border-style: solid;
	border-color: #e1e1e1;
}
.sit.lab-detail .intro figure figcaption .stats dt {
	-ms-grid-column: 1;
	grid-column: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000000;
}
.sit.lab-detail .intro figure figcaption .stats dd {
	-ms-grid-column: 2;
	grid-column: 2;
	color: #646464;
}
.sit.lab-detail .intro figure figcaption .stats dd a {
	color: #000000;
}
.sit.lab-detail .sdgs .std-card .card-title .title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sit.lab-detail .sdgs .std-card .card-body .list {
	display: flex;
	flex-wrap: wrap;
}
.sit.lab-detail .genre .list li,
.sit.lab-detail .theme .list li {
	position: relative;
	color: #646464;
}
.sit.lab-detail .genre .list li:before,
.sit.lab-detail .theme .list li:before {
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%;
	background-color: #134e3b;
}
.sit.lab-detail .society .col p {
	color: #646464;
}
.sit.lab-detail .closeup .title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sit.lab-detail .closeup .text {
	color: #646464;
}
.sit.lab-detail .related-lab .std-image-card figure .image {
	background-color: #f5f5f5;
	border-style: solid;
	border-color: #e1e1e1;
}
.sit.lab-detail .related-lab .std-image-card figure .image > .wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sit.lab-detail .related-lab .std-image-card figure .image > .wrap .std-dept-genre-icon {
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.sit.lab-detail .related-lab .std-image-card figure .image > .wrap .label {
	color: #646464;
}
.sit.lab-detail .related-lab .std-image-card figure figcaption > .wrap .title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.sit.lab-detail .related-lab .std-image-card figure figcaption > .wrap .text {
	color: #646464;
}
.sit.en.lab-detail .intro figure figcaption .stats {
	border-style: solid;
	border-color: #e1e1e1;
}
@media screen and (min-width: 1601px) {
	.sit.named .page-title {
		margin-left: auto;
		margin-right: auto;
		width: 1400px;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
	.sit.named .page-title {
		margin-left: 100px;
		margin-right: 100px;
		width: auto;
	}
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
	.sit.named .page-title {
		margin-left: auto;
		margin-right: auto;
		width: 84.375%;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px auto 0 0;
		width: 84.375vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px 0 0 0;
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.sit.named .page-title {
		margin-left: auto;
		margin-right: auto;
		width: 89.3333333333vw;
	}
	.sit.named .page-title {
		margin-top: 8.9333333333vw;
		margin-bottom: 11.3333333333vw;
	}
	.sit.named .page-title .title {
		font-size: 8vw;
		line-height: 11.2vw;
	}
	.sit.named .page-title .sub {
		font-size: 3.4666666667vw;
		line-height: 5.8666666667vw;
		margin-top: 0.4vw;
	}
	.sit.lab-detail .page-lead .photos {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		overflow: hidden;
	}
	.sit.lab-detail .page-lead .photos .slide {
		padding-left: 5.3333333333vw;
	}
	.sit.lab-detail .page-lead .photos .slide .container {
		width: 59.4666666667vw;
		overflow: visible;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item {
		width: 59.4666666667vw;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure .image {
		padding-top: 60vw;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure .image img {
		border-radius: 1.3333333333vw;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure figcaption {
		font-size: 3.2vw;
		line-height: 5.6vw;
		margin-top: 2.6666666667vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin-top: 4vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .button {
		display: none;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a > span {
		font-size: 3.7333333333vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle {
		border-width: 0.4vw;
		width: 10.6666666667vw;
		height: 10.6666666667vw;
		margin-left: 3.8666666667vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow {
		width: 2.8vw;
		height: 2.8vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame:before {
		display: block;
		padding: 2.4vw 0 0 0;
		width: 2.8vw;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_arr_2_r_w.svg");
		background-repeat: no-repeat;
		background-size: 2.8vw 2.4vw;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame:after {
		display: block;
		padding: 2.4vw 0 0 0;
		width: 2.8vw;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_arr_2_r_w.svg");
		background-repeat: no-repeat;
		background-size: 2.8vw 2.4vw;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame {
		width: 8.4vw;
		height: 2.8vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame:before {
		left: 0;
		top: 0.2vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame:after {
		left: 5.6vw;
		top: 0.2vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame {
		width: 7.2vw;
		height: 2.4vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame:before {
		left: 5.6vw;
		top: 0.2vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame:after {
		left: 0;
		top: 0.2vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame {
		width: 2.8vw;
		height: 8.4vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame:before {
		left: 0;
		top: 5.8vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame:after {
		left: 0;
		top: 0.7333333333vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame {
		width: 2.8vw;
		height: 8.4vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame:before {
		left: 0;
		top: 0.2vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame:after {
		left: 0;
		top: 5.8vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle {
		margin-left: 3.8666666667vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a span {
		font-size: 3.7333333333vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon {
		border-width: 0.4vw;
		width: 10.6666666667vw;
		height: 10.6666666667vw;
		margin-left: 3.8666666667vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank {
		width: 3.2vw;
		height: 3.2vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame {
		width: 6.4vw;
		height: 6.4vw;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame:before {
		display: block;
		padding: 3.2vw 0 0 0;
		width: 3.2vw;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_ico_blank_w.svg");
		background-repeat: no-repeat;
		background-size: 3.2vw 3.2vw;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame:after {
		display: block;
		padding: 3.2vw 0 0 0;
		width: 3.2vw;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_ico_blank_w.svg");
		background-repeat: no-repeat;
		background-size: 3.2vw 3.2vw;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin-top: 4vw;
	}
	.sit.lab-detail .intro figure + figure {
		border-top-width: 0.2666666667vw;
		margin-top: 8vw;
		padding-top: 8vw;
	}
	.sit.lab-detail .intro figure .image {
		width: 42.6666666667vw;
		height: 42.6666666667vw;
		margin: 0 auto;
	}
	.sit.lab-detail .intro figure figcaption {
		margin-top: 4vw;
	}
	.sit.lab-detail .intro figure figcaption .dept {
		font-size: 3.4666666667vw;
		line-height: 5.8666666667vw;
	}
	.sit.lab-detail .intro figure figcaption .lab {
		font-size: 4.2666666667vw;
		line-height: 6.1333333333vw;
		margin-top: 1.7333333333vw;
	}
	.sit.lab-detail .intro figure figcaption .prof {
		font-size: 3.4666666667vw;
		line-height: 5.8666666667vw;
		margin-top: 1.7333333333vw;
	}
	.sit.lab-detail .intro figure figcaption .prof dt {
		margin-right: 5.3333333333vw;
	}
	.sit.lab-detail .intro figure figcaption .prof dd {
		font-size: 4.2666666667vw;
		line-height: 6.1333333333vw;
	}
	.sit.lab-detail .intro figure figcaption .stats {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto;
		-ms-grid-columns: 6em 4vw 1fr;
		grid-template: auto/6em 1fr;
		padding-top: 2.6666666667vw;
		margin-top: 2.6666666667vw;
		border-top-width: 0.2666666667vw;
		font-size: 3.4666666667vw;
		line-height: 5.8666666667vw;
		gap: 1.3333333333vw 4vw;
	}
	.sit.lab-detail .sdgs .std-card .card-title .title {
		font-size: 4vw;
		line-height: 5.8666666667vw;
	}
	.sit.lab-detail .sdgs .std-card .card-body {
		margin-top: 4vw;
	}
	.sit.lab-detail .sdgs .std-card .card-body .list {
		column-gap: 2.4666666667vw;
		row-gap: 2.4666666667vw;
	}
	.sit.lab-detail .sdgs .std-card .card-body .list li {
		width: 24.4vw;
		height: 24.4vw;
	}
	.sit.lab-detail .genre .list li,
	.sit.lab-detail .theme .list li {
		font-size: 3.7333333333vw;
		line-height: 5.6vw;
		padding-left: 3.6vw;
	}
	.sit.lab-detail .genre .list li + li,
	.sit.lab-detail .theme .list li + li {
		margin-top: 3.0666666667vw;
	}
	.sit.lab-detail .genre .list li:before,
	.sit.lab-detail .theme .list li:before {
		width: 1.7333333333vw;
		height: 1.7333333333vw;
		top: 1.9333333333vw;
	}
	.sit.lab-detail .closeup .title {
		font-size: 4vw;
		line-height: 5.6vw;
	}
	.sit.lab-detail .closeup .text {
		margin-top: 1.3333333333vw;
	}
	.sit.lab-detail .related-lab .std-image-card figure .image {
		padding-top: 40vw;
		border-width: 0.2666666667vw;
	}
	.sit.lab-detail .related-lab .std-image-card figure .image > .wrap .std-dept-genre-icon img {
		width: 21.6vw;
		height: 21.6vw;
	}
	.sit.lab-detail .related-lab .std-image-card figure .image > .wrap .label {
		font-size: 3.2vw;
		line-height: 5.6vw;
		margin-top: 1.3333333333vw;
	}
	.sit.lab-detail .related-lab .std-image-card figure figcaption {
		padding-top: 40vw;
	}
	.sit.lab-detail .related-lab .std-image-card figure figcaption > .wrap .title {
		font-size: 4vw;
		line-height: 6.9333333333vw;
	}
	.sit.lab-detail .related-lab .std-image-card figure figcaption > .wrap .text {
		font-size: 3.4666666667vw;
		line-height: 5.6vw;
		margin-top: 0.4vw;
	}
	.sit.en.lab-detail .intro figure figcaption .stats {
		display: block;
	}
	.sit.en.lab-detail .intro figure figcaption .stats dd + dt {
		margin-top: 3.2vw;
	}
}
@media print {
	.sit.named .page-title {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px auto 0 0;
		width: 84.375vw;
	}
}
@media print, screen and (min-width: 751px) {
	.sit.named .page-title {
		margin-top: 17px;
		margin-bottom: 86px;
	}
	.sit.named .page-title .title {
		font-size: 46px;
		line-height: 70px;
	}
	.sit.named .page-title .sub {
		font-size: 16px;
		line-height: 26px;
	}
	.sit.lab-detail .page-lead .photos .slide .container {
		width: 100%;
		overflow: hidden;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item {
		width: 100%;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure .image {
		padding-top: 300px;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure .image img {
		border-radius: 6px;
	}
	.sit.lab-detail .page-lead .photos .slide .container .wrapper .item figure figcaption {
		font-size: 14px;
		line-height: 26px;
		margin-top: 8px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .button {
		width: 50px;
		height: 50px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .pagination {
		margin-left: 20px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a > span {
		font-size: 16px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle {
		border-width: 2px;
		width: 50px;
		height: 50px;
		margin-left: 13px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow {
		width: 13px;
		height: 13px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame:before {
		display: block;
		padding: 10px 0 0 0;
		width: 13px;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_arr_2_r_w.svg");
		background-repeat: no-repeat;
		background-size: 13px 10px;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow .frame:after {
		display: block;
		padding: 10px 0 0 0;
		width: 13px;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_arr_2_r_w.svg");
		background-repeat: no-repeat;
		background-size: 13px 10px;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame {
		width: 39px;
		height: 13px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame:before {
		left: 0;
		top: 1.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.r .frame:after {
		left: 26px;
		top: 1.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame {
		width: 39px;
		height: 13px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame:before {
		left: 26px;
		top: 1.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.l .frame:after {
		left: 0;
		top: 1.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame {
		width: 13px;
		height: 39px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame:before {
		left: 0;
		top: 27.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.u .frame:after {
		left: 0;
		top: 1.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame {
		width: 13px;
		height: 39px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame:before {
		left: 0;
		top: 1.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle .arrow.d .frame:after {
		left: 0;
		top: 27.5px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a .std-circle {
		margin-left: 13px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a:hover {
		text-decoration: none;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link a:hover span {
		color: #008482;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a span {
		font-size: 16px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon {
		border-width: 2px;
		width: 50px;
		height: 50px;
		margin-left: 13px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank {
		width: 12px;
		height: 12px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame {
		width: 24px;
		height: 24px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame:before {
		display: block;
		padding: 12px 0 0 0;
		width: 12px;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_ico_blank_w.svg");
		background-repeat: no-repeat;
		background-size: 12px 12px;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a i.icon .blank .frame:after {
		display: block;
		padding: 12px 0 0 0;
		width: 12px;
		height: 0;
		overflow: hidden;
		background-image: url("/assets/img/common/_ico_blank_w.svg");
		background-repeat: no-repeat;
		background-size: 12px 12px;
		text-indent: -5000px;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a:hover {
		text-decoration: none;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a:hover i.icon .blank .frame {
		animation: blankFrame 0.4s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a:hover i.icon .blank .frame:before {
		opacity: 1;
	}
	.sit.lab-detail .page-lead .photos .slide nav .link.blank a:hover i.icon .blank .frame:after {
		opacity: 0;
	}
	.sit.lab-detail .intro figure {
		column-gap: 4.1666666667%;
	}
	.sit.lab-detail .intro figure + figure {
		border-top-width: 1px;
		margin-top: 30px;
		padding-top: 30px;
	}
	.sit.lab-detail .intro figure .image {
		width: 21.9444444444%;
		height: 0;
		padding-top: 21.9444444444%;
	}
	.sit.lab-detail .intro figure figcaption {
		width: 68.0555555556%;
	}
	.sit.lab-detail .intro figure figcaption .dept {
		font-size: 15px;
		line-height: 30px;
	}
	.sit.lab-detail .intro figure figcaption .lab {
		font-size: 24px;
		line-height: 26px;
		margin-top: 9px;
	}
	.sit.lab-detail .intro figure figcaption .prof {
		font-size: 15px;
		line-height: 30px;
		margin-top: 13px;
	}
	.sit.lab-detail .intro figure figcaption .prof dt {
		margin-right: 12px;
	}
	.sit.lab-detail .intro figure figcaption .prof dd {
		font-size: 24px;
		line-height: 26px;
	}
	.sit.lab-detail .intro figure figcaption .stats {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto;
		-ms-grid-columns: 6em 15px 1fr;
		grid-template: auto/6em 1fr;
		padding-top: 13px;
		margin-top: 13px;
		border-top-width: 1px;
		font-size: 15px;
		line-height: 30px;
		gap: 0 15px;
	}
	.sit.lab-detail .sdgs .std-card {
		display: flex;
		align-items: center;
	}
	.sit.lab-detail .sdgs .std-card .card-title {
		width: 50%;
	}
	.sit.lab-detail .sdgs .std-card .card-title .title {
		font-size: 17px;
		line-height: 26px;
	}
	.sit.lab-detail .sdgs .std-card .card-body {
		margin-top: 0;
		width: 50%;
	}
	.sit.lab-detail .sdgs .std-card .card-body .list {
		column-gap: 2.7777777778%;
		row-gap: 2.7777777778%;
	}
	.sit.lab-detail .sdgs .std-card .card-body .list li {
		width: 17.7777777778%;
		height: 17.7777777778%;
	}
	.sit.lab-detail .genre .list li,
	.sit.lab-detail .theme .list li {
		font-size: 17px;
		line-height: 30px;
		padding-left: 17px;
	}
	.sit.lab-detail .genre .list li + li,
	.sit.lab-detail .theme .list li + li {
		margin-top: 6px;
	}
	.sit.lab-detail .genre .list li:before,
	.sit.lab-detail .theme .list li:before {
		width: 8px;
		height: 8px;
		top: 11px;
	}
	.sit.lab-detail .closeup .title {
		font-size: 17px;
		line-height: 26px;
	}
	.sit.lab-detail .closeup .text {
		margin-top: 10px;
	}
	.sit.lab-detail .related-lab .std-image-card figure .image {
		padding-top: 72.9613733906%;
		border-width: 1px;
	}
	.sit.lab-detail .related-lab .std-image-card figure .image > .wrap .std-dept-genre-icon img {
		width: 78px;
		height: 78px;
	}
	.sit.lab-detail .related-lab .std-image-card figure .image > .wrap .label {
		font-size: 14px;
		line-height: 20px;
		margin-top: 9px;
	}
	.sit.lab-detail .related-lab .std-image-card figure figcaption {
		padding-top: 72.9613733906%;
	}
	.sit.lab-detail .related-lab .std-image-card figure figcaption > .wrap .title {
		font-size: 17px;
		line-height: 26px;
	}
	.sit.lab-detail .related-lab .std-image-card figure figcaption > .wrap .text {
		font-size: 15px;
		line-height: 25px;
		margin-top: 10px;
	}
	.sit.en.lab-detail .intro figure figcaption .stats {
		-ms-grid-rows: auto;
		-ms-grid-columns: 10em 1fr;
		grid-template: auto/10em 1fr;
	}
}
@media screen and (min-width: 751px) and (min-width: 1281px) and (max-width: 1600px) {
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px 100px 0 0;
		width: auto;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px 0 0 0;
		width: 100%;
	}
}
@media screen and (min-width: 751px) and (min-width: 1601px) {
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px auto 0 0;
		width: 1400px;
	}
	.sit.lab-detail .page-lead .photos .slide nav {
		margin: 30px 0 0 0;
		width: 100%;
	}
}
/*# sourceMappingURL=labDetail.css.map */