@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*, *::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

span {
  color: inherit;
  font-weight: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
}

/* Noto Sans */
body {
  color: #191919;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.heading--en {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.025em;
  font-family: "Helvetica Neue", "Arial", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
.heading--ja {
  font-weight: bold;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
}
.heading--ja span {
  color: #FBCA38;
}
@media screen and (max-width: 992px) {
  .heading--en {
    margin-bottom: 6px;
    font-size: 48px;
  }
  .heading--ja {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .heading--en {
    font-size: 34px;
  }
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 55px;
  border-radius: 90px;
  background-color: #FBCA38;
}
.button span {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.button img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .button a {
    width: 200px;
    height: 50px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 26px 2.57% 10px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 157px;
}
.header__contents {
  display: flex;
  align-items: center;
}
.header__tel {
  width: 210px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.header__tel--sp {
  display: none;
}
.header__instagram {
  width: 22px;
}
.header__button {
  position: relative;
  width: 25px;
  height: 15px;
  cursor: pointer;
}
.header__button:hover .header__line--top {
  transform: none;
}
.header__button:hover .header__line--middle {
  transform: translateY(-50%);
}
.header__button:hover .header__line--bottom {
  transform: none;
}
.header__button.active .header__line--top {
  top: 50%;
  transform: rotate(-30deg);
}
.header__button.active .header__line--middle {
  opacity: 0;
}
.header__button.active .header__line--bottom {
  top: 50%;
  transform: rotate(30deg);
}
.header__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
.header__line--top {
  top: 0;
  transform: rotate(15deg);
}
.header__line--middle {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.header__line--bottom {
  top: 100%;
  transform: rotate(15deg);
}
.header__estimate {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 160px;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 26px 4% 10px;
  }
  .header__inner {
    position: relative;
  }
  .header__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-43%, -50%);
    width: 100%;
    margin: auto;
  }
  .header__catch {
    width: 200px;
  }
  .header__estimate {
    width: 140px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 16px 20px 10px;
  }
  .header__logo {
    width: 96px;
  }
  .header__tel {
    width: 20px;
    margin-right: 26px;
    margin-bottom: 0;
  }
  .header__tel--pc {
    display: none;
  }
  .header__tel--sp {
    display: block;
  }
  .header__estimate {
    right: 15px;
    bottom: 15px;
    width: 110px;
  }
}

.nav--header .nav__about {
  display: none;
}
.nav--header .nav__list {
  display: flex;
  align-items: center;
}
.nav--header .nav__item {
  margin-right: 50px;
}
.nav--header .nav__item a {
  display: inline-block;
  height: 18px;
  overflow: hidden;
}
.nav--header .nav__item a span {
  display: block;
  text-align: center;
  transition: 0.3s;
}
.nav--header .nav__item a:hover span {
  transform: translateY(-100%);
}
.nav--header .nav__item .nav__en {
  font-weight: bold;
  font-family: "Helvetica Neue", "Arial", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
.nav--header .nav__item .nav__ja {
  font-weight: 600;
}
.nav--header .nav__sns {
  display: none;
}
@media screen and (max-width: 992px) {
  .nav--header {
    display: none;
  }
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2b2b2b;
  color: #fff;
}
.footer__logo {
  margin-bottom: 100px;
  text-align: center;
}
.footer__logo a {
  display: inline-block;
  width: 278px;
}
.footer__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 89%;
  margin: auto;
}
.footer__about {
  margin-bottom: 40px;
  line-height: 1.6;
}
.footer__about li {
  font-weight: 500;
}
.footer__sns a {
  display: inline-block;
  width: 21px;
}
.footer__sns a:not(:last-of-type) {
  margin-right: 1em;
}
.footer__buttons {
  display: flex;
  justify-content: flex-end;
}
.footer__button--contact a {
  border: 1px solid #FBCA38;
  background-color: #FBCA38;
}
.footer__button--contact a span {
  color: #191919;
}
.footer__bottom {
  width: 100%;
  margin-top: 50px;
}
.footer__text {
  width: 100%;
}
.footer__text img {
  width: 100%;
  height: auto;
}
.footer__privacy {
  margin-bottom: 20px;
}
.footer__privacy a {
  font-size: 12px;
}
.footer__copyright small {
  color: #5E5E5E;
  font-size: 12px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 992px) {
  .footer__sns {
    margin-bottom: 50px;
  }
  .footer__buttons {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__logo a {
    width: 180px;
  }
  .footer__about {
    margin-bottom: 30px;
    line-height: 1.75;
  }
  .footer__sns {
    margin-bottom: 30px;
  }
}

.nav--footer .nav__list {
  display: flex;
  margin-bottom: 60px;
}
.nav--footer .nav__item:not(:last-of-type) {
  margin-right: 60px;
}
.nav--footer .nav__item a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.025em;
  font-family: "Helvetica Neue", "Arial", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}
.nav--footer .nav__item a::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.nav--footer .nav__item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 576px) {
  .nav--footer .nav__list {
    display: block;
    margin-bottom: 35px;
    line-height: 1.75;
  }
}/*# sourceMappingURL=main.css.map */