#page-company .section:not(#history) {
  margin-bottom: 20rem;
}
#page-company .section .sec-text {
  text-align: left;
}
#page-company .section .sec-image {
  margin-top: 80px;
}
#page-company .section .sec-content {
  overflow: hidden;
  transition: height 0.5s;
}
#page-company .section .sec-title {
  margin: 0 auto 40px;
  max-width: 900px;
}
#page-company .section .sec-address {
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}
#page-company .section .sec-address.bold {
  font-weight: 700;
  font-size: 40px;
}
#page-company .section .sec-map {
  margin-top: 40px;
  aspect-ratio: 1202/498;
}
#page-company .section .sec-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#page-company .section .sec-more {
  display: block;
  width: 44px;
  height: 27px;
  margin: 40px auto 0;
  background: url(../img/common/text-more.png) center/contain no-repeat;
  cursor: pointer;
  outline: none;
  font-size: 0;
  transition: opacity 0.3s;
}
#page-company .section .sec-more:hover {
  opacity: 0.6;
}
#page-company .section-ceo {
  margin-bottom: 20rem;
}
#page-company .section-ceo .sec-flex {
  display: flex;
  align-items: start;
}
#page-company .section-ceo .sec-img {
  width: 100%;
  flex-basis: 50%;
  padding: 0 68px;
}
#page-company .section-ceo .sec-img img {
  width: 100%;
  height: 100%;
}
#page-company .section-ceo .sec-content {
  flex-basis: 50%;
}
#page-company .section-ceo .sec-content .content-top {
  color: #0069D4;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
#page-company .section-ceo .sec-content .content-name {
  margin-top: 48px;
  padding: 0 24px;
  border-bottom: 1px solid #000;
  width: 100%;
}
#page-company .section-ceo .sec-content .content-name img {
  max-width: 352px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 13px 0;
}
#page-company .section-ceo .sec-content .content-text {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.8;
}
#page-company .section-ceo .sec-content .content-text .text {
  display: block;
}
#page-company .section-ceo .sec-more {
  display: none;
  width: 44px;
  height: 27px;
  margin: 40px auto 0;
  background: url(../img/common/text-more.png) center/contain no-repeat;
  cursor: pointer;
  outline: none;
  font-size: 0;
  transition: opacity 0.3s;
}
#page-company .section-ceo .sec-more:hover {
  opacity: 0.6;
}
@media print, screen and (max-width: 1300px) {
  #page-company .section-ceo .sec-content .content-text {
    margin-top: 24px;
    overflow: hidden;
    transition: height 0.5s;
  }
  #page-company .section-ceo .sec-content .content-text .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    line-clamp: 11;
    overflow: hidden;
    position: relative;
  }
  #page-company .section-ceo .sec-content .content-text .text.expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
  }
  #page-company .section-ceo .sec-more {
    display: block;
  }
}
@media print, screen and (max-width: 1024px) {
  #page-company .section {
    margin-bottom: 13.5rem;
  }
  #page-company .section-ceo {
    margin-bottom: 13.5rem;
  }
  #page-company .section-ceo .sec-flex {
    flex-direction: column;
  }
  #page-company .section-ceo .sec-content {
    flex-basis: 100%;
  }
  #page-company .section-ceo .sec-content .content-top {
    font-size: 4.6rem;
  }
  #page-company .section-ceo .sec-content .content-image {
    max-width: 480px;
    margin: 24px auto 0;
    display: flex;
  }
  #page-company .section-ceo .sec-content .content-image .sec-img {
    width: 100%;
    flex-basis: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-company .pagehead-img img {
    -o-object-position: bottom;
       object-position: bottom;
    width: 140%;
    margin-left: -20%;
  }
  #page-company .section {
    margin-bottom: 80px;
  }
  #page-company .section .sec-text {
    font-size: 1.8rem;
  }
  #page-company .section .sec-image {
    margin-top: 24px;
    aspect-ratio: 352/200;
  }
  #page-company .section .sec-address {
    font-size: 20px;
  }
  #page-company .section .sec-address.bold {
    font-size: 28px;
  }
  #page-company .section .sec-map {
    aspect-ratio: auto;
    height: 420px;
  }
  #page-company .section .sec-map iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
  #page-company .section-ceo {
    margin-bottom: 80px;
  }
  #page-company .section-ceo .sec-content .content-top {
    font-size: 28px;
    line-height: 1.2;
  }
  #page-company .section-ceo .sec-content .content-image {
    justify-content: center;
    max-width: 400px;
    margin-top: 0;
  }
  #page-company .section-ceo .sec-content .content-text .text {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    line-clamp: 11;
  }
}/*# sourceMappingURL=company.css.map */