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

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

img {
  border-style: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .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.3s;
          transition-duration: 0.3s;
}

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

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

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

.youtube iframe {
  border: none;
}

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

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

.header-label {
  margin-bottom: 0.5em;
  font-size: 1.8666666667vw;
  font-weight: 500;
  line-height: 1.15em;
  letter-spacing: 0;
}

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

.header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9.7333333333vw;
  width: 100%;
  height: 7.4666666667vw;
}
.header-logo a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-image: url(../img/common/mark-c.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-youtube {
  position: absolute;
  top: 0;
  right: 16vw;
  width: 16vw;
  height: 14.6666666667vw;
  z-index: 6666;
}

.header-youtube a {
  position: relative;
  display: block;
  padding-top: 10.1333333333vw;
  width: 100%;
  height: 14.6666666667vw;
  background-color: #302e2e;
  color: #fcfcfc;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.header-youtube a:before {
  content: "";
  position: absolute;
  top: 2.9333333333vw;
  left: 50%;
  display: inline-block;
  width: 7.7333333333vw;
  height: 5.4666666667vw;
  background-image: url(../img/common/youtube.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .header.is-open .header-top {
    display: none;
  }
  .header-line {
    display: none;
  }
  .header-pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 13.1944444444vw;
  }
  .header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20.4861111111vw 0 1.7361111111vw;
    width: auto;
    height: 7.2916666667vw;
  }
  .header-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    z-index: -1;
  }
  .header-label {
    margin-bottom: 0.8em;
    font-size: 0.8333333333vw;
  }
  .header-logo {
    width: 18.0555555556vw;
  }
  .header-logo a {
    padding-left: 3.6805555556vw;
    height: 2.9166666667vw;
  }
  .header-logo a:before {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
  .header-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-pc > div:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .header-tel-label {
    margin-bottom: 0.5em;
    color: #12a73b;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.15em;
    letter-spacing: 0;
  }
  .header-num {
    position: relative;
    padding-left: 2.9166666667vw;
    color: #12a73b;
    font-family: "Anton", sans-serif;
    font-size: 2.2222222222vw;
    letter-spacing: 0.05em;
  }
  .header-num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 2.5694444444vw;
    height: 1.5277777778vw;
    background-image: url(../img/common/freedial.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-time {
    margin-top: 0.3em;
    font-size: 0.8333333333vw;
    font-weight: 500;
    line-height: 1.15em;
    letter-spacing: 0.1em;
  }
  .header-movie {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em 1em;
    background-color: #ff0000;
    border-radius: 0.3472222222vw;
    color: #fcfcfc;
    font-size: 0.9722222222vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.35em;
    letter-spacing: 0;
  }
  .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.2638888889vw 1em 0.3472222222vw 1em;
    height: 4.5138888889vw;
    font-size: 0.8333333333vw;
    font-weight: 500;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .header-btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header-btn--youtube:before {
    top: 0.6944444444vw;
    width: 2.7777777778vw;
    height: 1.9444444444vw;
    background-image: url(../img/common/youtube.svg);
  }
  .header-btn--contact:before {
    top: 0.7638888889vw;
    width: 2.5694444444vw;
    height: 1.7361111111vw;
    background-image: url(../img/common/mail-og.svg);
  }
  .header-btn a:hover {
    opacity: 0.8;
  }
  .header-btn a:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .header-youtube {
    display: none;
  }
  .header-line {
    position: absolute;
    top: 0;
    right: 6.25vw;
    width: 13.1944444444vw;
    z-index: 6666;
  }
  .header-line a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3.9583333333vw;
    width: 100%;
    height: 5.5555555556vw;
    background-color: #53c819;
    color: #fcfcfc;
    font-size: 1.25vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    overflow: hidden;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .header-line a:before {
    content: "";
    position: absolute;
    top: 0.2083333333vw;
    left: 0.4166666667vw;
    display: inline-block;
    width: 4.0277777778vw;
    height: 6.5972222222vw;
    background-image: url(../img/header/screen.webp);
    background-image: image-set(url(../img/header/screen.webp) 1x, url(../img/header/screen-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/header/screen.webp) 1x, url(../img/header/screen-2x.webp) 2x);
    background-size: contain;
  }
  .header-line a:hover {
    background-color: #fcfbf0;
    color: #53c819;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 190px;
  }
  .header-top {
    padding: 0 295px 0 25px;
    height: 105px;
  }
  .header-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-logo {
    width: 260px;
  }
  .header-logo a {
    padding-left: 53px;
    height: 42px;
  }
  .header-logo a:before {
    width: 42px;
    height: 42px;
  }
  .header-pc > div:nth-child(n+2) {
    margin-left: 20px;
  }
  .header-tel-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-num {
    padding-left: 42px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header-num:before {
    width: 37px;
    height: 22px;
  }
  .header-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-movie {
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-btn a {
    padding: 47px 1em 5px 1em;
    height: 65px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-btn--youtube:before {
    top: 10px;
    width: 40px;
    height: 28px;
  }
  .header-btn--contact:before {
    top: 11px;
    width: 37px;
    height: 25px;
  }
  .header-btn a:nth-child(n+2) {
    margin-left: 10px;
  }
  .header-line {
    right: 90px;
    width: 190px;
  }
  .header-line a {
    padding-left: 57px;
    height: 80px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-line a:before {
    top: 3px;
    left: 6px;
    width: 58px;
    height: 95px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 24vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 13.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 190px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin: 13.3333333333vw 0 18.1333333333vw 0;
  background-color: #fcfcfc;
  text-align: left;
}
.footer:before {
  content: "";
  position: absolute;
  top: -19.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 100vw;
  height: 28vw;
  background-image: url(../img/footer/deco_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
  }
  .footer:before {
    top: -3.4722222222vw;
    width: 20.2777777778vw;
    height: 5.6944444444vw;
    background-image: url(../img/footer/deco.svg);
  }
}
@media screen and (min-width: 1441px) {
  .footer:before {
    top: -50px;
    width: 292px;
    height: 82px;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  margin-bottom: 46.6666666667vw;
  padding: 2.6666666667vw 0 6.6666666667vw 0;
  background-color: #302e2e;
}

.footer-info {
  text-align: center;
}

.footer-label {
  margin-bottom: 1.2em;
  color: #fcfcfc;
  font-size: 3.7333333333vw;
  line-height: 1.25em;
  letter-spacing: 0;
}

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

.footer-logo a {
  position: relative;
  display: block;
  padding-left: 12.6666666667vw;
}
.footer-logo a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 9.6vw;
  height: 10.4vw;
  background-image: url(../img/common/mark-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-add {
  margin-top: 1.5em;
  color: #fcfcfc;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
}

.footer-notes {
  margin-top: 1em;
  padding-left: 1em;
  color: #fcfcfc;
  font-size: 3.2vw;
  text-indent: -1em;
  line-height: 1.25em;
}
.footer-notes:before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .footer-top {
    position: relative;
    margin-bottom: 46.6666666667vw;
    padding: 2.6666666667vw 0 5.3333333333vw 0;
    background-color: #302e2e;
  }
  .footer-top:before, .footer-top:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .footer-top:before {
    bottom: -50.6666666667vw;
    right: 0;
    width: 99.7333333333vw;
    height: 32.9333333333vw;
    background-image: url(../img/footer/fence_sp.svg);
  }
  .footer-top:after {
    bottom: -46vw;
    left: 50%;
    width: 41.8666666667vw;
    height: 49.0666666667vw;
    background-image: url(../img/footer/staff_sp.png);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .footer-top {
    margin-bottom: 0;
    padding: 3.4722222222vw 0 2.0833333333vw 0;
  }
  .footer .navi:before, .footer .navi:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .footer .navi:before {
    top: -13.5416666667vw;
    right: -23.9583333333vw;
    bottom: auto;
    width: 28.9583333333vw;
    height: 9.9305555556vw;
    background-image: url(../img/footer/fence.svg);
  }
  .footer .navi:after {
    top: -16.3194444444vw;
    right: -20.1388888889vw;
    bottom: auto;
    width: 13.5416666667vw;
    height: 15.7638888889vw;
    background-image: url(../img/footer/staff.png);
    background-image: image-set(url(../img/footer/staff.png) 1x, url(../img/footer/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/footer/staff.png) 1x, url(../img/footer/staff-2x.png) 2x);
  }
  .footer-info {
    margin-top: 2.4305555556vw;
  }
  .footer-label {
    font-size: 0.9722222222vw;
  }
  .footer-logo {
    margin: 0 auto 0.6944444444vw auto;
    width: 17.0833333333vw;
  }
  .footer-logo a {
    padding-left: 3.4722222222vw;
  }
  .footer-logo a:before {
    width: 2.9166666667vw;
    height: 3.125vw;
  }
  .footer-add {
    font-size: 0.9027777778vw;
  }
  .footer-notes {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    padding: 50px 0 30px 0;
  }
  .footer .navi:before {
    top: -195px;
    right: -345px;
    width: 417px;
    height: 143px;
  }
  .footer .navi:after {
    top: -235px;
    right: -290px;
    width: 195px;
    height: 227px;
  }
  .footer-info {
    margin-top: 35px;
  }
  .footer-label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-logo {
    margin-bottom: 10px;
    width: 246px;
  }
  .footer-logo a {
    padding-left: 50px;
  }
  .footer-logo a:before {
    width: 42px;
    height: 45px;
  }
  .footer-add {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer-notes {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  padding: 6vw 0;
}

.footer-bottom .sns {
  margin-bottom: 6vw;
}

.footer-copy {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 83.3333333333vw;
    height: 5.5555555556vw;
  }
  .footer-bottom .subnavi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-bottom .sns {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer-copy {
    margin-top: 0;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    width: 1200px;
    height: 80px;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  drawer
-------------------------------------------------------*/
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  background-color: #302e2e;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  transition: visibility 0.3s;
  z-index: 8888;
}

.drawer.is-open {
  width: 92vw;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 1;
  visibility: visible;
}
.drawer.is-open:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 46, 0.8);
}

.drawer-scroll {
  position: relative;
  padding: 18vw 0 8vw 0;
  height: 100%;
}

.drawer-in {
  position: relative;
  margin: 0 auto;
  width: 87.4666666667vw;
}

.drawer-logo {
  position: relative;
  margin: 0 auto 2.6666666667vw auto;
  padding-left: 11.3333333333vw;
  width: calc((50.4vw) + (11.3333333333vw));
}
.drawer-logo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 9.6vw;
  height: 9.6vw;
  background-image: url(../img/common/mark-wh.svg);
  background-size: contain;
}

.drawer-desc {
  margin: 0 auto;
  width: 84vw;
  color: #fcfcfc;
}
.drawer-desc p {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5em;
}

.drawer-box {
  position: relative;
}

@media all and (max-width: 750px) {
  .drawer-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
  }
  .drawer-logo:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .drawer .inquiry-line .inquiry-desc {
    margin-top: 3.3333333333vw;
  }
  .drawer-box {
    margin-top: 10vw;
    padding: 0.6666666667vw 1.3333333333vw 6vw 1.3333333333vw;
    background-color: #fcfcfc;
    border-radius: 2.6666666667vw;
  }
  .drawer-bottom {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .drawer {
    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: rgba(48, 46, 46, 0.9);
  }
  .drawer.is-open {
    width: 100%;
  }
  .drawer-scroll {
    padding: 0;
    height: auto;
  }
  .drawer-in {
    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;
    width: 84.7222222222vw;
  }
  .drawer-logo {
    top: -4.8611111111vw;
    margin: 0;
    padding: 8.2638888889vw 0 0 0;
    width: 11.1111111111vw;
    height: 9.7222222222vw;
  }
  .drawer-logo:before {
    top: 0;
    left: 50%;
    width: 6.25vw;
    height: 6.25vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .drawer-desc {
    display: none;
  }
  .drawer-content {
    width: 68.75vw;
  }
  .drawer-box {
    margin-bottom: 3.4722222222vw;
  }
  .drawer-box .inquiry-label,
  .drawer-box .inquiry-tel-label,
  .drawer-box .inquiry-movie {
    display: none;
  }
  .drawer-box .inquiry-line {
    margin-left: 2.4305555556vw;
    width: 23.6111111111vw;
  }
  .drawer-box .inquiry-line .inquiry-desc {
    display: none;
  }
  .drawer-box .inquiry-mail {
    margin-left: 1.0416666667vw;
    width: 15.9722222222vw;
  }
  .drawer-bottom {
    position: absolute;
    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-left: 2.7777777778vw;
    width: 100%;
  }
  .drawer-bottom .subnavi a {
    color: #fcfcfc;
  }
  .drawer-bottom .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26.3888888889vw;
    height: 4.8611111111vw;
    background-color: #fcfcfc;
    border-radius: 2.0833333333vw 0 0 0;
  }
}
@media all and (min-width: 1441px) {
  .drawer-in {
    width: 1220px;
  }
  .drawer-logo {
    top: -70px;
    padding-top: 119px;
    width: 160px;
    height: 140px;
  }
  .drawer-logo:before {
    width: 90px;
    height: 90px;
  }
  .drawer-content {
    width: 990px;
  }
  .drawer-box {
    margin-bottom: 50px;
  }
  .drawer-box .inquiry-line {
    margin-left: 35px;
    width: 340px;
  }
  .drawer-box .inquiry-mail {
    margin-left: 15px;
    width: 230px;
  }
  .drawer-bottom {
    padding-left: 40px;
  }
  .drawer-bottom .sns {
    width: 380px;
    height: 70px;
    border-radius: 30px 0 0 0;
  }
}
/* ------------------------------------------- drawer-navi - */
.drawer-navi-menu {
  position: relative;
}

.drawer-navi-menu:hover {
  cursor: pointer;
}

/* ------------------------------------------- drawer-navi (SP) - */
@media screen and (max-width: 750px) {
  .drawer-navi {
    margin-top: 4vw;
  }
  .drawer-navi > li {
    border-bottom: 0.4vw solid #4f4b4b;
  }
  .drawer-navi > li > div {
    position: relative;
  }
  .drawer-navi > li > div.drawer-navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.3333333333vw;
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    background-image: url(../img/header/plus.webp);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .drawer-navi > li > div.drawer-navi-parent:nth-child(1).is-open:after {
    background-image: url(../img/header/minus.webp);
  }
  .drawer-navi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 13.3333333333vw 0 4vw;
    width: 100%;
    height: 13.3333333333vw;
  }
  .drawer-navi-menu > span {
    position: relative;
    display: block;
    color: #fcfcfc;
    font-size: 4.2666666667vw;
    font-weight: 500;
    white-space: nowrap;
  }
  .drawer-navi--home .drawer-navi-menu > span {
    padding-left: 9.3333333333vw;
  }
  .drawer-navi--home .drawer-navi-menu > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 4.6666666667vw;
    height: 4.1333333333vw;
    background-image: url(../img/header/home-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .drawer-navi > li > div:not(.drawer-navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .drawer-navi-submenu {
    display: none;
    position: relative;
    margin-left: -2.2666666667vw;
    width: 92vw;
    background-color: #ffffff;
  }
  .drawer-navi-submenu-list a {
    position: relative;
    padding: 0 8.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.3333333333vw;
    border-bottom: 0.4vw dashed #cccccc;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.15em;
  }
  .drawer-navi-external span {
    display: inline-block;
    padding-right: 5.3333333333vw;
  }
  .drawer-navi-external span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: 0.05em;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-image: url(../img/common/external-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .drawer-navi {
    display: none;
  }
}
/*  bar
-------------------------------------------------------*/
.bar {
  position: relative;
}

.bar 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: 9.3333333333vw;
  background-color: #302e2e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bar a p {
  position: relative;
  padding: 0 6vw 0 10vw;
  display: inline-block;
  color: #fcfcfc;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.bar a p:before, .bar a p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bar a p:before {
  left: 0;
  margin-top: 0.1em;
  width: 7.6vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/youtube.svg);
}
.bar a p:after {
  right: 0;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/external-wh.svg);
}
.bar a p span {
  position: relative;
  padding-bottom: 0.2em;
}
.bar a p span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 0.25em);
  height: 1px;
  background-color: #fcfcfc;
}

@media screen and (min-width: 751px) {
  .bar a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.6944444444vw;
    padding-bottom: 0.2em;
    height: 3.125vw;
    background-color: #302e2e;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .bar a p {
    position: relative;
    padding: 0 1.5277777778vw 0 3.125vw;
    display: inline-block;
    color: #fcfcfc;
    font-size: 1.1111111111vw;
    font-weight: 500;
  }
  .bar a p:before, .bar a p:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bar a p:before {
    left: 0;
    margin-top: 0.1em;
    width: 2.1527777778vw;
    height: 1.5277777778vw;
    background-image: url(../img/common/youtube.svg);
  }
  .bar a p:after {
    right: 0;
    width: 1.1805555556vw;
    height: 1.1805555556vw;
    background-image: url(../img/common/external-wh.svg);
  }
  .bar a p span {
    position: relative;
    padding-bottom: 0.2em;
  }
  .bar a p span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 0.25em);
    height: 1px;
    background-color: #fcfcfc;
  }
  .bar a:hover {
    background-color: #ec5600;
  }
}
@media screen and (min-width: 1441px) {
  .bar a {
    margin-top: 10px;
    height: 45px;
  }
  .bar a p {
    padding: 0 22px 0 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .bar a p:before {
    width: 31px;
    height: 22px;
  }
  .bar a p:after {
    width: 17px;
    height: 17px;
  }
}
/*  sns
-------------------------------------------------------*/
.sns > p {
  color: #ec5600;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
}

.sns-list {
  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: 4.6666666667vw;
}

.sns-list a {
  display: block;
  width: 10.6666666667vw;
}

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

@media screen and (min-width: 751px) {
  .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns > p {
    font-size: 1.25vw;
    text-align: left;
  }
  .sns-list {
    margin: 0 0 0 2.4305555556vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sns-list a {
    width: 2.7777777778vw;
  }
  .sns-list a:nth-child(n+2) {
    margin-left: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sns > p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sns-list {
    margin-left: 35px;
  }
  .sns-list a {
    width: 40px;
  }
  .sns-list a:nth-child(n+2) {
    margin-left: 35px;
  }
}
/*  subnavi
-------------------------------------------------------*/
.subnavi {
  display: none;
}

@media screen and (min-width: 751px) {
  .subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subnavi a {
    position: relative;
    display: inline-block;
    font-size: 0.9722222222vw;
    font-weight: 500;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .subnavi a:hover {
    color: #ec5600;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 1.5em;
  }
  .subnavi-external {
    padding: 0.5em 1.3888888889vw 0.5em 0 !important;
  }
  .subnavi-external:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.7638888889vw;
    height: 0.7638888889vw;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
  .subnavi-external:hover:after {
    background-image: url(../img/common/external-og.svg) !important;
  }
  .header .subnavi-external:after {
    background-image: url(../img/common/external-wh.svg);
  }
  .footer .subnavi-external:after {
    background-image: url(../img/common/external-bk.svg);
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .subnavi-external {
    padding: 0.5em 20px 0.5em 0 !important;
  }
  .subnavi-external:after {
    width: 11px;
    height: 11px;
  }
}
/*  toggle
-------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 14.6666666667vw;
  background-color: #ec5600;
  z-index: 8888;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 1.7333333333vw;
  color: #fcfcfc;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    width: 6.25vw;
    height: 5.5555555556vw;
  }
  .header.is-open .toggle {
    background: none;
  }
  .toggle span {
    width: 3.2638888889vw;
    height: 0.2777777778vw;
  }
  .toggle span:nth-of-type(1) {
    top: 0.9722222222vw;
  }
  .toggle span:nth-of-type(2) {
    top: 1.9444444444vw;
  }
  .toggle span:nth-of-type(3) {
    top: 2.9166666667vw;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 1.9444444444vw;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 1.9444444444vw;
  }
  .toggle-text {
    bottom: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 751px) {
  .toggle {
    width: 6.25vw;
    height: 5.5555555556vw;
  }
  .toggle span {
    width: 3.2638888889vw;
    height: 0.2777777778vw;
  }
  .toggle span:nth-of-type(1) {
    top: 0.9722222222vw;
  }
  .toggle span:nth-of-type(2) {
    top: 1.9444444444vw;
  }
  .toggle span:nth-of-type(3) {
    top: 2.9166666667vw;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 1.9444444444vw;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 1.9444444444vw;
  }
  .toggle-text {
    bottom: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .toggle {
    width: 90px;
    height: 80px;
  }
  .toggle span {
    width: 47px;
    height: 4px;
  }
  .toggle span:nth-of-type(1) {
    top: 14px;
  }
  .toggle span:nth-of-type(2) {
    top: 28px;
  }
  .toggle span:nth-of-type(3) {
    top: 42px;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 28px;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 28px;
  }
  .toggle-text {
    bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  gnavi
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .gnavi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .gnavi {
    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: 2.0833333333vw;
  }
  .gnavi > li {
    position: relative;
    display: block;
  }
  .gnavi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.1388888889vw;
    height: 100%;
    background-color: #e2e2e2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi > li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.1388888889vw;
    height: 100%;
    background-color: #e2e2e2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.0833333333vw;
  }
  .gnavi-menu:hover {
    cursor: pointer;
  }
  .gnavi > li:hover .gnavi-menu {
    color: #ec5600;
  }
  .gnavi > li:hover .gnavi-menu:before {
    opacity: 1;
    visibility: visible;
  }
  .gnavi-parent {
    position: relative;
  }
  .gnavi-menu > span {
    position: relative;
    top: -0.1em;
    display: inline-block;
    padding: 0 4.1666666667vw;
    font-size: 1.1111111111vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-menu span:hover {
    color: #ec5600;
  }
  .gnavi > li:nth-child(1) .gnavi-menu > span {
    width: 6.25vw;
  }
  .gnavi > li:nth-child(1) .gnavi-menu > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 1.9444444444vw;
    height: 1.7361111111vw;
    background-image: url(../img/common/home-og.svg);
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .gnavi > li:nth-child(1) .gnavi-menu > span:hover:before {
    opacity: 0.7;
  }
  .gnavi-parent .gnavi-menu > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3888888889vw;
    display: inline-block;
    width: 0.6944444444vw;
    height: 0.4166666667vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.2777777778vw;
    height: auto;
    background-color: #ec5600;
    border-radius: 0.6944444444vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .gnavi > li:hover .gnavi-submenu {
    display: block !important;
  }
  .gnavi-submenu-list {
    width: 100%;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: block;
    padding: 0.7em 0.5em;
    font-size: 0.9722222222vw;
    border-bottom: 1px solid #fcfbf0;
    color: #fcfcfc;
    font-weight: 700;
    text-align: left;
    line-height: 1.6em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-submenu-list a:last-child {
    border-bottom: none;
  }
  .gnavi-submenu-list a:hover {
    color: #302e2e;
  }
  .gnavi-submenu-list-menu {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    height: 30px;
  }
  .gnavi > li:before {
    width: 2px;
  }
  .gnavi > li:last-child::after {
    width: 2px;
  }
  .gnavi-menu {
    height: 30px;
  }
  .gnavi-menu > span {
    padding: 0 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .gnavi > li:nth-child(1) .gnavi-menu > span {
    width: 90px;
  }
  .gnavi > li:nth-child(1) .gnavi-menu > span:before {
    width: 28px;
    height: 25px;
  }
  .gnavi-parent .gnavi-menu > span:after {
    right: 20px;
    width: 10px;
    height: 6px;
  }
  .gnavi-submenu {
    padding: 5px 10px;
    width: 220px;
    border-radius: 10px;
  }
  .gnavi-submenu-list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  navi
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 52.7777777778vw;
  }
  .navi ul {
    position: relative;
    padding-left: 1.875vw;
  }
  .navi ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1388888889vw;
    height: 100%;
    background-color: #474444;
  }
  .navi ul > li a {
    position: relative;
    display: inline-block;
    padding: 0.5em 0;
    color: #fcfcfc;
    font-size: 0.9722222222vw;
    font-weight: 700;
    white-space: nowrap;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .navi ul > li a:hover {
    color: #ec5600;
  }
  .navi-external {
    padding: 0.5em 1.3888888889vw 0.5em 0 !important;
  }
  .navi-external:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.7638888889vw;
    height: 0.7638888889vw;
    background-image: url(../img/common/external-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
  .navi-external:hover:after {
    background-image: url(../img/common/external-og.svg);
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    width: 760px;
  }
  .navi ul {
    padding-left: 27px;
  }
  .navi ul:before {
    width: 2px;
  }
  .navi ul > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navi-external {
    padding: 0.5em 20px 0.5em 0 !important;
  }
  .navi-external:after {
    width: 11px;
    height: 11px;
  }
}
/*  section
-------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-bar {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.0666666667vw;
  height: 100%;
  background-color: #f97a3c;
  overflow: hidden;
}

.sec-bar--left {
  left: 0;
}

.sec-bar--right {
  right: 0;
}

.sec-in {
  position: relative;
  margin: 0 auto;
  width: 90.4vw;
}

.sec-head {
  position: relative;
}

.sec-catch {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.25em;
}

.sec-ttl {
  position: relative;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
.sec-ttl span.color {
  color: #ec5600;
}

.sec-en {
  position: relative;
  margin-top: 1em;
  color: #ec5600;
  font-size: 3.2vw;
  text-align: center;
}

.sec-desc {
  position: relative;
  z-index: 2;
}
.sec-desc p {
  font-size: 4.2666666667vw;
  text-align: left;
  line-height: 1.75em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .sec-desc {
    margin: 1em auto 0 auto;
    width: 86.1333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-bar {
    width: 1.3888888889vw;
  }
  .sec-catch {
    font-size: 1.4583333333vw;
  }
  .sec-ttl {
    font-size: 3.6111111111vw;
  }
  .sec-en {
    font-size: 0.8333333333vw;
  }
  .sec-desc {
    margin-top: 2em;
  }
  .sec-desc p {
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.66em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-bar {
    width: 20px;
  }
  .sec-catch {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec-ttl {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  button
-------------------------------------------------------*/
/* ------------------------------------------- btn - */
.btn {
  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;
  text-align: center;
  padding-bottom: 0.1em;
  border-style: solid;
  border-width: 0.5333333333vw;
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.6vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-tel {
  height: 18.6666666667vw;
  background-color: #fcfcfc;
  border-color: #12a73b;
  border-radius: 9.3333333333vw;
}
.btn-tel:after {
  background-image: url(../img/common/arrow-gr.svg);
}

.btn-line {
  padding-left: 3.3333333333vw;
  height: 18.6666666667vw;
  background-color: #40bd09;
  border-color: #fcfcfc;
  border-radius: 9.3333333333vw;
  color: #fcfcfc;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}
.btn-line span {
  position: relative;
  display: inline-block;
  margin-top: 0.25em;
  font-size: 5.6vw;
  z-index: 1;
}
.btn-line:before {
  content: "";
  position: absolute;
  top: -0.4vw;
  left: -1.3333333333vw;
  display: inline-block;
  width: 11.7333333333vw;
  height: 19.3333333333vw;
  background-image: url(../img/common/screen_sp.webp);
  background-size: contain;
}
.btn-line:after {
  background-image: url(../img/common/arrow-lm.svg);
}

.btn-mail {
  padding-right: 3.3333333333vw;
  height: 14.6666666667vw;
  background-color: #ec5600;
  border-color: #fcfcfc;
  border-radius: 7.3333333333vw;
  color: #fcfcfc;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
}
.btn-mail p {
  position: relative;
  padding-left: 9.3333333333vw;
  display: inline-block;
  z-index: 1;
}
.btn-mail p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.8666666667vw;
  height: 4vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.btn-mail:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media all and (min-width: 751px) {
  .btn {
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .btn p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn:after {
    right: 1.3888888889vw;
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-line:hover {
    background-color: #fcfcfc;
    border-color: #12a73b;
  }
  .btn-line:hover p {
    color: #12a73b;
  }
  .btn-mail p:before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-mail:hover {
    background-color: #fcfcfc;
    border-color: #ec5600;
  }
  .btn-mail:hover p {
    color: #ec5600;
  }
  .btn-mail:hover p:before {
    background-image: url(../img/common/mail-og.svg);
  }
  .btn-mail:hover:after {
    background-image: url(../img/common/arrow-og.svg);
  }
  .consul .btn-line {
    padding: 0 0 0 0.3472222222vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
  .consul .btn-line span {
    font-size: 1.6666666667vw;
  }
  .consul .btn-line:before {
    top: -0.5555555556vw;
    left: -1.7361111111vw;
    width: 4.1666666667vw;
    height: 6.9444444444vw;
    background-image: url(../img/common/screen.webp);
    background-image: image-set(url(../img/common/screen.webp) 1x, url(../img/common/screen-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/common/screen.webp) 1x, url(../img/common/screen-2x.webp) 2x);
  }
  .consul .btn-mail {
    padding-right: 2.2916666667vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .consul .btn-mail p {
    padding-left: 3.4722222222vw;
  }
  .consul .btn-mail p:before {
    width: 1.6666666667vw;
    height: 1.1805555556vw;
  }
  .drawer .btn-line {
    padding: 0 0 0 0.6944444444vw;
    height: 4.8611111111vw;
    border-radius: 2.4305555556vw;
    font-size: 1.1111111111vw;
  }
  .drawer .btn-line span {
    font-size: 1.4583333333vw;
  }
  .drawer .btn-line:before {
    top: -0.5555555556vw;
    left: -1.7361111111vw;
    width: 3.6111111111vw;
    height: 5.9722222222vw;
  }
  .drawer .btn-mail {
    padding-right: 2.2916666667vw;
    height: 4.8611111111vw;
    border-radius: 2.4305555556vw;
    font-size: 1.25vw;
  }
  .drawer .btn-mail p {
    padding-left: 3.4722222222vw;
  }
  .drawer .btn-mail p:before {
    width: 1.5277777778vw;
    height: 1.0416666667vw;
  }
}
@media all and (min-width: 1441px) {
  .btn {
    border-width: 2px;
  }
  .btn:after {
    right: 20px;
    width: 10px;
    height: 19px;
  }
  .consul .btn-line {
    padding: 0 0 0 5px;
    height: 80px;
    border-radius: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .consul .btn-line span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .consul .btn-line:before {
    top: -8px;
    left: -25px;
    width: 60px;
    height: 100px;
  }
  .consul .btn-mail {
    padding-right: 33px;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .consul .btn-mail p {
    padding-left: 50px;
  }
  .consul .btn-mail p:before {
    width: 24px;
    height: 17px;
  }
  .drawer .btn-line {
    padding: 0 0 0 10px;
    height: 70px;
    border-radius: 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer .btn-line span {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .drawer .btn-line:before {
    top: -8px;
    left: -25px;
    width: 52px;
    height: 86px;
  }
  .drawer .btn-mail {
    padding-right: 33px;
    height: 70px;
    border-radius: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .drawer .btn-mail p {
    padding-left: 50px;
  }
  .drawer .btn-mail p:before {
    width: 22px;
    height: 15px;
  }
}
/* ------------------------------------------- main - */
.main-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 5em;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.main-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.main-btn span {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .main-btn {
    padding: 1.0416666667vw 0;
    min-height: 4.8611111111vw;
    border-width: 0.2777777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .main-btn:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .main-btn span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .main-btn:hover {
    background-color: #ec5600;
  }
  .main-btn:hover span {
    color: #fcfcfc;
  }
  .main-btn:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .main-btn {
    padding: 15px 0;
    min-height: 70px;
    border-width: 4px;
  }
  .main-btn:after {
    right: 15px;
    width: 10px;
    height: 19px;
  }
  .main-btn span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- more - */
.more-btn {
  position: absolute;
  right: 4vw;
  bottom: 2.6666666667vw;
  padding: 0 4.6666666667vw 0.1em 0;
  color: #ec5600;
  font-size: 3.7333333333vw;
  font-weight: 500;
  z-index: 1;
}
.more-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 2vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (min-width: 751px) {
  .more-btn {
    right: 1.7361111111vw;
    bottom: 0.9027777778vw;
    padding: 0 1.1805555556vw 0.1em 0;
    font-size: 1.0416666667vw;
  }
  .more-btn:after {
    width: 0.6944444444vw;
    height: 1.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .on--btn:hover .more-btn:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .more-btn {
    right: 25px;
    bottom: 13px;
    padding: 0 17px 0.1em 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .more-btn:after {
    width: 10px;
    height: 15px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .slide-control {
    position: relative;
    display: inline-block;
    margin-top: 6.6666666667vw;
    text-align: center;
  }
  .slide-control .slide-prev,
  .slide-control .slide-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .slide-control .slide-prev {
    left: -14.6666666667vw;
  }
  .slide-control .slide-next {
    right: -14.6666666667vw;
  }
  .slide-control .slide-pagination {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* ------------------------------------------- active - */
.swiper-slide:not(.swiper-slide-disable):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}

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

.works-slide .swiper-slide.swiper-slide-active:before,
.works-slide .swiper-slide.swiper-slide-next:before,
.works-slide .swiper-slide.swiper-slide-prev:before {
  content: none;
}

/* ------------------------------------------- disable - */
#hero-prev,
#hero-next,
#hero-pagination {
  display: none;
}

.hero-slide-disable .slide-control,
.channel-slide-disable .slide-control {
  display: none !important;
}

.channel-slide-disable .swiper-slide {
  max-width: 387px;
}

/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: auto !important;
  z-index: 3;
}

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

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

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.7361111111vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 25px !important;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

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

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

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .slide-prev:hover,
  .slide-next:hover {
    opacity: 0.8;
  }
}
/*  float
-------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18.1333333333vw;
  background-color: #fcfcfc;
  z-index: 7777;
}

.float > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  height: 4.8vw;
  background-color: #ec5600;
  color: #fcfcfc;
  font-size: 3.2vw;
  font-weight: 700;
}

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

.float-btn li {
  position: relative;
  padding: 0 0.6666666667vw;
  height: 13.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: 100%;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
  letter-spacing: 0;
}

.float-btn-call {
  width: 30.6666666667vw;
  background-color: #ffffff;
}
.float-btn-call a {
  color: #12a73b;
  font-size: 2.6666666667vw;
}
.float-btn-call a span {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  padding-left: 2.4vw;
  font-size: 3.7333333333vw;
}
.float-btn-call a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.7333333333vw;
  display: inline-block;
  width: 3.0666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/call-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn-line {
  width: 38.6666666667vw;
  background-color: #40bd09;
}
.float-btn-line a {
  padding-left: 9.3333333333vw;
  color: #fcfcfc;
  font-size: 3.2vw;
}
.float-btn-line a span {
  font-size: 4.8vw;
}
.float-btn-line a:before {
  content: "";
  position: absolute;
  top: -0.4vw;
  left: 2vw;
  display: inline-block;
  width: 8.1333333333vw;
  height: 13.4666666667vw;
  background-image: url(../img/float/screen.webp);
  background-size: contain;
}

.float-btn-contact {
  width: 30.6666666667vw;
  background-color: #302e2e;
}
.float-btn-contact a {
  padding-left: 6vw;
  color: #fcfcfc;
  font-size: 3.7333333333vw;
}
.float-btn-contact a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3333333333vw;
  margin-top: 0.2666666667vw;
  width: 4vw;
  height: 2.8vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  follow
-------------------------------------------------------*/
.follow {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 0.2777777778vw 0 0.2777777778vw 0.2777777778vw;
  background-color: #fcfcfc;
  border-radius: 0.6944444444vw 0 0 0.6944444444vw;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6666;
}

.follow a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}

.follow a p {
  padding: 0 0.25em;
  color: #fcfcfc;
  font-size: 0.9027777778vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  text-align: center;
}

.follow a:hover {
  opacity: 0.8;
}

.follow-line {
  padding: 11.1111111111vw 0 0.4166666667vw 0;
  background-color: #53c819;
  border-radius: 0.6944444444vw 0 0 0;
}
.follow-line:before {
  content: "";
  position: absolute;
  top: -0.6944444444vw;
  left: -0.6944444444vw;
  display: inline-block;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  background-image: url(../img/follow/free.webp);
  background-image: image-set(url(../img/follow/free.webp) 1x, url(../img/follow/free-2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/follow/free.webp) 1x, url(../img/follow/free-2x.webp) 2x);
  background-size: contain;
}

.follow-line > div {
  position: absolute;
  top: 0.625vw;
  left: 50%;
  margin-left: 0.4861111111vw;
  width: 3.4722222222vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.follow-contact {
  padding-top: 2.9166666667vw;
  height: 4.8611111111vw;
  background-color: #ec5600;
  border-radius: 0 0 0 0.6944444444vw;
}
.follow-contact:before {
  content: "";
  position: absolute;
  top: 0.9722222222vw;
  left: 50%;
  display: inline-block;
  width: 2.0833333333vw;
  height: 1.4583333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1441px) {
  .follow {
    padding: 4px 0 4px 4px;
    border-radius: 10px 0 0 10px;
  }
  .follow-line {
    padding: 160px 0 6px 0;
    border-radius: 10px 0 0 0;
  }
  .follow-line:before {
    top: -10px;
    left: -10px;
    width: 38px;
    height: 38px;
  }
  .follow-line > div {
    top: 9px;
    margin-left: 7px;
    width: 50px;
  }
  .follow-contact {
    padding-top: 42px;
    height: 70px;
    border-radius: 0 0 0 10px;
  }
  .follow-contact:before {
    top: 14px;
    width: 30px;
    height: 21px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  #consul
-------------------------------------------------------------------------------*/
.sec--consul {
  position: relative;
  padding: 43.3333333333vw 0 12vw 0;
}

.consul {
  position: relative;
  margin-left: -1.4666666667vw;
  width: 93.3333333333vw;
  z-index: 2;
}

.consul-label {
  position: absolute;
  top: -18.6666666667vw;
  left: 77.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;
  padding-top: 0.3em;
  width: 16vw;
  height: 16vw;
  background-color: #302e2e;
  border-color: #fcfcfc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  z-index: 1;
}
.consul-label p {
  color: #fcfcfc;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0;
}

.consul-box {
  position: relative;
  padding: 13.3333333333vw 3.3333333333vw 4vw 3.3333333333vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 4vw;
}
.consul-box:after {
  content: "";
  position: absolute;
  top: -42vw;
  right: -4vw;
  display: inline-block;
  width: 38.1333333333vw;
  height: 33.7333333333vw;
  background-image: url(../img/consul/staff_sp.webp);
  background-size: contain;
}

.consul-subttl {
  position: absolute;
  top: -24vw;
  left: 1.3333333333vw;
  width: 56.9333333333vw;
}
.consul-subttl:before {
  content: "";
  position: absolute;
  top: -2vw;
  left: -2.4vw;
  display: inline-block;
  width: 7.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/consul/deco.svg);
  background-size: contain;
}

.consul-ttl {
  position: absolute;
  top: -8vw;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.consul-desc {
  margin-bottom: 1.3333333333vw;
}
.consul-desc p {
  text-align: center;
  line-height: 1.35em;
}

.consul .inquiry-movie {
  margin-top: 6vw;
}

@media all and (min-width: 751px) {
  .sec--consul {
    padding: 12.1527777778vw 0 5.9027777778vw 0;
  }
  .consul {
    margin: 0 0 0 -4.8611111111vw;
    width: 81.25vw;
  }
  .consul-label {
    top: -4.8611111111vw;
    left: 6.5972222222vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-width: 0.2777777778vw;
  }
  .consul-label p {
    font-size: 1.25vw;
  }
  .consul-box {
    padding: 3.4722222222vw 0.6944444444vw 2.0833333333vw 0.6944444444vw;
    border-width: 0.2083333333vw;
    border-radius: 2.0833333333vw;
  }
  .consul-box:after {
    top: -11.8055555556vw;
    right: -2.4305555556vw;
    width: 17.9166666667vw;
    height: 13.3333333333vw;
    background-image: url(../img/consul/staff.webp);
    background-image: image-set(url(../img/consul/staff.webp) 1x, url(../img/consul/staff-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/consul/staff.webp) 1x, url(../img/consul/staff-2x.webp) 2x);
  }
  .consul-subttl {
    top: -6.0416666667vw;
    left: 50%;
    width: 43.9583333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .consul-subttl:before {
    top: -1.25vw;
    left: -2.7777777778vw;
    width: 4.0972222222vw;
    height: 2.9166666667vw;
  }
  .consul-ttl {
    top: -3.125vw;
    width: 58.125vw;
  }
  .consul-desc {
    margin-bottom: 2.7777777778vw;
  }
  .consul .inquiry-movie {
    margin-top: 2.0833333333vw;
  }
  .consul .inquiry-movie-btn {
    margin-top: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--consul {
    padding: 175px 0 85px 0;
  }
  .consul {
    margin-left: -70px;
    width: 1140px;
  }
  .consul-label {
    top: -70px;
    left: 95px;
    width: 100px;
    height: 100px;
    border-width: 4px;
  }
  .consul-label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .consul-box {
    padding: 50px 10px 30px 10px;
    border-width: 3px;
    border-radius: 30px;
  }
  .consul-box:after {
    top: -170px;
    right: -35px;
    width: 258px;
    height: 192px;
  }
  .consul-subttl {
    top: -87px;
    left: 50%;
    width: 633px;
  }
  .consul-subttl:before {
    top: -18px;
    left: -40px;
    width: 59px;
    height: 42px;
  }
  .consul-ttl {
    top: -45px;
    width: 837px;
  }
  .consul-desc {
    margin-bottom: 40px;
  }
  .consul .inquiry-movie {
    margin-top: 30px;
  }
  .consul .inquiry-movie-btn {
    margin-top: 20px;
  }
}
/*  common - #inquiry
-------------------------------------------------------------------------------*/
.inquiry > div {
  position: relative;
}

.inquiry > div:not(.inquiry-movie) {
  padding: 4vw 0;
}
.inquiry > div:not(.inquiry-movie):after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 85.0666666667vw;
  height: 0.2666666667vw;
  background-image: url(../img/inquiry/line_sp.png);
}

.inquiry > div:nth-child(1):after {
  content: none !important;
}

.inquiry-label {
  position: relative;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.inquiry-label span {
  position: relative;
  padding: 0 0.75em 0.1em 0.75em;
}
.inquiry-label span:before, .inquiry-label span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8vw;
  height: 5.3333333333vw;
  border-radius: 0.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-label span:before {
  left: 0;
}
.inquiry-label span:after {
  right: 0;
}

.inquiry-tel-label {
  margin-top: 1em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
}
.inquiry-tel-label span {
  color: #ec5600;
  font-weight: 700;
}

.inquiry-btn {
  margin: 3.3333333333vw auto 0 auto;
  width: 80vw;
}

.inquiry-tel .inquiry-label span:before, .inquiry-tel .inquiry-label span:after {
  background-color: #12a73b;
}

.inquiry-line .inquiry-label span:before, .inquiry-line .inquiry-label span:after {
  background-color: #40bd09;
}

.inquiry-mail .inquiry-label span:before, .inquiry-mail .inquiry-label span:after {
  background-color: #ec5600;
}

.inquiry-num {
  position: relative;
  display: inline-block;
  padding-left: 11.3333333333vw;
  color: #12a73b;
  font-family: "Anton", sans-serif;
  font-size: 8.6666666667vw;
  letter-spacing: 0.05em;
}
.inquiry-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8.9333333333vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/freedial.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-time {
  margin-top: 0.3em;
  color: #302e2e;
  font-size: 3.2vw;
  text-align: center;
}

.inquiry-desc {
  margin-top: 3.3333333333vw;
}
.inquiry-desc p {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.28em;
}

.inquiry-movie-label {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}

.inquiry-movie-btn {
  margin-top: 2.6666666667vw;
  text-align: center;
}
.inquiry-movie-btn > p {
  position: relative;
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #ff0000;
  border-radius: 0.6666666667vw;
  color: #fcfcfc;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.inquiry-movie-btn > p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 1.2vw 0 1.2vw;
  border-color: #ff0000 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inquiry-movie-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.44em;
  letter-spacing: 0;
}
.inquiry-movie-btn a span {
  position: relative;
}
.inquiry-movie-btn a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #302e2e;
}
.inquiry-movie-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7.6vw;
  height: 5.4666666667vw;
  background-image: url(../img/common/youtube.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .inquiry > div:not(.inquiry-movie):after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 751px) {
  .inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .consul .inquiry > div:not(.inquiry-movie) {
    padding: 0 1.3888888889vw;
  }
  .consul .inquiry > div:not(.inquiry-movie):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.1388888889vw;
    height: 12.2222222222vw;
    background-image: url(../img/inquiry/line.png);
    background-image: image-set(url(../img/inquiry/line.png) 1x, url(../img/inquiry/line-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/line.png) 1x, url(../img/inquiry/line-2x.png) 2x);
  }
  .consul .inquiry .inquiry-tel {
    padding-left: 0 !important;
  }
  .consul .inquiry .inquiry-line {
    padding-left: 2.7777777778vw !important;
    width: 27.7777777778vw;
  }
  .consul .inquiry .inquiry-mail {
    padding-right: 0 !important;
    width: 19.4444444444vw;
  }
  .drawer .inquiry {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer .inquiry > div {
    padding: 0 !important;
  }
  .drawer .inquiry > div:after {
    content: none !important;
  }
  .inquiry-label {
    margin-bottom: 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .inquiry-label span:before, .inquiry-label span:after {
    width: 0.2083333333vw;
    height: 1.3888888889vw;
    border-radius: 0.0993055556vw;
  }
  .inquiry-tel-label {
    display: none;
  }
  .inquiry-btn {
    margin: 0;
    width: auto;
  }
  .inquiry-desc {
    margin-top: 1.0416666667vw;
  }
  .inquiry-desc p {
    font-size: 0.9027777778vw;
    letter-spacing: 0.1em;
  }
  .consul .inquiry-num {
    padding-left: 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
  .consul .inquiry-num:before {
    width: 3.6805555556vw;
    height: 2.0833333333vw;
  }
  .consul .inquiry-time {
    font-size: 0.9722222222vw;
  }
  .drawer .inquiry-num {
    padding-left: 3.8194444444vw;
    color: #fcfcfc;
    font-size: 2.9166666667vw;
  }
  .drawer .inquiry-num:before {
    width: 3.3333333333vw;
    height: 1.8055555556vw;
  }
  .drawer .inquiry-time {
    color: #fcfcfc;
    font-size: 0.9027777778vw;
    text-align: center;
  }
  .drawer .inquiry-desc {
    margin-top: 0;
  }
  .inquiry-movie-label {
    font-size: 1.4583333333vw;
  }
  .inquiry-movie-btn {
    margin-top: 2.0833333333vw;
  }
  .inquiry-movie-btn > p {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-movie-btn > p:after {
    border-width: 0.6944444444vw 0.3472222222vw 0 0.3472222222vw;
  }
  .inquiry-movie-btn a {
    padding-left: 4.1666666667vw;
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .inquiry-movie-btn a span {
    padding-bottom: 0.2em;
  }
  .inquiry-movie-btn a span:after {
    height: 0.1388888889vw;
  }
  .inquiry-movie-btn a:before {
    width: 3.0555555556vw;
    height: 2.1527777778vw;
  }
  .inquiry-movie-btn a:hover {
    color: #ff0000;
  }
}
@media all and (min-width: 1441px) {
  .consul .inquiry > div:not(.inquiry-movie) {
    padding: 0 20px;
  }
  .consul .inquiry > div:not(.inquiry-movie):after {
    width: 2px;
    height: 176px;
  }
  .consul .inquiry .inquiry-line {
    padding-left: 40px !important;
    width: 400px;
  }
  .consul .inquiry .inquiry-mail {
    width: 280px;
  }
  .inquiry-label {
    margin-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .inquiry-label span:before, .inquiry-label span:after {
    width: 3px;
    height: 20px;
    border-radius: 1.43px;
  }
  .inquiry-desc {
    margin-top: 15px;
  }
  .inquiry-desc p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .consul .inquiry-num {
    padding-left: 60px;
    font-size: 48px;
    font-size: 4.8rem;
  }
  .consul .inquiry-num:before {
    width: 53px;
    height: 30px;
  }
  .consul .inquiry-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .drawer .inquiry-num {
    padding-left: 55px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .drawer .inquiry-num:before {
    width: 48px;
    height: 26px;
  }
  .drawer .inquiry-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-movie-label {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .inquiry-movie-btn {
    margin-top: 30px;
  }
  .inquiry-movie-btn > p {
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-movie-btn > p:after {
    border-width: 10px 5px 0 5px;
  }
  .inquiry-movie-btn a {
    padding-left: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry-movie-btn a span:after {
    height: 2px;
  }
  .inquiry-movie-btn a:before {
    width: 44px;
    height: 31px;
  }
}
/*  line bnr
-------------------------------------------------------------------------------*/
.line-bnr {
  position: relative;
}

.line-bnr a {
  position: relative;
  display: block;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}
.line-bnr a:before {
  content: "";
  position: absolute;
  left: 1.0666666667vw;
  bottom: -2.2666666667vw;
  display: inline-block;
  width: 34.4vw;
  height: 43.8666666667vw;
  background-image: url(../img/bnr/screen_sp.webp);
  background-size: contain;
  z-index: 1;
}

@media all and (min-width: 751px) {
  .line-bnr a {
    border-radius: 1.3888888889vw;
  }
  .line-bnr a:before {
    left: 1.3888888889vw;
    bottom: 0.1388888889vw;
    width: 17.6388888889vw;
    height: 17.2916666667vw;
    background-image: url(../img/bnr/screen.webp);
    background-image: image-set(url(../img/bnr/screen.webp) 1x, url(../img/bnr/screen-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/bnr/screen.webp) 1x, url(../img/bnr/screen-2x.webp) 2x);
  }
}
@media all and (min-width: 1441px) {
  .line-bnr a {
    border-radius: 20px;
  }
  .line-bnr a:before {
    left: 20px;
    bottom: 2px;
    width: 254px;
    height: 249px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fcfcfc;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.blog-post a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3.2vw);
  height: calc(100% - 3.2vw);
  border-color: #ffeddf;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-image {
  position: relative;
  height: 48vw;
  z-index: 1;
}

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

.blog-content {
  position: relative;
  padding: 5.3333333333vw;
}

.blog-date {
  margin-bottom: 1em;
  font-size: 3.2vw;
  color: #ec5600;
}

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

@media screen and (min-width: 751px) {
  .blog-post a {
    border-radius: 1.3888888889vw;
  }
  .blog-post a:before {
    width: calc(100% - 0.8333333333vw);
    height: calc(100% - 0.8333333333vw);
    border-width: 0.1388888889vw;
  }
  .blog-image {
    height: 13.8888888889vw;
  }
  .blog-image .img--scale img {
    height: 13.8888888889vw;
  }
  .blog-post a:hover .blog-image .img--scale img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-content {
    padding: 1.3888888889vw;
  }
  .blog-date {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post a {
    border-radius: 20px;
  }
  .blog-post a:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-width: 2px;
  }
  .blog-image {
    height: 200px;
  }
  .blog-image .img--scale img {
    height: 200px;
  }
  .blog-content {
    padding: 20px;
  }
  .blog-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  news --> common
-------------------------------------------------------------------------------*/
.news-post a {
  position: relative;
  display: block;
  padding: 4vw 9.3333333333vw 4vw 2vw;
  border-bottom: 1px dashed #9d9d9d;
}
.news-post a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.2666666667vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/arrow-gy.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-post:nth-child(1) a {
  border-top: 1px dashed #9d9d9d;
}

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

.news-date {
  color: #9a9a9a;
  font-size: 3.2vw;
}

.news-cat {
  margin-left: 0.75em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #ec5600;
  border-radius: 1.3333333333vw;
  color: #fcfcfc;
  font-size: 3.2vw;
  letter-spacing: 0;
}

.news-ttl {
  position: relative;
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.31em;
  letter-spacing: 0.1em;
}

.news-new {
  margin-left: 0.25em;
  color: #ec5600;
  font-size: 3.7333333333vw;
}

@media all and (min-width: 751px) {
  .news-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.8194444444vw 0 1.3888888889vw;
    height: 4.8611111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .news-post a:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.1805555556vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-head {
    margin-bottom: 0;
    width: 16.6666666667vw;
  }
  .news-date {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .news-cat {
    margin-left: 1.25em;
    padding: 0.3em 0.75em 0.4em 0.75em;
    min-width: 7.5em;
    border-radius: 0.6944444444vw;
    font-size: 0.9722222222vw;
    text-align: center;
  }
  .news-content {
    width: calc(100% - 16.6666666667vw);
  }
  .news-ttl {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-new {
    font-size: 0.9722222222vw;
  }
  .news-post a:hover .news-date,
  .news-post a:hover .news-ttl {
    color: #b4b4b4;
  }
  .news-post a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .news-post a {
    padding: 0 55px 0 20px;
    height: 70px;
  }
  .news-post a:after {
    right: 15px;
    width: 10px;
    height: 17px;
  }
  .news-head {
    width: 240px;
  }
  .news-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-cat {
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-content {
    width: calc(100% - 240px);
  }
  .news-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
.works-post a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fcfcfc;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.works-post a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3.2vw);
  height: calc(100% - 3.2vw);
  border-color: #ffeddf;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works-image {
  position: relative;
  height: 48vw;
  z-index: 1;
}

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

.works-before {
  position: absolute;
  top: 2vw;
  left: 2.6666666667vw;
  width: 20vw;
  height: 20vw;
  border-color: #fcfcfc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.works-before img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 20vw;
}

.works-content {
  position: relative;
  padding: 5.3333333333vw 5.3333333333vw 12.6666666667vw 5.3333333333vw;
}

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

.works-desc {
  margin-top: 1em;
}
.works-desc p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.works-price {
  margin-top: 1em;
  font-size: 3.2vw;
  text-align: right;
  letter-spacing: 0;
}
.works-price span {
  margin-right: 0.2em;
  color: #fa7327;
  font-size: 4.8vw;
}

.works-post .more-btn {
  left: 5.3333333333vw;
  bottom: 6vw;
  right: auto;
}

@media screen and (min-width: 751px) {
  .works-post a {
    border-radius: 1.3888888889vw;
  }
  .works-post a:before {
    width: calc(100% - 0.8333333333vw);
    height: calc(100% - 0.8333333333vw);
    border-width: 0.1388888889vw;
  }
  .works-image {
    height: 13.8888888889vw;
  }
  .works-image .img--scale img {
    height: 13.8888888889vw;
  }
  .works-post a:hover .works-image .img--scale img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .works-before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-width: 0.2777777778vw;
  }
  .works-before img {
    height: 6.9444444444vw;
  }
  .works-content {
    padding: 1.3888888889vw 1.3888888889vw 3.8194444444vw 1.3888888889vw;
  }
  .works-ttl {
    font-size: 1.1111111111vw;
  }
  .works-desc p {
    font-size: 0.9722222222vw;
  }
  .works-price {
    font-size: 0.9027777778vw;
  }
  .works-price span {
    font-size: 1.3888888889vw;
  }
  .works-post .more-btn {
    left: 1.3888888889vw;
    bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post a {
    border-radius: 20px;
  }
  .works-post a:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-width: 2px;
  }
  .works-image {
    height: 200px;
  }
  .works-image .img--scale img {
    height: 200px;
  }
  .works-before {
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    border-width: 4px;
  }
  .works-before img {
    height: 100px;
  }
  .works-content {
    padding: 20px 20px 55px 20px;
  }
  .works-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-price {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .works-price span {
    font-size: 20px;
    font-size: 2rem;
  }
  .works-post .more-btn {
    left: 20px;
    bottom: 20px;
  }
}