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

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

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

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

@media all and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media all 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.8;
}

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

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

@media all and (min-width: 751px) {
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media all and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
@media all and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

.youtube iframe,
.ggmap iframe {
  border: none;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
/* ------------------------------------------- header top - */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 2.6666666667vw;
  width: 100%;
  height: 16vw;
  background-color: #fbf9f2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  z-index: 8888;
}

.header.is-fixed {
  visibility: hidden;
  opacity: 0;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 2.6666666667vw;
  width: 80.5333333333vw;
}

.header-image a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 371px;
}

.header-store-name {
  font-weight: 700;
  color: #126fb4;
}

@media all and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 90.1333333333vw;
    background-color: #fbf9f2;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility 0.4s;
    transition: visibility 0.4s;
  }
  .header-content.is-open {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .header-content-scroll {
    position: relative;
    padding: 23.3333333333vw 0 8vw 0;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
  }
  .header-content-in {
    position: relative;
    margin: 0 auto;
    width: 95.2vw;
  }
  .header-btn {
    display: none;
  }
  .header .relation {
    margin-bottom: 0;
  }
  .header-image a {
    width: 39.4666666667vw;
  }
  .header-store-name {
    font-size: 3.2vw;
  }
  .header-pc {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .header {
    padding: 0 0.6944444444vw;
    height: 6.25vw;
  }
  .header-image {
    gap: 0 0.6944444444vw;
    width: 39.2361111111vw;
  }
  .header-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-btn {
    margin-left: 1.3888888889vw;
    width: 18.0555555556vw;
  }
  .header-btn .btn:after {
    content: none;
  }
  .header-btn a {
    padding-right: 0;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
  }
  .header-btn a span {
    font-size: 1.1805555556vw;
  }
  .header-image a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-sp {
    display: none;
  }
}
@media all and (min-width: 1441px) {
  .header {
    padding: 0 20px;
    height: 90px;
  }
  .header-image {
    gap: 0 10px;
    width: 565px;
  }
  .header-btn {
    margin-left: 30px;
    width: 260px;
  }
  .header-btn a {
    height: 60px;
    border-radius: 30px;
  }
  .header-btn a span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media all and (min-width: 751px) and (max-width: 1549px) {
  .header-image {
    width: 28%;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}

@media all and (min-width: 751px) {
  .contents {
    padding-top: 6.25vw;
  }
}
@media all and (min-width: 1441px) {
  .contents {
    padding-top: 90px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-top: 14.6666666667vw;
  background-color: #e4831a;
}
.footer:before {
  content: "";
  position: absolute;
  top: -8.9333333333vw;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 9.0666666667vw;
  background-image: url(../img/common/wave.png);
  background-size: auto 9.0666666667vw;
  background-repeat: repeat-x;
}

.relation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 6.6666666667vw auto;
  width: 85.3333333333vw;
}

.relation a {
  display: block;
}

.relation--l {
  width: 100%;
}

.relation--social {
  width: 40.6666666667vw;
}

.relation--youtube {
  width: 40.6666666667vw;
}

.footer-bar {
  position: relative;
  margin: 0 auto;
  padding: 4vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  width: 80vw;
  background-color: #ffffff;
  border-radius: 6.6666666667vw 6.6666666667vw 0 0;
}

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

.footer-logo a {
  position: relative;
  display: block;
  padding: 3.4666666667vw 0 0 21.3333333333vw;
  height: 8.9333333333vw;
}
.footer-logo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 19.8666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/mark-l.svg);
  background-size: contain;
}

.footer-store-name {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  color: #126fb4;
}

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

.footer-social a {
  display: block;
  width: 6vw;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

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

.footer-social a:hover {
  opacity: 0.7;
}

.footer-copy {
  margin-top: 4vw;
  color: #e4831a;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
}

@media all and (max-width: 750px) {
  .footer {
    margin-bottom: 16vw;
  }
  .footer--sp {
    margin-bottom: 0;
  }
  .relation a:nth-child(n+3) {
    margin-top: 4vw;
  }
}
@media all and (min-width: 751px) {
  .footer {
    margin: 8.6805555556vw 0 0 0;
  }
  .footer:before {
    top: -4.6527777778vw;
    height: 4.7222222222vw;
    background-image: image-set(url(../img/common/wave.png) 1x, url(../img/common/wave-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/wave.png) 1x, url(../img/common/wave-2x.png) 2x);
    background-size: auto 4.7222222222vw;
  }
  .relation {
    margin-bottom: 0;
    width: 69.4444444444vw;
  }
  .relation--l {
    width: 34.0277777778vw;
  }
  .relation--social {
    width: 12.5vw;
  }
  .relation--youtube {
    width: 26.0416666667vw;
  }
  .footer-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.7777777778vw;
    width: 83.3333333333vw;
    height: 5.5555555556vw;
    border-radius: 3.4722222222vw 3.4722222222vw 0 0;
  }
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.6944444444vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 25vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer-logo a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.0416666667vw 0 0 7.2916666667vw;
    height: 2.9861111111vw;
  }
  .footer-logo a:before {
    width: 6.5277777778vw;
    height: 2.9861111111vw;
  }
  .footer-store-name {
    margin-top: 0.9027777778vw;
    text-align: left;
  }
  .footer-social {
    margin-top: 0;
  }
  .footer-social a {
    width: 2.0833333333vw;
  }
  .footer-social a:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .footer-copy {
    margin-top: 0;
    font-size: 0.8333333333vw;
    text-align: left;
  }
}
@media all and (min-width: 1441px) {
  .footer {
    margin-top: 125px;
  }
  .footer:before {
    top: -68px;
    height: 68px;
    background-size: auto 68px;
  }
  .relation {
    width: 1000px;
  }
  .relation--l {
    width: 490px;
  }
  .relation--social {
    width: 180px;
  }
  .relation--youtube {
    width: 375px;
  }
  .footer-bar {
    padding: 0 40px;
    width: 1200px;
    height: 80px;
    border-radius: 50px 50px 0 0;
  }
  .footer-logo {
    gap: 0 10px;
    width: 360px;
  }
  .footer-logo a {
    padding: 15px 0 0 105px;
    height: 43px;
  }
  .footer-logo a:before {
    width: 94px;
    height: 43px;
  }
  .footer-store-name {
    margin-top: 13px;
  }
  .footer-social a {
    width: 30px;
  }
  .footer-social a:nth-child(n+2) {
    margin-left: 20px;
  }
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  gnavi
-------------------------------------------------------*/
/* ------------------------------------------- sp - */
@media all and (max-width: 750px) {
  .navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 6.6666666667vw;
    border-radius: 5.3333333333vw;
    overflow: hidden;
  }
  .navi > a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 47.2vw;
    height: 14.6666666667vw;
    background-color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.25em;
    letter-spacing: 0;
  }
  .navi > a:nth-child(n+3) {
    margin-top: 0.8vw;
  }
  .navi > a:last-child {
    width: 100%;
  }
  .navi > a span.external {
    position: relative;
    display: inline-block;
    padding-right: 6.6666666667vw;
  }
  .navi > a span.external:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 4.4vw;
    height: 4.1333333333vw;
    background-image: url(../img/common/external-og.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* ------------------------------------------- pc - */
@media all and (min-width: 751px) {
  .navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  .navi > li {
    position: relative;
    display: block;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 0.2083333333vw;
    background-color: #e4831a;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navi > li:hover::after {
    width: 100%;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .navi-parent {
    position: relative;
  }
  .navi-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.5694444444vw;
    cursor: pointer;
  }
  .navi-menu > p {
    position: relative;
    display: inline-block;
    font-size: 1.0416666667vw;
    font-weight: 700;
    letter-spacing: 0;
  }
  .navi-parent .navi-menu > p {
    padding-right: 1.3888888889vw;
  }
  .navi-parent .navi-menu > p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.6944444444vw;
    height: 0.4166666667vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi-menu .external {
    position: relative;
    padding-right: 1.7361111111vw;
  }
  .navi-menu .external:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1.25vw;
    height: 1.1805555556vw;
    background-image: url(../img/common/external-og.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;
    min-width: 13.8888888889vw;
    height: auto;
    background-color: #e4831a;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 0.7em 0.5em;
    color: #ffffff;
    font-size: 0.9027777778vw;
    border-top: 1px solid #fbf9f2;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .navi-submenu-list a:first-child {
    border-top: none;
  }
  .navi-submenu-list a:hover {
    color: #126fb4;
  }
}
@media all and (min-width: 1441px) {
  .navi > li:after {
    height: 3px;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 25px;
  }
  .navi-menu {
    height: 37px;
  }
  .navi-menu > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navi-parent .navi-menu > p {
    padding-right: 20px;
  }
  .navi-parent .navi-menu > p:after {
    width: 10px;
    height: 6px;
  }
  .navi-menu .external {
    padding-right: 25px;
  }
  .navi-menu .external:after {
    width: 18px;
    height: 17px;
  }
  .navi-submenu {
    padding: 5px 10px;
    min-width: 200px;
  }
  .navi-submenu-list a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 751px) and (max-width: 1699px) {
  .navi > li:nth-child(1) {
    display: none;
  }
}
@media all and (min-width: 1600px) {
  .navi-menu > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  toggle
-------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 2vw;
  right: 2.6666666667vw;
  width: 12vw;
  height: 12vw;
  background-color: #126fb4;
  border-radius: 50%;
  z-index: 8888;
  cursor: pointer;
}

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

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

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

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

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

.toggle.is-active span:nth-of-type(1) {
  top: 5.8666666667vw;
  -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.8666666667vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media all and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  section
-------------------------------------------------------*/
.sec {
  position: relative;
}

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

.sec-en {
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  color: #ffffff;
  font-size: 21.3333333333vw;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  z-index: -1;
}

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

.sec-head-desc {
  margin-top: 2.0833333333vw;
}
.sec-head-desc p {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}

.sec-head {
  position: relative;
  margin-bottom: 1em;
  font-size: 8.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.sec-head span {
  position: relative;
}
.sec-head span:before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: -4.6666666667vw;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.2666666667vw;
  background-size: contain;
}

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

.sec-btn .btn {
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
}

@media all and (min-width: 751px) {
  .sec-in {
    width: 69.4444444444vw;
  }
  .sec-en {
    font-size: 12.5vw;
  }
  .sec-head {
    font-size: 3.75vw;
  }
  .sec-head span:before {
    top: -1.3888888889vw;
    left: -2.7777777778vw;
    width: 3.4722222222vw;
    height: 3.2638888889vw;
  }
  .sec-head-ttl {
    top: 0.05em;
    font-size: 3.6111111111vw;
  }
  .sec-head-desc {
    margin: 0 0 0 2.0833333333vw;
  }
  .sec-head-desc p {
    font-size: 1.25vw;
  }
  .sec-btn {
    width: 29.1666666667vw;
  }
  .sec-btn .btn {
    height: 4.5138888889vw;
    border-radius: 2.4305555556vw;
  }
}
@media all and (min-width: 1441px) {
  .sec-in {
    width: 1000px;
  }
  .sec-en {
    font-size: 180px;
    font-size: 18rem;
  }
  .sec-head {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .sec-head span:before {
    top: -20px;
    left: -40px;
    width: 50px;
    height: 47px;
  }
  .sec-head-ttl {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .sec-head-desc {
    margin-left: 30px;
  }
  .sec-head-desc p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-btn {
    width: 420px;
  }
  .sec-btn .btn {
    height: 65px;
    border-radius: 35px;
  }
}
/*  button
-------------------------------------------------------*/
/* ------------------------------------------- search - */
.search-btn {
  margin-top: 5.3333333333vw;
}

.search p {
  margin-top: 5.3333333333vw;
  color: #37ab05;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

@media all and (min-width: 751px) {
  .search-btn {
    margin-top: 1.7361111111vw;
  }
  .search p {
    margin-top: 1.6666666667vw;
    font-size: 1.1111111111vw;
  }
}
@media all and (min-width: 1441px) {
  .search-btn {
    margin-top: 25px;
  }
  .search p {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- btn - */
.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 0.8vw;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  width: 1.8666666667vw;
  height: 3.3333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn span {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.15em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 1;
}

.btn--og {
  background-color: #ffffff;
  border-color: #f28f24;
}
.btn--og:after {
  background-image: url(../img/common/arrow-yo.svg);
}
.btn--og span {
  color: #f28f24;
}
.btn--og:hover {
  background-color: #f28f24;
}
.btn--og:hover:after {
  background-image: url(../img/common/arrow-wh.svg);
}
.btn--og:hover span {
  color: #ffffff;
}

.btn--search {
  top: 1.3333333333vw;
  height: 16vw;
  background-color: #37ab05;
  border-color: #37ab05;
  border-radius: 8vw;
  -webkit-box-shadow: 0 1.3333333333vw 0 0 #277f00;
          box-shadow: 0 1.3333333333vw 0 0 #277f00;
  -webkit-transform: translateY(-1.3333333333vw);
          transform: translateY(-1.3333333333vw);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn--search:after {
  background-image: url(../img/common/arrow-wh.svg);
}
.btn--search span {
  padding-left: 6.6666666667vw;
  color: #ffffff;
}
.btn--search span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.6666666667vw;
  width: 5.3333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn--search:hover {
  -webkit-box-shadow: 0 1px 0 0 #277f00;
          box-shadow: 0 1px 0 0 #277f00;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn--consul {
  background-color: #37ab05;
  border-color: #ffffff;
  -webkit-box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
}
.btn--consul:after {
  background-image: url(../img/common/arrow-wh.svg);
}
.btn--consul span {
  position: relative;
  padding-left: 9.3333333333vw;
  color: #ffffff;
}
.btn--consul span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.3333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media all and (min-width: 751px) {
  .btn {
    border-width: 0.2777777778vw;
  }
  .btn:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.25vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .btn span {
    font-size: 1.25vw;
  }
  .btn:not(.btn--search):hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .btn--search {
    top: 0.5555555556vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    -webkit-box-shadow: 0 0.5555555556vw 0 0 #277f00;
            box-shadow: 0 0.5555555556vw 0 0 #277f00;
    -webkit-transform: translateY(-0.5555555556vw);
            transform: translateY(-0.5555555556vw);
  }
  .btn--search span {
    padding-left: 3.4722222222vw;
  }
  .btn--search span:before {
    left: 0.6944444444vw;
    width: 1.5972222222vw;
    height: 1.1111111111vw;
  }
  .btn--search:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 0 0 #37ab05;
            box-shadow: 0 1px 0 0 #37ab05;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .btn--search:hover span:before {
    background-image: url(../img/common/mail-gr.svg);
  }
  .btn--search:hover:after {
    background-image: url(../img/common/arrow-gr.svg);
  }
  .btn--search:hover span {
    color: #37ab05;
  }
  .btn--consul {
    padding-right: 1.3888888889vw;
  }
  .btn--consul span {
    padding-left: 2.7777777778vw;
  }
  .btn--consul span:before {
    width: 1.5972222222vw;
    height: 1.1111111111vw;
  }
  .btn--consul:hover {
    background-color: #ffffff;
    border-color: #37ab05;
  }
  .btn--consul:hover:after {
    background-image: url(../img/common/arrow-gr.svg);
  }
  .btn--consul:hover span {
    color: #37ab05;
  }
  .btn--consul:hover span:before {
    background-image: url(../img/common/mail-gr.svg);
  }
}
@media all and (min-width: 1441px) {
  .btn {
    border-width: 4px;
  }
  .btn:after {
    right: 15px;
    width: 10px;
    height: 18px;
  }
  .btn span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn--search {
    top: 8px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-shadow: 0 8px 0 0 #277f00;
            box-shadow: 0 8px 0 0 #277f00;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .btn--search span {
    padding-left: 50px;
  }
  .btn--search span:before {
    left: 10px;
    width: 23px;
    height: 16px;
  }
  .btn--consul {
    padding-right: 20px;
  }
  .btn--consul span {
    padding-left: 40px;
  }
  .btn--consul span:before {
    width: 23px;
    height: 16px;
  }
}
/*  slide
-------------------------------------------------------*/
/* ------------------------------------------- pagination bar - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

@media all and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 0.9027777778vw;
  }
}
@media all and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 13px;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 888;
  cursor: pointer;
}
.slide-prev:before,
.slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-prev {
  left: 0;
}

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

.slide-next {
  right: 0;
}

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

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

@media all and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 60px;
    height: 60px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
}

.contact-form {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 8vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
}

.seminar-form .contact-form {
  margin-top: 0;
}

.contact-form > p {
  margin-bottom: 1.5em;
  text-indent: -0.5em;
}
.contact-form > p span {
  color: #dc3232;
}

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

.form dt {
  position: relative;
  margin-bottom: 0.5em;
  color: #333333;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.25em;
}

.form dd {
  position: relative;
  margin-top: 1.3333333333vw;
}

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

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

.form textarea {
  padding: 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #ffffff;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2vw;
  font-family: "MPLUSRounded1c", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  resize: none;
}

.form-label {
  position: relative;
}
.form-label:before {
  content: "*";
  position: absolute;
  top: 0;
  left: -0.5em;
  color: #ea5550;
  font-weight: 400;
}

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

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

@media all and (max-width: 750px) {
  .contact-form {
    margin-left: -2.5333333333vw;
    width: 95.2vw;
  }
  .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) {
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-content {
    width: 29.8611111111vw;
  }
  .contact-form {
    margin: 0;
    border-radius: 1.3888888889vw;
  }
  .contact .contact-form {
    padding: 2.0833333333vw 2.0833333333vw 3.4722222222vw 2.0833333333vw;
    width: 36.1111111111vw;
  }
  .seminar-form .contact-form {
    margin: 0 auto;
    padding: 3.4722222222vw 4.1666666667vw;
    width: 55.5555555556vw;
  }
  .form dl:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form dt {
    font-size: 1.1111111111vw;
  }
  .form dd {
    margin-top: 0;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select {
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form textarea {
    height: 13.8888888889vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form-label:before {
    left: -1em;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-content {
    width: 430px;
  }
  .contact-form {
    border-radius: 20px;
  }
  .contact .contact-form {
    padding: 30px 30px 50px 30px;
    width: 520px;
  }
  .seminar-form .contact-form {
    padding: 50px 60px;
    width: 800px;
  }
  .contact-form > p {
    text-indent: -1em;
  }
  .form dl:nth-child(n+2) {
    margin-top: 20px;
  }
  .form dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select {
    height: 60px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.65em;
  }
  .form textarea {
    height: 200px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 16px;
  }
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------- 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/page/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.7361111111vw;
    right: 1.0416666667vw;
    width: 0.8333333333vw;
    height: 0.6944444444vw;
  }
}
@media all and (min-width: 1441px) {
  .form-select:before {
    top: 25px;
    right: 15px;
    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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
}

.form-date02 .form-date-time {
  display: block;
  width: 100%;
}

.form-date-time > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40.2666666667vw;
}

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

.form-date02 .form-date-time > div,
.form-date02 .form-date-time > div .form-select {
  display: block;
  width: 100% !important;
}

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

@media all and (min-width: 751px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-date-calendar {
    width: 15.625vw;
  }
  .seminar-form .form-date-calendar {
    width: 30.9027777778vw;
  }
  .form-date-time {
    margin: 0 0 0 0.6944444444vw;
    width: 15.625vw;
  }
  .form-date02 .form-date-time {
    width: 15.2777777778vw;
  }
  .form-date-time > div {
    width: 7.2916666667vw;
  }
  .form-date02 .form-date-time > div {
    width: 100% !important;
  }
  .form-date-time > div .form-select {
    width: 5.5555555556vw;
  }
  .form-date02 .form-date-time > div .form-select {
    width: 100% !important;
  }
  .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: 225px;
  }
  .seminar-form .form-date-calendar {
    width: 445px;
  }
  .form-date-time {
    margin-left: 10px;
    width: 225px;
  }
  .form-date02 .form-date-time {
    width: 220px;
  }
  .form-date-time > div {
    width: 105px;
  }
  .form-date-time > div .form-select {
    width: 80px;
  }
  .form-date-time div:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ---------------------------------- people */
.form-people {
  margin-top: 4vw;
}

@media all and (min-width: 751px) {
  .form-people {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.3888888889vw;
  }
  .form-people dl {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
  .form .form-people dl {
    margin-top: 0;
  }
}
@media all and (min-width: 1441px) {
  .form-people {
    margin-top: 20px;
  }
}
/* ---------------------------------- placeholder */
.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.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: #cccccc;
}

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

/* ---------------------------------- radio & checkbox */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

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

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

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

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

.form input[type=radio] + span,
.form input[type=checkbox] + span,
.form-consent input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}

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

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

.form input[type=checkbox] + span::before,
.form-consent input[type=checkbox] + span::before {
  border-radius: 2.1333333333vw;
}

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

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

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

@media all and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form .wpcf7-radio,
  .form .wpcf7-checkbox,
  .form-consent .wpcf7-checkbox {
    margin: -0.6944444444vw 0 0.6944444444vw -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form .wpcf7-radio .wpcf7-list-item,
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.7361111111vw 0 0 2.7777777778vw;
  }
  .form-consent .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 2.7777777778vw;
  }
  .form input[type=radio] + span,
  .form input[type=checkbox] + span,
  .form-consent input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form input[type=radio] + span::before,
  .form input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-width: 0.2083333333vw;
  }
  .form input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    border-radius: 0.5555555556vw;
  }
  .form input[type=radio]:checked + span::after {
    left: 0.625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .form input[type=checkbox]:checked + span::after,
  .form-consent input[type=checkbox]:checked + span::after {
    left: 0.4166666667vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #e4831a;
    border-bottom: 0.3472222222vw solid #e4831a;
  }
}
@media all and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form .wpcf7-radio,
  .form .wpcf7-checkbox,
  .form-consent .wpcf7-checkbox {
    margin: -10px 0 10px -40px;
    width: calc(100% + 40px);
  }
  .form .wpcf7-radio .wpcf7-list-item,
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 25px 0 0 40px;
  }
  .form-consent .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 40px;
  }
  .form input[type=radio] + span,
  .form input[type=checkbox] + span,
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form input[type=radio] + span::before,
  .form input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    width: 30px;
    height: 30px;
    border-width: 3px;
  }
  .form input[type=checkbox] + span::before,
  .form-consent input[type=checkbox] + span::before {
    border-radius: 8px;
  }
  .form input[type=radio]:checked + span::after {
    left: 9px;
    width: 18px;
    height: 18px;
  }
  .form input[type=checkbox]:checked + span::after,
  .form-consent input[type=checkbox]:checked + span::after {
    left: 6px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #e4831a;
    border-bottom: 5px solid #e4831a;
  }
}
/* ---------------------------------- btn */
.form-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 9.3333333333vw auto 0 auto;
  width: 100%;
  height: 14.6666666667vw;
  background-color: #126fb4;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 8vw;
  cursor: pointer;
  z-index: 1;
}

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

