/* Common */
.sec {
	padding:120px 0px;
}

.sec-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size:4rem;
	font-weight:700;
}

.sec-tit span::after {
	content: "";
	display: block;
	position: absolute;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:100%;
	height:16px;
	background-color: #ccf0fb;
	z-index: -1;
}

.din {
	display: flex;
}


@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.sec {
		padding:100px 0px;
	}

	.sec-tit {
		font-size:2.8rem;
	}

	.sec-tit span::after {
		height:10px;
	}
}
@media (max-width:768px) {
	.sec {
		padding:80px 0px;
	}

	.sec-tit span::after {
		bottom:-6px;
		width:30px;
		height:4px;
	}
}
@media (max-width:500px) {
	.sec {
		padding:60px 0px;
	}

	.sec-tit {
		font-size:2rem;
	}
}


/* Sub Visual */
.sub-visual {
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:500px;
	overflow: hidden;
}

.sub-visual-container {
	position: relative;
	max-width:1310px;
	width:100%;
	height:100%;
	margin:0 auto;
	padding: 0px 15px;
	z-index: 10;
	overflow: hidden;
}

.sub-visual-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:80px;
	width: 100%;
	height:100%;
}

.sub-visual-heading {
	text-align: center;
	animation: sub-fade-up 1s .2s both;
}

.sub-visual-title {
	font-size:5.6rem;
	font-weight: 700;
	line-height: 1;
	color:#fff;
}

.sub-visual-text {
	display: block;
	font-size:2rem;
	font-weight:700;
	line-height: 1;
	color:#00c4fb;
	margin-bottom:20px;
}

.sub-visual-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: rgba(0,0,0,0.1);
	backdrop-filter: saturate(150%) blur(20px);
	text-align: center;
	border-radius:100px;
}

.sub-visual-navigation li {
	display: inline-block;
}

.sub-visual-navigation a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height:50px;
	line-height:1;
	margin:0px 60px;
	font-size:1.8rem;
	color:#e1e1e1;
}

.sub-visual-navigation a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left:50%;
	bottom:-2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:100px;
	height:4px;
	background-color: #014099;
	opacity:0;
	visibility: hidden;
}

.sub-visual-navigation li.on a {
	font-weight:600;
	color:#fff;
}

.sub-visual-navigation li.on a::after {
	opacity: 1;
	visibility: visible;
}

.sub-visual-background {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: #000;
} 

.sub-visual-background .background-img {
	display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
	animation: image-zoom-in 1.6s ease-in-out both;
}

.sv1 .sub-visual-background .background-img {
	/* background-image: url('../img/sub/sv1.jpg'); */
}

.sv2 .sub-visual-background .background-img {
	/* background-image: url('../img/sub/sv2.jpg'); */
}

.sv3 .sub-visual-background .background-img {
	/* background-image: url('../img/sub/sv3.jpg'); */
}

.sv4 .sub-visual-background .background-img {
	/* background-image: url('../img/sub/sv4.jpg'); */
}

.sv5 .sub-visual-background .background-img {
	/* background-image: url('../img/sub/sv5.jpg'); */
}

@media (max-width:1200px) {
	.sub-visual {
		height:420px;
	}

	.sub-visual-inner {
		gap:60px;
	}

	.sub-visual-title {
		font-size:4rem;
	}
}
@media (max-width:1024px) {
	.sub-visual {
		height:360px;
	}

	.sub-visual-text {
		font-size:1.6rem;
		margin-bottom:16px;
	}

	.sub-visual-navigation a {
		height: 36px;
		margin:0px 40px;
		font-size:1.5rem;
	}
}
@media (max-width:768px) {
	.sub-visual {
		height:280px;
	}

	.sub-visual-navigation {
		display: none;
	}
}
@media (max-width:500px) {
	.sub-visual {
		height:240px;
	}

	.sub-visual-text {
		font-size:1.4rem;
		margin-bottom:10px;
	}

	.sub-visual-title {
		font-size: 2.8rem;
	}
}



/* About */
.about .sec01 .din {
	background-color: #fff;
}

.about .sec01 .lt {
	width:43.75%;
}

.about .sec01 .rt {
	position: relative;
	width:56.25%;
	padding-top:80px;
	padding-left:80px;
}

.about .sec01 .tit {
	position: relative;
	font-size:6.4rem;
	font-weight:700;
	line-height: .8;
	color:#fff;
	margin-bottom:80px;
}

.about .sec01 .tit span {
	position: relative;
	transform: translateX(-200px);
	mix-blend-mode: difference;
	opacity:0;
	left:100px;
	transition:all .8s ease;
}

