@media screen and (max-width: 767px) {
	.l-header {
		z-index: 10;
	}
}

.l-footer {
	position: relative;
}

.bg {
	background-image: url(../images/about/bg.jpg);
}

.c-pankz {
	position: relative;
	z-index: 1;
}

.p-title {
	padding-top: 4.5rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-title {
		padding-top: 0;
	}
}
.p-title .l-content-inner {
	width: 136rem;
}

.p-mv {
	overflow: hidden;
	padding-top: 6rem;
	padding-bottom: 10rem;
	position: relative;
	height: 100vh;
}
@media screen and (max-width: 767px) {
	.p-mv {
		overflow-x: hidden;
		padding-top: 0;
		height: auto;
	}
}
.p-mv__bgimg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 74rem;
	height: 100vh;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg {
		height: 177.8666666667vw;
		height: 100vh;
		bottom: auto;
	}
}
.p-mv__bgimg.is-fixed {
	position: fixed;
}
.p-mv__bgimg .l-content-inner {
	width: 144rem;
	position: relative;
	height: 100%;
}
.p-mv__bgimg .img {
	position: absolute;
	opacity: 0;
	-webkit-transform: translateY(3rem);
	        transform: translateY(3rem);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.p-mv__bgimg .img.is-show {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.p-mv__bgimg .img01 {
	width: 21.5rem;
	left: 20.7rem;
	top: 7.6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img01 {
		top: 4rem;
		left: 19rem;
	}
}
.p-mv__bgimg .img02 {
	width: 21.3rem;
	top: 6.6rem;
	right: 11.6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img02 {
		width: 38vw;
		top: 0;
		right: -7rem;
	}
}
.p-mv__bgimg .img03 {
	width: 42.1rem;
	top: 18.4rem;
	left: -18rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img03 {
		width: 61.6vw;
		top: 12rem;
		left: -19rem;
	}
}
.p-mv__bgimg .img04 {
	width: 18.3rem;
	top: 16.3rem;
	left: 52.3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img04 {
		width: 24.1333333333vw;
		top: 71.5rem;
		left: 12rem;
	}
}
.p-mv__bgimg .img05 {
	width: 24.3rem;
	top: 31.9rem;
	left: 26.7rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img05 {
		width: 36.2666666667vw;
		top: 41.5rem;
		left: 6rem;
	}
}
.p-mv__bgimg .img06 {
	width: 35rem;
	top: 22.5rem;
	right: 25.3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img06 {
		width: 46.7rem;
		top: 21rem;
		right: -14rem;
	}
}
.p-mv__bgimg .img07 {
	width: 21.3rem;
	top: 26.8rem;
	right: -6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img07 {
		width: 21.3rem;
		top: 53.8rem;
		right: -5rem;
	}
}
.p-mv__bgimg .img08 {
	width: 58.5rem;
	left: -11.5rem;
	bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img08 {
		width: 62.6rem;
		left: -30.5rem;
		bottom: -8.8rem;
	}
}
.p-mv__bgimg .img09 {
	width: 17.4rem;
	right: 51.7rem;
	bottom: 20rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img09 {
		width: 17.8rem;
		right: 12.7rem;
		bottom: -7.5rem;
	}
}
.p-mv__bgimg .img10 {
	width: 45.6rem;
	right: -3.1rem;
	bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
	.p-mv__bgimg .img10 {
		width: 42.6rem;
		right: -6.1rem;
		bottom: 16.4rem;
	}
}
.p-mv__content {
	height: 74rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content {
		height: 100vh;
	}
}
.p-mv__content .l-content-inner {
	width: 136rem;
}
.p-mv .c-section-title {
	position: relative;
}
.p-mv__logo {
	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;
}
.p-mv__logo .logo-img {
	width: 37.4rem;
}
@media screen and (max-width: 767px) {
	.p-mv__logo .logo-img {
		width: 48vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-mv__logo .logo-img {
		position: relative;
		top: 6rem;
	}
}
.p-mv__mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(1.5rem);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.2s linear, backdrop-filter 0.2s linear;
	transition: opacity 0.2s linear, backdrop-filter 0.2s linear;
}

.p-about {
	position: relative;
	color: #ffffff;
}
.p-about__title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.78;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-about__title {
		font-size: 4.8rem;
		line-height: 1.43;
	}
}
.p-about__text {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.75;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-about__text {
		font-size: 2.8rem;
		font-weight: 500;
		line-height: 2.28;
	}
}

.p-about-sec {
	position: relative;
	color: #ffffff;
	padding-top: 10rem;
}
@media screen and (max-width: 767px) {
	.p-about-sec {
		padding-top: 20rem;
	}
}
.p-about-sec__title {
	text-align: center;
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-about-sec__title {
		margin-bottom: 8.5rem;
	}
}
.p-about-sec__title .title-jp {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.p-about-sec__title .title-jp {
		font-size: 4rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
}
.p-about-sec__title .title-en {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-about-sec__title .title-en {
		margin-top: 1.9rem;
		font-size: 3.2rem;
		line-height: 0.75;
	}
}
.p-about-sec__text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.5;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-about-sec__text {
		font-size: 2.8rem;
		line-height: 2.17;
	}
}

.p-vision {
	padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
	.p-vision {
		padding-bottom: 12rem;
	}
}

.l-bg {
	position: relative;
	background-color: #ffffff;
}

.p-about-list {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-about-list {
		margin-top: 10vw;
	}
}
.p-about-list .item {
	width: 36rem;
	border-radius: 2rem;
	background-color: #ffffff;
	padding: 4rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
	.p-about-list .item {
		border-radius: 4vw;
		width: 100%;
		padding: 4rem 6rem 9.4rem;
	}
}
.p-about-list .item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-about-list .item-head {
		gap: 3.7333333333vw;
	}
}
.p-about-list .item-head .img {
	width: 7.2rem;
	color: #A0A0A0;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
@media screen and (max-width: 767px) {
	.p-about-list .item-head .img {
		width: 13.3333333333vw;
	}
}
.p-about-list .item-head .img svg {
	width: 100%;
}
.p-about-list .item-head .title {
	color: #1F1F1F;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-right: -2em;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-about-list .item-head .title {
		font-size: 3.2rem;
		line-height: 1.4;
		letter-spacing: 0.03em;
		margin-right: 0;
	}
}
.p-about-list .item-cnt {
	padding-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-about-list .item-cnt {
		padding-top: 5.3333333333vw;
	}
}
.p-about-list .item-cnt .text {
	color: #1F1F1F;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.p-about-list .item-cnt .text {
		font-size: 2.6rem;
		font-weight: 400;
		line-height: 1.85;
	}
}

