/* header */
header { background-color: #fff;}
header .gnb > ul > li > a{ color: #CFB699; }

/* section01 */
#section01{ width: 100%; height: 56.25vw; position: relative;}
#section01 .tit{ position: absolute; bottom: 100px; width: 100%; text-align: center;}
#section01 .tit p{ padding-bottom: 10px;}

/* section02 */
#section02{ padding-top: 120px;}
#section02 .tit{ width: 100%; position: relative; text-align: center; margin-bottom: 40px;}
#section02 .tit:after{ content: ''; width: 100%; height: 1px; background-color: #ccc; position: absolute; top: 50%; left: 0; z-index: -1;}
#section02 .tit h3{ display: inline-block; line-height: 55px; width: max-content; padding: 0 37px; background-color: #fff; }
#section02 .info{ display: flex; justify-content: space-between;}
#section02 .info .text-area{ width: 752px;}
#section02 .info .text-area > div{ padding: 40px 0; background-image: url(../img/common/line.png); background-size: 752px 1px; background-position: left bottom; background-repeat: no-repeat;}
#section02 .info .text-area > div:first-child{ padding-top: 0;}
#section02 .info .text-area > div:last-child{ padding-bottom: 0; background-image: unset;}
#section02 .info h3{ padding-bottom: 13px;}
#section02 .info p{ line-height: 26px;}
#section02 .bg-img{ width: 624px; height: 703px;}
#section02 .btn{ width: 100%; position: relative; text-align: center; margin: 40px 0;}
#section02 .btn:after{ content: ''; width: 100%; height: 1px; background-color: #466E82; position: absolute; top: 50%; left: 0; z-index: -1;}
#section02 .btn a{ display: inline-block; }
#section02 .img-wrap img{ width: 100%; object-fit: cover; margin-bottom: 16px;}

/* section03 */
#section03{ padding: 110px 0 120px; text-align: center;}
#section03 .tit{ padding-bottom: 45px;}
#section03 .tit i{ padding-bottom: 20px;}
#section03 .tit h3{ padding-bottom: 12px;}
#section03 .tit p{ line-height: 26px; padding-bottom: 25px;}