@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #383838;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}
body.is-fixed {
  overflow: hidden;
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.8;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  a.on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  a.on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}

/* utils
-------------------------------------------------------*/
.sec {
  position: relative;
  padding: 16vw 0;
}
@media screen and (min-width: 751px) {
  .sec {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec {
    padding: 100px 0;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 86.6666666667vw;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 77.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1120px;
  }
}

.center {
  text-align: center;
}

.gr {
  color: #60b530;
}

.bg {
  background-color: #f2eee8;
}

.text p {
  line-height: 1.75em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

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

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

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lightboxOverlay {
  width: 100% !important;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 2;
}

.header-left {
  position: relative;
  padding-left: 2.6666666667vw;
}

.header-logo {
  position: relative;
  width: 36vw;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header.is-open .header-top {
    position: fixed;
  }
  .header-label {
    display: none;
  }
  .header-label,
  .header-right {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-top {
    height: 7.2916666667vw;
  }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 2.0833333333vw;
    width: 21.5277777778vw;
  }
  .header-logo {
    width: 16.6666666667vw;
  }
  .header-label {
    margin-bottom: 0.4861111111vw;
    font-size: 0.8333333333vw;
    line-height: 1em;
    letter-spacing: 0.08em;
  }
  .header-right {
    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;
    padding-right: 0.6944444444vw;
  }
  .header-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3888888889vw;
    margin-right: 2.0833333333vw;
  }
  .header-sns a {
    display: block;
    width: 2.0833333333vw;
  }
  .header-sns a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3472222222vw;
    margin-right: 0.3472222222vw;
  }
  .header-inquiry dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
  .header-inquiry dl:nth-child(1) {
    width: 18.75vw;
  }
  .header-inquiry dl:nth-child(2) {
    width: 17.0138888889vw;
  }
  .header-inquiry dt {
    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;
    padding-left: 0.18em;
    width: 3.4722222222vw;
    height: 4.0277777778vw;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 0.0694444444vw;
    color: #ffffff;
    font-size: 0.8333333333vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.33em;
    letter-spacing: 0.18em;
  }
  .header-inquiry dd {
    padding-left: 1.0416666667vw;
    width: calc(100% - 4.1666666667vw);
  }
  .header-inquiry-num {
    color: #ffffff;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.12em;
  }
  .header-inquiry-time {
    margin-top: 0.6em;
    color: #ffffff;
    font-size: 0.8333333333vw;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.12em;
  }
  .header-inquiry-time span {
    display: inline-block;
    margin: 0 -0.25em;
  }
  body.is-scroll .header-top {
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  body.is-scroll .header-sns a img {
    -webkit-filter: none;
    filter: none;
  }
  body.is-scroll .header-inquiry dl {
    border-color: #60b530;
  }
  body.is-scroll .header-inquiry dt {
    border-right-color: #60b530;
    color: #60b530;
  }
  body.is-scroll .header-inquiry-num {
    color: #60b530;
  }
  body.is-scroll .header-inquiry-time {
    color: #60b530;
  }
}
@media screen and (min-width: 1441px) {
  .header-top {
    height: 105px;
  }
  .header-left {
    padding-left: 30px;
    width: 310px;
  }
  .header-logo {
    width: 240px;
  }
  .header-label {
    margin-bottom: 7px;
    font-size: 1.2rem;
  }
  .header-right {
    padding-right: 10px;
  }
  .header-sns {
    margin-right: 30px;
    gap: 20px;
  }
  .header-sns a {
    width: 30px;
  }
  .header-inquiry {
    gap: 5px;
    margin-right: 5px;
  }
  .header-inquiry dl {
    border-width: 1px;
    border-radius: 3px;
  }
  .header-inquiry dl:nth-child(1) {
    width: 270px;
  }
  .header-inquiry dl:nth-child(2) {
    width: 245px;
  }
  .header-inquiry dt {
    width: 50px;
    height: 58px;
    border-right-width: 1px;
    font-size: 1.2rem;
  }
  .header-inquiry dd {
    padding-left: 15px;
    width: calc(100% - 60px);
  }
  .header-inquiry-num {
    font-size: 1.8rem;
  }
  .header-inquiry-time {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- inquiry - */
.header .inquiry-box {
  margin-top: 6.6666666667vw;
  background-color: #f2eee8;
}
.header .inquiry-box .inquiry-tel a {
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .header .inquiry-box {
    display: none;
  }
  .header .inquiry-btn {
    margin: 0;
    width: 30.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .header .inquiry-btn {
    width: 435px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer--none {
  margin-bottom: 0 !important;
}

/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  padding-top: 6.6666666667vw;
}

.footer-main {
  position: relative;
}

.footer-info {
  position: relative;
  margin: 0 auto 9.3333333333vw auto;
  width: 78.6666666667vw;
  z-index: 1;
}

.footer-logo {
  margin-bottom: 10.6666666667vw;
  width: 64vw;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-name {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}

.footer-add {
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.06em;
}
.footer-add span.indent {
  display: inline-block;
  text-indent: -0.5em;
}

@media screen and (max-width: 750px) {
  .footer-main {
    margin: 0 auto;
    padding: 10.6666666667vw 6.6666666667vw;
    background-image: url(../img/footer/bg_sp.jpg);
    background-size: cover;
  }
  .footer-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 238, 232, 0.8);
  }
}
@media screen and (min-width: 751px) {
  .footer-top {
    padding: 3.4722222222vw 0 4.8611111111vw 0;
    background-image: url(../img/footer/bg.jpg);
    background-image: image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/footer/bg.jpg) 1x, url(../img/footer/bg-2x.jpg) 2x);
    background-size: cover;
    background-position: center;
  }
  .footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 238, 232, 0.8);
  }
  .footer-top-inner {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.8611111111vw;
    z-index: 1;
  }
  .footer-info {
    margin: 0;
    width: 34.7222222222vw;
  }
  .footer-logo {
    margin-bottom: 3.4722222222vw;
    width: 16.6666666667vw;
  }
  .footer-name {
    font-size: 1.25vw;
  }
  .footer-add {
    font-size: 0.9722222222vw;
  }
  .footer .inquiry {
    width: 30.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    padding: 50px 0 70px 0;
  }
  .footer-top-inner {
    width: 1000px;
  }
  .footer-main {
    margin-top: 70px;
  }
  .footer-info {
    width: 500px;
  }
  .footer-logo {
    margin-bottom: 50px;
    width: 240px;
  }
  .footer-name {
    font-size: 1.8rem;
  }
  .footer-add {
    font-size: 1.4rem;
  }
  .footer .inquiry {
    width: 435px;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  padding: 6.6666666667vw 0;
  background-color: #383838;
}

.footer-bar {
  margin: 0 auto;
  width: 86.6666666667vw;
}

.footer-subnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.3333333333vw;
}

