@charset "UTF-8";
.loading {
	position: fixed;
	z-index: 100001;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.8s opacity;
	transition: 0.8s opacity;
}
.loading__logo {
	width: 35.6rem;
	opacity: 0;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
}
@media screen and (max-width: 767px) {
	.loading__logo {
		width: 44rem;
	}
}
.loading.is-hidden .loading__logo {
	opacity: 0;
}
.loading.is-hidden {
	-webkit-animation: loading 0.8s ease 0.5s forwards;
	        animation: loading 0.8s ease 0.5s forwards;
}
@-webkit-keyframes loading {
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes loading {
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.l-main {
	overflow-x: hidden;
}

.p-mv {
	background-image: url(../images/top/bg_mv.jpg);
	background-size: 100%;
	background-position: top center;
}
@media screen and (max-width: 767px) {
	.p-mv {
		background-image: url(../images/top/bg_mv_sp.jpg);
	}
}
.p-mv .l-content-inner {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv .l-content-inner {
		padding: 0;
	}
}
.p-mv__slider1 {
	width: 100%;
}
.p-mv__content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 19.4rem 0 0 10rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-mv__content {
		padding: 29.3333333333vw 5.3333333333vw 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.p-mv__title {
	font-size: 5.6rem;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-mv__title {
		margin-top: 5.3333333333vw;
		font-size: 6.4rem;
		line-height: 1.47;
		letter-spacing: 0.04em;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
.p-mv__title span {
	display: inline-block;
	position: relative;
}
.p-mv__title.js-animeOn span {
	-webkit-animation: mvFont 1s linear forwards;
	        animation: mvFont 1s linear forwards;
}
@-webkit-keyframes mvFont {
	60% {
		font-weight: 800;
	}
	100% {
		font-weight: 800;
	}
}
@keyframes mvFont {
	60% {
		font-weight: 800;
	}
	100% {
		font-weight: 800;
	}
}
.p-mv__text {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-mv__text {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		font-size: 2.8rem;
		letter-spacing: 0.03em;
	}
}
.p-mv__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.6rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-mv__btns {
		display: block;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		padding: 0 7.3333333333vw;
	}
	.p-mv__btns .c-btn.-icon {
		width: 100%;
		height: 13.3333333333vw;
		margin-top: 4.2666666667vw;
	}
	.p-mv__btns .c-btn.-icon:first-of-type {
		margin-top: 0;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn {
		font-size: 3.7333333333vw;
		padding: 1.3333333333vw 1.7333333333vw;
		border-radius: 4vw;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn::before {
		content: none;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn .icon {
		width: 10.6666666667vw;
		height: 10.6666666667vw;
		border-radius: 2.4vw;
		background-image: url(../images/common/bg_btn-icon.png);
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn .icon.-reserve img {
		width: 5.3333333333vw;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn .icon.-mail img {
		width: 4.4vw;
	}
}
.p-mv__slider2 {
	margin-top: 9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-mv__slider2 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: 0;
		width: 34vw;
		display: block;
	}
}
.p-mv__slider2 .item {
	cursor: pointer;
	width: 14.8rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.05em;
	padding-bottom: 1.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv__slider2 .item {
		margin-top: 2.6666666667vw;
		width: 100%;
		font-size: 2.9333333333vw;
		padding-bottom: 1.2vw;
		letter-spacing: 0.03em;
	}
	.p-mv__slider2 .item span {
		font-size: 2.6666666667vw;
	}
}
.p-mv__slider2 .item .text {
	color: rgba(34, 34, 34, 0.4);
}
.p-mv__slider2 .item .bar {
	width: 100%;
	height: 0.2rem;
	border-radius: 0.2rem;
	background: rgba(194, 194, 194, 0.48);
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.p-mv__slider2 .item .bar::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: #1F1F1F;
	position: absolute;
	left: 0;
}
@-webkit-keyframes sliderBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes sliderBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.p-mv__slider2 .item.is-current .text {
	color: #222222;
}
.p-mv__slider2 .item.is-current .bar::after {
	-webkit-animation: var(--bar-anim);
	        animation: var(--bar-anim);
	content: "";
}

.p-slider {
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-slider {
		padding-top: 26.6666666667vw;
		padding-bottom: 0;
	}
}
@-webkit-keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
.p-slider__wrapper {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.4rem;
}
.p-slider__slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: scroll-left 40s infinite linear 0.5s both;
	        animation: scroll-left 40s infinite linear 0.5s both;
}
.p-slider__slides img {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: none;
}
@media screen and (max-width: 767px) {
	.p-slider__slides img {
		height: 93.3333333333vw;
		width: auto;
	}
}

.p-about {
	padding-top: 6rem;
	padding-bottom: 3rem;
}
.p-about__title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.78; /* 177.778% */
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-about__title {
		font-size: 5.6rem;
		line-height: 1.5;
		letter-spacing: 0.06em;
	}
}
.p-about__title-en {
	margin-top: 1.9rem;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.88; /* 188.235% */
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-about__title-en {
		font-size: 3.6rem;
		line-height: 1.56;
		letter-spacing: 0.05em;
	}
}
.p-about__title-en span {
	font-weight: 800;
}
.p-about__text {
	margin-top: 4.8rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.28;
}
@media screen and (max-width: 767px) {
	.p-about__text {
		font-size: 2.8rem;
	}
}
.p-about .c-btn {
	margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
	.p-about .c-btn {
		margin-top: 5rem;
	}
}
.p-about .c-btn__inn {
	color: #1F1F1F;
	background-image: url(../images/common/bg_btn-before-w.png);
	background-size: cover;
}
.p-about .c-btn__inn:hover::before {
	width: 0;
}

.p-movie {
	background-position: bottom center;
	background-size: 100%;
	padding-bottom: 28rem;
	padding-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-movie {
		padding-top: 8vw;
	}
}
.p-movie__content {
	width: 93.4rem;
	margin: auto;
	max-width: 100%;
	position: relative;
	border-radius: 3rem;
	overflow: hidden;
}
.p-movie__thumb {
	position: relative;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.p-movie__thumb.is-clicked {
	opacity: 0;
	visibility: hidden;
}
.p-movie .m-movie {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 3rem;
	overflow: hidden;
}
.p-movie .m-movie video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.p-links {
	padding-top: 8rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-links {
		padding-bottom: 8vw;
	}
}
.p-links__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-links__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 4rem;
	}
}
.p-links__list .item {
	width: 36rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item {
		width: 100%;
	}
}
.p-links__list .item__inn {
	display: block;
	position: relative;
}
.p-links__list .item .cnt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 9.1rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .cnt {
		padding-top: 8.8rem;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.p-links__list .item .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .text {
		font-size: 3.6rem;
		letter-spacing: 0.05em;
	}
}
.p-links__list .item .c-btn {
	width: 31.4rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn {
		width: 58.6rem;
		bottom: 3.5rem;
	}
}
.p-links__list .item .c-btn__inn {
	text-transform: uppercase;
}
.p-links__list .item .c-btn__inn .text {
	letter-spacing: 0.2em !important;
}
.p-links__list .item .c-btn__inn::before {
	background-image: url(../images/common/bg_btn-icon02.png);
}
.p-links__list .item .c-btn__inn .icon.-residents img {
	width: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-residents img {
		width: 6.3rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-owners img {
	width: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-owners img {
		width: 6.3rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-partners img {
	width: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-partners img {
		width: 6.5rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-philosophy img {
	width: 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-philosophy img {
		width: 6.6rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-message img {
	width: 2.9rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-message img {
		width: 5.8rem;
	}
}
.p-links__list .item .c-btn__inn .icon.-business img {
	width: 3.4rem;
}
@media screen and (max-width: 767px) {
	.p-links__list .item .c-btn__inn .icon.-business img {
		width: 6.3rem;
	}
}
@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0) translateX(0);
		        transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-15%) translateX(15%);
		        transform: translateY(-15%) translateX(15%);
	}
}
@keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0) translateX(0);
		        transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-15%) translateX(15%);
		        transform: translateY(-15%) translateX(15%);
	}
}
@media print, screen and (min-width: 768px) {
	.p-links__list .item__inn:hover {
		opacity: 1;
	}
	.p-links__list .item__inn:hover .c-btn__inn::before {
		width: 100%;
		background-image: url(../images/common/bg_btn-before.png);
	}
	.p-links__list .item__inn:hover .c-btn__inn .arrow img {
		-webkit-animation: bounce 0.8s infinite;
		        animation: bounce 0.8s infinite;
	}
}

.p-seminar {
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.p-seminar .c-post-list.-seminar .item {
	width: 38.4rem;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
	.p-seminar .c-post-list.-seminar .item {
		width: 49.6rem;
		margin-top: 0;
	}
}
.p-seminar .c-post-list.-seminar .item__inn .c-tag-list {
	gap: 0.7rem 0.6rem;
	margin-top: 1rem;
}
.p-seminar .c-post-list.-seminar .item__inn .c-tag {
	width: auto;
	display: inline-block;
	line-height: 1;
}
.p-seminar .c-post-list.-seminar .item__inn .c-tag__inn {
	width: auto;
	height: auto;
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	padding: 0.6em 1.2em 0.6rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.p-seminar .c-post-list.-seminar .item__inn .c-tag__inn {
		font-size: 2.6666666667vw;
		border-radius: 1.3333333333vw;
		padding: 0.5em 0.7em 0.7em;
	}
}
.p-seminar .c-btn.sp {
	margin-top: 13.3333333333vw;
}
.p-seminar .c-btn.sp .text {
	text-align: center;
}

.p-column {
	padding-top: 6rem;
	padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
	.p-column {
		padding-top: 18.6666666667vw;
		padding-bottom: 13.3333333333vw;
	}
}
.p-column__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-column .c-section-title .title-en::before {
		content: none;
	}
}
.p-column {
	overflow: hidden;
}
.p-column__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-column__nav {
		display: none;
	}
}
.p-column__nav .arrows {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.4rem;
}
.p-column__nav .arrows .slick-arrow {
	width: 4.6rem;
	height: 4.6rem;
	position: static;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: none;
	        transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}
.p-column__nav .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-column__nav .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-column__nav .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-column__nav .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.p-column__slider {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-column__slider {
		margin-top: 8rem;
	}
}
.p-column__slider-wrap {
	overflow: hidden;
}
.p-column__slider .slick-list {
	overflow: visible;
}
.p-column__slider .slick-track {
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.p-column__slider .slick-track {
		gap: 4rem;
	}
}
.p-column .c-post-list.-column .item {
	width: 38.4rem;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
	.p-column .c-post-list.-column .item {
		width: 49.6rem;
		margin-top: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-column .c-post-list.-column .item:hover {
		-webkit-transform: translateY(-2rem);
		        transform: translateY(-2rem);
	}
}
.p-column .c-post-list.-column .item__inn {
	background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
	.p-column .c-post-list.-column .item__inn .cnt {
		height: calc(100% - 34.9333333333vw);
		min-height: 50.4vw;
	}
}
.p-column .c-post-list.-column .item__inn .c-tag-list {
	gap: 0.7rem 0.6rem;
	margin-top: 1rem;
}
.p-column .c-post-list.-column .item__inn .c-tag {
	width: auto;
	min-height: 2.4rem;
	display: inline-block;
	line-height: 1;
}
.p-column .c-post-list.-column .item__inn .c-tag__inn {
	width: auto;
	height: auto;
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	padding: 0.6em 1.2em 0.6rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.p-column .c-post-list.-column .item__inn .c-tag__inn {
		font-size: 2.6666666667vw;
		border-radius: 1.3333333333vw;
		padding: 0.5em 0.7em 0.7em;
	}
}
.p-column .c-btn.sp {
	margin-top: 13.3333333333vw;
}
.p-column .c-btn.sp .text {
	text-align: center;
}

.js-scroll {
	overflow-x: scroll;
	padding-bottom: 3.7rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.js-scroll::-webkit-scrollbar {
	display: none;
}
.js-scroll .c-post-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-left: calc((100vw - 112.8rem) / 2);
	padding-right: calc((100vw - 112.8rem) / 2);
}
@media screen and (max-width: 767px) {
	.js-scroll .c-post-list {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* SimpleBar の縦スクロールを殺す */
.js-scroll .simplebar-content-wrapper {
	overflow-y: hidden !important;
}

/* 横並びを SimpleBar 内側に保証 */
.js-scroll .simplebar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news {
	padding-top: 6rem;
	padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
	.p-news {
		padding-top: 13.3333333333vw;
		padding-bottom: 16vw;
	}
}
@media screen and (max-width: 767px) {
	.p-news .c-section-title .title-en::before {
		content: none;
	}
}
.p-news__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-news__content {
		display: block;
	}
}
.p-news__content .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: calc(100% - 74.4rem);
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-news__content .heading {
		display: block;
		width: 100%;
	}
}
.p-news__content .cnt {
	width: 74.4rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-news__content .cnt {
		width: 100%;
	}
}
.p-news__table .item {
	border-bottom: 1px solid #222;
}
.p-news__table .item__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.3rem 0 1.3rem;
}
@media screen and (max-width: 767px) {
	.p-news__table .item__inn {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 5.3333333333vw 0 4vw;
	}
}
.p-news__table .item__inn .date-tag {
	width: 21rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-news__table .item__inn .date-tag {
		width: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 4vw;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 4.6666666667vw;
	}
}
.p-news__table .item__inn .date-tag .c-tag {
	position: relative;
	top: 0.1em;
}
.p-news__table .item__inn .date {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-news__table .item__inn .date {
		font-size: 2.4rem;
		line-height: 1.5;
	}
}
.p-news__table .item__inn .title {
	padding-left: 1.6rem;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	width: 51rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-news__table .item__inn .title {
		width: 79.4666666667vw;
		font-size: 3.2rem;
		line-height: 1.13;
		padding: 0;
	}
}
.p-news__table .item__inn .title p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p-news__table .item__inn .arrow {
	width: 1.1rem;
}
@media screen and (max-width: 767px) {
	.p-news__table .item__inn .arrow {
		width: 5.3333333333vw;
		width: 2.8rem;
	}
}
.p-news__table .item__inn .arrow img {
	display: block;
	width: 100%;
}
@-webkit-keyframes news-bounce {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(15%);
		        transform: translateX(15%);
	}
}
@keyframes news-bounce {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(15%);
		        transform: translateX(15%);
	}
}
@media print, screen and (min-width: 768px) {
	.p-news__table .item__inn:hover .arrow img {
		-webkit-animation: news-bounce 0.8s infinite;
		        animation: news-bounce 0.8s infinite;
	}
}
.p-news .c-btn.sp {
	margin-top: 13.3333333333vw;
}
.p-news .c-btn.sp .text {
	text-align: center;
}

.p-links02 {
	padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
	.p-links02 .p-links__list .item .cnt {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.l-bg {
	position: relative;
}
.l-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1F1F1F;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.8s opacity;
	transition: 0.8s opacity;
}
.l-bg > div[class^=p-] {
	position: relative;
}

.p-mv,
.js-bgchange {
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.l-bg::before {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.is-bgchange .p-mv,
.is-bgchange .js-bgchange {
	-webkit-transition: background 0.8s ease;
	transition: background 0.8s ease;
	background-image: none;
	background: #1F1F1F;
	color: #ffffff;
}
.is-bgchange .l-bg::before {
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	opacity: 1;
}
/*# sourceMappingURL=top.css.map */