@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(lineanime.css);
/*---------------*/
#mv_outer{
	height: 140vh;
}
#mv video{
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(75%);
}
#mv_txt{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#mv_txt h1{
	width: 55%;
	max-width: 600px;
}
#mv_txt h1.ani-fadeInUp{
	animation-delay: 1.5s;
}
#mv_txt p{
	color: #fff;
	font-size: 4.3rem;
	font-weight: 700;
	letter-spacing: 0.8rem;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	right: 5%;
}
#mv_txt p.ani-fadeInUp{
	animation-duration: 1s;
}

@media screen and (max-width: 1100px){
	#mv_txt p{
		font-size: 3.4vw;
	}
}
@media screen and (max-width: 900px){
	#mv_txt p{
		bottom: 80px;
	}
}
@media screen and (max-width: 480px){
	#mv_txt{
		padding-bottom: 100px;
	}
	#mv_txt h1{
		width: 75%;
	}
	#mv_txt p{
		bottom: calc(50% - 240px);
		font-size: 2.1rem;
		letter-spacing: 0.3rem;
	}
}
/*--------------topics-------------------------------*/
#topics{
	background: rgba(255,255,255,0.95);
}
#topics .wrapper{
	display: grid;
	grid-template-columns: 200px calc(100% - 200px);
	justify-content: space-between;
}
#topics h2{
	grid-row: 1;
	grid-column: 1;
}
#topics ul{
	grid-row: 1/3;
	grid-column: 2;
	width: 100%;
	padding-left: 7%;
}
#topics .btn{
	grid-row: 2;
	grid-column: 1;
	text-align: left;
}
#topics ul li a{
	display: flex;
	justify-content: flex-start;
}
#topics ul li{
	margin-bottom: 30px;
}
#topics ul li a p:nth-child(1){
	color: #B1B1B1;
	font-weight: 600;
	margin-right: 30px;
}
#topics ul li a p:nth-child(2){
	text-decoration-color: var(--i_txt_color);
	text-decoration: underline;
	transition: .3s ease-in-out;
	margin-top: 0;
}
#topics ul li a:hover p:nth-child(2){
	text-decoration-color: var(--i_sub_color);
}
@media screen and (max-width: 768px){
	#topics .wrapper{
		display: block;
	}
	#topics ul{
		padding-left: 0;
		margin-bottom: 30px;
	}
	#topics ul li a{
		display: block;
	}
	#topics ul li{
		margin-bottom: 15px;
	}
	#topics .btn{
		text-align: center;
	}
}
@media screen and (max-width: 480px){
	#topics ul li a p:nth-child(1){
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
}
/*-------------------cmn--------------------------*/
main h2.bttl{
	color: #fff;
	position: relative;
	padding-bottom: 50px!important;
	text-align: center;
}
main h2.bttl::before{
	content: "";
	display: block;
	width: 1px;
	height: 49px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: calc(50% + 17px);
	transform: rotate(45deg);
	pointer-events: none;
	z-index: 0;
}
main h2.bttl i{
	position: relative;
	padding-bottom: 20px;
}
main h2.bttl i::before,
main h2.bttl i::after{
	content: "";
	display: block;
	width: calc(50% - 20px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 0;
}
main h2.bttl i::after{
	left: auto;
	right: 0;
}
@media screen and (max-width: 480px){
	main h2.bttl{
		padding-bottom: 25px;
	}
	main h2.bttl i{
		padding-bottom: 10px;
	}
	main h2.bttl i::before,
	main h2.bttl i::after{
		width: calc(50% - 15px);
	}
	main h2.bttl::before{
		height: 32px;
		left: calc(50% + 13px);
	}
}
/*---------------------------------------------*/
#seminer{
	background: rgba(255,255,255,0.95);
	padding: 0 0 calc(var(--spacer)*14);
}
#seminer .wrapper{
	background: #fff;
	width: 90%;
	border-radius: 15px;
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
	padding: 60px 4%;
	position: relative;
}
#seminer .wrapper::before{
	content: "";
	display: block;
	width: 80%;
	height: 6px;
	border-radius: 3px;
	background: var(--i_sub_color);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 1;
}
#seminer h2{
	color: #01418E;
	font-size: 3.5rem;
	line-height: 1.8;
	background: none;
	padding: 0;
	margin: 0;
	width: 100%;
	width: auto;
	flex: 1;
	text-align: center;
}
#seminer .link{
	flex: 1;
	border-left: 1px solid #707070;
}

