@charset "UTF-8";
.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.u-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.u-wrapper2 {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.white {
  color: #fff;
}

.yellow {
  color: #FFF9B4;
}

.brown {
  color: #A2906A;
}

.red {
  color: #EC7276;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-3_sp {
    margin-bottom: 3rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mb-5_sp {
    margin-bottom: 5rem !important;
  }

  .mb-6_sp {
    margin-bottom: 6rem !important;
  }

  .mb-7_sp {
    margin-bottom: 7rem !important;
  }

  .mb-8_sp {
    margin-bottom: 8rem !important;
  }

  .px-2_sp {
    padding: 0 2rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }

  .sp-block {
    display: block !important;
  }
}
/*タブ切り替え全体のスタイル*/
/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.7320644217vw;
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  background: #fff;
  min-height: 100vh;
  color: #212121;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}

.wrapper {
  max-width: 116.6rem;
  margin: auto;
}

.header__logo {
  position: absolute;
  left: 1.8rem;
  z-index: 222;
  top: 3rem;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 17.2rem;
    margin: 0;
  }
}

.footer {
  background-color: #F5F4EC;
  padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .footer {
    overflow: hidden;
    position: relative;
    padding: 0;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__row {
    display: block;
    padding: 4.2rem 3.1rem 4.1rem;
  }
}
.footer__logo1 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__logo1 {
    display: block;
    margin: auto;
    margin-bottom: 2rem;
  }
}
.footer__logo1 img {
  display: inline-block;
}
.footer__logos {
  display: flex;
  align-items: center;
}
.footer__logo2 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__logo2 {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__logo2 img {
  display: inline-block;
}
.footer__links {
  width: 25rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__links {
    width: 100%;
  }
}
.footer__link {
  flex: 0 0 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 1.6rem 0 0;
  font-size: 0.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__link {
    flex: 0 0 9.6rem;
    max-width: 9.6rem;
    height: 9.6rem;
    padding-top: 2.2rem;
    font-size: 1.1rem;
  }
}
.footer__link img {
  width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .footer__link img {
    width: 3.3rem;
    margin-bottom: 0.4rem;
  }
}
.footer__copyright {
  font-size: 1rem;
  color: #B2AF93;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    background-color: #fff;
    padding: 10rem 0 2rem;
    text-align: center;
  }
}

/*# sourceMappingURL=common.css.map */
