.top-line {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .top-line {
    margin-bottom: 40px;
  }
}

.brown-text {
  color: #a98c6e;
}

.section01 {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section01 {
    margin-bottom: 20px;
  }
}
.section01 .back {
  width: 20%;
  right: 0;
  top: -80px;
}
@media (max-width: 600px) {
  .section01 .back {
    top: -136px;
    width: 50%;
  }
}
.section01 .inner .brown-text {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 80px;
  line-height: calc(33 / 19);
}
@media (max-width: 600px) {
  .section01 .inner .brown-text {
    width: 100%;
    margin-bottom: 30px;
    line-height: calc(31 / 17);
    font-size: 17px;
  }
}
.section01 .inner .text {
  width: 90%;
  margin: 0 auto 30px auto;
  line-height: calc(24 / 16);
}
@media (max-width: 600px) {
  .section01 .inner .text {
    width: 100%;
    margin-bottom: 20px;
    line-height: calc(22 / 12);
    font-size: 12px;
  }
}
.section01 .inner .morebtn a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.section02 {
  padding-bottom: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .section02 {
    padding-bottom: 115px;
  }
}
.section02::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(70% - 150px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 233, 231, 0)), to(rgb(237, 233, 231)));
  background: linear-gradient(to bottom, rgba(237, 233, 231, 0) 0%, rgb(237, 233, 231) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .section02::before {
    height: 100px;
  }
}
.section02 .back {
  width: 15%;
  min-height: 260px;
  top: -10%;
  left: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .section02 .back {
    display: none;
  }
}
.section02 .image {
  width: 70%;
  margin: 0 0 60px auto;
}
.section02 .image img {
  width: 100%;
  height: 100%;
  max-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section02 .image:nth-child(3) {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.section02 .image:nth-child(3) img {
  max-height: 520px;
}

.section03 {
  background-color: #ede9e7;
}
@media (max-width: 840px) {
  .section03 {
    padding-top: 30px;
  }
}
.section03::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background-color: #f6f5f3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  .section03::before {
    width: 100%;
    height: calc(100% - 80px);
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section03 .image {
  width: 30%;
  top: -120px;
  right: 0;
}
@media (max-width: 840px) {
  .section03 .image {
    width: 90%;
    height: 340px;
    position: relative;
    margin: 0px auto 50px auto;
    top: 0;
  }
}
.section03 .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section03 .image .text {
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f5f3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 2px;
  left: 5px;
  font-size: clamp(15px, 1.6vw, 22px);
}
@media (max-width: 840px) {
  .section03 .image .text {
    padding: 15px 10px;
  }
}
.section03 .inner {
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 840px) {
  .section03 .inner {
    padding: 50px 0;
  }
}
.section03 .inner .top {
  width: 80%;
  max-width: 770px;
  margin-bottom: 90px;
  line-height: calc(34 / 16);
}
@media (max-width: 840px) {
  .section03 .inner .top {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section03 .inner .bottom {
  width: 80%;
  max-width: 770px;
}
.section03 .inner .bottom .headline {
  width: 100%;
  font-size: 22px;
  color: #a78a6e;
  margin-bottom: 20px;
  line-height: 1.4;
}
.section03 .inner .bottom .brown-text {
  width: calc(100% / 2 - 40px / 2);
  margin-right: 40px;
  line-height: calc(28 / 12);
  font-size: 14px;
}
.section03 .inner .bottom .brown-text:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 840px) {
  .section03 .inner .bottom {
    width: 100%;
  }
  .section03 .inner .bottom .brown-text {
    width: 100%;
  }
}

.section04 {
  padding: 60px 0 200px 0;
  background-color: #ede9e7;
}
@media (max-width: 600px) {
  .section04 {
    padding: 60px 0 80px 0;
  }
}
.section04 .bottom {
  font-size: clamp(40px, 10vw, 160px);
  color: #fff;
  font-family: "Marcellus", serif;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section04 .list .box {
  width: calc(100% / 2 - 30px / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #3f3f3f;
}
.section04 .list .box:nth-child(2n) {
  margin-right: 0;
}
.section04 .list .box:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .section04 .list .box {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .section04 .list .box:nth-child(1n) {
    margin-right: 0;
  }
  .section04 .list .box:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
  .section04 .list .box:last-child {
    margin-bottom: 0;
  }
}
.section04 .list .box a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section04 .list .box a:after {
  content: "";
  width: 40px;
  height: 10px;
  background-image: url(/wp-content/uploads/2025/06/icon-a-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 800px) {
  .section04 .list .box a:after {
    width: 25px;
  }
}
.section04 .list .box a .image {
  width: 110px;
  height: 85px;
  margin-right: 30px;
}
.section04 .list .box a .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section04 .list .box a .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 33px;
  color: #a78a6e;
  line-height: 1;
}
.section04 .list .box a .content span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.section05 {
  padding: 60px 0 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #5c5751;
}
.section05 .headline {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.section05 .list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.section05 .list .item {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  background-color: #534e48;
  border-radius: 10px;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section05 .list .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1050px) {
  .section05 .list .item {
    width: calc(100% / 3 - 40px / 3);
    margin-right: 20px;
    padding: 25px 15px;
  }
  .section05 .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .section05 .list .item {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .section05 .list .item:nth-child(1n) {
    margin-right: 0;
  }
}
.section05 .list .item::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/uploads/2025/06/about-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 1;
}
@media (max-width: 800px) {
  .section05 .list .item::before {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.section05 .list .item .icon {
  height: 60px;
  margin: 0 auto 30px auto;
}
.section05 .list .item .icon img {
  height: 100%;
}
.section05 .list .item .headline {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: calc(30 / 20);
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.section05 .list .item .text {
  line-height: calc(31 / 13);
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: 13px;
}
.section05 .list .item .image {
  width: 100%;
  height: 210px;
  margin: 0 auto 30px auto;
}
.section05 .list .item .image img {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section05 .list .item .box-text {
  color: #fff;
  text-align: center;
  line-height: calc(31 / 15);
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #5c5751;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1050px) {
  .section05 .list .item .box-text {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .section05 .list .item .box-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.section05 .list .item:nth-child(2) {
  background-color: transparent;
}
@media (max-width: 800px) {
  .section05 .list .item:nth-child(2) {
    background-color: #534e48;
  }
}
.section05 .list .item:nth-child(2) .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section05 .list .item:last-child::before {
  display: none;
}