@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: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Caveat/Caveat-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato/Lato-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Neonderthaw";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Neonderthaw/Neonderthaw-Regular.ttf") format("ttf");
}
/*  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;
}

/*  html / body
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

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

.font-pink {
  display: inline;
  color: #de3986;
}

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

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

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

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

@media screen and (min-width: 751px) {
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
@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%;
}

.lightboxOverlay {
  width: 100% !important;
}

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

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16vw 0 0;
  width: 100%;
  height: 16vw;
  background-color: #fff;
}

.header-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header-label {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.header-logo {
  position: relative;
  width: 26.6666666667vw;
  height: 25.3333333333vw;
  margin-top: 6.6666666667vw;
  padding-bottom: 1.7333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fefefe;
  border-radius: 0 0 30px 0;
}

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

.header-logo a img {
  width: 17.8666666667vw;
  margin-inline: auto;
}

.header-inquiry {
  margin-top: 0;
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.1333333333vw;
}

.header-contact {
  width: 80vw;
  margin-inline: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header-contact a {
  height: 100%;
  padding: 1.3333333333vw 0 3.4666666667vw 11.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.9333333333vw;
     -moz-column-gap: 4.9333333333vw;
          column-gap: 4.9333333333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec8b24), color-stop(50%, #ec8b24), color-stop(50%, #e4821a), to(#e4821a));
  background: linear-gradient(180deg, #ec8b24 0%, #ec8b24 50%, #e4821a 50%, #e4821a 100%);
  border-radius: 58px;
  overflow: hidden;
  position: relative;
}

.header-contact a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.0666666667vw solid transparent;
  border-bottom: 1.0666666667vw solid transparent;
  border-left: 1.8666666667vw solid #221815;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 3.6vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}

.header-contact a::after {
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.header-contact-ribon {
  width: 36.4vw;
  height: 5.8666666667vw;
  background: #de3986;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2.4vw;
  left: -4vw;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  z-index: 1;
}

.header-contact-ribonText {
  padding-left: 3.3333333333vw;
  font-size: 2.6666666667vw;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
}

.header-contact-icon {
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  margin-top: 2.1333333333vw;
  border-radius: 50%;
  background: #fefefe;
  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;
}

.header-contact-icon img {
  width: 7.2vw;
}

.header-contact-text {
  font-size: 5.6vw;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-contact-text span {
  margin-left: 3.2vw;
  margin-bottom: 1.3333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1;
  color: #fefefe;
  font-weight: bold;
}

.header-tel {
  position: relative;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header-tel-read {
  width: 80vw;
  margin-inline: auto;
  margin-bottom: 4vw;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.header-tel a {
  width: 80vw;
  margin-inline: auto;
  padding: 3.0666666667vw 5.0666666667vw 1.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#de3986), color-stop(50%, #de3986), color-stop(50%, #d92f7e), to(#d92f7e));
  background: linear-gradient(180deg, #de3986 0%, #de3986 50%, #d92f7e 50%, #d92f7e 100%);
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(34, 24, 21, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(34, 24, 21, 0.1);
  position: relative;
}

.header-tel a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.0666666667vw solid transparent;
  border-bottom: 1.0666666667vw solid transparent;
  border-left: 1.8666666667vw solid #221815;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 3.6vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}

.header-tel a::after {
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.header-tel-icon {
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  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: #fefefe;
  border-radius: 50%;
}

.header-tel-icon img {
  width: 5.4666666667vw;
}

.header-tel-text {
  margin-left: 9.3333333333vw;
  font-size: 5.6vw;
  color: #fefefe;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-tel-text span {
  display: inline-block;
  margin-top: 2.5333333333vw;
  font-size: 3.2vw;
  color: #fefefe;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.header-tel-attention {
  margin-top: 3.2vw;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-tel-attention em {
  display: inline-block;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.header-tel-attention span {
  display: inline-block;
  font-size: 3.4666666667vw;
  color: #de3986;
  font-weight: bold;
}

.header-num {
  position: relative;
  top: -0.6666666667vw;
  display: inline-block;
  padding-left: 8vw;
  font-size: 6.25vw;
  color: #221815;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}
.header-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0.1em;
  display: inline-block;
  width: 6.6666666667vw;
  height: 7.0666666667vw;
  background-image: url(../img/common/call.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-time {
  margin-top: -0.6666666667vw;
  margin-left: 2.6666666667vw;
  font-size: 3.0666666667vw;
  text-align: center;
}
.header-time span {
  display: inline-block;
  margin-left: 0.5em;
  color: #ff4200;
}

@media screen and (max-width: 750px) {
  .header.is-open .header-top {
    display: none;
  }
  .header-inquiry {
    padding: 5.0666666667vw 0 6.4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 2;
  }
  .header-content.is-open {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
    background: rgba(47, 47, 47, 0.4);
  }
  .header-content-scroll {
    width: 95.3333333333%;
    margin-left: auto;
    position: relative;
    padding: 14.9333333333vw 0 13.3333333333vw 0;
    height: 100%;
    background: #f6f0e7;
    overflow-x: scroll;
  }
  .header-content-in {
    width: 89.3333333333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .navi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-inquiry {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 10.3472222222vw;
  }
  .header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: auto;
    background-color: transparent;
  }
  .header-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-label {
    margin-top: 1.25vw;
    margin-left: 2.5694444444vw;
    font-size: 0.9027777778vw;
    position: relative;
    z-index: 1;
  }
  .header-logo {
    width: 18.9583333333vw;
    height: 12.5vw;
    margin-top: 0;
    border-radius: 0;
    position: absolute;
    top: 2.7777777778vw;
    left: 0;
  }
  .header-logo a img {
    width: 9.3055555556vw;
    margin-inline: auto;
  }
  .header-content-in {
    margin-top: 2.0833333333vw;
    text-align: center;
  }
  .header-inquiry {
    position: absolute;
    top: 0;
    right: 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    height: 4.8611111111vw;
  }
  .header-contact {
    width: 15.2777777778vw;
    height: 4.8611111111vw;
  }
  .header-contact a {
    height: 100%;
    padding: 0 0 0 0.9027777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.3472222222vw;
       -moz-column-gap: 0.3472222222vw;
            column-gap: 0.3472222222vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec8b24), color-stop(50%, #ec8b24), color-stop(50%, #e4821a), to(#e4821a));
    background: linear-gradient(180deg, #ec8b24 0%, #ec8b24 50%, #e4821a 50%, #e4821a 100%);
    border-radius: 0 0 0 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-contact a:hover {
    opacity: 0.8;
  }
  .header-contact a::before,
  .header-contact a::after {
    display: none;
  }
  .header-contact-ribon {
    width: 8.4027777778vw;
    height: 1.25vw;
    background: #de3986;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: -1.875vw;
    -webkit-transform: rotate(-26deg);
            transform: rotate(-26deg);
    z-index: 1;
  }
  .header-contact-ribonText {
    padding-left: 2.2222222222vw;
    font-size: 0.8333333333vw;
    color: #fefefe;
    line-height: 1;
    font-weight: bold;
  }
  .header-contact-icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-top: 0;
    border-radius: 50%;
    background: #fefefe;
    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;
  }
  .header-contact-icon img {
    width: 1.875vw;
  }
  .header-contact-text {
    margin-top: -0.3472222222vw;
    font-size: 1.4583333333vw;
    color: #fefefe;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-contact-text span {
    margin-left: 0;
    margin-bottom: 0.4166666667vw;
    font-size: 0.9027777778vw;
    line-height: 1;
    color: #fefefe;
  }
  .header-tel {
    width: 18.8888888889vw;
    margin: 0;
    margin-top: 1.8055555556vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  .header-tel::before {
    content: "";
    width: 4.0277777778vw;
    height: 4.0277777778vw;
    background: transparent url(../img/common/icon_point.svg) no-repeat center center/100%;
    position: absolute;
    top: -0.9722222222vw;
    left: -4.1666666667vw;
  }
  .header-num {
    padding-left: 2.5vw;
    font-size: 2.2222222222vw;
    color: #221815;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: bold;
    top: -0.3472222222vw;
  }
  .header-num:before {
    width: 2.0138888889vw;
    height: 2.7777777778vw;
  }
  .header-time {
    margin-top: -0.2083333333vw;
    margin-left: 0;
    margin-right: 0.3472222222vw;
    font-size: 0.9027777778vw;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-time span {
    color: #de3986;
    font-size: 0.9027777778vw;
  }
  .header-contact {
    margin: 0 0 0 1.3888888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 149px;
  }
  .header-top {
    height: 82px;
  }
  .header-label {
    margin-top: -20px;
    margin-left: 37px;
    font-size: 13px;
  }
  .header-logo {
    width: 273px;
    height: 180px;
    top: 40px;
  }
  .header-logo a img {
    width: 134px;
  }
  .header-content-in {
    margin-top: 0;
  }
  .header-inquiry {
    height: 70px;
  }
  .header-contact {
    width: 220px;
    height: 70px;
  }
  .header-contact a {
    height: 100%;
    padding: 0 0 0 13px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .header-contact-ribon {
    width: 121px;
    height: 18px;
    left: -27px;
  }
  .header-contact-ribonText {
    padding-left: 32px;
    font-size: 12px;
  }
  .header-contact-icon {
    width: 40px;
    height: 40px;
  }
  .header-contact-icon img {
    width: 27px;
  }
  .header-contact-text {
    margin-top: -5px;
    font-size: 21px;
  }
  .header-contact-text span {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .header-tel {
    width: 272px;
    margin-top: 26px;
  }
  .header-tel::before {
    content: "";
    width: 58px;
    height: 58px;
    background: transparent url(../img/common/icon_point.svg) no-repeat center center/100%;
    position: absolute;
    top: -14px;
    left: -60px;
  }
  .header-num {
    padding-left: 36px;
    font-size: 32px;
    top: -5px;
  }
  .header-num:before {
    width: 29px;
    height: 40px;
  }
  .header-time {
    margin-top: -3px;
    margin-right: 5px;
    font-size: 13px;
  }
  .header-time span {
    font-size: 13px;
  }
  .header-contact {
    margin: 0 0 0 20px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 0;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 19.7333333333vw;
  padding: 8vw 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
    padding: 4.0972222222vw 0 1.3888888889vw 0;
    display: block;
    border-bottom: 1.3888888889vw solid #221815;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding: 59px 0 20px 0;
    border-bottom: 20px solid #221815;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-info-label {
  margin-top: 4.8vw;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.25em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer-add {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.6em;
}

.footer .footer-top .none--pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-guide {
  margin-top: 5.8666666667vw;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer-guide-link {
  padding-right: 5.3333333333vw;
  padding-bottom: 1.8666666667vw;
  font-size: 3.7333333333vw;
  line-height: 0.8382142857em;
  display: inline-block;
  position: relative;
}

.footer-guide-link::before {
  content: "";
  width: 98%;
  height: 0.2666666667vw;
  background: #423030;
  position: absolute;
  bottom: 0;
  left: 0.4vw;
}

.footer-guide-link::after {
  content: "";
  width: 3.2333333333vw;
  height: 3.2333333333vw;
  background: transparent url(../img/common/arrow_pink.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.2666666667vw;
  right: 0;
}

@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 74.3055555556vw;
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-info {
    width: 19.7916666667vw;
    margin-left: 0.9722222222vw;
    display: block;
  }
  .footer-info-label {
    margin-top: 0;
    margin-bottom: 0.3472222222vw;
    font-size: 1.1111111111vw;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-add {
    font-size: 0.9722222222vw;
    text-align: left;
    line-height: 1.7em;
  }
  .footer-guide {
    margin-top: 1.5277777778vw;
    text-align: left;
  }
  .footer-guide-link {
    padding-right: 2.0833333333vw;
    padding-bottom: 0.2777777778vw;
    font-size: 1.1111111111vw;
    line-height: 1.466875em;
    display: inline-block;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer-guide-link:hover {
    opacity: 0.8;
  }
  .footer-guide-link::before {
    content: "";
    width: 11.5277777778vw;
    height: 0.1388888889vw;
    background: #423030;
    position: absolute;
    bottom: 0;
    left: 0.2083333333vw;
  }
  .footer-guide-link::after {
    content: "";
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background: transparent url(../img/common/arrow_pink.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .footer-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 3.4722222222vw;
    width: 46.5277777778vw;
  }
  .footer-navi-list > li:nth-child(n+2) {
    margin-top: 1.4583333333vw;
  }
  .footer-navi-list > li > p,
  .footer-navi-list > li > p a {
    position: relative;
    font-size: 1.1111111111vw;
    font-weight: 500;
    line-height: 1.35em;
  }
  .footer-navi-list > li > p a {
    display: inline-block;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-list > li > p a:hover {
    color: #84b8b5;
  }
  .footer-navi > div > div p:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .footer-navi-sub {
    position: relative;
    margin-top: 0.5555555556vw;
    padding-left: 0.8333333333vw;
  }
  .footer-navi-list li > a {
    position: relative;
    display: block;
    padding: 0.35em 0;
    color: #8d8d8d;
    font-size: 0.9722222222vw;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-list li a:hover {
    color: #84b8b5;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    margin: 0 auto 55px auto;
    padding-right: 100px;
    width: 1200px;
  }
  .footer-info {
    width: 330px;
  }
  .footer-info-label {
    font-size: 16px;
    font-size: 1.4rem;
  }
  .footer-add {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-guide {
    margin-top: 22px;
  }
  .footer-guide-link {
    padding-right: 30px;
    padding-bottom: 4px;
    font-size: 16px;
  }
  .footer-guide-link::before {
    content: "";
    width: 166px;
    height: 2px;
    left: 3px;
  }
  .footer-guide-link::after {
    content: "";
    width: 20px;
    height: 20px;
  }
  .footer-navi {
    gap: 0 50px;
    width: 730px;
  }
  .footer-navi-list > li > p,
  .footer-navi-list > li > p a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-navi-sub {
    margin-top: 10px;
    padding-left: 16px;
  }
  .footer-navi-list li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- middle - */
