@charset "utf-8";

.g-main .js-scroll_class {
	opacity: 0;
	transition: .6s var(--easing);
	translate: -20px 0;
}

.g-main .js-scroll_class.active_scroll_class {
	opacity: 1;
	translate: 0 0;
}

.g-wrapper {
	padding-bottom: 0;
	background: var(--blue_dark);
}

.g-container {
	padding-top: 0;
	position: relative;
}

.u-contents:not(:first-child) {
	margin-top: 0;
}

.g-breadcrumb {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

/*kv*/
.u-kv {
	background-color: transparent;
}

.u-kv:after {
	display: none;
}

.p-index.p-local .u-kv {
	padding-top: 450px;
}

.p-index.p-local .u-kv_pagetitle {
	width: 424px;
	height: 250px;
	max-width: none;
	margin-top: calc(var(--header_h) / 2);
	padding: 0;
	translate: -50% -50%;
}

.p-index.p-local .u-kv_pagetitle:before,
.p-index.p-local .u-kv_pagetitle:after,
.p-index.p-local .u-kv_pagetitle span:before,
.p-index.p-local .u-kv_pagetitle span:after {
	content: '';
	width: 100%;
	height: 1.1px;
	margin: 0;
	background: var(--white);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.p-index.p-local .u-kv_pagetitle:after {
	width: 1px;
	height: 100%;
	right: 0;
	left: auto;
}

.p-index.p-local .u-kv_pagetitle span {
	padding: 36px 28px 34px 30px;
	display: block;
}

.p-index.p-local .u-kv_pagetitle span:before {
	width: 100%;
	height: 1px;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}

.p-index.p-local .u-kv_pagetitle span:after {
	width: 1px;
	height: 100%;
	left: 0;
}

.p-index.p-local .u-kv_pagetitle:before {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition-delay: 0s;
}

.p-index.p-local .u-kv_pagetitle:after {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition-delay: .4s;
}

.p-index.p-local .u-kv_pagetitle span:before {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition-delay: .8s;
}

.p-index.p-local .u-kv_pagetitle span:after {
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	transition-delay: 1.2s;
}

.loaddone.p-index.p-local .u-kv_pagetitle:before,
.loaddone.p-index.p-local .u-kv_pagetitle:after,
.loaddone.p-index.p-local .u-kv_pagetitle span:before,
.loaddone.p-index.p-local .u-kv_pagetitle span:after {
	clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
	transition-duration: .4s;
	transition-timing-function: ease;
}

.p-index.p-local .u-kv_pagetitle img {
	clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
	scale: 2;
	transition: .6s 1.6s ease;
}

.loaddone.p-index.p-local .u-kv_pagetitle img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	scale: 1;
}

/*at-a-glance_navi*/
.l-at-a-glance_navi {
	max-width: 214px;
	margin: 0 0 -310px calc(50% - (var(--max_w) / 2) - 70px);
	padding: 100px 0 0;
	position: sticky;
	top: 10px;
	z-index: 100;
}

.l-at-a-glance_navi .inner {
	padding: 30px 0 30px 34px;
	display: flex;
	background-color: rgba(255,255,255,.9);
	border-radius: var(--border_r);
}

.l-at-a-glance_navi .items a {
	color: var(--gray);
	font-size: 15rem;
	line-height: 1.35;
	padding: 1em;
	display: block;
	border-left: 1px solid var(--gray);
	position: relative;
}

.l-at-a-glance_navi .items a.active {
	color: var(--black_text);
	font-weight: 500;
}

.l-at-a-glance_navi .items a:after {
	content: '';
	width: 3px;
	height: 100%;
	margin: 0 0 0 -2px;
	background: var(--black_text);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: bottom center;
	scale: 1 0;
	transition: scale .4s .4s var(--easing);
}

.l-at-a-glance_navi .items a.active:after {
	transform-origin: top center;
	scale: 1 1;
	transition: scale .4s 0s var(--easing);
}

/*at-a-glance_head*/
.l-at-a-glance_head {
	margin: 0 0 0 calc(50% + (var(--max_w) / 2) + 1.25em);
	padding: 110px 0 0 0;
	float: right;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	translate: -100% 0;
}

.l-at-a-glance_head h2 {
	font-size: 21rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .075em;
	writing-mode: vertical-rl;
}

.l-at-a-glance_head h2:before {
	content: attr(data-en);
	font-family: var(--font_mont);
	font-size: 146rem;
	font-weight: 500;
	text-indent: -.1em;
	letter-spacing: -.025em;
	display: block;
}

.l-at-a-glance_title {
	font-size: 32rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .1em;
	font-feature-settings: "palt";
}

.fix_bg_wrap {
	position: relative;
	clip-path: inset(0);
}

.fix_bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.fix_bg img {
	height: 100%;
	object-fit: cover;
}

/*origin*/
#section1 {
	position: relative;
	clip-path: inset(0);
}

