/*  #first
-------------------------------------------------------------------------------*/
.sec--first {
  padding: 4vw 0 7.3333333333vw 0;
  background-color: #f3f2e9;
  z-index: 1;
}
.sec--first:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6vw 100vw 0 0;
  border-color: #f3f2e9 transparent transparent transparent;
}

.hero {
  position: relative;
}

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

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

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

#hero-pagination .swiper-pagination-bullet-active {
  background-color: #ff6511 !important;
}

@media screen and (max-width: 750px) {
  #hero-prev,
  #hero-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--first {
    padding: 2.0833333333vw 0 2.7777777778vw 0;
  }
  .sec--first:after {
    border-width: 4.5138888889vw 100vw 0 0;
  }
  .hero-slide {
    width: 76.3888888889vw;
  }
  .hero-slide .swiper-slide {
    margin-right: 3.125vw;
    width: 76.3888888889vw;
    border-radius: 4.1666666667vw;
  }
  .hero-slide img {
    height: 41.6666666667vw;
  }
  #hero-prev,
  #hero-next {
    top: 50%;
    border-color: #fefefe;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #hero-prev {
    left: -2.4305555556vw;
  }
  #hero-next {
    right: -2.4305555556vw;
  }
  #hero-pagination {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--first {
    padding: 30px 0 40px 0;
  }
  .sec--first:after {
    border-width: 65px 100vw 0 0;
  }
  .hero-slide {
    width: 1100px;
  }
  .hero-slide .swiper-slide {
    margin-right: 45px;
    width: 1100px;
    border-radius: 60px;
  }
  .hero-slide img {
    height: 600px;
  }
  #hero-prev {
    left: -35px;
  }
  #hero-next {
    right: -35px;
  }
  #hero-pagination {
    margin-top: 20px;
  }
}
/*  #news
-------------------------------------------------------------------------------*/
.news {
  position: relative;
  margin: 4vw auto 0 auto;
  width: 90.1333333333vw;
  z-index: 1;
}

.news-post a {
  position: relative;
  display: block;
  padding: 3.3333333333vw 4.9333333333vw;
  background-color: #fefefe;
  border-radius: 1.7333333333vw;
  overflow: hidden;
}
.news-post a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5.0666666667vw 5.0666666667vw;
  border-color: transparent transparent #90c31f transparent;
}

.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-family: "Poppins", sans-serif;
  font-size: 3.7333333333vw;
}

.news-post-cat {
  display: inline-block;
  margin-left: 2vw;
  padding: 0.3em 0.25em 0.1em 0.25em;
  border-color: #303030;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.6666666667vw;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 3.0666666667vw;
  font-weight: 600;
  letter-spacing: 0;
}

.news-post-ttl {
  font-size: 3.4666666667vw;
  font-weight: 600;
  line-height: 1.53em;
  letter-spacing: 0.05em;
}