#seminer h3{
	font-size: calc(var(--font-size-base)*1.25);
	font-weight: 600;
	letter-spacing: 0.25rem;
	color: #fff;
	background: var(--i_sub_color);
	padding: 7px 10px;
	margin-bottom: 15px;
	border-radius: 3px;
}
#seminer .flex{
	gap: 30px 0;
	align-items: center;
}

#seminer .instagram{
	margin-top: 30px;
	text-align: center;
}
#seminer .mynabi{
	text-align: center;
}
#seminer .mynabi a{
	display: inline-block;
}
#seminer .mynabi a+a{
	margin-left: 20px;
}
#seminer .instagram a{
	padding-bottom: 15px;
	border-bottom: 1px solid #da2f9b;
	display: inline-block;
	letter-spacing: 0;
	color: #da2f9b;
}
#seminer a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1200px) {
	#seminer .flex{
		flex-direction: column;
	}
	#seminer .link{
		border-left: none;
	}
}
@media screen and (max-width: 768px){
	#seminer{
		padding: 0 0 calc(var(--spacer)*10);
	}
	#seminer .wrapper{
		padding: 45px 5%;
	}
	#seminer h2{
		font-size:2.8rem;
	}
	#seminer .instagram{
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px){
	#seminer{
		padding: 0 0 calc(var(--spacer)*6.5);
	}
	#seminer .wrapper{
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2)
	}
	#seminer h2{
		font-size:2.1rem;
	}
	#seminer h3{
		font-size: 1.5rem;
		padding: 4px 10px;
	}
	#seminer .mynabi a+a{
		margin-top: 20px;
		margin-left: 0;
	}
	#seminer .instagram a{
		letter-spacing: 0;
		font-size: 1.4rem;
		padding-bottom: 7px;
		line-height: 1.2;
	}
	#seminer .instagram a img{
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}
}
/*---------------------------------------------*/
#contents{
	padding: 0;
}
#contents .ttl_outer{
	padding: calc(var(--spacer)*9.5) 0 calc(var(--spacer)*8);
	background: rgba(37,40,43,0.55);
	backdrop-filter: blur(15px) brightness(120%);
	-webkit-backdrop-filter: blur(15px) brightness(120%);
	position: relative;
	z-index: 2;
}
#contents h2{
	position: relative;
}
@media screen and (max-width: 480px){
	#contents .ttl_outer{
		padding: calc(var(--spacer)*6.5) 0 calc(var(--spacer)*2);
	}
}
#contents .outer{
	background: rgba(255,255,255,0.95);
	padding: calc(var(--spacer)*10) 0 calc(var(--spacer)*14 + 50px);
	position: relative;
}
#contents .outer .wrapper{
	position: relative;
	z-index: 1;
}
#contents ul{
	gap: 50px 4%;
	align-items: flex-start;
}
#contents ul li{
	position: relative;
	width: 48%;
}
#contents ul li figure{
	border-radius: 10px;
	width: calc(100% - 30px);
	height: 280px;
	overflow: hidden;
}
#contents ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s ease-in-out;
}
#contents ul li a:hover figure img{
	transform: scale(1.15);
}
#contents ul li a:hover{
	color: var(--i_txt_color);
}
#contents ul li .num{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 5px 20px;
	z-index: 0;
	font-weight: 600;
	letter-spacing: 0.2rem;
}
#contents ul li .num::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #1794DF;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	border-top-left-radius: 10px;
}
#contents ul li:nth-child(2) .num::after{
	background: #14BE74;
}
#contents ul li:nth-child(3) .num::after,
#contents ul li:nth-child(4) .num::after{
	background: #DF8817;
}
#contents ul li:nth-child(5) .num::after{
	background: #F92660;
}
#contents ul li:nth-child(6) .num::after{
	background: #0C26CE;
}
#contents ul li div{
	background: #fff;
	padding: 15px 20px;
	width: calc(100% - 30px);
	margin-left: 30px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
