@charset "UTF-8";
#sec01{
	padding: 140px 0;
}
#sec01 .page_nav{
	gap: 20px;
	margin-bottom: 80px;
}
#sec01 .page_nav li{
	width: calc((100% - (20px * 3)) / 4);
}
#sec01 .page_nav li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	font-size: 1.8rem;
	border: 2px solid #1A2930;
	border-radius: 8px;
}
#sec01 .page_nav li a img{
	position: absolute;
	top: 0;
	right: 26px;
	bottom: 0;
	width: 13.67px;
	height: 12px;
	margin: auto;
	transform: rotate(90deg);
	transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sec01 .page_nav li a:hover{
	color: #fff;
	background: #1A2930;
	opacity: 1;
}
#sec01 .page_nav li a:hover img{
	filter: brightness(0) invert(1);
}
#sec01 .content + .content{
	margin-top: 140px;
}
#sec01 .content .title02{
	padding: 20px 26px;
    margin-bottom: 40px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    background: #1A2930;
}
#sec01 .content .flex{
	flex-wrap: wrap;
	gap: 50px;
}
#sec01 .content .in{
	width: calc( (100% - (50px * 2)) / 3);
}
#sec01 .content .in figure{
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
}
#sec01 .content .in .tag{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: 42px;
	margin-bottom: 15px;
}
#sec01 .content .in .tag li{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 1em;
	font-size: 1.8rem;
	border: 1px solid #1A2930;
	border-radius: 4px;
}
#sec01 .content .in .g_box{
	padding: 30px;
	background: #F2F2F2;
	border-radius: 8px;
}
#sec01 .content .in .g_box .title03{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.6rem;
    font-weight: bold;
    cursor: pointer;
}
#sec01 .content .in .g_box .title03 .plus{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}
#sec01 .content .in .g_box .title03 .plus:before,
#sec01 .content .in .g_box .title03 .plus:after{
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	background: #1A2930;
}
#sec01 .content .in .g_box .title03 .plus:after{
	transform: rotate(90deg);
	transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sec01 .content .in .g_box .title03.on .plus:after{
	transform: rotate(0);
}
#sec01 .content .in .g_box .g_box_in{
	display: none;
	margin-top: 30px;
}
#sec01 .content .in .g_box .g_box_in .title04{
	font-size: 1.5rem;
	font-weight: bold;
}
#sec01 .content .in .g_box .g_box_in * + .title04{
	margin-top: 1em;
}
#sec01 .content .in .g_box .g_box_in dl{
	display: flex;
}
#sec01 .content .in .g_box .g_box_in dl dt,
#sec01 .content .in .g_box .g_box_in dl dd{
	font-size: 1.5rem;
	line-height: 2.13;
}
#sec01 .content .in .g_box .g_box_in dl dd{
	flex: 1;
}
#sec01 .content .in .g_box .g_box_in dl dt:after{
	content: "：";
}
#sec01 .content .in .g_box .g_box_in .txt{
	margin: 30px 0;
}
#sec01 .content .in .g_box .g_box_in .movie{
	width: 100%;
	margin-top: 30px;
	aspect-ratio: 1 / 0.6047619047619047;
	border-radius: 8px;
	overflow: hidden;
}
#sec01 .content .in .g_box .g_box_in .movie iframe{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1700px){
	#sec01{
		padding: 9.09vw 0;
	}
	#sec01 .page_nav{
		gap: 1.29vw;
		margin-bottom: 5.19vw;
	}margin-bottom: 80px;
	#sec01 .page_nav li{
		width: calc((100% - (1.29vw * 3)) / 4);
	}
	#sec01 .page_nav li a{
		height: 4.54vw;
		font-size: 1.16vw;
		border: 0.12vw solid #1A2930;
		border-radius: 0.51vw;
	}
	#sec01 .page_nav li a img{
		right: 1.68vw;
		width: 0.88vw;
		height: 0.77vw;
	}
	#sec01 .content + .content{
		margin-top: 9.09vw;
	}
	#sec01 .content .title02{
		padding: 1.29vw 1.68vw;
        margin-bottom: 2.59vw;
        font-size: 1.55vw;
	}
	#sec01 .content .flex{
		gap: 3.24vw;
	}
	#sec01 .content .in{
		width: calc( (100% - (3.24vw * 2)) / 3);
	}
	#sec01 .content .in figure{
		margin-bottom: 0.97vw;
		border-radius: 0.51vw;
	}
	#sec01 .content .in .tag{
		gap: 0.64vw;
		height: 2.72vw;
		margin-bottom: 0.97vw;
	}
	#sec01 .content .in .tag li{
		font-size: 1.16vw;
		border-radius: 0.25vw;
	}
	#sec01 .content .in .g_box{
		padding: 1.94vw;
		border-radius: 0.51vw;
	}
	#sec01 .content .in .g_box .title03{
	    font-size: 1.68vw;
	}
	#sec01 .content .in .g_box .title03 .plus{
	    width: 1.03vw;
	    height: 1.03vw;
	}
	#sec01 .content .in .g_box .title03 .plus:before,
	#sec01 .content .in .g_box .title03 .plus:after{
		width: 1.03vw;
		height: 0.12vw;
	}
	#sec01 .content .in .g_box .g_box_in{
		margin-top: 1.94vw;
	}
	#sec01 .content .in .g_box .g_box_in .title04{
		font-size: 0.97vw;
	}
	#sec01 .content .in .g_box .g_box_in dl dt,
	#sec01 .content .in .g_box .g_box_in dl dd{
		font-size: 0.97vw;
	}
	#sec01 .content .in .g_box .g_box_in .txt{
		margin: 1.94vw 0;
	}
	#sec01 .content .in .g_box .g_box_in .movie{
		border-radius: 0.51vw;
	}
}

