/*  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: 1;
}

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 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: #ffffff;
  color: #333333;
  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;
}

.on--opa {
  display: inline-block;
}

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

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

@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
  .on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .on--opa:hover {
    opacity: 0.8;
  }
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
.desc p {
  line-height: 1.75em;
}
.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) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.bold {
  font-weight: 700;
}

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

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

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

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

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

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

.lightboxOverlay {
  width: 100% !important;
}

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

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17.3333333333vw 0 4vw;
  width: 100%;
  height: 17.3333333333vw;
  z-index: 2;
}

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

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

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

.header-desc {
  margin-left: 6.6666666667vw;
  font-size: 2.1333333333vw;
  font-weight: 500;
  line-height: 1.375em;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header-top {
    background-color: #ffffff;
  }
  .header-content {
    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: 1;
  }
  .header-content.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-content-scroll {
    position: relative;
    padding-top: 21.3333333333vw;
    height: 100%;
    overflow-x: scroll;
  }
  .header-content-in {
    position: relative;
  }
  .header-inquiry {
    padding: 8vw 10vw;
    background-color: #0582ff;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 11.1111111111vw;
  }
  .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.3888888889vw;
    height: 7.2916666667vw;
  }
  .header-logo {
    width: 17.0138888889vw;
  }
  .header-desc {
    margin: 1.1111111111vw 0 0 1.7361111111vw;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.33em;
  }
  .header-inquiry {
    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;
  }
  .header-tel-label {
    margin-bottom: 0.5em;
    color: #e31515;
    font-size: 0.8333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .header-tel-num {
    position: relative;
    padding-left: 2.0833333333vw;
    color: #e31515;
    font-family: "Anton", sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .header-tel-num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.3888888889vw;
    height: 1.5972222222vw;
    background-image: url(../img/common/call-rd.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-tel-time {
    margin: 0.3em 0 0 2.0833333333vw;
    font-size: 0.7638888889vw;
    font-weight: 700;
  }
  .header-tel-time span {
    font-size: 0.9027777778vw;
  }
  .header-btn {
    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-left: 1.7361111111vw;
    width: 27.7777777778vw;
  }
  .header-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: 4.4444444444vw;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 2.2222222222vw;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .header-btn-mail {
    width: 12.5vw;
    background-color: #ff8d00;
  }
  .header-btn-mail span {
    position: relative;
    padding-left: 1.7361111111vw;
    color: #ffffff;
    font-size: 1.1111111111vw;
    font-weight: 700;
    letter-spacing: 0;
  }
  .header-btn-mail span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: 0.05em;
    width: 1.25vw;
    height: 0.8333333333vw;
    background-image: url(../img/common/mail-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .header-btn-mail:hover {
    background-color: #ffffff;
    border-color: #ff8d00;
  }
  .header-btn-mail:hover span {
    color: #ff8d00;
  }
  .header-btn-mail:hover span:before {
    background-image: url(../img/common/mail-og.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .header-btn-mail span:before {
    -webkit-transition: none;
    transition: none;
  }
  .header-btn-line {
    padding-left: 1.3888888889vw;
    width: 13.8888888889vw;
    background-color: #5fc900;
  }
  .header-btn-line p {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-btn-line p:nth-child(1) {
    margin-bottom: 0.3em;
    font-size: 0.8333333333vw;
  }
  .header-btn-line p:nth-child(2) {
    font-size: 1.6666666667vw;
  }
  .header-btn-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.3888888889vw;
    display: inline-block;
    width: 1.6666666667vw;
    height: 1.5972222222vw;
    background-image: url(../img/common/chat-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .header-btn-line:hover {
    background-color: #ffffff;
    border-color: #5fc900;
  }
  .header-btn-line:hover p {
    color: #5fc900;
  }
  .header-btn-line:hover:before {
    background-image: url(../img/common/chat-gr.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .header-btn--line:before {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 160px;
  }
  .header-top {
    padding: 0 20px;
    height: 105px;
  }
  .header-logo {
    width: 245px;
  }
  .header-desc {
    margin: 16px 0 0 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-tel-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-tel-num {
    padding-left: 30px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .header-tel-num:before {
    width: 20px;
    height: 23px;
  }
  .header-tel-time {
    margin: 0.3em 0 0 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-tel-time span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-btn {
    margin-left: 25px;
    width: 400px;
  }
  .header-btn a {
    height: 64px;
    border-width: 2px;
    border-radius: 32px;
  }
  .header-btn-mail {
    width: 180px;
  }
  .header-btn-mail span {
    padding-left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header-btn-mail span:before {
    width: 18px;
    height: 12px;
  }
  .header-btn-line {
    padding-left: 20px;
    width: 200px;
  }
  .header-btn-line p:nth-child(1) {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-btn-line p:nth-child(2) {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .header-btn-line:before {
    left: 20px;
    width: 24px;
    height: 23px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 17.3333333333vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 11.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 160px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 14.6666666667vw;
  padding: 12vw 0 13.3333333333vw 0;
  background-color: #323232;
}

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

.footer-in {
  margin: 0 auto;
  width: 74.6666666667vw;
}

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

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

.footer-logo a {
  display: block;
}
.footer-logo a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-add {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6em;
}

.footer-time {
  margin-top: 1.5em;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
.footer-time span {
  margin-left: 0.25em;
}

.footer-area {
  position: relative;
  margin-top: 11.3333333333vw;
}

.footer-area dt {
  position: absolute;
  top: -2.4vw;
  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 0.75em 0.1em 0.75em;
  background-color: #0582ff;
  height: 4.8vw;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
}

.footer-area dd {
  padding: 6.6666666667vw 2.6666666667vw;
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .footer-name,
  .footer-navi {
    display: none;
  }
  .footer-area dt {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
    padding: 4.8611111111vw 0 0 0;
    background-color: #2c2c2c;
  }
  .footer-in {
    width: 83.3333333333vw;
  }
  .footer-main {
    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;
  }
  .footer-head {
    width: 28.4722222222vw;
    text-align: left;
  }
  .footer-logo {
    margin-bottom: 1.3888888889vw;
    width: 17.7083333333vw;
  }
  .footer-name {
    margin-bottom: 1em;
    color: #ffffff;
    font-weight: 700;
  }
  .footer-add {
    font-size: 0.9722222222vw;
    line-height: 1.65em;
  }
  .footer-time {
    font-size: 0.8333333333vw;
  }
  .footer-time span {
    font-size: 0.9722222222vw;
  }
  .footer-area {
    margin-top: 3.4722222222vw;
  }
  .footer-area dt {
    top: -0.9722222222vw;
    left: 0.6944444444vw;
    height: 1.9444444444vw;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .footer-area dd {
    padding: 1.3888888889vw 1.0416666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .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: 47.9166666667vw;
  }
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .footer-navi-menu li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 1.1111111111vw;
    font-weight: 700;
    line-height: 1.5em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-menu li a:hover {
    color: #0582ff;
  }
  .footer-navi-head {
    color: #ffffff;
    font-size: 1.1111111111vw;
    font-weight: 700;
    line-height: 1.5em;
  }
  .footer-navi-child {
    margin: 0.6944444444vw 0 0 1.25vw;
  }
  .footer-navi-child li:nth-child(n+2) {
    margin-top: 0.8333333333vw;
  }
  .footer-navi-child li a {
    position: relative;
    display: block;
    color: #919191;
    font-size: 0.9027777778vw;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child li a:hover {
    color: #0582ff;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding-top: 70px;
  }
  .footer-in {
    width: 1200px;
  }
  .footer-head {
    width: 410px;
  }
  .footer-logo {
    margin-bottom: 20px;
    width: 255px;
  }
  .footer-add {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-time span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-area {
    margin-top: 50px;
  }
  .footer-area dt {
    top: -14px;
    left: 10px;
    height: 28px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer-area dd {
    padding: 20px 15px;
    border-width: 1px;
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-navi {
    width: 690px;
  }
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer-navi-menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-navi-head {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-navi-child {
    margin: 10px 0 0 18px;
  }
  .footer-navi-child li:nth-child(n+2) {
    margin-top: 12px;
  }
  .footer-navi-child li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ------------------------------------------- bar - */
