@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Caveat/Caveat-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBM_Plex_Sans_JP/IBMPlexSansJP-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato/Lato-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Neonderthaw";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Neonderthaw/Neonderthaw-Regular.ttf") format("ttf");
}
/*  #hero
-------------------------------------------------------------------------------*/
.sec--hero {
  padding-top: 4.6666666667vw;
  background-color: #f3f2e1;
}
.sec--hero:before, .sec--hero:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--hero:before {
  top: 44.6666666667vw;
  left: 0;
  width: 40.2666666667vw;
  height: 49.3333333333vw;
  background-image: url(../img/hero/leaf-l_sp.svg);
}
.sec--hero:after {
  top: -21.3333333333vw;
  right: 0;
  width: 36.2666666667vw;
  height: 44.5333333333vw;
  background-image: url(../img/hero/leaf-r_sp.svg);
}

.hero {
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 224.6666666667vw;
  background-color: #f3f2e1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
.hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 35.0666666667vw;
  height: 49.3333333333vw;
  background-image: url(../img/hero/leaf-w_sp.svg);
  background-size: contain;
}

.hero-image {
  position: relative;
  margin: 0 auto;
  width: 89.8666666667vw;
  height: 48vw;
  background-size: cover;
  border-radius: 4vw;
  overflow: hidden;
  z-index: 1;
}

.hero-image--left {
  left: 0;
  background-image: url(../img/hero/main_sp.jpg);
}
.hero-image--left:before {
  content: "";
  position: absolute;
  top: 10.6666666667vw;
  left: 70.6666666667vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/hero/kira.svg);
  background-size: contain;
  z-index: 1;
}

.hero-box {
  position: relative;
  margin: 0 auto;
  padding: 11.7333333333vw 2.6666666667vw 0 2.6666666667vw;
  width: 100vw;
  background-image: url(../img/hero/house_sp.svg);
  background-size: 100%;
  z-index: 2;
}
.hero-box:before, .hero-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.hero-box:before {
  top: 42.6666666667vw;
  left: 5.3333333333vw;
  width: 7.8666666667vw;
  height: 7.3333333333vw;
  background-image: url(../img/hero/monstera-l_sp.svg);
}
.hero-box:after {
  top: 20.4vw;
  right: 8vw;
  width: 7.8666666667vw;
  height: 8vw;
  background-image: url(../img/hero/monstera-r_sp.svg);
}

