<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* kv
--------------------------------*/
.sec_kv .img{
	height: 520px;
	background-position: center 25%;
	background-repeat: no-repeat;
	background-size: cover;
	/* max-height: 680px;
	overflow: hidden; */
}

.sec_kv .img img{
	width: 100%;
}
.sec_kv .img img{
	width: 100%;
}
.sec_kv .catch{
	/* font-size: 2.8rem; */
	font-size: 2.2vw;
	font-weight: 700;
	color: #000613;
	line-height: 1.7;
	margin-left: 450px;
	margin-top: 70px;

	/* font-size: 2vw; */
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: #fff;
	display: inline;
	padding: 0 0.2em;

}

.sec_kv .box{
	min-height: auto;
}

.sec_kv .box01 .box{
	width: 38%;
	padding: 50px 2% 0 80px;
	margin: 0 0 0 240px;
	height: auto;
}
.sec_kv .box01 .box dd{
	font-size: 1.2rem;
	line-height: 1.6;
}
.sec_kv .box01 .box dd+dd{
	margin-top: 0;
}
.sec_kv .box01 .box dd .name{
	line-height: 1.6;
	margin-bottom: 8px;
}
.sec_kv .box01 .box dd .name .en{
	font-size: 1.2rem;
	color: #919191;
	font-weight: 300;
	margin-left: 30px;
}
.sec_kv .box02 .wrap{
	margin: 0;
}
.sec_kv .box02 dt{
	font-size: 1.4rem;
	line-height: 1;
	color: #011341;
	font-weight: 700;
}

.sec_kv .box02 dd.disc{
	width: 81.2%;
}
.sec_kv .box02 dd{
	color: #000;
	line-height: 1.75;
	margin-top: 5px;
}
.sec_kv .box02 dd+dt{
	margin-top: 60px;
}
.sec_kv .box02 ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
	flex-wrap: wrap;
	width: 90%;
}
.sec_kv .box02 ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 0;
	width: calc((100% / 3));
	position: relative;
	margin-bottom: 2rem;
	min-height: 94px;
}
.sec_kv .box02 ul li::after{
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	background-color: #39F038;
	position: absolute;
	bottom: 0;
	right: -50px;
}


.sec_kv .box02 ul li:nth-child(3n)::after{
	width: 90%;
	right: -10px;
}

.sec_kv .box02 ul li:last-child .t{
line-height: 1.55;
}
.sec_kv .box02 ul li:last-child:before{
	content: '';
	position: absolute;
	bottom: 5px;
	right: -50px;
	width: 15px;
	height: 6px;
	background: #39F038;
	transform: rotate(45deg);
}


.sec_kv .box02 .y{
	color: #000426;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border: 1px solid #000426;
	border-radius: 50%;
	margin-right: 15px;
	flex: none;
	background-color: #fff;
	transform: translateY(5px);
	position: relative;
	z-index: 2;
}
.sec_kv .box02 .t{
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
	color: #000;
}


.sec_kv .box02{
	width: calc(100% - 240px);
	/* overflow: hidden; */
	margin-left: auto;
	background: #fff;
	padding: 4rem 0 60px 80px;

	position: relative;
}
.sec_kv .box01{
	position: relative;
}

.sec_kv .box01 .box{
	position: absolute;
	bottom: 0;
	left: 11.2%;
	margin-left: 0;
	z-index: 9;
}
.sec_kv .box01 .box dt {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	color: #000613;
}

.sec_kv .box01 .box dd{
	margin-top: 1.5rem;

}

.sec_kv .box02.inter03 ul li:last-child{
	width: 38%;
}

@media screen and (min-width: 1600px)  {
	.sec_kv .img{
		height: 680px;
	}
}

@media screen and (max-width: 1180px)  {
	.sec_kv .box02 ul{
		width: 100%;
	}
}


@media screen and (max-width: 1000px)  {
	.sec_kv .img{
		background-position: 60% 25%;
	}
}


