@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&amp;family=Zen+Old+Mincho:wght@600&amp;display=swap');
@import url('plugin.css');
/*------------------汎用設定---------------------*/
#cboxLoadedContent {
	position: relative;
}
.inview{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: opacity 0.8s ease-out .2s, transform 0.8s ease-out .2s;
}
.inview.incontents{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform:translateY(0);
}
.sp_only{display: none!important}
.tab_only{display: none!important}
.l-footer_pagetop{display: none;}
.header_sitetitleBox{
	font-size:2rem;
	color: #51489D;
	letter-spacing: .08em;
	font-weight: 400;
}
#cm-Mvrapper{
	position: relative;
	width: 100%;
	padding-top: 115px;
}
.cm-Mvbox{
	position: relative;
	width: 100%;
	/*height: calc( 49vw - 115px );*/
	height: calc( 100vh - 115px );
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../jpg/mv_pc.jpg");
	background-size: cover;
	display: flex;
	align-items: center;
}
.cm-Mvbox > div{
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	background: repeat 0 0 url("../png/restriction.png");
	left: 0;
	top: 0;
}
.cm-Mvbox .cm-Mvcopy{
	position: relative;
	box-sizing: border-box;
	width: 26.77%;
	left: 18vw;
}
.cm-rapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	width: 86%;
}
.cm-rapper01{max-width: 1360px;}
.cm-rapper02{max-width: 986px;}
.cm-titleStyle01,
.cm-titleStyle02{
	text-align: center;
	color: #51489D;
	font-weight: 500;
}
.cm-titleStyle01{
	font-size: 5.7rem;
	letter-spacing: 0.18em;
	margin-top: 0;
	margin-bottom: 90px;
}
.cm-titleStyle02{
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.cm-movieIcon{
	display: block;
	position: relative;
}
.cm-movieIcon::after{
	transition: .4s;
	content: " ";
	position: absolute;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	background-image: url("../png/arrow01.png");
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
}
.cm-buttonStyle{
	position: relative;
	display: inline-block;
	border-color: #51489D;
	border-style: solid;
	background-color: #fff;
	color: #51489D;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: .08em;
}
.cm-buttonStyle::before{
	content: '';
	border: 0;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cm-buttonStyle01{
	font-size: 1.8rem;
	padding: 8px 1em;
	border-width: 1px;
	min-width: 200px;
	font-weight: 500;
}
.cm-buttonStyle02{
	border-width: 2px;
	min-width: 650px;
	padding: 24px 1em;
	font-size: 2.4rem;
	font-weight: 700;
}

.cm-buttonStyle01::before{
	width: 8px;
	height: 8px;
	border-top: solid 1px #51489D;
	border-right: solid 1px #51489D;
	right: 0.75em;
}
.cm-buttonStyle02::before{
	width: 12px;
	height: 12px;
	border-top: solid 2px #51489D;
	border-right: solid 2px #51489D;
	right: 1em;
}

#cm-section1{
	padding: 140px 0;
}
#cm-section1 .cm-sec1Box{
	text-align: center;
} 
#cm-section1 .cm-sec1Box p{
	text-align: left;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
	font-size: 2.3rem;
	line-height: 2.1;
}
.cm-contents{display: none;}
.cm-contents.select{display: block;}
#cm-section2 .cm-contents{position: relative;}
#cm-section2 .cm-contents .lazariText{
	text-align: left;
	position: absolute;
	left: -0.1em;
	top: 0;
	width: 100%;
	height: 100%;
	font-family: Barlow, serif;
	font-weight: 300;
	font-size: 18.2rem;
	opacity: .2;
	letter-spacing: -0.03em;
	line-height: 1;
	
}
#cm-section2 .cm-contents .lazariText i{
	text-align: center;
	height: 100%;
	display: inline-block;
	font-style: normal;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
