@charset "UTF-8";
/*  #first
-------------------------------------------------------------------------------*/
.sec--first {
  padding: 2vw 0 7.3333333333vw 0;
  background-color: #dfecf8;
}

.hero {
  position: relative;
  margin-bottom: 9.3333333333vw;
}

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

.hero-slide .swiper-slide {
  margin-right: 2vw;
  width: 89.6vw;
}

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

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

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

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

@media screen and (max-width: 750px) {
  #hero-prev,
  #hero-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--first {
    padding: 7.9861111111vw 0 4.1666666667vw 0;
  }
  .hero {
    margin-bottom: 2.0833333333vw;
  }
  .hero-slide {
    width: 83.3333333333vw;
  }
  .hero-slide .swiper-slide {
    margin-right: 3.4722222222vw;
    width: 83.3333333333vw;
  }
  .hero-slide img {
    height: 41.6666666667vw;
  }
  #hero-prev,
  #hero-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #hero-prev {
    left: -1.7361111111vw;
  }
  #hero-next {
    right: -1.7361111111vw;
  }
  #hero-pagination {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--first {
    padding: 115px 0 60px 0;
  }
  .hero {
    margin-bottom: 30px;
  }
  .hero-slide {
    width: 1200px;
  }
  .hero-slide .swiper-slide {
    margin-right: 50px;
    width: 1200px;
  }
  .hero-slide img {
    height: 600px;
  }
  #hero-prev {
    left: -25px;
  }
  #hero-next {
    right: -25px;
  }
  #hero-pagination {
    margin-top: 20px;
  }
}
/* ------------------------------------------- menu  - */
.recommend-menu {
  display: none;
  margin: 0 auto;
  width: 90.1333333333vw;
  margin-bottom: 3em;
}
.recommend-menu-ttl {
  background-color: #0f64b2;
  color: #fff;
  font-weight: bold;
  padding:1em;
  font-size: 1.2em;
}
.recommend-menu-list a {
  display: flex;
  align-items: center;
  column-gap: 1em;
  padding: .6em 1em;
  background-color: #fff;
  border: solid 1px #0f64b2;
  font-size: 1.1em;
  position: relative;
}
.recommend-menu-list a::before {
  content: "";
  position: absolute;
  display: block;
    width: 0;
  height: 0;
  border-style: solid;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .7em solid #0f64b2;
  border-right: 0;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.recommend-menu-list li:not(:first-of-type) a{
  border-top: none;
}
.recommend-menu-list a img {
  width: 12.5%;

}
@media screen and (max-width: 750px) {
  .recommend-menu {
    display: block;
  }
}
.first-menu a {
  position: relative;
  display: block;
  border-radius: 1.7333333333vw;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 2px 3px 2px rgba(51, 51, 51, 0.2);
}

.first-menu a:nth-child(n+2) {
  margin-top: 3.3333333333vw;
}

@media screen and (max-width: 750px) {
  .first-menu {
    margin: 0 auto;
    width: 90.1333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .first-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first-menu a {
    width: 34.0277777778vw;
    border-radius: 0.6944444444vw;
  }
  .first-menu a:nth-child(n+2) {
    margin: 0 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .first-menu a {
    width: 490px;
    border-radius: 10px;
  }
  .first-menu a:nth-child(n+2) {
    margin-left: 20px;
  }
}

#oshirase {
  padding: 0 30px;
}
.oshirase-inner {
  max-width: 70vw;
  border: 1px solid #000;
  padding: 20px 30px;
  margin: 50px auto;
  line-height: 1.6em;
  background: #fff;
  width: 100%;
}
.oshirase-ttl {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: .8em;
}
.bnr-hojokin a {
  width: 70vw;
  display: block;
  margin: 0 auto 50px;
}

@media screen and (min-width: 1441px) {
  .oshirase-inner {
    max-width: 1000px;
  }
  .bnr-hojokin a {
    width: 1000px;
    display: block;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 750px) {
  #oshirase {
    margin: 0 auto 4vw auto;
    padding: 0;
  }
  .oshirase-inner {
    max-width: 90.1333333333vw;
    padding: 4vw;
    margin: 8vw auto;
  }
  .oshirase-ttl {
    font-size: 1.15em;
  }
  .bnr-hojokin a {
    width: 90.1333333333vw;
    margin: 0 auto 8vw;
  }
}

/*  #news
-------------------------------------------------------------------------------*/
.news {
  position: relative;
  margin: 0 auto 4vw auto;
  width: 90.1333333333vw;
  z-index: 1;
}

.news-head {
  position: relative;
  margin-bottom: 2.6666666667vw;
  z-index: 1;
}
.news-head:before {
  content: "";
  position: absolute;
  top: -4.6666666667vw;
  left: -3.3333333333vw;
  width: 11.6vw;
  height: 11.6vw;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
}

.news-en {
  color: #0e70c6;
  font-family: "Anton", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.news-en span {
  color: #005bac;
}

.news-ttl {
  margin-top: 0.3em;
  color: #005bac;
  font-size: 2.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.news-post a {
  position: relative;
  display: block;
  padding: 3.3333333333vw 13.3333333333vw 3.3333333333vw 3.3333333333vw;
  background-color: #ffffff;
  border-color: #005bac;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.7333333333vw;
}
.news-post a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.news-post-date {
  font-size: 3.3333333333vw;
}

.news-post-cat {
  display: inline-block;
  margin-left: 2vw;
  padding: 0.2em 0.25em 0.3em 0.25em;
  background-color: #005bac;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
}

.news-post-ttl {
  color: #1c5c96;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 2.0833333333vw auto;
    width: 83.3333333333vw;
  }
  .news-head {
    margin: 0;
    width: 15.9722222222vw;
  }
  .news-head:before {
    top: -2.0833333333vw;
    left: -2.4305555556vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .news-en {
    font-size: 2.2222222222vw;
  }
  .news-ttl {
    font-size: 0.8333333333vw;
  }
  .news-post {
    width: 64.5833333333vw;
  }
  .news-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5.5555555556vw 0 1.3888888889vw;
    height: 4.4444444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .news-post a:after {
    right: 1.0416666667vw;
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
  .news-post a:hover {
    background-color: #f5f6f7;
  }
  .news-post-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    width: 13.5416666667vw;
  }
  .news-post-date {
    font-size: 0.9722222222vw;
  }
  .news-post-cat {
    margin-left: 1.0416666667vw;
    padding: 0.2em 0.3em 0.3em 0.3em;
    border-radius: 0.2083333333vw;
    font-size: 0.9722222222vw;
  }
  .news-post-ttl {
    width: calc(100% - 13.5416666667vw);
    font-size: 1.25vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 1441px) {
  .news {
    margin: 0 auto 30px auto;
    width: 1200px;
  }
  .news-head {
    width: 230px;
  }
  .news-head:before {
    top: -30px;
    left: -35px;
    width: 70px;
    height: 70px;
  }
  .news-en {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .news-ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news-post {
    width: 930px;
  }
  .news-post a {
    padding: 0 80px 0 20px;
    height: 64px;
    border-width: 2px;
    border-radius: 10px;
  }
  .news-post a:after {
    right: 15px;
    width: 33px;
    height: 33px;
  }
  .news-post-head {
    width: 195px;
  }
  .news-post-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-post-cat {
    margin-left: 15px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-post-ttl {
    width: calc(100% - 195px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  #point
-------------------------------------------------------------------------------*/
.sec--point {
  padding: 6.6666666667vw 0 8vw 0;
}

.point {
  position: relative;
  padding: 11.3333333333vw 4.9333333333vw 6.6666666667vw 4.9333333333vw;
  height: 227.3333333333vw;
  background-image: url(../img/point/house_sp.svg);
  background-size: contain;
  background-position: center top;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
.point:before {
  content: "";
  position: absolute;
  top: 30vw;
  left: 1.3333333333vw;
  display: inline-block;
  width: 18.5333333333vw;
  height: 23.3333333333vw;
  background-image: url(../img/point/sappo_sp.png);
  background-size: contain;
}

.point .sec-head {
  margin-bottom: 4vw;
}

.point .sec-catch {
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 3.3333333333vw;
  line-height: 1.32em;
}

.point .sec-ttl {
  position: relative;
  margin: 2vw 0 0 14.6666666667vw;
  width: 59.0666666667vw;
  z-index: 1;
}
.point .sec-ttl:after {
  content: "";
  position: absolute;
  top: -0.6666666667vw;
  right: -8vw;
  display: inline-block;
  width: 24.4vw;
  height: 22.6666666667vw;
  background-image: url(../img/point/heart.svg);
  background-size: contain;
  z-index: -1;
}

.point-item {
  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;
}

.point-item > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em 0.1em 0.75em;
  height: 4.8vw;
  background-color: #fff112;
  border-radius: 2.4vw;
  color: #0e70c6;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}

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

.point-list-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vw;
  margin-bottom: 1.3333333333vw;
}

.point-list-num {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Anton", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.point-list-catch {
  position: relative;
  color: #ffffff;
  font-size: 4.4vw;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.point-list-catch span {
  color: #fff223;
}

.point-list-box {
  position: relative;
  padding: 4vw 4.6666666667vw;
  background-color: #ffffff;
  border-radius: 5.3333333333vw;
}

.point-list-label {
  margin-bottom: 0.3em;
  color: #005bac;
  font-size: 4.8vw;
  font-weight: 700;
}

.point-list-ttl {
  position: relative;
  padding-bottom: 0.5em;
  color: #005bac;
  font-size: 6.4vw;
  font-weight: 700;
}
.point-list-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.2vw;
  background-color: #fff661;
  border-radius: 0.6vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point-list-image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26vw;
  height: 15.4666666667vw;
}
.point-list-image:after {
  content: "";
  position: absolute;
  top: 1.0666666667vw;
  right: 0;
  display: inline-block;
  width: 7.0666666667vw;
  height: 7.0666666667vw;
  background-image: url(../img/point/balloon.svg);
}

.point-list > li:nth-child(1) .point-list-image img {
  width: 9.8666666667vw;
}

.point-list > li:nth-child(2) .point-list-image img {
  width: 8vw;
}

.point-list > li:nth-child(3) .point-list-image img {
  position: relative;
  left: -3.0666666667vw;
  width: 14.5333333333vw;
}

.point-list-desc {
  margin-top: 2vw;
}
.point-list-desc p {
  line-height: 1.5em;
}

.point-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}

.point-btn .btn-main {
  padding-right: 6.6666666667vw;
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.43);
          box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.43);
}
.point-btn .btn-main span {
  position: relative;
  padding-left: 8vw;
}
.point-btn .btn-main span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/common/beginner.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-bg {
  position: absolute;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: center;
}

.sec-bg--01 {
  top: 0;
  left: 0;
  background-image: url(../img/point/bg01_sp.jpg);
}

.sec-bg--02 {
  left: 0;
  bottom: 0;
  background-image: url(../img/point/bg02_sp.jpg);
}

@media screen and (max-width: 750px) {
  .point-list > li:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
  .point-list-image {
    top: 2vw;
    right: 4.6666666667vw;
  }
  .sec-bg--03,
  .sec-bg--05 {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--point {
    padding: 7.6388888889vw 0 5.2083333333vw 0;
  }
  .point {
    margin-left: -6.9444444444vw;
    padding: 9.0277777778vw 7.6388888889vw 4.1666666667vw 7.6388888889vw;
    width: 83.3333333333vw;
    height: 59.375vw;
    background-image: url(../img/point/house.png);
    background-image: image-set(url(../img/point/house.png) 1x, url(../img/point/house-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/point/house.png) 1x, url(../img/point/house-2x.png) 2x);
    border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  }
  .point:before {
    top: 2.0833333333vw;
    left: 1.0416666667vw;
    width: 19.375vw;
    height: 17.5vw;
    background-image: url(../img/point/sappo.png);
    background-image: image-set(url(../img/point/sappo.png) 1x, url(../img/point/sappo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/point/sappo.png) 1x, url(../img/point/sappo-2x.png) 2x);
  }
  .point .sec-head {
    margin-bottom: 1.3888888889vw;
  }
  .point .sec-catch {
    font-size: 1.4583333333vw;
  }
  .point .sec-ttl {
    margin: 0 auto;
    padding-right: 4.0277777778vw;
    width: 49.9305555556vw;
  }
  .point .sec-ttl:after {
    top: -4.1666666667vw;
    right: 0;
    width: 11.3194444444vw;
    height: 10.5555555556vw;
  }
  .point-item {
    margin-top: 1.3888888889vw;
  }
  .point-item > li {
    height: 1.8055555556vw;
    border-radius: 0.9027777778vw;
    font-size: 1.1111111111vw;
  }
  .point-item > li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point-list > li {
    width: 21.1805555556vw;
  }
  .point-list-head {
    height: 3.8888888889vw;
    margin-bottom: 0.6944444444vw;
  }
  .point-list-num {
    font-size: 4.1666666667vw;
  }
  .point-list-catch {
    font-size: 1.6666666667vw;
  }
  .point-list-box {
    padding: 2.0833333333vw 1.0416666667vw 1.3888888889vw 1.0416666667vw;
    border-radius: 4.1666666667vw;
  }
  .point-list-label {
    margin-bottom: 0.5em;
    font-size: 1.6666666667vw;
    text-align: center;
  }
  .point-list-ttl {
    padding-bottom: 0.7em;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
  }
  .point-list-ttl:after {
    width: 11.8055555556vw;
    height: 0.625vw;
    border-radius: 0.3125vw;
  }
  .point-list-image {
    position: relative;
    margin: 0.6944444444vw auto;
    width: 13.1944444444vw;
    height: 8.0555555556vw;
  }
  .point-list-image:after {
    top: 0.5555555556vw;
    width: 3.5416666667vw;
    height: 3.5416666667vw;
  }
  .point-list > li:nth-child(1) .point-list-image img {
    width: 4.9305555556vw;
  }
  .point-list > li:nth-child(2) .point-list-image img {
    width: 4.1666666667vw;
  }
  .point-list > li:nth-child(3) .point-list-image img {
    left: -2.2916666667vw;
    width: 8.6805555556vw;
  }
  .point-list-desc {
    margin-top: 0.3472222222vw;
  }
  .point-list-desc p {
    text-align: center;
  }
  .point-btn {
    margin-top: 2.7777777778vw;
    width: 34.7222222222vw;
  }
  .point-btn .btn-main {
    padding-right: 1.7361111111vw;
  }
  .point-btn .btn-main span {
    padding-left: 2.9166666667vw;
    font-size: 1.4583333333vw;
  }
  .point-btn .btn-main span:before {
    width: 2.0833333333vw;
    height: 2.9861111111vw;
  }
  .sec-bg {
    width: 50%;
  }
  .sec-bg--01 {
    height: 32.6388888889vw;
    background-image: url(../img/point/bg01.jpg);
    background-image: image-set(url(../img/point/bg01.jpg) 1x, url(../img/point/bg01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/point/bg01.jpg) 1x, url(../img/point/bg01-2x.jpg) 2x);
  }
  .sec-bg--02 {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    height: 32.6388888889vw;
    background-image: url(../img/point/bg02.jpg);
    background-image: image-set(url(../img/point/bg02.jpg) 1x, url(../img/point/bg02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/point/bg02.jpg) 1x, url(../img/point/bg02-2x.jpg) 2x);
  }
  .sec-bg--03 {
    left: 0;
    bottom: 0;
    height: 41.6666666667vw;
    background-image: url(../img/point/bg03.jpg);
    background-image: image-set(url(../img/point/bg03.jpg) 1x, url(../img/point/bg03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/point/bg03.jpg) 1x, url(../img/point/bg03-2x.jpg) 2x);
  }
  .sec-bg--04 {
    right: 0;
    bottom: 0;
    height: 41.6666666667vw;
    background-image: url(../img/point/bg04.jpg);
    background-image: image-set(url(../img/point/bg04.jpg) 1x, url(../img/point/bg04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/point/bg04.jpg) 1x, url(../img/point/bg04-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .sec--point {
    padding: 110px 0 75px 0;
  }
  .point {
    margin-left: -100px;
    padding: 130px 110px 60px 110px;
    width: 1200px;
    height: 855px;
    border-radius: 0 0 20px 20px;
  }
  .point:before {
    top: 30px;
    left: 15px;
    width: 279px;
    height: 252px;
  }
  .point .sec-head {
    margin-bottom: 20px;
  }
  .point .sec-catch {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .point .sec-ttl {
    padding-right: 58px;
    width: 719px;
  }
  .point .sec-ttl:after {
    top: -60px;
    width: 163px;
    height: 152px;
  }
  .point-item {
    margin-top: 20px;
  }
  .point-item > li {
    height: 26px;
    border-radius: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .point-item > li:nth-child(n+2) {
    margin-left: 15px;
  }
  .point-list > li {
    width: 305px;
  }
  .point-list-head {
    height: 56px;
    margin-bottom: 10px;
  }
  .point-list-num {
    font-size: 60px;
    font-size: 6rem;
  }
  .point-list-catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .point-list-box {
    padding: 30px 15px 20px 15px;
    border-radius: 60px;
  }
  .point-list-label {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .point-list-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .point-list-ttl:after {
    width: 170px;
    height: 9px;
    border-radius: 4.5px;
  }
  .point-list-image {
    margin: 10px auto;
    width: 190px;
    height: 116px;
  }
  .point-list-image:after {
    top: 8px;
    width: 51px;
    height: 51px;
  }
  .point-list > li:nth-child(1) .point-list-image img {
    width: 71px;
  }
  .point-list > li:nth-child(2) .point-list-image img {
    width: 60px;
  }
  .point-list > li:nth-child(3) .point-list-image img {
    left: -33px;
    width: 125px;
  }
  .point-list-desc {
    margin-top: 5px;
  }
  .point-btn {
    margin-top: 40px;
    width: 500px;
  }
  .point-btn .btn-main {
    padding-right: 25px;
  }
  .point-btn .btn-main span {
    padding-left: 42px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .point-btn .btn-main span:before {
    width: 30px;
    height: 43px;
  }
  .sec-bg--01 {
    height: 470px;
  }
  .sec-bg--02 {
    height: 470px;
  }
  .sec-bg--03 {
    height: 600px;
  }
  .sec-bg--04 {
    height: 600px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 8.6666666667vw 0 12vw 0;
  background-color: #f6f6f6;
}
.sec--works:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 120vw);
  background-color: #dfecf8;
}

.sec--works .sec-head {
  margin-bottom: 6.6666666667vw;
}
.sec--works .sec-head:before {
  content: "";
  position: absolute;
  top: 8vw;
  left: -4.9333333333vw;
  display: inline-block;
  width: 98.2666666667vw;
  height: 30.9333333333vw;
  background-image: url(../img/works/deco_sp.svg);
  background-size: contain;
  z-index: -1;
}

.sec--works .sec-catch span.big {
  display: inline-block;
  margin-top: 0.3em;
  font-family: "ZenKakuGothicNew";
  font-size: 6vw;
  font-style: italic;
  font-weight: 900;
}
.sec--works .sec-catch span.num {
  position: relative;
  margin: 0 0.1em;
  top: 0.1em;
  color: #0e70c6;
  font-family: "Anton", sans-serif;
  font-size: 8vw;
  font-weight: 400;
}

.sec--works .sec-ttl {
  margin: 2.6666666667vw auto 0 auto;
  width: 54.5333333333vw;
}
.sec--works .sec-ttl:before, .sec--works .sec-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 6.4vw;
  height: 12.6666666667vw;
  background-image: url(../img/works/slash_sp.svg);
  background-size: contain;
}
.sec--works .sec-ttl:before {
  left: -8.6666666667vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--works .sec-ttl:after {
  right: -8.6666666667vw;
}

.sec--works .sec-en {
  margin-top: 0.8em;
}

.works-frt {
  position: relative;
}

.works-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 72vw;
}

.works-btn .btn-main {
  border-color: #ffffff;
}

@media screen and (max-width: 750px) {
  #works-prev,
  #works-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 6.5972222222vw 0 6.25vw 0;
  }
  .sec--works:after {
    height: calc(100% - 47.2222222222vw);
  }
  .sec--works .sec-head {
    margin-bottom: 3.125vw;
  }
  .sec--works .sec-head:before {
    top: -5.5555555556vw;
    left: 50%;
    width: 97.9861111111vw;
    height: 17.5vw;
    background-image: url(../img/works/deco.svg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec--works .sec-head:after {
    content: "";
    position: absolute;
    top: -1.3888888889vw;
    left: 6.9444444444vw;
    display: inline-block;
    width: 8.8194444444vw;
    height: 8.3333333333vw;
    background-image: url(../img/works/point.png);
    background-image: image-set(url(../img/works/point.png) 1x, url(../img/works/point-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/point.png) 1x, url(../img/works/point-2x.png) 2x);
    background-size: contain;
  }
  .sec--works .sec-catch span.big {
    margin-top: 0.5em;
    font-size: 2.9166666667vw;
  }
  .sec--works .sec-catch span.num {
    font-size: 3.75vw;
  }
  .sec--works .sec-ttl {
    margin: 1.3888888889vw auto 0 auto;
    width: 45.0694444444vw;
  }
  .sec--works .sec-ttl:before, .sec--works .sec-ttl:after {
    width: 2.4305555556vw;
    height: 4.5833333333vw;
    background-image: url(../img/works/slash.svg);
  }
  .sec--works .sec-ttl:before {
    left: -3.8194444444vw;
  }
  .sec--works .sec-ttl:after {
    right: -3.8194444444vw;
  }
  .sec--works .sec-en {
    margin-top: 0.5em;
  }
  .works-frt:before {
    content: "";
    position: absolute;
    top: -20.8333333333vw;
    right: -3.8194444444vw;
    display: inline-block;
    width: 12.5vw;
    height: 25vw;
    background-image: url(../img/works/staff.png);
    background-image: image-set(url(../img/works/staff.png) 1x, url(../img/works/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/staff.png) 1x, url(../img/works/staff-2x.png) 2x);
    background-size: contain;
  }
  .works-btn {
    margin-top: 2.4305555556vw;
    width: 31.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 95px 0 90px 0;
  }
  .sec--works:after {
    height: calc(100% - 680px);
  }
  .sec--works .sec-head {
    margin-bottom: 45px;
  }
  .sec--works .sec-head:before {
    top: -80px;
    width: 1411px;
    height: 252px;
  }
  .sec--works .sec-head:after {
    top: -20px;
    left: 100px;
    width: 127px;
    height: 120px;
  }
  .sec--works .sec-catch span.big {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .sec--works .sec-catch span.num {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .sec--works .sec-ttl {
    margin: 20px auto 0 auto;
    width: 649px;
  }
  .sec--works .sec-ttl:before, .sec--works .sec-ttl:after {
    width: 35px;
    height: 66px;
  }
  .sec--works .sec-ttl:before {
    left: -55px;
  }
  .sec--works .sec-ttl:after {
    right: -55px;
  }
  .works-frt:before {
    top: -300px;
    right: -55px;
    width: 180px;
    height: 360px;
  }
  .works-slide .swiper-slide {
    left: 18px;
    margin-right: 36px;
    width: 420px !important;
  }
  .works-btn {
    margin-top: 35px;
    width: 460px;
  }
}
/*  #recommend
-------------------------------------------------------------------------------*/
.sec--recommend {
  padding: 77.3333333333vw 0 12vw 0;
  background-color: #f6f6f6;
}

.sec--recommend .sec-head {
  margin-bottom: 6vw;
}
.sec--recommend .sec-head:before, .sec--recommend .sec-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--recommend .sec-head:before {
  top: -8.6666666667vw;
  left: 0;
  width: 49.4666666667vw;
  height: 24vw;
  background-image: url(../img/recommend/sappo_sp.png);
}
.sec--recommend .sec-head:after {
  top: 2vw;
  right: 0;
  width: 14.4vw;
  height: 12.9333333333vw;
  background-image: url(../img/recommend/tools_sp.png);
}

.sec--recommend .sec-catch {
  margin-bottom: 0.3em;
  font-size: 5.3333333333vw;
  font-style: italic;
  font-weight: 900;
}
.sec--recommend .sec-catch span {
  color: #0e70c6;
}

.sec--recommend .sec-ttl span {
  color: #0e70c6;
}

.sec--recommend .sec-en {
  margin-top: 1em;
}

.sec--recommend .sec-desc {
  margin-top: 4vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec--recommend {
    padding: 14.5833333333vw 0 3.4722222222vw 0;
    background-color: #dfecf8;
  }
  .sec--recommend:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2.4305555556vw);
    height: 100%;
    background-color: #f9f9f9;
  }
  .sec--recommend .sec-head {
    margin-bottom: 3.125vw;
  }
  .sec--recommend .sec-head:before {
    top: -0.6944444444vw;
    left: 0.5555555556vw;
    width: 11.9444444444vw;
    height: 17.3611111111vw;
    background-image: url(../img/recommend/sappo.png);
    background-image: image-set(url(../img/recommend/sappo.png) 1x, url(../img/recommend/sappo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/recommend/sappo.png) 1x, url(../img/recommend/sappo-2x.png) 2x);
  }
  .sec--recommend .sec-head:after {
    top: 2.0833333333vw;
    right: 4.8611111111vw;
    width: 5.9027777778vw;
    height: 5.9722222222vw;
    background-image: url(../img/recommend/tools.png);
    background-image: image-set(url(../img/recommend/tools.png) 1x, url(../img/recommend/tools-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/recommend/tools.png) 1x, url(../img/recommend/tools-2x.png) 2x);
  }
  .sec--recommend .sec-catch {
    font-size: 2.2222222222vw;
  }
  .sec--recommend .sec-desc {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--recommend {
    padding: 210px 0 50px 0;
  }
  .sec--recommend:before {
    width: calc(100% - 35px);
  }
  .sec--recommend .sec-head {
    margin-bottom: 45px;
  }
  .sec--recommend .sec-head:before {
    top: -10px;
    left: 8px;
    width: 172px;
    height: 250px;
  }
  .sec--recommend .sec-head:after {
    top: 30px;
    right: 70px;
    width: 85px;
    height: 86px;
  }
  .sec--recommend .sec-catch {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .sec--recommend .sec-desc {
    margin-top: 20px;
  }
}
/* ------------------------------------------- common - */
.recommend {
  position: relative;
}

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

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

.recommend-image {
  position: relative;
  margin: 0 auto;
  border-radius: 2vw;
  overflow: hidden;
  z-index: 1;
}

.recommend-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 2vw;
}
.recommend-content:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 2;
}
.recommend-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
}

.recommend-ttl {
  margin-bottom: 0.8em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.25em;
}
.recommend-ttl span {
  font-size: 4.8vw;
}

.recommend-price {
  position: relative;
  padding-left: 17.3333333333vw;
}

.recommend-komikomi {
  position: absolute;
  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;
  background-color: #fff661;
  border-radius: 1.3333333333vw;
}
.recommend-komikomi p {
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
}

.recommend-taxout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e94829;
  font-size: 4vw;
  font-weight: 900;
}
.recommend-taxout span.unit {
  position: relative;
  top: -0.3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.3em;
}
.recommend-taxout span.num {
  font-family: "Anton", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 400;
}
.recommend-taxout span.tax {
  font-size: 3.0666666667vw;
}

.recommend-taxin {
  font-size: 3.0666666667vw;
}

.recommend--mizumawari .recommend-content:before {
  top: 3.3333333333vw;
  right: 3.3333333333vw;
  width: 38.8vw;
  height: 16.8vw;
  background-image: url(../img/recommend/icon/mizumawari_sp.png);
}

.recommend--kitchen .recommend-content:before {
  top: 9.3333333333vw;
  right: 3.3333333333vw;
  width: 13.0666666667vw;
  height: 11.0666666667vw;
  background-image: url(../img/recommend/icon/kitchen.svg);
}

.recommend--bathroom .recommend-content:before {
  top: 12vw;
  right: 6.6666666667vw;
  width: 13.0666666667vw;
  height: 16vw;
  background-image: url(../img/recommend/icon/bathroom.svg);
}

.recommend--toilet .recommend-content:before {
  top: 13.3333333333vw;
  right: 7.3333333333vw;
  width: 7.2vw;
  height: 13.0666666667vw;
  background-image: url(../img/recommend/icon/toilet.svg);
}

.recommend--washroom .recommend-content:before {
  top: 12.9333333333vw;
  right: 8vw;
  width: 7.2vw;
  height: 11.7333333333vw;
  background-image: url(../img/recommend/icon/washroom.svg);
}

.recommend--maintenance .recommend-content:before {
  top: 18.6666666667vw;
  right: 7.3333333333vw;
  width: 8.2666666667vw;
  height: 7.6vw;
  background-image: url(../img/recommend/icon/maintenance.svg);
}

@media screen and (min-width: 751px) {
  .recommend {
    margin-left: -6.5972222222vw;
    width: 82.6388888889vw;
  }
  .recommend > div:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .recommend-image {
    border-radius: 0.6944444444vw;
  }
  .recommend-content {
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .recommend-content:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .recommend-ttl {
    font-size: 1.1111111111vw;
  }
  .recommend-ttl span {
    font-size: 1.4583333333vw;
  }
  .recommend-komikomi {
    border-radius: 0.6944444444vw;
  }
  .recommend-price {
    display: inline-block;
  }
  .recommend-taxin {
    letter-spacing: 0;
  }
  .recommend-post a:hover .recommend-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .recommend-post a:hover .recommend-content {
    background-color: #dfecf8;
  }
  .recommend-post a:hover .recommend-content:after {
    -webkit-transform: translateX(0.2em);
            transform: translateX(0.2em);
  }
  .recommend--mizumawari .recommend-content:before {
    top: 2.6388888889vw;
    right: 2.4305555556vw;
    width: 16.3888888889vw;
    height: 7.2222222222vw;
    background-image: url(../img/recommend/icon/mizumawari.png);
    background-image: image-set(url(../img/recommend/icon/mizumawari.png) 1x, url(../img/recommend/icon/mizumawari-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/recommend/icon/mizumawari.png) 1x, url(../img/recommend/icon/mizumawari-2x.png) 2x);
  }
  .recommend--kitchen .recommend-content:before {
    top: 4.8611111111vw;
    right: 3.4722222222vw;
    width: 6.1111111111vw;
    height: 5.2777777778vw;
  }
  .recommend--bathroom .recommend-content:before {
    top: 1.7361111111vw;
    right: 2.0833333333vw;
    width: 4.375vw;
    height: 5.3472222222vw;
  }
  .recommend--toilet .recommend-content:before {
    top: 2.4305555556vw;
    right: 2.7777777778vw;
    width: 2.5vw;
    height: 4.375vw;
  }
  .recommend--washroom .recommend-content:before {
    top: 3.125vw;
    right: 2.7777777778vw;
    width: 2.5vw;
    height: 4.1666666667vw;
  }
  .recommend--maintenance .recommend-content:before {
    top: 5.0694444444vw;
    right: 1.3888888889vw;
    width: 2.7083333333vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .recommend {
    margin-left: -95px;
    width: 1190px;
  }
  .recommend > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .recommend-image {
    border-radius: 10px;
  }
  .recommend-content {
    border-radius: 10px;
  }
  .recommend-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recommend-ttl span {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .recommend-komikomi {
    border-radius: 10px;
  }
  .recommend--mizumawari .recommend-content:before {
    top: 38px;
    right: 35px;
    width: 236px;
    height: 104px;
  }
  .recommend--kitchen .recommend-content:before {
    top: 70px;
    right: 50px;
    width: 88px;
    height: 76px;
  }
  .recommend--bathroom .recommend-content:before {
    top: 25px;
    right: 30px;
    width: 63px;
    height: 77px;
  }
  .recommend--toilet .recommend-content:before {
    top: 35px;
    right: 40px;
    width: 36px;
    height: 63px;
  }
  .recommend--washroom .recommend-content:before {
    top: 45px;
    right: 40px;
    width: 36px;
    height: 60px;
  }
  .recommend--maintenance .recommend-content:before {
    top: 73px;
    right: 20px;
    width: 39px;
    height: 36px;
  }
}
/* ------------------------------------------- main - */
.recommend-main > li:nth-child(n+2) {
  margin-top: 6vw;
}

.recommend-main .recommend-image {
  width: 80vw;
}
.recommend-main .recommend-content {
  top: -17.3333333333vw;
  margin-bottom: -17.3333333333vw;
  padding: 20vw 5.3333333333vw 2.6666666667vw 5.3333333333vw;
}
.recommend-main .recommend-content:after {
  right: 5.3333333333vw;
  bottom: 10.6666666667vw;
}
.recommend-main .recommend-price {
  padding-left: 17.3333333333vw;
}
.recommend-main .recommend-komikomi {
  top: 50%;
  width: 14.6666666667vw;
  height: 9.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recommend-main .recommend-komikomi p {
  font-size: 2.9333333333vw;
}
.recommend-main .recommend-taxout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend-main .recommend-taxout span.unit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend-main .recommend-taxout span.tax {
  margin-left: 0.2em;
}
.recommend-main .recommend-taxin {
  position: absolute;
  right: -0.5em;
  bottom: 0;
}

@media screen and (min-width: 751px) {
  .recommend-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recommend-main > li {
    width: 40.2777777778vw;
  }
  .recommend-main > li:nth-child(n+2) {
    margin: 0 0 0 2.0833333333vw;
  }
  .recommend-main .recommend-image {
    width: 36.1111111111vw;
  }
  .recommend-main .recommend-content {
    top: -7.2916666667vw;
    margin-bottom: -7.2916666667vw;
    padding: 8.6805555556vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  }
  .recommend-main .recommend-content:after {
    right: 1.0416666667vw;
    bottom: 2.0833333333vw;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
  .recommend-main .recommend-price {
    padding-left: 5.9027777778vw;
  }
  .recommend-main .recommend-komikomi {
    width: 4.8611111111vw;
    height: 3.4722222222vw;
  }
  .recommend-main .recommend-komikomi p {
    font-size: 0.9722222222vw;
  }
  .recommend-main .recommend-taxout {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.7361111111vw;
  }
  .recommend-main .recommend-taxout span.unit {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend-main .recommend-taxout span.num {
    font-size: 4.1666666667vw;
  }
  .recommend-main .recommend-taxout span.tax {
    margin-left: 0.2em;
    font-size: 0.9722222222vw;
  }
  .recommend-main .recommend-taxin {
    position: absolute;
    right: -0.5em;
    bottom: 0.5em;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .recommend-main > li {
    width: 580px;
  }
  .recommend-main > li:nth-child(n+2) {
    margin: 0 0 0 30px;
  }
  .recommend-main .recommend-image {
    width: 520px;
  }
  .recommend-main .recommend-content {
    top: -105px;
    margin-bottom: -105px;
    padding: 125px 20px 20px 20px;
  }
  .recommend-main .recommend-content:after {
    right: 15px;
    bottom: 30px;
    width: 28px;
    height: 28px;
  }
  .recommend-main .recommend-price {
    padding-left: 85px;
  }
  .recommend-main .recommend-komikomi {
    width: 70px;
    height: 50px;
  }
  .recommend-main .recommend-komikomi p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend-main .recommend-taxout {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .recommend-main .recommend-taxout span.num {
    font-size: 60px;
    font-size: 6rem;
  }
  .recommend-main .recommend-taxout span.tax {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend-main .recommend-taxin {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- slide - */
.recommend-slide .recommend-image {
  width: 59.3333333333vw;
}
.recommend-slide .recommend-content {
  top: -16.6666666667vw;
  margin-bottom: -16.6666666667vw;
  padding: 19.3333333333vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
  min-height: 50vw;
}
.recommend-slide .recommend-content:after {
  right: 4.6666666667vw;
  bottom: 2.6666666667vw;
}
.recommend-slide .recommend-price {
  padding-left: 18vw;
}
.recommend-slide .recommend-komikomi {
  top: 0;
  width: 15.3333333333vw;
  height: 11.3333333333vw;
}
.recommend-slide .recommend-komikomi p {
  font-size: 3.3333333333vw;
}
.recommend-slide .recommend-taxout {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recommend-slide .recommend-taxout span.unit {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend-slide .recommend-taxout span.tax {
  position: absolute;
  right: 1em;
  bottom: 1.5em;
}

.recommend-taxin {
  position: relative;
  margin-top: 0.5em;
  text-indent: -0.5em;
}

.recommend-desc {
  margin-top: 1em;
}
.recommend-desc p {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.65em;
}

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

@media screen and (max-width: 750px) {
  .recommend-slide .swiper-slide {
    left: 2.4vw;
    margin-right: 4vw;
    width: 69.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .recommend-slide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.7361111111vw;
  }
  .recommend-slide .swiper-wrapper > li {
    margin-left: 1.7361111111vw;
    width: calc(25% - 1.7361111111vw);
  }
  .recommend-slide .recommend-image {
    width: 16.6666666667vw;
  }
  .recommend-slide .recommend-content {
    top: -4.1666666667vw;
    margin-bottom: -4.1666666667vw;
    padding: 5.5555555556vw 0.6944444444vw 1.0416666667vw 0.6944444444vw;
    min-height: 13.8888888889vw;
  }
  .recommend-slide .recommend-content:after {
    right: 1.0416666667vw;
    bottom: 0.6944444444vw;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
  .recommend-slide .recommend-price {
    padding-left: 5.6944444444vw;
  }
  .recommend-slide .recommend-komikomi {
    width: 4.7222222222vw;
    height: 3.1944444444vw;
  }
  .recommend-slide .recommend-komikomi p {
    font-size: 0.9027777778vw;
  }
  .recommend-slide .recommend-taxout {
    font-size: 1.1111111111vw;
  }
  .recommend-slide .recommend-taxout span.num {
    font-size: 3.3333333333vw;
  }
  .recommend-slide .recommend-taxout span.tax {
    position: absolute;
    right: 1em;
    bottom: 1.5em;
    font-size: 0.8333333333vw;
  }
  .recommend-slide .recommend-taxin {
    font-size: 0.8333333333vw;
  }
  .recommend-desc p {
    font-size: 0.9722222222vw;
  }
  #recommend-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .recommend-slide .swiper-wrapper {
    margin-left: -25px;
  }
  .recommend-slide .swiper-wrapper > li {
    margin-left: 25px;
    width: calc(25% - 25px);
  }
  .recommend-slide .recommend-image {
    width: 240px;
  }
  .recommend-slide .recommend-content {
    top: -60px;
    margin-bottom: -60px;
    padding: 80px 10px 15px 10px;
    min-height: 200px;
  }
  .recommend-slide .recommend-content:after {
    right: 15px;
    bottom: 10px;
    width: 22px;
    height: 22px;
  }
  .recommend-slide .recommend-price {
    padding-left: 82px;
  }
  .recommend-slide .recommend-komikomi {
    width: 68px;
    height: 46px;
  }
  .recommend-slide .recommend-komikomi p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .recommend-slide .recommend-taxout {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recommend-slide .recommend-taxout span.num {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .recommend-slide .recommend-taxout span.tax {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recommend-slide .recommend-taxin {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recommend-desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  #showroom
-------------------------------------------------------------------------------*/
.sec--showroom {
  padding: 6.6666666667vw 0 13.3333333333vw 0;
  background-color: #f6f6f6;
}

@media screen and (min-width: 751px) {
  .sec--showroom {
    padding: 3.4722222222vw 0 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec--showroom {
    padding: 50px 0 80px 0;
  }
}
/* ------------------------------------------- showroom - */
.showroom {
  position: relative;
  padding: 4.6666666667vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
  background-image: url(../img/showroom/bg_sp.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 2.6666666667vw;
}

.showroom::after {
  content: '';
  position: absolute;
  top: -3.467vw;
  right: -4.267vw;
  display: block;
  width: 29.333vw;
  height: 21.067vw;
  background: url(../img/showroom/character.png) no-repeat;
  background-size: contain;
}

.showroom .sec-head {
  margin-bottom: 4vw;
}
.showroom .sec-head:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.showroom .sec-head:before {
  top: -7.3333333333vw;
  left: -10vw;
  width: 25.266667vw;
  height: 22.866667vw;
  background-image: url(../img/showroom/bubble_sp.png);
}

.showroom .sec-catch {
  color: #ffffff;
  z-index: 1;
}

.showroom .sec-ttl {
  color: #ffffff;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.showroom .sec-ttl span {
  position: relative;
  display: inline-block;
  margin-top: 0.3em;
  z-index: 1;
}
.showroom .sec-ttl:after {
  content: "";
  position: absolute;
  left: -2.6666666667vw;
  bottom: -3.3333333333vw;
  display: inline-block;
  width: 25.3333333333vw;
  height: 5.2vw;
  background-image: url(../img/showroom/deco_02.svg);
  background-size: contain;
}

.showroom .sec-subttl {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top:0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showroom .sec-subttl span {
  display: block;
  font-size: 4vw;
  line-height: 1.3;
}

.showroom .sec-subttl strong {
  color: #fff007;
  font-size: 6vw;
}
.showroom .sec-subttl:before, .showroom .sec-subttl:after {
  content: "";
  aspect-ratio: 15/27;
  display: inline-block;
  width: 3vw;
  height: auto;
  background-image: url(../img/showroom/slash.svg);
  background-size: contain;
  margin: 0 3vw;
}
.showroom .sec-subttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.showroom .sec-subttl:after {
  right: 0;
}

.showroom .sec-en {
  margin-top: 1em;
  color: #ffffff;
}

.showroom-image {
  border-radius: 3.3333333333vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .showroom {
    margin-left: -12.8472222222vw;
    padding: 4.8611111111vw 5.9027777778vw 4.1666666667vw 5.9027777778vw;
    width: 95.1388888889vw;
    background-image: url(../img/showroom/bg.jpg);
    background-image: image-set(url(../img/showroom/bg.jpg) 1x, url(../img/showroom/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/showroom/bg.jpg) 1x, url(../img/showroom/bg-2x.jpg) 2x);
    border-radius: 1.3888888889vw;
  }
  .showroom::before {
    content: '';
    position: absolute;
    top: 4.927vw;
    left: 2.776vw;
    display: block;
    width: 18.668vw;
    height: 6.801vw;
    background: url(../img/showroom/deco_03.png) no-repeat;
    background-size: contain;
  }
  .showroom::after {
    top: 1.457vw;
    right: 1.596vw;
    width: 27.134vw;
    height: 19.292vw;
  }
  .showroom .sec-head {
    margin-bottom: 2.0833333333vw;
  }
  .showroom .sec-head:before {
    top: -2.776vw;
    left: 15.614vw;
    width: 9.23vw;
    height: 8.328vw;
    background-image: url(../img/showroom/bubble.png);
  }
  .showroom .sec-ttl {
    letter-spacing: 0.05em;
  }
  .showroom .sec-ttl span {
    font-size: 4.1666666667vw;
  }
  .showroom .sec-ttl:after {
    left: 17.3611111111vw;
    bottom: -2.0833333333vw;
    width: 15.2777777778vw;
    height: 3.125vw;
  }
  .showroom-in {
    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;
  }
  .head  .showroom-in {
    width: 63.1944444222vw;
    max-width: 920px;
    margin: 0 auto;
    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;
  }
  .showroom .sec-subttl {
    margin-top:0;
    align-items: baseline;
  }
  .showroom .sec-subttl span {
    font-size: calc(40/ 1440 * 100vw);
  }
  .showroom .sec-subttl strong {
    font-size: calc(65/ 1440 * 100vw);
  }
  .showroom .sec-subttl:before, .showroom .sec-subttl:after {
    width: calc(21/ 1440 * 100vw);
    height: calc(40/ 1440 * 100vw);
    margin: 0 2vw;
  }
  .showroom-image {
    width: 44.4444444444vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom {
    margin-left: -185px;
    padding: 70px 85px 60px 85px;
    width: 1370px;
    border-radius: 20px;
  }
  .showroom::before {
    content: '';
    position: absolute;
    top: 71px;
    left: 40px;
    display: block;
    width: 269px;
    height: 98px;
    background: url(../img/showroom/deco_03.png) no-repeat;
    background-size: contain;
  }
  .showroom::after {
    top: 21px;
    right: 23px;
    width: 391px;
    height: 278px;
  }
  .showroom .sec-head {
    margin-bottom: 30px;
  }
  .showroom .sec-head:before {
    top: -40px;
    left: 225px;
    width: 133px;
    height: 120px;
  }
  .showroom .sec-ttl span {
    font-size: 60px;
    font-size: 6rem;
  }
  .showroom .sec-ttl:after {
    left: 250px;
    bottom: -30px;
    width: 220px;
    height: 45px;
  }
  .showroom .sec-subttl {
    margin-top: 0px;
    display: flex;
    justify-content:center;
    align-items: baseline;
  }
  .showroom .sec-subttl span {
    font-size: 40px;
  }
  .showroom .sec-subttl strong {
    font-size: 65px;
  }
  .showroom .sec-subttl:before, .showroom .sec-subttl:after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 40px;
    margin: 0 20px;
  }
  .showroom-image {
    width: 640px;
    border-radius: 20px;
  }
}
/* ------------------------------------------- tab - */
.showroom-tab {
  position: relative;
  margin-top: 5.3333333333vw;
}

.showroom-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.0666666667vw;
}

.showroom-tab-menu2{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 1vw;
  margin-bottom: 3.0666666667vw;
}

.showroom-tab-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em 0.1em 1em;
  height: 5.6vw;
  background-color: #ffffff;
  border-radius: 2.8vw;
  color: #005bac;
  font-size: 3.3333333333vw;
  font-weight: 700;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}

.showroom-tab-menu2 > li {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  background-color: #ffffff;
  border-radius: 2vw;
  color: #005bac;
  font-size: 3.3333333333vw;
  font-weight: 700;
}
.showroom-tab-menu2 > li span{
  font-size: 4.3333333333vw;
  
}
.showroom-tab .txt{
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: calc(10/ 375 * 100vw);
}

.showroom-tab-menu > li:nth-child(n+2) {
  margin-left: 2vw;
}

.showroom-tab-menu > li.is-active {
  background-color: #fff007;
}
.showroom-tab-menu > li.is-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4vw 1.0666666667vw 0 1.0666666667vw;
  border-color: #fff007 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.showroom-tab-content {
  padding: 0 4.2666666667vw;
  overflow: hidden;
}

.showroom-tab-content > div {
  visibility: hidden;
  height: 0;
  text-align: center;
}

.showroom-tab-content > div.is-active {
  visibility: visible;
  height: auto;
}

.showroom-tab-ttl {
  position: relative;
  display: inline-block;
  padding: 0 6.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}
.showroom-tab-ttl span.color {
  display: inline-block;
  margin: 0 0.3em;
  color: #fff007;
  font-size: 4.6666666667vw;
}
.showroom-tab-ttl span.num {
  position: relative;
  top: 0.1em;
  margin-right: 0.1em;
  font-family: "Anton", sans-serif;
  font-size: 9.3333333333vw;
  font-weight: 400;
}
.showroom-tab-ttl:before, .showroom-tab-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 6.9333333333vw;
  background-image: url(../img/showroom/slash.svg);
  background-size: contain;
}
.showroom-tab-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.showroom-tab-ttl:after {
  right: 0;
}

.showroom-slide {
  position: relative;
  margin-top: 2.6666666667vw;
}

.showroom-slide .swiper-wrapper > li {
  position: relative;
}

.showroom-slide .swiper-slide {
  margin-right: 4.2666666667vw;
  width: 100%;
}

.showroom-slide .swiper-slide:last-child {
  margin-right: 0;
}

.showroom-slide-main {
  border-color: #fff007;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.showroom-tab .slide-prev,
.showroom-tab .slide-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.showroom-tab .slide-prev {
  left: -4.2666666667vw;
}

.showroom-tab .slide-next {
  right: -4.2666666667vw;
}

.showroom-tab .slide-pagination {
  margin-top: 3.3333333333vw;
}

.showroom-tab .slide-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}

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

@media screen and (max-width: 750px) {
  .showroom-tab-content {
    margin-left: -4.2666666667vw;
    width: 88.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .showroom-tab {
    margin: 0;
    width: 35.4166666667vw;
  }
  .showroom.head .showroom-tab{
    width: 100%;
  }
  .showroom-tab-menu {
    margin-bottom: 1.25vw;
  }
  .showroom-tab-menu > li {
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .showroom-tab-menu > li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .showroom-tab-menu > li.is-active:after {
    border-width: 1.0416666667vw 0.3472222222vw 0 0.3472222222vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .showroom-tab-content {
    padding: 0 1.7361111111vw;
  }
  .showroom-tab-ttl {
    padding: 0 3.4722222222vw;
    font-size: 1.25vw;
  }
  .showroom-tab-ttl span.color {
    font-size: 1.6666666667vw;
  }
  .showroom-tab-ttl span.num {
    font-size: 3.6805555556vw;
  }
  .showroom-tab-ttl:before, .showroom-tab-ttl:after {
    width: 1.4583333333vw;
    height: 2.7777777778vw;
  }
  .showroom-slide {
    margin-top: 1.0416666667vw;
  }
  .showroom-slide .swiper-slide {
    margin-right: 1.7361111111vw;
  }
  .showroom-slide-main {
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .showroom-tab .slide-prev {
    left: -1.7361111111vw;
  }
  .showroom-tab .slide-next {
    right: -1.7361111111vw;
  }
  .showroom-tab .slide-pagination {
    margin-top: 1.3888888889vw;
  }
  .showroom-tab-menu2{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 1vw;
    margin-bottom: 2.0666666667vw;
  }
  .showroom-tab-menu2 > li {
    padding: 1em 0;
    background-color: #ffffff;
    border-radius: calc(6/ 1440 * 100vw);
    font-size:calc(18/ 1440 * 100vw);
    line-height: 1.3;
  }
  .showroom-tab-menu2 > li span{
    font-size: calc(26/ 1440 * 100vw);
  }
  .showroom-tab .txt{
    text-align: center;
    line-height: 1.3;
    color: #fff;
    font-size: calc(20/ 1440 * 100vw);
    margin-bottom:calc(20/ 1440 * 100vw);
  }
  .sub--showroom .sec--cta{
    padding: 3.1666666667vw 0 3.2083333333vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-tab {
    width: 510px;
  }
  .showroom-tab-menu {
    margin-bottom: 18px;
  }
  .showroom-tab-menu > li {
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .showroom-tab-menu > li:nth-child(n+2) {
    margin-left: 15px;
  }
  .showroom-tab-menu > li.is-active:after {
    border-width: 15px 5px 0 5px;
  }
  .showroom-tab-content {
    padding: 0 25px;
  }
  .showroom-tab-ttl {
    padding: 0 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .showroom-tab-ttl span.color {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .showroom-tab-ttl span.num {
    font-size: 53px;
    font-size: 5.3rem;
  }
  .showroom-tab-ttl:before, .showroom-tab-ttl:after {
    width: 21px;
    height: 40px;
  }
  .showroom-slide {
    margin-top: 15px;
  }
  .showroom-slide .swiper-slide {
    margin-right: 25px;
  }
  .showroom-slide-main {
    border-width: 4px;
    border-radius: 20px;
  }
  .showroom-tab .slide-prev {
    left: -25px;
  }
  .showroom-tab .slide-next {
    right: -25px;
  }
  .showroom-tab .slide-pagination {
    margin-top: 20px;
  }
  .showroom-tab-menu2{
    column-gap: 20px;
    margin-bottom: 20px;
  }
  .showroom-tab-menu2 > li {
    padding: 1em 0;
    border-radius: 6px;
    font-size:18px;
  }
  .showroom-tab-menu2 > li span{
    font-size:26px;
  }
  .showroom-tab .txt{
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* ------------------------------------------- inquiry - */
.showroom-inquiry {
  position: relative;
  margin-top: 5.3333333333vw;
  text-align: center;
}

.showroom-inquiry-ttl {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 4.4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.36em;
}
.showroom-inquiry-ttl:before, .showroom-inquiry-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 4.5333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/showroom/arrow.svg);
  background-size: contain;
}
.showroom-inquiry-ttl:before {
  left: 4vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.showroom-inquiry-ttl:after {
  right: 4vw;
}

.showroom-inquiry-box {
  margin: 2.6666666667vw auto 0 auto;
  padding: 4.6666666667vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2.6666666667vw;
}

.showroom-inquiry .btn .btn--reserve,
.showroom-btn .btn .btn--reserve {
  padding-left: 13.3333333333vw;
}
.showroom-inquiry .btn .btn--reserve p:nth-child(1),
.showroom-btn .btn .btn--reserve p:nth-child(1) {
  font-size: 3.0666666667vw;
}
.showroom-inquiry .btn .btn--reserve:before,
.showroom-btn .btn .btn--reserve:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  display: inline-block;
  width: 17.3333333333vw;
  height: 14vw;
  background-image: url(../img/showroom/exterior-s_sp.jpg);
  background-size: contain;
  border-radius: 1.0666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--rotate .btn--reserve:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 750px) {
  .showroom-inquiry-box > div:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
  .showroom-inquiry .tel-ttl {
    font-size: 3.3333333333vw;
  }
  .showroom-inquiry .btn .btn--reserve p:nth-child(1),
  .showroom-btn .btn .btn--reserve p:nth-child(1) {
    margin-bottom: 0.5em;
  }
  .showroom-inquiry .btn .btn--reserve p:nth-child(3),
  .showroom-btn .btn .btn--reserve p:nth-child(3) {
    color: #ffffff;
    font-size: 5.4666666667vw;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .showroom-inquiry {
    margin-top: 1.3888888889vw;
  }
  .showroom-inquiry-ttl {
    padding: 0 2.7777777778vw;
    font-size: 1.6666666667vw;
  }
  .showroom-inquiry-ttl:before, .showroom-inquiry-ttl:after {
    width: 1.7361111111vw;
    height: 1.4583333333vw;
  }
  .showroom-inquiry-ttl:before {
    left: 0;
  }
  .showroom-inquiry-ttl:after {
    right: 0;
  }
  .showroom-inquiry-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.0416666667vw auto 0 auto;
    padding: 1.3888888889vw 1.7361111111vw;
    width: 59.7222222222vw;
    border-radius: 1.3888888889vw;
  }
  .showroom-inquiry .tel {
    width: 25.3472222222vw;
    text-align: left;
  }
  .showroom-inquiry .tel .tel-num {
    color: #0e70c6;
    font-size: 3.0555555555vw;
    letter-spacing: 0.05em;
  }
  .showroom-inquiry .tel .tel-time {
    margin-top: 0.5em;
  }
  .showroom-inquiry .btn {
    width: 29.6527777778vw;
  }
  .showroom-inquiry .btn .btn--reserve,
  .showroom-btn .btn .btn--reserve {
    padding-left: 6.9444444444vw;
  }
  .showroom-inquiry .btn .btn--reserve p:nth-child(1),
  .showroom-btn .btn .btn--reserve p:nth-child(1) {
    font-size: 0.9722222222vw;
  }
  .showroom-inquiry .btn .btn--reserve p:nth-child(2),
  .showroom-btn .btn .btn--reserve p:nth-child(2) {
    font-size: 1.6666666667vw;
  }
  .showroom-inquiry .btn .btn--reserve:before,
  .showroom-btn .btn .btn--reserve:before {
    left: 1.0416666667vw;
    width: 6.25vw;
    height: 5.1388888889vw;
    background-image: url(../img/showroom/exterior-s.jpg);
    background-image: image-set(url(../img/showroom/exterior-s.jpg) 1x, url(../img/showroom/exterior-s-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/showroom/exterior-s.jpg) 1x, url(../img/showroom/exterior-s-2x.jpg) 2x);
    border-radius: 0.3472222222vw;
  }
  .btn--rotate .btn--reserve:hover:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 1441px) {
  .showroom-inquiry {
    margin-top: 20px;
  }
  .showroom-inquiry-ttl {
    padding: 0 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .showroom-inquiry-ttl:before, .showroom-inquiry-ttl:after {
    width: 25px;
    height: 21px;
  }
  .showroom-inquiry-box {
    margin: 15px auto 0 auto;
    padding: 20px 25px;
    width: 860px;
    border-radius: 20px;
  }
  .showroom-inquiry .tel {
    width: 365px;
  }
  .showroom-inquiry .tel .tel-num {
    font-size: 44px;
    font-size: 4.4rem;
  }
  .showroom-inquiry .btn {
    width: 427px;
  }
  .showroom-inquiry .btn .btn--reserve,
  .showroom-btn .btn .btn--reserve {
    padding-left: 100px;
  }
  .showroom-inquiry .btn .btn--reserve p:nth-child(1),
  .showroom-btn .btn .btn--reserve p:nth-child(1) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .showroom-inquiry .btn .btn--reserve p:nth-child(2),
  .showroom-btn .btn .btn--reserve p:nth-child(2) {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .showroom-inquiry .btn .btn--reserve:before,
  .showroom-btn .btn .btn--reserve:before {
    left: 15px;
    width: 90px;
    height: 74px;
    border-radius: 5px;
  }
}
/* ------------------------------------------- staff - */
.showroom-staff {
  position: relative;
  margin-top: 8.6666666667vw;
}

.showroom-staff a {
  position: relative;
  display: block;
  height: 71.2vw;
  background-image: url(../img/showroom/staff_sp.jpg);
  background-size: cover;
  border-color: #0d6abc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 3.3333333333vw;
  overflow: hidden;
}

.showroom-staff a > div {
  padding-top: 35.3333333333vw;
  text-align: center;
}

.showroom-staff-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0 0.75em;
  color: #005bac;
  font-size: 3.0666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}
.showroom-staff-ttl:before, .showroom-staff-ttl:after {
  content: "";
  position: absolute;
  width: 0.4vw;
  height: 90%;
  bottom: 0;
  background-color: #005bac;
}
.showroom-staff-ttl:before {
  left: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.showroom-staff-ttl:after {
  right: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.showroom-staff-en {
  color: #005bac;
  font-family: "Anton", sans-serif;
  font-size: 10.4vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.showroom-staff-en span {
  color: #0e70c6;
}

.showroom-staff-btn {
  margin: 2vw auto 0 auto;
  width: 65.3333333333vw;
}

@media screen and (min-width: 751px) {
  .showroom-staff {
    margin-top: 4.1666666667vw;
  }
  .showroom-staff a {
    height: 16.6666666667vw;
    background-image: url(../img/showroom/staff.jpg);
    background-image: image-set(url(../img/showroom/staff.jpg) 1x, url(../img/showroom/staff-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/showroom/staff.jpg) 1x, url(../img/showroom/staff-2x.jpg) 2x);
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
  }
  .showroom-staff a > div {
    margin-left: auto;
    padding-top: 3.125vw;
    width: 33.3333333333vw;
  }
  .showroom-staff-ttl {
    font-size: 1.1111111111vw;
  }
  .showroom-staff-ttl:before, .showroom-staff-ttl:after {
    width: 0.1388888889vw;
  }
  .showroom-staff-en {
    font-size: 3.75vw;
  }
  .showroom-staff-btn {
    margin: 1.3888888889vw auto 0 auto;
    width: 22.9166666667vw;
  }
  .showroom-staff-btn .btn-main {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-staff {
    margin-top: 60px;
  }
  .showroom-staff a {
    height: 240px;
    border-width: 2px;
    border-radius: 20px;
  }
  .showroom-staff a > div {
    padding-top: 45px;
    width: 480px;
  }
  .showroom-staff-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .showroom-staff-ttl:before, .showroom-staff-ttl:after {
    width: 2px;
  }
  .showroom-staff-en {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .showroom-staff-btn {
    margin: 20px auto 0 auto;
    width: 330px;
  }
  .showroom-staff-btn .btn-main {
    padding-right: 20px;
  }
}
/* ------------------------------------------- info - */
.showroom-info {
  position: relative;
  margin-top: 6.6666666667vw;
}

.showroom-info-map .ggmap {
  padding-bottom: 55%;
}

.showroom-info-content {
  margin-top: 6vw;
}

.showroom-info-image {
  border-radius: 2vw;
  overflow: hidden;
}

.showroom-info-name {
  margin-bottom: 1em;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.showroom-info-add,
.showroom-info-time,
.showroom-info-holiday {
  font-size: 3.3333333333vw;
  line-height: 1.36em;
}

@media screen and (max-width: 750px) {
  .showroom-info-content {
    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;
  }
  .showroom-info-image {
    width: 48vw;
  }
  .showroom-info-detail {
    width: 39.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .showroom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.4305555556vw;
  }
  .showroom-info-map {
    width: 41.6666666667vw;
  }
  .showroom-info-map .ggmap {
    padding-bottom: 52%;
  }
  .showroom-info-content {
    margin: 0;
    width: 25vw;
  }
  .showroom-info-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-info-name {
    font-size: 0.9722222222vw;
  }
  .showroom-info-add,
  .showroom-info-time,
  .showroom-info-holiday {
    font-size: 0.9722222222vw;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-info {
    margin-top: 35px;
  }
  .showroom-info-map {
    width: 600px;
  }
  .showroom-info-content {
    width: 360px;
  }
  .showroom-info-image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .showroom-info-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .showroom-info-add,
  .showroom-info-time,
  .showroom-info-holiday {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  #whats
-------------------------------------------------------------------------------*/
.sec--whats {
  padding: 66.6666666667vw 0 8vw 0;
  background-color: #dfecf8;
}

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

.whats-map {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.whats-en {
  color: #005bac;
  font-family: "ZenKakuGothicNew";
  font-size: 2.9333333333vw;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.whats-ttl {
  margin-top: 2vw;
  font-size: 8.6666666667vw;
  font-style: italic;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

.whats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.6666666667vw;
}

.whats-item > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em 0.1em 0.75em;
  height: 5.6vw;
  background-color: #005bac;
  border-radius: 2.8vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}

.whats-item > li:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}

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

.whats-image {
  position: relative;
  margin-top: 6.6666666667vw;
  height: 100vw;
}

.whats-image > div {
  position: absolute;
  overflow: hidden;
}

.whats-image > div:nth-child(1) {
  top: 0;
  left: 0;
  width: 90vw;
  border-radius: 4vw 0 0 4vw;
}

.whats-image > div:nth-child(2) {
  left: 29.3333333333vw;
  bottom: 0;
  width: 45.3333333333vw;
  border-radius: 1.3333333333vw;
}

.whats-image > div:nth-child(3) {
  top: 62vw;
  left: 4.6666666667vw;
  width: 16.6666666667vw;
  border-radius: 1.3333333333vw;
  z-index: 1;
}

.whats-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 64.6666666667vw;
}

@media screen and (max-width: 750px) {
  .whats {
    padding: 5.3333333333vw 4.6666666667vw 7.3333333333vw 4.6666666667vw;
  }
  .whats:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 4.9333333333vw);
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .whats-desc {
    width: calc(100% + 2vw);
  }
}
@media screen and (min-width: 751px) {
  .sec--whats {
    padding: 13.1944444444vw 0 8.3333333333vw 0;
  }
  .sec--whats:before {
    content: "";
    position: absolute;
    top: 0;
    top: 50%;
    left: 50%;
    width: calc(100% - 4.8611111111vw);
    height: calc(100% - 4.8611111111vw);
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .whats {
    margin-left: -5.5555555556vw;
    width: 80.5555555556vw;
  }
  .whats-in {
    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;
  }
  .whats-content {
    width: 34.7222222222vw;
  }
  .whats-map {
    left: -2.7777777778vw;
    margin-bottom: 2.4305555556vw;
    border-radius: 1.3888888889vw;
  }
  .whats-en {
    margin-top: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .whats-ttl {
    font-size: 2.9166666667vw;
    line-height: 1.4em;
  }
  .whats-item {
    margin-top: 1.3888888889vw;
  }
  .whats-item > li {
    height: 1.8055555556vw;
    border-radius: 0.9027777778vw;
    font-size: 1.1111111111vw;
  }
  .whats-item > li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .whats-desc {
    margin-top: 2.0833333333vw;
  }
  .whats-desc p {
    line-height: 2em;
  }
  .whats-image {
    margin: 0;
    width: 38.8888888889vw;
    height: 55.2083333333vw;
  }
  .whats-image > div:nth-child(1) {
    width: 49.6527777778vw;
    border-radius: 2.0833333333vw;
  }
  .whats-image > div:nth-child(2) {
    left: 16.6666666667vw;
    width: 25vw;
    border-radius: 0.6944444444vw;
  }
  .whats-image > div:nth-child(3) {
    top: 33.6805555556vw;
    left: 2.7777777778vw;
    width: 9.0277777778vw;
    border-radius: 0.6944444444vw;
  }
  .whats-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--whats {
    padding: 190px 0 120px 0;
  }
  .sec--whats:before {
    width: calc(100% - 70px);
    height: calc(100% - 70px);
  }
  .whats {
    margin-left: -80px;
    width: 1160px;
  }
  .whats-content {
    width: 500px;
  }
  .whats-map {
    left: -40px;
    margin-bottom: 35px;
    border-radius: 20px;
  }
  .whats-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .whats-ttl {
    margin-top: 10px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .whats-item {
    margin-top: 20px;
  }
  .whats-item > li {
    height: 26px;
    border-radius: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .whats-item > li:nth-child(n+2) {
    margin-left: 15px;
  }
  .whats-desc {
    margin-top: 30px;
  }
  .whats-image {
    width: 560px;
    height: 795px;
  }
  .whats-image > div:nth-child(1) {
    width: 715px;
    border-radius: 30px;
  }
  .whats-image > div:nth-child(2) {
    left: 240px;
    bottom: 0;
    width: 360px;
    border-radius: 10px;
  }
  .whats-image > div:nth-child(3) {
    top: 485px;
    left: 40px;
    width: 130px;
    border-radius: 10px;
  }
  .whats-btn {
    margin: 35px auto 0 auto;
    width: 320px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 8.6666666667vw 0 10vw 0;
  background-color: #ffffff;
}
.sec--blog:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.blog-frt {
  position: relative;
}

.blog-frt .sec-head {
  position: relative;
  margin-bottom: 6vw;
  z-index: 2;
}

.blog-frt .sec-en {
  margin-bottom: 1em;
  padding-right: 10.6666666667vw;
}
.blog-frt .sec-en:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: 30vw;
  display: inline-block;
  width: 8.4vw;
  height: 6.1333333333vw;
  background-image: url(../img/blog/helmet.svg);
  background-size: contain;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.blog-frt .sec-ttl {
  margin: 0 auto;
  width: 69.3333333333vw;
}
.blog-frt .sec-ttl:after {
  content: "";
  position: absolute;
  left: -15.6vw;
  bottom: -5.0666666667vw;
  display: inline-block;
  width: 100vw;
  height: 24.1333333333vw;
  background-image: url(../img/blog/deco_sp.png);
  background-size: contain;
  z-index: -1;
}

.blog-frt .sec-desc {
  margin-top: 8vw;
}
.blog-frt .sec-desc p {
  text-align: center;
}

.blog-slide {
  position: relative;
}

.blog-slide .swiper-slide {
  margin-right: 5.0666666667vw;
  width: 69.0666666667vw;
}

.blog-slide .swiper-slide:last-child {
  margin-right: 0 !important;
}

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

.blog-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 64.6666666667vw;
}

@media screen and (max-width: 750px) {
  #blog-prev,
  #blog-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 3.8194444444vw 0 2.0833333333vw 0;
  }
  .sec--blog:after {
    border-width: 2.4305555556vw 2.7777777778vw 0 2.7777777778vw;
  }
  .blog-frt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -11.4583333333vw;
    width: 92.3611111111vw;
  }
  .blog-frt .sec-head {
    margin: 0;
    padding: 3.8194444444vw 0 5.5555555556vw 0;
    width: 34.0277777778vw;
  }
  .blog-frt .sec-head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .blog-frt .sec-en {
    padding-right: 4.1666666667vw;
  }
  .blog-frt .sec-en:after {
    top: -1.3888888889vw;
    right: 11.4583333333vw;
    width: 3.8888888889vw;
    height: 2.8472222222vw;
  }
  .blog-frt .sec-ttl {
    width: 25vw;
  }
  .blog-frt .sec-ttl:after {
    left: -3.8194444444vw;
    bottom: -2.7777777778vw;
    width: 30.9027777778vw;
    height: 10.9027777778vw;
    background-image: url(../img/blog/deco.png);
    background-image: image-set(url(../img/blog/deco.png) 1x, url(../img/blog/deco-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/deco.png) 1x, url(../img/blog/deco-2x.png) 2x);
  }
  .blog-frt .sec-desc {
    margin: 2.7777777778vw auto 0 auto;
    width: 25.6944444444vw;
  }
  .blog-frt .sec-desc p {
    text-align: left;
  }
  .blog-frt-content {
    width: 57.2916666667vw;
  }
  .blog-slide .swiper-slide {
    margin-right: 2.0833333333vw;
    width: 25vw;
  }
  #blog-prev,
  #blog-next {
    top: 7.9861111111vw;
  }
  #blog-prev {
    left: -1.7361111111vw;
  }
  #blog-next {
    right: -1.7361111111vw;
  }
  #blog-pagination {
    margin-top: 1.7361111111vw;
  }
  .blog-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 55px 0 30px 0;
  }
  .sec--blog:after {
    border-width: 35px 40px 0 40px;
  }
  .blog-frt {
    margin-left: -165px;
    width: 1330px;
  }
  .blog-frt .sec-head {
    padding: 55px 0 80px 0;
    width: 490px;
  }
  .blog-frt .sec-en {
    padding-right: 60px;
  }
  .blog-frt .sec-en:after {
    top: -20px;
    right: 165px;
    width: 56px;
    height: 41px;
  }
  .blog-frt .sec-ttl {
    width: 360px;
  }
  .blog-frt .sec-ttl:after {
    left: -55px;
    bottom: -40px;
    width: 445px;
    height: 157px;
  }
  .blog-frt .sec-desc {
    margin: 40px auto 0 auto;
    width: 370px;
  }
  .blog-frt-content {
    width: 825px;
  }
  .blog-slide .swiper-slide {
    margin-right: 30px;
    width: 360px;
  }
  #blog-prev,
  #blog-next {
    top: 115px;
  }
  #blog-prev {
    left: -25px;
  }
  #blog-next {
    right: -25px;
  }
  #blog-pagination {
    margin-top: 25px;
  }
  .blog-btn {
    margin-top: 30px;
    width: 300px;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.sec--area {
  padding: 9.3333333333vw 0 17.3333333333vw 0;
  background-color: #f6f6f6;
}

.area {
  position: relative;
  padding: 6vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
  background-color: #ffffff;
  border-color: #1c5c96;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 3.3333333333vw;
}
.area:after {
  content: "";
  position: absolute;
  right: -2.6666666667vw;
  bottom: -4vw;
  display: inline-block;
  width: 19.4666666667vw;
  height: 26.2666666667vw;
  background-image: url(../img/area/suppo_sp.svg);
  background-size: contain;
  z-index: 1;
}

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

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

.area-en {
  position: relative;
  top: 0.1em;
  margin-left: 1em;
  color: #1466c2;
  font-family: "ZenKakuGothicNew";
  font-size: 3.0666666667vw;
  font-weight: 900;
}

.area-target {
  position: relative;
  padding-bottom: 0.3em;
  color: #005bac;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}
.area-target:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #fcd001;
  border-radius: 0.2666666667vw;
}

.area-notes {
  margin-top: 0.5em;
}
.area-notes p {
  font-size: 3.0666666667vw;
  line-height: 1.56em;
}
.area-notes p:before {
  content: "※";
}

.area-image {
  position: relative;
  margin-top: 3.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .sec--area {
    padding: 4.1666666667vw 0 5.2083333333vw 0;
  }
  .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.7361111111vw 2.3611111111vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .area:after {
    right: -8.3333333333vw;
    bottom: -2.0833333333vw;
    width: 15.2777777778vw;
    height: 20.5555555556vw;
    background-image: url(../img/area/suppo.png);
    background-image: image-set(url(../img/area/suppo.png) 1x, url(../img/area/suppo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/area/suppo.png) 1x, url(../img/area/suppo-2x.png) 2x);
  }
  .area-content {
    width: 32.6388888889vw;
  }
  .area-head {
    margin-bottom: 1.3888888889vw;
  }
  .area-ttl {
    font-size: 1.25vw;
  }
  .area-en {
    font-size: 1.1111111111vw;
  }
  .area-target {
    display: inline-block;
    padding: 0 0.25em 0.3em 0.25em;
    font-size: 1.9444444444vw;
  }
  .area-target:after {
    height: 0.2777777778vw;
    border-radius: 0.1388888889vw;
  }
  .area-notes {
    margin-top: 1em;
  }
  .area-notes p {
    padding-left: 1em;
    font-size: 0.9722222222vw;
    text-indent: -1em;
    line-height: 1.71em;
  }
  .area-notes p:before {
    content: "※";
  }
  .area-image {
    margin: 0;
    width: 29.1666666667vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--area {
    padding: 60px 0 75px 0;
  }
  .area {
    padding: 25px 35px;
    border-width: 4px;
    border-radius: 20px;
  }
  .area:after {
    right: -120px;
    bottom: -30px;
    width: 220px;
    height: 296px;
  }
  .area-content {
    width: 470px;
  }
  .area-head {
    margin-bottom: 20px;
  }
  .area-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .area-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .area-target {
    font-size: 8px;
    font-size: 2.8rem;
  }
  .area-target:after {
    height: 4px;
    border-radius: 2px;
  }
  .area-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area-image {
    width: 420px;
    border-radius: 20px;
  }
}

.showroom.head *{
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .showroom.head .sec-in{
    width: auto;
  }
  
}