.footer-middle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-logo {
  width: 32.5333333333vw;
  margin-inline: auto;
  padding-bottom: 4.1333333333vw;
  position: relative;
}

.footer-logo::after {
  content: "";
  width: 34.6666666667vw;
  height: 1.2vw;
  background: #84b8b5;
  border-radius: 2.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.footer-logo a {
  display: block;
}

/* ------------------------------------------- bottom - */
.footer-bottom {
  margin-top: 8.9333333333vw;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer-subnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-subnavi a {
  display: block;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
}

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

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
}

.footer-sns a {
  width: 7.4666666667vw;
}
.footer-sns a:nth-child(n+2) {
  margin-left: 7.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .footer-middle {
    margin-top: 6.4583333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-logo {
    width: 9.3055555556vw;
    padding-bottom: 1.25vw;
  }
  .footer-logo::after {
    width: 9.9305555556vw;
    height: 0.3472222222vw;
  }
  .footer-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 76.9444444444vw;
    margin-top: 0.5555555556vw;
  }
  .footer-subnavi {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-subnavi a {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-subnavi a:hover {
    color: #84b8b5;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 2.2222222222vw;
  }
  .footer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    margin-left: 28.8194444444vw;
  }
  .footer-sns a {
    width: 2.5vw;
  }
  .footer-sns a:nth-child(n+2) {
    margin-left: 2.5vw;
  }
  .footer-copy {
    position: absolute;
    top: 0.9722222222vw;
    left: 48.5%;
    margin: 0;
    font-size: 0.9027777778vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1441px) {
  .footer-logo {
    width: 134px;
    padding-bottom: 18px;
  }
  .footer-logo::after {
    width: 143px;
    height: 5px;
  }
  .footer-bottom {
    width: 1108px;
  }
  .footer-subnavi a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 40px;
  }
  .footer-sns {
    margin-left: 415px;
  }
  .footer-sns a {
    width: 36px;
  }
  .footer-sns a:nth-child(n+2) {
    margin-left: 36px;
  }
  .footer-copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*  toggle
-------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  z-index: 8888;
  cursor: pointer;
}

.toggle.is-active {
  position: fixed;
}

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

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

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

.toggle span:nth-of-type(3) {
  top: 8.8vw;
  background: #84b8b5;
}

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

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

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

.toggle-text {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 3.0666666667vw;
  font-size: 2.1333333333vw;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle.is-active .toggle-text {
  font-size: 2.4vw;
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi - */
.navi--top {
  position: relative;
}

.navi-menu {
  position: relative;
}

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

.navi-menu-jp {
  display: inline-block;
  position: relative;
  font-size: 3.4666666667vw;
  letter-spacing: 0.1em;
}

.navi-link--blank .navi-menu-jp {
  padding-right: 5.6vw;
}

.navi-link--blank .navi-menu-jp::after {
  content: "";
  width: 4vw;
  height: 3.8666666667vw;
  background: transparent url(../img/common/icon_blank_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.navi-menu-en {
  display: none;
  margin-top: 0.5em;
  color: #84b8b5;
  font-size: 2.9333333333vw;
}

.header-sns {
  margin-top: 6.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8vw;
     -moz-column-gap: 8vw;
          column-gap: 8vw;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.header-sns-link {
  display: block;
  width: 7.4666666667vw;
}

.header-sns-link img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi--top {
    border-bottom: 0.2666666667vw solid #fefefe;
  }
  .navi-normal {
    position: relative;
  }
  .navi-parent {
    padding: 4.2666666667vw 6vw 4.5333333333vw 2.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
  }
  .navi-parent::after {
    content: "";
    width: 3.3333333333vw;
    height: 2.1333333333vw;
    background: transparent url(../img/common/icon_accord.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .navi-parent.is-open::after {
    top: 43%;
    transform: translate(0, -50%);
    -webkit-transform: rotateX(180deg) translate(0, -50%);
  }
  .navi-recommend {
    display: inline-block;
    margin-left: 3.8666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0;
    font-family: "IBM Plex Sans JP", sans-serif;
    position: relative;
  }
  .navi-recommend::before {
    content: "";
    width: 1.6vw;
    height: 2.9333333333vw;
    background: transparent url(../img/common/icon_shape-short_sp.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotateY(180deg) translate(0, -50%);
    -webkit-transform: rotateY(180deg) translate(0, -50%);
  }
  .navi-recommend::after {
    content: "";
    width: 1.6vw;
    height: 2.9333333333vw;
    background: transparent url(../img/common/icon_shape-short_sp.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .navi-menu {
    padding: 4.2666666667vw 6vw 4.5333333333vw 2.2666666667vw;
    width: 100%;
  }
  .navi-normal:not(.navi-submenu) .navi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-submenu {
    display: none;
    position: relative;
    background-color: #e5e5e5;
  }
  .navi-submenu-list {
    padding-bottom: 2.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
  }
  .navi-submenu-item {
    width: 85.6vw;
    margin-inline: auto;
    padding: 2.1333333333vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-bottom: 0.2666666667vw solid #f1f1eb;
    position: relative;
  }
  .navi-submenu-item:nth-child(n+3) {
    margin-top: 0.2666666667vw;
  }
  .navi-submenu-img {
    margin-right: 3.3333333333vw;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    margin-left: 1.1111111111vw;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .navi--top {
    position: relative;
    display: block;
  }
  .navi--top:nth-child(n+2) {
    margin-left: 4.1666666667vw;
  }
  .navi-normal {
    text-align: right;
    position: relative;
  }
  .navi-recommend {
    display: inline-block;
    padding: 0 0.9027777778vw;
    font-size: 0.9027777778vw;
    line-height: 1;
    font-family: "IBM Plex Sans JP", sans-serif;
    position: relative;
  }
  .navi-recommend::before {
    content: "";
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    background: transparent url(../img/common/icon_shape-short.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotateY(180deg) translate(0, -50%);
    -webkit-transform: rotateY(180deg) translate(0, -50%);
  }
  .navi-recommend::after {
    content: "";
    width: 0.5555555556vw;
    height: 0.9722222222vw;
    background: transparent url(../img/common/icon_shape-short.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .navi-menu {
    margin-top: 0.3472222222vw;
    padding: 0 0 0.6944444444vw 0;
    text-align: center;
  }
  .navi-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.0694444444vw;
    width: 0%;
    height: 0.1388888889vw;
    background-color: #84b8b5;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navi-menu:hover:after {
    width: 100%;
  }
  .navi--top-hover .navi-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.3888888889vw;
    display: inline-block;
    width: 0.7638888889vw;
    height: 0.4861111111vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navi-menu-jp {
    display: block;
    font-size: 1.1111111111vw;
    letter-spacing: 0;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 700;
  }
  .navi-menu-en {
    display: block;
    font-size: 0.8333333333vw;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 13.6111111111vw;
    height: auto;
    background-color: #84b8b5;
    border-color: #84b8b5;
    border-style: solid;
    border-width: 0.1388888889vw;
    -webkit-box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
    box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li.navi--top-hover:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.6944444444vw;
  }
  .navi-submenu-item {
    display: block;
    padding: 0.6944444444vw 0;
    font-size: 0.9722222222vw;
    text-align: left;
    color: #fefefe;
    line-height: 1.25;
    border-bottom: 0.0694444444vw solid #fefefe;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .navi-submenu-item:hover {
    color: #0f955f;
  }
}
@media screen and (min-width: 1441px) {
  .navi--top:nth-child(n+2) {
    margin-left: 60px;
  }
  .navi-recommend {
    padding: 0 13px;
    font-size: 13px;
  }
  .navi-recommend::before {
    width: 8px;
    height: 14px;
  }
  .navi-recommend::after {
    width: 8px;
    height: 14px;
  }
  .navi-menu {
    margin-top: 5px;
    padding: 0 0 10px 0;
  }
  .navi-menu:after {
    height: 2px;
    bottom: 1px;
  }
  .navi--top-hover .navi-menu::before {
    right: -20px;
    width: 11px;
    height: 7px;
  }
  .navi-menu-jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .navi-menu-en {
    font-size: 10px;
    font-size: 1rem;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 196px;
  }
  .navi-submenu-list {
    row-gap: 10px;
  }
  .navi-submenu-item {
    padding: 10px 0;
    font-size: 14px;
  }
}
/*  section
-------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-titile {
  display: inline-block;
}

.sec-titile-sub {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}

.sec-titile-main {
  margin-top: 3.7333333333vw;
  font-size: 7.4666666667vw;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.sec-titile-main::before {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #84b8b5;
  border-radius: 50%;
  position: absolute;
  bottom: 1.4666666667vw;
  left: -1.6vw;
}

.sec-titile-main::after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #84b8b5;
  border-radius: 50%;
  position: absolute;
  bottom: 1.4666666667vw;
  right: -1.8666666667vw;
}

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

.sec-head {
  position: relative;
  text-align: center;
  z-index: 1;
}

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

.sec-ttl {
  position: relative;
  font-size: 7.3333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.sec-ttl span.gr {
  color: #84b8b5;
}

.sec-head--deco .sec-ttl {
  padding-bottom: 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec-titile-sub {
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .sec-titile-main {
    margin-top: 1.4583333333vw;
    font-size: 3.1944444444vw;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
  }
  .sec-titile-main::before {
    content: "";
    width: 0.9027777778vw;
    height: 0.9027777778vw;
    background: #84b8b5;
    border-radius: 50%;
    position: absolute;
    bottom: 1.0416666667vw;
    left: -3.125vw;
  }
  .sec-titile-main::after {
    content: "";
    width: 0.9027777778vw;
    height: 0.9027777778vw;
    background: #84b8b5;
    border-radius: 50%;
    position: absolute;
    bottom: 1.0416666667vw;
    right: -2.3611111111vw;
  }
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-catch {
    font-size: 1.25vw;
  }
  .sec-ttl {
    font-size: 2.9166666667vw;
  }
  .sec-head--deco .sec-ttl {
    padding-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-titile-sub {
    font-size: 18px;
  }
  .sec-titile-main {
    margin-top: 21px;
    font-size: 46px;
  }
  .sec-titile-main::before {
    width: 13px;
    height: 13px;
    bottom: 15px;
    left: -45px;
  }
  .sec-titile-main::after {
    width: 13px;
    height: 13px;
    bottom: 15px;
    right: -34px;
  }
  .sec-in {
    width: 1000px;
  }
  .sec-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .sec-head--deco .sec-ttl {
    padding-bottom: 25px;
  }
}
/*  button
-------------------------------------------------------*/
.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;
  height: 13.3333333333vw;
  background-color: #221815;
  border-color: #221815;
  border-style: solid;
  border-width: 0.1333333333vw;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(34, 24, 21, 0.3);
          box-shadow: 0px 2px 5px 2px rgba(34, 24, 21, 0.3);
}
.btn-main span {
  position: relative;
  padding-right: 6.1333333333vw;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.btn-main span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.9333333333vw solid transparent;
  border-bottom: 0.9333333333vw solid transparent;
  border-left: 1.7333333333vw solid #fefefe;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0.9333333333vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
.btn-main span::after {
  content: "";
  width: 4vw;
  height: 4vw;
  background: #de3986;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding-right: 0;
    height: 4.1666666667vw;
    border-width: 0.0694444444vw;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .btn-main span {
    padding-right: 2.3611111111vw;
    font-size: 1.1111111111vw;
    letter-spacing: 0.05em;
  }
  .btn-main span::before {
    border-top: 0.3472222222vw solid transparent;
    border-bottom: 0.3472222222vw solid transparent;
    border-left: 0.625vw solid #fefefe;
    right: 0.3472222222vw;
  }
  .btn-main span::after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .btn-main:hover {
    background-color: #fefefe;
  }
  .btn-main:hover span {
    color: #221815;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 68px;
    border-width: 2px;
    border-radius: 34px;
  }
  .btn-main span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-main:after {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.slide-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin: 0 1.3333333333vw !important;
  background-color: #84b8b5;
  border-radius: 50%;
  opacity: 1;
}

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

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    margin: 0 0.4513888889vw !important;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6.5px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 20px;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  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 {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .slide-prev:hover,
  .slide-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 50px;
    height: 50px;
  }
}
/*  float
-------------------------------------------------------*/
.float {
  background: #f6f0e7;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 7777;
}

.float-inner {
  padding: 2.2666666667vw 3.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn {
  width: 44vw;
}

.float-link {
  padding: 1.6vw 1.3333333333vw 1.3333333333vw 2.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 38px;
  position: relative;
}

.float-btn--call .float-link {
  background: #de3986;
  background: -webkit-gradient(linear, left top, left bottom, from(#de3986), color-stop(50%, #de3986), color-stop(50%, #d92f7e), to(#d92f7e));
  background: linear-gradient(180deg, #de3986 0%, #de3986 50%, #d92f7e 50%, #d92f7e 100%);
}

.float-btn--contact .float-link {
  padding: 1.4666666667vw 1.0666666667vw 1.6vw 3.4666666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec8b24), color-stop(50%, #ec8b24), color-stop(50%, #e4821a), to(#e4821a));
  background: linear-gradient(180deg, #ec8b24 0%, #ec8b24 50%, #e4821a 50%, #e4821a 100%);
}

.none--pc .float-link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8vw solid transparent;
  border-bottom: 0.8vw solid transparent;
  border-left: 1.3333333333vw solid #221815;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 1.7333333333vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}

.none--pc .float-link::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.0666666667vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.float-link-icon {
  width: 5.2vw;
  height: 5.2vw;
  margin-top: 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;
  background: #fefefe;
  border-radius: 50%;
}

.float-btn--contact .float-link-icon {
  margin-top: 1.6vw;
}

.float-btn--call .img--fit {
  width: 2.9333333333vw;
}

.float-btn--contact .img--fit {
  width: 3.2vw;
}

.float-link-area {
  margin-left: 0.2666666667vw;
}

.float-btn--contact .float-link-area {
  margin-left: 4vw;
}

.float-link-read {
  font-size: 4.2666666667vw;
  text-align: center;
  color: #fefefe;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.float-btn--call .float-link-read {
  margin-left: 2vw;
}

.float-btn--contact .float-link-read {
  margin-top: 0.6666666667vw;
}

.float-link-text {
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1em;
  color: #fefefe;
  font-weight: bold;
}

.float-btn--call .float-link-text {
  margin-top: 0.8vw;
}

.float-link-text span {
  margin-right: 1.0666666667vw;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .float {
    width: 16.1111111111vw;
    background: transparent;
    left: auto;
    right: 0;
    bottom: 0;
  }
  .float-inner {
    padding: 0;
  }
  .float-btn {
    position: relative;
  }
  .float-link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .float-link:hover {
    opacity: 0.8;
  }
  .float a {
    position: relative;
  }
  .float a:before {
    display: none;
  }
  .float-btn--contact::after {
    display: block;
    content: "";
    width: 5.4861111111vw;
    height: 5.4166666667vw;
    background: transparent url(../img/common/human.svg) no-repeat center center/100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .float-btn--contact .float-link {
    width: 14.0277777778vw;
    height: 3.8888888889vw;
    padding: 0;
    border-color: #ec8b24;
    border-style: solid;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(34, 24, 21, 0.3);
            box-shadow: 0px 2px 5px 2px rgba(34, 24, 21, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
  }
  .float-btn--contact .float-link::before {
    display: block;
    content: "";
    width: 2.2222222222vw;
    height: 1.5972222222vw;
    background: transparent url(../img/common/contact.svg) no-repeat center center/100%;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../img/common/contact.svg);
            mask-image: url(../img/common/contact.svg);
    background: #fefefe;
    position: absolute;
    bottom: -0.3472222222vw;
    left: 0.4166666667vw;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
    opacity: 0.4;
  }
  .float-btn-ribon {
    width: 7.7777777778vw;
    height: 1.25vw;
    background: #de3986;
    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;
    position: absolute;
    top: 0.4166666667vw;
    left: -2.2222222222vw;
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
    z-index: 1;
  }
  .float-btn-ribonText {
    display: inline-block;
    font-size: 0.7638888889vw;
    color: #fefefe;
    line-height: 1;
    font-weight: bold;
  }
  .float-btn--contact .float-link-area {
    margin-top: 0.2083333333vw;
    margin-left: 1.5277777778vw;
  }
  .float-btn--contact .float-link-text {
    margin-bottom: 0.3472222222vw;
    margin-left: 2.3611111111vw;
    font-size: 0.9027777778vw;
    text-align: left;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
  }
  .float-btn--contact .float-link-read {
    font-size: 1.25vw;
    text-align: left;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  .float {
    width: 232px;
  }
  .float-btn--contact::after {
    width: 79px;
    height: 78px;
  }
  .float-btn--contact .float-link {
    width: 202px;
    height: 56px;
    border-width: 3px;
    border-radius: 20px 20px 0 0;
  }
  .float-btn--contact .float-link::before {
    width: 32px;
    height: 23px;
    bottom: -5px;
    left: 6px;
  }
  .float-btn-ribon {
    width: 112px;
    height: 18px;
    top: 6px;
    left: -32px;
  }
  .float-btn-ribonText {
    font-size: 11px;
  }
  .float-btn--contact .float-link-area {
    margin-top: 3px;
    margin-left: 22px;
  }
  .float-btn--contact .float-link-text {
    margin-bottom: 5px;
    margin-left: 34px;
    font-size: 13px;
  }
  .float-btn--contact .float-link-read {
    font-size: 18px;
  }
}
/*  sub - #inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  display: block;
}

.inquiry_top {
  width: 85.3333333333%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.7333333333vw;
}

.inquiry_bottom {
  width: 77.3333333333%;
  margin-inline: auto;
  margin-top: 4vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4vw;
}

.inquiry_bottom .inquiry_link {
  height: 18.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;
  text-align: center;
  background: #fefefe;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.inquiry_bottom .inquiry_link-plan {
  border: 0.2666666667vw solid #d5e5e4;
}

.inquiry_bottom .inquiry_link-plan::after {
  content: "";
  width: 100%;
  height: 0.9333333333vw;
  background: #84b8b5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.inquiry_bottom .inquiry_link-blog {
  background: #f3f3f3;
  border: 0.2666666667vw solid #ebebeb;
}

.inquiry_bottom .inquiry_link-blog::before {
  content: "StaffBlog";
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Neonderthaw", cursive;
  position: absolute;
  top: -1.8666666667vw;
  right: 0;
  opacity: 0.17;
}

.inquiry_bottom .inquiry_link-company {
  border: 0.2666666667vw solid #423030;
}

.inquiry_link_detail {
  display: inline-block;
}

.inquiry_plan {
  position: relative;
}

.inquiry_plan::before {
  content: "";
  width: 6.2666666667vw;
  height: 7.2vw;
  background: transparent url(../img/inquiry/icon_plan_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -1.8666666667vw;
  right: -9.7333333333vw;
}

.inquiry_bottom .inquiry_link h3 {
  position: relative;
}

.inquiry_bottom .inquiry_link .inquiry_plan_title::before,
.inquiry_bottom .inquiry_link .inquiry_blog_title::before {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  background: #84b8b5;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: -3.4666666667vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.inquiry_bottom .inquiry_link .inquiry_plan_title::after,
.inquiry_bottom .inquiry_link .inquiry_blog_title::after {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  background: #84b8b5;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: -3.8666666667vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.inquiry_plan_text {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
}

.inquiry_plan_title {
  margin-top: 1.3333333333vw;
  font-size: 5.6vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.inquiry_blog {
  position: relative;
}

.inquiry_blog::before {
  content: "";
  width: 10.2666666667vw;
  height: 8.8vw;
  background: transparent url(../img/inquiry/icon_blog_sp.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -5.6vw;
  left: -16.9333333333vw;
}

.inquiry_blog_text {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
}

.inquiry_blog_title {
  margin-top: 1.3333333333vw;
  font-size: 5.3333333333vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.inquiry_company {
  width: 100%;
  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;
  -webkit-column-gap: 3.4666666667vw;
     -moz-column-gap: 3.4666666667vw;
          column-gap: 3.4666666667vw;
}

.inquiry_company_detail {
  margin-top: 3.4666666667vw;
}

.inquiry_company_text {
  display: block;
  width: 25.4666666667vw;
}

.inquiry_company_title {
  margin-top: 1.4666666667vw;
  font-size: 2.4vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.inquiry_company_logo {
  width: 12.1333333333vw;
  margin-right: 13.8666666667vw;
}

@media screen and (min-width: 751px) {
  .inquiry {
    display: block;
  }
  .inquiry_link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .inquiry_link:hover {
    opacity: 0.8;
  }
  .inquiry_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70vw;
    margin-inline: auto;
    grid-template-columns: repeat(2, 33.8888888889vw);
    row-gap: 0;
  }
  .inquiry_top .inquiry_link {
    max-width: 488px;
  }
  .inquiry_top .inquiry_link:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .inquiry_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70vw;
    margin-inline: auto;
    margin-top: 2.0833333333vw;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.4305555556vw;
       -moz-column-gap: 2.4305555556vw;
            column-gap: 2.4305555556vw;
    row-gap: 0;
  }
  .inquiry_bottom .inquiry_link {
    width: 21.7361111111vw;
    height: 8.3333333333vw;
  }
  .inquiry_bottom .inquiry_link-plan::after {
    content: "";
    width: 100%;
    height: 0.4861111111vw;
    background: #84b8b5;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .inquiry_bottom .inquiry_link-blog {
    background: #f3f3f3;
    border: 0.1388888889vw solid #ebebeb;
  }
  .inquiry_bottom .inquiry_link-blog::before {
    content: "StaffBlog";
    font-size: 2.5vw;
    position: absolute;
    top: -0.6944444444vw;
    right: 0;
    opacity: 0.17;
  }
  .inquiry_bottom .inquiry_link-company {
    border: 0.1388888889vw solid #423030;
  }
  .inquiry_link_detail {
    display: inline-block;
  }
  .inquiry_plan {
    position: relative;
  }
  .inquiry_plan::before {
    content: "";
    width: 2.5694444444vw;
    height: 2.9166666667vw;
    background: transparent url(../img/inquiry/icon_plan.svg) no-repeat center center/100%;
    position: absolute;
    top: -0.7638888889vw;
    right: -1.6666666667vw;
  }
  .inquiry_plan_detail {
    margin-top: 0.6944444444vw;
  }
  .inquiry_bottom .inquiry_link h3 {
    position: relative;
  }
  .inquiry_bottom .inquiry_link .inquiry_plan_title::before,
  .inquiry_bottom .inquiry_link .inquiry_blog_title::before {
    content: "";
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    background: #84b8b5;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: -1.8055555556vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .inquiry_bottom .inquiry_link .inquiry_plan_title::after,
  .inquiry_bottom .inquiry_link .inquiry_blog_title::after {
    content: "";
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    background: #84b8b5;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: -2.0138888889vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .inquiry_plan_text {
    font-size: 1.1111111111vw;
  }
  .inquiry_plan_title {
    margin-top: 0.8333333333vw;
    font-size: 2.2222222222vw;
  }
  .inquiry_blog {
    position: relative;
  }
  .inquiry_blog::before {
    content: "";
    width: 4.3055555556vw;
    height: 3.6805555556vw;
    background: transparent url(../img/inquiry/icon_blog.svg) no-repeat center center/100%;
    position: absolute;
    bottom: -3.4722222222vw;
    left: -2.7083333333vw;
  }
  .inquiry_blog_text {
    font-size: 1.1111111111vw;
  }
  .inquiry_blog_title {
    margin-top: 0.8333333333vw;
    font-size: 2.0833333333vw;
  }
  .inquiry_company {
    width: 100%;
    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-column-gap: 1.9444444444vw;
       -moz-column-gap: 1.9444444444vw;
            column-gap: 1.9444444444vw;
  }
  .inquiry_company_detail {
    margin-top: 1.5972222222vw;
  }
  .inquiry_company_text {
    width: 10.1388888889vw;
  }
  .inquiry_company_title {
    margin-top: 0.7638888889vw;
    font-size: 0.9722222222vw;
  }
  .inquiry_company_logo {
    width: 4.3055555556vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    display: block;
  }
  .inquiry_top {
    width: 1008px;
    grid-template-columns: repeat(2, 488px);
  }
  .inquiry_top .inquiry_link:nth-child(n+2) {
    margin-left: 30px;
  }
  .inquiry_bottom {
    width: 1008px;
    margin-top: 30px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 0;
  }
  .inquiry_bottom .inquiry_link {
    width: 313px;
    height: 120px;
  }
  .inquiry_bottom .inquiry_link-plan::after {
    height: 7px;
  }
  .inquiry_bottom .inquiry_link-blog::before {
    content: "StaffBlog";
    font-size: 36px;
    top: -10px;
  }
  .inquiry_plan::before {
    width: 37px;
    height: 42px;
    background: transparent url(../img/inquiry/icon_plan.svg) no-repeat center center/100%;
    position: absolute;
    top: -11px;
    right: -24px;
  }
  .inquiry_plan_detail {
    margin-top: 10px;
  }
  .inquiry_bottom .inquiry_link .inquiry_plan_title::before,
  .inquiry_bottom .inquiry_link .inquiry_blog_title::before {
    width: 12px;
    height: 12px;
    top: 45%;
    left: -26px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .inquiry_bottom .inquiry_link .inquiry_plan_title::after,
  .inquiry_bottom .inquiry_link .inquiry_blog_title::after {
    width: 12px;
    height: 12px;
    top: 45%;
    right: -29px;
  }
  .inquiry_plan_text {
    font-size: 16px;
  }
  .inquiry_plan_title {
    margin-top: 12px;
    font-size: 32px;
  }
  .inquiry_blog::before {
    width: 62px;
    height: 53px;
    bottom: -50px;
    left: -39px;
  }
  .inquiry_blog_text {
    font-size: 16px;
  }
  .inquiry_blog_title {
    margin-top: 12px;
    font-size: 30px;
  }
  .inquiry_company {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .inquiry_company_detail {
    margin-top: 23px;
  }
  .inquiry_company_text {
    width: 146px;
  }
  .inquiry_company_title {
    margin-top: 11px;
    font-size: 14px;
  }
  .inquiry_company_logo {
    width: 62px;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  width: 95.0666666667%;
  margin-inline: auto;
  margin-top: 8.6666666667vw;
  margin-bottom: 11.3333333333vw;
  border: 2px solid #423030;
  border-radius: 26px;
  background: #fefefe;
  overflow: hidden;
}

.area--top {
  margin-top: 8.6666666667vw;
  margin-bottom: 0;
}

.area-inner {
  padding: 10.8vw 6.1333333333vw 5.3333333333vw;
  position: relative;
}

.area-ribon {
  width: 42.2666666667vw;
  height: 6.2666666667vw;
  background: #de3986;
  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;
  position: absolute;
  top: 4.6666666667vw;
  left: -6.6666666667vw;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 1;
}

.area-ribon-text {
  margin-left: -2.9333333333vw;
  font-size: 3.4666666667vw;
  color: #fefefe;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.area-head {
  position: relative;
}

.area-logo {
  width: 13.6vw;
  position: absolute;
  top: 68%;
  left: 0.9333333333vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.area-logo img {
  width: 100%;
  height: auto;
}

.area-title {
  text-align: center;
}

.area-title-main {
  display: inline-block;
  padding: 0.6666666667vw 1.0666666667vw 0.9333333333vw 1.2vw;
  font-size: 3.7333333333vw;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
  background: #221815;
}

.area-title-sub {
  margin-top: 2.9333333333vw;
  font-size: 5.6vw;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.area-body {
  margin-top: 2.9333333333vw;
}

.area-read {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}

.area-text {
  margin-top: 2.4vw;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
}

@media screen and (min-width: 751px) {
  .area {
    width: 69.4444444444vw;
    margin-inline: auto;
    margin-top: 5.0694444444vw;
    margin-bottom: 2.7777777778vw;
  }
  .area--top {
    margin-top: 2.2916666667vw;
    margin-bottom: 0;
  }
  .area-inner {
    padding: 1.25vw 2.9166666667vw 1.3888888889vw 8.0555555556vw;
  }
  .area-ribon {
    width: 14.5833333333vw;
    height: 2.1527777778vw;
    top: 0.8333333333vw;
    left: -1.8055555556vw;
  }
  .area-ribon-text {
    margin-left: -2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .area-head {
    width: 19.4444444444vw;
    margin-top: 0.2777777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .area-logo {
    width: 5.5555555556vw;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .area-title {
    width: 12.2222222222vw;
    text-align: left;
  }
  .area-title-main {
    padding: 0.2777777778vw 0.4166666667vw 0.3472222222vw 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
  .area-title-sub {
    margin-top: 0.5555555556vw;
    margin-left: -0.4166666667vw;
    font-size: 1.4583333333vw;
  }
  .area-body {
    width: 36.4583333333vw;
    margin-top: 0;
    margin-left: 2.7777777778vw;
  }
  .area-read {
    font-size: 1.1111111111vw;
    letter-spacing: 0.05em;
  }
  .area-text {
    margin-top: 0.4166666667vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    width: 1000px;
    margin-top: 73px;
    margin-bottom: 40px;
  }
  .area--top {
    margin-top: 33px;
    margin-bottom: 0;
  }
  .area-inner {
    padding: 18px 42px 20px 116px;
  }
  .area-ribon {
    width: 210px;
    height: 31px;
    top: 17px;
    left: -26px;
  }
  .area-ribon-text {
    margin-left: -30px;
    font-size: 16px;
  }
  .area-head {
    width: 280px;
    margin-top: 4px;
  }
  .area-logo {
    width: 80px;
  }
  .area-title {
    width: 176px;
    text-align: left;
  }
  .area-title-main {
    padding: 4px 6px 5px 8px;
    font-size: 16PX;
  }
  .area-title-sub {
    margin-top: 8px;
    margin-left: -6px;
    font-size: 21PX;
  }
  .area-body {
    width: 525px;
    margin-top: 0;
    margin-left: 40px;
  }
  .area-read {
    font-size: 16PX;
    letter-spacing: 0.05em;
  }
  .area-text {
    margin-top: 6px;
    font-size: 14PX;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
}

.blog-post:nth-child(n+2) {
  margin-top: 3.8666666667vw;
}

.blog-post a {
  height: 100%;
  padding: 2.8vw 2.5333333333vw 4.2666666667vw 2.8vw;
  background: #fefefe;
  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;
  -webkit-column-gap: 3.2vw;
     -moz-column-gap: 3.2vw;
          column-gap: 3.2vw;
  border-radius: 26px;
}

.blog-new {
  width: 13.3333333333vw;
  height: 11.4666666667vw;
  background-image: url(../img/common/icon_new_sp.svg);
  background-size: contain;
  position: absolute;
  top: -7.2vw;
  right: -1.3333333333vw;
  z-index: 2;
}

.blog-image {
  width: 32vw;
}

.blog-image img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: 240/226;
}

.blog-content {
  width: calc(100% - 35.2vw);
  margin-top: auto;
}

.blog-data {
  margin-top: 4.5333333333vw;
}

.blog-date {
  font-size: 3.2vw;
  color: #423030;
  line-height: 1em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.blog-ttl {
  font-size: 3.2vw;
  line-height: 1.3125;
}

.blog-excerpt {
  display: none;
}

.blog-manager {
  width: 9.3333333333vw;
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
}

.blog-manager img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .blog-post {
    width: 40.2777777778vw;
  }
  .blog-post:nth-child(n+2) {
    margin-top: 0;
  }
  .blog-post a {
    padding: 1.7361111111vw 2.4305555556vw 1.7361111111vw 1.5972222222vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.0138888889vw;
       -moz-column-gap: 2.0138888889vw;
            column-gap: 2.0138888889vw;
  }
  .blog-new {
    width: 4.3055555556vw;
    height: 3.6805555556vw;
    background-image: url(../img/common/icon_new.svg);
    background-size: contain;
    position: absolute;
    top: -1.8055555556vw;
    right: 2.2916666667vw;
    z-index: 2;
  }
  .blog-image {
    width: 12.5vw;
  }
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-content {
    width: calc(100% - 14.5138888889vw);
    margin-top: 0.7638888889vw;
  }
  .blog-ttl {
    font-size: 1.4583333333vw;
    line-height: 1.3333333333;
  }
  .blog-excerpt {
    display: block;
    margin-top: 0.6944444444vw;
    font-size: 0.9027777778vw;
    line-height: 1.5;
  }
  .blog-data {
    margin-top: 2.2222222222vw;
    margin-left: 0.6944444444vw;
  }
  .blog-date {
    font-size: 0.9722222222vw;
  }
  .blog-manager {
    width: 4.8611111111vw;
    bottom: 1.0416666667vw;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post {
    width: 580px;
  }
  .blog-post a {
    padding: 25px 35px 25px 23px;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
  .blog-new {
    width: 62px;
    height: 53px;
    top: -26px;
    right: 33px;
  }
  .blog-image {
    width: 180px;
  }
  .blog-content {
    width: calc(100% - 209px);
    margin-top: 11px;
  }
  .blog-ttl {
    font-size: 21px;
  }
  .blog-excerpt {
    margin-top: 10px;
    font-size: 13px;
  }
  .blog-data {
    margin-top: 32px;
    margin-left: 10px;
  }
  .blog-date {
    font-size: 14px;
  }
  .blog-manager {
    width: 70px;
    bottom: 15px;
    right: 20px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
.works-post a {
  position: relative;
  display: block;
}

.works-slide .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.works-slide .works-swiper--flex .swiper-slide a::before {
  display: none;
}

.works-slide .swiper-slide.swiper-slide-active a::before,
.works-slide .swiper-slide.swiper-slide-next a::before {
  background: rgba(254, 254, 254, 0);
}

.works-new {
  position: absolute;
  top: -2.6666666667vw;
  right: -0.6666666667vw;
  width: 14.8vw;
  height: 12.6666666667vw;
  background-image: url(../img/common/icon_new.svg);
  background-size: contain;
  z-index: 2;
}

.works-date {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 500;
}

.works-image {
  position: relative;
  margin-top: 3.2vw;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.works-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: 540/423;
}

.works-area {
  min-height: 5.3333333333vw;
  padding-right: 1.3333333333vw;
  background: #fefefe;
  border-radius: 10px 0 0 0;
  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;
  position: absolute;
  bottom: -0.1333333333vw;
  right: 0;
  z-index: 1;
}

.works-area-area {
  margin-right: 1.6vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4vw 1.2vw 0.4vw 4.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.works-area-area::before {
  content: "";
  width: 2.2666666667vw;
  height: 2.8vw;
  background: transparent url(../img/works/icon_area_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 1.0666666667vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.works-area-name {
  padding-left: 1.6vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.works-cat {
  margin-top: 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6666666667vw;
  z-index: 1;
}

.works-cat > li {
  padding: 0.2666666667vw 1.8666666667vw 0.4vw 1.8666666667vw;
  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;
  border-radius: 16px;
  border: 2px solid #423030;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
}

.works-content {
  padding-top: 4vw;
  position: relative;
}

.works-ttl {
  min-height: 8.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.3125;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .works-new {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.3055555556vw;
    height: 3.6805555556vw;
    background-image: url(../img/common/icon_new.svg);
    background-size: contain;
    z-index: 2;
  }
  .works-date {
    font-size: 0.9722222222vw;
  }
  .works-image {
    position: relative;
    margin-top: 1.1111111111vw;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
  }
  .works-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    aspect-ratio: 540/423;
  }
  .works-area {
    min-height: 2.5694444444vw;
    padding-right: 0.6944444444vw;
    background: #fefefe;
    border-radius: 10px 0 0 0;
    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;
    position: absolute;
    bottom: -0.0694444444vw;
    right: 0;
    z-index: 1;
  }
  .works-area-area {
    margin-right: 0.5555555556vw;
    padding: 0.2083333333vw 0.5555555556vw 0.2083333333vw 2.3611111111vw;
    font-size: 1.25vw;
  }
  .works-area-area::before {
    content: "";
    width: 0.9722222222vw;
    height: 1.1111111111vw;
    background: transparent url(../img/works/icon_area_sp.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 0.5555555556vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .works-area-name {
    padding-left: 0.4166666667vw;
    font-size: 1.25vw;
  }
  .works-cat {
    margin-top: 0.4166666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3472222222vw;
    z-index: 1;
  }
  .works-cat > li {
    padding: 0.2777777778vw 0.8333333333vw 0.3472222222vw 0.4166666667vw;
    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;
    border-radius: 13.5px;
    border: 2px solid #423030;
    font-size: 0.9722222222vw;
  }
  .works-content {
    padding-top: 0.7638888889vw;
    position: relative;
  }
  .works-ttl {
    min-height: 3.8194444444vw;
    font-size: 1.4583333333vw;
    line-height: 1.5238095238;
    font-weight: 500;
  }
}
@media screen and (min-width: 1441px) {
  .works-new {
    width: 62px;
    height: 53px;
  }
  .works-date {
    font-size: 14px;
  }
  .works-image {
    margin-top: 16px;
  }
  .works-area {
    min-height: 37PX;
    padding-right: 10px;
    bottom: -1px;
  }
  .works-area-area {
    margin-right: 8px;
    padding: 3px 8px 3px 34px;
    font-size: 18px;
  }
  .works-area-area::before {
    width: 14px;
    height: 16px;
    left: 8px;
  }
  .works-area-name {
    padding-left: 6px;
    font-size: 18px;
  }
  .works-cat {
    margin-top: 6px;
    gap: 5px;
  }
  .works-cat > li {
    padding: 4px 12px 5px 6px;
    font-size: 14px;
  }
  .works-content {
    padding-top: 11px;
  }
  .works-ttl {
    min-height: 55px;
    font-size: 21px;
  }
}
/* ------------------------------------------- term - */
.works-term {
  margin-left: -1.1805555556vw;
  padding: 2.0833333333vw;
  width: 49.5833333333vw;
  background-color: #e0e0e0;
  border-radius: 0.6944444444vw;
}

.works-term--page {
  margin-bottom: 2.7777777778vw;
}

@media screen and (min-width: 751px) {
  .works-term {
    margin: 0 auto;
    padding: 1.7361111111vw 2.4305555556vw;
    width: 55.5555555556vw;
    border-radius: 0.6944444444vw;
  }
  .works-term--page {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-term {
    padding: 25px 35px;
    width: 800px;
    border-radius: 10px;
  }
  .works-term--page {
    margin-bottom: 50px;
  }
}