@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 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: 55px;
  left: 50px;
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .flex.main-flex .logo span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1450px) {
  body .flex.main-flex .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 1250px) {
  body .flex.main-flex .logo {
    max-width: 180px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  body .flex.main-flex .logo {
    position: absolute;
    top: 5.7894736842vw;
    left: 5.2631578947vw;
    max-width: 100%;
    width: 100%;
    gap: 2.6315789474vw;
  }
  body .flex.main-flex .logo img {
    width: 46.0526315789vw;
    height: 7.8947368421vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .flex.main-flex .logo span {
    font-size: 2.6315789474vw;
  }
}
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 .bg-org {
  background: #F08300 !important;
  color: #fff;
}
body .bg-org * {
  color: #fff;
}
body .org {
  color: #F08300 !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, #F08300, #F05C00);
  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: 57.8947368421vw;
  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: 100px 0 40px;
}
body .footer a {
  display: block;
}
body .footer a img {
  margin: 0 auto;
}
body .footer a + a {
  margin-top: 40px;
}
body .footer .copy {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 128px;
  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: #F08300;
}
body .btn.common .main {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #F08300, #F05C00);
  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: 50px 40px 80px;
}
body aside.left * {
  position: relative;
  z-index: 15;
  color: #fff;
}
body aside.left p {
  padding-left: 10px;
  font-size: 18px;
  bottom: 80px;
  position: absolute;
}
body aside.right {
  right: 0;
  padding: 100px 60px;
}
body aside.right .navi * {
  color: #fff;
}
body aside.right .navi li {
  position: relative;
}
body aside.right .navi li a {
  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 .logo img {
    width: 180px;
  }
  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: 1100px) {
  body aside {
    display: none;
  }
}
body main {
  width: 520px;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  body main {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }
}
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: 20px;
  bottom: 50px;
}
@media screen and (max-width: 1100px) {
  body main .sections.mv h1 {
    left: 5.2631578947vw;
    bottom: 13.1578947368vw;
  }
  body main .sections.mv h1 img {
    width: 64.4736842105vw;
    height: 36.8421052632vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body main .sections.about .sections-inner {
  padding: 50px 0 0;
  background: #6394A2;
}
body main .sections.about .sections-inner:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: url(../img/about-bottom.svg) no-repeat;
  width: 100%;
  height: 100px;
  bottom: -99px;
  top: unset;
  transform: unset;
}
body main .sections.about .sections-inner * {
  color: #fff;
}
body main .sections.about .sections-inner h2, body main .sections.about .sections-inner h3 {
  text-align: center;
}
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 {
  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;
}
body main .sections.about .sections-inner p + .catch {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
body main .sections.about #about {
  padding-top: 50px;
}
body main .sections.about #about img + h2 {
  margin-top: 20px;
}
body main .sections.about #about h2 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  body main .sections.about .sections-inner {
    padding: 13.1578947368vw 0 0;
  }
  body main .sections.about .sections-inner:after {
    width: 100%;
    height: 26.3157894737vw;
    bottom: -26.0526315789vw;
    background: url(../img/about-bottom@sp.svg) no-repeat;
    background-size: contain;
  }
  body main .sections.about .sections-inner > .head_h2 img {
    height: 20vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main .sections.about .sections-inner h2 + img {
    margin-top: 13.1578947368vw;
  }
  body main .sections.about .sections-inner h2 + p {
    margin-top: 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 {
    width: 107.3684210526vw;
    position: relative;
    max-width: unset;
    left: -2.3684210526vw;
  }
  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: 11.8421052632vw;
  }
  body main .sections.about .sections-inner p + .catch {
    font-size: 4.7368421053vw;
    margin-top: 7.8947368421vw;
  }
  body main .sections.about #about {
    padding-top: 7.8947368421vw;
  }
  body main .sections.about #about img {
    width: 89.4736842105vw;
  }
  body main .sections.about #about img + h2 {
    margin-top: 5.2631578947vw;
  }
  body main .sections.about #about h2 {
    font-size: 5.2631578947vw;
  }
  body main .sections.about #about h2 + p {
    margin-top: 2.6315789474vw;
  }
}
body main .sections.design_proposal .sections-inner {
  padding: 150px 70px 50px;
  background: #EAE5DC;
}
body main .sections.design_proposal .sections-inner h2 {
  margin-bottom: 40px;
}
body main .sections.design_proposal .sections-inner h2 img {
  margin: 0 auto 30px;
  height: auto;
}
body main .sections.design_proposal .sections-inner h2 .ja {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
body main .sections.design_proposal .sections-inner h2 .ja span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: auto;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
}
body main .sections.design_proposal .sections-inner h2 .ja > span {
  padding-right: 8px;
  border-right: 1px solid #FFF8EB;
}
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 h3 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #EBEBEB;
}
body main .sections.design_proposal .sections-inner .content .txt h3 * {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
body main .sections.design_proposal .sections-inner .content .txt h3 + p {
  margin-top: 10px;
  width: 100%;
}
body main .sections.design_proposal .sections-inner .content + .content {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  body main .sections.design_proposal .sections-inner {
    padding: 39.4736842105vw 5.2631578947vw 13.1578947368vw;
  }
  body main .sections.design_proposal .sections-inner h2 {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.design_proposal .sections-inner h2 img {
    width: 47.6315789474vw;
    margin: 0 auto 7.8947368421vw;
  }
  body main .sections.design_proposal .sections-inner h2 .ja {
    gap: 3.9473684211vw;
  }
  body main .sections.design_proposal .sections-inner h2 .ja span {
    font-size: 5.7894736842vw;
  }
  body main .sections.design_proposal .sections-inner h2 .ja > span {
    padding-right: 2.1052631579vw;
  }
  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 h3 {
    font-size: 4.2105263158vw;
    padding-bottom: 5.2631578947vw;
  }
  body main .sections.design_proposal .sections-inner .content .txt h3 * {
    font-size: 4.2105263158vw;
  }
  body main .sections.design_proposal .sections-inner .content .txt h3 + p {
    margin-top: 2.6315789474vw;
  }
  body main .sections.design_proposal .sections-inner .content + .content {
    margin-top: 5.2631578947vw;
  }
}
body main .sections.features .sections-inner {
  padding: 20px 70px 50px;
  background: #604D51;
}
body main .sections.features .sections-inner h2 img {
  margin: 0 auto 40px;
}
body main .sections.features .sections-inner h2 span {
  font-weight: 500;
  display: block;
}
body main .sections.features .sections-inner h2 .main {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
body main .sections.features .sections-inner h2 .main img {
  margin: 15px auto 0;
}
body main .sections.features .sections-inner h2 + img {
  margin: 25px auto 0;
}
body main .sections.features .sections-inner h2 + img + p {
  margin: 15px 0 60px;
  color: #fff;
}
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: 5.2631578947vw 5.2631578947vw 15.7894736842vw;
  }
  body main .sections.features .sections-inner h2 img {
    width: 89.4736842105vw;
    margin: 0 auto 10.5263157895vw;
  }
  body main .sections.features .sections-inner h2 .main {
    font-size: 5.2631578947vw;
  }
  body main .sections.features .sections-inner h2 .main img {
    width: 76.8421052632vw;
    margin: 3.9473684211vw auto 0;
  }
  body main .sections.features .sections-inner h2 + img {
    margin: 6.5789473684vw auto 0;
    width: 52.8947368421vw;
  }
  body main .sections.features .sections-inner h2 + img + p {
    margin: 3.9473684211vw 0 15.7894736842vw;
    padding: 0 5.2631578947vw;
  }
  body main .sections.features .sections-inner .content img {
    top: -5.2631578947vw;
  }
  body main .sections.features .sections-inner .content .txt {
    border-radius: 1.3157894737vw;
    padding: 0 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: 18.4210526316vw;
  }
  body main .sections.features .sections-inner .btn {
    margin-top: 13.1578947368vw;
    left: 0;
    transform: unset;
  }
}
body main .sections.works {
  background: #EAE5DC;
  padding: 50px 0;
}
body main .sections.works h2 {
  margin-bottom: 30px;
}
body main .sections.works h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6394A2;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #6394A2;
  width: 140px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1;
}
body main .sections.works h2 img {
  margin: 22px auto 0;
}
body main .sections.works .content .ttl {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
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(0, 0, 0, 0.7);
  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 .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 h3, body main .sections.works .content p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
body main .sections.works .content h3 {
  margin-top: 15px;
  font-size: 18px;
}
body main .sections.works .content p {
  margin-top: 15px;
}
body main .sections.works .content + .content {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  body main .sections.works {
    padding: 13.1578947368vw 0;
  }
  body main .sections.works h2 {
    margin-bottom: 7.8947368421vw;
  }
  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: 47.3684210526vw;
    margin: 5.7894736842vw auto 0;
  }
  body main .sections.works .content .ttl {
    padding: 0 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    max-width: 100%;
    width: 100%;
  }
  body main .sections.works .content .ttl img {
    width: 89.4736842105vw;
  }
  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: 13.1578947368vw;
  }
}
body main .sections.flow {
  background: #6394A2;
  padding: 50px 70px;
}
body main .sections.flow .sections-inner h2 {
  margin-bottom: 30px;
}
body main .sections.flow .sections-inner h2 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6394A2;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #6394A2;
  background: #fff;
  width: 140px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1;
}
body main .sections.flow .sections-inner h2 img {
  margin: 22px auto 0;
}
body main .sections.flow .sections-inner ol li {
  position: relative;
}
body main .sections.flow .sections-inner ol li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform: unset;
  width: 2px;
  height: calc(100% - 20px);
  background: #fff;
  left: 19.5px;
  top: 20px;
}
body main .sections.flow .sections-inner ol li .flex {
  gap: 10px;
}
body main .sections.flow .sections-inner ol li .flex .num {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
body main .sections.flow .sections-inner ol li .flex .num img {
  width: 17px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main .sections.flow .sections-inner ol li .flex .txt {
  width: 100%;
  max-width: 330px;
  padding-bottom: 28px;
}
body main .sections.flow .sections-inner ol li .flex .txt .ttl {
  margin-bottom: 10px;
  color: #FCFFA6;
  font-weight: 500;
  font-size: 18px;
}
body main .sections.flow .sections-inner ol li .flex .txt .ttl + p {
  color: #fff;
  margin-top: 14px;
}
body main .sections.flow .sections-inner ol li:last-child:before {
  background: url(../img/flow-arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 107px;
  left: 13px;
}
body main .sections.flow .sections-inner ol li:last-child .flex .txt {
  padding-bottom: 36px;
}
body main .sections.flow .sections-inner .btn {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 45px;
}
@media screen and (max-width: 1100px) {
  body main .sections.flow {
    padding: 13.1578947368vw 10.5263157895vw 18.4210526316vw;
  }
  body main .sections.flow .sections-inner h2 {
    margin-bottom: 10.2631578947vw;
  }
  body main .sections.flow .sections-inner h2 .sub {
    font-size: 3.6842105263vw;
    width: 36.8421052632vw;
    height: 7.8947368421vw;
    border-radius: 3.9473684211vw;
  }
  body main .sections.flow .sections-inner h2 img {
    width: 34.2105263158vw;
    margin: 5.7894736842vw auto 0;
  }
  body main .sections.flow .sections-inner ol li:before {
    width: 0.5263157895vw;
    height: calc(100% - 5.2631578947vw);
    left: 5.1315789474vw;
    top: 5.2631578947vw;
  }
  body main .sections.flow .sections-inner ol li .flex {
    gap: 2.6315789474vw;
  }
  body main .sections.flow .sections-inner ol li .flex .num {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
  }
  body main .sections.flow .sections-inner ol li .flex .num img {
    width: 4.4736842105vw;
    height: 4.2105263158vw;
  }
  body main .sections.flow .sections-inner ol li .flex .txt {
    max-width: 65.7894736842vw;
    padding-bottom: 7.3684210526vw;
  }
  body main .sections.flow .sections-inner ol li .flex .txt .ttl {
    margin-bottom: 3.6842105263vw;
    font-size: 4.7368421053vw;
  }
  body main .sections.flow .sections-inner ol li .flex .txt .ttl + p {
    margin-top: 3.6842105263vw;
  }
  body main .sections.flow .sections-inner ol li:last-child:before {
    width: 3.9473684211vw;
    height: 28.1578947368vw;
    left: 3.4210526316vw;
  }
  body main .sections.flow .sections-inner ol li:last-child .flex .txt {
    padding-bottom: 9.4736842105vw;
  }
  body main .sections.flow .sections-inner .btn {
    height: auto;
    margin-top: 10.5263157895vw;
  }
}
body main .sections.model-house {
  background: #EAE5DC;
  padding: 50px 70px;
}
body main .sections.model-house .sections-inner .lead {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
body main .sections.model-house .sections-inner .lead * {
  font-weight: 500;
  font-size: 24px;
}
body main .sections.model-house .sections-inner .lead + p {
  margin-top: 20px;
}
body main .sections.model-house .sections-inner h2 {
  margin-top: 50px;
  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 .flex {
  gap: 20px;
  row-gap: 30px;
  justify-content: flex-start;
  max-width: 340px;
  margin: 0 auto;
}
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: 10px;
}
body main .sections.model-house .sections-inner .flex .flex-item .name {
  margin-bottom: 15px;
}
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.middle {
  font-size: 16px;
}
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: linear-gradient(to right, #F08300, #F05C00);
  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;
}
body main .sections.model-house .sections-inner .bnr {
  margin-top: 72px;
  display: block;
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  padding: 44px 0 0;
}
body main .sections.model-house .sections-inner .bnr > img {
  margin: 10px auto;
}
body main .sections.model-house .sections-inner .bnr span {
  display: block;
}
body main .sections.model-house .sections-inner .bnr span.fukidashi {
  background: url(../img/bnr-fukidashi.svg) no-repeat;
  background-size: contain;
  padding-top: 9px;
  filter: drop-shadow(0 4px 5px rgba(54, 126, 147, 0.1));
  width: 230px;
  height: 56px;
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
body main .sections.model-house .sections-inner .bnr span.ttl {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
body main .sections.model-house .sections-inner .bnr span.txt {
  padding: 0 20px 20px;
}
body main .sections.model-house .sections-inner .bnr span.ribbon {
  display: flex;
  padding-top: 7px;
  padding-right: 19px;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(to right, #6394A2, #A7AFCC);
}
body main .sections.model-house .sections-inner .bnr span.ribbon img {
  width: 272px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1100px) {
  body main .sections.model-house {
    padding: 13.1578947368vw 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .lead {
    font-size: 6.3157894737vw;
  }
  body main .sections.model-house .sections-inner .lead * {
    font-size: 6.3157894737vw;
  }
  body main .sections.model-house .sections-inner .lead + p {
    margin-top: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner h2 {
    margin-top: 13.1578947368vw;
    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: 5.7894736842vw auto 0;
  }
  body main .sections.model-house .sections-inner .flex {
    gap: 5.2631578947vw;
    row-gap: 7.8947368421vw;
    max-width: 89.4736842105vw;
  }
  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 .name span.position.middle {
    font-size: 4.2105263158vw;
  }
  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;
  }
  body main .sections.model-house .sections-inner .bnr {
    margin-top: 18.9473684211vw;
    border-radius: 5.2631578947vw;
    box-shadow: 0 0.5263157895vw 2.1052631579vw rgba(0, 0, 0, 0.25);
    padding: 11.5789473684vw 0 0;
  }
  body main .sections.model-house .sections-inner .bnr > img {
    width: 43.4210526316vw;
    margin: 2.6315789474vw auto;
  }
  body main .sections.model-house .sections-inner .bnr span.fukidashi {
    padding-top: 2.3684210526vw;
    filter: drop-shadow(0 1.0526315789vw 1.3157894737vw rgba(54, 126, 147, 0.1));
    width: 60.5263157895vw;
    height: 14.7368421053vw;
    top: -5.7894736842vw;
    font-size: 4.2105263158vw;
  }
  body main .sections.model-house .sections-inner .bnr span.ttl {
    font-size: 4.7368421053vw;
  }
  body main .sections.model-house .sections-inner .bnr span.txt {
    font-size: 3.6842105263vw;
    padding: 0 5.2631578947vw 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .bnr span.ribbon {
    padding-top: 1.8421052632vw;
    padding-right: 5vw;
    height: 13.1578947368vw;
    border-radius: 0 0 5.2631578947vw 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .bnr span.ribbon img {
    width: 66.3157894737vw;
    height: 8.4210526316vw;
  }
}
body .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 10;
}
body .modal .modal-wrap {
  max-width: 500px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  position: relative;
}
body .modal .modal-wrap .modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-close.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  transform: unset;
  z-index: 10;
}
body .modal .modal-content {
  max-width: 500px;
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .modal .modal-content::-webkit-scrollbar {
  display: none;
}
body .modal .modal-content .modal-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 50px;
}
body .modal .modal-content .modal-inner * {
  line-height: 200%;
}
body .modal .modal-content .modal-inner .ttl {
  font-size: 14px;
  font-weight: bold;
}
body .modal .modal-content .modal-inner .ttl + p {
  font-size: 12px;
  margin-top: 10px;
}
body .modal .modal-content .modal-inner .ttl + p + .ttl {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  body .modal .modal-wrap {
    max-width: 78.9473684211vw;
    max-height: 105.2631578947vw;
  }
  body .modal .modal-wrap .modal-close {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
    top: 2.6315789474vw;
    right: 2.6315789474vw;
  }
  body .modal .modal-content {
    max-width: 78.9473684211vw;
    border-radius: 2.6315789474vw;
    max-height: 105.2631578947vw;
  }
  body .modal .modal-content .modal-inner {
    padding: 7.8947368421vw 5.2631578947vw 13.1578947368vw;
  }
  body .modal .modal-content .modal-inner u {
    font-size: 3.1578947368vw;
  }
  body .modal .modal-content .modal-inner .ttl {
    font-size: 3.6842105263vw;
  }
  body .modal .modal-content .modal-inner .ttl + p {
    font-size: 3.1578947368vw;
    margin-top: 2.6315789474vw;
  }
  body .modal .modal-content .modal-inner .ttl + p + .ttl {
    margin-top: 7.8947368421vw;
  }
}/*# sourceMappingURL=style.css.map */