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

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  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.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
}
/* utils
-------------------------------------------------------*/
.desc p {
  line-height: 1.78em;
}
.desc p:nth-child(n+2) {
  margin-top: 1em;
}

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

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

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

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

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

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

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

.lightboxOverlay {
  width: 100% !important;
}

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

.header--frt {
  height: 28vw;
}

.header--sub {
  height: 17.3333333333vw;
}

.header-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17.3333333333vw 0 2.6666666667vw;
  width: 100%;
  height: 17.3333333333vw;
}

.header-logo {
  width: 32.9333333333vw;
}

.header-logo a {
  display: block;
}

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

.header-review {
  margin-top: 0.3em;
  font-size: 2.6666666667vw;
}
.header-review span.score {
  display: inline-block;
  padding: 0 0.1em 0.1em 0.1em;
  background-color: #fbe815;
}
.header-review span.date {
  font-size: 2.1333333333vw;
}

.header--sub .header-bar {
  display: none;
}

@media screen and (max-width: 750px) {
  .header-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 2;
  }
  .header-drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-drawer-scroll {
    position: relative;
    padding: 20vw 0 10.6666666667vw 0;
    height: 100%;
    overflow-x: scroll;
  }
  .header-drawer-in {
    position: relative;
    margin: 0 auto;
    width: 90.1333333333vw;
  }
  .header-inquiry {
    margin: 17.3333333333vw auto 0 auto;
    width: 80vw;
  }
  .header-inquiry > div:nth-child(n+2) {
    margin-top: 4.6666666667vw;
  }
  .header-bar {
    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: 10.6666666667vw;
    background-color: #e6e6e6;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8.3333333333vw;
  }
  .header-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 15.2777777778vw;
    height: 8.3333333333vw;
  }
  .header-logo {
    width: 12.2916666667vw;
  }
  .header-content {
    padding-top: 5.1388888889vw;
    width: calc(100vw - 15.2777777778vw);
  }
  .header-drawer {
    padding-right: 15.2777777778vw;
  }
  .header-bar {
    position: absolute;
    top: 2.0833333333vw;
    left: 15.2777777778vw;
  }
  .header-label {
    font-size: 0.8333333333vw;
  }
  .header-review {
    font-size: 0.8333333333vw;
  }
  .header-review span.date {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 120px;
  }
  .header-head {
    width: 220px;
    height: 120px;
  }
  .header-logo {
    width: 177px;
  }
  .header-content {
    padding-top: 74px;
    width: calc(100vw - 220px);
  }
  .header-drawer {
    padding-right: 220px;
  }
  .header-bar {
    top: 30px;
    left: 220px;
  }
  .header-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-review {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-review span.date {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* ------------------------------------------- inquiry - */
.header-inquiry-reserve 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: 18.6666666667vw;
  background-color: #0099ce;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  -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);
}
.header-inquiry-reserve a > div {
  text-align: center;
}
.header-inquiry-reserve a p:nth-child(1) {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.2em 1em 0.3em 1em;
  background-color: #fbe815;
  color: #1ba6e0;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.header-inquiry-reserve a p:nth-child(2) {
  position: relative;
  color: #ffffff;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.header-inquiry-reserve a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.6666666667vw;
  display: inline-block;
  width: 7.2vw;
  height: 7.8666666667vw;
  background-image: url(../img/common/loupe-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.header-inquiry-reserve a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/arrow-sty2-wb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.6666666667vw;
}

.header-inquiry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.3333333333vw;
  width: 38.6666666667vw;
  height: 13.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  -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);
}
.header-inquiry-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.7333333333vw;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-inquiry-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4vw;
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-inquiry-btn a span {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.header-inquiry-btn--mail {
  background-color: #252525;
}
.header-inquiry-btn--mail:before {
  width: 4.2666666667vw;
  height: 3.0666666667vw;
  background-image: url(../img/common/mail-wh.svg);
}
.header-inquiry-btn--mail:after {
  background-image: url(../img/common/arrow-sty2-wk.svg);
}

.header-inquiry-btn--line {
  background-color: #3eca27;
}
.header-inquiry-btn--line:before {
  width: 4.8vw;
  height: 4.4vw;
  background-image: url(../img/common/chat-wh.svg);
}
.header-inquiry-btn--line:after {
  background-image: url(../img/common/arrow-sty2-wg.svg);
}

.header-inquiry-tel-balloon {
  position: absolute;
  top: -10vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
  height: 6.6666666667vw;
  background-color: #fbe815;
  border-radius: 3.3333333333vw;
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-inquiry-tel-balloon:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 1.0666666667vw 0 1.0666666667vw;
  border-color: #fbe815 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-inquiry-tel-balloon span {
  font-size: 3.7333333333vw;
}

.header-inquiry-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6.4vw;
}
.header-inquiry-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 6.9333333333vw;
  background-image: url(../img/common/call-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-inquiry-num p:nth-child(1) {
  margin-right: 0.5em;
  font-size: 2.9333333333vw;
  line-height: 1.18em;
  letter-spacing: 0;
}
.header-inquiry-num p:nth-child(2) {
  font-family: "Anton";
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0;
}

.header-inquiry-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3em;
}
.header-inquiry-time dt {
  margin-right: 1em;
  font-size: 2.4vw;
  font-weight: 700;
}
.header-inquiry-time dd {
  font-family: "Lato";
  font-size: 2.9333333333vw;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .header-inquiry-tel a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 5.3333333333vw;
    height: 17.3333333333vw;
    background-color: #ffffff;
    border-color: #1ba6e0;
    border-style: solid;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
  }
  .header-inquiry-tel a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    display: inline-block;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    background-image: url(../img/common/arrow-sty2-bw.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .header-inquiry {
    position: absolute;
    top: 1.0416666667vw;
    right: 2.0833333333vw;
    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;
    width: auto;
    z-index: 1;
  }
  .header-inquiry-reserve {
    position: relative;
    top: -1.0416666667vw;
    margin-left: 0.6944444444vw;
    width: 7.3611111111vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-inquiry-reserve a {
    padding-left: 0;
    height: 6.9444444444vw;
    border-color: #0099ce !important;
    border-width: 0.1388888889vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .header-inquiry-reserve a p:nth-child(1) {
    margin-bottom: 3.1944444444vw;
    padding: 0.2em 0.5em 0.3em 0.5em;
    font-size: 0.9027777778vw;
  }
  .header-inquiry-reserve a p:nth-child(2) {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-inquiry-reserve a:before {
    top: 2.4305555556vw;
    left: 50%;
    width: 2.1527777778vw;
    height: 2.3611111111vw;
    -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%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .header-inquiry-reserve a:after {
    content: none;
  }
  .header-inquiry-reserve a:hover {
    background-color: #ffffff;
    border-color: #0099ce;
  }
  .header-inquiry-reserve a:hover p:nth-child(2) {
    color: #0099ce;
  }
  .header-inquiry-reserve a:hover:before {
    background-image: url(../img/common/loupe-bl.svg);
  }
  .header-inquiry-btn {
    display: block;
    margin: 0 0 0 1.3888888889vw;
    width: 6.9444444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-inquiry-btn a {
    padding-left: 1.7361111111vw;
    width: 100%;
    height: 1.7361111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .header-inquiry-btn a:before {
    left: 0.5555555556vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-inquiry-btn a:after {
    content: none;
  }
  .header-inquiry-btn a span {
    font-size: 0.9027777778vw;
  }
  .header-inquiry-btn a:nth-child(n+2) {
    margin-top: 0.8333333333vw;
  }
  .header-inquiry-btn--mail {
    border-color: #252525 !important;
  }
  .header-inquiry-btn--mail:before {
    width: 1.1111111111vw;
    height: 0.8333333333vw;
  }
  .header-inquiry-btn--mail:hover {
    background-color: #ffffff;
  }
  .header-inquiry-btn--mail:hover span {
    color: #252525;
  }
  .header-inquiry-btn--mail:hover:before {
    background-image: url(../img/common/mail-bk.svg);
  }
  .header-inquiry-btn--line {
    border-color: #3eca27 !important;
  }
  .header-inquiry-btn--line:before {
    width: 1.3194444444vw;
    height: 1.1805555556vw;
  }
  .header-inquiry-btn--line:hover {
    background-color: #ffffff;
  }
  .header-inquiry-btn--line:hover span {
    color: #3eca27;
  }
  .header-inquiry-btn--line:hover:before {
    background-image: url(../img/common/chat-gr.svg);
  }
  .header-inquiry-tel {
    text-align: center;
  }
  .header-inquiry-tel-ttl {
    margin-bottom: 0.2777777778vw;
    display: inline-block;
    padding: 0.2em 0.05em;
    background-color: #fbe815;
    height: 1.1111111111vw;
    font-size: 0.7638888889vw;
  }
  .header-inquiry-num {
    padding-left: 0;
  }
  .header-inquiry-num:before {
    left: -1.7361111111vw;
    width: 1.3888888889vw;
    height: 1.9444444444vw;
  }
  .header-inquiry-num p:nth-child(1) {
    font-size: 0.7638888889vw;
    line-height: 1.25em;
  }
  .header-inquiry-num p:nth-child(2) {
    font-size: 2.2222222222vw;
  }
  .header-inquiry-time {
    display: block;
    margin: 0 0 0 0.5em;
    text-align: left;
  }
  .header-inquiry-time dt {
    margin-left: 0;
    font-size: 0.7638888889vw;
  }
  .header-inquiry-time dd {
    margin-top: 0.3em;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-inquiry {
    top: 15px;
    right: 30px;
  }
  .header-inquiry-reserve {
    top: -15px;
    margin-left: 10px;
    width: 106px;
  }
  .header-inquiry-reserve a {
    height: 100px;
    border-width: 2px;
    border-radius: 0 0 5px 5px;
  }
  .header-inquiry-reserve a p:nth-child(1) {
    margin-bottom: 46px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-inquiry-reserve a p:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-inquiry-reserve a:before {
    top: 35px;
    width: 31px;
    height: 34px;
  }
  .header-inquiry-btn {
    margin-left: 20px;
    width: 110px;
  }
  .header-inquiry-btn a {
    padding-left: 25px;
    height: 25px;
    border-width: 2px;
    border-radius: 5px;
  }
  .header-inquiry-btn a:before {
    left: 8px;
  }
  .header-inquiry-btn a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-inquiry-btn a:nth-child(n+2) {
    margin-top: 12px;
  }
  .header-inquiry-btn--mail:before {
    width: 16px;
    height: 12px;
  }
  .header-inquiry-btn--line:before {
    width: 19px;
    height: 17px;
  }
  .header-inquiry-tel-ttl {
    margin-bottom: 4px;
    height: 16px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-inquiry-num:before {
    left: -25px;
    width: 20px;
    height: 28px;
  }
  .header-inquiry-num p:nth-child(1) {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-inquiry-num p:nth-child(2) {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header-inquiry-time dt {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-inquiry-time dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents--frt {
    padding-top: 28vw;
  }
  .contents--sub {
    padding-top: 17.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .contents {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 120px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-top: 78.6666666667vw;
  padding: 70vw 0 21.3333333333vw 0;
  background-color: #202733;
}

.footer .inquiry {
  position: absolute;
  top: -66.6666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

@media screen and (min-width: 751px) {
  .footer {
    margin-top: 14.5833333333vw;
    padding: 13.1944444444vw 0 0 0;
  }
  .footer .inquiry {
    top: -9.0277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    margin-top: 210px;
    padding-top: 190px;
  }
  .footer .inquiry {
    top: -130px;
  }
}
/* ------------------------------------------- top - */
.footer-top {
  position: relative;
  margin: 0 auto;
  width: 86.6666666667vw;
}

.footer-info {
  margin-top: 13.3333333333vw;
}

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

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

.footer-data {
  margin-top: 5.3333333333vw;
}

.footer-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.2em 0;
}

.footer-data dl dt {
  position: relative;
  width: 18.6666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}
.footer-data dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8vw 0 0.8vw 1.6vw;
  border-color: transparent transparent transparent #1ba6e0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-data dl dd {
  width: calc(100% - 21.3333333333vw);
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

@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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 69.4444444444vw;
  }
  .footer-info {
    margin: 0;
    width: 22.2222222222vw;
  }
  .footer-logo {
    margin: 0;
    width: 14.8611111111vw;
  }
  .footer-data {
    margin-top: 1.7361111111vw;
  }
  .footer-data dl dt {
    width: 4.5138888889vw;
    font-size: 0.8333333333vw;
  }
  .footer-data dl dt:after {
    border-width: 0.2083333333vw 0 0.2083333333vw 0.3472222222vw;
  }
  .footer-data dl dd {
    width: calc(100% - 5.2083333333vw);
    font-size: 0.8333333333vw;
  }
  .footer-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 45.1388888889vw;
  }
  .footer-navi > div > ul:nth-child(n+2),
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 0.8em;
  }
  .footer-navi-menu li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 0.9722222222vw;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-menu li a:hover {
    color: #1ba6e0;
  }
  .footer-navi-head {
    position: relative;
    color: #ffffff;
    font-size: 0.9722222222vw;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.1em;
  }
  .footer-navi-head a {
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-head a:hover {
    color: #1ba6e0;
  }
  .footer-navi-child {
    position: relative;
    margin: 0.6944444444vw 0 0 1.0416666667vw;
  }
  .footer-navi-child li a {
    position: relative;
    display: block;
    padding: 0.4em 0;
    color: #989898;
    font-size: 0.9027777778vw;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child li a:hover {
    color: #1ba6e0;
  }
}
@media screen and (min-width: 1441px) {
  .footer-top {
    width: 1000px;
  }
  .footer-info {
    width: 320px;
  }
  .footer-logo {
    width: 214px;
  }
  .footer-data {
    margin-top: 25px;
  }
  .footer-data dl dt {
    width: 65px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-data dl dt:after {
    border-width: 3px 0 3px 5px;
  }
  .footer-data dl dd {
    width: calc(100% - 75px);
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-navi {
    width: 650px;
  }
  .footer-navi > div > ul:nth-child(n+2),
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .footer-navi-menu li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-navi-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-navi-child {
    margin: 10px 0 0 15px;
  }
  .footer-navi-child li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  margin: 9.3333333333vw auto 0 auto;
  padding-top: 8.6666666667vw;
  width: 89.0666666667vw;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/footer/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.footer-copy {
  margin-top: 6.6666666667vw;
  color: #848484;
  font-size: 2.9333333333vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.4722222222vw;
    padding: 0;
    width: 74.3055555556vw;
    height: 4.8611111111vw;
  }
  .footer-bottom:before {
    content: none;
  }
  .footer-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 0.8333333333vw;
    letter-spacing: 0.1em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    margin-top: 50px;
    width: 1070px;
    height: 70px;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  z-index: 1;
}
.btn-main span {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-main--arrow:after {
  right: 2vw;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
}

.btn-main--bl {
  background-color: #1ba6e0;
  border-color: #1ba6e0;
}
.btn-main--bl span {
  color: #ffffff;
}
.btn-main--bl:after {
  background-image: url(../img/common/arrow-sty2-wb.svg);
}

.btn-main--wh {
  background-color: #ffffff;
  border-color: #1ba6e0;
}
.btn-main--wh span {
  color: #252525;
}
.btn-main--wh:after {
  background-image: url(../img/common/arrow-sty2-bw.svg);
}

.btn-main--ye {
  background-color: #fbe815;
  border-color: #fbe815;
}
.btn-main--ye span {
  color: #252525;
}
.btn-main--ye:after {
  background-image: url(../img/common/arrow-sty2-wb.svg);
}

.btn-main--og {
  background-color: #FF6C00;
  border-color: #FF6C00;
}
.btn-main--og span {
  color: #ffffff;
}
.btn-main--og:after {
  background-image: url(../img/common/arrow-sty2-wo.svg);
}

.btn-main--external {
  padding-right: 1.3333333333vw;
  background-color: #ffffff;
  border-color: #58a9e2;
}
.btn-main--external:after {
  right: 2.6666666667vw;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/external-bl.svg);
}

.btn-main--margin {
  padding-right: 5.3333333333vw;
}

.btn-main--balloon {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(73, 73, 73, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(73, 73, 73, 0.5);
}
.btn-main--balloon p {
  position: absolute;
  top: -3.2vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em 0.1em 2.25em;
  height: 4.5333333333vw;
  background-color: #1ba6e0;
  border-radius: 2.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn-main--balloon p:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 0.9333333333vw 0 0.9333333333vw;
  border-color: #1ba6e0 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding: 1.1805555556vw 0;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .btn-main span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-main:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-main--arrow:after {
    right: 0.6944444444vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .btn-main--external {
    padding-right: 0.6944444444vw;
  }
  .btn-main--external:after {
    right: 1.0416666667vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .on--btn:hover .btn-main--bl,
  .btn-main--bl:hover {
    background-color: #ffffff;
  }
  .on--btn:hover .btn-main--bl span,
  .btn-main--bl:hover span {
    color: #1ba6e0;
  }
  .on--btn:hover .btn-main--bl:after,
  .btn-main--bl:hover:after {
    background-image: url(../img/common/arrow-sty2-bw.svg);
  }
  .on--btn:hover .btn-main--wh,
  .btn-main--wh:hover {
    background-color: #1ba6e0;
  }
  .on--btn:hover .btn-main--wh span,
  .btn-main--wh:hover span {
    color: #ffffff;
  }
  .on--btn:hover .btn-main--wh:after,
  .btn-main--wh:hover:after {
    background-image: url(../img/common/arrow-sty2-wb.svg);
  }
  .on--btn:hover .btn-main--ye,
  .btn-main--ye:hover {
    background-color: #ffffff;
  }
  .on--btn:hover .btn-main--ye:after,
  .btn-main--ye:hover:after {
    background-image: url(../img/common/arrow-sty2-bw.svg);
  }
  .on--btn:hover .btn-main--og,
  .btn-main--og:hover {
    background-color: #ffffff;
  }
  .on--btn:hover .btn-main--og span,
  .btn-main--og:hover span {
    color: #FF6C00;
  }
  .on--btn:hover .btn-main--og:after,
  .btn-main--og:hover:after {
    background-image: url(../img/common/arrow-sty2-og.svg);
  }
  .btn-main--external:hover {
    background-color: #58a9e2;
  }
  .btn-main--external:hover span {
    color: #ffffff;
  }
  .btn-main--external:hover:after {
    background-image: url(../img/common/external-wh.svg);
  }
  .btn-main--margin {
    padding-right: 1.3888888889vw;
  }
  .btn-main--balloon p {
    top: -1.6666666667vw;
    padding: 0 1em 0.1em 1.25em;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.1111111111vw;
  }
  .btn-main--balloon p:after {
    top: 80%;
    border-width: 1.0416666667vw 0.4861111111vw 0 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    padding: 17px 0;
    border-width: 3px;
    border-radius: 10px;
  }
  .btn-main span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-main--arrow:after {
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .btn-main--external {
    padding-right: 10px;
  }
  .btn-main--external:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .btn-main--margin {
    padding-right: 20px;
  }
  .btn-main--balloon p {
    top: -24px;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-main--balloon p:after {
    border-width: 15px 7px 0 7px;
  }
}
/* ------------------------------------------- sub - */
.btn-sub {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 7.3333333333vw;
  height: 5.3333333333vw;
}
.btn-sub span {
  padding-bottom: 0.1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.btn-sub:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-sty2-bw.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-sub--bk span {
  color: #252525;
}

.btn-sub--wh span {
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .btn-sub {
    padding-right: 2.4305555556vw;
    height: 1.6666666667vw;
  }
  .btn-sub span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-sub:after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn-sub:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .btn-sub--bk:hover span {
    color: #1ba6e0;
  }
  .btn-sub--bk:hover:after {
    background-image: url(../img/common/arrow-sty2-wb.svg);
  }
  .btn-sub--wh:hover span {
    color: #e2e2e2;
  }
  .btn-sub--wh:hover:after {
    background-image: url(../img/common/arrow-sty2-gb.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-sub {
    padding-right: 35px;
    height: 24px;
  }
  .btn-sub span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-sub:after {
    width: 24px;
    height: 24px;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 14.6666666667vw;
  background-color: #202733;
  z-index: 6666;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 97.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: 12vw;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  -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);
}

.float-btn--reserve {
  /* width: 53.3333333333vw; */
  width: 31vw;
  background-color: #0099ce;
  border-color: #ffffff;
  flex-direction: column;
}
.float-btn--reserve > div {
  margin-right: 1.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.3333333333vw;
  height: 8vw;
  background-color: #fbe815;
  border-radius: 4vw;
  width: 23vw;
  height: 4vw;
  margin-bottom: 0.25em;
  margin-left: 7vw;
}
.float-btn--reserve > div span {
  display: inline-block;
  color: #1ba6e0;
  font-size: 2vw;
  font-weight: 700;
  text-indent: 0.5em;
  text-align: center;
  line-height: 1.15em;
  letter-spacing: 0;
}
.float-btn--reserve > p {
  position: relative;
  padding-left: 5.0666666667vw;
  color: #ffffff;
  font-size: 3.7vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.float-btn--reserve > p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4.1333333333vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/loupe-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.float-btn--reserve.--seminar {
  background-color: #ff6c00;
  text-align: center;
}
.float-btn--reserve.--seminar p::before {
  background-image: url(../img/common/seminar-wh.png);
  top: 50%;
}

.float-btn--tel,
.float-btn--mail,
.float-btn--line {
  padding-top: 7.0666666667vw;
  width: 13.3333333333vw;
}
.float-btn--tel span,
.float-btn--mail span,
.float-btn--line span {
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
}
.float-btn--tel:before,
.float-btn--mail:before,
.float-btn--line:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.float-btn--tel {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.float-btn--tel span {
  color: #252525;
}
.float-btn--tel:before {
  top: 1.3333333333vw;
  width: 3.8666666667vw;
  height: 5.2vw;
  background-image: url(../img/common/call-bk.svg);
}

.float-btn--mail {
  background-color: #252525;
  border-color: #ffffff;
}
.float-btn--mail span {
  color: #ffffff;
}
.float-btn--mail:before {
  top: 2.2666666667vw;
  width: 5.4666666667vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/mail-wh.svg);
}

.float-btn--line {
  background-color: #3eca27;
  border-color: #ffffff;
}
.float-btn--line span {
  color: #ffffff;
}
.float-btn--line:before {
  top: 1.6vw;
  width: 5.6vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/chat-wh.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  follow
-------------------------------------------------------------------------------*/
.follow {
  position: fixed;
  top: 50%;
  right: 1.3888888889vw;
  margin-top: 4.1666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
}

.follow a {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -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-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}
.follow a:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 0.8;
}

.follow a:nth-child(1) {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
}

.follow a:nth-child(n+2) {
  margin-top: 0.6944444444vw;
  width: 6.25vw;
  height: 6.25vw;
}

@media screen and (min-width: 1441px) {
  .follow {
    right: 20px;
    margin-top: 60px;
  }
  .follow a:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  .follow a:nth-child(n+2) {
    margin-top: 10px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  form
-------------------------------------------------------------------------------*/
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  #logo-name-1 {
    display: none;
  }
  #logo-name-2 {
    display: block;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-image: url(../img/common/dashed.svg);
    background-size: auto 0.2666666667vw;
    background-repeat: repeat-x;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url(../img/header/plus.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .navi > li > div.navi-parent:nth-child(1).is-open:after {
    background-image: url(../img/header/minus.svg);
  }
  .navi > li > div:not(.navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-menu {
    position: relative;
    padding: 4vw 12vw 4vw 1.3333333333vw;
    width: 100%;
  }
  .navi-menu:hover {
    cursor: pointer;
  }
  .navi-menu-jp {
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .navi-menu-en {
    margin-top: 0.5em;
    color: #1ba6e0;
    font-size: 2.9333333333vw;
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin-left: auto;
    padding-bottom: 6vw;
    width: 74.6666666667vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 2vw 0 2vw 6vw;
    color: #808080;
    font-size: 3.4666666667vw;
  }
  .navi-submenu-list a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    background-color: #808080;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  #logo-name-1 {
    display: block;
  }
  #logo-name-2 {
    display: none;
  }
  .navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.1944444444vw;
    z-index: 2;
  }
  .navi > li {
    position: relative;
  }
  .navi-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.7361111111vw;
    height: 3.1944444444vw;
    text-align: center;
  }
  .navi-menu:after {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3472222222vw 0.3472222222vw 0 0.3472222222vw;
    border-color: #f6f6f6 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navi-menu:hover:after {
    border-color: #1ba6e0 transparent transparent transparent;
  }
  .navi-menu-jp {
    font-size: 1.0416666667vw;
  }
  .navi-menu-en {
    display: none;
  }
  .navi > li:first-child .navi-menu-jp {
    display: none;
  }
  .navi > li:first-child .navi-menu-en {
    display: block;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.6944444444vw;
    display: inline-block;
    margin-top: 0.1em;
    width: 0.7638888889vw;
    height: 0.4861111111vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 13.8888888889vw;
    height: auto;
    background-color: #ffffff;
    border-color: #1ba6e0;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi--recommend .navi-submenu {
    width: 19.4444444444vw;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    color: #808080;
    font-size: 0.9722222222vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.0694444444vw;
    background-image: url(../img/common/dashed.svg);
    background-size: auto 0.0694444444vw;
    background-repeat: repeat-x;
  }
  .navi-submenu-list a:hover {
    color: #0099ce;
  }
  .navi-submenu-list a:last-child {
    content: none;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    height: 46px;
  }
  .navi-menu {
    padding: 0 30px;
    height: 46px;
  }
  .navi-menu:after {
    border-width: 5px 5px 0 5px;
  }
  .navi-menu-jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navi-parent .navi-menu:before {
    right: 10px;
    width: 11px;
    height: 7px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 200px;
    border-width: 2px;
    border-radius: 10px;
  }
  .navi--recommend .navi-submenu {
    width: 280px;
  }
  .navi-submenu-list a {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navi-submenu-list a:after {
    height: 1px;
    background-size: auto 1px;
  }
}
/*  new
-------------------------------------------------------------------------------*/
.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 0.5em 0.1em 0.35em;
  height: 4vw;
  background-color: #fbe815;
  font-family: "Anton";
  font-size: 2.9333333333vw;
  font-style: italic;
  font-weight: 400;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .new {
    height: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .new {
    height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

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

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

.sec-en {
  position: relative;
  margin-bottom: 0.7em;
  color: #1ba6e0;
  font-family: "Anton";
  font-size: 5.3333333333vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sec-catch {
  margin-bottom: 1.3em;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.45em;
}

.sec-ttl {
  position: relative;
  font-size: 7.4666666667vw;
  font-weight: 800;
  line-height: 1.25em;
}
.sec-ttl span {
  color: #1ba6e0;
}

.sec-desc {
  position: relative;
  margin-top: 4.6666666667vw;
}
.sec-desc p {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.75em;
}

.sec-btn {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-en {
    font-size: 1.4583333333vw;
  }
  .sec-catch {
    font-size: 1.25vw;
    line-height: 1.5em;
  }
  .sec-ttl {
    font-size: 3.3333333333vw;
    line-height: 1.35em;
  }
  .sec-desc {
    margin-top: 1.7361111111vw;
  }
  .sec-desc p {
    font-size: 1.1111111111vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec-desc {
    margin-top: 25px;
  }
  .sec-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 0.6944444444vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 10px !important;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
}

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

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

.swiper-invalid .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-invalid .slide-prev,
.swiper-invalid .slide-next {
  display: none;
}

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slide-prev:hover {
    background-image: url(../img/slide/prev-gy.svg);
  }
  .slide-next:hover {
    background-image: url(../img/slide/next-gy.svg);
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 50px;
    height: 50px;
  }
}
/* sns
-------------------------------------------------------------------------------*/
.sns {
  position: relative;
}

.sns a {
  display: block;
  border-color: #c8c8c8;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .sns {
    margin: 0 auto;
    width: 80vw;
  }
  .sns a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .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: 3.4722222222vw;
  }
  .sns a {
    width: 12.7777777778vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
  }
  .sns a:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .sns--instagram {
    border-color: #c8c8c8;
  }
  .sns--x {
    border-color: #777777;
  }
  .sns--facebook {
    border-color: #0866ff;
  }
  .sns--line {
    border-color: #3eca27;
  }
  .sns--youtube {
    border-color: #00008b;
  }
}
@media screen and (min-width: 1441px) {
  .sns {
    margin-top: 50px;
  }
  .sns a {
    width: 184px;
    border-width: 1px;
    border-radius: 3px;
  }
  .sns a:nth-child(n+2) {
    margin-left: 20px;
  }
}
/*  subnavi
-------------------------------------------------------------------------------*/
.subnavi a {
  display: block;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .subnavi {
    text-align: center;
  }
  .subnavi a:nth-child(n+2) {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .subnavi a {
    font-size: 0.8333333333vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subnavi a:hover {
    color: #1ba6e0;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 35px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  z-index: 8888;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  position: relative;
  padding: 6.6666666667vw 4.9333333333vw 6.6666666667vw 4.9333333333vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 2.6666666667vw;
}

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

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

.area-en {
  color: #1ba6e0;
  font-family: "Anton";
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0;
}

.area-ttl {
  position: relative;
  margin-top: 0.5em;
  color: #1ba6e0;
  font-size: 3.7333333333vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.area-target {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.65em;
}
.area-target span {
  position: relative;
  z-index: 1;
}
.area-target span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 20%;
  background-color: #fbe815;
  z-index: -1;
}

.area-desc {
  margin-top: 2vw;
}
.area-desc p {
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.4em;
}
.area-desc p a {
  position: relative;
  color: #1ba6e0;
}
.area-desc p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1ba6e0;
}

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

.area-add {
  margin-top: 1em;
  line-height: 1.4em;
}

.area-map {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 3.4722222222vw;
    width: 63.1944444444vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
  }
  .area-pillar {
    padding: 2.7777777778vw 1.3888888889vw 2.7777777778vw 3.4722222222vw;
  }
  .area-content {
    width: 29.5138888889vw;
    text-align: left;
  }
  .area-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.6944444444vw;
  }
  .area-en {
    font-size: 3.6111111111vw;
  }
  .area-ttl {
    margin-left: 1em;
    font-size: 0.9722222222vw;
  }
  .area-target {
    font-size: 1.6666666667vw;
  }
  .area-desc {
    margin-top: 1em;
  }
  .area-desc p {
    font-size: 1.1111111111vw;
    text-align: left;
    line-height: 1.75em;
  }
  .area-desc p a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .area-desc p a:after {
    height: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .area-desc p a:hover {
    color: #dbdbdb;
  }
  .area-desc p a:hover:after {
    background-color: #dbdbdb;
  }
  .area-notes p {
    font-size: 0.875em;
  }
  .area-map {
    margin: 0;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding: 20px 20px 20px 50px;
    width: 910px;
    border-width: 3px;
    border-radius: 20px;
  }
  .area-pillar {
    padding: 40px 20px 40px 50px;
  }
  .area-content {
    width: 400px;
  }
  .area-head {
    margin-bottom: 10px;
  }
  .area-en {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .area-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area-target {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .area-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-desc p a:after {
    height: 2px;
  }
  .area-map {
    width: 360px;
  }
}
/*  #bnr
-------------------------------------------------------------------------------*/
.bnr {
  margin: 13.3333333333vw auto;
  width: 80vw;
}

.bnr a {
  display: inline-block;
  border-color: #c8c8c8;
  border-style: solid;
  border-width: 1px;
}

@media screen and (max-width: 750px) {
  .bnr a:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4.1666666667vw auto;
    width: 72.2222222222vw;
  }
  .bnr a {
    width: 22.2222222222vw;
    border-width: 0.0694444444vw;
  }
  .bnr a:nth-child(n+2) {
    margin-left: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .bnr {
    margin: 60px auto;
    width: 1040px;
  }
  .bnr a {
    width: 320px;
    border-width: 1px;
  }
  .bnr a:nth-child(n+2) {
    margin-left: 40px;
  }
}
/* flow
-------------------------------------------------------------------------------*/
.flow {
  position: relative;
  z-index: 1;
}

.flow > li {
  position: relative;
}

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

.flow-num {
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 6.6666666667vw;
  background-color: #1ba6e0;
  color: #ffffff;
  font-family: "Anton";
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.flow-num span {
  margin-left: 0.25em;
}

.flow-ttl {
  position: relative;
  margin-bottom: 0.5em;
  color: #1ba6e0;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
}

.flow-desc p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.flow-desc p:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .flow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6vw;
    width: 1.0666666667vw;
    height: calc(100% - 77.3333333333vw);
    background-color: #1ba6e0;
    z-index: -1;
  }
  .flow > li:nth-child(n+2) {
    margin-top: 8.6666666667vw;
  }
  .flow-content {
    margin-left: auto;
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.3888888889vw;
  }
  .flow > li {
    margin-left: 1.3888888889vw;
    width: calc(25% - 1.3888888889vw);
  }
  .flow > li:nth-child(n+5) {
    margin-top: 3.4722222222vw;
  }
  .flow-num {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .flow-image {
    margin-bottom: 1.0416666667vw;
  }
  .flow-ttl {
    font-size: 1.3888888889vw;
    text-align: center;
  }
  .flow-desc p {
    font-size: 1.0416666667vw;
  }
  .flow > li:nth-child(1) .flow-image:before,
  .flow > li:nth-child(5) .flow-image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.3472222222vw;
    background-color: #1ba6e0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    margin-left: -20px;
  }
  .flow > li {
    margin-left: 20px;
    width: calc(25% - 20px);
  }
  .flow > li:nth-child(n+5) {
    margin-top: 50px;
  }
  .flow-num {
    top: 10px;
    left: 10px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .flow-image {
    margin-bottom: 15px;
  }
  .flow-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .flow-desc p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .flow > li:nth-child(1) .flow-image:before,
  .flow > li:nth-child(5) .flow-image:before {
    width: 1000px;
    height: 5px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  margin-top: 5.3333333333vw;
  z-index: 2;
}
.inquiry:before {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  width: 150vw;
  height: 80.6666666667vw;
  background: repeating-linear-gradient(135deg, #0099ce, #0099ce 2.6666666667vw, #089cd0 2vw, #089cd0 4.6666666667vw);
  -webkit-transform: translateX(-50%) rotate(-3deg);
          transform: translateX(-50%) rotate(-3deg);
  z-index: -1;
}

.inquiry-ttl {
  color: #ffffff;
  font-size: 5.8666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0;
}
.inquiry-ttl span {
  font-size: 8.8vw;
}

.inquiry-box {
  position: relative;
  margin: 3.3333333333vw auto 0 auto;
  padding: 3.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  width: 92vw;
  background-color: #ffffff;
  border-radius: 4vw;
  z-index: 1;
}

.inquiry-reserve 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: 18.6666666667vw;
  background-color: #0099ce;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  -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);
}
.inquiry-reserve a > div {
  text-align: center;
}
.inquiry-reserve a p:nth-child(1) {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.2em 1em 0.3em 1em;
  background-color: #fbe815;
  color: #1ba6e0;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.inquiry-reserve a p:nth-child(2) {
  position: relative;
  color: #ffffff;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.inquiry-reserve a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.6666666667vw;
  display: inline-block;
  width: 7.2vw;
  height: 7.8666666667vw;
  background-image: url(../img/common/loupe-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.inquiry-reserve a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/arrow-sty2-wb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.inquiry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.3333333333vw;
  width: 38.6666666667vw;
  height: 13.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  -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);
}
.inquiry-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.7333333333vw;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4vw;
  display: inline-block;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-btn a span {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.inquiry-btn--mail {
  background-color: #252525;
}
.inquiry-btn--mail:before {
  width: 4.2666666667vw;
  height: 3.0666666667vw;
  background-image: url(../img/common/mail-wh.svg);
}
.inquiry-btn--mail:after {
  background-image: url(../img/common/arrow-sty2-wk.svg);
}

.inquiry-btn--line {
  background-color: #3eca27;
}
.inquiry-btn--line:before {
  width: 4.8vw;
  height: 4.4vw;
  background-image: url(../img/common/chat-wh.svg);
}
.inquiry-btn--line:after {
  background-image: url(../img/common/arrow-sty2-wg.svg);
}

.inquiry-tel {
  position: relative;
  margin-top: 26.6666666667vw;
}
.inquiry-tel:before {
  content: "";
  position: absolute;
  top: -26vw;
  left: 2vw;
  display: inline-block;
  width: 74.1333333333vw;
  height: 36.5333333333vw;
  /* background-image: url(../img/inquiry/staff_sp.png);
  background-size: contain; */
}

.inquiry-tel-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6vw;
  padding: 0 1.75em 0 2.75em;
  height: 4.5333333333vw;
  background-color: #fbe815;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
}

.inquiry-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6.4vw;
}
.inquiry-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.3333333333vw;
  height: 6.9333333333vw;
  background-image: url(../img/common/call-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-num p:nth-child(1) {
  margin-right: 0.5em;
  font-size: 2.9333333333vw;
  line-height: 1.18em;
  letter-spacing: 0;
}
.inquiry-num p:nth-child(2) {
  font-family: "Anton";
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0;
}

.inquiry-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3em;
}
.inquiry-time dt {
  margin-right: 1em;
  font-size: 2.4vw;
}
.inquiry-time dd {
  font-family: "Lato";
  font-size: 2.9333333333vw;
  font-weight: 400;
}

.inquiry--contact .inquiry-ttl span {
  font-size: 8vw;
}

@media screen and (max-width: 750px) {
  .inquiry-tel a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24vw;
    background-color: #ffffff;
    border-color: #1ba6e0;
    border-style: solid;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
  }
  .inquiry-tel a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2vw;
    display: inline-block;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    background-image: url(../img/common/arrow-sty2-bw.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry--contact:before {
    height: 53.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    margin-top: 1.3888888889vw;
  }
  .inquiry:before {
    top: -1.3888888889vw;
    height: 14.9305555556vw;
    background: repeating-linear-gradient(135deg, #0099ce, #0099ce 1.3888888889vw, #089cd0 1.0416666667vw, #089cd0 2.4305555556vw);
    -webkit-transform: translateX(-50%) rotate(-2deg);
            transform: translateX(-50%) rotate(-2deg);
  }
  .inquiry-ttl {
    font-size: 2.5vw;
  }
  .inquiry-ttl span {
    font-size: 3.3333333333vw;
  }
  .inquiry-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.0416666667vw auto 0 auto;
    padding: 1.7361111111vw 2.0833333333vw 1.7361111111vw 9.0277777778vw;
    width: 68.0555555556vw;
    border-radius: 0.3472222222vw;
  }
  .inquiry-box:before {
    content: "";
    position: absolute;
    top: -8.125vw;
    left: -14.2361111111vw;
    display: inline-block;
    width: 20.4861111111vw;
    height: 19.375vw;
    /* background-image: url(../img/inquiry/staff.png);
    background-image: image-set(url(../img/inquiry/staff.png) 1x, url(../img/inquiry/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/staff.png) 1x, url(../img/inquiry/staff-2x.png) 2x); */
    background-size: contain;
  }
  .inquiry-reserve {
    width: 20.1388888889vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .inquiry-reserve a {
    padding-left: 0.6944444444vw;
    height: 6.9444444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .inquiry-reserve a p:nth-child(1) {
    padding: 0.2em 0.5em 0.3em 0.5em;
    font-size: 1.1111111111vw;
  }
  .inquiry-reserve a p:nth-child(2) {
    font-size: 2.0833333333vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .inquiry-reserve a:before {
    left: 0.8333333333vw;
    width: 2.2222222222vw;
    height: 2.4305555556vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .inquiry-reserve a:after {
    right: 0.6944444444vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .inquiry-reserve a:hover {
    background-color: #ffffff;
    border-color: #0099ce;
  }
  .inquiry-reserve a:hover p:nth-child(2) {
    color: #0099ce;
  }
  .inquiry-reserve a:hover:before {
    background-image: url(../img/common/loupe-bl.svg);
  }
  .inquiry-reserve a:hover:after {
    background-image: url(../img/common/arrow-sty2-bw.svg);
  }
  .inquiry-btn {
    display: block;
    margin-top: 0;
    width: 12.5vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inquiry-btn a {
    padding-left: 0.6944444444vw;
    width: 100%;
    height: 2.6388888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .inquiry-btn a:before {
    left: 0.9027777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .inquiry-btn a:after {
    right: 0.3472222222vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .inquiry-btn a span {
    font-size: 1.1805555556vw;
  }
  .inquiry-btn a:nth-child(n+2) {
    margin-top: 0.8333333333vw;
  }
  .inquiry-btn--mail:before {
    width: 1.5277777778vw;
    height: 1.1111111111vw;
  }
  .inquiry-btn--mail:hover {
    background-color: #ffffff;
    border-color: #252525;
  }
  .inquiry-btn--mail:hover span {
    color: #252525;
  }
  .inquiry-btn--mail:hover:before {
    background-image: url(../img/common/mail-bk.svg);
  }
  .inquiry-btn--mail:hover:after {
    background-image: url(../img/common/arrow-sty2-kw.svg);
  }
  .inquiry-btn--line:before {
    width: 1.4583333333vw;
    height: 1.3194444444vw;
  }
  .inquiry-btn--line:hover {
    background-color: #ffffff;
    border-color: #3eca27;
  }
  .inquiry-btn--line:hover span {
    color: #3eca27;
  }
  .inquiry-btn--line:hover:before {
    background-image: url(../img/common/chat-gr.svg);
  }
  .inquiry-btn--line:hover:after {
    background-image: url(../img/common/arrow-sty2-gw.svg);
  }
  .inquiry-tel {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inquiry-tel:before {
    content: none;
  }
  .inquiry-tel-ttl {
    margin-bottom: 0.5555555556vw;
    height: 1.3888888889vw;
    font-size: 0.9027777778vw;
  }
  .inquiry-num {
    padding-left: 0;
  }
  .inquiry-num:before {
    left: -2.4305555556vw;
    width: 1.875vw;
    height: 2.5vw;
  }
  .inquiry-num p:nth-child(1) {
    font-size: 0.9722222222vw;
  }
  .inquiry-num p:nth-child(2) {
    font-size: 2.9166666667vw;
  }
  .inquiry-time dt {
    font-size: 0.9027777778vw;
  }
  .inquiry-time dd {
    font-size: 0.9722222222vw;
  }
  .inquiry--contact .inquiry-ttl {
    margin-left: 1em;
  }
  .inquiry--contact .inquiry-ttl span {
    font-size: 3.1944444444vw;
  }
  .inquiry--contact .inquiry-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inquiry--contact .inquiry-tel-ttl {
    margin-bottom: 1.0416666667vw;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
  .inquiry--contact .inquiry-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inquiry--contact .inquiry-num:before {
    left: -3.1944444444vw;
    width: 2.5vw;
    height: 3.3333333333vw;
  }
  .inquiry--contact .inquiry-num p:nth-child(1) {
    font-size: 1.25vw;
    text-align: left;
  }
  .inquiry--contact .inquiry-num p:nth-child(2) {
    font-size: 3.8888888889vw;
  }
  .inquiry--contact .inquiry-time {
    margin: 0 0 0 1.5em;
  }
  .inquiry--contact .inquiry-time dt {
    font-size: 1.1111111111vw;
  }
  .inquiry--contact .inquiry-time dd {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    margin-top: 20px;
  }
  .inquiry:before {
    top: -20px;
    height: 215px;
    background: repeating-linear-gradient(135deg, #0099ce, #0099ce 20px, #089cd0 15px, #089cd0 35px);
  }
  .inquiry-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .inquiry-ttl span {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .inquiry-box {
    margin-top: 15px;
    padding: 25px 30px 25px 130px;
    width: 980px;
    border-radius: 5px;
  }
  .inquiry-box:before {
    top: -117px;
    left: -205px;
    width: 295px;
    height: 279px;
  }
  .inquiry-reserve {
    width: 290px;
  }
  .inquiry-reserve a {
    padding-left: 10px;
    height: 100px;
    border-width: 2px;
    border-radius: 10px;
  }
  .inquiry-reserve a p:nth-child(1) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-reserve a p:nth-child(2) {
    font-size: 30px;
    font-size: 3rem;
  }
  .inquiry-reserve a:before {
    left: 12px;
    width: 32px;
    height: 35px;
  }
  .inquiry-reserve a:after {
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .inquiry-btn {
    width: 180px;
  }
  .inquiry-btn a {
    padding-left: 10px;
    height: 38px;
    border-width: 2px;
    border-radius: 10px;
  }
  .inquiry-btn a:before {
    left: 13px;
  }
  .inquiry-btn a:after {
    right: 5px;
    width: 16px;
    height: 16px;
  }
  .inquiry-btn a span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .inquiry-btn a:nth-child(n+2) {
    margin-top: 12px;
  }
  .inquiry-btn--mail:before {
    width: 22px;
    height: 16px;
  }
  .inquiry-btn--line:before {
    width: 21px;
    height: 19px;
  }
  .inquiry-tel-ttl {
    margin-bottom: 8px;
    height: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-num:before {
    left: -35px;
    width: 27px;
    height: 36px;
  }
  .inquiry-num p:nth-child(1) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry-num p:nth-child(2) {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .inquiry-time dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-time dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inquiry--contact .inquiry-ttl span {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .inquiry--contact .inquiry-tel-ttl {
    margin-bottom: 15px;
    height: 30px;
    border-radius: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .inquiry--contact .inquiry-num:before {
    left: -46px;
    width: 36px;
    height: 48px;
  }
  .inquiry--contact .inquiry-num p:nth-child(1) {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry--contact .inquiry-num p:nth-child(2) {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .inquiry--contact .inquiry-time dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry--contact .inquiry-time dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  #message
-------------------------------------------------------------------------------*/
.sec--message {
  margin-top: 13.3333333333vw;
}

.message {
  position: relative;
  margin: 0 auto;
  padding: 6.6666666667vw 4.6666666667vw 6.6666666667vw 4.6666666667vw;
  width: 92vw;
  background-color: #202733;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.message:before, .message:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 94.2666666667vw;
  height: 60vw;
  background-image: url(../img/message/deco.svg);
  background-size: contain;
}
.message:before {
  top: -35.3333333333vw;
  left: 0.6666666667vw;
}
.message:after {
  right: -35.3333333333vw;
  bottom: 2.6666666667vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.message-head {
  position: relative;
  margin-bottom: 6.6666666667vw;
}

.message-en {
  color: #ffffff;
  font-family: "Anton";
  font-size: 8vw;
  font-weight: 400;
}

.message-ttl {
  margin-top: 0.7em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}

.message-image {
  position: relative;
}
.message-image img {
  border-radius: 2.6666666667vw;
}

.message-company {
  position: absolute;
  right: -0.25em;
  bottom: -0.5em;
  color: #ffffff;
  font-family: "Lato";
  font-size: 8vw;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
}

.message-content {
  position: relative;
  margin-top: 13.3333333333vw;
  z-index: 1;
}

.message-catch {
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.message-name {
  margin-top: 1em;
  color: #ffffff;
  font-size: 2.9333333333vw;
  text-align: right;
}
.message-name span {
  margin-left: 0.5em;
  font-size: 4.2666666667vw;
}

.message-desc p {
  color: #ffffff;
  line-height: 1.6em;
}
.message-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .message-content > div:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--message {
    margin-top: 5.5555555556vw;
  }
  .message {
    padding: 4.1666666667vw 6.9444444444vw 4.5138888889vw 6.9444444444vw;
    width: 97.2222222222vw;
    border-radius: 1.3888888889vw;
  }
  .message:before, .message:after {
    width: 49.0972222222vw;
    height: 31.25vw;
  }
  .message:before {
    top: -18.75vw;
    left: 1.7361111111vw;
  }
  .message:after {
    right: -16.6666666667vw;
    bottom: -3.4722222222vw;
  }
  .message-head {
    left: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .message-en {
    font-size: 3.6111111111vw;
  }
  .message-ttl {
    font-size: 0.9722222222vw;
  }
  .message-image img {
    border-radius: 1.3888888889vw;
  }
  .message-company {
    font-size: 6.9444444444vw;
  }
  .message-content {
    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: 5.5555555556vw auto 0 auto;
    width: 77.7777777778vw;
  }
  .message-content > div:nth-child(1) {
    width: 30.2083333333vw;
  }
  .message-catch {
    font-size: 2.0833333333vw;
  }
  .message-name {
    font-size: 1.25vw;
  }
  .message-name span {
    margin-left: 0.5em;
    font-size: 1.6666666667vw;
  }
  .message-content > div:nth-child(2) {
    width: 40.2777777778vw;
  }
  .message-desc p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--message {
    margin-top: 80px;
  }
  .message {
    padding: 60px 100px 65px 100px;
    width: 1400px;
    border-radius: 20px;
  }
  .message:before, .message:after {
    width: 707px;
    height: 450px;
  }
  .message:before {
    top: -270px;
    left: 25px;
  }
  .message:after {
    right: -240px;
    bottom: -50px;
  }
  .message-head {
    left: 20px;
    margin-bottom: 20px;
  }
  .message-en {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .message-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .message-image img {
    border-radius: 20px;
  }
  .message-company {
    font-size: 100px;
    font-size: 10rem;
  }
  .message-content {
    margin: 80px auto 0 auto;
    width: 1120px;
  }
  .message-content > div:nth-child(1) {
    width: 435px;
  }
  .message-catch {
    font-size: 30px;
    font-size: 3rem;
  }
  .message-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .message-name span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .message-content > div:nth-child(2) {
    width: 580px;
  }
}
/*  problem
-------------------------------------------------------------------------------*/
.problem {
  position: relative;
  padding: 8vw 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.problem-ttl {
  color: #1ba6e0;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

.problem-desc {
  margin-top: 4vw;
}
.problem-desc p {
  line-height: 1.5em;
}

.problem-box {
  position: relative;
  margin: 5.3333333333vw 0 6.6666666667vw 0;
  padding: 6.6666666667vw 4.6666666667vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}
.problem-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.3333333333vw 10vw 0 10vw;
  border-color: #1ba6e0 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.problem-list {
  display: inline-block;
}

.problem-list > li {
  position: relative;
  padding-left: 6.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.problem-list > li:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-image: url(../img/problem/check.svg);
  background-size: contain;
}

.problem-list > li:nth-child(n+2) {
  margin-top: 1em;
}

.problem-recommend {
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.problem-recommend span {
  color: #1ba6e0;
}

@media screen and (min-width: 751px) {
  .problem {
    padding: 3.4722222222vw 6.9444444444vw;
    border-radius: 0.3472222222vw;
  }
  .problem-ttl {
    font-size: 2.5vw;
  }
  .problem-desc {
    margin-top: 1.3888888889vw;
  }
  .problem-desc p {
    text-align: center;
    line-height: 1.75em;
  }
  .problem-box {
    margin: 2.0833333333vw auto 3.4722222222vw auto;
    padding: 3.4722222222vw 2.4305555556vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .problem-box:after {
    border-width: 2.4305555556vw 4.1666666667vw 0 4.1666666667vw;
  }
  .problem-box--merit {
    width: 48.6111111111vw;
  }
  .problem-list > li {
    padding-left: 2.6388888889vw;
    font-size: 1.25vw;
  }
  .problem-list > li:before {
    top: 0.2em;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .problem-recommend {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .problem {
    padding: 50px 100px;
    border-radius: 5px;
  }
  .problem-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .problem-desc {
    margin-top: 20px;
  }
  .problem-box {
    margin: 30px auto 50px auto;
    padding: 50px 35px;
    border-width: 4px;
    border-radius: 20px;
  }
  .problem-box:after {
    border-width: 35px 60px 0 60px;
  }
  .problem-box--merit {
    width: 700px;
  }
  .problem-list > li {
    padding-left: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .problem-list > li:before {
    width: 24px;
    height: 24px;
  }
  .problem-recommend {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*  news --> common
-------------------------------------------------------------------------------*/
.news-post a {
  position: relative;
  display: block;
  padding: 4vw 3.3333333333vw;
}

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

.news-date {
  position: relative;
  color: #b7b7b7;
  font-family: "Lato";
  font-size: 3.4666666667vw;
  font-weight: 400;
}

.news-cat {
  margin-left: 2.6666666667vw;
  padding: 0.3em 0.75em 0.4em 0.75em;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
}

.news-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.65em;
  letter-spacing: 0.07em;
}

.news-frt .news-post a {
  border-bottom-color: #3d3d3d;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.news-frt .news-cat {
  background-color: #000;
}

.news-archive .news-post a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}
.news-archive .news-cat {
  background-color: #1ba6e0;
}

@media screen and (min-width: 751px) {
  .news-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.0416666667vw;
    height: 4.1666666667vw;
  }
  .news-head {
    margin: 0;
    width: 14.2361111111vw;
  }
  .news-date {
    font-size: 0.9722222222vw;
  }
  .news-cat {
    margin-left: 1.7361111111vw;
    min-width: 6.5em;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .news-ttl {
    width: calc(100% - 16.6666666667vw);
    font-size: 1.25vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-frt .news-post a {
    border-bottom-width: 0.0694444444vw;
  }
  .news-archive .news-post a:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .news-post a {
    padding: 0 15px;
    height: 60px;
  }
  .news-head {
    width: 205px;
  }
  .news-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-cat {
    margin-left: 25px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .news-ttl {
    width: calc(100% - 240px);
    font-size: 18px;
    font-size: 1.8rem;
  }
  .news-frt .news-post a {
    border-bottom-width: 1px;
  }
  .news-archive .news-post a:after {
    height: 1px;
    background-size: auto 1px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
}

.blog-post a {
  position: relative;
}

.blog-image {
  position: relative;
}
.blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog-post .new {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-content {
  position: relative;
}

.blog-date {
  margin-bottom: 0.4em;
  color: #c4c4c4;
  font-family: "Lato";
  font-size: 2.9333333333vw;
  font-weight: 400;
}

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

.blog-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3333333333vw;
  width: 40vw;
  min-height: 12vw;
}
.blog-excerpt p {
  color: #c7c7c7;
  font-size: 2.9333333333vw;
  line-height: 1.27em;
}

.blog-staff {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.blog-staff img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 12vw;
}

@media screen and (max-width: 750px) {
  .blog-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4vw 0;
  }
  .blog-post a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-image: url(../img/common/dashed.svg);
    background-size: auto 0.2666666667vw;
    background-repeat: repeat-x;
  }
  .blog-post:first-child a:after {
    content: none;
  }
  .blog .blog-post:last-child a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-image: url(../img/common/dashed.svg);
    background-size: auto 0.2666666667vw;
    background-repeat: repeat-x;
  }
  .blog-image {
    width: 26.6666666667vw;
  }
  .blog-image img {
    height: 24vw;
  }
  .blog-content {
    width: calc(100% - 29.3333333333vw);
  }
}
@media screen and (min-width: 751px) {
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-date {
    font-size: 0.8333333333vw;
  }
  .blog-ttl {
    font-size: 1.25vw;
  }
  .blog-excerpt {
    margin-top: 0.3472222222vw;
    width: calc(100% - 4.1666666667vw);
    min-height: 3.4722222222vw;
  }
  .blog-excerpt p {
    font-size: 0.9722222222vw;
    line-height: 1.35em;
  }
  .blog-staff {
    width: 3.4722222222vw;
    border-radius: 0.3472222222vw;
  }
  .blog-staff img {
    height: 3.4722222222vw;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .blog .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 3.4722222222vw;
  }
  .blog .blog-post a {
    display: block;
  }
  .blog .blog-image {
    margin-bottom: 1.0416666667vw;
  }
  .blog .blog-image img {
    height: 14.5833333333vw;
  }
  .update .blog-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw 0;
  }
  .update .blog-post a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.0694444444vw;
    background-image: url(../img/common/dashed.svg);
    background-size: auto 0.0694444444vw;
    background-repeat: repeat-x;
  }
  .update .blog-post:first-child a:after {
    content: none;
  }
  .update .blog-image {
    width: 9.7222222222vw;
  }
  .update .blog-image img {
    height: 8.3333333333vw;
  }
  .update .blog-content {
    width: calc(100% - 11.1111111111vw);
  }
}
@media screen and (min-width: 1441px) {
  .blog-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blog-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-excerpt {
    margin-top: 5px;
    width: calc(100% - 60px);
    min-height: 50px;
  }
  .blog-excerpt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-staff {
    width: 50px;
    border-radius: 5px;
  }
  .blog-staff img {
    height: 50px;
  }
  .blog {
    margin-left: -30px;
  }
  .blog .blog-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 50px;
  }
  .blog .blog-image {
    margin-bottom: 15px;
  }
  .blog .blog-image img {
    height: 210px;
  }
  .update .blog-post a {
    padding: 20px 0;
  }
  .update .blog-post a:after {
    height: 1px;
    background-size: auto 1px;
  }
  .update .blog-image {
    width: 140px;
  }
  .update .blog-image img {
    height: 120px;
  }
  .update .blog-content {
    width: calc(100% - 160px);
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
.event-post {
  position: relative;
}

.event-post a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
}
.event-post a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.event-post:first-child a:after {
  content: none;
}

.event-image {
  position: relative;
  width: 26.6666666667vw;
}
.event-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 24vw;
}

.event-post .new {
  position: absolute;
  top: 0;
  left: 0;
}

.event-content {
  position: relative;
  width: calc(100% - 29.3333333333vw);
}

.event-ttl {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.33em;
}

.event-info {
  position: relative;
  margin-top: 2vw;
}
.event-info p {
  position: relative;
  padding-left: 4vw;
  font-size: 2.9333333333vw;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-info p:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-info p:nth-child(n+2) {
  margin-top: 1.0666666667vw;
}

.event-info--date:before {
  left: 0;
  width: 2.8vw;
  height: 3.4666666667vw;
  background-image: url(../img/event/calendar.svg);
}

.event-info--venue:before {
  left: 0.6vw;
  width: 1.6vw;
  height: 3.0666666667vw;
  background-image: url(../img/event/pin.svg);
}

.event-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 1em);
  background-color: rgba(37, 37, 37, 0.8);
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.event-end a {
  color: #b7b7b7;
}
.event-end a:before {
  content: none;
}

@media screen and (min-width: 751px) {
  .event-post a {
    padding: 1.3888888889vw 0;
  }
  .event-post a:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .event-image {
    width: 9.7222222222vw;
  }
  .event-image img {
    height: 8.3333333333vw;
  }
  .event-post a:hover .event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .event-content {
    width: calc(100% - 11.1111111111vw);
  }
  .event-ttl {
    font-size: 1.25vw;
  }
  .event-info {
    margin-top: 0.6944444444vw;
  }
  .event-info:before, .event-info:after {
    height: 0.0694444444vw;
  }
  .event-info p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .event-info p:nth-child(n+2) {
    margin-top: 0.3472222222vw;
  }
  .event-info--date:before {
    width: 0.9027777778vw;
    height: 1.1111111111vw;
  }
  .event-info--venue:before {
    left: 0.1736111111vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
  }
  .event-overlay {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-post a {
    padding: 20px 0;
  }
  .event-post a:after {
    height: 1px;
    background-size: auto 1px;
  }
  .event-image {
    width: 140px;
  }
  .event-image img {
    height: 120px;
  }
  .event-content {
    width: calc(100% - 160px);
  }
  .event-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .event-info {
    margin-top: 10px;
  }
  .event-info p {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-info p:nth-child(n+2) {
    margin-top: 5px;
  }
  .event-info--date:before {
    width: 13px;
    height: 16px;
  }
  .event-info--venue:before {
    left: 2.5px;
    width: 8px;
    height: 14px;
  }
  .event-overlay {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  seminar --> common
-------------------------------------------------------------------------------*/
.seminar-post {
  position: relative;
}

.seminar-post a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
}
.seminar-post a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.seminar-post:first-child a:after {
  content: none;
}

.seminar-image {
  position: relative;
  width: 26.6666666667vw;
}
.seminar-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 24vw;
}

.seminar-post .new {
  position: absolute;
  top: 0;
  left: 0;
}

.seminar-content {
  position: relative;
  width: calc(100% - 29.3333333333vw);
}

.seminar-ttl {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.33em;
}

.seminar-info {
  position: relative;
  margin-top: 2vw;
}
.seminar-info p {
  position: relative;
  padding-left: 4vw;
  font-size: 2.9333333333vw;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.seminar-info p:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.seminar-info p:nth-child(n+2) {
  margin-top: 1.0666666667vw;
}

.seminar-info--date:before {
  left: 0;
  width: 2.8vw;
  height: 3.4666666667vw;
  background-image: url(../img/seminar/calendar.svg);
}

.seminar-info--venue:before {
  left: 0.6vw;
  width: 1.6vw;
  height: 3.0666666667vw;
  background-image: url(../img/seminar/pin.svg);
}

.seminar-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 1em);
  background-color: rgba(37, 37, 37, 0.8);
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.seminar-end a {
  color: #b7b7b7;
}
.seminar-end a:before {
  content: none;
}

@media screen and (min-width: 751px) {
  .seminar-post a {
    padding: 1.3888888889vw 0;
  }
  .seminar-post a:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .seminar-image {
    width: 9.7222222222vw;
  }
  .seminar-image img {
    height: 8.3333333333vw;
  }
  .seminar-post a:hover .seminar-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .seminar-content {
    width: calc(100% - 11.1111111111vw);
  }
  .seminar-ttl {
    font-size: 1.25vw;
  }
  .seminar-info {
    margin-top: 0.6944444444vw;
  }
  .seminar-info:before, .seminar-info:after {
    height: 0.0694444444vw;
  }
  .seminar-info p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .seminar-info p:nth-child(n+2) {
    margin-top: 0.3472222222vw;
  }
  .seminar-info--date:before {
    width: 0.9027777778vw;
    height: 1.1111111111vw;
  }
  .seminar-info--venue:before {
    left: 0.1736111111vw;
    width: 0.5555555556vw;
    height: 0.9722222222vw;
  }
  .seminar-overlay {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .seminar-post a {
    padding: 20px 0;
  }
  .seminar-post a:after {
    height: 1px;
    background-size: auto 1px;
  }
  .seminar-image {
    width: 140px;
  }
  .seminar-image img {
    height: 120px;
  }
  .seminar-content {
    width: calc(100% - 160px);
  }
  .seminar-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .seminar-info {
    margin-top: 10px;
  }
  .seminar-info p {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .seminar-info p:nth-child(n+2) {
    margin-top: 5px;
  }
  .seminar-info--date:before {
    width: 13px;
    height: 16px;
  }
  .seminar-info--venue:before {
    left: 2.5px;
    width: 8px;
    height: 14px;
  }
  .seminar-overlay {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.works-post {
  position: relative;
}

.works-post a {
  position: relative;
  display: block;
  background-color: #ffffff;
  height: 100%;
}

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

.works-cat {
  position: absolute;
  right: 1.3333333333vw;
  bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}

.works-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.3em 0.5em 0.4em 0.55em;
  background-color: #252525;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

.works-content {
  position: relative;
  padding: 2.6666666667vw 4vw;
  z-index: 1;
}

.works-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.7333333333vw;
}

.works-name {
  font-size: 3.3333333333vw;
  font-weight: 700;
}

.works-area {
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin-left: 1em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #fbe815;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.works-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .works-image img {
    height: 21.7361111111vw;
  }
  .works-post a:hover .works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .works-cat {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
  }
  .works-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    font-size: 0.9722222222vw;
  }
  .works-content {
    padding: 1.25vw 1.0416666667vw;
  }
  .works-client {
    margin-bottom: 0.9027777778vw;
  }
  .works-name {
    font-size: 1.1111111111vw;
  }
  .works-area {
    font-size: 0.9722222222vw;
  }
  .works-ttl {
    font-size: 1.6666666667vw;
    line-height: 1.25em;
  }
  .works .works-ttl {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-image img {
    height: 313px;
  }
  .works-cat {
    right: 10px;
    bottom: 10px;
  }
  .works-cat > li {
    margin: 5px 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-content {
    padding: 18px 15px;
  }
  .works-client {
    margin-bottom: 13px;
  }
  .works-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-area {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .works .works-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/* ------------------------------------------- slide - */
.works-slide {
  position: relative;
}

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

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

.works-slide .works-image img {
  height: 73.3333333333vw;
}

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

@media screen and (max-width: 750px) {
  #works-prev,
  #works-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .works-slide .swiper-slide {
    left: 3.8194444444vw;
    margin-right: 3.0555555556vw;
    width: 23.6111111111vw !important;
  }
  .works-slide .works-image img {
    height: 23.6111111111vw;
  }
  #works-prev,
  #works-next {
    top: 10.0694444444vw;
  }
  #works-prev {
    left: -5.0694444444vw;
  }
  #works-next {
    right: -5.0694444444vw;
  }
  #works-pagination {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-slide .swiper-slide {
    left: 22px;
    margin-right: 44px;
    width: 340px !important;
  }
  .works-slide .works-image img {
    height: 340px;
  }
  #works-prev,
  #works-next {
    top: 145px;
  }
  #works-prev {
    left: -73px;
  }
  #works-next {
    right: -73px;
  }
  #works-pagination {
    margin-top: 15px;
  }
}

.form-hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

.form-hosoku:before {
  content: "※";
}

@media screen and (min-width: 751px) {
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}

@media screen and (min-width: 1441px) {
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec--movie {
  position: relative;
}

.sec--movie::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-image: url(../img/movie/bg_sp.png);
  background-size: cover;
  z-index: -1;
}

.movie {
  padding: 8.376vw 0;
}

.movie .movie-heading {
  text-align: center;
}

.movie .movie-heading .en {
  font-family: "Anton";
  color: #fff;
  font-size: 5.33vw;
  font-weight: 400;
  letter-spacing: 0;
}

.movie .movie-heading .title {
  margin-top: 3.807vw;
  color: #fff;
  font-size: 7.614vw;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
}

.movie .movie-title {
  margin: 6.345vw auto 0;
  width: 94.67vw;
}

.movie .movie-desc {
  position: relative;
  margin: 3.807vw auto 0;
  text-align: center;
}

.movie .movie-desc .text {
  color: #fff;
  font-size: 4.061vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.movie .movie-slide {
  position: relative;
  margin-top: 9.137vw;
}

.movie .movie-slide .movie-post a {
  border-radius: 0 0 2.284vw 2.284vw;
  background-color: #fff;
}

.movie .movie-slide .movie-post .movie-content {
  padding: 3.046vw 3.807vw;
}

.movie .movie-slide .movie-post .movie-content .movie-ttl {
  font-size: 3.553vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.movie .movie-slide .slide-prev,
.movie .movie-slide .slide-next {
  top: 34%;
  width: 12.69vw;
  height: 12.69vw;
}

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

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

.movie .movie-slide.slide-none .slide-prev,
.movie .movie-slide.slide-none .slide-next {
  display: none;
}

.movie .movie-pagination {
  margin-top: 5.838vw;
}

.movie .movie-pagination .swiper-pagination-bullet {
  width: 3.299vw;
  height: 3.299vw;
  background-color: #DCDDDD;
}

.movie .movie-pagination .swiper-pagination-bullet-active {
  background-color: #282828 !important;
}

.movie .movie-btn {
  position: relative;
  margin: 11.929vw auto 0 auto;
  width: 80.203vw;
  text-align: center;
}

.movie .movie-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.467vw;
  background-color: #FF0000;
  border-color: #fff;
  border-style: solid;
  border-width: 1.015vw;
  border-radius: 1.777vw;
  z-index: 1;
  transition: background-color 0.3s, border-color 0.3s;
}

.movie .movie-btn a::after {
  content: '';
  position: absolute;
  top: calc(50% - 2.538vw);
  right: 2.538vw;
  display: block;
  width: 5.33vw;
  height: 5.33vw;
  background-image: url(../img/movie/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-image 0.3s;
}

.movie .movie-btn a span {
  color: #fff;
  font-size: 4.061vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  transition: color 0.3s;
}

.movie .movie-btn a:hover {
  background-color: #fff;
  border-color: #FF0000;
}

.movie .movie-btn a:hover span {
  color: #FF0000;
}

.movie .movie-btn a:hover::after {
  background-image: url(../img/movie/icon_arrow_hover.svg);
}

.movie .movie-btn-label {
  position: absolute;
  top: -3.553vw;
  left: 50%;
  white-space: nowrap;
  padding: 1.269vw 6.091vw;
  background-color: #FBE815;
  border-radius: 5.076vw;
  color: #252525;
  font-size: 3.046vw;
  font-weight: 700;
  transform: translateX(-50%);
  z-index: 2;
}

.movie .movie-btn-label::after {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.03vw 1.015vw 0 1.015vw;
  border-color: #FBE815 transparent transparent transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .sec--movie .sec-in {
    width: 100vw;
    padding: 0 1.269vw;
  }
  .movie .movie-desc {
    padding-top: 29.695vw;
  }
  .movie .movie-desc::before,
  .movie .movie-desc::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 24.112vw;
    height: 24.112vw;
  }
  .movie .movie-desc::before {
    left: 19.036vw;
    background: url(../img/movie/icon_amamoriko.png) no-repeat;
    background-size: 100%;
  }
  .movie .movie-desc::after {
    right: 19.036vw;
    background: url(../img/movie/icon_yaneharuo.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 751px) {
  .sec--movie::before {
    background-image: url(../img/movie/bg.png);
  }

  .movie {
    padding: 2.637vw 0 2.915vw;
  }
  
  .movie .movie-heading .en {
    font-size: 1.457vw;
  }
  
  .movie .movie-heading .title {
    margin-top: 0.694vw;
    font-size: 3.331vw;
    line-height: 1.75;
  }
  
  .movie .movie-title {
    margin: 1.11vw auto 0;
    width: 64.33vw;
  }
  
  .movie .movie-desc {
    margin: 2.915vw auto 0;
  }
  
  .movie .movie-desc .text {
    position: relative;
    padding: 0 8.328vw;
    font-size: 1.249vw;
    line-height: 1.75;
  }

  .movie .movie-desc .text::before,
  .movie .movie-desc .text::after {
    content: '';
    position: absolute;
    top: -2.082vw;
    display: block;
    width: 8.05vw;
    height: 8.05vw;
  }

  .movie .movie-desc .text::before {
    left: 0;
    background: url(../img/movie/icon_amamoriko.png) no-repeat;
    background-size: 100%;
  }

  .movie .movie-desc .text::after {
    right: 0;
    background: url(../img/movie/icon_yaneharuo.png) no-repeat;
    background-size: 100%;
  }
  
  .movie .movie-slide {
    margin-top: 4.719vw;
  }
  
  .movie .movie-slide .movie-post a {
    border-radius: 0 0 0.625vw 0.625vw;
  }
  
  .movie .movie-slide .movie-post .movie-content {
    padding: 1.041vw 1.874vw;
  }
  
  .movie .movie-slide .movie-post .movie-content .movie-ttl {
    font-size: 1.249vw;
    line-height: 1.8;
  }
  
  .movie .movie-slide .slide-prev,
  .movie .movie-slide .slide-next {
    top: 34%;
    width: 6.176vw;
    height: 6.176vw;
  }
  
  .movie .movie-slide .slide-prev {
    left: -8.328vw;
  }
  
  .movie .movie-slide .slide-next {
    right: -8.328vw;
  }
  
  .movie .movie-pagination {
    margin-top: 1.596vw;
  }
  
  .movie .movie-pagination .swiper-pagination-bullet {
    width: 1.18vw;
    height: 1.18vw;
  }
  
  .movie .movie-btn {
    margin: 3.817vw auto 0;
    width: 32.061vw;
  }
  
  .movie .movie-btn a {
    width: 100%;
    height: 4.858vw;
    border-width: 0.347vw;
    border-radius: 0.902vw;
  }
  
  .movie .movie-btn a::after {
    top: calc(50% - 0.694vw);
    right: 2.082vw;
    width: 1.666vw;
    height: 1.666vw;
  }
  
  .movie .movie-btn a span {
    font-size: 1.249vw;
  }
  
  .movie .movie-btn-label {
    position: absolute;
    top: -1.11vw;
    left: 50%;
    padding: 0.347vw 3.4vw;
    border-radius: 1.388vw;
    font-size: 1.11vw;
  }
  
  .movie .movie-btn-label::after {
    top: 98%;
    border-width: 0.694vw 0.416vw 0 0.416vw;
  }
}

@media screen and (min-width: 1441px) {
  .movie {
    padding: 38px 0 42px;
  }
  
  .movie .movie-heading .en {
    font-size: 2.1rem;
  }
  
  .movie .movie-heading .title {
    margin-top: 10px;
    font-size: 4.8rem;
  }
  
  .movie .movie-title {
    margin: 16px auto 0;
    width: 927px;
  }
  
  .movie .movie-desc {
    margin: 42px auto 0;
  }
  
  .movie .movie-desc .text {
    padding: 0 120px;
    font-size: 18px;
  }

  .movie .movie-desc .text::before,
  .movie .movie-desc .text::after {
    top: -30px;
    width: 116px;
    height: 116px;
  }
  
  .movie .movie-slide {
    margin-top: 68px;
  }
  
  .movie .movie-slide .movie-post a {
    border-radius: 0 0 9px 9px;
  }
  
  .movie .movie-slide .movie-post .movie-content {
    padding: 15px 27px;
  }
  
  .movie .movie-slide .movie-post .movie-content .movie-ttl {
    font-size: 1.8rem;
  }
  
  .movie .movie-slide .slide-prev,
  .movie .movie-slide .slide-next {
    width: 89px;
    height: 89px;
  }
  
  .movie .movie-slide .slide-prev {
    left: -120px;
  }
  
  .movie .movie-slide .slide-next {
    right: -120px;
  }
  
  .movie .movie-pagination {
    margin-top: 23px;
  }
  
  .movie .movie-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
  
  .movie .movie-btn {
    margin: 55px auto 0;
    width: 462px;
  }
  
  .movie .movie-btn a {
    height: 70px;
    border-width: 5px;
    border-radius: 13px;
  }
  
  .movie .movie-btn a::after {
    top: calc(50% - 10px);
    right: 30px;
    width: 24px;
    height: 24px;
  }
  
  .movie .movie-btn a span {
    font-size: 1.8rem;
  }
  
  .movie .movie-btn-label {
    top: -16px;
    padding: 5px 49px;
    border-radius: 20px;
    font-size: 1.6rem;
  }
  
  .movie .movie-btn-label::after {
    border-width: 10px 6px 0 6px;
  }
}