#contents ul li.ani-toRight div,
#contents ul li.ani-toLeft div{
    -webkit-animation: ani-fadeInUp .4s ease-in 1.6s both 1 normal;
    animation: ani-fadeInUp .4s ease-in 1.6s both 1 normal;
    visibility: visible !important;
}
#contents ul li div::before{
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid var(--i_txt_color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	pointer-events: none;
}
#contents ul li div::after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--i_txt_color);
	border-right: 2px solid var(--i_txt_color);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: calc(50% - 1px);
	right: 42px;
	pointer-events: none;
}
#contents ul li div p{
	border-left: 2px solid #1794DF;
	padding: 3px 45px 3px 20px;
	font-size: calc(var(--font-size-base)*1.37);
}
#contents ul li div p span{
	display: block;

	font-size: calc(var(--font-size-base)*1.13);
	font-weight: 600;
	color: #1794DF;
	letter-spacing: 0.15rem;
}
#contents ul li:nth-child(2) div p{
	border-color: #14BE74;
}
#contents ul li:nth-child(2) div p span{
	color: #14BE74;
}
#contents ul li:nth-child(3) div p,
#contents ul li:nth-child(4) div p{
	border-color: #DF8817;
}
#contents ul li:nth-child(3) div p span,
#contents ul li:nth-child(4) div p span{
	color: #DF8817;
}
#contents ul li:nth-child(5) div p{
	border-color: #F92660;
}
#contents ul li:nth-child(5) div p span{
	color: #F92660;
}
#contents ul li:nth-child(6) div p{
	border-color: #0C26CE;
}
#contents ul li:nth-child(6) div p span{
	color: #0C26CE;
}
@media screen and (max-width: 768px){
	#contents .ttl_outer{
		padding: calc(var(--spacer)*8) 0 calc(var(--spacer)*5);
	}
	#contents ul{
		display: block;
		max-width: 530px;
		margin: 0 auto;
	}
	#contents ul li{
		width: 100%;
		margin-bottom: 40px;
	}
	#contents ul li figure{
		height: 46vw;
		max-height: 190px;
		width: 100%;
	}
	#contents .outer{
		padding: calc(var(--spacer)*10) 0 calc(var(--spacer)*10 + 30px);
	}
	#contents ul li div p{
		font-size: calc(var(--font-size-base)*1.15);
	}
	#contents ul li div p span{
		font-size: calc(var(--font-size-base)*1.05);
	}
}
@media screen and (max-width: 480px){
	#contents ul li{
		margin-bottom: 30px;
	}
	#contents ul li div{
		padding: 10px 15px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#contents ul li div p{
		padding: 3px 45px 3px 15px;
		font-size: var(--font-size-base);
	}
	#contents ul li div p span{
		font-size: calc(var(--font-size-base)*0.8);
	}
	#contents ul li div::before{
		width: 25px;
		height: 25px;
		right: 20px;
	}
	#contents ul li div::after{
		width: 5px;
		height: 5px;
		right: 34px;
	}
	#contents .outer{
		padding: calc(var(--spacer)*6.5) 0 calc(var(--spacer)*6.5 + 30px);
	}
}
/*--------------------check point-------------------------*/
#point{
	background: var(--i_main_color);
	border-radius: 50px;
	position: relative;
	margin-top: -50px;
}
#point ol{
	display: flex;
	gap: 30px 6%;
	counter-reset: number 0;
	flex-wrap: nowrap;
}
#point ol li{
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	position: relative;
	flex: 1;
}
#point ol li::before{
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero);
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 11.3rem;
	font-weight: 600;
	color: var(--i_main_color);
	opacity: 0.2;
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	z-index: 0;
	line-height: 1;
	transform: translate(-50%, -50%);
}
#point ol li h3{
	text-align: center;
	color: var(--i_main_color);
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
	padding-top: 40px;
	background: url("../images/index/point.webp") no-repeat center top / 90px auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 1200px){
	#point ol{
		gap: 30px 2.5%;
	}
}
@media screen and (max-width: 768px){
	#point{
		border-radius: 30px;
		margin-top: -30px;
	}
	#point ol{
		display: block;
		max-width: 530px;
		margin: 0 auto;
	}
	#point ol li+li{
		margin-top: 30px;
	}
	#point ol li h3{
		font-size: calc(var(--font-size-base)*1.2);
		padding-top: 30px;
		background-size: 70px auto;
	}
}
@media screen and (max-width: 480px){
	#point ol li::before{
		font-size: 9.2rem;
	}
}

