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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

img {
  border-style: none;
  vertical-align: bottom;
  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: 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: 600;
  src: url("../fonts/NotoSansJP/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-SemiBold.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: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSansJP/IBMPlexSansJP-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSansJP/IBMPlexSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff") format("woff");
}
/*  html / body
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  color: #303030;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}
a.on--opa {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a.on--opa:hover {
  opacity: 0.8;
}

.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) {
  .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.5em;
}
.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.75em;
  }
  .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%;
  height: 24vw;
  background-color: #fefefe;
  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 21.3333333333vw 0 2.6666666667vw;
  width: 100%;
  height: 17.3333333333vw;
}

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

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

.header-logo a {
  display: block;
}

.header-logo img {
  width: 43.4666666667vw;
}

.header-label {
  position: absolute;
  top: 0.8vw;
  left: 11.2vw;
  color: #5d595f;
  font-size: 1.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.header-satisfaction {
  position: relative;
  margin-left: 2.6666666667vw;
  width: 12.5333333333vw;
}

@media screen and (max-width: 750px) {
  .header.is-open .header-top {
    display: none;
  }
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fefefe;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 2;
  }
  .header-content.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-content-scroll {
    position: relative;
    padding: 18.6666666667vw 0 10.6666666667vw 0;
    height: 100%;
    overflow-x: scroll;
  }
  .header-content-in {
    position: relative;
    margin: 0 auto;
    width: 90.1333333333vw;
  }
  .header-inquiry {
    margin: 7.3333333333vw auto 0 auto;
    width: 90.1333333333vw;
  }
  .header-inquiry > div:nth-child(n+2) {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 13.5416666667vw;
  }
  .header-top {
    padding: 0 0 0 4.1666666667vw;
    height: 7.9861111111vw;
  }
  .header-logo {
    width: 26.7361111111vw;
  }
  .header-logo img {
    width: 20.1388888889vw;
  }
  .header-label {
    top: 0.3472222222vw;
    left: 4.8611111111vw;
    font-size: 0.8333333333vw;
  }
  .header-satisfaction {
    margin-left: 1.3888888889vw;
    width: 5.8333333333vw;
  }
  .header-inquiry {
    position: absolute;
    top: 0;
    right: 3.125vw;
    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: auto;
    height: 6.25vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 195px;
  }
  .header-top {
    padding-left: 60px;
    height: 115px;
  }
  .header-logo {
    width: 385px;
  }
  .header-logo img {
    width: 290px;
  }
  .header-label {
    top: 5px;
    left: 70px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-satisfaction {
    margin-left: 20px;
    width: 84px;
  }
  .header-inquiry {
    right: 110px;
    height: 90px;
  }
}
/* ------------------------------------------- inquiry - */
.header-inquiry {
  position: relative;
}

@media screen and (min-width: 751px) {
  .header-inquiry {
    position: absolute;
    top: 0;
    right: 3.125vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1441px) {
  .header-inquiry {
    right: 45px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 24vw;
}

.contents--sub {
  background-color: #f9f7eb;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 13.5416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 195px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 15.2vw;
  background-color: #fff;
}

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

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  margin: 0 auto;
  padding-top: 9.3333333333vw;
  width: 90.1333333333vw;
}

.footer-logo {
  margin: 0 auto 8vw auto;
  width: 43.0666666667vw;
}

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

@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-top {
    padding-top: 3.4722222222vw;
    width: 69.4444444444vw;
  }
  .footer-logo {
    margin-bottom: 2.7777777778vw;
    width: 14.2361111111vw;
  }
  .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;
  }
  .footer-navi > div > ul:nth-child(n+2),
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 0.8em;
  }
  .footer-navi-menu li a {
    position: relative;
    display: block;
    padding-left: 1.5972222222vw;
    font-size: 1.1111111111vw;
    font-weight: 600;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-menu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    background-color: #90c31f;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-navi-menu li a:hover {
    color: #90c31f;
  }
  .footer-navi-head {
    position: relative;
    padding-left: 1.5972222222vw;
    font-size: 1.1111111111vw;
    font-weight: 600;
    line-height: 1.25em;
  }
  .footer-navi-head:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    background-color: #90c31f;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-navi-child {
    position: relative;
    margin: 0.3472222222vw 0 0 1.5277777778vw;
  }
  .footer-navi-child li a {
    position: relative;
    display: block;
    padding: 0.35em 0;
    color: #878787;
    font-size: 1.0416666667vw;
    font-weight: 600;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child li a:hover {
    color: #90c31f;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    padding-top: 50px;
    width: 1000px;
  }
  .footer-logo {
    margin-bottom: 40px;
    width: 205px;
  }
  .footer-navi > div > ul:nth-child(n+2),
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .footer-navi-menu li a {
    padding-left: 23px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-navi-menu li a:before {
    width: 10px;
    height: 10px;
  }
  .footer-navi-head {
    padding-left: 23px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-navi-head:before {
    width: 10px;
    height: 10px;
  }
  .footer-navi-child li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  margin: 8vw auto 0 auto;
  padding-bottom: 6vw;
  width: 90.1333333333vw;
}

.footer-copy {
  margin-top: 8vw;
  color: #696969;
  font-size: 2.9333333333vw;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bottom {
    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;
    padding: 0 2.0833333333vw;
    width: 95.1388888889vw;
    height: 4.8611111111vw;
    border-top-color: #f3f3f3;
    border-top-style: solid;
    border-top-width: 0.0694444444vw;
  }
  .footer .sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .subnavi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 0.7638888889vw;
    letter-spacing: 0.1em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    margin-top: 40px;
    padding: 0 30px;
    width: 1370px;
    height: 70px;
    border-top-width: 1px;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
.navi > li {
  position: relative;
}

.navi-menu {
  position: relative;
  padding: 5.3333333333vw 12vw 6.1333333333vw 1.3333333333vw;
  width: 100%;
}
.navi-menu:hover {
  cursor: pointer;
}

.navi-menu-jp {
  position: relative;
  font-size: 4vw;
  font-weight: 700;
}

/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi > li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #dfdfdf;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    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-jp {
    padding-left: 5.3333333333vw;
  }
  .navi-menu-jp:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-color: #90c31f;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin-left: auto;
    padding-bottom: 6vw;
    width: 81.3333333333vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 2vw 0;
    color: #878787;
    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: 2.3611111111vw;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    display: inline-block;
    width: 0.1388888889vw;
    height: 2.3611111111vw;
    background-image: url(../img/header/dotted.svg);
    background-size: 0.1388888889vw auto;
    background-repeat: repeat-y;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi > li:last-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.1388888889vw;
    height: 2.3611111111vw;
    background-image: url(../img/header/dotted.svg);
    background-size: 0.1388888889vw auto;
    background-repeat: repeat-y;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-menu {
    padding: 0.6944444444vw 2.0833333333vw;
    height: 2.3611111111vw;
    text-align: center;
  }
  .navi-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 0.3472222222vw;
    height: 0.3472222222vw;
    background-color: #90c31f;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  .navi-menu:hover:after {
    opacity: 1;
    visibility: visible;
  }
  .navi-menu-jp {
    font-size: 1.0416666667vw;
    font-weight: 600;
  }
  .navi--home .navi-menu {
    padding: 0 !important;
    width: 3.8194444444vw;
  }
  .navi--home .navi-menu-jp {
    height: 100%;
  }
  .navi--home .navi-menu-jp:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 1.3888888889vw;
    height: 1.4583333333vw;
    background-image: url(../img/common/home.svg);
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navi-parent .navi-menu {
    padding-right: 3.4722222222vw;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.0833333333vw;
    display: inline-block;
    width: 0.7638888889vw;
    height: 0.4861111111vw;
    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: #fefefe;
    border-color: #90c31f;
    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: #969696;
    font-size: 0.9722222222vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #90c31f;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    height: 34px;
  }
  .navi > li:after {
    width: 2px;
    height: 34px;
  }
  .navi > li:last-child:before {
    width: 1px;
    height: 34px;
  }
  .navi-menu {
    padding: 10px 30px;
    height: 34px;
  }
  .navi-menu:after {
    width: 5px;
    height: 5px;
  }
  .navi-menu-jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navi--home .navi-menu {
    width: 55px;
  }
  .navi--home .navi-menu-jp:before {
    width: 20px;
    height: 21px;
  }
  .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;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #eb6120;
  z-index: 8888;
  cursor: pointer;
}

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

.toggle span {
  position: absolute;
  left: 50%;
  width: 9.6vw;
  height: 0.5333333333vw;
  background-color: #fefefe;
  -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.7333333333vw;
}

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

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

.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: 2.6666666667vw;
  color: #fefefe;
  font-size: 3.3333333333vw;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #review
-------------------------------------------------------------------------------*/
.review {
  position: relative;
  height: 6.6666666667vw;
  background-color: #90c31f;
}

.review-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-in > div {
  position: relative;
  padding: 0 2vw;
}
.review-in > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.2vw;
  width: 0.4vw;
  height: 5.0666666667vw;
  background-color: #97c746;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.review-in > div:last-child:after {
  content: none;
}

.review-ttl {
  color: #fefefe;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}

.review-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
}

