/*--------------------
    header 02
--------------------*/
#header02 {
  position: fixed;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  width: 100%;
  z-index: 999;
}

#header02.scr-on {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1025px) {
  #header02.scr-on #header02_navi > li > a {
    color: #202b8d;
  }
}

#header02_bg {
  display: none;
}

#header02_bg.menu-open {
  background-color: #1d2383;
  display: block;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  #header02_bg.menu-open ~ #header02_inner {
    position: relative;
    overflow-y: scroll;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#header02_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1760px;
  padding: 10px 0;
}

@media screen and (max-width: 1760px) {
  #header02_inner {
    padding: 10px 20px;
  }
}

#header02_inner > * {
  z-index: 999;
}

@media screen and (max-width: 480px) {
  #header02_left #logo {
    margin-right: 10px;
  }
}

#header02_left.menu-open {
  display: none;
}

#header02_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#header02_right.menu-open {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

#header02_right.menu-open #header02_contact {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header02_right.menu-open {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#header02_right .openbtn {
  display: none;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  #header02_right .openbtn {
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #fff217;
    border-radius: 3px;
  }
  #header02_right .openbtn > span {
    background-color: #fff217;
    display: block;
    height: 3px;
    left: 9px;
    position: absolute;
    -webkit-transition: top .3s, left .3s, width .3s;
    transition: top .3s, left .3s, width .3s;
    width: 30px;
  }
  #header02_right .openbtn > span:nth-of-type(1) {
    top: 13px;
  }
  #header02_right .openbtn > span:nth-of-type(2) {
    top: 22px;
  }
  #header02_right .openbtn > span:nth-of-type(3) {
    top: 31px;
  }
  #header02_right .openbtn.active > span {
    width: 28px;
  }
  #header02_right .openbtn.active > span:nth-of-type(1) {
    top: 22px;
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header02_right .openbtn.active > span:nth-of-type(2) {
    display: none;
  }
  #header02_right .openbtn.active > span:nth-of-type(3) {
    top: 22px;
    left: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media screen and (min-width: 1025px) {
  #header02_navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.0em;
  }
  #header02_navi > li {
    position: relative;
  }
  #header02_navi > li:last-of-type {
    margin-right: 0;
  }
  #header02_navi > li a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #header02_navi > li a {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
}

@media screen and (min-width: 1025px) {
  #header02_navi > li > a {
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    padding: 24px 14px;
    text-decoration: none;
  }
  #header02_navi > li > a.active, #header02_navi > li > a:hover {
    background-color: #00abeb;
  }
  #header02_navi > li > a.active {
    border-radius: 5px 5px 0 0;
  }
}

@media screen and (min-width: 1025px) and (min-width: 769px) {
  #header02_navi > li > ul {
    display: none;
    position: absolute;
    width: 16.0em;
    z-index: 999;
  }
  #header02_navi > li > ul.open {
    display: block;
  }
  #header02_navi > li > ul > li > a {
    background-color: #00abeb;
    color: #fff;
    display: block;
    padding: 10px 14px;
    white-space: nowrap;
  }
  #header02_navi > li > ul > li > a[target="_blank"]::after {
    background-image: url("/-/media/advantec/jp/-/media/advantec/jp/img/common/icon_blank.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 10px;
  }
  #header02_navi > li > ul > li:first-of-type > a {
    padding-top: 20px;
  }
  #header02_navi > li > ul > li:last-of-type > a {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #header02_navi {
    display: none;
  }
  #header02_navi.menu-open {
    display: block;
    position: absolute;
    width: 100%;
    top: 70px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
  }
  #header02_navi.menu-open > li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.14em 0;
  }
  #header02_navi.menu-open > li > a {
    border-top: 1px solid #fff;
    font-weight: bold;
  }
  #header02_navi.menu-open > li:first-of-type > a {
    border-top: none;
  }
  #header02_navi.menu-open > li > ul > li:first-of-type > a {
    border-top: 1px solid #fff;
    margin-left: 0;
    padding-left: 1.25em;
  }
  #header02_navi.menu-open > li > ul > li > a {
    border-top: 1px dashed #fff;
    margin-left: 1.25em;
  }
}

#header02_contact a {
  background-color: #fff217;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #202b8d;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  padding: 20px 14px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  #header02_contact a {
    border-radius: 3px;
    height: 50px;
    padding: 0;
    width: 50px;
    position: relative;
    margin-right: 15px;
  }
  #header02_contact a img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    max-width: 23px;
  }
}

#header02_contact a:hover {
  background-color: #fff;
}

#footer02 {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#footer02 .footer-links {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #ecf3fb), to(#ecf3fb));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ecf3fb 50%, #ecf3fb 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ecf3fb 50%, #ecf3fb 100%);
  border-top: 1px solid #ecf3fb;
  font-family: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
  line-height: 1;
}

#footer02 .footer-links .footer-links-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 896px) {
  #footer02 .footer-links .footer-links-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer02 .footer-links a {
  color: #333;
}

#footer02 .footer-links_left {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 45px 0 0;
  width: 34%;
}

