@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;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

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

  .u-sp {
    display: block !important;
  }
}
.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

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

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

.overflowhidden {
  overflow: hidden;
}

.white {
  color: #fff;
}

.blue {
  color: #2D53A3;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

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

.o0 {
  visibility: hidden;
  height: 0;
}

.u-wrapper1 {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .u-wrapper1 {
    max-width: 1440px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-wrapper1 {
    max-width: 100%;
  }
}

.u-wrapper2 {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .u-wrapper2 {
    max-width: 100%;
    padding: 0 1.8rem;
  }
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline !important;
}

.bold {
  font-weight: bold;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-0-5 {
  margin-left: 0.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.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;
}

.mb-3-5 {
  margin-bottom: 3.5rem !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;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

/* padding-top**/
.pt-10 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

@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-2_sp {
    margin-bottom: 2rem !important;
  }

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

  .mb-3-5_sp {
    margin-bottom: 3.5rem !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;
  }

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

  .ms-0_sp {
    margin-left: 0 !important;
  }

  .ms-2_sp {
    margin-left: 2rem !important;
  }

  .mx-auto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pt-2_sp {
    padding-top: 2rem !important;
  }

  .pt-3_sp {
    padding-top: 3rem !important;
  }

  .pt-4_sp {
    padding-top: 4rem !important;
  }

  .pt-5_sp {
    padding-top: 5rem !important;
  }

  .pt-6_sp {
    padding-top: 6rem !important;
  }

  .pt-7_sp {
    padding-top: 7rem !important;
  }

  .pt-8_sp {
    padding-top: 8rem !important;
  }

  .pt-9_sp {
    padding-top: 9rem !important;
  }

  .pt-10_sp {
    padding-top: 10rem !important;
  }

  .pb-0_sp {
    padding-bottom: 0rem !important;
  }

  .pb-4_sp {
    padding-bottom: 4rem !important;
  }

  .pb-5_sp {
    padding-bottom: 5rem !important;
  }

  .pb-6_sp {
    padding-bottom: 6rem !important;
  }

  .pb-8_sp {
    padding-bottom: 8rem !important;
  }

  .px-0_sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ps-0_sp {
    padding-left: 0 !important;
  }

  .ps-2_sp {
    padding-left: 2rem !important;
  }

  .pe-0_sp {
    padding-right: 0 !important;
  }

  .pe-2_sp {
    padding-right: 2rem !important;
  }

  .block_sp {
    display: block !important;
  }

  .text-center_sp {
    text-align: center !important;
  }

  .text-left_sp {
    text-align: left !important;
  }
}
/* select **/
/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
  }
}

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

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

.red {
  color: #CB0303;
}

.right {
  text-align: right;
}

video {
  max-width: 100%;
}

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

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

img {
  width: 100%;
  height: auto;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

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

  .u-sp {
    display: block !important;
  }
}
/* -------------------------------------
footer
------------------------------------- */
footer {
  padding: 50px 10px;
  background-color: #e95900;
}

footer .txtbk {
  width: calc(100% - 150px);
  max-width: 569px;
}

footer .txtbk ul.txtlink {
  font-size: 0;
  font-size: 0;
  padding-left: 89px;
  margin-top: 1.6rem;
}

footer .txtbk ul.txtlink li {
  display: inline-block;
  margin-right: 25px;
}

footer .txtbk ul.txtlink li:last-child {
  margin-right: 0;
}

footer .txtbk ul.txtlink a {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding-top: 10px;
}

footer .gmapbtn {
  padding-left: 15%;
}

footer .gmapbtn a {
  max-width: 130px;
  display: block;
}

.page {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  /* -------------------------------------
  footer
  ------------------------------------- */
  footer .flex {
    justify-content: space-between;
  }

  footer .gmapbtn {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* -------------------------------------
  common
  ------------------------------------- */
  article .blk_l {
    top: -20px;
  }
}
@media screen and (max-width: 640px) {
  /* -------------------------------------
  header
  ------------------------------------- */
  header .in {
    padding: 0 0 0 15px;
  }

  /* -------------------------------------
  footer
  ------------------------------------- */
  footer {
    padding: 40px 10px;
  }

  footer .txtbk {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .txtbk ul.txtlink a {
    font-size: 12px;
  }

  footer .gmapbtn {
    width: 20%;
    max-width: 100px;
    min-width: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .page {
    padding: 0 10px;
    max-width: 100%;
  }

  footer .txtbk ul.txtlink {
    text-align: center;
    padding: 0;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 420px) {
  article {
    padding-bottom: 50px;
  }
}
.main {
  overflow: hidden;
}

.header {
  overflow: hidden;
  margin-bottom: -20rem;
  position: relative;
  z-index: 1;
}
.header__inner {
  padding: 0 3.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header__inner img {
    width: 127vw;
    max-width: none;
    margin: 0 -34rem;
  }
}

article {
  background: #beeb3e url("../images/bg1.jpg") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 10rem;
  height: 100%;
  position: relative;
}
article::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #beeb3e url(../images/bg2.jpg) center bottom no-repeat;
  background-size: 101% auto;
  width: 100%;
  height: 10rem;
}

.top-catch {
  padding-top: 26rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 6rem;
  letter-spacing: 0.1em;
  color: #5a2e0d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-catch {
    font-size: 10.6px;
    line-height: 2;
    margin-bottom: 8rem;
  }
}

.feature2 {
  margin-left: -0.5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .feature2 {
    margin-top: 8rem;
  }
  .feature2 .feature2-img {
    width: 241rem;
    max-width: none;
    margin-left: -25rem;
  }
}

@media screen and (max-width: 768px) {
  .feature3 .feature3-img {
    width: 241rem;
    max-width: none;
    margin-left: -25rem;
  }
}

.feature4 {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .feature4 .feature4-img {
    width: 241rem;
    max-width: none;
    margin-left: -25rem;
  }
}

.cta-section {
  padding: 4rem 0 10rem;
}

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