* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1.125vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.sp-block {
  display: none;
}

/* =====================
    header
===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 72px;
  padding: 12px 48px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header.is-scrolled {
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.header__tel a {
  color: #000;
}

.logo {
  display: none;
  width: 45px;
  height: 45px;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.logo img {
  width: 100%;
  height: auto;
}

.header.is-scrolled .logo,
.header.is-scrolled .nav {
  display: block;
}

.hamburger {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 10;
}
.hamburger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.nav {
  display: none;
  position: relative;
  z-index: 10;
  margin-left: auto;
}

/* =====================
    mv
===================== */
.mv {
  height: 720px;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top__title {
  font-weight: normal;
  font-size: 16px;
  padding: 56px 0;
  text-align: center;
  color: #000;
}

/* =====================
    about
===================== */
.about__mv {
  width: 1200px;
  height: 500px;
  margin: 16px auto 0;
}
.about__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__inner {
  max-width: 1200px;
  padding: 24px;
  font-size: 14px;
  margin: 0 auto;
}
.about__title {
  border-bottom: 1px solid #f0f1f4;
  font-size: 16px;
  padding-bottom: 17px;
}
.about__name {
  margin-top: 17px;
  font-weight: normal;
  font-size: 14px;
}
.about__text, .about__info, .about__note, .about__contact {
  margin-top: 35px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-style: normal;
}
.about__mail, .about__tel a {
  color: #000;
}

/* =====================
    access
===================== */
.access {
  margin-top: 50px;
}
.access__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.access__title {
  font-size: 20px;
  font-weight: 400;
}
.access__map {
  margin-top: 40px;
  width: 100%;
  height: 675px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__text {
  font-size: 14px;
  margin-top: 50px;
}
.access__btn {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4285f4;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* =====================
    instagram
===================== */
.instagram__inner {
  max-width: 1200px;
  font-size: 14px;
  margin: 50px auto 0;
}
.instagram__title {
  font-size: 20px;
  font-weight: 400;
}
.instagram__content {
  max-width: 759px;
  margin: 0 auto;
}
.instagram__feed {
  margin: 40px auto 0;
  width: 759px;
  height: 759px;
}
.instagram__feed iframe {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.instagram__link {
  margin: 45px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 50px;
}
.instagram__text {
  font-size: 14px;
  color: #000;
  position: relative;
}
.instagram__text::before {
  position: absolute;
  content: "";
  bottom: 10%;
  right: -25%;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.instagram__text::after {
  position: absolute;
  content: "";
  bottom: 23%;
  right: -26%;
  width: 35px;
  height: 5px;
  border-bottom: 2px solid #000;
  color: #000;
}
.instagram__btn {
  width: 30px;
  height: 30px;
}
.instagram__btn img {
  width: 100%;
  height: auto;
}

/* =====================
    footer
===================== */
.footer__container {
  margin-top: 32px;
  padding: 16px 0;
  color: #25272f;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__link {
  display: block;
  font-size: 12px;
  margin: 12px 16px;
  color: #25272f;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  /* =====================
    header
   ===================== */
  .header {
    height: 4.4458166101rem;
    padding: 0.740969435rem 2.96387774rem;
  }
  .header.is-scrolled {
    -webkit-box-shadow: 0 0.1234949058rem 0.4939796233rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.1234949058rem 0.4939796233rem rgba(0, 0, 0, 0.08);
  }
  .header__tel {
    font-size: 0.9879592467rem;
  }
  .logo {
    width: 2.7786353813rem;
    height: 2.7786353813rem;
  }
  .hamburger {
    width: 0.9879592467rem;
    height: 0.9879592467rem;
  }
  .hamburger__bar {
    height: 0.1234949058rem;
  }
  /* =====================
  	top
  ===================== */
  .mv {
    height: 44.4581661006rem;
  }
  .top__title {
    font-size: 0.9879592467rem;
    padding: 3.4578573634rem 0;
  }
  /* =====================
  	about
  ===================== */
  .about__mv {
    width: 74.0969435011rem;
    height: 30.8737264588rem;
    margin: 0.9879592467rem auto 0;
  }
  .about__inner {
    max-width: 74.0969435011rem;
    padding: 1.48193887rem;
    font-size: 0.8644643408rem;
  }
  .about__title {
    border-bottom: 0.0617474529rem solid #f0f1f4;
    font-size: 0.9879592467rem;
    padding-bottom: 1.0497066996rem;
  }
  .about__name {
    margin-top: 1.0497066996rem;
    font-size: 0.8644643408rem;
  }
  .about__text, .about__info, .about__note, .about__contact {
    margin-top: 2.1611608521rem;
  }
  /* =====================
      access
  ===================== */
  .access {
    margin-top: 3.0873726459rem;
  }
  .access__inner {
    max-width: 74.0969435011rem;
  }
  .access__title {
    font-size: 1.2349490584rem;
  }
  .access__map {
    margin-top: 2.4698981167rem;
    height: 41.6795307194rem;
  }
  .access__text {
    font-size: 0.8644643408rem;
    margin-top: 3.0873726459rem;
  }
  .access__btn {
    margin-top: 1.8524235875rem;
    padding: 0.6174745292rem 1.2349490584rem;
    border-radius: 1.5436863229rem;
    font-size: 0.8644643408rem;
  }
  /* =====================
      instagram
  ===================== */
  .instagram__inner {
    max-width: 74.0969435011rem;
    font-size: 0.8644643408rem;
    margin: 3.0873726459rem auto 0;
  }
  .instagram__title {
    font-size: 1.2349490584rem;
    font-weight: 400;
  }
  .instagram__content {
    max-width: 46.8663167644rem;
    margin: 0 auto;
  }
  .instagram__feed {
    margin: 2.4698981167rem auto 0;
    width: 46.8663167644rem;
    height: 46.8663167644rem;
  }
  .instagram__feed iframe {
    margin: 0 auto;
  }
  .instagram__link {
    margin: 2.7786353813rem 0 0 auto;
    gap: 3.0873726459rem;
  }
  .instagram__text {
    font-size: 0.8644643408rem;
  }
  .instagram__text::before {
    width: 0.3087372646rem;
    height: 0.6174745292rem;
    border-right: 0.1234949058rem solid #000;
  }
  .instagram__text::after {
    width: 2.1611608521rem;
    height: 0.3087372646rem;
    border-bottom: 0.1234949058rem solid #000;
  }
  .instagram__btn {
    width: 1.8524235875rem;
    height: 1.8524235875rem;
  }
  /* =====================
  	footer
  ===================== */
  .footer__container {
    margin-top: 1.9759184934rem;
    padding: 0.9879592467rem 0;
  }
  .footer__link {
    font-size: 0.740969435rem;
    margin: 0.740969435rem 0.9879592467rem;
  }
  .footer__copyright {
    font-size: 0.740969435rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 8.297vw;
  }
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .header {
    height: 1.56rem;
    padding: 0.19rem 0.52rem;
  }
  .header.is-scrolled {
    -webkit-box-shadow: 0 0.06rem 0.26rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.06rem 0.26rem rgba(0, 0, 0, 0.08);
  }
  .header__tel {
    font-size: 0.52rem;
  }
  .logo {
    width: 0.97rem;
    height: 0.97rem;
  }
  .hamburger {
    width: 0.52rem;
    height: 0.52rem;
  }
  .hamburger__bar {
    height: 0.06rem;
  }
  /* =====================
  	top
  ===================== */
  .mv {
    height: 13.78rem;
  }
  .top__title {
    font-size: 0.52rem;
    padding: 1.82rem 0;
  }
  /* =====================
  	about
  ===================== */
  .about__mv {
    width: 11.05rem;
    height: 4.71rem;
    margin: 0.52rem auto 0;
  }
  .about__inner {
    max-width: 39rem;
    padding: 1.36rem;
    font-size: 0.45rem;
  }
  .about__title {
    border-bottom: 0.03rem solid #f0f1f4;
    font-size: 0.52rem;
    padding-bottom: 0.55rem;
  }
  .about__name {
    margin-top: 0.55rem;
    font-size: 0.45rem;
  }
  .about__text, .about__info, .about__note, .about__contact {
    margin-top: 1.14rem;
  }
  /* =====================
  	access
  ===================== */
  .access {
    margin-top: 1.62rem;
  }
  .access__inner {
    max-width: 11.05rem;
  }
  .access__title {
    font-size: 0.52rem;
  }
  .access__map {
    margin-top: 1.3rem;
    height: 11.05rem;
  }
  .access__btn {
    margin-top: 0.97rem;
    padding: 0.32rem 0.65rem;
    border-radius: 0.81rem;
    font-size: 0.45rem;
  }
  .access__text {
    font-size: 0.45rem;
    margin-top: 1.62rem;
  }
  /* =====================
      instagram
  ===================== */
  .instagram__inner {
    max-width: 11.15rem;
    font-size: 0.45rem;
    margin: 1.62rem auto 0;
  }
  .instagram__title {
    font-size: 0.45rem;
    font-weight: 400;
  }
  .instagram__content {
    max-width: 9.75rem;
    margin: 0 auto;
  }
  .instagram__feed {
    margin: 1.3rem auto 0;
    width: 9.75rem;
    height: 9.75rem;
  }
  .instagram__feed iframe {
    margin: 0 auto;
  }
  .instagram__link {
    margin: 1.46rem 0 0 auto;
    gap: 1.62rem;
  }
  .instagram__text {
    font-size: 0.45rem;
  }
  .instagram__text::before {
    width: 0.16rem;
    height: 0.32rem;
    border-right: 0.06rem solid #000;
  }
  .instagram__text::after {
    width: 1.14rem;
    height: 0.16rem;
    border-bottom: 0.06rem solid #000;
  }
  .instagram__btn {
    width: 0.97rem;
    height: 0.97rem;
  }
  /* =====================
  	footer
  ===================== */
  .footer__container {
    margin-top: 1.04rem;
    padding: 0.52rem 0;
  }
  .footer__link {
    font-size: 0.39rem;
    margin: 0.39rem 0.52rem;
  }
  .footer__copyright {
    font-size: 0.39rem;
  }
}