/* --------------------------
Common
--------------------------- */
/* Header
--------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 777;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: 60px;
    background-color: #fff;
  }
  .header.is-open {
    background-color: #0093f5;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 47px 0 35px;
}
@media screen and (max-width: 1180px) {
  .header__inner {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 13px 20px 0 20px;
  }
}
.header__brand {
  width: 200px;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .header__brand {
    width: 120px;
    max-width: 70%;
  }
}
.header__brand:hover {
  opacity: 1;
}
.header__banner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .header__banner {
    flex: 1;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__banner {
    display: none;
  }
}
.header__btn-tel {
  margin-right: 36px;
}
.header__btn-tel:hover {
  opacity: 1;
}
.header__btn-contact {
  position: relative;
  top: -3px;
  width: 250px;
  height: 50px;
}

/* header fixed */
.header-fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 788;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-fixed {
    display: none;
  }
}
.header-fixed.is-show {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.header-fixed__brand {
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1180px) {
  .header-fixed__brand {
    padding: 0 0 0 5px;
  }
}
.header-fixed__banner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.header-fixed__btn-tel {
  text-align: center;
}
.header-fixed__btn-tel a {
  display: block;
  width: 250px;
  margin: auto;
  padding-top: 5px;
}
@media screen and (max-width: 1180px) {
  .header-fixed__btn-tel a {
    width: 200px;
  }
}
.header-fixed__btn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-family: "lineseed_B", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  background: transparent linear-gradient(276deg, #00F5F5 0%, #00CBF5 30%, #0093F5 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .header-fixed__btn-contact a {
    width: 180px;
  }
}

/* footer
--------------------------- */
footer {
  padding-bottom: 60px;
  background-color: #0093f5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    overflow: hidden;
  }
}

.footer01 {
  width: 100%;
  padding: 88px 0 90px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer01__text01 {
  width: 610px;
}
@media screen and (max-width: 1180px) {
  .footer01__text01 {
    margin: 0 auto 50px auto;
  }
}
.footer01__logo {
  width: 315px;
  position: relative;
  left: -20px;
}
@media screen and (max-width: 1180px) {
  .footer01__logo {
    left: 1px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer01 {
  padding: 70px 0 70px 0;
}
  .footer01__text01 picture {
    display: flex;
  }
  .footer01__text01 img {
    width: 250px;
    margin: 0 auto;
  }
  .footer01__logo {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .footer02 {
    padding: 0 20px;
  }
}
.footer02__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 1467px;
  max-width: 100%;
  margin: auto;
  padding: 34px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.52);
}
@media screen and (max-width: 767px) {
  .footer02__inner {
    padding: 34px 0px;
  }
}
.footer02__banners {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .footer02__banners {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer02__banner {
    width: calc(50% - 12px);
    text-align: center;
  }
  .footer02__banner img {
    width: 100%;
  }
}
.footer02__banner--first {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer02__banner--first {
    margin: 0 auto;
    text-align: center;
  }
  .footer02__banner--first img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer02__copylight {
    margin: auto;
    text-align: center;
  }
}
.footer02__copylight small {
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer02__copylight small {
    font-size: 12px;
  }
}