@media screen and (min-width: 769px)  {
	.sec_kv .img{
		width: 82.5%;
	}
	.sec_kv .img img{
		width: 100%;
	}
	.sec_kv .catch{
		margin-left: 25vw;
		margin-top: 4rem;
	}
	/* .sec_kv .box{
		margin-left: 120px;
	} */
	.sec_kv .box02{
		width: 88.8%;
	}
	.sec_kv .box02 ul{
		max-width: 100%;
	}
	/* .sec_kv .box02 ul li{
		margin-right: 18px;
	} */
	.sec_kv .box02 .y{
		width: 86px;
		height: 86px;
		margin-right: 10px;
	}
	.sec_kv .box02 .t{
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1024px){
	.sec_kv .box02{
		width: 97%;
	}

	.sec_kv .box02 .wrap{
		margin: 0 auto;
	}

	.sec_kv .box02{
		padding: 4rem 0 6rem 0;
	}

	.sec_kv .box02 ul{
		width: 100%;
	}

	.sec_kv .box02 ul li{
		margin-right: 0;
		width: calc((100% / 3) - 5px);
	}

	.sec_kv .box02 .y{
		width: 70px;
		height: 70px;
		margin-right: 8px;
	}

	.sec_kv .box02 .t{
		font-size: 1.2rem;
		padding-bottom: 1rem;
	}

	.sec_kv .box01 .box{
		width: 45%;
		left: 3%;
	}

	.sec_kv .box01 .box{
		padding: 50px 2% 0 3%;

	}


.sec_kv .box02 .y{
	transform: translateY(15px);
}


.sec_kv .box02 dd.disc{
	width: 100%;
}

}

@media screen and (max-width: 768px) {
	.sec_kv{
		padding-bottom: 18.55%;
	}
	.sec_kv .txt{
		height: auto;
	}
	.sec_kv .catch{
		font-size: 4.167vw;
		line-height: 1.75;
		margin-left: 21%;
		margin-top: 10%;
	}
	.sec_kv .box02 .wrap{
		width: 86%;
	}
	.sec_kv .box02 .box{
		width: 49%;
		padding: 4%;
		margin: 0;
		height: auto;
		bottom: auto;
		z-index: 2;
		/* position: relative; */
		top: -10%;
	}

	.sec_kv .box02 .box.inter03{
		top: -11%;
	}
	.sec_kv.box02 .box dt{
		font-size: 5.2vw;
	}
	.sec_kv .box02 .box dd{
		font-size: 3.1vw;
		margin-top: 4%;
	}
	.sec_kv .box02 .box dt{
		font-size: 5.2vw;
	}
	.sec_kv .box02 .box dd+dd{
		margin-top: 0;
	}
	.sec_kv .box02 .box dd .name{
		margin-top: 5%;
		margin-bottom: 1%;
	}
	.sec_kv .box02 .box dd .name .en{
		font-size: 2.6vw;
		margin-left: 1em;
	}
	.sec_kv .box02{
		width: 96%;
		padding: 25vw 0 14%;
		position: relative;
		z-index: 1;
		margin-top: -20vw;
	}
	.sec_kv .box02 dt{
		font-size: 3.1vw;
	}
	.sec_kv .box02 dd{
		margin-top: 4%;
	}
	.sec_kv .box02 dd+dt{
		margin-top: 8%;
	}
	.sec_kv .box02 ul{
		display: block;
		margin-top: 0;
		margin-right: 0;
		padding-bottom:0;
		border-bottom: 0;
	}
	.sec_kv .box02 ul::before{
		content: '';
		display: block;
		position: absolute;
		bottom: -4vw;
		left: 4.9vw;
		right: auto;
		width: 3vw;
		height: 3vw;
		background: none;
		border-left: 1vw solid #39F038;
		border-bottom: 1vw solid #39F038;
		transform: rotate(-45deg);
	}
	.sec_kv .box02 ul::after{
		content: '';
		position: absolute;
		top: 2vw;
		left: 6vw;
		width: 1vw;
		height: calc(100% + 2vw);
		background: #39F038;
		z-index: -1;
	}
	.sec_kv .box02 ul li{
		margin-right: 0;
		width: 100%;
		margin-bottom: 0;
		min-height: auto;
	}

	.sec_kv .box02 ul li:last-child{
		width: 100%;
	}

	.sec_kv .box02 ul li:last-child:before{
		display: none;
	}

	.sec_kv .box02 ul li::after{
		display: none;
	}

	.sec_kv .box02 ul li+li{
		margin-top: 6.6%;
	}
	.sec_kv .box02 .y{
		font-size: 2.6vw;
		width: 13vw;
		height: 13vw;
		margin-right: 10%;
		background: #fff;
		transform: translateY(-4px);
	}
	.sec_kv .box02 .t{
		font-size: 3.1vw;
	}

	.sec_kv .box01 .box{
		width: 62%;
		left: 4%;
		padding: 4% 2% 4% 7%;

	}

	.sec_kv .box01 .box dd .name .en{
		font-size: 1rem;
		margin-left: 1rem;
	}

	.sec_kv .box02.inter03 ul li:last-child{
		width: 100%;
	}


}

/* pankuzu
--------------------------------*/
.pankuzu {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.pankuzu {
		margin-bottom: 80px;
	}
}

/* chapter
--------------------------------*/
[class*="sec_chapter"]{
	position: relative;
}
[class*="sec_chapter"] .wrap{
	position: relative;
}
[class*="sec_chapter"] .en{
	/* font-size: 10.5rem; */
	font-size: 8vw;
	line-height: 0.75;
	font-weight: 300;
	color: #011341;
	white-space: nowrap;
}
[class*="sec_chapter"] .box{
	/* padding: 0 8%; */
	padding: 0 2% 0 4%;
	max-width: 760px;
	width: 56%;
}

@media screen and (max-width: 1024px){
	[class*="sec_chapter"] .box{
		width: 48%;
		padding: 0 4vw 0 0;
	}
}

[class*="sec_chapter"] .img{
	width: 58%;
}
[class*="sec_chapter"] .ttl{
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
}
[class*="sec_chapter"] .txt{
	margin-top: 35px;
}
[class*="sec_chapter"] .txt .small{
	font-size: 1.4rem;
}
[class*="sec_chapter"] .bg_white{
	background: #fff;
}
[class*="sec_chapter"] .bg_white .ttl,
[class*="sec_chapter"] .bg_white .txt{
	color: #000;
}
@media screen and (max-width: 768px) {
	[class*="sec_chapter"]{
		position: relative;
	}
	[class*="sec_chapter"] .wrap{
		position: relative;
	}
	[class*="sec_chapter"] .en{
		font-size: 10.4vw;
	}
	[class*="sec_chapter"] .box{
		padding: 0;
		max-width: 100%;
		width: auto;
	}
	[class*="sec_chapter"] .ttl{
		font-size: 5.2vw;
	}
	[class*="sec_chapter"] .txt{
		margin-top: 7%;
	}
	[class*="sec_chapter"] .txt .small{
		font-size: 3.1vw;
	}

	[class*="sec_chapter"] .img{
		width: inherit;
	}
}

/* chapter01
--------------------------------*/
.sec_chapter01{
	padding: 0;
}
.sec_chapter01 .wrap{
	padding-bottom: 110px;
}
.sec_chapter01::before{
	content: '';
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	width: 76%;
	height: 100%;
	z-index: -1;
}
.sec_chapter01 .flex{
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: flex-start;
	margin-top: 6rem;
}
.sec_chapter01 .en{
	display: block;
	margin-top: -.075em;
	margin-left: -0.027em;
}

.sec_chapter01 .ttl,
.sec_chapter01 .txt{
	color: #000;
}
/* .sec_chapter01 .txt{
	font-size: 1.05vw;
} */

@media screen and (max-width: 768px) {
	.sec_chapter01{
		padding: 0;
	}
	.sec_chapter01::before{
		width: 73%;
	}
	.sec_chapter01 .wrap{
		background: #fff;
		padding-bottom: 11%;
	}
	.sec_chapter01 .wrap::before{
		content: '';
		position: absolute;
		background: #fff;
		bottom: 0;
		right: -4%;
		width: 4%;
		height: 100%;
		z-index: -1;
	}
	.sec_chapter01 .img{
		margin: 0 -4%;
		width: inherit;
	}
	.sec_chapter01 .flex{
		display: block;
		margin-top: 2%;
	}
	.sec_chapter01 .box{
		margin-top: 8%;
	}
}

/* chapter02
--------------------------------*/
.sec_chapter02{
	padding: 0;
	padding-bottom: 240px;
	background: #000327;
	position: relative;
}

.sec_chapter02 .wrap .flex .img{
	transform: translateX(-8%);
}

.sec_chapter02 .wrap .flex .box{
	padding: 0 8% 0 0;
}
.sec_chapter02::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	width: 22%;
}
.sec_chapter02 .en{
	color: #fffdd8;
	text-align: right;
	margin-top: -.075em;
	display: block;
}
.sec_chapter02 .flex{
	display: flex;
	justify-content: flex-end;
	margin-top: 8rem;
}
@media screen and (max-width: 768px) {
	.sec_chapter02{
		padding: 0;
		padding-bottom: 11%;
	}
	.sec_chapter02::before{
		display: none;
	}
	.sec_chapter02 .img{
		margin: -.5% -4% 0 -9%;
	}
	.sec_chapter02 .en{
		color: #fffdd8;
		text-align: right;
	}
	.sec_chapter02 .flex{
		display: block;
		margin-top: 2.5%;
	}
	.sec_chapter02 .box{
		margin-top: 8%;
	}

	.sec_chapter02 .wrap .flex .img{
		transform: translateX(0);
	}
}

