@charset "UTF-8";
.site-main {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 60px;
  }
}

.en {
  font-family: "Quicksand", sans-serif;
}

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

.btn-wrap .btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn {
    padding-right: 35px;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn:not(:first-of-type) {
    margin-left: 25px;
  }
}
.btn-wrap .btn::before, .btn-wrap .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.btn-wrap .btn::before {
  border-radius: 50%;
  background-color: #5a6e4b;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn::before {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn::before {
    width: 21px;
    height: 21px;
  }
}
.btn-wrap .btn::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn::after {
    width: 7px;
    height: 7px;
    bottom: 9px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn::after {
    width: 6px;
    height: 6px;
    bottom: 8px;
    right: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn:hover {
    opacity: 0.8;
  }
}
.btn-wrap .btn:hover span::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-wrap .btn:hover span::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn-wrap .btn span {
  position: relative;
  overflow: hidden;
  display: block;
  color: #5a6e4b;
}
.btn-wrap .btn span::before, .btn-wrap .btn span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn span::before, .btn-wrap .btn span::after {
    transition: 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.btn-wrap .btn span::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn span::before {
    transition-delay: 250ms;
  }
}
.btn-wrap .btn.wh::before {
  background-color: #fff;
}
.btn-wrap .btn.wh::after {
  border-color: #5a6e4b;
}
.btn-wrap .btn.wh span {
  color: #fff;
}
.btn-wrap .btn.wh span::before, .btn-wrap .btn.wh span::after {
  background: #fff;
}
.btn-wrap .btn.back {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn.back {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn.back {
    padding-left: 30px;
  }
}
.btn-wrap .btn.back::before {
  right: initial;
  left: 0;
}
.btn-wrap .btn.back::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: initial;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn.back::after {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn.back::after {
    left: 9px;
  }
}

.headline {
  text-align: center;
}
.headline__title__en {
  position: relative;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .headline__title__en {
    padding-bottom: 10px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .headline__title__en {
    height: 26px;
    padding-bottom: 12px;
  }
}
.headline__title__en::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #5a6e4b;
  width: 0;
  height: 2px;
  transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 400ms;
}
.headline__title__en.animate::before {
  width: 22px;
}
.headline__title__en img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.headline__title__jp {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .headline__title__jp {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .headline__title__jp {
    font-size: 1.2rem;
    margin-top: 0.25em;
  }
}
.headline__lead {
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .headline__lead {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .headline__lead {
    margin-top: 1.5em;
  }
}

.bg-wrap {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .bg-wrap {
    width: 495px;
    height: 495px;
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-wrap {
    width: 280px;
    height: 280px;
    top: -30px;
  }
}

.bg-circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f0eee1;
  opacity: 1;
}
.bg-circle.wh {
  background: #fff;
}
.bg-circle.gl {
  background: #f4f4f4;
}
.bg-circle.inview {
  opacity: 0;
}

.wave {
  position: relative;
  z-index: 1;
}
.wave::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center;
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: 30s linear infinite running slideWave;
          animation: 30s linear infinite running slideWave;
}
@media only screen and (min-width: 768px) {
  .wave::before {
    height: 39px;
    background-size: 1460px 100%;
    background-image: url(../img/common/wave.svg);
  }
}
@media only screen and (max-width: 767px) {
  .wave::before {
    height: 13px;
    background-size: 381px 100%;
    background-image: url(../img/common/wave_sp.svg);
  }
}
@media only screen and (min-width: 768px) {
  .wave.gl::before {
    background-image: url(../img/common/wave-gl.svg);
  }
}
@media only screen and (max-width: 767px) {
  .wave.gl::before {
    background-image: url(../img/common/wave-gl_sp.svg);
  }
}
@media only screen and (min-width: 768px) {
  .wave.grn::before {
    background-image: url(../img/common/wave-grn.svg);
  }
}
@media only screen and (max-width: 767px) {
  .wave.grn::before {
    background-image: url(../img/common/wave-grn_sp.svg);
  }
}

@media only screen and (min-width: 768px) {
  @-webkit-keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 1460px center;
    }
  }
  @keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 1460px center;
    }
  }
}
@media only screen and (max-width: 767px) {
  @-webkit-keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 381px center;
    }
  }
  @keyframes slideWave {
    from {
      background-position: 0 center;
    }
    to {
      background-position: 381px center;
    }
  }
}
.cta {
  color: #fff;
  background: #5a6e4b;
  padding-top: 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cta {
    border-radius: 7px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 990px;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding-bottom: 40px;
  }
}
.cta-inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cta-inner {
    max-width: 870px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-headline + .cta-content {
    margin-top: 40px;
  }
}
.cta__title {
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.4rem;
  }
}
.cta-content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media only screen and (min-width: 768px) {
  .cta-content {
    margin: 0 -0.5em;
  }
}
@media only screen and (max-width: 940px) {
  .cta-content {
    justify-content: center;
  }
}
.cta-box {
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .cta-box {
    min-width: 395px;
    max-width: 415px;
    margin: 0 0.5em;
  }
}
.cta-box.tel .panel {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .panel {
    padding: 0.75em 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .panel {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .panel:hover {
    opacity: 0.7;
  }
}
.cta-box.tel .tel-number {
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .tel-number {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .tel-number {
    font-size: 2.2rem;
  }
}
.cta-box.tel .tel-number span {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .tel-number span {
    font-size: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .tel-number span {
    font-size: 3.2rem;
  }
}
.cta-box.tel .tel-available {
  line-height: 1.36;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta-box.tel .tel-available {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.tel .tel-available {
    font-size: 1.2rem;
  }
}
.cta-box.mail {
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .cta-box.mail {
    margin-top: 0.5em;
  }
}
.cta-box.mail a {
  position: relative;
  color: inherit;
  text-align: center;
  display: block;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a {
    font-size: 2.1rem;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a {
    font-size: 1.6rem;
    padding: 0.5em;
  }
}
.cta-box.mail a::before, .cta-box.mail a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-box.mail a::before {
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a::before {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a::before {
    width: 19px;
    height: 19px;
    right: 12px;
  }
}
.cta-box.mail a::after {
  border-right: 1px solid #5a6e4b;
  border-bottom: 1px solid #5a6e4b;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a::after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a:hover {
    opacity: 0.7;
  }
}
.cta-box.mail a span {
  position: relative;
  display: inline-block;
}
.cta-box.mail a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background-image: url(../img/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .cta-box.mail a span::before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.mail a span::before {
    width: 28px;
    height: 28px;
  }
}
.cta__notes {
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cta__notes {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__notes {
    font-size: 1rem;
    margin-top: 1.75em;
    line-height: 1.6;
  }
}

.section-insta .headline__discription {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-insta .content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta .content {
    margin-top: 25px;
    padding: 0 30px;
  }
}
.section-insta .insta {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .section-insta .insta {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta .insta {
    padding: 0 12.5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-insta .insta {
    border-radius: 7px;
  }
}
.section-insta #sb_instagram {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section-insta #sb_instagram #sbi_images .sbi_item {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta #sb_instagram #sbi_images .sbi_item {
    padding: 12.5px !important;
  }
}

.section-hero_low .section-content {
  width: 100%;
  padding-top: 24.51388%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-hero_low .section-content {
    padding-top: 25.8666%;
  }
}
.section-hero_low .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.headline-intro__title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #5a6e4b;
  margin-bottom: 35px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headline-intro__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.headline-intro__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .headline-intro__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 375px) {
  .headline-intro__text {
    font-size: max(4.26666vw, 1.2rem);
  }
}

.section-hero {
  position: relative;
}
.section-hero .hero__title {
  opacity: 0;
  background: rgba(90, 110, 75, 0.9);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  line-height: 2.55;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  padding: 2em;
  white-space: nowrap;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-hero .hero__title {
    font-size: 2.2rem;
    width: 400px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .hero__title {
    font-size: 1.6rem;
    max-width: 285px;
    width: 76vw;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
}
.section-hero .hero__title.is-animate span {
  transition: 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-hero .hero__title span {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.section-hero .hero-slider {
  opacity: 0;
}
.section-hero .hero-img img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-hero .hero-img img {
    min-height: 650px;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.section-hero .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width: 768px) {
  .section-hero .swiper-pagination-bullets {
    bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .swiper-pagination-bullets {
    bottom: 60px;
  }
}
.section-hero .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .section-hero .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
}
.section-hero .swiper-pagination-bullet-active {
  background: #5a6e4b;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .section-hero .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
  }
}

.section-intro {
  background: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .section-intro {
    padding-top: 130px;
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section-intro .intro {
  text-align: center;
}
.section-intro .intro__catch {
  position: relative;
  color: #5a6e4b;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-intro .intro__catch {
    font-size: 2rem;
    max-width: 630px;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .intro__catch {
    font-size: 1.6rem;
    padding: 2em 0;
    max-width: 285px;
  }
}
.section-intro .intro__catch::before, .section-intro .intro__catch::after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 2px solid #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .section-intro .intro__catch::before, .section-intro .intro__catch::after {
    width: 225px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .intro__catch::before, .section-intro .intro__catch::after {
    width: 95px;
    height: 40px;
  }
}
.section-intro .intro__catch::before {
  border-bottom: none;
  border-right: none;
  top: 0;
  left: 0;
  border-radius: 7px 0 0 0;
}
.section-intro .intro__catch::after {
  border-top: none;
  border-left: none;
  bottom: 0;
  right: 0;
  border-radius: 0 0 7px 0;
}
@media only screen and (min-width: 768px) {
  .section-intro .intro__text {
    line-height: 2.2;
    font-size: 1.8rem;
    margin-top: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .intro__text {
    line-height: 1.7;
    margin-top: 3em;
  }
}
.section-intro .info {
  background: #fff;
  line-height: 1.57;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .section-intro .info {
    font-size: 1.4rem;
    display: flex;
    margin-top: 70px;
    border-radius: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .info {
    margin-top: 45px;
    padding-top: 36px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section-intro .info-store {
    width: 40%;
    padding: 10px 15px;
  }
}
.section-intro .info__title {
  color: #5a6e4b;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-intro .info__title {
    padding-left: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .info__title {
    padding-left: 1.25em;
  }
}
.section-intro .info__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-intro .info__title::before {
    width: 1.2em;
    height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .info__title::before {
    width: 0.85em;
    height: 0.85em;
  }
}
@media only screen and (min-width: 768px) {
  .section-intro .info-content {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .section-intro .info-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .info-list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-intro .info-item:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .info-item:not(:first-of-type) {
    margin-top: 0.5em;
  }
}
.section-intro .info-item.address .info__title::before {
  background-image: url(../img/common/icon-address.svg);
}
.section-intro .info-item.contact .info__title::before {
  background-image: url(../img/common/icon-ques.svg);
}
.section-intro .info-item.contact .info-def__title {
  width: 45px;
}
.section-intro .info-item.contact .info-def__text {
  width: calc(100% - 45px);
}
.section-intro .info-item.info {
  padding: 0;
  display: block;
}
.section-intro .info-item.info .info__title::before {
  background-image: url(../img/common/icon-info.svg);
}
.section-intro .info-item.info .info-def__title {
  width: 70px;
}
.section-intro .info-item.info .info-def__text {
  width: calc(100% - 70px);
}
.section-intro .info-def {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 768px) {
  .section-intro .info-map {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .info-map {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section-intro .store__name {
    max-width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .store__name {
    width: 180px;
  }
}
.section-intro .gmap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section-intro .gmap {
    height: 56vw;
  }
}
.section-intro .gmap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.section-about {
  color: #fff;
  background-color: #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .section-about {
    padding-top: 120px;
    padding-bottom: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .section-about .about .cell:last-of-type {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about .about .cell:last-of-type {
    margin-top: 50px;
  }
}
.section-about .about__title {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-about .about__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-about .about__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-about .about__text {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-about .about__text {
    margin-top: 1.5em;
  }
}
.section-about .about__img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-about .about__img {
    border-radius: 7px;
    overflow: hidden;
  }
}
.section-about .desc {
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-about .desc {
    padding-right: 1em;
  }
}
.section-about .btn-wrap {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .section-about .btn-wrap {
    margin-top: 2.25em;
  }
}

.section-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-item {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item {
    padding-top: 20px;
    padding-bottom: 90px;
  }
}
.section-item .section-content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-item .content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .content {
    margin-top: 20px;
  }
}
.section-item .item__title {
  color: #5a6e4b;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-item .item__title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item__title {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.section-item .item__lead {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-item .item__lead {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item__lead {
    line-height: 1.5;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .section-item .item-list {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1039px) {
  .section-item .item-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item-list {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section-item .item-list .cell {
    min-width: 192px;
    margin: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item-list .cell:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
}
.section-item .item-list .panel {
  display: flex;
  align-items: center;
}
.section-item .item__img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-item .item__img {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item__img {
    width: 35px;
  }
}
.section-item .item__name {
  line-height: 1.43;
}
@media only screen and (min-width: 768px) {
  .section-item .item__name {
    padding-left: 1em;
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item__name {
    padding-left: 0.5em;
    width: calc(100% - 35px);
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .item__name span {
    font-size: 1rem;
  }
}
.section-item .handling-box {
  background: #f0eee1;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .section-item .handling-box {
    padding: 75px;
    padding-top: 60px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .handling-box {
    padding: 40px 20px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section-item .handling-inner:not(:first-of-type) {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .handling-inner:not(:first-of-type) {
    margin-top: 25px;
  }
}
.section-item .handling__title {
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-item .handling__title {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .handling__title {
    padding-bottom: 8px;
  }
}
.section-item .handling__title::before {
  content: "";
  display: inline-block;
  background: #5a6e4b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 2px;
}
.section-item .card {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #323232;
  border-radius: 7px;
}
.section-item .card__title__en {
  line-height: 1.35;
  font-weight: bold;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .section-item .card__title__en {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .card__title__en {
    font-size: 1.8rem;
  }
}
.section-item .card__title__jp {
  line-height: 1.75;
  position: relative;
  padding-bottom: 0.25em;
  font-size: 1.2rem;
}
.section-item .card__title__jp::before {
  content: "";
  display: inline-block;
  background: #5a6e4b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .section-item .card__title__jp::before {
    width: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .card__title__jp::before {
    width: 13px;
  }
}
.section-item .card__desc {
  line-height: 1.5;
  margin-top: 0.5em;
  padding: 0 1em;
}
@media only screen and (min-width: 768px) {
  .section-item .card__desc {
    font-size: 1.4rem;
    min-height: 10.5em;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .card__desc {
    font-size: 1.2rem;
    min-height: 12em;
  }
}
@media only screen and (min-width: 768px) {
  .section-item .maker-list {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .maker-list {
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .maker-list .cell:not(:nth-of-type(-n+2)) {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .section-item .material {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .material {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .section-item .material-slider {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .material-slider {
    margin-top: 40px;
  }
}
.section-item .btn-wrap {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .section-item .btn-wrap {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .btn-wrap {
    margin-top: 15px;
  }
}
.section-item .swiper-container {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .section-item .swiper-container {
    padding-bottom: 60px;
  }
}
.section-item .swiper-slide {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .section-item .swiper-slide {
    max-width: 265px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .swiper-slide {
    max-width: 200px;
    padding-bottom: 15px;
  }
}
.section-item .swiper-button-next, .section-item .swiper-button-prev {
  background: #e7e6e5;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .section-item .swiper-button-next, .section-item .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .swiper-button-next, .section-item .swiper-button-prev {
    width: 28px;
    height: 28px;
    margin-top: 0;
    top: initial;
    bottom: 0;
  }
}
.section-item .swiper-button-next::after, .section-item .swiper-button-prev::after {
  font-size: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-item .swiper-button-next::after, .section-item .swiper-button-prev::after {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .swiper-button-next::after, .section-item .swiper-button-prev::after {
    width: 13px;
    height: 13px;
  }
}
.section-item .swiper-button-next {
  left: initial;
}
@media only screen and (min-width: 768px) {
  .section-item .swiper-button-next {
    right: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .swiper-button-next {
    right: calc(50% - 35px);
  }
}
.section-item .swiper-button-next::after {
  background-image: url(../img/common/icon-arrow-r.svg);
}
@media only screen and (min-width: 768px) {
  .section-item .swiper-button-prev {
    left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item .swiper-button-prev {
    left: calc(50% - 35px);
  }
}
.section-item .swiper-button-prev::after {
  background-image: url(../img/common/icon-arrow-l.svg);
}

.section-works {
  position: relative;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .section-works {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.section-works .section-content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-works .content {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .content {
    margin-top: 55px;
  }
}
.section-works .btn-wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-works .btn-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .btn-wrap {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .works-box.entrust {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works-box.entrust {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works-box.entrust .grid-x {
    flex-flow: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works-box.entrust .works-desc {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .works-box.price {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works-box.price {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works-box.price .works-img {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .works-desc {
    padding-right: 1em;
  }
}
.section-works .works__title {
  color: #5a6e4b;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-works .works__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .works__text {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works__text {
    margin-top: 0.75em;
    line-height: 1.75;
  }
}
.section-works .works__notes {
  display: inline-block;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .section-works .works__notes {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works__notes {
    margin-top: 1em;
  }
}
.section-works .works-img {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-works .works-img {
    border-radius: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .works-img {
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .cta {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 25px;
    margin-top: 40px;
  }
}
.section-works .cta-inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-works .cta-inner {
    max-width: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-content {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.tel .panel {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.tel .tel-number {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.tel .tel-number span {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.tel .tel-available {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.mail a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.mail a::before {
    width: 14px;
    height: 14px;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.mail a::after {
    width: 4px;
    height: 4px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta-box.mail a span::before {
    width: 20px;
    width: 20px;
    left: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works .cta__notes {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .section-reason {
    padding-top: 110px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .section-reason {
    padding-top: 45px;
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reason .reason-headline {
    display: flex;
    justify-content: space-between;
  }
}
.section-reason .reason__title {
  font-weight: bold;
  color: #5a6e4b;
  padding-right: 1em;
}
@media only screen and (min-width: 768px) {
  .section-reason .reason__title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .section-reason .reason__title {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.section-reason .reason-img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .section-reason .reason-img {
    max-width: 295px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reason .reason-content {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-reason .reason-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-reason .reason-content .cell:not(:first-of-type) {
    margin-top: 35px;
  }
}
.section-reason .reason__text {
  line-height: 2.1;
}
@media only screen and (min-width: 768px) {
  .section-reason .reason__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-reason .reason__text .show-small {
    display: inline;
  }
}

.section-blog {
  position: relative;
  background: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .section-blog {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog {
    padding-top: 20px;
  }
}
.section-blog .section-content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-blog .content {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .blog .grid-x {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .blog .cell:not(:first-of-type) {
    margin-top: 20px;
  }
}
.section-blog .blog .panel {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  height: 100%;
}
.section-blog .blog-img {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background: #fff;
}
.section-blog .blog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-blog .blog-info {
    padding: 1.5em;
    padding-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .blog-info {
    padding: 10px 1em;
    padding-bottom: 15px;
  }
}
.section-blog .blog-info .cat-list {
  display: flex;
  flex-flow: row wrap;
  margin: -0.25em;
}
.section-blog .blog-info .cat-item {
  padding: 0.25em;
}
.section-blog .blog-cat {
  display: block;
  background: #5a6e4b;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-blog .blog-cat {
    font-size: 1.2rem;
    min-width: 95px;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .blog-cat {
    font-size: 1rem;
    min-width: 75px;
    line-height: 1.75;
  }
}
.section-blog .blog__posted {
  display: inline-block;
  color: #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .section-blog .blog__posted {
    font-size: 1.3rem;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .blog__posted {
    font-size: 1.2rem;
  }
}
.section-blog .blog__title {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .section-blog .blog__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .blog__title {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.section-blog .btn-wrap {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .section-blog .btn-wrap {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog .btn-wrap {
    margin-top: 25px;
  }
}

.section-insta {
  background: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .section-insta {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-insta {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .section-faq {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq .headline__title__en {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .headline__title__en {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq .content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .content {
    margin-top: 25px;
  }
}
.section-faq .faq-block:not(:first-of-type) {
  margin-top: 10px;
}
.section-faq .faq-headline {
  position: relative;
  background: #EFF1EE;
  cursor: pointer;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .section-faq .faq-headline {
    padding: 1.45em 2em;
    padding-right: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .faq-headline {
    padding: 0.55em 1em;
    padding-right: 40px;
  }
}
.section-faq .faq-headline::before, .section-faq .faq-headline::after {
  content: "";
  display: inline-block;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .section-faq .faq-headline::before, .section-faq .faq-headline::after {
    width: 17px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .faq-headline::before, .section-faq .faq-headline::after {
    width: 10px;
    right: 15px;
  }
}
.section-faq .faq-headline::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.section-faq .faq-headline.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .section-faq .faq__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .faq__title {
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: bold;
    min-height: 2.86em;
    display: flex;
    align-items: center;
  }
}
.section-faq .faq-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-faq .faq-content {
    padding: 1.25em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .faq-content {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq .faq__answer {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .faq__answer {
    font-size: 1.2rem;
    line-height: 1.69;
  }
}

.section-cta {
  background: #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .section-cta {
    padding-top: 65px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-cta .headline__title__en {
  color: #fff;
}
.section-cta .headline__title__en::before {
  background: #fff;
}
.section-cta .headline__title__jp {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .section-cta .content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta .content {
    margin-top: 20px;
  }
}
.section-cta .cta {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-cta .cta-inner {
    max-width: 890px;
  }
}

.section-clean {
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .section-clean {
    padding-top: 125px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .clean .cell:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section-clean .clean-desc {
    padding-right: 60px;
  }
}
.section-clean .clean__title {
  color: #5a6e4b;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-clean .clean__title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .clean__title {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.section-clean .clean__text {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .section-clean .clean__text {
    line-height: 1.75;
  }
}
.section-clean .clean__img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.section-clean .about {
  background: #fff;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) {
  .section-clean .about {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .about {
    margin-top: 40px;
  }
}
.section-clean .about__title {
  color: #5a6e4b;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .section-clean .about__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .about__title {
    font-size: 1.6rem;
  }
}
.section-clean .panel {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-clean .panel {
    padding: 55px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .panel {
    padding: 30px 20px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-clean .service {
    padding-left: 60px;
    border-right: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .service {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media only screen and (min-width: 768px) {
  .section-clean .service__text {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .service__text {
    font-size: 1.2rem;
    line-height: 1.69;
    margin-top: 1.5em;
  }
}
.section-clean .flow-list {
  margin-top: 1em;
}
.section-clean .flow-item {
  position: relative;
  counter-increment: num;
  padding-left: 35px;
}
@media only screen and (min-width: 768px) {
  .section-clean .flow-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .flow-item {
    font-size: 1.2rem;
    line-height: 1.91;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .flow-item:not(:last-of-type) {
    margin-bottom: 2px;
  }
}
.section-clean .flow-item::before {
  content: counter(num);
  background: #5a6e4b;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .section-clean .flow-item::before {
    top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .flow-item::before {
    top: 1px;
  }
}
.section-clean .announce {
  text-align: center;
  margin-top: 3.25em;
}
.section-clean .announce__title {
  color: #5a6e4b;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .section-clean .announce__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .announce__title {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.section-clean .announce__notes {
  color: #5a6e4b;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .section-clean .announce__notes {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .announce__notes {
    font-size: 1rem;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .section-clean .fix {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .fix {
    margin-top: 40px;
  }
}
.section-clean .fix__title {
  color: #5a6e4b;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-clean .fix__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .fix__title {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section-clean .fix__text {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .fix__text {
    margin-top: 1.25em;
    text-align: center;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 768px) {
  .section-clean .cta {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 40px;
  }
}
.section-clean .cta-inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-inner {
    max-width: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-content {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.tel .panel {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.tel .tel-number {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.tel .tel-number span {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.tel .tel-available {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.mail a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.mail a::before {
    width: 14px;
    height: 14px;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.mail a::after {
    width: 4px;
    height: 4px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta-box.mail a span::before {
    width: 20px;
    width: 20px;
    left: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-clean .cta__notes {
    margin-top: 1em;
  }
}

.section-company {
  background: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .section-company {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section-company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-company .content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-company .content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-company .info-item:nth-of-type(-n+2) .info-def {
    border-top: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .section-company .info-item:first-of-type .info-def {
    border-top: 1px solid #000;
  }
}
.section-company .info-def {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-company .info-def {
    padding: 1.2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-company .info-def {
    padding: 0.9em 1em;
  }
}
.section-company .info__title {
  color: #5a6e4b;
}
@media only screen and (min-width: 768px) {
  .section-company .info__title {
    width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section-company .info__title {
    width: 38%;
  }
}
@media only screen and (min-width: 768px) {
  .section-company .info__text {
    width: calc(100% - 125px);
  }
}
@media only screen and (max-width: 767px) {
  .section-company .info__text {
    width: 62%;
  }
}