.hero-area {
  position: absolute;
  top: -40.6666666667vw;
  left: 2.6666666667vw;
  padding: 6.6666666667vw 0 0 0;
  width: 27.0666666667vw;
  height: 23.8666666667vw;
  background-image: url(../img/hero/map.svg);
  background-size: contain;
  z-index: 1;
}
.hero-area p {
  color: #fefefe;
  font-family: "Caveat", cursive;
  font-size: 3.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.hero-area p span {
  font-size: 4.2666666667vw;
}

.hero-free {
  position: absolute;
  top: -14.6666666667vw;
  right: 2.6666666667vw;
  width: 26.2666666667vw;
  height: 26.2666666667vw;
  z-index: 1;
}

.hero-catch {
  margin: 0 auto 2.6666666667vw auto;
  width: 68.2666666667vw;
}

.hero-ttl {
  position: relative;
  margin: 0 auto 4vw auto;
  width: 68vw;
}
.hero-ttl:after {
  content: "";
  position: absolute;
  right: -11.3333333333vw;
  bottom: -4vw;
  width: 22.5333333333vw;
  height: 15.0666666667vw;
  background-image: url(../img/hero/driver_sp.png);
  background-size: contain;
}

.hero-ribbon {
  margin: 0 auto 0.6666666667vw auto;
  width: 76vw;
}

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

.hero-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.3333333333vw;
  padding: 2vw 0 0 5.3333333333vw;
  background-color: #ffea00;
  border-color: #fff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2vw;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
          box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
}
.hero-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.3333333333vw;
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  background-image: url(../img/hero/icon_sp.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-btn a:hover {
  border-color: #04a562;
}

.hero-btn a p:nth-child(1) {
  position: absolute;
  top: -3.2vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em 0.1em 1.5em;
  height: 5.3333333333vw;
  background-color: #ff9600;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0px 2px 40px 5px rgba(66, 48, 48, 0.17);
          box-shadow: 0px 2px 40px 5px rgba(66, 48, 48, 0.17);
  color: #fefefe;
  font-size: 3.0666666667vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.hero-btn a p:nth-child(1):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.1333333333vw 1.0666666667vw 0 1.0666666667vw;
  border-color: #ff9600 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-btn a p:nth-child(2) {
  color: #214738;
  font-size: 4.1333333333vw;
  font-weight: 900;
}
.hero-btn a p:nth-child(2) span {
  font-size: 2.6666666667vw;
}

.hero-desc {
  margin-top: 2.6666666667vw;
  font-size: 3.3333333333vw;
  text-align: center;
  line-height: 1.25em;
}

@media screen and (max-width: 750px) {
  .hero-image--right {
    display: none;
  }
  .hero-box {
    top: -9.3333333333vw;
    margin-bottom: -9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--hero {
    padding-top: 10.4166666667vw;
  }
  .sec--hero:before {
    top: 17.7083333333vw;
    width: 30.6944444444vw;
    height: 25.6944444444vw;
    background-image: url(../img/hero/leaf-l.svg);
  }
  .sec--hero:after {
    top: 0;
    width: 29.8611111111vw;
    height: 23.1944444444vw;
    background-image: url(../img/hero/leaf-r.svg);
  }
  .hero {
    margin: 0 auto;
    width: 100vw;
  }
  .hero:before {
    height: 57.6388888889vw;
  }
  .hero:after {
    right: 5.5555555556vw;
    bottom: -2.0833333333vw;
    width: 33.6805555556vw;
    height: 25.6944444444vw;
    background-image: url(../img/hero/leaf-w.svg);
  }
  .hero-area {
    top: 1.0416666667vw;
    left: -2.0833333333vw;
    padding: 3.2638888889vw 0 0 0;
    width: 12.6388888889vw;
    height: 11.1111111111vw;
  }
  .hero-area p {
    font-size: 1.5277777778vw;
  }
  .hero-area p span {
    font-size: 1.9444444444vw;
  }
  .hero-image {
    position: absolute;
    top: 0;
    margin: 0;
    width: 25vw;
    height: 39.5833333333vw;
    border-radius: 2.0833333333vw;
  }
  .hero-image--left {
    left: 0;
    background-image: url(../img/hero/main.jpg);
    background-image: image-set(url(../img/hero/main.jpg) 1x, url(../img/hero/main-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/hero/main.jpg) 1x, url(../img/hero/main-2x.jpg) 2x);
  }
  .hero-image--left:before {
    top: 17.3611111111vw;
    left: 2.4305555556vw;
    width: 2.3611111111vw;
    height: 2.3611111111vw;
  }
  .hero-image--right {
    right: 0;
    background-image: url(../img/hero/sub.jpg);
    background-image: image-set(url(../img/hero/sub.jpg) 1x, url(../img/hero/sub-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/hero/sub.jpg) 1x, url(../img/hero/sub-2x.jpg) 2x);
  }
  .hero-box {
    padding: 6.5972222222vw 3.4722222222vw 1.5972222222vw 3.4722222222vw;
    width: 50.1388888889vw;
    background-image: url(../img/hero/house.svg);
  }
  .hero-box:before {
    top: 21.1805555556vw;
    left: 4.8611111111vw;
    width: 3.8888888889vw;
    height: 3.6805555556vw;
    background-image: url(../img/hero/monstera-l.svg);
  }
  .hero-box:after {
    top: 9.7222222222vw;
    right: 5vw;
    width: 3.9583333333vw;
    height: 3.9583333333vw;
    background-image: url(../img/hero/monstera-r.svg);
  }
  .hero-free {
    top: 25.8333333333vw;
    right: -8.4722222222vw;
    width: 11.6666666667vw;
    height: 11.6666666667vw;
  }
  .hero-catch {
    margin: 0 auto 1.0416666667vw auto;
    width: 27.7777777778vw;
  }
  .hero-ttl {
    margin: 0 auto 1.3888888889vw auto;
    width: 31.3888888889vw;
  }
  .hero-ttl:after {
    right: -7.6388888889vw;
    bottom: -1.875vw;
    width: 11.3194444444vw;
    height: 6.5972222222vw;
    background-image: url(../img/hero/driver.png);
    background-image: image-set(url(../img/hero/driver.png) 1x, url(../img/hero/driver-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/hero/driver.png) 1x, url(../img/hero/driver-2x.png) 2x);
  }
  .hero-ribbon {
    margin: 0 auto 0.5555555556vw auto;
    width: 30.8333333333vw;
  }
  .hero-btn {
    width: 37.5vw;
  }
  .hero-btn a {
    height: 5.8333333333vw;
    padding: 0.6944444444vw 0 0 3.125vw;
    border-width: 0.2777777778vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .hero-btn a:before {
    left: 2.0833333333vw;
    width: 4.0277777778vw;
    height: 4.0277777778vw;
    background-image: url(../img/hero/icon.png);
    background-image: image-set(url(../img/hero/icon.png) 1x, url(../img/hero/icon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/hero/icon.png) 1x, url(../img/hero/icon-2x.png) 2x);
  }
  .hero-btn a:after {
    right: 1.0416666667vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .hero-btn a:hover {
    border-color: #04a562;
  }
  .hero-btn a p:nth-child(1) {
    top: -1.1111111111vw;
    height: 1.9444444444vw;
    border-radius: 0.9722222222vw;
    font-size: 1.1111111111vw;
  }
  .hero-btn a p:nth-child(1):after {
    border-width: 0.6944444444vw 0.4166666667vw 0 0.4166666667vw;
  }
  .hero-btn a p:nth-child(2) {
    font-size: 1.9444444444vw;
  }
  .hero-btn a p:nth-child(2) span {
    font-size: 1.25vw;
  }
  .hero-desc {
    margin-top: 1.0416666667vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--hero {
    padding-top: 150px;
  }
  .sec--hero:before {
    top: 255px;
    width: 442px;
    height: 370px;
  }
  .sec--hero:after {
    width: 430px;
    height: 334px;
  }
  .hero {
    width: 1440px;
  }
  .hero:before {
    height: 830px;
  }
  .hero:after {
    right: 80px;
    bottom: -30px;
    width: 485px;
    height: 370px;
  }
  .hero-area {
    top: 15px;
    left: -30px;
    padding: 47px 0 0 0;
    width: 182px;
    height: 160px;
  }
  .hero-area p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .hero-area p span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hero-image {
    width: 360px;
    height: 570px;
    border-radius: 30px;
  }
  .hero-image--left:before {
    top: 250px;
    left: 35px;
    width: 34px;
    height: 34px;
  }
  .hero-box {
    padding: 95px 50px 23px 50px;
    width: 722px;
  }
  .hero-box:before {
    top: 305px;
    left: 70px;
    width: 56px;
    height: 53px;
  }
  .hero-box:after {
    top: 140px;
    right: 72px;
    width: 57px;
    height: 57px;
  }
  .hero-free {
    top: 372px;
    right: -122px;
    width: 168px;
    height: 168px;
  }
  .hero-catch {
    margin: 0 auto 15px auto;
    width: 400px;
  }
  .hero-ttl {
    margin: 0 auto 20px auto;
    width: 452px;
  }
  .hero-ttl:after {
    right: -110px;
    bottom: -27px;
    width: 163px;
    height: 95px;
  }
  .hero-ribbon {
    margin: 0 auto 8px auto;
    width: 444px;
  }
  .hero-btn {
    width: 540px;
  }
  .hero-btn a {
    height: 84px;
    padding: 10px 0 0 45px;
    border-width: 4px;
    border-radius: 10px;
  }
  .hero-btn a:before {
    left: 30px;
    width: 58px;
    height: 58px;
  }
  .hero-btn a:after {
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .hero-btn a p:nth-child(1) {
    top: -16px;
    height: 28px;
    border-radius: 14px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hero-btn a p:nth-child(1):after {
    border-width: 10px 6px 0 6px;
  }
  .hero-btn a p:nth-child(2) {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hero-btn a p:nth-child(2) span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .hero-desc {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  #news
-------------------------------------------------------------------------------*/
.news {
  position: relative;
  margin: 7.3333333333vw auto 0 auto;
  width: 89.8666666667vw;
  z-index: 1;
}

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

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

.news-date {
  color: #04a562;
  font-size: 3.3333333333vw;
  font-weight: 700;
}

.news-cat {
  display: inline-block;
  margin-left: 2.6666666667vw;
  padding: 0.2em 0.25em 0.3em 0.25em;
  background-color: #04a562;
  color: #fefefe;
  font-size: 3.3333333333vw;
}

.news-ttl {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .news {
    margin: 2.0833333333vw auto 0 auto;
    width: 62.5vw;
  }
  .news 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 2.0833333333vw;
    height: 4.375vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .news a:after {
    right: 1.7361111111vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .news a:hover {
    border-color: #0f955f;
  }
  .news-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-date {
    font-size: 1.1111111111vw;
  }
  .news-cat {
    margin-left: 1.7361111111vw;
    padding: 0.2em 0.5em 0.3em 0.5em;
    font-size: 0.9722222222vw;
  }
  .news-ttl {
    width: calc(100% - 15.9722222222vw);
    font-size: 1.25vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 1441px) {
  .news {
    margin: 30px auto 0 auto;
    width: 900px;
  }
  .news a {
    padding: 0 80px 0 30px;
    height: 63px;
    border-width: 2px;
    border-radius: 10px;
  }
  .news a:after {
    right: 25px;
    width: 30px;
    height: 30px;
  }
  .news-head {
    width: 195px;
  }
  .news-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-cat {
    margin-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-ttl {
    width: calc(100% - 230px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.reason {
  padding: 11.3333333333vw 0 15.8666666667vw 0;
  position: relative;
}

.reason::after {
  content: "";
  width: 96%;
  height: 72.8301886792%;
  background: #e7efee;
  border-radius: 30px 0 0 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.reason-inner {
  position: relative;
  z-index: 1;
}

.reason-top {
  text-align: center;
  position: relative;
}

.reason-top::after {
  content: "";
  width: 100%;
  height: 0.5333333333vw;
  background: #221815;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.reason-title {
  display: inline-block;
  padding: 0 6.4vw;
  font-size: 7.4666666667vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  background: #fefefe;
  position: relative;
  z-index: 1;
}

.reason-title::before {
  content: "";
  width: 3.3333333333vw;
  height: 4.6666666667vw;
  background: transparent url(../img/reason/icon_sparkling01_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -2.5333333333vw;
  left: -3.6vw;
}

.reason-title::after {
  content: "";
  width: 2.8vw;
  height: 3.8666666667vw;
  background: transparent url(../img/reason/icon_sparkling02_sp.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -0.1333333333vw;
  right: -4.9333333333vw;
}

.reason-title span {
  display: inline-block;
  font-size: 7.4666666667vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  position: relative;
}

.reason-title span::before {
  content: "キコリ";
  width: 120%;
  font-size: 2.6666666667vw;
  line-height: 1;
  letter-spacing: 2.8em;
  font-weight: bold;
  position: absolute;
  top: -2.6666666667vw;
  left: 0.6666666667vw;
}

.reason-bottom {
  margin-top: 5.3333333333vw;
}

.reason-wrap {
  width: 92%;
  margin-left: auto;
}

.slide-pagination.reason-pagination {
  margin-top: 6vw;
}

.slide-pagination.reason-pagination .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background: #84b8b5;
}

.slide-pagination.reason-pagination .swiper-pagination-bullet-active {
  background: #221815 !important;
}

.reason-card {
  width: 72vw;
  height: auto;
  min-height: 114.1333333333vw;
  margin-inline: auto;
  padding-bottom: 4.6666666667vw;
  background: #fefefe;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 各スライドをFlexboxに */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* 高さを揃える */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* コンテンツを中央揃え */
  position: relative;
}

.reason-card-head {
  text-align: center;
  position: relative;
  z-index: 1;
}

.reason-card-read {
  display: inline-block;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.reason-card-read::before {
  content: "";
  width: 2.2666666667vw;
  height: 3.4666666667vw;
  background: transparent url(../img/reason/icon_shape-short_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.9333333333vw;
  left: -4vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.reason-card-read::after {
  content: "";
  width: 2.2666666667vw;
  height: 3.4666666667vw;
  background: transparent url(../img/reason/icon_shape-short_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.9333333333vw;
  right: -5.3333333333vw;
}

.reason-card-read span {
  display: inline-block;
  position: relative;
}

.reason-card-read span::after {
  content: "";
  width: 100%;
  height: 0.4vw;
  background: #fab66f;
  position: absolute;
  bottom: -1.0666666667vw;
  left: 0;
}

.reason-card-body {
  height: 100%;
  margin-top: 5.0666666667vw;
  position: relative;
  z-index: 1;
}

.reason-card-img {
  width: 64vw;
  margin-inline: auto;
}

.reason-card-img img {
  border-radius: 22px;
}

.reason-card-detail {
  padding-top: 10.4vw;
  position: relative;
}

.reason-card-icon {
  width: 16vw;
  height: 16vw;
  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: #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -44%);
  -webkit-transform: translate(-50%, -44%);
}

.reason-card--01 .reason-card-icon img {
  width: 13.3333333333vw;
}

.reason-card--02 .reason-card-icon img {
  width: 12.4vw;
}

.reason-card--03 .reason-card-icon img {
  width: 9.6vw;
}

.reason-card-hgroup {
  text-align: center;
}

.reason-card-number {
  display: inline-block;
  margin-right: 0.8vw;
  padding-right: 1.7333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}

.reason-card-number::after {
  content: "";
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  background: #fab66f;
  border-radius: 50%;
  position: absolute;
  bottom: 1.3333333333vw;
  right: 0;
}

.reason-card-title {
  display: inline-block;
  font-size: 5.6vw;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.font-pink {
  color: #de3986;
}

.reason-card-text {
  width: 64vw;
  margin-inline: auto;
  margin-top: 2vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-weight: 500;
}

.reason-card-text span {
  font-weight: bold;
}

.reason-btn {
  width: 72vw;
  margin-inline: auto;
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .reason {
    margin-bottom: 0.9027777778vw;
    padding: 5.9027777778vw 0 9.1666666667vw 0;
    position: relative;
    overflow: hidden;
  }
  .reason::after {
    content: "";
    width: 100%;
    height: 40.0694444444vw;
    background: #e7efee;
    border-radius: 0;
    position: absolute;
    bottom: 4.0277777778vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .reason-inner {
    width: 83.3333333333vw;
    margin-inline: auto;
    position: relative;
  }
  .reason-inner::before {
    content: "";
    width: 25.0694444444vw;
    height: 25.8333333333vw;
    background: transparent url(../img/reason/message.png) no-repeat center top/100%;
    position: absolute;
    bottom: -20.8333333333vw;
    right: -5.2083333333vw;
    z-index: 1;
  }
  .reason-top {
    text-align: center;
    position: relative;
  }
  .reason-top::after {
    content: "";
    width: 100%;
    height: 0.2777777778vw;
    background: #221815;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .reason-title {
    display: inline-block;
    padding: 0 3.4722222222vw;
    font-size: 3.6111111111vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: bold;
    background: #fefefe;
    position: relative;
    z-index: 1;
  }
  .reason-title::before {
    content: "";
    width: 1.7361111111vw;
    height: 2.4305555556vw;
    background: transparent url(../img/reason/icon_sparkling01_sp.svg) no-repeat center center/100%;
    position: absolute;
    top: -0.4166666667vw;
    left: 1.4583333333vw;
  }
  .reason-title::after {
    content: "";
    width: 1.4583333333vw;
    height: 2.0138888889vw;
    background: transparent url(../img/reason/icon_sparkling02_sp.svg) no-repeat center center/100%;
    position: absolute;
    bottom: 1.4583333333vw;
    right: 2.4305555556vw;
  }
  .reason-title span {
    font-size: 3.8888888889vw;
  }
  .reason-title span::before {
    content: "キコリ";
    width: 120%;
    font-size: 1.1111111111vw;
    top: -0.625vw;
    left: -0.4861111111vw;
  }
  .reason-bottom {
    margin-top: 2.7777777778vw;
  }
  .reason-wrap {
    width: 100%;
    margin-left: 0;
  }
  .reason-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-card {
    width: 26.3888888889vw;
    min-height: auto;
    margin: 0;
    padding-bottom: 1.9444444444vw;
    position: relative;
  }
  .reason-card::after {
    content: "";
    width: 100%;
    height: 82.7160493827%;
    background: #fefefe;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .reason-pagination {
    display: none;
  }
  .reason-card-head {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .reason-card-read {
    font-size: 1.25vw;
  }
  .reason-card-read::before {
    content: "";
    width: 1.1805555556vw;
    height: 1.9444444444vw;
    background: transparent url(../img/reason/icon_shape-short.svg) no-repeat center center/100%;
    position: absolute;
    top: -0.2777777778vw;
    left: -2.4305555556vw;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .reason-card-read::after {
    content: "";
    width: 1.1805555556vw;
    height: 1.9444444444vw;
    background: transparent url(../img/reason/icon_shape-short.svg) no-repeat center center/100%;
    position: absolute;
    top: -0.2777777778vw;
    right: -1.8055555556vw;
  }
  .reason-card-read span {
    display: inline-block;
    position: relative;
  }
  .reason-card-read span::after {
    content: "";
    width: 100%;
    height: 0.2083333333vw;
    background: #fab66f;
    position: absolute;
    bottom: -0.5555555556vw;
    left: 0;
  }
  .reason-card-body {
    margin-top: 2.0833333333vw;
  }
  .reason-card-img {
    width: 23.6111111111vw;
    margin-inline: auto;
  }
  .reason-card-detail {
    padding-top: 3.2638888889vw;
  }
  .reason-card-icon {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fefefe;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -43%);
    -webkit-transform: translate(-50%, -43%);
  }
  .reason-card--01 .reason-card-icon img {
    width: 6.9444444444vw;
  }
  .reason-card--02 .reason-card-icon img {
    width: 6.4583333333vw;
  }
  .reason-card--03 .reason-card-icon img {
    width: 5vw;
  }
  .reason-card-hgroup {
    text-align: center;
    position: relative;
  }
  .reason-card-number {
    margin-right: 0.4166666667vw;
    padding-right: 0.9027777778vw;
    font-size: 2.2222222222vw;
  }
  .reason-card-number::after {
    content: "";
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    bottom: 0.6944444444vw;
    right: 0;
  }
  .reason-card-title {
    font-size: 2.0833333333vw;
  }
  .reason-card-text {
    width: 22.3611111111vw;
    margin-top: 0.625vw;
    font-size: 1.1111111111vw;
    line-height: 1.75;
  }
  .reason-btn {
    width: 29.1666666667vw;
    margin-top: 3.0555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    margin-bottom: 13px;
    padding: 85px 0 124px 0;
  }
  .reason::after {
    height: 577px;
    bottom: 58px;
  }
  .reason-inner {
    width: 1200px;
  }
  .reason-inner::before {
    width: 361px;
    height: 372px;
    bottom: -292px;
    right: -75px;
  }
  .reason-top::after {
    width: 100%;
    height: 4px;
  }
  .reason-title {
    padding: 0 50px;
    font-size: 52px;
  }
  .reason-title::before {
    width: 25px;
    height: 35px;
    top: -6px;
    left: 21px;
  }
  .reason-title::after {
    width: 21px;
    height: 29px;
    bottom: 21px;
    bottom: 35px;
  }
  .reason-title span {
    font-size: 56px;
  }
  .reason-title span::before {
    font-size: 16px;
    top: -9px;
    left: -7px;
  }
  .reason-bottom {
    margin-top: 40px;
  }
  .reason-card {
    width: 380px;
    padding-bottom: 28px;
  }
  .reason-card::after {
    width: 100%;
    height: 82.7160493827%;
  }
  .reason-card-read {
    font-size: 18px;
  }
  .reason-card-read::before {
    width: 17px;
    height: 28px;
    top: -4px;
    left: -35px;
  }
  .reason-card-read::after {
    width: 17px;
    height: 28px;
    top: -4px;
    right: -26px;
  }
  .reason-card-read span::after {
    content: "";
    width: 100%;
    height: 3px;
    bottom: -8px;
  }
  .reason-card-body {
    margin-top: 30px;
  }
  .reason-card-img {
    width: 340px;
  }
  .reason-card-detail {
    padding-top: 47px;
  }
  .reason-card-icon {
    width: 120px;
    height: 120px;
  }
  .reason-card--01 .reason-card-icon img {
    width: 100px;
  }
  .reason-card--02 .reason-card-icon img {
    width: 93px;
  }
  .reason-card--03 .reason-card-icon img {
    width: 72px;
  }
  .reason-card-number {
    margin-right: 6px;
    padding-right: 13px;
    font-size: 32px;
  }
  .reason-card-number::after {
    content: "";
    width: 8px;
    height: 8px;
    bottom: -10px;
  }
  .reason-card-title {
    font-size: 30px;
  }
  .reason-card-text {
    width: 322px;
    margin-top: 9px;
    font-size: 16px;
  }
  .reason-btn {
    width: 420px;
    margin-top: 44px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
}

.works-inner {
  padding: 20vw 0 12.6666666667vw 0;
  position: relative;
  overflow: hidden;
}

.works-enText {
  font-size: 9.6vw;
  color: #423030;
  line-height: 1;
  letter-spacing: 0.09em;
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: -4vw;
  opacity: 0.17;
}

.works-head {
  text-align: center;
}

.works-title {
  position: relative;
}

.works-title::before {
  content: "";
  width: 13.8666666667vw;
  height: 12.9333333333vw;
  background: transparent url(../img/works/icon_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -6.4vw;
  right: -7.6vw;
}

.works-title .sec-titile-main::before {
  bottom: 2.6666666667vw;
  left: -4.6666666667vw;
}

.works-title .sec-titile-main::after {
  bottom: 2.6666666667vw;
  right: -4vw;
}

.works-slide {
  margin-top: 6.4vw;
}

#works-slide {
  margin-left: 6.6666666667vw;
  position: relative;
}

.works-swiper--flex {
  width: auto;
  margin-right: 6.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10.6666666667vw;
}

#works-slide .slide-prev,
#works-slide .slide-next {
  display: none;
}

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

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

@media screen and (max-width: 750px) {
  #works-prev,
  #works-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .works-inner {
    padding: 7.6388888889vw 0 3.125vw 0;
    position: relative;
  }
  .works-enText {
    font-size: 5vw;
    color: #423030;
    line-height: 1;
    letter-spacing: 0.08em;
    font-family: "Neonderthaw", cursive;
    font-weight: 400;
    position: absolute;
    top: 9.0277777778vw;
    left: -3.4027777778vw;
  }
  .works-head {
    text-align: center;
  }
  .works-title {
    position: relative;
  }
  .works-title::before {
    content: "";
    width: 7.2222222222vw;
    height: 6.7361111111vw;
    background: transparent url(../img/works/icon.svg) no-repeat center center/100%;
    position: absolute;
    top: -2.0833333333vw;
    right: -9.5138888889vw;
  }
  .works-title .sec-titile-main::before {
    bottom: 1.3888888889vw;
    left: -2.4305555556vw;
  }
  .works-title .sec-titile-main::after {
    bottom: 1.3888888889vw;
    right: -2.0833333333vw;
  }
  .works-slide {
    margin-top: 2.7777777778vw;
  }
  #works-slide {
    margin-left: 0;
    padding: 0 16.7%;
    position: relative;
  }
  .works-swiper--flex {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.3888888889vw;
       -moz-column-gap: 1.3888888889vw;
            column-gap: 1.3888888889vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .works-swiper--flex .works-post {
    width: 31.9444444444vw;
  }
  #works-slide .slide-prev,
  #works-slide .slide-next {
    display: block;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    position: absolute;
    top: 42%;
  }
  #works-slide .slide-prev {
    left: 13.6111111111%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  #works-slide .slide-next {
    right: 13.6111111111%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  #works-pagination {
    margin-top: 2.7777777778vw;
  }
  #works-slide .works-swiper--flex ~ #works-prev,
  #works-slide .works-swiper--flex ~ #works-next {
    display: none;
  }
  .works-btn {
    margin: 4.1666666667vw auto 0 auto;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-inner {
    padding: 110px 0 45px 0;
  }
  .works-enText {
    font-size: 72px;
    top: 130px;
    left: -49px;
  }
  .works-title::before {
    content: "";
    width: 104px;
    height: 97px;
    top: -30px;
    right: -137px;
  }
  .works-title .sec-titile-main::before {
    bottom: -20px;
    left: -35px;
  }
  .works-title .sec-titile-main::after {
    bottom: 20px;
    right: -30px;
  }
  .works-slide {
    margin-top: 40px;
    max-width: 1440px;
    margin-inline: auto;
  }
  #works-slide {
    position: relative;
  }
  .works-swiper--flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .works-swiper--flex .works-post {
    width: 460px;
  }
  #works-slide .slide-prev,
  #works-slide .slide-next {
    display: block;
    width: 50px;
    height: 50px;
  }
  #works-slide .slide-prev {
    position: absolute;
    top: 50%;
    left: 13.6111111111%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  #works-slide .slide-next {
    position: absolute;
    top: 50%;
    right: 13.6111111111%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  #works-pagination {
    margin-top: 40px;
  }
  .works-btn {
    margin: 60px auto 0 auto;
    width: 400px;
  }
}
/*  #plan
-------------------------------------------------------------------------------*/
.plan {
  background-color: #fefefe;
}

.plan-inner {
  padding: 20.8vw 0 0 0;
  position: relative;
}

.plan-enText {
  font-size: 14.4vw;
  color: #423030;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Neonderthaw", cursive;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.17;
}

.plan-head {
  text-align: center;
}

.plan-title {
  position: relative;
  left: 4vw;
}

.plan-title::before {
  content: "";
  width: 10.2666666667vw;
  height: 12.2666666667vw;
  background: transparent url(../img/plan/icon_plan_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 0vw;
  left: -13.3333333333vw;
}

.plan-title .sec-titile-main::before,
.plan-title .sec-titile-main::after {
  display: none;
}

.plan-wrap {
  padding: 0 4vw 16vw 4vw;
  position: relative;
}

.plan-wrap::after {
  content: "";
  width: 100%;
  height: 84.2519685039%;
  background: #e7efee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.plan-list {
  margin-top: 6.9333333333vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4vw;
     -moz-column-gap: 4vw;
          column-gap: 4vw;
  row-gap: 4.8vw;
  position: relative;
}

.plan-item {
  padding-bottom: 1.3333333333vw;
  position: relative;
  z-index: 1;
}

.plan-item::after {
  content: "";
  width: 100%;
  height: 92.8571428571%;
  background: #fefefe;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
}

.plan-item-img {
  width: 90.9090909091%;
  margin-inline: auto;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.plan-ribon {
  width: 100%;
  height: 5.0666666667vw;
  text-align: center;
  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: #de3986;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}

.plan-ribon-text {
  display: block;
  font-size: 3.4666666667vw;
  text-align: center;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
}

.plan-item-img img {
  aspect-ratio: 300/274;
}

.plan-item:nth-child(n+3) .plan-item-img img {
  aspect-ratio: 300/190;
}

.plan-item-icon {
  display: block;
  width: 9.3333333333vw;
  margin: -4vw auto 0 auto;
  position: relative;
  z-index: 1;
}

.plan-item-detail {
  width: 90.9090909091%;
  margin-inline: auto;
  margin-top: 1.0666666667vw;
}

.plan-item-title {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.plan-item-price {
  margin-top: 0.2666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
}

.plan-item-price span {
  display: inline-block;
  margin-right: 1.7333333333vw;
  font-size: 6.4vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .plan-inner {
    padding: 5.7638888889vw 0 0 0;
    position: relative;
  }
  .plan-enText {
    font-size: 5.1388888889vw;
    top: 7.6388888889vw;
    right: 0;
  }
  .plan-head {
    text-align: center;
  }
  .plan-title {
    position: relative;
  }
  .plan-title::before {
    content: "";
    width: 5.3472222222vw;
    height: 6.3888888889vw;
    background: transparent url(../img/plan/icon_plan.svg) no-repeat center center/100%;
    position: absolute;
    top: 0;
    left: -8.2638888889vw;
  }
  .plan-title .sec-titile-main::before,
  .plan-title .sec-titile-main::after {
    display: block;
  }
  .plan-title .sec-titile-main::before {
    bottom: 1.25vw;
    left: -1.3194444444vw;
  }
  .plan-title .sec-titile-main::after {
    bottom: 1.25vw;
    right: -2.4305555556vw;
  }
  .plan-wrap {
    padding: 0 0 5.9722222222vw 0;
    position: relative;
  }
  .plan-wrap::after {
    content: "";
    width: 97.2222222222%;
    height: 80.1886792453%;
    background: #e7efee;
    border-radius: 40px 0 0 40px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .plan-list {
    width: 83.3333333333vw;
    margin-inline: auto;
    margin-top: 2.7777777778vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
    row-gap: 2.7777777778vw;
    position: relative;
  }
  .plan-item {
    padding-bottom: 0.6944444444vw;
    position: relative;
    z-index: 1;
  }
  .plan-item::after {
    content: "";
    width: 100%;
    height: 92.8571428571%;
    background: #fefefe;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: -1;
  }
  .plan-item-img {
    width: 90.9090909091%;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
  }
  .plan-ribon {
    width: 100%;
    height: 2.1527777778vw;
    text-align: center;
    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: #de3986;
    position: absolute;
    top: 1.875vw;
    left: -8.3333333333vw;
    transform: rotate(-31deg) translate(0, 0);
    -webkit-transform: rotate(-31deg) translate(0, 0);
    z-index: 1;
  }
  .plan-ribon-text {
    display: block;
    padding-left: 0.4861111111vw;
    font-size: 1.1111111111vw;
  }
  .plan-item-img img {
    aspect-ratio: 340/300;
  }
  .plan-item:nth-child(1) .plan-item-img img,
  .plan-item:nth-child(2) .plan-item-img img,
  .plan-item:nth-child(3) .plan-item-img img {
    aspect-ratio: 340/300;
  }
  .plan-item:nth-child(n+4) .plan-item-img img {
    aspect-ratio: 340/210;
  }
  .plan-item-body {
    padding: 0.8333333333vw 1.3888888889vw 0.4861111111vw;
    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;
  }
  .plan-item-icon {
    display: block;
    margin: 0;
    margin-top: 0.3472222222vw;
    width: 3.4722222222vw;
  }
  .plan-item-detail {
    width: 18.4027777778vw;
    margin-inline: 0;
    margin-top: 0;
  }
  .plan-item-title {
    font-size: 1.4583333333vw;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .plan-item-price {
    margin-top: 0.1388888889vw;
    margin-left: auto;
    display: block;
    text-align: right;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: bold;
  }
  .plan-item-price span {
    display: inline-block;
    margin-right: 0.9027777778vw;
    font-size: 3.3333333333vw;
    line-height: 1;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-style: italic;
    font-weight: bold;
  }
}
@media screen and (min-width: 1441px) {
  .plan-inner {
    padding: 83px 0 0 0;
  }
  .plan-enText {
    font-size: 74px;
    top: 110px;
    right: 0;
  }
  .plan-title::before {
    content: "";
    width: 77px;
    height: 92px;
    left: -119px;
  }
  .plan-title .sec-titile-main::before {
    bottom: 18px;
    left: -19px;
  }
  .plan-title .sec-titile-main::after {
    bottom: 18px;
    right: -35px;
  }
  .plan-wrap {
    padding: 0 0 86px 0;
  }
  .plan-wrap::after {
    content: "";
    width: 97.2222222222%;
    height: 80.1886792453%;
    background: #e7efee;
    border-radius: 40px 0 0 40px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .plan-list {
    width: 1200px;
    margin-top: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
  .plan-item {
    padding-bottom: 10px;
  }
  .plan-item::after {
    content: "";
    width: 100%;
    height: 92.8571428571%;
    background: #fefefe;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: -1;
  }
  .plan-item-img {
    width: 90.9090909091%;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
  }
  .plan-ribon {
    width: 100%;
    height: 31px;
    top: 27px;
    left: -120px;
  }
  .plan-ribon-text {
    padding-left: 7px;
    font-size: 16px;
  }
  .plan-item-body {
    padding: 12px 20px 7px;
  }
  .plan-item-icon {
    width: 50px;
    margin-top: 5px;
  }
  .plan-item-detail {
    width: 265px;
  }
  .plan-item-title {
    font-size: 21px;
  }
  .plan-item-price {
    margin: 2px;
    font-size: 21px;
  }
  .plan-item-price span {
    margin-right: 13px;
    font-size: 48px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  overflow: hidden;
}

.blog-inner {
  padding-top: 22vw;
  position: relative;
}

.blog-enText {
  display: inline;
  font-size: 14vw;
  color: #423030;
  line-height: 1;
  letter-spacing: 0.065em;
  font-family: "Neonderthaw", cursive;
  position: absolute;
  top: -2vw;
  right: -0.6666666667vw;
  opacity: 0.17;
}

.blog-head {
  text-align: center;
}

.blog-title {
  position: relative;
}

.blog-title::after {
  content: "";
  width: 11.0666666667vw;
  height: 9.3333333333vw;
  background: transparent url(../img/blog/icon_blog_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -7.7333333333vw;
  left: -10.5333333333vw;
}

.blog-body {
  width: 96vw;
  margin-inline: auto;
  margin-top: 6.9333333333vw;
  padding-bottom: 16vw;
  background: #f3f3f3;
  border-radius: 20px;
}

.blog-card {
  padding: 4.8vw 4vw 0 2.6666666667vw;
}

.blog-btn {
  width: 72vw;
  margin-inline: auto;
  margin-top: 8.8vw;
}

@media screen and (min-width: 751px) {
  .blog-inner {
    padding-top: 4.9305555556vw;
  }
  .blog-enText {
    font-size: 5.3472222222vw;
    top: 6.25vw;
    right: 1.0416666667vw;
  }
  .blog-head {
    text-align: center;
  }
  .blog-title::after {
    content: "";
    width: 5.7638888889vw;
    height: 4.8611111111vw;
    background: transparent url(../img/blog/icon_blog.svg) no-repeat center center/100%;
    position: absolute;
    top: auto;
    bottom: -0.5555555556vw;
    left: -10.2083333333vw;
  }
  .blog-body {
    width: 93.0555555556vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 3.8194444444vw;
  }
  .blog-card {
    padding: 3.125vw 4.8611111111vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-btn {
    width: 27.7777777778vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-inner {
    padding-top: 71px;
  }
  .blog-enText {
    font-size: 77px;
    top: 90px;
    right: 15px;
  }
  .blog-title::after {
    width: 83px;
    height: 70px;
    bottom: -8px;
    left: -147px;
  }
  .blog-body {
    width: 1340px;
    margin-top: 30px;
    padding-bottom: 55px;
  }
  .blog-card {
    padding: 45px 70px 0;
  }
  .blog-btn {
    width: 400px;
    margin-top: 32px;
  }
}
/*  #flow
-------------------------------------------------------------------------------*/
.flow {
  padding-top: 15.7333333333vw;
}

.flow-top {
  text-align: center;
}

.flow-title {
  display: inline-block;
  position: relative;
}

.flow-title::before {
  content: "";
  width: 5.6vw;
  height: 7.8666666667vw;
  background: transparent url(../img/flow/icon_beginner.svg) no-repeat center center/100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-title-sub {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.flow-title-main {
  margin-top: 3.2vw;
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.flow-bottom {
  margin-top: 6.4vw;
  padding: 8.1333333333vw 0 16vw;
  background: #f3f3f3;
}

.flow-list {
  width: 90vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4vw;
}

.flow-item {
  padding: 2vw 1.8666666667vw 4vw;
  background: #fefefe;
  border-radius: 26px;
  position: relative;
}

.flow-item-number {
  display: inline-block;
  font-size: 5.6vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 2.2666666667vw;
  left: -2.6666666667vw;
}

.flow-item-number::after {
  content: "";
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  background: #fab66f;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -1.2vw;
}

.flow-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.sub--flow .flow-item-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-item-detail {
  display: contents;
}

.flow-item-head {
  width: 40vw;
  margin-left: 3.3333333333vw;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flow-item-title {
  display: inline-block;
  margin-bottom: 4vw;
  font-size: 5.6vw;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.sub--flow .flow-item-title {
  margin-bottom: 0;
}

.flow-item:nth-child(1) .flow-item-title::before {
  content: "";
  width: 7.2vw;
  height: 5.2vw;
  background: transparent url(../img/flow/icon_contact.svg) no-repeat center center/100%;
  position: absolute;
  top: -9.3333333333vw;
  left: 44%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.flow-item:nth-child(2) .flow-item-title::before {
  content: "";
  width: 9.4666666667vw;
  height: 6.6666666667vw;
  background: transparent url(../img/flow/icon_meeting.svg) no-repeat center center/100%;
  position: absolute;
  top: -9.3333333333vw;
  left: 44%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.flow-item:nth-child(3) .flow-item-title::before {
  content: "";
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background: transparent url(../img/flow/icon_investigation.svg) no-repeat center center/100%;
  position: absolute;
  top: -9.3333333333vw;
  left: 44%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.sub--flow .flow-item-title::before {
  display: none;
}

.flow-item-read {
  width: 100%;
  margin-top: 3.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1;
  font-weight: bold;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.flow-item-read span {
  display: inline-block;
  margin: 0 1.3333333333vw;
  padding: 0.1333333333vw 1.0666666667vw 0.4vw 1.2vw;
  font-size: 3.7333333333vw;
  border: 2px solid #423030;
  border-radius: 18px;
}

.flow-item-area {
  width: 100%;
  margin: 2.1333333333vw 3.0666666667vw 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.3333333333vw;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.flow-item-text {
  font-size: 3.4666666667vw;
  line-height: 1.7692307692;
}

.flow-item-img {
  width: 34.6666666667vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flow-item-img img {
  border-radius: 15px;
}

.flow-btn {
  width: 72vw;
  margin-inline: auto;
  margin-top: 10.2666666667vw;
}

@media screen and (min-width: 751px) {
  .flow {
    padding-top: 6.9444444444vw;
    position: relative;
    overflow: hidden;
  }
  .flow::after {
    content: "";
    width: 90.2777777778vw;
    height: 63.125vw;
    background: #f3f3f3;
    border-radius: 0 20px 20px 0;
    position: absolute;
    bottom: 1.6666666667vw;
    left: 0;
  }
  .flow-inner {
    width: 83.3333333333vw;
    margin-inline: auto;
    padding-bottom: 7.1527777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 11.0416666667vw;
       -moz-column-gap: 11.0416666667vw;
            column-gap: 11.0416666667vw;
    position: relative;
    z-index: 1;
  }
  .flow-inner::before {
    content: "";
    width: 25.0694444444vw;
    height: 35.4861111111vw;
    background: transparent url(../img/flow/message.png) no-repeat center center/100%;
    position: absolute;
    bottom: -10.2083333333vw;
    left: -5.9027777778vw;
    z-index: 1;
  }
  .flow-top {
    width: 13.6111111111vw;
  }
  .flow-title {
    width: 11.1111111111vw;
    height: 37.3611111111vw;
    margin-left: 2.4305555556vw;
    padding: 3.6111111111vw 2.9166666667vw 0 2.9166666667vw;
    text-align: left;
    background: #fefefe;
    border-radius: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .flow-title::before {
    content: "";
    width: 2.9166666667vw;
    height: 4.0972222222vw;
    background: transparent url(../img/flow/icon_beginner.svg) no-repeat center center/100%;
    position: absolute;
    top: -1.1111111111vw;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .flow-title::after {
    content: "";
    width: 0.1388888889vw;
    height: 86.0594795539%;
    background: #423030;
    position: absolute;
    top: 50%;
    right: 1.25vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .flow-title-sub {
    margin-top: 0.4861111111vw;
    margin-left: 0.9027777778vw;
    font-size: 1.6666666667vw;
  }
  .flow-title-main {
    margin-top: 0;
    font-size: 3.1944444444vw;
  }
  .flow-bottom {
    width: 51.3888888889vw;
    margin-top: 0;
    padding: 0;
    background: transparent;
    position: relative;
  }
  .flow-message {
    position: absolute;
    top: -3.125vw;
    right: -4.4444444444vw;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
    z-index: 1;
  }
  .flow-message-text {
    display: inline-block;
    font-size: 1.1111111111vw;
    line-height: 1.3125;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
  }
  .flow-message-text::before {
    content: "";
    width: 1.5277777778vw;
    height: 2.4305555556vw;
    background: transparent url(../img/common/icon_shape-long.svg) no-repeat center center/100%;
    position: absolute;
    top: -0.4166666667vw;
    left: -2.2222222222vw;
    -webkit-transform: rotate3d(1, -8, 1, 180deg);
            transform: rotate3d(1, -8, 1, 180deg);
  }
  .flow-message-text::after {
    content: "";
    width: 1.5277777778vw;
    height: 2.4305555556vw;
    background: transparent url(../img/common/icon_shape-long.svg) no-repeat center center/100%;
    position: absolute;
    top: 0.625vw;
    right: -1.7361111111vw;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  .flow-list {
    width: auto;
    row-gap: 2.0833333333vw;
  }
  .flow-item {
    padding: 1.0416666667vw 0.9027777778vw 1.0416666667vw 1.4583333333vw;
  }
  .flow-item-number {
    font-size: 2.5vw;
    top: 2.1527777778vw;
    left: -5.4861111111vw;
  }
  .flow-item-number::after {
    content: "";
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    background: #fab66f;
    border-radius: 50%;
    position: absolute;
    bottom: 0.1388888889vw;
    right: -1.1111111111vw;
  }
  .flow-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flow-item-detail {
    display: block;
    width: 27.7777777778vw;
  }
  .flow-item-head {
    width: auto;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px dashed #d5d5d5;
  }
  .flow-item-title {
    padding-left: 4.4444444444vw;
    margin-bottom: 0;
    font-size: 2.2222222222vw;
  }
  .sub--flow .flow-item-title {
    padding-left: 0;
  }
  .flow-item:nth-child(1) .flow-item-title::before {
    content: "";
    width: 2.3611111111vw;
    height: 1.6666666667vw;
    background: transparent url(../img/flow/icon_contact.svg) no-repeat center center/100%;
    position: absolute;
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .flow-item:nth-child(2) .flow-item-title::before {
    content: "";
    width: 3.3333333333vw;
    height: 2.3611111111vw;
    background: transparent url(../img/flow/icon_meeting.svg) no-repeat center center/100%;
    position: absolute;
    top: 0.2777777778vw;
    left: 0.1388888889vw;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .flow-item:nth-child(3) .flow-item-title::before {
    content: "";
    width: 2.0833333333vw;
    height: 2.1527777778vw;
    background: transparent url(../img/flow/icon_investigation.svg) no-repeat center center/100%;
    position: absolute;
    top: 0.5555555556vw;
    left: 0.625vw;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .flow-item-read {
    margin-top: 1.7361111111vw;
    font-size: 0.9722222222vw;
  }
  .flow-item-read span {
    margin: 0 0.4861111111vw;
    padding: 0.2777777778vw 1.0416666667vw 0.3472222222vw 0.9027777778vw;
    font-size: 1.1111111111vw;
    border: 1px solid #423030;
    border-radius: 13.5px;
  }
  .flow-item-area {
    margin: 1.1111111111vw 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.6944444444vw;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flow-item-text {
    font-size: 1.1111111111vw;
    line-height: 1.75;
  }
  .flow-item-img {
    width: 18.0555555556vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flow-item-img img {
    border-radius: 15px;
  }
  .flow-btn {
    width: 29.1666666667vw;
    margin: 2.5vw 0 0 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    padding-top: 100px;
  }
  .flow::after {
    width: 90.2777777778%;
    height: 909px;
    bottom: 24px;
    left: 0;
  }
  .flow-inner {
    width: 1200px;
    padding-bottom: 103px;
    -webkit-column-gap: 159px;
       -moz-column-gap: 159px;
            column-gap: 159px;
  }
  .flow-inner::before {
    width: 361px;
    height: 511px;
    bottom: -137px;
    left: -85px;
  }
  .flow-top {
    width: 196px;
  }
  .flow-title {
    width: 160px;
    height: 538px;
    margin-left: 35px;
    padding: 52px 42px 0 42px;
  }
  .flow-title::before {
    width: 42px;
    height: 59px;
    top: -16px;
  }
  .flow-title::after {
    width: 2px;
    height: 86.0594795539%;
    right: 18px;
  }
  .flow-title-sub {
    margin-top: 7px;
    margin-left: 13px;
    font-size: 24px;
  }
  .flow-title-main {
    font-size: 46px;
  }
  .flow-bottom {
    width: 740px;
  }
  .flow-message {
    top: -45px;
    right: -64px;
  }
  .flow-message-text {
    font-size: 16px;
  }
  .flow-message-text::before {
    width: 22px;
    height: 35px;
    top: -6px;
    left: -32px;
    -webkit-transform: rotate3d(1, -8, 1, 180deg);
            transform: rotate3d(1, -8, 1, 180deg);
  }
  .flow-message-text::after {
    width: 22px;
    height: 35px;
    top: 9px;
    right: -25px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  .flow-list {
    row-gap: 30px;
  }
  .flow-item {
    padding: 15px 13px 15px 21px;
  }
  .flow-item-number {
    font-size: 36px;
    top: 31px;
    left: -79px;
  }
  .flow-item-number::after {
    width: 8px;
    height: 8px;
    bottom: 2px;
    right: -16px;
  }
  .flow-item-detail {
    width: 400px;
  }
  .flow-item-title {
    padding-left: 64px;
    font-size: 32px;
  }
  .flow-item:nth-child(1) .flow-item-title::before {
    width: 34px;
    height: 24px;
    top: 10px;
    left: 10px;
  }
  .flow-item:nth-child(2) .flow-item-title::before {
    width: 48px;
    height: 34px;
    top: 4px;
    left: 2px;
  }
  .flow-item:nth-child(3) .flow-item-title::before {
    width: 30px;
    height: 31px;
    top: 8px;
    left: 9px;
  }
  .flow-item-read {
    margin-top: 25px;
    font-size: 14px;
  }
  .flow-item-read span {
    margin: 0 7px;
    padding: 4px 15px 5px 13px;
    font-size: 16px;
  }
  .flow-item-area {
    margin: 16px 0 0;
    row-gap: 10px;
  }
  .flow-item-text {
    font-size: 16px;
  }
  .flow-item-img {
    width: 260px;
  }
  .flow-btn {
    width: 420px;
    margin: 36px 0 0 90px;
  }
}
.sub--flow {
  padding: 10.6666666667vw 0;
  position: relative;
}

.sub--flow::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
}

.sub--flow .sec-in {
  position: relative;
  z-index: 1;
}

.sub--flow .flow {
  padding-top: 6vw;
}

.sub--flow .flow::before,
.sub--flow .flow::after {
  display: none;
}

@media screen and (min-width: 751px) {
  .sub--flow {
    padding: 5.5555555556vw 0;
    position: relative;
  }
  .sub--flow .flow {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sub--flow .flow-list {
    width: 51.3888888889vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1441px) {
  .sub--flow {
    padding: 80px 0;
    position: relative;
  }
  .sub--flow .flow {
    padding-top: 0;
  }
  .sub--flow .flow-list {
    width: 740px;
  }
}
/*  #message
-------------------------------------------------------------------------------*/
.message {
  padding-top: 12.2666666667vw;
  padding-bottom: 8.5333333333vw;
}

.message-inner {
  width: 96vw;
  margin-inline: auto;
}

.message-img img {
  border-radius: 30px;
}

.message-en {
  margin-top: -4vw;
  font-size: 12.164vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Caveat", cursive;
  font-weight: 600;
  position: relative;
}

.message-en span {
  display: inline-block;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  position: relative;
}

.message-en span.message-en-02 {
  display: block;
  margin-top: -6vw;
  margin-left: 18.9333333333vw;
}

.message-en span.message-en-01::after {
  content: "";
  width: 38.9333333333vw;
  height: 9.0666666667vw;
  background: transparent url(../img/message/bg_shape01_sp.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -2.5333333333vw;
  right: -6.6666666667vw;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: -1;
}

.message-en span.message-en-02::after {
  content: "";
  width: 43.8666666667vw;
  height: 13.7333333333vw;
  background: transparent url(../img/message/bg_shape02_sp.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -2.2666666667vw;
  left: -1.4666666667vw;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: -1;
}

.message-read {
  width: 84vw;
  margin-inline: auto;
  margin-top: 6.9333333333vw;
  font-size: 5.6vw;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.message-detail {
  width: 84vw;
  margin-inline: auto;
  margin-top: 4vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.3333333333vw;
}

.message-text {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-weight: 500;
}

.message-area {
  margin-top: 5.6vw;
}

.message-area-name {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}

.message-area-name span {
  display: inline-block;
  margin-left: 2.2666666667vw;
}

.message-btn {
  width: 72vw;
  margin-inline: auto;
  margin-top: 2.9333333333vw;
}

.message-bottom {
  margin-top: 16vw;
}

.message-bottom-map iframe {
  display: block;
  width: 85.3333333333vw;
  height: 42.6666666667vw;
  margin-inline: auto;
  border-radius: 20px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.message-bottom-detail {
  width: 85.0666666667vw;
  margin-inline: auto;
  margin-top: 12.2666666667vw;
  padding: 6.6666666667vw 0 4vw;
  border: 1px solid #423030;
  border-radius: 26px;
  position: relative;
}

.message-bottom-detail::before {
  content: "";
  width: 22.2666666667vw;
  height: 22.2666666667vw;
  background: #fefefe;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.message-bottom-icon {
  width: 19.3333333333vw;
  position: absolute;
  top: -8vw;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.message-bottom-company {
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}

.message-bottom-access {
  margin-top: 1.8666666667vw;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 751px) {
  .message {
    padding-top: 6.1111111111vw;
    padding-bottom: 3.6805555556vw;
  }
  .message-inner {
    width: 83.3333333333vw;
  }
  .message-img {
    width: 61.8055555556vw;
    margin-left: auto;
  }
  .message-wrap {
    margin-top: -18.8888888889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .message-box {
    width: 44.4444444444vw;
    margin-right: auto;
    padding: 4.1666666667vw 0 0 0;
    background: #fefefe;
    border-radius: 0 30px 30px 0;
    position: relative;
  }
  .message-en {
    margin-top: 0;
    font-size: 4.1666666667vw;
    position: absolute;
    top: -4.6527777778vw;
    left: -0.4166666667vw;
  }
  .message-en span {
    display: inline-block;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    position: relative;
  }
  .message-en span.message-en-02 {
    margin-top: -1.3888888889vw;
    margin-left: 5.9027777778vw;
  }
  .message-en span.message-en-01::after {
    content: "";
    width: 13.4722222222vw;
    height: 3.0555555556vw;
    background: transparent url(../img/message/bg_shape01.svg) no-repeat center center/100%;
    position: absolute;
    bottom: -1.3194444444vw;
    right: -3.4722222222vw;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    z-index: -1;
  }
  .message-en span.message-en-02::after {
    content: "";
    width: 15vw;
    height: 4.7222222222vw;
    background: transparent url(../img/message/bg_shape02.svg) no-repeat center center/100%;
    position: absolute;
    bottom: -1.1805555556vw;
    left: -0.7638888889vw;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    z-index: -1;
  }
  .message-read {
    width: auto;
    margin-left: 6.9444444444vw;
    margin-top: 0;
    font-size: 2.0833333333vw;
    line-height: 1.7;
  }
  .message-detail {
    width: 34.0277777778vw;
    margin-left: 6.8055555556vw;
    margin-top: 2.6388888889vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.1111111111vw;
  }
  .message-text {
    font-size: 1.1111111111vw;
    line-height: 1.875;
  }
  .message-area {
    width: 34.5833333333vw;
    margin-top: 0;
    margin-bottom: -1.7361111111vw;
  }
  .message-area-ceo {
    margin-left: 4.8611111111vw;
    padding-left: 2.7777777778vw;
    padding-bottom: 0.4861111111vw;
    position: relative;
  }
  .message-area-ceo::before {
    content: "";
    width: 0.1388888889vw;
    height: 4.7916666667vw;
    background: #423030;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .message-area-name {
    font-size: 1.1111111111vw;
    text-align: left;
    line-height: 1.8;
    font-weight: 500;
  }
  .message-area-name span {
    margin-left: 1.1805555556vw;
  }
  .message-btn {
    width: 26.3888888889vw;
    margin-left: 0;
    margin-right: auto;
    margin-top: 1.5277777778vw;
  }
  .message-bottom {
    margin-top: 6.7361111111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 3.5416666667vw;
       -moz-column-gap: 3.5416666667vw;
            column-gap: 3.5416666667vw;
  }
  .message-bottom-map {
    width: 44.4444444444vw;
  }
  .message-bottom-map iframe {
    display: block;
    width: 100%;
    height: 22.2222222222vw;
  }
  .message-bottom-detail {
    width: 28.4722222222vw;
    margin-top: 5.5555555556vw;
    margin-left: 0;
    padding: 4.1666666667vw 0 2.6388888889vw;
  }
  .message-bottom-detail::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .message-bottom-icon {
    width: 6.6666666667vw;
    position: absolute;
    top: -3.4722222222vw;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .message-bottom-company {
    font-size: 1.4583333333vw;
  }
  .message-bottom-access {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .message {
    padding-top: 88px;
    padding-bottom: 53px;
  }
  .message-inner {
    width: 1200px;
  }
  .message-img {
    width: 890px;
  }
  .message-wrap {
    margin-top: -272px;
  }
  .message-box {
    width: 640px;
    padding: 60px 0 0 0;
  }
  .message-en {
    margin-top: 0;
    font-size: 60px;
    top: -67px;
    left: -6px;
  }
  .message-en span.message-en-02 {
    margin-top: -20px;
    margin-left: 85px;
  }
  .message-en span.message-en-01::after {
    width: 194px;
    height: 44px;
    bottom: -19px;
    right: -50px;
  }
  .message-en span.message-en-02::after {
    width: 216px;
    height: 68px;
    bottom: -17px;
    left: -11px;
  }
  .message-read {
    margin-left: 100px;
    font-size: 30px;
  }
  .message-detail {
    width: 490px;
    margin-left: 98px;
    margin-top: 38px;
    row-gap: 16px;
  }
  .message-text {
    font-size: 16px;
  }
  .message-area {
    width: 498px;
    margin-bottom: -25px;
  }
  .message-area-ceo {
    margin-left: 70px;
    padding-left: 40px;
    padding-bottom: 7px;
  }
  .message-area-ceo::before {
    width: 2px;
    height: 69px;
  }
  .message-area-name {
    font-size: 16px;
  }
  .message-area-name span {
    margin-left: 17px;
  }
  .message-btn {
    width: 380px;
    margin-top: 22px;
  }
  .message-bottom {
    margin-top: 97px;
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
  }
  .message-bottom-map {
    width: 640px;
  }
  .message-bottom-map iframe {
    display: block;
    width: 100%;
    height: 320px;
  }
  .message-bottom-detail {
    width: 410px;
    margin-top: 80px;
    padding: 60px 0 38px;
  }
  .message-bottom-detail::before {
    width: 60px;
    height: 60px;
  }
  .message-bottom-icon {
    width: 96px;
    top: -50px;
  }
  .message-bottom-company {
    font-size: 21px;
  }
  .message-bottom-access {
    margin-top: 20px;
    font-size: 16px;
  }
}
/*  #problem
-------------------------------------------------------------------------------*/
.sec--problem {
  padding: 8vw 0 12vw 0;
  background-color: #f3f2e1;
}
.sec--problem:before, .sec--problem:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--problem:before {
  top: 12vw;
  left: 0;
  width: 23.3333333333vw;
  height: 34.8vw;
  background-image: url(../img/problem/feather-l.svg);
}
.sec--problem:after {
  right: 0;
  bottom: 5.3333333333vw;
  width: 40.2666666667vw;
  height: 23.6vw;
  background-image: url(../img/problem/feather-r.svg);
}

.problem {
  position: relative;
  padding: 0 4.9333333333vw 4.6666666667vw 4.9333333333vw;
  background-color: #fefefe;
  border-radius: 2vw;
  z-index: 1;
}
.problem:before {
  content: "";
  position: absolute;
  top: -11.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 68.6666666667vw;
  height: 18vw;
  background-image: url(../img/problem/circle_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.problem:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6vw 4vw 0 4vw;
  border-color: #fefefe transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem-ttl {
  position: relative;
  top: -8vw;
  margin: 0 auto -3.3333333333vw auto;
  width: 72vw;
  color: #84b8b5;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
.problem-ttl span {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 6.6666666667vw;
  line-height: 1.3em;
}
.problem-ttl:before, .problem-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 8.2666666667vw;
  height: 11.3333333333vw;
  background-image: url(../img/problem/slash_sp.svg);
  background-size: contain;
}
.problem-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.problem-ttl:after {
  right: 0;
}

.problem-check > ul > li {
  position: relative;
  padding-left: 8vw;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}
.problem-check > ul > li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff7c0));
  background: linear-gradient(transparent 70%, #fff7c0 70%);
  color: #84b8b5;
  font-weight: 700;
}
.problem-check > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/problem/check.svg);
  background-size: contain;
}

.problem-check > ul > li:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}

.problem-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.6666666667vw;
}

.problem-image > li {
  width: 33.33333%;
}

@media screen and (max-width: 750px) {
  .problem-check > ul:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  .problem-image > li:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--problem {
    padding: 4.1666666667vw 0 5.5555555556vw 0;
  }
  .sec--problem:before {
    top: 2.0833333333vw;
    width: 11.3194444444vw;
    height: 16.875vw;
  }
  .sec--problem:after {
    bottom: 4.5138888889vw;
    width: 19.4444444444vw;
    height: 11.3888888889vw;
  }
  .problem {
    padding: 0 1.7361111111vw 1.7361111111vw 2.4305555556vw;
    border-radius: 0.6944444444vw;
  }
  .problem:before {
    top: -5.9027777778vw;
    width: 59.0277777778vw;
    height: 9.375vw;
    background-image: url(../img/problem/circle.svg);
  }
  .problem:after {
    border-width: 2.7777777778vw 1.875vw 0 1.875vw;
  }
  .problem-ttl {
    top: -3.125vw;
    margin: 0 auto -1.0416666667vw auto;
    width: 45.8333333333vw;
    font-size: 1.6666666667vw;
    line-height: 1.85em;
  }
  .problem-ttl span {
    font-size: 2.5vw;
  }
  .problem-ttl:before, .problem-ttl:after {
    width: 2.8472222222vw;
    height: 3.9583333333vw;
    background-image: url(../img/problem/slash.svg);
  }
  .problem-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .problem-check > ul {
    padding-right: 1.7361111111vw;
    width: 50%;
  }
  .problem-check > ul > li {
    padding-left: 2.7777777778vw;
    font-size: 1.25vw;
  }
  .problem-check > ul > li:before {
    top: -0.1em;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .problem-check > ul > li:nth-child(n+2) {
    margin-top: 0.6944444444vw;
  }
  .problem-image {
    margin-top: 2.0833333333vw;
  }
  .problem-image > li {
    width: 25%;
  }
}
@media screen and (min-width: 1441px) {
  .sec--problem {
    padding: 60px 0 80px 0;
  }
  .sec--problem:before {
    top: 30px;
    width: 163px;
    height: 243px;
  }
  .sec--problem:after {
    bottom: 65px;
    width: 280px;
    height: 164px;
  }
  .problem {
    padding: 0 25px 25px 35px;
    border-radius: 10px;
  }
  .problem:before {
    top: -85px;
    width: 850px;
    height: 135px;
  }
  .problem:after {
    border-width: 40px 27px 0 27px;
  }
  .problem-ttl {
    top: -45px;
    margin: 0 auto -15px auto;
    width: 660px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .problem-ttl span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .problem-ttl:before, .problem-ttl:after {
    width: 41px;
    height: 57px;
  }
  .problem-check > ul {
    padding-right: 25px;
  }
  .problem-check > ul > li {
    padding-left: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .problem-check > ul > li:before {
    width: 30px;
    height: 30px;
  }
  .problem-check > ul > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .problem-image {
    margin-top: 30px;
  }
  .problem-image > li {
    width: 25%;
  }
}
/*  #about
-------------------------------------------------------------------------------*/
.about {
  padding-top: 5.7333333333vw;
  padding-bottom: 12vw;
  background: #fefefe;
}

.about::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 13.3333333333vw solid #fefefe;
  border-top: 0;
  position: absolute;
  top: -13.3333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}

.about_head {
  text-align: center;
  position: relative;
}

.about-title {
  display: inline-block;
}

.about-sub {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.about-sub::before {
  content: "";
  width: 22.4vw;
  height: 13.4666666667vw;
  background: transparent url(../img/about/icon_about_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -12.6666666667vw;
  left: -3.4666666667vw;
  z-index: 1;
}

.about-sub::after {
  content: "";
  width: 11.0666666667vw;
  height: 13.2vw;
  background: transparent url(../img/about/icon_hadano_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -11.2vw;
  right: -1.0666666667vw;
  z-index: 1;
}

.about-sub span {
  display: inline-block;
  margin-left: 2vw;
  font-size: 3.2vw;
  line-height: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.about-main {
  margin-top: 2.1333333333vw;
  font-size: 7.2vw;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.about-main span {
  display: inline-block;
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  position: relative;
}

.about-main span::before {
  content: "キコリ";
  display: block;
  width: 110%;
  font-size: 2.6666666667vw;
  line-height: 1;
  letter-spacing: 2.8em;
  font-weight: bold;
  position: absolute;
  top: -2.6666666667vw;
  left: 2vw;
}

.about-body {
  margin-top: 11.2vw;
}

.about-wrap {
  position: relative;
}

.about-enText {
  display: inline-block;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Caveat", cursive;
  font-weight: 400;
  position: absolute;
  top: -12.9333333333vw;
  right: 14.9333333333vw;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.about-enText::after {
  content: "";
  width: 36.6666666667vw;
  height: 5.8666666667vw;
  background: transparent url(../img/about/bg_shape.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -3.2vw;
  right: -4vw;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: -1;
}

.about_detail {
  width: 83.4666666667vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.2vw;
}

.about_text {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-weight: 500;
}

.about_mainimg {
  width: 85.3333333333vw;
  margin-inline: auto;
  margin-top: 3.0666666667vw;
  position: relative;
}

.about_mainimg::after {
  content: "";
  width: 39.3333333333vw;
  height: 30.8vw;
  background: transparent url(../img/about/img_slide01.png) no-repeat center center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about-slider {
  margin-top: 0.6666666667vw;
}

.about-slide--01 {
  display: none;
}

.about-slide--01 img {
  aspect-ratio: 280/210;
}

.about-slide--02 {
  width: 32vw;
  margin-top: 18.6666666667vw;
}

.about-slide--02 img {
  aspect-ratio: 240/160;
}

.about-slide--03 {
  width: 34.6666666667vw;
  margin-top: 7.3333333333vw;
}

.about-slide--03 img {
  aspect-ratio: 260/210;
}

.about-slide--04 {
  width: 30.6666666667vw;
  margin-top: 14.2666666667vw;
}

.about-slide--04 img {
  aspect-ratio: 230/160;
}

.about-slide--05 {
  width: 34.6666666667vw;
  margin-top: 7.3333333333vw;
}

.about-slide--05 img {
  aspect-ratio: 260/210;
}

.about-bottom {
  width: 93.3333333333vw;
  margin-inline: auto;
  margin-top: 10.6666666667vw;
}

.about_box {
  padding: 7.4666666667vw 4.1333333333vw 5.3333333333vw;
  border: 2px solid #423030;
  border-radius: 20px;
  position: relative;
}

.about_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6vw solid transparent;
  border-left: 6vw solid transparent;
  border-top: 2.4vw solid #fab66f;
  border-bottom: 0;
  position: absolute;
  bottom: -8vw;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.about_box_logo {
  display: block;
  width: 23.8666666667vw;
  margin-inline: auto;
}

.about_box_detail {
  margin-top: 3.0666666667vw;
}

.about_box_read {
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
}

.about_box_read span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.about_box_text {
  width: 82vw;
  margin-inline: auto;
  margin-top: 2.4vw;
  font-size: 3.4666666667vw;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .about {
    padding-top: 4.5138888889vw;
    padding-bottom: 2.3611111111vw;
  }
  .about::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-bottom: 11.1111111111vw solid #fefefe;
    border-top: 0;
    position: absolute;
    top: -6.9444444444vw;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 1;
  }
  .about_head {
    text-align: center;
    position: relative;
  }
  .about-title {
    display: inline-block;
  }
  .about-sub {
    font-size: 1.6666666667vw;
  }
  .about-sub::before {
    content: "";
    width: 11.6666666667vw;
    height: 7.0138888889vw;
    background: transparent url(../img/about/icon_about.svg) no-repeat center center/100%;
    top: -4.7222222222vw;
    left: 4.5138888889vw;
    z-index: 1;
  }
  .about-sub::after {
    content: "";
    width: 5.7638888889vw;
    height: 6.875vw;
    background: transparent url(../img/about/icon_hadano.svg) no-repeat center center/100%;
    position: absolute;
    top: -5.5555555556vw;
    right: 6.5972222222vw;
    z-index: 1;
  }
  .about-sub span {
    font-size: 1.6666666667vw;
  }
  .about-main {
    margin-top: 1.1111111111vw;
    font-size: 3.6111111111vw;
  }
  .about-main span {
    font-size: 3.6111111111vw;
  }
  .about-main span::before {
    font-size: 1.1111111111vw;
    top: -1.3888888889vw;
    left: 1.0416666667vw;
  }
  .about-body {
    margin-top: 1.1805555556vw;
    position: relative;
  }
  .about-wrap {
    width: 86.1111111111vw;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 4.0277777778vw;
       -moz-column-gap: 4.0277777778vw;
            column-gap: 4.0277777778vw;
    position: relative;
  }
  .about-enText {
    display: inline-block;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-family: "Caveat", cursive;
    font-weight: 400;
    position: absolute;
    top: -2.0833333333vw;
    right: 5.5555555556vw;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .about-enText::after {
    content: "";
    width: 19.0972222222vw;
    height: 3.0555555556vw;
    background: transparent url(../img/about/bg_shape.svg) no-repeat center center/100%;
    position: absolute;
    bottom: -1.6666666667vw;
    right: -2.0833333333vw;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    z-index: -1;
  }
  .about_detail {
    width: 29.1666666667vw;
    margin-inline: 0;
    margin-top: 4.6527777778vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.3888888889vw;
  }
  .about_text {
    font-size: 1.1111111111vw;
    line-height: 2;
    font-weight: 500;
  }
  .about-swiper {
    width: 68.1944444444%;
    margin-left: auto;
  }
  .about_mainimg {
    width: 44.4444444444vw;
    margin: 0;
  }
  .about_mainimg::after {
    display: none;
  }
  .swiper-container {
    width: 100%;
    /* コンテナ幅を100%に設定 */
    overflow: hidden;
    /* スライド外の部分を隠す */
  }
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    /* スムーズな移動 */
    will-change: transform;
    /* パフォーマンス向上 */
  }
  .about-slider {
    width: 68.1944444444vw;
    margin-left: auto;
    margin-top: -21.5277777778vw;
    padding-top: 0;
    overflow: hidden;
  }
  .about-wrapper {
    width: 68.1944444444vw;
    width: auto;
  }
  .about-slide--01 {
    display: block;
    width: 20.1388888889vw;
    margin-top: 4.1666666667vw;
    position: static;
    top: auto;
    left: auto;
    width: auto;
  }
  .about-slide--01 img {
    aspect-ratio: 280/210;
  }
  .about-slide--02 {
    width: 16.6666666667vw;
    margin-top: 9.375vw;
    width: auto;
  }
  .about-slide--02 img {
    aspect-ratio: 240/160;
  }
  .about-slide--03 {
    width: 18.0555555556vw;
    margin-top: 3.4722222222vw;
    width: auto;
  }
  .about-slide--03 img {
    aspect-ratio: 260/210;
  }
  .about-slide--04 {
    width: 15.9722222222vw;
    margin-top: 6.9444444444vw;
    width: auto;
  }
  .about-slide--04 img {
    aspect-ratio: 230/160;
  }
  .about-slide--05 {
    width: 18.0555555556vw;
    margin-top: 3.4722222222vw;
    width: auto;
  }
  .about-slide--05 img {
    aspect-ratio: 260/210;
  }
  .about-bottom {
    width: 69.4444444444vw;
    margin-inline: auto;
    margin-top: 4.1666666667vw;
  }
  .about_box {
    padding: 1.8055555556vw 2.5vw 1.6666666667vw 4.0972222222vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
    border: 1px solid #423030;
  }
  .about_box::after {
    border-right: 2.2916666667vw solid transparent;
    border-left: 2.2916666667vw solid transparent;
    border-top: 0.9027777778vw solid #fab66f;
    bottom: -2.9166666667vw;
  }
  .about_box_logo {
    display: block;
    width: 7.9166666667vw;
    margin-inline: 0;
  }
  .about_box_detail {
    width: 51.1111111111vw;
    margin-top: 0;
  }
  .about_box_read {
    font-size: 1.6666666667vw;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .about_box_read span {
    font-size: 1.6666666667vw;
    letter-spacing: 0.1em;
  }
  .about_box_text {
    width: auto;
    margin-inline: 0;
    margin-top: 0.4166666667vw;
    font-size: 1.1111111111vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1441px) {
  .about {
    padding-top: 65px;
    padding-bottom: 34px;
  }
  .about::before {
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-bottom: 160px solid #fefefe;
    border-top: 0;
    top: -100px;
  }
  .about-sub {
    font-size: 24px;
  }
  .about-sub::before {
    width: 168px;
    height: 101px;
    top: -68px;
    left: 65px;
  }
  .about-sub::after {
    width: 83px;
    height: 99px;
    top: -80px;
    right: 95px;
  }
  .about-sub span {
    font-size: 24px;
  }
  .about-main {
    margin-top: 16px;
    font-size: 52px;
  }
  .about-main span {
    font-size: 52px;
  }
  .about-main span::before {
    font-size: 16px;
    top: -20px;
    left: 15px;
  }
  .about-body {
    margin-top: 17px;
    padding-bottom: 6vw;
  }
  .about-wrap {
    width: 1240px;
    -webkit-column-gap: 58px;
       -moz-column-gap: 58px;
            column-gap: 58px;
  }
  .about-enText {
    font-size: 48px;
    top: -30px;
    right: 80px;
  }
  .about-enText::after {
    width: 275px;
    height: 44px;
    bottom: -24px;
    right: -30px;
  }
  .about_detail {
    width: 420px;
    margin-top: 67px;
    row-gap: 20px;
  }
  .about_text {
    font-size: 16px;
  }
  .about_mainimg {
    width: 640px;
  }
  .about-slider {
    width: 982px;
    width: 68.1944444444%;
    margin-top: -200px;
  }
  .about-slide--01 {
    width: 290px;
    width: 29.5315682281%;
  }
  .about-slide--02 {
    width: 240px;
    width: 24.4399185336%;
  }
  .about-slide--03 {
    width: 260px;
    width: 26.4765784114%;
    margin-top: -20px;
  }
  .about-slide--04 {
    width: 230px;
    width: 23.4215885947%;
    margin-top: 30px;
  }
  .about-slide--05 {
    width: 260px;
    width: 26.4765784114%;
    margin-top: -20px;
  }
  .about-bottom {
    width: 1000px;
    margin-top: 60px;
  }
  .about_box {
    padding: 26px 36px 24px 59px;
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
  .about_box::after {
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    border-top: 13px solid #fab66f;
    bottom: -42px;
  }
  .about_box_logo {
    width: 114px;
  }
  .about_box_detail {
    width: 736px;
  }
  .about_box_read {
    font-size: 24px;
  }
  .about_box_read span {
    font-size: 24px;
  }
  .about_box_text {
    margin-top: 6px;
    font-size: 16px;
  }
}
/*  #mv
-------------------------------------------------------------------------------*/
.mv {
  padding-top: 3.0666666667vw;
  padding-bottom: 24.1333333333vw;
  background: #e7efee;
}

.mv-inner {
  position: relative;
}

.mv-top {
  position: relative;
}

.mv-question {
  min-height: 68.4vw;
  padding: 3.6vw 0.9333333333vw 2vw;
  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;
  background: #fefefe;
  border-radius: 23px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 4.9333333333vw;
  right: 3.0666666667vw;
  z-index: 3;
}

.mv-question::before {
  content: "";
  width: 2.6666666667vw;
  height: 2.2666666667vw;
  background: transparent url(../img/mv/icon_question_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 1.3333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.mv-question::after {
  content: "";
  width: 3.0666666667vw;
  height: 2.9333333333vw;
  background: transparent url(../img/mv/arrow_white_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 3.0666666667vw;
  left: -2.8vw;
}

.mv-question-text {
  display: block;
  font-size: 3.4666666667vw;
  line-height: 1.2307692308;
  letter-spacing: -0.3em;
  font-weight: bold;
  position: relative;
}

_::-webkit-full-page-media, _:future, .mv-question-text {
  letter-spacing: 0;
}

.p-mv-slider {
  width: 93.3333333333vw;
  overflow: hidden;
}

.p-mv-slider .slide-prev,
.p-mv-slider .slide-next {
  display: none;
}

#mv-pagination {
  display: none;
}

.mv-img {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

.mv-bottom {
  width: 92vw;
  margin: -4vw auto 0 auto;
  background: #fefefe;
  border-radius: 40px;
  position: relative;
  z-index: 3;
}

.mv-wrap {
  padding: 5.3333333333vw 0 4.2666666667vw 0;
}

.mv-head {
  width: 77.3333333333vw;
  margin-inline: auto;
  background: transparent url(../img/mv/fig_underline_sp.png) no-repeat bottom center/100%;
}

.mv-read {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
}

.mv-read::before {
  content: "";
  width: 5.0666666667vw;
  height: 5.4666666667vw;
  background: transparent url(../img/mv/icon_leaf01_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: -4.5333333333vw;
  left: 3.2vw;
}

.mv-read::after {
  content: "";
  width: 5.6vw;
  height: 4.4vw;
  background: transparent url(../img/mv/icon_leaf02_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 2.4vw;
  right: 0;
}

.mv-text {
  width: 61.3333333333vw;
  margin-inline: auto;
  font-size: 7.4666666667vw;
  line-height: 1.4;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
}

.mv-text:after {
  content: "";
  width: 12.2666666667vw;
  height: 10.9333333333vw;
  background: transparent url(../img/mv/icon_tool_sp.svg) no-repeat center center/100%;
  position: absolute;
  top: 2.6666666667vw;
  right: -4.2666666667vw;
}

.mv-text span {
  display: block;
  margin-right: 6.4vw;
  text-align: right;
}

.mv-body {
  width: 85.3333333333vw;
  margin-inline: auto;
}

.mv-area {
  margin-top: 4.5333333333vw;
}

.mv-btn {
  height: 16vw;
}

.mv-btn-link {
  height: 100%;
  padding: 0 5.3333333333vw 0 13.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec8b24), color-stop(50%, #ec8b24), color-stop(50%, #e4821a), to(#e4821a));
  background: linear-gradient(180deg, #ec8b24 0%, #ec8b24 50%, #e4821a 50%, #e4821a 100%);
  border-radius: 58px;
  position: relative;
  overflow: hidden;
}

.mv-btn-link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.0666666667vw solid transparent;
  border-bottom: 1.0666666667vw solid transparent;
  border-left: 1.8666666667vw solid #221815;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}

.mv-btn-link::after {
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: #fefefe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.4vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.mv-btn-ribon {
  width: 29.3333333333vw;
  height: 4.8vw;
  background: #de3986;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2vw;
  left: -5.3333333333vw;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 1;
}

.mv-btn-ribonText {
  padding-left: 6.6666666667vw;
  font-size: 2.9333333333vw;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
}

.mv-btn-icon {
  width: 9.8666666667vw;
  height: 9.8666666667vw;
  margin-right: 5.3333333333vw;
  border-radius: 50%;
  background: #fefefe;
  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;
}

.mv-btn-icon img {
  width: 6.6666666667vw;
}

.mv-btn-text {
  display: inline-block;
  margin-top: -1.3333333333vw;
  font-size: 5.6vw;
  text-align: center;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
}

.mv-btn-text span {
  display: block;
  margin-bottom: 1.3333333333vw;
  font-size: 2.6666666667vw;
  text-align: center;
  color: #fefefe;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .mv {
    margin-top: 10.4166666667vw;
    padding-top: 0;
    padding-bottom: 6.9444444444vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(24.3%, #fefefe), color-stop(24.3%, #e7efee), to(#e7efee));
    background: linear-gradient(180deg, #fefefe 0%, #fefefe 24.3%, #e7efee 24.3%, #e7efee 100%);
  }
  .mv-inner {
    width: 96.9444444444vw;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .mv-top {
    width: 64.0277777778vw;
    margin-right: 0;
    position: relative;
  }
  .mv-question {
    height: auto;
    min-height: auto;
    padding: 1.875vw 0.4861111111vw 1.0416666667vw;
    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;
    background: #fefefe;
    border-radius: 23px;
    position: absolute;
    top: 2.5694444444vw;
    right: 1.5972222222vw;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .mv-question::before {
    content: "";
    width: 1.3888888889vw;
    height: 1.1805555556vw;
    background: transparent url(../img/mv/icon_question_sp.svg) no-repeat center center/100%;
    position: absolute;
    top: 0.6944444444vw;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .mv-question::after {
    content: "";
    width: 1.5972222222vw;
    height: 1.5277777778vw;
    background: transparent url(../img/mv/arrow_white_sp.svg) no-repeat center center/100%;
    position: absolute;
    top: 1.5972222222vw;
    left: -1.4583333333vw;
  }
  .mv-question-text {
    display: block;
    font-size: 1.25vw;
    line-height: 1.7777777778;
    letter-spacing: -0.3em;
    font-weight: bold;
    position: relative;
  }
  _::-webkit-full-page-media, _:future, .mv-question-text {
    letter-spacing: 0;
  }
  .p-mv-slider {
    width: 61.8055555556vw;
    overflow: hidden;
  }
  .p-mv-slider .slide-prev,
  .p-mv-slider .slide-next {
    display: block;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    position: absolute;
    top: auto;
    bottom: -3.125vw;
  }
  .p-mv-slider .slide-prev {
    right: 26.0416666667%;
  }
  .p-mv-slider .slide-next {
    right: 7.2916666667%;
  }
  #mv-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.9444444444vw;
    position: absolute;
    bottom: -1.1805555556vw;
    right: 13.1944444444%;
    left: auto;
  }
  #mv-pagination.slide-pagination .swiper-pagination-bullet {
    margin: 0 0.4513888889vw !important;
  }
  .mv-img {
    border-radius: 30px;
    overflow: hidden;
  }
  .mv-img img {
    aspect-ratio: 890/640;
  }
  .mv-bottom {
    width: 37.9861111111vw;
    margin: 1.3888888889vw auto 0 auto;
    background: #fefefe;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .mv-wrap {
    padding: 3.4722222222vw 0 4.8611111111vw 0;
  }
  .mv-head {
    width: 33.9583333333vw;
    margin-inline: auto;
    padding-bottom: 2.0833333333vw;
    background: transparent url(../img/mv/fig_underline.png) no-repeat bottom center/100%;
  }
  .mv-read {
    margin-left: 2.3611111111vw;
    font-size: 1.4583333333vw;
    text-align: left;
  }
  .mv-read::before {
    content: "";
    width: 2.3611111111vw;
    height: 2.5vw;
    background: transparent url(../img/mv/icon_leaf01.svg) no-repeat center center/100%;
    position: absolute;
    top: -2.6388888889vw;
    left: -2.2916666667vw;
  }
  .mv-read::after {
    content: "";
    width: 2.5694444444vw;
    height: 2.0833333333vw;
    background: transparent url(../img/mv/icon_leaf02.svg) no-repeat center center/100%;
    position: absolute;
    top: 3.9583333333vw;
    right: -0.3472222222vw;
  }
  .mv-text {
    width: 30.5555555556vw;
    margin-inline: auto;
    font-size: 3.6111111111vw;
  }
  .mv-text:after {
    content: "";
    width: 5.625vw;
    height: 5vw;
    background: transparent url(../img/mv/icon_tool.svg) no-repeat center center/100%;
    position: absolute;
    top: auto;
    bottom: 0.5555555556vw;
    right: -0.6944444444vw;
  }
  .mv-text span {
    display: block;
    margin-right: 4.1666666667vw;
    text-align: right;
  }
  .mv-body {
    width: 31.9444444444vw;
    margin-inline: auto;
  }
  .mv-area {
    margin-top: 2.0833333333vw;
    text-align: center;
  }
  .mv-poptext {
    display: inline-block;
    font-size: 1.4583333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
  }
  .mv-poptext::before {
    content: "";
    width: 1.1805555556vw;
    height: 1.8055555556vw;
    background: transparent url(../img/mv/icon_shape-short.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: -1.9444444444vw;
    transform: rotateY(180deg) translate(0, -50%);
    -webkit-transform: rotateY(180deg) translate(0, -50%);
  }
  .mv-poptext::after {
    content: "";
    width: 1.1805555556vw;
    height: 1.8055555556vw;
    background: transparent url(../img/mv/icon_shape-short.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: -2.6388888889vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .mv-btn {
    height: 5.9027777778vw;
    margin-top: 1.1111111111vw;
  }
  .mv-btn-link {
    height: 100%;
    padding: 0 2.7777777778vw 0 4.1666666667vw;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .mv-btn-link:hover {
    opacity: 0.8;
  }
  .mv-btn-link::before {
    border-top: 0.4166666667vw solid transparent;
    border-bottom: 0.4166666667vw solid transparent;
    border-left: 0.6944444444vw solid #221815;
    right: 1.5972222222vw;
    z-index: 1;
  }
  .mv-btn-link::after {
    content: "";
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    right: 1.25vw;
  }
  .mv-btn-ribon {
    width: 14.5833333333vw;
    height: 2.1527777778vw;
    top: 0;
    left: -2.0833333333vw;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    z-index: 1;
  }
  .mv-btn-ribonText {
    padding-left: 2.8472222222vw;
    font-size: 1.1111111111vw;
  }
  .mv-btn-icon {
    width: 3.9583333333vw;
    height: 3.9583333333vw;
    margin-right: 2.5694444444vw;
  }
  .mv-btn-icon img {
    width: 2.7083333333vw;
  }
  .mv-btn-text {
    display: inline-block;
    margin-top: -0.6944444444vw;
    font-size: 1.9444444444vw;
  }
  .mv-attention {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
    color: #afadad;
    text-align: center;
    line-height: 1.6428571429;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
@media screen and (min-width: 1441px) {
  .mv {
    margin-top: 150px;
    padding-bottom: 100px;
  }
  .mv-inner {
    width: 1396px;
  }
  .mv-top {
    width: 922px;
  }
  .mv-question {
    padding: 27px 7px 15px;
    top: 37px;
    right: 23px;
  }
  .mv-question::before {
    width: 20px;
    height: 17px;
    top: 10px;
  }
  .mv-question::after {
    width: 23px;
    height: 22px;
    top: 23px;
    left: -21px;
  }
  .mv-question-text {
    font-size: 18px;
  }
  .p-mv-slider {
    width: 890px;
  }
  .p-mv-slider .slide-prev,
  .p-mv-slider .slide-next {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: -45px;
  }
  .p-mv-slider .slide-prev {
    right: 26.0416666667%;
  }
  .p-mv-slider .slide-next {
    right: 7.2916666667%;
  }
  #mv-pagination {
    width: 100px;
    position: absolute;
    bottom: -17px;
    right: 13.1944444444%;
    left: auto;
  }
  #mv-pagination.slide-pagination .swiper-pagination-bullet {
    margin: 0 6.5px !important;
  }
  .mv-bottom {
    width: 547px;
    margin: 20px auto 0 auto;
  }
  .mv-wrap {
    padding: 50px 0 70px 0;
  }
  .mv-head {
    width: 489px;
    padding-bottom: 30px;
  }
  .mv-read {
    margin-left: 34px;
    font-size: 21px;
  }
  .mv-read::before {
    width: 34px;
    height: 36px;
    top: -38px;
    left: -33px;
  }
  .mv-read::after {
    width: 37px;
    height: 30px;
    top: 57px;
    right: -5px;
  }
  .mv-text {
    width: 440px;
    font-size: 52px;
  }
  .mv-text:after {
    width: 81px;
    height: 72px;
    top: 8px;
    right: -10px;
  }
  .mv-text span {
    margin-right: 60px;
  }
  .mv-body {
    width: 460px;
  }
  .mv-area {
    margin-top: 30px;
  }
  .mv-poptext {
    font-size: 21px;
  }
  .mv-poptext::before {
    width: 17px;
    height: 26px;
    left: -28px;
    transform: rotateY(180deg) translate(0, -50%);
    -webkit-transform: rotateY(180deg) translate(0, -50%);
  }
  .mv-poptext::after {
    width: 17px;
    height: 26px;
    right: -38px;
  }
  .mv-btn {
    height: 85px;
    margin-top: 16px;
  }
  .mv-btn-link {
    padding: 0 40px 0 60px;
  }
  .mv-btn-link::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #221815;
    right: 23px;
    z-index: 1;
  }
  .mv-btn-link::after {
    width: 24px;
    height: 24px;
    right: 18px;
  }
  .mv-btn-ribon {
    width: 210px;
    height: 31px;
    left: -30px;
  }
  .mv-btn-ribonText {
    padding-left: 41px;
    font-size: 16px;
  }
  .mv-btn-icon {
    width: 57px;
    height: 57px;
    margin-right: 37px;
  }
  .mv-btn-icon img {
    width: 39px;
  }
  .mv-btn-text {
    margin-top: -10px;
    font-size: 28px;
  }
  .mv-attention {
    margin-top: 10px;
    font-size: 14px;
  }
}