.p-value {
	padding-top: 15rem;
}
@media screen and (max-width: 767px) {
	.p-value {
		padding-top: 16vw;
	}
}
.p-value__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-value__head .arrows {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-value__head .arrows {
		display: none;
	}
}
.p-value__head .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-value__head .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-value__head .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-value__head .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-value__head .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.p-value__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.p-value__list-wrap {
	overflow-x: scroll;
	padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-value__list-wrap {
		padding-bottom: 3rem;
	}
}
.p-value__list-wrap {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.p-value__list-wrap::-webkit-scrollbar {
	display: none;
}
.p-value__list .slick-list {
	overflow: visible;
}
.p-value__list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-value__list .slick-track {
		gap: 4.2666666667vw;
	}
}
.p-value__list .slick-dots {
	margin-top: 4rem;
	position: relative;
	bottom: auto;
	border-radius: 100vh;
	background: rgba(194, 194, 194, 0.48);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-value__list .slick-dots {
		margin-top: 7.4666666667vw;
	}
}
.p-value__list .slick-dots li {
	width: 100%;
	height: 0.2rem;
	margin: 0;
}
.p-value__list .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}
.p-value__list .slick-dots li button::before {
	content: none;
}
.p-value__list .slick-dots li.slick-active {
	background-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
	.p-value__list .item {
		width: 74.6666666667vw;
		padding-top: 7.5rem;
	}
	.p-value__list .item .item-head {
		display: block;
	}
	.p-value__list .item .img {
		width: 20vw;
		margin: auto auto 7.0666666667vw;
		color: #1F1F1F;
	}
	.p-value__list .item .title {
		text-align: center;
		line-height: 1.69;
	}
}
.p-value__list .item.slick-current .item-head .img {
	color: #1F1F1F;
}
@media print, screen and (min-width: 768px) {
	.p-value__list .item:hover .item-head .img {
		color: #1F1F1F;
	}
}

