@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
/* ==================================
    HEADER
================================== */
.header {
  position: relative;
  width: 100%;
  height: 8.0rem;
  background-color: #fff;
  z-index: 1000;
}

.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-contents__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.3rem;
  height: 100%;
  margin-left: 3.8rem;
  margin-right: 3.8rem;
}

.header-contents__logoImage--sp {
  display: none;
}

.header-contents__button {
  width: 18.6rem;
  height: 100%;
}

.header-contents__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #BB060B;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
  z-index: 2;
}

.header-contents__buttonLink--text {
  z-index: 3;
}

.header-contents__buttonLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0%;
  background-color: #e3e3e3;
  z-index: 3;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-contents__buttonLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.header-contents__buttonLink:hover {
  color: #BB060B;
  opacity: 1;
}

.header-contents__buttonLink:hover::before {
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contents__buttonLink:hover::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.is-headerFixed .header {
  position: fixed;
  top: 0;
  left: 0;
  height: 8.0rem;
  background-color: #fff;
  -webkit-box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
          box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
  z-index: 103;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.open .header {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open.top .header {
  position: fixed;
  -webkit-box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
          box-shadow: 2.5px 4.3px 5px 0 rgba(103, 102, 102, 0.1);
}

@media screen and (max-width: 992px) {
  .header-contents__button {
    width: 14.0rem;
  }
}

@media screen and (max-width: 992px) {
  .header {
    position: relative;
    height: 64px;
    padding-left: 11px;
    padding-right: 0px;
  }
  .header-contents__logo {
    max-width: calc(286px / 2);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-contents__button {
    display: none;
  }
  .is-headerFixed .header {
    height: 64px;
  }
}

/* ==================================
    GLOBALNAV
================================== */
.globalnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  height: 100%;
}

.globalnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc((225 * 5) / 1600 * 100vw);
  height: 100%;
}

.globalnav__item {
  width: calc(100% / 5);
  height: 100%;
}

.globalnav__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-left: solid 1px #e3e3e3;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: black;
}

.globalnav__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0%;
  height: 2px;
  background-color: #C8060C;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 100;
}

.globalnav__itemLink:hover::after {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .globalnav {
    display: none;
  }
}

/* ==================================
    FOOTER
================================== */
.footer {
  background-color: #212020;
}

.footer .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.0rem;
  padding-bottom: 11.0rem;
}

.footer-contents__right {
  margin-left: auto;
}

.footer-contents__logoLink {
  display: block;
}

.footer-contents__address {
  margin-top: 3.0rem;
  font-size: 1.5rem;
  color: #fff;
}

.footer-contents__copyright {
  margin-top: 7.4rem;
  text-align: right;
}

.footer-contents__copyrightText {
  font-size: 1.4rem;
  font-weight: 500;
  color: #787878;
}

@media screen and (max-width: 992px) {
  .footer .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .footer-contents__right {
    width: 100%;
    margin-top: 3.6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-contents__address {
    text-align: center;
  }
  .footer-contents__copyright {
    margin-top: 3.6rem;
  }
  .footer-contents__copyrightText {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-contents__address {
    margin-top: 3.0rem;
    padding-bottom: 3.0rem;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer-contents__copyright {
    margin-top: 3.4rem;
    text-align: right;
  }
  .footer-contents__copyrightText {
    font-size: 1.4rem;
    font-weight: 500;
    color: #787878;
  }
}

/* ==================================
    FOOTER CONTACT
================================== */
.footer-contact {
  position: relative;
  width: 100%;
  padding-top: 8.0rem;
  padding-bottom: 7.0rem;
  background-color: #f3f4f5;
}

.footer-contact .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-contact__text {
  margin-top: 3.0rem;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.footer-contact__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.4rem;
  margin-top: -3.0rem;
  margin-right: -3.0rem;
}

.footer-contact__buttonItem {
  width: 42.0rem;
  height: 12.0rem;
  margin-right: 3.0rem;
  margin-top: 3.0rem;
}

.footer-contact__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.footer-contact__buttonLink--tel {
  background-color: #fff;
}

.footer-contact__buttonLink--tel .footer-contact__buttonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.0rem;
  height: 100%;
  background-color: #D89294;
}

.footer-contact__buttonLink--tel .footer-contact__buttonIcon img {
  width: 3.8rem;
  height: auto;
}

.footer-contact__buttonLink--tel .footer-contact__buttonText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(42.0rem - 12.0rem);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-contact__buttonLink--tel .footer-contact__buttonNumber {
  margin-top: 0.7rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.footer-contact__buttonLink--mail {
  background-color: #fff;
}

.footer-contact__buttonLink--mail .footer-contact__buttonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.0rem;
  height: 100%;
  background-color: #E47A7D;
}

.footer-contact__buttonLink--mail .footer-contact__buttonIcon img {
  width: 5.4rem;
  height: auto;
}

.footer-contact__buttonLink--mail .footer-contact__buttonText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(42.0rem - 12.0rem);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-contact__buttonLink--mail::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  bottom: 0;
  right: 0;
  background-color: F#E47A7D;
  background-image: url(../images/icon/button_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media screen and (max-width: 576px) {
  .footer-contact {
    padding-top: 7.0rem;
    padding-bottom: 6.0rem;
  }
  .footer-contact__titleText {
    font-size: 3.6rem;
  }
  .footer-contact__text {
    font-size: 2.2rem;
  }
  .footer-contact__text span {
    display: inline-block;
  }
  .footer-contact__buttonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: -2.4rem;
    margin-right: 0rem;
    padding-top: 3.6rem;
  }
  .footer-contact__buttonItem {
    max-width: 300px;
    width: 100%;
    height: 12.0rem;
    margin-top: 2.4rem;
    margin-right: 0rem;
  }
  .footer-contact__buttonLink--tel .footer-contact__buttonText {
    font-size: 2.0rem;
  }
  .footer-contact__buttonLink--tel .footer-contact__buttonNumber {
    margin-top: 0.5rem;
    font-size: 3.0rem;
  }
  .footer-contact__buttonLink--mail .footer-contact__buttonText {
    font-size: 2.0rem;
  }
  .footer-contact__buttonLink--mail::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}

/* ==================================
    FOOTER NAV
================================== */
.footer-nav {
  margin-top: -1.5rem;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5rem;
}

.footer-nav__item {
  margin-left: 3.0rem;
}

.footer-nav__itemLink {
  display: block;
  padding-left: 16px;
  background-image: url(../images/icon/arrow_icon.svg);
  background-size: 8px auto;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .footer-nav {
    margin-top: -2.4rem;
  }
  .footer-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4rem;
  }
  .footer-nav__itemLink {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    margin-top: -2.4rem;
  }
  .footer-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4rem;
  }
  .footer-nav__list:last-child {
    width: 100%;
    margin-top: 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-nav__list:last-child .footer-nav__item {
    width: 100%;
  }
  .footer-nav__item {
    margin-left: 0;
    width: 50%;
  }
  .footer-nav__item:nth-of-type(2n) .footer-nav__itemLink {
    border-right: none;
  }
  .footer-nav__itemLink {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-size: 8px auto;
    background-position: right 20px center;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 2.2rem;
  }
}