.l-origin {
	color: var(--white);
	padding: 0 0 140px;
	position: relative;
	z-index: 10;
}

.l-origin .l-at-a-glance_inner {
	padding: 100px 175px 0 192px;
	position: relative;
}

.l-origin .section {
	width: calc(100% + (25px * 2));
	margin: 65px -25px 0;
}

.l-origin .section > * {
	width: calc(100% / 2 - (25px * 2));
	margin: 0 25px;
}

.l-origin .section > *.image {
	padding: 55px 0 0;
}

.l-origin .section .title {
	font-size: 30rem;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap;
	margin: -.25em 0 0;
	display: block;
}

.l-origin .section .title.year {
	font-size: 40rem;
}

.l-origin .section .title.year b {
	font-size: 90rem;
	font-weight: 500;
	letter-spacing: -.025em;
	display: inline-block;
	margin: 0 .1em 0 0;
	vertical-align: -.025em;
}

.l-origin .section .u-button > * {
	width: 256px;
	background-color: var(--white);
}

.logo_desc {
	color: var(--black_text);
	margin: 70px 0 0;
	padding: 40px;
	background: var(--white);
}

.logo_desc .title {
	font-size: 24rem;
	font-weight: 500;
	padding: 0 0 .75em;
	border-bottom: 1px solid var(--red);
}

.logo_desc .title + * {
	margin-top: 20px;
}

.logo_desc .inner {
	display: flex;
}

.logo_desc .u-text {
	width: 526px;
	margin-top: 0;
}

.logo_desc .image {
	width: calc(100% - 526px);
	padding: 0 0 0 24px;
}

/*today*/
.l-today {
	padding: 0 0 75px;
	background: #50BFE6;
	position: relative;
}

.l-today .l-at-a-glance_head {
	color: var(--blue_dark);
}

.l-today .l-at-a-glance_inner {
	padding-inline: 192px 66px;
	position: relative;
}

.l-today_prologue .l-at-a-glance_inner {
	padding-inline: 192px;
	position: relative;
}

.l-today_prologue {
	padding: 75px 0 0;
	background: #B0E8FA;
	border-bottom: 34px solid #6F95BD;
}

.l-today .visual {
	margin: 40px 0 0;
	display: block;
	position: relative;
	border-bottom: 10px solid #BBD2E1;
}

.l-today .visual .bg {
	text-align: center;
	position: relative;
	z-index: 10;
	transition: 1s 0s;
	opacity: 0;
}

.l-today .visual.active_scroll_class .bg {
	opacity: 1;
}

.l-today .visual .bg img {
	width: auto;
	height: 344px;
	margin: 0 0 0 -380px;
}

.l-today .visual .object_01 {
	width: 260px;
	position: absolute;
	right: calc(50% + 200px);
	bottom: 0;
	z-index: 20;
	translate: -100px 0;
	opacity: 0;
}

.l-today .visual.active_scroll_class .object_01 {
	animation: a-object_01 3s 1s var(--easing) both;
}

@keyframes a-object_01 {
	0% {
		opacity: 0;
		translate: -100px 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		translate: 0 0;
	}
}

.l-today .visual .object_02 {
	width: 680px;
	position: absolute;
	left: calc(50% - 168px);
	bottom: -80px;
	translate: 30px 0;
	opacity: 0;
	z-index: 20;
}

.l-today .visual.active_scroll_class .object_02 {
	animation: a-object_02 6s 1.2s var(--easing) both;
}

@keyframes a-object_02 {
	0% {
		opacity: 0;
		translate: 30px 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		translate: 0 0;
	}
}

.l-today .visual .object_cloud_01 {
	width: 226px;
	position: absolute;
	left: 0;
	top: 0;
	translate: 10vw 0;
	opacity: 0;
}

.l-today .visual.active_scroll_class .object_cloud_01 {
	animation: a-object_cloud_01 20s 0s linear infinite;
}

