/* common */
.section{
	padding: 110px 0;
}
.tit{
	font-size: 40px;
	color: #121315;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.tit .sm{
	display: block;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
}

.tit .hl{
	background: #cdc081;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 0 10px;
	line-height: 1.3;
}

.tit .sub{
	font-weight: bold;
	display: block;
	font-size: 30px;
}

.tit strong{
	font-weight: bold;
}

.conTxt{
	font-size: 30px;
	text-align: center;
	color: #222;
	line-height: 1.5;
	font-weight: 500;
}

.conTxt strong{
	font-weight: bold;
} 

.imgBox img{
	max-width: 100%;
}

.col{
	color: #cdc081;
}

/* visual */
.visual{
	position: relative;
	height: 741px;
	overflow: hidden;
	background: url(/include/img/visual01.jpg) no-repeat center  / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.visual .inner{
}

.visual h2{
	font-size: 90px;
	font-style: italic;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}

/* scrollBox */
.scrollBox{
	position: fixed;
	left: 50%;
	bottom: 100px;
	transform: translate(-50%,0);
	width: 50px;
	height: 80px;
	border-radius: 100px;
	box-sizing: border-box;
	border: 3px solid #fff;
	z-index: 20;
	display: block;
}

.scrollBox.off{
	display: none;
}

.scrollBox span{
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-75%) rotate(135deg);
	animation: scroll 2s infinite;
}

@keyframes scroll{
	0%{top: 50%;}
	30%{top: 60%;}
	80%{top: 50%;}
}

/* section1 */
.section1{
	background: #f6f8fa;
}

.section1 article{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section1 article > div{
	background: #fff;
	box-sizing: border-box;
	padding: 0 35px 50px;
	width: calc(100%/2 - 50px/2);
	position: relative;
}

.section1 article .imgBox{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}

.section1 article .txtBox{
	
}

.section1 article .txtBox h3{
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.section1 article .txtBox p{
	color: #616161;
	font-size: 16px;
	line-height: 1.5;
}

.section1 article .more{
	display: inline-block;
	position: absolute;
	right: 35px;
	bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: var(--mainCol);
}

/* section2 */
.section2 article{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.section2 article > div{
	width: calc(100%/2 - 100px/2);
}

.section2 article .leftBox ul li{
	display: flex;
	align-items: center;
}

.section2 article .leftBox ul li .imgBox{
	margin-right: 15px;
	width: 40px;
}

.section2 article .leftBox ul li .txtBox{
	border-bottom: 1px solid #eee;
	width: calc(100% - 40px - 15px);
	height: 85px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.section2 article .leftBox ul li .txtBox h5{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	width: 100%;
}

.section2 article .leftBox ul li .txtBox p{
	color: #454545;
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
}

.section2 article .rightBox iframe{
	width: 100%;
	height: 340px;
}

.section2 .goBtn{
	width: 160px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #144199;
	margin: auto;
}

.section2 .goBtn span{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
}




/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* common */
.tit{
	font-size: 5.5vw;
	margin-bottom: 7vw;
}

.tit .sm{
	font-size: 4vw;
	margin-bottom: 1vw;
}

.tit .hl{
	padding: 0 2vw;
}

.tit .sub{
	font-size: 4vw;
}

.subTit{
	font-size: 3vw;
}

.conTxt{
	font-size: 4.3vw;
}

.section{
	padding: 12vw 0;
}

/* visual */
.visual{
	/* height: calc(100vh - 60px); */
	height: 125vw;
	background: url(/include/img/visual01_m.jpg) no-repeat top right  / cover;
}

.visual h2 {
    font-size: 7.5vw;
	font-weight: 900;
	letter-spacing: 1px;
}

/* scrollBox */
.scrollBox{
	bottom: 90px;
	width: 9vw;
	height: 13vw;
	border: 2px solid #fff;
}

.scrollBox span{
	width: 3vw;
	height: 3vw;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* section1 */
.section1 article > div{
	padding: 0 5vw 12vw;
	width: calc(100%);
}

.section1 article > div + div{
	margin-top: 5vw;
}

.section1 article .imgBox{
	height: 30vw;
	margin-bottom: 5vw;
}

.section1 article > div:nth-child(1) .imgBox img{
	height: 15vw;
	width: auto;
}

.section1 article > div:nth-child(2) .imgBox img{
	height: 8vw;
	width: auto;
}

.section1 article .txtBox h3{
	font-size: 4.5vw;
	margin-bottom: 2vw;
}

.section1 article .txtBox p{
	font-size: 3vw;
}

.section1 article .more{
	right: 5vw;
	bottom: 5vw;
	font-size: 4vw;
}

/* section2 */
.section2 article{
	margin-bottom: 7vw;
}

.section2 article > div{
	width: calc(100%);
}

.section2 article .leftBox{
	order: 1;
	margin-top: 5vw;
}

.section2 article .leftBox ul li{
	display: flex;
	align-items: center;
}

.section2 article .leftBox ul li .imgBox{
	margin-right: 10px;
	max-width: 30px;
}

.section2 article .leftBox ul li .txtBox{
	border-bottom: 1px solid #eee;
	width: calc(100% - 30px - 10px);
	height: 20vw;
}

.section2 article .leftBox ul li .txtBox h5{
	font-size: 4vw;
	margin-bottom: 2vw;
}

.section2 article .leftBox ul li .txtBox p{
	font-size: 3vw;
}

.section2 article .rightBox{
	order: 0;
}

.section2 article .rightBox iframe{
	height: 50vw;
}

.section2 .goBtn{
	width: 150px;
	height: 40px;
}

.section2 .goBtn span{
	font-size: 15px;
	margin-right: 10px;
}







}