#mvVideo {
	opacity: 0;
	transition: opacity 1s;
}

.mv {
	overflow-x: clip;
}

.mv__wrap {
	position: relative;
}

.mv__contents {
	display: grid;
}

.mv__video,
.mv__catch {
	grid-column: 1/2;
	grid-row: 1/2;
}

.mv__video {
	height: 100dvh;
	position: relative;
}

.mv__video video {
	aspect-ratio: 1600/1000;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.mv__videoBtn {
	bottom: 2.5rem;
	height: 3.75rem;
	position: absolute;
	right: 1.25rem;
	width: 3.75rem;
}

.mv__videoBtn img {
	aspect-ratio: 1/1;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.mv__catch {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-inline: 0.625rem;
	text-align: center;
}

.mv__catchText {
	color: #fff;
	font-size: calc(20 / 375 * 100vw);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.5625;
	margin-top: -4.375rem;
}

.mv__catchText span {
	background-color: rgba(0, 0, 0, 0.4);
	display: inline-block;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	transform: skew(-10deg);
	color: #000;
	-webkit-text-fill-color: #FFF;
}

.mv__catchText span:not(:first-of-type) {
	margin-top: 0.4375rem;
}

.mv__infoBox {
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0;
	color: #fff;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}

.mv__infoBox .inner {
	padding: 3.75rem 1.25rem 1.5625rem;
}

.mv__infoBox li {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
}

.mv__infoBox li::before {
	color: #fad86a;
	content: "重要なお知らせ";
	font-weight: 700;
	left: 1.875rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: -2.125rem;
}

.mv__infoBox li::after {
	background: url(../image/icon_important.webp) no-repeat center/contain;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: -1.75rem;
	width: 1.25rem;
}

.mv__infoBox li span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
}

.top-news {
	position: relative;
	z-index: 4;
}

.top-news__wrap {
	position: relative;
}

.top-news__media {
	display: grid;
}

.top-news__titleWrap {
	display: contents;
}

.top-news__title {
	padding-top: 2.5rem;
}

.top-news__title::before {
	background: -webkit-gradient(linear, left top, right top, from(#1b57d6), to(#1177d6));
	background: linear-gradient(90deg, #1b57d6, #1177d6);
	background: #2b0d57;
	border-bottom-right-radius: 1.25rem;
	content: "";
	left: 0;
	min-height: 12.8125rem;
	position: absolute;
	top: 0;
	width: 85.8974358974vw;
	width: 20.9375rem;
}

.top-news__en {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1282051282;
	position: relative;
	text-transform: uppercase;
}

.top-news__jp {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.0833333333;
	margin-top: 0rem;
	position: relative;
}

.top-news__btn {
	margin-top: 2.875rem;
	order: 3;
}

.top-news__lists {
	margin-top: 5.625rem;
	order: 2;
}

.news-lists__content {
	border-top: 1px solid #e3e5e6;
	display: grid;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	padding: 1.4375rem 0 1.5rem;
}

.news-lists__content:last-child {
	border-bottom: 1px solid #e3e5e6;
}

.news-lists__date time {
	color: #737373;
	font-size: 1rem;
	line-height: 1.63;
}

.news-lists__title a {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	gap: 0.875rem;
	line-height: 1.75;
	height: 100%;
}

.news-lists__pdf a::after {
	background: url(../image/icon_pdf.webp) no-repeat center/contain;
	content: "PDF";
	flex-shrink: 0;
	height: 0.875rem;
	width: 1.6875rem;
	text-indent: -9999px;
}

.news-lists__pdf[data-icon=none] a::after {
	display: none;
}

.top-about {
	overflow-x: clip;
	padding-bottom: 9.375rem;
	position: relative;
	z-index: 3;
}

.top-about::before {
	background: url(../image/bg_gradation.webp) no-repeat top/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-about::after {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
	background: linear-gradient(transparent, #fff);
	bottom: 0;
	content: "";
	height: 10rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.top-about__inner {
	position: relative;
}

.top-about__media {
	display: grid;
	grid-gap: 2.875rem;
	gap: 2.875rem;
	margin-top: 10.4375rem;
}

.top-about__img {
	border-bottom-right-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	margin-left: calc(50% - 50vw);
	max-height: 27.5rem;
	overflow: hidden;
	width: 88.4615384615vw;
}

.top-about__img img {
	aspect-ratio: 680/430;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.top-about__subTitle {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.54;
}

.top-about__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2.1875rem;
}

.top-about__buttons {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	margin-top: 2.625rem;
}

.top-about__sectionWrap {
	border-top: 1px solid #000;
	margin-top: 6.375rem;
	padding-top: 6.25rem;
}

.top-about__movie {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.top-about__movie video {
	aspect-ratio: 1200/675;
	height: 100%;
	width: 100%;
}

.top-identity {
	overflow-x: clip;
	padding-bottom: 6.25rem;
	position: relative;
	z-index: 2;
}

.top-identity__inner {
	position: relative;
}

.top-identity::before {
	background: url(../image/bg_identity.webp) no-repeat top/cover;
	background: #2b0d57;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-identity__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 9.625rem;
	text-align: center;
	color: #1861d6;
	-webkit-text-fill-color: #FFF;
}

.top-identity__buttons {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5rem;
	max-width: 31.25rem;
}

.top-identity__media {
	margin-top: 6.25rem;
}

.top-service {
	overflow-x: clip;
	padding-bottom: 6.25rem;
	position: relative;
	z-index: 1;
}

.top-service__text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 9.75rem;
	text-align: center;
}

.top-service__cards {
	margin-top: 5.6875rem;
}

.top-initiative {
	overflow-x: clip;
	padding-bottom: 6.25rem;
	position: relative;
}

.top-initiative__inner {
	position: relative;
}

.top-initiative::before {
	background: url(../image/bg_initiative.webp) no-repeat top/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-initiative__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 9.625rem;
	text-align: center;
}

.top-initiative__buttons {
	display: grid;
	grid-gap: 1.875rem;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 31.25rem;
}

.top-recruit {
	padding-bottom: 6.25rem;
	padding-top: 6.125rem;
	position: relative;
	background-color: #2b70e2;
}

.top-recruit::before {
	background: url(../image/bg_recruit.webp) no-repeat top/cover;
	background: #2b0d57;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-recruit__inner {
	position: relative;
}

.top-recruit__cards {
	position: relative;
}

.top-recruit__card.top-recruit__card--position,
.top-recruit__card.top-recruit__card--position2 {
	position: absolute;
	top: 39%;
}

.top-recruit__card.top-recruit__card--position {
	left: calc(50% - 50vw);
}

.top-recruit__card.top-recruit__card--position2 {
	right: calc(50% - 50vw);
}

.top-recruit__title {
	margin-top: 2.9375rem;
}

.top-recruit__text {
	color: #fff;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 900;
	margin-top: 3.75rem;
	text-align: center;
	white-space: nowrap;
}

.top-recruit__btn {
	margin-top: 20.875rem;
}

.top-recruit__img {
	border-bottom-right-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	height: 15rem;
	overflow: hidden;
	width: 46.1538461538vw;
}

.top-recruit__card--position2 .top-recruit__img {
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 0;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 0;
}

.top-recruit__img img {
	aspect-ratio: 430/590;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

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

.mv__videoBtn {
	bottom: 6.875rem;
	right: 1.875rem;
}

.mv__catch {
	padding-inline: 2.5rem;
}

.mv__catchText {
	font-size: calc(40 / 1600 * 100vw);
}

.mv__catchText span {
	padding-inline: 0.625rem;
}

.mv__catchText span:not(:first-of-type) {
	margin-top: 0.75rem;
}

.mv__infoBox .inner {
	padding-bottom: 0;
	padding-left: 16.25rem;
	padding-top: 1.3125rem;
}

.mv__infoBox li {
	font-size: 1.125rem;
	line-height: 1.5;
}

.mv__infoBox li::before {
	left: -9.375rem;
	top: 0;
}

.mv__infoBox li::after {
	left: -11.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.mv__infoBox li span {
	display: inline;
	padding-bottom: 0;
	padding-right: 0.875rem;
}

.top-news__media {
	grid-template-columns: 31.625rem 1fr;
}

.top-news__titleWrap {
	display: block;
}

.top-news__title {
	padding-top: 3.3125rem;
}

.top-news__title::before {
	border-bottom-right-radius: 2.5rem;
	min-height: 21rem;
	width: 32.1875vw;
}

.top-news__en {
	font-size: 4.875rem;
}

.top-news__jp {
	font-size: 1.5rem;
	margin-top: 0.9375rem;
}
.top-news__en,
.top-news__jp {
	color: #1861d6;
	-webkit-text-fill-color: #FFF;
}

.top-news__btn {
	margin-top: 6rem;
	order: initial;
}

.top-news__lists {
	margin-top: 6.1875rem;
	order: initial;
}

.news-lists__content {
	gap: 2rem;
	grid-template-columns: 6.25rem 1fr;
	padding: 1.25rem 0 1.4375rem;
}

.news-lists__title a {
	line-height: 1.63;
}

.top-about__media {
	gap: 6.25rem;
	/* grid-template-columns: 42.5vw 1fr;
	margin-left: calc(50% - 50vw); */
	margin-top: 10.625rem;
}

.top-about__img {
	border-bottom-right-radius: 2.5rem;
	border-top-right-radius: 2.5rem;
	margin-left: 0;
	max-height: 26.875rem;
	width: 42.5vw;
}

.top-about__subTitle {
	font-size: 1.5rem;
	line-height: 1.35;
}

.top-about__text {
	font-size: 1.125rem;
}

.top-about__buttons {
	grid-template-columns: repeat(2, 1fr);
}

.top-about__sectionWrap {
	margin-top: 6.25rem;
}

.top-identity {
	padding-bottom: 9.25rem;
}

.top-identity__text {
	font-size: 1.5rem;
	margin-top: 11.0625rem;
}

.top-identity__buttons {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.375rem;
	max-width: 60rem;
}

.top-service {
	padding-bottom: 9.375rem;
}

.top-service__text {
	font-size: 1.5rem;
}

.top-initiative {
	padding-bottom: 9.375rem;
}

.top-initiative__text {
	font-size: 1.5rem;
	margin-top: 9.75rem;
}

.top-initiative__buttons {
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	max-width: 78.75rem;
}

.top-recruit__cards {
	display: grid;
	grid-gap: 5rem;
	gap: 5rem;
	grid-template-columns: 26.875rem auto 26.875rem;
}

.top-recruit__card.top-recruit__card--position,
.top-recruit__card.top-recruit__card--position2 {
	position: static;
}

.top-recruit__text {
	font-size: 2rem;
	margin-top: 3.5625rem;
}

.top-recruit__btn {
	margin-top: 4.375rem;
}

.top-recruit__img {
	border-radius: 2.5rem;
	height: 100%;
	width: 100%;
}

.top-recruit__card--position2 .top-recruit__img {
	border-radius: 2.5rem;
}

}

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

.top-news__title::before {
	width: 37.5vw;
}

}
html:lang(en) .map {
    position: relative;
    width: 100%;
    padding-top: 450px;
    height: 0;
}
html:lang(en) .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}