@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%;
  background-color: #fefefe;
  color: #252525;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

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

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

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

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  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: 100%;
  height: 16vw;
  background-color: #fefefe;
  z-index: 8888;
}

.header.is-scroll {
  top: -9999px !important;
}

.header-image {
  background: #fff;
  position: relative;
}

.header-desc {
  position: relative;
  margin-bottom: 1em;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-logo {
  position: relative;
  width: 36vw;
  margin: 2.6666666667vw auto 0;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fefefe;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
  }
  .header-content.is-open {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 17.3333333333vw 0 0;
    width: 100%;
    height: 16vw;
    background-color: #fefefe;
    z-index: 2;
  }
  .header-image {
    width: 52vw;
    padding: 3.3333333333vw 0 3.3333333333vw 3.3333333333vw;
    top: 3.3333333333vw;
  }
  .header.is-open .header-top {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-content-scroll {
    position: relative;
    padding-top: 18.6666666667vw;
    height: 100%;
    background-color: #252525;
    overflow-x: scroll;
    z-index: 999;
  }
  .header-content-in {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .header-sp {
    overflow: hidden;
  }
  .header-pc {
    display: none !important;
  }
  .header-bottom {
    padding: 6.6666666667vw 0;
  }
  .header-insta {
    width: 15vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}
@media screen and (min-width: 751px) {
  .header {
    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 0 0 0;
    height: 8.5416666667vw;
  }
  .header-image {
    width: 27.0833333333vw;
    padding: 1.7361111111vw 0 1.7361111111vw 1.7361111111vw;
    top: 1.7361111111vw;
  }
  .header-desc {
    font-size: 0.9027777778vw;
  }
  .header-logo {
    width: 18.0555555556vw;
    margin: 1.3888888889vw auto 0;
  }
  .header-content {
    position: relative;
    padding-right: 8.3333333333vw;
    width: calc(100% - 32.6388888889vw);
  }
  .header-bottom {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    padding-left: 0;
    height: 120px;
  }
  .header-image {
    width: 390px;
    padding: 25px 25px 25px;
    top: 25px;
  }
  .header-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-logo {
    width: 260px;
    margin: 20px auto 0;
  }
  .header-content {
    padding-right: 123px;
    width: calc(100% - 470px);
  }
}
@media screen and (min-width: 751px) {
  .header-sp {
    display: none !important;
  }
  .header-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.6944444444vw;
    padding-top: 0.5555555556vw;
    z-index: 2;
  }
  .header-inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .header-contact {
    margin-right: 1.0416666667vw;
  }
  .header-label {
    margin-bottom: 0.5em;
    font-size: 0.9027777778vw;
    font-weight: 700;
  }
  .header-tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-tel:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.0833333333vw;
    display: inline-block;
    width: 1.7361111111vw;
    height: 1.8055555556vw;
    background-image: url(../img/common/call-bk.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-free {
    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-right: 0.3472222222vw;
    padding-left: 0.1em;
    width: 2.5vw;
    height: 2.5vw;
    background-color: #f3d723;
    border-radius: 50%;
    font-size: 0.7638888889vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.16em;
    letter-spacing: 0.1em;
  }
  .header-num {
    font-family: "Lato", sans-serif;
    font-size: 2.5vw;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0;
  }
  .header-time {
    font-size: 0.9722222222vw;
    line-height: 1.85em;
  }
  .header-mail {
    position: absolute;
    top: 0.5555555556vw;
    right: 0.5555555556vw;
    width: 7.3611111111vw;

  }
  .header-line {
    margin-left: 1.0416666667vw;
    width: 5.5555555556vw;

  }
  .header-insta {
    width: 4.1vw;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1441px) {
  .header-pc {
    margin-bottom: 10px;
    padding-top: 8px;
  }
  .header-contact {
    margin-right: 15px;
  }
  .header-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-tel:before {
    left: -30px;
    width: 25px;
    height: 26px;
  }
  .header-free {
    margin-right: 5px;
    width: 36px;
    height: 36px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header-num {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .header-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-mail {
    top: 8px;
    right: 8px;
    width: 106px;
  }
  .header-line {
    margin-left: 15px;
    width: 80px;
  }
  .header-insta {
    width: 60px;
    margin-left: 1em;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 120px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #fefefe;
  margin-bottom: 21.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .footer {
    margin-bottom: 0;
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding-top: 30px;
  }
}
/* ------------------------------------------- top - */
.footer-spnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #252525;
}

.footer-spnavi > li {
  padding: 1.3333333333vw;
  width: 50%;
  border-top: 0.2666666667vw solid #fefefe;
}

.footer-spnavi > li:nth-child(1),
.footer-spnavi > li:nth-child(2) {
  border-top: none;
}

.footer-spnavi > li:nth-child(odd) {
  border-right: 0.2666666667vw solid #fefefe;
}

.footer-spnavi > li 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;
  height: 13.3333333333vw;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .footer-navi-head {
    font-size: 0.9722222222vw;
    font-weight: 700;
    line-height: 1.35em;
  }
  .footer-navi-head a {
    display: block;
    color: inherit;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-navi-head a:hover {
    color: #f3d723;
  }
  .footer-navi > div > div p:nth-child(n+2) {
    margin-top: 0.75em;
  }
  .footer-navi-list {
    margin-top: 0.6944444444vw;
  }
  .footer-navi-list li a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    color: #a7a7a7;
    font-size: 0.8333333333vw;
    white-space: nowrap;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .footer-navi-list li a:hover {
    color: #f3d723;
  }
}
@media screen and (min-width: 1441px) {
  .footer-navi {
    width: 1000px;
  }
  .footer-navi > div > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer-navi-head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-navi-list {
    margin-top: 10px;
  }
  .footer-navi-list li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- bottom - */
.footer-bottom {
  margin: 4vw auto 0 auto;
  width: 95.2vw;
}

.footer-bar {
  position: relative;
  margin-top: 4vw;
}

.footer-copy {
  font-size: 3.4666666667vw;
}

.footer-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8vw;
  height: 61.3333333333vw;
  background-image: url(../img/footer/main_sp.jpg);
  background-size: contain;
}

.footer-message .heading-title {
  color: #fefefe;
  font-size: 6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}
.footer-message .heading-title .label {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background-color: #fefefe;
  color: #252525;
  line-height: 1em;
}

.footer-message .heading-desc {
  margin-top: 2.133vw;
  color: #fefefe;
  font-size: 2.667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.75;
}

.footer-lastbar {
  position: relative;
  padding: 6vw 0 5.3333333333vw 0;
}
.footer-firstbar .sns {
  margin: 4vw 0 0;
}
.footer-logo {
  position: relative;
  left: 4vw;
  margin: 0 auto 5.3333333333vw auto;
  width: 70.6666666667vw;
}

.footer-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .footer-firstbar .subnavi {
    display: none;
  }
  .footer-message {
    background-size: cover;
    background-position: center;
  }
  .footer-copy {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .footer-bottom {
    margin-top: 2.0833333333vw;
    width: 95.1388888889vw;
    border-top: 1px solid #f1f1f1;
  }
  .footer-firstbar {
    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;
    height: 4.1666666667vw;
  }
  .footer-message {
    margin: 0;
    height: 55.6944444444vw;
    background-image: url(../img/footer/main.jpg);
    background-image: image-set(url(../img/footer/main.jpg) 1x, url(../img/footer/main-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/footer/main.jpg) 1x, url(../img/footer/main-2x.jpg) 2x);
  }
  .footer-message .heading-title {
    font-size: 3.3333333333vw;
  }
  .footer-message .heading-title .text {
    font-size: 2.915vw;
  }
  .footer-message .heading-desc {
    margin-top: 2.776vw;
    font-size: 1.388vw;
  }
  .footer-lastbar {
    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;
    height: 5.5555555556vw;
  }
  .footer-firstbar .sns {
    display: none;
  }
  .footer-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 0.4166666667vw;
    width: 22.2916666667vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer-copy {
    font-size: 0.8333333333vw;
  }

  .footer-insta {
    width: min(2.5vw, 30px);
  }
}
@media screen and (min-width: 1441px) {
  .footer-bottom {
    margin-top: 30px;
    width: 1370px;
  }
  .footer-firstbar {
    height: 60px;
  }
  .footer-message {
    height: 802px;
  }
  .footer-message .heading-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .footer-message .heading-title .text {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .footer-message .heading-desc {
    margin-top: 40px;
    font-size: 20px;
  }
  .footer-lastbar {
    height: 80px;
  }
  .footer-logo {
    margin-left: 6px;
    width: 321px;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  sns
-------------------------------------------------------*/
.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;
}

.sns a {
  display: block;
  width: 8vw;
}

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

@media screen and (min-width: 751px) {
  .sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sns a {
    width: 2.0833333333vw;
  }
  .sns a:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sns a {
    width: 30px;
  }
  .sns a:nth-child(n+2) {
    margin-left: 30px;
  }
}
/*  subnavi
-------------------------------------------------------*/
.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;
}

.subnavi a {
  display: block;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}

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

@media screen and (min-width: 751px) {
  .subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .subnavi a {
    font-size: 0.9027777778vw;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .subnavi a:hover {
    color: #f3d723;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 3em;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*  toggle
-------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  background-color: #f3d723;
  z-index: 8888;
  cursor: pointer;
}

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

.toggle span {
  position: absolute;
  left: 50%;
  width: 10vw;
  height: 1.0666666667vw;
  background-color: #252525;
  -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.3333333333vw;
  font-family: "Lato", sans-serif;
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto;
    width: 95.2vw;
  }
  .navi > li {
    border-bottom: 0.4vw solid #cacaca;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.1333333333vw;
    height: 2.9333333333vw;
    background-image: url(../img/header/down_sp.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .navi > li > div.navi-parent:nth-child(1).is-open:after {
    background-image: url(../img/header/up_sp.svg);
  }
  .navi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16vw 0 4.6666666667vw;
    width: 100%;
    height: 13.3333333333vw;
  }
  .navi-menu > span {
    position: relative;
    display: block;
    color: #fefefe;
    font-size: 4.2666666667vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .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.4vw;
    padding: 0 2.6666666667vw;
    width: 100vw;
    background-color: #fefefe;
  }
  .navi-submenu-list a {
    position: relative;
    padding: 0 8vw 0 2.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 13.3333333333vw;
    border-bottom: 0.4vw solid #252525;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.15em;
    letter-spacing: 0.05em;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.7777777778vw;
    z-index: 2;
  }
  .navi > li {
    position: relative;
    display: block;
  }
  .navi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.4305555556vw;
    display: inline-block;
    width: 2.0138888889vw;
    height: 1.3888888889vw;
    background-image: url(../img/header/brush.svg);
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navi > li:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 3.125vw;
  }
  .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: 2.7777777778vw;
  }
  .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 0%;
    height: calc(100% - 1.1111111111vw);
    background-color: #f3d723;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
  }
  .navi > li:hover .navi-menu:before {
    width: 100%;
  }
  .navi > li:hover .navi-parent .navi-menu:before {
    width: calc(100% - 1.7361111111vw);
  }
  .navi-parent {
    position: relative;
  }
  .navi-menu > span {
    position: relative;
    display: inline-block;
    font-size: 1.1111111111vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .navi-parent .navi-menu > span {
    position: relative;
    padding-right: 1.7361111111vw;
  }
  .navi-parent .navi-menu > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.6944444444vw;
    height: 0.4861111111vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 13.8888888889vw;
    height: auto;
    background-color: #252525;
    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 #f6f6f6;
    color: #fefefe;
    font-weight: 700;
    text-align: left;
    line-height: 1.6em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #f3d723;
  }
  .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: #beefec;
    color: #fefefe;
    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.4861111111vw;
    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 {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  .navi-submenu-list-menu {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .navi {
    height: 40px;
  }
  .navi > li:before {
    left: -35px;
    width: 29px;
    height: 20px;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 45px;
  }
  .navi-menu {
    height: 40px;
  }
  .navi-menu:before {
    height: calc(100% - 16px);
  }
  .navi > li:hover .navi-parent .navi-menu:before {
    width: calc(100% - 25px);
  }
  .navi-menu > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .navi-parent .navi-menu > span {
    padding-right: 25px;
  }
  .navi-parent .navi-menu > span:after {
    width: 10px;
    height: 7px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 180px;
    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: 7px;
  }
}
/*  section
-------------------------------------------------------*/
.sec {
  position: relative;
}

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

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

.sec-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #252525;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}
.sec-catch span.color {
  margin: 0 0.1em;
  color: #f3d723;
  font-size: 6.4vw;
}

.sec-catch .text {
  display: block;
  position: absolute;
  top: -4.267vw;
  left: 2.667vw;
}

.sec-catch--slash:before, .sec-catch--slash:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url(../img/common/slash.svg);
  background-size: contain;
}
.sec-catch--slash:before {
  left: -3.7333333333vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec-catch--slash:after {
  right: -3.7333333333vw;
}

.sec-catch--deco:after {
  content: "";
  position: absolute;
  top: -8vw;
  right: -6vw;
  display: inline-block;
  width: 8.8vw;
  height: 8.8vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}

.sec-ttl {
  position: relative;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.sec-ttl span.color {
  color: #f3d723;
}

.sec-ttl--square span {
  position: relative;
  z-index: 1;
}
.sec-ttl--square span:before {
  content: "";
  position: absolute;
  top: -1.6vw;
  left: -2.6666666667vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #f3d723;
  z-index: -1;
}

.sec-ttl--roller:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15.7333333333vw;
  height: 5.2vw;
  background-image: url(../img/common/roller.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-catch {
    font-size: 1.25vw;
  }
  .sec-catch span.color {
    font-size: 2.0833333333vw;
  }
  .sec-catch .text {
    top: -1.388vw;
    left: 0.833vw;
  }
  .sec-catch--deco:after {
    top: -3.4722222222vw;
    right: -3.8194444444vw;
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
  .sec-catch--slash:before, .sec-catch--slash:after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .sec-catch--slash:before {
    left: -1.9444444444vw;
  }
  .sec-catch--slash:after {
    right: -1.9444444444vw;
  }
  .sec-ttl {
    font-size: 3.3333333333vw;
  }
  .sec-ttl--square span:before {
    top: -0.8333333333vw;
    left: -1.3888888889vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .sec-ttl--roller:after {
    width: 8.1944444444vw;
    height: 2.7083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-catch {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec-catch .text {
    top: -20px;
    left: 12px;
  }
  .sec-catch--deco:after {
    top: -50px;
    right: -55px;
    width: 66px;
    height: 66px;
  }
  .sec-catch--slash:before, .sec-catch--slash:after {
    width: 20px;
    height: 20px;
  }
  .sec-catch--slash:before {
    left: -28px;
  }
  .sec-catch--slash:after {
    right: -28px;
  }
  .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec-ttl--square span:before {
    top: -12px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  .sec-ttl--roller:after {
    width: 118px;
    height: 39px;
  }
}
/*  button
-------------------------------------------------------*/
.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;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  z-index: 1;
}

@media all and (min-width: 751px) {
  .btn {
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fefefe;
    width: 150%;
    height: 100%;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: skewX(-45deg) translateX(-100%) translate3d(0, 0, 0);
            transform: skewX(-45deg) translateX(-100%) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .header .btn:after {
    width: 200%;
  }
  .btn:hover:after {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0);
  }
}
@media all and (min-width: 1441px) {
  .btn {
    border-width: 3px;
    border-radius: 10px;
  }
}
/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-main-bar {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8vw;
  height: 6.6666666667vw;
  background-color: #fefefe;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.btn-main .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
  padding-right: 1.3333333333vw;
  background-color: #fefefe;
  border-color: #252525;
}
.btn-main .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.btn-main span {
  position: relative;
  padding-left: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  z-index: 2;
}
.btn-main span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 4.8vw;
  background-image: url(../img/common/brush-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-main .btn {
    padding-right: 1.3888888889vw;
    height: 4.5138888889vw;
  }
  .btn-main .btn:before {
    right: 0.6944444444vw;
    width: 0.7638888889vw;
    height: 1.25vw;
  }
  .btn-main .btn:after {
    background-color: #252525;
  }
  .btn-main-bar {
    width: 0.2083333333vw;
    height: 2.4305555556vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .btn-main span {
    padding: 0 0 0 2.7777777778vw;
    font-size: 1.25vw;
  }
  .btn-main span:before {
    width: 1.9444444444vw;
    height: 1.8055555556vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .btn-main:hover .btn-main-bar {
    background-color: #252525;
  }
  .btn-main:hover span {
    color: #fefefe;
  }
  .btn-main:hover span:before {
    background-image: url(../img/common/brush-wh.svg);
  }
  .btn-main:hover:before {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .btn-main .btn {
    padding-right: 20px;
    height: 65px;
  }
  .btn-main .btn:before {
    right: 10px;
    width: 11px;
    height: 18px;
  }
  .btn-main-bar {
    width: 3px;
    height: 35px;
  }
  .btn-main span {
    padding-left: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-main span:before {
    width: 28px;
    height: 26px;
  }
}
/* ------------------------------------------- mail btn - */
.btn-mail {
  padding-left: 13.3333333333vw;
  height: 21.3333333333vw;
  background-color: #c52847;
  border-color: #c52847;
}
.btn-mail p {
  position: relative;
  color: #fefefe;
  font-size: 4.8vw;
  font-weight: 900;
  letter-spacing: 0;
  z-index: 2;
}
.btn-mail:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10.667vw;
  height: 7.467vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  z-index: 2;
}
.btn-mail p span {
  font-size: 6.4vw;
}
.inquiry .btn-mail p {
  text-align: center;
}

@media all and (max-width: 750px) {
  .btn-mail:before {
    top: 50%;
    left: 14.333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry .btn-mail p {
    line-height: 1.2;
  }
}
@media all and (min-width: 751px) {
  .btn-mail:hover p {
    color: #c52847;
  }
  .btn-mail:hover:before {
    background-image: url(../img/common/mail-pink.svg);
  }
  .header .btn-mail {
    padding: 4.5138888889vw 0 0 0;
    height: 6.9444444444vw;
  }
  .header .btn-mail p {
    font-size: 1.1111111111vw;
    letter-spacing: 0;
  }
  .header .btn-mail:before {
    top: 1.527vw;
    left: 50%;
    width: 3.4vw;
    height: 2.776vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry .btn-mail {
    padding-left: 3.125vw;
    height: 6.9444444444vw;
  }
  .inquiry .btn-mail p {
    font-size: 1.25vw;
    line-height: 1.75em;
  }
  .inquiry .btn-mail p span {
    font-size: 1.9444444444vw;
  }
  .inquiry .btn-mail:before {
    top: 50%;
    left: 1.804vw;
    width: 3.609vw;
    height: 2.498vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .header .btn-mail {
    padding-top: 65px;
    height: 100px;
  }
  .header .btn-mail p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header .btn-mail:before {
    top: 22px;
    width: 49px;
    height: 40px;
  }
  .inquiry .btn-mail {
    padding-left: 45px;
    height: 100px;
  }
  .inquiry .btn-mail p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry .btn-mail p span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .inquiry .btn-mail:before {
    left: 26px;
    width: 52px;
    height: 36px;
  }
}
/* ------------------------------------------- line btn - */
.btn-line {
  padding-left: 6vw;
  height: 13.3333333333vw;
  background-color: #28cb0d;
  border-color: #28cb0d;
}
.btn-line p {
  position: relative;
  color: #fefefe;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  z-index: 2;
}
.btn-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.666667vw;
  display: inline-block;
  width: 9.333vw;
  height: 9.333vw;
  background-image: url(../img/common/chat-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media all and (min-width: 751px) {
  .btn-line:hover p {
    color: #28cb0d;
  }
  .btn-line:hover:before {
    background-image: url(../img/common/chat-gr.svg);
  }
  .header .btn-line {
    padding: 2.3611111111vw 0 0 0;
    height: 4.1666666667vw;
  }
  .header .btn-line p {
    font-size: 0.902vw;
  }
  .header .btn-line:before {
    top: 0.139vw;
    left: 50%;
    width: 2.29vw;
    height: 2.012vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry .btn-line {
    padding-left: 1.9444444444vw;
    height: 4.1666666667vw;
  }
  .inquiry .btn-line p {
    font-size: 1.25vw;
  }
  .inquiry .btn-line:before {
    left: 0.555vw;
    width: 1.735vw;
    height: 1.527vw;
  }
}
@media all and (min-width: 1441px) {
  .header .btn-line {
    padding-top: 34px;
    height: 60px;
  }
  .header .btn-line p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header .btn-line:before {
    top: 2px;
    width: 33px;
    height: 29px;
  }
  .inquiry .btn-line {
    padding-left: 28px;
    height: 60px;
  }
  .inquiry .btn-line p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .inquiry .btn-line:before {
    left: 8px;
    width: 25px;
    height: 22px;
  }
}
/*  new
-------------------------------------------------------*/
.new {
  position: absolute;
  top: -2.4vw;
  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: 11.3333333333vw;
  height: 8vw;
  background-color: #252525;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  z-index: 2;
}
.new:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.4vw 1.7333333333vw;
  border-color: transparent transparent #626262 transparent;
}

@media screen and (min-width: 751px) {
  .new {
    top: -0.6944444444vw;
    width: 4.1666666667vw;
    height: 3.4722222222vw;
    font-size: 1.25vw;
  }
  .new:before {
    border-width: 0 0 0.6944444444vw 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .new {
    top: -10px;
    width: 60px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .new:before {
    border-width: 0 0 10px 8px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.form dt {
  position: relative;
  margin-bottom: 0.7em;
  color: #252525;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.26em;
  letter-spacing: 0.05em;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #ededed;
  border-color: #d1d1d1;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.6666666667vw;
  color: #252525;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.02em;
}

.form input:focus {
  border-color: #f3d723;
}

.form-box .form .wpcf7-validates-as-required:not(.wpcf7-checkbox) {
  background-color: #fdfaec !important;
}

.form textarea {
  padding: 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #ededed;
  border-color: #d1d1d1;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.02em;
}

.form-label {
  position: relative;
  top: -0.15em;
  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;
  margin-left: 1em;
  padding: 0 0.5em 0.1em 0.5em;
  height: 5.3333333333vw;
  color: #fefefe;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.form-label--req {
  background-color: #de2422;
}

.form-label--unreq {
  background-color: #b3b3b3;
}

.form-hosoku {
  margin-top: 0.5em;
  padding-left: 1em;
  color: #9e9e9e;
  font-size: 3.4666666667vw;
  text-indent: -1em;
  line-height: 1.25em;
}

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

@media all and (max-width: 750px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select,
  .form textarea {
    font-size: max(4.5vw, 16px);
  }
}
@media all and (min-width: 751px) {
  .form dl:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .form dt {
    font-size: 1.25vw;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select {
    height: 3.8888888889vw;
    border-width: 1px;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form textarea {
    height: 13.8888888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .form-label {
    height: 1.3888888889vw;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .form dl:nth-child(n+2) {
    margin-top: 35px;
  }
  .form dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select {
    height: 56px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.65em;
  }
  .form textarea {
    height: 200px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-label {
    height: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------- placeholder */
.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #bcbcbc;
}

.form input::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #bcbcbc;
}

/* ---------------------------------- radio & checkbox */
.form .wpcf7-radio,
.form .wpcf7-checkbox {
  display: block;
  margin: -2.6666666667vw 0 0 -8vw;
  width: calc(100% + 8vw);
}

.form .wpcf7-radio .wpcf7-list-item,
.form .wpcf7-checkbox .wpcf7-list-item {
  margin: 2.6666666667vw 0 0 8vw;
}

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

.form input[type=radio] + span,
.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: 8vw;
  height: 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  cursor: pointer;
}

.form input[type=radio] + span::before,
.form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  background-color: #e2e2e2;
  border-radius: 0.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form input[type=radio] + span::before {
  border-radius: 50% !important;
}

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

.form input[type=radio]:checked + span::after {
  left: 1.6666666667vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #c71c1b;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form input[type=checkbox]:checked + span::after {
  left: 0.9333333333vw;
  margin-top: -0.2em;
  width: 4vw;
  height: 2vw;
  border-left: 1.0666666667vw solid #c71c1b;
  border-bottom: 1.0666666667vw solid #c71c1b;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media all and (min-width: 751px) {
  .form .wpcf7-radio,
  .form .wpcf7-checkbox {
    margin: -0.6944444444vw 0 0 -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form .wpcf7-radio .wpcf7-list-item,
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0.6944444444vw 0 0 2.7777777778vw;
  }
  .form input[type=radio] + span,
  .form input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .form input[type=radio] + span::before,
  .form input[type=checkbox] + span::before {
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form input[type=radio]:checked + span::after {
    left: 0.5208333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .form input[type=checkbox]:checked + span::after {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #c71c1b;
    border-bottom: 0.3472222222vw solid #c71c1b;
  }
}
@media all and (min-width: 1441px) {
  .form .wpcf7-radio,
  .form .wpcf7-checkbox {
    margin: -10px 0 0 -40px;
    width: calc(100% + 40px) !important;
  }
  .form .wpcf7-radio .wpcf7-list-item,
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 10px 0 0 40px;
  }
  .form input[type=radio] + span,
  .form input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form input[type=radio] + span::before,
  .form input[type=checkbox] + span::before {
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form input[type=radio]:checked + span::after {
    left: 7.5px;
    width: 15px;
    height: 15px;
  }
  .form input[type=checkbox]:checked + span::after {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #c71c1b;
    border-bottom: 5px solid #c71c1b;
  }
}
/* ---------------------------------- btn */
.form-btn {
  position: relative;
  top: 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;
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
  height: 16vw;
  background-color: #c52847;
  border-color: #c52847;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  z-index: 1;
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 4vw;
  height: 2.1333333333vw;
  background-image: url(../img/form/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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: #fefefe;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  cursor: pointer;
  z-index: 2;
}

.form-desc {
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5em;
}

@media all and (min-width: 751px) {
  .form-btn {
    margin-top: 1.3888888889vw;
    width: 31.9444444444vw;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .form-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fefefe;
    width: 150%;
    height: 100%;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: skewX(-45deg) translateX(-100%);
            transform: skewX(-45deg) translateX(-100%);
    -webkit-transition: inherit;
    transition: inherit;
  }
  .form-btn:after {
    right: 1.0416666667vw;
    width: 1.1111111111vw;
    height: 0.625vw;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .form-submit {
    font-size: 1.25vw;
  }
  .form-btn:hover:before {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0);
  }
  .form-btn:hover:after {
    background-image: url(../img/form/arrow-pink.svg);
  }
  .form-btn:hover .form-submit {
    color: #c52847;
  }
  .form-desc {
    margin-top: 1.25em;
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .form-btn {
    margin-top: 20px;
    width: 460px;
    height: 60px;
    border-width: 3px;
    border-radius: 10px;
  }
  .form-btn:after {
    right: 15px;
    width: 16px;
    height: 9px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------- レイアウト崩れ防止 */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

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

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

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

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

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

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

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip,
.formError .formErrorContent {
  font-size: 3.2vw !important;
}

@media all and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .wpcf7-response-output,
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media all and (min-width: 1441px) {
  .wpcf7-response-output,
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- active - */
.slide .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}

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

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

.slide-pagination .swiper-pagination-bullet {
  width: 10.6666666667vw;
  height: 1.6vw;
  background-color: #b7b7b7;
  border-radius: 0.6666666667vw;
  opacity: 1;
}

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

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 4.1666666667vw;
    height: 0.6944444444vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 10px;
    border-radius: 5px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 25px;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

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

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

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .slide-prev:hover,
  .slide-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 50px;
    height: 50px;
  }
}
/*  pagetop
-------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 1.3888888889vw;
  bottom: 1.0416666667vw;
  display: block;
  width: 2.6388888889vw;
  height: 9.0972222222vw;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 8888;
  cursor: pointer;
}

.pagetop:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1441px) {
  .pagetop {
    right: 20px;
    bottom: 15px;
    width: 38px;
    height: 131px;
  }
}
@media screen and (max-width: 750px) {
  .pagetop {
    display: none !important;
  }
}
/*  float
-------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21.3333333333vw;
  background-color: #fefefe;
  z-index: 7777;
}

.float > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.3333333333vw;
  background-color: #f5e816;
  font-size: 2.9333333333vw;
  font-weight: 900;
}
.float > p span {
  margin-left: 0.5em;
}

.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: 16vw;
}

.float-btn li {
  position: relative;
  padding: 0 0.6666666667vw;
  height: 16vw;
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
  letter-spacing: 0;
}
.float-btn a span {
  font-size: 5.6vw;
}

.float-btn a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn-call {
  width: 24.9333333333vw;
  background-color: #252525;
}
.float-btn-call a {
  padding-top: 10vw;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 900;
}
.float-btn-call a:before {
  top: 1.8666666667vw;
  left: 50%;
  width: 6.9333333333vw;
  height: 7.3333333333vw;
  background-image: url(../img/common/call-wh.svg);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.float-btn-contact {
  width: 50.1333333333vw;
  background-color: #fefefe;
}
.float-btn-contact a {
  padding-left: 8vw;
  color: #252525;
  font-size: 3.4666666667vw;
  font-weight: 900;
}
.float-btn-contact a:before {
  top: 8.466667vw;
  left: 2.133vw;
  width: 8vw;
  height: 5.6vw;
  background-image: url(../img/common/mail-pink.svg);
}
.float-btn-contact a span {
  font-size: 5.6vw;
  font-weight: 900;
}
.float-btn-line {
  width: 24.9333333333vw;
  background-color: #28cb0d;
}
.float-btn-line a {
  padding-top: 10vw;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.7em;
}
.float-btn-line a:before {
  top: 1.333vw;
  left: 50%;
  width: 8.8vw;
  height: 8.533vw;
  background-image: url(../img/common/chat-wh.svg);
  -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}
/* page -- > common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- page title - */
.page-ttl {
  position: relative;
  padding: 13.3333333333vw 0 6.6666666667vw 0;
  background-image: url(../img/page/main_sp.jpg);
  background-size: cover;
  background-position: center;
}

.page-ttl-jp {
  color: #fefefe;
  font-size: 6.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.page-ttl-en {
  margin-top: 2vw;
  color: #fefefe;
  font-family: "Lato", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 751px) {
  .page-ttl {
    padding: 6.25vw 0 2.4305555556vw 0;
    background-image: url(../img/page/main.jpg);
    background-image: image-set(url(../img/page/main.jpg) 1x, url(../img/page/main-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/page/main.jpg) 1x, url(../img/page/main-2x.jpg) 2x);
  }
  .page-ttl-jp {
    font-size: 3.75vw;
  }
  .page-ttl-en {
    margin-top: 1.0416666667vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .page-ttl {
    padding: 80px 0 35px 0;
  }
  .page-ttl-jp {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .page-ttl-en {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- section - */
.sec--page {
  padding: 9.3333333333vw 0 13.3333333333vw 0;
  background-color: #f6f6f6;
}

@media screen and (min-width: 751px) {
  .sec--page {
    padding: 4.1666666667vw 0 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec--page {
    padding: 60px 0 80px 0;
  }
}
/* ------------------------------------------- page head - */
.post {
  position: relative;
  padding: 9.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

.post-ttl {
  position: relative;
  margin-bottom: 0.7em;
  color: #252525;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.16em;
  letter-spacing: 0.05em;
}

.post-data {
  position: relative;
  margin-bottom: 4.6666666667vw;
}

.post-cat {
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #252525;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.post-date {
  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;
}

.post-date p {
  position: relative;
  padding: 0 0 0.1em 4vw;
  color: #969696;
  font-family: "Lato", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-date-publish:before {
  background-image: url(../img/post/publish.svg);
}

.post-date-modified:before {
  background-image: url(../img/post/modified.svg);
}

.post-date p:nth-child(n+2) {
  margin-left: 4vw;
}

.post-head {
  position: relative;
  margin: 0 0 1.25em 0;
  padding: 0.3em 0.5em 0.6em 0.5em;
  background-color: #252525;
  color: #fefefe;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
  z-index: 1;
}

.post .post-head {
  margin-left: -2vw;
  width: calc(100% + 4vw);
}

.post-head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #f3d723;
}

@media screen and (min-width: 751px) {
  .post {
    padding: 3.4722222222vw 3.4722222222vw 3.125vw 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .post-ttl {
    font-size: 2.5vw;
  }
  .post-data {
    margin-bottom: 0.6944444444vw;
  }
  .post-cat {
    margin: 0;
    padding: 0.3em 0.75em 0.4em 0.75em;
    font-size: 0.9722222222vw;
  }
  .post-data > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-date p {
    padding-left: 1.7361111111vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-head {
    font-size: 1.9444444444vw;
  }
  .post .post-head {
    margin-left: -1.3888888889vw;
    width: 65.2777777778vw;
  }
  .post-head:before {
    height: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    padding: 50px 50px 45px 50px;
    border-radius: 10px;
  }
  .post-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .post-data {
    margin-bottom: 10px;
  }
  .post-cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-date p {
    padding-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 15px;
    height: 15px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-head {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .post .post-head {
    margin-left: -20px;
    width: 940px;
  }
  .post-head:before {
    height: 4px;
  }
}
/* ------------------------------------------- none - */
.none {
  margin: 5em 0;
  text-align: center;
}

.complete p,
.notfound p {
  line-height: 1.5em;
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .complete p,
  .notfound p {
    line-height: 1.75em;
  }
}
/* page -- > company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- overview - */
.sec--overview {
  padding: 13.3333333333vw 0 20vw 0;
  background-color: #f6f6f6;
}

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

.overview {
  position: relative;
  padding: 8vw 6.6666666667vw;
  background-color: #fefefe;
}

.overview dl {
  position: relative;
}

.overview dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 0.8vw;
  background-color: #f3d723;
  z-index: 2;
}

.overview dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #252525;
}

.overview dl dt {
  margin-bottom: 0.5em;
  padding: 5.3333333333vw 2.6666666667vw 0 2.6666666667vw;
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

.overview dl dd {
  padding: 0 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

.overview-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.overview-list > li:before {
  content: "・";
  margin-right: 0.2em;
}

@media screen and (max-width: 750px) {
  .overview {
    margin-left: -2.2666666667vw;
    width: 100vw;
  }
  .overview dl:first-child dt {
    padding-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .sec--overview {
    padding: 6.9444444444vw 0;
  }
  .sec--overview .sec-head {
    margin-bottom: 2.0833333333vw;
  }
  .overview {
    padding: 2.0833333333vw 2.7777777778vw 2.7777777778vw 2.7777777778vw;
  }
  .overview dl {
    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;
  }
  .overview dl:before {
    width: 17.3611111111vw;
    height: 0.2083333333vw;
  }
  .overview dl:after {
    height: 0.2083333333vw;
  }
  .overview dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 1.7361111111vw 2.0833333333vw;
    width: 17.3611111111vw;
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .overview dl dd {
    padding: 1.7361111111vw 2.0833333333vw;
    width: calc(100% - 17.3611111111vw);
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--overview {
    padding: 100px 0;
  }
  .sec--overview .sec-head {
    margin-bottom: 30px;
  }
  .overview {
    padding: 30px 40px 40px 40px;
  }
  .overview dl:before {
    width: 250px;
    height: 3px;
  }
  .overview dl:after {
    height: 3px;
  }
  .overview dl dt {
    padding: 25px 30px;
    width: 250px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .overview dl dd {
    padding: 25px 30px;
    width: calc(100% - 250px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- history - */
.sec--history {
  padding: 13.3333333333vw 0 4vw 0;
}

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

.history dl {
  position: relative;
  padding: 1.25em 1em;
}

.history dl:nth-child(odd) {
  background-color: #f6f6f6;
}

.history dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  padding-left: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.35em;
  white-space: nowrap;
}
.history dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0666666667vw;
  height: 5.0666666667vw;
  background-color: #f3d723;
  border-radius: 0.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 4.6666666667vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .history dl:first-child dt {
    padding-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .sec--history {
    padding: 6.9444444444vw 0 3.4722222222vw 0;
  }
  .sec--history .sec-head {
    margin-bottom: 2.0833333333vw;
  }
  .history dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.5em 1em;
  }
  .history dl dt {
    margin: 0;
    padding-left: 1.3888888889vw;
    width: 15.2777777778vw;
  }
  .history dl dt:before {
    width: 0.2777777778vw;
    height: 1.9444444444vw;
    border-radius: 0.1388888889vw;
  }
  .history dl dd {
    padding: 0;
    width: calc(100% - 15.2777777778vw);
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--history {
    padding: 100px 0 50px 0;
  }
  .sec--history .sec-head {
    margin-bottom: 30px;
  }
  .history dl dt {
    padding-left: 20px;
    width: 220px;
  }
  .history dl dt:before {
    width: 4px;
    height: 28px;
    border-radius: 2px;
  }
  .history dl dd {
    width: calc(100% - 220px);
  }
}
/* page -- > reason
-------------------------------------------------------------------------------*/
.reason {
  position: relative;
}

.reason > li {
  position: relative;
  padding: 10vw 4.6666666667vw 4vw 4.6666666667vw;
  background-color: #fefefe;
}
.reason > li:before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 92vw;
  height: 1.6vw;
  background-color: #f3d723;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reason > li:nth-child(n+2) {
  margin-top: 8vw;
}

.reason-content {
  position: relative;
  padding-top: 16vw;
}

.reason-num {
  position: absolute;
  top: 0;
  left: -0.2em;
  color: #f3d723;
  font-family: "Lato", sans-serif;
  font-size: 12vw;
  font-weight: 900;
  letter-spacing: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.reason-num:first-letter {
  color: #252525;
}

.reason-head {
  position: relative;
  margin-bottom: 3.3333333333vw;
}

.reason-label {
  position: absolute;
  right: 0;
  bottom: 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: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #f3d723;
  border-radius: 50%;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.142em;
  letter-spacing: 0;
}

.reason-catch {
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}

.reason-ttl {
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.31em;
  letter-spacing: 0.05em;
}

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

.reason-image {
  position: relative;
  margin: 4.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

@media all and (min-width: 751px) {
  .reason > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3.125vw 2.4305555556vw 2.4305555556vw 2.4305555556vw;
  }
  .reason > li:before {
    top: 0.6944444444vw;
    width: 66.6666666667vw;
    height: 0.4166666667vw;
  }
  .reason > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .reason-content {
    padding-top: 5.2083333333vw;
    width: 33.3333333333vw;
  }
  .reason-num {
    position: absolute;
    top: 0;
    left: -0.2em;
    color: #f3d723;
    font-family: "Lato", sans-serif;
    font-size: 4.1666666667vw;
    font-weight: 900;
    letter-spacing: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .reason-num:first-letter {
    color: #252525;
  }
  .reason-head {
    margin-bottom: 1.0416666667vw;
  }
  .reason-label {
    width: 6.25vw;
    height: 6.25vw;
    font-size: 1.25vw;
  }
  .reason-catch {
    font-size: 1.1111111111vw;
  }
  .reason-ttl {
    font-size: 2.5vw;
  }
  .reason-desc p {
    line-height: 1.75em;
  }
  .reason-image {
    margin: 0;
    width: 29.1666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .reason > li {
    padding: 45px 35px 35px 35px;
  }
  .reason > li:before {
    top: 10px;
    width: 960px;
    height: 6px;
  }
  .reason > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .reason-content {
    padding-top: 75px;
    width: 480px;
  }
  .reason-num {
    font-size: 60px;
    font-size: 6rem;
  }
  .reason-head {
    margin-bottom: 15px;
  }
  .reason-label {
    width: 90px;
    height: 90px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .reason-catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .reason-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .reason-image {
    width: 420px;
  }
}
/* page -- > contact
-------------------------------------------------------------------------------*/
@media all and (max-width: 750px) {
  .contact {
    margin-left: -2.2666666667vw;
    width: 100vw;
  }
  .contact .inquiry > div:after {
    content: none;
  }
}
@media all and (min-width: 751px) {
  .contact .inquiry > div {
    padding: 1.3888888889vw 1.7361111111vw;
  }
  .contact .inquiry-label {
    font-size: 1.4583333333vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 1441px) {
  .contact .inquiry > div {
    padding: 20px 25px;
  }
  .contact .inquiry-label {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/* line
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.line-main {
  position: relative;
  margin: 2.6666666667vw auto 9.3333333333vw auto;
}

.line-main-ttl {
  position: relative;
  padding-top: 44vw;
  color: #28cb0d;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.65em;
  letter-spacing: 0.1em;
}
.line-main-ttl span {
  position: relative;
  margin-right: 0.1em;
  font-size: 9.6vw;
  z-index: 1;
}
.line-main-ttl span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.15em;
  width: 100%;
  height: 20%;
  background-color: #f3d723;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.line-main-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 40vw;
  height: 40.1333333333vw;
  background-image: url(../img/line/flick_sp.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .line-main {
    width: 89.8666666667vw;
  }
  .line-main-ttl:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 751px) {
  .line-main {
    margin: 2.0833333333vw 0 4.8611111111vw 0;
    padding: 0 0 0 2.0833333333vw;
    text-align: center;
  }
  .line-main-ttl {
    display: inline-block;
    padding: 0 0 0 15.9722222222vw;
    font-size: 1.6666666667vw;
    text-align: left;
    line-height: 1.75em;
  }
  .line-main-ttl span {
    font-size: 4.4444444444vw;
  }
  .line-main-ttl:before {
    top: 50%;
    left: 0;
    width: 13.8888888889vw;
    height: 13.9583333333vw;
    background-image: url(../img/line/flick.png);
    background-image: image-set(url(../img/line/flick.png) 1x, url(../img/line/flick-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/flick.png) 1x, url(../img/line/flick-2x.png) 2x);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .line-main {
    margin: 30px 0 70px 0;
    padding: 0 0 0 30px;
  }
  .line-main-ttl {
    padding-left: 230px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .line-main-ttl span {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .line-main-ttl:before {
    width: 200px;
    height: 201px;
  }
}
/* ------------------------------------------- list - */
.line > li {
  position: relative;
  padding: 5.3333333333vw 4vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

.line > li:nth-child(n+2) {
  margin-top: 8vw;
}

.line-head {
  position: relative;
  margin: 0 0 1em -2vw;
  padding: 0.3em 0.5em 0.6em 0.5em;
  width: calc(100% + 4vw);
  background-color: #252525;
  color: #fefefe;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
  z-index: 1;
}

.line-head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #28cb0d;
}

@media all and (min-width: 751px) {
  .line > li {
    padding: 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .line > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .line-head {
    margin-left: -1.3888888889vw;
    width: 65.2777777778vw;
    font-size: 1.9444444444vw;
  }
  .line-head:before {
    height: 0.2777777778vw;
  }
}
@media all and (min-width: 1441px) {
  .line > li {
    padding: 50px;
    border-radius: 10px;
  }
  .line > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .line-head {
    margin-left: -20px;
    width: 940px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .line-head:before {
    height: 4px;
  }
}
/* ------------------------------------------- step1 - */
.line-step1 {
  position: relative;
  padding-bottom: 16vw;
}

.line-step1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.3333333333vw 10.6666666667vw 0 10.6666666667vw;
  border-color: #06c755 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line-step1-list {
  margin-top: 6.6666666667vw;
}

.line-step1-head {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  color: #252525;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.05em;
}
.line-step1-head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #f3d723;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.line-step1-list-contents {
  padding: 6vw 4vw;
  background-color: #f6f6f6;
}

.line-step1-list-image {
  width: 24vw;
}

.line-step1-list-image a {
  display: block;
}

.line-step1-list-head {
  margin-bottom: 0.5em;
  color: #28cb0d;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

.line-step1-list-desc p {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .line-step1-list > li:nth-child(n+2) {
    margin-top: 7.3333333333vw;
  }
  .line-step1-list-contents {
    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;
  }
  .line-step1-list-image {
    text-align: center;
  }
  .line-step1-list-content {
    width: 49.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .line-step1 {
    padding-bottom: 5.5555555556vw;
  }
  .line-step1:after {
    border-width: 2.7777777778vw 3.4722222222vw 0 3.4722222222vw;
  }
  .line-step1-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.0833333333vw;
  }
  .line-step1-list > li {
    width: 30.5555555556vw;
  }
  .line-step1-head {
    font-size: 1.6666666667vw;
  }
  .line-step1-list-contents {
    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.7361111111vw;
    min-height: 13.5416666667vw;
  }
  .line-step1-list-image {
    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: 0;
    width: 9.375vw;
  }
  .line-step1-list-content {
    width: 15.2777777778vw;
  }
  .line-step1-list-head {
    font-size: 1.25vw;
  }
  .line-step1-list-desc p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .line-step1 {
    padding-bottom: 80px;
  }
  .line-step1:after {
    border-width: 40px 50px 0 50px;
  }
  .line-step1-list {
    margin-top: 30px;
  }
  .line-step1-list > li {
    width: 440px;
  }
  .line-step1-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .line-step1-list-contents {
    padding: 25px;
    min-height: 195px;
  }
  .line-step1-list-image {
    width: 135px;
  }
  .line-step1-list-content {
    width: 220px;
  }
  .line-step1-list-head {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .line-step1-list-desc p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- step - */
.line-step {
  margin-top: 10.6666666667vw;
  text-align: center;
}

.line-step-head {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #252525;
  color: #fefefe;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}
.line-step-head span {
  color: #28cb0d;
}

.line-step-list {
  text-align: left;
}

.line-step-list li {
  position: relative;
}

.line-step-list-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
}

.line-step-list-num {
  display: block;
  margin-right: 0.3em;
  color: #28cb0d;
  font-family: "Lato", sans-serif;
  font-size: 10.1333333333vw;
  font-weight: 900;
}

.line-step-list-head {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.05em;
}

.line-step-list-image {
  margin: 0 auto;
  width: 38.2666666667vw;
}

@media screen and (max-width: 750px) {
  .line-step-list li:nth-child(n+2) {
    margin-top: 13.3333333333vw;
  }
  .line-step-list li:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .line-step {
    margin-top: 3.4722222222vw;
  }
  .line-step-head {
    font-size: 1.6666666667vw;
  }
  .line-step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .line-step-list li {
    width: 19.7916666667vw;
  }
  .line-step-list-heads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.3888888889vw;
  }
  .line-step-list-num {
    margin-right: 0.9027777778vw;
    font-size: 3.1944444444vw;
  }
  .line-step-list-head {
    font-size: 1.0416666667vw;
  }
  .line-step-list-image {
    width: 12.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .line-step {
    margin-top: 50px;
  }
  .line-step-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .line-step-list li {
    width: 285px;
  }
  .line-step-list-heads {
    margin-bottom: 20px;
  }
  .line-step-list-num {
    margin-right: 13px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .line-step-list-head {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .line-step-list-image {
    width: 179px;
  }
}
/* ------------------------------------------- step2 - */
.line-step2-image {
  margin: 0 auto 5.3333333333vw auto;
  width: 38.2666666667vw;
  text-align: center;
}

.line-step2-content p {
  line-height: 1.5em;
}
.line-step2-content p:nth-child(n+2) {
  margin-top: 1.5em;
}
.line-step2-content p.notes {
  padding-left: 1em;
  color: #cc2d35;
  text-indent: -1em;
}
.line-step2-content p.notes:before {
  content: "※";
}

@media all and (min-width: 751px) {
  .line-step2 {
    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;
  }
  .line-step2-image {
    margin: 0;
    width: 19.4444444444vw;
  }
  .line-step2-image img {
    width: 13.8888888889vw;
  }
  .line-step2-content {
    width: 41.6666666667vw;
  }
  .line-step2-content p {
    line-height: 1.75em;
  }
}
@media all and (min-width: 1441px) {
  .line-step2-image {
    width: 280px;
  }
  .line-step2-image img {
    width: 200px;
  }
  .line-step2-content {
    width: 600px;
  }
}
/* ------------------------------------------- step3 - */
.line-step3-desc p {
  line-height: 1.5em;
}

.line-exam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4vw;
}

.line-exam li {
  width: 28vw;
}
.line-exam li img {
  border-radius: 0.6666666667vw;
}

@media all and (min-width: 751px) {
  .line-step3-desc p {
    line-height: 1.75em;
  }
  .line-exam {
    margin-top: 1.3888888889vw;
  }
  .line-exam li {
    width: 19.7916666667vw;
  }
  .line-exam li img {
    border-radius: 0.3472222222vw;
  }
}
@media all and (min-width: 1441px) {
  .line-exam {
    margin-top: 20px;
  }
  .line-exam li {
    width: 285px;
  }
  .line-exam li img {
    border-radius: 5px;
  }
}
/* ------------------------------------------- add - */
.line-add {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  background-color: #fefefe;
  border-color: #28cb0d;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.line-add-heads {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20.6666666667vw;
  z-index: 2;
}

.line-add-heads:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.3333333333vw 47.0666666667vw 0 47.0666666667vw;
  border-color: #28cb0d transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line-add-head {
  position: relative;
  color: #fefefe;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.35em;
}

.line-add-images {
  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;
}

.line-add-images > .line-add-image:nth-child(1) {
  width: 33.3333333333vw;
}

.line-add-images > .line-add-image:nth-child(2) {
  width: 28.4vw;
}

@media screen and (max-width: 750px) {
  .line-add {
    padding-bottom: 6.6666666667vw;
  }
  .line-add-heads {
    margin-bottom: 12vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #28cb0d;
  }
  .line-add-head {
    top: 0.5em;
    text-align: center;
  }
  .line-add-images > .line-add-image:nth-child(2) {
    margin-left: 9.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .line-add {
    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: 4.8611111111vw;
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
  }
  .line-add:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 20.8333333333vw;
    height: 100%;
    background-color: #28cb0d;
  }
  .line-add:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.1666666667vw;
    display: inline-block;
    width: 9.375vw;
    height: 9.4444444444vw;
    background-image: url(../img/line/flick.png);
    background-image: image-set(url(../img/line/flick.png) 1x, url(../img/line/flick-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/flick.png) 1x, url(../img/line/flick-2x.png) 2x);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .line-add-heads {
    width: 20.8333333333vw;
    height: 13.8888888889vw;
  }
  .line-add-heads:after {
    top: 50%;
    left: 20.6944444444vw;
    border-width: 6.9444444444vw 0 6.9444444444vw 5.5555555556vw;
    border-color: transparent transparent transparent #28cb0d;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .line-add-head {
    left: 3.4722222222vw;
    font-size: 2.0833333333vw;
    line-height: 1.27em;
  }
  .line-add-images {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 17.3611111111vw 0 9.0277777778vw;
    width: calc(100% - 20.8333333333vw);
  }
  .line-add-images > .line-add-image:nth-child(1) {
    width: 9.0277777778vw;
  }
  .line-add-images > .line-add-image:nth-child(2) {
    width: 9.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .line-add {
    margin-top: 70px;
    border-width: 4px;
    border-radius: 10px;
  }
  .line-add:before {
    width: 300px;
  }
  .line-add:after {
    right: 60px;
    width: 135px;
    height: 136px;
  }
  .line-add-heads {
    width: 300px;
    height: 200px;
  }
  .line-add-heads:after {
    left: 298px;
    border-width: 100px 0 100px 80px;
  }
  .line-add-head {
    left: 50px;
    font-size: 30px;
    font-size: 3rem;
  }
  .line-add-images {
    padding: 0 250px 0 130px;
    width: calc(100% - 300px);
  }
  .line-add-images > .line-add-image:nth-child(1) {
    width: 130px;
  }
  .line-add-images > .line-add-image:nth-child(2) {
    width: 136px;
  }
}
/* page -- > plan
-------------------------------------------------------------------------------*/
.price section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.price-name {
  position: relative;
  margin-bottom: 1em;
  padding-top: 8vw;
  font-size: 6.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
}
.price-name span {
  position: relative;
}
.price-name span:before, .price-name span:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.price-name span:before {
  top: -6.6666666667vw;
  left: -5.3333333333vw;
  width: 8.8vw;
  height: 8.8vw;
  background-image: url(../img/common/deco.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.price-name span:after {
  top: 50%;
  right: -18.6666666667vw;
  width: 15.7333333333vw;
  height: 5.2vw;
  background-image: url(../img/common/roller.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-const dl dt {
  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: 8.5333333333vw;
  background-color: #252525;
  color: #fefefe;
  font-size: 4.8vw;
  font-weight: 900;
}
.price-const dl dd {
  padding: 5.3333333333vw 6vw;
  background-color: #fefefe;
}

.price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-item > li {
  position: relative;
}

.price-item-icon {
  position: relative;
  width: 21.3333333333vw;
  height: 20vw;
  background-color: #f6f6f6;
}
.price-item-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12.2666666667vw;
  height: 10.9333333333vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price-item--ashiba .price-item-icon:before {
  background-image: url(../img/plan/page/ashiba.svg);
}

.price-item--kouatsu .price-item-icon:before {
  background-image: url(../img/plan/page/kouatsu.svg);
}

.price-item--youjo .price-item-icon:before {
  background-image: url(../img/plan/page/youjo.svg);
}

.price-item--shitanuri .price-item-icon:before {
  background-image: url(../img/plan/page/shitanuri.svg);
}

.price-item--uwanuri .price-item-icon:before {
  background-image: url(../img/plan/page/uwanuri.svg);
}

.price-item--nakanuri .price-item-icon:before {
  background-image: url(../img/plan/page/nakanuri.svg);
}

.price-item-ttl {
  margin-top: 0.5em;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.25em;
}

.price-const-notes {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 3.7333333333vw;
  text-align: right;
  text-indent: -1em;
  line-height: 1.5em;
}
.price-const-notes:before {
  content: "※";
}

.price-point {
  margin: 7.3333333333vw auto 0 auto;
  width: 90vw;
}
.price-point dt {
  position: relative;
  top: 0.8vw;
  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 2vw 0 7.3333333333vw;
  height: 8vw;
  background-color: #f3d723;
  font-size: 4.2666666667vw;
  font-weight: 900;
}
.price-point dt:before {
  content: "";
  position: absolute;
  top: 2vw;
  left: 1.4666666667vw;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.2666666667vw;
  background-image: url(../img/plan/page/brush.svg);
  background-size: contain;
}
.price-point dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 0 0 3.3333333333vw;
  border-color: transparent transparent transparent #f3d723;
}
.price-point dd {
  padding: 3.3333333333vw 4.6666666667vw;
  background-color: #fefefe;
  border-color: #f3d723;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 0 0.6666666667vw 0.6666666667vw 0.6666666667vw;
}
.price-point dd p {
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.price-point dd p span {
  background-color: #fff4ae;
  font-weight: 700;
}
.price-point dd p:nth-child(n+2) {
  margin-top: 1em;
}

.price-type {
  margin-top: 9.3333333333vw;
}

.price-type > li {
  position: relative;
  padding: 4.6666666667vw 2.6666666667vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}

.price-type > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.price-type-ttl {
  position: relative;
  padding: 0.2em 0.25em 0.4em 0.75em;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.25em;
}
.price-type-ttl:before, .price-type-ttl:after {
  content: "";
  position: absolute;
  left: 0;
}
.price-type-ttl:before {
  top: 0;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #252525;
  z-index: 1;
}
.price-type-ttl:after {
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #f3d723;
}

.price-type-contents {
  margin-top: 6vw;
}

.price-type-image {
  margin: 0 auto 4.6666666667vw auto;
  width: 46.6666666667vw;
}

.price-type-desc p {
  line-height: 1.5em;
}

.price-type-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vw auto 0 auto;
}
.price-type-year dl {
  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;
  width: 50%;
  border-color: #252525;
  border-style: solid;
  border-width: 0.4vw;
}
.price-type-year dt,
.price-type-year dd {
  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;
  font-weight: 900;
}
.price-type-year dt {
  width: 17.3333333333vw;
  height: 8.6666666667vw;
  background-color: #252525;
  color: #fefefe;
  font-size: 3.4666666667vw;
}
.price-type-year dd {
  width: calc(100% - 17.3333333333vw);
  font-size: 3.4666666667vw;
}

.price-type-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vw auto 0 auto;
  border-color: #252525;
  border-style: solid;
  border-width: 0.4vw;
  border-right: none !important;
}
.price-type-review dl {
  width: 33.33333%;
}
.price-type-review dl:nth-child(n+2) {
  border-left: 0.4vw solid #252525;
}
.price-type-review dl:last-child {
  border-right: 0.4vw solid #252525;
}
.price-type-review dt,
.price-type-review dd {
  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: 6.4vw;
  font-weight: 900;
}
.price-type-review dt {
  background-color: #252525;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 900;
}
.price-type-review dd {
  color: #dddddd;
  font-size: 2.9333333333vw;
  font-weight: 900;
}
.price-type-review dd span {
  color: #252525;
}

.price-type-prices {
  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;
  margin-top: 5.3333333333vw;
}

.price-type-label {
  margin-right: 2.6666666667vw;
  padding: 1.3333333333vw 2.6666666667vw;
  background-color: #f3d723;
  border-radius: 0.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.33em;
}

.price-type-price {
  position: relative;
  color: #c71c1b;
  font-size: 6.9333333333vw;
  font-weight: 900;
  text-align: right;
  letter-spacing: 0;
}
.price-type-price span {
  display: inline-block;
  margin-right: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 13.8666666667vw;
  font-weight: 700;
}
.price-type-price:after {
  content: "税込";
  position: absolute;
  right: 2.7em;
  bottom: 2.5em;
  font-size: 3.7333333333vw;
}

@media all and (max-width: 750px) {
  .price-name {
    padding-right: 9.3333333333vw;
  }
  .price-const {
    margin: 0 auto;
    width: 90vw;
  }
  .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5.3333333333vw;
  }
  .price-item > li {
    margin-left: 5.3333333333vw;
    width: calc(33.33333 - 5.3333333333vw);
  }
  .price-item > li:nth-child(n+4) {
    margin-top: 4vw;
  }
  .price-type-year,
  .price-type-review {
    width: 80vw;
  }
}
@media all and (min-width: 751px) {
  .price section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .price-name {
    padding-top: 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
  .price-name span:before {
    top: -3.4722222222vw;
    left: -3.8194444444vw;
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
  .price-name span:after {
    right: -9.7222222222vw;
    width: 8.1944444444vw;
    height: 2.7083333333vw;
  }
  .price-const dl dt {
    height: 4.1666666667vw;
    font-size: 1.9444444444vw;
  }
  .price-const dl dd {
    padding: 2.0833333333vw 2.7777777778vw 1.7361111111vw 2.7777777778vw;
  }
  .price-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price-item > li {
    width: 8.3333333333vw;
  }
  .price-item > li:nth-child(n+2) {
    margin-left: 2.7777777778vw;
  }
  .price-item > li:nth-child(n+2):before {
    content: "+";
    position: absolute;
    top: 50%;
    left: -2.7777777778vw;
    margin-top: -1.5277777778vw;
    width: 2.7777777778vw;
    color: #f3d723;
    font-size: 1.9444444444vw;
    font-weight: 700;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .price-item-icon {
    width: 8.3333333333vw;
    height: 7.6388888889vw;
  }
  .price-item-icon:before {
    width: 5.2777777778vw;
    height: 4.5833333333vw;
  }
  .price-item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    height: 3.0555555556vw;
    font-size: 1.1111111111vw;
    letter-spacing: 0.1em;
  }
  .price-const-notes {
    font-size: 0.9722222222vw;
  }
  .price-point {
    margin: 2.4305555556vw auto 0 auto;
    width: 62.5vw;
  }
  .price-point dt {
    top: 0.2777777778vw;
    padding: 0 1.0416666667vw 0 3.125vw;
    height: 2.7777777778vw;
    font-size: 1.4583333333vw;
  }
  .price-point dt:before {
    top: 0.5555555556vw;
    left: 0.6944444444vw;
    width: 1.9444444444vw;
    height: 1.8055555556vw;
  }
  .price-point dt:after {
    border-width: 2.7777777778vw 0 0 1.3888888889vw;
  }
  .price-point dd {
    padding: 1.7361111111vw 2.4305555556vw;
    border-width: 0.2777777778vw;
    border-radius: 0 0.3472222222vw 0.3472222222vw 0.3472222222vw;
  }
  .price-point dd p {
    line-height: 1.75em;
  }
  .price-type {
    margin-top: 4.1666666667vw;
  }
  .price-type > li {
    padding: 2.4305555556vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
  }
  .price-type > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .price-type-ttl {
    font-size: 2.5vw;
  }
  .price-type-ttl:before {
    width: 0.5555555556vw;
  }
  .price-type-ttl:after {
    height: 0.2777777778vw;
  }
  .price-type-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.4305555556vw;
  }
  .price-type-image {
    margin: 0;
    width: 24.3055555556vw;
  }
  .price-type-content {
    width: 39.5833333333vw;
  }
  .price-type-desc p {
    line-height: 1.75em;
  }
  .price-type-year {
    margin: 1.7361111111vw 0 0 0;
  }
  .price-type-year dl {
    border-width: 0.2083333333vw;
  }
  .price-type-year dt {
    width: 7.6388888889vw;
    height: 4.1666666667vw;
    font-size: 1.25vw;
  }
  .price-type-year dd {
    width: calc(100% - 7.6388888889vw);
    font-size: 1.6666666667vw;
  }
  .price-type-review {
    margin: 1.7361111111vw 0 0 0;
    border-width: 0.2083333333vw;
  }
  .price-type-review dl:nth-child(n+2) {
    border-left: 0.2083333333vw solid #252525;
  }
  .price-type-review dl:last-child {
    border-right: 0.2083333333vw solid #252525;
  }
  .price-type-review dt,
  .price-type-review dd {
    height: 3.125vw;
  }
  .price-type-review dt {
    font-size: 1.1111111111vw;
  }
  .price-type-review dd {
    font-size: 1.4583333333vw;
  }
  .price-type-prices {
    margin-top: 2.0833333333vw;
  }
  .price-type-label {
    margin-right: 2.4305555556vw;
    padding: 0.6944444444vw 2.0833333333vw;
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .price-type-price {
    font-size: 2.2222222222vw;
  }
  .price-type-price span {
    font-size: 4.4444444444vw;
  }
  .price-type-price:after {
    right: 2.5em;
    bottom: 2.5em;
    font-size: 1.25vw;
  }
}
@media all and (min-width: 1441px) {
  .price section:nth-child(n+2) {
    margin-top: 100px;
  }
  .price-name {
    padding-top: 60px;
    font-size: 48px;
    font-size: 4.8rem;
  }
  .price-name span:before {
    top: -50px;
    left: -55px;
    width: 66px;
    height: 66px;
  }
  .price-name span:after {
    right: -140px;
    width: 118px;
    height: 39px;
  }
  .price-const dl dt {
    height: 60px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .price-const dl dd {
    padding: 30px 40px 25px 40px;
  }
  .price-item > li {
    width: 120px;
  }
  .price-item > li:nth-child(n+2) {
    margin-left: 40px;
  }
  .price-item > li:nth-child(n+2):before {
    left: -40px;
    margin-top: -22px;
    width: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .price-item-icon {
    width: 120px;
    height: 110px;
  }
  .price-item-icon:before {
    width: 73px;
    height: 66px;
  }
  .price-item-ttl {
    height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .price-const-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .price-point {
    margin: 35px auto 0 auto;
    width: 900px;
  }
  .price-point dt {
    top: 4px;
    padding: 0 15px 0 45px;
    height: 40px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .price-point dt:before {
    top: 8px;
    left: 10px;
    width: 28px;
    height: 26px;
  }
  .price-point dt:after {
    border-width: 40px 0 0 20px;
  }
  .price-point dd {
    padding: 25px 35px;
    border-width: 4px;
    border-radius: 0 5px 5px 5px;
  }
  .price-type {
    margin-top: 60px;
  }
  .price-type > li {
    padding: 35px 25px;
    border-radius: 10px;
  }
  .price-type > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .price-type-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .price-type-ttl:before {
    width: 8px;
  }
  .price-type-ttl:after {
    height: 4px;
  }
  .price-type-contents {
    margin-top: 35px;
  }
  .price-type-image {
    width: 350px;
  }
  .price-type-content {
    width: 570px;
  }
  .price-type-year {
    margin-top: 25px;
  }
  .price-type-year dl {
    border-width: 3px;
  }
  .price-type-year dt {
    width: 110px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .price-type-year dd {
    width: calc(100% - 110px);
    font-size: 24px;
    font-size: 2.4rem;
  }
  .price-type-review {
    margin-top: 25px;
    border-width: 3px;
  }
  .price-type-review dl:nth-child(n+2) {
    border-left: 3px solid #252525;
  }
  .price-type-review dl:last-child {
    border-right: 3px solid #252525;
  }
  .price-type-review dt,
  .price-type-review dd {
    height: 45px;
  }
  .price-type-review dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .price-type-review dd {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .price-type-prices {
    margin-top: 30px;
  }
  .price-type-label {
    margin-right: 35px;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .price-type-price {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .price-type-price span {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .price-type-price:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* page -- > policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.45em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #f3d723;
}

.policy-head span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-head span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy a {
  text-decoration: underline;
}
.policy a:hover {
  color: #f3d723;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ul,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.5em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.2083333333vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
  }
}
/* page -- > sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10.6666666667vw 0.1em 5.3333333333vw;
  height: 13.3333333333vw;
  background-color: #fefefe;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #252525;
  border-radius: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.28em;
}

.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.sitemap-menu-child > div:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.sitemap-menu-child-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 0.4em 0.5em 0.5em 1.25em;
  background-color: #f3d723;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}
.sitemap-menu-child-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 5.3333333333vw;
  background-color: #252525;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .sitemap-menu {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
  .sitemap-submenu a:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
  .sitemap-menu-child {
    margin: 6.6666666667vw auto 0 auto;
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 3.4722222222vw 0.1em 1.7361111111vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.33em;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .sitemap-menu a:after {
    right: 0.6944444444vw;
    width: 0.7638888889vw;
    height: 1.25vw;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #252525;
    color: #fefefe;
  }
  .sitemap-menu-child {
    margin-top: 2.0833333333vw;
  }
  .sitemap-menu-child > div:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .sitemap-menu-child-ttl {
    font-size: 1.4583333333vw;
  }
  .sitemap-menu-child-ttl:before {
    left: 0.6944444444vw;
    width: 0.3472222222vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0 50px 0.1em 25px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 10px;
    width: 11px;
    height: 18px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
  .sitemap-menu-child {
    margin-top: 30px;
  }
  .sitemap-menu-child > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .sitemap-menu-child-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sitemap-menu-child-ttl:before {
    left: 10px;
    width: 5px;
    height: 30px;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.sec--area {
  padding: 13.3333333333vw 0 6vw 0;
}

.bnr {
  margin-bottom: 8vw;
}

.bnr a {
  display: block;
}

.bnr-heading {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4vw;
}

.area {
  position: relative;
  padding-bottom: 30.6666666667vw;
}

.area-ggmap {
  margin-bottom: 8.6666666667vw;
}

.area-ggmap .ggmap {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.area-logo {
  margin: 0 auto 3.3333333333vw auto;
  width: 34.6666666667vw;
}

.area-add p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.area-content {
  position: relative;
}

.area-staff {
  margin: 0 0 8.6666666667vw auto;
  width: 88.6666666667vw;
}

.area-map {
  margin: 0 auto 5.3333333333vw auto;
  width: 85.2vw;
}

.area-box {
  position: relative;
  padding: 7.3333333333vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  background-color: #fefefe;
  border-color: #f3d723;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  z-index: 2;
}

.area-ttl {
  position: absolute;
  top: -2.9333333333vw;
  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;
  width: 16vw;
  height: 11.3333333333vw;
  background-color: #252525;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}
.area-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.4vw 1.7333333333vw;
  border-color: transparent transparent #626262 transparent;
}

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

.area-desc {
  margin-top: 1em;
  line-height: 1.5em;
}

.area-notes {
  margin-top: 1em;
}

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

@media all and (max-width: 750px) {
  .area-info {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .area-add p {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .sec--area {
    padding: 5.2083333333vw 0;
  }
  .bnr {
    margin: 0 auto 5.5555555556vw auto;
    width: 66.6666666667vw;
  }
  .bnr-heading {
    font-size: 1.804vw;
    margin-bottom: 1.388vw;
  }
  .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -12.9166666667vw;
    padding-bottom: 0;
    width: 95.2777777778vw;
  }
  .area-ggmap {
    margin: 0;
    width: 44.4444444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .area-ggmap .ggmap {
    padding-bottom: 75%;
  }
  .area-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.3888888889vw;
  }
  .area-logo {
    margin: 0 2em 0 0;
    width: 8.3333333333vw;
  }
  .area-add {
    width: 28.125vw;
  }
  .area-add p {
    font-size: 1.0416666667vw;
  }
  .area-content {
    padding: 3.123vw 0 0 12.491vw;
    width: 48.924vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .area-staff {
    position: absolute;
    top: 1.25vw;
    left: 1.9444444444vw;
    width: 27.7777777778vw;
    z-index: 1;
  }
  .area-map {
    margin: 0 0 1.7361111111vw auto;
    width: 28.75vw;
  }
  .area-box {
    padding: 2.4305555556vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
    border-width: 0.2777777778vw;
    border-radius: 0.3472222222vw;
  }
  .area-ttl {
    top: -0.9722222222vw;
    right: 1.7361111111vw;
    width: 4.8611111111vw;
    height: 3.4722222222vw;
    font-size: 0.9722222222vw;
  }
  .area-ttl:before {
    border-width: 0 0 0.6944444444vw 0.5555555556vw;
  }
  .area-target {
    font-size: 2.0833333333vw;
    text-align: center;
  }
  .area-notes p {
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--area {
    padding: 75px 0;
  }
  .bnr {
    margin-bottom: 80px;
    width: 960px;
  }
  .bnr-heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .area {
    margin-left: -186px;
    width: 1372px;
  }
  .area-ggmap {
    width: 640px;
  }
  .area-info {
    margin-top: 20px;
  }
  .area-logo {
    width: 120px;
  }
  .area-add {
    width: 405px;
  }
  .area-add p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .area-content {
    padding: 45px 0 0 180px;
    width: 705px;
  }
  .area-staff {
    top: 18px;
    left: 28px;
    width: 400px;
  }
  .area-map {
    margin: 0 0 25px auto;
    width: 414px;
  }
  .area-box {
    padding: 35px 20px 20px 20px;
    border-width: 4px;
    border-radius: 5px;
  }
  .area-ttl {
    top: -14px;
    right: 25px;
    width: 70px;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area-ttl:before {
    border-width: 0 0 10px 8px;
  }
  .area-target {
    font-size: 30px;
    font-size: 3rem;
  }
  .area-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- bnr - */
.bnr {
  margin-bottom: 8vw;
}

.bnr a {
  display: block;
}

@media all and (min-width: 751px) {
  .bnr {
    margin-bottom: 5.5555555556vw;
  }
}
@media all and (min-width: 1441px) {
  .bnr {
    margin-bottom: 80px;
  }
}
/* ------------------------------------------- menu - */
.menu {
  margin-bottom: 8vw;
}

.menu a {
  display: block;
}

@media all and (max-width: 750px) {
  .menu a:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media all and (min-width: 751px) {
  .menu {
    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: 5.5555555556vw;
  }
  .menu .wrap {
    width: 100%;
    text-align: center;
  }
  .menu a {
    width: 33.6805555556vw;
    margin: 0 auto;
  }
  .menu a:nth-child(n+2) {
    margin-top: 2.0833333333vw;
    width: 21.875vw;
  }
}
@media all and (min-width: 1441px) {
  .menu {
    margin-bottom: 80px;
  }
  .menu a {
    width: 485px;
  }
  .menu a:nth-child(n+2) {
    margin-top: 30px;
    width: 315px;
  }
}
/*  common - #inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 5.3333333333vw 0;
  background: repeating-linear-gradient(135deg, #f3d723, #f3d723 2.6666666667vw, #f5df4f 2.6666666667vw, #f5df4f 5.3333333333vw);
}

.inquiry > div {
  position: relative;
  margin: 0 auto;
  padding: 6vw 0 8vw 0;
  width: 95.2vw;
  background-color: #fefefe;
  border-radius: 0.6666666667vw;
}
.inquiry > div:after {
  content: "";
  position: absolute;
  right: -2.6666666667vw;
  bottom: 1.3333333333vw;
  display: inline-block;
  width: 17.7333333333vw;
  height: 20.8vw;
  background-image: url(../img/inquiry/bucket_sp.png);
  background-size: contain;
}

.inquiry-label {
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.inquiry-tel {
  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: 8vw;
}
.inquiry-tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.8vw;
  height: 7.0666666667vw;
  background-image: url(../img/common/call-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-free {
  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-right: 1.3333333333vw;
  padding-left: 0.1em;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #f3d723;
  border-radius: 50%;
  font-size: 2.6666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0.1em;
}

.inquiry-num {
  font-family: "Lato", sans-serif;
  font-size: 10.6666666667vw;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
}

.inquiry-time {
  margin-top: 0.7em;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
}

.inquiry-line {
  width: 68vw;
}

.inquiry-mail {
  width: 85.3333333333vw;
}

.inquiry-heading {
  font-size: 4.267vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 4vw;
}

@media all and (max-width: 750px) {
  .inquiry > div {
    text-align: center;
  }
  .inquiry-line {
    margin: 5.3333333333vw auto 0 auto;
  }
  .inquiry-mail {
    margin: 4.6666666667vw auto 0 auto;
  }
}
@media all and (min-width: 751px) {
  .inquiry {
    padding: 1.7361111111vw 0;
    background: repeating-linear-gradient(135deg, #f3d723, #f3d723 1.3888888889vw, #f5df4f 1.3888888889vw, #f5df4f 2.7777777778vw);
  }
  .inquiry > div {
    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: 1.3888888889vw 1.7361111111vw 1.3888888889vw 4.1666666667vw;
    width: 66.6666666667vw;
    border-radius: 0.3472222222vw;
  }
  .inquiry > div:after {
    left: -5.5555555556vw;
    right: auto;
    bottom: -2.4305555556vw;
    width: 7.2916666667vw;
    height: 7.9861111111vw;
    background-image: url(../img/inquiry/bucket.png);
    background-image: image-set(url(../img/inquiry/bucket.png) 1x, url(../img/inquiry/bucket-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/bucket.png) 1x, url(../img/inquiry/bucket-2x.png) 2x);
  }
  .inquiry > div > div:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .inquiry-label {
    font-size: 1.1111111111vw;
  }
  .inquiry-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.6944444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inquiry-tel:before {
    left: -2.0833333333vw;
    width: 2.0833333333vw;
    height: 2.2222222222vw;
  }
  .inquiry-free {
    margin-right: 0.3472222222vw;
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    font-size: 0.8333333333vw;
  }
  .inquiry-num {
    font-size: 3.3333333333vw;
  }
  .inquiry-time {
    margin-top: 0.5em;
    font-size: 0.9027777778vw;
    text-align: left;
    white-space: nowrap;
  }
  .inquiry-line {
    width: 9.7222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inquiry-mail {
    width: 21.5277777778vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .inquiry-heading {
    font-size: 1.249vw;
    margin-bottom: 1.041vw;
  }
}
@media all and (min-width: 1441px) {
  .inquiry {
    padding: 25px 0;
    background: repeating-linear-gradient(135deg, #f3d723, #f3d723 20px, #f5df4f 20px, #f5df4f 40px);
  }
  .inquiry > div {
    padding: 20px 25px 20px 60px;
    width: 960px;
    border-radius: 5px;
  }
  .inquiry > div:after {
    left: -80px;
    bottom: -35px;
    width: 105px;
    height: 115px;
  }
  .inquiry > div > div:nth-child(n+2) {
    margin-left: 20px;
  }
  .inquiry-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-tel {
    padding-left: 10px;
  }
  .inquiry-tel:before {
    left: -30px;
    width: 30px;
    height: 32px;
  }
  .inquiry-free {
    margin-right: 5px;
    width: 42px;
    height: 42px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inquiry-num {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .inquiry-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inquiry-line {
    width: 140px;
  }
  .inquiry-mail {
    width: 310px;
  }
  .inquiry-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  background-color: #252525;
  z-index: 2;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 2vw 0 2.6666666667vw 0;
  width: 95.2vw;
  z-index: 2;
}

.breadcrumb-list li {
  position: relative;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0;
  white-space: nowrap;
}

.breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: 0;
  margin: 0 3.3333333333vw;
  display: inline-block;
}

.breadcrumb-list li:last-child:after {
  content: none;
}

.breadcrumb-list li a {
  position: relative;
  color: #fefefe;
  font-weight: 700;
}

.breadcrumb-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.4vw;
  background-color: #8a8a8a;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.6944444444vw 0 0.8333333333vw 0;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 0.9722222222vw;
    white-space: normal;
    line-height: 1.8em;
  }
  .breadcrumb-list li:after {
    margin: 0 1.0416666667vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .breadcrumb-list li a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .breadcrumb-list li a:hover {
    color: #f3d723;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #f3d723;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 10px 0 12px 0;
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .breadcrumb-list li:after {
    margin: 0 15px;
  }
  .breadcrumb-list li a:after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2 {
  position: relative;
  margin: 1.3em 0 0.7em 0;
  padding: 0.3em 0.5em 0.6em 0.5em;
  background-color: #252525;
  color: #fefefe;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.editor h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #f3d723;
}
.editor h3 {
  position: relative;
  margin: 1.5em 0 0.7em 0;
  padding: 0.4em 0.5em 0.5em 1.5em;
  background-color: #f3d723;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.editor h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 5.3333333333vw;
  background-color: #252525;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor h4 {
  position: relative;
  margin: 2em 0 0.7em 0;
  padding: 0.5em 0 0.6em 7.4666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.2vw;
  background-image: url(../img/post/deco.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #252525;
}
.editor p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.editor strong {
  color: #53b3ad;
  font-weight: 900;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a {
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.editor a:not(.editor-lightbox) {
  color: #53b3ad;
  font-weight: 700;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #53b3ad;
}
.editor a:hover {
  opacity: 0.8;
}
.editor strong {
  font-weight: 900;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: square;
  line-height: 1.5em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: decimal-leading-zero;
  line-height: 1.5em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #fefefe;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .editor h2,
  .editor h3,
  .editor h4 {
    margin-left: -2vw;
    width: calc(100% + 4vw);
  }
  img.alignleft {
    margin: 1.5em auto;
  }
  img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor h2 {
    font-size: 2.0833333333vw;
  }
  .editor h2:after {
    height: 0.2777777778vw;
  }
  .editor h3 {
    padding: 0.4em 0.5em 0.5em 1em;
    font-size: 1.9444444444vw;
  }
  .editor h3:before {
    left: 0.6944444444vw;
    width: 0.3472222222vw;
    height: 2.7777777778vw;
  }
  .editor h4 {
    padding-left: 2.7777777778vw;
    font-size: 1.6666666667vw;
  }
  .editor h4:before {
    width: 1.8055555556vw;
    height: 1.875vw;
  }
  .editor h4:after {
    height: 0.1388888889vw;
  }
  .editor p {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor ul li {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .editor h2:after {
    height: 4px;
  }
  .editor h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .editor h3:before {
    left: 10px;
    width: 5px;
    height: 40px;
  }
  .editor h4 {
    padding-left: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h4:before {
    width: 26px;
    height: 27px;
  }
  .editor h4:after {
    height: 2px;
  }
  .editor p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ol li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form-box {
  position: relative;
  margin-top: 13.3333333333vw;
  padding: 5.3333333333vw 4vw;
  background: repeating-linear-gradient(135deg, #f3d723, #f3d723 2.6666666667vw, #f5df4f 2.6666666667vw, #f5df4f 5.3333333333vw);
}

.form-box > div {
  padding: 9.3333333333vw 4vw 5.3333333333vw 4vw;
  background-color: #fefefe;
  border-color: #fff7c4;
  border-style: solid;
}

.form-box-ttl {
  position: relative;
  margin-bottom: 1.25em;
  font-size: 6.1333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.35em;
}

@media all and (max-width: 750px) {
  .form-box {
    margin-left: -2.2666666667vw;
    width: 100vw;
  }
}
@media all and (min-width: 751px) {
  .form-box {
    margin-top: 6.9444444444vw;
    padding: 2.7777777778vw;
    background: repeating-linear-gradient(135deg, #f3d723, #f3d723 1.3888888889vw, #f5df4f 1.3888888889vw, #f5df4f 2.7777777778vw);
  }
  .form-box > div {
    padding: 3.4722222222vw 6.9444444444vw;
    border-width: 0.2777777778vw;
  }
  .form-box-ttl {
    font-size: 2.5vw;
  }
}
@media all and (min-width: 1441px) {
  .form-box {
    margin-top: 100px;
    padding: 40px;
    background: repeating-linear-gradient(135deg, #f3d723, #f3d723 20px, #f5df4f 20px, #f5df4f 40px);
  }
  .form-box > div {
    padding: 50px 100px;
    border-width: 4px;
  }
  .form-box-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/* ---------------------------------- select */
.form-select {
  position: relative;
}

.form-select:before {
  content: "";
  position: absolute;
  top: 5.7333333333vw;
  right: 3.0666666667vw;
  display: inline-block;
  width: 3.2vw;
  height: 2.6666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.form select {
  width: 100%;
}

@media all and (min-width: 751px) {
  .form-select:before {
    top: 1.6666666667vw;
    right: 1.3888888889vw;
    width: 0.8333333333vw;
    height: 0.6944444444vw;
  }
}
@media all and (min-width: 1441px) {
  .form-select:before {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 10px;
  }
}
/* ---------------------------------- date */
.form-dates > div:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}

.form-date-head {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.25em;
}

.form-date-time {
  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.6666666667vw;
}

.form-date-time > div {
  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: 43.3333333333vw;
}

.form-date-time > div .form-select {
  width: 37.3333333333vw;
}

.form-date-time div:nth-child(n+2) {
  margin-left: 3.3333333333vw;
}

@media all and (min-width: 751px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-date-calendar {
    width: 20.8333333333vw;
  }
  .form-date-time {
    margin: 0 0 0 1.0416666667vw;
    width: 19.4444444444vw;
  }
  .form-date-time > div {
    width: 9.0277777778vw;
  }
  .form-date-time > div .form-select {
    width: 7.2916666667vw;
  }
  .form-date-time div:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media all and (min-width: 1441px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .form-date-calendar {
    width: 300px;
  }
  .form-date-time {
    margin-left: 15px;
    width: 280px;
  }
  .form-date-time > div {
    width: 130px;
  }
  .form-date-time > div .form-select {
    width: 105px;
  }
  .form-date-time div:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ---------------------------------- age */
.form-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-age span.unit {
  margin-left: 0.5em;
}

.form-input-age input {
  width: 42.6666666667vw !important;
}

@media all and (min-width: 751px) {
  .form-input-age input {
    width: 15.9722222222vw !important;
  }
}
@media all and (min-width: 1441px) {
  .form-input-age input {
    width: 230px !important;
  }
}
/* ---------------------------------- consent */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

.form-consent .form input[type=checkbox] + span::before {
  background-color: #fdfaec;
}

.form-consent p {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
}
.form-consent p a {
  position: relative;
}
.form-consent p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #252525;
}

.form-consent .formErrorContent {
  text-align: center;
}

.form-consent .wpcf7-checkbox {
  display: block;
}

.form-consent .wpcf7-checkbox {
  margin-bottom: 2.6666666667vw;
}

.form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

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

.form-consent 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: 8vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  cursor: pointer;
}

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

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

.form-consent input[type=checkbox]:checked + span::after {
  left: 0.9333333333vw;
  margin-top: -0.2em;
  width: 4vw;
  height: 2vw;
  border-left: 1.0666666667vw solid #f3d723;
  border-bottom: 1.0666666667vw solid #f3d723;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media all and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .form-consent p a:after {
    height: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .form-consent p a:hover {
    color: #beefec;
  }
  .form-consent p a:hover:after {
    background-color: #beefec;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #f3d723;
    border-bottom: 0.3472222222vw solid #f3d723;
  }
}
@media all and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 15px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #f3d723;
    border-bottom: 5px solid #f3d723;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  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: 10.6666666667vw;
}

.page-archive-navi .pagecount {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}
.page-archive-navi .pagecount span {
  display: inline-block;
  margin: 0 0.15em;
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    margin: 5.5555555556vw auto 0 auto;
    width: 69.4444444444vw;
    max-width: 100%;
  }
  .page-archive-navi .pagecount {
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1000px;
  }
  .page-archive-navi .pagecount {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation-list li {
  margin-right: 1.3333333333vw;
  cursor: pointer;
}

.pagenation-list li:last-child {
  margin-right: 0;
}

.pagenation-list li div,
.pagenation-list li 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;
  width: 8.6666666667vw;
  height: 10vw;
  background-color: #fefefe;
  border-color: #252525;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  font-family: "Lato", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden;
}
.pagenation-list li div span,
.pagenation-list li a span {
  position: relative;
  z-index: 1;
}

.pagenation-list li.is-current > div {
  background-color: #252525;
  color: #fefefe;
}

.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.6vw;
  height: 2.6666666667vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagenation-prev a:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li {
    margin-right: 0.3472222222vw;
  }
  .pagenation-list li div,
  .pagenation-list li a {
    width: 3.3333333333vw;
    height: 3.6111111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 1.0666666667vw;
    height: 1.7333333333vw;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .pagenation-list li div:hover,
  .pagenation-list li a:hover {
    background-color: #f3d723;
  }
  .pagenation-list li div:hover:after,
  .pagenation-list li a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 5px;
  }
  .pagenation-list li div,
  .pagenation-list li a {
    width: 48px;
    height: 52px;
    border-width: 3px;
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 13px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 89.8666666667vw;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  width: 13.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: block;
  width: 13.3333333333vw;
  height: 16vw;
  background-color: #fefefe;
  border-color: #252525;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
}

.pagenavi-prev a:before,
.pagenavi-next a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0.8vw;
  height: 10vw;
  background-color: #fefefe;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.pagenavi-prev a:before {
  left: -0.8vw;
}

.pagenavi-next a:before {
  right: -0.8vw;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  z-index: 2;
}

.pagenavi-prev a:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.pagenavi-next a:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagenavi-back {
  position: relative;
  margin: 0 auto;
  width: 53.3333333333vw;
}

.pagenavi-back a {
  position: relative;
  top: 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;
  height: 16vw;
  background-color: #fefefe;
  border-color: #252525;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
}
.pagenavi-back a span {
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 2.7777777778vw;
    width: 31.9444444444vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 4.1666666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .pagenavi-prev a:before,
  .pagenavi-next a:before {
    width: 0.2083333333vw;
    height: 2.7777777778vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .pagenavi-prev a:before {
    left: -0.2083333333vw;
  }
  .pagenavi-next a:before {
    right: -0.2083333333vw;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.7638888889vw;
    height: 1.25vw;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #252525;
  }
  .pagenavi-prev a:hover:before,
  .pagenavi-next a:hover:before {
    background-color: #252525;
  }
  .pagenavi-back {
    width: 19.4444444444vw;
  }
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .pagenavi-back a span {
    font-size: 1.25vw;
  }
  .pagenavi-back a:hover {
    background-color: #252525;
  }
  .pagenavi-back a:hover span {
    color: #fefefe;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 40px;
    width: 460px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 60px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    width: 60px;
    height: 60px;
    border-width: 3px;
    border-radius: 10px;
  }
  .pagenavi-prev a:before,
  .pagenavi-next a:before {
    width: 3px;
    height: 40px;
  }
  .pagenavi-prev a:before {
    left: -3px;
  }
  .pagenavi-next a:before {
    right: -3px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 11px;
    height: 18px;
  }
  .pagenavi-back {
    width: 280px;
  }
  .pagenavi-back a {
    height: 60px;
    border-width: 3px;
    border-radius: 10px;
  }
  .pagenavi-back a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*  lead
-------------------------------------------------------------------------------*/
.lead {
  width: fit-content;
  margin: 0 auto 2em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .lead {
    text-align: center;
  }
}

/*  term
-------------------------------------------------------------------------------*/
.term 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 1.25em 0.1em 1.25em;
  height: 8vw;
  background-color: #252525;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #fefefe;
  font-size: 4vw;
  font-weight: 900;
}
.term dd {
  padding: 4vw;
  background-color: #f3d723;
}

.terms--blog,
.terms--recruit {
  margin-bottom: 8vw;
}

.terms .term:nth-child(n+2) {
  margin-top: 3.3333333333vw;
}

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

.term-menu > li {
  margin-left: 4vw;
  width: calc(50% - 4vw);
}

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 7.3333333333vw 0.8em 3.3333333333vw;
  height: 12vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0;
}
.term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu a.is-current {
  background-color: #252525;
  color: #fefefe;
}

@media screen and (max-width: 750px) {
  .term-menu > li:nth-child(n+3) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .terms--works {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .terms--blog {
    margin-bottom: 2.0833333333vw;
  }
  .terms--recruit {
    margin-bottom: 2.7777777778vw;
  }
  .term dt {
    height: 2.4305555556vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.25vw;
  }
  .term dd {
    padding: 1.0416666667vw 1.3888888889vw;
  }
  .terms .term:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .term-menu {
    margin-left: -1.3888888889vw;
  }
  .term-menu > li {
    margin-left: 1.3888888889vw;
  }
  .terms--works .term-menu > li {
    width: calc(20% - 1.3888888889vw);
  }
  .terms--works .term-menu > li:nth-child(n+6) {
    margin-top: 1.0416666667vw;
  }
  .terms--blog .term-menu > li {
    width: calc(33.33333% - 1.3888888889vw);
  }
  .terms--blog .term-menu > li:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
  .terms--recruit .term-menu > li {
    width: calc(25% - 1.3888888889vw);
  }
  .terms--recruit .term-menu > li:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
  .term-menu a {
    padding: 0 2.4305555556vw 0.1em 1.3888888889vw;
    height: 3.4722222222vw;
    border-radius: 0.6944444444vw;
    font-size: 1.0416666667vw;
    line-height: 1.25em;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .term-menu a:after {
    right: 0.6944444444vw;
    width: 0.7638888889vw;
    height: 1.25vw;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .term-menu a:hover {
    background-color: #252525;
    color: #fefefe;
  }
}
@media screen and (min-width: 1441px) {
  .terms--works {
    margin-left: -100px;
    width: 1200px;
  }
  .terms--blog {
    margin-bottom: 30px;
  }
  .terms--recruit {
    margin-bottom: 40px;
  }
  .term dt {
    height: 35px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .term dd {
    padding: 15px 20px;
  }
  .terms .term:nth-child(n+2) {
    margin-top: 20px;
  }
  .term-menu {
    margin-left: -20px;
  }
  .term-menu > li {
    margin-left: 20px;
  }
  .terms--works .term-menu > li {
    width: calc(20% - 20px);
  }
  .terms--works .term-menu > li:nth-child(n+6) {
    margin-top: 15px;
  }
  .terms--blog .term-menu > li {
    width: calc(33.33333% - 20px);
  }
  .terms--blog .term-menu > li:nth-child(n+4) {
    margin-top: 15px;
  }
  .terms--recruit .term-menu > li {
    width: calc(25% - 20px);
  }
  .terms--recruit .term-menu > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .term-menu a {
    padding: 0 35px 0.1em 20px;
    height: 50px;
    border-radius: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .term-menu a:after {
    right: 10px;
    width: 11px;
    height: 18px;
  }
}
/*  front - #concept
-------------------------------------------------------------------------------*/
.sec--concept {
  padding: 5.3333333333vw 0 9.3333333333vw 0;
}

.concept {
  position: relative;
  margin-bottom: 72vw;
}
.concept:before, .concept:after {
  content: "";
  position: absolute;
}
.concept:before {
  right: -2.6666666667vw;
  bottom: -58vw;
  width: 14.2666666667vw;
  height: 6.6666666667vw;
  background-color: #f3d723;
}
.concept:after {
  right: -0.6666666667vw;
  bottom: -80vw;
  display: inline-block;
  width: 83.3333333333vw;
  height: 80vw;
  background-image: url(../img/concept/staff_sp.png);
  background-size: contain;
  z-index: 1;
}

.concept-images {
  position: relative;
  margin-bottom: 5.3333333333vw;
  height: 90.6666666667vw;
}

.concept-images > div {
  position: absolute;
}
.concept-images > div:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.concept-images > div:nth-child(1) {
  top: 10vw;
  left: 0;
  width: 40vw;
  height: 37.3333333333vw;
}
.concept-images > div:nth-child(1):before {
  top: -2.4vw;
  left: -4.6666666667vw;
  width: 11.3333333333vw;
  height: 5.3333333333vw;
  background-color: #f3d723;
}

.concept-images > div:nth-child(2) {
  top: 0;
  right: 0;
  width: 50.6666666667vw;
  height: 40vw;
}
.concept-images > div:nth-child(2):before {
  content: none;
}

.concept-images > div:nth-child(3) {
  left: 3.3333333333vw;
  bottom: 2vw;
  width: 46vw;
  height: 37.3333333333vw;
}
.concept-images > div:nth-child(3):before {
  right: -7.3333333333vw;
  bottom: -4vw;
  width: 11.3333333333vw;
  height: 5.3333333333vw;
  background-color: #f3d723;
}

.concept-images > div:nth-child(4) {
  right: 4vw;
  bottom: 0;
  width: 37.3333333333vw;
  height: 48vw;
}
.concept-images > div:nth-child(4):before {
  top: -2vw;
  right: -2vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #beefec;
}

.sec--concept .sec-ttl:before {
  content: "";
  position: absolute;
  top: -1.6vw;
  left: -2.6666666667vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #f3d723;
  z-index: -1;
}

.concept-desc {
  position: relative;
  margin-bottom: 4.6666666667vw;
}
.concept-desc p {
  line-height: 1.5em;
}
.concept-desc p:not(:first-of-type) {
  margin-top: 15px;
}
.concept-desc:before {
  content: "";
  position: absolute;
  top: 3.3333333333vw;
  right: -2.6666666667vw;
  width: 2.6666666667vw;
  height: 5.3333333333vw;
  background-color: #beefec;
  z-index: -1;
}
.concept-desc + .sec-ttl {
  white-space: nowrap;
}

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

@media screen and (max-width: 750px) {
  .sec--concept .sec-ttl {
    font-size: 7.4666666667vw;
  }
  .sec--concept .sec-ttl:after {
    content: "";
    position: absolute;
    left: -2.6666666667vw;
    bottom: -16vw;
    width: 6vw;
    height: 10vw;
    background-color: #beefec;
    z-index: -1;
  }
}
@media screen and (min-width: 751px) {
  .sec--concept {
    padding: 11.797vw 0 4.858vw 0;
  }
  .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5.2083333333vw -12.9166666667vw;
    width: 95.2777777778vw;
  }
  .concept:before {
    right: -2.4305555556vw;
    bottom: -1.0416666667vw;
    width: 6.25vw;
    height: 2.7777777778vw;
  }
  .concept:after {
    right: 7.2916666667vw;
    bottom: -8.5416666667vw;
    width: 36.4583333333vw;
    height: 36.1805555556vw;
    background-image: url(../img/concept/staff_sp.png);
    background-image: url(../img/concept/staff.png);
    background-image: image-set(url(../img/concept/staff.png) 1x, url(../img/concept/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/concept/staff.png) 1x, url(../img/concept/staff-2x.png) 2x);
  }
  .concept-images {
    margin: 0;
    width: 48.9583333333vw;
    height: 46.5277777778vw;
  }
  .concept-images > div:nth-child(1) {
    top: 4.5138888889vw;
    left: 0;
    width: 20.8333333333vw;
    height: 19.4444444444vw;
  }
  .concept-images > div:nth-child(1):before {
    top: -1.25vw;
    left: -2.4305555556vw;
    width: 5.9027777778vw;
    height: 2.7777777778vw;
  }
  .concept-images > div:nth-child(2) {
    top: -1.25vw;
    right: 0;
    width: 26.3888888889vw;
    height: 20.8333333333vw;
  }
  .concept-images > div:nth-child(2):before {
    content: none;
  }
  .concept-images > div:nth-child(3) {
    left: 1.7361111111vw;
    bottom: 1.0416666667vw;
    width: 23.9583333333vw;
    height: 19.4444444444vw;
  }
  .concept-images > div:nth-child(3):before {
    right: -3.8194444444vw;
    bottom: -2.0833333333vw;
    width: 5.9027777778vw;
    height: 2.7777777778vw;
  }
  .concept-images > div:nth-child(4) {
    right: 2.0833333333vw;
    bottom: 0;
    width: 19.4444444444vw;
    height: 25vw;
  }
  .concept-images > div:nth-child(4):before {
    top: -1.0416666667vw;
    right: -1.0416666667vw;
    width: 2.7777777778vw;
    height: 4.8611111111vw;
  }
  .concept-content {
    position: relative;
    top: -7.634vw;
    width: 43.75vw;
  }
  .sec--concept .sec-ttl:before {
    top: -0.8333333333vw;
    left: -1.3888888889vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .concept-desc {
    margin-bottom: 2.7777777778vw;
  }
  .concept-desc p {
    line-height: 1.75em;
  }
  .concept-desc p:not(:first-of-type) {
    margin-top: 1.041vw;
  }
  .concept-desc:before {
    top: 1.0416666667vw;
    right: -2.7777777778vw;
    width: 6.25vw;
    height: 2.7777777778vw;
  }
  .concept-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--concept {
    padding: 170px 0 70px 0;
  }
  .concept {
    margin: 0 0 75px -186px;
    width: 1372px;
  }
  .concept:before {
    right: -35px;
    bottom: -15px;
    width: 90px;
    height: 40px;
  }
  .concept:after {
    right: 105px;
    bottom: -123px;
    width: 525px;
    height: 521px;
  }
  .concept-images {
    width: 705px;
    height: 670px;
  }
  .concept-images > div:nth-child(1) {
    top: 65px;
    width: 300px;
    height: 280px;
  }
  .concept-images > div:nth-child(1):before {
    top: -18px;
    left: -35px;
    width: 85px;
    height: 40px;
  }
  .concept-images > div:nth-child(2) {
    top: -18px;
    width: 380px;
    height: 300px;
  }
  .concept-images > div:nth-child(3) {
    left: 25px;
    bottom: 15px;
    width: 345px;
    height: 280px;
  }
  .concept-images > div:nth-child(3):before {
    right: -55px;
    bottom: -30px;
    width: 85px;
    height: 40px;
  }
  .concept-images > div:nth-child(4) {
    right: 30px;
    width: 280px;
    height: 360px;
  }
  .concept-images > div:nth-child(4):before {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 70px;
  }
  .concept-content {
    top: -110px;
    width: 630px;
  }
  .sec--concept .sec-ttl:before {
    top: -12px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  .concept-desc {
    margin-bottom: 40px;
  }
  .concept-desc:before {
    top: 15px;
    right: -40px;
    width: 90px;
    height: 40px;
  }
  .concept-desc p:not(:first-of-type) {
    margin-top: 15px;
  }
  .concept-btn {
    margin: 40px auto 0 auto;
    width: 360px;
  }
}
/* ------------------------------------------- message - */
.message {
  position: relative;
  padding: 4vw 4.6666666667vw 8vw 4.6666666667vw;
}

.message:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec)), -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec));
  background-image: linear-gradient(to right, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw), linear-gradient(to right, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw), linear-gradient(to bottom, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw), linear-gradient(to bottom, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw);
  background-size: 32vw 1.3333333333vw, 32vw 1.3333333333vw, 1.3333333333vw 32vw, 1.3333333333vw 32vw;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}

.message-image {
  margin-bottom: 6.6666666667vw;
}

.message-ttl {
  margin-bottom: 0.7em;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.message-name {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: right;
}
.message-name span {
  font-size: 4.8vw;
}

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

@media screen and (min-width: 751px) {
  .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-left: -2.0833333333vw;
    padding: 2.4305555556vw 3.125vw;
    width: 73.6111111111vw;
  }
  .message:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec)), -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec));
    background-image: linear-gradient(to right, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw), linear-gradient(to right, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw), linear-gradient(to bottom, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw), linear-gradient(to bottom, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw);
    background-size: 18.0555555556vw 0.6944444444vw, 18.0555555556vw 0.6944444444vw, 0.6944444444vw 18.0555555556vw, 0.6944444444vw 18.0555555556vw;
  }
  .message-image {
    margin: 0;
    width: 29.8611111111vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message-content {
    width: 35.7638888889vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message-ttl {
    font-size: 2.0833333333vw;
    line-height: 1.35em;
  }
  .message-name {
    font-size: 1.25vw;
  }
  .message-name span {
    font-size: 1.6666666667vw;
  }
  .message-desc {
    margin-top: 1em;
  }
  .message-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .message {
    margin-left: -30px;
    padding: 35px 45px;
    width: 1060px;
  }
  .message:before {
    background-image: linear-gradient(to right, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px), linear-gradient(to right, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px), linear-gradient(to bottom, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px), linear-gradient(to bottom, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px);
    background-size: 260px 10px, 260px 10px, 10px 260px, 10px 260px;
  }
  .message-image {
    width: 430px;
  }
  .message-content {
    width: 515px;
  }
  .message-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .message-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .message-name span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*  news --> common
-------------------------------------------------------------------------------*/
.news-post a {
  position: relative;
  display: block;
  padding: 4vw 10vw 4vw 3.3333333333vw;
}
.news-post a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.news-date {
  color: #b7b7b7;
  font-family: "Lato", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
}

.news-cat {
  margin-left: 0.5em;
  padding: 0.2em;
  background-color: #252525;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 3.2vw;
  font-weight: 700;
}

.news-ttl {
  color: #252525;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media all and (max-width: 750px) {
  .news-post a {
    background-color: #fefefe;
    border-radius: 1.3333333333vw;
  }
}
@media all and (min-width: 751px) {
  .news-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.4722222222vw 0 1.0416666667vw;
    height: 4.1666666667vw;
    border-radius: 0;
    border-bottom: 1px dashed #eeeeee;
  }
  .news-post a:after {
    right: 1.0416666667vw;
    width: 0.7638888889vw;
    height: 1.25vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .news-frt-content .news-post:last-child a,
  .news .news-post:last-child a {
    border-bottom: none;
  }
  .news-post a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .news-head {
    margin-bottom: 0;
    width: 14.5833333333vw;
  }
  .news-cat {
    margin-left: 1.0416666667vw;
    padding: 0.3em 0.75em 0.4em 0.75em;
    min-width: 7.8em;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
    text-align: center;
  }
  .news-date {
    font-size: 0.9722222222vw;
  }
  .news-ttl {
    width: calc(100% - 15.625vw);
    font-size: 1.25vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media all and (min-width: 1441px) {
  .news-post a {
    padding: 0 50px 0 15px;
    height: 60px;
  }
  .news-post a:after {
    right: 15px;
    width: 11px;
    height: 18px;
  }
  .news-head {
    width: 210px;
  }
  .news-cat {
    margin-left: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-ttl {
    width: calc(100% - 225px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  news --> archive
-------------------------------------------------------------------------------*/
@media all and (max-width: 750px) {
  .news .news-post:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media all and (min-width: 751px) {
  .news {
    border-radius: 0.3472222222vw;
    background-color: #fefefe;
  }
}
@media all and (min-width: 1441px) {
  .news {
    border-radius: 5px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
.works-post a {
  position: relative;
  display: block;
}

.works-post a .new {
  left: 2.6666666667vw;
}

.works-image {
  position: relative;
  margin: 0 auto;
  width: 64vw;
  z-index: 1;
}

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

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

.works-area {
  position: absolute;
  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;
  right: -0.9333333333vw;
  bottom: -2.6666666667vw;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  background-color: #252525;
  border-radius: 50%;
  color: #fefefe;
  font-size: 3.2vw;
  font-weight: 900;
  letter-spacing: 0;
  z-index: 2;
}

.works-content {
  position: relative;
  padding: 4vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  background-color: #f3d723;
}

.works-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2vw;
}

.works-name {
  font-size: 3.4666666667vw;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.works-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.0666666667vw 0 0 0.5em;
}

.works-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.1em 0.3em 0.2em 0.3em;
  background-color: #252525;
  color: #fefefe;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}

.works-ttl {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.142em;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 751px) {
  .works-post a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .works-post a .new {
    left: 1.0416666667vw;
  }
  .works-image {
    width: 26.3888888889vw;
  }
  .works-image img {
    height: 23.6111111111vw;
  }
  .works-area {
    right: 0;
    bottom: -0.4861111111vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    font-size: 1.1111111111vw;
  }
  .works-content {
    top: -1.3888888889vw;
    margin-bottom: -1.3888888889vw;
    padding: 2.7777777778vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
    flex-grow: 1;
  }
  .works-data {
    margin-bottom: 0.6944444444vw;
  }
  .works-name {
    font-size: 1.1111111111vw;
  }
  .works-cat {
    margin: -0.3472222222vw 0 0 1em;
  }
  .works-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    font-size: 0.9722222222vw;
  }
  .works-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post a .new {
    left: 15px;
  }
  .works-image {
    width: 380px;
  }
  .works-image img {
    height: 340px;
  }
  .works-area {
    bottom: -7px;
    width: 70px;
    height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-content {
    top: -20px;
    margin-bottom: -20px;
    padding: 40px 20px 20px 20px;
  }
  .works-data {
    margin-bottom: 10px;
  }
  .works-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-cat {
    margin: -5px 0 0 1em;
  }
  .works-cat > li {
    margin: 5px 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .works-archive {
    margin: 10.6666666667vw auto 0 auto;
    width: 84vw;
  }
  .works-archive .works .works-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
  .works-archive .works-image {
    width: 77.3333333333vw;
  }
  .works-archive .works-image img {
    height: 69.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-archive {
    margin: 3.4722222222vw 0 0 -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .works .works-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-archive {
    margin: 50px 0 0 -100px;
    width: 1200px;
  }
  .works {
    margin-left: -30px;
  }
  .works .works-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
.works-main-image {
  position: relative;
  margin-top: 10.6666666667vw;
}

.works-main-image > div {
  position: relative;
}
.works-main-image > div:before {
  position: absolute;
  top: -4.2666666667vw;
  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: 0 1em;
  height: 8vw;
  font-family: "Lato", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
  z-index: 2;
}

.works-before {
  position: relative;
  width: 64vw;
}
.works-before:before {
  content: "BEFORE";
  color: #fefefe;
  background-color: #252525;
}

.works-after {
  position: relative;
}
.works-after:before {
  content: "AFTER";
  color: #252525;
  background-color: #f3d723;
}

.works-after-slide {
  position: relative;
  padding: 0 4.6666666667vw;
  overflow: hidden;
}

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

#works-after-prev,
#works-after-next {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}

#works-after-prev {
  left: 0;
}

#works-after-next {
  right: 0;
}

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

#works-after-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #b7b7b7;
  border-radius: 50% !important;
}

#works-after-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}

@media screen and (max-width: 750px) {
  .works-before {
    margin: 0 auto;
  }
  .works-before:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .works-main-image > div:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works-main-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3.4722222222vw;
    width: 63.1944444444vw;
  }
  .works-main-image > div:before {
    top: -1.3888888889vw;
    height: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .works-main-image > div:nth-child(n+2) {
    margin-right: 2.0833333333vw;
  }
  .works-before {
    width: 17.3611111111vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .works-after {
    width: 45.1388888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .works-after-slide {
    padding: 0 2.0833333333vw;
  }
  .works-after-image img {
    height: 27.7777777778vw;
  }
  #works-after-prev,
  #works-after-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  #works-after-pagination {
    margin-top: 1.0416666667vw;
  }
  #works-after-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  #works-after-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-main-image {
    margin-top: 50px;
    width: 910px;
  }
  .works-main-image > div:before {
    top: -20px;
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-main-image > div:nth-child(n+2) {
    margin-right: 30px;
  }
  .works-before {
    width: 250px;
  }
  .works-after {
    width: 650px;
  }
  .works-after-slide {
    padding: 0 30px;
  }
  .works-after-image img {
    height: 400px;
  }
  #works-after-prev,
  #works-after-next {
    width: 60px;
    height: 60px;
  }
  #works-after-pagination {
    margin-top: 15px;
  }
  #works-after-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #works-after-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ------------------------------------------- info - */
.works-info {
  margin-top: 9.3333333333vw;
  border-top: 0.8vw solid #252525;
}

.works-info dl {
  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;
  border-bottom: 0.8vw solid #252525;
}
.works-info dl dt {
  position: relative;
  padding: 4vw 0.75em;
  width: 30.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}
.works-info dl dd {
  position: relative;
  padding: 4vw 1em 4vw 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
}
.works-info dl dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0666666667vw;
  height: calc(100% - 1.4em);
  background-color: #f3d723;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .works-info dl dd {
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works-info {
    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-top: 3.4722222222vw;
    border-top: 0.2083333333vw solid #252525;
  }
  .works-info dl {
    border-bottom: 0.2083333333vw solid #252525;
  }
  .works-info dl dt {
    padding: 1.3888888889vw 1em;
    width: 10.4166666667vw;
    font-size: 1.25vw;
  }
  .works-info dl dd {
    padding: 1.3888888889vw 1em 1.3888888889vw 2.2222222222vw;
    font-size: 1.25vw;
  }
  .works-info dl dd:before {
    width: 0.2777777778vw;
  }
  .works-info-harf {
    width: 30.5555555556vw;
  }
  .works-info-harf dd {
    width: 20.1388888889vw;
  }
  .works-info-full {
    width: 100% !important;
  }
  .works-info-full dd {
    width: 52.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-info {
    margin-top: 50px;
    border-top: 3px solid #252525;
  }
  .works-info dl {
    border-bottom: 3px solid #252525;
  }
  .works-info dl dt {
    padding: 20px 1em;
    width: 150px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-info dl dd {
    padding: 20px 1em 20px 32px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-info dl dd:before {
    width: 4px;
  }
  .works-info-harf {
    width: 440px;
  }
  .works-info-harf dd {
    width: 290px;
  }
  .works-info-full dd {
    width: 750px;
  }
}
/* ------------------------------------------- desc - */
.works-desc {
  position: relative;
  margin-top: 8vw;
  padding: 1.5em 1em;
  background-color: #f6f6f6;
  border-radius: 1.3333333333vw;
}

.works-desc p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .works-desc {
    margin-top: 2.4305555556vw;
    padding: 1.5em;
    border-radius: 0.6944444444vw;
  }
  .works-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-desc {
    margin-top: 35px;
    border-radius: 10px;
  }
}
/* ------------------------------------------- point - */
.works-point {
  margin: 12vw auto 0 auto !important;
}

.works-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.works-point-image {
  margin-bottom: 4vw;
}

.works-point-image a {
  display: block;
}

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

.works-point-content p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .works-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .works-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .works-point {
    margin: 4.1666666667vw 0 0 0 !important;
  }
  .works-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .works-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .works-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .works-point-image {
    margin-bottom: 0.6944444444vw;
  }
  .works-point-image img {
    height: 14.5833333333vw;
  }
  .works-point-content p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-point {
    margin: 60px 0 0 0 !important;
  }
  .works-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .works-point-list {
    margin-left: -30px;
  }
  .works-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .works-point-image {
    margin-bottom: 10px;
  }
  .works-point-image img {
    height: 210px;
  }
  .works-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- works - */
.works-voice {
  position: relative;
  margin-top: 13.3333333333vw;
  padding: 10.6666666667vw 4vw 4vw 4vw;
  background-color: #fefefe;
  border-color: #f3d723;
  border-style: solid;
  border-width: 1.0666666667vw;
  border-radius: 0.6666666667vw;
}

.works-voice-ttl {
  position: absolute;
  top: -2.9333333333vw;
  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: 0 1em;
  height: 11.3333333333vw;
  background-color: #252525;
  color: #fefefe;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
}
.works-voice-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.4vw 1.7333333333vw;
  border-color: transparent transparent #626262 transparent;
}

.works-voice-desc p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .works-voice {
    margin-top: 5.5555555556vw;
    padding: 3.4722222222vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
    border-width: 0.2777777778vw;
    border-radius: 0.3472222222vw;
  }
  .works-voice-ttl {
    top: -0.9722222222vw;
    right: 1.7361111111vw;
    height: 3.4722222222vw;
    font-size: 1.25vw;
  }
  .works-voice-ttl:before {
    border-width: 0 0 0.6944444444vw 0.5555555556vw;
  }
  .works-voice-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    margin-top: 80px;
    padding: 50px 30px 30px 30px;
    border-width: 4px;
    border-radius: 5px;
  }
  .works-voice-ttl {
    top: -14px;
    right: 25px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-voice-ttl:before {
    border-width: 0 0 10px 8px;
  }
}
/* ------------------------------------------- tantou - */
.works-tantou {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 5.3333333333vw;
  background-color: #fefefe;
}
.works-tantou:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec)), -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(16vw, #f3d723), color-stop(16vw, #beefec), color-stop(32vw, #beefec));
  background-image: linear-gradient(to right, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw), linear-gradient(to right, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw), linear-gradient(to bottom, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw), linear-gradient(to bottom, #f3d723, #f3d723 16vw, #beefec 16vw, #beefec 32vw);
  background-size: 32vw 1.3333333333vw, 32vw 1.3333333333vw, 1.3333333333vw 32vw, 1.3333333333vw 32vw;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}

.works-tantou-ttl {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.4em 0.5em 0.5em 0.5em;
  background-color: #252525;
  color: #fefefe;
  font-size: 4.2666666667vw;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.works-tantou-image {
  position: relative;
  margin: 0 auto 5.3333333333vw auto;
}
.works-tantou-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.works-tantou-desc p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .works-tantou {
    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: 5.5555555556vw;
    padding: 2.7777777778vw 3.125vw;
  }
  .works-tantou:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec)), -webkit-gradient(linear, left top, right top, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec)), -webkit-gradient(linear, left top, left bottom, from(#f3d723), color-stop(9.0277777778vw, #f3d723), color-stop(9.0277777778vw, #beefec), color-stop(18.0555555556vw, #beefec));
    background-image: linear-gradient(to right, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw), linear-gradient(to right, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw), linear-gradient(to bottom, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw), linear-gradient(to bottom, #f3d723, #f3d723 9.0277777778vw, #beefec 9.0277777778vw, #beefec 18.0555555556vw);
    background-size: 18.0555555556vw 0.6944444444vw, 18.0555555556vw 0.6944444444vw, 0.6944444444vw 18.0555555556vw, 0.6944444444vw 18.0555555556vw;
  }
  .works-tantou-ttl {
    font-size: 1.25vw;
  }
  .works-tantou-image {
    margin: 0;
    width: 15.2777777778vw;
  }
  .works-tantou-image img {
    height: 13.8888888889vw;
  }
  .works-tantou-content {
    width: 38.1944444444vw;
  }
  .works-tantou-content--full {
    width: 100% !important;
  }
  .works-tantou-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou {
    margin-top: 80px;
    padding: 40px 45px;
  }
  .works-tantou:before {
    background-image: linear-gradient(to right, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px), linear-gradient(to right, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px), linear-gradient(to bottom, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px), linear-gradient(to bottom, #f3d723, #f3d723 130px, #beefec 130px, #beefec 260px);
    background-size: 260px 10px, 260px 10px, 10px 260px, 10px 260px;
  }
  .works-tantou-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-tantou-image {
    width: 220px;
  }
  .works-tantou-image img {
    height: 200px;
  }
  .works-tantou-content {
    width: 550px;
  }
}
/* ------------------------------------------- relat - */
.related {
  margin-top: 13.3333333333vw;
}

.related .sec-head {
  margin-bottom: 5.3333333333vw;
}

.related .sec-ttl {
  margin-right: 4vw;
}

.related .sec-ttl--roller:after {
  top: 50%;
  right: -1.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works-slide {
  position: relative;
  margin: 0 auto;
  width: 70.6666666667vw;
}

#works-prev {
  left: -7.3333333333vw;
}

#works-next {
  right: -7.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .related {
    margin-top: 6.9444444444vw;
  }
  .related .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .related .sec-ttl {
    margin-right: 0.6944444444vw;
  }
  .related .sec-ttl--roller:after {
    right: 13.1944444444vw;
  }
  .works-slide {
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .works-slide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.0833333333vw;
    width: auto;
    height: auto;
  }
  .works-slide .swiper-wrapper .works-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  #works-slide .swiper-slide:before {
    content: none !important;
  }
  #works-prev,
  #works-next,
  #works-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    margin-top: 100px;
  }
  .related .sec-head {
    margin-bottom: 50px;
  }
  .related .sec-ttl {
    margin-right: 10px;
  }
  .related .sec-ttl--roller:after {
    right: 190px;
  }
  .works-slide {
    margin-left: -100px;
    width: 1200px;
  }
  .works-slide .swiper-wrapper {
    margin-left: -30px;
  }
  .works-slide .swiper-wrapper .works-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.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;
  background-color: #fefefe;
}

.blog-post a .new {
  left: 3.3333333333vw;
}

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

.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% - 35.3333333333vw);
}

.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-family: "Lato", sans-serif;
  font-size: 3.2vw;
  font-weight: 900;
}

.blog-cat {
  margin-left: 0.5em;
  padding: 0.1em 0.2em 0.2em 0.2em;
  background-color: #252525;
  color: #fefefe;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.blog-ttl {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.3em;
}

@media screen and (max-width: 750px) {
  .blog-slide .blog-post a {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 4.6666666667vw;
  }
  .blog .blog-post a {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 3.3333333333vw;
  }
  .blog-image img {
    height: 32vw;
  }
  .blog-excerpt {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .blog-post a {
    padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 1.3888888889vw;
  }
  .blog-post a .new {
    left: 1.3888888889vw;
  }
  .blog-image {
    width: 18.0555555556vw;
  }
  .blog-slide .blog-image img {
    height: 18.0555555556vw;
  }
  .blog .blog-image img {
    height: 15.2777777778vw;
  }
  .blog-content {
    width: calc(100% - 19.4444444444vw);
  }
  .blog .blog-content {
    padding-top: 2.0833333333vw;
  }
  .blog-data {
    margin-bottom: 1.3888888889vw;
  }
  .blog-date {
    font-size: 0.9722222222vw;
  }
  .blog-cat {
    margin-left: 1em;
    padding: 0.2em 0.5em 0.3em 0.5em;
    font-size: 0.9722222222vw;
  }
  .blog-ttl {
    font-size: 1.4583333333vw;
    line-height: 1.5em;
  }
  .blog-excerpt {
    margin-top: 1.25em;
  }
  .blog-excerpt p {
    color: #c2bebe;
    font-size: 0.9722222222vw;
    line-height: 1.28em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post a {
    padding: 10px 10px 10px 20px;
  }
  .blog-post a .new {
    left: 20px;
  }
  .blog-image {
    width: 260px;
  }
  .blog-slide .blog-image img {
    height: 260px;
  }
  .blog .blog-image img {
    height: 220px;
  }
  .blog-content {
    width: calc(100% - 280px);
  }
  .blog .blog-content {
    padding-top: 30px;
  }
  .blog-data {
    margin-bottom: 20px;
  }
  .blog-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-excerpt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.blog .blog-post:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

@media all and (min-width: 751px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
}
@media all and (min-width: 1441px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* ------------------------------------------- side - */
.blog-side {
  margin-top: 16vw;
}

.blog-side-block > div {
  padding-bottom: 2vw;
  background-color: #fefefe;
}

.blog-side-block > div:nth-child(n+2) {
  margin-top: 8vw;
}

.blog-side-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25em 0.1em 1.25em;
  height: 13.3333333333vw;
  background-color: #252525;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #fefefe;
  font-size: 4.8vw;
  font-weight: 900;
}

.blog-side-content {
  padding: 3.3333333333vw 4vw;
}

.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 9.3333333333vw 1em 2.6666666667vw;
  border-bottom: 1px dashed #eeeeee;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
}
.blog-side-cat li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-ye.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-side-cat li:last-child a:after {
  content: none;
}

@media all and (max-width: 750px) {
  .blog-side-block > div:nth-child(2) {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .blog-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-contents {
    width: 46.5277777778vw;
  }
  .blog-side {
    margin: 0;
    width: 19.4444444444vw;
  }
  .blog-side-block > div {
    padding-bottom: 0.6944444444vw;
  }
  .blog-side-block > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .blog-side-head {
    height: 3.4722222222vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.4583333333vw;
  }
  .blog-side-content {
    padding: 0.6944444444vw 1.3888888889vw;
  }
  .blog-side-cat li a {
    padding: 1em 2.7777777778vw 1em 0.5em;
    font-size: 1.0416666667vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .blog-side-cat li a:before {
    right: 0;
    width: 0.7638888889vw;
    height: 1.25vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .blog-side-cat li a:hover {
    opacity: 0.7;
  }
  .blog-side-cat li a:hover:before {
    -webkit-transform: translateX(0.1em) translateY(-50%);
            transform: translateX(0.1em) translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .blog-contents {
    width: 670px;
  }
  .blog-side {
    width: 280px;
  }
  .blog-side-block > div {
    padding-bottom: 10px;
  }
  .blog-side-block > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .blog-side-head {
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-side-content {
    padding: 10px 20px;
  }
  .blog-side-cat li a {
    padding-right: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-side-cat li a:before {
    width: 11px;
    height: 18px;
  }
}
/* ------------------------------------------- rank - */
.blog-rank {
  margin: 0 auto;
  width: 100%;
}

.blog-rank li {
  position: relative;
  border-bottom: 1px dashed #eeeeee;
}

.blog-rank-num {
  position: absolute;
  top: 2.6666666667vw;
  left: -1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 900;
  letter-spacing: 0;
  z-index: 2;
}

.blog-rank li:nth-child(1) .blog-rank-num,
.blog-rank li:nth-child(2) .blog-rank-num,
.blog-rank li:nth-child(3) .blog-rank-num {
  background-color: #f3d723;
}

.blog-rank li:nth-child(4) .blog-rank-num,
.blog-rank li:nth-child(5) .blog-rank-num {
  background-color: #252525;
  color: #fefefe;
}

.blog-rank li:nth-child(1) .blog-rank-num:before {
  content: "1";
}

.blog-rank li:nth-child(2) .blog-rank-num:before {
  content: "2";
}

.blog-rank li:nth-child(3) .blog-rank-num:before {
  content: "3";
}

.blog-rank li:nth-child(4) .blog-rank-num:before {
  content: "4";
}

.blog-rank li:nth-child(5) .blog-rank-num:before {
  content: "5";
}

.blog-rank a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
}

.blog-rank li:last-child a:after {
  content: none;
}

.blog-rank-image {
  position: relative;
  width: 32vw;
}

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

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

.blog-rank-content {
  padding-top: 3.3333333333vw;
  width: calc(100% - 35.3333333333vw);
}

.blog-rank-ttl {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.3em;
}

@media all and (min-width: 751px) {
  .blog-rank {
    margin: 0;
    width: 100%;
  }
  .blog-rank-num {
    top: 0.6944444444vw;
    left: -1.0416666667vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .blog-rank a {
    padding: 0.8333333333vw 0 1.0416666667vw 0;
  }
  .blog-rank a:hover {
    opacity: 0.7;
  }
  .blog-rank-image {
    width: 4.1666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blog-rank-image img {
    height: 4.1666666667vw;
  }
  .blog-rank-content {
    padding: 0;
    width: 11.8055555556vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog-rank-ttl {
    font-size: 1.1111111111vw;
    font-weight: 700;
  }
}
@media all and (min-width: 1441px) {
  .blog-rank-num {
    top: 10px;
    left: -15px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-rank a {
    padding: 12px 0 15px 0;
  }
  .blog-rank-image {
    width: 60px;
  }
  .blog-rank-image img {
    height: 60px;
  }
  .blog-rank-content {
    width: 170px;
  }
  .blog-rank-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
.blog-sgle-image {
  margin: 0 auto 4.6666666667vw auto;
  width: 85.3333333333vw;
  max-width: 100%;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.blog-sgle-intro p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .blog-sgle-image {
    margin-bottom: 2.0833333333vw;
    width: 51.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .blog-sgle-intro p {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-sgle-image {
    margin-bottom: 30px;
    width: 740px;
    border-radius: 10px;
  }
  .blog-sgle-intro p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ----------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 6vw 4.6666666667vw;
  background-color: #f6f6f6;
  border-top: 2vw solid #252525;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

.blog-mokuji-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
  padding-left: 10.6666666667vw;
  height: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.blog-mokuji-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/blog/menu.svg);
  background-size: contain;
}

.blog-mokuji ul li:nth-child(n+2) {
  margin-top: 0.5em;
}

.blog-mokuji ul li a {
  position: relative;
  display: block;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.blog-mokuji ul li a:hover {
  color: #f3d723;
}

.blog-mokuji > ul {
  counter-reset: cnt;
}

.blog-mokuji > ul > li > a {
  padding-left: 2.5em;
}

.blog-mokuji > ul > li > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > ul > ul {
  margin-top: 0.5em;
  padding-left: 2.5em;
}

.blog-mokuji > ul > ul > ul {
  margin-top: 0.5em;
  padding-left: 1.75em;
}

.blog-mokuji > ul > ul > li a,
.blog-mokuji > ul > ul > ul > li a {
  padding-left: 5.0666666667vw;
}

.blog-mokuji > ul > ul > li a:before,
.blog-mokuji > ul > ul > ul > li a:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 3.7333333333vw;
  height: 0.8vw;
  background-color: #f3d723;
}

.post--blog .editor {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 3.4722222222vw 2.4305555556vw 3.4722222222vw;
    border-top: 0.6944444444vw solid #252525;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .blog-mokuji-head {
    margin-bottom: 1.7361111111vw;
    padding-left: 3.4722222222vw;
    height: 2.4305555556vw;
    font-size: 1.4583333333vw;
  }
  .blog-mokuji-head:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
  .blog-mokuji ul li a {
    font-size: 1.25vw;
  }
  .blog-mokuji > ul > ul > li a,
  .blog-mokuji > ul > ul > ul > li a {
    padding-left: 1.8055555556vw;
  }
  .blog-mokuji > ul > ul > li a:before,
  .blog-mokuji > ul > ul > ul > li a:before {
    width: 1.1111111111vw;
    height: 0.2083333333vw;
  }
  .post--blog .editor {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 40px;
    padding: 25px 50px 35px 50px;
    border-top: 10px solid #252525;
    border-radius: 0 0 10px 10px;
  }
  .blog-mokuji-head {
    margin-bottom: 25px;
    padding-left: 50px;
    height: 35px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-mokuji-head:before {
    width: 35px;
    height: 35px;
  }
  .blog-mokuji ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-mokuji > ul > ul > li a,
  .blog-mokuji > ul > ul > ul > li a {
    padding-left: 26px;
  }
  .blog-mokuji > ul > ul > li a:before,
  .blog-mokuji > ul > ul > ul > li a:before {
    width: 16px;
    height: 3px;
  }
  .post--blog .editor {
    margin-top: 40px;
  }
}
/*  recruit --> archive
-------------------------------------------------------*/
.recruit-post {
  background-color: #fefefe;
}

.recruit-post a {
  position: relative;
  display: block;
}

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

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

.recruit-cat {
  position: absolute;
  top: -2.4vw;
  right: 1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 9.3333333333vw;
  background-color: #252525;
  color: #fefefe;
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  z-index: 2;
}
.recruit-cat:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.4vw 1.7333333333vw;
  border-color: transparent transparent #626262 transparent;
}
.recruit-cat span:nth-child(n+2):before {
  content: "／";
}

.post .recruit-cat {
  right: 5.3333333333vw;
}

.recruit-content {
  padding: 3.3333333333vw 4vw;
}

.recruit-ttl {
  margin-bottom: 3.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.35em;
}

.recruit-data {
  border-top: 1px dashed #eee;
}

.recruit-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 0 0.9em 0;
  border-bottom: 1px dashed #eee;
}

.recruit-data dt {
  position: relative;
  padding-left: 4.6666666667vw;
  width: 20vw;
  font-weight: 700;
  line-height: 1.5em;
}
.recruit-data dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  border-color: transparent transparent transparent #f3d723;
}

.recruit-data dd {
  width: calc(100% - 24vw);
  line-height: 1.5em;
}

@media all and (max-width: 750px) {
  .recruit {
    margin: 0 auto;
    width: 84vw;
  }
  .recruit .recruit-post:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media all and (min-width: 751px) {
  .recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .recruit-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .recruit .recruit-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .recruit-image img {
    height: 18.0555555556vw;
  }
  .recruit-cat {
    top: -0.6944444444vw;
    right: 0.6944444444vw;
    height: 2.7777777778vw;
    font-size: 1.0416666667vw;
  }
  .recruit-cat:before {
    border-width: 0 0 0.6944444444vw 0.5555555556vw;
  }
  .post .recruit-cat {
    right: 1.3888888889vw;
  }
  .recruit-content {
    padding: 0.6944444444vw 1.0416666667vw;
  }
  .recruit-ttl {
    margin-bottom: 0.6944444444vw;
    font-size: 1.6666666667vw;
  }
  .recruit-data dt {
    padding-left: 1.1805555556vw;
    width: 4.8611111111vw;
    font-size: 1.0416666667vw;
  }
  .recruit-data dt:before {
    top: 0.45em;
    border-width: 0.3472222222vw 0 0.3472222222vw 0.5555555556vw;
  }
  .recruit-data dd {
    width: calc(100% - 6.25vw);
    font-size: 1.0416666667vw;
  }
}
@media all and (min-width: 1441px) {
  .recruit {
    margin-left: -30px;
  }
  .recruit-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .recruit .recruit-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .recruit-image img {
    height: 260px;
  }
  .recruit-content {
    padding: 10px 15px;
  }
  .recruit-cat {
    top: -10px;
    right: 10px;
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .recruit-cat:before {
    border-width: 0 0 10px 8px;
  }
  .post .recruit-cat {
    right: 20px;
  }
  .recruit-ttl {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .recruit-data dt {
    padding-left: 17px;
    width: 70px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .recruit-data dt:before {
    border-width: 5px 0 5px 8px;
  }
  .recruit-data dd {
    width: calc(100% - 90px);
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*  recruit --> single
-------------------------------------------------------*/
/* ------------------------------------------- main - */
.recruit-main-image {
  margin-bottom: 5.3333333333vw;
}

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

.recruit-main-jobtype {
  position: relative;
  margin-bottom: 0.75em;
  padding: 0.5em 0 0.6em 7.4666666667vw;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.25em;
}
.recruit-main-jobtype:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.2vw;
  background-image: url(../img/post/deco.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-main-jobtype::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #f3d723;
}

.recruit-main-desc p {
  line-height: 1.5em;
}

.recruit-btn-main {
  margin: 7.3333333333vw auto 0 auto;
  width: 85.3333333333vw;
}

@media all and (min-width: 751px) {
  .recruit-main-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit-main-image {
    margin: 0;
    width: 27.7777777778vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit-main-image img {
    height: 24.3055555556vw;
  }
  .recruit-main-content {
    width: 31.25vw;
  }
  .recruit-main-jobtype {
    padding-left: 2.7777777778vw;
    font-size: 2.0833333333vw;
  }
  .recruit-main-jobtype:before {
    width: 1.8055555556vw;
    height: 1.875vw;
  }
  .recruit-main-jobtype::after {
    height: 0.2777777778vw;
  }
  .recruit-main-desc p {
    line-height: 1.75em;
  }
  .recruit-btn-main {
    margin: 2.4305555556vw 0 0 0;
    width: 25vw;
  }
}
@media all and (min-width: 1441px) {
  .recruit-main-image {
    width: 400px;
  }
  .recruit-main-image img {
    height: 350px;
  }
  .recruit-main-content {
    width: 460px;
  }
  .recruit-main-jobtype {
    padding-left: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .recruit-main-jobtype:before {
    width: 26px;
    height: 27px;
  }
  .recruit-main-jobtype::after {
    height: 4px;
  }
  .recruit-btn-main {
    margin-top: 35px;
    width: 360px;
  }
}
/* ------------------------------------------- pr - */
.recruit-pr {
  margin-top: 13.3333333333vw;
}

.recruit-pr > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.recruit-pr-list {
  margin-top: 4.6666666667vw;
}

.recruit-pr-list > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.recruit-pr-ttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
}

.recruit-pr-content p {
  line-height: 1.5em;
}

.recruit-pr-content--full {
  width: 100% !important;
}

.recruit-pr-image {
  margin-top: 4vw;
}
.recruit-pr-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.recruit-pr-image a {
  display: block;
}

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

@media all and (min-width: 751px) {
  .recruit-pr {
    margin-top: 5.5555555556vw;
  }
  .recruit-pr > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .recruit-pr-list {
    margin-top: 2.0833333333vw;
  }
  .recruit-pr-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit-pr-list > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .recruit-pr-content {
    width: 38.1944444444vw;
  }
  .recruit-pr-ttl {
    font-size: 1.6666666667vw;
  }
  .recruit-pr-content p {
    line-height: 1.75em;
  }
  .recruit-pr-image {
    margin: 0;
    width: 20.8333333333vw;
  }
  .recruit-pr-image img {
    height: 13.8888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .recruit-pr {
    margin-top: 80px;
  }
  .recruit-pr > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .recruit-pr-list {
    margin-top: 30px;
  }
  .recruit-pr-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .recruit-pr-content {
    width: 550px;
  }
  .recruit-pr-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .recruit-pr-image {
    width: 300px;
  }
  .recruit-pr-image img {
    height: 200px;
  }
}
/* ------------------------------------------- point - */
.recruit-point {
  margin: 12vw auto 0 auto !important;
}

.recruit-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.recruit-point-image {
  margin-bottom: 4vw;
}

.recruit-point-image a {
  display: block;
}

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

.recruit-point-content p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .recruit-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .recruit-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .recruit-point {
    margin: 4.1666666667vw 0 0 0 !important;
  }
  .recruit-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .recruit-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .recruit-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .recruit-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .recruit-point-image {
    margin-bottom: 0.6944444444vw;
  }
  .recruit-point-image img {
    height: 14.5833333333vw;
  }
  .recruit-point-content p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .recruit-point {
    margin: 60px 0 0 0 !important;
  }
  .recruit-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .recruit-point-list {
    margin-left: -30px;
  }
  .recruit-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .recruit-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .recruit-point-image {
    margin-bottom: 10px;
  }
  .recruit-point-image img {
    height: 210px;
  }
  .recruit-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- pr - */
.recruit-interv {
  margin-top: 16vw;
}

.recruit-interv-head {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.recruit-interv-head-jp {
  position: relative;
  padding-right: 9.3333333333vw;
  display: inline-block;
  font-size: 6.1333333333vw;
  font-weight: 900;
  line-height: 1.25em;
}
.recruit-interv-head-jp:before {
  content: "";
  position: absolute;
  top: -8vw;
  left: -8vw;
  display: inline-block;
  width: 8.8vw;
  height: 8.8vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.recruit-interv-head-jp:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9.3333333333vw;
  display: inline-block;
  width: 15.7333333333vw;
  height: 5.2vw;
  background-image: url(../img/common/roller.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-interv > div:nth-child(n+3) {
  margin-top: 10.6666666667vw;
}

.recruit-interv-list {
  margin-top: 4.6666666667vw;
}

.recruit-interv-list > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.recruit-interv-ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.4em 0.5em 0.5em 1.5em;
  background-color: #f6f6f6;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}
.recruit-interv-ttl:after {
  content: "";
  position: absolute;
  top: 1em;
  left: -4vw;
  width: 8vw;
  height: 1.0666666667vw;
  background-color: #f3d723;
}

.recruit-interv-subttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
  z-index: 1;
}
.recruit-interv-subttl span {
  position: relative;
}
.recruit-interv-subttl span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 25%;
  background-color: #fff4ae;
  z-index: -1;
}

.recruit-interv-content p {
  line-height: 1.5em;
}

.recruit-interv-content--full {
  width: 100% !important;
}

.recruit-interv-image {
  margin-top: 4vw;
}
.recruit-interv-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.recruit-interv-image a {
  display: block;
}

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

@media all and (min-width: 751px) {
  .recruit-interv {
    margin-top: 6.9444444444vw;
  }
  .recruit-interv-head {
    margin-bottom: 2.4305555556vw;
  }
  .recruit-interv-head-jp {
    padding-right: 4.8611111111vw;
    font-size: 2.5vw;
  }
  .recruit-interv-head-jp:before {
    top: -3.4722222222vw;
    left: -4.5138888889vw;
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
  .recruit-interv-head-jp:after {
    right: -4.8611111111vw;
    width: 8.1944444444vw;
    height: 2.7083333333vw;
  }
  .recruit-interv > div:nth-child(n+3) {
    margin-top: 5.5555555556vw;
  }
  .recruit-interv-list {
    margin-top: 2.0833333333vw;
  }
  .recruit-interv-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit-interv-list > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .recruit-interv-content {
    width: 38.1944444444vw;
  }
  .recruit-interv-ttl {
    font-size: 1.9444444444vw;
  }
  .recruit-interv-ttl:after {
    left: -1.3888888889vw;
    width: 2.7777777778vw;
    height: 0.2777777778vw;
  }
  .recruit-interv-subttl {
    font-size: 1.6666666667vw;
  }
  .recruit-interv-content p {
    line-height: 1.75em;
  }
  .recruit-interv-image {
    margin: 0;
    width: 20.8333333333vw;
  }
  .recruit-interv-image img {
    height: 13.8888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .recruit-interv {
    margin-top: 100px;
  }
  .recruit-interv-head {
    margin-bottom: 35px;
  }
  .recruit-interv-head-jp {
    padding-right: 70px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .recruit-interv-head-jp:before {
    top: -50px;
    left: -65px;
    width: 66px;
    height: 66px;
  }
  .recruit-interv-head-jp:after {
    right: -70px;
    width: 118px;
    height: 39px;
  }
  .recruit-interv > div:nth-child(n+3) {
    margin-top: 80px;
  }
  .recruit-interv-list {
    margin-top: 30px;
  }
  .recruit-interv-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .recruit-interv-content {
    width: 550px;
  }
  .recruit-interv-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .recruit-interv-ttl:after {
    left: -20px;
    width: 40px;
    height: 4px;
  }
  .recruit-interv-subttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .recruit-interv-image {
    width: 300px;
  }
  .recruit-interv-image img {
    height: 200px;
  }
}
/* ------------------------------------------- detail - */
.recruit-job {
  margin-top: 13.3333333333vw;
}

.recruit-detail {
  position: relative;
}

.recruit-detail dl {
  position: relative;
  padding: 1.25em 1em;
}

.recruit-detail dl:nth-child(odd) {
  background-color: #f6f6f6;
}

.recruit-detail dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  padding-left: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.35em;
  white-space: nowrap;
}
.recruit-detail dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0666666667vw;
  height: 5.0666666667vw;
  background-color: #f3d723;
  border-radius: 0.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-detail dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 4.6666666667vw;
  line-height: 1.5em;
}

@media all and (min-width: 751px) {
  .recruit-job {
    margin-top: 5.5555555556vw;
  }
  .recruit-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .recruit-detail dl dt {
    margin: 0;
    padding-left: 1.3888888889vw;
    width: 15.2777777778vw;
  }
  .recruit-detail dl dt:before {
    width: 0.2777777778vw;
    height: 1.9444444444vw;
    border-radius: 0.1388888889vw;
  }
  .recruit-detail dl dd {
    padding: 0;
    width: calc(100% - 15.2777777778vw);
    line-height: 1.75em;
  }
}
@media all and (min-width: 1441px) {
  .recruit-job {
    margin-top: 80px;
  }
  .recruit-detail dl dt {
    padding-left: 20px;
    width: 220px;
  }
  .recruit-detail dl dt:before {
    width: 4px;
    height: 28px;
    border-radius: 2px;
  }
  .recruit-detail dl dd {
    width: calc(100% - 220px);
  }
}
/* ------------------------------------------- map - */
.recruit-map {
  margin-top: 13.3333333333vw;
}

@media all and (min-width: 751px) {
  .recruit-map {
    margin-top: 5.5555555556vw;
  }
  .recruit-map .ggmap {
    padding-bottom: 40%;
  }
}
@media all and (min-width: 1441px) {
  .recruit-map {
    margin-top: 80px;
  }
}