/* chapter03
--------------------------------*/
.sec_chapter03{
	/* margin-top: -360px; */
	padding: 0;
}

.sec_chapter03 .wrap{
	width: 100%;
	/* padding-right: 5rem;
	padding-left: 6vw; */
}

.sec_chapter03::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	width: 76%;
	height: 100%;
	z-index: -1;


}
.sec_chapter03 .en{
	position: absolute;
	top: 1px;
	z-index: 2;
	margin-left: -0.027em;

}
.sec_chapter03 .img{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 86%;
}
.sec_chapter03 .box{
	position: absolute;
	bottom: 0;
	left: 5%;
	padding: 4rem 4.8vw 6rem;
	max-width: 580px;
	z-index: 2;
	width: 60vw;
}
.sec_chapter03 .box.adjust{
	left: 0;
	bottom: inherit;
	top: 15%;
	width: 55vw;
	padding: 3.4rem 2.8vw 2rem 3.4vw;
}

.sec_chapter03 .wrap .img img{
	width: 100%;
}

.sec_chapter03 .wrap .img{
	/* max-width: 100%; */
	margin: 0 3% 0 auto;
}


@media screen and (min-width: 1600px)  {
	.sec_chapter03 .box{
		left: 0;
		max-width: 640px;
	}

	.sec_chapter03 .box.adjust{
		left: 0;
		max-width: 740px;
		padding: 4rem 3vw 6rem;
		top: 20%;
	}

	.sec_chapter03 .wrap .img{
		max-width: 90%;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 1200px){
	.sec_chapter03{
		margin-bottom: 22rem;
	}
	.sec_chapter03 .box{
		left: 0;
		bottom: inherit;
		top: 15%;
		width: 55vw;
		padding: 3.4rem 2.8vw 2rem 3.4vw;
	}
	.sec_chapter03 .box.adjust{
		left: 0;
		bottom: inherit;
		top: 15%;
		width: 55vw;
		padding: 3.4rem 2.8vw 2rem 3.4vw;
	}
	.sec_chapter03 .wrap{
		padding-left: 0;
	}

}


@media screen and (max-width: 768px) {
	.sec_chapter03{
		margin-top: 0;
		padding-top: 0;
		background: #000327;
		padding-bottom: 0;
		margin-bottom: 10%;
	}
	.sec_chapter03::before {
		width: 95%;
	}

	.sec_chapter03::before{
		height:  100%;
	}
	.sec_chapter03 .en{
		top: 0;
	}
	.sec_chapter03 .wrap{
		position: relative;
		padding-bottom: 13%;
		width: 85%;
	}
	.sec_chapter03 .wrap::before{
		content: '';
		position: absolute;
		background: #fff;
		bottom: 0;
		right: -4%;
		width: 4%;
		height: 100%;
		z-index: -1;

		display: none;
	}
	.sec_chapter03 .img{
		margin: 0 -4% 0 -9%;
	}
	.sec_chapter03 .box{
		position: relative;
		bottom: 0;
		left: 0;
		padding: 2% 0 0;
		max-width: 100%;
		width: auto;
		margin-top: -15%;
		z-index: 1;
		background: none;
	}
	.sec_chapter03 .box.adjust{
		position: relative;
		bottom: 0;
		left: 0;
		padding: 2% 0 0;
		max-width: 100%;
		width: auto;
		margin-top: -15%;
		z-index: 1;
		background: none;
	}
	.sec_chapter03 .ttl{
		background: #fff;
		margin-left: -9%;
		padding: 1.2em 10%;
		display: inline-block;
	}
	.sec_chapter03 .txt{
		margin-top: 0;
	}

	.sec_chapter03 .img{
		width: auto!important;
	}

	.sec_chapter03 .wrap .img {
    max-width: 112%!important;
		width: 112%!important;
    margin: -.5% -4% 0 -9%
	}
	.sec_chapter03::before{
		top: 0;
	}

	.sec_chapter03 .wrap{
		padding: 0;
		padding-bottom: 13%;
	}
}

/* people
--------------------------------*/
.sec_people{
	padding-top: 145px;
}
.sec_people .ttl{
	font-size: 4.8rem;
	font-weight: 400;
	text-align: center;
}
.sec_people .list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 6.5rem auto 0;
}