@media screen and (max-width: 896px) {
  #footer02 .footer-links_left {
    padding: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #footer02 .footer-links_left {
    padding: 30px 20px;
  }
}

#footer02 .footer-links_left #f-logo {
  margin-bottom: 26px;
}

#footer02 .footer-links_left #f-logo img {
  max-width: 100%;
  width: auto;
}

#footer02 .footer-links_left .company_name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

#footer02 .footer-links_left .address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}

#footer02 .footer-links_left .privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#footer02 .footer-links_left .privacy .p-txt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 12px;
}

#footer02 .footer-links_right {
  background-color: #ecf3fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 40px;
  width: 66%;
}

@media screen and (max-width: 896px) {
  #footer02 .footer-links_right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer02 .footer-links_right {
    padding: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #footer02 .footer-links_right .footer-links_block {
    display: none;
  }
  #footer02 .footer-links_right .footer-links_block:last-of-type {
    display: block;
    width: 100%;
  }
  #footer02 .footer-links_right .footer-links_block:last-of-type .footer_navi > li {
    display: none;
  }
  #footer02 .footer-links_right .footer-links_block:last-of-type .footer_navi > li:not(:first-of-type) {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #footer02 .footer_navi {
    display: block;
  }
}

#footer02 .footer_navi > li {
  color: #1d2383;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

#footer02 .footer_navi > li a[target="_blank"]::after {
  background-image: url("/-/media/advantec/jp/-/media/advantec/jp/img/common/icon_blank.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 10px;
}

#footer02 .footer_navi > li > a, #footer02 .footer_navi > li > span {
  color: #1d2383;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #footer02 .footer_navi > li > a, #footer02 .footer_navi > li > span {
    display: block;
    margin-bottom: 0;
    padding: 18px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer02 .footer_navi > li:not(:last-of-type) > a, #footer02 .footer_navi > li:not(:last-of-type) > span {
    border-bottom: solid 1px #cad4e0;
  }
}

#footer02 .footer_navi > li > ul {
  margin-bottom: 45px;
}

#footer02 .footer_navi > li > ul > li {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 1.1667em;
}

#footer02 .footer_navi > li > ul > li:last-of-type {
  margin-bottom: 0;
}

#footer02 .footer_navi > li > ul > li > a, #footer02 .footer_navi > li > ul > li > span {
  padding-left: 10px;
}

#footer02 .footer_navi > li > ul > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #1d2383 #1d2383 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: -2px;
}

#footer02 .footer-bottom {
  background-color: #333;
  font-family: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
  line-height: 1;
}

#footer02 .footer-bottom .footer-bottom-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0;
  position: relative;
}

#footer02 .footer-bottom .footer-bottom-inner p, #footer02 .footer-bottom .footer-bottom-inner a {
  color: #fff;
}

#footer02 .footer-bottom .footer-bottom-inner::after {
  content: " ";
  display: block;
  clear: both;
}

#footer02 .footer-bottom .footer-bottom-inner .copyright {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #footer02 .footer-bottom .footer-bottom-inner .copyright {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

#footer02 .footer-bottom .footer-bottom-inner .privacy-policy {
  float: right;
}

@media screen and (max-width: 1024px) {
  #footer02 .footer-bottom .footer-bottom-inner .privacy-policy {
    float: none;
    margin: 1.0em 2.0em 0 0;
    text-align: right;
  }
}

#footer02 .footer-bottom .footer-bottom-inner .privacy-policy a {
  padding-left: 20px;
  position: relative;
}

#footer02 .footer-bottom .footer-bottom-inner .privacy-policy a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: -2px;
}

#footer02 #contact {
  background: -webkit-gradient(linear, left top, right top, from(#3c7eed), to(#1d2383));
  background: -webkit-linear-gradient(left, #3c7eed 0%, #1d2383 100%);
  background: linear-gradient(to right, #3c7eed 0%, #1d2383 100%);
  font-family: 'Roboto Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  margin-top: 0;
  padding: 24px 0;
}

#footer02 #contact + .footer-links {
  border-top: none;
}

#footer02 #contact h2 {
  color: #1d2383;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 10;
}

#footer02 #contact .section-inner {
  margin: 0 auto;
  max-width: 1000px;
}

#footer02 #contact .section-inner h2 {
  color: #fff;
}

#footer02 #contact .contact-inquiry {
  font-family: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
  line-height: 1;
  margin: 34px auto 0;
  text-align: center;
}

#footer02 #contact .contact-inquiry a {
  background-color: #fff217;
  border-radius: 5px;
  color: #1d2383;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 70%;
}

@media screen and (max-width: 768px) {
  #footer02 #contact .contact-inquiry a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #footer02 #contact .contact-inquiry a {
    width: 94%;
  }
}

#footer02 #contact .contact-inquiry a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #1d2383 #1d2383 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}

.pageTop {
  opacity: 0;
  position: fixed;
  right: 5%;
  bottom: 15%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 999;
}

.pageTop.show {
  opacity: 1;
}
