/* section01 */
#section01{ margin-top: 110px; height: 300px; position: relative;}
#section01 .tit{ position: absolute; bottom: 20px; text-align: center; z-index: 10; width: 100%;}
#section01 .tit p{ padding-bottom: 0;}

/* section02 */
#section02{ padding: 60px 0 50px;}
#section02 .sec-wrap > img{ width: 100%; object-fit: cover; margin-bottom: 10px;}
#section02 .tit{ width: 100%; position: relative; text-align: center; margin-bottom: 20px;}
#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: 30px; width: max-content; padding: 0 10px; background-color: #fff; }
#section02 .info .text-area > div{ padding: 20px 0; background-image: url(../img/common/line.png); background-size: 350px 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: 10px;}
#section02 .info p{ line-height: 20px;}
#section02 .btn{ width: 100%; position: relative; text-align: center; margin: 60px 0 20px;}
#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; }