/*--------------------aside-------------------------*/
aside{
	background: rgba(255,255,255,0.95);
	padding-top: calc(var(--spacer)*6 + 50px);
	margin-top: -50px;
}
@media screen and (max-width: 768px){
	aside{
		margin-top: -30px;
		padding-top: calc(var(--spacer)*6 + 30px);
	}
}

/*------------------------------------------------------*/
/*-----------------lineanime----------------------------*/
/*------------------------------------------------------*/
/*featured contents　title*/
#contents .ttl_outer .lineanime{
	padding: 0 5%;
	width: 100%;
	max-width: 2100px;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	height: calc(100% + 140px);
	overflow: hidden;
}
#contents .ttl_outer .lineanime .right{
	margin-right: 5%;
	margin-left: auto;
	width: 20%;
	position: relative;
}
#contents .ttl_outer .lineanime .right .line.blue{
	right: 0;
	top: 100px;
}
#contents .ttl_outer .lineanime .right .line.lightblue{
	right: 105px;
	top: 130px;
}
#contents .ttl_outer .lineanime .right .round.b{
	right: -20px;
	top: 200px;
}
#contents .ttl_outer .lineanime .right .round.b .ani-round{
	animation-delay: 0.8s;
}
#contents .ttl_outer .lineanime .right .round.m{
	top: 130px;
	right: 90px;
}
#contents .ttl_outer .lineanime .right .round.m .ani-round{
	animation-delay: 0.6s;
}
#contents .ttl_outer .lineanime .right .round.m2{
	top: 15px;
	right: 130px;
}
#contents .ttl_outer .lineanime .right .round.m .ani-round{
	animation-delay: 0.8s;
}
#contents .ttl_outer .lineanime .right .round.s{
	top: 200px;
	right: 180px;
}
#contents .ttl_outer .lineanime .right .round.m .ani-round{
	animation-delay: 1.1s;
}
#contents .ttl_outer .lineanime .right .rounds{
	display: inline;
	position: absolute;
	top: 0;
	right: -80px;
}
#contents .ttl_outer .lineanime .right .rounds .ani-round{
	animation-delay: 0.8;
}
#contents .ttl_outer .lineanime .left{
	width: 20%;
	position: relative;
	height: 100%;
}
#contents .ttl_outer .lineanime .left .round.b > div{
	width: 40px;
	height: 40px;
}
#contents .ttl_outer .lineanime .left .round.b > div.ani-round{
	animation-delay: 1s;
}
#contents .ttl_outer .lineanime .left .round.b{
	bottom: 40px;
	right: 0;
}
#contents .ttl_outer .lineanime .left .round.b .ani-round{
	animation-delay: 1.2s;
}
#contents .ttl_outer .lineanime .left .round.m:nth-of-type(2){
	right: 75px;
	top: 250px;
}
#contents .ttl_outer .lineanime .left .round.m:nth-of-type(2) .ani-round{
	animation-delay: 0.8s;
}
#contents .ttl_outer .lineanime .left .round.m:nth-of-type(3){
	left: 90px;
	bottom: 70px;
}
#contents .ttl_outer .lineanime .left .round.m:nth-of-type(3) .ani-round{
	animation-delay: 1.2s;
}
#contents .ttl_outer .lineanime .left .round.m2:nth-of-type(4){
	bottom: 5px;
	right: 60px;
}
#contents .ttl_outer .lineanime .left .round.m2:nth-of-type(4) .ani-round{
	animation-delay: 1.3s;
}
#contents .ttl_outer .lineanime .left .round.m2:nth-of-type(5){
	left: 0;
	bottom: 110px;
}
#contents .ttl_outer .lineanime .left .round.m2:nth-of-type(5) .ani-round{
	animation-delay: 1.5s;
}
#contents .ttl_outer .lineanime .left .round.s > div{
	width: 8px;
	height: 8px;
}
#contents .ttl_outer .lineanime .left .round.s > div.ani-round{
	animation-delay: 1.7s;
}
#contents .ttl_outer .lineanime .left .round.s:nth-of-type(6){
	bottom: 0;
	right: 135px;
}
#contents .ttl_outer .lineanime .left .round.s:nth-of-type(7){
	bottom: 40px;
	left: 25px;
}
@media screen and (max-width: 1200px){
	#contents .ttl_outer .lineanime{
		padding: 0;
	}
}
@media screen and (max-width: 768px){
	#contents .ttl_outer .lineanime .left{
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	#contents .ttl_outer .lineanime{
		height: calc(100% + 60px);
	}
	#contents .lineanime .right{
		margin-top: 7vw;
	}
	#contents .lineanime .left .round.b,
	#contents .lineanime .left .round.m2:nth-of-type(4),
	#contents .lineanime .left .round.s{
		display: none;
	}
}
/*contents*/
#contents .outer .lineanime{
	width: 100%;
	max-width: 2100px;
	height: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
