.thoughts {
  margin: 0 0 144px;
  padding: 80px 0 72px;
  background: #EFE2D9;
}
.thoughts .img {
  margin: 0 0 56px;
}
.thoughts .list .item + .item {
  margin: 56px 0 0;
}
.thoughts .list .item dl dt {
  width: 240px;
  margin: 0 auto 24px;
  padding: 6px 0;
  background: #AF826B;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .thoughts {
    margin: 0 0 96px;
    padding: 96px 0;
  }
  .thoughts .detail {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 120px;
  }
  .thoughts .detail .img {
    width: 40%;
  }
  .thoughts .detail .list {
    width: 60%;
  }
  .thoughts .detail .list .item + .item {
    margin: 40px 0 0;
  }
  .thoughts .detail .list .item dl dt {
    margin: 0 0 16px;
  }
}

.license {
  margin: 0 0 144px;
}
.license .content {
  padding: 40px 24px 64px;
  background: #EFE2D9;
  border-radius: 16px;
}
.license .content .title01 {
  margin: 0 0 32px;
}
.license .content .text {
  margin: 0 0 32px;
}
.license .content .list {
  position: relative;
  list-style: none;
}
.license .content .list:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 120%;
  background: #AF826B;
  top: 7px;
  left: 9px;
}
.license .content .list + .list {
  margin: 32px 0 0;
}
.license .content .list + .list:before {
  height: 100%;
  top: -20px;
}
.license .content .list .item {
  position: relative;
  padding: 0 0 0 24px;
}
.license .content .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #AF826B;
  border-radius: 50%;
}
.license .content .list .item + .item {
  margin: 32px 0 0;
}
.license .content .list .item dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.license .content .list .item dl dt {
  width: 70px;
  font-size: 14px;
  color: #594031;
  font-weight: 700;
}
.license .content .list .item dl dd .text {
  margin: 0;
  font-size: 14px;
  color: #594031;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .license .content {
    padding: 64px 96px 96px;
  }
  .license .content .title01 {
    margin: 0 0 48px;
  }
  .license .content .text {
    margin: 0 0 48px;
  }
  .license .content .detail {
    display: flex;
    gap: 0 80px;
  }
  .license .content .detail .list {
    position: relative;
    list-style: none;
  }
  .license .content .detail .list:before {
    height: 90%;
    background: #AF826B;
    top: 10px;
    left: 16px;
  }
  .license .content .detail .list + .list {
    margin: 0;
  }
  .license .content .detail .list + .list:before {
    height: 57.5%;
    top: 20px;
  }
  .license .content .detail .list .item {
    padding: 0 0 0 48px;
  }
  .license .content .detail .list .item::before {
    width: 32px;
    height: 32px;
  }
  .license .content .detail .list .item + .item {
    margin: 48px 0 0;
  }
  .license .content .detail .list .item dl {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .license .content .detail .list .item dl dt {
    width: 70px;
    font-size: 16px;
  }
  .license .content .detail .list .item dl dd .text {
    font-size: 16px;
  }
}

.company {
  margin: 0 0 144px;
}
.company .tile01 {
  margin: 0 0 56px;
}
.company table {
  width: 100%;
  border-collapse: collapse;
}
.company table tr {
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
}
.company table tr th {
  width: 88px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
.company table tr td {
  padding: 32px 0;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .company {
    margin: 0 0 96px;
  }
  .company .tile01 {
    margin: 0 0 48px;
  }
  .company .about {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 32px;
  }
  .company .about .map {
    width: 50%;
    padding-top: 30%;
  }
  .company .about .info {
    width: 50%;
  }
  .company .about .info table tr th {
    width: 156px;
    font-size: 20px;
  }
  .company .about .info table tr td {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .bg {
    background: url(../img/common/bg.png) no-repeat center top;
    background-size: cover;
  }
}/*# sourceMappingURL=company.css.map */