@charset "UTF-8";
*, *::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 {
  height: auto;
  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-serif */
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.azo {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  background-color: #ffffff;
  color: #CB3127;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

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

.display--sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .display--pc {
    display: none;
  }
  .display--sp {
    display: block;
  }
}

/*
 * 可視範囲に入るとフェードイン
 */
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s, transform 1s;
}
.fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 576px) {
  .fade-up.is-inview {
    transition-delay: 0.2s;
  }
}

.header__button {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99;
  width: 170px;
  height: 38px;
  cursor: pointer;
  mix-blend-mode: difference;
}
.header__button.active {
  mix-blend-mode: normal;
}
.header__button.active .header__line {
  background-color: #fff;
}
.header__button.active .header__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.header__button.active .header__line--middle {
  opacity: 0;
}
.header__button.active .header__line--bottom {
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}
.header.active .header__instagram a {
  background-color: #fff;
}
.header.active .header__instagram img:first-of-type {
  opacity: 0;
}
.header.active .header__instagram img:last-of-type {
  opacity: 1;
}
.header__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #34CED8;
  transition: 0.3s;
}
.header__line--top {
  top: 0;
  transform: translateY(-50%);
}
.header__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.header__line--bottom {
  top: 100%;
  transform: translateY(50%);
}
.header__instagram {
  position: fixed;
  top: 55px;
  right: 195px;
  z-index: 99;
}
.header__instagram a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #CB3127;
  transition: 0.3s;
}
.header__instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  transition: opacity 0.3s;
}
.header__instagram img:last-of-type {
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .header__button {
    top: 25px;
    width: 80px;
    height: 30px;
  }
  .header__instagram {
    top: 18px;
    right: 90px;
  }
  .header__instagram a {
    width: 44px;
    height: 44px;
  }
  .header__instagram a img {
    width: 18px;
  }
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #CB3127;
  color: #fff;
}
.menu__inner {
  width: 90%;
  margin: auto;
}
.menu__item {
  margin-bottom: 30px;
}
.menu__item a {
  display: inline-block;
  position: relative;
}
.menu__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: 2px;
  background: #fff;
  content: "";
}
.menu__item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.menu__en {
  margin-right: 15px;
  font-size: 60px;
}
.menu__ja {
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.menu__copyright {
  position: absolute;
  bottom: 40px;
  right: 5%;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .menu {
    padding-top: 90px;
  }
  .menu__item {
    margin-bottom: 20px;
  }
  .menu__en {
    font-size: 28px;
    line-height: 1;
  }
  .menu__en::after {
    content: "\a";
    white-space: pre;
  }
  .menu__ja {
    font-size: 14px;
  }
  .menu__copyright {
    right: 20px;
    font-size: 10px;
  }
}

.footer {
  background-color: #CB3127;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 570px;
}
.footer__top {
  position: relative;
  z-index: 10;
  padding-left: 11.2%;
}
.footer__logo {
  margin-bottom: 50px;
  font-size: 62px;
}
.footer__contents {
  display: flex;
}
.footer__info {
  margin-right: 30px;
  line-height: 1.6;
}
.footer__address {
  margin-bottom: 20px;
}
.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 232px;
}
.footer__item {
  width: 116px;
  margin-bottom: 16px;
  letter-spacing: 0.025em;
}
.footer__item a {
  display: inline-block;
  position: relative;
}
.footer__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: "";
}
.footer__item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer__sns {
  margin-top: 50px;
}
.footer__sns a {
  display: inline-block;
  width: 30px;
}
.footer__visual {
  position: absolute;
  bottom: -150px;
  left: 0;
  transform: translateX(-5%);
  width: 109.4%;
}
.footer__copyright {
  position: absolute;
  bottom: 50px;
  right: 6%;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 1600px) {
  .footer__visual {
    right: 0;
    left: auto;
    transform: translateX(5%);
    max-width: 1750px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 250px;
  }
  .footer__inner {
    padding: 0 20px;
  }
  .footer__top {
    padding-left: 0;
  }
  .footer__logo {
    margin-bottom: 35px;
    font-size: 40px;
  }
  .footer__visual {
    bottom: -80px;
  }
  .footer__copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 180px;
  }
  .footer__logo {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .footer__contents {
    display: block;
  }
  .footer__info {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer__address {
    margin-bottom: 10px;
  }
  .footer__sns {
    margin-top: 35px;
  }
  .footer__sns a {
    width: 26px;
  }
  .footer__visual {
    bottom: 0;
  }
  .footer__copyright {
    right: 20px;
    bottom: 25px;
    font-size: 10px;
  }
}

.estimate {
  padding-top: 50px;
  padding-bottom: 60px;
}
.estimate__inner {
  display: flex;
  align-items: center;
}
.estimate__image {
  width: 515px;
  margin-left: -40px;
}
.estimate__contents {
  flex: 1;
  padding-left: 105px;
}
.estimate__heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.estimate__text {
  width: 635px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1600px) {
  .estimate__inner {
    justify-content: center;
  }
  .estimate__contents {
    flex: none;
  }
}
@media screen and (max-width: 1200px) {
  .estimate__image {
    width: 280px;
  }
  .estimate__heading {
    font-size: 26px;
  }
  .estimate__contents {
    padding-right: 5%;
    padding-left: 60px;
  }
  .estimate__text {
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .estimate {
    padding-top: 30px;
  }
  .estimate__inner {
    display: block;
  }
  .estimate__image {
    width: 280px;
    margin: 0 auto 25px;
  }
  .estimate__heading {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.075em;
    text-indent: 0.075em;
  }
  .estimate__contents {
    width: 100%;
    padding: 0 20px;
  }
  .estimate__text {
    margin-bottom: 40px;
    line-height: 2;
  }
  .estimate__link a {
    margin: auto;
  }
}

.link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 290px;
  height: 75px;
  padding-left: 48px;
  padding-right: 33px;
  border: 1px solid #CB3127;
  border-radius: 5px;
  transition: 0.3s;
}
.link a:hover {
  background-color: #CB3127;
}
.link a:hover .link__text {
  color: #fff;
}
.link a:hover .link__circle {
  background-color: #fff;
}
.link__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.link__circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #CB3127;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .link a {
    width: 250px;
    height: 65px;
    padding-left: 43px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 576px) {
  .link a {
    width: 230px;
    height: 60px;
    padding-left: 33px;
    padding-right: 23px;
  }
}/*# sourceMappingURL=main.css.map */