#cm-section2 .cm-tabBox{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: solid 2px #D7D7D7;
	border-right: solid 2px #D7D7D7;
	border-left: solid 2px #D7D7D7;
}
#cm-section2 .cm-tabBox li{
	transition: .4s;
	padding: 17px 1em;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 500;
	color: #51489D;
	cursor: pointer;
}
#cm-section2 .cm-tabBox li.select{
	background-color: #51489D;
	color: #fff;
}
#cm-section2 .cm-tabBox li:not(:last-child){border-right: solid 2px #D7D7D7;}
#cm-section2 #cm-contentContainer{
	background-color:#F2F2F2;
	padding: 150px 0 70px;
}
#cm-section2 .cm-titleStyle02.cm-cs{opacity: 0;}
#cm-section2 .cm-sec2Box02{margin-bottom: 80px;}

#cm-section2 .cm-movieButton{
	margin-top: 36px;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
#cm-section2 .cm-movieButton li:not(:last-child){margin-right: 10px;}

#cm-section2 .cm-solutionButton{
	margin-top: 40px;
	text-align: center;
}
#cm-section3{
	position: relative;
	padding: 132px 0 176px;
}
#cm-section3 .cm-sec3Box02{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
#cm-section3 .cm-sec3Box02 > div{width: 49.25%;}
#cm-section3 .cm-sec3Box02 .cm-titleStyle02{font-size: 2.2rem;}
#cm-section3 .cm-sec3Box02 .cm-movieIcon::after{
	width: 66px;
	height: 66px;
	margin: -33px 0 0 -33px;
}

#cm-section4{
	background-color: #F2F2F2;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