.p-advantage {
	padding-top: 12rem;
	padding-bottom: 15rem;
}
.p-advantage .p-about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-advantage .p-about-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 4.2666666667vw;
	}
	.p-advantage .p-about-list .item {
		padding-bottom: 5.3333333333vw;
	}
	.p-advantage .p-about-list .item-head .img {
		color: #1F1F1F;
	}
	.p-advantage .p-about-list .item .toggle {
		margin-top: 4rem;
		height: 1.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.p-advantage .p-about-list .item .toggle::before {
		content: "";
		width: 3.7333333333vw;
		height: 100%;
		background-image: url(../images/common/arrow_select.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.p-advantage .p-about-list .item.is-open .toggle::before {
		-webkit-transform: scale(1, -1);
		        transform: scale(1, -1);
	}
}
@media print, screen and (min-width: 768px) {
	.p-advantage .p-about-list .item:hover .item-head .img {
		color: #1F1F1F;
	}
}

.p-message {
	position: relative;
	background-color: #1F1F1F;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-message {
		padding-top: 13.3333333333vw;
		padding-bottom: 20vw;
	}
}
.p-message__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 7.5rem 9rem;
	color: #ffffff;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-message__content {
		display: block;
		margin-top: 9.3333333333vw;
	}
	.p-message__content .c-section-title {
		display: block;
	}
	.p-message__content .c-section-title .title-jp {
		font-size: 4.8rem;
		font-weight: 500;
		line-height: 1.25;
		letter-spacing: 0.03em;
	}
	.p-message__content .c-section-title .title-en {
		margin-top: 2rem;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.15em;
		padding-left: 0;
		margin-left: 0;
	}
	.p-message__content .c-section-title .title-en::before {
		content: none;
	}
}
.p-message__content .box {
	width: 48rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .box {
		width: 100%;
	}
}
.p-message__content .box:nth-of-type(2n) {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.p-message__content .message-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-message__content .message-text {
		margin-top: 7.3333333333vw;
		display: block;
	}
}
.p-message__content .message-text-text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.57;
}
@media screen and (max-width: 767px) {
	.p-message__content .message-text-text {
		font-size: 2.6rem;
		line-height: 2.15;
	}
}
.p-message__content .message-text .status {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.25;
	margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .message-text .status {
		margin-top: 4rem;
		font-size: 2.4rem;
		line-height: 2;
	}
}
.p-message__content .message-text .name {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.9285714286;
}
@media screen and (max-width: 767px) {
	.p-message__content .message-text .name {
		font-size: 2.8rem;
		line-height: 1.7142857143;
	}
}
@media screen and (max-width: 767px) {
	.p-message__content .profile {
		margin-top: 10rem;
	}
}
.p-message__content .profile-text {
	margin-top: 1.2rem;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.17;
	letter-spacing: 0.05em;
	margin-right: -2em;
}
@media screen and (max-width: 767px) {
	.p-message__content .profile-text {
		margin-top: 9.6vw;
		font-size: 2.6rem;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-message__content .book {
		margin-top: 10rem;
	}
}
.p-message__content .book-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-message__content .book-content {
		margin-top: 9.6vw;
	}
}
.p-message__content .book-img {
	width: 16.8rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .book-img {
		width: 26.5rem;
	}
}
.p-message__content .book-cnt {
	width: calc(100% - 16.8rem);
	padding-left: 2.6rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .book-cnt {
		width: calc(100% - 26.5rem);
		padding-left: 3.2vw;
	}
}
.p-message__content .book-title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.p-message__content .book-title {
		font-size: 3.2rem;
		line-height: 1.63;
		letter-spacing: 0.05em;
	}
}
.p-message__content .book-text {
	margin-top: 1.7rem;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-message__content .book-text {
		margin-top: 2.4rem;
		font-size: 2.4rem;
		line-height: 1.63;
	}
}
.p-message__content .c-btn.-small {
	margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .c-btn.-small {
		width: 55.4rem;
		height: 12rem;
		margin: 8.5rem auto auto;
	}
}
.p-message__content .c-btn__inn {
	color: #1F1F1F;
	background-image: url(../images/common/bg_btn-before-w.png);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.p-message__content .c-btn__inn .text {
		text-align: center !important;
	}
}
.p-message__content .c-btn__inn:hover::before {
	width: 0;
}

