@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
@keyframes pop {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.l-content {
	padding-bottom: 0;
}

.mainBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}
.mainBg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mv {
	position: relative;
}
.mv_title {
	margin-top: 320px;
	margin-bottom: 0;
}
.mv_bg {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}
.mv_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv_bg::before {
	content: "";
	width: 100%;
	height: 300px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.mv_bg::after {
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 767px) {
	.mv_title {
		margin-top: 160px;
	}
	.mv_bg {
		top: -80px;
		height: calc(100% + 80px);
	}
}

.guideTop {
	padding: 120px 0 150px;
	position: relative;
	z-index: 2;
}
.guideTop_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.guideTop_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.guideTop_title {
	font-size: 4.6rem;
	line-height: 1.63;
	text-align: center;
	font-weight: 700;
	color: var(--color-prim);
}
.guideTop_text {
	font-size: 2rem;
	line-height: var(--line-height-l);
	text-align: center;
	margin-top: 50px;
}
.guideTop_image {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.guideTop {
		padding: 60px 0;
	}
	.guideTop_title {
		font-size: 1.8rem;
		line-height: 1.88;
	}
	.guideTop_text {
		font-size: 1.6rem;
		margin-top: 30px;
	}
	.guideTop_image {
		margin-top: 60px;
	}
}

@media (min-width: 768px), print {
	.guideAnchor2up .c-anchor__item:last-child {
		width: calc(50% - 1px);
	}
}
@media (max-width: 767px) {
	.guideAnchor2up .c-anchor__item:last-child {
		border-bottom-width: 0;
	}
}

.guideHistory {
	z-index: 2;
	padding: 120px 0 135px;
}
.guideHistory_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
}
.guideHistory_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.guideHistory_item {
	background-color: #fff;
	border-radius: 40px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 50px 80px;
	z-index: 2;
}
.guideHistory_item::before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--color-prim);
	border: #cbd8e5 solid 9px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
}
.guideHistory_item::after {
	content: "";
	width: 2px;
	height: 120px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -135px;
	margin: auto;
	background-color: #fff;
	z-index: -1;
}
.guideHistory_item--r {
	flex-direction: row-reverse;
}
.guideHistory_item + .guideHistory_item {
	margin-top: 95px;
}
.guideHistory_item_main {
	width: 500px;
}
.guideHistory_item_label {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 26px;
}
.guideHistory_item_tag {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #222;
	padding: 6px 20px 8px;
	border-radius: 20px;
	line-height: 1.2;
}
.guideHistory_item_year {
	font-size: 3.2rem;
	font-weight: 700;
}
.guideHistory_item_year::after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	bottom: -26px;
	font-family: var(--font-en);
	font-size: 200px;
	color: #f7f7f7;
	line-height: 1;
	width: 100%;
	text-align: center;
	z-index: -1;
}
.guideHistory_item_title {
	font-size: 4.2rem;
	line-height: var(--line-height-s);
	font-weight: 700;
	letter-spacing: -0.5px;
	color: var(--color-prim);
	margin-bottom: 30px;
}
.guideHistory_item_sub {
	max-width: 500px;
}
.guideHistory_item_caption {
	font-size: 1.4rem;
	line-height: var(--line-height-m);
	margin-top: 15px;
}
.guideHistory_item_caption--2clm {
	display: flex;
	width: 100%;
}
.guideHistory_item_caption--2clm span:first-child {
	width: 50%;
}
.guideHistory_item_caption--2clm span:last-child {
	flex: 1;
}
.guideHistory_item_caption--1911 span:first-child {
	width: 56%;
	transform: translateY(-100px);
}
.guideHistory_item_caption--1950 span:first-child {
	width: 57%;
	transform: translateY(-44px);
}
.guideHistory_item_caption--2012 span:first-child {
	width: 52%;
	transform: translateY(-73px);
}
@media (max-width: 767px) {
	.guideHistory {
		padding: 60px 0 75px;
	}
	.guideHistory_item {
		border-radius: 20px;
		display: block;
		padding: 40px 20px 50px;
	}
	.guideHistory_item::after {
		height: 60px;
		bottom: -75px;
	}
	.guideHistory_item + .guideHistory_item {
		margin-top: 45px;
	}
	.guideHistory_item_main {
		width: 100%;
	}
	.guideHistory_item_label {
		flex-wrap: wrap;
		gap: 10px 20px;
		margin-bottom: 8px;
	}
	.guideHistory_item_tag {
		font-size: 1.6rem;
		padding: 4px 20px 5px;
	}
	.guideHistory_item_year {
		font-size: 2.4rem;
	}
	.guideHistory_item_year::after {
		bottom: -7px;
		font-size: 54px;
	}
	.guideHistory_item_title {
		font-size: 2.8rem;
		margin-bottom: 16px;
	}
	.guideHistory_item_sub {
		max-width: 100%;
		margin-top: 30px;
	}
	.guideHistory_item_caption {
		font-size: 1.2rem;
	}
	.guideHistory_item_caption--1911 span:first-child {
		transform: translateY(-16vw);
	}
	.guideHistory_item_caption--1950 span:first-child {
		transform: translateY(-7vw);
		padding-right: 1em;
	}
	.guideHistory_item_caption--2012 span:first-child {
		transform: translateY(-10.5vw);
	}
}

