@charset "utf-8";
/* CSS Document */
/*===============================
single
===============================*/
/* common */
.cmn_sec_single{
	padding-top: 24.15vw;
	padding-bottom: 24.15vw;
}
.cmn_sec_single .cmn_txt{
	font-size: 1.4rem;
	line-height: 2;
}
.cmn_sec_single .cmn_txt img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.cmn_sec_single .cmn_txt a{
	color: #62B52E;
	text-decoration: underline;
}
.cmn_sec_single .block .img{
	border-radius: 10px;
	overflow: hidden;
}
.cmn_sec_single .block .caption{
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 3.62vw;
}
.cmn_sec_single .block .single_cmn_btn{
	display: block;
	box-sizing: border-box;
	position: relative;
	background-color: #131E5A;
	border-radius: 10px;
	color: #FFF;
	font-weight: 700;
	width: 100%;
	padding: 5.79vw 7vw;
}
.cmn_sec_single .block .single_cmn_btn.is--disabled{
	background-color: #C7C7C7;
	pointer-events: none;
}
.cmn_sec_single .block .single_cmn_btn_txt{
	font-size: 1.8rem;
}

@media screen and (min-width: 600px) {
	.cmn_sec_single{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.cmn_sec_single .cmn_txt{
		font-size: 14px;
	}
	.cmn_sec_single .block .caption{
		font-size: 14px;
		margin-top: 15px;
	}
	.cmn_sec_single .block .single_cmn_btn{
		padding: 25px 30px;
	}
	.cmn_sec_single .block .single_cmn_btn_txt{
		font-size: 20px;
	}
}
@media screen and (min-width: 960px) {
	.cmn_sec_single{
		padding-bottom: 200px;
	}
	.cmn_sec_single .cmn_txt{
		font-size: 16px;
	}
	.cmn_sec_single .block .caption{
		font-size: 16px;
		margin-top: 17px;
	}
	.cmn_sec_single .block .single_cmn_btn{
		padding: 40px;
	}
}
@media screen and (min-width: 1100px) {
	.cmn_sec_single{
		width: 1000px;
	}
	.cmn_sec_single .cmn_txt a:hover{
		text-decoration: none;
	}
	.cmn_sec_single .block .single_cmn_btn:not(.is--disabled){
		transition: background .3s ease;
	}
	.cmn_sec_single .block .single_cmn_btn:not(.is--disabled):hover{
		background-color: #62B52E;
	}
}

/* main */
.cmn_sec_single .single_main{
	padding-bottom: 21.73vw;
}
.cmn_sec_single .single_main .blc_head{
	margin-bottom: 3.62vw;
}
.cmn_sec_single .single_main .box_date{
	display: flex;
	align-items: center;
}
.cmn_sec_single .single_main .item_cat{
	color: #FFF;
	background-color: #131E5A;
	font-size: 1.2rem;
	padding: 2.41vw 3.62vw;
	margin-right: 2.41vw;
}
.cmn_sec_single .single_main .item_date{
	font-size: 1.2rem;
}
.cmn_sec_single .single_main .box_tag{
	display: flex;
	flex-wrap: wrap;
}
.cmn_sec_single .single_main .tag_item{
	display: block;
	color: #B2B2B2;
	font-size: 1.2rem;
	margin-right: 4.83vw;
}
.cmn_sec_single .single_main .page_ttl{
	color: #131E5A;
	font-weight: 700;
	line-height: 1.66;
	font-size: 2.4rem;
}
.cmn_sec_single .single_main .blc_img{
	border-radius: 10px;
	overflow: hidden;
	margin-top: 4.83vw;
}
.cmn_sec_single .single_main .blc_lead{
	margin-top: 3.62vw;
}

@media screen and (max-width: 959px) {
	.cmn_sec_single .single_main .tag_item{
		margin-top: 20px;
	}
}
@media screen and (max-width: 599px) {
	.cmn_sec_single .single_main .tag_item{
		margin-top: 4.83vw;
	}
}

@media screen and (min-width: 600px) {
	.cmn_sec_single .single_main{
		padding-bottom: 90px;
	}
	.cmn_sec_single .single_main .blc_head{
		margin-bottom: 15px;
	}
	.cmn_sec_single .single_main .item_cat{
		font-size: 12px;
		padding: 10px 15px;
		margin-right: 10px;
	}
	.cmn_sec_single .single_main .item_date{
		font-size: 12px;
	}
	.cmn_sec_single .single_main .tag_item{
		font-size: 12px;
		margin-right: 20px;
	}
	.cmn_sec_single .single_main .page_ttl{
		font-size: 24px;
	}
	.cmn_sec_single .single_main .blc_img{
		margin-top: 20px;
	}
	.cmn_sec_single .single_main .blc_lead{
		margin-top: 15px;
	}
}
@media screen and (min-width: 960px) {
	.cmn_sec_single .single_main{
		padding-bottom: 95px;
	}
	.cmn_sec_single .single_main .blc_head{
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}
	.cmn_sec_single .single_main .item_cat{
		font-size: 13px;
		padding: 8px 14px;
		margin-right: 20px;
	}
	.cmn_sec_single .single_main .item_date{
		font-size: 13px;
	}
	.cmn_sec_single .single_main .tag_item{
		font-size: 13px;
		margin-right: 14px;
	}
	.cmn_sec_single .single_main .page_ttl{
		font-size: 32px;
		line-height: 1.71;
	}
	.cmn_sec_single .single_main .blc_img{
		margin-top: 40px;
	}
	.cmn_sec_single .single_main .blc_lead{
		margin-top: 40px;
	}
}
@media screen and (min-width: 1100px) {
	.cmn_sec_single .single_main .item_cat{
		transition: background .3s ease;
	}
	.cmn_sec_single .single_main .item_cat:hover{
		background-color: #62B52E;
	}
	.cmn_sec_single .single_main .tag_item:hover{
		text-decoration: underline;
	}
}

/* content */
.cmn_sec_single .block{
	margin-top: 4.83vw;
	margin-bottom: 4.83vw;
}
.cmn_sec_single .block:first-child{
	margin-top: 0 !important;
}
.cmn_sec_single .block:last-child{
	margin-bottom: 0 !important;
}
.cmn_sec_single .cmn_movie_wrap .icon{
	opacity: .7;
}
.cmn_sec_single .block.block--ttl_a{
	margin-top: 22.94vw;
	margin-bottom: 6.03vw;
}
.cmn_sec_single .block--ttl_a .ttl_a{
	background-color: #131E5A;
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.88;
	color: #FFF;
	font-size: 1.8rem;
	padding: 3.62vw 4.83vw;
}
.cmn_sec_single .block.block--ttl_b{
	margin-top: 21.73vw;
	margin-bottom: 6.52vw;
}
.cmn_sec_single .block--ttl_b .ttl_b{
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.88;
	font-size: 1.8rem;
	border-left: solid 1.44vw #000;
	padding-left: 3.62vw;
}
.cmn_sec_single .block.block--ttl_c{
	margin-top: 4.83vw;
	margin-bottom: 4.83vw;
}
.cmn_sec_single .block--ttl_c .ttl_c{
	font-weight: 700;
	line-height: 1.88;
	font-size: 1.8rem;
}
.cmn_sec_single .block.block--format_c,
.cmn_sec_single .block.block--format_d{
	margin-top: 12.07vw;
	margin-bottom: 20.5vw;
}
.cmn_sec_single .block--format_f{
	margin-bottom: 12.07vw;
}
.cmn_sec_single .block--format_h{
	position: relative;
	margin-top: 7.24vw;
	margin-bottom: 24.15vw;
}
.cmn_sec_single .block--format_h:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
}
.cmn_sec_single .block--format_h .box_col{
	position: relative;
}
.cmn_sec_single .block--format_h .label{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 2px #131E5A;
	color: #131E5A;
	font-weight: 700;
	font-size: 1.6rem;
	width: 16.9vw;
	height: 7.24vw;
	top: 4.83vw;
	left: -7.24vw;
}
.cmn_sec_single .block--format_i .btn{
	padding-right: 14vw;
}
.cmn_sec_single .block--format_i .btn_date{
	font-size: 1.4rem;
}
.cmn_sec_single .block--format_i .icon{
	position: absolute;
	pointer-events: none;
	width: 7.97vw;
	right: 3.62vw;
	top: 50%;
	transform: translateY(-50%);
}
.cmn_sec_single .block--format_j .btn_txt{
	text-align: center;
}