.form-submit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "MPLUSRounded1c", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  z-index: 2;
}

.form-btn:hover {
  opacity: 0.8;
}

@media all and (min-width: 751px) {
  .form-btn {
    margin-top: 3.4722222222vw;
    width: 25vw;
    height: 4.8611111111vw;
    border-width: 0.2777777778vw;
    border-radius: 3.4722222222vw;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .form-btn:after {
    right: 1.3888888889vw;
    width: 0.6944444444vw;
    height: 1.25vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .form-submit {
    font-size: 1.25vw;
  }
  .form-btn:hover {
    background-color: #ffffff;
  }
  .form-btn:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .form-btn:hover .form-submit {
    color: #126fb4;
  }
}
@media all and (min-width: 1441px) {
  .form-btn {
    margin-top: 50px;
    width: 360px;
    height: 70px;
    border-width: 4px;
    border-radius: 50px;
  }
  .form-btn:after {
    right: 20px;
    width: 10px;
    height: 18px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ---------------------------------- レイアウト崩れ防止 */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

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

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

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

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

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

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

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

.wpcf7-response-output {
  font-size: 2.9333333333vw;
}

@media all and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
  .wpcf7-response-output {
    font-size: 0.9722222222vw !important;
  }
}
@media all and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
  .wpcf7-response-output {
    font-size: 14px;
    font-size: 1.4rem !important;
  }
}
/*  float
-------------------------------------------------------*/
.float {
  position: fixed;
  right: 0.6944444444vw;
  bottom: 6.25vw;
  display: none;
  z-index: 666;
}

.float > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2777777778vw;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
.float > a span {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.float > a:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.float > a:nth-child(1) {
  padding-top: 2.2222222222vw;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background-color: #37ab05;
}
.float > a:nth-child(1) span {
  position: relative;
  font-size: 1.1111111111vw;
  text-indent: 0.75em;
  line-height: 1.2em;
}
.float > a:nth-child(1) span:before {
  content: "";
  position: absolute;
  top: 0.3472222222vw;
  left: -0.35em;
  display: inline-block;
  width: 0.9027777778vw;
  height: 1.3888888889vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.float > a:nth-child(1):before {
  top: 1.0416666667vw;
  width: 3.1944444444vw;
  height: 2.0833333333vw;
  background-image: url(../img/common/smile-wh.svg);
}
.float > a:nth-child(1):hover {
  background-color: #ffffff;
  border-color: #37ab05;
}
.float > a:nth-child(1):hover span {
  color: #37ab05;
}
.float > a:nth-child(1):hover span:before {
  background-image: url(../img/common/mail-gr.svg);
}
.float > a:nth-child(1):hover:before {
  background-image: url(../img/common/smile-gr.svg);
}

@media all and (min-width: 1441px) {
  .float {
    right: 10px;
    bottom: 90px;
  }
  .float > a {
    border-width: 4px;
  }
  .float > a:nth-child(1) {
    padding-top: 32px;
    width: 120px;
    height: 120px;
  }
  .float > a:nth-child(1) span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .float > a:nth-child(1) span:before {
    top: 5px;
    width: 13px;
    height: 20px;
  }
  .float > a:nth-child(1):before {
    top: 15px;
    width: 46px;
    height: 30px;
  }
}
@media all and (max-width: 750px) {
  .float {
    display: none !important;
  }
}
/*  fixed
-------------------------------------------------------*/
.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 16vw;
  z-index: 6666;
}

.fixed ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed ul > li {
  padding: 0 0.6666666667vw;
  width: 100%;
}

.fixed ul > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
}
.fixed ul > li a span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.15em;
}
.fixed ul > li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fixed ul > li:nth-child(1) {
  background-color: #37ab05;
}
.fixed ul > li:nth-child(1) span {
  padding-left: 9.3333333333vw;
}
.fixed ul > li:nth-child(1) span:before {
  width: 5.3333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/mail-wh.svg);
}

@media all and (min-width: 751px) {
  .fixed {
    display: none !important;
  }
}
/* page -- > common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- page - */
.sec--page {
  padding: 8vw 0 4.6666666667vw 0;
}

.page-ttl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6vw 0 10vw 0;
  text-align: center;
  overflow: hidden;
}
.page-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.3333333333vw;
  display: inline-block;
  width: 100%;
  height: 15.7333333333vw;
  background-image: url(../img/hero/city.png);
  background-size: auto 15.7333333333vw;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-ttl > div {
  position: relative;
  padding: 2.6666666667vw 5.3333333333vw 2vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  z-index: 2;
}

.page-ttl-jp {
  color: #126fb4;
  font-size: 7.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

.page-ttl-en {
  margin-top: 0.5em;
  color: #e4831a;
  font-weight: 700;
  font-size: 3.4666666667vw;
  text-transform: uppercase;
}

.page-head {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.25em;
}
.page-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #37ab05;
  border-radius: 0.6666666667vw;
}

