/* subpage header */
.header{position: fixed; border-bottom: unset;  height: 90px; background-color: rgba(34, 34, 34, 0.7);-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}
.header #head-full a i{ line-height: 90px;}
.header #head-full a{ position: relative; top: -5px;}
.header #head-full p{ line-height: 90px;}
.header .logo-wrap a {display: block;width: 100%;height: 70px;margin-top: 10px; object-fit: cover;}
.header .header-icon > a{ display: inline-block; margin-top: 25px; width: 140px; height: 40px; border-radius: 50px; line-height: 40px; background-color: #D17028; margin-right: 40px; transition: .3s; text-align: center;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  .header{ height: 60px;  background-color: #fff;}
  .header .logo-wrap a {height: 40px; margin-top: 8px;}
  .header .header-icon > a{ display: inline-block; margin-top: 20px; width: unset; height: unset; border-radius:unset; line-height:unset; background-color: unset; margin-right: 10px; transition: .3s; text-align: center; color: #D17028;}
  .header .header-icon > a i{ color: #D17028;}
  .header .menu-icon__line {background-color: #D17028; }
}



/* section01 */
#section01{ height: 800px; position: relative;}
#section01 .img-wrap{ position: relative; width: 100%; height: 100%;}
#section01 .img-wrap .img{ opacity: 0; transition: .3s;}
#section01 .img-wrap .img.active{ opacity: 1;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
  #section01{ margin-top: 60px; height: 61.54vw;}
}


/* section02 */
#section02{ padding: 100px 0;  text-align: center;}
#section02 .tit h3{ line-height: 46px;}
#section02 .tit p{ line-height: 35px;}
#section02 .con{ line-height: 26px;}
#section02 .con-wrap{ display: none;}
#section02 .con-wrap.active{ display: block;}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    #section02{ padding: 60px 0;}
    #section02 .tit h3{ line-height: 24px;}
    #section02 .tit p{ line-height: 20px;}
    #section02 .con{ line-height: 20px;}
}