@media screen and (max-width: 959px) {
	.cmn_sec_single .block--format_c .box_img{
		margin-bottom: 25px;
	}
	.cmn_sec_single .block--format_d .box_img{
		margin-top: 25px;
	}
	.cmn_sec_single .block--format_i .btn_txt{
		line-height: 1.66;
	}
	.cmn_sec_single .block--format_i .btn_date{
		margin-top: 10px;
		margin-left: -0.5em;
	}
}
@media screen and (max-width: 599px) {
	.cmn_sec_single .block--format_c .box_img{
		margin-bottom: 6.03vw;
	}
	.cmn_sec_single .block--format_d .box_img{
		margin-top: 6.03vw;
	}
	.cmn_sec_single .block.block--format_e,
	.cmn_sec_single .block.block--format_g,
	.cmn_sec_single .block.block--format_h{
		width: 72.46vw;
		margin-left: auto;
		margin-right: auto;
	}
	.cmn_sec_single .block.block--format_e .box_col:not(:last-child),
	.cmn_sec_single .block.block--format_g .box_col:not(:last-child){
		margin-bottom: 10.86vw;
	}
	.cmn_sec_single .block--format_h:before{
		border-right: solid 3px #000;
		border-bottom: solid 3px #000;
		transform: translate(-50%, -80%) rotate(45deg);
		width: 6.03vw;
		height: 6.03vw;
	}
	.cmn_sec_single .block.block--format_h .box_col:first-child{
		margin-bottom: 11.35vw;
	}
	.cmn_sec_single .block--format_i .btn_date{
		margin-top: 2.41vw;
	}
}