#cm-section4 .cmgalleryItem{}
#cm-section4 .cmgalleryCategory{
	position: relative;
	text-align: center;
}
#cm-section4 .cmgalleryCategory > span{
	display: inline-block;
	min-width: 214px;
	box-sizing: border-box;
	background-color: #51489D;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: .18em;
	padding: 6px 1em 8px;
	line-height: 1.5;
}
#cm-section4 .cmgalleryImg{box-sizing: border-box;}
#cm-section4 .cmgalleryImg.Img01{padding: 0 7.5vw 0;}
#cm-section4 .cmgalleryImg.Img02{padding: 5.5vw 9.5vw 0;}
#cm-section4 .cmgalleryImg.Img03{padding: 7.5vw 4vw 0;}
#cm-section4 .cmgalleryImg.Img04{padding: 14vw 12vw 0;}
#cm-section4 .cmgalleryImg img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#cm-section4 .slick-slide .cmgalleryImg{opacity: .5;}
#cm-section4 .slick-slide.slick-center .cmgalleryImg{opacity: 1;}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1026px){
	#cm-section2 .cm-tabBox li:not(.select):hover{background-color:#F2F2F2; }
	.cm-buttonStyle:hover{
		background-color: #51489D;
		color: #fff;
		text-decoration: none;
	}
	.cm-buttonStyle01:hover::before{
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.cm-buttonStyle02:hover::before{
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1025px){
	.pc_only{display: none!important;}
	.header_sitetitleBox{font-size:1.1rem;}
	#cm-Mvrapper{padding-top: 63px;}
	#cm-section4 .slick-slide .cmgalleryImg{opacity: 1;}
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1025px) and (min-width:641px){
	.tab_only{display: block!important;}
	br.tab_only{display: inline-block!important;}
	.cm-Mvbox{
		height: calc( 87.67vw );
		background-image: url("../jpg/mv_sp.jpg");
	}
	#cm-section2 .cm-contents .lazariText{font-size: 13rem;}
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	.sp_only{display: block!important;}
	br.sp_only{display: inline-block!important;}
	.cm-Mvbox{
		height: calc( 87.67vw );
		background-image: url("../jpg/mv_sp.jpg");
	}
	/*.cm-Mvbox .cm-Mvcopy{
		position: relative;
		box-sizing: border-box;
		width: 26.77%;
		left: 18vw;
	}*/
	.cm-titleStyle01{
		font-size: 2.6rem;
		margin-bottom: 10vw;
	}
	.cm-titleStyle02{
		font-size: 1.4rem;
		margin-bottom: 2.3vw;
	}
	.cm-movieIcon::after{
		width: 36px;
		height: 36px;
		margin: -18px 0 0 -18px;
	}
	.cm-buttonStyle01{
		font-size: 1.0rem;
		padding: 8px 1em;
		min-width: 37.2vw;
	}
	.cm-buttonStyle02{
		border-width: 1px;
		padding: 8px 1em;
		font-size: 1.0rem;
		min-width: 71.76vw;
}

	.cm-buttonStyle01::before,
	.cm-buttonStyle02::before{
		width: 6px;
		height: 6px;
		right: 1em;
		border-top: solid 1px #51489D;
		border-right: solid 1px #51489D;
	}
	#cm-section1{padding: 15vw 0;}
	#cm-section1 .cm-sec1Box p{
		font-size: 1.2rem;
		line-height: 2.3;
	}
	#cm-section2 .cm-contents .lazariText{
		left: -0.1em;
		font-size: 6rem;
	}
	#cm-section2 .cm-tabBox{
		border-top: solid 1px #D7D7D7;
		border-right: solid 1px #D7D7D7;
		border-left: solid 1px #D7D7D7;
	}
	#cm-section2 .cm-tabBox li{
		padding: 10px 1em;
		width: 50%;
		font-size: 1.0rem;
	}
	#cm-section2 .cm-tabBox li:nth-child( 1 ) ,
	#cm-section2 .cm-tabBox li:nth-child( 2 ) {border-bottom: solid 1px #D7D7D7;}
	#cm-section2 .cm-tabBox li:not(:last-child){border-right: solid 1px #D7D7D7;}
	#cm-section2 .cm-tabBox li:nth-child( 2 ) {border-right: none;}
	#cm-section2 #cm-contentContainer{padding: 8vw 0 6vw;}
	#cm-section2 .cm-sec2Box02{margin-bottom: 10vw;}
	#cm-section2 .cm-movieButton{
		margin-top: 4.65vw;
		justify-content: center;
	}
	#cm-section2 .cm-movieButton li.spcolumnlayout{
		text-align: center;
		width: 100%;
		margin-bottom: 2vw;
	}
	#cm-section2 .cm-movieButton li:not(.spcolumnlayout){margin: 0 2vw;}
	#cm-section2 .cm-movieButton li:not(:last-child){margin-right: 0;}

	#cm-section2 .cm-solutionButton{margin-top: 5vw;}
	#cm-section3{padding: 8.5vw 0 8vw;}
	#cm-section3 .cm-sec3Box02{
		margin-top: 8vw;
		display: block;
	}
	#cm-section3 .cm-sec3Box02 > div{
		width: 100%;
		margin-bottom: 8vw;
	}
	#cm-section3 .cm-sec3Box02 .cm-titleStyle02{font-size: 1.4rem;}
	#cm-section3 .cm-sec3Box02 .cm-movieIcon::after{
		width: 36px;
		height: 36px;
		margin: -18px 0 0 -18px;
	}
	#cm-section4{
		padding-top: 7vw;
		padding-bottom: 6vw;
	}
	#cm-section4 .cmgalleryCategory{margin-bottom: 4vw;}
	#cm-section4 .cmgalleryCategory > span{
		min-width: 28vw;
		font-size: 1.2rem;
		padding: 4px 1em;
	}
	#cm-section4 .cmgalleryImg.Img01{padding: 0 13vw 0;}
	#cm-section4 .cmgalleryImg.Img02{padding: 6vw 13vw 0;}
	#cm-section4 .cmgalleryImg.Img03{padding: 23vw 15vw 0;}
	#cm-section4 .cmgalleryImg.Img04{padding: 26vw 15vw 0;}
}