@media (max-width: 600px) {
  .top-line {
    background-color: #ede8e6;
  }
}

.company .sections {
  padding: 150px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ede8e6;
}
@media (max-width: 600px) {
  .company .sections {
    padding: 50px 0 0 0;
  }
}
.company .sections .section01 {
  margin-bottom: 130px;
}
@media (max-width: 600px) {
  .company .sections .section01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.company .sections .section01::after {
  content: "";
  display: block;
  width: 60vw;
  height: 90%;
  background-color: #f7f6f4;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 0;
}
@media (max-width: 600px) {
  .company .sections .section01::after {
    width: 100%;
    height: 95%;
    bottom: 0;
  }
}
.company .sections .section01 .inner {
  z-index: 1;
}
.company .sections .section01 .inner .box .image {
  width: 40%;
  margin: -50px 50px 0 0;
}
@media (max-width: 600px) {
  .company .sections .section01 .inner .box .image {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.company .sections .section01 .inner .box .image img {
  width: 100%;
}
.company .sections .section01 .inner .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .company .sections .section01 .inner .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.company .sections .section01 .inner .content .headline {
  font-size: 50px;
  color: #a98c6e;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .company .sections .section01 .inner .content .headline {
    font-size: 43px;
    margin-bottom: 20px;
  }
}
.company .sections .section01 .inner .content .headline span {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .company .sections .section01 .inner .content .headline span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.company .sections .section01 .inner .content .text {
  line-height: calc(34 / 14);
  margin-bottom: 30px;
}
.company .sections .section01 .inner .content .representative {
  text-align: right;
  font-size: 17px;
  line-height: 1.6;
}
.company .sections .section02 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .company .sections .section02 {
    margin-bottom: 50px;
  }
}
.company .sections .section02 .inner .list {
  width: 90%;
  margin: 0 auto 110px auto;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media (max-width: 600px) {
  .company .sections .section02 .inner .list {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
.company .sections .section02 .inner .list .row {
  display: contents;
}
.company .sections .section02 .inner .list .row .left {
  color: #a4805f;
  line-height: calc(22 / 15);
  padding: 25px 0 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
}
@media (max-width: 600px) {
  .company .sections .section02 .inner .list .row .left {
    padding: 20px 0 20px 20px;
    font-size: 13px;
  }
}
.company .sections .section02 .inner .list .row .right {
  padding: 25px 0 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
  line-height: calc(22 / 15);
}
@media (max-width: 600px) {
  .company .sections .section02 .inner .list .row .right {
    padding: 20px 0 20px 20px;
    font-size: 13px;
  }
}
.company .sections .section03 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .company .sections .section03 {
    margin-bottom: 50px;
  }
}
.company .sections .section03 .inner .movie {
  aspect-ratio: 16/9;
  margin-bottom: 50px;
}
.company .sections .section03 .inner .morebtn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .company .sections .section03 .inner .morebtn a {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
.company .sections .section04 {
  margin-bottom: 150px;
}
@media (max-width: 600px) {
  .company .sections .section04 {
    margin-bottom: 80px;
  }
}
.company .sections .section04 .headline {
  font-size: 50px;
  color: #a98c6e;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .company .sections .section04 .headline {
    font-size: 43px;
  }
}
.company .sections .section04 .headline span {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .company .sections .section04 .headline span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.company .sections .section04 .text {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .company .sections .section04 .text {
    line-height: 1.6;
  }
}
.company .sections .section04 .text a {
  color: #a4805f;
  text-decoration: underline;
  display: inline-block;
}
.company .sections .section04 .list .item {
  width: calc(100% / 2 - 50px / 2);
  margin-right: 50px;
}
.company .sections .section04 .list .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .company .sections .section04 .list .item {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .company .sections .section04 .list .item:nth-child(1n) {
    margin-right: 0;
  }
  .company .sections .section04 .list .item:last-child {
    margin-bottom: 0;
  }
}
.company .sections .section04 .list .item h2 {
  border-left: 5px solid #a4805f;
  padding: 5px 0 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a4805f;
  font-size: 20px;
  margin-bottom: 15px;
}
.company .sections .section04 .list .item .address {
  font-size: 14px;
  margin-bottom: 30px;
}
.company .sections .section04 .list .item .map {
  aspect-ratio: 16/9;
}
.company .sections .section04 .list .item .precautions {
  font-size: 12px;
  line-height: calc(18 / 12);
}
.company .sections .section05 {
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.company .sections .section05::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #baa48b;
  z-index: 0;
  top: -70px;
  left: 0;
}
@media (max-width: 600px) {
  .company .sections .section05::after {
    height: 170px;
    top: -40px;
  }
}
.company .sections .section05 .inner {
  z-index: 1;
}
.company .sections .section05 .inner .headline {
  font-size: 50px;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .company .sections .section05 .inner .headline {
    font-size: 43px;
  }
}
.company .sections .section05 .inner .headline span {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 600px) {
  .company .sections .section05 .inner .headline span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.company .sections .section05 .inner .list {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .company .sections .section05 .inner .list {
    margin-bottom: 30px;
  }
}
.company .sections .section05 .inner .list .item {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.company .sections .section05 .inner .list .item:nth-child(3n) {
  margin-right: 0;
}
.company .sections .section05 .inner .list .item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .company .sections .section05 .inner .list .item {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .company .sections .section05 .inner .list .item:nth-child(3n) {
    margin-right: 10px;
  }
  .company .sections .section05 .inner .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .company .sections .section05 .inner .list .item:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }
  .company .sections .section05 .inner .list .item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.company .sections .section05 .inner .list .item a .image {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
}
.company .sections .section05 .inner .list .item a .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .sections .section05 .inner .list .item a .qualification {
  font-size: 12px;
  line-height: calc(15 / 12);
  margin-bottom: 10px;
}
.company .sections .section05 .inner .list .item a .name {
  font-size: 18px;
}
.company .sections .section05 .inner .morebtn a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.company .sections .section06 {
  background-color: #fff;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .company .sections .section06 {
    padding-bottom: 40px;
  }
}
.company .sections .section06 .inner .headline {
  font-size: 50px;
  color: #a98c6e;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .company .sections .section06 .inner .headline {
    font-size: 43px;
  }
}
.company .sections .section06 .inner .headline span {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .company .sections .section06 .inner .headline span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.company .sections .section06 .inner .list .row {
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ababab;
}
.company .sections .section06 .inner .list .row:first-child {
  border-top: 1px solid #ababab;
}
.company .sections .section06 .inner .list .row .left {
  width: 225px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a4805f;
  line-height: calc(26 / 15);
}
@media (max-width: 600px) {
  .company .sections .section06 .inner .list .row .left {
    width: auto;
    padding-left: 20px;
    font-size: 13px;
  }
}
.company .sections .section06 .inner .list .row .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: calc(26 / 15);
}
@media (max-width: 600px) {
  .company .sections .section06 .inner .list .row .right {
    font-size: 13px;
  }
}