/* section01 */
/* #section01{ margin-top: 110px; height: 250px;} */
#section01{ margin-top: 110px; height: 64.10vw; position: relative;}
#section01 .tit{ position: absolute; top: calc(50% - 30px); z-index: 10; text-align: center; width: 100%; pointer-events: none;}
#section01 .tit h4{ padding-bottom: 0;}

/* section02 */
#section02{ padding: 60px 0; text-align: center;}
#section02 .tit h3{ padding-bottom: 5px;}
#section02 .tit h4{ padding-bottom: 20px;}
#section02 .content{ font-size: 12px; line-height: 20px; color: #999; text-align: left;}
#section02 .btn{ width: 100%; position: relative; text-align: center; margin: 60px 0 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; }
