/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

@media screen and (min-width: 751px) {
  .on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
/* utils
-------------------------------------------------------*/
.desc p {
  line-height: 2em;
}
.desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}
.bold {
  font-weight: 700;
}

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

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

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

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

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

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

.lightboxOverlay {
  width: 100% !important;
}

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

.header.is-active {
  top: 0 !important;
}

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

.header-logo {
  position: relative;
}

.header--frt .header-logo {
  position: absolute;
  top: 8vw;
  left: 8vw;
  width: 25.6vw;
}
.header--frt .header-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header--frt .header-logo img:nth-child(1) {
  display: block;
}
.header--frt .header-logo img:nth-child(2) {
  display: none;
}

.header--frt.is-scroll .header-logo {
  opacity: 0;
  visibility: hidden;
}

.header--frt .header-top {
  height: 22.6666666667vw;
}

.header.is-transform .header-top,
.header--sub .header-top {
  height: 22.6666666667vw;
  background-color: #ffffff;
}
.header.is-transform .header-logo,
.header--sub .header-logo {
  position: relative;
  top: 0;
  left: 0;
  width: 32.2666666667vw;
}
.header.is-transform .header-logo img,
.header--sub .header-logo img {
  -webkit-filter: none;
  filter: none;
}

.header.is-transform {
  background-color: #ffffff;
}
.header.is-transform .header-logo img:nth-child(1) {
  display: none;
}
.header.is-transform .header-logo img:nth-child(2) {
  display: block;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 2;
  }
  .drawer-logo {
    position: relative;
    margin: 0 0 6.6666666667vw 2vw;
    width: 25.6vw;
  }
  .header.is-active .drawer {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .drawer-scroll {
    position: relative;
    padding: 8vw 6vw 16vw 6vw;
    height: 100%;
    overflow-x: scroll;
  }
  .header .subnavi {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .header-top {
    padding: 0 2.7777777778vw;
  }
  .drawer-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-logo {
    display: none;
  }
  .header .inquiry,
  .header .subnavi {
    display: none;
  }
  .header .inquiry-btn {
    margin-left: 2.0833333333vw;
    width: 29.1666666667vw;
  }
  .header--frt .header-top {
    height: 9.3055555556vw;
  }
  .header--frt .header-logo {
    position: relative;
    top: 2.7777777778vw;
    left: 0;
    width: 11.25vw;
  }
  .header.is-transform .header-top,
  .header--sub .header-top {
    height: 6.9444444444vw;
  }
  .header.is-transform .header-logo,
  .header--sub .header-logo {
    width: 12.5vw;
  }
  .header.is-transform .navi-menu:before,
  .header--sub .navi-menu:before {
    background-image: url(../img/header/down-bk.svg) !important;
  }
  .header.is-transform .navi-menu-jp,
  .header--sub .navi-menu-jp {
    color: #333333;
  }
}
@media screen and (min-width: 1441px) {
  .header-top {
    padding: 0 40px;
  }
  .header .inquiry-btn {
    margin-left: 30px;
    width: 420px;
  }
  .header--frt .header-top {
    height: 134px;
  }
  .header--frt .header-logo {
    top: 40px;
    width: 162px;
  }
  .header.is-transform .header-top,
  .header--sub .header-top {
    height: 100px;
  }
  .header.is-transform .header-logo,
  .header--sub .header-logo {
    width: 180px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
}

.contents--sub {
  padding-top: 22.6666666667vw;
}

@media screen and (min-width: 751px) {
  .contents--sub {
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents--sub {
    padding-top: 100px;
  }
}
/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding-bottom: 12.2666666667vw;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .footer {
    padding: 0;
  }
}
/* ------------------------------------------- 01 - */
.footer-01 {
  padding: 13.3333333333vw 0;
}

.footer-logo {
  margin: 0 auto;
  width: 49.3333333333vw;
}
.footer-logo a {
  display: block;
}

.footer-add {
  margin-top: 4.6666666667vw;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 4.8611111111vw 0 4.1666666667vw 0;
    width: 83.3333333333vw;
  }
  .footer-info {
    width: 22.9166666667vw;
  }
  .footer-logo {
    margin: 0;
    width: 19.9305555556vw;
  }
  .footer-add {
    margin-top: 1.7361111111vw;
    font-size: 1.0416666667vw;
    text-align: left;
  }
  .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-navi > div:nth-child(n+2) {
    margin-left: 4.1666666667vw;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 1.0416666667vw;
  }
  .footer-navi-menu li a,
  .footer-navi-menu li p {
    position: relative;
    display: block;
    font-size: 1.0416666667vw;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-menu li a:hover {
    color: #f18700;
  }
  .footer-navi-child {
    position: relative;
    margin: 1.0416666667vw 0 0 0.4861111111vw;
  }
  .footer-navi-child li {
    position: relative;
    padding-left: 1.0416666667vw;
  }
  .footer-navi-child li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.2777777778vw;
    height: 0.4861111111vw;
    background-image: url(../img/footer/arrow.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-navi-child li a {
    position: relative;
    display: block;
    font-size: 0.9722222222vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child li:nth-child(n+2) {
    margin-top: 1em;
  }
  .footer-navi-child li a:hover {
    color: #f18700;
  }
}
@media screen and (min-width: 1441px) {
  .footer-01 {
    padding: 70px 0 60px 0;
    width: 1200px;
  }
  .footer-info {
    width: 330px;
  }
  .footer-logo {
    width: 287px;
  }
  .footer-add {
    margin-top: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer-navi > div:nth-child(n+2) {
    margin-left: 60px;
  }
  .footer-navi-menu li:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer-navi-menu li a,
  .footer-navi-menu li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer-navi-child {
    margin: 15px 0 0 7px;
  }
  .footer-navi-child:before {
    width: 4px;
    height: 7px;
  }
  .footer-navi-child li {
    padding-left: 15px;
  }
  .footer-navi-child li:before {
    width: 4px;
    height: 7px;
  }
  .footer-navi-child li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- 02 - */
.footer-02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 13.3333333333vw;
}
.footer-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #333333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-copy {
  position: relative;
  color: #ffffff;
  font-size: 2.6666666667vw;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .footer-02 .subnavi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 76.3888888889vw;
    height: 5.5555555556vw;
  }
  .footer-copy {
    font-size: 1.0416666667vw;
    text-align: right;
  }
}
@media screen and (min-width: 1441px) {
  .footer-02 {
    width: 1100px;
    height: 80px;
  }
  .footer-copy {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 13.3333333333vw;
  height: 9.0666666667vw;
  overflow: hidden;
}
.btn-main span {
  position: relative;
  font-size: 3.7333333333vw;
  text-align: center;
  z-index: 1;
}

.btn-main-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.btn-main-arrow:before, .btn-main-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5.4666666667vw;
  height: 1.0666666667vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-main-arrow:after {
  -webkit-transform: translateX(-250%) translateY(-50%);
          transform: translateX(-250%) translateY(-50%);
}

.btn-main--bk .btn-main-arrow {
  background-color: #333333;
}

.btn-main--og .btn-main-arrow {
  background-color: #f18700;
}

@media screen and (min-width: 751px) {
  .btn-main {
    padding-right: 5.2083333333vw;
    height: 3.3333333333vw;
  }
  .btn-main span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .btn-main-arrow {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .btn-main-arrow:before, .btn-main-arrow:after {
    width: 1.9444444444vw;
    height: 0.4166666667vw;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
  .btn-main--center {
    padding-left: 5.2083333333vw;
  }
  .btn-main:hover span,
  .on--btn:hover .btn-main span,
  .consul-bnr-link:hover .btn-main span {
    color: #f18700 !important;
  }
  .btn-main:hover .btn-main-arrow:before,
  .on--btn:hover .btn-main .btn-main-arrow:before,
  .consul-bnr-link:hover .btn-main .btn-main-arrow:before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .btn-main:hover .btn-main-arrow:after,
  .on--btn:hover .btn-main .btn-main-arrow:after,
  .consul-bnr-link:hover .btn-main .btn-main-arrow:after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    padding-right: 75px;
    height: 48px;
  }
  .btn-main span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-main-arrow {
    width: 48px;
    height: 48px;
  }
  .btn-main-arrow:before, .btn-main-arrow:after {
    width: 28px;
    height: 6px;
  }
  .btn-main--center {
    padding-left: 75px;
  }
}
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-250%) translateY(-50%);
            transform: translateX(-250%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-250%) translateY(-50%);
            transform: translateX(-250%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(250%) translateY(-50%);
            transform: translateX(250%) translateY(-50%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(250%) translateY(-50%);
            transform: translateX(250%) translateY(-50%);
  }
}
/* ------------------------------------------- consul - */
.btn-consul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  height: 12vw;
  background-color: #f18700;
  border-radius: 6vw;
  overflow: hidden;
}
.btn-consul:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
}
.btn-consul span {
  position: relative;
  padding-left: 6.6666666667vw;
  color: #ffffff;
  font-weight: 700;
}
.btn-consul span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/balloon-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-consul {
    height: 3.8888888889vw;
    border-radius: 1.9444444444vw;
  }
  .btn-consul:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn-consul span {
    padding-left: 2.4305555556vw;
  }
  .btn-consul span:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .btn-consul:hover:after {
    left: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .btn-consul {
    height: 56px;
    border-radius: 28px;
  }
  .btn-consul span {
    padding-left: 35px;
  }
  .btn-consul span:before {
    width: 20px;
    height: 20px;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
/* ------------------------------------------- navi (SP) - */
@media screen and (max-width: 750px) {
  .navi {
    margin-bottom: 8vw;
  }
  .navi > li {
    position: relative;
    padding: 1.3333333333vw 0;
  }
  .navi > li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #c7c7c7;
  }
  .navi > li > div {
    position: relative;
  }
  .navi > li > div.navi-parent:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 4.2666666667vw;
    height: 2.4vw;
    background-image: url(../img/header/down_sp.svg);
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .navi > li > div.navi-parent:nth-child(1).is-open:after {
    background-image: url(../img/header/up_sp.svg);
  }
  .navi > li > div:not(.navi-submenu) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .navi-menu {
    position: relative;
    padding: 4vw 2.6666666667vw;
    width: 100%;
  }
  .navi-parent .navi-menu {
    padding: 4vw 13.3333333333vw 4vw 2.6666666667vw;
  }
  .navi-menu-jp {
    font-family: "Shippori Mincho", sans-serif;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .navi-submenu {
    display: none;
    position: relative;
    margin: 0 0 4vw 4.6666666667vw;
  }
  .navi-submenu-list a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    font-size: 3.4666666667vw;
  }
  .navi-submenu-list a:nth-child(n+2) {
    margin-top: 0.3em;
  }
}
/* ------------------------------------------- navi (PC) - */
@media screen and (min-width: 751px) {
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi > li {
    position: relative;
  }
  .navi > li:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .navi-menu {
    padding: 0.7em 0;
  }
  .navi-menu-jp {
    color: #ffffff;
    font-size: 1.1111111111vw;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-parent .navi-menu {
    position: relative;
    padding-right: 1.0416666667vw;
    cursor: pointer;
  }
  .navi-parent .navi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0.625vw;
    height: 0.4166666667vw;
    background-image: url(../img/header/down-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navi > li:hover .navi-menu-jp {
    color: #f18700;
  }
  .navi-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.2777777778vw;
    height: auto;
    background-color: #ede6de;
    border-radius: 0.6944444444vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .navi > li:hover .navi-submenu {
    display: block !important;
  }
  .navi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    border-bottom-color: #ffffff;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    color: #333333;
    font-size: 0.9722222222vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navi-submenu-list a:last-child {
    border-bottom: none;
  }
  .navi-submenu-list a:hover {
    color: #f18700;
  }
}
@media screen and (min-width: 1441px) {
  .navi > li:nth-child(n+2) {
    margin-left: 30px;
  }
  .navi-menu-jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .navi-parent .navi-menu {
    padding-right: 15px;
  }
  .navi-parent .navi-menu:before {
    width: 9px;
    height: 6px;
  }
  .navi-submenu {
    padding: 5px 10px;
    width: 200px;
    border-radius: 10px;
  }
  .navi-submenu-list a {
    padding: 10px;
    border-bottom-width: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 0;
  bottom: 12.2666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.6666666667vw;
  width: 15.8666666667vw;
  height: 16.8vw;
  background-image: url(../img/pagetop/house.svg);
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.pagetop span {
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .pagetop {
    right: 1.3888888889vw;
    bottom: 0;
    padding-top: 1.3888888889vw;
    width: 5.9027777778vw;
    height: 6.25vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pagetop span {
    font-size: 1.1111111111vw;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 20px;
    padding-top: 20px;
    width: 85px;
    height: 90px;
  }
  .pagetop span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

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

.sec-head {
  position: relative;
  z-index: 1;
}

.sec-head--roof {
  padding-top: 10.6666666667vw;
}
.sec-head--roof:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 20.4vw;
  height: 6.9333333333vw;
  background-image: url(../img/common/roof.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-en {
  position: relative;
  margin-bottom: 0.8em;
  color: #f18700;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sec-ttl {
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.34em;
  letter-spacing: 0.05em;
}

.sec-desc {
  margin: 6.6666666667vw auto 0 auto;
  width: 86vw;
}
.sec-desc p {
  text-align: left;
  line-height: 2em;
}
.sec-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 76.3888888889vw;
  }
  .sec-en {
    font-size: 1.1111111111vw;
  }
  .sec-ttl {
    font-size: 2.5vw;
    line-height: 1.15em;
  }
  .sec-desc {
    margin: 2.0833333333vw 0 0 0;
    width: auto;
  }
  .sec-head--roof {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5.5555555556vw;
  }
  .sec-head--roof:after {
    width: 7.6388888889vw;
    height: 2.6388888889vw;
  }
  .sec-head--roof .sec-ttl {
    top: -0.1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .sec-head--roof .sec-en {
    margin: 0 0 0 0.75em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1100px;
  }
  .sec-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec-desc {
    margin-top: 30px;
  }
  .sec-head--roof {
    padding-top: 80px;
  }
  .sec-head--roof:after {
    width: 110px;
    height: 38px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

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

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

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    border-width: 0.0694444444vw;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.0416666667vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  .slide-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 15px !important;
  }
}
/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #333333;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.slide-prev:after,
.slide-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5.4666666667vw;
  height: 1.0666666667vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
}

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

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

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 1.9444444444vw;
    height: 0.4166666667vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #f18700;
  }
  .slide-prev:hover:after,
  .slide-next:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 48px;
    height: 48px;
  }
  .slide-prev:after,
  .slide-next:after {
    width: 28px;
    height: 6px;
  }
}
/*  subnavi
-------------------------------------------------------------------------------*/
.subnavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.subnavi a {
  position: relative;
  display: block;
  padding-bottom: 0.1em;
  font-size: 3.2vw;
}

.subnavi a:nth-child(n+2) {
  margin-left: 8vw;
  padding-left: 8vw;
}
.subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2666666667vw;
  height: 100%;
  background-color: #e4e4e4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .subnavi a {
    color: #ffffff;
    font-size: 1.0416666667vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subnavi a:hover {
    color: #f18700;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 2.4305555556vw;
    padding-left: 2.4305555556vw;
  }
  .subnavi a:nth-child(n+2):before {
    width: 0.1388888889vw;
    background-color: #7a7a7a;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 35px;
    padding-left: 35px;
  }
  .subnavi a:nth-child(n+2):before {
    width: 2px;
  }
}
/* float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 7777;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.float-btn > li {
  padding: 0 0.6666666667vw;
  width: 50%;
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  width: 100%;
  height: 12vw;
  overflow: hidden;
}
.float-btn a p {
  position: relative;
  display: inline-block;
  padding-left: 5.3333333333vw;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  z-index: 2;
}
.float-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-size: contain;
  background-position: center;
}

.float-btn--contact a {
  background-color: #ede6de;
}
.float-btn--contact a p:before {
  background-image: url(../img/common/mail-bk.svg);
}

.float-btn--consul a {
  background-color: #f18700;
}
.float-btn--consul a p {
  color: #ffffff;
}
.float-btn--consul a p:before {
  background-image: url(../img/common/balloon-wh.svg);
}

@media screen and (max-width: 750px) {
  .float-btn a p:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .float-btn--contact {
    background-color: #ede6de;
  }
  .float-btn--consul {
    background-color: #f18700;
  }
}
@media screen and (min-width: 751px) {
  .float {
    top: 50%;
    left: auto;
    right: 0.6944444444vw;
    bottom: auto;
    width: 9.7222222222vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .float-btn {
    display: block;
  }
  .float-btn > li {
    padding: 0;
    width: 100%;
  }
  .float-btn > li:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .float-btn a {
    padding: 0;
    width: 100%;
    height: 9.7222222222vw;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .float-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9.1666666667vw;
    height: 9.1666666667vw;
    border-style: solid;
    border-width: 0.0694444444vw;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .float-btn a p {
    padding: 2.4305555556vw 0 0 0;
    font-family: "NotoSansJP", sans-serif;
    font-size: 1.1111111111vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  .float-btn a p:before {
    top: 0;
    left: 50%;
    width: 1.7361111111vw;
    height: 1.7361111111vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .float-btn a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .float-btn--contact a {
    background-color: #ffffff;
  }
  .float-btn--contact a:before {
    border-color: #f18700;
  }
  .float-btn--consul a {
    background-color: #f18700;
  }
  .float-btn--consul a:before {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .float {
    right: 10px;
    width: 140px;
  }
  .float-btn > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .float-btn a {
    height: 140px;
  }
  .float-btn a:before {
    width: 132px;
    height: 132px;
    border-width: 1px;
  }
  .float-btn a p {
    padding: 35px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .float-btn a p:before {
    width: 25px;
    height: 25px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 8vw;
  right: 8vw;
  width: 7.4666666667vw;
  height: 8.2666666667vw;
  cursor: pointer;
  z-index: 9999;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 7.4666666667vw;
  height: 0.2666666667vw;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.toggle.is-active span:nth-of-type(1) {
  top: 1.8666666667vw;
  margin-left: 0;
  -webkit-transform: translateX(-50%) rotate(25deg);
          transform: translateX(-50%) rotate(25deg);
}

.toggle.is-active span:nth-of-type(2) {
  top: 1.8666666667vw;
  margin-left: 0;
  -webkit-transform: translateX(-50%) rotate(-25deg);
          transform: translateX(-50%) rotate(-25deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding-left: 0.1em;
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header.is-transform .toggle span,
.header.is-active .toggle span,
.header--sub .toggle span {
  background-color: #333333;
}
.header.is-transform .toggle-text,
.header.is-active .toggle-text,
.header--sub .toggle-text {
  color: #333333;
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #contact
-------------------------------------------------------------------------------*/
.sec--contact {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  background-image: url(../img/contact/bg_sp.jpg);
  background-size: cover;
}
.sec--contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
}

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

.sec--contact .sec-ttl {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sec--contact .sec-desc p {
  color: #ffffff;
  text-align: center;
}

.area {
  margin: 9.3333333333vw auto 0 auto;
  width: 88vw;
}

.area dt {
  position: relative;
  margin-bottom: 1em;
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.area dd {
  position: relative;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1.5em;
}
.area dd .indent {
  text-indent: -0.5em;
}
.area dd p:nth-child(n+2) {
  margin-top: 0.3em;
}

@media screen and (max-width: 750px) {
  .area dt {
    text-align: center;
  }
  .area dt:before, .area dt:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 28vw;
    height: 0.2666666667vw;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .area dt:before {
    left: 0;
  }
  .area dt:after {
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .sec--contact {
    padding: 4.8611111111vw 0 3.4722222222vw 0;
    background-image: url(../img/contact/bg.jpg);
    background-image: image-set(url(../img/contact/bg.jpg) 1x, url(../img/contact/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/contact/bg.jpg) 1x, url(../img/contact/bg-2x.jpg) 2x);
  }
  .sec--contact .sec-head {
    margin-bottom: 2.0833333333vw;
  }
  .sec--contact .sec-ttl {
    font-size: 2.2222222222vw;
  }
  .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.0833333333vw auto 0 auto;
    width: 63.8888888889vw;
  }
  .area dt {
    margin: 0;
    width: 9.375vw;
    font-size: 1.3888888889vw;
  }
  .area dd {
    padding-left: 2.4305555556vw;
    width: 54.8611111111vw;
    font-size: 0.8333333333vw;
  }
  .area dd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .sec--contact {
    padding: 70px 0 50px 0;
  }
  .sec--contact .sec-head {
    margin-bottom: 30px;
  }
  .sec--contact .sec-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .area {
    margin: 30px auto 0 auto;
    width: 920px;
  }
  .area dt {
    width: 135px;
    font-size: 20px;
    font-size: 2rem;
  }
  .area dd {
    padding-left: 35px;
    width: 790px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area dd:before {
    width: 1px;
  }
}
/*  info
-------------------------------------------------------------------------------*/
.sec--info {
  padding: 18.6666666667vw 0 13.3333333333vw 0;
}

.info {
  position: relative;
  padding: 73.3333333333vw 0 0 0;
}

.info-image {
  position: absolute;
  top: 0;
  left: 28.8vw;
  width: 67.2vw;
}
.info-image:before {
  content: "";
  position: absolute;
  left: -32.8vw;
  bottom: -24vw;
  width: 48vw;
  height: 48vw;
  background-color: #feedd7;
  z-index: -1;
}

.sec--info .sec-head {
  text-align: center;
}

.sec--info .sec-btn {
  margin-top: 8.6666666667vw;
  text-align: center;
}

.info-catch {
  position: absolute;
  top: 0;
  left: 5.3333333333vw;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 750px) {
  .info-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10.6666666667vw 0 0 -4vw;
    width: 100vw;
  }
  .info-sub > div {
    width: 50vw;
  }
  .info-sub > div {
    width: 50vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--info {
    padding: 7.9861111111vw 0 6.9444444444vw 0;
  }
  .info {
    padding: 0 0 0 31.9444444444vw;
  }
  .info-image {
    position: relative;
    left: 0;
    margin-bottom: 4.5138888889vw;
    width: 44.4444444444vw;
  }
  .info-image:before {
    left: -14.5833333333vw;
    bottom: -9.0277777778vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
  .sec--info .sec-head {
    text-align: left;
  }
  .sec--info .sec-desc {
    width: 43.75vw;
  }
  .sec--info .sec-btn {
    margin-top: 3.4722222222vw;
    text-align: left;
  }
  .info-catch {
    left: 19.4444444444vw;
    font-size: 1.9444444444vw;
  }
  .info-sub--01 {
    position: absolute;
    top: 5.9027777778vw;
    left: 0;
    width: 13.8888888889vw;
  }
  .info-sub--02 {
    position: absolute;
    top: 30.5555555556vw;
    left: 0;
    width: 27.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--info {
    padding: 115px 0 100px 0;
  }
  .info {
    padding: 0 0 0 460px;
  }
  .info-image {
    margin-bottom: 65px;
    width: 640px;
  }
  .info-image:before {
    left: -210px;
    bottom: -130px;
    width: 300px;
    height: 300px;
  }
  .sec--info .sec-desc {
    width: 630px;
  }
  .sec--info .sec-btn {
    margin-top: 50px;
  }
  .info-catch {
    left: 280px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .info-sub--01 {
    top: 85px;
    width: 200px;
  }
  .info-sub--02 {
    top: 440px;
    width: 390px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  margin: 0 auto;
  padding: 6.6666666667vw 8vw;
  width: 88vw;
  max-width: 100%;
}

.header .inquiry {
  background-color: #feedd7;
}

.sec--contact .inquiry {
  background-color: #ffffff;
}

.inquiry > div:nth-child(n+2) {
  position: relative;
  margin-top: 4.6666666667vw;
  padding-top: 4.6666666667vw;
}
.inquiry > div:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
}

.inquiry-ttl {
  margin-bottom: 1em;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}

.inquiry-tel a {
  position: relative;
  display: block;
}

.inquiry-num {
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 500;
  text-align: center;
}
.inquiry-num span {
  margin-left: 0.2em;
  font-size: 4.2666666667vw;
}

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

.inquiry-btn > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.6vw;
  border-radius: 4.8vw;
  overflow: hidden;
}
.inquiry-btn > li a span {
  position: relative;
  padding-left: 5.0666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  z-index: 1;
}
.inquiry-btn > li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.3333333333vw;
  height: 2.6666666667vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

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

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

@media screen and (max-width: 750px) {
  .inquiry-tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10.6666666667vw;
    background-color: #ffffff;
    border-color: #333333;
    border-style: solid;
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
  .inquiry-btn > li:nth-child(n+2) {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.7361111111vw 0.6944444444vw;
    width: 63.8888888889vw;
  }
  .inquiry > div:nth-child(1) {
    width: 25.6944444444vw;
  }
  .inquiry > div:nth-child(2) {
    padding: 0 3.8194444444vw;
    width: 36.8055555556vw;
  }
  .inquiry > div:nth-child(n+2) {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }
  .inquiry > div:nth-child(n+2):before {
    top: 50%;
    width: 0.0694444444vw;
    height: 4.5138888889vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-ttl {
    font-size: 1.0416666667vw;
  }
  .inquiry-tel a {
    pointer-events: none;
  }
  .inquiry-num {
    font-size: 1.3888888889vw;
  }
  .inquiry-num span {
    font-size: 2.2222222222vw;
  }
  .inquiry-time {
    font-size: 0.8333333333vw;
  }
  .inquiry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inquiry-btn > li a {
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
  }
  .inquiry-btn > li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .inquiry-btn > li a span {
    padding-left: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-btn > li a span:before {
    width: 1.25vw;
    height: 1.0416666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .inquiry-btn > li a:hover:after {
    left: 100%;
  }
  .inquiry-btn--contact {
    width: 15.7638888889vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inquiry-btn--consul {
    width: 12.3611111111vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding: 25px 10px;
    width: 920px;
  }
  .inquiry > div:nth-child(1) {
    width: 370px;
  }
  .inquiry > div:nth-child(2) {
    padding: 0 55px;
    width: 530px;
  }
  .inquiry > div:nth-child(n+2):before {
    height: 65px;
  }
  .inquiry-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inquiry-num {
    font-size: 20px;
    font-size: 2rem;
  }
  .inquiry-num span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .inquiry-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inquiry-btn > li a {
    height: 48px;
    border-radius: 24px;
  }
  .inquiry-btn > li a span {
    padding-left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inquiry-btn > li a span:before {
    width: 18px;
    height: 15px;
  }
  .inquiry-btn--contact {
    width: 227px;
  }
  .inquiry-btn--consul {
    width: 178px;
  }
}
/*  consul-bnr
-------------------------------------------------------------------------------*/
.consul-bnr {
  margin-top: 10.6666666667vw;
}

.consul-bnr-link {
  display: block;
  padding: 2.6666666667vw 2.6666666667vw 4vw;
  border: 0.5333333333vw solid #333333;
}

.consul-bnr-image {
  margin: 0 auto;
  width: 100%;
}

.consul-bnr-content {
  position: relative;
  padding-top: 17.3333333333vw;
}
.consul-bnr-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: -10.6666666667vw;
  display: inline-block;
  width: 26.6666666667vw;
  height: 33.3333333333vw;
  background-image: url(../img/modelhouse/exterior_sp.png);
  background-size: contain;
  z-index: 1;
}

.consul-bnr-btn {
  margin-top: 5.3333333333vw;
}

@media screen and (max-width: 750px) {
  .consul-bnr-btn .btn-main {
    padding-right: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .consul-bnr {
    margin-top: 6.9444444444vw;
  }
  .consul-bnr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw 2.7777777778vw 0.6944444444vw 0.6944444444vw;
    border-width: 0.1388888889vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .consul-bnr-link:hover {
    opacity: 0.8;
  }
  .consul-bnr-image {
    margin: 0 2.0833333333vw 0 0;
    width: 34.7222222222vw;
  }
  .consul-bnr-content {
    padding-top: 4.5138888889vw;
  }
  .consul-bnr-content:after {
    right: -1.7361111111vw;
    top: -5.5555555556vw;
    width: 9.1666666667vw;
    height: 10.9027777778vw;
    background-image: url(../img/modelhouse/exterior.png);
    background-image: image-set(url(../img/modelhouse/exterior.png) 1x, url(../img/modelhouse/exterior-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/modelhouse/exterior.png) 1x, url(../img/modelhouse/exterior-2x.png) 2x);
  }
  .consul-bnr-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .consul-bnr {
    margin-top: 100px;
  }
  .consul-bnr-link {
    padding: 10px 40px 10px 10px;
    border-width: 2px;
  }
  .consul-bnr-image {
    margin: 0 30px 0 0;
    width: 500px;
  }
  .consul-bnr-content {
    padding-top: 65px;
  }
  .consul-bnr-content:after {
    right: -25px;
    top: -80px;
    width: 132px;
    height: 157px;
  }
  .consul-bnr-btn {
    margin-top: 20px;
  }
}
/*  sns
-------------------------------------------------------------------------------*/
.sns-ttl {
  margin: 2em 0 1em;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 5.3333333333vw;
  text-align: center;
}

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

.sns-list > li:nth-child(n+2) {
  margin-left: 8vw;
}

.sns-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.4666666667vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns-list > li a:hover {
  opacity: 0.7;
}

.sns--youtube a {
  width: 8vw;
}

@media screen and (max-width: 750px) {
  .footer-sns {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-sns {
    position: relative;
    z-index: 1;
    margin: 0 4.8611111111vw 0 auto;
  }
  .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns-ttl {
    margin: 0 1.5em 0 0;
    font-size: 1.1111111111vw;
    text-align: left;
    color: #ffffff;
  }
  .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns-list > li:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .sns-list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.9444444444vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sns-list > li a:hover {
    opacity: 0.7;
  }
  .sns--youtube a {
    width: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-sns {
    margin: 0 70px 0 auto;
  }
  .sns-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sns-list > li:nth-child(n+2) {
    margin-left: 30px;
  }
  .sns-list > li a {
    width: 28px;
  }
  .sns--youtube a {
    width: 30px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  position: relative;
}

.blog-post a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.6666666667vw;
  height: 100%;
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
}

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

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

.blog-cat {
  position: relative;
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.2em 1em 0.3em 1em;
  background-color: #f18700;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
}

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

.blog-ttl {
  max-height: 3em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .blog .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 2.0833333333vw;
  }
  .blog-post a {
    padding: 1.3888888889vw;
    border-width: 0.0694444444vw;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .blog-image {
    width: 8.3333333333vw;
  }
  .blog-image img {
    height: 8.3333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .blog-post a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .blog-post a:hover .blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-content {
    width: calc(100% - 9.7222222222vw);
  }
  .blog-cat {
    padding: 0.2em 0.5em 0.3em 0.5em;
    font-size: 0.9722222222vw;
  }
  .blog-date {
    margin-bottom: 0.7em;
    font-size: 1.0416666667vw;
  }
  .blog-ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    margin-left: -30px;
  }
  .blog .blog-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 30px;
  }
  .blog-post a {
    padding: 20px;
    border-width: 1px;
  }
  .blog-image {
    width: 120px;
  }
  .blog-image img {
    height: 120px;
  }
  .blog-content {
    width: calc(100% - 140px);
  }
  .blog-cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-date {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
.event-post {
  position: relative;
}

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

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

.event-content {
  padding: 4vw;
}

.event-end {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.event-end p {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.event-ttl {
  max-height: 3em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.event-info {
  position: relative;
  margin-top: 2.6666666667vw;
}
.event-info p {
  position: relative;
  padding-left: 6vw;
  font-size: 3.4666666667vw;
  line-height: 1.7em;
}
.event-info p:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-size: contain;
  background-position: center;
}
.event-info p:nth-child(n+2) {
  margin-top: 1.0666666667vw;
}

.event-info--date:before {
  background-image: url(../img/event/calendar.svg);
}

.event-info--time:before {
  background-image: url(../img/event/clock.svg);
}

.event-info--venue:before {
  background-image: url(../img/event/pin.svg);
}

@media screen and (max-width: 750px) {
  .event-slide .event-image img {
    height: 40vw;
  }
  .event .event-image img {
    height: 53.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .event-image img {
    height: 15.625vw;
  }
  .event-end p {
    font-size: 1.25vw;
  }
  .event-post a:hover .event-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .event-content {
    padding: 2.0833333333vw;
  }
  .event-ttl {
    font-size: 1.1111111111vw;
  }
  .event-info {
    margin-top: 1.3888888889vw;
  }
  .event-info p {
    padding-left: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
  .event-info p:before {
    top: 0.2em;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .event-info p:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .event-image img {
    height: 225px;
  }
  .event-end p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .event-content {
    padding: 30px;
  }
  .event-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .event-info {
    margin-top: 20px;
  }
  .event-info p {
    padding-left: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .event-info p:before {
    width: 20px;
    height: 20px;
  }
  .event-info p:nth-child(n+2) {
    margin-top: 10px;
  }
}
/*  works --> common
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post - */
.works-post {
  position: relative;
}

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

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

.works-area,
.works-cat {
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
}

.works-cat {
  bottom: 8vw;
}

.works-cat-item {
  display: block;
  padding: 0.3em 1em;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}

.works-cat-new-house {
  color: #ffffff;
  background-color: #f18700;
}

.works-cat-reform {
  color: #f18700;
  background-color: #ffffff;
  border: 0.2666666667vw solid #f18700;
}

.works-area {
  bottom: 0;
  padding: 0.4em 1em 0.5em;
  background-color: #333333;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
}

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

@media screen and (min-width: 751px) {
  .works-image {
    margin-bottom: 1.3888888889vw;
  }
  .works-image img {
    height: 29.1666666667vw;
  }
  .works-cat {
    bottom: 2.4305555556vw;
  }
  .works-cat-item {
    font-size: 0.9722222222vw;
  }
  .works-cat-reform {
    border-width: 0.0694444444vw;
  }
  .works-area {
    font-size: 0.9722222222vw;
  }
  .works-post a:hover .works-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .works-ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-image {
    margin-bottom: 20px;
  }
  .works-image img {
    height: 420px;
  }
  .works-cat {
    bottom: 35px;
  }
  .works-cat-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-cat-reform {
    border-width: 1px;
  }
  .works-area {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}