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

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.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: #ffffff;
  color: #272727;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  body {
    font-size: 1.6em;
  }
}

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

.on--popup {
  position: relative;
  display: block;
}
.on--popup:after {
  content: "";
  position: absolute;
  right: 1.0666666667vw;
  bottom: 1.0666666667vw;
  display: inline-block;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .on--popup:after {
    right: 0.5555555556vw;
    bottom: 0.5555555556vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .on--popup:after {
    right: 8px;
    bottom: 8px;
    width: 30px;
    height: 30px;
  }
}

/*  utils
-------------------------------------------------------------------------------*/
.og {
  color: #ff5400;
}

.rd {
  color: #ff2400;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 44.4444444444vw;
  }
}
@media screen and (min-width: 1501px) {
  .inner {
    width: 640px;
  }
}

.sec .sec-item:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec .sec-item:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec .sec-item:nth-child(n+2) {
    margin-top: 80px;
  }
}

.sec .sec-bg {
  margin-top: 0;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec .sec-bg {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1501px) {
  .sec .sec-bg {
    padding-bottom: 80px;
  }
}

.lead {
  margin: 5.3333333333vw auto 0 auto;
}
@media screen and (min-width: 751px) {
  .lead {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .lead {
    margin-top: 40px;
  }
}
.lead p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

.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%;
  border: none;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  keyframes
-------------------------------------------------------------------------------*/
@-webkit-keyframes flash {
  100% {
    left: 120%;
  }
}
@keyframes flash {
  100% {
    left: 120%;
  }
}
/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
}

.header-top {
  position: relative;
}

.header-logo-catch {
  width: 38.2666666667vw;
}

.header-logo-main {
  width: 33.6vw;
}

@media screen and (max-width: 750px) {
  .header-sub {
    border-bottom: 0.2666666667vw solid #d5d5d5;
  }
  .header.is-open:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(47, 43, 41, 0.8);
    z-index: 1;
  }
  .header-box {
    height: 24vw;
    background-color: #ffffff;
  }
  .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 18.1333333333vw 0 4vw;
    height: 16vw;
  }
  .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.3333333333vw;
  }
  .header-logo-catch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-logo-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 751px) {
  .header {
    top: 0 !important;
    left: auto;
    right: 0;
    height: 100%;
    background-color: #00508e;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 3.4722222222vw 0;
    width: 20.8333333333vw;
    max-width: 100%;
  }
  .header-top {
    position: relative;
    margin-bottom: 0.6944444444vw;
    width: 100%;
  }
  .header-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .header-logo {
    position: relative;
  }
  .header-logo a {
    position: relative;
    display: block;
    padding: 1.0416666667vw 0;
  }
  .header-logo-catch {
    margin: 0 auto 0.5555555556vw auto;
    width: 12.7777777778vw;
  }
  .header-logo-main {
    margin: 0 auto;
    width: 16.25vw;
  }
}
@media screen and (min-width: 1501px) {
  .header-box {
    padding: 50px 0;
    width: 300px;
  }
  .header-top {
    margin-bottom: 10px;
  }
  .header-logo a {
    padding: 15px 0;
  }
  .header-logo-catch {
    margin: 0 auto 8px auto;
    width: 184px;
  }
  .header-logo-main {
    width: 234px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.container {
  position: relative;
}
@media screen and (min-width: 751px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 751px) {
  .container:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/sky.jpg);
    background-image: image-set(url(../img/common/sky.jpg) 1x, url(../img/common/sky-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/sky.jpg) 1x, url(../img/common/sky-2x.jpg) 2x);
    background-size: cover;
  }
}

.container-main {
  position: relative;
  padding-top: 24vw;
}
@media screen and (min-width: 751px) {
  .container-main {
    padding: 0;
    width: 51.3888888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
  }
}
@media screen and (min-width: 1501px) {
  .container-main {
    width: 740px;
  }
}

.container-main-sub {
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .container-left,
  .container-right {
    width: calc((100% - 51.3888888889vw) / 2);
  }
}
@media screen and (min-width: 1501px) {
  .container-left,
  .container-right {
    width: calc((100% - 740px) / 2);
  }
}

@media screen and (max-width: 750px) {
  .container-left {
    display: none;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 21.3333333333vw;
  background-color: #ffffff;
}

.footer-top {
  padding: 8vw 0;
}

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

.footer-logo a {
  display: block;
}

.footer-bottom {
  padding: 13.3333333333vw 0 9.3333333333vw 0;
  background-color: #272727;
}

.footer-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;
  gap: 8vw;
}

.footer-navi a {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  line-height: 1.2em;
}

