@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shippori+Antique&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");




.b-body #sec_1 {
  padding: 100px 0 160px;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_1 {
    padding: 20vw 0;
  }
}

/*スライダー矢印*/
.arrow_prev,
.arrow_next {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #1A1A1A;
  cursor: pointer;
  background: none;
}

.arrow_prev::after,
.arrow_next::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../library/img/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.arrow_prev:hover,
.arrow_next:hover {
  background: #1A1A1A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow_prev:hover::after,
.arrow_next:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow_prev {
  left: calc(100vw - 100% + 30px);
}

.arrow_prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow_next {
  left: calc(100vw - 100% + 95px);
}

/*プログレスバー*/
.progress-container {
  width: 244px;
  height: 4px;
  background-color: #3B3B41;
  position: relative;
  margin: 0;
  border-radius: 7px;
  overflow: hidden;
}

.progress-container .progress_bar01_1 {
  width: 0;
  height: 100%;
  background-color: #E71713;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .progress-container {
    width: 40vw;
  }
}






.b-body #sec_2 {
  background: #dcd9d4;
  position: relative;
}

.b-body #sec_2 .slide_area {
  padding: 0 0 80px;
  margin: 0;
}


.b-body #sec_2 .slick-track {
    display: flex !important;
}
.b-body #sec_2 .slick-track::before,
.b-body #sec_2 .slick-track::after {
    display: none !important;
}

.b-body #sec_2 .slide_area .slide_area_img {
  width: 100vw;
  height: auto;
  float: none;
}

.b-body #sec_2 .slide_area .slide_area_img img {
  width: 100%;
  height: 100%;
}

.sild_contents > span {
  position: absolute;
  bottom: 100px;
  right: 5%;
  background: #222;
  color: #fff;
  padding: 0.25em 1em;
}

.b-body #sec_2 .wide1200 {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 55%;
}

.b-body #sec_2 .wide1200 p {
  font-size: 20px;
}

/*プログレスバー*/
.b-body #sec_2 .sild_contents .slick-nav {
  position: absolute;
  bottom: 23px;
  left: calc((100vw - 1200px) / 2);
}

.b-body #sec_2 .arrow_prev {
  left: calc((100vw - 660px) / 2);
}

.b-body #sec_2 .arrow_next {
  left: calc((100vw - 544px) / 2);
}

@media only screen and (max-width: 1300px) {
  .b-body #sec_2 .wide1200 {
    right: auto;
    left: 45vw;
  }

  .b-body #sec_2 .sild_contents .slick-nav {
    left: 5vw;
  }

  .b-body #sec_2 .sild_contents .progress-container {
    width: 18vw;
  }

  .b-body #sec_2 .arrow_prev {
    left: 25vw;
  }

  .b-body #sec_2 .arrow_next {
    left: calc(26vw + 48px);
  }
}

@media only screen and (max-width: 768px) {

  .b-body #sec_2 .slide_area {
    padding: 0 0 38vw;
  }
  .sild_contents > span {
    bottom: 40vw;
}

  .b-body #sec_2 .wide1200 {
    bottom: 17vw;
    left: 0;
    right: 0;
    width: 90%;
  }

  .b-body #sec_2 .wide1200 p {
    font-size: 4.8vw;
    letter-spacing: 0.08em;
  }

  .b-body #sec_2 .arrow_prev {
    left: auto;
    right: calc(12vw + 48px);
  }

  .b-body #sec_2 .arrow_next {
    left: auto;
    right: 10vw;
  }

  .b-body #sec_2 .sild_contents .progress-container {
    width: calc(73vw - 100px);
  }

}


.caseTitle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 2em;
}

.caseTitle .case {
  display: inline-block;
  font-size: 45px;
  font-family: "Open Sans", serif;
  font-weight: 600;
  line-height: 1.1;
  margin-right: 45px;
  text-align: center;
  letter-spacing: 0;
  min-width: 60px;
}

.caseTitle .case span {
  color: #E71713;
  display: block;
  font-size: 14px;
  font-family: "Open Sans", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.caseTitle h2.sub_secTitle {
  margin: 0;
  font-size: 36px;
  line-height: 1.5;
}

.b-body #sec_3 {
  position: relative;
}

.b-body #sec_3::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(220, 217, 212, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(255, 255, 255, 1) 62%, rgba(220, 217, 212, 1) 100%);
  position: absolute;
  top: 0;
  z-index: -2;
}

.b-body #sec_3>div {
  padding: 160px 0 80px;
}

.b-body #sec_3 .flex_row {
  justify-content: space-between;
}

.b-body #sec_3 .flex_row .textarea {
  width: 45%;
}

.b-body #sec_3 .flex_row .textarea>p {
  font-family: "Zen Kaku Gothic Antique", serif;
}

.b-body #sec_3 .flex_row .textarea a.Btn {
  margin-top: 54px;
}

.b-body #sec_3 .flex_row img {
  max-width: 590px;
}
.b-body #sec_3 .flex_row .img_area span {
  display: block;
  text-align: right;
}


.b-body #sec_3 .flex_row+.img_area {
  margin-top: -100px;
}
.b-body #sec_3 .flex_row + .img_area span {
  display: block;
  text-align: right;
  max-width: 520px;
}

.b-body #sec_3>#content03_02 .flex_row+.img_area {
  display: block;
  margin-left: auto;
  max-width: 520px;
}