.about .sec01 .txt {
	font-size:2rem;
	line-height:1.6;
	margin-bottom:30px;
	position: relative;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity:0;
	transition:all .8s ease;
	transition-delay: 0.3s;
}

.about .sec01 .txt:last-child {
	margin-bottom:0px;
}

.about .sec02 {
	background-color: #fbfbfb;
}

.about .sec02 .din {
	position: relative;
	padding-left:400px;
}

.about .sec02 .lt {
	position: absolute;
	top:0;
	left:0;
}

.about .sec02 .tit {
	font-size:4rem;
	font-weight:700;
	color:#15468d;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity:0;
	transition:all .8s ease
}

.about .sec02 .txt {
	font-size:2rem;
	line-height:1.6;
	margin-bottom:30px;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity:0;
	transition:all .8s ease;
	transition-delay: 0.3s;
}

.about .sec02 .txt:last-child {
	margin-bottom:0px;
}

.about .sec01.on .tit span {
	left:0;
	opacity: 1;
}

.about .sec01.on .txt {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.about .sec02.on .tit,
.about .sec02.on .txt {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.about .sec01 .rt {
		padding-top:60px;
		padding-left:60px;
	}
	
	.about .sec01 .tit {
		font-size:5.2rem;
		margin-bottom:40px;
	}

	.about .sec01 .tit span {
		transform: translateX(-160px);
	}

	.about .sec01 .txt {
		font-size:1.6rem;
		margin-bottom:20px;
	}

	.about .sec02 .din {
		flex-wrap: wrap;
		padding-left:0px;
	}

	.about .sec02 .lt {
		position: relative;
		top:unset;
		left: unset;
		width: 100%;
	}

	.about .sec02 .rt {
		width: 100%;
	}

	.about .sec02 .tit {
		font-size: 2.8rem;
		margin-bottom:20px;
	}

	.about .sec02 .txt {
		font-size: 1.6rem;
		margin-bottom:20px;
	}
}
@media (max-width:768px) {
	.about .sec01 .din {
		flex-wrap: wrap;
	}

	.about .sec01 .lt {
		width: 100%;
	}
	
	.about .sec01 .rt {
		width: 100%;
		padding-top:0px;
		padding-left:0px;
		margin-top: -25px;
	}

	.about .sec01 .img img {
		width: 100%;
	}

	.about .sec01 .tit {
		margin-bottom:20px;
	}

	.about .sec01 .tit span {
		transform: none;
	}

	.about .sec01 .txt {
		margin-bottom:16px;
	}

	.about .sec02 .txt {
		margin-bottom:16px;
	}
}
@media (max-width:500px) {
	.about .sec01 .rt {
		margin-top:-15px;
	}

	.about .sec01 .tit {
		font-size:3.4rem;
		margin-bottom:16px;
	}

	.about .sec01 .txt {
		font-size:1.4rem;
		margin-bottom:10px;
	}

	.about .sec02 .tit {
		font-size: 2rem;
		margin-bottom:16px;
	}

	.about .sec02 .txt {
		font-size: 1.4rem;
		margin-bottom:10px;
	}
}



/* Leadership */
.leadership .din {
	justify-content: flex-end;
	background-color: #fff;
}

.leadership .lt {
	position: absolute;
	top:0;
	left:0;
	width: 56.25%;
}

.leadership .rt {
	width:75%;
	padding-top:80px;
}

.leadership .box {
	padding:60px;
	background-color: #f5fdff;
	border-radius: 40px;
	transform: translateX(80px);
	opacity:0;
	transition:all .8s ease;
	transition-delay:.25s;
}

.leadership .tit {
	position: relative;
	font-size:6.4rem;
	font-weight:700;
	color:#fff;
	margin-bottom:80px;
}

.leadership .tit span {
	position: relative;
	mix-blend-mode: difference;
	transform: translateX(120px);
	opacity:0;
	left:100px;
	transition:all .8s ease;
}

.leadership .txt {
	font-size:2rem;
	line-height:1.6;
	margin-bottom:30px;
}

.leadership .txt:last-child {
	margin-bottom:0px;
}

.leadership .sec.on .box {
	transform: translateX(0px);
	opacity: 1;
}

.leadership .sec.on .tit span {
	left:0;
	opacity: 1;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.leadership .lt {
		width: 70%;
	}

	.leadership .rt {
		padding-top:60px;
	}
	
	.leadership .tit {
		font-size: 5.2rem;
		margin-bottom:40px;
	}

	.leadership .tit span {
		transform: translateX(210px);
	}

	.leadership .box {
		padding:40px;
	}

	.leadership .txt {
		font-size:1.6rem;
		margin-bottom:20px;
	}
}
@media (max-width:768px) {
	.leadership .din {
		flex-wrap: wrap;
	}

	.leadership .lt {
		position: relative;
		top:unset;
		left: unset;
		width: 100%;
	}

	.leadership .lt img {
		width: 100%;
	}

	.leadership .rt {
		width: 100%;
		margin-top: -125px;
	}

	.leadership .tit {
		margin-bottom:20px;
	}

	.leadership .tit span {
		transform: translateX(20px)
	}

	.leadership .box {
		padding:30px;
	}
	
	.leadership .txt {
		margin-bottom:16px;
	}
}
@media (max-width:500px) {
	.leadership .rt {
		margin-top: -105px;
	}

	.leadership .tit {
		font-size: 3.4rem;
		margin-bottom:16px;
	}

	.leadership .tit span {
		transform: translateX(10px)
	}

	.leadership .box {
		padding:20px;
		border-radius:20px;
	}

	.leadership .txt {
		font-size: 1.4rem;
		margin-bottom:10px;
	}
}


/* Structure */
.structure .img {
	font-size:0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}


/* Guide */
.guide .sec02 {
	background-color: #f8f8f8;
}

.guide .sec03 {
	padding:180px 0px;
	background: url('../img/sub/standard/guide_intro.png') no-repeat center / cover;
}

.guide-hd {
	text-align: center;
	margin-bottom:60px;
}

.guide-hd-tit {
	font-size:2.8rem;
	font-weight:600;
	color:#014099;
}

.guide-list li {
	display: flex;
}

.guide-list li:nth-child(2) {
	justify-content: flex-end;
}

.guide-txt {
	text-align: center;
}

.guide-txt .t01 {
	font-size:2.8rem;
	font-weight:700;
	color:#fff;
	margin-bottom:60px;
}

.guide-txt .t02 {
	font-size:2rem;
	line-height:1.6;
	color:#fff;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.guide .sec03 {
		padding:140px 0px;
	}

	.guide-hd {
		margin-bottom:40px;
	}

	.guide-hd-tit {
		font-size: 2rem;
	}

	.guide-txt .t01 {
		font-size:2rem;
		margin-bottom:40px;
	}
	
	.guide-txt .t02 {
		font-size:1.6rem;
	}
}
@media (max-width:768px) {
	.guide .sec03 {
		padding:100px 0px;
	}

	.guide-hd {
		margin-bottom:30px;
	}

	.guide-txt .t01 {
		margin-bottom:30px;
	}
}
@media (max-width:500px) {
	.guide .sec03 {
		padding:100px 0px;
	}

	.guide-hd {
		margin-bottom:20px;
	}

	.guide-hd-tit {
		font-size:1.6rem;
	}

	.guide-txt .t01 {
		font-size:1.6rem;
		margin-bottom:20px;
	}
	
	.guide-txt .t02 {
		font-size:1.2rem;
	}
}


