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

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;
  image-rendering: -webkit-optimize-contrast;
}

[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: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/NotoSansJP/NotoSansJP-ExtraBold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-Bold.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-Bold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  color: #3e3938;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.5em;
  }
}
a.on--opa {
  display: inline-block;
}

.on--popup {
  position: relative;
  display: block;
}

.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.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.on--opa:hover {
    opacity: 0.8;
  }
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
.desc p {
  line-height: 1.78em;
  letter-spacing: 0.08em;
}
.desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .desc p {
    line-height: 1.86em;
    letter-spacing: 0.1em;
  }
  .desc p:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.bold {
  font-weight: 700;
}

.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.3s;
          transition-duration: 0.3s;
}

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

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

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

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 17.3333333333vw;
  z-index: 8888;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 38.6666666667vw 0 5.3333333333vw;
  width: 100%;
  height: 17.3333333333vw;
  z-index: 2;
}

.header-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8666666667vw;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.3333333333vw;
}

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

.header-logo a {
  display: block;
}

.header-logo p {
  margin-top: 0.7em;
  color: #1e3932;
  font-size: 1.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}

.header-rank {
  position: relative;
  margin-left: 4vw;
  width: 24.5333333333vw;
}

.header-home {
  margin-top: 6.6666666667vw;
}

