@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.none {
  display: none;
}

@media screen and (max-width: 1100px) {
  .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 1101px) {
  .sp_flex-show {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .pc_flex-show {
    display: flex !important;
  }
}

@media screen and (max-width: 1100px) {
  .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 1101px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc-show {
    display: block !important;
  }
}

body {
  background: url(../img/bg-body.webp) center bottom no-repeat fixed;
  background-size: cover;
}
body * {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
body h1, body h2, body h3, body h4, body h5 {
  font-weight: 500;
}
body h1 *, body h2 *, body h3 *, body h4 *, body h5 * {
  font-weight: 500;
}
body p, body a {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  body p, body a {
    font-size: 3.6842105263vw;
  }
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body a img:hover {
  opacity: 1;
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body .flex.main-flex {
  justify-content: center;
  gap: 5px;
}
body .flex.main-flex .logo {
  position: fixed;
  z-index: 50;
  top: 100px;
  left: 0;
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
body .flex.main-flex .logo span {
  color: #656464;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
}
@media screen and (max-width: 1250px) {
  body .flex.main-flex .logo {
    flex-wrap: wrap;
  }
  body .flex.main-flex .logo img {
    width: 250px;
  }
  body .flex.main-flex .logo span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  body .flex.main-flex .logo {
    position: static;
    height: 13.1578947368vw;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    max-width: 100%;
    width: 100%;
    gap: 2.6315789474vw;
    padding-left: 5.2631578947vw;
    justify-content: flex-start;
    flex-direction: unset;
  }
  body .flex.main-flex .logo img {
    width: 43.4210526316vw;
    height: 5.2631578947vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .flex.main-flex .logo span {
    font-size: 2.1052631579vw;
  }
}
body img, body picture {
  display: block;
  max-width: 100%;
  height: auto;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body .overpass {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body .center {
  text-align: center;
}
body .yellow {
  color: #FCFFA6;
}
body .bg-pink {
  background: #E65963 !important;
  color: #fff;
}
body .bg-pink * {
  color: #fff;
}
body .pink {
  color: #E65963 !important;
}
body .bg-light-pink {
  background: #ED848C !important;
  color: #fff;
}
body .bg-light-pink * {
  color: #fff;
}
body .light-pink {
  color: #ED848C !important;
}
body .bg-green {
  background: #8EA32C !important;
  color: #fff;
}
body .bg-green * {
  color: #fff;
}
body .green {
  color: #8EA32C !important;
}
body #top-btn {
  position: fixed;
  bottom: 30px;
  right: calc(50% - 260px + 20px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}
body #top-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon-top.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
}
body #top-btn:hover {
  box-shadow: unset;
}
body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1100px) {
  body #top-btn {
    bottom: 16vw;
    right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: unset;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
  body #top-btn:before {
    width: 2.9333333333vw;
    height: 1.3333333333vw;
    left: 52%;
  }
}
body .float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: unset;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
body .float-bnr * {
  font-weight: 500;
}
body .float-bnr a {
  display: flex;
  margin: 0 auto;
  width: 94.7368421053vw;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 12.6315789474vw;
  font-size: 4.7368421053vw;
  position: relative;
  background: linear-gradient(to right, #8EA32C, #618E0C);
  color: #fff;
  border-radius: 2.6315789474vw 2.6315789474vw 0 0;
  filter: drop-shadow(0 -4px 10px rgba(0, 0, 0, 0.1));
}
body .float-bnr a .fukidashi {
  display: block;
  top: -6.0526315789vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/fukidashi@sp.svg) no-repeat;
  background-size: contain;
  width: 65.7894736842vw;
  height: 9.4736842105vw;
  font-size: 3.6842105263vw;
  line-height: 1;
  padding-top: 0.5263157895vw;
  text-align: center;
}
body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
body .footer {
  background: #fff;
  padding: 80px 0 40px;
}
body .footer a {
  display: block;
}
body .footer a img {
  margin: 0 auto;
}
body .footer a + a {
  margin-top: 30px;
}
body .footer .copy {
  color: #4C3C41;
  margin-top: 160px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  body .footer {
    padding: 26.3157894737vw 0;
  }
  body .footer a + a {
    margin-top: 10.5263157895vw;
  }
  body .footer a:nth-of-type(1) img {
    width: 50vw;
  }
  body .footer a:nth-of-type(2) img {
    width: 37.1052631579vw;
  }
  body .footer .copy {
    margin-top: 33.6842105263vw;
    font-size: 3.1578947368vw;
  }
}
body .btn.common {
  width: 340px;
  display: block;
  position: relative;
}
body .btn.common * {
  font-weight: 500;
}
body .btn.common .fukidashi {
  display: block;
  top: -26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/aside-fukidashi.svg) no-repeat;
  background-size: contain;
  width: 250px;
  height: 48px;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 7px;
  text-align: center;
}
body .btn.common .fukidashi span {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #E65963;
}
body .btn.common .main {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #8EA32C, #618E0C);
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100px;
  line-height: 1.6;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .btn.common .main span {
  color: #FCFFA6;
  line-height: 1.6;
  font-size: 24px;
}
body .btn.common .main:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 18px;
}
@media screen and (max-width: 1450px) {
  body .btn.common {
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  body .btn.common {
    width: 100%;
    max-width: 78.9473684211vw;
  }
  body .btn.common .fukidashi {
    top: -6.8421052632vw;
    width: 65.7894736842vw;
    height: 12.6315789474vw;
    font-size: 3.6842105263vw;
    padding-top: 1.8421052632vw;
  }
  body .btn.common .fukidashi span {
    font-size: 3.6842105263vw;
  }
  body .btn.common .main {
    box-shadow: 1.3157894737vw 1.3157894737vw 1.3157894737vw rgba(0, 0, 0, 0.2);
    border-radius: 5.2631578947vw;
    height: 26.3157894737vw;
    font-size: 6.3157894737vw;
  }
  body .btn.common .main span {
    font-size: 6.3157894737vw;
  }
  body .btn.common .main:before {
    right: 3.9473684211vw;
    width: 2.8947368421vw;
    height: 4.7368421053vw;
  }
}
body aside {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  max-width: 36.875vw;
  width: calc((100% - 520px) / 2);
}
body aside * {
  font-weight: 500;
}
body aside.left {
  left: 0;
  padding: 225px 0 0;
}
body aside.left * {
  position: relative;
  z-index: 15;
}
body aside.left p {
  font-size: 22px;
  max-width: 330px;
  margin: 0 auto;
}
body aside.right {
  right: 0;
  padding: 100px 60px;
}
body aside.right .navi li {
  position: relative;
}
body aside.right .navi li a {
  font-size: 16px;
  line-height: 1;
  display: block;
  position: relative;
}
body aside.right .navi li + li {
  margin-top: 30px;
}
body aside.right .btn.common {
  position: absolute;
  bottom: 100px;
}
@media screen and (min-width: 2065px) {
  body aside {
    max-width: unset;
  }
}
@media screen and (max-width: 1450px) {
  body aside.left p {
    padding-left: 0;
    font-size: 16px;
  }
  body aside.right .btn.common {
    transform: translateX(-50%) scale(0.8);
  }
}
@media screen and (max-width: 1250px) {
  body aside.left p {
    max-width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  body aside {
    display: none;
  }
}
body main {
  width: 520px;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body main .btn.common {
  width: 380px;
}
@media screen and (max-width: 1100px) {
  body main {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }
  body main .btn.common {
    width: 100%;
  }
}
body main .sections {
  background: #fff;
  width: 100%;
  position: relative;
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections .sections-inner .head_h2 {
  position: relative;
}
body main .sections .sections-inner .head_h2 span {
  display: block;
}
body main .sections.mv h1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
body main .sections.mv h1 img {
  width: 100vw;
}
body main .sections.about .sections-inner {
  padding: 40px 0 50px;
}
body main .sections.about .sections-inner .head_h2 + img {
  margin-top: 40px;
}
body main .sections.about .sections-inner .head_h2 + img + h2 {
  background: #FDF7E4;
  padding: 14px 0;
}
body main .sections.about .sections-inner h2 + h3 {
  margin-top: 30px;
}
body main .sections.about .sections-inner h2 + img {
  margin-top: 50px;
}
body main .sections.about .sections-inner h2 + p {
  margin-top: 16px;
}
body main .sections.about .sections-inner h3 + p {
  margin-top: 10px;
}
body main .sections.about .sections-inner a {
  display: block;
}
body main .sections.about .sections-inner a img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
body main .sections.about .sections-inner a + img {
  margin-top: 50px;
}
body main .sections.about .sections-inner img {
  margin: 0 auto;
}
body main .sections.about .sections-inner img + h3 {
  margin-top: 20px;
}
body main .sections.about .sections-inner p {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
body main .sections.about .sections-inner p + h2 {
  margin-top: 30px;
}
body main .sections.about .sections-inner p + a {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  body main .sections.about .sections-inner {
    padding: 7.8947368421vw 0 13.1578947368vw;
  }
  body main .sections.about .sections-inner > .head_h2 img {
    width: 85vw;
    height: 43.6842105263vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main .sections.about .sections-inner .head_h2 + img {
    width: 100%;
    margin-top: 7.8947368421vw;
  }
  body main .sections.about .sections-inner .head_h2 + img + h2 {
    padding: 3.6842105263vw 0;
    font-size: 5.2631578947vw;
  }
  body main .sections.about .sections-inner .head_h2 + img + h2 * {
    font-size: 5.2631578947vw;
  }
  body main .sections.about .sections-inner h2 + p {
    margin-top: 4.2105263158vw;
  }
  body main .sections.about .sections-inner h2 + h3 {
    margin-top: 7.8947368421vw;
  }
  body main .sections.about .sections-inner h3 {
    font-size: 4.2105263158vw;
  }
  body main .sections.about .sections-inner h3 + p {
    margin-top: 2.6315789474vw;
  }
  body main .sections.about .sections-inner a img {
    width: 78.9473684211vw;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }
  body main .sections.about .sections-inner a + img {
    margin-top: 10.5263157895vw;
  }
  body main .sections.about .sections-inner img + h3 {
    margin-top: 5.2631578947vw;
  }
  body main .sections.about .sections-inner p {
    max-width: 78.9473684211vw;
  }
  body main .sections.about .sections-inner p + h2 {
    margin-top: 7.8947368421vw;
  }
  body main .sections.about .sections-inner p + a {
    margin-top: 7.8947368421vw;
  }
}
body main .sections.design_proposal {
  background: #FDF7E4;
}
body main .sections.design_proposal .sections-inner {
  padding: 50px 70px;
}
body main .sections.design_proposal .sections-inner .top-content {
  padding-bottom: 30px;
}
body main .sections.design_proposal .sections-inner .top-content h2 {
  margin-bottom: 36px;
}
body main .sections.design_proposal .sections-inner .top-content h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #ED848C;
  width: 140px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1;
}
body main .sections.design_proposal .sections-inner .top-content h2 img {
  margin: 25px auto 0;
}
body main .sections.design_proposal .sections-inner .top-content > img {
  margin-bottom: 30px;
}
body main .sections.design_proposal .sections-inner h3 {
  font-size: 20px;
}
body main .sections.design_proposal .sections-inner h3 * {
  font-size: 20px;
}
body main .sections.design_proposal .sections-inner h3 + .btn.common + h3 {
  padding-top: 50px;
}
body main .sections.design_proposal .sections-inner h3 + .content {
  margin-top: 30px;
}
body main .sections.design_proposal .sections-inner .btn.common {
  margin-top: 76px;
}
body main .sections.design_proposal .sections-inner .content img {
  margin: 0 auto;
  width: 100%;
}
body main .sections.design_proposal .sections-inner .content .txt {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
body main .sections.design_proposal .sections-inner .content .txt h4 {
  font-size: 16px;
  text-align: center;
}
body main .sections.design_proposal .sections-inner .content .txt h4 * {
  font-size: 16px;
  text-align: center;
}
body main .sections.design_proposal .sections-inner .content .txt h4 + p {
  margin-top: 9px;
  width: 100%;
}
body main .sections.design_proposal .sections-inner .content .txt h4 + p .pink {
  font-weight: 500;
}
body main .sections.design_proposal .sections-inner .content + .content {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  body main .sections.design_proposal .sections-inner {
    padding: 13.1578947368vw 5.2631578947vw;
  }
  body main .sections.design_proposal .sections-inner .top-content {
    padding-bottom: 7.8947368421vw;
  }
  body main .sections.design_proposal .sections-inner .top-content h2 {
    margin-bottom: 9.4736842105vw;
  }
  body main .sections.design_proposal .sections-inner .top-content h2 .sub {
    font-size: 3.6842105263vw;
    width: 36.8421052632vw;
    height: 7.8947368421vw;
    border-radius: 3.9473684211vw;
  }
  body main .sections.design_proposal .sections-inner .top-content h2 img {
    width: 83.6842105263vw;
    margin: 6.3157894737vw auto 0;
  }
  body main .sections.design_proposal .sections-inner .top-content img {
    width: 100%;
    margin-top: 7.8947368421vw;
  }
  body main .sections.design_proposal .sections-inner .top-content p {
    max-width: 78.9473684211vw;
    margin: 0 auto;
  }
  body main .sections.design_proposal .sections-inner h3 {
    font-size: 5.2631578947vw;
  }
  body main .sections.design_proposal .sections-inner h3 * {
    font-size: 5.2631578947vw;
  }
  body main .sections.design_proposal .sections-inner h3 + .btn.common + h3 {
    padding-top: 13.1578947368vw;
  }
  body main .sections.design_proposal .sections-inner h3 + .content {
    margin-top: 7.8947368421vw;
  }
  body main .sections.design_proposal .sections-inner .btn.common {
    margin-top: 20vw;
  }
  body main .sections.design_proposal .sections-inner .content .txt {
    border-radius: 0 0 1.3157894737vw 1.3157894737vw;
    padding: 5.2631578947vw;
  }
  body main .sections.design_proposal .sections-inner .content .txt h4 {
    font-size: 4.2105263158vw;
  }
  body main .sections.design_proposal .sections-inner .content .txt h4 * {
    font-size: 4.2105263158vw;
  }
  body main .sections.design_proposal .sections-inner .content .txt h4 + p {
    margin-top: 2.3684210526vw;
  }
  body main .sections.design_proposal .sections-inner .content + .content {
    margin-top: 5.2631578947vw;
  }
}
body main .sections.features .sections-inner {
  padding: 50px 70px;
  background: #DEDBAB;
}
body main .sections.features .sections-inner h2 {
  margin-bottom: 25px;
}
body main .sections.features .sections-inner h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #8EA32C;
  width: 180px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1;
}
body main .sections.features .sections-inner h2 .sub + img {
  margin: 25px auto 0;
}
body main .sections.features .sections-inner h2 .main {
  margin-top: 36px;
  text-align: center;
  font-size: 20px;
}
body main .sections.features .sections-inner h2 .main img {
  margin: 15px auto 0;
}
body main .sections.features .sections-inner h2 + img {
  margin: 0 auto 15px;
}
body main .sections.features .sections-inner > p {
  margin-bottom: 60px;
}
body main .sections.features .sections-inner .content {
  position: relative;
}
body main .sections.features .sections-inner .content img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  height: auto;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: stretch;
  -o-object-fit: contain;
     object-fit: contain;
}
body main .sections.features .sections-inner .content .txt {
  border-radius: 5px;
  background: #fff;
  padding: 80px 20px 30px;
}
body main .sections.features .sections-inner .content .txt h3 {
  font-size: 20px;
  text-align: center;
}
body main .sections.features .sections-inner .content .txt h3 * {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
body main .sections.features .sections-inner .content .txt h3 + p {
  margin-top: 10px;
  width: 100%;
}
body main .sections.features .sections-inner .content + .content {
  margin-top: 40px;
}
body main .sections.features .sections-inner .content:nth-of-type(1) img {
  width: 152px;
}
body main .sections.features .sections-inner .content:nth-of-type(1) .txt {
  padding-top: 90px;
}
body main .sections.features .sections-inner .content:nth-of-type(2) img {
  width: 155px;
}
body main .sections.features .sections-inner .content:nth-of-type(2) .txt {
  padding-top: 90px;
}
body main .sections.features .sections-inner .content:nth-of-type(3) img {
  width: 178px;
}
body main .sections.features .sections-inner .content:nth-of-type(3) .txt {
  padding-top: 70px;
}
body main .sections.features .sections-inner .btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  body main .sections.features .sections-inner {
    padding: 13.1578947368vw 5.2631578947vw 13.1578947368vw;
  }
  body main .sections.features .sections-inner h2 {
    margin-bottom: 6.5789473684vw;
  }
  body main .sections.features .sections-inner h2 .sub {
    font-size: 3.6842105263vw;
    width: 47.3684210526vw;
    height: 7.8947368421vw;
    border-radius: 3.9473684211vw;
  }
  body main .sections.features .sections-inner h2 .sub + img {
    margin: 6.5789473684vw auto 0;
    width: 60.5263157895vw;
  }
  body main .sections.features .sections-inner h2 .main {
    margin-top: 9.4736842105vw;
    font-size: 5.2631578947vw;
  }
  body main .sections.features .sections-inner h2 .main img {
    margin: 3.9473684211vw auto 0;
    width: 76.8421052632vw;
  }
  body main .sections.features .sections-inner h2 + img {
    width: 52.8947368421vw;
    margin: 0 auto 6.5789473684vw;
  }
  body main .sections.features .sections-inner > p {
    margin-bottom: 15.7894736842vw;
  }
  body main .sections.features .sections-inner .content img {
    top: -5.2631578947vw;
  }
  body main .sections.features .sections-inner .content .txt {
    border-radius: 1.3157894737vw;
    padding: 21.0526315789vw 5.2631578947vw 7.8947368421vw;
  }
  body main .sections.features .sections-inner .content .txt h3 {
    font-size: 5.2631578947vw;
  }
  body main .sections.features .sections-inner .content .txt h3 * {
    font-size: 5.2631578947vw;
  }
  body main .sections.features .sections-inner .content .txt h3 + p {
    margin-top: 2.6315789474vw;
  }
  body main .sections.features .sections-inner .content + .content {
    margin-top: 10.5263157895vw;
  }
  body main .sections.features .sections-inner .content:nth-of-type(1) img {
    width: 40vw;
  }
  body main .sections.features .sections-inner .content:nth-of-type(1) .txt {
    padding-top: 21.0526315789vw;
  }
  body main .sections.features .sections-inner .content:nth-of-type(2) img {
    width: 40.7894736842vw;
  }
  body main .sections.features .sections-inner .content:nth-of-type(2) .txt {
    padding-top: 23.6842105263vw;
  }
  body main .sections.features .sections-inner .content:nth-of-type(3) img {
    width: 46.8421052632vw;
  }
  body main .sections.features .sections-inner .content:nth-of-type(3) .txt {
    padding-top: 21.0526315789vw;
  }
  body main .sections.features .sections-inner .btn {
    left: 0;
    transform: unset;
    margin-top: 13.1578947368vw;
  }
}
body main .sections.works {
  padding: 50px 0;
}
body main .sections.works h2 {
  margin-bottom: 26px;
}
body main .sections.works h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #ED848C;
  width: 140px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1;
}
body main .sections.works h2 img {
  margin: 25px auto 0;
}
body main .sections.works h2 + p {
  max-width: 380px;
  margin: 26px auto 30px;
}
body main .sections.works .content .slick-prev, body main .sections.works .content .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(237, 132, 140, 0.9);
  width: 30px;
  height: 50px;
}
body main .sections.works .content .slick-prev:before, body main .sections.works .content .slick-next:before {
  font-size: 0;
  opacity: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 50px;
  z-index: 100;
}
body main .sections.works .content .slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
body main .sections.works .content .slick-next:before {
  border-radius: 5px 0 0 5px;
  background: url(../img/slider-arrow.svg) no-repeat center;
  background-size: 8px 13px;
  transform: rotate(180deg);
}
body main .sections.works .content .slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
body main .sections.works .content .slick-prev:before {
  border-radius: 0 5px 5px 0;
  background: url(../img/slider-arrow.svg) no-repeat center;
  background-size: 8px 13px;
}
body main .sections.works .content .slick-dots {
  bottom: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
body main .sections.works .content .slick-dots li {
  width: 6px;
  height: 6px;
  margin-left: 0;
}
body main .sections.works .content .slick-dots li:not(:last-child) {
  margin-right: 0;
}
body main .sections.works .content .slick-dots li:last-child {
  margin-right: 0;
}
body main .sections.works .content .slick-dots li.slick-active button:before {
  background: #E65963;
}
body main .sections.works .content .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
}
body main .sections.works .content .slick-dots li button:before {
  height: 6px;
  width: 6px;
  margin: 0;
  background: #D9D9D9;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
body main .sections.works .content .works-slider .slider-item {
  padding: 0 2.5px;
}
body main .sections.works .content .works-slider .slider-item img {
  height: 227px;
  border-radius: 5px;
}
body main .sections.works .content + .content {
  margin-top: 66px;
}
@media screen and (max-width: 1100px) {
  body main .sections.works {
    padding: 13.1578947368vw 0;
  }
  body main .sections.works h2 {
    margin-bottom: 6.8421052632vw;
  }
  body main .sections.works h2 .sub {
    font-size: 3.6842105263vw;
    width: 36.8421052632vw;
    height: 7.8947368421vw;
    border-radius: 3.9473684211vw;
  }
  body main .sections.works h2 img {
    width: 31.3157894737vw;
    margin: 7.1052631579vw auto 0;
  }
  body main .sections.works h2 + p {
    margin: 0 auto 5.2631578947vw;
    max-width: 78.9473684211vw;
  }
  body main .sections.works .content .slick-prev, body main .sections.works .content .slick-next {
    width: 7.8947368421vw;
    height: 13.1578947368vw;
  }
  body main .sections.works .content .slick-prev:before, body main .sections.works .content .slick-next:before {
    width: 7.8947368421vw;
    height: 13.1578947368vw;
  }
  body main .sections.works .content .slick-next {
    border-radius: 1.3157894737vw 0 0 1.3157894737vw;
  }
  body main .sections.works .content .slick-next:before {
    border-radius: 1.3157894737vw 0 0 1.3157894737vw;
    background-size: 2.1052631579vw 3.4210526316vw;
  }
  body main .sections.works .content .slick-prev {
    border-radius: 0 1.3157894737vw 1.3157894737vw 0;
  }
  body main .sections.works .content .slick-prev:before {
    border-radius: 0 1.3157894737vw 1.3157894737vw 0;
    background-size: 2.1052631579vw 3.4210526316vw;
  }
  body main .sections.works .content .works-slider .slider-item {
    padding: 0 0.6578947368vw;
  }
  body main .sections.works .content .works-slider .slider-item img {
    height: 59.7368421053vw;
    border-radius: 1.3157894737vw;
  }
  body main .sections.works .content h3, body main .sections.works .content p {
    max-width: 78.9473684211vw;
  }
  body main .sections.works .content h3 {
    margin-top: 5.2631578947vw;
    font-size: 4.7368421053vw;
  }
  body main .sections.works .content p {
    margin-top: 2.6315789474vw;
  }
  body main .sections.works .content + .content {
    margin-top: 10.5263157895vw;
  }
}
body main .sections.balance {
  background: url(../img/balance.webp) no-repeat;
  background-size: cover;
}
body main .sections.balance .sections-inner {
  padding: 50px 0 110px;
}
body main .sections.balance .sections-inner .head_h2 {
  color: #fff;
  margin-bottom: 15px;
}
body main .sections.balance .sections-inner .head_h2 .yellow {
  display: inline;
  border-bottom: 1px solid #fff;
}
body main .sections.balance .sections-inner .head_h2 + p {
  color: #fff;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
body main .sections.balance .sections-inner .btn.common {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -66px;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  body main .sections.balance {
    background: url(../img/balance@sp.webp) no-repeat;
    background-size: cover;
  }
  body main .sections.balance .sections-inner {
    padding: 13.1578947368vw 0 28.9473684211vw;
  }
  body main .sections.balance .sections-inner .head_h2 {
    margin-bottom: 5.2631578947vw;
    font-size: 5.2631578947vw;
  }
  body main .sections.balance .sections-inner .head_h2 * {
    font-size: 5.2631578947vw;
  }
  body main .sections.balance .sections-inner .head_h2 + p {
    max-width: 78.9473684211vw;
  }
  body main .sections.balance .sections-inner .btn.common {
    bottom: -17.3684210526vw;
  }
}
body main .sections.model-house {
  background: #FDF7E4;
  padding: 116px 70px 50px;
}
body main .sections.model-house .sections-inner h2 {
  margin-bottom: 38px;
}
body main .sections.model-house .sections-inner h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 140px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1;
}
body main .sections.model-house .sections-inner h2 img {
  margin: 22px auto 0;
}
body main .sections.model-house .sections-inner h2 + img {
  margin-bottom: 30px;
}
body main .sections.model-house .sections-inner .lead {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
body main .sections.model-house .sections-inner .lead * {
  font-weight: 500;
  font-size: 20px;
}
body main .sections.model-house .sections-inner .lead + p {
  margin-top: 20px;
}
body main .sections.model-house .sections-inner .flex {
  row-gap: 30px;
  max-width: 340px;
  width: 100%;
  margin: 30px auto 0;
}
body main .sections.model-house .sections-inner .flex .flex-item {
  width: 47.0588235294%;
}
body main .sections.model-house .sections-inner .flex .flex-item img {
  border-radius: 5px;
  width: 100%;
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
body main .sections.model-house .sections-inner .flex .flex-item p, body main .sections.model-house .sections-inner .flex .flex-item span {
  display: block;
  text-align: center;
  line-height: 1;
}
body main .sections.model-house .sections-inner .flex .flex-item .area {
  color: #604D51;
  font-size: 10px;
  margin-bottom: 15px;
}
body main .sections.model-house .sections-inner .flex .flex-item .area.stretch {
  min-height: 18px;
}
body main .sections.model-house .sections-inner .flex .flex-item .name {
  margin-bottom: 10px;
}
body main .sections.model-house .sections-inner .flex .flex-item .name span {
  font-weight: 500;
}
body main .sections.model-house .sections-inner .flex .flex-item .name span.sub {
  font-size: 12px;
  margin-bottom: 6px;
}
body main .sections.model-house .sections-inner .flex .flex-item .name span.position {
  font-size: 18px;
}
body main .sections.model-house .sections-inner .flex .flex-item .name span.position.midium {
  font-size: 16px;
}
body main .sections.model-house .sections-inner .flex .flex-item .name span.position.small {
  font-size: 14px;
}
body main .sections.model-house .sections-inner .flex .flex-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
body main .sections.model-house .sections-inner .flex .flex-item a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 6px;
  height: 7px;
}
body main .sections.model-house .sections-inner .flex .flex-item a + a {
  margin-top: 5px;
}
body main .sections.model-house .sections-inner .flex .flex-item a.more {
  background: #fff;
}
body main .sections.model-house .sections-inner .flex .flex-item a.more:before {
  background: url(../img/model-arrow.svg) no-repeat;
  background-size: contain;
}
body main .sections.model-house .sections-inner .flex .flex-item a.reserve {
  background: #E65963;
  color: #fff;
}
body main .sections.model-house .sections-inner .flex .flex-item a.reserve:before {
  background: url(../img/model-arrow-white.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  body main .sections.model-house {
    padding: 30.5263157895vw 5.2631578947vw 13.1578947368vw;
  }
  body main .sections.model-house .sections-inner h2 {
    margin-bottom: 10vw;
  }
  body main .sections.model-house .sections-inner h2 .sub {
    font-size: 3.6842105263vw;
    width: 36.8421052632vw;
    height: 7.8947368421vw;
    border-radius: 3.9473684211vw;
  }
  body main .sections.model-house .sections-inner h2 img {
    width: 74.2105263158vw;
    margin: 6.3157894737vw auto 0;
  }
  body main .sections.model-house .sections-inner h2 + img {
    width: 100%;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .lead {
    font-size: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .lead * {
    font-size: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .lead + p {
    margin-top: 5.2631578947vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 78.9473684211vw;
  }
  body main .sections.model-house .sections-inner .flex {
    gap: 0;
    row-gap: 7.8947368421vw;
    max-width: 100%;
  }
  body main .sections.model-house .sections-inner .flex .flex-item img {
    border-radius: 1.3157894737vw;
    width: 100%;
    height: 28.1578947368vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item .area {
    font-size: 2.6315789474vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item .name {
    margin-bottom: 3.9473684211vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item .name span.sub {
    font-size: 3.1578947368vw;
    margin-bottom: 1.5789473684vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item .name span.position {
    font-size: 4.7368421053vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item a {
    height: 6.3157894737vw;
    border-radius: 3.1578947368vw;
    font-size: 3.1578947368vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item a:before {
    right: 2.6315789474vw;
    width: 1.5789473684vw;
    height: 1.8421052632vw;
  }
  body main .sections.model-house .sections-inner .flex .flex-item a + a {
    margin-top: 1.3157894737vw;
  }
}/*# sourceMappingURL=style.css.map */