@charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

#wrap {
	background: #f1f1f4;
}
.innerWrap {
	width: 92%;
	max-width: 1760px;
	margin: 0 auto;
}

/* paging */
.paging {
	margin-top: 80px;
	text-align: center;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	color: #999;
	border-radius: 10px;
	font-size: 15px;
	line-height: 50px;
}
.paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	font-weight: 400;
}
.paging .page_begin {
	width: 42px;
	height: 52px;
	background: url(/images/common/page_begin.png) no-repeat center;
	border: 0;
}
.paging .page_prev {
	width: 42px;
	height: 52px;
	background: url(/images/common/page_prev.png) no-repeat center;
	border: 0;
	margin-right: 20px;
}
.paging .page_next {
	width: 42px;
	height: 52px;
	background: url(/images/common/page_next.png) no-repeat center;
	border: 0;
	margin-left: 20px;
}
.paging .page_end {
	width: 42px;
	height: 52px;
	background: url(/images/common/page_end.png) no-repeat center;
	border: 0;
}

.pageTop {
	padding-top: 330px;
	width: 92%;
	margin: 0 auto;
}
.pageTop h3 {
	font-family: var(--font-en);
	font-size: var(--fz-70);
	font-weight: 500;
}
.pageTop .imgWrap {
	position: relative;
	margin-top: 40px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.pageTop .imgWrap .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pageTop.pn1 .imgWrap .bg {
	background: url(/images/page/sub_visual1.png) no-repeat center / cover;
}
.pageTab {
	margin-top: 40px;
}
.pageTab ul {
	width: 92%;
	margin: 0 auto;
	display: flex;
}
.pageTab ul li {
	flex-shrink: 0;
}
.pageTab ul li a {
	display: inline-block;
	padding: 16px 24px;
	font-family: var(--font-en);
	font-size: var(--fz-14);
	color: #666;
}
.pageTab ul li.on a {
	background: var(--main-color);
	color: #fff;
}

.m12 {
}
.m12 .sec1 {
	padding: 140px 0 100px;
}
.m12 .sec1 .slg {
	font-size: var(--fz-60);
	font-weight: 600;
	line-height: 1.3em;
	color: var(--main-color);
}
.m12 .sec1 .txts {
	margin-top: 300px;
	padding-left: 50%;
}
.m12 .sec1 .txts p {
	padding-left: 20px;
	border-left: 2px solid var(--main-color);
	font-size: var(--fz-20);
	line-height: 1.5em;
}
.m12 .sec2 {
	position: relative;
	height: 100vh;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(148, 148, 208, 0.2)), linear-gradient(#fff, #fff);
	overflow: hidden;
}
.m12 .sec2 .bg {
	position: absolute;
	left: 40%;
	top: -37%;
	width: fit-content;
}
.m12 .sec2 .bg img {
	max-width: unset;
}
.m12 .mainTxt {
}
.m12 .mainTxt .tit1 {
	font-family: var(--font-en);
	font-size: var(--fz-32);
	color: var(--sub-color);
}
.m12 .mainTxt .tit2 {
	font-size: var(--fz-60);
	font-weight: 600;
	line-height: 1.3em;
	color: var(--main-color);
	margin: 50px 0 40px;
}
.m12 .mainTxt .tit3 {
	font-size: var(--fz-32);
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.m12 .mainTxt p {
	font-size: var(--fz-20);
	line-height: 1.5em;
}

.m12 .sec2 .inner {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}
.m12 .sec2 .inner .mainTxt {
	width: 100%;
	padding: 0 12%;
}
.m12 .sec3 {
	width: 100%;
	height: 100vh;
	display: flex;
}
.m12 .sec3 .imgWrap {
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.m12 .sec3 .imgWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m12 .sec3 .txtWrap {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m12 .sec3 .txtWrap .mainTxt {
	width: 100%;
	padding: 0 12%;
}

.m13 {
}
.m13 .sec1 {
	padding: 140px 0 240px;
	background: url(/images/page/m13_bg.svg) no-repeat right 4% bottom;
}
.m13 .sec1 .slg {
	padding-left: 50%;
}
.m13 .sec1 .slg p {
}
.m13 .sec1 .slg p span {
	font-family: var(--font-en);
	font-size: var(--fz-90);
	line-height: 1.25em;
	color: var(--main-color);
}
.m13 .sec1 .conWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.m13 .sec1 .conWrap .img {
	width: 39%;
	height: 800px;
	overflow: hidden;
}
.m13 .sec1 .conWrap .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m13 .sec1 .conWrap .txtWrap {
	width: 50%;
	padding-bottom: 80px;
}
.m13 .sec1 .conWrap .txtWrap .tit {
	font-size: var(--fz-32);
	font-weight: 600;
	color: var(--main-color);
}
.m13 .sec1 .conWrap .txtWrap p {
	font-size: var(--fz-18);
	line-height: 1.5em;
	color: #666;
	margin: 40px 0 30px;
}
.m13 .sec1 .conWrap .txtWrap .name {
	font-size: var(--fz-20);
	font-weight: 500;
}

.m14 {
}
.m14 .sec1 {
	padding: 140px 0 100px;
}
.m14 .sec1 .txtBox {
	width: 100%;
	padding: 80px;
	background: url(/images/page/m14_txt_bg.png) no-repeat center / cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m14 .sec1 .txtBox .txt {
	font-size: var(--fz-40);
	font-weight: 600;
	color: #fff;
}
.m14 .sec1 .txtBox .info {
	display: flex;
	gap: 160px;
}
.m14 .sec1 .txtBox .info dl {
	padding-left: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.m14 .sec1 .txtBox .info dl dt {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #fff;
	margin-bottom: 12px;
}
.m14 .sec1 .txtBox .info dl dd {
	font-size: var(--fz-60);
	font-weight: 600;
	color: #fff;
}
.m14 .sec1 .txtBox .info dl dd span {
	font-size: var(--fz-24);
}
.m14 .sec1 .conWrap {
	padding: 120px 0 300px;
}
.m14 .sec1 .conWrap h3 {
	font-family: var(--font-en);
	font-size: var(--fz-80);
	font-weight: 500;
	color: var(--main-color);
	text-align: center;
}
.m14 .sec1 .con {
	position: relative;
	margin-top: 150px;
	padding-top: 30px;
}
.m14 .sec1 .con .yearWrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.m14 .sec1 .con .yearWrap .yearCon {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 76px;
}
.m14 .sec1 .con .yearWrap .yearCon .year {
	display: flex;
	line-height: 1em;
	font-size: var(--fz-130);
	font-variant-numeric: tabular-nums;
}
.m14 .sec1 .con .yearWrap .yearCon .year .digit {
	display: inline-block;
	overflow: hidden;
	height: 1em;
}
.m14 .sec1 .con .yearWrap .yearCon .year .digit-inner {
	display: flex;
	flex-direction: column;
}
.m14 .sec1 .con .yearWrap .yearCon .year .digit-inner span {
	font-size: var(--fz-130);
	height: 1em;
	line-height: 1em;
	font-weight: 600;
}
.m14 .sec1 .con .yearWrap .yearCon .amount {
	font-size: var(--fz-24);
	font-weight: 500;
}
.m14 .sec1 .con .yearWrap .yearCon .amount span {
	font-size: var(--fz-40);
	font-weight: 600;
}
.m14 .sec1 .con .lineWrap {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
}
.m14 .sec1 .con .lineWrap:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #ddddeb;
}
.m14 .sec1 .con .lineWrap .line {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 0%;
	background: #4747d1;
	will-change: height;
}
.m14 .sec1 .con .lineWrap .line .cc {
	position: absolute;
	left: 50%;
	bottom: -34px;
	transform: translateX(-50%);
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #4747d1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m14 .sec1 .con .lineWrap .line .cc::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: url(/images/page/m14_line_cc_lines.png) no-repeat center / contain;
}
.m14 .sec1 .con .listWrap {
	padding-left: calc(50% + 130px);
}
.m14 .sec1 .con .listWrap .list {
	opacity: 0.3;
	transition: all 0.3s;
}
.m14 .sec1 .con .listWrap .list.on {
	opacity: 1;
}
.m14 .sec1 .con .listWrap .list + .list {
	margin-top: 160px;
}
.m14 .sec1 .con .listWrap .list dl {
	display: flex;
	justify-content: space-between;
}
.m14 .sec1 .con .listWrap .list dl + dl {
	margin-top: 10px;
}
.m14 .sec1 .con .listWrap .list dl dt {
	font-size: var(--fz-24);
	line-height: 1.5em;
}
.m14 .sec1 .con .listWrap .list dl dt {
	font-size: var(--fz-24);
	line-height: 1.5em;
	padding-right: 30px;
}
.m14 .sec1 .con .listWrap .list dl dd {
	flex-shrink: 0;
	font-size: var(--fz-24);
	font-weight: 500;
	line-height: 1.5em;
}

.m15 {
}
.m15 .sec1 .ccWrap {
	margin: 450px 0;
}
.m15 .sec1 .ccWrap .mainCC {
	position: relative;
	width: 260px;
	height: 260px;
	margin: 0 auto;
}
.m15 .sec1 .ccWrap .mainCC .inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 20px solid #333399;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/images/page/m15_cc_logo.png) no-repeat center #fff;
}
.m15 .sec1 .ccWrap .mainCC .inner span {
	font-size: var(--fz-40);
	font-weight: 600;
	color: var(--main-color);
}
.m15 .sec1 .ccWrap .mainCC .lineWrap .line {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	aspect-ratio: 1;
}
.m15 .sec1 .ccWrap .mainCC .lineWrap .line1 {
	width: 110%;
	border: 1.5px dashed #1f1f61;
}
.m15 .sec1 .ccWrap .mainCC .lineWrap .line2 {
	width: 177%;
	border: 1.5px dashed #1f1f61;
}
.m15 .sec1 .ccWrap .mainCC .lineWrap .line3 {
	width: 254%;
	border: 1px solid #b3b3b3;
}
.m15 .sec1 .ccWrap .mainCC .lineWrap .line4 {
	width: 307%;
	border: 1px solid #ccc;
}
.m15 .sec1 .ccWrap .mainCC .subCC .cc {
	position: absolute;
	width: 180px;
	aspect-ratio: 1;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m15 .sec1 .ccWrap .mainCC .subCC .cc span {
	display: block;
	margin-top: 10px;
	font-size: var(--fz-20);
	font-weight: 500;
	color: #fff;
}
.m15 .sec1 .ccWrap .mainCC .subCC .cc.cc1 {
	background: #4d4d99;
	left: 50%;
	top: -113%;
	transform: translateX(-50%);
}
.m15 .sec1 .ccWrap .mainCC .subCC .cc.cc2 {
	background: #6b6bb2;
	top: 50%;
	right: -137%;
	transform: translateY(-50%);
}
.m15 .sec1 .ccWrap .mainCC .subCC .cc.cc3 {
	background: #4d4d99;
	left: 50%;
	bottom: -113%;
	transform: translateX(-50%);
}
.m15 .sec1 .ccWrap .mainCC .subCC .cc.cc4 {
	background: #6b6bb2;
	top: 50%;
	left: -137%;
	transform: translateY(-50%);
}
.m15 .sec1 .ccWrap .mainCC .txtBox {
	position: absolute;
	left: 216%;
	top: 108%;
	padding: 40px;
	background: #fff;
	text-align: center;
}
.m15 .sec1 .ccWrap .mainCC .txtBox .top span {
	display: block;
	margin-top: 10px;
	font-size: var(--fz-24);
	font-weight: 600;
	color: #333;
}
.m15 .sec1 .ccWrap .mainCC .txtBox ul {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.m15 .sec1 .ccWrap .mainCC .txtBox ul li {
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.6em;
	color: #666;
}
.m15 .sec1 .ccWrap .mainCC .txtBox .line {
	position: absolute;
	right: 100%;
	top: 44%;
	width: 370px;
	border-top: 1.5px dashed #1f1f61;
	transform: rotate(30deg);
	transform-origin: right center;
}
.m15 .sec1 .ccWrap .mainCC .txtBox .line::before {
	content: "";
	position: absolute;
	left: -10px;
	top: -7px;
	width: 6px;
	height: 6px;
	border: 3px solid #f1f1f4;
	border-radius: 50%;
	background: #1f1f61;
	box-sizing: unset;
}
.m15 .sec1 .ccWrap .mainCC .txtBox .line::after {
	content: "";
	position: absolute;
	right: -2px;
	bottom: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1f1f61;
	box-sizing: unset;
}

.m16 {
}
.m16 .sec1 {
	padding: 140px 0 240px;
}
.m16 .sec1 h3 {
	font-family: var(--font-en);
	font-size: var(--fz-90);
	color: var(--main-color);
}
.m16 .sec1 .map {
	width: 100%;
	height: 520px;
	margin: 80px 0 40px;
}
.m16 .sec1 .info {
	display: flex;
	gap: 15px;
}
.m16 .sec1 .info dl {
	position: relative;
	flex: 1;
	padding: 35px 75px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.m16 .sec1 .info dl img {
	position: absolute;
	left: 25px;
	top: 39px;
}
.m16 .sec1 .info dl dt {
	font-family: var(--font-en);
	font-size: var(--fz-24);
	font-weight: 500;
}
.m16 .sec1 .info dl dd {
	margin-top: 10px;
	font-size: var(--fz-20);
	color: #666;
}