/* Clients */
.clients .list {
	display: flex;
	flex-wrap: wrap;
	margin:-10px;
}

.clients .list li {
	flex:0 0 20%;
	max-width:20%;
	padding:10px;
}

.clients .list .img {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	position: relative;
	width: 100%;
	height:0;
	padding-top: calc(96/240*100%);
	border:1px solid #dcdcdc;
	border-radius:10px;
	overflow: hidden;
}

.clients .list .img img {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width:100%;
	height: 100%;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.clients .list {
		margin:-6px;
	}

	.clients .list li {
		padding:6px;
	}
}
@media (max-width:768px) {
	.clients .list {
		margin:-4px;
	}

	.clients .list li {
		flex:1 0 33.33%;
		max-width:33.33%;
		padding:4px;
	}
}
@media (max-width:500px) {
	.clients .list {
		margin:-2px;
	}

	.clients .list li {
		flex:1 0 50%;
		max-width:50%;
		padding:2px;
	}
}


/* Benefits */
.benefits .sec01 {
	padding:120px 0px 0px;
}

.benefits .sec02 {
	padding:0px;
	background-color:#f9f9f9;
}

.benefits .intro {
	position: relative;
	padding:120px 0px;
}

.benefits .intro .cont {
	position: relative;
	z-index:10;
	text-align: center;
}

.benefits .intro .tit {
	font-size:2.8rem;
	font-weight:500;
	line-height:1.5;
	margin-bottom:60px;
}

