.page-company {
  padding: 40px 0 80px;
}

@media screen and (max-width: 800px) {
  .page-company {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .sec-company {
    overflow: hidden;
  }
}

.sec-company > .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
}

@media screen and (max-width: 800px) {
  .sec-company > .wrapper {
    width: 100%;
  }
}

.sec-company .ttl {
  margin-bottom: 40px;
  text-align: center;
}

.sec-company .ttl .inner {
  position: relative;
  display: inline-block;
}

.sec-company .ttl .inner:before {
  position: absolute;
  left: -53px;
  bottom: 0;
  display: block;
  width: 95px;
  height: 22px;
  content: "";
  background: url(../images/deco/deco-cloude1.png) no-repeat 50% 50%/contain;
}

.sec-company .ttl .inner:after {
  position: absolute;
  right: -60px;
  top: 0;
  display: block;
  width: 110px;
  height: 37px;
  content: "";
  background: url(../images/deco/deco-cloude1.png) no-repeat 50% 50%/contain;
}

.sec-company .ttl .inner .txt {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .sec-company .ttl .inner .txt {
    font-size: 25px;
  }
}

@media screen and (max-width: 800px) {
  .sec-company .ttl {
    margin-bottom: 25px;
  }
}

.sec-company .about {
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .sec-company .about {
    margin-bottom: 50px;
  }
}

.sec-company .detail table {
  width: 100%;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .sec-company .detail table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .sec-company .detail table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-company .detail table tr td {
  border-bottom: 1px dashed #ABABAB;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .sec-company .detail table tr td {
    border-bottom: none;
    text-align: center;
  }
}

.sec-company .detail table tr .sub-ttl {
  padding-left: 30px;
  width: 33%;
  font-weight: 700;
  color: #523A00;
}

@media screen and (max-width: 800px) {
  .sec-company .detail table tr .sub-ttl {
    border-top: 1px dashed #ABABAB;
    padding: 15px 0 0;
    width: 100%;
  }
}

.sec-company .detail table tr .txt {
  line-height: 1.7;
  padding: 15px 0 15px;
}

@media screen and (max-width: 800px) {
  .sec-company .detail table tr .txt {
    padding: 10px 0 15px;
  }
}
