/* ---------------------------------------------------------------------------
//  footer00
--------------------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 3;
}

.footer00 .container {
  background-image: url(../img/common/footer_deco01.png);
  background-position: top 2rem right 29rem;
  background-repeat: no-repeat;
  background-size: 58.25rem;
  padding: 14rem 0;
  position: relative;
  z-index: 3;
}

.footer00 .eng {
  align-items: flex-end;
  bottom: -1.5rem;
  display: flex;
  flex-direction: column;
  font-size: 9.38rem;
  font-weight: 700;
  line-height: .9;
  position: relative;
  right: -10.6rem;
}

@media screen and (max-width:768px) {
  .footer00 .container {
    background-position: top 1.5rem right 3rem;
    background-size: 34rem;
    padding: 19rem 2.5rem 3rem;
  }

  .footer00 .eng {
    bottom: 0;
    font-size: 5.2rem;
    right: 0;
  }
}

/* ---------------------------------------------------------------------------
//  footer01
--------------------------------------------------------------------------- */
.footer01 {
  background: #cbbd7e;
}

.footer01 .container {
  padding: 4rem 0;
}

.footer01 .container .eng {
  font-family: Roboto;
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
  text-align: center;
}

.footer01 .container .p01 {
  font-size: 2rem;
  letter-spacing: calc(.1em * (.4 / 20));
  line-height: 1.6;
  margin-top: 2rem;
  text-align: center;
}

.footer01 .container .contacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.footer01 .container .contacts .contact+.contact {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.footer01 .container .contacts .contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 2rem;
  width: 50%;
}

.footer01 .container .contacts .contact .h3 {
  font-size: 2.2rem;
  font-weight: 700;
}

.footer01 .container .contacts .contact .p02 {
  font-size: 1.6rem;
  font-weight: 700;
}

.footer01 .container .contacts .contact .btn_area {
  align-items: center;
  display: flex;
  height: 6.8rem;
  justify-content: center;
}

.footer01 .container .contacts .contact a {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.footer01 .container .contacts .contact a.tel_btn {
  font-size: 4.75rem;
  gap: 1rem;
  letter-spacing: calc(.1em * (1.425 / 47.505));
}

.footer01 .container .contacts .contact a.tel_btn::before {
  background-image: url(../img/common/icon_tel01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 3.9rem;
  width: 3.9rem;
}

.footer01 .container .contacts .contact a.mail_btn {
  background: #1a3544;
  color: #fff;
  font-size: 2.2rem;
  gap: .7rem;
  height: 5.4rem;
  width: 35.4rem;
}

.footer01 .container .contacts .contact a.mail_btn:hover {
  opacity: .7;
}

.footer01 .container .contacts .contact a.mail_btn::before {
  background-image: url(../img/common/icon_mail01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1.8rem;
  width: 2.5rem;
}

.footer01 .container .contacts .contact a.mail_btn span {
  position: relative;
  top: -.2rem;
}

@media screen and (max-width:768px) {
  .footer01 .container {
    padding: 6rem 2.5rem;
  }

  .footer01 .container .p01 {
    font-size: 1.6rem;
    letter-spacing: calc(.1em * (.4 / 20));
    margin-top: 2rem;
  }

  .footer01 .container .contacts .contact {
    padding: 2.5rem 0;
    width: 100%;
  }

  .footer01 .container .contacts .contact+.contact {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, .3);
  }

  .footer01 .container .contacts .contact .h3 {
    font-size: 1.8rem;
  }

  .footer01 .container .contacts .contact .p02 {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .footer01 .container .contacts .contact .btn_area {
    height: 5.5rem;
    width: 100%;
  }

  .footer01 .container .contacts .contact a.tel_btn {
    font-size: 3.8rem;
    gap: .9rem;
    letter-spacing: calc(.1em * (1.4 / 38));
  }

  .footer01 .container .contacts .contact a.tel_btn::before {
    height: 3rem;
    position: relative;
    top: .3rem;
    width: 3rem;
  }

  .footer01 .container .contacts .contact a.mail_btn {
    font-size: 1.6rem;
    gap: .46rem;
    height: 4.3rem;
    width: 100%;
  }

  .footer01 .container .contacts .contact a.mail_btn::before {
    height: 1.4rem;
    width: 2rem;
  }

  .footer01 .container .contacts .contact a.mail_btn span {
    top: -.1rem;
  }
}

/* ---------------------------------------------------------------------------
//  footer02
--------------------------------------------------------------------------- */
.footer02 {
  background: #1a3544;
  color: #fff;
}

.footer02 a:hover {
  opacity: .7;
}

.footer02 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 0;
  padding: 7rem 0;
}

.footer02 .container .h2 {
  width: 100%;
}

.footer02 .container .h2 a {
  display: block;
  width: 26.9rem;
}

.footer02 .container .txts {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (.9 / 1.8));
  line-height: 1.6;
  width: 50%;
}

.footer02 .container .txts p+p {
  margin-top: 1rem;
}

.footer02 .container .links {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: calc(.1em * (.8 / 16));
  line-height: 2.5;
  white-space: nowrap;
  width: 50%;
}

.footer02 .container .links .group .childs {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.footer02 .container .bottom {
  align-items: center;
  border-top: solid 1px #cbbd7e;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  width: 100%;
}

.footer02 .container .bottom .copyright {
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (.6 / 12));
}

.footer02 .container .bottom .other {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  gap: 2rem;
}

@media screen and (max-width:768px) {
  .footer02 .container {
    align-items: center;
    flex-direction: column;
    gap: 4rem 0;
    padding: 7rem 2.5rem;
  }

  .footer02 .container .h2 a {
    display: block;
    width: 24rem;
  }

  .footer02 .container .txts {
    font-size: 1.6rem;
    width: 100%;
  }

  .footer02 .container .links {
    flex-wrap: wrap;
    font-size: 1.6rem;
    gap: 3rem 1.6rem;
    line-height: 2;
    width: 100%;
  }

  .footer02 .container .links .group {
    width: calc((100% - 1.6rem) / 2);
  }

  .footer02 .container .links .group .childs {
    font-size: 1.4rem;
  }

  .footer02 .container .bottom {
    align-items: center;
    border-top: none;
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-top: 0;
  }

  .footer02 .container .bottom .copyright {
    border-top: solid 1px #cbbd7e;
    font-size: 1.07rem;
    margin-top: 4rem;
    padding-top: 4rem;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }

  .footer02 .container .bottom .other {
    flex-direction: column;
    font-size: 1.2rem;
    gap: 1.2rem;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  go_top
--------------------------------------------------------------------------- */
.go_top {
  bottom: 4rem;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 7.6rem;
  transition: .3s;
  width: 9.25rem;
  z-index: 99;
}

.go_top.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width:768px) {
  .go_top {
    bottom: 7.3rem;
    bottom: 1rem;
    right: .5rem;
    width: 7rem;
  }
}