body {
  background-color: #ede9e7;
  overflow-x: hidden;
}

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

.section {
  counter-reset: section;
}
.section .container {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section .container {
    margin-bottom: 60px;
  }
}
.section .container .inner .info-box {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 600px) {
  .section .container .inner .info-box {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
  }
  .section .container .inner .info-box:last-child {
    margin-bottom: 0;
  }
}
.section .container .inner .info-box .image {
  margin-bottom: 20px;
  height: 300px;
}
@media (max-width: 600px) {
  .section .container .inner .info-box .image {
    height: 180px;
  }
}
.section .container .inner .info-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .container .inner .info-box .info {
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f0ee;
}
.section .container .inner .info-box .info .headline {
  font-size: 18px;
  color: #9d8064;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #9d8064;
}
.section .container .inner .info-box .info .list {
  line-height: calc(30 / 13);
  margin-bottom: 25px;
}
.section .container .inner .info-box .info .list:last-child {
  margin-bottom: 0;
}
.section .container .inner .info-box .morebtn a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.section .container .inner .box-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .section .container .inner .box-list {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section .container .inner .box-list .headline {
  font-size: 21px;
  margin-bottom: 90px;
  padding: 50px 0 0 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .section .container .inner .box-list .headline {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 20px 0 0 35px;
  }
}
.section .container .inner .box-list .headline span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .section .container .inner .box-list .headline span {
    font-size: 14px;
  }
}
.section .container .inner .box-list .headline::before {
  counter-increment: section;
  content: counter(section);
  font-size: 76px;
  font-family: "Marcellus", serif;
  color: #ae8a6a;
  position: absolute;
  top: 10px;
  left: 20px;
}
@media (max-width: 600px) {
  .section .container .inner .box-list .headline::before {
    font-size: 50px;
    left: 0;
  }
}
.section .container .inner .box-list .headline:after {
  content: "";
  display: block;
  width: calc(100% + (100vw - 1015px) / 2);
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 600px) {
  .section .container .inner .box-list .headline:after {
    width: 100%;
    bottom: -20px;
  }
}
.section .container .inner .box-list .text {
  line-height: calc(34 / 13);
}
.section .container .morebtn-pos {
  bottom: 0;
  right: 0;
}
@media (max-width: 600px) {
  .section .container .morebtn-pos {
    width: 100%;
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.section .container .morebtn-pos .morebtn {
  margin-bottom: 20px;
}
.section .container .morebtn-pos .morebtn:last-child {
  margin-bottom: 0;
}
.section .container .morebtn-pos .morebtn a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.section .container:nth-child(2) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section .container:nth-child(2) .inner .info-box {
  margin-right: 0px;
  margin-left: 50px;
}
@media (max-width: 600px) {
  .section .container:nth-child(2) .inner .info-box {
    margin-left: 0;
  }
}
.section .container:nth-child(2) .inner .box-list .headline::before {
  left: 0;
}
.section .container:nth-child(2) .inner .box-list .headline:after {
  right: 0;
  left: auto;
}
.section .container:nth-child(2) .inner .morebtn-pos {
  left: 45%;
  right: auto;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
@media (max-width: 600px) {
  .section .container:nth-child(2) .inner .morebtn-pos {
    -webkit-transform: none;
            transform: none;
  }
}
.section .box-banner-list {
  margin: 0 auto 130px auto;
}