@media all and (min-width: 751px) {
  .sec--page {
    padding: 4.5138888889vw 0 2.0833333333vw 0;
  }
  .page-ttl {
    padding: 4.5138888889vw 0 3.8194444444vw 0;
  }
  .page-ttl:after {
    bottom: -1.0416666667vw;
    height: 8.2638888889vw;
    background-image: url(../img/hero/city.png);
    background-image: image-set(url(../img/hero/city.png) 1x, url(../img/hero/city-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/hero/city.png) 1x, url(../img/hero/city-2x.png) 2x);
    background-size: auto 8.2638888889vw;
  }
  .page-ttl > div {
    padding: 1.3888888889vw 4.1666666667vw 1.3888888889vw 4.1666666667vw;
    border-radius: 0.6944444444vw;
  }
  .page-ttl > div:before, .page-ttl > div:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .page-ttl > div:before {
    top: -3.8194444444vw;
    left: -28.8194444444vw;
    width: 18.5416666667vw;
    height: 8.125vw;
    background-image: url(../img/page/deco-l.svg);
  }
  .page-ttl > div:after {
    top: -3.9583333333vw;
    right: -30.9027777778vw;
    width: 24.5833333333vw;
    height: 7.5vw;
    background-image: url(../img/page/deco-r.svg);
  }
  .page-ttl-jp {
    font-size: 3.75vw;
  }
  .page-ttl-en {
    font-size: 1.1111111111vw;
  }
  .page-head {
    font-size: 2.0833333333vw;
  }
  .page-head:after {
    height: 0.2777777778vw;
    border-radius: 0.2083333333vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--page {
    padding: 65px 0 30px 0;
  }
  .page-ttl {
    padding: 65px 0 55px 0;
  }
  .page-ttl:after {
    bottom: -15px;
    height: 119px;
    background-size: auto 119px;
  }
  .page-ttl > div {
    padding: 20px 60px 20px 60px;
    border-radius: 10px;
  }
  .page-ttl > div:before {
    top: -55px;
    left: -415px;
    width: 267px;
    height: 117px;
  }
  .page-ttl > div:after {
    top: -57px;
    right: -445px;
    width: 354px;
    height: 108px;
  }
  .page-ttl-jp {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .page-ttl-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-head {
    font-size: 30px;
    font-size: 3rem;
  }
  .page-head:after {
    height: 4px;
    border-radius: 3px;
  }
}
/* ------------------------------------------- post - */
.post {
  position: relative;
  padding: 8.6666666667vw 2.9333333333vw 5.3333333333vw 2.9333333333vw;
  background-color: #ffffff;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 5.3333333333vw;
}

.post-new {
  position: absolute;
  top: -0.8vw;
  left: -0.8vw;
  display: inline-block;
  width: 18.6666666667vw;
  height: 18vw;
  background-image: url(../img/post/new_sp.png);
  background-size: contain;
  z-index: 2;
}

.post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6vw;
}

.post-date p {
  position: relative;
  padding-left: 4.6666666667vw;
  color: #969696;
  font-size: 3.4666666667vw;
  font-weight: 500;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  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: 2.6666666667vw;
}

.post-ttl {
  position: relative;
  margin-bottom: 0.8em;
  color: #126fb4;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.17em;
  letter-spacing: 0.05em;
}

@media all and (max-width: 750px) {
  .post {
    margin-left: -2.5333333333vw;
    width: 95.2vw;
  }
}
@media all and (min-width: 751px) {
  .post {
    padding: 4.5138888889vw 3.4722222222vw 2.7777777778vw 3.4722222222vw;
    border-width: 0.4166666667vw;
    border-radius: 2.7777777778vw;
  }
  .post-new {
    top: -0.4166666667vw;
    left: -0.4166666667vw;
    width: 7.6388888889vw;
    height: 7.4305555556vw;
    background-image: url(../img/post/new.png);
    background-image: image-set(url(../img/post/new.png) 1x, url(../img/post/new-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/post/new.png) 1x, url(../img/post/new-2x.png) 2x);
  }
  .post-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.3888888889vw;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    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-ttl {
    font-size: 2.5vw;
  }
}
@media all and (min-width: 1441px) {
  .post {
    padding: 65px 50px 40px 50px;
    border-width: 6px;
    border-radius: 40px;
  }
  .post-new {
    top: -6px;
    left: -6px;
    width: 110px;
    height: 107px;
  }
  .post-date {
    margin-bottom: 20px;
  }
  .post-date p {
    padding-left: 20px;
    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-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/* ------------------------------------------- none - */
.none {
  margin: 3em 0 5em 0;
}
.none p {
  text-align: center;
  line-height: 1.5em;
}

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

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.15em;
  font-weight: 700;
}

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

@media all and (min-width: 751px) {
  .none p {
    line-height: 1.75em;
  }
  .complete p,
  .notfound p {
    line-height: 1.75em;
  }
  .complete p:nth-child(n+2),
  .notfound p:nth-child(n+2) {
    margin-top: 1.75em;
  }
}
/*  first
-------------------------------------------------------------------------------*/
.first-advice {
  margin-top: 13.3333333333vw;
}

.first-advice > li:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.first-advice-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 2vw 3.3333333333vw;
  background-color: #126fb4;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
}
.first-advice-ttl:after {
  content: "";
  position: absolute;
  bottom: -0.9333333333vw;
  right: 3.3333333333vw;
  display: inline-block;
  width: 13.6vw;
  height: 10.5333333333vw;
  background-image: url(../img/post/house.svg);
  background-size: contain;
}

.first-advice-point {
  margin-bottom: 1.5em;
}

.first-advice-point > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-indent: -1.3em;
  line-height: 1.25em;
}
.first-advice-point > li:before {
  content: "●";
  margin-right: 0.3em;
}

.first-advice-point > li:nth-child(n+2) {
  margin-top: 0.5em;
}

.first-advice-desc p {
  font-weight: 500;
  line-height: 1.65em;
}