.p-history {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.p-history {
		padding-top: 12vw;
		padding-bottom: 12rem;
	}
}
.p-history__content {
	margin-top: 3.5rem;
	overflow-x: scroll;
	padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-history__content {
		margin-top: 7.5rem;
		padding-bottom: 3rem;
	}
}
.p-history__content {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.p-history__content::-webkit-scrollbar {
	display: none;
}
.p-history__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-history__heading .arrows {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.4rem;
}
.p-history__heading .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-history__heading .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-history__heading .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-history__heading .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-history__heading .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.p-history__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.p-history__slider .slide {
	width: 56.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	padding-left: 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-history__slider .slide {
		padding-left: 1.5rem;
		padding-right: 6rem;
		width: 67rem;
		gap: 5.6rem;
	}
}
.p-history__slider .slide::before {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 3.9rem;
	top: 0;
	border-left: 1px solid rgba(31, 31, 31, 0.5);
}
@media screen and (max-width: 767px) {
	.p-history__slider .slide::before {
		left: 1.3rem;
	}
}
.p-history__slider .slide:first-of-type::before {
	height: calc(100% - 1.2rem);
	top: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-history__slider .slide:first-of-type::before {
		height: calc(100% - 1.7rem);
		top: 1.7rem;
	}
}
.p-history__slider .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 3.1rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-history__slider .item {
		padding-left: 4rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-history__slider .item::before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: #1F1F1F;
	position: absolute;
	left: 0;
	top: 1rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-history__slider .item::before {
		width: 2.6rem;
		height: 2.6rem;
		left: 0;
		top: 1.7rem;
	}
}
.p-history__slider .date {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.25;
	letter-spacing: 0.05em;
	width: 12.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__slider .date {
		font-size: 2.8rem;
		width: 16.8rem;
	}
}
.p-history__slider .cnt {
	width: calc(100% - 12.5rem);
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	padding-top: 0.9rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-history__slider .cnt {
		width: calc(100% - 16.8rem);
		width: 100%;
		font-size: 2.6rem;
		line-height: 2.15;
		padding-top: 0;
	}
}

.p-info {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-info {
		padding-top: 0;
		padding-bottom: 10rem;
	}
}
.p-info__image {
	margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-info__image {
		margin-bottom: 7.5rem;
	}
}
.p-info__tbl {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9.6rem;
}
@media screen and (max-width: 767px) {
	.p-info__tbl {
		margin-top: 7rem;
		display: block;
	}
}
.p-info__tbl .box {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-info__tbl .box + .box {
		border-top: #222222 solid 1px;
	}
}
.p-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: #222222 solid 1px;
	padding: 1.9rem 0 1.8rem;
}
@media screen and (max-width: 767px) {
	.p-info__row {
		padding: 2.7rem 0 2.6rem;
	}
}
.p-info__row:last-of-type {
	border-bottom: none;
}
.p-info__row dt {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	width: 12.3rem;
}
@media screen and (max-width: 767px) {
	.p-info__row dt {
		width: 17.3rem;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.5;
	}
}
.p-info__row dd {
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.77;
	width: calc(100% - 12.3rem);
}
@media screen and (max-width: 767px) {
	.p-info__row dd {
		width: calc(100% - 17.3rem);
		font-size: 2.6rem;
		line-height: 1.62;
	}
}

.p-map {
	padding-top: 5rem;
	padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
	.p-map {
		padding-top: 10rem;
	}
}
.p-map__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 5.6rem 2.4rem;
}
.p-map__box {
	width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
	.p-map__box {
		width: 100%;
	}
}
.p-map__box .map-wrap {
	margin-top: 1.6rem;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	padding-top: 61.5942028986%;
}
@media screen and (max-width: 767px) {
	.p-map__box .map-wrap {
		padding-top: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	.p-map__box.-full {
		width: 100%;
	}
	.p-map__box.-full .map-wrap {
		padding-top: 41.6814159292%;
	}
}
.p-map__title {
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.25;
}
@media screen and (max-width: 767px) {
	.p-map__title {
		font-size: 4.2666666667vw;
	}
}
.p-map__address {
	margin-top: 0.8rem;
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.77;
}
@media screen and (max-width: 767px) {
	.p-map__address {
		font-size: 3.2vw;
	}
}
.p-map .map {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
}

.scroll-stop {
	width: 100%;
	overflow: hidden;
	height: 100vh;
}
.scroll-stop .l-header {
	opacity: 0;
}
.scroll-stop .bg {
	padding-top: 100vh;
}
.scroll-stop .js-stopview {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
/*# sourceMappingURL=about.css.map */