.benefits .intro .txt {
	font-size:2rem;
	line-height:1.6;
	margin-bottom:30px;
}

.benefits .intro .txt:last-child {
	margin-bottom:0px;
}

.benefits .intro .background {
	display: block;
	position: absolute;
	top: 0;
	left:-50%;
	width:200%;
	height:100%;
	clip: rect(0, auto, auto, 0);
}

.benefits .intro .background-img {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-image: url('../img/sub/membership/membership_bak.jpg');
  background-size: cover;
  background-position: center center;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.benefits .sec01 {
		padding:100px 0px 0px;
	}

	.benefits .intro {
		padding:100px 0px;
	}

	.benefits .intro .tit {
		font-size: 2rem;
		margin-bottom:40px;
	}

	.benefits .intro .txt {
		font-size:1.6rem;
		margin-bottom:20px;
	}
}
@media (max-width:768px) {
	.benefits .sec01 {
		padding:80px 0px 0px;
	}

	.benefits .intro {
		padding:80px 0px;
	}

	.benefits .intro .tit {
		margin-bottom:30px;
	}

	.benefits .intro .txt {
		margin-bottom:16px;
	}
}
@media (max-width:500px) {
	.benefits .sec01 {
		padding:60px 0px 0px;
	}

	.benefits .intro {
		padding:60px 0px;
	}

	.benefits .intro .tit {
		font-size:1.6rem;
		margin-bottom:20px;
	}

	.benefits .intro .txt {
		font-size:1.4rem;
		margin-bottom:10px;
	}

	.benefits .intro .background-img {
		position: relative;
	}
}


/* Join Us */
.joinus .sec01 {
	padding:120px 0px 0px;
}

.joinus .intro {
	position: relative;
	padding:120px 0px;
}

.joinus .intro .cont {
	position: relative;
	z-index:10;
	text-align: center;
}

.joinus .intro .tit {
	font-size:2.8rem;
	font-weight:500;
	line-height:1.5;
	margin-bottom:60px;
}

.joinus .intro .txt {
	font-size:2rem;
	line-height:1.6;
	margin-bottom:30px;
}

.joinus .intro .txt:last-child {
	margin-bottom:0px;
}

.joinus .intro .background {
	display: block;
	position: absolute;
	top: 0;
	left:-50%;
	width:200%;
	height:100%;
	clip: rect(0, auto, auto, 0);
}

.joinus .intro .background-img {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-image: url('../img/sub/membership/membership_bak.jpg');
  background-size: cover;
  background-position: center center;
}

.joinus .box {
	padding:40px;
	border:1px solid #014099;
	border-radius:10px;
	background-color: #f7fdff;
}

.joinus .box .tit {
	font-size:4rem;
	font-weight:700;
	margin-bottom:40px;
}

.joinus .box .txt {
	font-size:2rem;
	margin-bottom:40px;
}

.joinus .box .txt span {
	display: block;
	color:#313131;
	font-weight:500;
	padding-bottom:20px;
}

.joinus .box .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height: 64px;
	background-color: #014099;
	border-radius:10px;
	font-size:2rem;
	font-weight:500;
	color:#fff;
}

.joinus .box .btn br {
	display: none;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.joinus .sec01 {
		padding:100px 0px 0px;
	}

	.joinus .intro {
		padding:100px 0px;
	}

	.joinus .intro .tit {
		font-size: 2rem;
		margin-bottom:40px;
	}

	.joinus .intro .txt {
		font-size:1.6rem;
		margin-bottom:20px;
	}

	.joinus .box {
		padding:30px;
	}

	.joinus .box .tit {
		font-size: 2.8rem;
		margin-bottom:30px;
	}

	.joinus .box .txt {
		font-size:1.6rem;
		margin-bottom:30px;
	}

	.joinus .box .txt span {
		padding-bottom:16px;
	}

	.joinus .box .btn {
		height:54px;
		font-size:1.6rem;
	}
}
@media (max-width:768px) {
	.joinus .sec01 {
		padding:80px 0px 0px;
	}

	.joinus .intro {
		padding:80px 0px;
	}

	.joinus .intro .tit {
		margin-bottom:30px;
	}

	.joinus .intro .txt {
		margin-bottom:16px;
	}

	.joinus .box {
		padding:20px;
	}

	.joinus .box .tit {
		margin-bottom:20px;
	}

	.joinus .box .txt span {
		padding-bottom:10px;
	}
}
@media (max-width:500px) {
	.joinus .sec01 {
		padding:60px 0px 0px;
	}

	.joinus .intro {
		padding:60px 0px;
	}

	.joinus .intro .tit {
		font-size:1.6rem;
		margin-bottom:20px;
	}

	.joinus .intro .txt {
		font-size:1.4rem;
		margin-bottom:10px;
	}

	.joinus .intro .background-img {
		position: relative;
	}

	.joinus .box {
		padding:16px;
	}

	.joinus .box .tit {
		font-size:2rem;
		margin-bottom:16px;
	}

	.joinus .box .txt {
		font-size:1.4rem;
		margin-bottom:20px;
	}

	.joinus .box .txt span {
		padding-bottom:6px;
	}

	.joinus .box .btn {
		height:44px;
		padding:6px 10px;
		text-align: center;
		font-size:1.4rem;
	}

	.joinus .box .btn br {
		display: block;
	}
}