.footer-bar {
  margin-top: 16vw;
}

.footer-social-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10.6666666667vw;
  background-color: #fff;
  padding: 4.6666666667vw 1.3333333333vw;
  border-radius: 5px;
}

.footer-social-btns a {
  display: block;
  width: 17.3333333333vw;
}

.footer-social-btns a img {
  width: 10.6666666667vw;
}

@media screen and (max-width: 750px) {
  .footer-social {
    text-align: center;
  }
  .footer-social-baloon {
    position: relative;
    margin: 0 auto 6vw;
    padding: 0.3em 1em;
    background-color: #fff;
    border-radius: 2.4vw;
    color: #0582ff;
    font-family: "Lato", sans-serif;
    font-size: 3.2vw;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    width: 24.8vw;
  }
  .footer-social-baloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    border-style: solid;
    border-width: 2.66667vw 2vw 0 2vw;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .footer-social {
    position: absolute;
    top: -0.6944444444vw;
    left: 0;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-social-baloon {
    position: absolute;
    top: 50%;
    left: auto;
    right: -10.4166666667vw;
    padding: 0.3em 1em;
    background-color: #fff;
    border-radius: 1em;
    color: #0582ff;
    font-family: "Lato", sans-serif;
    font-size: 1.1111111111vw;
    font-weight: 900;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-social-baloon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 98%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.2777777778vw 1.0416666667vw 0.2777777778vw 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-social-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0.8333333333vw 0;
    background-color: #fff;
    border-radius: 0.3472222222vw;
  }
  .footer-social-btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 4.0277777778vw;
  }
  .footer-social-btns a img {
    width: 2.0833333333vw;
  }
  .footer-social-btns a:nth-child(1) {
    border-right: 1px solid #ece9e8;
  }
  .footer-social-btns a:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 1441px) {
  .footer-social {
    top: -10px;
  }
  .footer-social-baloon {
    right: -150px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-social-baloon:after {
    border-width: 4px 15px 4px 0;
  }
  .footer-social-btns {
    padding: 12px 0;
    border-radius: 5px;
  }
  .footer-social-btns a {
    width: 58px;
  }
  .footer-social-btns a img {
    width: 30px;
  }
}
.footer-subnavi a {
  position: relative;
  display: block;
  color: #7a7a7a;
  text-align: center;
  font-size: 3.4666666667vw;
}

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

.footer-copy {
  margin-top: 12vw;
  color: #7a7a7a;
  font-size: 2.9333333333vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bar {
    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;
    margin-top: 3.4722222222vw;
    height: 10.0694444444vw;
  }
  .footer-subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .footer-subnavi a {
    color: #ffffff;
    font-size: 0.8333333333vw;
    text-align: left;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-subnavi a:before {
    width: 0.0694444444vw;
    background-color: #ffffff;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin: 0 1.5em 0 0;
  }
  .footer-subnavi a:hover {
    color: #ff8d00;
  }
  .footer-credit {
    position: absolute;
    left: 50%;
    bottom: 1.7361111111vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .footer-copy {
    margin: 0;
    color: #ffffff;
    font-size: 0.7638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bar {
    margin-top: 50px;
    height: 145px;
  }
  .footer-subnavi a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-subnavi a:before {
    width: 1px;
  }
  .footer-credit {
    bottom: 25px;
  }
  .footer-copy {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*  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;
  height: 14.6666666667vw;
  background-color: #ffffff;
  border-color: #ff8d00;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 7.3333333333vw;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn-main span {
  position: relative;
  padding-bottom: 0.1em;
  color: #ff8d00;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .btn-main {
    height: 4.4444444444vw;
    border-radius: 2.2222222222vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-main span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-main:after {
    right: 1.3888888889vw;
    width: 0.625vw;
    height: 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;
  }
  .on--btn:hover .btn-main,
  .btn-main:hover {
    background-color: #ff8d00;
  }
  .on--btn:hover .btn-main span,
  .btn-main:hover span {
    color: #ffffff;
  }
  .on--btn:hover .btn-main:after,
  .btn-main:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
    background-image: url(../img/common/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 64px;
    border-width: 2px;
    border-radius: 32px;
  }
  .btn-main span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-main:after {
    right: 20px;
    width: 9px;
    height: 13px;
  }
}
/* ------------------------------------------- shop - */
.btn-shop {
  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: 14.6666666667vw;
  background-color: #ff8d00;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 7.3333333333vw;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn-shop span {
  position: relative;
  padding-bottom: 0.1em;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.btn-shop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4vw;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/common/clock-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  left: 20px;
  width: 30px;
  height: 30px;
}
.btn-shop:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .btn-shop {
    height: 4.4444444444vw;
    border-radius: 2.2222222222vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .btn-shop span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-shop:before {
    left: 1.3888888889vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .btn-shop:after {
    right: 1.3888888889vw;
    width: 0.625vw;
    height: 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;
  }
  .on--btn:hover .btn-shop,
  .btn-shop:hover {
    background-color: #ffffff;
    border-color: #ff8d00;
  }
  .on--btn:hover .btn-shop span,
  .btn-shop:hover span {
    color: #ff8d00;
  }
  .on--btn:hover .btn-shop:before,
  .btn-shop:hover:before {
    background-image: url(../img/common/clock-og.svg);
  }
  .on--btn:hover .btn-shop:after,
  .btn-shop:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
    background-image: url(../img/common/arrow-og.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .btn-shop:before {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .btn-shop {
    height: 64px;
    border-width: 2px;
    border-radius: 32px;
  }
  .btn-shop span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-shop:before {
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .btn-shop:after {
    right: 20px;
    width: 9px;
    height: 13px;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 5555;
}

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

.float-btn li {
  position: relative;
  width: 32vw;
  height: 12vw;
}

.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;
  padding-right: 2.6666666667vw;
  height: 100%;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 6vw;
  -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 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.float-btn a span {
  position: relative;
  padding: 0 0 0.1em 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.float-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--tel a {
  background-color: #ff8d00;
  border-color: #ffffff;
}
.float-btn--tel a span {
  color: #ffffff;
}
.float-btn--tel a span:before {
  background-image: url(../img/common/call-wh.svg);
}
.float-btn--tel a:after {
  background-image: url(../img/common/arrow-fl.svg);
}

.float-btn--mail a {
  background-color: #ffffff;
  border-color: #ff8d00;
}
.float-btn--mail a span {
  color: #ff8d00;
}
.float-btn--mail a span:before {
  background-image: url(../img/common/mail-og.svg);
}
.float-btn--mail a:after {
  background-image: url(../img/common/arrow-og.svg);
}

.float-btn--line a {
  background-color: #5fc900;
  border-color: #ffffff;
}
.float-btn--line a span {
  color: #ffffff;
}
.float-btn--line a span:before {
  background-image: url(../img/common/chat-wh.svg);
}
.float-btn--line a:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/*  follow
-------------------------------------------------------------------------------*/
.follow {
  position: fixed;
  top: 50%;
  right: 0;
  width: 3.8194444444vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.1388888889vw;
  border-right: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5555;
}

.follow a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.follow a span {
  position: relative;
  padding-top: 2.4305555556vw;
  color: #ffffff;
  font-size: 0.9027777778vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.follow a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

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

.follow-line {
  height: 8.3333333333vw;
  background-color: #5fc900;
}
.follow-line span {
  color: #ffffff;
}
.follow-line span:before {
  background-image: url(../img/common/chat-wh.svg);
}
.follow-line:hover {
  background-color: #ffffff;
}
.follow-line:hover span {
  color: #5fc900;
}
.follow-line:hover span:before {
  background-image: url(../img/common/chat-gr.svg);
}

.follow-mail {
  height: 6.9444444444vw;
  background-color: #333333;
}
.follow-mail span:before {
  background-image: url(../img/common/mail-wh.svg);
}
.follow-mail:hover {
  background-color: #ffffff;
}
.follow-mail:hover span {
  color: #333333;
}
.follow-mail:hover span:before {
  background-image: url(../img/common/mail-bk.svg);
}

.follow a:nth-child(n+2) {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 0.1388888889vw;
}

@media screen and (min-width: 1441px) {
  .follow {
    width: 55px;
    border-width: 2px;
  }
  .follow a span {
    padding-top: 35px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .follow a span:before {
    width: 25px;
    height: 25px;
  }
  .follow-line {
    height: 120px;
  }
  .follow-mail {
    height: 100px;
  }
  .follow a:nth-child(n+2) {
    border-top-width: 2px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto 8vw auto;
    width: 89.3333333333vw;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #c3d9f3;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.4vw;
    background-image: url(../img/header/plus.svg);
    background-size: contain;
    background-position: center;
    -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 0;
    width: 100%;
  }
  .navi-menu-jp {
    position: relative;
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .navi-menu-en {
    margin-top: 0.5em;
    color: #0582ff;
    font-size: 2.9333333333vw;
    font-weight: 700;
    text-transform: capitalize;
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin-left: auto;
    padding-bottom: 6vw;
    width: 83.4666666667vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 2vw 0 2vw 5.6vw;
    font-size: 3.4666666667vw;
    font-weight: 500;
  }
  .navi-submenu-list a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.6666666667vw;
    height: 0.5333333333vw;
    background-color: #0582ff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: #c3d9f3;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi > li:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: #c3d9f3;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.4722222222vw;
    height: 3.125vw;
    text-align: center;
    cursor: pointer;
  }
  .navi-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #0582ff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .navi-menu-jp {
    font-size: 1.0416666667vw;
    font-weight: 700;
  }
  .navi-menu-en {
    margin-top: 0.7em;
    color: #0582ff;
    font-size: 0.6944444444vw;
    font-weight: 700;
    text-transform: capitalize;
  }
  .navi li:hover .navi-menu:after {
    width: 90%;
  }
  .navi-parent .navi-menu {
    padding-right: 3.4722222222vw;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7361111111vw;
    display: inline-block;
    width: 0.8333333333vw;
    height: 0.5555555556vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.9722222222vw;
    height: auto;
    background-color: #ffffff;
    border-color: #0582ff;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    border-bottom-color: #e9e8e8;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.25;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #0582ff;
  }
}
@media screen and (min-width: 1441px) {
  .navi > li:before {
    width: 1px;
  }
  .navi > li:last-child:after {
    width: 1px;
  }
  .navi-menu {
    padding: 0 50px;
    height: 45px;
  }
  .navi-menu-jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navi-menu-en {
    font-size: 10px;
    font-size: 1rem;
  }
  .navi-parent .navi-menu {
    padding-right: 50px;
  }
  .navi-parent .navi-menu:before {
    right: 25px;
    width: 12px;
    height: 8px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 230px;
    border-width: 2px;
    border-radius: 10px;
  }
  .navi-submenu-list a {
    padding: 10px;
    border-bottom-width: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  display: block;
  position: fixed;
  right: 1.3888888889vw;
  bottom: 2.0833333333vw;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background-color: #ffffff;
  border-color: #ff8d00;
  border-style: solid;
  border-width: 0.1388888889vw;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  z-index: 6666;
}
.pagetop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.0138888889vw;
  height: 1.1111111111vw;
  background-image: url(../img/pagetop/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.pagetop:hover {
  background-color: #ff8d00;
}
.pagetop:hover:before {
  background-image: url(../img/pagetop/arrow-wh.svg);
}

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

@media screen and (min-width: 1441px) {
  .pagetop {
    right: 20px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-width: 2px;
  }
  .pagetop:before {
    width: 29px;
    height: 16px;
  }
}
@media screen and (max-width: 750px) {
  .pagetop {
    display: none !important;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

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

.sec-head {
  position: relative;
}

.sec-en {
  margin-bottom: 0.5em;
  color: #0582ff;
  font-family: "Poppins", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sec-ttl {
  position: relative;
  font-size: 8.5333333333vw;
  font-weight: 800;
  line-height: 1.36em;
  letter-spacing: 0.05em;
}

.sec-btn {
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-en {
    font-size: 0.9722222222vw;
  }
  .sec-ttl {
    font-size: 3.3333333333vw;
  }
  .sec-btn {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec-btn {
    width: 340px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 12vw;
  height: 12vw;
  background-color: #ffffff;
  border-color: #ff8d00;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slide-prev:after,
.slide-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.6vw;
  height: 2.5333333333vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
}

.slide-prev {
  left: 0;
}
.slide-prev:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.slide-next {
  right: 0;
}
.slide-next:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 0.8333333333vw;
    height: 1.3194444444vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #ff8d00;
  }
  .slide-prev:hover:after,
  .slide-next:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-prev:after {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .slide-next:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 12px;
    height: 19px;
  }
}
/* ------------------------------------------- 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: #babbba;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

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

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #0582ff;
}

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.3888888889vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 20px !important;
  }
}
/*  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: 7.4666666667vw;
  height: 0.5333333333vw;
  background-color: #333333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

.area-box {
  padding: 8vw;
  background-color: #ffffff;
  border-color: #0582ff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
}

.area .sec-head {
  margin-bottom: 6.6666666667vw;
}

.area .sec-en {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}

.area .sec-ttl {
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: left;
}

.area-target {
  margin-bottom: 1em;
  color: #0582ff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.area-desc p {
  font-size: 3.7333333333vw;
  line-height: 1.71em;
}

.area-image {
  position: relative;
  margin: 14.6666666667vw auto 0 auto;
  width: 80vw;
}
.area-image img {
  border-radius: 1.3333333333vw;
}
.area-image:after {
  content: "";
  position: absolute;
  top: -6vw;
  right: -8.6666666667vw;
  display: inline-block;
  width: 20.6666666667vw;
  height: 48vw;
  background-image: url(../img/area/balloon_sp.png);
  background-size: contain;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .sec--area {
    padding: 5.5555555556vw 0 4.1666666667vw 0;
  }
  .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;
    width: 68.0555555556vw;
  }
  .area-box {
    padding: 2.7777777778vw 3.125vw 2.4305555556vw 3.125vw;
    width: 39.5833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
  }
  .area .sec-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.0833333333vw;
  }
  .area .sec-en {
    margin: 0 0 0 1.0416666667vw;
    font-size: 0.8333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .area .sec-ttl {
    font-size: 1.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .area-target {
    font-size: 1.6666666667vw;
  }
  .area-desc p {
    font-size: 0.9722222222vw;
  }
  .area-image {
    margin: 0;
    width: 25vw;
  }
  .area-image img {
    border-radius: 0.6944444444vw;
  }
  .area-image:after {
    top: -4.5138888889vw;
    right: -5.9027777778vw;
    width: 7.2916666667vw;
    height: 17.0138888889vw;
    background-image: url(../img/area/balloon.png);
    background-image: image-set(url(../img/area/balloon.png) 1x, url(../img/area/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/area/balloon.png) 1x, url(../img/area/balloon-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .sec--area {
    padding: 80px 0 60px 0;
  }
  .area {
    width: 980px;
  }
  .area-box {
    padding: 40px 45px 35px 45px;
    width: 570px;
    border-width: 2px;
    border-radius: 20px;
  }
  .area .sec-head {
    margin-bottom: 30px;
  }
  .area .sec-en {
    margin-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area .sec-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .area-target {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .area-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area-image {
    width: 360px;
  }
  .area-image img {
    border-radius: 10px;
  }
  .area-image:after {
    top: -65px;
    right: -85px;
    width: 105px;
    height: 245px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 10.6666666667vw 0;
  background-color: #0582ff;
}

.inquiry-logo {
  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: 8vw;
  height: 21.3333333333vw;
  background-color: #ffffff;
}
.inquiry-logo img {
  width: 54vw;
}

.inquiry-tel {
  position: relative;
}

.inquiry-tel-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8em;
  height: 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 3.3333333333vw;
  color: #0582ff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.inquiry-tel-head {
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.inquiry-tel-num {
  position: relative;
  display: inline-block;
  padding-left: 8.6666666667vw;
  font-family: "Anton", sans-serif;
  font-size: 9.8666666667vw;
  font-weight: 400;
  letter-spacing: 0;
}
.inquiry-tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.6666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-tel-time {
  margin: 0.5em 0 0 8vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.inquiry-tel-time span {
  font-size: 3.7333333333vw;
}

.inquiry-mail-label,
.inquiry-line-label {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.inquiry-mail-btn a,
.inquiry-line-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-right: 20px;
  height: 17.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 8.6666666667vw;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.inquiry-mail-btn a span,
.inquiry-line-btn a span {
  position: relative;
  padding: 0 0 0.1em 12.6666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}
.inquiry-mail-btn a span:before,
.inquiry-line-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7.0666666667vw;
  height: 7.0666666667vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-mail-btn a:after,
.inquiry-line-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.inquiry-mail-btn a {
  background-color: #ff8d00;
}
.inquiry-mail-btn a span:before {
  background-image: url(../img/common/mail-wh.svg);
}

.inquiry-line-btn a {
  background-color: #5fc900;
}
.inquiry-line-btn a span:before {
  background-image: url(../img/common/chat-wh.svg);
}

@media screen and (max-width: 750px) {
  .inquiry-tel-label:after {
    content: "";
    position: absolute;
    top: 99.99999%;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.3333333333vw 0.8vw 0px 0.8vw;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry-tel {
    margin: 0 auto;
    width: 80vw;
  }
  .inquiry-tel-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-right: 4vw;
    height: 26.1333333333vw;
    background-color: #ffffff;
    border-radius: 4vw;
    -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);
    text-align: center;
  }
  .inquiry-tel-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 3.3333333333vw;
    height: 4.6666666667vw;
    background-image: url(../img/common/arrow-og.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-mail,
  .inquiry-line {
    margin: 4vw auto 0 auto;
    width: 80vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    padding: 0;
  }
  .inquiry-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding-left: 2.7777777778vw;
    width: 86.1111111111vw;
    height: 12.5vw;
  }
  .inquiry-logo {
    margin: 0;
    width: 18.0555555556vw;
    height: 100%;
  }
  .inquiry-logo img {
    width: 14.5833333333vw;
  }
  .inquiry-tel {
    padding-left: 3.4722222222vw;
  }
  .inquiry-tel-btn a {
    pointer-events: none;
  }
  .inquiry-tel-label {
    height: 1.1805555556vw;
    border-radius: 0.5902777778vw;
    font-size: 0.9027777778vw;
  }
  .inquiry-tel-num {
    padding-left: 0;
    color: #ffffff;
    font-size: 3.3333333333vw;
    letter-spacing: 0.025em;
  }
  .inquiry-tel-num:before {
    left: -3.4722222222vw;
    width: 2.6388888889vw;
    height: 2.9166666667vw;
    background-image: url(../img/common/call-wh.svg);
  }
  .inquiry-tel-time {
    margin: 0.5em 0 0 0;
    color: #ffffff;
    font-size: 0.8333333333vw;
  }
  .inquiry-tel-time span {
    font-size: 0.9027777778vw;
  }
  .inquiry-mail {
    width: 15.2777777778vw;
  }
  .inquiry-line {
    width: 19.4444444444vw;
  }
  .inquiry-mail-label,
  .inquiry-line-label {
    font-size: 1.1111111111vw;
  }
  .inquiry-mail-btn a,
  .inquiry-line-btn a {
    padding-right: 1.3888888889vw;
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 2.4305555556vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .inquiry-mail-btn a span,
  .inquiry-line-btn a span {
    padding: 0 0 0.1em 2.7777777778vw;
    font-size: 1.25vw;
  }
  .inquiry-mail-btn a span:before,
  .inquiry-line-btn a span:before {
    width: 1.5972222222vw;
    height: 1.5972222222vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .inquiry-mail-btn a:after,
  .inquiry-line-btn a:after {
    right: 1.3888888889vw;
    width: 0.625vw;
    height: 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-mail-btn a:hover:after,
  .inquiry-line-btn a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .inquiry-mail-btn a:hover {
    background-color: #ffffff;
    border-color: #ff8d00;
  }
  .inquiry-mail-btn a:hover span {
    color: #ff8d00;
  }
  .inquiry-mail-btn a:hover span:before {
    background-image: url(../img/common/mail-og.svg);
  }
  .inquiry-mail-btn a:hover:after {
    background-image: url(../img/common/arrow-og.svg);
  }
  .inquiry-line-btn a:hover {
    background-color: #ffffff;
    border-color: #5fc900;
  }
  .inquiry-line-btn a:hover span {
    color: #5fc900;
  }
  .inquiry-line-btn a:hover span:before {
    background-image: url(../img/common/chat-gr.svg);
  }
  .inquiry-line-btn a:hover:after {
    background-image: url(../img/common/arrow-gr.svg);
  }
}
@media screen and (min-width: 1441px) {
  .inquiry-in {
    padding-left: 40px;
    width: 1240px;
    height: 180px;
  }
  .inquiry-logo {
    width: 260px;
    height: 100%;
  }
  .inquiry-logo img {
    width: 210px;
  }
  .inquiry-tel {
    padding-left: 50px;
  }
  .inquiry-tel-label {
    height: 17px;
    border-radius: 8.5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-tel-num {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .inquiry-tel-num:before {
    left: -50px;
    width: 38px;
    height: 42px;
  }
  .inquiry-tel-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inquiry-tel-time span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-mail {
    width: 220px;
  }
  .inquiry-line {
    width: 280px;
  }
  .inquiry-mail-label,
  .inquiry-line-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-mail-btn a,
  .inquiry-line-btn a {
    padding-right: 20px;
    height: 70px;
    border-width: 2px;
    border-radius: 35px;
  }
  .inquiry-mail-btn a span,
  .inquiry-line-btn a span {
    padding: 0 0 0.1em 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry-mail-btn a span:before,
  .inquiry-line-btn a span:before {
    width: 23px;
    height: 23px;
  }
  .inquiry-mail-btn a:after,
  .inquiry-line-btn a:after {
    right: 20px;
    width: 9px;
    height: 13px;
  }
}
/*  #recommend
-------------------------------------------------------------------------------*/
.sec--recommend {
  padding: 9.3333333333vw 0 13.3333333333vw 0;
}
.sec--recommend:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #0582ff;
}

.sec--recommend .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.recommend {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
  z-index: 1;
}

.recommend li a {
  display: block;
  border-radius: 1.3333333333vw;
}

@media screen and (max-width: 750px) {
  .recommend li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--recommend {
    padding: 8.3333333333vw 0 5.5555555556vw 0;
  }
  .sec--recommend:before {
    height: 0.2777777778vw;
  }
  .sec--recommend .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .recommend--l {
    width: 33.5416666667vw;
  }
  .recommend--s {
    margin-top: 2.0833333333vw;
    width: 21.5277777778vw;
  }
  .recommend li a {
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--recommend {
    padding: 120px 0 80px 0;
  }
  .sec--recommend:before {
    height: 4px;
  }
  .sec--recommend .sec-head {
    margin-bottom: 40px;
  }
  .recommend--l {
    width: 483px;
  }
  .recommend--s {
    margin-top: 30px;
    width: 310px;
  }
  .recommend li a {
    border-radius: 10px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
  z-index: 1;
}

.blog-post a {
  position: relative;
  display: block;
}
.blog-post a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45.3333333333vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  z-index: -1;
}

.blog-image {
  position: relative;
  margin: 0 auto;
  width: 62.6666666667vw;
}
.blog-image .img--scale {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 48vw;
}

.blog-new {
  position: absolute;
  top: -2.6666666667vw;
  left: -1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #0582ff;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 1;
}

.blog-content {
  padding: 2.6666666667vw 3.3333333333vw;
}

.blog-date {
  margin-bottom: 0.5em;
  font-size: 2.6666666667vw;
}

.blog-cat {
  display: inline-block;
  margin-top: 2.6666666667vw;
  background-color: #ebf4fa;
  padding: 0.2em 0.5em 0.3em 0.5em;
  color: #0582ff;
  font-size: 2.9333333333vw;
}

.blog-ttl {
  height: 2.8em;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .blog .blog-image {
    width: 86.6666666667vw;
  }
  .blog .blog-image img {
    height: 73.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-post a:before {
    height: 10.4166666667vw;
    border-radius: 0.6944444444vw;
  }
  .blog-image {
    width: 19.4444444444vw;
  }
  .blog-image .img--scale {
    border-radius: 0.6944444444vw;
  }
  .blog-image img {
    height: 16.6666666667vw;
  }
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-new {
    top: -1.3888888889vw;
    left: -1.3888888889vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    font-size: 0.9722222222vw;
  }
  .blog-content {
    padding: 1.25vw 1.25vw 1.3888888889vw 1.25vw;
  }
  .blog-date {
    font-size: 0.9722222222vw;
  }
  .blog-cat {
    margin-top: 0.6944444444vw;
    font-size: 0.9027777778vw;
  }
  .blog-ttl {
    height: 3.2em;
    font-size: 1.1111111111vw;
    font-weight: 700;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post a:before {
    height: 150px;
    border-radius: 10px;
  }
  .blog-image {
    width: 280px;
  }
  .blog-image .img--scale {
    border-radius: 10px;
  }
  .blog-image img {
    height: 240px;
  }
  .blog-new {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-content {
    padding: 18px 18px 20px 18px;
  }
  .blog-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-cat {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.works-post {
  position: relative;
  z-index: 1;
}

.works-post a {
  position: relative;
  display: block;
}
.works-post a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45.3333333333vw;
  background-color: #ffffff;
  z-index: -1;
}

.works-image {
  position: relative;
  margin: 0 auto;
}
.works-image .img--scale {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.works-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.works-new {
  position: absolute;
  top: -2.6666666667vw;
  left: -1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #0582ff;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 1;
}

.works-content {
  padding: 2vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
}

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

.works-cat > li {
  margin: 1.3333333333vw 0 0 1.3333333333vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #ebf4fa;
  color: #0582ff;
  font-size: 2.9333333333vw;
}

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

.works-area {
  margin-top: 0.7em;
  font-size: 2.9333333333vw;
  text-align: right;
  line-height: 1.5em;
}
.works-area span:nth-child(n+2) {
  margin-left: 0.5em;
}

.works-slide .works-image {
  width: 62.6666666667vw;
}
.works-slide .works-image img {
  height: 48vw;
}

.works .works-image {
  width: 86.6666666667vw;
}
.works .works-image img {
  height: 89.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-post a:before {
    height: 21.875vw;
  }
  .works-image .img--scale {
    border-radius: 0.6944444444vw;
  }
  .works-post a:hover .works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .works-new {
    top: -1.3888888889vw;
    left: -1.3888888889vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    font-size: 0.9722222222vw;
  }
  .works-content {
    padding: 1.0416666667vw 1.25vw 1.3888888889vw 1.25vw;
  }
  .works-cat {
    margin: 0 0 0.1388888889vw -0.3472222222vw;
  }
  .works-cat > li {
    margin: 0 0 0.3472222222vw 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .works-ttl {
    max-height: 3.1em;
    font-size: 1.25vw;
    line-height: 1.55em;
  }
  .works-area {
    font-size: 0.9722222222vw;
  }
  .works-slide .works-image {
    width: 23.6111111111vw;
  }
  .works-slide .works-image img {
    height: 25vw;
  }
  .works .works-image {
    width: 19.3055555556vw;
  }
  .works .works-image img {
    height: 20.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post a:before {
    height: 315px;
  }
  .works-image .img--scale {
    border-radius: 10px;
  }
  .works-new {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-content {
    padding: 15px 18px 20px 18px;
  }
  .works-cat {
    margin: 0 0 2px -5px;
  }
  .works-cat > li {
    margin: 0 0 5px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .works-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-area {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-slide .works-image {
    width: 340px;
  }
  .works-slide .works-image img {
    height: 360px;
  }
  .works .works-image {
    width: 278px;
  }
  .works .works-image img {
    height: 298px;
  }
}