.guideWhere {
	background-color: #fff;
	padding-top: 120px;
}
.guideWhere_main {
	margin-top: 80px;
	position: relative;
	z-index: 2;
	padding: 120px 0;
}
.guideWhere_main::after {
	content: "";
	width: 120px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	margin: auto;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	z-index: 3;
}
.guideWhere_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.guideWhere_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.guideWhere_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px), print {
	.guideWhere_list {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.guideWhere_itemIcon {
	width: 100%;
	cursor: pointer;
}
.guideWhere_itemIcon_inner {
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: 330px;
	transition: all 0.2s;
}
button:hover .guideWhere_itemIcon_inner {
	background-color: var(--color-txt-hover);
}
.guideWhere_itemIcon_title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
}
.guideWhere_itemIcon_title--s {
	font-size: 2rem;
}
.guideWhere_itemIcon_image {
	width: 250px;
	margin: 13px auto 0;
	transition: all 0.2s;
}
button:hover .guideWhere_itemIcon_image {
	transform: scale(1.1);
}
.guideWhere_itemIcon_zoom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: var(--color-prim);
	border-radius: 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guideWhere_itemIcon_zoom img {
	filter: brightness(0) invert(1);
	width: 24px;
}
.guideWhere_detail {
	display: none;
}
.guideWhere_detail_main {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}
.guideWhere_detail_inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px), print {
	.guideWhere_detail_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.guideWhere_detail_bg {
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	animation: fadeIn 0.5s linear forwards;
	animation-delay: 0.3s;
	opacity: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.guideWhere_detail_imgList {
	display: flex;
	align-items: flex-end;
	margin-top: 50px;
}
.guideWhere_detail_imgItem + .guideWhere_detail_imgItem {
	margin-left: 48px;
}
.guideWhere_detail_imgItem--icon {
	min-width: 250px;
	margin-left: 32px !important;
}
.guideWhere_detail_imgItem img {
	border-radius: 10px;
}
.guideWhere_detail_close {
	width: 78px;
	height: 78px;
	background-color: var(--color-prim);
	position: absolute;
	right: -39px;
	top: -39px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
}
.guideWhere_detail_close_icon {
	width: 20px;
}
.guideWhere_detail_close_icon img {
	filter: brightness(0) invert(1);
}
.guideWhere_detail_close_text {
	font-family: var(--font-en);
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
}
@media (max-width: 767px) {
	.guideWhere {
		padding-top: 60px;
	}
	.guideWhere_main {
		margin-top: 60px;
		padding: 80px 0;
	}
	.guideWhere_main_bg {
		pointer-events: none;
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 0.3s;
		z-index: 2;
	}
	.whereOn .guideWhere_main_bg {
		opacity: 1;
		pointer-events: all;
		position: fixed;
	}
	.guideWhere_list {
		display: block;
	}
	.guideWhere_item {
		position: relative;
	}
	.guideWhere_item + .guideWhere_item {
		margin-top: 20px;
	}
	.guideWhere_itemIcon_inner {
		height: auto;
		padding: 20px 20px 30px;
	}
	.guideWhere_detail {
		display: none;
		position: fixed;
		top: 30vw;
		left: 50%;
		transform: translateX(-50%);
		width: 92%;
		margin: 0 auto;
		z-index: 100;
	}
	.guideWhere_detail_inner {
		padding: 0;
	}
	.guideWhere_detail_main {
		display: block;
		background: none;
		padding: 0;
	}
	.guideWhere_detail_bg {
		padding: 30px 20px;
	}
	.guideWhere_detail_content {
		height: calc(100vh - 80px - 18vh);
		overflow-y: auto;
	}
	.guideWhere_detail_imgList {
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 30px;
	}
	.guideWhere_detail_imgItem {
		width: calc((100% - 16px) / 2);
	}
	.guideWhere_detail_imgItem + .guideWhere_detail_imgItem {
		margin: 0;
	}
	.guideWhere_detail_imgItem--icon {
		min-width: 150px;
		margin: 0 auto !important;
	}
	.guideWhere_detail_close {
		width: 60px;
		height: 60px;
		right: -15px;
		top: -30px;
	}
}

.guideCount {
	padding: 120px 0;
	background-color: #fff;
}
.guideCount_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	margin-top: 30px;
}
.guideCount_item {
	background-color: #eff7ff;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.guideCount_item--area3 {
	grid-area: 1/2/3/3;
}
.guideCount_item--area5 {
	position: relative;
}
.guideCount_item--area5 .guideCount_itemList dt {
	margin-bottom: 0;
}
.guideCount_itemTop {
	display: flex;
	align-items: center;
	gap: 40px;
}
.guideCount_itemTop_left {
	width: 200px;
}
.guideCount_itemTop_right {
	flex: 1;
}
.guideCount_itemTop_title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
}
.guideCount_itemTop_count {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 10px;
}
.guideCount_itemTop_count_txt {
	font-size: 2.2rem;
	font-weight: 500;
	color: var(--color-prim);
	line-height: 1.1;
}
.guideCount_itemTop_count_txt--l {
	font-family: var(--font-en);
	font-size: 6rem;
	font-weight: 700;
	margin-right: 8px;
	vertical-align: -2px;
}
.guideCount_itemTop_count_title {
	font-size: 2.2rem;
	font-weight: 500;
}
.guideCount_itemTop_countSub {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 14px;
}
.guideCount_itemTop_countSub--l {
	font-family: var(--font-en);
	font-size: 3rem;
	font-weight: 700;
	margin-right: 8px;
	vertical-align: -2px;
}
.guideCount_itemTop_btn {
	margin-top: 22px;
}
.guideCount_itemSub {
	margin-top: 10px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 16px 20px;
}
.guideCount_itemSub_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guideCount_itemSub_item:nth-child(n+2) {
	margin-top: 10px;
}
.guideCount_itemSub_item dt.guideCount_itemSub_head {
	font-size: 1.4rem;
	font-weight: 500;
}
.guideCount_itemSub_item dd.guideCount_itemSub_body {
	margin-top: 0;
	font-size: 2rem;
	font-weight: 700;
	font-family: var(--font-en);
	line-height: 1;
}
.guideCount_itemBottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
}
.guideCount_itemBottom--area5 {
	position: absolute;
	right: 40px;
	bottom: 40px;
	margin-top: 0;
	flex-direction: column;
}
.guideCount_itemBottom--area5 .c-caption {
	margin-bottom: 5px;
}
.guideCount_itemList {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 10px;
}
.guideCount_itemList_item {
	width: 200px;
	text-align: center;
}
.guideCount_itemList dt {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: -10px;
}
.guideCount_itemList dd {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.guideCount {
		padding: 60px 0;
	}
	.guideCount_list {
		display: block;
		margin-top: 20px;
	}
	.guideCount_item {
		padding: 20px;
		display: block;
	}
	.guideCount_item + .guideCount_item {
		margin-top: 20px;
	}
	.guideCount_itemTop {
		gap: 16px;
	}
	.guideCount_itemTop_left {
		width: 100px;
	}
	.guideCount_itemTop_title {
		font-size: 1.6rem;
	}
	.guideCount_itemTop_count {
		gap: 10px;
		margin-top: 10px;
	}
	.guideCount_itemTop_count_txt {
		font-size: 1.8rem;
	}
	.guideCount_itemTop_count_txt--l {
		font-size: 3.6rem;
		margin-right: 5px;
	}
	.guideCount_itemTop_count_title {
		font-size: 1.6rem;
	}
	.guideCount_itemTop_countSub {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.guideCount_itemTop_countSub--l {
		font-size: 2rem;
		margin-right: 2px;
	}
	.guideCount_itemTop_btn {
		margin-top: 10px;
	}
	.guideCount_itemSub {
		margin-top: 10px;
		padding: 15px 10px;
	}
	.guideCount_itemSub_item dt.guideCount_itemSub_head {
		font-size: 1.2rem;
	}
	.guideCount_itemSub_item dd.guideCount_itemSub_body {
		font-size: 1rem;
	}
	.guideCount_itemSub_item dd .guideCount_itemSub_body--num {
		font-size: 2rem;
	}
	.guideCount_itemSub_item dd .guideCount_itemSub_body--unit {
		font-size: 1rem;
	}
	.guideCount_itemBottom {
		margin-top: 12px;
	}
	.guideCount_itemBottom--area5 {
		right: 20px;
		bottom: 20px;
	}
	.guideCount_itemList {
		gap: 48px;
	}
	.guideCount_itemList_item {
		width: 100px;
	}
	.guideCount_itemList dt {
		font-size: 1.6rem;
	}
	.guideCount_itemList dd {
		margin-top: 20px;
	}
}

.guideStrong {
	padding: 120px 0;
}
.guideStrong_item {
	display: flex;
	flex-direction: row-reverse;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ecf7ff;
}
.guideStrong_item--r {
	flex-direction: row;
}
.guideStrong_item + .guideStrong_item {
	margin-top: 50px;
}
.guideStrong_item_image {
	width: 50%;
}
.guideStrong_item_image img {
	object-fit: cover;
	height: 100%;
}
.guideStrong_item_main {
	width: 50%;
	padding: 100px 50px;
	position: relative;
	z-index: 2;
}
.guideStrong_item_number {
	font-family: var(--font-en);
	font-size: 200px;
	font-weight: 600;
	color: var(--color-prim);
	opacity: 0.1;
	position: absolute;
	right: 0;
	bottom: -28px;
	line-height: 1;
	z-index: -1;
}
.guideStrong_item--r .guideStrong_item_number {
	right: auto;
	left: 0;
}
.guideStrong_item_title {
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--color-prim);
	line-height: var(--line-height-m);
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.guideStrong {
		padding: 60px 0;
	}
	.guideStrong_item {
		display: block;
	}
	.guideStrong_item + .guideStrong_item {
		margin-top: 20px;
	}
	.guideStrong_item_image {
		width: 100%;
	}
	.guideStrong_item_image img {
		object-fit: unset;
		height: auto;
	}
	.guideStrong_item_main {
		width: 100%;
		padding: 30px 20px 50px;
	}
	.guideStrong_item_number {
		font-size: 100px;
		bottom: -14px;
	}
	.guideStrong_item--r .guideStrong_item_number {
		right: 0;
		left: auto;
	}
	.guideStrong_item_title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

.guideFeature {
	position: relative;
	padding: 120px 0;
	z-index: 2;
}
.guideFeature_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.guideFeature_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.guideFeature_item {
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.guideFeature_item + .guideFeature_item {
	margin-top: 50px;
}
.guideFeature_item_main {
	padding: 50px;
}
.guideFeature_item_title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: var(--line-height-m);
	text-align: center;
	color: var(--color-prim);
	margin-bottom: 30px;
}
.guideFeature_item_btn {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.guideFeature {
		padding: 60px 0;
	}
	.guideFeature_item + .guideFeature_item {
		margin-top: 20px;
	}
	.guideFeature_item_main {
		padding: 30px 20px 50px;
	}
	.guideFeature_item_title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.guideFeature_item_btn {
		margin-top: 20px;
	}
}
/*# sourceMappingURL=guide.css.map */