.sec_people .list li{
	width: 47%;
}

/* .sec_people .list li:first-child{
	margin-right: 3rem;
} */
/*
.sec_people .list li:last-child{
	margin-left: 3rem;
} */
.sec_people .list li a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_people .list li .txt{
	font-size: 1.2rem;
	width: 35%;
}
.sec_people .list li .txt2{
	display: block;
	line-height: 1.85;
}
.sec_people .list li .name{
	font-size: 1.8rem;
}
/* .sec_people .list li .img{
	margin-right: 15px;
} */
.sec_people .list li:first-child a{
	flex-direction: row-reverse;
}
.sec_people .list li:first-child .img{
	margin-left: 15px;
}

.sec_people .list li:last-child .img{
	margin-right: 15px;
}

.sec_people .list li .img{
	max-width: 296px;
}

@media screen and (max-width: 768px) {
	.sec_people{
		padding-top: 17%;
	}
	.sec_people .ttl{
		font-size: 8.3vw;
	}
	.sec_people .list{
		display: block;
		width: auto;
		margin: 16% auto 0;
	}
	.sec_people .list li{
		width: 100%;
	}
	.sec_people .list li+li{
		margin-top: 11%;
	}
	.sec_people .list li a,
	.sec_people .list li:first-child a{
		flex-direction: row;
		justify-content: center;
	}
	.sec_people .list li .txt{
		font-size: 3.1vw;
		width: 24vw;
	}
	.sec_people .list li .name{
		font-size: 5.2vw;
	}
	.sec_people .list li .img,
	.sec_people .list li:first-child .img{
		margin-right: 8vw;
		margin-left: 0;
		width: 38vw;
	}

	.sec_people .list li:last-child .img{
		margin-right: 8vw;
	}

	.sec_people .list li:last-child{
		margin-left: 0;
	}
}


.sec_kv .box02 .t.adjust{
	margin-top: -2em;
}
@media screen and (max-width: 768px) {
	.sec_kv .box02 .t.adjust{
		margin-top: 0;
	}
}
@media screen and (min-width: 1490px)  {
	.sec_kv .box02 .t.adjust{
		margin-top: 0;
	}
}</pre></body></html>