:root {
  --blue: #376177;
}

.company-main {
  background: var(--blue);
}

.company-hero {
  position: relative;
  height: 624px;
  overflow: hidden;
  background: #000;
}

.company-profile dd ol, .company-profile dd ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.company-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.company-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.company-hero .lower-heading {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
}

.company-about {
  padding: 82px var(--main-pad) 0;
}

.company-lead {
  width: min(1040px, 100%);
  margin: 0 auto 118px;
  font-size: 15px;
  line-height: 2.1;
}

.company-about h2,
.company-qa h2 {
  width: min(1040px, 100%);
  margin: 0 auto 58px;
}

.company-table {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.company-table div {
  -ms-grid-columns: 150px 0 1fr;
  grid-template-columns: 150px 1fr;
  gap: 0;
  padding: 22px 30px;
  border-top: 0;
}

.company-table div + div {
  margin-top: 20px;
}

.company-table a {
  margin-top: 16px;
}

.park-ttl {
  margin-top: 30px;
}

.attention {
  font-size: 14px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}
.attention span {
  text-indent: -1em;
  display: inline-block;
  margin-left: 1em;
}

.company-profile {
  padding: 78px var(--main-pad) 0;
}

.company-profile dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-profile dd ol li:first-child {
  margin-right: auto;
}

.company-profile dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  gap: 20px;
}

.company-map {
  width: 100%;
  height: 400px;
  margin: 78px 0 0;
  overflow: hidden;
}

.company-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-kitchen {
  width: 100%;
  height: 400px;
  margin: 222px 0 0;
  overflow: hidden;
}

.company-kitchen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-achievements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 20px 300px;
  grid-template-columns: repeat(2, 300px);
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 68px;
  color: #b79846;
}

.company-achievements > div {
  min-height: 91px;
  border: 1px solid #b79846;
  background: var(--white);
  text-align: center;
  padding: 14px 20px 10px;
}

.company-achievements small {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.company-achievements p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0;
}

.company-achievements span {
  font-size: 13px;
  line-height: 1.05;
  text-align: right;
}

.company-achievements strong {
  font-family: var(--latin);
  font-size: 43px;
  line-height: 1;
  font-weight: 400;
}

.company-achievements em {
  font-style: normal;
  font-size: 15px;
}

.company-qa {
  margin-top: 0;
  padding: 106px var(--main-pad) 120px;
  background: var(--white);
  color: var(--blue);
}

.qa-item {
  width: min(1040px, 100%);
  margin: 0 auto;
  border-top: 0;
  color: #3E3A39;
}

.qa-item + .qa-item {
  margin-top: 20px;
}

.qa-item h3 {
  margin: 0;
  padding: 28px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--blue);
  background: #f3f3f3;
}

.qa-item h3 button {
  position: relative;
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0 54px 0 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  cursor: pointer;
}

.qa-item h3 button::before,
.qa-item h3 button::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: currentColor;
  -webkit-transition: opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.qa-item h3 button::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa-item h3 button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.qa-item.is-open h3 button::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.qa-item p {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0 20px;
  line-height: 1.85;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.5s;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.qa-item p span {
  color: #8B9000;
}

.qa-item.is-open h3 {
  background: var(--blue);
  color: #FFF;
}

.qa-item.is-open p {
  visibility: visible;
  opacity: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 40px;
  max-height: auto !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease 0.08s, visibility 0s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease 0.08s, visibility 0s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease 0.08s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-top 0.5s cubic-bezier(0.16, 1, 0.3, 1), padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease 0.08s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.qa-item p span {
  margin-right: 10px;
  font-size: 20px;
}

@media (max-width: 780px) {
  .company-about h2, .company-qa h2 {
    margin-bottom: 40px;
  }
  .company-about {
    padding: 40px 20px 0;
  }
  .company-hero {
    height: 420px;
  }
  .company-table div {
    padding: 20px 20px;
  }
  .company-hero .lower-heading {
    left: 20px;
    bottom: 40px;
  }
  .company-profile dd ol, .company-profile dd ul {
    display: block;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .company-profile dd ol li:last-child {
    margin-top: 20px;
  }
  .company-profile dd ul {
    margin-top: 20px;
  }
  .company-profile dd ul li {
    margin-bottom: 10px;
  }
  .company-table dt, .estate-summary dt {
    font-size: 15px;
    font-weight: bold;
  }
  .company-table dd, .estate-summary dd {
    font-size: 13px;
  }
  .company-profile dd ul {
    display: block;
    gap: 0px;
  }
  .company-profile dd ul li {
    width: 100%;
  }
  .company-profile dd ul li img {
    width: 100%;
  }
  .company-table div {
    padding: 15px;
  }
  .company-kitchen, .company-map {
    width: 100%;
    height: 195px;
    margin: 40px 0 0;
    overflow: hidden;
  }
  .company-table div + div {
    margin-top: 0;
  }
  .company-lead {
    font-size: 13px;
    margin-bottom: 60px;
  }
  .company-lead br {
    display: none;
  }
  .company-table div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .company-profile {
    padding: 40px 20px 0;
  }
  .company-achievements {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .park-ttl {
    margin-top: 20px;
  }
  .attention {
    font-size: 12px;
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
  }
  .company-qa {
    margin-top: 0px;
    padding: 70px 20px 92px;
  }
  .qa-item h3 {
    padding: 14px 20px;
    font-size: 15px;
  }
  .qa-item.is-open p {
    padding-top: 10px;
  }
  .company-table a {
    font-size: 13px;
  }
}