.footer-copy {
  margin-top: 8vw;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.2em;
}

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
  }
  .footer-top {
    padding: 2.7777777778vw 0;
  }
  .footer-logo {
    width: 25vw;
  }
  .footer-bottom {
    padding: 4.1666666667vw 0 2.7777777778vw 0;
  }
  .footer-navi {
    gap: 4.1666666667vw;
  }
  .footer-navi a {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-copy {
    margin-top: 4.1666666667vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .footer-top {
    padding: 40px 0;
  }
  .footer-logo {
    width: 360px;
  }
  .footer-bottom {
    padding: 60px 0 40px 0;
  }
  .footer-navi {
    gap: 60px;
  }
  .footer-navi a {
    font-size: 1.6rem;
  }
  .footer-copy {
    margin-top: 60px;
    font-size: 1.4rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 85.3333333333vw;
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 2.7777777778vw;
    width: 30.4166666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn {
    margin-top: 40px;
    width: 438px;
  }
}

.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2vw;
  height: 12vw;
  border-style: solid;
  border-width: 0.5333333333vw;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
          box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
  border-radius: 6vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .btn-main {
    padding-right: 1.0416666667vw;
    height: 5.1388888889vw;
    border-width: 0.2083333333vw;
    border-radius: 2.5694444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1501px) {
  .btn-main {
    padding-right: 15px;
    height: 74px;
    border-width: 3px;
    border-radius: 37px;
  }
}
.btn-main p {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .btn-main p {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1501px) {
  .btn-main p {
    font-size: 1.8rem;
  }
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (min-width: 751px) {
  .btn-main:after {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn-main:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}

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

.btn-main--bl {
  background-color: #0071c9;
  border-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .btn-main--bl {
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
}
.btn-main--bl p {
  color: #ffffff;
}
.btn-main--bl:after {
  background-image: url(../img/common/arrow-circle-wh.svg);
}
.btn-main--bl:hover {
  background-color: #ffffff;
  border-color: #0071c9;
}
.btn-main--bl:hover p {
  color: #0071c9;
}
.btn-main--bl:hover:after {
  background-image: url(../img/common/arrow-circle-bl.svg);
}

.btn-main--og {
  background-color: #ff5400;
  border-color: #ff5400;
}
.btn-main--og p {
  color: #ffffff;
}
.btn-main--og:after {
  background-image: url(../img/common/arrow-circle-wh.svg);
}
.btn-main--og:hover {
  background-color: #ffffff;
}
.btn-main--og:hover p {
  color: #ff5400;
}
.btn-main--og:hover:after {
  background-image: url(../img/common/arrow-circle-og.svg);
}

.btn-main--wh {
  background-color: #ffffff;
  border-color: #ff5400;
}
.btn-main--wh p {
  color: #272727;
}
.btn-main--wh:after {
  background-image: url(../img/common/arrow-circle-og.svg);
}
.btn-main--wh:hover {
  background-color: #ff5400;
}
.btn-main--wh:hover p {
  color: #ffffff;
}
.btn-main--wh:hover:after {
  background-image: url(../img/common/arrow-circle-wh.svg);
}

/* ------------------------------------------- estimate - */
.btn-estimate {
  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: 17.6vw;
  background-color: #ff5400;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 8.8vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .btn-estimate {
    height: 7.5vw;
    border-width: 0.2777777778vw;
    border-radius: 3.75vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
}
@media screen and (min-width: 1501px) {
  .btn-estimate {
    height: 108px;
    border-width: 4px;
    border-radius: 54px;
  }
}
.btn-estimate > div {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.6666666667vw;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .btn-estimate > div {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn-estimate > div {
    padding-left: 20px;
  }
}
.btn-estimate > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  display: inline-block;
  width: 8.6666666667vw;
  height: 10.5333333333vw;
  background-image: url(../img/common/calculator.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .btn-estimate > div:before {
    left: 2.7777777778vw;
    width: 3.8194444444vw;
    height: 4.6527777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn-estimate > div:before {
    left: 40px;
    width: 55px;
    height: 67px;
  }
}
.btn-estimate p {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  line-height: 1.1em;
}
@media screen and (min-width: 751px) {
  .btn-estimate p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
.btn-estimate p:nth-child(1) {
  margin-bottom: 0.3em;
  font-size: 3.2vw;
}
@media screen and (min-width: 751px) {
  .btn-estimate p:nth-child(1) {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn-estimate p:nth-child(1) {
    font-size: 2.2rem;
  }
}
.btn-estimate p:nth-child(2) {
  font-size: 4.8vw;
}
@media screen and (min-width: 751px) {
  .btn-estimate p:nth-child(2) {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn-estimate p:nth-child(2) {
    font-size: 3.6rem;
  }
}
.btn-estimate:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
@media screen and (min-width: 751px) {
  .btn-estimate:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.btn-estimate:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/arrow-circle-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .btn-estimate:after {
    right: 2.7777777778vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .btn-estimate:after {
    right: 40px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 751px) {
  .btn-estimate:hover:before {
    -webkit-animation: flash 0.75s;
            animation: flash 0.75s;
  }
}

/* ------------------------------------------- line - */
.btn-line {
  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: 1.3333333333vw;
  height: 11.2vw;
  background-color: #00b900;
  border-color: #00b900;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.6vw;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
          box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
}
.btn-line span {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}
.btn-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4vw;
  display: inline-block;
  width: 6.2666666667vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/line-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-line:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.0666666667vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-circle-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-line {
    padding-left: 1.25vw;
    height: 5.1388888889vw;
    border-width: 0.2083333333vw;
    border-radius: 2.5694444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-line span {
    padding-left: 1.25vw;
    font-size: 1.5277777778vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-line:before {
    left: 1.3888888889vw;
    width: 3.2638888889vw;
    height: 3.2638888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .btn-line:after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .btn-line:hover {
    background-color: #ffffff;
  }
  .btn-line:hover span {
    color: #00b900;
  }
  .btn-line:hover:before {
    background-image: url(../img/common/line-gr.svg);
  }
  .btn-line:hover:after {
    background-image: url(../img/common/arrow-circle-gr.svg);
  }
}
@media screen and (min-width: 1501px) {
  .btn-line {
    padding-left: 18px;
    height: 74px;
    border-width: 3px;
    border-radius: 37px;
  }
  .btn-line span {
    padding-left: 18px;
    font-size: 2.2rem;
  }
  .btn-line:before {
    left: 20px;
    width: 47px;
    height: 47px;
  }
  .btn-line:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
::-webkit-full-page-media,
:future,
:root .btn-line:before {
  -webkit-transition: none;
  transition: none;
}

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

/* ------------------------------------------- more - */
.btn-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 6vw;
  height: 8vw;
}
.btn-more span {
  position: relative;
  padding: 0.5em 0;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}
.btn-more span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
}
.btn-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/common/arrow-circle-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-more--bl span:after {
  background-color: #0071c9;
}
.btn-more--bl:after {
  background-image: url(../img/common/arrow-circle-bl.svg);
}

.btn-more--og span:after {
  background-color: #ff5400;
}
.btn-more--og:after {
  background-image: url(../img/common/arrow-circle-og.svg);
}

@media screen and (min-width: 751px) {
  .btn-more {
    padding-right: 2.4305555556vw;
    height: 2.7777777778vw;
  }
  .btn-more span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-more span:after {
    height: 0.2083333333vw;
  }
  .btn-more:after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-more:hover:after,
  .on--btn:hover .btn-more:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .btn-more--bl:hover span,
  .on--btn:hover .btn-more--bl span {
    color: #0071c9;
  }
  .btn-more--og:hover span,
  .on--btn:hover .btn-more--og span {
    color: #ff5400;
  }
}
@media screen and (min-width: 1501px) {
  .btn-more {
    padding-right: 35px;
    height: 40px;
  }
  .btn-more span {
    font-size: 1.6rem;
  }
  .btn-more span:after {
    height: 3px;
  }
  .btn-more:after {
    width: 20px;
    height: 20px;
  }
}
/*  drawer
-------------------------------------------------------------------------------*/
.drawer-catch {
  margin: 0 auto 6vw auto;
  width: 65.4666666667vw;
}

@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00508e;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 7777;
  }
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .drawer-scroll {
    position: relative;
    padding: 20vw 0 10.6666666667vw 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
  }
  .drawer-box {
    margin: 0 auto 12vw auto;
    width: 80vw;
  }
}
@media screen and (min-width: 751px) {
  .drawer {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .drawer-catch {
    display: none;
  }
  .drawer .inquiry {
    display: none;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  margin: 0 auto;
  padding: 6.6666666667vw 5.3333333333vw 4vw 5.3333333333vw;
  width: 80vw;
  background-color: #ffffff;
  border-radius: 3.2vw;
  z-index: 1;
}

.inquiry-label {
  margin-bottom: 3.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.06em;
}

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

.inquiry-num a {
  position: relative;
  display: inline-block;
  padding-left: 6.1333333333vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
}
.inquiry-num a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-time {
  margin-top: 2vw;
  color: #565656;
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.1em;
}

.inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6vw;
  margin-top: 2.6666666667vw;
}

.inquiry-btn > div {
  position: relative;
  width: 33.8666666667vw;
}

.inquiry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.0666666667vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
          box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
  overflow: hidden;
}
.inquiry-btn a span {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
}
.inquiry-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.inquiry-btn--otoiawase:before {
  content: "無料";
  position: absolute;
  top: -1.3333333333vw;
  left: -1.3333333333vw;
  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: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #ffde00;
  border-radius: 50%;
  color: #df1f00;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}

.inquiry-btn--otoiawase a {
  background-color: #ff5400;
}

.inquiry-btn--raiten a {
  background-color: #0071c9;
}

.post-inquiry {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 5.3333333333vw 4vw;
  background-color: #90a5ce;
}
.post-inquiry .inquiry {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .inquiry {
    padding: 1.3888888889vw 1.1111111111vw 1.1111111111vw 1.1111111111vw;
    width: 22.9166666667vw;
    border-radius: 1.6666666667vw;
  }
  .inquiry-label {
    margin-bottom: 0.3472222222vw;
    font-size: 1.0416666667vw;
  }
  .inquiry-num a {
    padding-left: 2.0833333333vw;
    font-size: 2.7777777778vw;
    pointer-events: none;
  }
  .inquiry-num a:before {
    width: 1.7361111111vw;
    height: 2.2916666667vw;
  }
  .inquiry-time {
    margin-top: 0.4166666667vw;
    font-size: 0.8333333333vw;
  }
  .inquiry-btn {
    gap: 0.6944444444vw;
    margin-top: 0.6944444444vw;
  }
  .inquiry-btn > div {
    width: 10vw;
  }
  .inquiry-btn a {
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
  }
  .inquiry-btn a span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .inquiry-btn a:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .inquiry-btn a:hover:before {
    -webkit-animation: flash 0.75s;
            animation: flash 0.75s;
  }
}
@media screen and (min-width: 751px) {
  .inquiry-btn--otoiawase:before {
    top: -0.6944444444vw;
    left: -0.6944444444vw;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    font-size: 0.9722222222vw;
  }
  .post-inquiry {
    margin-top: 5.5555555556vw;
    padding: 2.7777777778vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .inquiry {
    padding: 20px 16px 16px 16px;
    width: 330px;
    border-radius: 24px;
  }
  .inquiry-label {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .inquiry-num a {
    padding-left: 30px;
    font-size: 4rem;
  }
  .inquiry-num a:before {
    width: 25px;
    height: 33px;
  }
  .inquiry-time {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .inquiry-btn {
    gap: 10px;
    margin-top: 10px;
  }
  .inquiry-btn > div {
    width: 144px;
  }
  .inquiry-btn a {
    height: 50px;
    border-width: 2px;
    border-radius: 8px;
  }
  .inquiry-btn a span {
    font-size: 1.8rem;
  }
  .inquiry-btn--otoiawase:before {
    top: -10px;
    left: -10px;
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
  }
  .post-inquiry {
    margin-top: 80px;
    padding: 40px 50px;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8666666667vw 2.6666666667vw 1.6vw 2.6666666667vw;
  width: 100%;
  height: 26.6666666667vw;
  background-color: #00508e;
  z-index: 7777;
}

.float-bnr {
  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;
  gap: 2.1333333333vw;
}

.float-bnr-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667vw;
  padding: 5.3333333333vw 1.3333333333vw 1.3333333333vw;
  width: 18.6666666667vw;
  border-width: 0.5333333333vw;
  border-style: solid;
  border-radius: 2.6666666667vw;
  background-color: #ffffff;
}

.float-bnr-text {
  font-size: 2.9333333333vw;
  line-height: 1.6;
  text-align: center;
}

.float-bnr-housis {
  border-color: #dbdf00;
}

.float-bnr-paintstudio {
  border-color: #61633c;
}

.float-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8666666667vw;
}

.float-tel {
  width: 52.8vw;
}

.float-tel 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-bottom: 0.2em;
  height: 12vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
  text-align: center;
}

.float-num {
  position: relative;
  display: inline-block;
  padding-left: 4.4vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1em;
}
.float-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-time {
  margin-top: 0.5em;
  color: #565656;
  font-size: 2.2666666667vw;
  line-height: 1em;
}

.float-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3333333333vw;
  width: 53.3333333333vw;
}

.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: 9.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
}
.float-btn a span {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
}

.float-btn-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.float-btn--otoiawase a {
  padding-left: 0.6em;
  background-color: #ff5400;
}
.float-btn--otoiawase a:before {
  content: "無料";
  position: absolute;
  top: -1.3333333333vw;
  left: -1.6vw;
  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: 6.6666666667vw;
  height: 6.6666666667vw;
  background-color: #ffde00;
  border-radius: 50%;
  color: #df1f00;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}

.float-btn--raiten a {
  background-color: #0071c9;
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
.gnavi {
  position: relative;
}

.gnavi > li {
  position: relative;
}
.gnavi > li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.6666666667vw;
  background-image: url(../img/header/line.svg);
  background-size: auto 0.6666666667vw;
  background-repeat: repeat-x;
}

.gnavi > li > div {
  position: relative;
}

.gnavi > li > div.gnavi-parent:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6vw;
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/header/plus.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.gnavi > li > div.gnavi-parent:nth-child(1).is-open:after {
  background-image: url(../img/header/minus.svg);
}

.gnavi > li > div:not(.gnavi-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%;
}

.gnavi-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5.3333333333vw;
  width: 100%;
  height: 16.6666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  cursor: pointer;
}

.gnavi-parent .gnavi-menu {
  padding: 0 16vw 0 5.3333333333vw;
}

.gnavi-submenu {
  display: none;
  position: relative;
  padding: 0 0 6.6666666667vw 5.3333333333vw;
}

.gnavi-submenu-list a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1.2em;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.gnavi-submenu-list a:before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi-submenu-list a:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}

.gnavi-submenu-list .child-term-wrap {
  margin-top: 0.5em;
}

.gnavi-submenu-list .child-term-wrap a:before {
  display: none;
}

@media screen and (min-width: 751px) {
  .gnavi > li:before {
    height: 0.1388888889vw;
    background-size: auto 0.1388888889vw;
    background-image: url(../img/header/line.png);
  }
  .gnavi > li > div.gnavi-parent:nth-child(1):after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .gnavi-menu {
    padding: 0 1.0416666667vw;
    height: 4.8611111111vw;
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-menu:hover {
    color: #99bbdf;
  }
  .gnavi-parent .gnavi-menu {
    padding: 0 3.125vw 0 1.0416666667vw;
  }
  .gnavi-submenu {
    padding: 0 1.7361111111vw 1.0416666667vw;
  }
  .gnavi-submenu-list a {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-submenu-list a:hover {
    color: #99bbdf;
  }
  .gnavi-submenu-list a:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1501px) {
  .gnavi > li:before {
    height: 2px;
    background-size: auto 2px;
  }
  .gnavi > li > div.gnavi-parent:nth-child(1):after {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .gnavi-menu {
    padding: 0 15px;
    height: 70px;
    font-size: 1.8rem;
  }
  .gnavi-parent .gnavi-menu {
    padding: 0 45px 0 15px;
  }
  .gnavi-submenu {
    padding: 0 0 25px 15px;
  }
  .gnavi-submenu-list a {
    font-size: 1.6rem;
  }
}
/*  review
-------------------------------------------------------------------------------*/
.review {
  position: relative;
}

.review a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-ttl {
  width: 20.5333333333vw;
}

.review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.review-rating {
  width: 20.5333333333vw;
}

.review-score {
  margin-left: 0.25em;
  color: #ea5f3a;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.review-date {
  font-size: 2.9333333333vw;
  line-height: 1.2em;
}

@media screen and (max-width: 750px) {
  .review-ttl {
    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: 37.3333333333vw;
    height: 8vw;
    background-color: #ea5f3a;
  }
  .review-ttl img {
    width: 24.9333333333vw;
  }
  .review-in {
    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;
    gap: 5.3333333333vw;
    width: 62.6666666667vw;
    height: 8vw;
    border-bottom: 0.2666666667vw solid #d5d5d5;
  }
}
@media screen and (min-width: 751px) {
  .review {
    margin-bottom: 2.4305555556vw;
    width: 100%;
  }
  .review a {
    display: block;
    margin: 0 auto;
    width: 12.5vw;
  }
  .review-ttl {
    margin: 0 auto 0.6944444444vw auto;
    width: 6.9444444444vw;
  }
  .review-box {
    height: 2.0833333333vw;
  }
  .review-rating {
    width: 5.9722222222vw;
  }
  .review-score {
    margin-left: 0.5em;
    font-size: 1.1111111111vw;
  }
  .review-date {
    margin: 0.8em 0 0 0;
    color: #ffffff;
    font-size: 0.8333333333vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1501px) {
  .review {
    margin-bottom: 35px;
  }
  .review a {
    width: 180px;
  }
  .review-ttl {
    margin-bottom: 10px;
    width: 100px;
  }
  .review-box {
    height: 30px;
  }
  .review-rating {
    width: 86px;
  }
  .review-score {
    font-size: 1.6rem;
  }
  .review-date {
    font-size: 1.2rem;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: auto;
}

.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- control - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 7.7333333333vw;
  height: 13.3333333333vw;
  background-color: #89c997;
  border-color: #89c997;
  border-style: solid;
  border-width: 0.2666666667vw;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(54, 54, 54, 0.43);
          box-shadow: 0px 1px 7px 0px rgba(54, 54, 54, 0.43);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 2.9166666667vw;
    height: 5vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1501px) {
  .slide-prev,
  .slide-next {
    width: 42px;
    height: 72px;
    border-width: 2px;
  }
}
.slide-prev:before,
.slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.8666666667vw;
  height: 2.8vw;
  background-image: url(../img/common/arrow-normal-wh.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .slide-prev:before,
  .slide-next:before {
    width: 0.6944444444vw;
    height: 1.1111111111vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1501px) {
  .slide-prev:before,
  .slide-next:before {
    width: 10px;
    height: 16px;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #ffffff;
  }
  .slide-prev:hover:before,
  .slide-next:hover:before {
    background-image: url(../img/common/arrow-normal-eg.svg);
  }
}

.slide-prev {
  left: 0;
  border-radius: 0.5333333333vw 0 0 0.5333333333vw;
}
@media screen and (min-width: 751px) {
  .slide-prev {
    left: -0.9027777778vw;
    border-radius: 0.2777777778vw 0 0 0.2777777778vw;
  }
}
@media screen and (min-width: 1501px) {
  .slide-prev {
    left: -13px;
    border-radius: 4px 0 0 4px;
  }
}
.slide-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.slide-next {
  right: 0;
  border-radius: 0 0.5333333333vw 0.5333333333vw 0;
}
@media screen and (min-width: 751px) {
  .slide-next {
    right: -0.9027777778vw;
    border-radius: 0 0.2777777778vw 0.2777777778vw 0;
  }
}
@media screen and (min-width: 1501px) {
  .slide-next {
    right: -13px;
    border-radius: 0 4px 4px 0;
  }
}
.slide-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

::-webkit-full-page-media,
:future,
:root .slide-prev:before {
  -webkit-transition: none;
  transition: none;
}

.slide-pagination {
  position: relative;
  bottom: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  .slide-pagination {
    gap: 1.1111111111vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .slide-pagination {
    gap: 16px;
    margin-top: 30px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.4vw;
  height: 2.4vw;
  background-color: #dedede;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1501px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

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

/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.3333333333vw;
  height: 16vw;
  background-color: #00508e;
  cursor: pointer;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 7.4666666667vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

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

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

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

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

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 3.3333333333vw;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle.is-active {
  position: fixed;
  top: 0.9333333333vw;
  right: 2.5333333333vw;
  z-index: 8888;
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  padding: 13.3333333333vw 0 5.3333333333vw 0;
  background-color: #ffffff;
}

.area-heading {
  position: relative;
  margin-bottom: 6vw;
}

.area-catch {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding: 3.3333333333vw 0;
  color: #00508e;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.1em;
}
.area-catch:before, .area-catch:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 57.6vw;
  height: 1.2vw;
  background-size: contain;
  background-image: url(../img/area/dot-bl.svg);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.area-catch:before {
  top: 0;
}
.area-catch:after {
  bottom: 0;
}

.area-ttl {
  color: #00508e;
  font-size: 8.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
}

.area-image {
  position: relative;
  margin-bottom: -1.3333333333vw;
  height: 83.0666666667vw;
}
.area-image:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2vw;
  display: inline-block;
  width: 50.9333333333vw;
  height: 44.6666666667vw;
  background-image: url(../img/area/speech_sp.png);
  background-size: contain;
  z-index: 1;
}

.area-map {
  position: absolute;
  top: 0;
  left: -1.3333333333vw;
  width: 93.4666666667vw;
}

.area-target {
  padding: 5.3333333333vw 4vw;
  background-color: #faf6e8;
  border-color: #ffba00;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}
.area-target dt {
  position: relative;
  margin-bottom: 4vw;
  padding-bottom: 2vw;
  text-align: center;
}
.area-target dt span {
  position: relative;
  padding-left: 5.7333333333vw;
  color: #ff5400;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}
.area-target dt span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.1333333333vw;
  height: 5.6vw;
  background-image: url(../img/area/pin.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-target dt:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 32.5333333333vw;
  height: 0.9333333333vw;
  background-size: contain;
  background-image: url(../img/area/dot-ye.svg);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.area-target dd {
  text-align: center;
}

.area-city {
  display: inline-block;
}

.area-city > li {
  position: relative;
  display: inline-block;
  font-size: 3.7333333333vw;
  text-align: left;
  line-height: 1.5em;
}

.area-city > li:nth-child(n+2) {
  margin-left: 2.6666666667vw;
  padding-left: 2.9333333333vw;
}
.area-city > li:nth-child(n+2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.1em;
  width: 0.2666666667vw;
  height: 1.2em;
  background-color: #d3d0c4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .area-target {
    margin: 4vw auto 0 auto;
    width: 88vw;
  }
  .area-city > li:nth-child(5) {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .area-city > li:nth-child(5):after {
    content: none !important;
  }
}
@media screen and (min-width: 751px) {
  .area {
    padding: 4.5138888889vw 0 2.7777777778vw 0;
  }
  .area-heading {
    margin-bottom: 1.7361111111vw;
  }
  .area-catch {
    margin-bottom: 1.3888888889vw;
    padding: 1.3888888889vw 0;
    font-size: 2.0833333333vw;
  }
  .area-catch:before, .area-catch:after {
    width: 30vw;
    height: 0.625vw;
  }
  .area-ttl {
    font-size: 4.4444444444vw;
  }
  .area-image {
    margin-bottom: 1.0416666667vw;
    height: 39.2361111111vw;
  }
  .area-image:after {
    bottom: 1.0416666667vw;
    width: 22.0833333333vw;
    height: 19.375vw;
    background-image: url(../img/area/speech.png);
    background-image: image-set(url(../img/area/speech.png) 1x, url(../img/area/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/area/speech.png) 1x, url(../img/area/speech-2x.png) 2x);
  }
  .area-map {
    left: -2.7777777778vw;
    width: 44.2361111111vw;
  }
  .area-target {
    padding: 2.0833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .area-target dt {
    margin-bottom: 1.25vw;
    padding-bottom: 1.0416666667vw;
  }
  .area-target dt span {
    padding-left: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
  .area-target dt span:before {
    width: 1.5277777778vw;
    height: 2.0833333333vw;
  }
  .area-target dt:after {
    width: 12.1527777778vw;
    height: 0.4166666667vw;
  }
  .area-target dd {
    text-align: left;
  }
  .area-city > li {
    font-size: 1.1111111111vw;
  }
  .area-city > li:nth-child(n+2) {
    margin-left: 0.9027777778vw;
    padding-left: 1.0416666667vw;
  }
  .area-city > li:nth-child(n+2):after {
    width: 0.1388888889vw;
    border-radius: 0.0694444444vw;
  }
  .area-city > li:last-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .area-city > li:last-child:after {
    content: none !important;
  }
}
@media screen and (min-width: 1501px) {
  .area {
    padding: 65px 0 40px 0;
  }
  .area-heading {
    margin-bottom: 25px;
  }
  .area-catch {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 3rem;
  }
  .area-catch:before, .area-catch:after {
    width: 432px;
    height: 9px;
  }
  .area-ttl {
    font-size: 6.4rem;
  }
  .area-image {
    margin-bottom: 15px;
    height: 565px;
  }
  .area-image:after {
    bottom: 15px;
    width: 318px;
    height: 279px;
  }
  .area-map {
    left: -40px;
    width: 637px;
  }
  .area-target {
    padding: 30px;
    border-width: 2px;
    border-radius: 16px;
  }
  .area-target dt {
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
  .area-target dt span {
    padding-left: 30px;
    font-size: 2rem;
  }
  .area-target dt span:before {
    width: 22px;
    height: 30px;
  }
  .area-target dt:after {
    width: 175px;
    height: 6px;
  }
  .area-city > li {
    font-size: 1.6rem;
  }
  .area-city > li:nth-child(n+2) {
    margin-left: 13px;
    padding-left: 15px;
  }
  .area-city > li:nth-child(n+2):after {
    width: 2px;
    border-radius: 1px;
  }
}
/*  .box
-------------------------------------------------------------------------------*/
.box {
  position: relative;
  padding: 6.6666666667vw 8vw 9.3333333333vw 8vw;
  border-radius: 5.3333333333vw;
}
.box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  border-style: dotted;
  border-width: 0.2666666667vw;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box > div {
  position: relative;
  z-index: 1;
}

.box + .box {
  margin-top: 6.6666666667vw;
}

.box-heading {
  margin-bottom: 4.6666666667vw;
  padding: 7.0666666667vw 0 4.2666666667vw 0;
}
.box-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 12.6666666667vw;
  height: 5.4666666667vw;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 45.6vw;
  height: 1.8666666667vw;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-en {
  margin-bottom: 0.3em;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.box-ja {
  position: relative;
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}
.box-ja:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.box--blog {
  background-color: #cff2ff;
}
.box--blog:before {
  border-color: #116cb0;
}
.box--blog .box-heading span {
  color: #116cb0;
}
.box--blog .box-heading:before {
  background-image: url(../img/box/deco-bl.svg);
}
.box--blog .box-heading:after {
  background-image: url(../img/box/line-bl.svg);
}
.box--blog .box-ja:before {
  top: 0;
  left: 2.6666666667vw;
  width: 10.4vw;
  height: 10.4vw;
  background-image: url(../img/box/pencil.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.box--blog .box-en {
  color: #116cb0;
}

.box--taxonomy .box-ja:before {
  content: none;
}

.box--voice {
  background-color: #d3fbdb;
}
.box--voice:before {
  border-color: #5fb071;
}
.box--voice .box-heading span {
  color: #5fb071;
}
.box--voice .box-heading:before {
  background-image: url(../img/box/deco-gr.svg);
}
.box--voice .box-heading:after {
  background-image: url(../img/box/line-gr.svg);
}
.box--voice .box-ja:before {
  top: -3.3333333333vw;
  right: 4vw;
  width: 6.9333333333vw;
  height: 16vw;
  background-image: url(../img/box/pliers.svg);
  -webkit-transform: rotate(15.3deg);
          transform: rotate(15.3deg);
}
.box--voice .box-en {
  color: #5fb071;
}

.box--point {
  background-color: #fff3ea;
}
.box--point:before {
  border-color: #ff9600;
}
.box--point .box-heading span {
  color: #ff5400;
}
.box--point .box-heading:before {
  background-image: url(../img/box/deco-og.svg);
}
.box--point .box-heading:after {
  background-image: url(../img/box/line-og.svg);
}
.box--point .box-ja:before {
  top: -5.3333333333vw;
  left: -2.6666666667vw;
  width: 14vw;
  height: 14vw;
  background-image: url(../img/box/flag.svg);
}
.box--point .box-en {
  color: #ff5400;
}

@media screen and (max-width: 750px) {
  .box .btn {
    width: 69.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .box {
    padding: 2.0833333333vw 2.7777777778vw 3.4722222222vw 2.7777777778vw;
    border-radius: 2.7777777778vw;
  }
  .box:before {
    width: calc(100% - 1.3888888889vw);
    height: calc(100% - 1.3888888889vw);
    border-width: 0.0694444444vw;
  }
  .box + .box {
    margin-top: 2.2222222222vw;
  }
  .box-heading {
    margin-bottom: 1.3888888889vw;
    padding: 2.5694444444vw 0 1.0416666667vw 0;
  }
  .box-heading:before {
    width: 4.7222222222vw;
    height: 2.0138888889vw;
  }
  .box-heading:after {
    width: 14.8611111111vw;
    height: 0.5555555556vw;
  }
  .box-en {
    font-size: 1.1111111111vw;
  }
  .box-ja {
    font-size: 2.7777777778vw;
  }
  .box--blog .box-ja:before {
    top: 0;
    left: 4.1666666667vw;
    width: 4.2361111111vw;
    height: 4.2361111111vw;
  }
  .box--voice .box-ja:before {
    top: -1.3888888889vw;
    right: 6.25vw;
    width: 2.9166666667vw;
    height: 6.6666666667vw;
  }
  .box--point .box-ja:before {
    top: -1.3888888889vw;
    left: 0.6944444444vw;
    width: 5.3472222222vw;
    height: 5.3472222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .box {
    padding: 30px 40px 50px 40px;
    border-radius: 40px;
  }
  .box:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 1px;
  }
  .box + .box {
    margin-top: 32px;
  }
  .box-heading {
    margin-bottom: 20px;
    padding: 37px 0 15px 0;
  }
  .box-heading:before {
    width: 68px;
    height: 29px;
  }
  .box-heading:after {
    width: 214px;
    height: 8px;
  }
  .box-en {
    font-size: 1.6rem;
  }
  .box-ja {
    font-size: 4rem;
  }
  .box--blog .box-ja:before {
    left: 60px;
    width: 61px;
    height: 61px;
  }
  .box--voice .box-ja:before {
    top: -20px;
    right: 90px;
    width: 42px;
    height: 96px;
  }
  .box--point .box-ja:before {
    top: -20px;
    left: 10px;
    width: 77px;
    height: 77px;
  }
}
/*  fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
}

.fv-content {
  position: fixed;
  top: 50%;
  left: calc((100% - 51.3888888889vw) / 4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.fv-catch {
  margin: 0 auto 2.5vw auto;
  width: 23.2638888889vw;
}

.fv-list {
  position: relative;
  left: 0.9722222222vw;
  margin: 0 auto 2.5694444444vw auto;
}

.fv-list > li {
  position: relative;
}

.fv-list > li:nth-child(n+2) {
  margin-top: 1.25vw;
}

.fv-list > li:nth-child(1) {
  width: 18.5416666667vw;
}

.fv-list > li:nth-child(2) {
  left: 0.3472222222vw;
  width: 18.3333333333vw;
}

.fv-list > li:nth-child(3) {
  left: 0.4166666667vw;
  width: 10.4861111111vw;
}

.fv-list > li:nth-child(4) {
  left: 0.8333333333vw;
  width: 5.4861111111vw;
}

.fv-list > li:nth-child(5) {
  left: 0.9027777778vw;
  width: 4.0972222222vw;
}

.fv-list > li:nth-child(6) {
  left: 1.1805555556vw;
  width: 15.2083333333vw;
}

.fv-list > li:nth-child(7) {
  left: 1.4583333333vw;
  width: 9.3055555556vw;
}

.fv-list > li:nth-child(8) {
  left: 1.7361111111vw;
  width: 7.1527777778vw;
}

.fv-list > li:nth-child(9) {
  left: 2.0138888889vw;
  width: 7.6388888889vw;
}

@media screen and (min-width: 751px) {
  .fv-catch,
  .fv-list {
    max-width: 92%;
  }
  .fv-list > li {
    max-width: 100%;
    height: auto;
  }
  .fv .inquiry {
    max-width: 100%;
  }
}
@media screen and (min-width: 1501px) {
  .fv-content {
    left: calc((100% - 740px) / 4);
  }
  .fv-catch {
    margin: 0 auto 36px auto;
    width: 335px;
  }
  .fv-list {
    left: 14px;
    margin-bottom: 37px;
  }
  .fv-list > li:nth-child(n+2) {
    margin-top: 18px;
  }
  .fv-list > li:nth-child(1) {
    width: 307px;
  }
  .fv-list > li:nth-child(2) {
    left: 5px;
    width: 303px;
  }
  .fv-list > li:nth-child(3) {
    left: 6px;
    width: 173px;
  }
  .fv-list > li:nth-child(4) {
    left: 12px;
    width: 91px;
  }
  .fv-list > li:nth-child(5) {
    left: 13px;
    width: 68px;
  }
  .fv-list > li:nth-child(6) {
    left: 17px;
    width: 252px;
  }
  .fv-list > li:nth-child(7) {
    left: 21px;
    width: 154px;
  }
  .fv-list > li:nth-child(8) {
    left: 25px;
    width: 118px;
  }
  .fv-list > li:nth-child(9) {
    left: 29px;
    width: 127px;
  }
}
/* ------------------------------------------- bnr - */
@media screen and (min-width: 751px) {
  .fv-bnr {
    margin-block: 2.5694444444vw 1.0416666667vw;
  }
  .fv-bnr-external {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0416666667vw;
    margin: 0 auto;
    padding: 0.3472222222vw 2.7777777778vw 0.3472222222vw 1.7361111111vw;
    width: 20.8333333333vw;
    border-width: 0.1388888889vw;
    border-style: solid;
    border-radius: 6.9444444444vw;
    background-color: #ffffff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fv-bnr-external::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.1805555556vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.0416666667vw;
    height: 0.8333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .fv-bnr-external:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .fv-bnr-external:hover {
    opacity: 0.8;
  }
  .fv-bnr-img {
    width: 5.1388888889vw;
  }
  .fv-bnr-text {
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
  .fv-bnr-housis {
    border-color: #dbdf00;
  }
  .fv-bnr-housis::after {
    background-image: url(../img/common/external/housis_link.svg);
  }
  .fv-bnr-paintstudio {
    border-color: #61633c;
  }
  .fv-bnr-paintstudio::after {
    background-image: url(../img/common/external/paint_studio_link.svg);
  }
  .fv-bnr-paintstudio .fv-bnr-text {
    padding-left: 1em;
  }
}
@media screen and (min-width: 1501px) {
  .fv-bnr {
    margin-block: 37px 15px;
  }
  .fv-bnr-external {
    gap: 15px;
    padding: 5px 40px 5px 25px;
    width: 300px;
    border-width: 2px;
    border-radius: 100px;
  }
  .fv-bnr-external::after {
    right: 17px;
    width: 15px;
    height: 12px;
  }
  .fv-bnr-external:nth-child(n+2) {
    margin-top: 15px;
  }
  .fv-bnr-img {
    width: 74px;
  }
  .fv-bnr-text {
    font-size: 1.5rem;
  }
}
/*  #line
-------------------------------------------------------------------------------*/
.line {
  position: relative;
  padding: 11.3333333333vw 0 8vw 0;
  background-color: #00b900;
  overflow: hidden;
}
.line:before {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  left: 0;
  display: inline-block;
  width: 100vw;
  height: 54.9333333333vw;
  background-image: url(../img/line/confetti_sp.png);
  background-size: contain;
}

.line-heading {
  margin-bottom: 6vw;
}

.line-catch {
  margin-bottom: 3.3333333333vw;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.line-ttl {
  margin: 0 auto;
  width: 70.4vw;
}

.line-box {
  position: relative;
  padding: 6.1333333333vw 5.3333333333vw 4vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}
.line-box:after {
  content: "";
  position: absolute;
  top: -2.9333333333vw;
  right: 4vw;
  display: inline-block;
  width: 20vw;
  height: 37.3333333333vw;
  background-image: url(../img/line/smartphone_sp.png);
  background-size: contain;
  z-index: 1;
}

.line-box-catch {
  position: relative;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.5em;
  z-index: 1;
}
.line-box-catch span.logo {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin-right: 1.6vw;
  width: 23.0666666667vw;
}
.line-box-catch span.big {
  position: relative;
  display: inline-block;
  margin: 2vw 0 0 7.3333333333vw;
  color: #ff5400;
  font-size: 9.3333333333vw;
}
.line-box-catch span.big:before {
  content: "";
  position: absolute;
  left: -3.3333333333vw;
  bottom: -0.2em;
  width: 52.2666666667vw;
  height: 6.1333333333vw;
  background-image: url(../img/line/marker.svg);
  background-size: contain;
  z-index: -1;
}
.line-box-catch:before, .line-box-catch:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.line-box-catch:before {
  top: 10.6666666667vw;
  left: -3.3333333333vw;
  width: 12vw;
  height: 8.9333333333vw;
  background-image: url(../img/line/kirakira-l.svg);
}
.line-box-catch:after {
  top: 18.6666666667vw;
  left: 53.3333333333vw;
  width: 10.2666666667vw;
  height: 10.1333333333vw;
  background-image: url(../img/line/kirakira-r.svg);
}

.line-text {
  margin-top: 3.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.line-btn {
  margin-top: 3.3333333333vw;
  width: 52vw;
}

.line-notes {
  margin-top: 4vw;
  width: 51.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.5em;
}

.line-account {
  position: absolute;
  right: 4.4vw;
  bottom: 4vw;
  width: 26.1333333333vw;
  z-index: 1;
}

.line-qrcode {
  margin: 0 auto;
  width: 26vw;
}

.line-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.4vw;
  height: 6.9333333333vw;
  background-color: rgba(0, 185, 0, 0.2);
  border-radius: 0.2666666667vw;
  color: #00b900;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .line {
    padding: 3.125vw 0 2.0833333333vw 0;
  }
  .line:before {
    top: 0;
    left: -1.0416666667vw;
    width: 56.6666666667vw;
    height: 22.7083333333vw;
    background-image: url(../img/line/confetti.png);
    background-image: image-set(url(../img/line/confetti.png) 1x, url(../img/line/confetti-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/confetti.png) 1x, url(../img/line/confetti-2x.png) 2x);
  }
  .line-heading {
    margin-bottom: 2.0833333333vw;
  }
  .line-catch {
    margin-bottom: 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
  .line-ttl {
    width: 44.1666666667vw;
  }
  .line-box {
    padding: 2.5vw 3.3333333333vw 2.0833333333vw 3.3333333333vw;
    border-radius: 1.1111111111vw;
  }
  .line-box:after {
    top: -1.0416666667vw;
    right: 2.4305555556vw;
    width: 7.5vw;
    height: 13.9583333333vw;
    background-image: url(../img/line/smartphone.png);
    background-image: image-set(url(../img/line/smartphone.png) 1x, url(../img/line/smartphone-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/smartphone.png) 1x, url(../img/line/smartphone-2x.png) 2x);
  }
  .line-box-catch {
    font-size: 3.1944444444vw;
  }
  .line-box-catch span.logo {
    margin-right: 0.6944444444vw;
    width: 11.0416666667vw;
  }
  .line-box-catch span.big {
    margin: 0.6944444444vw 0 0 1.7361111111vw;
    font-size: 4.4444444444vw;
  }
  .line-box-catch span.big:before {
    left: -0.3472222222vw;
    width: 25vw;
    height: 2.9861111111vw;
  }
  .line-box-catch:before {
    top: 4.1666666667vw;
    left: -2.4305555556vw;
    width: 5.2777777778vw;
    height: 3.9583333333vw;
  }
  .line-box-catch:after {
    top: 6.25vw;
    left: 25.3472222222vw;
    width: 4.4444444444vw;
    height: 4.5138888889vw;
  }
  .line-text {
    margin-top: 1.0416666667vw;
    font-size: 1.5277777778vw;
  }
  .line-btn {
    margin-top: 1.0416666667vw;
    width: 22.9166666667vw;
  }
  .line-notes {
    margin-top: 1.0416666667vw;
    width: 27.7777777778vw;
    font-size: 0.9722222222vw;
  }
  .line-account {
    right: 3.2638888889vw;
    bottom: 2.0833333333vw;
    width: 9.5138888889vw;
  }
  .line-qrcode {
    width: 9.4444444444vw;
  }
  .line-id {
    margin-top: 0.9027777778vw;
    height: 2.5vw;
    border-radius: 0.1388888889vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .line {
    padding: 45px 0 30px 0;
  }
  .line:before {
    left: -15px;
    width: 816px;
    height: 327px;
  }
  .line-heading {
    margin-bottom: 30px;
  }
  .line-catch {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .line-ttl {
    width: 636px;
  }
  .line-box {
    padding: 36px 48px 30px 48px;
    border-radius: 16px;
  }
  .line-box:after {
    top: -15px;
    right: 35px;
    width: 108px;
    height: 201px;
  }
  .line-box-catch {
    font-size: 4.6rem;
  }
  .line-box-catch span.logo {
    margin-right: 10px;
    width: 159px;
  }
  .line-box-catch span.big {
    margin: 10px 0 0 25px;
    font-size: 6.4rem;
  }
  .line-box-catch span.big:before {
    left: -5px;
    width: 360px;
    height: 43px;
  }
  .line-box-catch:before {
    top: 60px;
    left: -35px;
    width: 76px;
    height: 57px;
  }
  .line-box-catch:after {
    top: 90px;
    left: 365px;
    width: 64px;
    height: 65px;
  }
  .line-text {
    margin-top: 15px;
    font-size: 2.2rem;
  }
  .line-btn {
    margin-top: 15px;
    width: 330px;
  }
  .line-notes {
    margin-top: 15px;
    width: 400px;
    font-size: 1.4rem;
  }
  .line-account {
    right: 47px;
    bottom: 30px;
    width: 137px;
  }
  .line-qrcode {
    width: 136px;
  }
  .line-id {
    margin-top: 13px;
    height: 36px;
    border-radius: 2px;
    font-size: 1.6rem;
  }
}
/*  #pickup
-------------------------------------------------------------------------------*/
.pickup {
  padding: 10.6666666667vw 0;
  background-color: #ededed;
}

.pickup-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin: 0 auto;
  width: 85.3333333333vw;
}

.p-pickup {
  width: 100%;
}

.p-pickup 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-left: 26vw;
  height: 28.8vw;
  background-color: #ffffff;
  border-color: #ff9600;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}
.p-pickup a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.p-pickup a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.4vw;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/arrow-circle-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-pickup-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-pickup-content:before, .p-pickup-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16.5333333333vw;
  height: 16.5333333333vw;
  background-image: url(../img/pickup/dot.svg);
  background-size: contain;
}
.p-pickup-content:before {
  top: -6.4vw;
  right: 38.6666666667vw;
}
.p-pickup-content:after {
  right: -0.8vw;
  bottom: -3.7333333333vw;
}

.p-pickup-ttl {
  position: relative;
  color: #ff5400;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
  z-index: 1;
}

.p-pickup-download {
  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: 2.6666666667vw auto 0 auto;
  padding-bottom: 0.1em;
  width: 32.8vw;
  height: 5.3333333333vw;
  background-color: #ff5400;
  border-radius: 2.6666666667vw;
  z-index: 1;
}
.p-pickup-download span {
  position: relative;
  padding-right: 4.2666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1em;
}
.p-pickup-download span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  background-image: url(../img/common/download-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-pickup--staff a:before {
  top: 50%;
  left: -7.3333333333vw;
  width: 45.7333333333vw;
  height: 28.1333333333vw;
  background-image: url(../img/pickup/staff_sp.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-pickup--works a:before {
  top: 2vw;
  left: 3.3333333333vw;
  width: 31.0666666667vw;
  height: 21.0666666667vw;
  background-image: url(../img/pickup/works_sp.png);
}

.p-pickup--book a:before {
  top: 50%;
  left: 4vw;
  width: 29.4666666667vw;
  height: 18.9333333333vw;
  background-image: url(../img/pickup/book_sp.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .pickup {
    padding: 3.4722222222vw 0;
  }
  .pickup-menu {
    gap: 1.3888888889vw;
    width: 38.8888888889vw;
  }
  .p-pickup a {
    padding-left: 13.8888888889vw;
    height: 12.5vw;
    border-width: 0.2083333333vw;
    border-radius: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .p-pickup a:after {
    right: 2.0833333333vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-pickup a:hover {
    background-color: #fdf9f2;
  }
  .p-pickup a:hover:after {
    -webkit-transform: translateX(0.3em) translateY(-50%);
            transform: translateX(0.3em) translateY(-50%);
  }
  .p-pickup-content:before, .p-pickup-content:after {
    width: 8.6111111111vw;
    height: 8.6111111111vw;
  }
  .p-pickup-content:before {
    top: -3.3333333333vw;
    right: 15.9722222222vw;
  }
  .p-pickup-content:after {
    right: -1.1111111111vw;
    bottom: -4.0277777778vw;
  }
  .p-pickup-ttl {
    font-size: 1.8055555556vw;
  }
  .p-pickup-download {
    margin: 1.0416666667vw auto 0 auto;
    width: 10.0694444444vw;
    height: 1.6666666667vw;
    border-radius: 0.8333333333vw;
  }
  .p-pickup-download span {
    padding-right: 1.25vw;
    font-size: 1.0416666667vw;
  }
  .p-pickup-download span:after {
    width: 1.0416666667vw;
    height: 0.9722222222vw;
  }
  .p-pickup--staff a:before {
    left: -2.7777777778vw;
    width: 20.6944444444vw;
    height: 12.0833333333vw;
    background-image: url(../img/pickup/staff.png);
    background-image: image-set(url(../img/pickup/staff.png) 1x, url(../img/pickup/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/pickup/staff.png) 1x, url(../img/pickup/staff-2x.png) 2x);
  }
  .p-pickup--works a:before {
    top: 1.0416666667vw;
    left: 1.7361111111vw;
    width: 14.7222222222vw;
    height: 9.9305555556vw;
    background-image: url(../img/pickup/works.png);
    background-image: image-set(url(../img/pickup/works.png) 1x, url(../img/pickup/works-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/pickup/works.png) 1x, url(../img/pickup/works-2x.png) 2x);
  }
  .p-pickup--book a:before {
    left: 2.0833333333vw;
    width: 13.9583333333vw;
    height: 8.9583333333vw;
    background-image: url(../img/pickup/book.png);
    background-image: image-set(url(../img/pickup/book.png) 1x, url(../img/pickup/book-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/pickup/book.png) 1x, url(../img/pickup/book-2x.png) 2x);
  }
}
@media screen and (min-width: 1501px) {
  .pickup {
    padding: 50px 0;
  }
  .pickup-menu {
    gap: 20px;
    width: 560px;
  }
  .p-pickup a {
    padding-left: 200px;
    height: 180px;
    border-width: 3px;
    border-radius: 16px;
  }
  .p-pickup a:after {
    right: 30px;
    width: 32px;
    height: 32px;
  }
  .p-pickup-content:before, .p-pickup-content:after {
    width: 124px;
    height: 124px;
  }
  .p-pickup-content:before {
    top: -48px;
    right: 230px;
  }
  .p-pickup-content:after {
    right: -16px;
    bottom: -58px;
  }
  .p-pickup-ttl {
    font-size: 2.6rem;
  }
  .p-pickup-download {
    margin: 15px auto 0 auto;
    width: 145px;
    height: 24px;
    border-radius: 12px;
  }
  .p-pickup-download span {
    padding-right: 18px;
    font-size: 1.5rem;
  }
  .p-pickup-download span:after {
    width: 15px;
    height: 14px;
  }
  .p-pickup--staff a:before {
    left: -40px;
    width: 298px;
    height: 174px;
  }
  .p-pickup--works a:before {
    top: 15px;
    left: 25px;
    width: 212px;
    height: 143px;
  }
  .p-pickup--book a:before {
    left: 30px;
    width: 201px;
    height: 129px;
  }
}
/*  #point
-------------------------------------------------------------------------------*/
.point-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.7333333333vw 3.8666666667vw;
}

.p-point {
  width: 36vw;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
          box-shadow: 0px 3px 9px 0px rgba(54, 54, 54, 0.26);
}

.p-point a {
  position: relative;
  padding: 1.3333333333vw 1.3333333333vw 0 1.3333333333vw;
  display: block;
  height: 100%;
}
.p-point a:after {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 3.2vw 3.2vw;
  border-color: transparent transparent #ff5400 transparent;
}
.p-point a:hover {
  background-color: #fde7d6;
}
.p-point a:hover:after {
  border-color: transparent transparent #ff9600 transparent;
}

.p-point-image {
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.p-point-ttl {
  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: 9.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.1em;
}

.p-point-text {
  padding: 0 2.6666666667vw 3.3333333333vw 2.6666666667vw;
}
.p-point-text p {
  color: #525252;
  font-size: 3.2vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .point-post--sub .p-point {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .point-post {
    gap: 1.25vw 1.3194444444vw;
  }
  .p-point {
    width: 18.75vw;
    border-radius: 0.2777777778vw;
  }
  .p-point a {
    padding: 0.6944444444vw 0.6944444444vw 0 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .p-point a:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    border-width: 0px 0px 1.1111111111vw 1.1111111111vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .p-point a:hover {
    background-color: #fde7d6;
  }
  .p-point a:hover:after {
    border-color: transparent transparent #ff9600 transparent;
  }
  .p-point-image {
    border-radius: 0.2777777778vw;
  }
  .p-point a:hover .p-point-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-point-ttl {
    height: 4.3055555556vw;
    font-size: 1.5277777778vw;
  }
  .p-point-text {
    padding: 0 0.6944444444vw 1.3888888889vw 0.6944444444vw;
  }
  .p-point-text p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .point-post {
    gap: 18px 19px;
  }
  .p-point {
    width: 270px;
    border-radius: 4px;
  }
  .p-point a {
    padding: 10px 10px 0 10px;
  }
  .p-point a:after {
    right: 10px;
    bottom: 10px;
    border-width: 0px 0px 16px 16px;
  }
  .p-point-image {
    border-radius: 4px;
  }
  .p-point-ttl {
    height: 62px;
    font-size: 2.2rem;
  }
  .p-point-text {
    padding: 0 10px 20px 10px;
  }
  .p-point-text p {
    font-size: 1.5rem;
  }
}
/*  #shop
-------------------------------------------------------------------------------*/
.shop {
  padding: 13.3333333333vw 0;
  background-color: #fde7d6;
}

.shop-heading {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.shop-catch {
  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: 0 auto 1.3333333333vw auto;
  padding-bottom: 2.1333333333vw;
  width: 77.3333333333vw;
  height: 11.4666666667vw;
  background-image: url(../img/shop/speech_sp.png);
  background-size: contain;
  color: #00508e;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.1em;
}
.shop-catch span.mark {
  position: relative;
  padding-left: 6.6666666667vw;
}
.shop-catch span.mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/common/mark.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-catch:before {
  content: "";
  position: absolute;
  top: -2.4vw;
  left: -4vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-size: contain;
  background-image: url(../img/shop/deco.svg);
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
}

.shop-ttl {
  margin-left: auto;
  margin-right: auto;
  width: 85.6vw;
}

.shop-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.p-shop {
  position: relative;
  padding-bottom: 16.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.p-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;
  height: 6.4vw;
  color: #ffffff;
  font-size: 4vw;
  line-height: 1.2em;
}

.p-shop-content {
  padding: 4.6666666667vw 6.6666666667vw;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5em;
}

.p-shop-tel {
  margin-top: 2vw;
  text-align: center;
}

.p-shop-tel a {
  position: relative;
  display: inline-block;
  padding-left: 6.1333333333vw;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 900;
  line-height: 1em;
}
.p-shop-tel a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-shop-fax {
  margin-top: 0.2em;
}

.p-shop-time {
  margin-top: 2.6666666667vw;
}

.p-shop-note {
  margin-top: 3.3333333333vw;
  padding: 3.3333333333vw 4vw;
  background-color: #f3f3f3;
  border-radius: 0.5333333333vw;
}
.p-shop-note p {
  padding-left: 0.5em;
  font-size: 3.2vw;
}

.p-shop-btn {
  position: absolute;
  left: 50%;
  bottom: 5.3333333333vw;
  width: 69.3333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-shop-btn .btn-main {
  height: 13.0666666667vw;
  border-width: 0.5333333333vw;
  border-radius: 6.5333333333vw;
}
.p-shop-btn .btn-main span {
  font-size: 4vw;
}
.p-shop-btn .btn-main:after {
  right: 4.6666666667vw;
}

.p-shop--toyota .p-shop-name {
  background-color: #ff5400;
}

.p-shop--miyoshi .p-shop-name {
  background-color: #5fb071;
}

.shop-post--store .p-shop {
  padding-bottom: 0;
}
.shop-post--store .p-shop-tel {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .shop-post {
    margin-left: auto;
    margin-right: auto;
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .shop {
    padding: 5.2083333333vw 0 4.1666666667vw 0;
  }
  .shop-heading {
    margin-bottom: 1.7361111111vw;
  }
  .shop-catch {
    margin-bottom: 0.6944444444vw;
    padding-bottom: 1.1111111111vw;
    width: 37.5vw;
    height: 5.9722222222vw;
    background-image: url(../img/shop/speech.png);
    background-image: image-set(url(../img/shop/speech.png) 1x, url(../img/shop/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/shop/speech.png) 1x, url(../img/shop/speech-2x.png) 2x);
    font-size: 2.0833333333vw;
  }
  .shop-catch span.mark {
    padding-left: 3.4722222222vw;
  }
  .shop-catch span.mark:before {
    width: 2.7777777778vw;
    height: 2.5694444444vw;
  }
  .shop-catch:before {
    top: -1.5972222222vw;
    left: -0.6944444444vw;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
  .shop-ttl {
    width: 44.5833333333vw;
  }
  .shop-post {
    gap: 1.3888888889vw;
  }
  .p-shop {
    padding-bottom: 5.5555555556vw;
    width: 21.5277777778vw;
    border-radius: 0.2777777778vw;
  }
  .p-shop-name {
    height: 2.7777777778vw;
    font-size: 1.3888888889vw;
  }
  .p-shop-content {
    padding: 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .p-shop-tel {
    margin-top: 0.6944444444vw;
  }
  .p-shop-tel a {
    padding-left: 1.7361111111vw;
    font-size: 2.5vw;
    pointer-events: none;
  }
  .p-shop-tel a:before {
    width: 1.3888888889vw;
    height: 1.8055555556vw;
  }
  .p-shop-time {
    margin-top: 1.0416666667vw;
  }
  .p-shop-note {
    margin-top: 0.6944444444vw;
    padding: 0.9027777778vw 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .p-shop-note p {
    font-size: 0.9722222222vw;
  }
  .p-shop-btn {
    bottom: 1.7361111111vw;
    width: 16.6666666667vw;
  }
  .p-shop-btn .btn-main {
    height: 3.75vw;
    border-width: 0.1388888889vw;
    border-radius: 1.875vw;
  }
  .p-shop-btn .btn-main span {
    font-size: 1.25vw;
  }
  .p-shop-btn .btn-main:after {
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1501px) {
  .shop {
    padding: 75px 0 60px 0;
  }
  .shop-heading {
    margin-bottom: 25px;
  }
  .shop-catch {
    margin-bottom: 10px;
    padding-bottom: 16px;
    width: 540px;
    height: 86px;
    font-size: 3rem;
  }
  .shop-catch span.mark {
    padding-left: 50px;
  }
  .shop-catch span.mark:before {
    width: 40px;
    height: 37px;
  }
  .shop-catch:before {
    top: -23px;
    left: -10px;
    width: 28px;
    height: 28px;
  }
  .shop-ttl {
    width: 642px;
  }
  .shop-post {
    gap: 20px;
  }
  .p-shop {
    padding-bottom: 80px;
    width: 310px;
    border-radius: 4px;
  }
  .p-shop-name {
    height: 40px;
    font-size: 2rem;
  }
  .p-shop-content {
    padding: 20px;
    font-size: 1.5rem;
  }
  .p-shop-tel {
    margin-top: 10px;
  }
  .p-shop-tel a {
    padding-left: 25px;
    font-size: 3.6rem;
  }
  .p-shop-tel a:before {
    width: 20px;
    height: 26px;
  }
  .p-shop-time {
    margin-top: 15px;
  }
  .p-shop-note {
    margin-top: 10px;
    padding: 13px 15px;
    border-radius: 4px;
  }
  .p-shop-note p {
    font-size: 1.4rem;
  }
  .p-shop-btn {
    bottom: 25px;
    width: 240px;
  }
  .p-shop-btn .btn-main {
    height: 54px;
    border-width: 2px;
    border-radius: 27px;
  }
  .p-shop-btn .btn-main span {
    font-size: 1.8rem;
  }
  .p-shop-btn .btn-main:after {
    right: 20px;
  }
}
/*  news --> common
-------------------------------------------------------------------------------*/
.news-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-news {
  width: 100%;
}

.p-news a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 0 3.3333333333vw 0;
  border-bottom-color: #d5d5d5;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.p-news-date {
  margin-bottom: 0.3em;
  color: #565656;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

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

@media screen and (min-width: 751px) {
  .p-news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .p-news-date {
    margin-bottom: 0;
    width: 8.3333333333vw;
    font-size: 1.0416666667vw;
  }
  .p-news-ttl {
    width: calc(100% - 9.7222222222vw);
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .p-news a {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
  .p-news-date {
    width: 120px;
    font-size: 1.5rem;
  }
  .p-news-ttl {
    width: calc(100% - 140px);
    font-size: 1.6rem;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
.p-event {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-event a {
  position: relative;
  display: block;
  padding: 2.6666666667vw;
  background-color: #ffffff;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.5333333333vw;
}

.p-event-image {
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-event-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 600/388;
}

.p-event-content {
  padding: 3.3333333333vw 2.6666666667vw 4vw 2.6666666667vw;
}

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

.p-event-summary {
  margin-top: 0.5em;
}
.p-event-summary p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
}

.p-event-end {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, 0.8);
  z-index: 1;
}
.p-event-end p {
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .p-event a {
    padding: 0.6944444444vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-event-image {
    border-radius: 0.2777777778vw;
  }
  .p-event-image img {
    aspect-ratio: 520/336;
  }
  .p-event a:hover .p-event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-event-content {
    padding: 1.7361111111vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
  }
  .p-event-ttl {
    font-size: 1.1111111111vw;
  }
  .p-event-summary p {
    font-size: 1.0416666667vw;
  }
  .p-event-end p {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1501px) {
  .p-event a {
    padding: 10px;
    border-width: 1px;
    border-radius: 4px;
  }
  .p-event-image {
    border-radius: 4px;
  }
  .p-event-content {
    padding: 25px 30px 15px 30px;
  }
  .p-event-date {
    font-size: 1.6rem;
  }
  .p-event-ttl {
    font-size: 1.6rem;
  }
  .p-event-summary p {
    font-size: 1.5rem;
  }
  .p-event-end p {
    font-size: 3.2rem;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
}

.p-blog {
  width: 100%;
}

.p-blog a {
  position: relative;
  display: block;
  padding: 4vw 3.3333333333vw 4.6666666667vw 3.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-blog a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #116cb0;
}

.p-blog-image {
  margin-bottom: 4vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-blog-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 520/360;
}

.p-blog-date {
  margin-bottom: 0.5em;
  color: #565656;
  font-size: 3.4666666667vw;
  line-height: 1em;
}

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

.p-blog-excerpt {
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top-color: #d5d5d5;
  border-top-style: dotted;
  border-top-width: 0.2666666667vw;
}
.p-blog-excerpt p {
  max-height: 4.5em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 751px) {
  .blog-post {
    gap: 2.0833333333vw;
  }
  .p-blog a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .p-blog a:before {
    height: 0.2777777778vw;
  }
  .p-blog-image {
    margin: 0;
    width: 13.8888888889vw;
    border-radius: 0.2777777778vw;
  }
  .p-blog-image img {
    aspect-ratio: 200/200;
  }
  .p-blog a:hover .p-blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-blog-content {
    width: calc(100% - 15.9722222222vw);
  }
  .p-blog-date {
    margin-bottom: 0.8em;
    font-size: 1.0416666667vw;
  }
  .p-blog-ttl {
    font-size: 1.1111111111vw;
  }
  .p-blog-excerpt {
    border-top-width: 0.0694444444vw;
  }
  .p-blog-excerpt p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .blog-post {
    gap: 30px;
  }
  .p-blog a {
    padding: 20px;
    border-radius: 4px;
  }
  .p-blog a:before {
    height: 4px;
  }
  .p-blog-image {
    width: 200px;
    border-radius: 4px;
  }
  .p-blog-content {
    width: calc(100% - 230px);
  }
  .p-blog-date {
    font-size: 1.5rem;
  }
  .p-blog-ttl {
    font-size: 1.6rem;
  }
  .p-blog-excerpt {
    border-top-width: 1px;
  }
  .p-blog-excerpt p {
    font-size: 1.5rem;
  }
}
/*  voice --> common
-------------------------------------------------------------------------------*/
.qre-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
}

.p-qre {
  width: 100%;
}

.p-qre a {
  position: relative;
  display: block;
  padding: 4vw 4vw 4.6666666667vw 4vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.p-qre-image {
  margin-bottom: 4.6666666667vw;
  border-color: #5fb071;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-qre-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 510/363;
}

.p-qre-name {
  margin-bottom: 0.8em;
  color: #5fb071;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

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

@media screen and (min-width: 751px) {
  .qre-post {
    gap: 2.0833333333vw;
  }
  .p-qre a {
    padding: 2.0833333333vw 2.0833333333vw 2.4305555556vw 2.0833333333vw;
    border-radius: 0.2777777778vw;
  }
  .p-qre-image {
    margin-bottom: 1.3888888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
  }
  .p-qre-image img {
    aspect-ratio: 500/353;
  }
  .p-qre a:hover .p-qre-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-qre-name {
    font-size: 1.3888888889vw;
  }
  .p-qre-ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1501px) {
  .qre-post {
    gap: 30px;
  }
  .p-qre a {
    padding: 30px 30px 35px 30px;
    border-radius: 4px;
  }
  .p-qre-image {
    margin-bottom: 20px;
    border-width: 2px;
    border-radius: 4px;
  }
  .p-qre-name {
    font-size: 2rem;
  }
  .p-qre-ttl {
    font-size: 1.6rem;
  }
}
/*  lineup --> common
-------------------------------------------------------------------------------*/
.lineup-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
}

.p-lineup {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-lineup a {
  display: block;
  padding: 5.3333333333vw 6vw 6.6666666667vw 6vw;
  background-color: #ffffff;
  border-radius: 3.2vw;
  -webkit-box-shadow: -1.2vw -1.0666666667vw 0px 0px rgba(150, 116, 90, 0.4);
          box-shadow: -1.2vw -1.0666666667vw 0px 0px rgba(150, 116, 90, 0.4);
}

.p-lineup-heading {
  position: absolute;
  top: -1.2vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.6666666667vw;
  height: 10.1333333333vw;
  background-size: contain;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.2em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.p-lineup-image {
  position: relative;
  margin-bottom: 4.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.p-lineup-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 560/376;
}

.p-lineup-discount {
  position: absolute;
  top: 6.6666666667vw;
  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-bottom: 0.5em;
  width: 16.9333333333vw;
  height: 16.9333333333vw;
  background-image: url(../img/lineup/frame.svg);
  background-size: contain;
}
.p-lineup-discount p {
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
.p-lineup-discount p span {
  display: inline-block;
  font-size: 8.2666666667vw;
  line-height: 1em;
}

.p-lineup-ttl {
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.35em;
}

.p-lineup-data {
  margin-top: 0.5em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.p-lineup-categories {
  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;
  gap: 1.8666666667vw;
  margin-top: 3.3333333333vw;
}

.p-lineup-categories > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25em;
  height: 8.5333333333vw;
  background-color: #00508e;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}
.p-lineup-categories > li span {
  display: inline-block;
  font-size: 2.2666666667vw;
  line-height: 1em;
}

.p-lineup-price {
  position: relative;
  margin-top: 4vw;
}

.p-lineup-maker-price {
  position: relative;
  margin-bottom: 2vw;
  color: #525252;
  font-size: 3.2vw;
  text-align: right;
  line-height: 1.5em;
}
.p-lineup-maker-price span.tax {
  font-size: 0.7em;
}

.p-lineup-price-box {
  position: relative;
  padding-left: 18vw;
}

.p-lineup-komikomi {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3em;
  width: 13.3333333333vw;
  height: 9.3333333333vw;
  background-color: #ff5400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-lineup-komikomi p {
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3em;
}
.p-lineup-komikomi:after {
  content: "";
  position: absolute;
  top: 0;
  left: 99.999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 0px 4.6666666667vw 2.6666666667vw;
  border-color: transparent transparent transparent #ff5400;
}

.p-lineup-tax-price {
  position: relative;
  color: #df1f00;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: right;
}
.p-lineup-tax-price span.num {
  position: relative;
  display: inline-block;
  margin-right: 0.1em;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 11.4666666667vw;
  font-weight: 700;
  line-height: 1em;
}
.p-lineup-tax-price:after {
  content: "（税込）";
  position: absolute;
  right: 0.5em;
  bottom: 2.5em;
  font-size: 2.1333333333vw;
}

.p-lineup-text {
  margin-top: 2.6666666667vw;
}
.p-lineup-text p {
  font-size: 3.6vw;
}

.p-lineup--popular .p-lineup-heading {
  background-image: url(../img/lineup/popular_sp.png);
}

.p-lineup--recommend .p-lineup-heading {
  background-image: url(../img/lineup/recommend_sp.png);
}

@media screen and (max-width: 750px) {
  .lineup-post {
    margin-left: auto;
    margin-right: auto;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-post {
    gap: 3.4722222222vw;
  }
  .p-lineup a {
    padding: 2.7777777778vw;
    border-radius: 1.6666666667vw;
    -webkit-box-shadow: -0.4166666667vw -0.3472222222vw 0px 0px rgba(150, 116, 90, 0.4);
            box-shadow: -0.4166666667vw -0.3472222222vw 0px 0px rgba(150, 116, 90, 0.4);
  }
  .p-lineup a:hover .p-lineup-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-lineup-heading {
    top: -0.5555555556vw;
    width: 22.0833333333vw;
    height: 4.7222222222vw;
    font-size: 2.6388888889vw;
  }
  .p-lineup-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 1.3888888889vw;
  }
  .p-lineup-discount {
    top: 3.4722222222vw;
    right: 1.3888888889vw;
    width: 8.75vw;
    height: 8.75vw;
  }
  .p-lineup-discount p {
    font-size: 2.5vw;
  }
  .p-lineup-discount p span {
    font-size: 4.3055555556vw;
  }
  .p-lineup-ttl {
    font-size: 2.9166666667vw;
  }
  .p-lineup-data {
    font-size: 1.5277777778vw;
  }
  .p-lineup-categories {
    gap: 0.9722222222vw;
    margin-top: 2.0833333333vw;
  }
  .p-lineup-categories > li {
    height: 4.1666666667vw;
    border-radius: 0.2777777778vw;
    font-size: 1.3888888889vw;
  }
  .p-lineup-categories > li span {
    font-size: 0.9027777778vw;
  }
  .p-lineup-price {
    margin-top: 1.3888888889vw;
  }
  .p-lineup-maker-price {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .p-lineup-price-box {
    padding-left: 9.375vw;
  }
  .p-lineup-komikomi {
    margin-top: 0.5em;
    width: 6.9444444444vw;
    height: 4.8611111111vw;
  }
  .p-lineup-komikomi p {
    font-size: 1.5277777778vw;
  }
  .p-lineup-komikomi:after {
    border-width: 2.4305555556vw 0px 2.4305555556vw 1.3888888889vw;
  }
  .p-lineup-tax-price {
    font-size: 2.2222222222vw;
  }
  .p-lineup-tax-price span.num {
    font-size: 5.9722222222vw;
  }
  .p-lineup-tax-price:after {
    right: 0.9em;
    bottom: 2.5em;
    font-size: 1.1111111111vw;
  }
  .p-lineup-text {
    margin-top: 1.3888888889vw;
  }
  .p-lineup-text p {
    font-size: 1.1111111111vw;
  }
  .p-lineup--popular .p-lineup-heading {
    background-image: url(../img/lineup/popular.png);
    background-image: image-set(url(../img/lineup/popular.png) 1x, url(../img/lineup/popular-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/lineup/popular.png) 1x, url(../img/lineup/popular-2x.png) 2x);
  }
  .p-lineup--recommend .p-lineup-heading {
    background-image: url(../img/lineup/recommend.png);
    background-image: image-set(url(../img/lineup/recommend.png) 1x, url(../img/lineup/recommend-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/lineup/recommend.png) 1x, url(../img/lineup/recommend-2x.png) 2x);
  }
}
@media screen and (min-width: 1501px) {
  .lineup-post {
    gap: 50px;
  }
  .p-lineup a {
    padding: 40px;
    border-radius: 24px;
    -webkit-box-shadow: -6px -5px 0px 0px rgba(150, 116, 90, 0.4);
            box-shadow: -6px -5px 0px 0px rgba(150, 116, 90, 0.4);
  }
  .p-lineup-heading {
    top: -8px;
    width: 318px;
    height: 68px;
    font-size: 3.8rem;
  }
  .p-lineup-image {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .p-lineup-discount {
    top: 50px;
    right: 20px;
    width: 126px;
    height: 126px;
  }
  .p-lineup-discount p {
    font-size: 3.4rem;
  }
  .p-lineup-discount p span {
    font-size: 6.2rem;
  }
  .p-lineup-ttl {
    font-size: 4.2rem;
  }
  .p-lineup-data {
    font-size: 2.2rem;
  }
  .p-lineup-categories {
    gap: 14px;
    margin-top: 30px;
  }
  .p-lineup-categories > li {
    height: 60px;
    border-radius: 4px;
    font-size: 2rem;
  }
  .p-lineup-categories > li span {
    font-size: 1.3rem;
  }
  .p-lineup-price {
    margin-top: 20px;
  }
  .p-lineup-maker-price {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-lineup-price-box {
    padding-left: 135px;
  }
  .p-lineup-komikomi {
    width: 100px;
    height: 70px;
  }
  .p-lineup-komikomi p {
    font-size: 2.2rem;
  }
  .p-lineup-komikomi:after {
    border-width: 35px 0px 35px 20px;
  }
  .p-lineup-tax-price {
    font-size: 3.2rem;
  }
  .p-lineup-tax-price span.num {
    font-size: 8.6rem;
  }
  .p-lineup-tax-price:after {
    font-size: 1.6rem;
  }
  .p-lineup-text {
    margin-top: 20px;
  }
  .p-lineup-text p {
    font-size: 1.6rem;
  }
}
/*  reform --> common
-------------------------------------------------------------------------------*/
.reform-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14.6666666667vw;
  margin-top: 14.6666666667vw;
}

.p-reform {
  position: relative;
  width: 100%;
}

.p-reform > a {
  display: block;
}

.p-reform-box {
  position: relative;
  display: block;
  padding: 5.3333333333vw 6vw 6.6666666667vw 6vw;
  background-color: #ffffff;
  border-radius: 0 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  -webkit-box-shadow: -1.2vw -1.0666666667vw 0px 0px #bcc1bd;
          box-shadow: -1.2vw -1.0666666667vw 0px 0px #bcc1bd;
  cursor: pointer;
}

.p-reform-heading {
  position: absolute;
  top: -9.3333333333vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.6666666667vw;
  width: 57.8666666667vw;
  height: 9.3333333333vw;
  background-image: url(../img/reform/label_sp.svg);
  background-size: contain;
  z-index: 2;
}

.p-reform-ttl {
  position: relative;
  padding: 0 0 1.3333333333vw 7.6vw;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.2em;
}
.p-reform-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-reform-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.p-reform-price {
  position: relative;
  margin-top: 2.6666666667vw;
  padding-left: 18vw;
}

.p-reform-komikomi {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3em;
  width: 13.3333333333vw;
  height: 9.3333333333vw;
  background-color: #ff5400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-reform-komikomi p {
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3em;
}
.p-reform-komikomi:after {
  content: "";
  position: absolute;
  top: 0;
  left: 99.999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 0px 4.6666666667vw 2.6666666667vw;
  border-color: transparent transparent transparent #ff5400;
}

.p-reform-tax-price {
  position: relative;
  color: #df1f00;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: right;
}
.p-reform-tax-price span.num {
  position: relative;
  display: inline-block;
  margin-right: 0.1em;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 11.4666666667vw;
  font-weight: 700;
  line-height: 1em;
}
.p-reform-tax-price:after {
  content: "（税込）";
  position: absolute;
  right: 0.5em;
  bottom: 2.5em;
  font-size: 2.1333333333vw;
}

.p-reform-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw;
  margin: 4.6666666667vw auto 0 auto;
  width: 69.3333333333vw;
}

.p-reform-btn a {
  width: 100%;
}

.p-reform--water-heater .p-reform-ttl:before {
  background-image: url(../img/reform/water-heater.svg);
}

.p-reform--toilet .p-reform-ttl:before {
  background-image: url(../img/reform/toilet.svg);
}

.p-reform--bathroom .p-reform-ttl:before {
  background-image: url(../img/reform/bathroom.svg);
}

.p-reform--kitchen .p-reform-ttl:before {
  background-image: url(../img/reform/kitchen.png);
}

.p-reform--windows-doors .p-reform-ttl:before {
  background-image: url(../img/reform/windows-doors.svg);
}

.p-reform--other-equipment .p-reform-ttl:before {
  background-image: url(../img/reform/other-equipment.png);
}

@media screen and (max-width: 750px) {
  .reform-post {
    margin-left: auto;
    margin-right: auto;
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .reform-post {
    gap: 7.9861111111vw;
    margin-top: 7.6388888889vw;
  }
  .p-reform-box {
    padding: 2.7777777778vw 2.7777777778vw 2.0833333333vw 2.7777777778vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 1.3888888889vw;
    -webkit-box-shadow: -0.4166666667vw -0.3472222222vw 0px 0px #bcc1bd;
            box-shadow: -0.4166666667vw -0.3472222222vw 0px 0px #bcc1bd;
  }
  .p-reform-heading {
    top: -4.4444444444vw;
    padding: 0 1.3888888889vw 0.2777777778vw 1.3888888889vw;
    width: 23.8888888889vw;
    height: 4.4444444444vw;
    background-image: url(../img/reform/label.svg);
  }
  .p-reform-ttl {
    padding: 0 0 0.1388888889vw 3.125vw;
    font-size: 1.9444444444vw;
  }
  .p-reform-ttl:before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .p-reform-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 1.3888888889vw;
  }
  .p-reform > a:hover .p-reform-image .img--scale img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-reform-price {
    margin-top: 1.3888888889vw;
    padding-left: 9.375vw;
  }
  .p-reform-komikomi {
    margin-top: 0.5em;
    width: 6.9444444444vw;
    height: 4.8611111111vw;
  }
  .p-reform-komikomi p {
    font-size: 1.5277777778vw;
  }
  .p-reform-komikomi:after {
    border-width: 2.4305555556vw 0px 2.4305555556vw 1.3888888889vw;
  }
  .p-reform-tax-price {
    font-size: 2.2222222222vw;
  }
  .p-reform-tax-price span.num {
    font-size: 5.9722222222vw;
  }
  .p-reform-tax-price:after {
    right: 0.9em;
    bottom: 2.5em;
    font-size: 1.1111111111vw;
  }
  .p-reform-btn {
    gap: 1.25vw;
    margin: 1.7361111111vw auto 0 auto;
    width: 30.4166666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .reform-post {
    gap: 115px;
    margin-top: 110px;
  }
  .p-reform-box {
    padding: 40px 40px 30px 40px;
    border-radius: 0 20px 20px 20px;
    -webkit-box-shadow: -6px -5px 0px 0px #bcc1bd;
            box-shadow: -6px -5px 0px 0px #bcc1bd;
  }
  .p-reform-heading {
    top: -64px;
    padding: 0 20px 4px 20px;
    width: 344px;
    height: 64px;
  }
  .p-reform-ttl {
    font-size: 2.8rem;
    padding: 0 0 2px 45px;
  }
  .p-reform-ttl:before {
    width: 36px;
    height: 36px;
  }
  .p-reform-image {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .p-reform-price {
    margin-top: 20px;
    padding-left: 135px;
  }
  .p-reform-komikomi {
    width: 100px;
    height: 70px;
  }
  .p-reform-komikomi p {
    font-size: 2.2rem;
  }
  .p-reform-komikomi:after {
    border-width: 35px 0px 35px 20px;
  }
  .p-reform-tax-price {
    font-size: 3.2rem;
  }
  .p-reform-tax-price span.num {
    font-size: 8.6rem;
  }
  .p-reform-tax-price:after {
    font-size: 1.6rem;
  }
  .p-reform-btn {
    gap: 18px;
    margin: 25px auto 0 auto;
    width: 438px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
.p-works {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-works a {
  position: relative;
  display: block;
  padding: 2.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.p-works-image {
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-works-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 600/388;
}

.p-works-content {
  padding: 3.3333333333vw 2.6666666667vw 0 2.6666666667vw;
}

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

.p-works-client {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
  border-top-color: #d5d5d5;
  border-top-style: dashed;
  border-top-width: 0.2666666667vw;
  height: 12vw;
  font-size: 3.4666666667vw;
  line-height: 12vw;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

@media screen and (min-width: 751px) {
  .p-works a {
    padding: 0.6944444444vw;
    border-radius: 0.2777777778vw;
  }
  .p-works-image {
    border-radius: 0.2777777778vw;
  }
  .p-works-image img {
    aspect-ratio: 520/336;
  }
  .p-works a:hover .p-works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-works-content {
    padding: 1.0416666667vw 2.0833333333vw 0 2.0833333333vw;
  }
  .p-works-ttl {
    font-size: 1.1111111111vw;
  }
  .p-works-client {
    margin-top: 0.6944444444vw;
    border-top-width: 0.0694444444vw;
    height: 4.1666666667vw;
    font-size: 1.0416666667vw;
    line-height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1501px) {
  .p-works a {
    padding: 10px 10px 0 10px;
    border-radius: 4px;
  }
  .p-works-image {
    border-radius: 4px;
  }
  .p-works-content {
    padding: 15px 30px 0 30px;
  }
  .p-works-ttl {
    font-size: 1.6rem;
  }
  .p-works-client {
    margin-top: 10px;
    border-top-width: 1px;
    height: 60px;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
/* ------------------------------------------- slide - */
.works-slide {
  position: relative;
}

.works-slide .p-works {
  left: 3.6666666667vw;
  margin-right: 7.3333333333vw;
  width: 85.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .works-slide .p-works {
    left: 3.4722222222vw;
    margin-right: 6.9444444444vw;
    width: 37.5vw;
  }
}
@media screen and (min-width: 1501px) {
  .works-slide .p-works {
    left: 50px;
    margin-right: 100px;
    width: 540px;
  }
}