/* Edition */
.edition {
	padding:40px;
	background-color: #f7fdff;
	border:1px solid #014099;
	border-radius:10px;
}

.edition--main p {
	font-size: 2rem;
	line-height:1.4;
}

.edition--main dd {
	display: flex;
}

.edition--main dd span {
	width: calc(100% - 230px);
	font-size:2rem;
	line-height: 1.4;
}

.edition--main dd span.dot {
	width:230px;
	font-weight:500;
}

.edition--sub dd {
	display: flex;
}

.edition--sub dd span {
	width: calc(100% - 300px);
	font-size:2rem;
	line-height: 1.4;
}

.edition--sub dd span.dot {
	display: inline-flex;
	align-items: center;
	gap:8px;
	width:300px;
	font-weight:500;
}

.edition--sub dd i {
	font-style: normal;
	font-size: 1rem;
	color:#014099;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.edition {
		padding:30px;
	}

	.edition--main p {
		font-size: 1.6rem;
	}

	.edition--main dd span {
		width: calc(100% - 180px);
		font-size:1.6rem;
	}

	.edition--main dd span.dot {
		width:180px;
	}

	.edition--sub dd span {
		width: calc(100% - 240px);
		font-size:1.6rem;
	}
	
	.edition--sub dd span.dot {
		width:240px;
	}
	
	.edition--sub dd i {
		font-size: .8rem;
	}
}
@media (max-width:768px) {
	.edition {
		padding:20px;
	}

	.edition--main dd {
		flex-wrap: wrap;
	}

	.edition--main dd span {
		width: 100%;
	}

	.edition--main dd span.dot {
		width: 100%;
		margin-bottom:6px;
		line-height: 1;
	}

	.edition--sub dd {
		flex-wrap: wrap;
	}

	.edition--sub dd span {
		width: 100%;
	}
	
	.edition--sub dd span.dot {
		width: 100%;
		margin-bottom:6px;
	}
}
@media (max-width:500px) {
	.edition {
		padding:16px;
	}

	.edition--main p {
		font-size: 1.4rem;
	}

	.edition--main dd span {
		font-size: 1.4rem;
	}

	.edition--sub dd span {
		font-size:1.4rem;
	}

	.edition--sub dd span.dot {
		gap:4px;
	}
	
	.edition--sub dd i {
		font-size: .7rem;
	}
}


/* Login */
.login .sec {
	padding:200px 0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.login .sec {
		padding:160px 0px;
	}
}
@media (max-width:768px) {
	.login .sec {
		padding:120px 0px;
	}
}
@media (max-width:500px) {
	.login .sec {
		padding:100px 0px;
	}
}


/* Join */
.join .sec {
	padding:160px 0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.join .sec {
		padding:120px 0px;
	}
}
@media (max-width:768px) {
	.join .sec {
		padding:100px 0px;
	}
}
@media (max-width:500px) {
	.join .sec {
		padding:80px 0px;
	}
}


/* Find */
.find .sec {
	padding:160px 0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.find .sec {
		padding:120px 0px;
	}
}
@media (max-width:768px) {
	.find .sec {
		padding:100px 0px;
	}
}
@media (max-width:500px) {
	.find .sec {
		padding:80px 0px;
	}
}



/* Animation */
@keyframes sub-fade-up {
	from {
		opacity: 0;
		filter: blur(20px);
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0px);
	}
}

@keyframes image-zoom-in {
	from {
		transform: scale(1.1);
	}
	to {
		transform: scale(1);
	}
}

@keyframes scroll-wheel {
	from {
    opacity:1;
  }
  to {
    opacity:0;
    transform: translateY(26px);
  }
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}