.news-new {
  position: absolute;
  top: 3.3333333333vw;
  right: 4.9333333333vw;
  display: inline-block;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #eb6120;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .news {
    margin-top: 1.7361111111vw;
    width: 59.7222222222vw;
  }
  .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 2.4305555556vw;
    height: 4.1666666667vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .news-post a:after {
    border-width: 0 0 1.5972222222vw 1.5972222222vw;
  }
  .news-post a:hover {
    background-color: #efefd9;
  }
  .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: 1.1111111111vw;
  }
  .news-post-cat {
    margin-left: 1.0416666667vw;
    padding: 0.4em 0.3em 0.3em 0.3em;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .news-post-ttl {
    position: relative;
    width: calc(100% - 13.5416666667vw);
    font-size: 1.25vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-post-ttl:has(.news-new) {
    padding-right: 4.1666666667vw;
  }
  .news-new {
    top: 50%;
    right: 0;
    border-radius: 0.2083333333vw;
    font-size: 0.8333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .news {
    margin-top: 25px;
    width: 860px;
  }
  .news-post a {
    padding: 0 35px;
    height: 60px;
    border-radius: 10px;
  }
  .news-post a:after {
    border-width: 0 0 23px 23px;
  }
  .news-post-head {
    width: 195px;
  }
  .news-post-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-post-cat {
    margin-left: 15px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .news-post-ttl {
    width: calc(100% - 195px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-post-ttl:has(.news-new) {
    padding-right: 60px;
  }
  .news-new {
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  #concept
-------------------------------------------------------------------------------*/
.sec--concept {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.concept {
  position: relative;
}
.concept:before {
  content: "";
  position: absolute;
  top: 3.3333333333vw;
  left: -1.3333333333vw;
  display: inline-block;
  width: 20.2666666667vw;
  height: 31.8666666667vw;
  background-image: url(../img/concept/cube-b.svg);
  background-size: contain;
}
.concept:after {
  content: "";
  position: absolute;
  right: -1.3333333333vw;
  bottom: 82.6666666667vw;
  display: inline-block;
  width: 12vw;
  height: 16.6666666667vw;
  background-image: url(../img/concept/cube-s.svg);
  background-size: contain;
}

.sec--concept .sec-head {
  margin-bottom: 10.6666666667vw;
  padding-top: 11.3333333333vw;
  text-align: center;
}
.sec--concept .sec-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 8.2666666667vw;
  height: 8.5333333333vw;
  background-image: url(../img/common/house.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec--concept .sec-head:after {
  content: "";
  position: absolute;
  left: 13.3333333333vw;
  bottom: -6.6666666667vw;
  display: inline-block;
  width: 74vw;
  height: 19.8666666667vw;
  background-image: url(../img/concept/paint_sp.png);
  background-size: contain;
}

.sec--concept .sec-en {
  margin-bottom: 1em;
}

.sec--concept .sec-ttl {
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}
.sec--concept .sec-ttl span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 9.3333333333vw;
  line-height: 1.3em;
}

.concept-desc {
  margin-bottom: 80vw;
}
.concept-desc p {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.76em;
  letter-spacing: 0.1em;
}
.concept-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

.concept-image {
  position: absolute;
  background-size: cover;
  border-radius: 4vw;
}

.concept-image--01 {
  top: 114.6666666667vw;
  left: -8vw;
  width: 67.0666666667vw;
  height: 56vw;
  background-image: url(../img/concept/image01_sp.jpg);
}
.concept-image--01:before {
  content: "";
  position: absolute;
  top: 25.3333333333vw;
  right: -22.6666666667vw;
  display: inline-block;
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  background-image: url(../img/concept/cube-y.svg);
  background-size: contain;
  z-index: -1;
}

.concept-image--02 {
  top: 145.3333333333vw;
  right: 0;
  width: 37.3333333333vw;
  height: 32vw;
  background-image: url(../img/concept/image02_sp.jpg);
  z-index: 1;
}

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

.concept-btn .btn-main {
  padding-right: 8.6666666667vw;
}
.concept-btn .btn-main span {
  padding-left: 14vw;
}
.concept-btn .btn-main span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.7333333333vw;
  height: 7.8666666667vw;
  background-image: url(../img/concept/beginner.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .concept-image--03,
  .concept-image--04,
  .concept-image--05 {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--concept {
    padding: 6.9444444444vw 0 4.8611111111vw 0;
  }
  .concept:before {
    top: 3.3333333333vw;
    left: 15.9722222222vw;
    width: 7.8472222222vw;
    height: 12.3611111111vw;
  }
  .concept:after {
    right: 13.1944444444vw;
    bottom: 7.9861111111vw;
    width: 4.7916666667vw;
    height: 6.7361111111vw;
  }
  .sec--concept .sec-head {
    margin-bottom: 4.5138888889vw;
    padding-top: 4.1666666667vw;
  }
  .sec--concept .sec-head:before {
    width: 3.2638888889vw;
    height: 3.3333333333vw;
  }
  .sec--concept .sec-head:after {
    left: 22.9166666667vw;
    bottom: -2.4305555556vw;
    width: 29.0972222222vw;
    height: 7.8472222222vw;
    background-image: url(../img/concept/paint.png);
    background-image: image-set(url(../img/concept/paint.png) 1x, url(../img/concept/paint-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/concept/paint.png) 1x, url(../img/concept/paint-2x.png) 2x);
  }
  .sec--concept .sec-en {
    margin-bottom: 1.5em;
  }
  .sec--concept .sec-ttl {
    font-size: 1.25vw;
  }
  .sec--concept .sec-ttl span {
    margin-top: 0.3em;
    font-size: 3.3333333333vw;
    line-height: 1.5em;
  }
  .concept-desc {
    margin-bottom: 0;
  }
  .concept-desc p {
    font-size: 1.25vw;
    line-height: 2em;
  }
  .concept-image {
    border-radius: 2.0833333333vw;
  }
  .concept-image--01 {
    top: -3.125vw;
    left: auto;
    right: -23.6111111111vw;
    width: 37.5vw;
    height: 29.1666666667vw;
    background-image: url(../img/concept/image01.jpg);
    background-image: image-set(url(../img/concept/image01.jpg) 1x, url(../img/concept/image01-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image01.jpg) 1x, url(../img/concept/image01-2x.jpg) 2x);
  }
  .concept-image--01:before {
    top: -3.125vw;
    right: 5.5555555556vw;
    width: 8.8194444444vw;
    height: 8.8194444444vw;
  }
  .concept-image--02 {
    top: auto;
    right: -11.1111111111vw;
    bottom: 0;
    width: 19.4444444444vw;
    height: 16.6666666667vw;
    background-image: url(../img/concept/image02.jpg);
    background-image: image-set(url(../img/concept/image02.jpg) 1x, url(../img/concept/image02-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image02.jpg) 1x, url(../img/concept/image02-2x.jpg) 2x);
  }
  .concept-image--03 {
    top: 1.7361111111vw;
    left: -10.0694444444vw;
    width: 16.6666666667vw;
    height: 14.5833333333vw;
    background-image: url(../img/concept/image03.jpg);
    background-image: image-set(url(../img/concept/image03.jpg) 1x, url(../img/concept/image03-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image03.jpg) 1x, url(../img/concept/image03-2x.jpg) 2x);
  }
  .concept-image--04 {
    left: 1.3888888889vw;
    bottom: 6.25vw;
    width: 16.5277777778vw;
    height: 17.2916666667vw;
    background-image: url(../img/concept/image04.jpg);
    background-image: image-set(url(../img/concept/image04.jpg) 1x, url(../img/concept/image04-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image04.jpg) 1x, url(../img/concept/image04-2x.jpg) 2x);
    z-index: 1;
  }
  .concept-image--05 {
    left: -18.0555555556vw;
    bottom: -2.4305555556vw;
    width: 29.7222222222vw;
    height: 19.9305555556vw;
    background-image: url(../img/concept/image05.jpg);
    background-image: image-set(url(../img/concept/image05.jpg) 1x, url(../img/concept/image05-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/concept/image05.jpg) 1x, url(../img/concept/image05-2x.jpg) 2x);
  }
  .concept-image--05:before {
    content: "";
    position: absolute;
    top: -4.5138888889vw;
    left: -2.0833333333vw;
    display: inline-block;
    width: 6.8055555556vw;
    height: 6.875vw;
    background-image: url(../img/concept/cube-p.svg);
    background-size: contain;
    z-index: -1;
  }
  .concept-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 26.3888888889vw;
  }
  .concept-btn .btn-main {
    padding-right: 2.0833333333vw;
  }
  .concept-btn .btn-main span {
    padding-left: 4.8611111111vw;
  }
  .concept-btn .btn-main span:before {
    width: 2.0138888889vw;
    height: 2.7777777778vw;
  }
  .concept-btn .btn-main:hover {
    background-color: #c3d89f;
  }
}
@media screen and (min-width: 1441px) {
  .sec--concept {
    padding: 100px 0 70px 0;
  }
  .concept:before {
    top: 48px;
    left: 230px;
    width: 113px;
    height: 178px;
  }
  .concept:after {
    right: 190px;
    bottom: 115px;
    width: 69px;
    height: 97px;
  }
  .sec--concept .sec-head {
    margin-bottom: 65px;
    padding-top: 60px;
  }
  .sec--concept .sec-head:before {
    width: 47px;
    height: 48px;
  }
  .sec--concept .sec-head:after {
    left: 330px;
    bottom: -35px;
    width: 419px;
    height: 113px;
  }
  .sec--concept .sec-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec--concept .sec-ttl span {
    display: inline-block;
    font-size: 48px;
    font-size: 4.8rem;
  }
  .concept-desc p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .concept-image {
    border-radius: 30px;
  }
  .concept-image--01 {
    top: -45px;
    right: -340px;
    width: 540px;
    height: 420px;
  }
  .concept-image--01:before {
    top: -45px;
    right: 80px;
    width: 127px;
    height: 127px;
  }
  .concept-image--02 {
    right: -160px;
    width: 280px;
    height: 240px;
  }
  .concept-image--03 {
    top: 25px;
    left: -145px;
    width: 240px;
    height: 210px;
  }
  .concept-image--04 {
    left: 20px;
    bottom: 90px;
    width: 238px;
    height: 249px;
  }
  .concept-image--05 {
    left: -260px;
    bottom: -35px;
    width: 428px;
    height: 287px;
  }
  .concept-image--05:before {
    top: -65px;
    left: -30px;
    width: 98px;
    height: 99px;
  }
  .concept-btn {
    margin: 50px auto 0 auto;
    width: 380px;
  }
  .concept-btn .btn-main {
    padding-right: 30px;
  }
  .concept-btn .btn-main span {
    padding-left: 70px;
  }
  .concept-btn .btn-main span:before {
    width: 29px;
    height: 40px;
  }
}
/*  #reform
-------------------------------------------------------------------------------*/
.sec--reform {
  padding-bottom: 18vw;
  background-image: url(../img/reform/bg_sp.jpg);
  background-repeat: repeat;
  overflow: hidden;
}

.sec--reform .sec-head {
  margin-bottom: 14.6666666667vw;
  text-align: center;
}
.sec--reform .sec-head:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46.6666666667vw;
  width: 156vw;
  height: 140vw;
  background-color: #fefefe;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sec--reform .sec-head:after {
  content: "";
  position: absolute;
  top: 6vw;
  right: -1.3333333333vw;
  display: inline-block;
  width: 12.6666666667vw;
  height: 11.8666666667vw;
  background-image: url(../img/reform/driver.svg);
  background-size: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.sec--reform .sec-catch {
  margin-bottom: 0.8em;
}

.sec--reform .sec-ttl {
  display: inline-block;
  padding: 0 9.3333333333vw;
}
.sec--reform .sec-ttl span {
  color: #ee7959;
}
.sec--reform .sec-ttl:before, .sec--reform .sec-ttl:after {
  content: "";
  position: absolute;
  bottom: 0.3em;
  display: inline-block;
  width: 6.1333333333vw;
  height: 8.9333333333vw;
  background-image: url(../img/reform/slash.svg);
  background-size: contain;
}
.sec--reform .sec-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--reform .sec-ttl:after {
  right: 0;
}

.sec--reform .sec-en {
  margin-top: 0.5em;
}

.sec--reform .sec-desc {
  margin-top: 1em;
}

.reform {
  position: relative;
}

.reform > li {
  background-color: #fefefe;
  border-radius: 5.3333333333vw;
}

.reform > li a {
  position: relative;
  display: block;
}

.reform-balloon {
  position: absolute;
  top: -9.0666666667vw;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 9.3333333333vw;
  height: 18.1333333333vw;
  border-radius: 9.0666666667vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.reform-balloon p {
  color: #fefefe;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.1em;
}
.reform-balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 2.6666666667vw 0 2.6666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reform-image {
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  overflow: hidden;
}

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

.reform-content {
  padding: 4.6666666667vw 4.9333333333vw 5.3333333333vw 4.9333333333vw;
}

.reform-catch {
  margin-bottom: 1em;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.reform-ttl {
  position: relative;
  font-size: 6.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.reform-ttl span {
  font-size: 8.6666666667vw;
}
.reform-ttl:first-letter {
  color: #5997d1;
}
.reform-ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}

.reform-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

.reform--mizumawari .reform-balloon {
  background-color: #5997d1;
}
.reform--mizumawari .reform-balloon:after {
  border-color: #5997d1 transparent transparent transparent;
}
.reform--mizumawari .reform-ttl:first-letter {
  color: #5997d1;
}
.reform--mizumawari .reform-ttl:after {
  right: 8vw;
  bottom: 0;
  width: 10.4vw;
  height: 18.5333333333vw;
  background-image: url(../img/reform/egg.svg);
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
}

.reform--reform .reform-balloon {
  background-color: #ee7959;
}
.reform--reform .reform-balloon:after {
  border-color: #ee7959 transparent transparent transparent;
}
.reform--reform .reform-ttl:first-letter {
  color: #ee7959;
}
.reform--reform .reform-ttl:after {
  right: 0;
  bottom: -2.6666666667vw;
  width: 12.2666666667vw;
  height: 15.7333333333vw;
  background-image: url(../img/reform/hammer.svg);
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}

.reform--exterior .reform-balloon {
  background-color: #eeb600;
}
.reform--exterior .reform-balloon:after {
  border-color: #eeb600 transparent transparent transparent;
}
.reform--exterior .reform-ttl:first-letter {
  color: #eeb600;
}
.reform--exterior .reform-ttl:after {
  right: 9.3333333333vw;
  bottom: 1.3333333333vw;
  width: 12.1333333333vw;
  height: 16vw;
  background-image: url(../img/reform/brush.svg);
  -webkit-transform: rotate(102deg);
          transform: rotate(102deg);
}

@media screen and (max-width: 750px) {
  .reform > li:nth-child(n+2) {
    margin-top: 15.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--reform {
    padding-bottom: 10.4166666667vw;
    background-image: url(../img/reform/bg.jpg);
    background-image: image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reform/bg.jpg) 1x, url(../img/reform/bg-2x.jpg) 2x);
  }
  .sec--reform .sec-head {
    margin-bottom: 5.5555555556vw;
  }
  .sec--reform .sec-head:before {
    bottom: -11.8055555556vw;
    width: 63.8888888889vw;
    height: 57.2916666667vw;
  }
  .sec--reform .sec-head:after {
    top: -3.8194444444vw;
    right: 15.625vw;
    width: 5.4861111111vw;
    height: 5.1388888889vw;
  }
  .sec--reform .sec-ttl {
    padding: 0 3.4722222222vw;
  }
  .sec--reform .sec-ttl:before, .sec--reform .sec-ttl:after {
    bottom: 0.1em;
    width: 2.2916666667vw;
    height: 3.3333333333vw;
  }
  .reform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -9.7222222222vw;
    width: 88.8888888889vw;
  }
  .reform--frt:before, .reform--frt:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    z-index: -1;
  }
  .reform--frt:before {
    top: -17.3611111111vw;
    left: 4.8611111111vw;
    width: 13.1944444444vw;
    height: 17.3611111111vw;
    background-image: url(../img/reform/staff-l.png);
    background-image: image-set(url(../img/reform/staff-l.png) 1x, url(../img/reform/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reform/staff-l.png) 1x, url(../img/reform/staff-l-2x.png) 2x);
  }
  .reform--frt:after {
    top: -19.4444444444vw;
    right: 3.8194444444vw;
    width: 18.75vw;
    height: 19.4444444444vw;
    background-image: url(../img/reform-/staff-r.png);
    background-image: image-set(url(../img/reform/staff-r.png) 1x, url(../img/reform/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reform/staff-r.png) 1x, url(../img/reform/staff-r-2x.png) 2x);
  }
  .reform > li {
    width: 27.7777777778vw;
    border-radius: 2.0833333333vw;
  }
  .reform > li:nth-child(n+2) {
    margin-left: 2.7777777778vw;
  }
  .reform-balloon {
    top: -2.7777777778vw;
    padding: 0 3.125vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }
  .reform-balloon p {
    font-size: 1.25vw;
  }
  .reform-balloon:after {
    border-width: 1.3888888889vw 0.6944444444vw 0 0.6944444444vw;
  }
  .reform-image {
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
  .reform a:hover .reform-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .reform-content {
    padding: 2.0833333333vw 2.0833333333vw 1.7361111111vw 2.0833333333vw;
  }
  .reform-catch {
    font-size: 1.25vw;
  }
  .reform-ttl {
    font-size: 2.2222222222vw;
  }
  .reform-ttl span {
    font-size: 2.9166666667vw;
  }
  .reform-btn {
    margin: 1.7361111111vw auto 0 auto;
    width: 21.5277777778vw;
  }
  .reform--mizumawari .reform-ttl:after {
    right: 1.7361111111vw;
    width: 3.2638888889vw;
    height: 5.7638888889vw;
  }
  .reform--reform .reform-ttl:after {
    right: -0.6944444444vw;
    bottom: -0.6944444444vw;
    width: 3.8194444444vw;
    height: 4.8611111111vw;
  }
  .reform--exterior .reform-ttl:after {
    right: 1.7361111111vw;
    bottom: 0.3472222222vw;
    width: 4.3055555556vw;
    height: 5.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reform {
    padding-bottom: 150px;
  }
  .sec--reform .sec-head {
    margin-bottom: 80px;
  }
  .sec--reform .sec-head:before {
    bottom: -170px;
    width: 920px;
    height: 825px;
  }
  .sec--reform .sec-head:after {
    top: -55px;
    right: 225px;
    width: 79px;
    height: 74px;
  }
  .sec--reform .sec-ttl {
    padding: 0 50px;
  }
  .sec--reform .sec-ttl:before, .sec--reform .sec-ttl:after {
    width: 33px;
    height: 48px;
  }
  .reform {
    margin-left: -140px;
    width: 1280px;
  }
  .reform--frt:before {
    top: -250px;
    left: 70px;
    width: 190px;
    height: 250px;
  }
  .reform--frt:after {
    top: -280px;
    right: 55px;
    width: 270px;
    height: 280px;
  }
  .reform > li {
    width: 400px;
    border-radius: 30px;
  }
  .reform > li:nth-child(n+2) {
    margin-left: 40px;
  }
  .reform-balloon {
    top: -40px;
    padding: 0 45px;
    height: 80px;
    border-radius: 40px;
  }
  .reform-balloon p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reform-balloon:after {
    border-width: 20px 10px 0 10px;
  }
  .reform-image {
    border-radius: 30px 30px 0 0;
  }
  .reform-content {
    padding: 30px 30px 25px 30px;
  }
  .reform-catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reform-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .reform-ttl span {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .reform-btn {
    margin: 25px auto 0 auto;
    width: 310px;
  }
  .reform--mizumawari .reform-ttl:after {
    right: 25px;
    width: 47px;
    height: 83px;
  }
  .reform--reform .reform-ttl:after {
    right: -10px;
    bottom: -10px;
    width: 55px;
    height: 70px;
  }
  .reform--exterior .reform-ttl:after {
    right: 25px;
    bottom: 5px;
    width: 62px;
    height: 81px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 36.6666666667vw 0 12vw 0;
}
.sec--works:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10vw 100vw;
  border-color: transparent transparent #fefefe transparent;
}
.sec--works:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 117.3333333333vw);
  background-color: #f9f7eb;
}

.sec--works .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.sec--works .sec-head:before {
  content: "";
  position: absolute;
  top: -39.3333333333vw;
  left: 24.6666666667vw;
  display: inline-block;
  width: 65.6vw;
  height: 36vw;
  background-image: url(../img/works/balloon_sp.png);
  background-size: contain;
  z-index: 1;
}
.sec--works .sec-head:after {
  content: "";
  position: absolute;
  top: -14.6666666667vw;
  left: -2vw;
  display: inline-block;
  width: 21.2vw;
  height: 17.6vw;
  background-image: url(../img/works/tools.svg);
  background-size: contain;
}

.sec--works .sec-catch {
  display: inline-block;
  padding: 0 4vw;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
.sec--works .sec-catch span.color {
  margin-left: 0.2em;
  color: #eb6120;
}
.sec--works .sec-catch span.num {
  position: relative;
  top: 0.05em;
  font-size: 8.4vw;
}
.sec--works .sec-catch:before, .sec--works .sec-catch:after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: inline-block;
  width: 1.2vw;
  height: 3.4666666667vw;
  background-image: url(../img/works/slash.svg);
  background-size: contain;
}
.sec--works .sec-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--works .sec-catch:after {
  right: 0;
}

.sec--works .sec-ttl {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}
.sec--works .sec-ttl:before, .sec--works .sec-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.1em;
  display: inline-block;
  width: 6.4vw;
  height: 2vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--works .sec-ttl:before {
  left: 0;
  background-image: url(../img/works/deco-l_sp.svg);
}
.sec--works .sec-ttl:after {
  right: 0;
  background-image: url(../img/works/deco-r_sp.svg);
}

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

.works-frt {
  position: relative;
}

.works-frt-bottom {
  margin-top: 28vw;
}

.works-here {
  position: relative;
  padding: 6vw 4.9333333333vw 4.6666666667vw 4.9333333333vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
}
.works-here:before {
  content: "";
  position: absolute;
  top: -22.6666666667vw;
  left: 50vw;
  display: inline-block;
  width: 38vw;
  height: 25.3333333333vw;
  background-image: url(../img/works/photo_sp.jpg);
  background-size: contain;
  border-color: #fefefe;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 1.3333333333vw;
  -webkit-transform: rotate(5.6deg);
          transform: rotate(5.6deg);
  overflow: hidden;
  z-index: 1;
}

.works-here-ttl {
  position: absolute;
  top: -10.6666666667vw;
  left: -1.3333333333vw;
  width: 47.4666666667vw;
  z-index: 1;
}

.works-here-desc p span {
  color: #eb6120;
}

.works-btn {
  position: relative;
  margin: 6vw auto 0 auto;
  width: 80vw;
}

@media screen and (max-width: 750px) {
  .works-btn .btn-main {
    padding: 4vw 0;
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 4.8611111111vw 0 7.6388888889vw 0;
  }
  .sec--works:before {
    border-width: 0 0 6.5972222222vw 100vw;
  }
  .sec--works:after {
    height: calc(100% - 36.1111111111vw);
  }
  .sec--works .sec-head {
    margin-bottom: 1.7361111111vw;
  }
  .sec--works .sec-head:before {
    top: -5.9027777778vw;
    left: 54.8611111111vw;
    width: 24.5138888889vw;
    height: 14.0972222222vw;
    background-image: url(../img/works/balloon.jpg);
    background-image: image-set(url(../img/works/balloon.png) 1x, url(../img/works/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/balloon.png) 1x, url(../img/works/balloon-2x.png) 2x);
  }
  .sec--works .sec-head:after {
    top: -1.7361111111vw;
    left: 12.1527777778vw;
    width: 7.8472222222vw;
    height: 6.3194444444vw;
  }
  .sec--works .sec-catch {
    padding: 0 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
  .sec--works .sec-catch span.num {
    font-size: 3.3333333333vw;
  }
  .sec--works .sec-catch:before, .sec--works .sec-catch:after {
    width: 0.5555555556vw;
    height: 1.4583333333vw;
  }
  .sec--works .sec-ttl {
    margin: 0 auto;
    width: 40.2777777778vw;
  }
  .sec--works .sec-ttl:before, .sec--works .sec-ttl:after {
    width: 5.4166666667vw;
    height: 0.7638888889vw;
  }
  .sec--works .sec-ttl:before {
    background-image: url(../img/common/deco.svg);
  }
  .sec--works .sec-ttl:after {
    background-image: url(../img/common/deco.svg);
  }
  .works-frt-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.4722222222vw;
  }
  .works-here {
    padding: 1.0416666667vw 1.7361111111vw 1.0416666667vw 9.0277777778vw;
    width: 45.8333333333vw;
    border-radius: 0.6944444444vw;
  }
  .works-here:before {
    top: -1.3888888889vw;
    left: -11.1111111111vw;
    width: 16.6666666667vw;
    height: 11.1111111111vw;
    background-image: url(../img/works/photo.jpg);
    background-image: image-set(url(../img/works/photo.jpg) 1x, url(../img/works/photo-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/photo.jpg) 1x, url(../img/works/photo-2x.jpg) 2x);
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .works-here-ttl {
    top: -2.5694444444vw;
    left: 7.2916666667vw;
    width: 12.3611111111vw;
  }
  .works-btn {
    left: 2.4305555556vw;
    margin: 0;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 70px 0 110px 0;
  }
  .sec--works:before {
    border-width: 0 0 95px 100vw;
  }
  .sec--works:after {
    height: calc(100% - 520px);
  }
  .sec--works .sec-head {
    margin-bottom: 25px;
  }
  .sec--works .sec-head:before {
    top: -85px;
    left: 790px;
    width: 353px;
    height: 203px;
  }
  .sec--works .sec-head:after {
    top: -25px;
    left: 175px;
    width: 113px;
    height: 91px;
  }
  .sec--works .sec-catch {
    padding: 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec--works .sec-catch span.num {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .sec--works .sec-catch:before, .sec--works .sec-catch:after {
    width: 8px;
    height: 21px;
  }
  .sec--works .sec-ttl {
    width: 580px;
  }
  .sec--works .sec-ttl:before, .sec--works .sec-ttl:after {
    width: 78px;
    height: 11px;
  }
  .works-frt-bottom {
    margin-top: 50px;
  }
  .works-here {
    padding: 15px 25px 15px 130px;
    width: 660px;
    border-radius: 10px;
  }
  .works-here:before {
    top: -20px;
    left: -160px;
    width: 240px;
    height: 160px;
    border-width: 3px;
    border-radius: 10px;
  }
  .works-here-ttl {
    top: -37px;
    left: 105px;
    width: 178px;
  }
  .works-btn {
    left: 35px;
    width: 340px;
  }
}
/*  #pickup
-------------------------------------------------------------------------------*/
.sec--pickup {
  padding-bottom: 10.6666666667vw;
  background-image: url(../img/pickup/bg_sp.jpg);
  background-repeat: repeat;
}

.sec--pickup .inquiry {
  margin-bottom: 13.3333333333vw;
}

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

.sec--pickup .sec-catch {
  margin-bottom: 4.6666666667vw;
  padding: 0.5em 1em 1em 1em;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.sec--pickup .sec-catch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.0666666667vw;
  display: inline-block;
  width: 84.6666666667vw;
  height: 5.7333333333vw;
  background-image: url(../img/pickup/balloon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.sec--pickup .sec-desc {
  margin-top: 1em;
}

@media screen and (min-width: 751px) {
  .sec--pickup {
    padding-bottom: 6.9444444444vw;
    background-image: url(../img/pickup/bg.jpg);
    background-image: image-set(url(../img/pickup/bg.jpg) 1x, url(../img/pickup/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/pickup/bg.jpg) 1x, url(../img/pickup/bg-2x.jpg) 2x);
  }
  .sec--pickup .inquiry {
    margin-bottom: 15.2777777778vw;
  }
  .sec--pickup .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--pickup .sec-catch {
    margin: 0 auto 2.4305555556vw auto;
    padding: 0.4em 0 0.8em 0;
    width: 27.7777777778vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .sec--pickup .sec-catch:after {
    bottom: -1.0416666667vw;
    width: 26.1111111111vw;
    height: 1.7361111111vw;
  }
  .sec--pickup .sec-desc {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--pickup {
    padding-bottom: 100px;
  }
  .sec--pickup .inquiry {
    margin-bottom: 220px;
  }
  .sec--pickup .sec-head {
    margin-bottom: 50px;
  }
  .sec--pickup .sec-catch {
    margin: 0 auto 35px auto;
    width: 400px;
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec--pickup .sec-catch:after {
    bottom: -15px;
    width: 376px;
    height: 25px;
  }
}
/* ------------------------------------------- pickup - */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4vw;
}

.pickup > li {
  position: relative;
  margin-left: 4vw;
  width: calc(50% - 4vw);
}

.pickup-discount {
  position: absolute;
  top: -2.6666666667vw;
  left: -2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.1em;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #eb6120;
  border-radius: 50%;
  z-index: 1;
}
.pickup-discount p {
  color: #fefefe;
  font-size: 2.8vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.pickup-discount p span {
  padding-right: 0.05em;
  font-family: "Anton";
  font-size: 4.8vw;
  font-weight: 400;
}

.pickup-discount-head {
  margin-bottom: 0.3em;
  font-size: 3.2vw;
}

.pickup > li 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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.pickup > li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4vw 4vw;
  border-color: transparent transparent #90c31f transparent;
}

.pickup-image {
  width: 17.8666666667vw;
  border-color: #f8f8f8;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.pickup-content {
  position: relative;
  width: 18.6666666667vw;
}

.pickup-ttl {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.25em;
}

.pickup-price {
  position: absolute;
  display: inline-block;
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #eb6120;
}
.pickup-price span.num {
  margin-right: -0.2em;
  font-family: "Poppins", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 600;
}
.pickup-price span.num-main {
  margin-right: -0.25em;
}
.pickup-price span.num-sub {
  font-size: 4.8vw;
}
.pickup-price span.tax {
  font-size: 2vw;
}
.pickup-price span.unit {
  position: relative;
  font-size: 2.9333333333vw;
}

@media screen and (max-width: 750px) {
  .pickup > li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .pickup-content {
    padding-top: 2vw;
  }
  .pickup-price {
    left: 0;
    bottom: 0.8vw;
  }
}
@media screen and (min-width: 751px) {
  .pickup {
    margin-left: -2.0833333333vw;
  }
  .pickup > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .pickup > li:nth-child(n+4) {
    margin-top: 2.0833333333vw;
  }
  .pickup-discount {
    top: -1.3888888889vw;
    left: -1.7361111111vw;
    width: 5.9722222222vw;
    height: 5.9722222222vw;
  }
  .pickup-discount p {
    font-size: 1.25vw;
  }
  .pickup-discount p span {
    font-size: 2.0833333333vw;
  }
  .pickup-discount-head {
    font-size: 0.8333333333vw;
  }
  .pickup > li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9027777778vw 0.2083333333vw 0.9027777778vw 0.9027777778vw;
    border-radius: 0.6944444444vw;
  }
  .pickup > li a:after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .pickup-image {
    width: 9.0277777778vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .pickup > li a:hover .pickup-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .pickup-content {
    width: 10.7638888889vw;
  }
  .pickup-ttl {
    font-size: 1.25vw;
  }
  .pickup-price {
    position: relative;
    margin-top: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .pickup-price span.num {
    font-size: 3.125vw;
  }
  .pickup-price span.num-sub {
    font-size: 1.9444444444vw;
  }
  .pickup-price span.tax {
    position: absolute;
    left: 0;
    bottom: 1.8em;
    font-size: 0.6944444444vw;
  }
  .pickup-price span.unit {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    margin-left: -30px;
  }
  .pickup > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .pickup > li:nth-child(n+4) {
    margin-top: 30px;
  }
  .pickup-discount {
    top: -20px;
    left: -25px;
    width: 86px;
    height: 86px;
  }
  .pickup-discount p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pickup-discount p span {
    font-size: 30px;
    font-size: 3rem;
  }
  .pickup-discount-head {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pickup > li a {
    padding: 13px 3px 13px 13px;
    border-radius: 10px;
  }
  .pickup > li a:after {
    border-width: 0 0 30px 30px;
  }
  .pickup-image {
    width: 130px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pickup-content {
    width: 155px;
  }
  .pickup-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pickup-price {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pickup-price span.num {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .pickup-price span.num-sub {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pickup-price span.tax {
    font-size: 10px;
    font-size: 1rem;
  }
  .pickup-price span.unit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  #showroom
-------------------------------------------------------------------------------*/
.sec--showroom {
  background-color: #efefd9;
}

.showroom-slide {
  position: relative;
  overflow: hidden;
}

.showroom-catch {
  position: absolute;
  top: 6vw;
  left: 4.9333333333vw;
  width: 22.6666666667vw;
  z-index: 2;
}

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

#showroom-pagination {
  position: absolute;
  left: 50%;
  bottom: 3.3333333333vw !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#showroom-pagination .swiper-pagination-bullet {
  background-color: #fefefe !important;
}

#showroom-pagination .swiper-pagination-bullet-active {
  background-color: #8fc31f !important;
}

.showroom-content {
  padding: 14vw 4.9333333333vw 12vw 4.9333333333vw;
}

.showroom .sec-head {
  margin-bottom: 5.3333333333vw;
  z-index: 1;
}
.showroom .sec-head:before {
  content: "";
  position: absolute;
  top: -9.3333333333vw;
  left: 52vw;
  display: inline-block;
  width: 45.2vw;
  height: 26vw;
  background-image: url(../img/showroom/balloon_sp.png);
  background-size: contain;
}
.showroom .sec-head:after {
  content: "";
  position: absolute;
  top: 21.7333333333vw;
  left: 71.3333333333vw;
  display: inline-block;
  width: 20vw;
  height: 20.9333333333vw;
  background-image: url(../img/showroom/house.svg);
  background-size: contain;
  z-index: -1;
}

.showroom .sec-en {
  position: absolute;
  top: 35.3333333333vw;
  left: 43.3333333333vw;
  color: #8fc31f;
  font-family: "Damion", cursive;
  font-size: 6.6666666667vw;
  font-weight: 400;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.showroom .sec-ttl {
  font-family: "NotoSansJP", sans-serif;
  font-size: 9.3333333333vw;
  line-height: 1.23em;
}

.showroom .sec-desc {
  margin-top: 3.3333333333vw;
}
.showroom .sec-desc p {
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .showroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .showroom-slide {
    width: 47%;
  }
  .showroom-catch {
    top: 4.5138888889vw;
    left: 4.8611111111vw;
    width: 10.9027777778vw;
  }
  .showroom-slide .swiper-slide img {
    height: 55.5555555556vw;
  }
  #showroom-pagination {
    bottom: 1.0416666667vw !important;
  }
  .showroom-content {
    padding: 9.7222222222vw 0 0 2.7777777778vw;
    width: 53%;
  }
  .showroom .sec-head {
    margin-bottom: 2.4305555556vw;
  }
  .showroom .sec-head:before {
    top: -7.9861111111vw;
    left: 21.5277777778vw;
    width: 24.5138888889vw;
    height: 11.875vw;
    background-image: url(../img/showroom/balloon.png);
    background-image: image-set(url(../img/showroom/balloon.png) 1x, url(../img/showroom/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/showroom/balloon.png) 1x, url(../img/showroom/balloon-2x.png) 2x);
  }
  .showroom .sec-head:after {
    top: 3.4722222222vw;
    left: 35.7638888889vw;
    width: 8.4027777778vw;
    height: 8.8194444444vw;
  }
  .showroom .sec-catch {
    display: none;
  }
  .showroom .sec-en {
    top: 9.7222222222vw;
    left: 28.8194444444vw;
    font-size: 2.5vw;
  }
  .showroom .sec-ttl {
    font-size: 3.3333333333vw;
    line-height: 1.5em;
  }
  .showroom .sec-desc {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-catch {
    top: 65px;
    left: 70px;
    width: 157px;
  }
  .showroom-slide .swiper-slide img {
    height: 800px;
  }
  #showroom-pagination {
    bottom: 15px !important;
  }
  .showroom-content {
    padding: 140px 0 0 40px;
  }
  .showroom .sec-head {
    margin-bottom: 35px;
  }
  .showroom .sec-head:before {
    top: -115px;
    left: 310px;
    width: 353px;
    height: 171px;
  }
  .showroom .sec-head:after {
    top: 50px;
    left: 515px;
    width: 121px;
    height: 127px;
  }
  .showroom .sec-en {
    top: 140px;
    left: 415px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .showroom .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .showroom .sec-desc {
    margin-top: 25px;
  }
}
/* ------------------------------------------- menu - */
.showroom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3.3333333333vw;
}

.showroom-menu ul > li {
  margin-left: 3.3333333333vw;
  width: calc(50% - 3.3333333333vw);
}

.showroom-menu ul > li:nth-child(n+3) {
  margin-top: 3.3333333333vw;
}

.showroom-menu ul > li a {
  position: relative;
  display: block;
  padding: 2vw;
  background-color: #fefefe;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.showroom-menu ul > li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6vw 6vw;
}

.showroom-menu--mikage a:after {
  border-color: transparent transparent #8f82bc transparent;
}

.showroom-menu--kobekita a:after {
  border-color: transparent transparent #5997d1 transparent;
}

.showroom-menu--seishin a:after {
  border-color: transparent transparent #ddb01d transparent;
}

.showroom-menu--fujiwaradai a:after {
  border-color: transparent transparent #ee7959 transparent;
}

.showroom-menu-image {
  margin-bottom: 1.7333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.showroom-menu-label {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #5997d1;
  border-radius: 0.6666666667vw;
  color: #fefefe;
  font-size: 3.0666666667vw;
}

.showroom-menu-ttl {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.33em;
}

.showroom-menu-add {
  margin-top: 0.3em;
  font-size: 3.4666666667vw;
}

@media screen and (max-width: 750px) {
  .showroom-menu ul > li a {
    min-height: 40.8vw;
  }
}
@media screen and (min-width: 751px) {
  .showroom-menu {
    width: 41.6666666667vw;
  }
  .showroom-menu ul {
    margin-left: -1.7361111111vw;
  }
  .showroom-menu ul > li {
    margin-left: 1.7361111111vw;
    width: calc(50% - 1.7361111111vw);
  }
  .showroom-menu ul > li:nth-child(n+3) {
    margin-top: 1.7361111111vw;
  }
  .showroom-menu ul > li 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.6944444444vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-menu ul > li a::after {
    border-width: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .showroom-menu-image {
    margin: 0;
    width: 7.6388888889vw;
    border-radius: 0.6944444444vw;
  }
  .showroom-menu a:hover .showroom-menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .showroom-menu-content {
    width: 9.7222222222vw;
  }
  .showroom-menu-label {
    margin-bottom: 0.5em;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .showroom-menu-ttl {
    font-size: 1.25vw;
    line-height: 1.33em;
  }
  .showroom-menu-add {
    margin-top: 1em;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .showroom-menu {
    width: 600px;
  }
  .showroom-menu ul {
    margin-left: -25px;
  }
  .showroom-menu ul > li {
    margin-left: 25px;
    width: calc(50% - 25px);
  }
  .showroom-menu ul > li:nth-child(n+3) {
    margin-top: 25px;
  }
  .showroom-menu ul > li a {
    padding: 10px;
    border-radius: 10px;
  }
  .showroom-menu ul > li a::after {
    border-width: 0 0 30px 30px;
  }
  .showroom-menu-image {
    width: 110px;
    border-radius: 10px;
  }
  .showroom-menu-content {
    width: 140px;
  }
  .showroom-menu-label {
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .showroom-menu-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .showroom-menu-add {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  #magazine
-------------------------------------------------------------------------------*/
.sec--magazine .inquiry {
  margin-bottom: 13.3333333333vw;
}

.sec--magazine .sec-head {
  position: relative;
  margin-bottom: 4.6666666667vw;
  text-align: center;
  z-index: 2;
}
.sec--magazine .sec-head:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -2.6666666667vw;
  display: inline-block;
  width: 11.0666666667vw;
  height: 10.8vw;
  background-image: url(../img/magazine/pencil.svg);
  background-size: contain;
}

.sec--magazine .sec-catch {
  position: absolute;
  top: -0.2em;
  right: -0.5em;
  padding: 0 2.6666666667vw;
  color: #90c31f;
  font-size: 3.4666666667vw;
  letter-spacing: 0;
  white-space: nowrap;
}
.sec--magazine .sec-catch:before, .sec--magazine .sec-catch:after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: inline-block;
  width: 1.4666666667vw;
  height: 4.1333333333vw;
  background-image: url(../img/magazine/slash.svg);
  background-size: contain;
}
.sec--magazine .sec-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec--magazine .sec-catch:after {
  right: 0;
}

.sec--magazine .sec-ttl {
  margin-top: 1em;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
  z-index: 1;
}

.sec--magazine .sec-en {
  font-family: "Damion", cursive;
  font-size: 17.7333333333vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.sec--magazine .sec-en span:nth-child(1),
.sec--magazine .sec-en span:nth-child(6) {
  color: #90c31f;
}
.sec--magazine .sec-en span:nth-child(2),
.sec--magazine .sec-en span:nth-child(7) {
  color: #8f82bc;
}
.sec--magazine .sec-en span:nth-child(3),
.sec--magazine .sec-en span:nth-child(8) {
  color: #5997d1;
}
.sec--magazine .sec-en span:nth-child(4) {
  color: #ddb01d;
}
.sec--magazine .sec-en span:nth-child(5) {
  color: #ee7959;
}
.sec--magazine .sec-en:before, .sec--magazine .sec-en:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: 0.1em;
  width: 6.4vw;
  height: 2vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--magazine .sec-en:before {
  left: 0;
  background-image: url(../img/magazine/deco-l_sp.svg);
}
.sec--magazine .sec-en:after {
  right: 0;
  background-image: url(../img/magazine/deco-r_sp.svg);
}

.magazine {
  position: relative;
  padding: 6vw 0 10.6666666667vw 0;
}
.magazine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-image: url(../img/magazine/bg_sp.jpg);
  background-repeat: repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

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

.magazine-box {
  position: relative;
  padding: 4.6666666667vw 5.0666666667vw 4.6666666667vw 5.0666666667vw;
  background-color: #fefefe;
  border-radius: 2.6666666667vw;
}

.magazine-head {
  margin-bottom: 4.6666666667vw;
}

.magazine-en {
  color: #90c31f;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 9.3333333333vw;
  font-weight: 600;
  letter-spacing: 0;
}

.magazine-ttl {
  position: relative;
  margin-top: 0.7em;
  font-family: "IBMPlexSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.magazine-slide {
  position: relative;
}

.magazine-slide > div {
  overflow: hidden;
}

#voice-prev,
#voice-next,
#info-prev,
#info-next {
  border-color: #90c31f;
}

#voice-prev,
#voice-next {
  top: 20.4vw;
}

#info-prev,
#info-next {
  top: 25vw;
}

#voice-prev,
#info-prev {
  left: -4.6666666667vw;
}

#voice-next,
#info-next {
  right: -4.6666666667vw;
}

#voice-pagination,
#info-pagination {
  margin-top: 4vw;
}

#voice-pagination .swiper-pagination-bullet-active,
#info-pagination .swiper-pagination-bullet-active {
  background-color: #90c31f !important;
}

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

@media screen and (max-width: 750px) {
  .magazine-slide .swiper-slide:nth-child(n+2) {
    left: -2.5333333333vw;
    margin-left: 5.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--magazine .inquiry {
    margin-bottom: 15.9722222222vw;
  }
  .sec--magazine .sec-head {
    margin: 0 auto 2.0833333333vw auto;
    padding-bottom: 0;
    width: 38.8888888889vw;
  }
  .sec--magazine .sec-head:before {
    top: -2.7777777778vw;
    left: 2.7777777778vw;
    width: 4.3055555556vw;
    height: 4.1666666667vw;
  }
  .sec--magazine .sec-head:after {
    content: "";
    position: absolute;
    top: -5.5555555556vw;
    right: -1.0416666667vw;
    display: inline-block;
    width: 8.8888888889vw;
    height: 7.5694444444vw;
    background-image: url(../img/magazine/balloon.png);
    background-image: image-set(url(../img/magazine/balloon.png) 1x, url(../img/magazine/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/magazine/balloon.png) 1x, url(../img/magazine/balloon-2x.png) 2x);
    background-size: contain;
  }
  .sec--magazine .sec-catch {
    display: none;
  }
  .sec--magazine .sec-en {
    font-size: 6.25vw;
  }
  .sec--magazine .sec-en:before, .sec--magazine .sec-en:after {
    width: 5.4166666667vw;
    height: 0.7638888889vw;
    background-image: url(../img/pickup/deco.svg);
  }
  .sec--magazine .sec-ttl {
    position: absolute;
    top: 0.3472222222vw;
    left: 13.5416666667vw;
    margin: 0;
    font-size: 1.1111111111vw;
  }
  .magazine {
    padding: 3.125vw 0 5.5555555556vw 0;
  }
  .magazine:before {
    background-image: url(../img/magazine/bg.jpg);
    background-image: image-set(url(../img/magazine/bg.jpg) 1x, url(../img/magazine/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/magazine/bg.jpg) 1x, url(../img/magazine/bg-2x.jpg) 2x);
  }
  .magazine-cat > div:nth-child(n+2) {
    margin-top: 40px;
  }
  .magazine-box {
    margin-left: -4.1666666667vw;
    padding: 2.4305555556vw 0 2.4305555556vw 2.7777777778vw;
    width: 77.7777777778vw;
    border-radius: 1.3888888889vw;
  }
  .magazine-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.0416666667vw;
  }
  .magazine-en {
    font-size: 2.9166666667vw;
  }
  .magazine-ttl {
    top: -0.3em;
    margin: 0 0 0 1em;
    font-size: 1.1111111111vw;
  }
  .magazine-slide .swiper-slide {
    margin-right: 2.7777777778vw;
    width: 22.2222222222vw !important;
  }
  .magazine-slide .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  #voice-prev,
  #voice-next,
  #info-prev,
  #info-next {
    top: 5.2083333333vw;
  }
  #voice-prev,
  #info-prev {
    left: -1.7361111111vw;
  }
  #voice-next,
  #info-next {
    right: -1.7361111111vw;
  }
  #voice-pagination,
  #info-pagination {
    margin-top: 1.3888888889vw;
  }
  .magazine-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--magazine .inquiry {
    margin-bottom: 230px;
  }
  .sec--magazine .sec-head {
    margin-bottom: 30px;
    width: 560px;
  }
  .sec--magazine .sec-head:before {
    top: -40px;
    left: 40px;
    width: 62px;
    height: 60px;
  }
  .sec--magazine .sec-head:after {
    top: -80px;
    right: -15px;
    width: 128px;
    height: 109px;
  }
  .sec--magazine .sec-en {
    font-size: 90px;
    font-size: 9rem;
  }
  .sec--magazine .sec-en:before, .sec--magazine .sec-en:after {
    width: 78px;
    height: 11px;
  }
  .sec--magazine .sec-ttl {
    top: 5px;
    left: 195px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .magazine {
    padding: 45px 0 80px 0;
  }
  .magazine-cat > div:nth-child(n+2) {
    margin-top: 40px;
  }
  .magazine-box {
    margin-left: -60px;
    padding: 35px 0 35px 40px;
    width: 1120px;
    border-radius: 20px;
  }
  .magazine-head {
    margin-bottom: 15px;
  }
  .magazine-en {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .magazine-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .magazine-slide .swiper-slide {
    margin-right: 40px;
    width: 320px !important;
  }
  #voice-prev,
  #voice-next,
  #info-prev,
  #info-next {
    top: 75px;
  }
  #voice-prev,
  #info-prev {
    left: -25px;
  }
  #voice-next,
  #info-next {
    right: 15px;
  }
  #voice-pagination,
  #info-pagination {
    margin-top: 20px;
  }
  .magazine-btn {
    margin-top: 40px;
    width: 340px;
  }
}
/*  #company
-------------------------------------------------------------------------------*/
.company {
  position: relative;
  margin-bottom: 8vw;
}

.company-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
  height: 67.3333333333vw;
}

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

.company-image > div:nth-child(1) {
  top: 0;
  right: 0;
  width: 72vw;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

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

.company-image > div:nth-child(3) {
  right: 5.3333333333vw;
  bottom: -17.3333333333vw;
  width: 33.3333333333vw;
  border-radius: 1.3333333333vw;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.company .sec-head {
  margin-bottom: 4.6666666667vw;
  padding-bottom: 4vw;
}
.company .sec-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 13.7333333333vw;
  height: 2vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
}

.company .sec-en {
  margin-bottom: 0.8em;
}

.company .sec-ttl {
  font-size: 7.7333333333vw;
  line-height: 1.35em;
}

@media screen and (min-width: 751px) {
  .company {
    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 0 0 -4.1666666667vw;
    padding: 9.0277777778vw 0 4.8611111111vw 0;
    width: 77.7777777778vw;
  }
  .company-image {
    margin: 0;
    width: 36.8055555556vw;
    height: 38.5416666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company-image > div:nth-child(1) {
    top: -9.0277777778vw;
    right: -5.2083333333vw;
    width: 37.5vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .company-image > div:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 14.5833333333vw;
    border-radius: 0.6944444444vw;
  }
  .company-image > div:nth-child(3) {
    right: 0;
    bottom: 1.7361111111vw;
    width: 17.3611111111vw;
    border-radius: 0.6944444444vw;
  }
  .company-content {
    width: 38.1944444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .company .sec-head {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 1.875vw;
  }
  .company .sec-head:after {
    width: 5.2777777778vw;
    height: 0.7638888889vw;
  }
  .company .sec-ttl {
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .company-desc {
    width: 35.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .company {
    margin: 0 0 0 -60px;
    padding: 130px 0 70px 0;
    width: 1120px;
  }
  .company-image {
    width: 530px;
    height: 555px;
  }
  .company-image > div:nth-child(1) {
    top: -130px;
    right: -75px;
    width: 540px;
    border-radius: 0 0 10px 10px;
  }
  .company-image > div:nth-child(2) {
    width: 210px;
    border-radius: 10px;
  }
  .company-image > div:nth-child(3) {
    bottom: 25px;
    width: 250px;
    border-radius: 10px;
  }
  .company-content {
    width: 550px;
  }
  .company .sec-head {
    margin-bottom: 30px;
    padding-bottom: 27px;
  }
  .company .sec-head:after {
    width: 76px;
    height: 11px;
  }
  .company .sec-ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .company-desc {
    width: 510px;
  }
}
/* ------------------------------------------- menu - */
.company-menu {
  padding: 7.3333333333vw 0;
  background-color: #f9f7eb;
}

.company-menu > div a {
  display: block;
  border-radius: 2.6666666667vw;
}

.company-menu > div a:last-child {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .company-menu > div {
    margin: 0 auto;
    width: 90.1333333333vw;
  }
  .company-menu > div a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .company-menu {
    padding: 2.7777777778vw 0;
  }
  .company-menu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-menu > div a {
    width: 23.6111111111vw;
    border-radius: 0.6944444444vw;
  }
  .company-menu > div a:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .company-menu > div a:last-child {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-menu {
    padding: 40px 0;
  }
  .company-menu > div a {
    width: 340px;
    border-radius: 10px;
  }
  .company-menu > div a:nth-child(n+2) {
    margin-left: 20px;
  }
  .company-menu > div a:last-child {
    width: 320px;
  }
}