@media screen and (max-width: 1024px){
	#sec01{
		padding: 9.33vw 0 16vw;
	}
	#sec01 .page_nav{
		flex-wrap: wrap;
		gap: 1.33vw;
		margin-bottom: 0;
	}
	#sec01 .page_nav li{
		width: calc((100% - 1.33vw) / 2);
	}
	#sec01 .page_nav li a{
		height: 13.33vw;
		font-size: 3.73vw;
		border: 0.26vw solid #1A2930;
		border-radius: 2.13vw;
	}
	#sec01 .page_nav li a img{
		right: 3.33vw;
		width: 3.33vw;
		height: 2.92vw;
	}
	#sec01 .content{
		padding-top: 16vw;
		margin-top: -6.67vw;
	}
	#sec01 .content + .content{
		margin-top: 0;
		padding-top: 16vw;
	}
	#sec01 .content .title02{
		padding: 2vw 4vw;
        margin-bottom: 8vw;
        font-size: 4.53vw;
        line-height: 1.5;
	}
	#sec01 .content .flex{
		gap: 10.66vw;
	}
	#sec01 .content .in{
		width: 100%;
	}
	#sec01 .content .in figure{
		aspect-ratio: 1 / 0.6343283582089553;
        margin-bottom: 4vw;
        border-radius: 1.33vw;
	}
	#sec01 .content .in .tag{
		gap: 2.13vw;
		height: 5.73vw;
		margin-bottom: 4vw;
	}
	#sec01 .content .in .tag li{
        font-size: 2.66vw;
        border: 0.26vw solid #1A2930;
        border-radius: 0.53vw;
	}
	#sec01 .content .in .g_box{
		padding: 5.33vw;
        border-radius: 0.53vw;
	}
	#sec01 .content .in .g_box .title03{
        font-size: 4.53vw;
	}
	#sec01 .content .in .g_box .title03 .plus{
	    width: 4.26vw;
	    height: 4.26vw;
	}
	#sec01 .content .in .g_box .title03 .plus:before,
	#sec01 .content .in .g_box .title03 .plus:after{
		width: 4.26vw;
		height: 0.53vw;
	}
	#sec01 .content .in .g_box .g_box_in{
		margin-top: 5.33vw;
	}
	#sec01 .content .in .g_box .g_box_in .title04{
		font-size: 3.73vw;
	}
	#sec01 .content .in .g_box .g_box_in dl{
		flex-wrap: wrap;
	}
	#sec01 .content .in .g_box .g_box_in dl dt,
	#sec01 .content .in .g_box .g_box_in dl dd{
		font-size: 3.73vw;
		line-height: 1.5;
	}
	#sec01 .content .in .g_box .g_box_in .txt{
		margin: 5.33vw 0;
	}
	#sec01 .content .in .g_box .g_box_in .movie{
        border-radius: 1.33vw;
	}
}


#sec02{
	padding: 140px 0;
}
#sec02 .title_youtube{
	margin-bottom: 22px;
	text-align: center;
}
#sec02 .title02{
	margin-bottom: 30px;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
}
#sec02 .center p{
	text-align: center;
}
#sec02 .btn._w a{
	justify-content: center;
	width: 710px;
	height: 100px;
	padding: 0;
	margin: 40px auto 0;
	font-size: 2.4rem;
	border: 2px solid #1A2930;
}
#sec02 .btn._w a img{
	right: 46px;
	width: 18.23px;
	height: 16px;
}

@media screen and (max-width: 1700px){
	#sec02{
		padding: 9.09vw 0;
	}
	#sec02 .title_youtube{
		margin-bottom: 1.42vw;
	}
	#sec02 .title02{
		margin-bottom: 1.94vw;
		font-size: 2.72vw;
	}
	#sec02 .btn._w a{
		width: 46.1vw;
		height: 6.49vw;
		margin: 2.59vw auto 0;
		font-size: 1.55vw;
		border: 0.12vw solid #1A2930;
	}
	#sec02 .btn._w a img{
		right: 2.98vw;
		width: 1.18vw;
		height: 1.03vw;
	}
}

@media screen and (max-width: 1024px){
	#sec02{
		padding: 16vw 0;
	}
	#sec02 .title_youtube{
		width: 50%;
		margin: 0 auto 4vw;
	}
	#sec02 .title02{
		margin-bottom: 8vw;
        font-size: 5.33vw;
	}
	#sec02 .btn._w a{
		width: 100%;
		height: 16vw;
		margin: 8vw auto 0;
		font-size: 3.8vw;
		border: 0.4vw solid #1A2930;
	}
	#sec02 .btn._w a img{
		right: 3.33vw;
		width: 4vw;
		height: 3.51vw;
	}
}