@keyframes a-object_cloud_01 {
	0% {
		opacity: 0;
		translate: 10vw 0;
	}
	1.5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		translate: 100vw 0;
	}
}

.l-today .visual .object_cloud_02 {
	width: 190px;
	position: absolute;
	left: 0;
	top: 5px;
	translate: 44vw 0;
	opacity: 0;
}

.l-today .visual.active_scroll_class .object_cloud_02 {
	animation: a-object_cloud_02 30s 0s linear infinite;
}

@keyframes a-object_cloud_02 {
	0% {
		opacity: 0;
		translate: 44vw 0;
	}
	1.5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		translate: 100vw 0;
	}
}

.l-today .visual .object_cloud_03 {
	width: 132px;
	position: absolute;
	left: 0;
	top: 90px;
	translate: 66vw 0;
	opacity: 0;
}

.l-today .visual.active_scroll_class .object_cloud_03 {
	animation: a-object_cloud_03 30s 0s linear infinite;
}

@keyframes a-object_cloud_03 {
	0% {
		opacity: 0;
		translate: 66vw 0;
	}
	1.5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		translate: 100vw 0;
	}
}

.l-today .section .title {
	color: var(--blue_dark);
	font-size: 24rem;
	font-weight: 600;
	line-height: 1.6;
}

.l-today .section .title + * {
	margin-top: 5px;
}

.l-today .section:nth-of-type(1) {
	margin-top: 120px;
	display: flex;
	align-items: center;
}

.l-today .section:nth-of-type(1) figure {
	width: 50.45%;
	padding: 0 60px 0 0;
}

.l-today .section:nth-of-type(1) figure + * {
	width: calc(100% - 50.45%);
}

