/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Header */
  header {
    width: 100%;
    height: 130px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 18500;
    background: rgba(255, 255, 255, 0.70);
    transition: .4s all;
  }
  header figure {
    width: fit-content;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 30px;
    left: 2%;
    z-index: 18600;
    transition: .4s all;
  }
  header figure img {
    width: auto;
    height: 100px;
    display: block;
  }
  /* Header (Active) */
  header.ausp_active {
    width: 100%;
    height: 130px;
    display: block;
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 18500;
    background: rgba(255, 255, 255, 0.70);
    transition: .4s all;
  }
  header.ausp_active figure {
    width: fit-content;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -150px;
    left: 2%;
    z-index: 18600;
    transition: .4s all;
  }
  header.ausp_active figure img {
    width: auto;
    height: 100px;
    display: block;
  }
  /* Contact Bar */
  .contactbar {
    /*width: fit-content;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 60px;
    right: 2%;
    z-index: 19800;*/
    display: none;
  }
    

    
    
  .contactbar li a:hover {
    opacity: 0.5;
  }
  .contactbar li.cb_tel {
    width: fit-content;
    height: 40px;
    display: block;
    margin-right: 20px;
  }
  .contactbar li.cb_tel a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 40px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
    padding: 0 0 0 40px;
    transition: .4s all;
  }
  .contactbar li.cb_tel a:hover {
    opacity: 0.5;
  }
  .contactbar li.cb_mail {
    width: fit-content;
    height: 40px;
    display: block;
    margin: 5px 0;
  }
  .contactbar li.cb_mail a {
    width: 100%;
    height: 30px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    background-image: url(../img/header/ic-mail_b.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 25px;
    padding: 0 15px 0 50px;
    border: 1px solid var(--color-1st);
    border-radius: 9999px;
    transition: .4s all;
  }
  .contactbar li.cb_mail a:hover {
    opacity: 1;
    color: var(--color-white);
    background-color: var(--color-2nd);
    border: 1px solid var(--color-2nd);
    background-image: url(../img/header/ic-mail_w.png);
  }
  /* Contact Bar(Active) */
  .contactbar.cbactive {
    width: fit-content;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 19800;
    padding: 0px 0px;
    background-color: var(--color-1st);
    border-top-left-radius: 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  }
  .contactbar.cbactive li.cb_tel {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbactive li.cb_tel a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px;
    transition: .4s all;
  }
  .contactbar.cbactive li.cb_tel a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  .contactbar.cbactive li.cb_mail {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbactive li.cb_mail a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-mail_c_w.png);
    background-color: var(--color-3rd);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px !important;
    border-radius: 0;
    transition: .4s all;
  }
  .contactbar.cbactive li.cb_mail a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  /* Contact Bar(End) */
  .contactbar.cbend {
    width: fit-content;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: auto;
    bottom: 0 !important;
    right: 0 !important;
    left: auto;
    z-index: 19800;
    padding: 0px 0px;
    margin-left: auto;
    background-color: var(--color-1st);
    border-top-left-radius: 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  }
  .contactbar.cbend li.cb_tel {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbend li.cb_tel a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px;
    transition: .4s all;
  }
  .contactbar.cbend li.cb_tel a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  .contactbar.cbend li.cb_mail {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbend li.cb_mail a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-mail_c_w.png);
    background-color: var(--color-3rd);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px !important;
    border-radius: 0;
    transition: .4s all;
  }
  .contactbar.cbend li.cb_mail a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
    
    
    
    
  .hr_banner {
    width: 350px;
    height: auto;
    position: absolute;
    top: 35px;
    right: 2%;
    z-index: 19800;

  }    
    
  /* Footer */
  footer {
    width: 100%;
    height: auto;
    display: block;
  }
  .ftbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 5%;
  }
  .ftbody p.ftcopy {
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    margin: 0;
    color: var(--color-white);
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Header */
  header {
    width: 100%;
    height: 100px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 18500;
    background: rgba(255, 255, 255, 0.70);
    transition: .4s all;
  }
  header figure {
    width: fit-content;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 2%;
    z-index: 18600;
    transition: .4s all;
  }
  header figure img {
    width: auto;
    height: 80px;
    display: block;
  }
  /* Header (Active) */
  header.ausp_active {
    width: 100%;
    height: 130px;
    display: block;
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 18500;
    background: rgba(255, 255, 255, 0.70);
    transition: .4s all;
  }
  header.ausp_active figure {
    width: fit-content;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -150px;
    left: 2%;
    z-index: 18600;
    transition: .4s all;
  }
  header.ausp_active figure img {
    width: auto;
    height: 100px;
    display: block;
  }
  /* Contact Bar */
  .contactbar {
    /*width: fit-content;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 40px;
    right: 2%;
    z-index: 19800;*/
    display: none;  
  }
  .contactbar li a:hover {
    opacity: 0.5;
  }
  .contactbar li.cb_tel {
    width: fit-content;
    height: 40px;
    display: block;
    margin-right: 20px;
  }
  .contactbar li.cb_tel a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 40px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
    padding: 0 0 0 40px;
    transition: .4s all;
  }
  .contactbar li.cb_tel a:hover {
    opacity: 0.5;
  }
  .contactbar li.cb_mail {
    width: fit-content;
    height: 40px;
    display: block;
    margin: 5px 0;
  }
  .contactbar li.cb_mail a {
    width: 100%;
    height: 30px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    background-image: url(../img/header/ic-mail_b.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 25px;
    padding: 0 15px 0 50px;
    border: 1px solid var(--color-1st);
    border-radius: 9999px;
    transition: .4s all;
  }
  .contactbar li.cb_mail a:hover {
    opacity: 1;
    color: var(--color-white);
    background-color: var(--color-2nd);
    border: 1px solid var(--color-2nd);
    background-image: url(../img/header/ic-mail_w.png);
  }
  /* Contact Bar(Active) */
  .contactbar.cbactive {
    width: fit-content;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 19800;
    padding: 0px 0px;
    background-color: var(--color-1st);
    border-top-left-radius: 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  }
  .contactbar.cbactive li.cb_tel {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbactive li.cb_tel a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px;
    transition: .4s all;
  }
  .contactbar.cbactive li.cb_tel a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  .contactbar.cbactive li.cb_mail {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbactive li.cb_mail a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-mail_c_w.png);
    background-color: var(--color-3rd);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px !important;
    border-radius: 0;
    transition: .4s all;
  }
  .contactbar.cbactive li.cb_mail a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  /* Contact Bar(End) */
  .contactbar.cbend {
    width: fit-content;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: auto;
    bottom: 0 !important;
    right: 0 !important;
    left: auto;
    z-index: 19800;
    padding: 0px 0px;
    margin-left: auto;
    background-color: var(--color-1st);
    border-top-left-radius: 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  }
  .contactbar.cbend li.cb_tel {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbend li.cb_tel a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px;
    transition: .4s all;
  }
  .contactbar.cbend li.cb_tel a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  .contactbar.cbend li.cb_mail {
    width: fit-content;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbend li.cb_mail a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 70px;
    text-align: right;
    background-image: url(../img/header/ic-mail_c_w.png);
    background-color: var(--color-3rd);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 40px;
    padding: 0 20px 0 70px !important;
    border-radius: 0;
    transition: .4s all;
  }
  .contactbar.cbend li.cb_mail a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
    
    
  .hr_banner {
    width: 280px;
    height: auto;
    position: absolute;
    top: 28px;
    right: 2%;
    z-index: 19800;

  } 
    
    
  /* Footer */
  footer {
    width: 100%;
    height: auto;
    display: block;
  }
  .ftbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 5%;
  }
  .ftbody p.ftcopy {
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    margin: 0;
    color: var(--color-white);
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* Header */
  header {
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 18500;
    background: rgba(255, 255, 255, 0.70);
    transition: .4s all;
  }
  header figure {
    width: fit-content;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 15px;
    left: 2%;
    z-index: 18600;
    transition: .4s all;
  }
  header figure img {
    width: auto;
    height: 50px;
    display: block;
  }
  /* Header (Active) */
  header.ausp_active {
    width: 100%;
    height: 130px;
    display: block;
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 18500;
    background: rgba(255, 255, 255, 0.70);
    transition: .4s all;
  }
  header.ausp_active figure {
    width: fit-content;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -150px;
    left: 2%;
    z-index: 18600;
    transition: .4s all;
  }
  header.ausp_active figure img {
    width: auto;
    height: 100px;
    display: block;
  }
  /* Contact Bar */
  .contactbar {
    /*width: fit-content;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 20px;
    right: 2%;
    z-index: 19800;*/
    display: none;  
  }
  .contactbar li a:hover {
    opacity: 0.5;
  }
  .contactbar li.cb_tel {
    width: fit-content;
    height: 40px;
    display: block;
    margin-right: 5px;
  }
  .contactbar li.cb_tel a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 40px;
    text-align: right;
    background-image: url(../img/header/ic-tel_c_b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 25px;
    padding: 0 0 0 30px;
    transition: .4s all;
  }
  .contactbar li.cb_tel a:hover {
    opacity: 0.5;
  }
  .contactbar li.cb_mail {
    width: 30px;
    height: 30px;
    display: block;
    margin: 5px 0;
  }
  .contactbar li.cb_mail a {
    width: 100%;
    height: 30px;
    display: block;
    text-decoration: none;
    color: var(--color-1st);
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../img/header/ic-mail_c_b.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    padding: 0 0 0 0;
    border: none;
    border-radius: 0px;
    transition: .4s all;
  }
  .contactbar li.cb_mail a:hover {
    opacity: 1;
    color: var(--color-white);
    background-color: var(--color-2nd);
    border: 1px solid var(--color-2nd);
    background-image: url(../img/header/ic-mail_w.png);
  }
  /* Contact Bar(Active) */
  .contactbar.cbactive {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 19800;
    padding: 0px 0px;
    background-color: var(--color-1st);
    border-top-left-radius: 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  }
  .contactbar.cbactive li.cb_tel {
    width: 100%;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbactive li.cb_tel a {
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    background-image: url(../img/header/ic-tel_c_w.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto 30px;
    padding: 0 20px 0 60px;
    transition: .4s all;
  }
  .contactbar.cbactive li.cb_tel a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  .contactbar.cbactive li.cb_mail {
    width: 60px;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbactive li.cb_mail a {
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../img/header/ic-mail_c_w.png);
    background-color: var(--color-3rd);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 40px;
    padding: 0 0px 0 0px !important;
    border-radius: 0;
    transition: .4s all;
  }
  .contactbar.cbactive li.cb_mail a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  /* Contact Bar(End) */
  .contactbar.cbend {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 19800;
    padding: 0px 0px;
    background-color: var(--color-1st);
    border-top-left-radius: 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.4);
  }
  .contactbar.cbend li.cb_tel {
    width: 100%;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbend li.cb_tel a {
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    background-image: url(../img/header/ic-tel_c_w.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto 30px;
    padding: 0 20px 0 60px;
    transition: .4s all;
  }
  .contactbar.cbend li.cb_tel a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  .contactbar.cbend li.cb_mail {
    width: 60px;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .contactbar.cbend li.cb_mail a {
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../img/header/ic-mail_c_w.png);
    background-color: var(--color-3rd);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 40px;
    padding: 0 0px 0 0px !important;
    border-radius: 0;
    transition: .4s all;
  }
  .contactbar.cbend li.cb_mail a:hover {
    opacity: 1;
    background-color: var(--color-2nd);
  }
  /* Footer */
  footer {
    width: 100%;
    height: auto;
    display: block;
  }
  .ftbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 5%;
  }
  .ftbody p.ftcopy {
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    margin: 0;
    color: var(--color-white);
  }
    
    
    
  .hr_banner {
    width: 180px;
    height: auto;
    position: absolute;
    top: 18px;
    right: 2%;
    z-index: 19800;

  }     
    
}