@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

section.section .tit{
	font-size: 66px;
	font-family: "pb";
	line-height: 1.3;
	font-weight: normal;
}

/* section1 */
.section.section1{
	padding-bottom: 50px;
}

.section.section1 .tit{
	font-size: 66px;
	font-family: "pb";
}

/* section2 */
.section.section2{
	background: url(/include/img/sub0201_section2_bg.jpg) no-repeat center / cover;
	height: 695px;
	padding-top: 80px;
	margin-bottom: 170px;
}

.section.section2 .tit{
	color: #fff;
	margin-bottom: 30px;
	text-align: left;
}

.section2 p{
	line-height: 1.3;
	font-size: 30px;
	font-family: "pm";
	color: #fff;
}

/* section3 */
.section.section3{
	background: url(/include/img/sub0201_section3_bg.jpg) no-repeat center / cover;
	height: 661px;
	display: flex;
	align-items: center;
}

.section.section3 .tit{
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}

.section3 p{
	line-height: 1.7;
	font-size: 26px;
	font-family: "pl";
	color: #a7a7a7;
	text-align: center;
}

/* section4 */
.section.section4{
	position: relative;
}

.section.section4::after{
	content: '';
	width: 90%;
	max-width: 1700px;
	height: 3px;
	background: var(--mainCol);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}

.section.section4 .tit{
	color: var(--mainCol);
	margin-bottom: 30px;
}

.section.section4 p{
	color: #a7a7a7;
	text-align: center;
	line-height: 1.6;
	font-size: 26px;
	font-family: "pl";
	margin-bottom: 80px;
}

/* section5 */
.section.section5{
	position: relative;
}

.section.section5 .tit{
	margin-bottom: 30px;
}

.section.section5 p{
	color: #fff;
	text-align: center;
	line-height: 1.6;
	font-size: 26px;
	font-family: "pl";
	margin-bottom: 80px;
}

/* section6 */
.section.section6{
	background: url(/include/img/sub0201_section6_bg.jpg) no-repeat center / cover;
}

.section.section6 .tit{
	margin-bottom: 70px;
	font-family: "pl";
}

.section.section6 .tit strong{
	font-weight: normal;
	font-family: "pb";
}

.section.section6 .tit img{
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

/* section7 */
.section.section7{
	background: url(/include/img/sub0201_section7_bg.png) no-repeat left 50px top 60px / auto;
	position: relative;
}

.section.section7::after{
	content: '';
	width: 90%;
	max-width: 1700px;
	height: 3px;
	background: var(--mainCol);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}

.section.section7 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1180px;
	margin: auto;
}

.section.section7 ul li{
	width: calc(100%/2 - 80px/2);
	margin-top: 60px;
}

.section.section7 ul li:nth-child(-n+2){
	margin-top: 0;
}

.section.section7 ul li img{
	margin: 0;
}

.section.section7 ul li h3{
	display: flex;
	align-items: center;
	line-height: 1;
	margin: 25px 0;
}

.section.section7 ul li h3 span{
	font-size: 30px;
	color: #fffffe;
	opacity: 0.2;
	/* font-family: "Noto Serif", serif; */
	font-family: 'nsm';
	font-weight: normal;
}

.section.section7 ul li h3 strong{
	font-size: 32px;
	color: var(--mainCol);
	font-weight: normal;
	font-family: "pb";
	margin-left: 10px;
}

.section.section7 ul li p{
	color: #fff;
	font-size: 26px;
	font-family: "pl";
	line-height: 1.3;
}

.section.section7 ul li p .tip{
	display: block;
	font-size: 0.7em;
	opacity: 0.7;
	margin-top: 10px;
}

/* section8 */
.section.section8 .tit{
	margin-bottom: 70px;
	font-family: "pl";
}

.section.section8 .tit strong{
	font-weight: normal;
	font-family: "pb";
}

/* section8 */
.section.section9{
	background: url(/include/img/sub0201_section9_bg.jpg) no-repeat center / cover;
}







/* ---------------------------------------------------------- 1700 */
@media screen and (max-width: 1700px){
	
.section1 article .stepBox .conBox br{
	display: none;
}

}


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

section.section .tit{
	font-size: 7vw;
}

/* section1 */
.section.section1{
	padding-bottom: 7vw;
}

.section.section1 .tit{
	font-size: 7.5vw;
	font-family: "pb";
}

/* section2 */
.section.section2{
	height: 60vw;
	padding-top: 10vw;
	margin-bottom: 12vw;
}

.section.section2 .tit{
	margin-bottom: 5vw;
}

.section2 p{
	font-size: 4vw;
}

/* section3 */
.section.section3{
	height: 90vw;
}

.section.section3 .tit{
	margin-bottom: 5vw;
}

.section3 p{
	font-size: 4vw;
}

/* section4 */
.section.section4::after{
	height: 2px;
}

.section.section4 .tit{
	margin-bottom: 5vw;
}

.section.section4 p{
	font-size: 4vw;
	margin-bottom: 10vw;
}

/* section5 */
.section.section5 .tit{
	margin-bottom: 5vw;
}

.section.section5 p{
	font-size: 4vw;
	margin-bottom: 10vw;
}

/* section6 */
.section.section6 .tit{
	margin-bottom: 10vw;
}

.section.section6 .tit strong{
	font-weight: normal;
	font-family: "pb";
}

.section.section6 .tit img{
	display: block;
	margin: auto;
	width: 20%;
	margin-bottom: 4vw;
}

/* section7 */
.section.section7{
	background: url(/include/img/sub0201_section7_bg.png) no-repeat left 5vw top 5vw / 60% auto;
}

.section.section7::after{
	height: 2px;
}

.section.section7 ul li{
	width: calc(100%/2 - 3vw/2);
	margin-top: 8vw;
}

.section.section7 ul li:nth-child(-n+2){
	margin-top: 0;
}

.section.section7 ul li img{
	margin: 0;
}

.section.section7 ul li h3{
	margin: 4vw 0;
}

.section.section7 ul li h3 span{
	font-size: 3vw;
}

.section.section7 ul li h3 strong{
	font-size: 4vw;
	margin-left: 2vw;
}

.section.section7 ul li p{
	font-size: 3vw;
}

/* section8 */
.section.section8 .tit{
	margin-bottom: 10vw;
	font-family: "pl";
}

/* section8 */
.section.section9{
	background: url(/include/img/sub0201_section9_bg.jpg) no-repeat center / cover;
}


}