.header-home a {
  display: block;
  padding: 1.3333333333vw 0;
  color: #4d4d4d;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header.is-open .header-top {
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #98a4a1;
  }
  .header.is-open .header-top .header-label {
    display: none;
  }
  .header.is-open .header-top .header-head {
    padding-top: 0;
  }
  .header.is-open .header-top .header-logo {
    width: 17.3333333333vw;
  }
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1;
  }
  .header-content.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-content-scroll {
    position: relative;
    padding-top: 21.3333333333vw;
    height: 100%;
    overflow-x: scroll;
  }
  .header-content-in {
    position: relative;
    margin: 0 auto;
    width: 80vw;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 10.0694444444vw;
  }
  .header-top {
    padding: 0;
    height: 6.25vw;
  }
  .header-head {
    position: absolute;
    top: 0;
    padding: 0 2.4305555556vw;
    height: 9.7222222222vw;
  }
  .header-label {
    top: 2.7777777778vw;
    left: 20.1388888889vw;
    font-size: 0.7638888889vw;
    font-weight: 500;
    line-height: 1.45;
  }
  .header-logo {
    width: 9.0277777778vw;
  }
  .header-logo p {
    font-size: 0.7638888889vw;
  }
  .header-rank {
    margin-left: 0.6944444444vw;
    width: 7.2916666667vw;
  }
  .header-home {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 145px;
  }
  .header-top {
    height: 90px;
  }
  .header-head {
    padding: 0 35px;
    height: 140px;
  }
  .header-label {
    top: 40px;
    left: 290px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-logo {
    width: 130px;
  }
  .header-logo p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-rank {
    margin-left: 10px;
    width: 105px;
  }
}
/* ------------------------------------------- inquiry - */
@media screen and (max-width: 750px) {
  .header-inquiry {
    margin: 8vw 0 0 -10vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .header-inquiry {
    position: absolute;
    top: 0;
    right: 11.8055555556vw;
    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;
    width: 49.3055555556vw;
    height: 6.25vw;
    z-index: 3;
  }
  .header-contact {
    width: 39.5833333333vw;
  }
  .header-contact-label {
    position: relative;
    left: 4.5138888889vw;
    margin-bottom: 0.5em;
    color: #224e45;
    font-size: 0.7638888889vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .header-shop {
    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%;
  }
  .header-shop > li {
    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;
  }
  .header-shop > li:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .header-shop-label {
    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-right: 0.6944444444vw;
    width: 3.8888888889vw;
    height: 2.3611111111vw;
    background-color: #224e45;
    border-radius: 0.2083333333vw;
  }
  .header-shop-label p {
    color: #ffffff;
    font-size: 0.7638888889vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.27;
    letter-spacing: 0.05em;
  }
  .header-shop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.2em;
  }
  .header-shop-tel {
    position: relative;
    padding-left: 2.4305555556vw;
    color: #1e3932;
    font-family: "Anton", sans-serif;
    font-size: 2.2222222222vw;
    letter-spacing: 0;
  }
  .header-shop-tel:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.9444444444vw;
    height: 1.1805555556vw;
    background-image: url(../img/common/freedial.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-shop-time {
    font-size: 0.7638888889vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .header-shop-time span {
    position: relative;
    top: 0.05em;
    margin-left: 0.05em;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
  }
  .header-shop-holiday {
    margin-left: 0.5em;
    padding: 0.2em;
    background-color: #ffa800;
    border-radius: 0.1388888889vw;
    color: #1e3932;
    font-size: 0.6944444444vw;
    font-weight: 500;
    letter-spacing: 0;
  }
  .header-line {
    margin-left: 1.3888888889vw;
    width: 9.375vw;
  }
  .header-line 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: 3.4722222222vw;
    background-color: #3ecc02;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    overflow: hidden;
  }
  .header-line a span {
    position: relative;
    padding-left: 1.7361111111vw;
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 1;
  }
  .header-line a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.3194444444vw;
    height: 1.1805555556vw;
    background-image: url(../img/common/chat-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .header-line a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header-line a:hover {
    border-color: #3ecc02;
  }
  .header-line a:hover span {
    color: #3ecc02;
  }
  .header-line a:hover span:before {
    background-image: url(../img/common/chat-yg.svg);
  }
  .header-line a:hover:before {
    width: 100%;
  }
  .header-line a ::-webkit-full-page-media,
  .header-line a :future,
  .header-line a :root .header-line a span:before {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .header-inquiry {
    right: 170px;
    width: 710px;
    height: 90px;
  }
  .header-contact {
    width: 570px;
  }
  .header-contact-label {
    left: 65px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-shop > li:nth-child(n+2) {
    margin-left: 20px;
  }
  .header-shop-label {
    margin-right: 10px;
    width: 56px;
    height: 34px;
    border-radius: 3px;
  }
  .header-shop-label p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-shop-tel {
    padding-left: 35px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header-shop-tel:before {
    width: 28px;
    height: 17px;
  }
  .header-shop-time {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-shop-time span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-shop-holiday {
    border-radius: 2px;
    font-size: 10px;
    font-size: 1rem;
  }
  .header-line {
    margin-left: 20px;
    width: 135px;
  }
  .header-line a {
    height: 50px;
    border-width: 2px;
    border-radius: 10px;
  }
  .header-line a span {
    padding-left: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header-line a span:before {
    width: 19px;
    height: 17px;
  }
}
/* ------------------------------------------- contact - */
.header-mail {
  display: none;
}

@media screen and (min-width: 751px) {
  .header-mail {
    position: absolute;
    top: -0.1388888889vw;
    right: -0.1388888889vw;
    display: block;
    width: 11.25vw;
    z-index: 3;
  }
  .header-mail a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4.5138888889vw;
    height: 8.4722222222vw;
    background-color: #ffa800;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0 0 0 1.6666666667vw;
    overflow: hidden;
  }
  .header-mail a p {
    position: relative;
    color: #1e3932;
    font-size: 0.9722222222vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 1;
  }
  .header-mail a p span {
    display: inline-block;
    margin-top: 0.3em;
    font-size: 1.25vw;
  }
  .header-mail a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1e3932;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header-mail a:after {
    content: "";
    position: absolute;
    top: 1.7361111111vw;
    left: 50%;
    display: inline-block;
    width: 3.0555555556vw;
    height: 2.2222222222vw;
    background-image: url(../img/common/mail-gr.svg);
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
    z-index: 1;
  }
  .header-mail a:hover p {
    color: #ffffff;
  }
  .header-mail a:hover:before {
    width: 100%;
  }
  .header-mail a:hover:after {
    background-image: url(../img/common/mail-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .header-mail a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .header-mail {
    top: -2px;
    right: -2px;
    width: 162px;
  }
  .header-mail a {
    padding-top: 65px;
    height: 122px;
    border-width: 2px;
    border-radius: 0 0 0 24px;
  }
  .header-mail a p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-mail a p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-mail a:after {
    top: 25px;
    width: 44px;
    height: 32px;
  }
}
/* ------------------------------------------- line - */
.line {
  position: absolute;
  top: 0;
  right: 17.3333333333vw;
  width: 17.3333333333vw;
  z-index: 8888;
}

.line 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;
  height: 17.3333333333vw;
  background-color: #3ecc02;
}
.line a p {
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}
.line a p span {
  font-family: "Poppins", sans-serif;
  font-size: 4.8vw;
}

@media screen and (min-width: 751px) {
  .line {
    display: none;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 17.3333333333vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 10.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 145px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 21.3333333333vw;
}

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

.footer-in {
  margin: 0 auto;
  width: 80vw;
}

@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
  }
  .footer-in {
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-in {
    width: 1000px;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  padding: 9.3333333333vw 0 7.3333333333vw 0;
  background-color: #242424;
}

.footer-logo {
  margin: 0 auto 3.3333333333vw auto;
  width: 29.3333333333vw;
}

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

.footer-logo-image {
  margin: 0 auto;
  width: 26vw;
}
.footer-logo-image img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-logo-text {
  margin-top: 1em;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
}

.footer-add {
  margin-top: 1em;
  color: #aeaeae;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-top {
    padding: 3.4722222222vw 0 2.0833333333vw 0;
  }
  .footer-top-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-head {
    padding-top: 2.0833333333vw;
    width: 20.1388888889vw;
  }
  .footer-logo {
    margin: 0;
    width: 10.0694444444vw;
  }
  .footer-logo-image {
    width: 100%;
  }
  .footer-logo-text {
    font-size: 0.7638888889vw;
  }
  .footer-add {
    font-size: 0.9722222222vw;
    text-align: left;
  }
  .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 46.875vw;
  }
  .footer-navi > div > ul:nth-child(n+2),
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 0.8em;
  }
  .footer-navi-menu li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.25;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-menu li a:hover {
    color: #ffa800;
  }
  .footer-navi-head {
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.25;
  }
  .footer-navi-child {
    margin: 0.6944444444vw 0 0 1.0416666667vw;
  }
  .footer-navi-child li a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    color: #aeaeae;
    font-size: 0.9722222222vw;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child li a:hover {
    color: #ffa800;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    padding: 50px 0 30px 0;
  }
  .footer-head {
    padding-top: 30px;
    width: 290px;
  }
  .footer-logo {
    width: 145px;
  }
  .footer-logo-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .footer-add {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-navi {
    width: 675px;
  }
  .footer-navi > div > ul:nth-child(n+2),
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 40px;
  }
  .footer-navi-menu li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer-navi-head {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer-navi-child {
    margin: 10px 0 0 15px;
  }
  .footer-navi-child li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- bar - */
.footer-bar {
  position: relative;
  margin-top: 6.6666666667vw;
}

.footer-subnavi {
  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;
}

.footer-subnavi a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 2.6666666667vw;
  line-height: 1.2;
}

.footer-subnavi a:nth-child(n+2) {
  margin-left: 1.2em;
  padding-left: 1.2em;
}

.footer-copy {
  margin-top: 4vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .footer-subnavi a:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.2666666667vw;
    height: 100%;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .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: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.7777777778vw;
  }
  .footer-subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-subnavi a {
    font-size: 0.9027777778vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-subnavi a:hover {
    color: #ffa800;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 1.7361111111vw;
    padding-left: 0;
  }
  .footer-copy {
    margin: 0;
    font-size: 0.8333333333vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bar {
    margin-top: 40px;
  }
  .footer-subnavi a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 25px;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  padding: 4.1666666667vw 0 5.2083333333vw 0;
  background-color: #f6f6f6;
}

.group-slide {
  position: relative;
}

.group-slide .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 53.3333333333vw;
}

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

#group-prev {
  left: -5.3333333333vw;
}

#group-next {
  right: -5.3333333333vw;
}

#group-pagination {
  margin-top: 4.6666666667vw;
}

.onestop {
  margin-top: 4vw;
}

.onestop-head {
  margin: 0 auto 2.6666666667vw auto;
  width: 60vw;
}

.onestop-desc p {
  font-size: 2.6666666667vw;
  line-height: 1.6;
}

@media screen and (min-width: 751px) {
  .footer-bottom {
    padding: 2.0833333333vw 0;
  }
  .group-slide .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3888888889vw;
    width: auto;
    height: auto;
  }
  .group-slide .swiper-slide {
    left: 0;
    margin: 0;
    width: 10.4166666667vw !important;
  }
  #group-prev,
  #group-next,
  #group-pagination {
    display: none;
  }
  .onestop {
    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: 1.0416666667vw;
  }
  .onestop-head {
    margin: 0;
    width: 17.3611111111vw;
  }
  .onestop-desc {
    width: 50.6944444444vw;
  }
  .onestop-desc p {
    font-size: 0.8333333333vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    padding: 30px 0;
  }
  .group-slide .swiper-wrapper {
    gap: 20px;
  }
  .group-slide .swiper-slide {
    width: 150px !important;
  }
  .onestop {
    margin-top: 15px;
  }
  .onestop-head {
    width: 250px;
  }
  .onestop-desc {
    width: 730px;
  }
  .onestop-desc p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  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: 4vw 0;
  border-color: #1e3932;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 5em;
  overflow: hidden;
}
.btn-main span {
  position: relative;
  padding-bottom: 0.1em;
  color: #1e3932;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  z-index: 1;
}
.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1e3932;
}

.btn-main--arrow {
  padding: 4vw 4vw 4vw 0;
  background-color: #f6f6f6;
}
.btn-main--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 6.9333333333vw;
  height: 1.7333333333vw;
  background-image: url(../img/common/arrow-gr.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn-main--external {
  padding: 4vw 4vw 4vw 0;
  background-color: #f6f6f6;
}
.btn-main--external:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/external-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn-main--mail {
  padding: 4vw 0;
  background-color: #ffa800;
}
.btn-main--mail span {
  position: relative;
  padding-left: 6.6666666667vw;
}
.btn-main--mail span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.4vw;
  height: 3.2vw;
  background-image: url(../img/common/mail-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding: 0;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    border-width: 0.1388888889vw;
  }
  .btn-main span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-main:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .on--btn:hover .btn-main span,
  .btn-main:hover span {
    color: #ffffff;
  }
  .on--btn:hover .btn-main:before,
  .btn-main:hover:before {
    width: 100%;
  }
  .btn-main--arrow {
    padding-right: 1.3888888889vw;
  }
  .btn-main--arrow:after {
    right: 1.3888888889vw;
    width: 1.8055555556vw;
    height: 0.4861111111vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-main--arrow:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .btn-main--external:after {
    right: 1.7361111111vw;
    width: 1.1805555556vw;
    height: 1.25vw;
  }
  .btn-main--external:hover:after {
    background-image: url(../img/common/external-wh.svg);
  }
  .btn-main--mail span {
    padding-left: 2.4305555556vw;
  }
  .btn-main--mail span:before {
    width: 1.5277777778vw;
    height: 1.1111111111vw;
  }
  .btn-main--mail:hover span:before {
    background-image: url(../img/common/mail-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .btn-main span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-main:after {
    right: 15px;
    width: 8px;
    height: 14px;
  }
  .btn-main--arrow {
    padding-right: 20px;
  }
  .btn-main--arrow:after {
    right: 20px;
    width: 26px;
    height: 7px;
  }
  .btn-main--external:after {
    right: 25px;
    width: 17px;
    height: 18px;
  }
  .btn-main--mail span {
    padding-left: 35px;
  }
  .btn-main--mail span:before {
    width: 22px;
    height: 16px;
  }
}
/* ------------------------------------------- call - */
.btn-call {
  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-color: #224e45;
  border-style: solid;
  border-width: 0.5333333333vw;
  background-color: #eeeeee;
  border-radius: 8vw;
}
.btn-call p {
  color: #224e45;
  text-align: center;
  font-weight: 800;
}
.btn-call p:nth-child(1) {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}
.btn-call p:nth-child(2) {
  font-family: "Anton", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (min-width: 751px) {
  .btn-call {
    height: 5.5555555556vw;
    border-width: 0.1388888889vw;
    border-radius: 2.7777777778vw;
    pointer-events: none;
  }
  .btn-call p:nth-child(1) {
    font-size: 1.0416666667vw;
  }
  .btn-call p:nth-child(2) {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-call {
    height: 80px;
    border-width: 2px;
    border-radius: 40px;
  }
  .btn-call p:nth-child(1) {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .btn-call p:nth-child(2) {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*  float
-------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21.3333333333vw;
  background-color: #ffffff;
  z-index: 7777;
}

.float > p {
  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: 5.3333333333vw;
  background-color: #ffa800;
  font-size: 2.9333333333vw;
  font-weight: 900;
  border-bottom: 0.1333333333vw solid #ffffff;
}
.float > p span {
  margin-left: 0.5em;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  height: 16vw;
}

.float-btn li {
  position: relative;
  padding: 0 0.6666666667vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 16vw;
}
.float-btn li:nth-child(n+2) {
  border-left: 0.1333333333vw solid #ffffff;
}

.float-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;
  padding-top: 10vw;
  height: 100%;
  text-align: center;
  letter-spacing: 0;
}
.float-btn a span {
  font-size: 3.4666666667vw;
  font-weight: 900;
}
.float-btn a:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.float-btn-call {
  background-color: #224e45;
}
.float-btn-call a {
  color: #ffffff;
}
.float-btn-call a:before {
  top: 1.8666666667vw;
  width: 6.9333333333vw;
  height: 7.3333333333vw;
  background-image: url(../img/common/call-wh.svg);
}

.float-btn-line {
  background-color: #28cb0d;
}
.float-btn-line a {
  color: #ffffff;
}
.float-btn-line a:before {
  top: 2.8vw;
  width: 6.9333333333vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/chat-wh.svg);
}

.float-btn-contact {
  background-color: #ffa800;
}
.float-btn-contact a {
  color: #1e3932;
}
.float-btn-contact a:before {
  top: 3.4666666667vw;
  width: 6.9333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/common/mail-gr.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  follow
-------------------------------------------------------------------------------*/
.follow {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 3.4722222222vw;
  z-index: 8888;
}

.follow a {
  display: block;
}

.follow--contact {
  height: 11.1111111111vw;
}

.follow--line {
  height: 8.3333333333vw;
}

@media screen and (min-width: 1441px) {
  .follow {
    width: 50px;
  }
  .follow--contact {
    height: 160px;
  }
  .follow--line {
    height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  form
-------------------------------------------------------------------------------*/
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-consent .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #224e45 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.2vw !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi > li {
    position: relative;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #859c98;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 6vw;
    height: 6vw;
    background-image: url(../img/header/plus.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .navi > li > div.navi-parent:nth-child(1).is-open:after {
    background-image: url(../img/header/minus.svg);
  }
  .navi > li > div:not(.navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-menu {
    position: relative;
    padding: 5.3333333333vw 12vw 6.1333333333vw 1.3333333333vw;
    width: 100%;
  }
  .navi-menu-jp {
    position: relative;
    color: #1e3932;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin-left: auto;
    padding-bottom: 6vw;
    width: 76vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 2vw 0;
    color: #4d4d4d;
    font-size: 4vw;
    font-weight: 500;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    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: 3.4722222222vw;
  }
  .navi > li {
    position: relative;
  }
  .navi-menu {
    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: 0 1.7361111111vw;
    height: 3.4722222222vw;
    text-align: center;
    cursor: pointer;
  }
  .navi-menu-jp {
    font-size: 1.0416666667vw;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi li:hover .navi-menu-jp {
    color: #ffa800;
  }
  .navi--home .navi-menu {
    padding: 0 !important;
    width: 1.25vw;
  }
  .navi--home .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url(../img/common/home-gr.svg);
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .navi--home:hover .navi-menu:before {
    background-image: url(../img/common/home-ye.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .navi--home .navi-menu:before {
    -webkit-transition: none;
    transition: none;
  }
  .navi-parent .navi-menu {
    padding-right: 3.4722222222vw;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7361111111vw;
    display: inline-block;
    width: 0.6944444444vw;
    height: 0.4166666667vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.9722222222vw;
    height: auto;
    background-color: #ffffff;
    border-color: #224e45;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-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.6944444444vw;
    border-bottom-color: #eee;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    color: #4d4d4d;
    font-size: 0.9722222222vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.25;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #ffa800;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    height: 50px;
  }
  .navi-menu {
    padding: 0 25px;
    height: 50px;
  }
  .navi-menu-jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navi--home .navi-menu {
    width: 18px;
  }
  .navi--home .navi-menu:before {
    width: 18px;
    height: 18px;
  }
  .navi-parent .navi-menu {
    padding-right: 50px;
  }
  .navi-parent .navi-menu:before {
    right: 25px;
    width: 10px;
    height: 6px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 230px;
    border-width: 2px;
    border-radius: 10px;
  }
  .navi-submenu-list a {
    padding: 10px;
    border-bottom-width: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-in {
  position: relative;
  margin: 0 auto;
  width: 89.8666666667vw;
  z-index: 1;
}

.sec-head {
  position: relative;
}

.sec-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0.1em;
}

.sec-en {
  position: relative;
  color: #1e3932;
  font-family: "Poppins", sans-serif;
  font-size: 10.4vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.sec-en--deco {
  padding-bottom: 3.3333333333vw;
}
.sec-en--deco:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8vw;
  height: 0.8vw;
  background-color: #d43939;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-desc {
  position: relative;
  margin: 1em auto 0 auto;
  width: 80vw;
}
.sec-desc p {
  line-height: 1.71;
  letter-spacing: 0;
}

.sec-desc--center p {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-ttl {
    font-size: 1.0416666667vw;
    font-weight: 500;
  }
  .sec-en {
    font-size: 4.1666666667vw;
  }
  .sec-en--deco {
    padding-bottom: 1.25vw;
  }
  .sec-en--deco:after {
    width: 4.1666666667vw;
    height: 0.4166666667vw;
  }
  .sec-desc {
    width: auto;
  }
  .sec-desc p {
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec-en {
    font-size: 60px;
    font-size: 6rem;
  }
  .sec-en--deco {
    padding-bottom: 18px;
  }
  .sec-en--deco:after {
    width: 60px;
    height: 6px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------- 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.3s;
  transition: 0.3s;
  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;
  top: 50%;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slide-prev:after,
.slide-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4vw;
  height: 5.6vw;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-prev--bk {
  background-color: #252525;
  border-color: #252525;
}
.slide-prev--bk:after {
  background-image: url(../img/slide/prev-wh.svg);
}

.slide-next--bk {
  background-color: #252525;
  border-color: #252525;
}
.slide-next--bk:after {
  background-image: url(../img/slide/next-wh.svg);
}

.slide-prev--wh {
  background-color: #ffffff;
  border-color: #1e3932;
}
.slide-prev--wh:after {
  background-image: url(../img/slide/prev-gr.svg);
}

.slide-next--wh {
  background-color: #ffffff;
}
.slide-next--wh:after {
  background-image: url(../img/slide/next-gr.svg);
}

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 1.3888888889vw;
    height: 1.875vw;
  }
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #ffffff;
  }
  .slide-prev--bk,
  .slide-prev--wh {
    background-color: #252525;
  }
  .slide-prev--bk:after,
  .slide-prev--wh:after {
    background-image: url(../img/slide/prev-wh.svg);
  }
  .slide-prev--bk:hover:after,
  .slide-prev--wh:hover:after {
    background-image: url(../img/slide/prev-gr.svg);
  }
  .slide-next--bk,
  .slide-next--wh {
    background-color: #252525;
  }
  .slide-next--bk:after,
  .slide-next--wh:after {
    background-image: url(../img/slide/next-wh.svg);
  }
  .slide-next--bk:hover:after,
  .slide-next--wh:hover:after {
    background-image: url(../img/slide/next-gr.svg);
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 50px;
    height: 50px;
    border-width: 2px;
    border-radius: 10px;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 20px;
    height: 27px;
  }
}
/* ------------------------------------------- pagination - */
.slide-pagination {
  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;
  z-index: 3;
}

.slide-pagination {
  bottom: auto !important;
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background-color: #ababab;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

.slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 1.3333333333vw !important;
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #3e3938;
}

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 0.6944444444vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 10px !important;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #ffa800;
  z-index: 8888;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 8.9333333333vw;
  height: 0.4vw;
  background-color: #1e3932;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

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

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

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

.toggle.is-active span:nth-of-type(1) {
  top: 6.4vw;
  -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: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 3.3333333333vw;
  margin-left: 0.08em;
  color: #1e3932;
  font-family: "Poppins", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.16em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle.is-active {
  background-color: #1e3932;
}
.toggle.is-active span {
  background-color: #ffffff;
}
.toggle.is-active .toggle-text {
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  position: relative;
  margin: 16vw auto 0 auto;
  width: 89.8666666667vw;
  background-color: #eeeeee;
  border-radius: 5.3333333333vw;
}

.area-head {
  margin-bottom: 3.3333333333vw;
}

.area-content {
  position: relative;
}

.area-pref {
  width: 100%;
}

.area-pref > li:nth-child(n+2) {
  margin-top: 7.3333333333vw;
}

.area-map {
  margin: 0 auto 4vw auto;
}

.area-box {
  padding: 4vw 6vw;
  background-color: #ffffff;
  border-radius: 6.1333333333vw;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.area-box dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em 0.4em 0.6em;
  background-color: #1e3932;
  border-radius: 1.0666666667vw;
  color: #ffffff;
  font-weight: 700;
}

.area-box dd ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
}

.area-box dd ul li {
  position: relative;
  margin-left: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 2.1;
}

.area-pref > li:nth-child(1) .area-box dd ul li:last-child:after {
  content: "（お問合せください）";
  position: absolute;
  top: 90%;
  left: 50%;
  font-size: 2.1333333333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.area-notes {
  margin-top: 6.6666666667vw;
}
.area-notes p {
  padding-left: 1em;
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: left;
  text-indent: -1em;
  line-height: 1.71;
}
.area-notes p:before {
  content: "※";
}

.area--frt {
  padding: 16vw 4.9333333333vw 8.6666666667vw 4.9333333333vw;
}

.area--sub {
  padding: 16vw 4.9333333333vw 8.6666666667vw 4.9333333333vw;
}

.area-gifu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2vw 2.6666666667vw;
}

.area-gifu ul > li {
  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;
  width: 24.6666666667vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-radius: 4.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .area-pref > li:nth-child(1) .area-map {
    width: 61.3333333333vw;
  }
  .area-pref > li:nth-child(2) .area-map {
    width: 69.2vw;
  }
  .area--sub .area-map {
    width: 61.3333333333vw;
  }
}
@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;
    margin-top: 4.8611111111vw;
    width: 69.4444444444vw;
    border-radius: 2.0833333333vw;
  }
  .area-head {
    margin: 0;
    text-align: center;
  }
  .area-map {
    margin: 0;
  }
  .area-content {
    width: 54.1666666667vw;
  }
  .area-pref > li {
    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;
  }
  .area-pref > li:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .area-box {
    padding: 1.3888888889vw;
    width: 37.2222222222vw;
    border-radius: 1.7361111111vw;
  }
  .area-box dt {
    border-radius: 0.2777777778vw;
  }
  .area-box dd ul li {
    font-size: 1.1111111111vw;
    line-height: 1.875;
  }
  .area-pref > li:nth-child(1) .area-box dd ul li:last-child:after {
    top: 100%;
    font-size: 0.6944444444vw;
  }
  .area-notes p {
    font-size: 0.9722222222vw;
    line-height: 1.71;
  }
  .area--frt {
    padding: 2.0833333333vw 1.3888888889vw 2.0833333333vw 0;
  }
  .area--frt .area-head {
    width: 13.8888888889vw;
  }
  .area--frt .area-map {
    width: 14.5138888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .area--frt .area-notes {
    position: absolute;
    left: 13.8888888889vw;
    bottom: 2.4305555556vw;
    width: 37.2222222222vw;
    text-align: center;
  }
  .area--frt p {
    display: inline-block;
  }
  .area--sub {
    padding: 2.0833333333vw 21.1111111111vw 1.3888888889vw 0;
  }
  .area--sub .area-head {
    width: 18.4027777778vw;
  }
  .area--sub .area-map {
    position: absolute;
    right: 5.0694444444vw;
    bottom: 1.0416666667vw;
    width: 15.7638888889vw;
  }
  .area--sub .area-notes {
    margin-top: 1.3888888889vw;
  }
  .area-gifu {
    width: 29.9305555556vw;
  }
  .area-gifu ul {
    gap: 1.3194444444vw 0.9722222222vw;
  }
  .area-gifu ul > li {
    width: 8.6805555556vw;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    margin-top: 70px;
    width: 1000px;
    border-radius: 30px;
  }
  .area-content {
    width: 780px;
  }
  .area-pref > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .area-box {
    padding: 20px;
    width: 536px;
    border-radius: 25px;
  }
  .area-box dt {
    border-radius: 4px;
  }
  .area-box dd ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-pref > li:nth-child(1) .area-box dd ul li:last-child:after {
    font-size: 10px;
    font-size: 1rem;
  }
  .area-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area--frt {
    padding: 30px 20px 30px 0;
  }
  .area--frt .area-head {
    width: 200px;
  }
  .area--frt .area-map {
    width: 209px;
  }
  .area--frt .area-notes {
    left: 200px;
    bottom: 35px;
    width: 536px;
  }
  .area--sub {
    padding: 30px 304px 20px 0;
  }
  .area--sub .area-head {
    width: 265px;
  }
  .area--sub .area-map {
    right: 73px;
    bottom: 15px;
    width: 227px;
  }
  .area--sub .area-notes {
    margin-top: 20px;
  }
  .area-gifu {
    width: 431px;
  }
  .area-gifu ul {
    gap: 19px 14px;
  }
  .area-gifu ul > li {
    width: 125px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  #bnr
-------------------------------------------------------------------------------*/
.bnr {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  width: 89.8666666667vw;
}

.bnr-slide {
  position: relative;
}

.bnr-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 53.3333333333vw;
}

.bnr-slide .swiper-slide a {
  display: block;
  border-radius: 2.6666666667vw;
}

#bnr-pagination {
  margin-top: 4.6666666667vw;
}

@media screen and (max-width: 750px) {
  #bnr-prev {
    display: none;
  }
  #bnr-next {
    left: auto;
  }
  #bnr-next:after {
    background-image: url(../img/slide/prev-gr.svg);
  }
  .bnr-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .bnr {
    margin-top: 3.8194444444vw;
    width: 83.3333333333vw;
  }
  .bnr-slide .swiper-slide {
    left: 0.9027777778vw;
    margin-right: 1.8055555556vw;
    width: 19.4444444444vw !important;
  }
  .bnr-slide .swiper-slide a {
    border-radius: 1.3888888889vw;
  }
  #bnr-prev {
    left: -4.5138888889vw;
  }
  #bnr-next {
    right: -4.5138888889vw;
  }
  #bnr-pagination {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .bnr {
    margin-top: 55px;
    width: 1200px;
  }
  .bnr-slide .swiper-slide {
    left: 13px;
    margin-right: 26px;
    width: 280px !important;
  }
  .bnr-slide .swiper-slide a {
    border-radius: 20px;
  }
  #bnr-prev {
    left: -65px;
  }
  #bnr-next {
    right: -65px;
  }
  #bnr-pagination {
    margin-top: 25px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding-bottom: 11.3333333333vw;
  background-color: #224e45;
}

.inquiry-in {
  position: relative;
}

.inquiry-label {
  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: 6.6666666667vw;
  background-color: #ffa800;
}
.inquiry-label p {
  color: #1e3932;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.inquiry-shop > li a {
  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;
}

.inquiry-shop-image {
  width: 18.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.inquiry-shop-content {
  width: 58vw;
}

.inquiry-shop-label {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em 0.3em 0.55em;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
  color: #1e3932;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.inquiry-shop-tel {
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 9.6vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.inquiry-shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
}

.inquiry-shop-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.inquiry-shop-time span {
  margin-left: 0.3em;
  font-family: "Poppins", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.inquiry-shop-holiday {
  margin-left: 0.5em;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background-color: #ffa800;
  border-radius: 0.6666666667vw;
  color: #1e3932;
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.inquiry-btn {
  margin: 10.6666666667vw auto 0 auto;
  width: 70vw;
}

.inquiry-btn > div {
  margin: 0 auto;
}

.inquiry-btn > div:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.inquiry-btn > div 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;
  border-style: solid;
  border-width: 0.2666666667vw;
  overflow: hidden;
}
.inquiry-btn > div a span {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 1;
}
.inquiry-btn > div a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-btn > div a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 6.9333333333vw;
  height: 1.7333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-btn--contact a {
  background-color: #ffa800;
  border-color: #ffffff;
}
.inquiry-btn--contact a span {
  color: #1e3932;
}
.inquiry-btn--contact a span:before {
  background-image: url(../img/common/mail-gr.svg);
}
.inquiry-btn--contact a:after {
  background-image: url(../img/common/arrow-gr.svg);
}

.inquiry-btn--line a {
  background-color: #3ecc02;
  border-color: #3ecc02;
}
.inquiry-btn--line a span {
  color: #ffffff;
}
.inquiry-btn--line a span:before {
  background-image: url(../img/common/chat-wh.svg);
}
.inquiry-btn--line a:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (max-width: 750px) {
  .inquiry-shop {
    margin: 8vw auto 0 auto;
    width: 89.8666666667vw;
  }
  .inquiry-shop > li a {
    padding: 4vw 4.6666666667vw 9.3333333333vw 4.6666666667vw;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .inquiry-shop > li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4vw;
    display: inline-block;
    width: 6.9333333333vw;
    height: 1.7333333333vw;
    background-image: url(../img/common/arrow-wh.svg);
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry-shop > li:nth-child(n+2) {
    margin-top: 4vw;
  }
  .inquiry-btn > div a {
    padding-right: 4vw;
    height: 12.8vw;
    border-radius: 6.4vw;
  }
  .inquiry-btn > div a span {
    padding-left: 12vw;
    font-size: 3.4666666667vw;
  }
  .inquiry-btn > div a span:before {
    width: 6.4vw;
    height: 5.6vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    padding: 2.0833333333vw 0;
  }
  .inquiry-in {
    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: 0 auto;
    padding-left: 7.6388888889vw;
    width: 95.1388888889vw;
  }
  .inquiry-label {
    position: absolute;
    top: 0;
    left: 3.4722222222vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    border-radius: 50%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    z-index: 1;
  }
  .inquiry-label p {
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
  .inquiry-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 59.7222222222vw;
  }
  .inquiry-shop > li {
    width: 29.1666666667vw;
  }
  .inquiry-shop > li:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .inquiry-shop > li a {
    pointer-events: none;
  }
  .inquiry-shop-image {
    width: 6.9444444444vw;
    border-radius: 0.6944444444vw;
    overflow: hidden;
  }
  .inquiry-shop-content {
    width: 21.1805555556vw;
  }
  .inquiry-shop-label {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.2em 0.5em 0.3em 0.55em;
    background-color: #ffffff;
    border-radius: 0.3472222222vw;
    color: #1e3932;
    font-size: 1.0416666667vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .inquiry-shop-tel {
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-size: 3.3333333333vw;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .inquiry-shop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.6944444444vw;
  }
  .inquiry-shop-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .inquiry-shop-time span {
    margin-left: 0.3em;
    font-family: "Poppins", sans-serif;
    font-size: 1.3888888889vw;
    font-weight: 700;
  }
  .inquiry-shop-holiday {
    margin-left: 0.5em;
    padding: 0.1em 0.2em 0.2em 0.2em;
    background-color: #ffa800;
    border-radius: 0.3472222222vw;
    color: #1e3932;
    font-size: 0.9722222222vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .inquiry-btn {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 26.875vw;
  }
  .inquiry-btn > div:nth-child(n+2) {
    margin: 0 0 1.3888888889vw 0;
  }
  .inquiry-btn > div a {
    padding-right: 1.3888888889vw;
    border-width: 0.1388888889vw;
  }
  .inquiry-btn > div a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .inquiry-btn > div a:after {
    right: 1.3888888889vw;
    width: 1.8055555556vw;
    height: 0.4861111111vw;
    -webkit-transition: background-image 0.3s, -webkit-transform 0.3s;
    transition: background-image 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-image 0.3s;
    transition: transform 0.3s, background-image 0.3s, -webkit-transform 0.3s;
  }
  .inquiry-btn > div a:hover:before {
    width: 100%;
  }
  .inquiry-btn > div a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  ::-webkit-full-page-media,
  :future,
  :root .inquiry-btn > div a:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .inquiry-btn--contact {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inquiry-btn--contact a {
    height: 5.1388888889vw;
    border-radius: 2.5694444444vw;
  }
  .inquiry-btn--contact a span {
    padding-left: 4.1666666667vw;
    font-size: 1.6666666667vw;
  }
  .inquiry-btn--contact a span:before {
    width: 2.2222222222vw;
    height: 1.5972222222vw;
  }
  .inquiry-btn--contact a:before {
    background-color: #1e3932;
  }
  .inquiry-btn--contact a:hover span {
    color: #ffffff;
  }
  .inquiry-btn--contact a:hover span:before {
    background-image: url(../img/common/mail-wh.svg);
  }
  .inquiry-btn--contact a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  .inquiry-btn--line {
    width: 19.0277777778vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inquiry-btn--line a {
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
  }
  .inquiry-btn--line a span {
    padding-left: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .inquiry-btn--line a span:before {
    width: 1.3888888889vw;
    height: 1.25vw;
  }
  .inquiry-btn--line a:before {
    background-color: #ffffff;
  }
  .inquiry-btn--line a:hover span {
    color: #3ecc02;
  }
  .inquiry-btn--line a:hover span:before {
    background-image: url(../img/common/chat-yg.svg);
  }
  .inquiry-btn--line a:hover:after {
    background-image: url(../img/common/arrow-yg.svg);
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding: 30px 0;
  }
  .inquiry-in {
    padding-left: 110px;
    width: 1370px;
  }
  .inquiry-label {
    left: 50px;
    width: 80px;
    height: 80px;
  }
  .inquiry-label p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inquiry-shop {
    width: 860px;
  }
  .inquiry-shop > li {
    width: 420px;
  }
  .inquiry-shop > li:nth-child(n+2) {
    margin-left: 20px;
  }
  .inquiry-shop-image {
    width: 100px;
    border-radius: 10px;
  }
  .inquiry-shop-content {
    width: 305px;
  }
  .inquiry-shop-label {
    border-radius: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inquiry-shop-tel {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .inquiry-shop-info {
    margin-top: 10px;
  }
  .inquiry-shop-time {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inquiry-shop-time span {
    font-size: 20px;
    font-size: 2rem;
  }
  .inquiry-shop-holiday {
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry-btn {
    width: 387px;
  }
  .inquiry-btn > div:nth-child(n+2) {
    margin-bottom: 20px;
  }
  .inquiry-btn > div a {
    padding-right: 20px;
    border-width: 2px;
  }
  .inquiry-btn > div a:after {
    right: 20px;
    width: 26px;
    height: 7px;
  }
  .inquiry-btn--contact a {
    height: 74px;
    border-radius: 37px;
  }
  .inquiry-btn--contact a span {
    padding-left: 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .inquiry-btn--contact a span:before {
    width: 32px;
    height: 23px;
  }
  .inquiry-btn--line {
    width: 274px;
  }
  .inquiry-btn--line a {
    height: 50px;
    border-radius: 25px;
  }
  .inquiry-btn--line a span {
    padding-left: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry-btn--line a span:before {
    width: 20px;
    height: 18px;
  }
}
/*  #inspection
-------------------------------------------------------------------------------*/
.sec--inspection {
  margin-top: 10.6666666667vw;
  padding: 10.6666666667vw 0 12.6666666667vw 0;
}

.inspection {
  position: relative;
  margin: 0 auto;
  padding: 18vw 4.6666666667vw 4.6666666667vw 4.6666666667vw;
  width: 89.8666666667vw;
  background-color: #ffffff;
  border-radius: 4vw;
  text-align: center;
}
.inspection:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.6666666667vw 4vw 0px 4vw;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inspection-ttl {
  position: absolute;
  top: -0.8em;
  left: 50%;
  padding: 0 6vw;
  color: #1e3932;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.41;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.inspection-ttl:before, .inspection-ttl:after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  display: inline-block;
  width: 7.2vw;
  height: 12.1333333333vw;
  background-image: url(../img/inspection/slash_sp.svg);
  background-size: contain;
}
.inspection-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.inspection-ttl:after {
  right: 0;
}

.inspection-list li {
  position: relative;
  padding-left: 7.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
.inspection-list li:before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/inspection/check.svg);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .inspection-list li:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--inspection {
    margin-top: 1.3888888889vw;
    padding: 6.25vw 0;
  }
  .inspection {
    padding: 3.125vw 4.5138888889vw 2.0833333333vw 4.5138888889vw;
    width: 76.3888888889vw;
    border-radius: 2.0833333333vw;
  }
  .inspection:after {
    border-width: 2.7777777778vw 1.7361111111vw 0 1.7361111111vw;
  }
  .inspection-ttl {
    top: -0.8em;
    padding: 0 2.4305555556vw;
    font-size: 2.2222222222vw;
    line-height: 1.6;
  }
  .inspection-ttl:before, .inspection-ttl:after {
    width: 1.3194444444vw;
    height: 1.3194444444vw;
    background-image: url(../img/inspection/slash.svg);
  }
  .inspection-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3.125vw;
  }
  .inspection-list li {
    display: inline-block;
    margin-left: 3.125vw;
    padding-left: 2.4305555556vw;
    width: calc(50% - 3.125vw);
    font-size: 1.1111111111vw;
    letter-spacing: 0.1em;
  }
  .inspection-list li:before {
    top: 0.1em;
    width: 1.25vw;
    height: 1.25vw;
  }
  .inspection-list li:nth-child(n+3) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--inspection {
    margin-top: 20px;
    padding: 90px 0;
  }
  .inspection {
    padding: 45px 65px 30px 65px;
    width: 1100px;
    border-radius: 30px;
  }
  .inspection:after {
    border-width: 40px 25px 0px 25px;
  }
  .inspection-ttl {
    padding: 0 35px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .inspection-ttl:before, .inspection-ttl:after {
    width: 19px;
    height: 19px;
  }
  .inspection-list {
    margin-left: -45px;
  }
  .inspection-list li {
    margin-left: 45px;
    padding-left: 35px;
    width: calc(50% - 45px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inspection-list li:before {
    top: 0.1em;
    width: 18px;
    height: 18px;
  }
  .inspection-list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
/*  #menu
-------------------------------------------------------------------------------*/
.menu {
  margin: 0 auto;
  width: 89.8666666667vw;
}

.menu a {
  position: relative;
  background-color: #ffffff;
  border-radius: 4vw;
  overflow: hidden;
}
.menu a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 12vw 12vw;
  border-color: transparent transparent #ffa800 transparent;
}
.menu a:after {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  bottom: 3.3333333333vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 1.3333333333vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
}

.menu-content {
  position: relative;
  padding: 2.6666666667vw 3.3333333333vw 3.3333333333vw 3.3333333333vw;
  text-align: center;
}

.menu-catch {
  margin-bottom: 0.7em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
}

.menu-ttl {
  position: relative;
  color: #224e45;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}
.menu-ttl span {
  margin-bottom: 0.3em;
  padding: 0.1em 0.2em 0.2em 0.2em;
  display: inline-block;
  background-color: #ffffff;
}
.menu-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu a:nth-child(1) .menu-ttl:before {
  left: 5.3333333333vw;
  width: 7.6vw;
  height: 10.5333333333vw;
  background-image: url(../img/menu/roller.svg);
}

.menu a:nth-child(2) .menu-ttl:before {
  left: 6.6666666667vw;
  width: 8.4vw;
  height: 7.3333333333vw;
  background-image: url(../img/menu/driver.svg);
}

.sec--intro .menu a {
  background-color: #f4f3ef;
}

@media screen and (max-width: 750px) {
  .menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
  .sec--intro .menu {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 86.1111111111vw;
  }
  .menu a {
    width: 41.6666666667vw;
    border-radius: 2.0833333333vw;
  }
  .menu a:before {
    border-width: 0px 0px 5.2083333333vw 5.2083333333vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .menu a:after {
    right: 0.9027777778vw;
    bottom: 1.5972222222vw;
    width: 1.8055555556vw;
    height: 0.4861111111vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .menu a:hover:before {
    border-color: transparent transparent #1e3932 transparent;
  }
  .menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .menu a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-content {
    padding: 1.3888888889vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  }
  .menu-catch {
    font-size: 1.25vw;
  }
  .menu-ttl {
    font-size: 2.5vw;
  }
  .menu a:nth-child(1) .menu-ttl:before {
    left: 0;
    width: 3.125vw;
    height: 4.3055555556vw;
  }
  .menu a:nth-child(2) .menu-ttl:before {
    left: 0.6944444444vw;
    width: 3.9583333333vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    width: 1240px;
  }
  .menu a {
    width: 600px;
    border-radius: 30px;
  }
  .menu a:before {
    border-width: 0px 0px 75px 75px;
  }
  .menu a:after {
    right: 13px;
    bottom: 23px;
    width: 26px;
    height: 7px;
  }
  .menu-content {
    padding: 20px 30px 30px 30px;
  }
  .menu-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .menu-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .menu a:nth-child(1) .menu-ttl:before {
    left: 0;
    width: 45px;
    height: 62px;
  }
  .menu a:nth-child(2) .menu-ttl:before {
    left: 10px;
    width: 57px;
    height: 50px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
}

.blog-post a {
  position: relative;
  display: block;
}

.blog-image {
  position: relative;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 4.2666666667vw;
  overflow: hidden;
}
.blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog .blog-image img {
  height: 61.3333333333vw;
}

.column-slide .blog-image img {
  height: 53.3333333333vw;
}

.blog-cat {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

.blog-cat > li {
  margin: 0.6666666667vw 0 0 0.6666666667vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #1e3932;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
}

.blog-content {
  position: relative;
  margin-top: 2.6666666667vw;
  padding: 0 0.9333333333vw;
}

.blog-ttl {
  max-height: 4.5em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-staff {
  position: absolute;
  top: -10vw;
  right: 4.6666666667vw;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.blog-staff img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 21.3333333333vw;
}

@media screen and (min-width: 751px) {
  .blog-image {
    border-width: 0.1388888889vw;
    border-radius: 2.2222222222vw;
  }
  .blog .blog-image img {
    height: 16.6666666667vw;
  }
  .column-slide .blog-image img {
    height: 15.2777777778vw;
  }
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-content {
    margin-top: 0.6944444444vw;
    padding: 0 0.6944444444vw;
  }
  .blog-cat {
    right: 1.7361111111vw;
    bottom: 0.6944444444vw;
  }
  .blog-cat > li {
    margin: 0.3472222222vw 0 0 0.3472222222vw;
    font-size: 0.9722222222vw;
  }
  .blog-ttl {
    max-height: 4.8em;
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
  .blog-staff {
    top: -2.0833333333vw;
    right: 1.0416666667vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .blog-staff img {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-image {
    border-width: 2px;
    border-radius: 32px;
  }
  .blog .blog-image img {
    height: 240px;
  }
  .column-slide .blog-image img {
    height: 220px;
  }
  .blog-content {
    margin-top: 10px;
    padding: 0 10px;
  }
  .blog-cat {
    right: 25px;
    bottom: 10px;
  }
  .blog-cat > li {
    margin: 5px 0 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-staff {
    top: -30px;
    right: 15px;
    width: 70px;
    height: 70px;
  }
  .blog-staff img {
    height: 70px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.works-post {
  position: relative;
}

.works-post a {
  position: relative;
  display: block;
}

.works-image {
  position: relative;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 4.2666666667vw;
  overflow: hidden;
}

.works-new {
  position: absolute;
  top: -4vw;
  left: -4vw;
  width: 20.6666666667vw;
  height: 20.6666666667vw;
  background-image: url(../img/works/new.svg);
  background-size: contain;
  z-index: 1;
}

.works-image img {
  height: 61.3333333333vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.works-area {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #1e3932;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
  z-index: 1;
}

.works-content {
  margin-top: 2.6666666667vw;
  padding: 0 0.9333333333vw;
}

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

.works-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -1.7333333333vw;
}

.works-cat > li {
  margin: 1.7333333333vw 0 0 1.7333333333vw;
  color: #8c8c8c;
  font-size: 2.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.works-cat > li:before {
  content: "＃";
}

.works-cost {
  margin-top: 2.6666666667vw;
  color: #8c8c8c;
  font-size: 2.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .works-image {
    border-width: 0.1388888889vw;
    border-radius: 2.2222222222vw;
  }
  .works-image img {
    height: 14.9305555556vw;
  }
  .works-post a:hover .works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .works-new {
    top: -1.5277777778vw;
    left: -1.5972222222vw;
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
  .works-area {
    right: 1.7361111111vw;
    bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .works-content {
    margin-top: 0.6944444444vw;
    padding: 0 0.6944444444vw;
  }
  .works-ttl {
    max-height: 3.2em;
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
  .works-cat {
    margin: 0 0 0 -0.6944444444vw;
  }
  .works-cat > li {
    margin: 0.6944444444vw 0 0 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .works-cost {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-image {
    border-width: 2px;
    border-radius: 32px;
  }
  .works-image img {
    height: 240px;
  }
  .works-new {
    top: -22px;
    left: -23px;
    width: 105px;
    height: 105px;
  }
  .works-area {
    right: 25px;
    bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-content {
    margin-top: 10px;
    padding: 0 10px;
  }
  .works-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .works-cat {
    margin: 0 0 0 -10px;
  }
  .works-cat > li {
    margin: 10px 0 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .works-cost {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* faq
-------------------------------------------------------------------------------*/
.faq {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.faq-item {
  position: relative;
  padding: 0 3.7333333333vw;
  background-color: #ffffff;
  border-radius: 2vw;
  overflow: hidden;
}

.faq .faq-item:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.faq-item dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.7333333333vw 12vw 3.7333333333vw 6vw;
  background-color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  overflow: hidden;
}
.faq-item dt:before {
  content: "Q.";
  position: absolute;
  top: 3.7333333333vw;
  left: 0;
  color: #1e3932;
  font-family: "Poppins", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/faq/arrow.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-item dt:hover {
  cursor: pointer;
}

.faq-item dt.is-open:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.faq-item dd {
  display: none;
  position: relative;
  padding: 4vw 6vw;
  font-size: 3.4666666667vw;
  line-height: 1.61;
  letter-spacing: 0;
}
.faq-item dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

@media screen and (min-width: 751px) {
  .faq {
    width: 62.5vw;
  }
  .faq-item {
    padding: 0 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .faq .faq-item:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .faq-item dt {
    padding: 1.5972222222vw 6.25vw 1.5972222222vw 3.8194444444vw;
    font-size: 1.0416666667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .faq-item dt:before {
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    font-size: 1.6666666667vw;
  }
  .faq-item dt:after {
    right: 0.8333333333vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .faq-item dd {
    padding: 1.7361111111vw 2.0833333333vw 1.3888888889vw 4.1666666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .faq-item dd:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    width: 900px;
  }
  .faq-item {
    padding: 0 15px;
    border-radius: 10px;
  }
  .faq .faq-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .faq-item dt {
    padding: 23px 90px 23px 55px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .faq-item dt:before {
    top: 15px;
    left: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .faq-item dt:after {
    right: 12px;
    width: 30px;
    height: 30px;
  }
  .faq-item dd {
    padding: 25px 55px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .faq-item dd:before {
    height: 1px;
  }
}
/*  news --> archive
-------------------------------------------------------------------------------*/
.news .news-post:nth-child(n+2) {
  margin-top: 4vw;
}

.news a {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 5.3333333333vw;
  background-color: #ffffff;
}

.news-new {
  position: absolute;
  top: -2vw;
  right: -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;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #ffa800;
  border-radius: 50%;
  color: #224e45;
  font-family: "Poppins", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
}

.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3333333333vw;
}

.news-date {
  color: #b7b7b7;
  font-family: "Poppins", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.news-cat {
  display: inline-block;
  margin-left: 2.6666666667vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #224e45;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.0666666667vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.news-ttl {
  max-height: 3em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .news .news-post:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .news 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 5.5555555556vw 0 2.7777777778vw;
    height: 4.1666666667vw;
  }
  .news a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.0833333333vw;
    display: inline-block;
    width: 1.7361111111vw;
    height: 0.4861111111vw;
    background-image: url(../img/common/arrow-gr.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .news-post a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .news-new {
    top: -0.6944444444vw;
    left: -1.0416666667vw;
    right: auto;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    font-size: 0.8333333333vw;
  }
  .news-head {
    margin: 0;
    width: 15.9722222222vw;
  }
  .news-date {
    font-size: 1.0416666667vw;
  }
  .news-cat {
    padding: 0.4em 0.5em 0.5em 0.5em;
    margin-left: 1.3888888889vw;
    width: 8em;
    border-radius: 5em;
    font-size: 0.9027777778vw;
  }
  .news-ttl {
    max-height: 1.5em;
    width: calc(100% - 16.6666666667vw);
    font-size: 1.1111111111vw;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1441px) {
  .news .news-post:nth-child(n+2) {
    margin-top: 20px;
  }
  .news a {
    padding: 0 80px 0 40px;
    height: 60px;
  }
  .news a:after {
    right: 30px;
    width: 25px;
    height: 7px;
  }
  .news-new {
    top: -10px;
    left: -15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news-head {
    width: 230px;
  }
  .news-date {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .news-cat {
    margin-left: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .news-ttl {
    width: calc(100% - 240px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}