.footer-subnavi a {
  position: relative;
  padding-left: 3.3333333333vw;
  display: block;
  color: #ffffff;
  font-size: 3.4666666667vw;
}
.footer-subnavi a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-copy {
  margin-top: 10.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-bottom {
    padding: 3.4722222222vw 0;
  }
  .footer-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 77.7777777778vw;
  }
  .footer-navi-menu a {
    display: block;
    color: #ffffff;
    font-size: 1.1111111111vw;
    line-height: 1.25em;
    letter-spacing: 0.08em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .footer-navi-menu a span {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-optical-sizing: auto;
  }
  .footer-navi-menu a:hover {
    color: #60b530;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .footer-navi-head {
    color: #ffffff;
    font-size: 1.1111111111vw;
    line-height: 1.25em;
    letter-spacing: 0.08em;
  }
  .footer-navi-child {
    position: relative;
    margin: 1.0416666667vw 0 0 0.6944444444vw;
    padding-left: 1.3888888889vw;
  }
  .footer-navi-child:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: #60b530;
  }
  .footer-navi-child a {
    position: relative;
    display: block;
    padding: 0.6944444444vw 0;
    color: #b7b7b7;
    font-size: 0.8333333333vw;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    white-space: nowrap;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .footer-navi-child a:hover {
    color: #60b530;
  }
  .footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 3.8194444444vw;
    padding-top: 3.4722222222vw;
    width: 77.7777777778vw;
    border-top-color: #b7b7b7;
    border-top-style: dashed;
    border-top-width: 0.0694444444vw;
  }
  .footer-subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.7361111111vw;
  }
  .footer-subnavi a {
    padding-left: 1.0416666667vw;
    font-size: 0.9027777778vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .footer-subnavi a:before {
    width: 0.3472222222vw;
    height: 0.5555555556vw;
  }
  .footer-subnavi a:hover {
    color: #60b530;
  }
  .footer-copy {
    margin: 0;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    padding: 50px 0;
  }
  .footer-navi {
    width: 1120px;
  }
  .footer-navi-menu a {
    font-size: 1.5rem;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer-navi-head {
    font-size: 1.6rem;
  }
  .footer-navi-child {
    margin: 15px 0 0 10px;
    padding-left: 20px;
  }
  .footer-navi-child:before {
    width: 1px;
  }
  .footer-navi-child a {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .footer-bar {
    margin-top: 55px;
    padding-top: 50px;
    width: 1120px;
    border-top-width: 1px;
  }
  .footer-subnavi {
    gap: 25px;
  }
  .footer-subnavi a {
    padding-left: 15px;
    font-size: 1.3rem;
  }
  .footer-subnavi a:before {
    width: 5px;
    height: 8px;
  }
  .footer-copy {
    font-size: 1.2rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- move - */
.btn {
  margin-top: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    margin-top: 80px;
  }
}

.btn-move {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3333333333vw 0 1.3333333333vw 19.3333333333vw;
  height: 14.9333333333vw;
}
.btn-move p {
  position: relative;
  padding-bottom: 0.1em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  z-index: 3;
}
.btn-move:before, .btn-move:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-move:before {
  display: inline-block;
  left: 6.5333333333vw;
  width: 1.7333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wh.svg);
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-move:after {
  left: 0;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  background-color: #60b530;
  border-radius: 5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .btn-move {
    padding: 0.6944444444vw 4.0277777778vw 0.6944444444vw 6.25vw;
    height: 4.8611111111vw;
  }
  .btn-move p {
    font-size: 1.25vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .btn-move:before {
    left: 2.2222222222vw;
    width: 0.5555555556vw;
    height: 1.0416666667vw;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  .btn-move:after {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    -webkit-transition: width 0.5s, background-color 0.5s;
    transition: width 0.5s, background-color 0.5s;
  }
  .btn-move:hover p {
    color: #ffffff;
  }
  .btn-move:hover:before {
    left: 3.8194444444vw;
  }
  .btn-move:hover:after {
    width: 100%;
    background-color: #60b530;
  }
}
@media screen and (min-width: 1441px) {
  .btn-move {
    padding: 10px 58px 10px 90px;
    height: 70px;
  }
  .btn-move p {
    font-size: 1.8rem;
  }
  .btn-move:before {
    left: 32px;
    width: 8px;
    height: 15px;
  }
  .btn-move:after {
    width: 70px;
    height: 70px;
  }
  .btn-move:hover:before {
    left: 55px;
  }
}
/* ------------------------------------------- more - */
.btn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.6666666667vw 0.25em 4.6666666667vw;
  height: 7.4666666667vw;
  background-color: #383838;
  border-radius: 3.7333333333vw;
}
.btn-more span {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 4.5333333333vw;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.btn-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.6666666667vw;
  display: inline-block;
  width: 1.0666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

::-webkit-full-page-media,
:future,
:root .btn-more:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .btn-more {
    padding: 0 1.3888888889vw 0.25em 1.3888888889vw;
    height: 1.9444444444vw;
    border-radius: 0.9722222222vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .btn-more span {
    font-size: 1.1805555556vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .btn-more:after {
    right: 1.3888888889vw;
    width: 0.2777777778vw;
    height: 0.4861111111vw;
    -webkit-transition: background-image 0.5s, -webkit-transform 0.5s;
    transition: background-image 0.5s, -webkit-transform 0.5s;
    transition: background-image 0.5s, transform 0.5s;
    transition: background-image 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .on--btn:hover .btn-more,
  .btn-more:hover {
    background-color: #60b530;
  }
  .on--btn:hover .btn-more span,
  .btn-more:hover span {
    color: #ffffff;
  }
  .on--btn:hover .btn-more:after,
  .btn-more:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .btn-more {
    padding: 0 20px 0.25em 20px;
    height: 28px;
    border-radius: 14px;
  }
  .btn-more span {
    font-size: 1.7rem;
  }
  .btn-more:after {
    right: 20px;
    width: 4px;
    height: 7px;
  }
}
/* ------------------------------------------- square - */
.btn-square {
  position: relative;
  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;
  padding-bottom: 0.1em;
  height: 12vw;
  background-color: #383838;
  border-radius: 0.4vw;
}
.btn-square p {
  color: #ffffff;
  font-size: 4vw;
  letter-spacing: 0.12em;
}
.btn-square p span.en {
  font-family: "EB Garamond", serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  font-optical-sizing: auto;
}
.btn-square:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.8vw;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.6vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

::-webkit-full-page-media,
:future,
:root .btn-square:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .btn-square {
    height: 3.4722222222vw;
    border-radius: 0.2083333333vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .btn-square p {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .btn-square p span.en {
    font-size: 1.1805555556vw;
  }
  .btn-square:after {
    right: 1.3888888889vw;
    width: 0.5555555556vw;
    height: 1.0416666667vw;
    -webkit-transition: background-image 0.5s, -webkit-transform 0.5s;
    transition: background-image 0.5s, -webkit-transform 0.5s;
    transition: background-image 0.5s, transform 0.5s;
    transition: background-image 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .btn-square:hover {
    background-color: #60b530;
  }
  .btn-square:hover span {
    color: #ffffff;
  }
  .btn-square:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .btn-square {
    height: 50px;
    border-radius: 3px;
  }
  .btn-square p {
    font-size: 1.6rem;
  }
  .btn-square p span.en {
    font-size: 1.6rem;
  }
  .btn-square:after {
    right: 20px;
    width: 8px;
    height: 15px;
  }
}
/*  call
-------------------------------------------------------------------------------*/
.call {
  position: absolute;
  top: 1.3333333333vw;
  right: 14.6666666667vw;
  width: 12vw;
  height: 12vw;
  z-index: 8888;
  cursor: pointer;
}

.call a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #383838;
  border-radius: 0.4vw;
}
.call a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/call.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .call {
    display: none !important;
  }
}
/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2eee8;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1;
  }
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .drawer-scroll {
    position: relative;
    padding: 23.3333333333vw 0 10.6666666667vw 0;
    height: 100%;
    overflow-x: scroll;
  }
  .drawer-in {
    position: relative;
    margin: 0 auto;
    width: 88vw;
  }
  .drawer-inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .drawer-inquiry dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #ffffff;
    border-color: #60b530;
    border-style: solid;
    border-width: 0.2666666667vw;
    border-radius: 0.4vw;
  }
  .drawer-inquiry dt {
    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;
    padding-left: 0.18em;
    width: 21.3333333333vw;
    height: 18.6666666667vw;
    border-right-color: #60b530;
    border-right-style: solid;
    border-right-width: 0.2666666667vw;
    color: #60b530;
    font-size: 3.7333333333vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.33em;
    letter-spacing: 0.18em;
  }
  .drawer-inquiry dd {
    padding-left: 4vw;
    width: calc(100% - 21.3333333333vw);
  }
  .drawer-inquiry-num {
    color: #60b530;
    font-size: 6.9333333333vw;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.12em;
  }
  .drawer-inquiry-time {
    margin-top: 0.6em;
    color: #60b530;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.12em;
  }
  .drawer-inquiry-time span {
    display: inline-block;
    margin: 0 -0.25em;
  }
}
@media screen and (min-width: 751px) {
  .drawer-inquiry,
  .drawer .inquiry-btn {
    display: none;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12vw;
  z-index: 6666;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn > li {
  padding: 0.5333333333vw;
  width: 50vw;
}

.float-btn > li a {
  position: relative;
  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;
}
.float-btn > li a p {
  position: relative;
  padding-left: 9.3333333333vw;
  color: #ffffff;
  font-size: 4vw;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.2em;
}
.float-btn > li a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: 0.05em;
  width: 6.6666666667vw;
  height: 4.8vw;
  background-size: contain;
  background-position: center;
}

.float-btn-consul {
  background-color: #60b530;
}
.float-btn-consul a {
  background-color: #60b530;
}
.float-btn-consul a p:before {
  background-image: url(../img/common/mail.svg);
}

.float-btn-contact {
  background-color: #383838;
}
.float-btn-contact a {
  background-color: #383838;
}
.float-btn-contact a p:before {
  background-image: url(../img/common/book.svg);
}

@media screen and (max-width: 750px) {
  .float-btn > li a {
    padding-bottom: 0.1em;
    height: 12vw;
  }
  .float-btn > li a p:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .float {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    width: 3.4722222222vw;
    height: 28.5416666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .float-btn {
    display: block;
  }
  .float-btn > li {
    padding: 0;
    width: 100%;
  }
  .float-btn > li a {
    overflow: hidden;
  }
  .float-btn > li a p {
    padding: 1.7361111111vw 0 0 0;
    width: 1em;
    font-size: 0.9722222222vw;
    line-height: 1.25em;
    letter-spacing: 0;
  }
  .float-btn > li a p:before {
    top: 0;
    left: 50%;
    margin-top: 0;
    width: 1.5277777778vw;
    height: 1.1111111111vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .float-btn > li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -230%;
    width: 50%;
    height: 150%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .float-btn > li a:hover:before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
  .float-btn-consul a {
    height: 10.5555555556vw;
    border-radius: 0.2083333333vw 0 0 0;
  }
  .float-btn-contact {
    margin-top: 0.0694444444vw;
  }
  .float-btn-contact a {
    height: 17.9166666667vw;
    border-radius: 0 0 0 0.2083333333vw;
  }
  .float-btn-contact a span {
    position: relative;
    display: inline-block;
  }
  .float-btn-contact a span:nth-child(n+2) {
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
  .float-btn-contact a span:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0694444444vw;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .float {
    width: 50px;
    height: 411px;
  }
  .float-btn > li a p {
    padding-top: 25px;
    font-size: 1.4rem;
  }
  .float-btn > li a p:before {
    width: 22px;
    height: 16px;
  }
  .float-btn-consul a {
    height: 152px;
    border-radius: 3px 0 0 0;
  }
  .float-btn-contact {
    margin-top: 1px;
  }
  .float-btn-contact a {
    height: 258px;
    border-radius: 0 0 0 3px;
  }
  .float-btn-contact a span:nth-child(n+2):before {
    height: 1px;
  }
}
/*  ggnavi
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .fv .gnavi {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .drawer .gnavi {
    display: none !important;
  }
}

.gnavi-menu {
  position: relative;
}

.gnavi-ja {
  font-weight: 700;
}

.gnavi-en {
  color: #60b530;
  font-weight: 700;
}

/* ------------------------------------------- gnavi (SP) - */
@media screen and (max-width: 750px) {
  .gnavi {
    margin-bottom: 6.6666666667vw;
  }
  .gnavi > li {
    position: relative;
  }
  .gnavi > li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gnavi-normal a {
    display: block;
  }
  .gnavi > li > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .gnavi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 2.6666666667vw;
    width: 100%;
    height: 13.3333333333vw;
    font-family: "NotoSerifJP", sans-serif;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.1em;
  }
  .gnavi-parent .gnavi-menu:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.5333333333vw;
    height: 2.9333333333vw;
    background-image: url(../img/common/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .gnavi-parent.is-open .gnavi-menu:after {
    background-image: url(../img/common/up.svg);
  }
  .gnavi-submenu {
    display: none;
    margin: 0 2.6666666667vw;
    padding-bottom: 4vw;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: block;
    padding: 2.6666666667vw 0 2.6666666667vw 1.3em;
    color: #383838;
    font-size: 4vw;
    text-indent: -1.3em;
  }
  .gnavi-submenu-list a:before {
    content: "・";
    color: #60b530;
  }
}
/* ------------------------------------------- gnavi (PC) - */
@media screen and (min-width: 751px) {
  .fv .gnavi {
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    will-change: transform;
    z-index: 2;
  }
  .fv--frt .gnavi {
    bottom: -2.7777777778vw;
    background-color: #ffffff;
  }
  .fv--sub .gnavi {
    top: 7.2916666667vw;
    background-color: #f2eee8;
    border-radius: 0.2083333333vw 0 0 0.2083333333vw;
  }
  .gnavi {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 19.4444444444vw 0 3.4722222222vw;
    gap: 0 3.4722222222vw;
    height: auto;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(4, 4, 4, 0.03);
            box-shadow: 0px 5px 7px 0px rgba(4, 4, 4, 0.03);
    z-index: 1111;
  }
  .gnavi > li {
    position: relative;
    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;
  }
  .gnavi > li:hover .gnavi-menu {
    color: #60b530;
  }
  .gnavi > li:hover .gnavi-submenu {
    display: block !important;
  }
  .gnavi--home a {
    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;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .gnavi--home a:hover {
    opacity: 0.5;
  }
  .gnavi--home .gnavi-menu {
    display: none !important;
  }
  .gnavi--home span.icon {
    display: block;
    width: 1.6666666667vw;
    height: 1.8055555556vw;
    background-image: url(../img/common/home.svg);
    background-size: contain;
  }
  .gnavi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.5555555556vw;
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 1.2em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    cursor: pointer;
  }
  .gnavi-parent .gnavi-menu {
    padding-right: 2.0833333333vw;
  }
  .gnavi-parent .gnavi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: 0.1em;
    width: 0.9027777778vw;
    height: 0.5555555556vw;
    background-image: url(../img/common/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-submenu {
    position: absolute;
    top: 88%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.9722222222vw;
    height: auto;
    background-color: #f2eee8;
    border-color: #6d5634;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.2083333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .gnavi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5555555556vw;
    width: 100%;
    border-bottom-color: #c2c2c2;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .gnavi-submenu-list a:hover {
    background-color: #6d5634;
    color: #ffffff;
  }
  .gnavi.is-merged {
    position: fixed;
    top: 7.2916666667vw;
    left: 0;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6.9444444444vw;
    width: 100%;
    height: 3.4722222222vw;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: top 0.3s, width 0.3s;
    transition: top 0.3s, width 0.3s;
    z-index: 999;
  }
  .gnavi.is-merged .gnavi-menu {
    height: 3.4722222222vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .fv--frt .gnavi {
    bottom: -40px;
  }
  .fv--sub .gnavi {
    top: 105px;
    border-radius: 3px 0 0 3px;
  }
  .gnavi {
    padding: 0 280px 0 50px;
    gap: 0 50px;
  }
  .gnavi--home span.icon {
    width: 24px;
    height: 26px;
  }
  .gnavi-menu {
    height: 80px;
    font-size: 1.5rem;
  }
  .gnavi-parent .gnavi-menu {
    padding-right: 30px;
  }
  .gnavi-parent .gnavi-menu:before {
    width: 13px;
    height: 8px;
  }
  .gnavi-submenu {
    padding: 10px;
    width: 230px;
    border-width: 2px;
    border-radius: 3px;
  }
  .gnavi-submenu-list a {
    padding: 8px;
    border-bottom-width: 1px;
    font-size: 1.4rem;
  }
  .gnavi.is-merged {
    top: 105px;
    padding: 0 100px;
    height: 50px;
  }
  .gnavi.is-merged .gnavi-menu {
    height: 50px !important;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
}

.heading-en {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.1em;
  letter-spacing: 0.22em;
  text-transform: capitalize;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 3.6rem;
  }
}

.heading-catch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  padding: 0.3em 1.5em 0.4em 1.5em;
  background-color: #f2eee8;
  border-radius: 5em;
  color: #6d5634;
  font-weight: 500;
  line-height: 1.5em;
}
.heading-catch:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6666666667vw 2.1333333333vw 0px 2.1333333333vw;
  border-color: #f2eee8 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .heading-catch:after {
    border-width: 0.6944444444vw 0.5555555556vw 0px 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch:after {
    border-width: 10px 8px 0px 8px;
  }
}

.bg .heading-catch {
  background-color: #ffffff;
}
.bg .heading-catch:after {
  border-color: #ffffff transparent transparent transparent;
}

.heading-ja {
  position: relative;
  margin-top: 0.8em;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.12em;
}
.heading-ja span.en {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-optical-sizing: auto;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 1.6rem;
  }
}

.heading-lead p {
  line-height: 2.14em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .heading-lead p {
    line-height: 2.375em;
  }
}

/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- mask - */
.swiper-wrapper-mask .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}

.swiper-wrapper-mask .swiper-slide:before {
  border-radius: inherit;
}

.swiper-wrapper-mask .swiper-slide-active:before {
  content: none;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #c2c2c2;
  border-style: solid;
  border-width: 0.2666666667vw;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.0694444444vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 50px;
    height: 50px;
    border-width: 1px;
  }
}
.slide-prev:before,
.slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 4.1333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .slide-prev:before,
  .slide-next:before {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev:before,
  .slide-next:before {
    width: 8px;
    height: 15px;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #c2c2c2;
  }
}

.slide-prev {
  left: 0;
}
.slide-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.slide-next {
  right: 0;
}
.slide-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  bottom: auto !important;
  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;
  margin-top: 13.3333333333vw;
  gap: 4vw;
}
@media screen and (min-width: 751px) {
  .slide-pagination {
    margin-top: 2.0833333333vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    margin-top: 30px;
    gap: 20px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8vw;
  height: 0.8vw;
  background-color: #c1ae90;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #6d5634 !important;
}

/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  width: 12vw;
  height: 12vw;
  background-color: #60b530;
  border-radius: 0.4vw;
  z-index: 8888;
  cursor: pointer;
}
.toggle.is-active {
  position: fixed;
}
.toggle.is-active .toggle-box {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.toggle-box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 3.3333333333vw;
  height: 0.2666666667vw;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 4.4vw;
}

.toggle span:nth-of-type(2) {
  top: 6vw;
}

.toggle span:nth-of-type(3) {
  top: 7.6vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 6vw;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: 6vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
}
.fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 86, 52, 0.3);
}
.fv:after {
  content: "";
  position: absolute;
  right: -10.6666666667vw;
  display: inline-block;
  width: 55.2vw;
  height: 86.5333333333vw;
  background-image: url(../img/fv/u.svg);
  background-size: contain;
}

.fv--frt {
  padding: 16vw 6.1% 0 6.1%;
  height: 164vw;
  background-image: url(../img/fv/front_sp.jpg);
}
.fv--frt:after {
  bottom: -17.3333333333vw;
}

.fv--sub {
  padding: 16vw 6.1% 0 6.1%;
  height: 60vw;
  background-image: url(../img/fv/sub_sp.jpg);
}
.fv--sub:after {
  top: 37.3333333333vw;
}

.fv-inner {
  position: relative;
  z-index: 1;
}

.fv-catch {
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 9.3333333333vw;
  font-weight: 600;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
  line-height: 1.75em;
}

.fv-text {
  margin-top: 4vw;
  color: #e4d4bb;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 751px) {
  .fv:after {
    right: -5.2083333333vw;
    width: 28.75vw;
    height: 45.0694444444vw;
  }
  .fv--frt {
    padding: 1.7361111111vw 10.9% 0 10.9%;
    height: 66.6666666667vw;
    background-image: url(../img/fv/front.jpg);
    background-image: image-set(url(../img/fv/front.jpg) 1x, url(../img/fv/front-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/fv/front.jpg) 1x, url(../img/fv/front-2x.jpg) 2x);
  }
  .fv--frt:after {
    bottom: -9.0277777778vw;
  }
  .fv--sub {
    padding: 11.8055555556vw 0 0 0;
    height: 31.25vw;
    background-image: url(../img/fv/sub.jpg);
    background-image: image-set(url(../img/fv/sub.jpg) 1x, url(../img/fv/sub-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/fv/sub.jpg) 1x, url(../img/fv/sub-2x.jpg) 2x);
  }
  .fv--sub:after {
    top: 12.8472222222vw;
  }
  .fv--sub .fv-inner {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .fv-catch {
    font-size: 3.4722222222vw;
  }
  .fv-text {
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    padding-top: 25px;
    height: 960px;
  }
  .fv:after {
    right: -75px;
    width: 414px;
    height: 649px;
  }
  .fv--frt {
    padding-top: 25px;
    height: 960px;
  }
  .fv--frt:after {
    bottom: -130px;
  }
  .fv--sub {
    padding-top: 170px;
    height: 450px;
  }
  .fv--sub:after {
    top: 185px;
  }
  .fv--sub .fv-inner {
    width: 1000px;
  }
  .fv-catch {
    font-size: 5rem;
  }
  .fv-text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 6.6666666667vw 4vw 4vw 4vw;
  background-color: #9e8661;
}

.area-heading .heading-en,
.area-heading .heading-ja {
  color: #ffffff;
}

.area-content {
  margin: 0 auto 5.3333333333vw auto;
  width: 88vw;
}

.area-text {
  margin-top: 9.3333333333vw;
}
.area-text p {
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.area-text p:nth-child(n+2) {
  margin-top: 25px;
}

.area-map {
  border-radius: 0.4vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 69.4444444444vw;
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 3.4722222222vw;
    border-radius: 0.2083333333vw;
  }
  .area-content {
    margin: 0;
    width: 27.7777777778vw;
  }
  .area-text {
    margin-top: 2.7777777778vw;
  }
  .area-text p {
    font-size: 0.9027777778vw;
    line-height: 1.75em;
  }
  .area-text p:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .area-map {
    width: 33.6805555556vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    width: 1000px;
    padding: 30px 30px 30px 50px;
    border-radius: 3px;
  }
  .area-content {
    width: 400px;
  }
  .area-text {
    margin-top: 40px;
  }
  .area-text p {
    font-size: 1.3rem;
  }
  .area-text p:nth-child(n+2) {
    margin-top: 25px;
  }
  .area-map {
    width: 485px;
    border-radius: 3px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
  padding: 20vw 0 14.6666666667vw 0;
}

.blog-heading {
  position: relative;
  margin-bottom: 13.3333333333vw;
}
.blog-heading:after {
  content: "";
  position: absolute;
  top: -11.3333333333vw;
  right: 0;
  display: inline-block;
  width: 13.8666666667vw;
  height: 24.6666666667vw;
  background-image: url(../img/common/augusta.svg);
  background-size: contain;
}

.blog-lead {
  margin-top: 6.6666666667vw;
}

.blog-slide {
  position: relative;
}

.blog-slide .swiper-slide {
  width: 72vw;
}

@media screen and (max-width: 750px) {
  .blog-slide {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .blog-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 101%;
    width: 10.6666666667vw;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
  }
  .blog-slide .swiper-slide {
    margin-right: 5.3333333333vw;
  }
  .blog-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .blog {
    padding: 9.0277777778vw 0 6.9444444444vw 0;
  }
  .blog .inner {
    width: 77.7777777778vw !important;
  }
  .blog-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.5555555556vw;
  }
  .blog-heading:after {
    top: -6.25vw;
    right: -5.5555555556vw;
    width: 7.2222222222vw;
    height: 13.6111111111vw;
  }
  .blog-lead {
    margin: 0 0 0 9.375vw;
  }
  .blog-slide .swiper-wrapper {
    width: auto;
    height: auto;
    gap: 3.4722222222vw;
  }
  .blog-slide .swiper-slide {
    width: 23.6111111111vw;
  }
  #blog-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 130px 0 100px 0;
  }
  .blog .inner {
    width: 1120px !important;
  }
  .blog-heading {
    margin-bottom: 80px;
  }
  .blog-heading:after {
    top: -90px;
    right: -80px;
    width: 104px;
    height: 196px;
  }
  .blog-lead {
    margin-left: 135px;
  }
  .blog-slide .swiper-wrapper {
    gap: 50px;
  }
  .blog-slide .swiper-slide {
    width: 340px;
  }
}
/*  #event
-------------------------------------------------------------------------------*/
.event {
  position: relative;
  padding: 14.6666666667vw 0 17.3333333333vw 0;
  background-color: #f2eee8;
}

.event-heading {
  position: relative;
  margin-bottom: 13.3333333333vw;
  padding-left: 10vw;
}
.event-heading:before {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: -1.3333333333vw;
  display: inline-block;
  width: 6.2666666667vw;
  height: 12vw;
  background-image: url(../img/common/candle_sp.png);
  background-size: contain;
}

.event-slide {
  position: relative;
}

.event-slide .swiper-slide {
  width: 72vw;
}

@media screen and (max-width: 750px) {
  .event-slide {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .event-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 101%;
    width: 10.6666666667vw;
    height: 100%;
    background-color: #f2eee8;
    z-index: 1;
  }
  .event-slide .swiper-slide {
    margin-right: 4vw;
  }
  .event-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .event {
    padding: 9.7222222222vw 0 6.9444444444vw 0;
  }
  .event .inner {
    width: 77.7777777778vw;
  }
  .event-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.5555555556vw;
    padding-left: 0;
  }
  .event-heading:before {
    top: -3.8194444444vw;
    left: -6.5972222222vw;
    width: 3.2638888889vw;
    height: 6.4583333333vw;
    background-image: url(../img/common/candle.png);
    background-image: image-set(url(../img/common/candle.png) 1x, url(../img/common/candle-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/candle.png) 1x, url(../img/common/candle-2x.png) 2x);
  }
  .event-slide .swiper-wrapper {
    width: auto;
    height: auto;
    gap: 1.3888888889vw;
  }
  .event-slide .swiper-slide {
    width: 25vw;
    height: auto;
  }
  #event-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .event {
    padding: 140px 0 100px 0;
  }
  .event .inner {
    width: 1120px;
  }
  .event-heading {
    margin-bottom: 80px;
  }
  .event-heading:before {
    top: -55px;
    left: -95px;
    width: 47px;
    height: 93px;
  }
  .event-slide .swiper-wrapper {
    gap: 20px;
  }
  .event-slide .swiper-slide {
    width: 360px;
  }
}
/*  .contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  margin: 13.3333333333vw auto;
  padding: 0.6666666667vw 0;
  width: 94.6666666667vw;
  border-top-color: #383838;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #383838;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.contact:before {
  content: "";
  position: absolute;
  top: 7.3333333333vw;
  left: 60vw;
  display: inline-block;
  width: 17.8666666667vw;
  height: 8.4vw;
  background-image: url(../img/common/measuring-tape_sp.png);
  background-size: contain;
}

.contact--top {
  margin-top: 0 !important;
}

.contact--bottom {
  margin-bottom: 0 !important;
}

.contact--none {
  margin: 0 auto !important;
}

.contact-box {
  position: relative;
  padding: 9.3333333333vw 2vw 6.6666666667vw 2vw;
  border-top-color: #383838;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #383838;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.contact-heading {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 0 2.6666666667vw;
}

.contact-en {
  font-family: "p22-franklin-caslon", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.contact-lead {
  margin-top: 8vw;
}
.contact-lead p {
  letter-spacing: 0.12em;
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-btn a {
  position: relative;
  display: block;
  width: 44vw;
}

.contact-btn-circle {
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-btn-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4.8vw;
  height: 3.7333333333vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-btn-box {
  position: relative;
  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;
  padding-top: 4vw;
  height: 20vw;
  border-radius: 0.4vw;
  z-index: 1;
  overflow: hidden;
}
.contact-btn-box p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.42em;
  letter-spacing: 0.12em;
}
.contact-btn-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.contact-btn--contact {
  background-color: #383838;
}
.contact-btn--contact .contact-btn-circle {
  background-color: #383838;
}
.contact-btn--contact .contact-btn-circle:after {
  background-image: url(../img/common/book.svg);
}

.contact-btn--consul {
  background-color: #60b530;
}
.contact-btn--consul .contact-btn-circle {
  background-color: #60b530;
}
.contact-btn--consul .contact-btn-circle:after {
  background-image: url(../img/common/mail.svg);
}

.contact--land .contact-lead p {
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .contact {
    margin: 5.5555555556vw auto;
    padding: 0.3472222222vw 0;
    width: 83.3333333333vw;
    border-top-width: 0.0694444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .contact:before {
    top: 3.8194444444vw;
    left: 20.1388888889vw;
    width: 6.5972222222vw;
    height: 3.0555555556vw;
    background-image: url(../img/common/measuring-tape.png);
    background-image: image-set(url(../img/common/measuring-tape.png) 1x, url(../img/common/measuring-tape-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/measuring-tape.png) 1x, url(../img/common/measuring-tape-2x.png) 2x);
  }
  .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.4722222222vw;
    height: 18.0555555556vw;
    border-top-width: 0.0694444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .contact-heading {
    margin: 0;
    padding: 0;
    width: 23.6111111111vw;
  }
  .contact-lead {
    margin-top: 2.0833333333vw;
  }
  .contact-btn {
    width: 47.2222222222vw;
  }
  .contact-btn a {
    width: 22.9166666667vw;
  }
  .contact-btn a:hover .contact-btn-box:before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
  .contact-btn-circle {
    top: -1.3888888889vw;
    width: 5.2777777778vw;
    height: 5.2777777778vw;
  }
  .contact-btn-circle:after {
    width: 2.5vw;
    height: 1.8055555556vw;
  }
  .contact-btn-box {
    padding-top: 1.7361111111vw;
    height: 6.9444444444vw;
    border-radius: 0.2083333333vw;
  }
  .contact-btn-box p {
    font-size: 1.25vw;
  }
  .contact--land .contact-lead p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .contact {
    margin: 80px auto;
    padding: 5px 0;
    width: 1200px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .contact:before {
    top: 55px;
    left: 290px;
    width: 95px;
    height: 44px;
  }
  .contact-box {
    padding: 0 50px;
    height: 260px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .contact-heading {
    width: 340px;
  }
  .contact-lead {
    margin-top: 30px;
  }
  .contact-btn {
    width: 680px;
  }
  .contact-btn a {
    width: 330px;
  }
  .contact-btn-circle {
    top: -20px;
    width: 76px;
    height: 76px;
  }
  .contact-btn-circle:after {
    width: 36px;
    height: 26px;
  }
  .contact-btn-box {
    padding-top: 25px;
    height: 100px;
    border-radius: 3px;
  }
  .contact-btn-box p {
    font-size: 1.8rem;
  }
  .contact--land .contact-lead p {
    font-size: 1.5rem;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry-box {
  position: relative;
  padding: 8.6666666667vw 0 6vw 0;
  border-top-color: #6d5634;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #6d5634;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.inquiry-label {
  position: absolute;
  top: -4vw;
  left: 50%;
  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: 24vw;
  height: 8vw;
  background-color: #6d5634;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inquiry-call a {
  display: block;
  color: #6d5634;
  font-family: "EB Garamond", serif;
  font-size: 9.0666666667vw;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.inquiry-time {
  margin-top: 1em;
  color: #6d5634;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.06em;
}

.inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.6666666667vw;
}

.inquiry-btn a {
  position: relative;
  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;
  height: 16vw;
  border-radius: 0.4vw;
  overflow: hidden;
}
.inquiry-btn a p {
  position: relative;
  padding-left: 9.8666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  line-height: 1.42em;
  letter-spacing: 0.12em;
}
.inquiry-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: 0.1em;
  width: 6.9333333333vw;
  height: 4.8vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.inquiry-btn--contact {
  width: 48vw;
  background-color: #383838;
}
.inquiry-btn--contact p:before {
  background-image: url(../img/common/book.svg);
}

.inquiry-btn--consul {
  width: 36vw;
  background-color: #60b530;
}
.inquiry-btn--consul p:before {
  background-image: url(../img/common/mail.svg);
}

@media screen and (min-width: 751px) {
  .inquiry-box {
    padding: 2.7777777778vw 0 1.7361111111vw 0;
    border-top-width: 0.0694444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .inquiry-label {
    top: -1.0416666667vw;
    width: 7.3611111111vw;
    height: 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
  .inquiry-call a {
    font-size: 2.7777777778vw;
    pointer-events: none;
  }
  .inquiry-time {
    font-size: 0.9722222222vw;
  }
  .inquiry-btn {
    margin-top: 1.3888888889vw;
  }
  .inquiry-btn a {
    height: 4.1666666667vw;
    border-radius: 0.2083333333vw;
  }
  .inquiry-btn a p {
    padding-left: 2.5vw;
    font-size: 1.0416666667vw;
  }
  .inquiry-btn a p:before {
    width: 1.6666666667vw;
    height: 1.25vw;
  }
  .inquiry-btn a:hover:before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
  .inquiry-btn--contact {
    width: 18.0555555556vw;
  }
  .inquiry-btn--consul {
    width: 11.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-box {
    padding: 40px 0 25px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .inquiry-label {
    top: -15px;
    width: 106px;
    height: 30px;
    font-size: 1.4rem;
  }
  .inquiry-call a {
    font-size: 4rem;
  }
  .inquiry-time {
    font-size: 1.4rem;
  }
  .inquiry-btn {
    margin-top: 20px;
  }
  .inquiry-btn a {
    height: 60px;
    border-radius: 3px;
  }
  .inquiry-btn a p {
    padding-left: 36px;
    font-size: 1.5rem;
  }
  .inquiry-btn a p:before {
    width: 24px;
    height: 18px;
  }
  .inquiry-btn--contact {
    width: 260px;
  }
  .inquiry-btn--consul {
    width: 170px;
  }
}
/*  #information
-------------------------------------------------------------------------------*/
.info {
  position: relative;
}
.info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49.3333333333vw;
  height: 100%;
  background-image: url(../img/information/bg_sp.jpg);
  background-size: cover;
}