.first-advice-image {
  margin-top: 4.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.first-advice > li:nth-child(1) .first-advice-ttl {
  background-color: #126fb4;
}
.first-advice > li:nth-child(1) .first-advice-point > li:before {
  color: #126fb4;
}

.first-advice > li:nth-child(2) .first-advice-ttl {
  background-color: #37ab05;
}
.first-advice > li:nth-child(2) .first-advice-point > li:before {
  color: #37ab05;
}

.first-advice > li:nth-child(3) .first-advice-ttl {
  background-color: #e4831a;
}
.first-advice > li:nth-child(3) .first-advice-point > li:before {
  color: #e4831a;
}

@media all and (min-width: 751px) {
  .first-advice {
    margin-top: 4.8611111111vw;
  }
  .first-advice > li:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .first-advice-ttl {
    padding: 1.1805555556vw 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
  .first-advice-ttl:after {
    right: 2.0833333333vw;
    bottom: 0;
    width: 5.1388888889vw;
    height: 3.9583333333vw;
  }
  .first-advice-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-advice-content {
    width: 37.5vw;
  }
  .first-advice-point > li {
    font-size: 1.3888888889vw;
  }
  .first-advice-image {
    margin-top: 0;
    width: 29.8611111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .first-advice {
    margin-top: 70px;
  }
  .first-advice > li:nth-child(n+2) {
    margin-top: 70px;
  }
  .first-advice-ttl {
    padding: 17px 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .first-advice-ttl:after {
    right: 30px;
    width: 74px;
    height: 57px;
  }
  .first-advice-content {
    width: 540px;
  }
  .first-advice-point > li {
    font-size: 20px;
    font-size: 2rem;
  }
  .first-advice-image {
    width: 430px;
    border-radius: 20px;
  }
}
/* ------------------------------------------- free - */
.sec--free {
  padding: 24vw 0 13.3333333333vw 0;
  background-image: url(../img/first/bg.jpg);
  background-repeat: repeat;
}

.sec--free .sec-head-ttl {
  color: #126fb4;
  text-align: center;
}
.sec--free .sec-head-ttl:before {
  content: "";
  position: absolute;
  top: -12.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 30.5333333333vw;
  height: 9.3333333333vw;
  background-image: url(../img/advice/mark.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.free {
  position: relative;
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw 2.9333333333vw;
  background-color: #ffffff;
  border-color: #e4831a;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 5.3333333333vw;
}

.free-image {
  margin: 0 auto 5.3333333333vw auto;
  width: 48vw;
}

.free-ttl {
  margin-bottom: 0.7em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}

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

@media all and (min-width: 751px) {
  .sec--free {
    padding: 11.1111111111vw 0 7.6388888889vw 0;
  }
  .sec--free .sec-head-ttl:before {
    background-image: url(../img/first/mark.svg);
    background-size: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.8611111111vw;
    width: 10.9027777778vw;
    height: 3.3333333333vw;
  }
  .free {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.4722222222vw;
    padding: 3.4722222222vw;
    border-width: 0.2777777778vw;
    border-radius: 2.7777777778vw;
  }
  .free-image {
    margin: 0;
    width: 26.3888888889vw;
  }
  .free-content {
    width: 45.1388888889vw;
  }
  .free-ttl {
    font-size: 1.9444444444vw;
    text-align: left;
  }
}
@media all and (min-width: 1441px) {
  .sec--free {
    padding: 160px 0 110px 0;
  }
  .sec--free .sec-head-ttl:before {
    top: -70px;
    width: 157px;
    height: 48px;
  }
  .free {
    margin: 50px 0 0 -100px;
    padding: 50px;
    width: 1200px;
    border-width: 4px;
    border-radius: 40px;
  }
  .free-image {
    width: 380px;
  }
  .free-content {
    width: 650px;
  }
  .free-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* ------------------------------------------- myhome - */
.sec--myhome {
  padding: 5.3333333333vw 0;
}

.myhome-intro {
  padding: 5.3333333333vw 2.6666666667vw;
  background-color: #fef2ee;
  border-radius: 2.6666666667vw;
}

.myhome-intro-ttl {
  position: relative;
  margin-bottom: 5.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
}
.myhome-intro-ttl::first-letter {
  color: #e4831a;
}
.myhome-intro-ttl strong {
  color: #116fb4;
}
.myhome-intro-ttl::before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 13.3333333333vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/first/myhome_intro_deco.svg);
  background-size: contain;
}

.myhome-intro-desc p {
  font-weight: 500;
  line-height: 1.65em;
}
.myhome-intro-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .myhome-intro-image {
    margin-top: 5.3333333333vw;
  }
}
@media all and (min-width: 751px) {
  .sec--myhome {
    padding: 5.5555555556vw 0;
  }
  .myhome-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.3888888889vw;
    padding: 1.3888888889vw 8.3333333333vw;
    border-radius: 0.6944444444vw;
  }
  .myhome-intro-ttl {
    margin-bottom: 2.7777777778vw;
    font-size: 2.7777777778vw;
    line-height: 1.25em;
  }
  .myhome-intro-ttl::before {
    top: -1.9444444444vw;
    left: 1.6666666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .myhome-intro-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .myhome-intro-image {
    width: 22.9166666667vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--myhome {
    padding: 40px 0;
  }
  .myhome-intro {
    gap: 0 20px;
    padding: 20px 120px;
    border-radius: 10px;
  }
  .myhome-intro-ttl {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .myhome-intro-ttl::before {
    top: -28px;
    left: 24px;
    width: 40px;
    height: 40px;
  }
  .myhome-intro-image {
    width: 330px;
  }
}
.myhome-ex {
  margin-top: 5.3333333333vw;
  border-radius: 20px 20px 0 0;
}

.myhome-ex-content {
  padding: 5.3333333333vw 2.6666666667vw;
  background-color: #ffffff;
}

.myhome-ex-intro {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

.myhome-ex-ttl {
  padding: 1.3333333333vw;
  border-radius: 10px 10px 0 0;
  font-size: 5.3333333333vw;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}
.myhome-ex-ttl strong {
  font-size: 8vw;
}

.myhome-ex-support {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 5.3333333333vw 2.6666666667vw;
  background-color: #fef2ee;
  border-radius: 10px;
}
.myhome-ex-support::before {
  content: "";
  position: absolute;
  top: -6.9333333333vw;
  right: -4.2666666667vw;
  z-index: 1;
  display: inline-block;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.myhome-ex-support-ttl {
  margin-bottom: 8vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.myhome-ex-support-ttl::first-letter {
  color: #e4831a;
}

.myhome-ex-support-box {
  position: relative;
  padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  background-color: #ffffff;
}
.myhome-ex-support-box:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}
.myhome-ex-support-box p {
  font-weight: 500;
  line-height: 1.65em;
}

.myhome-ex-support-head {
  position: absolute;
  top: -2.9333333333vw;
  left: -0.2666666667vw;
  padding: 0.4em 1em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}

.myhome-ex-support-desc {
  margin-top: 5.3333333333vw;
  padding: 2.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 10px;
}
.myhome-ex-support-desc p {
  font-weight: 500;
  line-height: 1.65em;
}

.myhome-fp {
  border: 3px solid #126fb4;
}
.myhome-fp .myhome-ex-ttl {
  background-color: #126fb4;
}
.myhome-fp .myhome-ex-support-box {
  border: 1px solid #126fb4;
}
.myhome-fp .myhome-ex-support-head {
  background-color: #126fb4;
}
.myhome-fp .myhome-ex-support::before {
  background-image: url(../img/first/fp_illust_sp.png);
}

.myhome-shindan {
  border: 3px solid #e4831a;
}
.myhome-shindan .myhome-ex-ttl {
  background-color: #e4831a;
}
.myhome-shindan .myhome-ex-support-box {
  border: 1px solid #e4831a;
}
.myhome-shindan .myhome-ex-support-head {
  background-color: #e4831a;
}
.myhome-shindan .myhome-ex-support::before {
  background-image: url(../img/first/shindan_illust_sp.png);
}

@media screen and (min-width: 751px) {
  .myhome-ex {
    margin-top: 2.7777777778vw;
  }
  .myhome-ex-content {
    padding: 1.3888888889vw;
  }
  .myhome-ex-intro {
    padding-left: 9.7222222222vw;
    width: 75%;
    font-size: 1.3888888889vw;
  }
  .myhome-ex-ttl {
    padding: 1.0416666667vw 0.6944444444vw;
    font-size: 1.8055555556vw;
  }
  .myhome-ex-ttl strong {
    font-size: 2.7777777778vw;
  }
  .myhome-ex-support {
    margin-top: 1.3888888889vw;
    padding: 1.3888888889vw;
  }
  .myhome-ex-support::before {
    top: -10.4166666667vw;
    right: 0;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
  .myhome-ex-support-ttl {
    margin-bottom: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
  .myhome-ex-support-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.3888888889vw;
  }
  .myhome-ex-support-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.7361111111vw 0.6944444444vw 0.6944444444vw;
  }
  .myhome-ex-support-box:nth-child(n+2) {
    margin-top: 0;
  }
  .myhome-ex-support-head {
    top: -0.9027777778vw;
    font-size: 0.9722222222vw;
  }
  .myhome-ex-support-desc {
    margin-top: 1.3888888889vw;
    padding: 1.3888888889vw 6.9444444444vw;
  }
  .myhome-fp .myhome-ex-support::before {
    background-image: url(../img/first/fp_illust.png);
    background-image: -webkit-image-set(url(../img/first/fp_illust.png) 1x, url(../img/first/fp_illust-2x.png) 2x);
    background-image: image-set(url(../img/first/fp_illust.png) 1x, url(../img/first/fp_illust-2x.png) 2x);
  }
  .myhome-shindan .myhome-ex-support::before {
    background-image: url(../img/first/shindan_illust.png);
    background-image: -webkit-image-set(url(../img/first/shindan_illust.png) 1x, url(../img/first/shindan_illust-2x.png) 2x);
    background-image: image-set(url(../img/first/shindan_illust.png) 1x, url(../img/first/shindan_illust-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .myhome-ex {
    margin-top: 40px;
  }
  .myhome-ex-content {
    padding: 20px;
  }
  .myhome-ex-intro {
    padding-left: 140px;
    width: 75%;
    font-size: 2rem;
  }
  .myhome-ex-ttl {
    padding: 15px 10px;
    font-size: 2.6rem;
  }
  .myhome-ex-ttl strong {
    font-size: 4rem;
  }
  .myhome-ex-support {
    margin-top: 20px;
    padding: 20px;
  }
  .myhome-ex-support::before {
    top: -150px;
    width: 150px;
    height: 150px;
  }
  .myhome-ex-support-ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .myhome-ex-support-wrap {
    gap: 20px;
  }
  .myhome-ex-support-box {
    padding: 25px 10px 10px;
  }
  .myhome-ex-support-head {
    top: -13px;
    font-size: 1.4rem;
  }
  .myhome-ex-support-desc {
    margin-top: 20px;
    padding: 20px 100px;
  }
}
/* ------------------------------------------- flow - */
.sec--flow {
  padding-top: 13.3333333333vw;
}

.sec--flow .sec-head-ttl {
  margin-bottom: 1em;
  color: #126fb4;
  text-align: center;
}
.sec--flow .sec-head-ttl span {
  display: inline-block;
  margin-bottom: 0.2em;
  width: 73.4666666667vw;
}

.flow {
  position: relative;
}

.flow-box {
  position: relative;
  padding: 5.3333333333vw 3.3333333333vw;
  background-color: #ffffff;
  border-radius: 5.3333333333vw;
}

.flow-image {
  width: 77.3333333333vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}

.flow-head {
  position: relative;
  margin-bottom: 2.6666666667vw;
}

.flow-num {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #e4831a;
  border-radius: 50%;
  z-index: 1;
}
.flow-num p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0;
}
.flow-num p span {
  font-family: "Lato", sans-serif;
  font-size: 7.6vw;
}

.flow-catch {
  margin-bottom: 0.3em;
  color: #e4831a;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

.flow-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5em;
  color: #e4831a;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.25em;
}

.flow-desc p {
  font-weight: 500;
  line-height: 1.5em;
}

.flow .search {
  margin-top: 10.6666666667vw;
}
.flow .search .btn span {
  font-size: 4.8vw;
}

.flow > li > .flow-desc {
  margin-top: 4vw;
}

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

@media screen and (max-width: 750px) {
  .flow-box {
    margin-left: -2.5333333333vw;
    width: 95.2vw;
  }
  .flow-image {
    margin: 0 0 4.6666666667vw auto;
  }
  .flow-head {
    padding-left: 18.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--flow {
    padding-top: 7.6388888889vw;
  }
  .sec--flow .sec-head-ttl span {
    width: 39.8611111111vw;
  }
  .flow-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.7361111111vw;
    border-radius: 2.7777777778vw;
  }
  .flow-image {
    width: 31.9444444444vw;
    border-radius: 2.7777777778vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .flow-content {
    padding-top: 1.3888888889vw;
    width: 32.6388888889vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flow-head {
    margin: 0 0 1.3888888889vw auto;
    width: 27.0833333333vw;
  }
  .flow-num {
    top: -1.3888888889vw;
    left: -9.0277777778vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .flow-num p {
    font-size: 1.6666666667vw;
  }
  .flow-num p span {
    font-size: 3.3333333333vw;
  }
  .flow-catch {
    font-size: 1.25vw;
  }
  .flow-ttl {
    font-size: 2.5vw;
  }
  .flow .search {
    margin-top: 3.125vw;
  }
  .flow .search .btn span {
    font-size: 1.6666666667vw;
  }
  .flow > li > .flow-desc {
    margin-top: 1.7361111111vw;
  }
  .flow > li > .flow-desc p {
    text-align: center;
  }
  .flow > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--flow {
    padding-top: 110px;
  }
  .sec--flow .sec-head-ttl span {
    width: 574px;
  }
  .flow-box {
    padding: 25px;
    border-radius: 40px;
  }
  .flow-image {
    width: 460px;
    border-radius: 40px;
  }
  .flow-content {
    padding-top: 20px;
    width: 470px;
  }
  .flow-head {
    margin: 0 0 20px auto;
    width: 390px;
  }
  .flow-num {
    top: -20px;
    left: -130px;
    width: 100px;
    height: 100px;
  }
  .flow-num p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flow-num p span {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .flow-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .flow-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .flow .search {
    margin-top: 45px;
  }
  .flow .search .btn span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flow > li > .flow-desc {
    margin-top: 25px;
  }
  .flow > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
/* ------------------------------------------- btn - */
.flow-btn {
  margin-top: 4vw;
  width: 100%;
}

.flow-btn .btn {
  height: 16vw;
  border-radius: 8vw;
}

@media all and (max-width: 750px) {
  .flow-btn .btn span {
    font-size: 4.8vw;
  }
}
@media all and (min-width: 751px) {
  .flow-btn {
    margin-top: 2.0833333333vw;
    width: 24.3055555556vw;
  }
  .flow-btn .btn {
    height: 5.4166666667vw;
    border-radius: 3.125vw;
  }
}
@media all and (min-width: 1441px) {
  .flow-btn {
    margin-top: 30px;
    width: 350px;
  }
  .flow-btn .btn {
    height: 78px;
    border-radius: 45px;
  }
}
/*  sitemap
-------------------------------------------------------------------------------*/
.sitemap {
  position: relative;
}

.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

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

.sitemap-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.sitemap-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #126fb4;
  border-radius: 0.6666666667vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5em 0.1em 1.5em;
  height: 14.6666666667vw;
  background-color: #ffffff;
  border-color: #e4831a;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  width: 1.8666666667vw;
  height: 3.3333333333vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sitemap-menu .external span {
  position: relative;
  display: inline-block;
  padding-right: 7.3333333333vw;
}
.sitemap-menu .external span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.4vw;
  height: 4.1333333333vw;
  background-image: url(../img/common/external-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .sitemap-box > div {
    margin: 0 auto;
    width: 84vw;
  }
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media all and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-box > div:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .sitemap-ttl {
    font-size: 1.6666666667vw;
  }
  .sitemap-ttl:after {
    height: 0.2777777778vw;
    border-radius: 0.2083333333vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -1.3888888889vw;
  }
  .sitemap-menu a {
    margin-left: 1.3888888889vw;
    width: calc(33.33333% - 1.3888888889vw);
    height: 4.5138888889vw;
    border-width: 0.2777777778vw;
    border-radius: 2.4305555556vw;
    font-size: 1.1111111111vw;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.25vw;
  }
  .sitemap-menu a:hover {
    background-color: #e4831a;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu .external span {
    padding-right: 2.4305555556vw;
  }
  .sitemap-menu .external span:after {
    width: 1.25vw;
    height: 1.1805555556vw;
  }
  .sitemap-menu .external:hover span:after {
    background-image: url(../img/common/external-wh.svg);
  }
}
@media all and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-box > div:nth-child(n+2) {
    margin-top: 40px;
  }
  .sitemap-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sitemap-ttl:after {
    height: 4px;
    border-radius: 3px;
  }
  .sitemap-menu {
    margin-left: -20px;
  }
  .sitemap-menu a {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
    height: 65px;
    border-width: 4px;
    border-radius: 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 10px;
    height: 18px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
  .sitemap-menu .external span {
    padding-right: 35px;
  }
  .sitemap-menu .external span:after {
    width: 18px;
    height: 17px;
  }
}
/*  policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.policy-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.policy-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #e4831a;
  border-radius: 0.6666666667vw;
}

.policy p {
  margin-bottom: 1.5em;
  line-height: 1.65em;
}

.policy p:last-of-type {
  margin-bottom: 0 !important;
}

.policy-use {
  margin-bottom: 1.5em;
}

.policy-use li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.65em;
}
.policy-use li:before {
  content: "◎";
}

.policy-notes {
  margin-top: 1.5em;
}

.policy-notes li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.65em;
}
.policy-notes li:before {
  content: "※";
}

@media all and (min-width: 751px) {
  .policy > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy-ttl {
    font-size: 1.6666666667vw;
  }
  .policy-ttl:after {
    height: 0.2777777778vw;
    border-radius: 0.2083333333vw;
  }
}
@media all and (min-width: 1441px) {
  .policy > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy-ttl:after {
    height: 4px;
    border-radius: 3px;
  }
}
/* cta
-------------------------------------------------------------------------------*/
.cta {
  position: relative;
  margin: 0 auto;
  padding: 6.6666666667vw 0;
  width: 94.6666666667vw;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #e4831a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cta > div {
  position: relative;
  background-color: #ffffff;
  padding: 6.6666666667vw 4vw;
  border-radius: 8vw;
  z-index: 1;
}

.cta-logo {
  position: relative;
  margin: 0 auto 4vw auto;
  padding-bottom: 9.3333333333vw;
  width: 74.6666666667vw;
}
.cta-logo:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20.9333333333vw;
  height: 6.4vw;
  background-image: url(../img/common/mark-s.svg);
  background-size: contain;
}

.cta-tel {
  position: relative;
}

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

.cta-num a,
.cta-num p {
  display: inline-block;
  color: #126fb4;
  font-family: "Lato", sans-serif;
  font-size: 9.6vw;
  font-weight: 900;
  letter-spacing: 0;
}

.cta-time {
  margin-top: 0.5em;
  color: #126fb4;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}

@media all and (max-width: 750px) {
  .cta-logo:after {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta-btn {
    margin-top: 4vw;
  }
  .cta-btn a {
    height: 16vw;
    border-radius: 8vw;
  }
  .cta-btn a span {
    font-size: 4.8vw;
  }
}
@media all and (min-width: 751px) {
  .cta {
    padding: 2.7777777778vw 0;
    width: 76.3888888889vw;
  }
  .cta > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw 4.1666666667vw;
    border-radius: 4.1666666667vw;
  }
  .cta-contact {
    min-width: 40.2777777778vw;
  }
  .cta-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.0416666667vw;
    padding: 0 0 0 12.1527777778vw;
    width: 40.2777777778vw;
  }
  .cta-logo:after {
    top: 50%;
    left: 0;
    margin-top: -0.1388888889vw;
    width: 10.9027777778vw;
    height: 3.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta-tel {
    padding-left: 8.6805555556vw;
  }
  .cta-num {
    padding-left: 0;
  }
  .cta-num:before {
    left: -9.375vw;
    width: 7.2916666667vw;
    height: 3.0555555556vw;
    background-image: url(../img/common/label.png);
    background-image: image-set(url(../img/common/label.png) 1x, url(../img/common/label-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/label.png) 1x, url(../img/common/label-2x.png) 2x);
  }
  .cta-num a,
  .cta-num p {
    font-size: 4.7222222222vw;
  }
  .cta-time {
    font-size: 1.25vw;
    text-align: left;
  }
  .cta-btn {
    width: 24.3055555556vw;
  }
  .cta-btn .btn {
    height: 5.4166666667vw;
    border-radius: 3.125vw;
  }
}
@media all and (min-width: 1441px) {
  .cta {
    padding: 40px 0;
    width: 1100px;
  }
  .cta > div {
    padding: 30px 60px;
    border-radius: 60px;
  }
  .cta-contact {
    min-width: 580px;
  }
  .cta-logo {
    margin-bottom: 15px;
    padding-left: 175px;
    width: 580px;
    height: 48px;
  }
  .cta-logo:after {
    margin-top: -2px;
    width: 157px;
    height: 48px;
  }
  .cta-tel {
    padding-left: 125px;
  }
  .cta-num:before {
    left: -125px;
    width: 105px;
    height: 44px;
  }
  .cta-num a,
  .cta-num p {
    font-size: 68px;
    font-size: 6.8rem;
  }
  .cta-time {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cta-btn {
    width: 350px;
  }
  .cta-btn .btn {
    height: 78px;
    border-radius: 45px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.sec--inquiry {
  padding-top: 13.3333333333vw;
}

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

.inquiry-ttl {
  position: relative;
  margin-left: 1.3333333333vw;
  width: 90.1333333333vw;
}
.inquiry-ttl:after {
  content: "";
  position: absolute;
  top: 14.6666666667vw;
  right: -2vw;
  display: inline-block;
  width: 11.2vw;
  height: 14.6666666667vw;
  background-image: url(../img/inquiry/mark.svg);
  background-size: contain;
}

.inquiry > div {
  position: relative;
  margin-top: 4vw;
  padding: 6.6666666667vw 4vw;
  background-color: #ffffff;
  border-radius: 8vw;
}

.inquiry-logo {
  position: relative;
  padding-bottom: 9.3333333333vw;
  width: 74.6666666667vw;
}
.inquiry-logo:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 20.9333333333vw;
  height: 6.4vw;
  background-image: url(../img/common/mark-s.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inquiry-store-name {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  color: #126fb4;
}

.inquiry-tel {
  position: relative;
}

.inquiry-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
}

.inquiry-point > li {
  padding: 0.4em 1em;
  background-color: #e4831a;
  border-radius: 6.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

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

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

.inquiry-num a,
.inquiry-num p {
  display: inline-block;
  color: #126fb4;
  font-family: "Lato", sans-serif;
  font-size: 9.6vw;
  font-weight: 900;
  letter-spacing: 0;
}

.inquiry-time {
  margin-top: 0.5em;
  color: #126fb4;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}

.inquiry-navi {
  display: none;
}

@media all and (max-width: 750px) {
  .header .inquiry {
    margin-bottom: 4vw;
  }
  .inquiry-logo {
    margin: 0 auto 4vw auto;
  }
  .inquiry-point {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inquiry-btn {
    margin-top: 4vw;
  }
  .inquiry-btn a {
    height: 16vw;
    border-radius: 8vw;
  }
  .inquiry-btn a span {
    font-size: 4.8vw;
  }
}
@media all and (min-width: 751px) {
  .sec--inquiry {
    padding-top: 8.3333333333vw;
  }
  .inquiry {
    width: 94.4444444444vw;
  }
  .inquiry-ttl {
    margin-left: 25.2083333333vw;
    width: 49.5138888889vw;
  }
  .inquiry-ttl:before {
    content: "";
    position: absolute;
    top: -3.8194444444vw;
    left: -4.0277777778vw;
    display: inline-block;
    width: 6.25vw;
    height: 7.0138888889vw;
    background-image: url(../img/inquiry/balloon.png);
    background-image: image-set(url(../img/inquiry/balloon.png) 1x, url(../img/inquiry/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/balloon.png) 1x, url(../img/inquiry/balloon-2x.png) 2x);
    background-size: contain;
  }
  .inquiry-ttl:after {
    top: -1.3888888889vw;
    right: -1.875vw;
    width: 4.2361111111vw;
    height: 5.625vw;
  }
  .inquiry > div {
    margin-top: 2.4305555556vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw 3.125vw;
    border-radius: 4.1666666667vw;
  }
  .inquiry > div:after {
    content: "";
    position: absolute;
    top: -15.2777777778vw;
    left: 5.7638888889vw;
    display: inline-block;
    width: 15.2777777778vw;
    height: 19.0972222222vw;
    background-image: url(../img/inquiry/illust.svg);
    background-size: contain;
    z-index: -1;
  }
  .inquiry-logo {
    padding-bottom: 4.1666666667vw;
    width: 20.8333333333vw;
  }
  .inquiry-logo:after {
    width: 10.9027777778vw;
    height: 3.3333333333vw;
  }
  .inquiry-store-name {
    margin-top: 0.6944444444vw;
  }
  .inquiry-tel {
    padding-left: 7.9861111111vw;
    min-width: 33.3333333333vw;
  }
  .inquiry-point {
    margin-bottom: 0.3472222222vw;
  }
  .inquiry-point > li {
    border-radius: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-point > li:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .inquiry-num {
    padding-left: 0;
  }
  .inquiry-num:before {
    left: -7.9861111111vw;
    width: 7.2916666667vw;
    height: 3.0555555556vw;
    background-image: url(../img/common/label.png);
    background-image: image-set(url(../img/common/label.png) 1x, url(../img/common/label-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/label.png) 1x, url(../img/common/label-2x.png) 2x);
  }
  .inquiry-num a,
  .inquiry-num p {
    font-size: 3.75vw;
  }
  .inquiry-time {
    font-size: 1.0416666667vw;
    text-align: left;
  }
  .inquiry-navi {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.1111111111vw 0 1.1111111111vw 2.7777777778vw;
    width: 27.0833333333vw;
  }
  .inquiry-navi:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.2083333333vw;
    height: 100%;
    background-image: url(../img/inquiry/line.svg);
    background-size: 0.2083333333vw auto;
  }
  .inquiry-navi ul li:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .inquiry-navi ul li a {
    position: relative;
    display: block;
    padding-left: 1.0416666667vw;
    color: #126fb4;
    font-size: 1.1111111111vw;
    font-weight: 500;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .inquiry-navi ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 0.4166666667vw;
    height: 0.8333333333vw;
    background-image: url(../img/common/arrow.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-navi ul li a:hover {
    color: #e4831a;
  }
}
@media all and (min-width: 1441px) {
  .sec--inquiry {
    padding-top: 120px;
  }
  .inquiry {
    width: 1360px;
  }
  .inquiry-ttl {
    margin-left: 363px;
    width: 713px;
  }
  .inquiry-ttl:before {
    top: -55px;
    left: -58px;
    width: 90px;
    height: 101px;
  }
  .inquiry-ttl:after {
    top: -20px;
    right: -27px;
    width: 61px;
    height: 81px;
  }
  .inquiry > div {
    margin-top: 35px;
    padding: 30px 45px;
    border-radius: 60px;
  }
  .inquiry > div:after {
    top: -220px;
    left: 83px;
    width: 220px;
    height: 275px;
  }
  .inquiry-logo {
    padding-bottom: 60px;
    width: 300px;
  }
  .inquiry-logo:after {
    width: 157px;
    height: 48px;
  }
  .inquiry-store-name {
    margin-top: 10px;
  }
  .inquiry-tel {
    padding-left: 115px;
    min-width: 480px;
  }
  .inquiry-point {
    margin-bottom: 5px;
  }
  .inquiry-point > li {
    border-radius: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-point > li:nth-child(n+2) {
    margin-left: 10px;
  }
  .inquiry-num:before {
    left: -115px;
    width: 105px;
    height: 44px;
  }
  .inquiry-num a,
  .inquiry-num p {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .inquiry-time {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inquiry-navi {
    padding: 16px 0 16px 40px;
    width: 390px;
  }
  .inquiry-navi:before {
    width: 3px;
    background-size: 3px auto;
  }
  .inquiry-navi ul li a {
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-navi ul li a:before {
    width: 6px;
    height: 12px;
  }
}
/*  consul
-------------------------------------------------------------------------------*/
.consul-ttl {
  position: relative;
  margin-bottom: 0.5em;
  color: #e4831a;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.17em;
  letter-spacing: 0.05em;
}

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

.consul-box {
  position: relative;
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw 4vw;
  background-color: #ffffff;
  border-color: #e4831a;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}

.consul-box-ttl {
  margin-bottom: 1.2em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.consul-box-ttl:first-letter {
  color: #e4831a;
}

.consul-merit > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.consul-merit > li:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}

.consul-merit-icon {
  position: relative;
  padding-top: 2.6666666667vw;
  width: 16vw;
  height: 16vw;
  background-color: #e4831a;
  border-radius: 50%;
}
.consul-merit-icon p {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 900;
  text-align: center;
}
.consul-merit-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2.9333333333vw;
  display: inline-block;
  width: 8vw;
  height: 6.1333333333vw;
  background-image: url(../img/consultation/house.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.consul-merit-content {
  width: 60vw;
}

.consul-merit-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

@media all and (min-width: 751px) {
  .consul-ttl {
    font-size: 2.5vw;
  }
  .consul-box {
    margin-top: 2.4305555556vw;
    padding: 2.0833333333vw 1.3888888889vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .consul-box-ttl {
    font-size: 1.6666666667vw;
  }
  .consul-merit > li:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .consul-merit-icon {
    padding-top: 0.6944444444vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .consul-merit-icon p {
    font-size: 0.9722222222vw;
  }
  .consul-merit-icon:before {
    bottom: 0.7638888889vw;
    width: 2.0833333333vw;
    height: 1.5972222222vw;
  }
  .consul-merit-content {
    width: 20.8333333333vw;
  }
  .consul-merit-ttl {
    font-size: 1.25vw;
  }
}
@media all and (min-width: 1441px) {
  .consul-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .consul-box {
    margin-top: 35px;
    padding: 30px 20px;
    border-width: 4px;
    border-radius: 20px;
  }
  .consul-box-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .consul-merit > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .consul-merit-icon {
    padding-top: 10px;
    width: 60px;
    height: 60px;
  }
  .consul-merit-icon p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .consul-merit-icon:before {
    bottom: 11px;
    width: 30px;
    height: 23px;
  }
  .consul-merit-content {
    width: 300px;
  }
  .consul-merit-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  first-intro
-------------------------------------------------------------------------------*/
.sec--first-intro {
  padding: 10.6666666667vw 0 13.3333333333vw 0;
}

.first-intro-ttl {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.first-intro-ttl span {
  display: inline-block;
  margin: 0 0.2em 0.3em 0;
  width: 73.4666666667vw;
}

.first-intro-desc p {
  font-weight: 500;
  line-height: 1.65em;
}

.first-intro-movie {
  position: relative;
  margin-top: 4.6666666667vw;
}

.first-intro-movie .youtube {
  border-color: #fff4a6;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 5.3333333333vw;
}

.sec-btn-first-intro {
  margin-top: 9.3333333333vw;
}
.sec-btn-first-intro .btn--og {
  background-color: #e4831a;
  border-color: #e4831a;
}
.sec-btn-first-intro .btn--og:after {
  background-image: url(../img/common/arrow-wh.svg);
}
.sec-btn-first-intro span {
  padding-left: 9.3333333333vw;
  color: #ffffff;
}
.sec-btn-first-intro span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.2666666667vw;
  height: 6vw;
  background-image: url(../img/common/beginner-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (min-width: 751px) {
  .sec--first-intro {
    padding: 5.5555555556vw 0 6.9444444444vw 0;
  }
  .first-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-intro-content {
    width: 34.0277777778vw;
  }
  .first-intro-ttl {
    font-size: 1.6666666667vw;
  }
  .first-intro-ttl span {
    width: 30.5555555556vw;
  }
  .first-intro-movie {
    margin-top: 0;
    width: 32.6388888889vw;
  }
  .first-intro-movie .youtube {
    border-width: 0.2777777778vw;
    border-radius: 2.7777777778vw;
  }
  .sec-btn-first-intro {
    margin-top: 4.1666666667vw;
  }
  .sec-btn-first-intro span {
    padding-left: 3.4722222222vw;
  }
  .sec-btn-first-intro span:before {
    width: 1.5277777778vw;
    height: 2.4305555556vw;
  }
  .sec-btn-first-intro:hover .btn--og {
    background-color: #ffffff;
  }
  .sec-btn-first-intro:hover .btn--og::after {
    background-image: url(../img/common/arrow-og.svg);
  }
  .sec-btn-first-intro:hover span {
    color: #e4831a;
  }
  .sec-btn-first-intro:hover span:before {
    background-image: url(../img/common/beginner-og.svg);
  }
}
@media all and (min-width: 1441px) {
  .sec--first-intro {
    padding: 80px 0 110px 0;
  }
  .first-intro-content {
    width: 490px;
  }
  .first-intro-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .first-intro-ttl span {
    width: 440px;
  }
  .first-intro-movie {
    width: 470px;
  }
  .first-intro-movie .youtube {
    border-width: 4px;
    border-radius: 40px;
  }
  .sec-btn-first-intro {
    margin-top: 60px;
  }
  .sec-btn-first-intro span {
    padding-left: 50px;
  }
  .sec-btn-first-intro span:before {
    width: 22px;
    height: 35px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  background-color: #e4831a;
}

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

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

.breadcrumb-list li:after {
  content: "＞";
  margin: 0 2.6666666667vw;
}

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

.breadcrumb-list li a {
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.breadcrumb-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #f8c38a;
}

.breadcrumb-list li a:hover {
  color: #f8c38a;
}

@media all and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -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.45em;
  }
  .breadcrumb-list li:after {
    margin: 0 1.0416666667vw;
  }
  .breadcrumb-list li a:after {
    height: 0.1388888889vw;
  }
}
@media all 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 all and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/*  pagination
-------------------------------------------------------------------------------*/
.archivenavi {
  margin-top: 10.6666666667vw;
}

.archivenavi .archivenavi-count {
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
}

.pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.3333333333vw;
}

.pagination-list li {
  margin-right: 1.3333333333vw;
}

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

.pagination-list li span,
.pagination-list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 50%;
  color: #126fb4;
  font-size: 3.7333333333vw;
  font-weight: 900;
  letter-spacing: 0;
  overflow: hidden;
}

.pagination-list li.is-current span {
  background-color: #126fb4;
  color: #fbf9f2;
}

.pagination-prev a:after,
.pagination-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8666666667vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

@media all and (min-width: 751px) {
  .archivenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.5555555556vw;
  }
  .archivenavi .archivenavi-count {
    margin-bottom: 0;
    font-size: 1.25vw;
    text-align: left;
  }
  .pagination-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 0 1.7361111111vw;
  }
  .pagination-list li {
    margin-right: 0.3472222222vw;
  }
  .pagination-list li span,
  .pagination-list li a {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
    border-width: 0.2083333333vw;
    font-size: 1.25vw;
  }
  .pagination-list li span:hover,
  .pagination-list li a:hover {
    background-color: #126fb4;
    color: #ffffff;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .pagination-prev a:after,
  .pagination-next a:after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }
  .pagination-prev a:hover:after,
  .pagination-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}
@media all and (min-width: 1441px) {
  .archivenavi {
    margin-top: 80px;
  }
  .archivenavi .archivenavi-count {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagination-list {
    margin-left: 25px;
  }
  .pagination-list li {
    margin-right: 5px;
  }
  .pagination-list li span,
  .pagination-list li a {
    width: 55px;
    height: 55px;
    border-width: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagination-prev a:after,
  .pagination-next a:after {
    width: 8px;
    height: 15px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 89.8666666667vw;
  height: 13.3333333333vw;
}

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

.pagenavi-prev {
  right: 0;
}

.pagenavi-next {
  left: 0;
}

.pagenavi-prev a,
.pagenavi-next a,
.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 0.8vw;
}

.pagenavi-prev a,
.pagenavi-next a {
  height: 10.6666666667vw;
  background-color: #126fb4;
  border-color: #126fb4;
  border-radius: 50%;
}

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

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

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

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

.pagenavi-back a {
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-color: #e4831a;
  border-radius: 6.6666666667vw;
  color: #e4831a;
  font-size: 4.2666666667vw;
  font-weight: 800;
}

@media all and (min-width: 751px) {
  .pagenavi {
    margin: 3.4722222222vw auto 0 auto;
    width: 36.8055555556vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 4.1666666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.2777777778vw;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #ffffff;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.7638888889vw;
    height: 1.5277777778vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .pagenavi-back {
    width: 21.875vw;
  }
  .pagenavi-back a {
    border-radius: 2.0833333333vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .pagenavi-back a:hover {
    background-color: #e4831a;
    color: #ffffff;
  }
}
@media all and (min-width: 1441px) {
  .pagenavi {
    margin-top: 50px;
    width: 530px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 60px;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 60px;
    border-width: 4px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 11px;
    height: 22px;
  }
  .pagenavi-back {
    width: 315px;
  }
  .pagenavi-back a {
    border-radius: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 4vw -2vw;
}

.term-menu > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2vw;
  width: calc(50% - 2vw);
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.term-menu > a:hover {
  background-color: #126fb4;
  color: #ffffff;
}

.term-menu > a.is-current {
  background-color: #126fb4;
  color: #ffffff;
}

@media all and (max-width: 750px) {
  .term-menu > a:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media all and (min-width: 751px) {
  .term-menu {
    margin: 0 0 2.0833333333vw -1.0416666667vw;
  }
  .term-menu > a {
    margin-left: 1.0416666667vw;
    width: calc(25% - 1.0416666667vw);
    height: 3.4722222222vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .term-menu > a:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
}
@media all and (min-width: 1441px) {
  .term-menu {
    margin: 0 0 30px -15px;
  }
  .term-menu > a {
    margin-left: 15px;
    width: calc(25% - 15px);
    height: 50px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .term-menu > a:nth-child(n+5) {
    margin-top: 15px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  margin: 0 auto;
  width: 100%;
  font-family: "MPLUSRounded1c", sans-serif;
}
.editor h2 {
  position: relative;
  margin: 1.5em 0 0.5em 0;
  padding: 2vw 3.3333333333vw;
  background-color: #126fb4;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
}
.editor h2:after {
  content: "";
  position: absolute;
  bottom: -0.9333333333vw;
  right: 3.3333333333vw;
  display: inline-block;
  width: 13.6vw;
  height: 10.5333333333vw;
  background-image: url(../img/post/house.svg);
  background-size: contain;
}
.editor h3 {
  position: relative;
  margin: 1.5em 0 0.5em 0;
  padding: 3.3333333333vw 2.6666666667vw 3.3333333333vw 4.6666666667vw;
  background-color: #fbf9f2;
  color: #e4831a;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
}
.editor h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0666666667vw;
  height: 100%;
  background-color: #e4831a;
}
.editor h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8vw 0 2.8vw 2.6666666667vw;
  border-color: transparent transparent transparent #e4831a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor h4 {
  position: relative;
  margin: 1em 0 0.5em 0;
  padding: 3.3333333333vw 2.6666666667vw 3.3333333333vw 4.6666666667vw;
  color: #126fb4;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.2666666667vw;
  border-color: transparent transparent transparent #126fb4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.editor h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #fbf9f2;
}
.editor p {
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.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 {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.editor a:not(.editor-lightbox) {
  position: relative;
  color: #e4831a;
  font-weight: 700;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #e4831a;
}
.editor a:hover {
  opacity: 0.8;
}
.editor strong {
  font-weight: 700;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 1.5em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 2.5em;
  list-style-type: decimal-leading-zero;
  line-height: 1.5em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media all and (max-width: 750px) {
  img.alignleft {
    margin: 1.5em auto;
  }
  img.alignright {
    margin: 1.5em auto;
  }
}
@media all and (min-width: 751px) {
  .editor h2 {
    padding: 1.1805555556vw 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
  .editor h2:after {
    right: 2.0833333333vw;
    bottom: 0;
    width: 5.1388888889vw;
    height: 3.9583333333vw;
  }
  .editor h3 {
    padding: 1.0416666667vw 1.9444444444vw;
    font-size: 1.9444444444vw;
  }
  .editor h3:before {
    width: 0.5555555556vw;
  }
  .editor h3:after {
    border-width: 1.1805555556vw 0 1.1805555556vw 1.25vw;
  }
  .editor h4 {
    padding: 1.1805555556vw 1.9444444444vw;
    font-size: 1.6666666667vw;
  }
  .editor h4:before {
    border-width: 0.8333333333vw 0 0.8333333333vw 0.6944444444vw;
  }
  .editor h4:after {
    height: 0.2777777778vw;
  }
  .editor p {
    line-height: 1.75em;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .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 {
    line-height: 1.75em;
  }
  .editor ol li {
    line-height: 1.75em;
  }
  .editor iframe {
    max-width: 100%;
  }
}
@media all and (min-width: 1441px) {
  .editor h2 {
    padding: 17px 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .editor h2:after {
    right: 30px;
    width: 74px;
    height: 57px;
  }
  .editor h3 {
    padding: 15px 28px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .editor h3:before {
    width: 8px;
  }
  .editor h3:after {
    border-width: 17px 0 17px 18px;
  }
  .editor h4 {
    padding: 17px 28px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h4:before {
    border-width: 12px 0 12px 10px;
  }
  .editor h4:after {
    height: 4px;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.blog {
  position: relative;
}

.blog-post a {
  position: relative;
  display: block;
  background-color: #ffffff;
}

.blog-image {
  position: relative;
  overflow: hidden;
}
.blog-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 61.0666666667vw;
  margin: 0 auto;
}

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

.blog-content {
  position: relative;
  padding: 2.4vw 3.3333333333vw 9.3333333333vw 3.3333333333vw;
}

.blog-content-box {
  margin-bottom: 0.7em;
}

.blog-content-box .post-date {
  margin: 0 0 0 auto;
}

.blog-cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2.6666666667vw 0.7em 0;
  padding: 0 0.75em;
  height: 5.3333333333vw;
  background-color: #126fb4;
  border-radius: 2.6666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0;
}

.blog-ttl {
  position: relative;
  min-height: 3em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.blog-excerpt {
  margin-top: 0.5em;
}
.blog-excerpt p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.blog-more {
  position: absolute;
  right: 3.3333333333vw;
  bottom: 4vw;
  display: inline-block;
  padding-right: 4.6666666667vw;
  color: #e4831a;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.blog-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.6vw;
  height: 2.9333333333vw;
  background-image: url(../img/common/arrow-yo.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media all and (min-width: 751px) {
  .blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -3.0555555556vw;
  }
  .blog .blog-post {
    margin-left: 3.0555555556vw;
    width: calc(33.33333% - 3.0555555556vw);
  }
  .blog .blog-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .blog-image img {
    width: 21.5277777778vw;
    height: 14.5833333333vw;
  }
  .blog-content {
    padding: 1.0416666667vw 1.0416666667vw 3.4722222222vw 1.0416666667vw;
  }
  .blog-cat {
    margin-right: 0.6944444444vw;
    padding: 0 0.75em;
    height: 1.8055555556vw;
    border-radius: 0.9027777778vw;
    font-size: 0.9722222222vw;
  }
  .blog-ttl {
    font-size: 1.25vw;
    line-height: 1.33em;
  }
  .blog-excerpt p {
    font-size: 0.9722222222vw;
  }
  .blog-more {
    right: 1.0416666667vw;
    bottom: 1.0416666667vw;
    padding-right: 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .blog-more:after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }
  .blog-post a:hover .blog-more:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .blog {
    margin-left: -44px;
  }
  .blog .blog-post {
    margin-left: 44px;
    width: calc(33.33333% - 44px);
  }
  .blog .blog-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .blog-image img {
    width: 310px;
    height: 210px;
  }
  .blog-content {
    padding: 15px 15px 50px 15px;
  }
  .blog-cat {
    margin-right: 10px;
    height: 26px;
    border-radius: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-excerpt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-more {
    right: 15px;
    bottom: 15px;
    padding-right: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-more:after {
    width: 8px;
    height: 15px;
  }
}
.sec--page .blog-menu {
  margin-bottom: 8vw;
}

.blog-menu > li > a {
  position: relative;
  display: block;
  padding: 16vw 3.3333333333vw 13.3333333333vw 3.3333333333vw;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
}

.blog-menu-catch {
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  padding: 1em;
  min-width: 72vw;
  background-color: #126fb4;
  border-radius: 2.6666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blog-menu-catch p {
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
}

.blog-menu-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5.3333333333vw;
}

.blog-menu-ttl {
  color: #126fb4;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
}

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

.blog-menu-more {
  position: absolute;
  right: 3.3333333333vw;
  bottom: 4vw;
  display: inline-block;
  padding-right: 4.6666666667vw;
  color: #e4831a;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.blog-menu-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.6vw;
  height: 2.9333333333vw;
  background-image: url(../img/common/arrow-yo.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 750px) {
  .sec--page .blog-menu {
    margin-top: 5.3333333333vw;
  }
  .blog-menu > li:nth-child(n+2) {
    margin-top: 12vw;
  }
  .blog-menu-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-menu-image {
    min-height: 24vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog-menu--plan .blog-menu-image {
    width: 26.6666666667vw;
  }
  .blog-menu--search .blog-menu-image {
    width: 32.2666666667vw;
  }
  .blog-menu--choose .blog-menu-image {
    width: 38vw;
  }
  .blog-menu--type .blog-menu-image {
    width: 26.1333333333vw;
  }
  .blog-menu-ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 751px) {
  .sec--page .blog-menu {
    margin-bottom: 4.8611111111vw;
  }
  .blog-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -12.9166666667vw;
    width: 95.2777777778vw;
  }
  .blog-menu > li {
    width: 21.5277777778vw;
  }
  .blog-menu > li > a {
    padding: 5.5555555556vw 1.7361111111vw 4.8611111111vw 1.7361111111vw;
    border-radius: 1.3888888889vw;
  }
  .blog-menu > li > a:hover .blog-menu-more:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .blog-menu-catch {
    top: -1.3888888889vw;
    min-width: 16.3194444444vw;
    border-radius: 1.3888888889vw;
  }
  .blog-menu-catch p {
    font-size: 1.25vw;
  }
  .blog-menu-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 1.0416666667vw auto;
    width: 18.0555555556vw;
    height: 7.5694444444vw;
  }
  .blog-menu-ttl {
    font-size: 2.0833333333vw;
  }
  .blog-menu-more {
    right: 1.7361111111vw;
    bottom: 2.0833333333vw;
    padding-right: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .blog-menu-more:after {
    width: 0.6944444444vw;
    height: 1.25vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--page .blog-menu {
    margin-bottom: 70px;
  }
  .blog-menu {
    margin-left: -186px;
    width: 1372px;
  }
  .blog-menu > li {
    width: 310px;
  }
  .blog-menu > li > a {
    padding: 80px 25px 70px 25px;
    border-radius: 20px;
  }
  .blog-menu-catch {
    top: -20px;
    min-width: 235px;
    border-radius: 20px;
  }
  .blog-menu-catch p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-menu-image {
    margin: 0 auto 15px auto;
    width: 260px;
    height: 109px;
  }
  .blog-menu-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .blog-menu-more {
    right: 25px;
    bottom: 30px;
    padding-right: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-menu-more:after {
    width: 10px;
    height: 18px;
  }
}
/* ------------------------------------------- NEW - */
.blog-new {
  position: absolute;
  top: -1.3333333333vw;
  left: -1.3333333333vw;
  z-index: 1;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
}
.blog-new::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #e4831a;
}
.blog-new::after {
  content: "NEW";
  position: absolute;
  top: 3.2vw;
  left: 0.8vw;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #ffffff;
}

.blog-new-shadow {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.blog-new-shadow::before, .blog-new-shadow::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 1.3333333333vw;
  background-color: #ae691e;
}
.blog-new-shadow::before {
  top: 0;
  left: 0.2666666667vw;
}
.blog-new-shadow::after {
  top: 6.9333333333vw;
  left: -6.6666666667vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media all and (min-width: 751px) {
  .blog-new {
    top: -0.3472222222vw;
    left: -0.3472222222vw;
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .blog-new::after {
    top: 0.9027777778vw;
    left: 0.2777777778vw;
  }
  .blog-new-shadow::before, .blog-new-shadow::after {
    width: 100%;
    height: 0.3472222222vw;
  }
  .blog-new-shadow::before {
    left: 0.5555555556vw;
  }
  .blog-new-shadow::after {
    top: 2.2916666667vw;
    left: -1.7361111111vw;
  }
}
@media all and (min-width: 1441px) {
  .blog-new {
    top: -5px;
    left: -5px;
    width: 56px;
    height: 56px;
  }
  .blog-new::after {
    top: 13px;
    left: 4px;
  }
  .blog-new-shadow::before, .blog-new-shadow::after {
    height: 5px;
  }
  .blog-new-shadow::before {
    left: 8px;
  }
  .blog-new-shadow::after {
    top: 33px;
    left: -25px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.blog-side {
  margin-top: 16vw;
}

.blog-side > div {
  background-color: #ffffff;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

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

.blog-side-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12vw;
  padding: 0 1.5em;
  background-color: #126fb4;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

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

@media all and (min-width: 751px) {
  .blog-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -12.9166666667vw;
    width: 95.2777777778vw;
  }
  .blog-contents {
    width: 70.6944444444vw;
  }
  .blog-side {
    margin: 0;
    width: 21.5277777778vw;
  }
  .blog-side > div {
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw;
  }
  .blog-side > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .blog-side-ttl {
    height: 3.8194444444vw;
    font-size: 1.25vw;
  }
  .blog-side-content {
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .blog-archive {
    margin-left: -186px;
    width: 1372px;
  }
  .blog-contents {
    width: 1018px;
  }
  .blog-side {
    width: 310px;
  }
  .blog-side > div {
    border-width: 3px;
    border-radius: 20px;
  }
  .blog-side > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .blog-side-ttl {
    height: 55px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-side-content {
    padding: 10px 20px;
  }
}
/* ------------------------------------------- side - */
.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 9.3333333333vw 1em 2.6666666667vw;
  border-bottom: 1px solid #e4e4e4;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.28em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.blog-side-cat li:last-child a {
  border-bottom: none;
}

.blog-side-cat li a:hover {
  color: #e4831a;
}

.blog-side-cat li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.3333333333vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.blog-side-cat li a:hover::after {
  -webkit-transform: translateX(0.2em) translateY(-50%);
          transform: translateX(0.2em) translateY(-50%);
}

@media all and (max-width: 750px) {
  .blog-side > div:nth-child(2) {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .blog-side-cat li a {
    padding: 1em 2.7777777778vw 1em 0.5em;
    font-size: 1.0416666667vw;
  }
  .blog-side-cat li a:after {
    right: 0.6944444444vw;
    width: 0.6944444444vw;
    height: 1.25vw;
  }
}
@media all and (min-width: 1441px) {
  .blog-side-cat li a {
    padding-right: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-side-cat li a:after {
    right: 10px;
    width: 10px;
    height: 18px;
  }
}
/* ------------------------------------------- rank - */
.blog-rank {
  margin: 0 auto;
  width: 100%;
}

.blog-rank li {
  position: relative;
}

.blog-rank-num {
  position: absolute;
  top: 2vw;
  left: -1.3333333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  color: #ffffff;
  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: #e4831a;
}

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

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 0;
  border-bottom: 1px solid #e4e4e4;
}

.blog-rank > li:last-child a {
  border-bottom: none;
}

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

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

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

.blog-rank-content {
  width: 48vw;
}

.blog-rank-ttl {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@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-image {
    width: 4.1666666667vw;
  }
  .blog-rank-image img {
    height: 4.1666666667vw;
  }
  .blog-rank-content {
    width: 13.1944444444vw;
  }
  .blog-rank-ttl {
    font-size: 1.1111111111vw;
    letter-spacing: 0;
  }
}
@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: 190px;
  }
  .blog-rank-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- intro - */
.blog-intro-image {
  margin-bottom: 5.3333333333vw;
}

.blog-intro-content p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

@media all and (min-width: 751px) {
  .blog-intro-image {
    margin-bottom: 2.0833333333vw;
  }
  .blog-intro-content p {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media all and (min-width: 1441px) {
  .blog-intro-image {
    margin-bottom: 30px;
  }
  .blog-intro-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin: 5.3333333333vw 0;
  padding: 4vw 4.6666666667vw 6vw 4.6666666667vw;
  background-color: #fbf9f2;
  border-radius: 1.3333333333vw;
}

.blog-mokuji-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: 800;
  letter-spacing: 0.05em;
}

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

.blog-mokuji-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75em;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #126fb4;
}

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

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

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

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

.blog-mokuji > ul > li > a {
  padding-left: 2em;
  font-weight: 700;
}

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

.blog-mokuji > ul > ul {
  margin-top: 0.25em;
  padding-left: 2em;
}

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

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

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

@media all and (min-width: 751px) {
  .blog-mokuji {
    margin: 2.7777777778vw 0;
    padding: 2.4305555556vw 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .blog-mokuji-head {
    margin-bottom: 2.0833333333vw;
    padding-left: 3.4722222222vw;
    height: 2.4305555556vw;
    font-size: 1.4583333333vw;
  }
  .blog-mokuji-head:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
  .blog-mokuji-head:after {
    height: 0.2777777778vw;
  }
  .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.1388888889vw;
  }
}
@media all and (min-width: 1441px) {
  .blog-mokuji {
    margin: 40px 0;
    padding: 35px 30px;
    border-radius: 10px;
  }
  .blog-mokuji-head {
    margin-bottom: 30px;
    padding-left: 50px;
    height: 35px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-mokuji-head:before {
    width: 35px;
    height: 35px;
  }
  .blog-mokuji-head:after {
    height: 4px;
  }
  .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: 2px;
  }
}
/* ------------------------------------------- event - */
.event {
  position: relative;
  margin: 9.3333333333vw 0 0 -2.5333333333vw;
  width: 95.2vw;
}

.event-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw;
  background-color: #ffffff;
  border-color: #e4831a;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 5.3333333333vw;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.event-post:hover {
  opacity: 0.8;
}

.event-image {
  width: 33.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.event-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 34.6666666667vw;
}

.event-post:hover .event-image img {
  -webkit-transform: scale(1.07, 1.07);
          transform: scale(1.07, 1.07);
  cursor: pointer;
}

.event-content {
  position: relative;
  padding-bottom: 10.6666666667vw;
  width: 46.6666666667vw;
}

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

.event-more {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  display: inline-block;
  padding-right: 4.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
}
.event-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.6vw;
  height: 2.9333333333vw;
  background-image: url(../img/common/arrow-yo.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (min-width: 751px) {
  .event {
    margin: 3.4722222222vw auto 0 auto;
    width: 48.6111111111vw;
  }
  .event-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw;
    width: 48.6111111111vw;
    border-width: 0.4166666667vw;
    border-radius: 2.7777777778vw;
  }
  .event-image {
    width: 17.3611111111vw;
    border-radius: 1.3888888889vw;
  }
  .event-image img {
    height: 12.5vw;
  }
  .event-content {
    padding-bottom: 4.8611111111vw;
    width: 25vw;
  }
  .event-ttl {
    font-size: 1.6666666667vw;
  }
  .event-more {
    right: 1.7361111111vw;
    bottom: 1.7361111111vw;
    padding-right: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .event-more:after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }
  .event-post:hover .event-more:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media all and (min-width: 1441px) {
  .event {
    margin: 50px auto 0 auto;
    width: 700px;
  }
  .event-post {
    padding: 20px;
    width: 700px;
    border-width: 6px;
    border-radius: 40px;
  }
  .event-image {
    width: 250px;
    border-radius: 20px;
  }
  .event-image img {
    height: 180px;
  }
  .event-content {
    padding-bottom: 70px;
    width: 360px;
  }
  .event-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .event-more {
    right: 25px;
    bottom: 25px;
    padding-right: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .event-more:after {
    width: 8px;
    height: 15px;
  }
}
/*  seminar --> archive
-------------------------------------------------------------------------------*/
.seminar-archive {
  position: relative;
}

.seminar-archive > div:nth-child(n+2) {
  margin-top: 16vw;
}

.seminar-post a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.seminar-cat {
  position: absolute;
  top: 0;
  right: 2vw;
  padding: 0.4em 0.5em;
  background-color: #e4831a;
  border-radius: 0 0 0.6666666667vw 0.6666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
}

.seminar-image {
  position: relative;
  width: 34.6666666667vw;
  overflow: hidden;
}
.seminar-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 31.2vw;
}

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

.seminar-content {
  width: 48vw;
}

.seminar-ttl {
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

.seminar-summary dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.seminar-summary dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16vw;
  height: 5.3333333333vw;
  background-color: #126fb4;
  border-radius: 5.3333333333vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 500;
}
.seminar-summary dl dd {
  width: calc(100% - 18.6666666667vw);
  font-size: 3.2vw;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.seminar-summary dl:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}

.seminar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 76, 76, 0.7);
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
  z-index: 2;
}

@media all and (max-width: 750px) {
  .seminar-post:nth-child(n+2) {
    margin-top: 8vw;
  }
  .seminar-content {
    padding-top: 2vw;
  }
}
@media all and (min-width: 751px) {
  .seminar-archive > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .seminar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .seminar-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .seminar-post:nth-child(n+3) {
    margin-top: 3.4722222222vw;
  }
  .seminar-post a {
    padding: 0.6944444444vw;
    border-radius: 1.3888888889vw;
  }
  .seminar-cat {
    right: 1.0416666667vw;
    border-radius: 0 0 0.3472222222vw 0.3472222222vw;
    font-size: 1.0416666667vw;
  }
  .seminar-image {
    width: 13.8888888889vw;
  }
  .seminar-image img {
    height: 12.5vw;
  }
  .seminar-content {
    width: 17.3611111111vw;
  }
  .seminar-ttl {
    margin-bottom: 0.7em;
    font-size: 1.3888888889vw;
  }
  .seminar-summary dl dt {
    width: 5.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 2.0833333333vw;
    font-size: 0.9027777778vw;
  }
  .seminar-summary dl dd {
    width: calc(100% - 6.25vw);
    font-size: 1.0416666667vw;
  }
  .seminar-summary dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .seminar-overlay {
    font-size: 1.6666666667vw;
  }
}
@media all and (min-width: 1441px) {
  .seminar-archive > div:nth-child(n+2) {
    margin-top: 100px;
  }
  .seminar {
    margin-left: -30px;
  }
  .seminar-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .seminar-post:nth-child(n+3) {
    margin-top: 50px;
  }
  .seminar-post a {
    padding: 10px;
    border-radius: 20px;
  }
  .seminar-cat {
    right: 15px;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .seminar-image {
    width: 200px;
  }
  .seminar-image img {
    height: 180px;
  }
  .seminar-content {
    width: 250px;
  }
  .seminar-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .seminar-summary dl dt {
    width: 80px;
    height: 24px;
    border-radius: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .seminar-summary dl dd {
    width: calc(100% - 90px);
    font-size: 15px;
    font-size: 1.5rem;
  }
  .seminar-summary dl:nth-child(n+2) {
    margin-top: 5px;
  }
  .seminar-overlay {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/*  seminar --> single
-------------------------------------------------------------------------------*/
.seminar-main-image {
  margin-bottom: 4vw;
  overflow: hidden;
}
.seminar-main-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 64.8vw;
}

.seminar-main-content {
  margin-top: 5.3333333333vw;
}

.seminar-data dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.seminar-data dl dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.3333333333vw 0.5em;
  background-color: #126fb4;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  width: 26.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}
.seminar-data dl dd {
  position: relative;
  padding: 3.3333333333vw 1em;
  width: calc(100% - 26.6666666667vw);
  background-color: #ffffff;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  border-left: none !important;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.65em;
}

.seminar-data dl:nth-child(n+2) {
  margin-top: 4vw;
}

.seminar-schedule li {
  position: relative;
}

.seminar-schedule li .end {
  margin-left: 0.5em;
  color: #d30000;
}

.seminar-main .sec-btn {
  margin-top: 5.3333333333vw;
  width: 100%;
}

.seminar-editor {
  margin-top: 9.3333333333vw;
}

@media all and (max-width: 750px) {
  .seminar-main-image img {
    display: block;
    margin: 0 auto;
    width: 72vw;
  }
}
@media all and (min-width: 751px) {
  .seminar-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .seminar-main > div:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .seminar-main-image {
    width: 37.5vw;
    margin-bottom: 1.3888888889vw;
  }
  .seminar-main-image img {
    height: 33.75vw;
  }
  .seminar-main-content {
    margin: 0;
    width: 29.8611111111vw;
  }
  .seminar-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .seminar-data dl dt {
    padding: 1.25vw 1em;
    width: 9.0277777778vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
    width: 9.0277777778vw;
    font-size: 1.25vw;
  }
  .seminar-data dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25vw 1em;
    width: 20.8333333333vw;
    border-width: 0.2083333333vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
    font-size: 1.25vw;
  }
  .seminar-data dl:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .seminar-main .sec-btn {
    margin-top: 2.0833333333vw;
  }
  .seminar-editor {
    margin-top: 2.7777777778vw;
  }
  .seminar-editor img {
    max-width: 100%;
  }
}
@media all and (min-width: 1441px) {
  .seminar-main > div:nth-child(n+2) {
    margin-left: 30px;
  }
  .seminar-main-image {
    margin-bottom: 20px;
    width: 540px;
  }
  .seminar-main-image img {
    height: 486px;
  }
  .seminar-main-content {
    width: 430px;
  }
  .seminar-data dl dt {
    padding: 18px 1em;
    width: 130px;
    border-width: 3px;
    border-radius: 20px 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .seminar-data dl dd {
    padding: 18px 1em;
    width: 300px;
    border-width: 3px;
    border-radius: 0 20px 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .seminar-data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  .seminar-main .sec-btn {
    margin-top: 30px;
  }
  .seminar-editor {
    margin-top: 40px;
  }
}
/* ------------------------------------------- form - */
.seminar-form {
  margin-top: 16vw;
}

.seminar-form-head {
  position: relative;
  margin-bottom: 0.8em;
  color: #126fb4;
  font-size: 8.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.seminar-form-head span {
  position: relative;
}
.seminar-form-head span:before {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: -4.6666666667vw;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/deco-og.svg);
  background-size: contain;
}

@media all and (min-width: 751px) {
  .seminar-form {
    margin-top: 8.3333333333vw;
  }
  .seminar-form-head {
    font-size: 3.3333333333vw;
  }
  .seminar-form-head span:before {
    top: -1.3888888889vw;
    left: -2.7777777778vw;
    width: 3.4722222222vw;
    height: 3.2638888889vw;
  }
}
@media all and (min-width: 1441px) {
  .seminar-form {
    margin-top: 120px;
  }
  .seminar-form-head {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .seminar-form-head span:before {
    top: -20px;
    left: -40px;
    width: 50px;
    height: 47px;
  }
}
.seminar-form-oneday {
  margin-bottom: 2em;
}

.seminar-form-ttl {
  margin-bottom: 0.3em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #126fb4;
}

@media all and (min-width: 751px) {
  .seminar-form-ttl {
    font-size: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .seminar-form-ttl {
    font-size: 2rem;
  }
}
.seminar-form-date {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media all and (min-width: 751px) {
  .seminar-form-date {
    font-size: 1.1805555556vw;
  }
}
@media all and (min-width: 1441px) {
  .seminar-form-date {
    font-size: 1.7rem;
  }
}
/*  housing --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.staff-post {
  position: relative;
  padding: 2.9333333333vw 2.9333333333vw 5.3333333333vw 2.9333333333vw;
  background-color: #ffffff;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 5.3333333333vw;
}

.staff > .staff-post:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.staff-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 86.9333333333vw;
}

.staff-position {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  padding: 0 1em;
  height: 6.6666666667vw;
  background-color: #126fb4;
  border-radius: 6.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.staff-name {
  margin-bottom: 0.5em;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

.staff-data {
  border-top: 1px solid #e4e4e4;
}

.staff-data dl {
  padding: 4vw 1.3333333333vw;
  border-bottom: 1px solid #e4e4e4;
}

.staff-data dt {
  position: relative;
  padding-left: 4vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}
.staff-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.6vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.staff-data dd {
  margin-top: 0.5em;
  line-height: 1.35em;
}

@media screen and (min-width: 751px) {
  .staff-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw;
    border-width: 0.4166666667vw;
    border-radius: 2.7777777778vw;
  }
  .staff > .staff-post:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .staff-image {
    margin: 0;
    width: 26.3888888889vw;
    border-radius: 2.7777777778vw;
  }
  .staff-image img {
    height: 27.7777777778vw;
  }
  .staff-content {
    width: 34.7222222222vw;
  }
  .staff-position {
    height: 2.0833333333vw;
    border-radius: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .staff-name {
    font-size: 2.0833333333vw;
  }
  .staff-data dl {
    padding: 1.0416666667vw 0;
  }
  .staff-data dt {
    padding-left: 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .staff-data dt:before {
    width: 0.4166666667vw;
    height: 0.8333333333vw;
  }
  .staff-data dd {
    margin-left: auto;
    width: calc(100% - 1.3888888889vw);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .staff-post {
    padding: 30px;
    border-width: 6px;
    border-radius: 40px;
  }
  .staff > .staff-post:nth-child(n+2) {
    margin-top: 60px;
  }
  .staff-image {
    width: 380px;
    border-radius: 40px;
  }
  .staff-image img {
    height: 400px;
  }
  .staff-content {
    width: 500px;
  }
  .staff-position {
    height: 30px;
    border-radius: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .staff-name {
    font-size: 30px;
    font-size: 3rem;
  }
  .staff-data dl {
    padding: 15px 0;
  }
  .staff-data dt {
    padding-left: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .staff-data dt:before {
    width: 6px;
    height: 12px;
  }
  .staff-data dd {
    width: calc(100% - 20px);
  }
}
/*  housing --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- intro - */
.housing-intro {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 6.6666666667vw 4vw 4vw 4vw;
  background-color: #ffffff;
  border-color: #e4831a;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}

.housing-intro-ttl {
  margin-bottom: 1em;
  font-size: 6.1333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
.housing-intro-ttl span {
  color: #e4831a;
}

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

.housing-intro-image {
  position: relative;
  width: 54.1333333333vw;
  height: 32.8vw;
  background-image: url(../img/housing/illust_sp.png);
  background-size: contain;
}

@media all and (max-width: 750px) {
  .housing-intro-image {
    margin: 4vw 0 0 auto;
  }
}
@media all and (min-width: 751px) {
  .housing-intro {
    margin-bottom: 4.8611111111vw;
    padding: 2.4305555556vw 3.4722222222vw 3.4722222222vw 3.4722222222vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .housing-intro-ttl {
    font-size: 2.2222222222vw;
  }
  .housing-intro > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .housing-intro-desc {
    width: 45.1388888889vw;
  }
  .housing-intro-image {
    width: 14.0972222222vw;
    height: 8.5416666667vw;
    background-image: url(../img/housing/illust.png);
    background-image: image-set(url(../img/housing/illust.png) 1x, url(../img/housing/illust-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/housing/illust.png) 1x, url(../img/housing/illust-2x.png) 2x);
  }
}
@media all and (min-width: 1441px) {
  .housing-intro {
    margin-bottom: 70px;
    padding: 35px 50px 50px 50px;
    border-width: 4px;
    border-radius: 20px;
  }
  .housing-intro-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .housing-intro-desc {
    width: 650px;
  }
  .housing-intro-image {
    width: 203px;
    height: 123px;
  }
}
/* ------------------------------------------- archive - */
.housing .housing-post:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.housing-post {
  padding: 6vw 4vw;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
}

.housing-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.housing-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 60.5333333333vw;
}

.housing-ttl {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}

.housing-desc p {
  line-height: 1.65em;
}

.housing-price {
  margin-top: 4.6666666667vw;
  padding: 4vw 2.6666666667vw;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.housing-price dt {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.housing-price dd {
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: right;
}
.housing-price dd span {
  display: inline-block;
}
.housing-price dd span.color {
  color: #126fb4;
}
.housing-price dd span.big {
  position: relative;
  top: 0.05em;
  margin-right: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: 900;
}
.housing-price dd span.min span.color {
  margin-right: 0.15em;
}
.housing-price dd span.max {
  margin-left: 0.1em;
}

@media all and (max-width: 750px) {
  .housing-price dt {
    padding-left: 4vw;
  }
  .housing-price dt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.6vw;
    height: 3.2vw;
    background-image: url(../img/common/arrow.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 751px) {
  .housing .housing-post:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .housing-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.4305555556vw;
    border-radius: 1.3888888889vw;
  }
  .housing-image {
    margin-bottom: 0;
    width: 26.3888888889vw;
    border-radius: 1.3888888889vw;
  }
  .housing-image img {
    height: 19.4444444444vw;
  }
  .housing-content {
    width: 35.4166666667vw;
  }
  .housing-ttl {
    font-size: 1.6666666667vw;
  }
  .housing-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.3888888889vw;
    padding: 1.3888888889vw 0.6944444444vw 1.7361111111vw 0.6944444444vw;
  }
  .housing-price dt {
    top: 0.1em;
    margin: 0;
    width: 6.25vw;
    font-size: 1.25vw;
  }
  .housing-price dd {
    width: 26.3888888889vw;
    font-size: 1.25vw;
  }
  .housing-price dd span.big {
    font-size: 2.3611111111vw;
  }
}
@media all and (min-width: 1441px) {
  .housing .housing-post:nth-child(n+2) {
    margin-top: 50px;
  }
  .housing-post {
    padding: 35px;
    border-radius: 20px;
  }
  .housing-image {
    width: 380px;
    border-radius: 20px;
  }
  .housing-image img {
    height: 280px;
  }
  .housing-content {
    width: 510px;
  }
  .housing-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .housing-price {
    margin-top: 20px;
    padding: 20px 10px 25px 10px;
  }
  .housing-price dt {
    width: 90px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .housing-price dd {
    width: 380px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .housing-price dd span.big {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
/*  voice --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.voice-post a {
  position: relative;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 4.75px 0.25px rgba(0, 0, 0, 0.14);
}

.voice-image {
  position: relative;
  border-color: #ffffff;
  overflow: hidden;
}

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

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

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

.voice-ttl {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.voice-name {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: right;
}

.voice-name span:nth-child(n+2) {
  margin-left: 0.5em;
}

@media all and (min-width: 751px) {
  .voice-image img {
    height: 19.0277777778vw;
  }
  .voice-content {
    padding: 0.6944444444vw 1.3888888889vw 1.25vw 1.3888888889vw;
  }
  .voice-ttl {
    min-height: 2.66em;
    font-size: 1.25vw;
    line-height: 1.33em;
  }
  .voice-name {
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .voice-image img {
    height: 274px;
  }
  .voice-content {
    padding: 10px 20px 18px 20px;
  }
  .voice-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .voice-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  voice --> archive
-------------------------------------------------------------------------------*/
@media all and (max-width: 750px) {
  .voice {
    margin: 0 auto;
    width: 74.6666666667vw;
  }
  .voice .voice-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .voice .voice-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .voice .voice-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .voice {
    margin-left: -30px;
  }
  .voice .voice-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .voice .voice-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  voice --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.voice-main-image {
  position: relative;
  overflow: hidden;
}
.voice-main-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 59.4666666667vw;
}

.voice-main-image a {
  display: block;
}

.voice-main-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.voice-main-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #e4831a;
  border-radius: 0.6666666667vw;
}

.voice-main-desc p {
  line-height: 1.65em;
}

@media all and (max-width: 750px) {
  .voice-main-image {
    margin-bottom: 4.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .voice-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-main-image {
    width: 27.7777777778vw;
    border-radius: 1.3888888889vw;
  }
  .voice-main-image img {
    height: 27.0833333333vw;
  }
  .voice-main-content {
    width: 31.25vw;
  }
  .voice-main-content--none {
    width: 100% !important;
  }
  .voice-main-ttl {
    font-size: 1.6666666667vw;
  }
  .voice-main-ttl:after {
    height: 0.2777777778vw;
    border-radius: 0.2083333333vw;
  }
}
@media all and (min-width: 1441px) {
  .voice-main-image {
    width: 400px;
    border-radius: 20px;
  }
  .voice-main-image img {
    height: 390px;
  }
  .voice-main-content {
    width: 450px;
  }
  .voice-main-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .voice-main-ttl:after {
    height: 4px;
    border-radius: 3px;
  }
}
/* ------------------------------------------- data - */
.voice-data {
  margin-top: 8vw;
}

.voice-data dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.voice-data dl dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.3333333333vw 0.5em;
  background-color: #126fb4;
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  width: 26.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}
.voice-data dl dd {
  position: relative;
  padding: 3.3333333333vw 1em;
  width: calc(100% - 26.6666666667vw);
  border-color: #126fb4;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  border-left: none !important;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.65em;
}

@media all and (max-width: 750px) {
  .voice-data dl:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media all and (min-width: 751px) {
  .voice-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 3.4722222222vw;
  }
  .voice-data dl {
    width: 29.8611111111vw;
  }
  .voice-data dl dt {
    padding: 1.25vw 1em;
    width: 9.0277777778vw;
    border-width: 0.2083333333vw;
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
    width: 9.0277777778vw;
    font-size: 1.25vw;
  }
  .voice-data dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25vw 1em;
    width: 20.8333333333vw;
    border-width: 0.2083333333vw;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
    font-size: 1.25vw;
  }
}
@media all and (min-width: 1441px) {
  .voice-data {
    margin-top: 50px;
  }
  .voice-data dl {
    width: 430px;
  }
  .voice-data dl dt {
    padding: 18px 1em;
    width: 130px;
    border-width: 3px;
    border-radius: 20px 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .voice-data dl dd {
    padding: 18px 1em;
    width: 300px;
    border-width: 3px;
    border-radius: 0 20px 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- point - */
.voice-interv {
  margin-top: 16vw;
}

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

.voice-interv-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 2vw 3.3333333333vw;
  background-color: #e4831a;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.1em;
}
.voice-interv-ttl:after {
  content: "";
  position: absolute;
  bottom: -0.9333333333vw;
  right: 3.3333333333vw;
  display: inline-block;
  width: 13.6vw;
  height: 10.5333333333vw;
  background-image: url(../img/post/house.svg);
  background-size: contain;
}

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

.voice-interv-image {
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.voice-interv-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 57.3333333333vw;
}

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

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

.voice-interv-content p {
  line-height: 1.65em;
}

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

@media all and (max-width: 750px) {
  .voice-interv-image {
    margin-bottom: 4vw;
  }
}
@media all and (min-width: 751px) {
  .voice-interv {
    margin-top: 5.5555555556vw;
  }
  .voice-interv > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .voice-interv-ttl {
    padding: 1.1805555556vw 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
  .voice-interv-ttl:after {
    right: 2.0833333333vw;
    width: 5.1388888889vw;
    height: 3.9583333333vw;
  }
  .voice-interv-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-interv-list > li:nth-child(n+2) {
    margin-top: 4.5138888889vw;
  }
  .voice-interv-image {
    width: 24.3055555556vw;
    border-radius: 1.3888888889vw;
  }
  .voice-interv-image img {
    height: 18.0555555556vw;
  }
  .voice-interv-content {
    padding: 1em 0;
    width: 34.7222222222vw;
  }
  .voice-interv-content--full {
    padding: 0;
  }
  .voice-interv-list > li:nth-child(odd) .voice-interv-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .voice-interv-list > li:nth-child(odd) .voice-interv-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 1441px) {
  .voice-interv {
    margin-top: 80px;
  }
  .voice-interv > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .voice-interv-ttl {
    padding: 17px 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .voice-interv-ttl:after {
    right: 30px;
    width: 74px;
    height: 57px;
  }
  .voice-interv-list > li:nth-child(n+2) {
    margin-top: 65px;
  }
  .voice-interv-image {
    width: 350px;
    border-radius: 20px;
  }
  .voice-interv-image img {
    height: 260px;
  }
  .voice-interv-content {
    width: 500px;
  }
}