#contents .outer .lineanime .line.blue{
	top: 0;
	left: 30px;
}
#contents .outer .lineanime .line.lightblue{
	top: 80px;
	left: 30px;
}
#contents .outer .lineanime .round.m2:nth-of-type(3){
	left: 90px;
	top: 200px;
}
#contents .outer .lineanime .round.m2:nth-of-type(3) > div.ani-round{
	animation-delay: 1.5s;
}
#contents .outer .lineanime .round.b > div{
	width: 35px;
	height: 35px;
}
#contents .outer .lineanime .round.b{
	right: 90px;
	top: 55%;
}
#contents .outer .lineanime .round.m2:nth-of-type(4){
	right: 38px;
	top: 50%;
}

@media screen and (max-width: 1200px){
	#contents .outer .lineanime{
		display: none;
	}
}
/*checkpoint*/
#point .lineanime{
	width: 95%;
	max-width: 1700px;
	height: 50%;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#point .lineanime.bottom{
	top: auto;
	bottom: -50px;
}
#point .lineanime .left{
	width: 20%;
	height: 100%;
	position: relative;
}
#point .lineanime .right{
	width: 20%;
	position: absolute;
	right: 0;
	top: 0;
}
#point .lineanime .right.bottom{
	top: auto;
	bottom: 0;
}
#point .lineanime .left .round.b{
	left: 100px;
	top: 25px;
}
#point .lineanime .left .round.b .ani-round{
	animation-delay: 1.2s;
}
#point .lineanime .left .round.m{
	left: 230px;
	top: 100px;
}
#point .lineanime .left .round.m .ani-round{
	animation-delay: 1.5s;
}
#point .lineanime .left .round.s:nth-of-type(3){
	top: 90px;
	left: 0;
}
#point .lineanime .left .round.s:nth-of-type(3) .ani-round{
	animation-delay: 1.7s;
}
#point .lineanime .left .round.m2{
	left: 150px;
	top: 190px;
}
#point .lineanime .left .round.ms .ani-round{
	animation-delay: 1.9s;
}
#point .lineanime .left .round.b:nth-of-type(5) > div{
	width: 30px;
	height: 30px;
}
#point .lineanime .left .round.b:nth-of-type(5) > div.ani-round{
	animation-delay: 1.9s;
}
#point .lineanime .left .round.b:nth-of-type(5){
	left: 30px;
	top: 190px;
}
#point .lineanime .left .round.b:nth-of-type(5) > div.ani-round{
	animation-delay: 1.7s;
}

#point .lineanime .left .round.ss{
	top: 270px;
	left: 77px;
}
#point .lineanime .left.bottom .line.lightblue{
	top: 50%;
	left: 50px;
}
#point .lineanime .right .line.white{
	top: 0;
	right: 50px;
}
#point .lineanime .right .line.lightblue{
	top: 0;
	right: 135px;
}
#point .lineanime .right.bottom .round.m{
	bottom: 119px;
	right: 0;
}
#point .lineanime .right.bottom .round.s{
	bottom: 73px;
	right: 41px;
}
#point .lineanime .right.bottom .round.s .ani-round{
	animation-delay: 1.2s;
}
#point .lineanime .right.bottom .round.ss{
	bottom: 90px;
	right: 90px;
}
#point .lineanime .right.bottom .round.s .ani-round{
	animation-delay: 1.4s;
}
@media screen and (max-width: 1200px){
	#point .lineanime{
		top: -35px;
	}
	#point .lineanime.bottom{
		bottom: -35px;
	}
}
@media screen and (max-width: 768px){
	#point .lineanime{
		top: -20px;
	}
	#point .lineanime.bottom{
		bottom: -5px;
	}
	#point .lineanime .left{
		height: auto;
	}
	#point .lineanime .left.bottom .line.lightblue{
		top: 0;
		bottom: auto;
		left: -2%;
	}
}