.info .inner {
  width: 100%;
}

.info-heading {
  margin-bottom: 8vw;
}
.info-heading:after {
  content: "";
  position: absolute;
  top: -14.6666666667vw;
  right: -2.6666666667vw;
  display: inline-block;
  width: 9.4666666667vw;
  height: 12.2666666667vw;
  background-image: url(../img/common/bird_sp.png);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .info-content {
    margin-left: auto;
    padding: 10.6666666667vw 5.3333333333vw;
    background-color: #ffffff;
    width: 94.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .info:before {
    width: 23.6111111111vw;
    background-image: url(../img/information/bg.jpg);
    background-image: image-set(url(../img/information/bg.jpg) 1x, url(../img/information/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/information/bg.jpg) 1x, url(../img/information/bg-2x.jpg) 2x);
  }
  .info .inner {
    width: 92.7777777778vw;
  }
  .info-heading {
    margin-bottom: 6.25vw;
  }
  .info-heading:after {
    top: -1.7361111111vw;
    right: 12.5vw;
    width: 4.0972222222vw;
    height: 5.2777777778vw;
    background-image: url(../img/common/bird.png);
    background-image: image-set(url(../img/common/bird.png) 1x, url(../img/common/bird-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/bird.png) 1x, url(../img/common/bird-2x.png) 2x);
  }
  .info--sub .info-heading:after {
    right: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .info:before {
    width: 340px;
  }
  .info .inner {
    width: 1336px;
  }
  .info-heading {
    margin-bottom: 90px;
  }
  .info-heading:after {
    top: -25px;
    right: 180px;
    width: 59px;
    height: 76px;
  }
  .info--sub .info-heading:after {
    right: 360px;
  }
}
/*  menu
-------------------------------------------------------------------------------*/
.menu {
  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;
}

.c-menu {
  width: 100%;
  border-color: #60b530;
  border-style: solid;
  border-width: 1px;
}

.c-menu a {
  position: relative;
  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;
  height: 44.5333333333vw;
  background-color: #ffffff;
}
.c-menu a:hover .c-menu-bg {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.c-menu a:hover .c-menu-bg:before {
  background-color: rgba(56, 56, 56, 0.8);
}

.c-menu-box {
  position: relative;
  width: 68vw;
  height: 39.2vw;
  border-radius: 0.4vw;
  overflow: hidden;
}

.c-menu-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-menu-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.9);
}

.c-menu-bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-menu-bg:before {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.c-menu--performance .c-menu-bg {
  background-image: url(../img/menu/performance_sp.jpg);
}

.c-menu--support .c-menu-bg {
  background-image: url(../img/menu/support_sp.jpg);
}

.c-menu--community-based .c-menu-bg {
  background-image: url(../img/menu/community-based_sp.jpg);
}

.c-menu--reason .c-menu-bg {
  background-image: url(../img/menu/reason_sp.jpg);
}

.c-menu-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68vw;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.c-menu-ja {
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

.c-menu-text {
  margin-top: 4.6666666667vw;
}
.c-menu-text p {
  color: #9e8661;
  font-size: 3.7333333333vw;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
  .menu {
    margin: 0 auto;
    width: 73.3333333333vw;
  }
  .c-menu:not(:first-child) {
    border-top: none;
  }
}
@media screen and (min-width: 751px) {
  .c-menu {
    width: 23.1944444444vw;
    border-width: 0.0694444444vw;
  }
  .c-menu:not(:first-child) {
    border-left: none;
  }
  .c-menu a {
    height: 23.1944444444vw;
  }
  .c-menu a:hover .c-menu-bg {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  .c-menu a:hover .c-menu-bg:before {
    background-color: rgba(56, 56, 56, 0.8);
  }
  .c-menu-box {
    width: 20.4166666667vw;
    height: 20.4166666667vw;
    border-radius: 0.2083333333vw;
  }
  .c-menu-bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .c-menu-bg:before {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .c-menu--performance .c-menu-bg {
    background-image: url(../img/menu/performance.jpg);
    background-image: image-set(url(../img/menu/performance.jpg) 1x, url(../img/menu/performance-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/menu/performance.jpg) 1x, url(../img/menu/performance-2x.jpg) 2x);
  }
  .c-menu--support .c-menu-bg {
    background-image: url(../img/menu/support.jpg);
    background-image: image-set(url(../img/menu/support.jpg) 1x, url(../img/menu/support-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/menu/support.jpg) 1x, url(../img/menu/support-2x.jpg) 2x);
  }
  .c-menu--community-based .c-menu-bg {
    background-image: url(../img/menu/community-based.jpg);
    background-image: image-set(url(../img/menu/community-based.jpg) 1x, url(../img/menu/community-based-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/menu/community-based.jpg) 1x, url(../img/menu/community-based-2x.jpg) 2x);
  }
  .c-menu--reason .c-menu-bg {
    background-image: url(../img/menu/reason.jpg);
    background-image: image-set(url(../img/menu/reason.jpg) 1x, url(../img/menu/reason-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/menu/reason.jpg) 1x, url(../img/menu/reason-2x.jpg) 2x);
  }
  .c-menu-content {
    width: 20.4166666667vw;
  }
  .c-menu-ja {
    font-size: 1.8055555556vw;
  }
  .c-menu-text {
    margin-top: 2.7777777778vw;
  }
  .c-menu-text p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-menu {
    width: 334px;
    border-width: 1px;
  }
  .c-menu a {
    height: 334px;
  }
  .c-menu-box {
    width: 294px;
    height: 294px;
    border-radius: 3px;
  }
  .c-menu-content {
    width: 294px;
  }
  .c-menu-ja {
    font-size: 2.6rem;
  }
  .c-menu-text {
    margin-top: 40px;
  }
  .c-menu-text p {
    font-size: 1.5rem;
  }
}
/*  #modelhouse
-------------------------------------------------------------------------------*/
.modelhouse {
  position: relative;
  padding-top: 24vw;
}

.modelhouse .inner {
  width: 100%;
}

.modelhouse-heading {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}

.modelhouse-heading > div {
  position: relative;
  display: inline-block;
}
.modelhouse-heading > div:before, .modelhouse-heading > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.modelhouse-heading > div:before {
  top: -13.3333333333vw;
  left: -4.6666666667vw;
  width: 12.2666666667vw;
  height: 8.9333333333vw;
  background-image: url(../img/common/window.svg);
}
.modelhouse-heading > div:after {
  top: 13.3333333333vw;
  right: -5.3333333333vw;
  width: 10.1333333333vw;
  height: 22vw;
  background-image: url(../img/common/chair.svg);
}

.modelhouse-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8.6666666667vw;
}

.modelhouse-list > li {
  position: relative;
  padding: 8vw 6.6666666667vw 6vw 6.6666666667vw;
}

.c-modelhouse-image {
  position: relative;
  margin: 0 auto 9.3333333333vw auto;
  width: 77.3333333333vw;
}

.c-modelhouse-name {
  color: #60b530;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

.c-modelhouse-text {
  margin-top: 4.6666666667vw;
}
.c-modelhouse-text p {
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

.c-modelhouse-box {
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.4vw;
}
.c-modelhouse-box p {
  color: #6d5634;
  font-size: 4vw;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}
.c-modelhouse-box p:first-child {
  margin-bottom: 0.5em;
}
.c-modelhouse-box p.indent {
  text-indent: -0.5em;
}

.c-modelhouse-btn {
  margin-top: 9.3333333333vw;
  width: 60vw;
}

.modelhouse-list > li:nth-child(odd) .c-modelhouse-image > div {
  border-radius: 0 0 0 22.6666666667vw;
}

.modelhouse-list > li:nth-child(even) .c-modelhouse-image > div {
  border-radius: 0 0 22.6666666667vw 0;
}

@media screen and (max-width: 750px) {
  .modelhouse-list {
    width: 97.3333333333vw;
  }
  .modelhouse-list > li {
    background-color: #f2eee8;
  }
  .modelhouse-list > li:nth-child(odd) {
    left: 2.6666666667vw;
  }
  .modelhouse-list > li:nth-child(odd):before {
    border-radius: 0.4vw 0 0 0.4vw;
  }
  .modelhouse-list > li:nth-child(even):before {
    border-radius: 0 0.4vw 0.4vw 0;
  }
}
@media screen and (min-width: 751px) {
  .modelhouse {
    padding: 8.3333333333vw 0 1.3888888889vw 0;
  }
  .modelhouse-heading {
    margin-bottom: 5.5555555556vw;
  }
  .modelhouse-heading > div:before {
    top: -1.7361111111vw;
    left: -11.8055555556vw;
    width: 6.3888888889vw;
    height: 4.6527777778vw;
  }
  .modelhouse-heading > div:after {
    top: 0;
    right: -9.0277777778vw;
    width: 3.9583333333vw;
    height: 8.6111111111vw;
  }
  .modelhouse .inner {
    width: 83.3333333333vw !important;
  }
  .modelhouse-list {
    gap: 2.4305555556vw 0;
  }
  .modelhouse-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.5555555556vw 6.9444444444vw;
    width: 100%;
  }
  .modelhouse-list > li:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #f2eee8;
    z-index: -1;
  }
  .c-modelhouse-image {
    margin: 0;
    width: 30.5555555556vw;
    height: 37.6388888889vw;
  }
  .c-modelhouse-image > div {
    position: absolute;
    top: 0;
    width: 40.2777777778vw;
  }
  .c-modelhouse-content {
    width: 33.6805555556vw;
  }
  .c-modelhouse-name {
    font-size: 1.8055555556vw;
    line-height: 1.75em;
  }
  .c-modelhouse-text {
    margin-top: 3.4722222222vw;
  }
  .c-modelhouse-text p {
    line-height: 2.25em;
  }
  .c-modelhouse-box {
    margin-top: 2.4305555556vw;
    padding: 1.7361111111vw 1.875vw;
    border-radius: 0.2083333333vw;
  }
  .c-modelhouse-box p {
    font-size: 1.0416666667vw;
    line-height: 2em;
    letter-spacing: 0.07em;
  }
  .c-modelhouse-btn {
    margin-top: 3.4722222222vw;
    width: 17.3611111111vw;
  }
  .modelhouse-list > li:nth-child(odd) {
    margin: 0;
  }
  .modelhouse-list > li:nth-child(odd) .c-modelhouse-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modelhouse-list > li:nth-child(odd) .c-modelhouse-image > div {
    left: 0;
    border-radius: 0 0 0 11.8055555556vw;
  }
  .modelhouse-list > li:nth-child(odd) .c-modelhouse-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modelhouse-list > li:nth-child(odd):before {
    left: 0;
    border-radius: 0.2083333333vw 0 0 0.2083333333vw;
  }
  .modelhouse-list > li:nth-child(even) {
    margin: 0;
  }
  .modelhouse-list > li:nth-child(even) .c-modelhouse-image > div {
    right: 0;
    border-radius: 0 0 11.8055555556vw 0;
  }
  .modelhouse-list > li:nth-child(even):before {
    right: 0;
    border-radius: 0 0.2083333333vw 0.2083333333vw 0;
  }
  .modelhouse-list > li:nth-child(2):after {
    content: "";
    position: absolute;
    top: -4.5138888889vw;
    right: 2.7777777778vw;
    display: inline-block;
    width: 4.5138888889vw;
    height: 7.2916666667vw;
    background-image: url(../img/common/stool.svg);
    background-size: contain;
    z-index: 1;
  }
}
@media screen and (min-width: 1441px) {
  .modelhouse {
    padding: 120px 0 20px 0;
  }
  .modelhouse-heading {
    margin-bottom: 80px;
  }
  .modelhouse-heading > div:before {
    top: -25px;
    left: -170px;
    width: 92px;
    height: 67px;
  }
  .modelhouse-heading > div:after {
    right: -130px;
    width: 57px;
    height: 124px;
  }
  .modelhouse .inner {
    width: 1200px !important;
  }
  .modelhouse-list {
    gap: 35px 0;
  }
  .modelhouse-list > li {
    padding: 80px 100px;
  }
  .c-modelhouse-image {
    width: 440px;
    height: 542px;
  }
  .c-modelhouse-image > div {
    width: 580px;
  }
  .c-modelhouse-content {
    width: 485px;
  }
  .c-modelhouse-name {
    font-size: 2.6rem;
  }
  .c-modelhouse-text {
    margin-top: 50px;
  }
  .c-modelhouse-box {
    margin-top: 35px;
    padding: 25px 27px;
    border-radius: 3px;
  }
  .c-modelhouse-box p {
    font-size: 1.5rem;
  }
  .c-modelhouse-btn {
    margin-top: 50px;
    width: 250px;
  }
  .modelhouse-list > li:nth-child(odd) .c-modelhouse-image > div {
    border-radius: 0 0 0 170px;
  }
  .modelhouse-list > li:nth-child(odd):before {
    border-radius: 3px 0 0 3px;
  }
  .modelhouse-list > li:nth-child(even) .c-modelhouse-image > div {
    border-radius: 0 0 170px 0;
  }
  .modelhouse-list > li:nth-child(even):before {
    border-radius: 0 3px 3px 0;
  }
  .modelhouse-list > li:nth-child(2):after {
    top: -65px;
    right: 40px;
    width: 65px;
    height: 105px;
  }
}
/*  pickup
-------------------------------------------------------------------------------*/
.pickup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw 0;
  margin: 0 auto;
  padding: 13.3333333333vw 6.6666666667vw;
  width: 94.6666666667vw;
  background-color: #f2eee8;
  border-radius: 0.4vw;
}
.pickup:before {
  content: "";
  position: absolute;
  top: -1.3333333333vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 22.1333333333vw;
  height: 10.4vw;
  background-image: url(../img/common/hanger_sp.png);
  background-size: contain;
  z-index: 1;
}

.pickup-en {
  color: #60b530;
  font-family: "p22-franklin-caslon", sans-serif;
  font-size: 6.1333333333vw;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.pickup-ja {
  margin-top: 0.35em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.12em;
}

.pickup-ttl {
  position: relative;
  display: inline-block;
  font-family: "p22-franklin-caslon", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
.pickup-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.1em;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pickup-instagram .pickup-ttl {
  padding-right: 9.3333333333vw;
}
.pickup-instagram .pickup-ttl:after {
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/instagram.svg);
}

.pickup-youtube .pickup-ttl {
  padding-right: 10.6666666667vw;
}
.pickup-youtube .pickup-ttl:after {
  width: 8vw;
  height: 5.8666666667vw;
  background-image: url(../img/common/youtube.svg);
}

.pickup-text {
  margin-top: 2.6666666667vw;
}
.pickup-text p {
  color: #707070;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .pickup {
    gap: 3.4722222222vw 4.1666666667vw;
    padding: 5.5555555556vw 11.8055555556vw;
    width: 93.0555555556vw;
    border-radius: 0.2083333333vw;
  }
  .pickup:before {
    top: -0.5555555556vw;
    left: 2.0833333333vw;
    width: 10.1388888889vw;
    height: 4.5833333333vw;
    background-image: url(../img/common/hanger.png);
    background-image: image-set(url(../img/common/hanger.png) 1x, url(../img/common/hanger-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/hanger.png) 1x, url(../img/common/hanger-2x.png) 2x);
  }
  .pickup-en {
    font-size: 1.6666666667vw;
  }
  .pickup-ja {
    font-size: 1.1111111111vw;
  }
  .pickup-ttl {
    font-size: 1.6666666667vw;
  }
  .pickup-instagram .pickup-ttl {
    padding-right: 2.4305555556vw;
  }
  .pickup-instagram .pickup-ttl:after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .pickup-youtube .pickup-ttl {
    padding-right: 2.7777777778vw;
  }
  .pickup-youtube .pickup-ttl:after {
    width: 2.0833333333vw;
    height: 1.5277777778vw;
  }
  .pickup-text {
    margin-top: 1.0416666667vw;
  }
  .pickup-text p {
    font-size: 0.9027777778vw;
    line-height: 1.84em;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    gap: 50px 60px;
    padding: 80px 170px;
    width: 1340px;
    border-radius: 3px;
  }
  .pickup:before {
    top: -8px;
    left: 30px;
    width: 146px;
    height: 66px;
  }
  .pickup-en {
    font-size: 2.4rem;
  }
  .pickup-ja {
    font-size: 1.6rem;
  }
  .pickup-ttl {
    font-size: 2.4rem;
  }
  .pickup-instagram .pickup-ttl {
    padding-right: 35px;
  }
  .pickup-instagram .pickup-ttl:after {
    width: 24px;
    height: 24px;
  }
  .pickup-youtube .pickup-ttl {
    padding-right: 40px;
  }
  .pickup-youtube .pickup-ttl:after {
    width: 30px;
    height: 22px;
  }
  .pickup-text {
    margin-top: 15px;
  }
  .pickup-text p {
    font-size: 1.3rem;
  }
}
/* ------------------------------------------- thanks - */
.pickup-thanks {
  position: relative;
  padding: 1.3333333333vw;
  width: 100%;
  background-color: #ffffff;
}

.pickup-thanks-content {
  padding: 4vw;
}

.pickup-thanks-text {
  margin-top: 5.3333333333vw;
}
.pickup-thanks-text p {
  font-size: 3.4666666667vw;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

.pickup-thanks-movie {
  position: relative;
  width: 100%;
  height: 58.1333333333vw;
  background-color: #9d9b9b;
}

.pickup-thanks-btn {
  margin-top: 4.6666666667vw;
  width: 64vw;
}

.pickup-thanks-btn .btn-square {
  height: 9.6vw;
}
.pickup-thanks-btn .btn-square:after {
  width: 1.0666666667vw;
  height: 2.4vw;
}

@media screen and (min-width: 751px) {
  .pickup-thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 2.7777777778vw;
    width: 69.4444444444vw;
  }
  .pickup-thanks-content {
    padding: 1.0416666667vw 0 0 0;
    width: 29.8611111111vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pickup-thanks-text {
    margin-top: 1.3888888889vw;
  }
  .pickup-thanks-text p {
    font-size: 0.9027777778vw;
    line-height: 2.3em;
  }
  .pickup-thanks-movie {
    width: 33.3333333333vw;
    height: 22.6388888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pickup-thanks-movie:after {
    width: 3.6111111111vw;
    height: 2.6388888889vw;
  }
  .pickup-thanks-btn {
    margin-top: 1.7361111111vw;
    width: 16.6666666667vw;
  }
  .pickup-thanks-btn .btn-square {
    height: 2.5vw;
  }
  .pickup-thanks-btn .btn-square:after {
    width: 0.2777777778vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-thanks {
    padding: 10px 10px 10px 40px;
    width: 1000px;
  }
  .pickup-thanks-content {
    padding-top: 15px;
    width: 430px;
  }
  .pickup-thanks-text {
    margin-top: 20px;
  }
  .pickup-thanks-text p {
    font-size: 1.3rem;
  }
  .pickup-thanks-movie {
    width: 480px;
    height: 326px;
  }
  .pickup-thanks-movie:after {
    width: 52px;
    height: 38px;
  }
  .pickup-thanks-btn {
    margin-top: 25px;
    width: 240px;
  }
  .pickup-thanks-btn .btn-square {
    height: 36px;
  }
  .pickup-thanks-btn .btn-square:after {
    width: 4px;
    height: 9px;
  }
}
/* ------------------------------------------- box - */
.pickup-box {
  width: 100%;
}

.pickup-box a {
  position: relative;
  display: block;
  padding: 1.3333333333vw;
  background-color: #ffffff;
}

.pickup-box-content {
  position: absolute;
  right: 0;
  bottom: 0;
  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: 42.6666666667vw;
  height: 17.3333333333vw;
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .pickup-box {
    width: 32.6388888889vw;
  }
  .pickup-box a {
    padding: 0.6944444444vw;
  }
  .pickup-box a:hover .pickup-box-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .pickup-box-content {
    width: 14.5833333333vw;
    height: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-box {
    width: 470px;
  }
  .pickup-box a {
    padding: 10px;
  }
  .pickup-box-content {
    width: 210px;
    height: 90px;
  }
}
/* ------------------------------------------- owner - */
.pickup-owner {
  width: 100%;
}

.pickup-owner a {
  display: block;
  padding: 1.3333333333vw;
  background-color: #ffffff;
}

.pickup-owner-content {
  padding: 4vw 3.3333333333vw;
}

@media screen and (min-width: 751px) {
  .pickup-owner {
    width: 69.4444444444vw;
  }
  .pickup-owner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
  }
  .pickup-owner-image {
    width: 36.1111111111vw;
  }
  .pickup-owner a:hover .pickup-owner-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .pickup-owner-content {
    padding: 0 2.7777777778vw 0 0;
    width: 28.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-owner {
    width: 1000px;
  }
  .pickup-owner a {
    padding: 10px;
  }
  .pickup-owner-image {
    width: 520px;
  }
  .pickup-owner-content {
    padding-right: 40px;
    width: 410px;
  }
}
/* ------------------------------------------- instagram - */
.pickup-instagram {
  width: 100%;
}

.pickup-instagram a {
  position: relative;
  display: block;
  padding: 0.2666666667vw;
  background-image: -ms-linear-gradient(-180deg, rgb(221, 47, 123) 0%, rgb(252, 174, 73) 31%, rgb(188, 50, 163) 72%, rgb(222, 106, 98) 91%, rgb(93, 87, 202) 100%);
}

.pickup-instagram-box {
  padding: 1.3333333333vw;
  background-color: #ffffff;
}

.pickup-instagram-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0666666667vw;
}

.pickup-instagram-image > div {
  width: 25.3333333333vw;
}

.pickup-instagram-content {
  padding: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .pickup-instagram {
    width: 32.6388888889vw;
  }
  .pickup-instagram a {
    padding: 0.1388888889vw;
    height: 12.5vw;
  }
  .pickup-instagram-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw 1.3888888889vw 0.6944444444vw 0.6944444444vw;
    height: 12.2222222222vw;
  }
  .pickup-instagram-image {
    gap: 0.1388888889vw;
    width: 16.9444444444vw;
  }
  .pickup-instagram-image > div {
    width: 5.5555555556vw;
  }
  .pickup-instagram-content {
    padding: 0;
    width: 11.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-instagram {
    width: 470px;
  }
  .pickup-instagram a {
    padding: 2px;
    height: 180px;
  }
  .pickup-instagram-box {
    padding: 10px 20px 10px 10px;
    height: 176px;
  }
  .pickup-instagram-image {
    gap: 2px;
    width: 244px;
  }
  .pickup-instagram-image > div {
    width: 80px;
  }
  .pickup-instagram-content {
    width: 170px;
  }
}
/* ------------------------------------------- youtube - */
.pickup-youtube {
  width: 100%;
}

.pickup-youtube a {
  position: relative;
  display: block;
  padding: 2.1333333333vw 0.2666666667vw;
  background-color: #383838;
}
.pickup-youtube a:before, .pickup-youtube a:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 77.8666666667vw;
  height: 0.8vw;
  background-image: url(../img/pickup/dashed_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pickup-youtube a:before {
  top: 0.6666666667vw;
}
.pickup-youtube a:after {
  bottom: 0.6666666667vw;
}

.pickup-youtube-box {
  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;
  height: 32vw;
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pickup-youtube {
    width: 32.6388888889vw;
  }
  .pickup-youtube a {
    padding: 1.1111111111vw 0.1388888889vw;
  }
  .pickup-youtube a:before, .pickup-youtube a:after {
    width: 10.5555555556vw;
    height: 0.4166666667vw;
    background-image: url(../img/pickup/dashed.svg);
  }
  .pickup-youtube a:before {
    top: 0.3472222222vw;
  }
  .pickup-youtube a:after {
    bottom: 0.3472222222vw;
  }
  .pickup-youtube-box {
    height: 10.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup-youtube {
    width: 470px;
  }
  .pickup-youtube a {
    padding: 16px 2px;
  }
  .pickup-youtube a:before, .pickup-youtube a:after {
    width: 452px;
    height: 6px;
  }
  .pickup-youtube a:before {
    top: 5px;
  }
  .pickup-youtube a:after {
    bottom: 5px;
  }
  .pickup-youtube-box {
    height: 148px;
  }
}
/*  #service
-------------------------------------------------------------------------------*/
.service {
  position: relative;
  padding: 17.3333333333vw 0 20vw 0;
  background-color: #f2eee8;
}

.service .inner {
  width: 100%;
}

.service-heading {
  position: relative;
  margin-bottom: 9.3333333333vw;
  text-align: center;
}

.service-heading > div:nth-child(1) {
  position: relative;
  display: inline-block;
}
.service-heading > div:nth-child(1):before, .service-heading > div:nth-child(1):after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.service-heading > div:nth-child(1):before {
  top: 50%;
  left: -23.3333333333vw;
  width: 17.3333333333vw;
  height: 27.0666666667vw;
  background-image: url(../img/common/cat_sp.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-heading > div:nth-child(1):after {
  top: 6vw;
  right: -23.3333333333vw;
  width: 17.0666666667vw;
  height: 11.6vw;
  background-image: url(../img/common/roller_sp.png);
}

.service-lead {
  margin-top: 16vw;
}

.service-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw 0;
  padding: 6.6666666667vw 0;
  background-color: #ffffff;
}

.c-service a {
  position: relative;
  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;
  height: 61.8666666667vw;
  overflow: hidden;
}

.c-service-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.c-service-en {
  color: #ffffff;
  font-family: "p22-franklin-caslon", sans-serif;
  font-size: 7.7333333333vw;
  font-optical-sizing: auto;
  line-height: 1em;
  letter-spacing: 0.14em;
}

.c-service-ja {
  margin-top: 1em;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.12em;
}

.c-service-text {
  margin-top: 6.6666666667vw;
}
.c-service-text p {
  color: #d9c6a9;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.12em;
}

.c-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-service-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
}

.c-service--custom-house .c-service-bg {
  background-image: url(../img/service/custom-house_sp.jpg);
}

.c-service--standard-house .c-service-bg {
  background-image: url(../img/service/standard-house_sp.jpg);
}

.c-service--one-story-home .c-service-bg {
  background-image: url(../img/service/one-story-home_sp.jpg);
}

.c-service--renovation .c-service-bg {
  background-image: url(../img/service/renovation_sp.jpg);
}

.c-service--rebuilding .c-service-bg {
  background-image: url(../img/service/rebuilding_sp.jpg);
}

.c-service--land-search .c-service-bg {
  background-image: url(../img/service/land-search_sp.jpg);
}

@media screen and (max-width: 750px) {
  .service-heading {
    margin-left: auto;
    margin-right: auto;
    width: 94.6666666667vw;
  }
  .c-service {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .service {
    padding: 8.3333333333vw 0 6.9444444444vw 0;
  }
  .service-heading {
    margin-bottom: 6.25vw;
  }
  .service-heading > div:nth-child(1):before {
    left: -11.4583333333vw;
    width: 5.9027777778vw;
    height: 9.3055555556vw;
    background-image: url(../img/common/cat.png);
    background-image: image-set(url(../img/common/cat.png) 1x, url(../img/common/cat-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/cat.png) 1x, url(../img/common/cat-2x.png) 2x);
  }
  .service-heading > div:nth-child(1):after {
    top: 0.6944444444vw;
    right: -11.8055555556vw;
    width: 6.1805555556vw;
    height: 4.2361111111vw;
    background-image: url(../img/common/roller.png);
    background-image: image-set(url(../img/common/roller.png) 1x, url(../img/common/roller-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/roller.png) 1x, url(../img/common/roller-2x.png) 2x);
  }
  .service-lead {
    margin-top: 4.8611111111vw;
  }
  .service-menu {
    gap: 0.2083333333vw 0;
    margin-left: -0.2083333333vw;
    padding: 3.4722222222vw 0;
  }
  .c-service {
    margin-left: 0.2083333333vw;
  }
  .c-service a {
    height: 20.8333333333vw;
  }
  .c-service a:hover .c-service-bg {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  .c-service a:hover .c-service-bg:before {
    background-color: rgba(56, 56, 56, 0.9);
  }
  .c-service-en {
    font-size: 1.9444444444vw;
  }
  .c-service-ja {
    font-size: 1.25vw;
    font-weight: 400;
  }
  .c-service-text {
    margin-top: 2.4305555556vw;
  }
  .c-service-text p {
    font-size: 1.0416666667vw;
  }
  .c-service-bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .c-service-bg:before {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .c-service--custom-house {
    width: calc(33.33333% - 0.2083333333vw);
  }
  .c-service--custom-house .c-service-bg {
    background-image: url(../img/service/custom-house.jpg);
    background-image: image-set(url(../img/service/custom-house.jpg) 1x, url(../img/service/custom-house-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/custom-house.jpg) 1x, url(../img/service/custom-house-2x.jpg) 2x);
  }
  .c-service--standard-house {
    width: calc(33.33333% - 0.2083333333vw);
  }
  .c-service--standard-house .c-service-bg {
    background-image: url(../img/service/standard-house.jpg);
    background-image: image-set(url(../img/service/standard-house.jpg) 1x, url(../img/service/standard-house-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/standard-house.jpg) 1x, url(../img/service/standard-house-2x.jpg) 2x);
  }
  .c-service--one-story-home {
    width: calc(33.33333% - 0.2083333333vw);
  }
  .c-service--one-story-home .c-service-bg {
    background-image: url(../img/service/one-story-home.jpg);
    background-image: image-set(url(../img/service/one-story-home.jpg) 1x, url(../img/service/one-story-home-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/one-story-home.jpg) 1x, url(../img/service/one-story-home-2x.jpg) 2x);
  }
  .c-service--renovation {
    width: calc(50% - 0.2083333333vw);
  }
  .c-service--renovation .c-service-bg {
    background-image: url(../img/service/renovation.jpg);
    background-image: image-set(url(../img/service/renovation.jpg) 1x, url(../img/service/renovation-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/renovation.jpg) 1x, url(../img/service/renovation-2x.jpg) 2x);
  }
  .c-service--rebuilding {
    width: calc(50% - 0.2083333333vw);
  }
  .c-service--rebuilding .c-service-bg {
    background-image: url(../img/service/rebuilding.jpg);
    background-image: image-set(url(../img/service/rebuilding.jpg) 1x, url(../img/service/rebuilding-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/rebuilding.jpg) 1x, url(../img/service/rebuilding-2x.jpg) 2x);
  }
  .c-service--land-search {
    width: 100%;
  }
  .c-service--land-search .c-service-bg {
    background-image: url(../img/service/land-search.jpg);
    background-image: image-set(url(../img/service/land-search.jpg) 1x, url(../img/service/land-search-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/land-search.jpg) 1x, url(../img/service/land-search-2x.jpg) 2x);
  }
  .service--sub .service-heading {
    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;
    padding-left: 3.4722222222vw;
    text-align: left;
  }
  .service--sub .service-heading > div:nth-child(1) {
    width: 19.4444444444vw;
  }
  .service--sub .service-heading > div:nth-child(1):before {
    left: -9.0277777778vw;
  }
  .service--sub .service-heading > div:nth-child(1):after {
    content: none;
  }
  .service--sub .service-heading .service-lead {
    margin: 0;
  }
  .service--sub .c-service--renovation,
  .service--sub .c-service--rebuilding,
  .service--sub .c-service--land-search {
    width: calc(33.33333% - 0.2083333333vw);
  }
  .service--sub .c-service--land-search .c-service-bg {
    background-image: url(../img/service/land-search-s.jpg);
    background-image: image-set(url(../img/service/land-search-s.jpg) 1x, url(../img/service/land-search-s-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/service/land-search-s.jpg) 1x, url(../img/service/land-search-s-2x.jpg) 2x);
  }
  .service--sub .service-menu:after {
    content: "";
    position: absolute;
    top: -2.7777777778vw;
    right: 2.0833333333vw;
    display: inline-block;
    width: 6.1805555556vw;
    height: 4.2361111111vw;
    background-image: url(../img/common/roller.png);
    background-image: image-set(url(../img/common/roller.png) 1x, url(../img/common/roller-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/roller.png) 1x, url(../img/common/roller-2x.png) 2x);
    background-size: contain;
  }
}
@media screen and (min-width: 1441px) {
  .service {
    padding: 120px 0 100px 0;
  }
  .service-heading {
    margin-bottom: 90px;
  }
  .service-heading > div:nth-child(1):before {
    left: -165px;
    width: 85px;
    height: 134px;
  }
  .service-heading > div:nth-child(1):after {
    top: 10px;
    right: -170px;
    width: 89px;
    height: 61px;
  }
  .service-lead {
    margin-top: 70px;
  }
  .service-menu {
    gap: 3px 0;
    margin-left: -3px;
    padding: 50px 0;
  }
  .c-service {
    margin-left: 3px;
  }
  .c-service a {
    height: 300px;
  }
  .c-service-en {
    font-size: 2.8rem;
  }
  .c-service-ja {
    font-size: 1.8rem;
  }
  .c-service-text {
    margin-top: 35px;
  }
  .c-service-text p {
    font-size: 1.5rem;
  }
  .c-service--custom-house {
    width: calc(33.33333% - 3px);
  }
  .c-service--standard-house {
    width: calc(33.33333% - 3px);
  }
  .c-service--one-story-home {
    width: calc(33.33333% - 3px);
  }
  .c-service--renovation {
    width: calc(50% - 3px);
  }
  .c-service--rebuilding {
    width: calc(50% - 3px);
  }
  .service--sub .service-heading {
    padding-left: 50px;
  }
  .service--sub .service-heading > div:nth-child(1) {
    width: 280px;
  }
  .service--sub .service-heading > div:nth-child(1):before {
    left: -130px;
  }
  .service--sub .c-service--renovation,
  .service--sub .c-service--rebuilding,
  .service--sub .c-service--land-search {
    width: calc(33.33333% - 3px);
  }
  .service--sub .service-menu:after {
    top: -40px;
    right: 30px;
    width: 89px;
    height: 61px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  padding: 13.3333333333vw 0;
}
.works:before {
  content: "";
  position: absolute;
  left: 5.3333333333vw;
  bottom: 0;
  width: 100vw;
  height: 76.6666666667vw;
  background-color: #f2eee8;
  z-index: -1;
}

.works-heading {
  position: relative;
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.works-heading > div:not(.works-lead) {
  position: relative;
  display: inline-block;
}
.works-heading > div:not(.works-lead):after {
  content: "";
  position: absolute;
  top: -6vw;
  right: -20.6666666667vw;
  display: inline-block;
  width: 13.8666666667vw;
  height: 20vw;
  background-image: url(../img/common/paint_sp.png);
  background-size: contain;
}

.works-lead {
  margin-top: 12vw;
}

.works-slide {
  position: relative;
}

.works-slide .swiper-slide {
  margin-right: 5.3333333333vw;
  width: 68vw;
}

.works-slide .swiper-slide:last-child {
  margin-right: 0;
}

#works-next {
  top: 8.6666666667vw;
  left: 0;
  right: auto;
  width: 9.3333333333vw;
  height: 40vw;
}

@media screen and (max-width: 750px) {
  .works-slide .swiper-slide {
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    padding: 5.5555555556vw 0;
  }
  .works:before {
    left: 11.1%;
    height: 34.0277777778vw;
  }
  .works-heading {
    margin-bottom: 3.4722222222vw;
  }
  .works-heading > div:not(.works-lead):after {
    top: -2.7777777778vw;
    right: -9.375vw;
    width: 5.625vw;
    height: 8.125vw;
    background-image: url(../img/common/paint.png);
    background-image: image-set(url(../img/common/paint.png) 1x, url(../img/common/paint-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/paint.png) 1x, url(../img/common/paint-2x.png) 2x);
  }
  .works-lead {
    margin-top: 4.8611111111vw;
  }
  .works-slide {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
  .works-slide .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .works-slide .swiper-slide {
    margin-right: 2.7777777778vw;
    width: 30.5555555556vw;
  }
  #works-next {
    top: 5.4166666667vw;
    left: -10.7638888889vw;
    width: 3.4722222222vw;
    height: 19.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding: 80px 0;
  }
  .works:before {
    height: 490px;
  }
  .works-heading {
    margin-bottom: 50px;
  }
  .works-heading > div:not(.works-lead):after {
    top: -40px;
    right: -135px;
    width: 81px;
    height: 117px;
  }
  .works-lead {
    margin-top: 70px;
  }
  .works-slide {
    width: 960px;
  }
  .works-slide .swiper-slide {
    margin-right: 40px;
    width: 440px;
  }
  #works-next {
    top: 78px;
    left: -155px;
    width: 50px;
    height: 280px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.c-blog {
  position: relative;
  background-color: #ffffff;
  border-color: #eee8e0;
  border-style: solid;
  border-width: 0.2666666667vw;
}

.c-blog a {
  position: relative;
  display: block;
  padding: 4vw 4vw 5.3333333333vw 4vw;
  height: 100%;
  border-radius: 0.4vw;
}

.c-blog-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 0.4vw;
}
.c-blog-image img {
  aspect-ratio: 300/200;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-blog-cat {
  margin-bottom: 2.6666666667vw;
  display: inline-block;
  padding: 0.2em 1em 0.3em 1em;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}

.c-blog-ttl {
  max-height: 3.5em;
  color: #60b530;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-excerpt {
  position: relative;
  margin-top: 2.6666666667vw;
  padding-top: 2.6666666667vw;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}
.c-blog-excerpt p {
  max-height: 3.5em;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .c-blog {
    border-width: 0.0694444444vw;
  }
  .c-blog a {
    padding: 1.3888888889vw;
    border-radius: 0.2083333333vw;
  }
  .c-blog-image {
    margin-bottom: 1.3888888889vw;
  }
  .c-blog a:hover .c-blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-blog-cat {
    margin-bottom: 0.6944444444vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .c-blog-ttl {
    font-size: 1.25vw;
  }
  .c-blog-excerpt {
    margin-top: 1.0416666667vw;
    padding-top: 1.0416666667vw;
    border-top-width: 0.0694444444vw;
  }
  .c-blog-excerpt p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-blog a {
    padding: 20px;
    border-radius: 3px;
  }
  .c-blog-image {
    margin-bottom: 20px;
  }
  .c-blog-cat {
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .c-blog-ttl {
    font-size: 1.8rem;
  }
  .c-blog-excerpt {
    margin-top: 15px;
    padding-top: 15px;
    border-top-width: 1px;
  }
  .c-blog-excerpt p {
    font-size: 1.4rem;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
.c-event {
  position: relative;
  background-color: #ffffff;
  border-color: #eee8e0;
  border-style: solid;
  border-width: 0.2666666667vw;
}

.c-event a {
  position: relative;
  display: block;
  padding: 4vw 4vw 5.3333333333vw 4vw;
  height: 100%;
  border-radius: 0.4vw;
}

.c-event-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 0.4vw;
}
.c-event-image img {
  aspect-ratio: 300/200;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-event-cat {
  margin-bottom: 2.6666666667vw;
  display: inline-block;
  padding: 0.2em 1em 0.3em 1em;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}

.c-event-ttl {
  max-height: 3.5em;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-event-data {
  position: relative;
  margin-top: 2.6666666667vw;
  padding-top: 2.6666666667vw;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}
.c-event-data p {
  position: relative;
  padding-left: 6.6666666667vw;
  color: #565656;
  font-size: 3.4666666667vw;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.c-event-data p:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  background-position: center;
}
.c-event-data p:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.c-event-date:before {
  background-image: url(../img/common/calendar-gr.svg);
}

.c-event-venue:before {
  background-image: url(../img/common/pin-gr.svg);
}

.c-event-excerpt {
  position: relative;
  margin-top: 2.6666666667vw;
  padding-top: 2.6666666667vw;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  border-top-width: 1px;
}
.c-event-excerpt p {
  max-height: 3.5em;
  color: #6d5634;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-event-end {
  position: absolute;
  top: 0;
  left: 0;
  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: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.8);
  z-index: 2;
}
.c-event-end p {
  color: #ffffff;
  font-family: "NotoSerifJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.64em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .c-event {
    border-width: 0.0694444444vw;
  }
  .c-event a {
    padding: 1.3888888889vw;
    border-radius: 0.2083333333vw;
  }
  .c-event-image {
    margin-bottom: 1.3888888889vw;
  }
  .c-event a:hover .c-event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-event-cat {
    margin-bottom: 0.6944444444vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .c-event-ttl {
    font-size: 1.25vw;
  }
  .c-event-data {
    margin-top: 0.6944444444vw;
    padding-top: 1.0416666667vw;
    border-top-width: 0.0694444444vw;
  }
  .c-event-data p {
    padding-left: 2.7777777778vw;
    font-size: 0.9722222222vw;
  }
  .c-event-data p:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .c-event-data p:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .c-event-excerpt {
    margin-top: 1.0416666667vw;
    padding-top: 1.0416666667vw;
    border-top-width: 0.0694444444vw;
  }
  .c-event-excerpt p {
    font-size: 0.9722222222vw;
  }
  .c-event-end p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-event a {
    padding: 20px;
    border-radius: 3px;
  }
  .c-event-image {
    margin-bottom: 20px;
  }
  .c-event-cat {
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .c-event-ttl {
    font-size: 1.8rem;
  }
  .c-event-data {
    margin-top: 10px;
    padding-top: 15px;
    border-top-width: 1px;
  }
  .c-event-data p {
    padding-left: 40px;
    font-size: 1.4rem;
  }
  .c-event-data p:before {
    width: 20px;
    height: 20px;
  }
  .c-event-data p:nth-child(n+2) {
    margin-top: 10px;
  }
  .c-event-excerpt {
    margin-top: 15px;
    padding-top: 15px;
    border-top-width: 1px;
  }
  .c-event-excerpt p {
    font-size: 1.4rem;
  }
  .c-event-end p {
    font-size: 1.8rem;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.c-works {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.4vw;
}

.c-works a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 4vw 2.6666666667vw;
  height: 100%;
}

.c-works-image {
  position: relative;
  margin-bottom: 3.3333333333vw;
  border-radius: 0.4vw;
  overflow: hidden;
}
.c-works-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 470/430;
}

.c-works-content {
  padding: 0 0.9333333333vw;
}

.c-works-cat {
  position: absolute;
  left: 2.6666666667vw;
  bottom: 2.6666666667vw;
  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;
  padding: 0 1em 0.1em 1em;
  height: 5.3333333333vw;
  background-color: #383838;
  border-radius: 0.4vw;
  color: #ffffff;
  font-size: 3.2vw;
  z-index: 1;
}

.c-works-add {
  position: relative;
  margin-bottom: 2vw;
  padding-left: 4.6666666667vw;
  color: #60b530;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}
.c-works-add:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 2.9333333333vw;
  height: 4vw;
  background-image: url(../img/common/pin-gr.svg);
  background-size: contain;
}

.c-works-ttl {
  max-height: 3.5em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .c-works {
    border-radius: 0.2083333333vw;
  }
  .c-works a {
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw 1.3888888889vw;
  }
  .c-works-image {
    margin-bottom: 1.7361111111vw;
  }
  .c-works-image img {
    aspect-ratio: 400/430;
    border-radius: 0.2083333333vw;
  }
  .c-works a:hover .c-works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-works-content {
    padding: 0;
  }
  .c-works-cat {
    left: 1.0416666667vw;
    bottom: 1.0416666667vw;
    height: 1.7361111111vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .c-works-add {
    margin-bottom: 1.3888888889vw;
    padding-left: 1.9444444444vw;
    font-size: 1.1111111111vw;
  }
  .c-works-add:before {
    width: 1.1111111111vw;
    height: 1.4583333333vw;
  }
  .c-works-ttl {
    max-height: 3.5em;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-works {
    border-radius: 3px;
  }
  .c-works a {
    padding: 20px 20px 25px 20px;
  }
  .c-works-image {
    margin-bottom: 25px;
  }
  .c-works-image img {
    border-radius: 3px;
  }
  .c-works-cat {
    left: 15px;
    bottom: 15px;
    height: 25px;
    border-radius: 3px;
    font-size: 1.3rem;
  }
  .c-works-add {
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .c-works-add:before {
    width: 16px;
    height: 21px;
  }
  .c-works-ttl {
    font-size: 2rem;
  }
}