.review-shop-in {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7.4666666667vw 0 2.4vw;
  height: 6.6666666667vw;
}

.review-name {
  margin-bottom: 0.1em;
  color: #fefefe;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.review-shop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-rating {
  color: #fefefe;
  font-size: 2.2666666667vw;
  font-weight: 700;
}

.review-score {
  color: #fefefe;
  margin-left: 0.2em;
  font-size: 3.0666666667vw;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.review-number {
  position: absolute;
  top: 0.4666666667vw;
  right: 0.8vw;
  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: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 50%;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-size: 2.2666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.review-date p {
  color: #fefefe;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.25em;
}
.review-date p span {
  font-family: "Poppins", sans-serif;
}

.review-shop--mikage .review-number {
  background-color: #8f82bc;
}

.review-shop--kobekita .review-number {
  background-color: #5997d1;
}

.review-shop--seishin .review-number {
  background-color: #ddb01d;
}

.review-shop--fujiwaradai .review-number {
  background-color: #ee7959;
}

@media screen and (max-width: 750px) {
  .review * {
    white-space: nowrap;
  }
  .review-in {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 751px) {
  .review {
    margin-top: 0.9722222222vw;
    height: 2.2222222222vw;
  }
  .review-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review-in > div {
    padding: 0 1.0416666667vw;
  }
  .review-in > div:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.0694444444vw;
    width: 0.1388888889vw;
    height: 1.3888888889vw;
    background-color: #97c746;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .review-in > div:last-child:after {
    content: none;
  }
  .review-ttl {
    font-size: 1.0416666667vw;
  }
  .review-shop {
    padding: 0 !important;
  }
  .review-shop-in {
    padding: 0 2.4305555556vw 0 0.6944444444vw;
    height: 2.2222222222vw;
  }
  .review-name {
    margin: 0 0.5em 0 0;
    font-size: 0.9027777778vw;
  }
  .review-rating {
    font-size: 0.7638888889vw;
  }
  .review-score {
    margin-left: 0.5em;
    font-size: 1.0416666667vw;
  }
  .review-number {
    top: -0.3472222222vw;
    left: auto;
    right: 0.2777777778vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    font-size: 0.7638888889vw;
  }
  .review-date p {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .review {
    margin-top: 14px;
    height: 32px;
  }
  .review-in > div {
    padding: 0 15px;
  }
  .review-in > div:after {
    right: -1px;
    width: 2px;
    height: 20px;
  }
  .review-in > div:last-child:after {
    content: none;
  }
  .review-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .review-shop-in {
    padding: 0 35px 0 10px;
    height: 32px;
  }
  .review-name {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .review-rating {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .review-score {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .review-number {
    top: -5px;
    right: 4px;
    width: 26px;
    height: 26px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .review-date p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

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

.sec-head {
  position: relative;
}

.sec-en {
  position: relative;
  color: #90c31f;
  font-family: "Kosugi Maru";
  font-size: 3.2vw;
  font-weight: 400;
}

.sec-catch {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.46em;
}

.sec-ttl {
  position: relative;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 9.3333333333vw;
  font-weight: 700;
  line-height: 1.21em;
}

.sec-desc {
  position: relative;
}
.sec-desc p {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.71em;
  letter-spacing: 0.1em;
}

.sec-btn {
  margin: 6vw auto 0 auto;
  width: 80vw;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-en {
    font-size: 1.25vw;
  }
  .sec-catch {
    font-size: 1.6666666667vw;
  }
  .sec-ttl {
    font-size: 3.3333333333vw;
  }
  .sec-desc p {
    font-size: 1.1111111111vw;
    font-weight: 600;
    line-height: 1.875em;
  }
  .sec-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 26.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec-btn {
    margin: 50px auto 0 auto;
    width: 380px;
  }
}
/* ------------------------------------------- common - */
.sec-head--deco {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec-label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.3em 1em 0.4em 1em;
  background-color: #90c31f;
  border-radius: 5em;
  color: #fefefe;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.35em;
}

.sec-head--deco .sec-catch {
  margin-bottom: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
}

.sec-head--deco .sec-en {
  margin-top: 1em;
}

.sec-head--deco .sec-ttl {
  font-size: 7.2vw;
}

.sec-head--deco .sec-desc {
  margin-top: 1em;
}
.sec-head--deco .sec-desc p {
  font-weight: 500;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .sec-head--deco .sec-ttl span {
    padding: 0 10vw;
    position: relative;
  }
  .sec-head--deco .sec-ttl span:before, .sec-head--deco .sec-ttl span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -0.1em;
    width: 6.4vw;
    height: 2vw;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-head--deco .sec-ttl span:before {
    left: 0;
    background-image: url(../img/pickup/deco-l_sp.svg);
  }
  .sec-head--deco .sec-ttl span:after {
    right: 0;
    background-image: url(../img/pickup/deco-r_sp.svg);
  }
  .sec-head--deco .sec-desc {
    margin-left: auto;
    margin-right: auto;
    width: 86.6666666667vw;
  }
  .sec-head--deco .sec-desc p {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .sec-head--deco {
    margin-bottom: 3.4722222222vw;
  }
  .sec-label {
    font-size: 1.25vw;
  }
  .sec-head--deco .sec-catch {
    font-size: 1.25vw;
  }
  .sec-head--deco .sec-ttl {
    display: inline-block;
    padding: 0 6.5972222222vw;
    font-size: 2.9166666667vw;
  }
  .sec-head--deco .sec-ttl:before, .sec-head--deco .sec-ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -0.1em;
    width: 5.4166666667vw;
    height: 0.7638888889vw;
    background-image: url(../img/pickup/deco.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-head--deco .sec-ttl:before {
    left: 0;
  }
  .sec-head--deco .sec-ttl:after {
    right: 0;
  }
  .sec-head--deco .sec-desc {
    margin-top: 1.5em;
  }
  .sec-head--deco .sec-desc p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sec-head--deco {
    margin-bottom: 50px;
  }
  .sec-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-head--deco .sec-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-head--deco .sec-ttl {
    padding: 0 95px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .sec-head--deco .sec-ttl:before, .sec-head--deco .sec-ttl:after {
    width: 78px;
    height: 11px;
  }
}
/*  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;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 5em;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.btn-main span {
  position: relative;
  padding-bottom: 0.1em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-main--54 {
  padding: 2.6666666667vw 0;
}

.btn-main--60 {
  padding: 3.3333333333vw 0;
}

.btn-main--70 {
  padding: 4vw 0;
}

.btn-main--gr {
  background-color: #fefefe;
  border-color: #90c31f;
}
.btn-main--gr:after {
  background-image: url(../img/common/arrow-sty01-gr.svg);
}

.btn-main--bl {
  background-color: #fefefe;
  border-color: #5997d1;
}
.btn-main--bl:after {
  background-image: url(../img/common/arrow-sty01-bl.svg);
}

.btn-main--pk {
  background-color: #fefefe;
  border-color: #ee7959;
}
.btn-main--pk:after {
  background-image: url(../img/common/arrow-sty01-rd.svg);
}

.btn-main--ye {
  background-color: #fefefe;
  border-color: #eeb600;
}
.btn-main--ye:after {
  background-image: url(../img/common/arrow-sty01-ye.svg);
}

.btn-main--rd {
  background-color: #eb6120;
  border-color: #eb6120;
}
.btn-main--rd span {
  color: #fefefe;
}
.btn-main--rd:after {
  background-image: url(../img/common/arrow-sty01-wh.svg);
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding: 0;
    border-width: 0.2083333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-main span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-main:after {
    right: 1.0416666667vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    -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--54 {
    height: 3.75vw;
    border-radius: 1.875vw;
  }
  .btn-main--60 {
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
  }
  .btn-main--70 {
    height: 4.8611111111vw;
    border-radius: 2.4305555556vw;
  }
  .on--btn:hover:after,
  .btn-main:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .on--btn:hover .btn-main--gr,
  .btn-main--gr:hover {
    background-color: #90c31f;
  }
  .on--btn:hover .btn-main--gr span,
  .btn-main--gr:hover span {
    color: #fefefe;
  }
  .on--btn:hover .btn-main--gr:after,
  .btn-main--gr:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
  }
  .on--btn:hover .btn-main--bl,
  .btn-main--bl:hover {
    background-color: #5997d1;
  }
  .on--btn:hover .btn-main--bl span,
  .btn-main--bl:hover span {
    color: #fefefe;
  }
  .on--btn:hover .btn-main--bl:after,
  .btn-main--bl:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
  }
  .on--btn:hover .btn-main--pk,
  .btn-main--pk:hover {
    background-color: #ee7959;
  }
  .on--btn:hover .btn-main--pk span,
  .btn-main--pk:hover span {
    color: #fefefe;
  }
  .on--btn:hover .btn-main--pk:after,
  .btn-main--pk:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
  }
  .on--btn:hover .btn-main--ye,
  .btn-main--ye:hover {
    background-color: #eeb600;
  }
  .on--btn:hover .btn-main--ye span,
  .btn-main--ye:hover span {
    color: #fefefe;
  }
  .on--btn:hover .btn-main--ye:after,
  .btn-main--ye:hover:after {
    background-image: url(../img/common/arrow-sty01-wh.svg);
  }
  .on--btn:hover .btn-main--rd,
  .btn-main--rd:hover {
    background-color: #fefefe;
  }
  .on--btn:hover .btn-main--rd span,
  .btn-main--rd:hover span {
    color: #eb6120;
  }
  .on--btn:hover .btn-main--rd:after,
  .btn-main--rd:hover:after {
    background-image: url(../img/common/arrow-sty01-rd.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    border-width: 3px;
  }
  .btn-main span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-main:after {
    right: 15px;
    width: 8px;
    height: 14px;
  }
  .btn-main--54 {
    height: 54px;
    border-radius: 27px;
  }
  .btn-main--60 {
    height: 60px;
    border-radius: 30px;
  }
  .btn-main--70 {
    height: 70px;
    border-radius: 35px;
  }
}
/* ------------------------------------------- contact - */
.lineup-main-btn {
  position: relative;
  width: 74.6666666667vw;
  z-index: 1;
}

.btn-contact {
  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-left: 6.6666666667vw;
  height: 14.6666666667vw;
  background-color: #eb6120;
  border-color: #fefefe;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 14.6666666667vw;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(36, 28, 21, 0.2);
          box-shadow: 0px 5px 9.5px 0.5px rgba(36, 28, 21, 0.2);
}
.btn-contact span {
  color: #fefefe;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.btn-contact:before, .btn-contact:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-contact:before {
  left: 4.6666666667vw;
  width: 5.6vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/mail-wh.svg);
}
.btn-contact:after {
  right: 3.3333333333vw;
  width: 1.8666666667vw;
  height: 2.9333333333vw;
  background-image: url(../img/common/arrow-sty01-wh.svg);
}

@media screen and (min-width: 751px) {
  .btn-contact {
    padding-left: 1.3888888889vw;
    height: 5.8333333333vw;
    border-width: 0.2083333333vw;
    border-radius: 2.9166666667vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .btn-contact span {
    font-size: 1.6666666667vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-contact:before {
    left: 2.4305555556vw;
    width: 2.9166666667vw;
    height: 1.9444444444vw;
    background-image: url(../img/common/mail-wh.svg);
  }
  .btn-contact:after {
    right: 2.4305555556vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    background-image: url(../img/common/arrow-sty01-wh.svg);
  }
  .btn-contact:hover {
    background-color: #fefefe;
    border-color: #eb6120;
  }
  .btn-contact:hover span {
    color: #eb6120;
  }
  .btn-contact:hover:before {
    background-image: url(../img/common/mail-rd.svg);
  }
  .btn-contact:hover:after {
    background-image: url(../img/common/arrow-sty01-rd.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-contact {
    padding-left: 20px;
    height: 84px;
    border-width: 3px;
    border-radius: 42px;
  }
  .btn-contact span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .btn-contact:before {
    left: 35px;
    width: 42px;
    height: 28px;
  }
  .btn-contact:after {
    right: 35px;
    width: 8px;
    height: 12px;
  }
}
/* ------------------------------------------- contact - */
.btn-store {
  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-right: 5.3333333333vw;
  height: 16vw;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(36, 28, 21, 0.2);
          box-shadow: 0px 5px 9.5px 0.5px rgba(36, 28, 21, 0.2);
}
.btn-store > div {
  position: relative;
  padding-left: 12vw;
}
.btn-store > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8.4vw;
  height: 5.6vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-store p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.btn-store p span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 4.9333333333vw;
}
.btn-store:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub--mikage .btn-store {
  background-color: #8f82bc;
  border-color: #8f82bc;
}
.sub--mikage .btn-store > div:before {
  background-image: url(../img/common/mail-wh.svg);
}
.sub--mikage .btn-store p {
  color: #fefefe;
}
.sub--mikage .btn-store:after {
  background-image: url(../img/common/arrow-pl.svg);
}

.sub--kobekita .btn-store {
  background-color: #5997d1;
  border-color: #5997d1;
}
.sub--kobekita .btn-store > div:before {
  background-image: url(../img/common/mail-wh.svg);
}
.sub--kobekita .btn-store p {
  color: #fefefe;
}
.sub--kobekita .btn-store:after {
  background-image: url(../img/common/arrow-bl.svg);
}

.sub--seishin .btn-store {
  background-color: #ddb01d;
  border-color: #ddb01d;
}
.sub--seishin .btn-store > div:before {
  background-image: url(../img/common/mail-wh.svg);
}
.sub--seishin .btn-store p {
  color: #fefefe;
}
.sub--seishin .btn-store:after {
  background-image: url(../img/common/arrow-ye.svg);
}

.sub--fujiwaradai .btn-store {
  background-color: #ee7959;
  border-color: #ee7959;
}
.sub--fujiwaradai .btn-store > div:before {
  background-image: url(../img/common/mail-wh.svg);
}
.sub--fujiwaradai .btn-store p {
  color: #fefefe;
}
.sub--fujiwaradai .btn-store:after {
  background-image: url(../img/common/arrow-rd.svg);
}

@media screen and (min-width: 751px) {
  .btn-store {
    padding: 0 2.7777777778vw 0.2em 0;
    height: 5.5555555556vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-store > div {
    padding-left: 4.8611111111vw;
  }
  .btn-store > div:before {
    width: 2.9166666667vw;
    height: 1.9444444444vw;
  }
  .btn-store p {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-store p span {
    font-size: 1.9444444444vw;
  }
  .btn-store:after {
    right: 1.0416666667vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .sub--mikage .btn-store:hover {
    background-color: #fefefe;
  }
  .sub--mikage .btn-store:hover > div:before {
    background-image: url(../img/common/mail-pl.svg);
  }
  .sub--mikage .btn-store:hover p {
    color: #8f82bc;
  }
  .sub--mikage .btn-store:hover:after {
    background-image: url(../img/common/arrow-pl-on.svg);
  }
  .sub--kobekita .btn-store:hover {
    background-color: #fefefe;
  }
  .sub--kobekita .btn-store:hover > div:before {
    background-image: url(../img/common/mail-bl.svg);
  }
  .sub--kobekita .btn-store:hover p {
    color: #5997d1;
  }
  .sub--kobekita .btn-store:hover:after {
    background-image: url(../img/common/arrow-bl-on.svg);
  }
  .sub--seishin .btn-store:hover {
    background-color: #fefefe;
  }
  .sub--seishin .btn-store:hover > div:before {
    background-image: url(../img/common/mail-ye.svg);
  }
  .sub--seishin .btn-store:hover p {
    color: #ddb01d;
  }
  .sub--seishin .btn-store:hover:after {
    background-image: url(../img/common/arrow-ye-on.svg);
  }
  .sub--fujiwaradai .btn-store {
    background-color: #ee7959;
    border-color: #ee7959;
  }
  .sub--fujiwaradai .btn-store:hover {
    background-color: #fefefe;
  }
  .sub--fujiwaradai .btn-store:hover > div:before {
    background-image: url(../img/common/mail-rd.svg);
  }
  .sub--fujiwaradai .btn-store:hover p {
    color: #ee7959;
  }
  .sub--fujiwaradai .btn-store:hover:after {
    background-image: url(../img/common/arrow-rd-on.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-store {
    padding-right: 40px;
    height: 80px;
    border-width: 3px;
    border-radius: 20px;
  }
  .btn-store > div {
    padding-left: 70px;
  }
  .btn-store > div:before {
    width: 42px;
    height: 28px;
  }
  .btn-store p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-store p span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .btn-store:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 6.6666666667vw;
}

.term dt {
  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: 12vw;
  background-color: #90c31f;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  color: #fefefe;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
}
.term dt span {
  position: relative;
  padding-left: 8.6666666667vw;
}
.term dt span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/common/loupe.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term dd {
  padding: 5.3333333333vw 4.6666666667vw;
  background-color: #fefefe;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2vw 0 0 -2vw;
}

.term-menu > li {
  margin: 2vw 0 0 2vw;
}

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.3333333333vw 0.1em 3.3333333333vw;
  height: 7.4666666667vw;
  background-color: #fefefe;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.9333333333vw;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.14em;
}

.term-menu a.is-current {
  background-color: #90c31f;
  color: #fefefe;
}

@media screen and (min-width: 751px) {
  .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 3.4722222222vw;
  }
  .term dt {
    width: calc(100% - 54.1666666667vw);
    height: auto;
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
    font-size: 1.5277777778vw;
  }
  .term dt span {
    padding-left: 0;
  }
  .term dt span:after {
    top: 50%;
    left: 50%;
    width: 4.6527777778vw;
    height: 4.6527777778vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .term dd {
    padding: 1.3888888889vw 1.7361111111vw;
    width: 54.1666666667vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
  .term-menu {
    margin: -0.6944444444vw 0 0 -0.6944444444vw;
  }
  .term-menu > li {
    margin: 0.6944444444vw 0 0 0.6944444444vw;
  }
  .term-menu a {
    padding: 0 1.3888888889vw 0.1em 1.3888888889vw;
    height: 2.9166666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .term-menu a:hover {
    border-color: #90c31f;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 50px;
  }
  .term dt {
    width: calc(100% - 780px);
    border-radius: 20px 0 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .term dt span:after {
    width: 67px;
    height: 67px;
  }
  .term dd {
    padding: 20px 25px;
    width: 780px;
    border-radius: 0 20px 20px 0;
  }
  .term-menu {
    margin: -10px 0 0 -10px;
  }
  .term-menu > li {
    margin: 10px 0 0 10px;
  }
  .term-menu a {
    padding: 0 20px 0.1em 20px;
    height: 42px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .term-menu-icon {
    right: 135px;
  }
  .term-menu-icon img {
    width: 35px;
    height: 37px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------- active - */
.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;
}

/* ------------------------------------------- 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: 7.6vw;
  height: 1.0666666667vw;
  background-color: #d7d7d7;
  border-radius: 0.5333333333vw;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 3.3333333333vw;
    height: 0.3472222222vw;
    border-radius: 0.1736111111vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.0416666667vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 5px;
    border-radius: 2.5px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 15px !important;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  border-style: solid;
  border-width: 0.2083333333vw;
  background-color: #90c31f;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 3;
  cursor: pointer;
}
.slide-prev:after,
.slide-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.5333333333vw;
  height: 4.1333333333vw;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-prev:after {
  background-image: url(../img/slide/prev-wh.svg);
}

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

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    border-width: 0.2083333333vw;
  }
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #fefefe;
  }
  .slide-prev--50,
  .slide-next--50 {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .slide-prev--50:after,
  .slide-next--50:after {
    width: 1.0416666667vw;
    height: 1.9444444444vw;
  }
  .slide-prev--70,
  .slide-next--70 {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .slide-prev--70:after,
  .slide-next--70:after {
    width: 1.1805555556vw;
    height: 2.1527777778vw;
  }
  .slide-prev:hover:after {
    background-image: url(../img/slide/prev-gr.svg);
  }
  .slide-next:hover:after {
    background-image: url(../img/slide/next-gr.svg);
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    border-width: 3px;
  }
  .slide-prev--50,
  .slide-next--50 {
    width: 50px;
    height: 50px;
  }
  .slide-prev--50:after,
  .slide-next--50:after {
    width: 15px;
    height: 28px;
  }
  .slide-prev--70,
  .slide-next--70 {
    width: 70px;
    height: 70px;
  }
  .slide-prev--70:after,
  .slide-next--70:after {
    width: 17px;
    height: 31px;
  }
}
/* sns
-------------------------------------------------------------------------------*/
.sns {
  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;
}

.sns a {
  display: block;
  width: 12vw;
}

.sns a:nth-child(n+2) {
  margin-left: 8vw;
}

@media screen and (min-width: 751px) {
  .sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sns a {
    width: 2.0833333333vw;
  }
  .sns a:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sns a {
    width: 30px;
  }
  .sns a:nth-child(n+2) {
    margin-left: 20px;
  }
}
/*  subnavi
-------------------------------------------------------------------------------*/
.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;
}

.subnavi a {
  display: block;
  color: #696969;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.5em;
}

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

@media screen and (max-width: 750px) {
  .subnavi {
    margin-top: 10vw;
    padding-top: 4.6666666667vw;
    border-top-color: #f3f3f3;
    border-top-style: solid;
    border-top-width: 0.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .subnavi a {
    font-size: 0.9027777778vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subnavi a:hover {
    color: #90c31f;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 30px;
  }
}
/*  follow
-------------------------------------------------------------------------------*/
.follow {
  position: fixed;
  right: 0;
  bottom: 4.1666666667vw;
  z-index: 6666;
}

.follow 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;
  margin-left: auto;
  border-style: solid;
  border-width: 0.1388888889vw;
  border-right: none !important;
  border-radius: 0.6944444444vw 0 0 0.6944444444vw;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.follow a p {
  position: relative;
  width: 1em;
  color: #fefefe;
  font-weight: 700;
  line-height: 1.03em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.follow a p span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.follow a p:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.follow a:nth-child(n+2) {
  margin-top: 1.3888888889vw;
}

.follow--search {
  width: 4.1666666667vw;
  height: 20.8333333333vw;
  background-color: #5e5a5f;
  border-color: #5e5a5f;
}
.follow--search p {
  padding-bottom: 1.7361111111vw;
  font-size: 1.25vw;
}
.follow--search p:after {
  width: 1.25vw;
  height: 1.1805555556vw;
  background-image: url(../img/common/search-wh.svg);
}
.follow--search:hover {
  background-color: #fefefe;
}
.follow--search:hover p {
  color: #5e5a5f;
}
.follow--search:hover p:after {
  background-image: url(../img/common/search-gy.svg);
}

.follow--contact {
  width: 3.125vw;
  height: 9.5138888889vw;
  background-color: #eb6120;
  border-color: #eb6120;
}
.follow--contact p {
  padding-bottom: 1.3888888889vw;
  font-size: 1.0416666667vw;
}
.follow--contact p:after {
  width: 1.1111111111vw;
  height: 0.7638888889vw;
  background-image: url(../img/common/mail-wh.svg);
}
.follow--contact:hover {
  background-color: #fefefe;
}
.follow--contact:hover p {
  color: #eb6120;
}
.follow--contact:hover p:after {
  background-image: url(../img/common/mail-og.svg);
}

@media screen and (min-width: 1441px) {
  .follow {
    bottom: 60px;
  }
  .follow a {
    border-width: 2px;
    border-radius: 10px 0 0 10px;
  }
  .follow a:nth-child(n+2) {
    margin-top: 20px;
  }
  .follow--search {
    width: 60px;
    height: 300px;
  }
  .follow--search p {
    padding-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .follow--search p:after {
    width: 18px;
    height: 17px;
  }
  .follow--contact {
    width: 45px;
    height: 137px;
  }
  .follow--contact p {
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .follow--contact p:after {
    width: 16px;
    height: 11px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15.2vw;
  z-index: 6666;
}

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

.float-btn 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: 15.2vw;
}
.float-btn a span {
  position: relative;
  color: #fefefe;
  font-size: 4vw;
  line-height: 1.23em;
}
.float-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--search {
  width: 54.2666666667vw;
  background-color: #5e5a5f;
}
.float-btn--search a span {
  padding-left: 9.0666666667vw;
}
.float-btn--search a span:before {
  width: 6.5333333333vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/search-wh.svg);
}

.float-btn--contact {
  width: calc(100% - 54.2666666667vw);
  background-color: #eb6120;
}
.float-btn--contact a span {
  padding-left: 11.3333333333vw;
}
.float-btn--contact a span:before {
  width: 7.8666666667vw;
  height: 5.2vw;
  background-image: url(../img/common/mail-wh.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  consul
-------------------------------------------------------------------------------*/
.sec--consul {
  padding-bottom: 8vw;
  background-color: #efefd9;
}

.consul {
  position: relative;
  margin: 8vw 0 4.6666666667vw 0;
}

.consul-desc p {
  font-size: 3.3333333333vw;
  text-align: center;
  line-height: 1.71em;
}

.area {
  position: relative;
}

.area-ttl {
  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;
  margin-bottom: 3.0666666667vw;
  background-color: #90c31f;
  border-radius: 1.3333333333vw;
  color: #fefefe;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
.area-ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.7333333333vw 1.3333333333vw 0 1.3333333333vw;
  border-color: #90c31f transparent transparent transparent;
}

.area-box {
  padding: 4.6666666667vw 4.9333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  text-align: left;
}

.area-target p {
  font-size: 3.7333333333vw;
  line-height: 1.65em;
}

.area-target-ttl {
  margin-bottom: 0.3em;
  color: #90c31f;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}

.area-notes {
  margin-top: 1em;
}
.area-notes p {
  padding-left: 1em;
  font-size: 3.0666666667vw;
  text-indent: -1em;
  line-height: 1.56em;
}
.area-notes p:before {
  content: "※";
}

.area-image {
  position: relative;
  margin-top: 3.3333333333vw;
}
.area-image img {
  border-radius: 2.6666666667vw;
}
.area-image:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -17.3333333333vw;
  display: inline-block;
  width: 51.6vw;
  height: 31.2vw;
  background-image: url(../img/area/balloon_sp.png);
  background-size: contain;
  z-index: 1;
}

.area-desc {
  margin-top: 18vw;
}
.area-desc p {
  font-size: 3.4666666667vw;
  line-height: 1.53em;
}

@media screen and (max-width: 750px) {
  .area-ttl {
    height: 10.6666666667vw;
  }
  .area-ttl:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .sec--consul {
    padding-bottom: 2.7777777778vw;
  }
  .consul {
    margin: 10.4166666667vw 0 2.4305555556vw 0;
  }
  .consul-desc p {
    font-size: 0.9722222222vw;
    line-height: 1.71em;
  }
  .area {
    margin: 2.4305555556vw auto 0 auto;
    width: 65.2777777778vw;
  }
  .area-contents {
    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;
  }
  .area-content {
    width: 44.0972222222vw;
  }
  .area-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .area-ttl {
    margin: 0;
    width: 6.9444444444vw;
    font-size: 1.4583333333vw;
    border-radius: 0.6944444444vw;
  }
  .area-ttl:after {
    top: 50%;
    left: 100%;
    border-width: 0.8333333333vw 0 0.8333333333vw 2.0833333333vw;
    border-color: transparent transparent transparent #90c31f;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .area-box {
    padding: 1.3888888889vw 1.3888888889vw 1.0416666667vw 1.7361111111vw;
    width: 36.1111111111vw;
    min-height: 9.0277777778vw;
    border-radius: 0.6944444444vw;
  }
  .area-target p {
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .area-target-ttl {
    font-size: 1.6666666667vw;
  }
  .area-notes {
    margin-top: 0.5em;
  }
  .area-notes p {
    font-size: 0.9722222222vw;
  }
  .area-image {
    margin: 0;
    width: 19.4444444444vw;
  }
  .area-image img {
    border-radius: 0.6944444444vw;
  }
  .area-image:after {
    right: -13.1944444444vw;
    bottom: -1.3888888889vw;
    width: 16.5972222222vw;
    height: 12.7083333333vw;
    background-image: url(../img/area/balloon.png);
    background-image: image-set(url(../img/area/balloon.png) 1x, url(../img/area/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/area/balloon.png) 1x, url(../img/area/balloon-2x.png) 2x);
  }
  .area-desc {
    margin-top: 1.3888888889vw;
  }
  .area-desc p {
    font-size: 0.9722222222vw;
    text-align: center;
    line-height: 1.71em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--consul {
    padding-bottom: 40px;
  }
  .consul {
    margin: 150px 0 35px 0;
  }
  .consul-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area {
    margin-top: 35px;
    width: 940px;
  }
  .area-content {
    width: 635px;
  }
  .area-head {
    margin-bottom: 20px;
  }
  .area-ttl {
    width: 100px;
    font-size: 21px;
    font-size: 2.1rem;
    border-radius: 10px;
  }
  .area-ttl:after {
    border-width: 12px 0 12px 30px;
  }
  .area-box {
    padding: 20px 20px 15px 25px;
    width: 520px;
    min-height: 130px;
    border-radius: 10px;
  }
  .area-target p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-target-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .area-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area-image {
    width: 280px;
  }
  .area-image img {
    border-radius: 10px;
  }
  .area-image:after {
    right: -190px;
    bottom: -20px;
    width: 239px;
    height: 183px;
  }
  .area-desc {
    margin-top: 20px;
  }
  .area-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  text-align: center;
  z-index: 2;
}

.contact-box {
  position: relative;
}

.sub--comp .contact-box {
  margin-top: 6.6666666667vw;
}

.contact-box-head {
  margin-bottom: 3.3333333333vw;
  padding: 2.4vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  background-color: #303030;
  border-radius: 1.3333333333vw;
}

.contact-desc {
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2vw;
}

.contact-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info dl dt {
  margin-right: 0.5em;
  color: #fefefe;
  font-size: 3.0666666667vw;
  font-weight: 700;
}
.contact-info dl dd {
  color: #fefefe;
  font-size: 3.0666666667vw;
  font-weight: 700;
}

.contact-info dl:nth-child(n+2) {
  margin-left: 2vw;
}

.contact-free {
  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-bottom: 2.6666666667vw;
  padding-bottom: 0.1em;
  height: 6vw;
  border-color: #303030;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.9333333333vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
}

.contact-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-shop > li {
  width: 42vw;
}

.contact-shop-name {
  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-bottom: 1.7333333333vw;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-radius: 0.4vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.contact-shop-image {
  margin-bottom: 2vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.contact-shop-num {
  position: relative;
  display: block;
  padding: 0 0 0.2em 7.6vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 6vw;
  font-weight: 900;
  letter-spacing: 0;
}
.contact-shop-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.8666666667vw;
  height: 6.6666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-shop--mikage .contact-shop-name {
  background-color: #ece8f6;
}
.contact-shop--mikage .contact-shop-num {
  color: #8f82bc;
}
.contact-shop--mikage .contact-shop-num::before {
  background-image: url(../img/common/call-pl.svg);
}

.contact-shop--kobekita .contact-shop-name {
  background-color: #e0e8f0;
}
.contact-shop--kobekita .contact-shop-num {
  color: #5997d1;
}
.contact-shop--kobekita .contact-shop-num::before {
  background-image: url(../img/common/call-bl.svg);
}

.contact-shop--seishin .contact-shop-name {
  background-color: #f5f0e1;
}
.contact-shop--seishin .contact-shop-num {
  color: #ddb01d;
}
.contact-shop--seishin .contact-shop-num::before {
  background-image: url(../img/common/call-ye.svg);
}

.contact-shop--fujiwaradai .contact-shop-name {
  background-color: #fff3f0;
}
.contact-shop--fujiwaradai .contact-shop-num {
  color: #ee7959;
}
.contact-shop--fujiwaradai .contact-shop-num::before {
  background-image: url(../img/common/call-rd.svg);
}

.contact-mail {
  position: relative;
  margin-top: 5.3333333333vw;
}

.contact-mail-ttl {
  margin-bottom: 0.7em;
  font-size: 4vw;
  text-align: center;
  font-weight: 700;
}

.contact-mail-btn {
  position: relative;
}

.contact-mail-btn 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: 15.4666666667vw;
  background-color: #eb6120;
  border-color: #eb6120;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
}
.contact-mail-btn a p {
  position: relative;
  padding-left: 15.0666666667vw;
  color: #fefefe;
  font-size: 4.4vw;
  font-weight: 700;
  text-align: center;
}
.contact-mail-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 10.2666666667vw;
  height: 6.8vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .contact-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
  }
  .contact-box {
    margin: 0 auto;
    width: 90.1333333333vw;
  }
  .contact-shop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-shop > li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .contact-shop .contact-shop-name {
    min-height: 12vw;
  }
  .contact-mail-btn a p:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .contact {
    padding-right: 8.6805555556vw;
  }
  .contact-box {
    margin-top: 1.3888888889vw;
  }
  .sub--comp .contact-box {
    margin: 2.0833333333vw auto 0 auto;
    padding: 0.6944444444vw;
    background-color: #fefefe;
    border-radius: 0.6944444444vw;
    width: 48.6111111111vw;
  }
  .contact-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-box-head {
    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-bottom: 0.6944444444vw;
    padding: 0.2083333333vw 1.0416666667vw 0.2777777778vw 1.0416666667vw;
    border-radius: 0.2083333333vw;
  }
  .contact-desc {
    font-size: 0.9027777778vw;
  }
  .contact-info {
    margin: 0 0 0 0.3472222222vw;
  }
  .contact-info dl dt {
    font-size: 0.8333333333vw;
    letter-spacing: 0;
  }
  .contact-info dl dd {
    font-size: 0.9722222222vw;
    letter-spacing: 0;
  }
  .contact-info dl:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .contact-info dl:nth-child(n+2) dd {
    font-size: 0.8333333333vw;
  }
  .contact-free {
    margin: 0 1.0416666667vw 0 0;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2083333333vw;
    font-size: 0.8333333333vw;
    text-align: center;
    line-height: 1.08em;
    letter-spacing: 0;
  }
  .contact-shop > li {
    padding-left: 1.7361111111vw;
    width: auto;
  }
  .contact-shop > li:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .contact-shop-name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.2em;
    padding: 0;
    height: auto;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 0.8333333333vw;
  }
  .contact-shop-contents {
    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;
  }
  .contact-shop-image {
    display: none;
  }
  .contact-shop-num {
    padding: 0 0 0.2em 0;
    font-size: 1.25vw;
  }
  .contact-shop-num:before {
    left: -1.7361111111vw;
    width: 1.3888888889vw;
    height: 1.5972222222vw;
  }
  .contact-shop--mikage .contact-shop-btn a:hover {
    background-color: #fefefe;
  }
  .contact-shop--mikage .contact-shop-btn a:hover span {
    color: #8f82bc;
  }
  .contact-shop--mikage .contact-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-pl-on.svg);
  }
  .contact-shop--kobekita .contact-shop-btn a:hover {
    background-color: #fefefe;
  }
  .contact-shop--kobekita .contact-shop-btn a:hover span {
    color: #5997d1;
  }
  .contact-shop--kobekita .contact-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-bl-on.svg);
  }
  .contact-shop--seishin .contact-shop-btn a:hover {
    background-color: #fefefe;
  }
  .contact-shop--seishin .contact-shop-btn a:hover span {
    color: #ddb01d;
  }
  .contact-shop--seishin .contact-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-ye-on.svg);
  }
  .contact-shop--fujiwaradai .contact-shop-btn a:hover {
    background-color: #fefefe;
  }
  .contact-shop--fujiwaradai .contact-shop-btn a:hover span {
    color: #ee7959;
  }
  .contact-shop--fujiwaradai .contact-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-rd-on.svg);
  }
  .contact-mail {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-left: 0;
  }
  .contact-mail-ttl {
    display: none;
  }
  .contact-mail-btn {
    width: 6.9444444444vw;
  }
  .contact-mail-btn a {
    padding: 0.625vw 0 0 0;
    height: 7.2916666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .contact-mail-btn a p {
    padding: 2.5vw 0 0 0;
    font-size: 0.9027777778vw;
    line-height: 1.35em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .contact-mail-btn a p:before {
    top: 0;
    left: 50%;
    width: 2.8472222222vw;
    height: 1.875vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contact-mail-btn a:hover {
    background-color: #fefefe;
  }
  .contact-mail-btn a:hover p {
    color: #eb6120;
  }
  .contact-mail-btn a:hover p:before {
    background-image: url(../img/common/mail-og.svg);
  }
}
@media screen and (min-width: 1441px) {
  .contact {
    padding-right: 125px;
  }
  .contact-box {
    margin-top: 20px;
  }
  .sub--comp .contact-box {
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    width: 700px;
  }
  .contact-box-head {
    margin-bottom: 10px;
    padding: 3px 15px 4px 15px;
    border-radius: 3px;
  }
  .contact-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contact-info {
    margin-left: 5px;
  }
  .contact-info dl dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-info dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-info dl:nth-child(n+2) {
    margin-left: 10px;
  }
  .contact-info dl:nth-child(n+2) dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-free {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-width: 2px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-shop > li {
    padding-left: 25px;
  }
  .contact-shop > li:nth-child(n+2) {
    margin-left: 20px;
  }
  .contact-shop-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-shop-num {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-shop-num:before {
    left: -25px;
    width: 20px;
    height: 23px;
  }
  .contact-mail-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-mail-btn {
    width: 100px;
  }
  .contact-mail-btn a {
    padding-top: 9px;
    height: 105px;
    border-width: 2px;
    border-radius: 0 0 10px 10px;
  }
  .contact-mail-btn a p {
    padding: 36px 0 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contact-mail-btn a p:before {
    width: 41px;
    height: 27px;
  }
}
/* pillar -- > flow
-------------------------------------------------------------------------------*/
.flow {
  position: relative;
  z-index: 1;
}

.flow > ul > li {
  position: relative;
}

.flow-image {
  position: relative;
  margin-bottom: 4vw;
  z-index: 1;
}
.flow-image img {
  border-radius: 2.6666666667vw;
}

.flow-num {
  position: absolute;
  top: 0;
  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;
  padding: 0 0.75em;
  height: 6.6666666667vw;
  background-color: #90c31f;
  border-radius: 0 0 0.6666666667vw 0.6666666667vw;
  color: #fefefe;
  font-family: "Poppins", sans-serif;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.flow-ttl {
  position: relative;
  margin-bottom: 0.5em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

.flow-desc p {
  color: #878787;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}
.flow-desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .flow .swiper-slide {
    margin-right: 5.3333333333vw;
    width: 72vw !important;
  }
  .flow .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  #flow-pagination {
    margin-top: 6.6666666667vw;
  }
  #flow-pagination .swiper-pagination-bullet-active {
    background-color: #90c31f !important;
  }
}
@media screen and (min-width: 751px) {
  .flow > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.3888888889vw;
    width: auto;
    height: auto;
  }
  .flow > ul > li {
    margin-left: 1.3888888889vw;
    width: calc(25% - 1.3888888889vw);
  }
  .flow > ul > li:nth-child(n+5) {
    margin-top: 3.4722222222vw;
  }
  .flow-num {
    right: 1.0416666667vw;
    height: 2.0833333333vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .flow-image {
    margin-bottom: 1.0416666667vw;
  }
  .flow-image img {
    border-radius: 0.6944444444vw;
  }
  .flow-ttl {
    font-size: 1.3888888889vw;
  }
  .flow-desc p {
    font-size: 0.9722222222vw;
    letter-spacing: 0.1em;
  }
  .flow > ul > li:nth-child(1) .flow-image:before,
  .flow > ul > li:nth-child(5) .flow-image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 0.3472222222vw;
    background-color: #eb6120;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .flow > ul > li:nth-child(1) .flow-image:before {
    width: 69.4444444444vw;
  }
  .flow > ul > li:nth-child(5) .flow-image:before {
    width: 69.4444444444vw;
  }
  #flow-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .flow > ul {
    margin-left: -20px;
  }
  .flow > ul > li {
    margin-left: 20px;
    width: calc(25% - 20px);
  }
  .flow > ul > li:nth-child(n+5) {
    margin-top: 50px;
  }
  .flow-num {
    right: 15px;
    height: 30px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .flow-image {
    margin-bottom: 15px;
  }
  .flow-image img {
    border-radius: 10px;
  }
  .flow-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .flow-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .flow > ul > li:nth-child(1) .flow-image:before,
  .flow > ul > li:nth-child(5) .flow-image:before {
    height: 5px;
  }
  .flow > ul > li:nth-child(1) .flow-image:before {
    width: 1000px;
  }
  .flow > ul > li:nth-child(5) .flow-image:before {
    width: 1000px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding-top: 5.3333333333vw;
  text-align: center;
  z-index: 2;
}
.inquiry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 56vw;
  background-color: #90c31f;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sub--works .inquiry {
  margin-top: 10.6666666667vw;
  height: auto !important;
}

.sub--pillar .inquiry {
  margin-bottom: 10.6666666667vw;
  height: auto !important;
}

.sec--reform .inquiry,
.sec--pillar-reform .inquiry {
  margin-bottom: 9.3333333333vw;
}

.inquiry--contact,
.inquiry--store {
  height: auto !important;
}

.inquiry-catch {
  margin-bottom: 0.2em;
  color: #fefefe;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

.inquiry-ttl {
  position: relative;
  margin-bottom: 4vw;
  color: #fefefe;
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
}

.inquiry-box {
  position: relative;
}

.inquiry-box-head {
  padding: 2.4vw 2.6666666667vw;
  background-color: #303030;
  border-radius: 2vw 2vw 0 0;
}

.inquiry-desc {
  margin-bottom: 2vw;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.inquiry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry-info dl dt {
  margin-right: 0.5em;
  color: #fefefe;
  font-size: 3.0666666667vw;
  font-weight: 700;
}
.inquiry-info dl dd {
  color: #fefefe;
  font-size: 3.0666666667vw;
  font-weight: 700;
}

.inquiry-info dl:nth-child(n+2) {
  margin-left: 2vw;
}

.inquiry-box-content {
  padding: 4.6666666667vw 4.9333333333vw;
  background-color: #fefefe;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

.inquiry-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inquiry-shop > li {
  width: 38vw;
}

.inquiry-shop-name {
  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-bottom: 1.7333333333vw;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-radius: 0.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.inquiry-shop-image {
  margin-bottom: 2vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.inquiry-shop-num {
  position: relative;
  display: block;
  padding: 0 0 0.2em 6.6666666667vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.4666666667vw;
  font-weight: 900;
  letter-spacing: 0;
}
.inquiry-shop-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 6vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry--store .inquiry-shop-num {
  position: relative;
  display: block;
  padding: 0 0 0.2em 6.6666666667vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.4666666667vw;
  font-weight: 900;
  letter-spacing: 0;
}
.inquiry--store .inquiry-shop-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 6vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-shop-btn {
  margin-top: 1.8666666667vw;
}

.inquiry-shop-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: 0 2vw 0.1em 0;
  height: 10.1333333333vw;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.4vw;
}
.inquiry-shop-btn a span {
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.inquiry-shop-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-shop--mikage .inquiry-shop-name {
  background-color: #ece8f6;
}
.inquiry-shop--mikage .inquiry-shop-num {
  color: #8f82bc;
}
.inquiry-shop--mikage .inquiry-shop-num::before {
  background-image: url(../img/common/call-pl.svg);
}
.inquiry-shop--mikage .inquiry-shop-btn a {
  background-color: #8f82bc;
  border-color: #8f82bc;
}
.inquiry-shop--mikage .inquiry-shop-btn a:after {
  background-image: url(../img/common/arrow-pl.svg);
}

.inquiry-shop--kobekita .inquiry-shop-name {
  background-color: #e0e8f0;
}
.inquiry-shop--kobekita .inquiry-shop-num {
  color: #5997d1;
}
.inquiry-shop--kobekita .inquiry-shop-num::before {
  background-image: url(../img/common/call-bl.svg);
}
.inquiry-shop--kobekita .inquiry-shop-btn a {
  background-color: #5997d1;
  border-color: #5997d1;
}
.inquiry-shop--kobekita .inquiry-shop-btn a:after {
  background-image: url(../img/common/arrow-bl.svg);
}

.inquiry-shop--seishin .inquiry-shop-name {
  background-color: #f5f0e1;
}
.inquiry-shop--seishin .inquiry-shop-num {
  color: #ddb01d;
}
.inquiry-shop--seishin .inquiry-shop-num::before {
  background-image: url(../img/common/call-ye.svg);
}
.inquiry-shop--seishin .inquiry-shop-btn a {
  background-color: #ddb01d;
  border-color: #ddb01d;
}
.inquiry-shop--seishin .inquiry-shop-btn a:after {
  background-image: url(../img/common/arrow-ye.svg);
}

.inquiry-shop--fujiwaradai .inquiry-shop-name {
  background-color: #fff3f0;
}
.inquiry-shop--fujiwaradai .inquiry-shop-num {
  color: #ee7959;
}
.inquiry-shop--fujiwaradai .inquiry-shop-num::before {
  background-image: url(../img/common/call-rd.svg);
}
.inquiry-shop--fujiwaradai .inquiry-shop-btn a {
  background-color: #ee7959;
  border-color: #ee7959;
}
.inquiry-shop--fujiwaradai .inquiry-shop-btn a:after {
  background-image: url(../img/common/arrow-rd.svg);
}

.inquiry-mail {
  position: relative;
  margin-top: 4.6666666667vw;
}

.inquiry-mail-ttl {
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 700;
}

.inquiry-mail-btn {
  position: relative;
}

.inquiry-mail-btn 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: 14vw;
  background-color: #eb6120;
  border-color: #eb6120;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
}
.inquiry-mail-btn a span {
  position: relative;
  padding-left: 14vw;
  color: #fefefe;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.inquiry-mail-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 9.3333333333vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
}

.inquiry--store {
  margin-top: 13.3333333333vw;
}
.inquiry--store .inquiry-shop {
  display: block;
}
.inquiry--store .inquiry-desc {
  margin: 0;
  font-size: 4.2666666667vw;
}
.inquiry--store .inquiry-shop-name dt,
.inquiry--store .inquiry-shop-name dd {
  color: #303030;
}
.inquiry--store .inquiry-info dt {
  font-size: 3vw;
}
.inquiry--store .inquiry-info dd {
  font-size: 3vw;
}
.inquiry--store .inquiry-shop-tel {
  text-align: center;
}
.inquiry--store .inquiry-shop-tel a {
  display: inline-block;
}
.inquiry--store .inquiry-shop-num {
  padding: 0 0 0.2em 13.3333333333vw;
  font-size: 10.6666666667vw;
}
.inquiry--store .inquiry-shop-num:before {
  width: 10.6666666667vw;
  height: 12.2666666667vw;
}

@media screen and (max-width: 750px) {
  .inquiry-ttl span.sp {
    position: relative;
    padding: 0 8.9333333333vw;
  }
  .inquiry-ttl span.sp:before, .inquiry-ttl span.sp:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 7.3333333333vw;
    height: 4.6666666667vw;
    background-image: url(../img/inquiry/deco.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-ttl span.sp:before {
    left: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
  }
  .inquiry-ttl span.sp:after {
    right: 0;
  }
  .inquiry-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
  }
  .inquiry-box {
    margin: 0 auto;
    width: 90.1333333333vw;
  }
  .inquiry-shop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inquiry-shop > li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .inquiry-shop .inquiry-shop-name {
    min-height: 10.5333333333vw;
  }
  .inquiry-mail-btn a span:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry--store .inquiry-shop-name {
    margin-left: -2.2666666667vw;
    width: 84.8vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    padding-top: 1.3888888889vw;
    height: 7.9861111111vw;
  }
  .inquiry:before {
    height: 7.9861111111vw;
  }
  .sub--works .inquiry {
    margin-top: 4.8611111111vw;
  }
  .sub--pillar .inquiry {
    margin-bottom: 4.8611111111vw;
  }
  .sec--reform .inquiry,
  .sec--pillar-reform .inquiry {
    margin-bottom: 14.9305555556vw;
  }
  .inquiry-catch {
    margin-bottom: 0;
    font-size: 1.6666666667vw;
  }
  .inquiry-ttl {
    margin-bottom: 1.0416666667vw;
    padding-bottom: 0.1em;
    font-size: 2.5vw;
  }
  .inquiry-ttl span.pc {
    position: relative;
    display: inline-block;
    padding: 0 3.4722222222vw;
  }
  .inquiry-ttl span.pc:before, .inquiry-ttl span.pc:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2.9861111111vw;
    height: 1.875vw;
    background-image: url(../img/inquiry/deco.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-ttl span.pc:before {
    left: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
  }
  .inquiry-ttl span.pc:after {
    right: 0;
  }
  .inquiry-box {
    display: inline-block;
  }
  .inquiry-box:after {
    content: "";
    position: absolute;
    top: -5.2083333333vw;
    left: -10.0694444444vw;
    display: inline-block;
    width: 11.1805555556vw;
    height: 8.4722222222vw;
    background-image: url(../img/inquiry/staff.png);
    background-image: image-set(url(../img/inquiry/staff.png) 1x, url(../img/inquiry/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/staff.png) 1x, url(../img/inquiry/staff-2x.png) 2x);
    background-size: contain;
    z-index: 1;
  }
  .inquiry-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.6944444444vw 1.3888888889vw 0.6944444444vw 1.7361111111vw;
    border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  }
  .inquiry-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625vw 1.7361111111vw;
    border-radius: 0.3472222222vw 0.3472222222vw 0 0;
  }
  .inquiry--contact .inquiry-box-head,
  .inquiry--store .inquiry-box-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inquiry-desc {
    margin: 0 0.3472222222vw 0 0;
    font-size: 1.1111111111vw;
  }
  .inquiry-info dl dt {
    font-size: 0.9027777778vw;
  }
  .inquiry-info dl dd {
    font-size: 1.1111111111vw;
  }
  .inquiry-info dl:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .inquiry-shop > li {
    width: 14.5833333333vw;
  }
  .inquiry-shop > li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .inquiry-shop-name {
    margin-bottom: 0.6944444444vw;
    padding: 0;
    height: 1.3888888889vw;
    border-radius: 0.1041666667vw;
    font-size: 1.0416666667vw;
  }
  .inquiry-shop-contents {
    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;
  }
  .inquiry-shop-image {
    margin: 0;
    width: 4.1666666667vw;
    border-radius: 0.3472222222vw;
  }
  .inquiry-shop-content {
    width: 9.7222222222vw;
  }
  .inquiry-shop-num {
    padding: 0 0 0.2em 1.7361111111vw;
    font-size: 1.3888888889vw;
  }
  .inquiry-shop-num:before {
    width: 1.3888888889vw;
    height: 1.5972222222vw;
  }
  .inquiry-shop-btn {
    margin-top: 0.4861111111vw;
  }
  .inquiry-shop-btn a {
    padding: 0 0.3472222222vw 0.1em 0;
    height: 2.3611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .inquiry-shop-btn a span {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .inquiry-shop-btn a:after {
    right: 0.3472222222vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .inquiry-shop--mikage .inquiry-shop-btn a:hover {
    background-color: #fefefe;
  }
  .inquiry-shop--mikage .inquiry-shop-btn a:hover span {
    color: #8f82bc;
  }
  .inquiry-shop--mikage .inquiry-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-pl-on.svg);
  }
  .inquiry-shop--kobekita .inquiry-shop-btn a:hover {
    background-color: #fefefe;
  }
  .inquiry-shop--kobekita .inquiry-shop-btn a:hover span {
    color: #5997d1;
  }
  .inquiry-shop--kobekita .inquiry-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-bl-on.svg);
  }
  .inquiry-shop--seishin .inquiry-shop-btn a:hover {
    background-color: #fefefe;
  }
  .inquiry-shop--seishin .inquiry-shop-btn a:hover span {
    color: #ddb01d;
  }
  .inquiry-shop--seishin .inquiry-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-ye-on.svg);
  }
  .inquiry-shop--fujiwaradai .inquiry-shop-btn a:hover {
    background-color: #fefefe;
  }
  .inquiry-shop--fujiwaradai .inquiry-shop-btn a:hover span {
    color: #ee7959;
  }
  .inquiry-shop--fujiwaradai .inquiry-shop-btn a:hover:after {
    background-image: url(../img/common/arrow-rd-on.svg);
  }
  .inquiry-mail {
    margin: 0 0 0 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }
  .inquiry-mail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.1388888889vw;
    height: 100%;
    background-image: url(../img/inquiry/line.svg);
    background-size: 0.1388888889vw auto;
    background-repeat: repeat-y;
  }
  .inquiry-mail-ttl {
    font-size: 0.9722222222vw;
  }
  .inquiry-mail-btn {
    width: 6.9444444444vw;
  }
  .inquiry-mail-btn a {
    padding: 0.625vw 0 0 0;
    height: 5.8333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .inquiry-mail-btn a span {
    padding: 2.5vw 0 0 0;
    font-size: 0.9027777778vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .inquiry-mail-btn a span:before {
    top: 0;
    left: 50%;
    width: 2.8472222222vw;
    height: 1.875vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry-mail-btn a:hover {
    background-color: #fefefe;
  }
  .inquiry-mail-btn a:hover span {
    color: #eb6120;
  }
  .inquiry-mail-btn a:hover span:before {
    background-image: url(../img/common/mail-og.svg);
  }
  .inquiry--store {
    margin-top: 4.8611111111vw;
  }
  .inquiry--store:before {
    height: 9.375vw;
  }
  .inquiry--store .inquiry-desc {
    font-size: 1.3888888889vw;
  }
  .inquiry--store .inquiry-shop-name {
    height: 2.0833333333vw;
  }
  .inquiry--store .inquiry-shop-name dt,
  .inquiry--store .inquiry-shop-name dd {
    color: #303030;
  }
  .inquiry--store .inquiry-info dt {
    font-size: 1.1111111111vw;
  }
  .inquiry--store .inquiry-info dd {
    font-size: 1.25vw;
  }
  .inquiry--store .inquiry-shop-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;
  }
  .inquiry--store .inquiry-shop-num {
    padding: 0 0 0.2em 4.1666666667vw;
    font-size: 3.4722222222vw;
  }
  .inquiry--store .inquiry-shop-num:before {
    width: 3.4722222222vw;
    height: 4.0277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding-top: 20px;
    height: 115px;
  }
  .inquiry:before {
    height: 115px;
  }
  .sub--works .inquiry {
    margin-top: 70px;
  }
  .sub--pillar .inquiry {
    margin-bottom: 70px;
  }
  .sec--reform .inquiry,
  .sec--pillar-reform .inquiry {
    margin-bottom: 215px;
  }
  .inquiry-catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .inquiry-ttl {
    margin-bottom: 15px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .inquiry-ttl span.pc {
    padding: 0 50px;
  }
  .inquiry-ttl span.pc:before, .inquiry-ttl span.pc:after {
    width: 43px;
    height: 27px;
  }
  .inquiry-box:after {
    top: -75px;
    left: -145px;
    width: 161px;
    height: 122px;
  }
  .inquiry-box-content {
    padding: 10px 20px 10px 25px;
    border-radius: 0 0 20px 20px;
  }
  .inquiry-box-head {
    padding: 9px 25px;
    border-radius: 5px 5px 0 0;
  }
  .inquiry-desc {
    margin-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-info dl dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-info dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-info dl:nth-child(n+2) {
    margin-left: 10px;
  }
  .inquiry-shop > li {
    width: 210px;
  }
  .inquiry-shop > li:nth-child(n+2) {
    margin-left: 15px;
  }
  .inquiry-shop-name {
    margin-bottom: 10px;
    height: 20px;
    border-radius: 1.5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inquiry-shop-image {
    width: 60px;
    border-radius: 5px;
  }
  .inquiry-shop-content {
    width: 140px;
  }
  .inquiry-shop-num {
    padding: 0 0 0.2em 25px;
    font-size: 20px;
    font-size: 2rem;
  }
  .inquiry-shop-num:before {
    width: 20px;
    height: 23px;
  }
  .inquiry-shop-btn {
    margin-top: 7px;
  }
  .inquiry-shop-btn a {
    padding: 0 5px 0.1em 0;
    height: 34px;
    border-width: 2px;
    border-radius: 8px;
  }
  .inquiry-shop-btn a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry-shop-btn a:after {
    right: 5px;
    width: 18px;
    height: 18px;
  }
  .inquiry-mail {
    margin-left: 15px;
    padding-left: 15px;
  }
  .inquiry-mail:before {
    width: 2px;
    background-size: 2px auto;
  }
  .inquiry-mail-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry-mail-btn {
    width: 100px;
  }
  .inquiry-mail-btn a {
    padding-top: 9px;
    height: 84px;
    border-width: 2px;
    border-radius: 10px;
  }
  .inquiry-mail-btn a span {
    padding: 36px 0 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-mail-btn a span:before {
    width: 41px;
    height: 27px;
  }
  .inquiry--store {
    margin-top: 70px;
  }
  .inquiry--store:before {
    height: 135px;
  }
  .inquiry--store .inquiry-desc {
    font-size: 20px;
    font-size: 2rem;
  }
  .inquiry--store .inquiry-shop-name {
    height: 30px;
  }
  .inquiry--store .inquiry-shop-name dt,
  .inquiry--store .inquiry-shop-name dd {
    color: #303030;
  }
  .inquiry--store .inquiry-info dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry--store .inquiry-info dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry--store .inquiry-shop-num {
    padding: 0 0 0.2em 60px;
    font-size: 50px;
    font-size: 5rem;
  }
  .inquiry--store .inquiry-shop-num:before {
    width: 50px;
    height: 58px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
}

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

.blog-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 2vw;
  overflow: hidden;
}
.blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 50.1333333333vw;
}

.blog-content {
  position: relative;
}

.blog-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1333333333vw;
}

.blog-date {
  font-size: 3.0666666667vw;
}

.magazine-slide .blog-date {
  margin-bottom: 0.5em;
  text-align: right;
}

.blog-cat {
  display: inline-block;
  margin-left: 2vw;
  padding: 0.2em 0.25em 0.3em 0.25em;
  background-color: #90c31f;
  border-radius: 0.4vw;
  color: #fefefe;
  font-size: 2.9333333333vw;
}

.blog-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.blog-excerpt {
  margin-top: 0.7em;
}
.blog-excerpt p {
  color: #878787;
  font-size: 3.2vw;
  line-height: 1.6em;
}

.blog-staff {
  position: absolute;
  top: -17.3333333333vw;
  right: 2vw;
  width: 16.4vw;
  height: 16.4vw;
  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: 16vw;
}

@media screen and (min-width: 751px) {
  .blog-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .blog-image img {
    height: 13.8888888889vw;
  }
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-data {
    margin-bottom: 0.6944444444vw;
  }
  .blog-date {
    font-size: 0.9722222222vw;
  }
  .blog-cat {
    margin-left: 1.0416666667vw;
    border-radius: 0.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .blog-ttl {
    font-size: 1.1111111111vw;
  }
  .blog-excerpt p {
    font-size: 0.9722222222vw;
    line-height: 1.6em;
  }
  .blog-staff {
    top: -5.2083333333vw;
    right: 1.0416666667vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .blog-staff img {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-image {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .blog-image img {
    height: 200px;
  }
  .blog-data {
    margin-bottom: 10px;
  }
  .blog-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-cat {
    margin-left: 15px;
    border-radius: 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-excerpt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-staff {
    top: -75px;
    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-new {
  position: absolute;
  top: 3.3333333333vw;
  left: -2vw;
  padding: 0.4em 1em 0.5em 1em;
  background-color: #eb6120;
  border-radius: 1.7333333333vw;
  color: #fefefe;
  font-size: 3.3333333333vw;
  font-weight: 700;
  z-index: 1;
}

.works-image {
  position: relative;
  margin-bottom: 3.3333333333vw;
}

.works-slide .works-image {
  border-radius: 4vw;
  overflow: hidden;
}
.works-slide .works-image img {
  height: 89.8666666667vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

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

.works-content {
  position: relative;
}

.works-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8em;
}
.works-name p {
  position: relative;
  padding-bottom: 0.1em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.works-name p:nth-child(n+2) {
  margin-left: 0.75em;
  padding-left: 0.75em;
}
.works-name p:nth-child(n+2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2666666667vw;
  height: 100%;
  background-color: #e0e0e0;
}

.works-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4em;
}

.works-bottom {
  position: relative;
  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;
  margin-top: 2.6666666667vw;
  padding-left: 16vw;
  height: 4vw;
}

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

.works-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.3em 0.5em 0.4em 0.55em;
  border-color: #303030;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.6666666667vw;
  font-size: 3.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-new {
    top: 1.0416666667vw;
    left: -1.0416666667vw;
    border-radius: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .works-image {
    margin-bottom: 1.0416666667vw;
  }
  .works-slide .works-image {
    border-radius: 2.0833333333vw;
  }
  .works-slide .works-image img {
    height: 25vw;
  }
  .works .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-name p {
    font-size: 0.9722222222vw;
    font-weight: 500;
  }
  .works-name p:nth-child(n+2):before {
    width: 0.0694444444vw;
  }
  .works-ttl {
    font-size: 1.25vw;
    line-height: 1.45em;
  }
  .works-cat {
    margin-top: 0.6944444444vw;
  }
  .works-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-new {
    top: 15px;
    left: -15px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-image {
    margin-bottom: 15px;
  }
  .works-slide .works-image {
    border-radius: 30px;
  }
  .works-slide .works-image img {
    height: 360px;
  }
  .works .works-image img {
    height: 215px;
  }
  .works-name p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-name p:nth-child(n+2):before {
    width: 1px;
  }
  .works-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-cat {
    margin-top: 10px;
  }
  .works-cat > li {
    margin: 5px 5px 0 0;
    border-width: 1px;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- slide - */
.works-slide {
  position: relative;
}

.works-slide .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 74.9333333333vw !important;
}

#works-prev,
#works-next {
  border-color: #90c31f;
}

#works-pagination {
  margin-top: 6.6666666667vw;
}

#works-pagination .swiper-pagination-bullet-active {
  background-color: #90c31f !important;
}

@media screen and (max-width: 750px) {
  #works-prev,
  #works-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .works-slide .swiper-slide {
    left: 1.3888888889vw;
    margin-right: 2.7777777778vw;
    width: 21.1805555556vw !important;
    height: auto;
  }
  #works-prev,
  #works-next {
    top: 10.0694444444vw;
  }
  #works-prev {
    left: -13.1944444444vw;
  }
  #works-next {
    right: -13.1944444444vw;
  }
  #works-pagination {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-slide .swiper-slide {
    left: 20px;
    margin-right: 40px;
    width: 305px !important;
  }
  #works-prev,
  #works-next {
    top: 145px;
  }
  #works-prev {
    left: -190px;
  }
  #works-next {
    right: -190px;
  }
  #works-pagination {
    margin-top: 35px;
  }
}