@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

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

body {
  width: 100%;
  height: 100%;
  color: #1b1b1b;
  background-image: url(../img/common/bg.jpg);
  background-repeat: repeat;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  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;
  }
}
.on--opa {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

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

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

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

.pb0 {
  padding-bottom: 0 !important;
}

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

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

.header-label {
  margin-bottom: 0.8em;
  font-size: 1.8666666667vw;
  letter-spacing: 0;
  line-height: 1.1;
}

.header-image {
  position: relative;
}

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

.header-award {
  position: relative;
  width: 20vw;
  height: 13.3333333333vw;
}

.header-award p {
  position: absolute;
  top: 3.3333333333vw;
  left: 50%;
  margin-left: -0.05em;
  color: #c30d23;
  font-size: 6.4vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .header.is-open .header-top {
    display: none;
  }
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/common/bg.jpg);
    background-repeat: repeat;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
  }
  .header-content.is-open {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header-content-scroll {
    position: relative;
    padding: 16.3333333333vw 0 0 0;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
  }
  .header-content-in {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .header-pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 11.1111111111vw;
  }
  .header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 1.3888888889vw;
    width: auto;
    height: 7.6388888889vw;
  }
  .header-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11.1111111111vw;
    background-color: #085fab;
    z-index: -2;
  }
  .header-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .header-label {
    margin-bottom: 1em;
    font-size: 0.8333333333vw;
  }
  .header-logo a {
    width: 243px;
  }
  .header-award {
    margin-left: 0.6944444444vw;
    width: 7.8472222222vw;
    height: 5.2777777778vw;
  }
  .header-award p {
    top: 1.3888888889vw;
    font-size: 2.4305555556vw;
  }
  .header-content-in {
    text-align: center;
  }
  .header-bottom {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 949px) {
  .header-award {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 160px;
  }
  .header-top {
    padding-left: 20px;
    height: 110px;
  }
  .header-top:before {
    height: 160px;
  }
  .header-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-logo a {
    width: 340px;
  }
  .header-award {
    margin-left: 10px;
    width: 113px;
    height: 76px;
  }
  .header-award p {
    top: 20px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
/* ------------------------------------------- header contacts - */
@media screen and (max-width: 750px) {
  .header .sechead-jp {
    padding-left: 9.3333333333vw;
  }
  .header .sechead-jp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10.6666666667vw;
    display: inline-block;
    width: 15.4666666667vw;
    height: 21.8666666667vw;
    background-image: url(../img/header/deco.svg);
    background-size: contain;
  }
  .header-sp {
    margin: 0 auto 2vw auto;
    width: 95.2vw;
  }
  .header-bottom {
    padding: 6vw 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .header-sp {
    display: none !important;
  }
  .header-pc {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1.3888888889vw;
    width: auto;
    height: 7.6388888889vw;
    text-align: left;
    z-index: 2;
  }
  .header-pc-tel {
    position: relative;
    padding-left: 6.1111111111vw;
  }
  .header-pc-tel:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 5.6944444444vw;
    height: 2.3611111111vw;
    background-image: url(../img/header/label.png);
    background-image: image-set(url(../img/header/label.png) 1x, url(../img/header/label-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/header/label.png) 1x, url(../img/header/label-2x.png) 2x);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-pc-tel-head {
    position: relative;
    margin-bottom: 0.2em;
    font-size: 0.9027777778vw;
    font-weight: 700;
  }
  .header-pc-tel-head span {
    position: relative;
    color: #085fab;
  }
  .header-pc-tel-head span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4861111111vw;
    background-color: #ffef64;
    z-index: -1;
  }
  .header-pc-tel-num {
    position: relative;
    font-size: 2.6388888889vw;
    font-weight: 900;
    letter-spacing: -0.05em;
  }
  .header-pc-tel-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.4em;
    font-size: 0.8333333333vw;
    font-weight: 700;
  }
  .header-pc-tel-time p:nth-child(1) span {
    margin-left: 0.5em;
  }
  .header-pc-tel-time p:nth-child(2) {
    margin-left: 1em;
    color: #188f51;
  }
  .header-pc-contact {
    margin-left: 0.6944444444vw;
  }
  .header-pc-contact 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: 10px;
    border: 2px solid #efb776;
    font-weight: 700;
    letter-spacing: 0;
    width: 300px;
    border-radius: 6px;
    background-color: #e97031;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
/*
  .header-pc-contact a:before {
    content: "";
    position: absolute;
    top: 1.25vw;
    left: 50%;
    display: inline-block;
    width: 2.2916666667vw;
    height: 1.5972222222vw;
    background-image: url(../img/header/icon_mail.png);
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
*/
  .header-pc-contact a:hover {
    background-color: #e98d5d;
  }
  .header-pc-line {
    margin-left: 1.3888888889vw;
    width: 19.4444444444vw;
  }
  .header-pc-line a {
    position: relative;
    display: block;
    padding-right: 0.6944444444vw;
    background-color: #2bb600;
    border-color: #57ca33;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
  }
  .header-pc-line a > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 5.5555555556vw;
  }
  .header-pc-line a > div:before {
    content: "";
    position: absolute;
    top: -0.1388888889vw;
    left: -0.1388888889vw;
    display: inline-block;
    width: 4.8611111111vw;
    height: 3.9583333333vw;
    background-image: url(../img/header/ribbon.png);
    background-image: image-set(url(../img/header/ribbon.png) 1x, url(../img/header/ribbon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/header/ribbon.png) 1x, url(../img/header/ribbon-2x.png) 2x);
    background-size: contain;
    z-index: 1;
  }
  .header-pc-line a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #2da907;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .header-pc-line a:after {
    content: "";
    position: absolute;
    top: -0.4166666667vw;
    right: -0.8333333333vw;
    display: inline-block;
    width: 4.2361111111vw;
    height: 5.9722222222vw;
    background-image: url(../img/header/line.png);
    background-image: image-set(url(../img/header/line.png) 1x, url(../img/header/line-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/header/line.png) 1x, url(../img/header/line-2x.png) 2x);
    background-size: contain;
    z-index: 1;
  }
  .header-pc-line a p {
    color: #ffffff;
    font-family: "NotoSansJP", sans-serif;
    font-size: 0.9722222222vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.7em;
    z-index: 2;
  }
  .header-pc-line a p span.label {
    margin-right: 0.3472222222vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.8055555556vw;
    padding: 0 0.2em 0.15em 0.2em;
    background-color: #ffffff;
    border-radius: 0.3472222222vw;
    color: #ef8001;
    font-size: 1.4583333333vw;
    line-height: 1em !important;
    letter-spacing: 0;
  }
  .header-pc-line a p span.big {
    font-size: 1.6666666667vw;
  }
  .header-pc-line a:hover {
    background-color: #2da907;
  }
  .header-pc-line a:hover:before {
    background-color: #2bb600;
  }
}
@media screen and (min-width: 1441px) {
  .header-pc {
    padding-right: 20px;
    height: 110px;
  }
  .header-pc-tel {
    padding-left: 88px;
  }
  .header-pc-tel:before {
    width: 82px;
    height: 34px;
  }
  .header-pc-tel-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-pc-tel-head span:before {
    height: 7px;
  }
  .header-pc-tel-num {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .header-pc-tel-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-pc-contact {
    margin-left: 10px;
  }
  .header-pc-contact a {
    padding: 0px 10px 0 10px;
    height: 75px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-pc-contact a:before {
    top: 18px;
    width: 33px;
    height: 23px;
  }
  .header-pc-line {
    margin-left: 20px;
    width: 280px;
  }
  .header-pc-line a {
    padding-right: 10px;
    border-width: 2px;
    border-radius: 10px;
  }
  .header-pc-line a > div {
    height: 80px;
  }
  .header-pc-line a > div:before {
    top: -2px;
    left: -2px;
    width: 70px;
    height: 57px;
  }
  .header-pc-line a:before {
    border-radius: 10px;
  }
  .header-pc-line a:after {
    top: -6px;
    right: -12px;
    width: 61px;
    height: 86px;
  }
  .header-pc-line a p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-pc-line a p span.label {
    margin-right: 5px;
    height: 26px;
    border-radius: 5px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .header-pc-line a p span.big {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}

.sec {
  position: relative;
}

.sec__in {
  position: relative;
  margin: 0 auto;
  width: 95.2vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 11.1111111111vw;
  }
  .sec__in {
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 160px;
  }
  .sec__in {
    width: 1000px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
/* ------------------------------------------- footer contents- */
.footer {
  position: relative;
  padding: 0 0 7.3333333333vw 0;
  background-color: #77bcdc;
}

.footer-head {
  margin-bottom: 6.6666666667vw;
}

.footer-catch {
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0;
}

.footer-logo {
  margin: 0 auto;
  width: 246px;
}

@media screen and (max-width: 750px) {
  .footer {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 3.8194444444vw 0 0 0;
  }
  .footer-head {
    margin-bottom: 2.7777777778vw;
  }
  .footer-catch {
    font-size: 0.9027777778vw;
  }
  .footer-logo {
    width: 246px;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding: 55px 0 0 0;
  }
  .footer-head {
    margin-bottom: 40px;
  }
  .footer-catch {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer-logo {
    width: 246px;
  }
}
/* ------------------------------------------- navi- */
@media screen and (max-width: 750px) {
  .footer-spnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
  .footer-spnavi 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: 50%;
    height: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #4d5050;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-spnavi a:nth-child(even) {
    border-left: 0.2666666667vw solid #4d5050;
  }
  .footer-spnavi a:hover {
    color: #188f51;
  }
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-spnavi {
    display: none;
  }
  .footer-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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer-navi-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 1.3888888889vw;
  }
  .footer-navi .footer-navi-box:nth-child(n+2) {
    border-left: 0.1388888889vw solid #4d5050;
  }
  .footer-navi-box > div:nth-child(n+2) {
    margin-top: 2em;
  }
  .footer-navi-box > div p:nth-child(n+2) {
    margin-top: 0.7em;
  }
  .footer-navi-head {
    position: relative;
    padding-left: 1.0416666667vw;
    color: #ffffff;
    font-size: 0.9722222222vw;
    font-weight: 700;
    line-height: 1.35em;
    letter-spacing: 0;
  }
  .footer-navi-head:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.4166666667vw;
    height: 0.4861111111vw;
    background-image: url(../img/footer/arrow.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-navi-head a {
    display: block;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-head a:hover {
    color: #188f51;
  }
  .footer-navi-heads .footer-navi-head:nth-child(n+2) {
    margin-top: 1em;
  }
  .footer-navi-list {
    margin: 0.6944444444vw 0 0 1.0416666667vw;
  }
  .footer-navi-list li a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    color: #9a9a9a;
    font-size: 0.8333333333vw;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-navi-list li a:hover {
    color: #188f51;
  }
  .footer-navi-wrap {
    width: 100%;
    max-width: 1022px;
    margin: 0 auto;
  }
  .footer-navi--full {
    display: block;
    margin: 2.7777777778vw auto 0;
    padding: 0 2.0833333333vw;
  }
  .footer-navi--full .footer-navi-box {
    border-top: 2px solid #4d5050;
    border-left: none !important;
    padding: 20px 0;
  }
  .footer-navi--full .footer-navi-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-navi--full .footer-navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .footer-navi--full .footer-navi-list li {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi-box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 30px;
  }
  .footer-navi .footer-navi-box:nth-child(n+2) {
    border-left: 2px solid #4d5050;
  }
  .footer-navi-head {
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-navi-head:before {
    width: 6px;
    height: 7px;
  }
  .footer-navi-list {
    margin: 10px 0 0 15px;
  }
  .footer-navi-list li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-navi-wrap {
    margin: 0 auto;
  }
  .footer-navi--full {
    margin-top: 40px;
    padding: 0 30px;
  }
  .footer-navi--full .footer-navi-list li {
    padding: 0 20px;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  padding: 6vw 0 4vw 0;
  width: 95.2vw;
  z-index: 1;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

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

.footer-sns a {
  display: block;
  width: 12vw;
}

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

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

@media screen and (max-width: 750px) {
  .footer-subnavi {
    display: none;
  }
  .footer-copy {
    margin-top: 8vw;
  }
}
@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: 2.7777777778vw;
    padding: 0;
    width: 83.3333333333vw;
    height: 4.1666666667vw;
  }
  .footer-subnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-subnavi a {
    display: block;
    color: #9a9a9a;
    font-size: 0.9027777778vw;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-subnavi a:hover {
    color: #188f51;
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 1.5em;
  }
  .footer-sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-sns a {
    width: 2.0833333333vw;
  }
  .footer-sns a:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .footer-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer-copy p {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    margin-top: 40px;
    width: 1200px;
    height: 60px;
  }
  .footer-subnavi {
    margin-right: 25px;
  }
  .footer-subnavi a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer-sns a {
    width: 30px;
  }
  .footer-sns a:nth-child(n+2) {
    margin-left: 30px;
  }
  .footer-copy p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ------------------------------------------- pagetop - */
.pagetop {
  position: fixed;
  right: 1.3333333333vw;
  bottom: 20vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url(../img/footer/pagetop_sp.png);
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
  z-index: 7777;
}

.pagetop:hover {
  opacity: 0.7;
}

@media screen and (min-width: 751px) {
  .pagetop {
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    background-image: url(../img/footer/pagetop.png);
    background-image: image-set(url(../img/footer/pagetop.png) 1x, url(../img/footer/pagetop-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/footer/pagetop.png) 1x, url(../img/footer/pagetop-2x.png) 2x);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
}
/* ------------------------------------------- float - */
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18.6666666667vw;
  background-color: #ffffff;
  z-index: 7777;
}

.float-label {
  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: 5.3333333333vw;
  background-color: #ef8001;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
}

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

.float-btn li {
  position: relative;
  padding: 0 0.6666666667vw;
  width: 50%;
  height: 13.3333333333vw;
}

.float-btn-call {
  background-color: #188f51;
}
.float-btn-call a {
  padding-left: 5.3333333333vw;
}
.float-btn-call a span {
  font-size: 5.6vw;
  letter-spacing: -0.05em;
}

.float-btn-line {
  background-color: #2bb600;
}
.float-btn-line a {
  padding-right: 10.6666666667vw;
}
.float-btn-line a span {
  font-size: 5.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;
  padding-bottom: 0.1em;
  height: 100%;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0;
}
.float-btn a span {
  font-weight: 900;
}

.float-btn a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.float-btn-call a:before {
  top: 3.4666666667vw;
  left: 1.6vw;
  width: 4.8vw;
  height: 6.4vw;
  background-image: url(../img/common/call-wh.svg);
}

.float-btn-line a:before {
  top: -4vw;
  right: 0.4vw;
  width: 11.6vw;
  height: 16.4vw;
  background-image: url(../img/common/line_sp.png);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/* ------------------------------------------- follow - */
.follow {
  position: fixed;
  top: 50%;
  right: 0;
  width: 5.5555555556vw;
  border-radius: 0.6944444444vw 0 0 0.6944444444vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8888;
}

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

.follow-btn a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1441px) {
  .follow {
    width: 80px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  gnavi
-------------------------------------------------------*/
/* ------------------------------------------- navi - */
.navi-menu {
  position: relative;
}

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

.navi-menu span {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.navi-menu span:hover {
  color: #188f51;
}

/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto 4.6666666667vw auto;
    width: 95.2vw;
  }
  .navi > li {
    border-bottom: 0.2666666667vw solid #e3e3e3;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 4.9333333333vw;
    height: 3.3333333333vw;
    background-image: url(../img/header/down_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -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/up_sp.svg);
  }
  .navi-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 13.3333333333vw 0 4vw;
    width: 100%;
    height: 13.3333333333vw;
  }
  .navi-menu > span {
    display: block;
    font-size: 4vw;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .navi-menu--home span:before {
    content: "HOME";
  }
  .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-submenu {
    display: none;
    position: relative;
    margin-left: -2.5333333333vw;
    padding: 0 2.5333333333vw;
    width: 100vw;
    background-color: #ffffff;
  }
  .navi-submenu-list a {
    position: relative;
    padding: 0 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #e3e3e3;
    color: #9a9a9a;
    font-size: 3.7333333333vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-box {
    margin-top: 2.6666666667vw;
  }
  .navi-submenu-list-head {
    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: 8vw;
    background-color: #ef8001;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: 900;
    cursor: pointer;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    position: absolute;
    left: 50%;
    bottom: -2.0833333333vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.7361111111vw;
    height: 4.1666666667vw;
    background-color: #ffffff;
    border-radius: 2.0833333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: 2;
  }
  .header.is-scroll .navi {
    bottom: 2.0833333333vw;
  }
  .navi > li {
    position: relative;
    display: block;
  }
  .navi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.1388888889vw;
    height: 2.6388888889vw;
    background-color: #f7f7f7;
    -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;
    height: 4.1666666667vw;
  }
  /*
  .navi > li:nth-child(3) .navi-menu span {
    top: 0.3472222222vw;
  }
  .navi > li:nth-child(3) .navi-menu:before {
    content: "排水トラブル";
    position: absolute;
    top: 0.9027777778vw;
    left: 50%;
    display: inline-block;
    font-size: 0.8333333333vw;
    font-weight: 700;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  */
  .navi > li:nth-child(5) .navi-menu:before {
    content: "";
    position: absolute;
    top: -2.0833333333vw;
    left: 50%;
    display: inline-block;
    width: 11.0416666667vw;
    height: 3.4722222222vw;
    /*
    background-image: url(../img/header/balloon.png);
    background-image: image-set(url(../img/header/balloon.png) 1x, url(../img/header/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/header/balloon.png) 1x, url(../img/header/balloon-2x.png) 2x);
    */
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navi > li:hover .navi-menu {
    color: #188f51;
  }
  .navi-parent {
    position: relative;
  }
  .navi-menu > span {
    position: relative;
    top: -0.1em;
    display: inline-block;
    padding: 0 1.7361111111vw;
    font-size: 1.0416666667vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .navi-menu--home span {
    position: relative;
    display: block;
    padding: 0 !important;
    width: 4.8611111111vw;
  }
  .navi-menu--home span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 1.5277777778vw;
    height: 1.3194444444vw;
    background-image: url(../img/header/home.svg);
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navi-parent .navi-menu > span {
    position: relative;
    padding-right: 2.7777777778vw;
  }
  .navi-parent .navi-menu > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0416666667vw;
    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: 16.6666666667vw;
    height: auto;
    background-color: #188f51;
    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 {
    width: 100%;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 0.7em 0.5em;
    font-size: 0.9722222222vw;
    border-bottom: 1px solid #fcfbf7;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #ef8001;
  }
  .navi-submenu-box {
    margin-top: 0.6944444444vw;
  }
  .navi-submenu-list-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.0833333333vw;
    background-color: #ef8001;
    color: #ffffff;
    font-size: 0.9722222222vw;
    font-weight: 900;
    cursor: pointer;
  }
  .navi-submenu-list-head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.6944444444vw;
    display: inline-block;
    width: 0.8333333333vw;
    height: 0.5555555556vw;
    background-image: url(../img/header/down-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .navi-submenu-list-head.is-show:after {
    background-image: url(../img/header/up-wh.svg);
  }
  .navi-submenu-list-menu {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    bottom: -30px;
    padding: 0 25px;
    height: 60px;
    border-radius: 30px;
  }
  .header.is-scroll .navi {
    bottom: 30px;
  }
  .navi > li:before {
    width: 2px;
    height: 38px;
  }
  .navi-menu {
    height: 60px;
  }
  /*
  .navi > li:nth-child(3) .navi-menu span {
    top: 5px;
  }
  .navi > li:nth-child(3) .navi-menu:before {
    top: 13px;
    font-size: 12px;
    font-size: 1.2rem;
  }
    */
  .navi > li:nth-child(5) .navi-menu:before {
    top: -30px;
    width: 159px;
    height: 50px;
  }
  .navi-menu > span {
    padding: 0 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navi-menu--home span {
    width: 70px;
  }
  .navi-menu--home span:before {
    width: 22px;
    height: 19px;
  }
  .navi-parent .navi-menu > span {
    position: relative;
    padding-right: 40px;
  }
  .navi-parent .navi-menu > span:after {
    right: 15px;
    width: 12px;
    height: 8px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 240px;
    border-radius: 10px;
  }
  .navi-submenu-list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navi-submenu-box {
    margin-top: 10px;
  }
  .navi-submenu-list-head {
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .navi-submenu-list-head:after {
    right: 10px;
    width: 12px;
    height: 8px;
  }
}
/*  heading
-------------------------------------------------------*/
/* ------------------------------------------- sechead - */
.sechead {
  position: relative;
  text-align: center;
}

.sechead-catch {
  position: relative;
  margin-bottom: 0.35em;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}

.sechead-jp {
  position: relative;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.sechead-jp span.big {
  font-size: 8vw;
}
.sechead-jp span.color {
  color: #085fab;
}
.sechead-jp span.maker {
  position: relative;
}
.sechead-jp span.maker:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 3.2vw;
  background-color: #ffef64;
  z-index: -1;
}

.sechead-desc {
  margin-top: 4vw;
}

.sechead-desc p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

.sechead-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .sechead-catch {
    font-size: 1.6666666667vw;
    line-height: 1.5em;
  }
  .sechead-jp {
    font-size: 2.0833333333vw;
    line-height: 1.8em;
  }
  .sechead-jp span.big {
    font-size: 3.75vw;
  }
  .sechead-jp span.maker:after {
    height: 1.1111111111vw;
  }
  .sechead-desc {
    margin-top: 1.3888888889vw;
  }
  .sechead-desc p {
    font-size: 1.1111111111vw;
    line-height: 1.35em;
  }
}
@media screen and (min-width: 1441px) {
  .sechead-catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sechead-jp {
    font-size: 30px;
    font-size: 3rem;
  }
  .sechead-jp span.big {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .sechead-jp span.maker:after {
    height: 16px;
  }
  .sechead-desc {
    margin-top: 20px;
  }
  .sechead-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.faucet-head {
  position: relative;
  padding: 1.2em 0.5em;
  background-color: #41b2e7;
  border-radius: 1.3333333333vw;
}
.faucet-head:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 9.3333333333vw 0 9.3333333333vw;
  border-color: #41b2e7 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faucet-head-jp {
  position: relative;
  padding-left: 14.6666666667vw;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.26em;
  letter-spacing: 0;
}
.faucet-head-jp:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  display: inline-block;
  width: 8.2666666667vw;
  height: 7.3333333333vw;
  background-image: url(../img/page/faucet_sp.png);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .faucet-head:before {
    content: "";
    position: absolute;
    top: -5.3333333333vw;
    left: 2.6666666667vw;
    display: inline-block;
    width: 5.4666666667vw;
    height: 4.2666666667vw;
    background-image: url(../img/page/splash.svg);
    background-size: contain;
  }
  .faucet-head .faucet-head-jp:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .faucet-head {
    border-radius: 0.6944444444vw;
    text-align: center;
  }
  .faucet-head:after {
    border-width: 2.7777777778vw 4.5138888889vw 0 4.5138888889vw;
  }
  .faucet-head-jp {
    display: inline-block;
    padding-left: 5.9027777778vw;
    font-size: 1.9444444444vw;
  }
  .faucet-head-jp:before {
    top: -3.8888888889vw;
    left: 0;
    width: 4.7916666667vw;
    height: 7.0138888889vw;
    background-image: url(../img/page/faucet.png);
    background-image: image-set(url(../img/page/faucet.png) 1x, url(../img/page/faucet-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/page/faucet.png) 1x, url(../img/page/faucet-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .faucet-head {
    border-radius: 10px;
  }
  .faucet-head:after {
    border-width: 40px 65px 0 65px;
  }
  .faucet-head-jp {
    padding-left: 85px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .faucet-head-jp:before {
    top: -56px;
    width: 69px;
    height: 101px;
  }
}
.dot-head {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding: 1.2em 1em;
  background-image: url(../img/common/bg-green.jpg);
  background-repeat: repeat;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
}

.dot-head-jp {
  position: relative;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.26em;
  letter-spacing: 0;
}
.dot-head-jp span {
  color: #ffef64;
}

@media screen and (min-width: 751px) {
  .dot-head {
    margin-bottom: 2.0833333333vw;
    border-width: 0.4166666667vw;
    border-radius: 0.6944444444vw;
  }
  .dot-head-jp {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .dot-head {
    margin-bottom: 30px;
    border-width: 6px;
    border-radius: 10px;
  }
  .dot-head-jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.deco-head {
  position: relative;
  padding: 1.2em 0.5em;
  background-color: #ffffff;
  border-color: #188f51;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
  text-align: center;
}
.deco-head:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 9.3333333333vw 0 9.3333333333vw;
  border-color: #188f51 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.deco-head > div {
  position: relative;
  display: inline-block;
  text-align: center;
}

.deco-head-jp {
  position: relative;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.26em;
  letter-spacing: 0;
}
.deco-head-jp:after {
  content: "";
  position: absolute;
  top: -14.4vw;
  right: -7.3333333333vw;
  display: inline-block;
  width: 11.8666666667vw;
  height: 12.1333333333vw;
  background-image: url(../img/page/accent_sp.png);
  background-size: contain;
}

.deco-head-balloon {
  position: absolute;
  top: -24vw;
  left: -14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4vw;
  width: 35.3333333333vw;
  height: 25.7333333333vw;
  background-image: url(../img/page/balloon_sp.png);
  background-size: contain;
}
.deco-head-balloon p {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  letter-spacing: 0;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  z-index: 1;
}
.deco-head-balloon p span.yellow {
  color: #ffef64;
}

@media screen and (max-width: 750px) {
  .deco-head .deco-head-jp:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .deco-head {
    border-width: 0.4166666667vw;
    border-radius: 0.6944444444vw;
    text-align: center;
  }
  .deco-head:after {
    border-width: 2.7777777778vw 4.5138888889vw 0 4.5138888889vw;
  }
  .deco-head-jp {
    font-size: 2.5vw;
  }
  .deco-head-jp:after {
    top: -4.1666666667vw;
    right: -1.875vw;
    width: 3.8194444444vw;
    height: 3.8888888889vw;
    background-image: url(../img/page/accent.png);
    background-image: image-set(url(../img/page/accent.png) 1x, url(../img/page/accent-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/page/accent.png) 1x, url(../img/page/accent-2x.png) 2x);
  }
  .deco-head-balloon {
    top: -6.7361111111vw;
    left: -10.7638888889vw;
    padding-bottom: 1.3888888889vw;
    width: 11.6666666667vw;
    height: 8.6805555556vw;
    background-image: url(../img/page/balloon.png);
    background-image: image-set(url(../img/page/balloon.png) 1x, url(../img/page/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/page/balloon.png) 1x, url(../img/page/balloon-2x.png) 2x);
  }
  .deco-head-balloon p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .deco-head {
    border-width: 6px;
    border-radius: 10px;
  }
  .deco-head:after {
    border-width: 40px 65px 0 65px;
  }
  .deco-head-jp {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .deco-head-jp:after {
    top: -60px;
    right: -27px;
    width: 55px;
    height: 56px;
  }
  .deco-head-balloon {
    top: -97px;
    left: -155px;
    padding-bottom: 20px;
    width: 168px;
    height: 125px;
  }
  .deco-head-balloon p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.arrow-head {
  position: relative;
  padding: 0.7em 0.5em;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.26em;
  letter-spacing: 0;
}
.arrow-head:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 9.3333333333vw 0 9.3333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.arrow-head--gn {
  background-color: #188f51;
}
.arrow-head--gn:after {
  border-color: #188f51 transparent transparent transparent;
}

.arrow-head--bl {
  background-color: #41b2e7;
}
.arrow-head--bl:after {
  border-color: #41b2e7 transparent transparent transparent;
}

@media screen and (min-width: 751px) {
  .arrow-head {
    border-radius: 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .arrow-head:after {
    border-width: 2.7777777778vw 4.5138888889vw 0 4.5138888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .arrow-head {
    border-radius: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .arrow-head:after {
    border-width: 40px 65px 0 65px;
  }
}
/*  button
-------------------------------------------------------*/
.main-btn {
  position: relative;
  display: block;
  background-color: #818181;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 8vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  overflow: hidden;
  cursor: pointer;
}
.main-btn > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 13.3333333333vw;
}
.main-btn > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.6666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 2;
}
.main-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #6e6e6e;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.main-btn span {
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  z-index: 2;
}

.main-btn:hover {
  background-color: #6e6e6e;
}
.main-btn:hover > div:after {
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}
.main-btn:hover:after {
  background-color: #818181;
}

@media screen and (min-width: 751px) {
  .main-btn {
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
  }
  .main-btn > div {
    height: 4.1666666667vw;
  }
  .main-btn > div:after {
    right: 1.0416666667vw;
    width: 0.5555555556vw;
    height: 0.9027777778vw;
  }
  .main-btn span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .main-btn {
    border-width: 2px;
    border-radius: 30px;
  }
  .main-btn > div {
    height: 60px;
  }
  .main-btn > div:after {
    right: 15px;
    width: 8px;
    height: 13px;
  }
  .main-btn span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.apply-btn {
  position: relative;
  display: block;
  background-color: #fb8200;
  border-color: #fb8200;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 8vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.apply-btn > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 16vw;
  text-align: center;
}
.apply-btn > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.6666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 2;
}
.apply-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #e87800;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.apply-btn span {
  position: relative;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.16em;
  font-weight: 900;
  letter-spacing: 0.1em;
  z-index: 2;
}

.apply-btn:hover {
  background-color: #e87800;
}
.apply-btn:hover > div:after {
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}
.apply-btn:hover:after {
  background-color: #fb8200;
}

@media screen and (min-width: 751px) {
  .apply-btn {
    border-width: 0.1388888889vw;
    border-radius: 2.4305555556vw;
  }
  .apply-btn > div {
    height: 4.8611111111vw;
  }
  .apply-btn > div:after {
    right: 1.0416666667vw;
    width: 0.5555555556vw;
    height: 0.9027777778vw;
  }
  .apply-btn span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .apply-btn {
    border-width: 2px;
    border-radius: 35px;
  }
  .apply-btn > div {
    height: 70px;
  }
  .apply-btn > div:after {
    right: 15px;
    width: 8px;
    height: 13px;
  }
  .apply-btn span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.line-btn {
  position: relative;
  display: block;
  background-color: #2bb600;
  border-color: #57ca33;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 9.3333333333vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
}
.line-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #2da907;
  border-radius: 0 0 9.3333333333vw 9.3333333333vw;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.line-btn div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.3333333333vw;
  width: 100%;
  height: 19.4666666667vw;
}
.line-btn div:before {
  content: "無料";
  position: absolute;
  top: 50%;
  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;
  width: 12vw;
  height: 12vw;
  background-color: #ef8001;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.line-btn div:after {
  content: "";
  position: absolute;
  top: -2.2666666667vw;
  right: -2.4vw;
  display: inline-block;
  width: 14.1333333333vw;
  height: 19.0666666667vw;
  background-image: url(../img/common/line_sp.png);
  background-size: contain;
  z-index: 2;
}
.line-btn div p {
  color: #ffffff;
  font-size: 4.1333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0;
  z-index: 2;
}
.line-btn div p span {
  font-size: 6.4vw;
}

.line-btn:hover {
  background-color: #2da907;
}
.line-btn:hover:after {
  background-color: #2bb600;
}

@media screen and (min-width: 751px) {
  .line-btn {
    border-width: 0.2083333333vw;
    border-radius: 3.4722222222vw;
  }
  .line-btn:after {
    border-radius: 0 0 3.4722222222vw 3.4722222222vw;
  }
  .line-btn div {
    padding-left: 0.6944444444vw;
    height: 6.5277777778vw;
  }
  .line-btn div:before {
    left: 1.3888888889vw;
    width: 5.0694444444vw;
    height: 5.0694444444vw;
    border-width: 0.1388888889vw;
    font-size: 1.4583333333vw;
  }
  .line-btn div:after {
    top: -2.7777777778vw;
    right: -0.9027777778vw;
    width: 7.3611111111vw;
    height: 9.9305555556vw;
    background-image: url(../img/common/line_sp.png);
    background-image: url(../img/common/line.png);
    background-image: image-set(url(../img/common/line.png) 1x, url(../img/common/line-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/line.png) 1x, url(../img/common/line-2x.png) 2x);
  }
  .line-btn div p {
    font-size: 1.25vw;
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }
  .line-btn div p span {
    font-size: 2.0833333333vw;
  }
  .box .line-btn div {
    padding-left: 0;
  }
  .box .line-btn div:before {
    left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .line-btn {
    border-width: 3px;
    border-radius: 50px;
  }
  .line-btn:after {
    border-radius: 0 0 50px 50px;
  }
  .line-btn div {
    padding-left: 10px;
    height: 94px;
  }
  .line-btn div:before {
    left: 20px;
    width: 73px;
    height: 73px;
    border-width: 2px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .line-btn div:after {
    top: -40px;
    right: -13px;
    width: 106px;
    height: 143px;
  }
  .line-btn div p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
  .line-btn div p span {
    font-size: 30px;
    font-size: 3rem;
  }
  .box .line-btn div:before {
    left: 10px;
  }
}
.youtube-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #dd3030;
  border-color: #df5252;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}

.youtube-btn:hover {
  background-color: #ffffff;
  color: #dd3030;
}

@media screen and (min-width: 751px) {
  .youtube-btn {
    height: 3.75vw;
    border-width: 0.2083333333vw;
    border-radius: 2.4305555556vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .youtube-btn {
    height: 54px;
    border-style: solid;
    border-width: 3px;
    border-radius: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- pagination bar - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.slide-pagination .swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

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

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

@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.0416666667vw;
  }
}
@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: 15px;
  }
}
/* ------------------------------------------- btn - */
.slide-btn-prev,
.slide-btn-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 888;
  cursor: pointer;
}

.slide-btn-prev:hover,
.slide-btn-next:hover {
  opacity: 0.7;
}

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

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

@media screen and (min-width: 751px) {
  .slide-btn-prev,
.slide-btn-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .slide-btn-prev {
    left: -1.7361111111vw;
  }
  .slide-btn-next {
    right: -1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-btn-prev,
.slide-btn-next {
    width: 50px;
    height: 50px;
  }
  .slide-btn-prev {
    left: -25px;
  }
  .slide-btn-next {
    right: -25px;
  }
}
/*  new
-------------------------------------------------------*/
.new {
  position: absolute;
  top: 0;
  right: 3.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.6666666667vw;
  width: 10.6666666667vw;
  height: 13.3333333333vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  background-image: url(../img/common/new.svg);
  background-size: contain;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .new {
    right: 1.3888888889vw;
    padding-bottom: 0.5555555556vw;
    width: 3.4722222222vw;
    height: 4.3055555556vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .new {
    right: 20px;
    width: 50px;
    padding-bottom: 8px;
    height: 62px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  toggle
-------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  background-color: #41b2e7;
  z-index: 8888;
  cursor: pointer;
}

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

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

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

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

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

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

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

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 1.4666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  form
-------------------------------------------------------*/
/* ---------------------------------- レイアウト崩れ防止 */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

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

.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;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

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

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

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

@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;
  }
}
/*  front - #hero
-------------------------------------------------------------------------------*/
.hero {
  position: relative;
  padding: 0 0 8vw 0;
}
.hero:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #d5ecf7;
  z-index: -1;
}

.hero-slide {
  position: relative;
  margin: 0 auto;
  width: 95.0666666667vw;
}

.hero-slide .swiper-slide a {
  display: block;
}

.hero-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 120vw;
}

.hero-slide .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 254, 254, 0.4);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}

.hero-slide .swiper-slide-active:before {
  opacity: 0;
  z-index: -1;
}

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

@media screen and (max-width: 750px) {
  #hero-slide-prev {
    display: none;
  }
  #hero-slide-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .hero {
    padding: 3.4722222222vw 0 2.0833333333vw 0;
  }
  .hero:before {
    height: calc(100% + 2.0833333333vw);
  }
  .hero-slide {
    width: 83.3333333333vw;
  }
  .hero-slide img {
    height: 44.4444444444vw;
  }
  #hero-slide-prev {
    left: -2.0833333333vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  #hero-slide-next {
    right: -2.0833333333vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  #hero-pagination {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .hero {
    padding: 50px 0 30px 0;
  }
  .hero:before {
    height: calc(100% + 30px);
  }
  .hero-slide {
    width: 1200px;
  }
  .hero-slide img {
    height: 640px;
  }
  #hero-slide-prev {
    left: -30px;
    width: 60px;
    height: 60px;
  }
  #hero-slide-next {
    right: -30px;
    width: 60px;
    height: 60px;
  }
  #hero-pagination {
    margin-top: 20px;
  }
}
/*  front - #news
-------------------------------------------------------------------------------*/
.news-frt {
  margin: 4.6666666667vw auto 0 auto;
  width: 95.2vw;
  background: #fff;
  padding: 5vw 2vw 3vw;
  position: relative;
}

.news-frt a {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1vw 8vw 2vw 2.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}
.news-frt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-gy.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-frt a:hover:after {
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}

.news-frt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-frt-head {
  color: #188f51;
  font-size: 6.4vw;
  font-weight: 900;
  margin-bottom: 3vw;
}

.news-frt-date {
  color: #b7b7b7;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.news-frt-cat {
  margin-left: 2.6666666667vw;
  padding: 0.2em 1em 0.3em 1em;
  border-radius: 2.6666666667vw;
  background-color: #188f51;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.news-frt-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.post-type {
  padding: 1vw;
  border-radius: 2px;
  font-size: 2.2vw;
  width: 21vw;
  text-align: center;
  color: #fff;
}
.type-news {background: #ef8001;}
.type-movie {background: #2e8fbc;}
.type-works {background: #085fab;}
.type-blog {background: #77bcdc;}
.type-voice {background: #75b83f;}
.more-link {
  background: #8e8e8e;
  width: 6vw;
  height: 6vw;
  letter-spacing: -2.2vw;
  border-radius: 50%;
  padding: 1.3vw 0 0 0px;
  color: #fff;
  position: absolute;
  top: 5.2vw;
  left: 25vw;
  z-index: 1;
}
.more-link a{
  display: block;
  padding: 0;
  background: none;
}
.more-link a::after{
  display: none;
}

@media screen and (max-width: 750px) {
  .news-frt-date {
    margin-left: 2.6666666667vw;
  }
  .news-frt-ttl {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 751px) {
  .news-frt {
    margin-top: 2.0833333333vw;
    width: 69.4444444444vw;
    padding: 1vw 1vw 0.7vw;
  }
  .news-frt 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 2.4305555556vw 0 1.3888888889vw;
    height: 3vw;
    border-radius: 0.6944444444vw;
  }
  .news-frt a:after {
    right: 1.3888888889vw;
    width: 0.5555555556vw;
    height: 0.9027777778vw;
  }
  .news-frt-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            width: 18vw;
  }
  .news-frt-head {
    font-size: 2.0833333333vw;
    margin-bottom: 0.7vw;
  }
  .news-frt-date {
    font-size: 0.9722222222vw;
  }
  .news-frt-cat {
    margin-left: 0;
    border-radius: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .news-frt-ttl {
    width: calc(100% - 19vw);
    font-size: 1.25vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .post-type {
    padding: 0.5vw;
    font-size: 1vw;
    width: 10vw;
  }
  .more-link {
    background: #8e8e8e;
    width: 2.1vw;
    height: 2.1vw;
    letter-spacing: -0.65vw;
    border-radius: 50%;
    padding: 0.55vw 0 0 0.07vw;
    color: #fff;
    position: absolute;
    top: 1vw;
    left: 8.5vw;
    z-index: 1;
  }
  .more-link a{
    display: block;
    padding: 0;
    background: none;
    height: auto;
  }
}
@media screen and (min-width: 1441px) {
  .news-frt {
    margin-top: 30px;
    width: 1000px;
    padding: 20px 20px 12px;
  }
  .news-frt a {
    padding: 0 35px 0 20px;
    height: 40px;
    border-radius: 10px;
  }
  .news-frt a:after {
    right: 20px;
    width: 8px;
    height: 13px;
  }
  .news-frt-content {
    width: 230px;
  }
  .news-frt-head {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 12px;
  }
  .news-frt-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-frt-cat {
    border-radius: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-frt-ttl {
    width: calc(100% - 260px);
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-type {
    padding: 5px;
    font-size: 12px;
    width: 110px;
  }
  .more-link {
    width: 31px;
    height: 31px;
    letter-spacing: -9px;
    padding: 7px 0 0 1px;
    top: 20px;
    left: 123px;
  }
  .more-link a{
    display: block;
    padding: 0;
    background: none;
    height: auto;
  }
}
/*  request
-------------------------------------------------------------------------------*/
.sec--request {
  padding: 5.6666666667vw 0 4.3333333333vw 0;
}

.request {
  position: relative;
}

.request-box {
  position: relative;
  background-color: #ffffff;
  border-color: #77bcdc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}

.request-head {
  position: relative;
  padding: 1vw 0 1.5vw;
  background-color: #77bcdc;
}
.request-head:after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2.3333333333vw 0 2.3333333333vw;
  border-color: #77bcdc transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.request-catch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request-label {
  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;
  background-color:#085fab;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5vw;
  border-radius: 1.3333333333vw;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;

}
.request-label span {
  font-size: 70px;
}

.request-text {
  margin-left: 1vw;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
}

.request-ttl {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}

.request-content {
  padding: 1.6666666667vw 1.6666666667vw 1.3333333333vw 1.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}

.request-desc {
  position: relative;
  margin: 4vw auto 0 auto;
  padding: 1.2em 1em;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}
.request-desc p {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.request-desc p span {
  color: #ef8001;
}
.request-desc:before, .request-desc:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.request-desc:before {
  /*
  top: 29.6vw;
  left: 5.3333333333vw;
  width: 39.0666666667vw;
  height: 32.8vw;
  background-image: url(../img/request/photo_sp.png);
  */
}
.request-desc:after {
  /*
  top: 24vw;
  right: 10vw;
  width: 55.3333333333vw;
  height: 58.6666666667vw;
  background-image: url(../img/request/staff_sp.png);
  z-index: 1;
  */
}

.request-form dt {
  position: relative;
  margin-top: 1vw;
  padding-left: 3vw;
  font-size: 20px;
  font-weight: 700;
  line-height: 5.6vw;
  letter-spacing: 0.05em;
}
.request-form dt:before {
  position: absolute;
  top: 27%;
  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;
  padding-bottom: 0.1em;
  width: 2.8vw;
  height: 2.6vw;
  background-color: #ef8001;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1em !important;
  letter-spacing: 0;
}

.request-box-inner > div:nth-child(1) .request-form dt:before {
  content: "1";
}

.request-box-inner > div:nth-child(2) .request-form:nth-child(1) dt:before {
  content: "2";
}
.request-box-inner > div:nth-child(2) .request-form:nth-child(2) dt:before {
  content: "3";
}
.request-box-inner > div:nth-child(2) .request-form:nth-child(3) dt:before {
  content: "4";
}

.request-form-label {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #085fab;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1em;
  margin-left: 5px;
}

.request-form-select {
  padding-left: 1em;
  font-size: 1vw;
  font-weight: 500;
  text-indent: -1em;
}
.request-form-select:before {
  content: "※";
}

.request-form input[type=text],
.request-form input[type=email],
.request-form input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.7em;
  width: 100%;
  height: 3.3333333333vw;
  background-color: #f6f6f6;
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
  color: #1b1b1b;
  font-family: "NotoSansJP", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.request-form input::-webkit-input-placeholder,
.request-form select::-webkit-input-placeholder,
.request-form textarea::-webkit-input-placeholder {
  color: #cecece;
}
.request-form input:-ms-input-placeholder,
.request-form select:-ms-input-placeholder,
.request-form textarea:-ms-input-placeholder,
.request-form input::-ms-input-placeholder,
.request-form textarea::-ms-input-placeholder {
  color: #cecece;
}
.request-form input::-moz-placeholder,
.request-form select::-moz-placeholder,
.request-form textarea::-moz-placeholder {
  color: #cecece;
}

.request-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2vw 0 0 1vw;
}

.request-form .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2vw 0 0 0;
  width: 50%;
}

.request-form .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.request-form input[type=checkbox] + span {
  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-left: 3vw;
  height: 1.3333333333vw;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.request-form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2vw;
  height: 2vw;
  background-color: #f6f6f6;
  border-color: #e9e9e9;
  border-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.request-form input[type=checkbox] + span::before {
  border-radius: 1.3333333333vw;
}

.request-form input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 10%;
  display: block;
}

.request-form input[type=checkbox]:checked + span::after {
  left: 0.5vw;
  margin-top: -0.2em;
  width: 1.5vw;
  height: 1vw;
  border-left: 3px solid #ef8001;
  border-bottom: 3px solid #ef8001;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.request-form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2vw auto 0 auto;
  width: 65.3333333333vw;
  max-width: 100%;
  height: 3.3333333333vw;
  background-color: #ef8001;
  border-color: #ef8001;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 8vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  overflow: hidden;
}

.request-form-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #e87800;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.request-form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}

.request-form-submit {
  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;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 1.5vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  z-index: 1;
}

.request-form-btn:hover {
  background-color: #e87800;
}
.request-form-btn:hover:before {
  background-color: #ef8001;
}
.request-form-btn:hover:after {
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}

@media screen and (max-width: 750px) {
  .request-head {
    text-align: center;
  }
  .request-catch {
    padding-left: 24vw;
  }
  .request-label {
    position: absolute;
    top: -4.6666666667vw;
    left: 0;
  }
  .request-box-inner > div:nth-child(1) .request-form {
    margin-top: 4vw;
  }
  .request-box-inner > div:nth-child(2) {
    margin-top: 4.6666666667vw;
  }
  .request-box-inner > div:nth-child(2) .request-form:nth-child(n+2) {
    margin-top: 4vw;
  }
  .request-form-label {
    margin-left: 2vw;
  }
  .request-form dd {
    margin-top: 2vw;
  }
  .request-form .wpcf7-checkbox {
    width: 76.6666666667vw;
  }
}
/*  front - #review
-------------------------------------------------------------------------------*/
.sec--review {
  padding: 14.6666666667vw 0 16vw 0;
  background-image: url(../img/review/review_back.png);
  background-repeat: repeat;
  z-index: 2;
}
.sec--review:after {
  content: "";
  position: absolute;
  top: 99.8%;
  left: 50%;
  display: inline-block;
  width: 19.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/review/arrow_sp.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.review {
  position: relative;
}
.review:before {
  content: "";
  position: absolute;
  top: 26.6666666667vw;
  left: 0.6666666667vw;
  display: inline-block;
  width: 86.9333333333vw;
  height: 75.2vw;
  /*background-image: url(../img/review/staff_sp.png);*/
  background-size: contain;
}
.review:after {
  content: "";
  position: absolute;
  top: -2vw;
  right: 6.6666666667vw;
  display: inline-block;
  width: 6.2666666667vw;
  height: 8.4vw;
  /*background-image: url(../img/review/shine_sp.png);*/
  background-size: contain;
}

.review-head {
  position: relative;
  margin: 0 auto 12.2666666667vw auto;
  width: 100%;
  color: #ffffff;
  font-size: 8.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0;
  z-index: 1;
}
.review-head:before, .review-head:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 9.7333333333vw;
  height: 20.6666666667vw;
  background-image: url(../img/review/deco.svg);
  background-size: contain;
}
.review-head:before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.review-head:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.review-head span {
  position: relative;
  font-size: 8.5333333333vw;
  z-index: 1;
}
.review-head span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6vw;
  background-color: #ffe742;
  z-index: -1;
}
.review-head span:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: -1.0666666667vw;
  right: -3.0666666667vw;
  display: inline-block;
  width: 6vw;
  height: 4.5333333333vw;
  background-image: url(../img/review/crown.svg);
  background-size: contain;
}

.review-box {
  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: 0 auto;
  padding: 0 4vw 3.3333333333vw 4vw;
  width: 76.5333333333vw;
  height: 38.4vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}
.review-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72.8vw;
  height: 34.4vw;
  border-color: #188f51;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.review-box:after {
  content: "★★★★★";
  position: absolute;
  left: 50%;
  bottom: 4.6666666667vw;
  color: #ef8001;
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.review-label {
  font-size: 5.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.35em;
  letter-spacing: 0;
}
.review-label span {
  font-size: 6.6666666667vw;
}

.review-score {
  position: relative;
  top: -0.125em;
  font-size: 22.9333333333vw;
  font-weight: 900;
  letter-spacing: 0;
  z-index: 1;
}
.review-score:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.2666666667vw;
  background-color: #ffe742;
  z-index: -1;
}

.review-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

.review-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-color: #188f51;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  color: #188f51;
  font-size: 4.2666666667vw;
  font-weight: 900;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.review-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.3333333333vw;
  display: inline-block;
  width: 4vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/blank-gr.svg);
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.review-btn a:hover {
  background-color: #188f51;
  border-color: #ffffff;
  color: #ffffff;
}
.review-btn a:hover:after {
  background-image: url(../img/common/blank-wh.svg);
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}

@media screen and (min-width: 751px) {
  .sec--review {
    padding: 5.2083333333vw 0 4.5138888889vw 0;
    background-image: url(../img/review/review_back.png);
    background-image: image-set(url(../img/review/review_back.png) 1x, url(../img/review/review_back.png) 2x);
    background-image: -webkit-image-set(url(../img/review/review_back.png) 1x, url(../img/review/review_back.png) 2x);
  }
  .sec--review:after {
    width: 9.9305555556vw;
    height: 2.6388888889vw;
    background-image: url(../img/review/arrow.png);
    background-image: image-set(url(../img/review/arrow.png) 1x, url(../img/review/arrow-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/review/arrow.png) 1x, url(../img/review/arrow-2x.png) 2x);
  }
  .review:before {
    top: 4.5833333333vw;
    left: -8.4722222222vw;
    width: 30vw;
    height: 32.2916666667vw;
    /*background-image: url(../img/review/staff.png);
    background-image: image-set(url(../img/review/staff.png) 1x, url(../img/review/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/review/staff.png) 1x, url(../img/review/staff-2x.png) 2x);*/
  }
  .review:after {
    top: 0.3472222222vw;
    right: -6.9444444444vw;
    width: 25vw;
    height: 30.7638888889vw;
    /*background-image: url(../img/review/photo.png);
    background-image: image-set(url(../img/review/photo.png) 1x, url(../img/review/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/review/photo.png) 1x, url(../img/review/photo-2x.png) 2x);*/
  }
  .review-head {
    margin: 0 auto 2.4305555556vw auto;
    width: 53.4722222222vw;
    font-size: 3.75vw;
    line-height: 1.25em;
  }
  .review-head:before, .review-head:after {
    width: 5.0694444444vw;
    height: 10.7638888889vw;
  }
  .review-head span {
    font-size: 3.3333333333vw;
  }
  .review-head span:after {
    height: 0.5555555556vw;
  }
  .review-head span:nth-of-type(1) {
    margin-left: 0.1em;
  }
  .review-head span:nth-of-type(2):before {
    top: -1.5972222222vw;
    right: -1.5972222222vw;
    width: 3.125vw;
    height: 2.3611111111vw;
  }
  .review-box {
    padding: 0 1.5277777778vw 0.6944444444vw 1.5277777778vw;
    width: 27.7777777778vw;
    height: 13.8888888889vw;
    border-radius: 0.6944444444vw;
  }
  .review-box:before {
    width: 26.3888888889vw;
    height: 12.5vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .review-box:after {
    bottom: 1.7361111111vw;
    font-size: 1.6666666667vw;
  }
  .review-label {
    font-size: 2.0833333333vw;
  }
  .review-label span {
    font-size: 2.5vw;
  }
  .review-score {
    font-size: 8.3333333333vw;
  }
  .review-score:after {
    height: 0.8333333333vw;
  }
  .review-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 25vw;
  }
  .review-btn a {
    padding-right: 0.3472222222vw;
    height: 4.5138888889vw;
    border-width: 0.2083333333vw;
    border-radius: 2.4305555556vw;
    font-size: 1.25vw;
  }
  .review-btn a:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--review {
    padding: 75px 0 65px 0;
  }
  .sec--review:after {
    width: 143px;
    height: 38px;
  }
  .review:before {
    top: 66px;
    left: -122px;
    width: 432px;
    height: 465px;
  }
  .review:after {
    top: 5px;
    right: -100px;
    width: 360px;
    height: 443px;
  }
  .review-head {
    margin: 0 auto 35px auto;
    width: 770px;
    font-size: 54px;
    font-size: 5.4rem;
  }
  .review-head:before, .review-head:after {
    width: 73px;
    height: 155px;
  }
  .review-head span {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .review-head span:after {
    height: 8px;
  }
  .review-head span:nth-of-type(2):before {
    top: -23px;
    right: -23px;
    width: 45px;
    height: 34px;
  }
  .review-box {
    padding: 0 22px 10px 22px;
    width: 400px;
    height: 200px;
    border-radius: 10px;
  }
  .review-box:before {
    width: 380px;
    height: 180px;
    border-width: 3px;
    border-radius: 10px;
  }
  .review-box:after {
    bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .review-label {
    font-size: 30px;
    font-size: 3rem;
  }
  .review-label span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .review-score {
    font-size: 120px;
    font-size: 12rem;
  }
  .review-score:after {
    height: 12px;
  }
  .review-btn {
    margin: 30px auto 0 auto;
    width: 360px;
  }
  .review-btn a {
    padding-right: 5px;
    height: 65px;
    border-style: solid;
    border-width: 3px;
    border-radius: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .review-btn a:after {
    right: 25px;
    width: 15px;
    height: 14px;
  }
}
/*  front - #reason
-------------------------------------------------------------------------------*/
.sec--reason {
  padding: 14.6666666667vw 0 16vw 0;
  overflow: hidden;
}

.sec--reason .sechead {
  margin-bottom: 67.3333333333vw;
}

.sec--reason .sechead-catch {
  position: relative;
  display: inline-block;
}
.sec--reason .sechead-catch span {
  position: relative;
  color: #188f51;
}
.sec--reason .sechead-catch span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1.2vw;
  height: 1.2vw;
  background-color: #188f51;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec--reason .sechead-catch:after {
  content: "";
  position: absolute;
  top: -10.2666666667vw;
  right: 6.6666666667vw;
  width: 7.3333333333vw;
  height: 7.4666666667vw;
  display: inline-block;
  background-image: url(../img/reason/deco.svg);
  background-size: contain;
}

.sec--reason .sechead-jp {
  position: relative;
}
.sec--reason .sechead-jp:after {
  content: "";
  position: absolute;
  top: 2vw;
  right: 8.9333333333vw;
  width: 7.2vw;
  height: 8.1333333333vw;
  display: inline-block;
  background-image: url(../img/reason/shine_sp.png);
  background-size: contain;
}

.sec--reason .sechead-desc {
  text-align: left;
}

.reason-frt {
  position: relative;
  z-index: 1;
}
.reason-frt:before, .reason-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.reason-frt:before {
  top: -58.1333333333vw;
  left: 0.5333333333vw;
  width: 42.2666666667vw;
  height: 88.4vw;
  background-image: url(../img/reason/reason_img2.png);
}
.reason-frt:after {
  top: -58.9333333333vw;
  right: -2.5333333333vw;
  width: 45.7333333333vw;
  height: 91.3333333333vw;
  background-image: url(../img/reason/reason_img1.png);

}

.reason-frt-photo01 {
  position: absolute;
  top: -113.3333333333vw;
  left: -2.5333333333vw;
  width: 59.7333333333vw;
  height: 69.0666666667vw;
  /*
  background-image: url(../img/reason/photo01_sp.png);
  */
  background-size: contain;
  z-index: -2;
}

.reason-frt-photo02 {
  position: absolute;
  top: -134.6666666667vw;
  right: -2.5333333333vw;
  width: 61.7333333333vw;
  height: 73.8666666667vw;
  /*
  background-image: url(../img/reason/photo02_sp.png);
  */
  background-size: contain;
  z-index: -2;
}

.reason-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6666666667vw 2.6666666667vw 4vw 2.6666666667vw;
  background-color: #ffffff;
  border-color: #f4f3f3;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 10px;
}

.reason-menu-num {
  position: absolute;
  top: 0;
  left: 23.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.4vw;
  width: 8vw;
  height: 9.8666666667vw;
  background-image: url(../img/reason/ribbon.png);
  background-size: contain;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  letter-spacing: 0;
}

.reason-menu-content {
  padding-top: 9.3333333333vw;
  width: 52.6666666667vw;
}

.reason-menu-catch {
  margin-bottom: 0.3em;
  font-weight: 900;
  line-height: 1.35em;
}

.reason-menu-ttl {
  position: relative;
  margin-bottom: 0.35em;
  display: inline-block;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.5em;
  z-index: 1;
}
.reason-menu-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 1.6vw;
  background-color: #ffef64;
  z-index: -1;
}

.reason-menu-desc p {
  font-size: 3.3333333333vw;
  line-height: 1.5em;
}

.reason-menu-image {
  width: 34.6666666667vw;
  height: 34.6666666667vw;
  background-size: cover;
  border-radius: 1.3333333333vw;
}

.reason-menu > li:nth-child(1) .reason-menu-image {
  background-image: url(../img/reason/reason_img.jpg);
}

.reason-menu > li:nth-child(2) .reason-menu-image {
  background-image: url(../img/reason/reason_img3.jpg);
}

.reason-menu > li:nth-child(3) .reason-menu-image {
  background-image: url(../img/reason/reason_img4.jpg);
}

.reason-menu > li:nth-child(4) .reason-menu-image {
  background-image: url(../img/reason/reason_img5.jpg);
}

.reason-btn {
  margin: 8.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .sec--reason .sechead-catch {
    font-size: 4.8vw;
  }
  .reason-menu > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--reason {
    padding: 9.0277777778vw 0 5.5555555556vw 0;
  }
  .sec--reason .sechead {
    margin-bottom: 4.8611111111vw;
  }
  .sec--reason .sechead-catch span:before {
    width: 0.4166666667vw;
    height: 0.3472222222vw;
  }
  .sec--reason .sechead-catch:after {
    top: -4.1666666667vw;
    right: -3.4722222222vw;
    width: 3.8194444444vw;
    height: 3.8888888889vw;
  }
  .sec--reason .sechead-jp:after {
    top: 0.3472222222vw;
    right: 16.6666666667vw;
    width: 3.8194444444vw;
    height: 4.375vw;
    background-image: url(../img/reason/shine.png);
    background-image: image-set(url(../img/reason/shine.png) 1x, url(../img/reason/shine-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/shine.png) 1x, url(../img/reason/shine-2x.png) 2x);
  }
  .sec--reason .sechead-desc {
    text-align: center;
  }
  .reason-frt {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .reason-frt:before {
    top: -27.4305555556vw;
    left: 3.4722222222vw;
    width: 19.3055555556vw;
    height: 34.5833333333vw;
    /*
    background-image: url(../img/reason/staff01.png);
    background-image: image-set(url(../img/reason/staff01.png) 1x, url(../img/reason/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff01.png) 1x, url(../img/reason/staff01-2x.png) 2x);
    */
  }
  .reason-frt:after {
    top: -27.9861111111vw;
    right: 4.1666666667vw;
    width: 19.0277777778vw;
    height: 37.5694444444vw;
    /*
    background-image: url(../img/reason/staff02.png);
    background-image: image-set(url(../img/reason/staff02.png) 1x, url(../img/reason/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff02.png) 1x, url(../img/reason/staff02-2x.png) 2x);
    */
  }

  .reason-frt-photo01 {
    top: -38.1944444444vw;
    left: -15.2777777778vw;
    width: 38.1944444444vw;
    height: 41.8055555556vw;
    /*
    background-image: url(../img/reason/photo01.png);
    background-image: image-set(url(../img/reason/photo01.png) 1x, url(../img/reason/photo01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/photo01.png) 1x, url(../img/reason/photo01-2x.png) 2x);
    */
    }
  .reason-frt-photo02 {
    top: -37.5vw;
    right: -15.2777777778vw;
    width: 34.4444444444vw;
    height: 42.6388888889vw;
    /*
    background-image: url(../img/reason/photo02.png);
    background-image: image-set(url(../img/reason/photo02.png) 1x, url(../img/reason/photo02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/photo02.png) 1x, url(../img/reason/photo02-2x.png) 2x);
    */
  }
  .reason-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .reason-menu > li {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
    border-width: 0.1388888889vw;
  }
  .reason-menu > li:nth-child(n+3) {
    margin-top: 2.0833333333vw;
  }
  .reason-menu > li {
    padding: 1.0416666667vw 1.3888888889vw;
    border-width: 0.2666666667vw;
    border-radius: 0.6944444444vw;
  }
  .reason-menu-num {
    left: 8.8194444444vw;
    padding-bottom: 0.8333333333vw;
    width: 3.4722222222vw;
    height: 4.3055555556vw;
    font-size: 2.0833333333vw;
  }
  .reason-menu-content {
    padding-top: 4.5138888889vw;
    width: 18.4027777778vw;
  }
  .reason-menu-ttl {
    font-size: 2.0833333333vw;
  }
  .reason-menu-ttl:after {
    height: 0.8333333333vw;
  }
  .reason-menu-desc p {
    font-size: 1.1111111111vw;
  }
  .reason-menu-image {
    width: 18.0555555556vw;
    height: 14.5833333333vw;
    border-radius: 0.6944444444vw;
  }
/*
  .reason-menu > li:nth-child(1) .reason-menu-image {
    background-image: url(../img/reason/reason_img.jpg);
    background-image: -webkit-image-set(url(../img/reason/menu01.jpg) 1x, url(../img/reason/menu01-2x.jpg) 2x);
    background-image: image-set(url(../img/reason/reason_img.jpg) 1x, url(../img/reason/menu01-2x.jpg) 2x);
  }
  .reason-menu > li:nth-child(2) .reason-menu-image {
    background-image: url(../img/reason/reason_img3.jpg);
    background-image: -webkit-image-set(url(../img/reason/menu02.jpg) 1x, url(../img/reason/menu02-2x.jpg) 2x);
    background-image: image-set(url(../img/reason/reason_img3.jpg) 1x, url(../img/reason/menu02-2x.jpg) 2x);
  }
  .reason-menu > li:nth-child(3) .reason-menu-image {
    background-image: url(../img/reason/reason_img4.jpg);
    background-image: -webkit-image-set(url(../img/reason/menu03.jpg) 1x, url(../img/reason/menu03-2x.jpg) 2x);
    background-image: image-set(url(../img/reason/reason_img4.jpg) 1x, url(../img/reason/menu03-2x.jpg) 2x);
  }
  .reason-menu > li:nth-child(4) .reason-menu-image {
    background-image: url(../img/reason/reason_img5.jpg);
    background-image: -webkit-image-set(url(../img/reason/menu04.jpg) 1x, url(../img/reason/menu04-2x.jpg) 2x);
    background-image: image-set(url(../img/reason/reason_img5.jpg) 1x, url(../img/reason/menu04-2x.jpg) 2x);
  }
  .reason-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 25vw;
  }
*/
}
@media screen and (min-width: 1441px) {
  .sec--reason {
    padding: 130px 0 80px 0;
  }
  .sec--reason .sechead {
    margin-bottom: 70px;
  }
  .sec--reason .sechead-catch span:before {
    width: 6px;
    height: 6px;
  }
  .sec--reason .sechead-catch:after {
    top: -60px;
    right: -50px;
    width: 55px;
    height: 56px;
  }
  .sec--reason .sechead-jp:after {
    top: 5px;
    right: 240px;
    width: 55px;
    height: 63px;
  }
  .reason-frt {
    margin-left: -100px;
    width: 1200px;
  }
  .reason-frt:before {
    top: -425px;
    left: 70px;
    width: 240px;
    height: 426px;
  }
  .reason-frt:after {
    top: -403px;
    right: 60px;
    width: 274px;
    height: 498px;
  }
  .reason-frt-photo01 {
    top: -550px;
    left: -220px;
    width: 550px;
    height: 602px;
  }
  .reason-frt-photo02 {
    top: -540px;
    right: -220px;
    width: 496px;
    height: 614px;
  }
  .reason-menu > li {
    padding: 15px 20px;
    border-width: 2px;
    border-radius: 10px;
  }
  .reason-menu-num {
    left: 127px;
    padding-bottom: 12px;
    width: 50px;
    height: 62px;
    font-size: 30px;
    font-size: 3rem;
  }
  .reason-menu-content {
    padding-top: 65px;
    width: 265px;
  }
  .reason-menu-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .reason-menu-ttl:after {
    height: 12px;
  }
  .reason-menu-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .reason-menu-image {
    width: 260px;
    height: 210px;
    border-radius: 10px;
  }
  .reason-btn {
    margin: 35px auto 0 auto;
    width: 360px;
  }
}
/*  front - #menu
-------------------------------------------------------------------------------*/
.sec--menu {
  padding: 10.6666666667vw 0 16vw 0;
  background-image: url(../img/menu/bg_sp.png);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.sec--menu .sechead {
  margin-bottom: 67.3333333333vw;
  z-index: 1;
}
.sec--menu .sechead:before {
  content: "";
  position: absolute;
  top: -17.3333333333vw;
  left: 50%;
  width: 92vw;
  height: 92vw;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sec--menu .sechead-jp:before, .sec--menu .sechead-jp:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--menu .sechead-jp:before {
  top: -5.3333333333vw;
  left: -2.5333333333vw;
  width: 14.2666666667vw;
  height: 10.1333333333vw;
  background-image: url(../img/menu/deco.svg);
}
.sec--menu .sechead-jp:after {
  top: 6vw;
  right: -1.3333333333vw;
  width: 5.8666666667vw;
  height: 11.7333333333vw;
  background-image: url(../img/menu/light.svg);
}

.menu-frt {
  position: relative;
  z-index: 2;
}
.menu-frt:before, .menu-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.menu-frt:before {
  top: -65.3333333333vw;
  left: -2.5333333333vw;
  width: 58.9333333333vw;
  height: 81.3333333333vw;
  /*
  background-image: url(../img/menu/staff01_sp.png);
  */
  z-index: -1;
}
.menu-frt:after {
  top: -57.3333333333vw;
  right: -2.5333333333vw;
  width: 60vw;
  height: 66vw;
  /*
  background-image: url(../img/menu/staff02_sp.png);
  */
  z-index: -2;
}

.menu-frt-slide {
  position: relative;
}

.menu-slide {
  position: relative;
  margin-bottom: 6vw;
}

.menu-slide .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

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

.menu-item {
  position: relative;
  z-index: 1;
}

.menu-item a {
  position: relative;
  display: block;
  padding: 6.6666666667vw 3.3333333333vw 25.3333333333vw 3.3333333333vw;
  background-color: #ffffff;
  border-color: #f5fae8;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 1.3333333333vw;
}

.menu-item-sub {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.menu-item-ttl {
  font-size: 7.4666666667vw;
  font-weight: 900;
  line-height: 1.35em;
  letter-spacing: 0;
}

.menu-item-desc {
  margin-top: 1.5em;
}
.menu-item-desc p {
  line-height: 1.5em;
}

.menu-item-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6.6666666667vw auto 0 auto;
  width: 72vw;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-color: #188f51;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 8vw;
  border-width: 0.8vw;
  border-radius: 6.6666666667vw;
  -webkit-box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  color: #188f51;
  font-weight: 900;
  font-size: 4.2666666667vw;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.menu-item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 0.2666666667vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 2;
}

.menu-item a:hover .menu-btn {
  background-color: #188f51;
  color: #ffffff;
}
.menu-item a:hover .menu-btn:after {
  background-image: url(../img/common/arrow-wh.svg);
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}

.menu-item-image {
  margin-top: 4.6666666667vw;
  height: 60.3333333333vw;
  background-size: cover;
  background-position: center;
  border-radius: 1.3333333333vw;
}

.menu-tab {
  position: relative;
  margin-bottom: 9.3333333333vw;
  z-index: 2;
}

.menu-tab dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 8vw;
  background-color: #41b2e7;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}
.menu-tab dl dd {
  padding: 4vw;
  background-color: #41b2e7;
  border-radius: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
}

.menu-tab-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-tab-list 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: 2vw;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
.menu-tab-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-tab-list > a:hover {
  background-color: #ffef64;
}
.menu-tab-list > a:hover:after {
  -webkit-transform: translateX(0.3em) translateY(-50%);
          transform: translateX(0.3em) translateY(-50%);
}

@media screen and (max-width: 750px) {
  .sec--menu .sechead-desc {
    text-align: left;
  }
  .menu-frt-slide {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .menu-item-sub,
.menu-item-ttl {
    text-align: center;
  }
  .menu-item-btn {
    position: absolute;
    left: 50%;
    bottom: 6.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .menu-tab dl:nth-child(1) .menu-tab-list {
    margin-left: -4vw;
  }
  .menu-tab dl:nth-child(1) .menu-tab-list a {
    margin-left: 4vw;
    width: calc(50% - 4vw);
  }
  .menu-tab dl:nth-child(1) .menu-tab-list a:nth-child(n+3) {
    margin-top: 2vw;
  }
  .menu-tab dl:nth-child(2) {
    width: 47.6vw;
  }
  .menu-tab dl:nth-child(2) .menu-tab-list a {
    width: 100%;
  }
  .menu-tab dl:nth-child(n+2) {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--menu {
    padding: 5.5555555556vw 0;
    background-image: url(../img/menu/bg.png);
    background-image: image-set(url(../img/menu/bg.png) 1x, url(../img/menu/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/bg.png) 1x, url(../img/menu/bg-2x.png) 2x);
  }
  .sec--menu .sechead {
    margin-bottom: 2.7777777778vw;
  }
  .sec--menu .sechead:before {
    top: -16.3194444444vw;
    width: 47.9166666667vw;
    height: 47.9166666667vw;
  }
  .sec--menu .sechead-jp {
    display: inline-block;
  }
  .sec--menu .sechead-jp:before {
    top: 0.4861111111vw;
    left: -3.6805555556vw;
    width: 7.4305555556vw;
    height: 5.2777777778vw;
  }
  .sec--menu .sechead-jp:after {
    top: 1.5277777778vw;
    right: -3.8194444444vw;
    width: 3.0555555556vw;
    height: 6.1111111111vw;
  }
  .menu-frt:before {
    top: -22.6388888889vw;
    left: -15.2777777778vw;
    width: 29.5138888889vw;
    height: 33.6805555556vw;
    /*
    background-image: url(../img/menu/staff01.png);
    background-image: image-set(url(../img/menu/staff01.png) 1x, url(../img/menu/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/staff01.png) 1x, url(../img/menu/staff01-2x.png) 2x);
    */
  }
  .menu-frt:after {
    top: -22.9166666667vw;
    right: -8.4722222222vw;
    width: 25.3472222222vw;
    height: 33.8194444444vw;
    /*
    background-image: url(../img/menu/staff02.png);
    background-image: image-set(url(../img/menu/staff02.png) 1x, url(../img/menu/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/staff02.png) 1x, url(../img/menu/staff02-2x.png) 2x);
    */
  }
  .menu-item 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 1.3888888889vw 1.3888888889vw 3.125vw;
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .menu-item-content {
    width: 27.7777777778vw;
  }
  .menu-item-sub {
    font-size: 1.1111111111vw;
  }
  .menu-item-ttl {
    font-size: 2.9166666667vw;
  }
  .menu-item-btn {
    margin: 2.0833333333vw 0 0 0;
    width: 22.2222222222vw;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .menu-item-btn:after {
    right: 1.0416666667vw;
    width: 0.5555555556vw;
    height: 0.9027777778vw;
  }
  .menu-item-image {
    margin: 0;
    width: 27.7777777778vw;
    height: 23.6111111111vw;
    border-radius: 0.6944444444vw;
  }
  .menu-slide {
    margin-bottom: 2.0833333333vw;
  }
  .menu-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.7777777778vw;
  }
  .menu-tab dl dt {
    height: 2.7777777778vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.25vw;
  }
  .menu-tab dl dd {
    padding: 0.6944444444vw;
    border-radius: 0 0.6944444444vw 0.6944444444vw 0.6944444444vw;
  }
  .menu-tab dl:nth-child(1) {
    width: 53.4722222222vw;
  }
  .menu-tab dl:nth-child(2) {
    width: 13.8888888889vw;
  }
  .menu-tab-list a {
    padding-right: 0.6944444444vw;
    width: 12.5vw;
    height: 4.1666666667vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .menu-tab-list a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--menu {
    padding: 80px 0;
  }
  .sec--menu .sechead {
    margin-bottom: 40px;
  }
  .sec--menu .sechead:before {
    top: -235px;
    width: 690px;
    height: 690px;
  }
  .sec--menu .sechead-jp:before {
    top: 7px;
    left: -53px;
    width: 107px;
    height: 76px;
  }
  .sec--menu .sechead-jp:after {
    top: 22px;
    right: -55px;
    width: 44px;
    height: 88px;
  }
  .menu-frt:before {
    top: -326px;
    left: -220px;
    width: 425px;
    height: 485px;
  }
  .menu-frt:after {
    top: -330px;
    right: -122px;
    width: 365px;
    height: 487px;
  }
  .menu-item a {
    padding: 20px 20px 20px 45px;
    border-width: 4px;
    border-radius: 10px;
  }
  .menu-item-content {
    width: 400px;
  }
  .menu-item-sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu-item-ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .menu-item-btn {
    margin-top: 30px;
    width: 320px;
    height: 60px;
    border-width: 3px;
    border-radius: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .menu-item-btn:after {
    right: 15px;
    width: 8px;
    height: 13px;
  }
  .menu-item-image {
    width: 500px;
    height: 340px;
    border-radius: 10px;
  }
  .menu-slide {
    margin-bottom: 30px;
  }
  .menu-tab {
    margin-bottom: 40px;
  }
  .menu-tab dl dt {
    height: 40px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .menu-tab dl dd {
    padding: 10px;
    border-radius: 0 10px 10px 10px;
  }
  .menu-tab dl:nth-child(1) {
    width: 770px;
  }
  .menu-tab dl:nth-child(2) {
    width: 200px;
  }
  .menu-tab-list a {
    padding-right: 10px;
    width: 180px;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .menu-tab-list a:after {
    right: 10px;
    width: 8px;
    height: 13px;
  }
}
/*  front - #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 41.3333333333vw 0 13.3333333333vw 0;
}
.sec--works:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 34.6666666667vw);
  bottom: -6.6666666667vw;
  background: #edf6da;
  /*background-image: url(../img/works/bg_sp.jpg);*/
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

.sec--works-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41.7333333333vw;
}
.sec--works-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 158, 90, 0.3);
}

.sec--works .sechead {
  top: -21.3333333333vw;
  margin: 0 auto 13.3333333333vw auto;
  width: 100vw;
  height: 70.9333333333vw;
  padding-top: 19.3333333333vw;
  background-image: url(../img/works/work_title.png);
  background-size: cover;
  z-index: 1;
}

.sec--works .sechead-jp:after {
  content: "";
  position: absolute;
  top: 22.1333333333vw;
  right: 8vw;
  width: 6.4vw;
  height: 8.5333333333vw;
  background-image: url(../img/works/shine_sp.png);
  background-size: contain;
}

.works-frt {
  position: relative;
  z-index: 1;
}
.works-frt:before {
  content: "";
  position: absolute;
  top: -46vw;
  left: 22.6666666667vw;
  display: inline-block;
  width: 62.6666666667vw;
  height: 71.2vw;
  /*
  background-image: url(../img/works/staff_sp.png);
  */
  background-size: contain;
}

.works-btn {
  margin: 8.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .sec--works-bg {
    /*background-image: url(../img/works/bg01_sp.jpg);*/
    background-size: cover;
    background-position: center top;
  }
  .sec--works .sechead {
    margin-left: -2.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 27.7777777778vw 0 5.5555555556vw 0;
  }
  .sec--works:after {
    bottom: -4.1666666667vw;
    height: calc(100% - 9.7222222222vw);
    /*
    background-image: url(../img/works/bg.jpg);
    background-image: image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
    */
    }
  .sec--works-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 27.7777777778vw;
  }
  .sec--works-bg > div {
    width: 16.666666%;
    height: 13.8888888889vw;
    background-size: cover;
    background-position: center;
  }
  /*
  .sec--works-bg > div:nth-child(1) {
    background-image: url(../img/works/bg01.jpg);
    background-image: image-set(url(../img/works/bg01.jpg) 1x, url(../img/works/bg01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg01.jpg) 1x, url(../img/works/bg01-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(2) {
    background-image: url(../img/works/bg02.jpg);
    background-image: image-set(url(../img/works/bg02.jpg) 1x, url(../img/works/bg02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg02.jpg) 1x, url(../img/works/bg02-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(3) {
    background-image: url(../img/works/bg03.jpg);
    background-image: image-set(url(../img/works/bg03.jpg) 1x, url(../img/works/bg03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg03.jpg) 1x, url(../img/works/bg03-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(4) {
    background-image: url(../img/works/bg04.jpg);
    background-image: image-set(url(../img/works/bg04.jpg) 1x, url(../img/works/bg04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg04.jpg) 1x, url(../img/works/bg04-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(5) {
    background-image: url(../img/works/bg05.jpg);
    background-image: image-set(url(../img/works/bg05.jpg) 1x, url(../img/works/bg05-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg05.jpg) 1x, url(../img/works/bg05-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(6) {
    background-image: url(../img/works/bg06.jpg);
    background-image: image-set(url(../img/works/bg06.jpg) 1x, url(../img/works/bg06-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg06.jpg) 1x, url(../img/works/bg06-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(7) {
    background-image: url(../img/works/bg07.jpg);
    background-image: image-set(url(../img/works/bg07.jpg) 1x, url(../img/works/bg07-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg07.jpg) 1x, url(../img/works/bg07-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(8) {
    background-image: url(../img/works/bg08.jpg);
    background-image: image-set(url(../img/works/bg08.jpg) 1x, url(../img/works/bg08-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg08.jpg) 1x, url(../img/works/bg08-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(9) {
    background-image: url(../img/works/bg09.jpg);
    background-image: image-set(url(../img/works/bg09.jpg) 1x, url(../img/works/bg09-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg09.jpg) 1x, url(../img/works/bg09-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(10) {
    background-image: url(../img/works/bg10.jpg);
    background-image: image-set(url(../img/works/bg10.jpg) 1x, url(../img/works/bg10-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg10.jpg) 1x, url(../img/works/bg10-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(11) {
    background-image: url(../img/works/bg11.jpg);
    background-image: image-set(url(../img/works/bg11.jpg) 1x, url(../img/works/bg11-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg11.jpg) 1x, url(../img/works/bg11-2x.jpg) 2x);
  }
  .sec--works-bg > div:nth-child(12) {
    background-image: url(../img/works/bg12.jpg);
    background-image: image-set(url(../img/works/bg12.jpg) 1x, url(../img/works/bg12-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg12.jpg) 1x, url(../img/works/bg12-2x.jpg) 2x);
  }
  */
  .sec--works .sechead {
    top: -15.625vw;
    margin: 0 auto -21.5277777778vw auto;
    width: 59.3055555556vw;
    height: 28.4027777778vw;
    padding-top: 9.375vw;
    /*
    background-image: url(../img/works/house.png);
    background-image: image-set(url(../img/works/house.png) 1x, url(../img/works/house-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/house.png) 1x, url(../img/works/house-2x.png) 2x);
    */
    }
  .sec--works .sechead:before, .sec--works .sechead:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .sec--works .sechead:before {
    top: -1.3888888889vw;
    left: -14.9305555556vw;
    width: 21.5277777778vw;
    height: 21.5277777778vw;
    /*
    background-image: url(../img/works/photo01_sp.png);
    background-image: url(../img/works/photo01.png);
    background-image: image-set(url(../img/works/photo01.png) 1x, url(../img/works/photo01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/photo01.png) 1x, url(../img/works/photo01-2x.png) 2x);
    */
  }
  .sec--works .sechead:after {
    top: 4.1666666667vw;
    right: -14.9305555556vw;
    width: 19.4444444444vw;
    height: 19.4444444444vw;
    /*
    background-image: url(../img/works/photo02_sp.png);
    background-image: url(../img/works/photo02.png);
    background-image: image-set(url(../img/works/photo02.png) 1x, url(../img/works/photo02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/photo02.png) 1x, url(../img/works/photo02-2x.png) 2x);
    */
  }
  .sec--works .sechead-jp {
    display: inline-block;
  }
  .sec--works .sechead-jp:after {
    top: -0.6944444444vw;
    right: -3.125vw;
    width: 3.3333333333vw;
    height: 4.4444444444vw;
    background-image: url(../img/works/shine.png);
    background-image: image-set(url(../img/works/shine.png) 1x, url(../img/works/shine-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/shine.png) 1x, url(../img/works/shine-2x.png) 2x);
  }
  .works-frt:before {
    top: -16.3194444444vw;
    left: 2.7777777778vw;
    width: 18.4027777778vw;
    height: 22.2222222222vw;
    /*
    background-image: url(../img/works/staff.png);
    background-image: image-set(url(../img/works/staff.png) 1x, url(../img/works/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/staff.png) 1x, url(../img/works/staff-2x.png) 2x);
    */
  }
  .works-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 300px 0 80px 0;
  }
  .sec--works:after {
    bottom: -60px;
    height: calc(100% - 140px);
  }
  .sec--works-bg {
    height: 400px;
  }
  .sec--works-bg > div {
    height: 200px;
  }
  .sec--works .sechead {
    top: -225px;
    margin: 0 auto -310px auto;
    width: 854px;
    height: 409px;
    padding-top: 135px;
  }
  .sec--works .sechead:before {
    top: -20px;
    left: -215px;
    width: 310px;
    height: 310px;
    background-image: url(../img/works/works_img1.png);
  }
  .sec--works .sechead:after {
    top: 60px;
    right: -215px;
    width: 280px;
    height: 280px;
  }
  .sec--works .sechead-jp:after {
    top: 10px;
    right: -45px;
    width: 48px;
    height: 64px;
  }
  .works-frt:before {
    top: -235px;
    left: 40px;
    width: 265px;
    height: 320px;
  }
  .works-btn {
    margin: 30px auto 0 auto;
    width: 360px;
  }
}
/*  front - #voice
-------------------------------------------------------------------------------*/
.sec--voice {
  padding: 14.6666666667vw 0 16vw 0;
  background-image: url(../img/voice/bg_sp.png);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.sec--voice .sechead {
  margin-bottom: 45.3333333333vw;
  z-index: 1;
}
.sec--voice .sechead:before {
  content: "";
  position: absolute;
  top: -17.3333333333vw;
  left: 50%;
  width: 92vw;
  height: 92vw;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sec--voice .sechead-catch {
  position: relative;
  display: inline-block;
}
.sec--voice .sechead-catch:after {
  content: "";
  position: absolute;
  top: 1.0666666667vw;
  right: -14vw;
  width: 13.3333333333vw;
  height: 12.9333333333vw;
  display: inline-block;
  background-image: url(../img/voice/deco.svg);
  background-size: contain;
}

.sec--voice .sechead-jp {
  position: relative;
}
.sec--voice .sechead-jp:after {
  content: "";
  position: absolute;
  top: -10.2666666667vw;
  left: 9.0666666667vw;
  width: 10.8vw;
  height: 10.1333333333vw;
  display: inline-block;
  background-image: url(../img/voice/music_sp.png);
  background-size: contain;
}

.sec--voice .sechead-jp {
  text-align: center;
}

.voice-frt {
  position: relative;
  z-index: 1;
}
.voice-frt:before, .voice-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.voice-frt:before {
  top: -38.4vw;
  left: -2.5333333333vw;
  width: 67.6vw;
  height: 58.5333333333vw;
  /*
  background-image: url(../img/voice/staff01_sp.png);
  */
  z-index: -1;
}
.voice-frt:after {
  top: -41.6vw;
  right: -2.5333333333vw;
  width: 58.6666666667vw;
  height: 61.7333333333vw;
  /*
  background-image: url(../img/voice/staff02_sp.png);
  */
  z-index: -2;
}

.voice-btn {
  margin: 8.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sec--voice {
    padding: 5.5555555556vw 0;
    background-image: url(../img/voice/bg.png);
    background-image: image-set(url(../img/voice/bg.png) 1x, url(../img/voice/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/voice/bg.png) 1x, url(../img/voice/bg-2x.png) 2x);
  }
  .sec--voice .sechead {
    margin-bottom: 2.7777777778vw;
  }
  .sec--voice .sechead:before {
    top: -16.3194444444vw;
    width: 47.9166666667vw;
    height: 47.9166666667vw;
  }
  .sec--voice .sechead-catch:after {
    top: -3.4722222222vw;
    right: -5.9027777778vw;
    width: 5.5555555556vw;
    height: 5.3472222222vw;
  }
  .sec--voice .sechead-jp:after {
    top: 1.7361111111vw;
    left: 12.5vw;
    width: 3.8194444444vw;
    height: 3.125vw;
    background-image: url(../img/voice/music.png);
    background-image: image-set(url(../img/voice/music.png) 1x, url(../img/voice/music-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/voice/music.png) 1x, url(../img/voice/music-2x.png) 2x);
  }
  .voice-frt {
    margin-left: -1.9444444444vw;
    width: 73.3333333333vw;
  }
  .voice-frt:before {
    top: -21.5277777778vw;
    left: -16.6666666667vw;
    width: 39.9305555556vw;
    height: 27.0833333333vw;
    /*
    background-image: url(../img/voice/staff01.png);
    background-image: image-set(url(../img/voice/staff01.png) 1x, url(../img/voice/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/voice/staff01.png) 1x, url(../img/voice/staff01-2x.png) 2x);
    */
  }
  .voice-frt:after {
    top: -19.7916666667vw;
    right: -9.375vw;
    width: 28.75vw;
    height: 27.9166666667vw;
    /*
    background-image: url(../img/voice/staff02.png);
    background-image: image-set(url(../img/voice/staff02.png) 1x, url(../img/voice/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/voice/staff02.png) 1x, url(../img/voice/staff02-2x.png) 2x);
    */
  }
  .voice-slide {
    margin: 0 0 1.3888888889vw 0;
    width: 22.9166666667vw;
  }
  .voice-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--voice {
    padding: 80px 0;
  }
  .sec--voice .sechead {
    margin-bottom: 40px;
  }
  .sec--voice .sechead:before {
    top: -235px;
    width: 690px;
    height: 690px;
  }
  .sec--voice .sechead-catch:after {
    top: -50px;
    right: -85px;
    width: 80px;
    height: 77px;
  }
  .sec--voice .sechead-jp:after {
    top: 25px;
    left: 180px;
    width: 55px;
    height: 45px;
  }
  .voice-frt {
    margin-left: -28px;
    width: 1056px;
  }
  .voice-frt:before {
    top: -310px;
    left: -240px;
    width: 575px;
    height: 390px;
  }
  .voice-frt:after {
    top: -285px;
    right: -135px;
    width: 414px;
    height: 402px;
  }
  .voice-slide {
    margin-bottom: 20px;
    width: 330px;
  }
  .voice-btn {
    margin: 35px auto 0 auto;
    width: 360px;
  }
}
/*  front - #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 14.6666666667vw 0;
  background-color: #ffffff;
  z-index: 1;
}
.sec--blog:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 81.3333333333vw);
  background-image: url(../img/blog/bg.jpg);
  background-repeat: repeat;
  z-index: -2;
}

.sec--blog .sechead {
  margin-bottom: 62.6666666667vw;
}
.sec--blog .sechead:after {
  content: "";
  position: absolute;
  top: 4vw;
  left: 7.3333333333vw;
  display: inline-block;
  width: 9.2vw;
  height: 13.4666666667vw;
  background-image: url(../img/blog/faucet.svg);
  background-size: contain;
}

.blog-frt {
  position: relative;
}
.blog-frt:before {
  content: "";
  position: absolute;
  top: -58vw;
  left: -2.5333333333vw;
  display: inline-block;
  width: 97.0666666667vw;
  height: 95.0666666667vw;
  background-image: url(../img/blog/staff01_sp.png);
  background-size: contain;
  z-index: -1;
}

.blog-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .sec--blog .sechead-jp {
    display: inline-block;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 5.5555555556vw 0;
  }
  .sec--blog:after {
    height: calc(100% - 15.625vw);
  }
  .sec--blog .sechead {
    margin-bottom: 5.5555555556vw;
    padding-left: 2.7777777778vw;
  }
  .sec--blog .sechead:after {
    top: 0.3472222222vw;
    left: 16.6666666667vw;
    width: 4.7916666667vw;
    height: 7.0138888889vw;
  }
  .blog-frt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.7777777778vw 0 0 -2.0833333333vw;
  }
  .blog-frt:before {
    top: -27.4305555556vw;
    left: -13.5416666667vw;
    width: 30.0694444444vw;
    height: 39.8611111111vw;
    background-image: url(../img/blog/staff01.png);
    background-image: image-set(url(../img/blog/staff01.png) 1x, url(../img/blog/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/staff01.png) 1x, url(../img/blog/staff01-2x.png) 2x);
  }
  .blog-frt:after {
    content: "";
    position: absolute;
    top: -27.7777777778vw;
    right: -11.1111111111vw;
    display: inline-block;
    width: 28.125vw;
    height: 30.4861111111vw;
    background-image: url(../img/blog/staff02.png);
    background-image: image-set(url(../img/blog/staff02.png) 1x, url(../img/blog/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/staff02.png) 1x, url(../img/blog/staff02-2x.png) 2x);
    background-size: contain;
  }
  .blog-frt .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .blog-frt .blog-post:nth-child(n+3) {
    margin-top: 2.0833333333vw;
  }
  .blog-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 80px 0;
  }
  .sec--blog:after {
    height: calc(100% - 225px);
  }
  .sec--blog .sechead {
    margin-bottom: 80px;
    padding-left: 40px;
  }
  .sec--blog .sechead:after {
    top: 5px;
    left: 240px;
    width: 69px;
    height: 101px;
  }
  .blog-frt {
    margin: 40px 0 0 -30px;
  }
  .blog-frt:before {
    left: -195px;
    top: -395px;
    width: 433px;
    height: 574px;
  }
  .blog-frt:after {
    top: -400px;
    right: -160px;
    width: 405px;
    height: 439px;
  }
  .blog-frt .blog-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .blog-frt .blog-post:nth-child(n+3) {
    margin-top: 30px;
  }
  .blog-btn {
    margin: 35px auto 0 auto;
    width: 360px;
  }
}
/*  front - #faq
-------------------------------------------------------------------------------*/
/* ------------------------------------------- section - */
.sec--faq {
  padding: 18vw 0 22.6666666667vw 0;
}

.sec--faq .sechead {
  margin-bottom: 5.3333333333vw;
}
.sec--faq .sechead .sechead-catch {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.sec--faq .sechead:after {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  right: -10.6666666667vw;
  display: inline-block;
  width: 37.3333333333vw;
  height: 37.8666666667vw;
  background-image: url(../img/faq/question.svg);
  background-size: contain;
  z-index: -1;
}

.faq-frt {
  position: relative;
}

.faq-frt-image {
  position: relative;
  margin-bottom: 14.6666666667vw;
  height: 81.3333333333vw;
}
.faq-frt-image > div {
  position: absolute;
  background-image: none;
/*
  border-color: #ffffff;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 1.3333333333vw;
*/
  }
.faq-frt-image:after {
  content: "";
  position: absolute;
  left: -2.5333333333vw;
  bottom: -10.2666666667vw;
  display: inline-block;
  width: 56.6666666667vw;
  height: 72.5333333333vw;
  /*
  background-image: url(../img/faq/staff_sp.png);
  */
  background-size: contain;
}

.faq-frt-image > div:nth-child(1) {
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background-image: url(../img/faq/faq_img1.jpg);
}

.faq-frt-image > div:nth-child(2) {
  right: 40px;
  bottom: 0px;
  width: 52.6666666667vw;
  height: 40.2666666667vw;
  background-image: url(../img/faq/faq_img2.jpg);
}

.faq-frt-content {
  position: relative;
  z-index: 1;
}

.faq-btn {
  margin: 8vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .faq-frt-image > div:nth-child(1):after {
    content: "";
    position: absolute;
    top: -11.3333333333vw;
    right: -17.3333333333vw;
    display: inline-block;
    width: 37.0666666667vw;
    height: 25.7333333333vw;
    background-image: url(../img/faq/balloon_sp.png);
    background-size: contain;
  }
}
@media screen and (min-width: 751px) {
  .sec--faq {
    padding: 6.9444444444vw 0 5.9027777778vw 0;
  }
  .faq-frt {
    margin-left: 0;
    width: 83.3333333333vw;
  }
  .sec--faq .sechead {
    margin-bottom: 1.3888888889vw;
    text-align: left;
  }
  .sec--faq .sechead .sechead-catch {
    font-size: 1.25vw;
  }
  .sec--faq .sechead:before {
  /*
    content: "";
    position: absolute;
    top: -1.9444444444vw;
    right: 8.5416666667vw;
    display: inline-block;
    width: 10.9722222222vw;
    height: 7.5694444444vw;
    background-image: url(../img/faq/balloon.png);
    background-image: image-set(url(../img/faq/balloon.png) 1x, url(../img/faq/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/faq/balloon.png) 1x, url(../img/faq/balloon-2x.png) 2x);
    background-size: contain;
  */
  }
  .sec--faq .sechead:after {
    top: -5.5555555556vw;
    right: -6.5972222222vw;
    width: 19.4444444444vw;
    height: 19.7222222222vw;
  }
  .faq-frt-image {
    position: absolute;
    top: -2.7777777778vw;
    left: -6.0416666667vw;
    margin-bottom: 0;
    width: 42.3611111111vw;
    height: 36.8055555556vw;
  }
  .faq-frt-image > div {
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .faq-frt-image:after {
    left: 3.125vw;
    bottom: -2.0833333333vw;
    width: 19.8611111111vw;
    height: 21.875vw;
    /*
    background-image: url(../img/faq/staff.png);
    background-image: image-set(url(../img/faq/staff.png) 1x, url(../img/faq/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/faq/staff.png) 1x, url(../img/faq/staff-2x.png) 2x);
    */
  }
  /*
  .faq-frt-image > div:nth-child(1) {
    top: 0;
    left: 0;
    width: 34.7222222222vw;
    height: 22.2222222222vw;
    background-image: url(../img/faq/main.jpg);
    background-image: image-set(url(../img/faq/main.jpg) 1x, url(../img/faq/main-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/faq/main.jpg) 1x, url(../img/faq/main-2x.jpg) 2x);
  }
  .faq-frt-image > div:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 23.6111111111vw;
    height: 18.0555555556vw;
    background-image: url(../img/faq/sub.jpg);
    background-image: image-set(url(../img/faq/sub.jpg) 1x, url(../img/faq/sub-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/faq/sub.jpg) 1x, url(../img/faq/sub-2x.jpg) 2x);
  }
    */
  .faq-frt-content {
    width: 45.6111111111vw;
    min-height: 34.7222222222vw;
  }
  .faq-frt .faq {
    width: 44.4444444444vw;
  }
  .faq-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--faq {
    padding: 100px 0 85px 0;
  }
  .faq-frt {
    width: 1200px;
  }
  .sec--faq .sechead {
    margin-bottom: 20px;
  }
  .sec--faq .sechead .sechead-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec--faq .sechead:before {
    top: -28px;
    right: 123px;
    width: 158px;
    height: 109px;
  }
  .sec--faq .sechead:after {
    top: -80px;
    right: -95px;
    width: 280px;
    height: 284px;
  }
  .faq-frt-image {
    top: -40px;
    left: -87px;
    width: 610px;
    height: 530px;
  }
  .faq-frt-image > div {
    border-width: 4px;
    border-radius: 10px;
  }
  .faq-frt-image:after {
    left: 45px;
    bottom: -30px;
    width: 286px;
    height: 315px;
  }
  .faq-frt-image > div:nth-child(1) {
    width: 500px;
    height: 320px;
  }
  .faq-frt-image > div:nth-child(2) {
    width: 395px;
    height: 264px;
  }
  .faq-frt-content {
    width: 550px;
    min-height: 500px;
  }
  .faq-frt .faq {
    width: 530px;
  }
  .faq-btn {
    margin: 30px auto 0 auto;
    width: 360px;
  }
}
/*  front - #movie
-------------------------------------------------------------------------------*/
.sec--movie {
  padding: 56vw 0 16vw 0;
  background-image: url(../img/movie/bg_sp.jpg);
  background-size: cover;
  background-position: center top;
}

.movie-frt {
  position: relative;
  z-index: 1;
}
.movie-frt:before {
  content: "";
  position: absolute;
  top: -69.7333333333vw;
  left: 38.6666666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18.6666666667vw 14vw 18.6666666667vw;
  border-color: transparent transparent #fce38a transparent;
}
.movie-frt:after {
  content: "";
  position: absolute;
  top: -52.6666666667vw;
  left: -2vw;
  display: inline-block;
  width: 47.7333333333vw;
  height: 77.3333333333vw;
  background-image: url(../img/movie/staff_sp.png);
  background-size: contain;
}

.movie-frt-head {
  position: absolute;
  top: -56.6666666667vw;
  left: 24vw;
  width: 68vw;
  z-index: 1;
}

.movie-frt-content {
  position: relative;
}

.movie-btn {
  margin: 8vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (max-width: 750px) {
  .movie-frt-head:after {
    content: "";
    position: absolute;
    top: -8vw;
    right: -4vw;
    display: inline-block;
    width: 35.7333333333vw;
    height: 24.8vw;
    background-image: url(../img/movie/balloon_sp.png);
    background-size: contain;
  }
  .movie-slide {
    position: relative;
    margin: 0 auto 5.3333333333vw auto;
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--movie {
    padding: 5.2083333333vw 0 3.125vw 0;
    background-image: url(../img/movie/bg.jpg);
    background-image: image-set(url(../img/movie/bg.jpg) 1x, url(../img/movie/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/movie/bg.jpg) 1x, url(../img/movie/bg-2x.jpg) 2x);
  }
  .movie-frt {
    margin-left: -2.0833333333vw;
    width: 71.5277777778vw;
  }
  .movie-frt:before {
    top: -12.5vw;
    left: 3.8194444444vw;
    border-width: 0 9.7222222222vw 7.2916666667vw 9.7222222222vw;
  }
  .movie-frt:after {
    top: -6.9444444444vw;
    left: -11.8055555556vw;
    width: 21.1111111111vw;
    height: 33.8194444444vw;
    background-image: url(../img/movie/staff.png);
    background-image: image-set(url(../img/movie/staff.png) 1x, url(../img/movie/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/movie/staff.png) 1x, url(../img/movie/staff-2x.png) 2x);
    z-index: 3;
  }
  .movie-frt-head {
    position: absolute;
    top: -5.9027777778vw;
    left: 0;
    width: 27.0833333333vw;
    z-index: 2;
  }
  .movie-frt-content {
    margin-left: auto;
    width: 40.9722222222vw;
  }
  .movie-slide {
    margin: 0 0 1.3888888889vw 0;
    width: 19.3055555556vw;
  }
  #movie-next {
    right: -22.9166666667vw;
  }
  .movie-btn {
    position: absolute;
    left: 4.8611111111vw;
    bottom: 1.3888888889vw;
    margin: 0;
    width: 16.6666666667vw;
    z-index: 3;
  }
}
@media screen and (min-width: 1441px) {
  .sec--movie {
    padding: 75px 0 45px 0;
  }
  .movie-frt {
    margin-left: -30px;
    width: 1030px;
  }
  .movie-frt:before {
    top: -180px;
    left: 55px;
    border-width: 0 140px 105px 140px;
  }
  .movie-frt:after {
    top: -100px;
    left: -170px;
    width: 304px;
    height: 487px;
  }
  .movie-frt-head {
    top: -85px;
    width: 390px;
  }
  .movie-frt-content {
    width: 590px;
  }
  .movie-slide {
    margin: 0 0 20px 0;
    width: 278px;
  }
  #movie-next {
    right: -330px;
  }
  .movie-btn {
    left: 70px;
    bottom: 20px;
    width: 240px;
  }
}
/*  front - #message
-------------------------------------------------------------------------------*/
.sec--message {
  padding: 17.3333333333vw 0 13.3333333333vw 0;
}

.sec--message .sechead-catch {
  position: relative;
  display: inline-block;
}
.sec--message .sechead-catch span {
  position: relative;
  color: #188f51;
}
.sec--message .sechead-catch span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1.2vw;
  height: 1.2vw;
  background-color: #188f51;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec--message .sechead-catch:after {
  content: "";
  position: absolute;
  top: -9.3333333333vw;
  right: -1.3333333333vw;
  width: 7.3333333333vw;
  height: 7.4666666667vw;
  display: inline-block;
  background-image: url(../img/message/deco.svg);
  background-size: contain;
}

.sec--message .sechead-jp {
  position: relative;
}
.sec--message .sechead-jp:before, .sec--message .sechead-jp:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--message .sechead-jp:before {
  top: -13.7333333333vw;
  left: 2vw;
  width: 6.5333333333vw;
  height: 8.8vw;
  background-image: url(../img/message/shine01_sp.png);
}
.sec--message .sechead-jp:after {
  top: 4vw;
  right: 8vw;
  width: 6.4vw;
  height: 9.0666666667vw;
  background-image: url(../img/message/shine02_sp.png);
}

.message-frt {
  position: relative;
  z-index: 1;
}
.message-frt:before, .message-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.message-frt:before {
  top: -58.1333333333vw;
  left: -2.5333333333vw;
  width: 52.2666666667vw;
  height: 88.4vw;
  background-image: url(../img/message/staff01_sp.png);
}
.message-frt:after {
  top: -58.9333333333vw;
  right: -2.5333333333vw;
  width: 46.8vw;
  height: 58.8vw;
  background-image: url(../img/message/staff02_sp.png);
}

.message-photo01 {
  position: absolute;
  top: -83.3333333333vw;
  left: 4.5333333333vw;
  width: 63.4666666667vw;
  height: 55.8666666667vw;
  background-image: url(../img/message/message_img2.jpg);
  background-size: contain;
  z-index: -2;
}

.message-photo02 {
  position: absolute;
  top: -84vw;
  right: -20.5333333333vw;
  width: 61.7333333333vw;
  height: 55.8666666667vw;
  background-image: url(../img/message/message_img3.jpg);
  background-size: contain;
  z-index: -2;
}

.message {
  position: relative;
  margin: 86.6666666667vw 0 5.3333333333vw 0;
  padding: 8vw 2.6666666667vw 6.6666666667vw 2.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}
.message:before {
  content: "";
  position: absolute;
  top: -48.6666666667vw;
  left: -2.5333333333vw;
  width: 98.2666666667vw;
  height: 56.1333333333vw;
  background-image: url(../img/message/message_img.jpg);
  background-size: contain;
}

.message-ttl {
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.35em;
}

.message-name {
  margin-top: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.message-content {
  margin-top: 4vw;
}
.message-content p {
  line-height: 1.5em;
}
.message-content p:nth-child(n+2) {
  margin-top: 1.5em;
}

.sec--message .menu {
  position: relative;
}
.sec--message .menu:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10.6666666667vw;
  width: 100vw;
  height: 177.3333333333vw;
  background-image: url(../img/message/bg.jpg);
  background-repeat: repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .sec--message .sechead-catch {
    font-size: 4.8vw;
  }
  .message-head {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .sec--message {
    padding: 6.25vw 0 4.8611111111vw 0;
  }
  .sec--message .sechead-catch span:before {
    width: 0.4166666667vw;
    height: 0.3472222222vw;
  }
  .sec--message .sechead-catch:after {
    top: -1.875vw;
    right: -5.2083333333vw;
    width: 3.8194444444vw;
    height: 3.8888888889vw;
  }
  .sec--message .sechead-jp:before {
    top: -4.1666666667vw;
    left: 6.1111111111vw;
    width: 3.4027777778vw;
    height: 4.5833333333vw;
    background-image: url(../img/message/shine01.png);
    background-image: image-set(url(../img/message/shine01.png) 1x, url(../img/message/shine01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/shine01.png) 1x, url(../img/message/shine01-2x.png) 2x);
  }
  .sec--message .sechead-jp:after {
    top: 6.5972222222vw;
    right: 9.5138888889vw;
    width: 3.3333333333vw;
    height: 4.7222222222vw;
    background-image: url(../img/message/shine02.png);
    background-image: image-set(url(../img/message/shine02.png) 1x, url(../img/message/shine02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/shine02.png) 1x, url(../img/message/shine02-2x.png) 2x);
  }
  .sec--message .sechead-desc {
    text-align: center;
  }
  .message-frt {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .message-frt:before {
    top: -27.4305555556vw;
    left: 3.4722222222vw;
    width: 19.3055555556vw;
    height: 34.5833333333vw;
    background-image: url(../img/message/staff01.png);
    background-image: image-set(url(../img/message/staff01.png) 1x, url(../img/message/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/staff01.png) 1x, url(../img/message/staff01-2x.png) 2x);
  }
  .message-frt:after {
    top: -27.9861111111vw;
    right: 4.1666666667vw;
    width: 19.0277777778vw;
    height: 37.5694444444vw;
    /*
    background-image: url(../img/message/staff02.png);
    background-image: image-set(url(../img/message/staff02.png) 1x, url(../img/message/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/staff02.png) 1x, url(../img/message/staff02-2x.png) 2x);
    */
  }
  .message-photo01 {
    top: -42.7083333333vw;
    left: -17.3611111111vw;
    width: 23.6111111111vw;
    height: 44.7222222222vw;
    /*
    background-image: url(../img/message/photo01.png);
    background-image: image-set(url(../img/message/photo01.png) 1x, url(../img/message/photo01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/photo01.png) 1x, url(../img/message/photo01-2x.png) 2x);
    */
  }
  .message-photo02 {
    top: -42.7083333333vw;
    right: -15.9722222222vw;
    width: 29.5138888889vw;
    height: 46.6666666667vw;
    /*
    background-image: url(../img/message/photo02.png);
    background-image: image-set(url(../img/message/photo02.png) 1x, url(../img/message/photo02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/photo02.png) 1x, url(../img/message/photo02-2x.png) 2x);
    */
  }
  .message {
    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: 26.3888888889vw 0 2.0833333333vw 0;
    padding: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .message:before {
    top: -25.3472222222vw;
    left: 7.9166666667vw;
    width: 53.9583333333vw;
    height: 29.3055555556vw;
    background-image: url(../img/message/message_img.jpg);
    background-image: image-set(url(../img/message/message_img.jpg) 1x, url(../img/message/message_img.jpg) 2x);
    background-image: -webkit-image-set(url(../img/message/message_img.jpg) 1x, url(../img/message/message_img.jpg) 2x);
  }
  .message-head {
    width: 21.875vw;
  }
  .message-ttl {
    font-size: 2.5vw;
  }
  .message-name {
    font-size: 1.25vw;
  }
  .message-content {
    margin: 0;
    padding: 0.5em 0 0.5em 2.4305555556vw;
    width: 40.2777777778vw;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }
  .sec--message .menu:after {
    bottom: -4.1666666667vw;
    height: 34.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--message {
    padding: 90px 0 70px 0;
  }
  .sec--message .sechead-catch span:before {
    width: 6px;
    height: 6px;
  }
  .sec--message .sechead-catch:after {
    top: -27px;
    right: -75px;
    width: 55px;
    height: 56px;
  }
  .sec--message .sechead-jp:before {
    top: -60px;
    left: 88px;
    width: 49px;
    height: 66px;
  }
  .sec--message .sechead-jp:after {
    top: 95px;
    right: 137px;
    width: 48px;
    height: 68px;
  }
  .message-frt {
    margin-left: -100px;
    width: 1200px;
  }
  .message-frt:before {
    top: -395px;
    left: 50px;
    width: 278px;
    height: 498px;
  }
  .message-frt:after {
    top: -403px;
    right: 60px;
    width: 274px;
    height: 498px;
  }
  .message-photo01 {
    top: -615px;
    left: -150px;
    width: 280px;
  }
  .message-photo02 {
    top: -615px;
    right: -150px;
    width: 280px;
  }
  .message {
    margin: 380px 0 30px 0;
    padding: 30px;
    border-radius: 10px;
  }
  .message:before {
    top: -365px;
    left: 114px;
    width: 777px;
    height: 422px;
  }
  .message-head {
    width: 315px;
  }
  .message-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .message-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .message-content {
    padding: 0.5em 35px;
    width: 100%;
  }
  .sec--message .menu:after {
    bottom: -60px;
    height: 500px;
  }
}
/* ------------------------------------------- map - */
.map {
  position: relative;
  margin-top: 66.6666666667vw;
}


.map .ggmap {
  padding-bottom: 65%;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}

.map-info {
  margin-top: 4.6666666667vw;
}

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

.map-add {
  font-size: 3.4666666667vw;
  line-height: 1.65em;
}

@media screen and (max-width: 750px) {
  .map-add {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .map {
    right: 0;
    margin-top: 8.3333333333vw;
    width: 100%;
  }
  .map:before {
    top: 2.0833333333vw;
    left: -27.7777777778vw;
    width: 27.6388888889vw;
    height: 35.625vw;
    /*
    background-image: url(../img/message/staff03.png);
    background-image: image-set(url(../img/message/staff03.png) 1x, url(../img/message/staff03-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/message/staff03.png) 1x, url(../img/message/staff03-2x.png) 2x);
    */
  }
  .map .ggmap {
    padding-bottom: 43%;
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .map-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.0833333333vw 0 0 3.4722222222vw;
  }
  .map-logo {
    margin: 0 2.4305555556vw 0 0;
    width: 20.9722222222vw;
  }
  .map-add {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .map {
    right: 0px;
    margin-top: 120px;
    width: 100%;
  }
  .map:before {
    top: 30px;
    left: -400px;
    width: 398px;
    height: 513px;
  }
  .map .ggmap {
    border-width: 4px;
    border-radius: 10px;
  }
  .map-info {
    margin: 30px 0 0 50px;
  }
  .map-logo {
    margin-right: 35px;
    width: 302px;
  }
  .map-add {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  common - #box
-------------------------------------------------------------------------------*/
.sec--box {
  padding: 14.6666666667vw 0 8vw 0;
  background-image: url(../img/box/bg_sp.jpg);
  background-repeat: repeat;
  z-index: 1;
}

.box {
  position: relative;
  padding: 14.6666666667vw 2.6666666667vw 6vw 2.6666666667vw;
  background-color: #ffffff;
  border-color: #89cae8;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2.6666666667vw;
  z-index: 1;
}
.box:after {
  content: "";
  position: absolute;
  top: 57.3333333333vw;
  left: 16.6666666667vw;
  display: inline-block;
  width: 64vw;
  height: 60.6666666667vw;
  background-image: url(../img/box/box_img1.png);
  background-size: contain;
  z-index: -1;
}

.box-label {
  position: absolute;
  top: -16vw;
  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: 29.3333333333vw;
  height: 29.3333333333vw;
  background-color: #ef8001;
  border-radius: 50%;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.16em;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.box-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  border-color: #efb776;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box-point {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 4vw -2.6666666667vw;
}

.box-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2vw 0 0 2.6666666667vw;
  padding: 0 0.5em 0.1em 0.5em;
  height: 6.1333333333vw;
  border-radius: 3.0666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
}

.box-point > li:nth-child(odd) {
  background-color: #42a9d9;
}

.box-point > li:nth-child(even) {
  background-color: #2e8fbc;
}

.box-point > li:nth-child(n+2) {
  margin-left: 1.3333333333vw;
}

.sec--box .sechead {
  margin-bottom: 64vw;
}

.sec--box .sechead-jp {
  /*padding-left: 13.3333333333vw;*/
}
.sec--box .sechead-jp:before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 4vw;
  display: inline-block;
  width: 14.9333333333vw;
  height: 21.6vw;
  /*background-image: url(../img/box/deco_sp.svg);*/
  background-size: contain;
}

.box-content {
  position: relative;
  z-index: 2;
}
.box-line {
  margin: 0 auto;
  width: 80vw;
}


.box-tel {
  position: relative;
}

.box-tel-num {
  position: relative;
  padding-left: 20.6666666667vw;
  font-size: 9.8666666667vw;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.box-tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20.1333333333vw;
  height: 8.1333333333vw;
  background-image: url(../img/box/label_sp.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-tel-time {
  margin-top: 0.7em;
  font-weight: 700;
}
.box-tel-time span {
  margin-left: 1em;
  color: #188f51;
}

.box-btn {
  margin: 4vw auto 0 auto;
  width: 81.3333333333vw;
}

@media screen and (max-width: 750px) {
  .box-contact {
    margin-top: 4vw;
  }
  .box-tel-time {
    text-align: center;
  }
  .box-line img,
  .consul-line img{
    max-width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .sec--box {
    padding: 2.0833333333vw 0;
    background-image: url(../img/box/bg.jpg);
    background-image: image-set(url(../img/box/bg.jpg) 1x, url(../img/box/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/box/bg.jpg) 1x, url(../img/box/bg-2x.jpg) 2x);
  }
  .box {
    padding: 1.7361111111vw 2.7777777778vw;
    border-width: 0.3472222222vw;
    border-radius: 1.3888888889vw;
  }
  .box:after {
    top: auto;
    left: auto;
    right: -11.8055555556vw;
    bottom: -2.4305555556vw;
    width: 19.7916666667vw;
    height: 23.8194444444vw;
    /*
    background-image: url(../img/box/staff.png);
    background-image: image-set(url(../img/box/staff.png) 1x, url(../img/box/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/box/staff.png) 1x, url(../img/box/staff-2x.png) 2x);
    */
    z-index: -1;
  }
  .box-label {
    top: 0.7777777778vw;
    left: -2.8611111111vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    font-size: 1.25vw;
  }
  .box-label:before {
    width: 10.0694444444vw;
    height: 10.0694444444vw;
    border-width: 0.1388888889vw;
  }
  .box-point {
    margin: 0 0 0.3472222222vw 0;
  }
  .box-point li {
    margin: 0;
    padding: 0 1.2em 0.1em 1.2em;
    height: 2.5vw;
    border-radius: 1.25vw;
    font-size: 1.25vw;
  }
  .box-point li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .sec--box .sechead {
    margin-bottom: 1.3888888889vw;
  }
  .sec--box .sechead-jp {
    padding-left: 0;
    font-size: 3.6111111111vw;
  }
  .sec--box .sechead-jp:before {
    top: 1.0416666667vw;
    left: 2.0833333333vw;
    width: 6.1111111111vw;
    height: 5.5555555556vw;
    /* background-image: url(../img/box/deco.svg);*/
  }
  .box-content {
    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: 59.0277777778vw;
  }
  .box-line {
    margin: 0;
    width: 29.8611111111vw;
  }
  .box-tel-num {
    padding-left: 7.1527777778vw;
    font-size: 2.9166666667vw;
  }
  .box-tel-num:before {
    width: 6.25vw;
    height: 2.4305555556vw;
    background-image: url(../img/box/label.png);
    background-image: image-set(url(../img/box/label.png) 1x, url(../img/box/label-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/box/label.png) 1x, url(../img/box/label-2x.png) 2x);
  }
  .box-tel-time {
    font-size: 1.1111111111vw;
  }
  .box-btn {
    margin: 1.0416666667vw 0 0 0;
    width: 19.0277777778vw;
  }
  .box-btn .main-btn > div {
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--box {
    padding: 30px 0;
  }
  .box {
    padding: 25px 40px;
    border-width: 5px;
    border-radius: 20px;
  }
  .box:after {
    right: -200px;
    bottom: -35px;
    width: 285px;
    height: 343px;
  }
  .box-label {
    top: 10px;
    left: 0px;
    width: 150px;
    height: 150px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .box-label:before {
    width: 145px;
    height: 145px;
    border-width: 2px;
  }
  .box-point {
    margin-bottom: 5px;
  }
  .box-point li {
    height: 36px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .box-point li:nth-child(n+2) {
    margin-left: 15px;
  }
  .sec--box .sechead {
    margin-bottom: 20px;
  }
  .sec--box .sechead-jp {
    padding-left: 80px;
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec--box .sechead-jp:before {
    top: 15px;
    left: 30px;
    width: 88px;
    height: 80px;
  }
  .box-content {
    width: 850px;
  }
  .box-line {
    width: 430px;
  }
  .box-tel-num {
    padding-left: 103px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .box-tel-num:before {
    width: 90px;
    height: 35px;
  }
  .box-tel-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box-btn {
    margin-top: 15px;
    width: 274px;
  }
  .box-btn .main-btn > div {
    height: 50px;
  }
}
/*  area
-------------------------------------------------------------------------------*/
.sec--area {
  padding: 8vw 0;
  background-image: url(../img/area/bg.jpg);
  background-repeat: repeat;
}

.area {
  position: relative;
}

.area-image {
  position: relative;
  margin-bottom: 24vw;
}
.area-image:after {
  content: "";
  position: absolute;
  top: 50.6666666667vw;
  right: -1.6vw;
  width: 76.4vw;
  height: 52.4vw;
  background-image: url(../img/area/car_sp.png);
  background-size: contain;
  z-index: 2;
}

.area-content {
  position: relative;
  padding: 16vw 4vw 6vw 4vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}

.area-head {
  position: absolute;
  top: -8vw;
  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;
  padding-top: 0.1em;
  width: 20vw;
  height: 20vw;
  background-color: #ef8001;
  border-radius: 50%;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.38em;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.area-head span {
  position: relative;
  z-index: 1;
}

.area-head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.1333333333vw;
  height: 18.1333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.area-subhead {
  margin-bottom: 0.7em;
  font-size: 3.7333333333vw;
  font-weight: 900;
}

.area-target {
  position: relative;
  display: inline-block;
  color: #188f51;
  font-size: 6.4vw;
  font-weight: 900;
  z-index: 1;
}
.area-target:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1.6vw;
  background-color: #ffe554;
  z-index: -1;
}

.area-subtarget {
  margin-top: 4vw;
}

.area-subtarget p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

.area-notes {
  margin-top: 3.3333333333vw;
}

.area-notes p {
  padding-left: 1em;
  font-size: 3.4666666667vw;
  text-indent: -1em;
  line-height: 1.5em;
}
.area-notes p:before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .area-content {
    text-align: center;
  }
  .area-subtarget p,
.area-notes p {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .sec--area {
    padding: 2.4305555556vw 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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: auto;
    width: 67.3611111111vw;
  }
  .area-image {
    margin: 0;
    width: 29.8611111111vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .area-image:after {
    top: 8.3333333333vw;
    right: -12.1527777778vw;
    width: 23.125vw;
    height: 13.6805555556vw;
    background-image: url(../img/area/car.png);
    background-image: image-set(url(../img/area/car.png) 1x, url(../img/area/car-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/area/car.png) 1x, url(../img/area/car-2x.png) 2x);
  }
  .area-content {
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 3.4722222222vw;
    width: 36.1111111111vw;
    border-radius: 0.6944444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .area-head {
    top: -0.3472222222vw;
    left: -3.4722222222vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    font-size: 1.25vw;
    line-height: 1.25em;
  }
  .area-head:before {
    width: 6.25vw;
    height: 6.25vw;
    border-width: 0.1388888889vw;
  }
  .area-subhead {
    margin: 0 0 0.7em 1.1805555556vw;
    font-size: 1.1111111111vw;
  }
  .area-target {
    margin-left: 1.1805555556vw;
    font-size: 1.9444444444vw;
  }
  .area-target:after {
    height: 0.8333333333vw;
  }
  .area-subtarget {
    margin-top: 1.0416666667vw;
  }
  .area-subtarget p {
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .area-notes {
    margin-top: 0.6944444444vw;
  }
  .area-notes p {
    font-size: 0.9722222222vw;
    line-height: 1.28em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--area {
    padding: 35px 0;
  }
  .area {
    width: 970px;
  }
  .area-image {
    width: 430px;
  }
  .area-image:after {
    top: 120px;
    right: -175px;
    width: 333px;
    height: 197px;
  }
  .area-content {
    padding: 20px 20px 20px 50px;
    width: 520px;
    border-radius: 10px;
  }
  .area-head {
    top: -5px;
    left: -50px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .area-head:before {
    width: 90px;
    height: 90px;
    border-width: 2px;
  }
  .area-subhead {
    margin: 0 0 0.7em 17px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-target {
    margin-left: 17px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .area-target:after {
    height: 12px;
  }
  .area-subtarget {
    margin-top: 15px;
  }
  .area-subtarget p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-notes {
    margin-top: 10px;
  }
  .area-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  bnr
-------------------------------------------------------------------------------*/
.bnr a {
  display: block;
}

@media screen and (max-width: 750px) {
  .bnr {
    margin: 0 auto;
    width: 95.0666666667vw;
  }
  .bnr a:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .bnr {
    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;
  }
  .bnr a {
    width: 33.3333333333vw;
  }
  .bnr a:nth-child(n+3) {
    margin-top: 1.7361111111vw;
    width: 21.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .bnr a {
    width: 480px;
  }
  .bnr a:nth-child(n+3) {
    margin-top: 25px;
    width: 305px;
  }
}
/*  common - #consul
-------------------------------------------------------------------------------*/
.sec--consul {
  padding: 14.6666666667vw 0 8vw 0;
  background-color: #ffffff;
  z-index: 1;
}

.sec--consul:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 182vw;
  background-image: url(../img/consul/bg_sp.jpg);
  background-size: cover;
  z-index: -1;
}

.consul {
  position: relative;
  z-index: 1;
}

.consul-label {
  position: absolute;
  top: -30.6666666667vw;
  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: 29.3333333333vw;
  height: 29.3333333333vw;
  background-color: #ef8001;
  border-radius: 50%;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.16em;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.consul-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  border-color: #efb776;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.consul-point {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3.3333333333vw -2.6666666667vw;
}

.consul-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2vw 0 0 2.6666666667vw;
  padding: 0 0.5em 0.1em 0.5em;
  height: 6.1333333333vw;
  border-radius: 3.0666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
}

.consul-point > li:nth-child(odd) {
  background-color: #42a9d9;
}

.consul-point > li:nth-child(even) {
  background-color: #2e8fbc;
}

.consul-point > li:nth-child(n+2) {
  margin-left: 1.3333333333vw;
}

.sec--consul .sechead {
  margin-bottom: 25.3333333333vw;
  padding-bottom: 25.3333333333vw;
}
.sec--consul .sechead:after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.3333333333vw 9.3333333333vw 0 9.3333333333vw;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sec--consul .sechead-jp {
  display: inline-block;
}
.sec--consul .sechead-jp:before {
  content: "";
  position: absolute;
  top: -1.3333333333vw;
  left: -16vw;
  display: inline-block;
  width: 14.9333333333vw;
  height: 21.6vw;
  /*background-image: url(../img/consul/deco_sp.svg);*/
  background-size: contain;
}

.consul-box {
  position: relative;
  padding: 6vw 4.6666666667vw;
  background-color: #ffffff;
  border-color: #89cae8;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2.6666666667vw;
}
.consul-box:before, .consul-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.consul-content {
  position: relative;
  z-index: 2;
}

.consul-head {
  margin-bottom: 0.7em;
  font-size: 5.0666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.35em;
  z-index: 1;
}
.consul-head span {
  position: relative;
}
.consul-head span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.3333333333vw;
  background-color: #ffe554;
  z-index: -1;
}

.consul-tel {
  position: relative;
}

.consul-tel-num {
  position: relative;
  padding-left: 7.3333333333vw;
  font-size: 10.6666666667vw;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.consul-tel-num a {
  display: block;
}

.consul-tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6vw;
  height: 8vw;
  background-image: url(../img/common/call-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.consul-tel-time {
  margin-top: 0.7em;
  font-weight: 700;
}
.consul-tel-time span {
  margin-left: 1em;
  color: #188f51;
}

.consul-info {
  position: relative;
  margin-top: 4vw;
  padding-top: 4vw;
}
.consul-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 81.3333333333vw;
  height: 0.4vw;
  background-color: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.consul-logo {
  margin: 0 auto 2vw auto;
  width: 58.6666666667vw;
}

.consul-add {
  font-size: 3.4666666667vw;
  line-height: 1.35em;
}

.consul-btn {
  margin-top: 4vw;
}

.consul-desc {
  margin-top: 3.3333333333vw;
}
.consul-desc p {
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.53em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .consul-contact {
    margin-top: 4.6666666667vw;
  }
  .consul-tel-time,
.consul-add {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .sec--consul {
    padding: 3.4722222222vw 0 2.4305555556vw 0;
  }
  .sec--consul:after {
    height: 29.1666666667vw;
    background-image: url(../img/consul/bg.jpg);
    background-image: image-set(url(../img/consul/bg.jpg) 1x, url(../img/consul/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/consul/bg.jpg) 1x, url(../img/consul/bg-2x.jpg) 2x);
  }
  .consul-label {
    top: 1.3888888889vw;
    left: -4.8611111111vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    font-size: 1.25vw;
  }
  .consul-label:before {
    width: 10.0694444444vw;
    height: 10.0694444444vw;
    border-width: 0.1388888889vw;
  }
  .consul-point {
    margin: 0 0 1.7361111111vw 0;
  }
  .consul-point li {
    margin: 0;
    padding: 0 1.2em 0.1em 1.2em;
    height: 2.5vw;
    border-radius: 1.25vw;
    font-size: 1.25vw;
  }
  .consul-point li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .sec--consul .sechead {
    margin-bottom: 3.4722222222vw;
    padding-bottom: 2.0833333333vw;
  }
  .sec--consul .sechead:after {
    border-width: 2.4305555556vw 4.8611111111vw 0 4.8611111111vw;
  }
  .sec--consul .sechead-jp:before {
    top: -2.7777777778vw;
    left: -4.8611111111vw;
    width: 4.5833333333vw;
    height: 7.1527777778vw;
    /*background-image: url(../img/consul/deco.svg);*/
  }
  .consul-box {
    padding: 1.3888888889vw 3.4722222222vw 0 3.4722222222vw;
    border-width: 0.3472222222vw;
    border-radius: 1.3888888889vw;
  }
  .consul-box:before {
    top: -1.0416666667vw;
    left: -1.0416666667vw;
    width: 12.5vw;
    height: 10.4166666667vw;
    /*
    background-image: url(../img/consul/ribbon.png);
    background-image: image-set(url(../img/consul/ribbon.png) 1x, url(../img/consul/ribbon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/consul/ribbon.png) 1x, url(../img/consul/ribbon-2x.png) 2x);
    */
  }
  .consul-box:after {
    top: -22.9166666667vw;
    left: auto;
    right: -11.8055555556vw;
    width: 22.0138888889vw;
    height: 34.4444444444vw;
    background-image: url(../img/consul/reason_img1.png);
    background-image: image-set(url(../img/consul/reason_img1.png) 1x, url(../img/consul/reason_img1.png) 2x);
    background-image: -webkit-image-set(url(../img/consul/reason_img1.png) 1x, url(../img/consul/reason_img1.png) 2x);
    z-index: -1;
  }
  .consul-head {
    font-size: 1.4583333333vw;
  }
  .consul-head span:after {
    height: 0.6944444444vw;
  }
  .consul-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consul-line {
    width: 31.9444444444vw;
  }
  .consul-tel-num {
    padding-left: 0;
    font-size: 3.75vw;
  }
  .consul-tel-num:before {
    left: -2.7777777778vw;
    width: 2.2222222222vw;
    height: 3.0555555556vw;
  }
  .consul-tel-time {
    font-size: 1.25vw;
  }
  .consul-info {
    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.3888888889vw auto 0 auto;
    padding: 0;
    width: 59.0277777778vw;
    height: 6.25vw;
  }
  .consul-info:before {
    width: 66.6666666667vw;
    height: 0.1388888889vw;
  }
  .consul-logo {
    margin: 0;
    width: 21.0416666667vw;
  }
  .consul-add {
    font-size: 0.9722222222vw;
    line-height: 1.28em;
  }
  .consul-btn {
    margin-top: 0;
    width: 19.0277777778vw;
  }
  .consul-btn .main-btn > div {
    height: 3.4722222222vw;
  }
  .consul-desc {
    margin-top: 1.3888888889vw;
  }
  .consul-desc p {
    font-size: 0.9027777778vw;
    text-align: center;
    line-height: 1.38em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--consul {
    padding: 50px 0 35px 0;
  }
  .sec--consul:after {
    height: 420px;
  }
  .consul-label {
    top: 20px;
    left: -70px;
    width: 150px;
    height: 150px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .consul-label:before {
    width: 145px;
    height: 145px;
    border-width: 2px;
  }
  .consul-point {
    margin-bottom: 25px;
  }
  .consul-point li {
    height: 36px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .consul-point li:nth-child(n+2) {
    margin-left: 15px;
  }
  .sec--consul .sechead {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .sec--consul .sechead:after {
    border-width: 35px 70px 0 70px;
  }
  .sec--consul .sechead-jp:before {
    top: -40px;
    left: -70px;
    width: 66px;
    height: 103px;
  }
  .consul-box {
    padding: 20px 50px 0 50px;
    border-width: 5px;
    border-radius: 20px;
  }
  .consul-box:before {
    top: -15px;
    left: -15px;
    width: 180px;
    height: 150px;
  }
  .consul-box:after {
    top: -330px;
    right: -170px;
    width: 317px;
    height: 496px;
  }
  .consul-head {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .consul-head span:after {
    height: 10px;
  }
  .consul-line {
    width: 460px;
  }
  .consul-tel-num {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .consul-tel-num:before {
    left: -40px;
    width: 32px;
    height: 44px;
  }
  .consul-tel-time {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .consul-info {
    margin: 20px auto 0 auto;
    width: 850px;
    height: 90px;
  }
  .consul-info:before {
    width: 960px;
    height: 2px;
  }
  .consul-logo {
    width: 303px;
  }
  .consul-add {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .consul-btn {
    width: 274px;
  }
  .consul-btn .main-btn > div {
    height: 50px;
  }
  .consul-desc {
    margin-top: 20px;
  }
  .consul-desc p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
}

.blog-post {
  position: relative;
}

.blog-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: 3.3333333333vw 3.0666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}

.blog-image {
  width: 32vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.blog-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 33.8666666667vw;
}

.blog-post a:hover .blog-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

.blog-content {
  width: calc(100% - 36vw);
}

.blog-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
}

.blog-date {
  color: #969696;
  font-size: 3.2vw;
  font-weight: 700;
}

.blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-cat p {
  margin-left: 0.7em;
  display: inline-block;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #1b1b1b;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-cat p:nth-child(n+2) {
  margin-left: 0.25em;
}

.blog-ttl {
  margin-bottom: 0.7em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

.blog-expert p {
  color: #c2bebe;
  font-size: 3.4666666667vw;
  line-height: 1.38em;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-post a {
    padding: 0.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .blog-image {
    width: 10.4166666667vw;
    border-radius: 0.6944444444vw;
  }
  .blog-image img {
    height: 11.1111111111vw;
  }
  .blog-content {
    width: calc(100% - 12.5vw);
  }
  .blog-data {
    margin-bottom: 1.0416666667vw;
  }
  .blog-date {
    font-size: 0.9027777778vw;
  }
  .blog-cat p {
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .blog-cat p:nth-child(n+2) {
    margin-left: 0.25em;
  }
  .blog-ttl {
    font-size: 1.25vw;
    line-height: 1.35em;
  }
  .blog-expert p {
    font-size: 0.9722222222vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post a {
    padding: 10px;
    border-radius: 10px;
  }
  .blog-image {
    width: 150px;
    border-radius: 10px;
  }
  .blog-image img {
    height: 160px;
  }
  .blog-content {
    width: calc(100% - 180px);
  }
  .blog-data {
    margin-bottom: 15px;
  }
  .blog-date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blog-cat p {
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blog-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-expert p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  faq --> common
-------------------------------------------------------------------------------*/
.faq {
  position: relative;
}

.faq-item {
  position: relative;
  padding: 0 2.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}

.faq .faq-item:nth-child(n+2) {
  margin-top: 4vw;
}

.faq-item dt {
  position: relative;
  padding: 2.6666666667vw 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}

.faq-item dt:hover {
  cursor: pointer;
}

.faq-item dt:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 0.6666666667vw;
  width: 3.4666666667vw;
  height: 4vw;
  background-image: url(../img/faq/faq_q.png);
  background-size: contain;
}

.faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3.2vw;
  height: 2.2666666667vw;
  background-image: url(../img/faq/arrow.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-item dt.is-open:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.faq-item dd {
  display: none;
  position: relative;
  padding: 2.6666666667vw 0;
  border-top: 0.5333333333vw solid #d5d5d5;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
  color: #fff;
  background:#2e8fbc;
}

.faq-item.is-open .faq-item dd {
  display: block;
}

@media screen and (min-width: 751px) {
  .faq .faq-item:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .faq-item {
    padding: 0 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .faq-item dt {
    padding: 1.5972222222vw 2.4305555556vw 1.5972222222vw 3.3333333333vw;
    font-size: 1.4583333333vw;
    line-height: 1.35em;
  }
  .faq-item dt:before {
    top: 1.5972222222vw;
    left: 0.3472222222vw;
    width: 1.8055555556vw;
    height: 2.0833333333vw;
  }
  .faq-item dt:after {
    right: 0.3472222222vw;
    width: 0.8333333333vw;
    height: 0.5555555556vw;
  }
  .faq-item dd {
    padding: 1.0416666667vw 1.3888888889vw 1.0416666667vw 1.3888888889vw;
    border-top: 0.1388888889vw solid #d5d5d5;
    font-size: 1.1111111111vw;
  }
  .faq-item dd:before {
    top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq .faq-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .faq-item {
    padding: 0 20px;
    border-radius: 10px;
  }
  .faq-item dt {
    padding: 23px 35px 23px 48px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .faq-item dt:before {
    top: 23px;
    left: 5px;
    width: 26px;
    height: 30px;
  }
  .faq-item dt:after {
    right: 5px;
    width: 12px;
    height: 8px;
  }
  .faq-item dd {
    padding: 15px 20px 15px 20px;
    border-top: 2px solid #d5d5d5;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-item dd:before {
    top: 20px;
  }
}
/*  voice --> common
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .voice-slide {
    margin: 0 auto 4vw auto;
    width: 72vw;
  }
  .voice-slide .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
  }
  .voice-slide .swiper-slide-active:before {
    content: none;
  }
  .slide-btn-prev {
    left: 0;
  }
  .slide-btn-next {
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .slide-btn-prev,
.slide-btn-next,
.slide-pagination {
    display: none;
  }
}
/* ------------------------------------------- post - */
.voice-post {
  position: relative;
}

.voice-post {
  position: relative;
  display: block;
  padding: 30px 20px;
  min-height: 280px;
  background-color: #ffffff;
  border-color: #f5fae8;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}

.voice-customer {
  margin-bottom: 0.7em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voice-customer span {
  position: relative;
  color: #a5a5a5;
  font-weight: 700;
  line-height: 1.35em;
}
.voice-customer span:nth-child(n+2) {
  margin-left: 0.5em;
}

.voice-review {
  margin-top: 0.5em;
  color: #f98304;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.voice-ttl {
  margin-top: 0.7em;
  min-height: 3em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.voice-message {
  margin-top: 1em;
}
.voice-message p {
  color: #333333;
  font-size: 3.4666666667vw;
  line-height: 2em;
}

@media screen and (min-width: 751px) {
  .voice-post a {
    padding: 2.4305555556vw 1.0416666667vw;
    min-height: 20.8333333333vw;
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .voice-review {
    font-size: 1.4583333333vw;
  }
  .voice-ttl {
    min-height: 2.7em;
    font-size: 1.25vw;
    line-height: 1.35em;
  }
  .voice-message p {
    font-size: 0.9722222222vw;
    line-height: 1.28em;
  }
}
@media screen and (min-width: 1441px) {
  .voice-post a {
    padding: 35px 15px;
    min-height: 300px;
    border-width: 4px;
    border-radius: 10px;
  }
  .voice-review {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .voice-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .voice-message p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- slide - */
.works-frt-slide {
  position: relative;
}

@media screen and (max-width: 750px) {
  .works-frt-slide {
    margin: 0 auto;
    width: 72vw;
  }
  .works-slide .swiper-wrapper {
    margin-bottom: 5.3333333333vw;
  }
  .works-slide .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
  }
  .works-slide .swiper-slide-active:before {
    content: none;
  }
}
@media screen and (min-width: 751px) {
  #works-prev,
#works-next,
#works-pagination {
    display: none;
  }
}
/* ------------------------------------------- post - */
.works {
  position: relative;
}

.works-post a {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.works-image {
  position: relative;
}

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

.works-post a:hover .works-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

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

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

.works-cat > li {
  padding: 0.3em 0.5em 0.4em 0.5em;
  background-color: #7c7c7c;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.works-cat > li:nth-child(n+2) {
  margin-left: 1.3333333333vw;
}

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

.works-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7em;
  color: #c5c5c5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.works-data p {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}
.works-data p:nth-child(n+2) {
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  .works-list {
    margin: 0 auto;
    width: 72vw;
  }
  .works-achive .works-list .works-post:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.7361111111vw;
    width: auto;
    height: auto;
  }
  .works-list .works-post {
    margin-left: 1.7361111111vw;
    width: calc(33.33333% - 1.7361111111vw);
  }
  .works-list .works-post:nth-child(n+4) {
    margin-top: 2.0833333333vw;
  }
  .works-post a {
    border-radius: 0.6944444444vw;
  }
  .works-data p {
    font-size: 0.9722222222vw;
  }
  .works-image img {
    height: 19.4444444444vw;
  }
  .works-content {
    padding: 1.0416666667vw;
  }
  .works-cat {
    margin-bottom: 0.3472222222vw;
  }
  .works-cat > li {
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .works-cat > li:nth-child(n+2) {
    margin-left: 0.3472222222vw;
  }
  .works-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    margin-left: -100px;
    width: 1200px;
  }
  .works-list {
    margin-left: -25px;
  }
  .works-list .works-post {
    margin-left: 25px;
    width: calc(33.33333% - 25px);
  }
  .works-list .works-post:nth-child(n+4) {
    margin-top: 30px;
  }
  .works-post a {
    border-radius: 10px;
  }
  .works-data p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-image img {
    height: 280px;
  }
  .works-content {
    padding: 15px;
  }
  .works-cat {
    margin-bottom: 5px;
  }
  .works-cat > li {
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .works-cat > li:nth-child(n+2) {
    margin-left: 5px;
  }
  .works-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- term - */
.works-term {
  position: relative;
  z-index: 1;
}

.works-term dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 9.3333333333vw;
  background-color: #188f51;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
}
.works-term dl dd {
  padding: 3.3333333333vw 2vw;
  background-color: #ffffff;
  border-top-color: #188f51;
  border-top-style: solid;
  border-top-width: 1.3333333333vw;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

.works-term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.0666666667vw;
}

.works-term-menu a {
  position: relative;
  display: block;
  margin-left: 1.0666666667vw;
  padding: 0.4em 1.3333333333vw 0.5em 5.3333333333vw;
  width: calc(33.33333% - 1.0666666667vw);
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.works-term-menu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  display: inline-block;
  width: 1.6vw;
  height: 1.8666666667vw;
  background-image: url(../img/works/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works-term-menu a:hover,
.works-term-menu a.is-current {
  background-color: #ffef64;
}

@media screen and (max-width: 750px) {
  .works-term {
    margin: 0 auto 8vw auto;
    width: 90vw;
  }
  .works-term dl:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-term {
    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;
    margin-bottom: 2.4305555556vw;
  }
  .works-term dl {
    width: 19.7916666667vw;
  }
  .works-term dl dt {
    height: 2.4305555556vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.1111111111vw;
  }
  .works-term dl dd {
    padding: 1.0416666667vw 0.6944444444vw;
    min-height: 8.3333333333vw;
    border-top-width: 0.4166666667vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .works-term-menu {
    margin-left: -0.3472222222vw;
  }
  .works-term-menu a {
    margin-left: 0.3472222222vw;
    padding: 0.3em 0.3472222222vw 0.3em 1.7361111111vw;
    width: calc(50% - 5px);
    font-size: 1.1111111111vw;
  }
  .works-term-menu a:before {
    left: 0.6944444444vw;
    width: 0.4166666667vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-term {
    margin-bottom: 35px;
  }
  .works-term dl {
    width: 285px;
  }
  .works-term dl dt {
    height: 35px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-term dl dd {
    padding: 15px 13px;
    min-height: 120px;
    border-top-width: 6px;
    border-radius: 0 0 10px 10px;
  }
  .works-term-menu {
    margin-left: -5px;
  }
  .works-term-menu a {
    margin-left: 5px;
    padding: 0.3em 5px 0.3em 25px;
    width: calc(50% - 5px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-term-menu a:before {
    left: 10px;
    width: 6px;
    height: 7px;
  }
}
/*  movie --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.movie-post {
  position: relative;
}

.movie-post a {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  overflow: hidden;
}

.movie-post a:hover .movie-image img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  cursor: pointer;
}

.movie-image {
  position: relative;
}
.movie-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.3);
  z-index: 1;
}
.movie-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-image: url(../img/movie/play.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.movie-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 46.6666666667vw;
}

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

.movie-ttl {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .movie-post a {
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  }
  .movie-image:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .movie-image img {
    height: 13.8888888889vw;
  }
  .movie-content {
    padding: 0.6944444444vw 1.0416666667vw;
  }
  .movie-ttl {
    font-size: 1.1111111111vw;
    line-height: 1.64em;
  }
}
@media screen and (min-width: 1441px) {
  .movie-post a {
    border-radius: 10px 10px 0 0;
  }
  .movie-image:after {
    width: 50px;
    height: 50px;
  }
  .movie-image img {
    height: 200px;
  }
  .movie-content {
    padding: 10px 15px;
  }
  .movie-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}