@media screen and (min-width: 600px) {
	.cmn_sec_single .block{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cmn_sec_single .block.block--ttl_a{
		margin-top: 95px;
		margin-bottom: 25px;
	}
	.cmn_sec_single .block--ttl_a .ttl_a{
		font-size: 18px;
		padding: 15px 20px;
	}
	.cmn_sec_single .block.block--ttl_b{
		margin-top: 90px;
		margin-bottom: 27px;
	}
	.cmn_sec_single .block--ttl_b .ttl_b{
		font-size: 18px;
		border-width: 6px;
		padding-left: 15px;
	}
	.cmn_sec_single .block.block--ttl_c{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cmn_sec_single .block--ttl_c .ttl_c{
		font-size: 18px;
	}
	.cmn_sec_single .block.block--format_c,
	.cmn_sec_single .block.block--format_d{
		margin-top: 85px;
		margin-bottom: 85px;
	}
	.cmn_sec_single .block.block--format_e,
	.cmn_sec_single .block.block--format_g{
		display: flex;
	}
	.cmn_sec_single .block.block--format_f{
		margin-bottom: 50px;
	}
	.cmn_sec_single .block.block--format_h{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.cmn_sec_single .block--format_h:before{
		border-right: solid 3px #000;
		border-top: solid 3px #000;
		transform: translate(-70%, -50%) rotate(45deg);
		width: 23px;
		height: 23px;
	}
	.cmn_sec_single .block.block--format_h .box_col{
		width: calc((100% - 50px) / 2);
	}
	.cmn_sec_single .block--format_h .label{
		font-size: 16px;
		width: 70px;
		height: 30px;
		top: 20px;
		left: -30px;
	}
	.cmn_sec_single .block--format_i .btn{
		padding-right: 60px;
	}
	.cmn_sec_single .block--format_i .btn_date{
		font-size: 16px;
	}
	.cmn_sec_single .block--format_i .icon{
		width: 33px;
		right: 15px;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	.cmn_sec_single .block.block--format_e,
	.cmn_sec_single .block.block--format_g{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cmn_sec_single .block.block--format_e .box_col,
	.cmn_sec_single .block.block--format_g .box_col{
		width: calc((100% - 50px) / 2);
	}
	.cmn_sec_single .block.block--format_e .box_col:nth-child(n+3),
	.cmn_sec_single .block.block--format_g .box_col:nth-child(n+3){
		margin-top: 50px;
	}
}
@media screen and (min-width: 960px) {
	.cmn_sec_single .block{
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.cmn_sec_single .block.block--ttl_a{
		margin-bottom: 45px;
	}
	.cmn_sec_single .block--ttl_a .ttl_a{
		font-size: 22px;
	}
	.cmn_sec_single .block.block--ttl_b{
		margin-top: 95px;
		margin-bottom: 46px;
	}
	.cmn_sec_single .block--ttl_b .ttl_b{
		font-size: 22px;
		padding-left: 16px;
	}
	.cmn_sec_single .block.block--ttl_c{
		margin-top: 45px;
		margin-bottom: 35px;
	}
	.cmn_sec_single .block--ttl_c .ttl_c{
		font-size: 22px;
	}
	.cmn_sec_single .block.block--format_c,
	.cmn_sec_single .block.block--format_d{
		display: flex;
		margin-top: 40px;
		margin-bottom: 100px;
	}
	.cmn_sec_single .block--format_c .box_img,
	.cmn_sec_single .block--format_d .box_img{
		width: 49.5%;
	}
	.cmn_sec_single .block--format_c .box_img{
		margin-right: 50px;
	}
	.cmn_sec_single .block--format_d .box_img{
		margin-left: 50px;
	}
	.cmn_sec_single .block--format_c .box_txt,
	.cmn_sec_single .block--format_d .box_txt{
		flex:1;
	}
	.cmn_sec_single .block.block--format_e .box_col,
	.cmn_sec_single .block.block--format_g .box_col{
		width: calc((100% - 100px) / 3);
	}
	.cmn_sec_single .block.block--format_e .box_col:not(:nth-child(3n)),
	.cmn_sec_single .block.block--format_g .box_col:not(:nth-child(3n)){
		margin-right: 50px;
	}
	.cmn_sec_single .block.block--format_f{
		margin-bottom: 90px;
	}
	.cmn_sec_single .block.block--format_h .box_col{
		width: calc((100% - 100px) / 2);
	}
	.cmn_sec_single .block--format_h .box_col:first-child:before{
		right: -60px;
	}
	.cmn_sec_single .block.block--format_h .label{
		font-size: 20px;
		width: 90px;
		height: 40px;
		top: 20px;
		left: -20px;
	}
	.cmn_sec_single .block--format_i{
		margin-bottom: 70px;
	}
	.cmn_sec_single .block--format_i .btn{
		padding-right: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cmn_sec_single .block--format_i .btn_date{
		margin-left: 20px;
	}
	.cmn_sec_single .block--format_i .icon{
		right: 30px;
	}
}
@media screen and (min-width: 1100px) {
	.cmn_sec_single .cmn_movie_wrap.js--movie_start_btn:hover .icon{
		opacity: .5;
	}
}

/* other */
.cmn_sec_single .blc_to_form{
	margin-top: 12.07vw;
}
.cmn_sec_single .blc_to_form .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #131E5A;
	border-radius: 10px;
	color: #FFF;
	font-weight: 700;
	font-size: 1.8rem;
	width: 100%;
	height: 16.9vw;
}
.cmn_sec_single .blc_to_form .btn:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	top: 50%;
	transform: translate(-25%, -50%) rotate(45deg);
	right: 7.24vw;
	width: 3.86vw;
	height: 3.86vw;
}
.cmn_sec_single .blc_to_archive{
	margin-top: 24.15vw;
}

@media screen and (min-width: 600px) {
	.cmn_sec_single .blc_to_form{
		margin-top: 50px;
	}
	.cmn_sec_single .blc_to_form .btn{
		font-size: 18px;
		height: 70px;
	}
	.cmn_sec_single .blc_to_form .btn:before{
		right: 30px;
		width: 16px;
		height: 16px;
	}
	.cmn_sec_single .blc_to_archive{
		margin-top: 100px;
	}
}
@media screen and (min-width: 960px) {
	.cmn_sec_single .blc_to_form{
		margin-top: 100px;
	}
	.cmn_sec_single .blc_to_form .btn{
		font-size: 20px;
		height: 100px;
	}
	.cmn_sec_single .blc_to_archive{
		margin-top: 150px;
	}
}
@media screen and (min-width: 1100px) {
	.cmn_sec_single .blc_to_form .btn{
		transition: background .3s ease;
	}
	.cmn_sec_single .blc_to_form .btn:hover{
		background-color: #62B52E;
	}
}

/* effect */
.cmn_sec_single .block{
	opacity: 0;
	transform: translateY(5rem);
}
.cmn_sec_single .block.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}