.b-body #sec_3>#content03_03 {
  padding-bottom: 0;
}

.b-body #sec_3>.name-container {
  padding: 0;
  margin: -2.75em 0 0;
  padding: 0 0 7em;
  z-index: -1;
}

.b-body #sec_3>#content03_03 .btn_center {
  margin-top: 136px;
}

.b-body #sec_3 .text_anime {
  top: auto;
  bottom: 107px;
  z-index: -1;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_3>div {
    padding: 29vw 0 0;
  }

  .b-body #sec_3 .flex_row .textarea {
    width: 100%;
    order: 1;
    margin-bottom: 13vw;
  }

  .b-body #sec_3 .flex_row .img_area {
    max-width: 590px;
    width: 100%;
    order: 2;
  }

  .caseTitle .case {
    font-size: 10.133333333333333vw;
    margin-right: 6vw;
  }

  .caseTitle .case span {
    font-size: 3.2vw;
  }

  .caseTitle h2.sub_secTitle {
    font-size: 5.866666666666666vw;
  }

  .b-body #sec_3 .flex_row .textarea a.Btn {
    margin-top: 9vw;
  }

  .b-body #sec_3 .flex_row +.img_area {
    margin: 6vw 0 0 -6%;
    width: 106%;
  }

  .b-body #sec_3>#content03_02 .flex_row+.img_area {
    margin-right: -6%;
  }
  .b-body #sec_3>#content03_02 .flex_row+.img_area span {
    width: 94%;
}

  .b-body #sec_3>.name-container {
    margin: -7.75vw 0 0;
    padding: 0 0 11vw;
  }

  .b-body #sec_3>#content03_03 .btn_center {
    margin-top: 20vw;
  }

  .b-body #sec_3>#content03_03 a.Btn {
    text-align: center;
    padding: 1em 3em;
  }

  .b-body #sec_3>#content03_03 a.Btn::after {
    display: none;
  }

  .b-body #sec_3>#content03_03 a.Btn span {
    padding-right: 1.5em;
    display: inline-block;
    text-align: right;
    position: relative;
    font-family: "Zen Kaku Gothic Antique", serif;
  }

  .b-body #sec_3>#content03_03 a.Btn span::after {
    content: "";
    width: 0.85em;
    height: 0.85em;
    background: url(../../library/img/common/arrow.svg) no-repeat center / contain;
    margin: 0 0 -0.1em 0.5em;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .b-body #sec_3>#content03_03 a.Btn:hover span::after {
    filter: brightness(0) invert(1);
    transition: 0.3s;
  }

  .b-body #sec_3 .text_anime {
    bottom: 18vw;
  }



}





.b-body #sec_4 {
  overflow: hidden;
  padding: 60px 0 0;
  background: #1A1A1A;
  position: relative;
}

.b-body #sec_4 .name-container {
  margin: 0 0 -2em;
}

.b-body #sec_4>.wide1200 {
  background: #fff;
  border-radius: 30px 0 0 0;
  padding: 80px 100px 120px;
  position: relative;
}

.b-body #sec_4>.wide1200::after {
  content: "";
  width: 80%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -78%;
  z-index: 0;
}

.b-body #sec_4>.wide1200 h2.secTitle {
  margin-bottom: 45px;
}

.b-body #sec_4 .sild_contents {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  z-index: 2;
}

.b-body #sec_4 .sild_contents .land-usage_area {
  padding: 0 0 100px;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner {
  position: relative;
  margin-right: 40px;
  max-width: 300px;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner a {
  color: #1A1A1A;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text {
  margin: 15px 0 0;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text>span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text p {
  margin: 0.4em 0 0.65em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.6;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_gray {
  background-color: #DCD9D4;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_black {
  background-color: #1A1A1A;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
}


@media only screen and (max-width: 768px) {
  .b-body #sec_4 {
    padding: 14vw 0 0;
  }

  .b-body #sec_4 .name-container {
    margin: 0 0 -3vw;
  }

  .b-body #sec_4 .text_anime {
    top: 7vw;
  }

  .b-body #sec_4>.wide1200 {
    padding: 10vw 0 20vw 8vw;
  }

  .b-body #sec_4 .sild_contents img {
    display: block;
    width: 100%;
  }

  .b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner {
    max-width: 60vw;
  }

  .b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text>span {
    font-size: 4.8vw;
    font-weight: 500;
  }

  .b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_gray {
    font-size: 2.667vw;
  }

  .b-body #sec_4 .sild_contents .land-usage_area .land-usage_area_inner .intro_text .tag_black {
    font-size: 2.667vw;
  }
}

/*スライダー矢印*/


.b-body #sec_4 .sild_contents .arrow_prev {
  left: 300px;
}

.b-body #sec_4 .sild_contents .arrow_prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-body #sec_4 .sild_contents .arrow_next {
  left: 360px;
}

@media only screen and (max-width: 768px) {

  .b-body #sec_4 .sild_contents .arrow_prev,
  .b-body #sec_4 .sild_contents .arrow_next {
    bottom: 1.333vw;
  }

  .b-body #sec_4 .sild_contents .arrow_prev {
    left: calc(100vw - 100% + 38.667vw);
  }

  .b-body #sec_4 .sild_contents .arrow_next {
    left: calc(100vw - 100% + 51.667vw);
  }
}

/*プログレスバー*/

.b-body #sec_4 .sild_contents .slick-nav {
  position: absolute;
  bottom: 23px;
}