.l-today .section:nth-of-type(2) {
	margin-top: 120px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.l-today .section:nth-of-type(2) figure {
	width: 46.5%;
	padding: 0 0 0 60px;
}

.l-today .section:nth-of-type(2) figure + * {
	width: calc(100% - 46.5%);
}

.l-today .section:nth-of-type(2) {
	margin-top: 90px;
}

.l-today .section:nth-of-type(3) {
	text-align: center;
	margin-top: 78px;
}

.l-today .section .balloon {
	padding: 20px 30px;
	background: var(--white);
	border-radius: calc(var(--border_r) * 2);
	position: relative;
}

.l-today .section .balloon:after {
	content: '';
	width: 36px;
	height: 33px;
	display: block;
	background: var(--white);
	position: absolute;
}

.l-today .section .balloon.-left:after {
	top: 50%;
	left: 0;
	translate: calc(-100% + 1px) -50%;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.l-today .section .balloon.-right:after {
	top: 50%;
	right: 0;
	translate: calc(100% - 1px) -50%;
	clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.l-today .section .balloon.-bottom + * {
	margin-top: 50px;
}

.l-today .section .balloon.-bottom:after {
	width: 33px;
	height: 36px;
	bottom: 0;
	left: 50%;
	translate: -50% calc(100% - 1px);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.l-today .l-at-a-glance_inner .u-button {
	text-align: center;
	margin-top: 60px;
}

.l-today .l-at-a-glance_inner .u-button > * {
	text-align: left;
	width: 256px;
	background: var(--white);
}

/*service*/
.l-service {
	color: var(--white);
	padding: 100px 0;
}

.l-service .u-inner {
	position: relative;
	z-index: 10;
}

.l-service .l-at-a-glance_inner {
	padding-inline: 192px 62px;
	position: relative;
}

.l-service_items {
	margin: 60px -4px 0;
	display: flex;
}

.l-service_items + * {
	margin-top: 64px;
}

.l-service_items .item {
	color: var(--black_text);
	font-weight: 600;
	text-align: center;
	width: calc(100% / 4 - (4px * 2));
	min-height: 120px;
	margin-inline: 4px;
	background: var(--white);
	border-radius: var(--border_r);
}

.l-service_items .item .image {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.l-service_items .image img {
	width: calc(100% - (40px * 2));
}

.l-service_items .image figcaption {
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.4;
}

.l-service .u-button > * {
	width: 256px;
	background: var(--white);
}

/*network*/
.l-network {
	color: var(--white);
	padding: 100px 0 80px;
}

.l-network .u-inner {
	position: relative;
	z-index: 10;
}

.l-network .l-at-a-glance_inner {
	padding-inline: 192px 62px;
	position: relative;
}

.l-network .l-at-a-glance_inner > * {
	position: relative;
	z-index: 10;
}

.l-network .image {
	width: 80%;
	margin: -13.5% 0 0 auto;
	position: relative;
	z-index: 0;
}

.l-network .image:after {
	content: '';
	width: 72%;
	margin: 19% 5% 0 0;
	aspect-ratio: 1;
	display: block;
	background: url("/_assets/images/at-a-glance/network_01.webp") no-repeat center / cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	animation: a-network_image 60s linear infinite;
}

@keyframes a-network_image {
	0% {
		rotate: 0;
	}
	100% {
		rotate: 360deg;
	}
}

.l-network .u-button {
	margin-top: 170px;
	position: absolute;
	top: 0;
}

.l-network .u-button > * {
	width: 256px;
	background: var(--white);
}

/*result*/
.l-result {
	color: var(--white);
	padding: 80px 0 110px;
	background: #1C4EC1;
}

.l-result .l-at-a-glance_inner {
	padding-inline: 192px 62px;
	position: relative;
}

.l-result_items {
	margin-top: 40px;
	margin-inline: -15px;
	display: flex;
	flex-wrap: wrap;
}

.l-result_items .item {
	color: var(--black_text);
	text-align: center;
	width: calc(100% / 3 - (15px * 2));
	margin: 15px;
	padding: 30px 20px 15px;
	background: var(--white);
	border-radius: var(--border_r);
}

.l-result_items .title {
	font-size: 18rem;
	font-weight: 700;
	line-height: 1.4;
}

.l-result_items .u-text {
	color: var(--red);
	font-size: 26rem;
	font-weight: 700;
	line-height: 1.1;
	margin-top: -.25em;
}

.l-result_items .u-text b {
	font-family: var(--font_mont);
	font-size: 70rem;
	font-weight: 500;
	vertical-align: -.03em;
	margin-inline: .05em;
	display: inline-block;
}

.l-result_items .u-text small {
	color: var(--black_text);
	font-size: 18rem;
	font-weight: 700;
	display: block;
}

.l-result_items .item:nth-child(4) .image {
	padding: 1.5em 0 1.5em 12.5%;
}

.l-result_items .item:nth-child(5) .image {
	padding: 2.75em 0;
}

.l-result_items .item:nth-child(5) .u-text b {
	font-size: 56rem;
}

/*future*/
.l-future {
	color: var(--white);
	position: relative;
}

.l-future .l-at-a-glance_inner {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.l-future .policy[data-number='1'] .u-inner {
	position: relative;
	z-index: 10;
}

.l-future .policy[data-number='2'] {
	position: relative;
}

.l-future .policy[data-number='2'] .u-inner {
	position: relative;
	z-index: 10;
}

.bg_zoom_image {
	position: fixed;
	inset: 0;
	transition: transform 1s ease-out;
	z-index: -1;
}

.bg_zoom_image img {
	object-fit: cover;
	height: 100%;
}

.l-future .policy[section-number='3'] .u-inner {
	position: relative;
	z-index: 10;
}

.l-future .vertical {
	writing-mode: vertical-rl;
}

.l-future .vertical > .title {
	font-size: 40rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .15em;
	font-feature-settings: initial;
}

.l-future .vertical > .title small {
	font-size: 28rem;
	text-indent: -.5em;
	display: block;
}

.l-future .vertical > .title i {
	line-height: 1;
	writing-mode: horizontal-tb;
	display: inline-block;
}

.l-future .vertical > .title i:nth-of-type(1) {
	margin: 0 0 -.6em -1em;
}

.l-future .vertical > .title i:nth-of-type(2) {
	margin: -.15em -1.25em -.5em 0;
}

.l-future .vertical > .u-text {
	line-height: 3;
	letter-spacing: .15em;
	font-feature-settings: initial;
	margin: 0 30px 0 0;
}

.l-future .vertical > .u-text > * {
	display: block;
}

.l-future .data {
	padding-inline: 256px 96px;
}

.l-future .data .balloon {
	color: var(--black_text);
	border-radius: var(--border_r);
	background: rgba(255,255,255,.9);
	display: flex;
	position: relative;
}

.l-future .data .balloon:before {
	content: '';
	width: 1px;
	height: calc(100% - (20px * 2));
	background: var(--gray);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.l-future .data .balloon:after {
	content: '';
	width: 33px;
	height: 36px;
	margin: 0 80px 0 0;
	display: block;
	background: rgba(255,255,255,.9);
	position: absolute;
	bottom: 0;
	right: 0;
	translate: 0 calc(100% - 1px);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.l-future .data .balloon > div {
	width: calc(100% / 2);
	padding: 40px 0;
}

.l-future .data .balloon + .image {
	margin-top: 60px;
}

.l-future .data .title {
	font-size: 18rem;
	font-weight: 700;
}

.l-future .data .title + * {
	margin-top: 15px;
}

.l-future .data .balloon > div:nth-child(1) {
	padding-left: 80px;
}

.l-future .data .balloon > div:nth-child(1) .u-text {
	color: var(--blue_dark);
	font-size: 21rem;
	font-weight: 500;
}

.l-future .data .balloon > div:nth-child(2) {
	padding-inline: 60px 55px;
}

.l-future .data .balloon > div:nth-child(2) ul {
	margin-top: 20px;
	display: flex;
}

.l-future .data .balloon > div:nth-child(2) ul li {
	margin: 0 25px 0 0;
}

.l-future .data .balloon > div:nth-child(2) span {
	font-size: 21rem;
	display: block;
}

.l-future .data .balloon > div:nth-child(2) em {
	color: var(--blue_dark);
	font-size: 21rem;
	font-weight: 700;
	margin: 10px 0 0;
	display: block;
}

.l-future .data .balloon > div:nth-child(2) em b {
	font-family: var(--font_mont);
	font-size: 60rem;
	font-weight: 500;
	vertical-align: -.05em;
	margin: 0 .05em 0 0;
	display: inline-block;
}

.l-future .data .balloon > div:nth-child(2) small {
	text-align: right;
	margin: 10px 0 0;
	display: block;
}

.l-future .data .u-button {
	margin-top: 60px;
}

.l-future .data .u-button > * {
	background-color: var(--white);
}

.l-future .details {
	color: var(--black_text);
	padding: 0 64px 100px 192px;
}

.l-future .detail {
	margin: 160px 0;
	padding: 66px 56px 50px;
	background: rgba(255,255,255,.8);
	border-radius: calc(var(--border_r) * 2 - 1px);
	position: relative;
}

.l-future .detail .title {
	color: var(--blue_dark);
	font-size: 24rem;
	font-weight: 700;
	padding: 0 0 .75em;
	border-bottom: 1px solid var(--blue_dark);
}

.l-future .detail .u-text {
	margin-top: 10px;
}

.l-future .detail .u-button {
	margin-top: 30px;
}

.l-future .detail .u-button > * {
	text-align: left;
	padding-right: 85px;
	background-color: var(--white);
}

.l-future .detail:after {
	content: '';
	color: var(--white);
	font-family: var(--font_mont);
	font-size: 100rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 0 30px;
	translate: 0 -50%;
	position: absolute;
	top: 0;
	left: 0;
}

.l-future .detail[data-detailnumber='1']:after { content: '01'; }
.l-future .detail[data-detailnumber='2']:after { content: '02'; }
.l-future .detail[data-detailnumber='3']:after { content: '03'; }

.l-future .detail[data-detailnumber='1'] .images {
	display: flex;
	flex-direction: column;
}

.l-future .detail[data-detailnumber='1'] .image {
	margin: 10px 0 0;
}

.l-future .detail[data-detailnumber='1'] figcaption {
	color: var(--black);
	font-size: 16rem;
	font-weight: 700;
	margin: 0 0 5px;
	display: block;
}

.l-future .detail[data-detailnumber='2'] .images {
	margin: 15px 0 0;
	display: flex;
	gap: 24px;
}

.l-future .detail[data-detailnumber='2'] .image {
	width: calc(100% / 2);
}

.l-future .detail[data-detailnumber='2'] .image img {
	border-radius: var(--border_r);
}

.l-future .detail[data-detailnumber='3'] {
	margin-bottom: 0;
}

.l-future .detail[data-detailnumber='3'] .image {
	margin: 15px 0 0;
}

.l-future .detail[detail-number='3'] .image {
	margin: 20px 0 0;
}

/*vision*/
.l-vision {
	position: relative;
}

.l-vision .l-at-a-glance_head h2 {
	color: var(--white);
}

.l-vision .u-inner {
	min-height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.l-vision .l-at-a-glance_inner {
	padding-inline: 192px 62px;
	position: relative;
}

.l-vision .l-at-a-glance_title {
	font-size: 18rem;
	font-weight: 600;
}

.l-vision .u-text {
	font-size: 28rem;
	line-height: 2.2;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}











