@charset "UTF-8";
.page-header-image {
  background-image: url(../images/about/page-mv.jpg);
}

strong {
  font-weight: 600;
}

.wp-block-table td,
.wp-block-table th {
  border: 0;
  border-top: solid 1px #e6521f;
  padding: 0.5em;
  padding: 32px 20px;
  text-align: left;
}
.wp-block-table td:first-child,
.wp-block-table th:first-child {
  width: 200px;
}
@media (max-width: 768px) {
  .wp-block-table td:first-child,
  .wp-block-table th:first-child {
    width: 100%;
  }
}
.wp-block-table td strong,
.wp-block-table th strong {
  font-weight: 600;
}

.wp-block-table tr:last-child {
  border-bottom: solid 1px #e6521f;
}

@media (max-width: 768px) {
  .wp-block-table td,
  .wp-block-table th {
    display: block;
    width: 100%;
    padding: 20px 16px;
  }
}
.catch {
  height: auto;
  padding: 40px 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #e6521f;
}
@media (max-width: 768px) {
  .catch {
    font-size: 20px;
    line-height: 30px;
    padding: 32px 10px;
  }
}

.profile-wrapper {
  border-top: 1px solid #e6521f;
  border-bottom: 1px solid #e6521f;
  padding: 30px 0;
  background-color: #fff;
}
.profile-wrapper .box {
  gap: 40px;
  margin: 0 auto;
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .profile-wrapper .box .image {
    text-align: center;
  }
}
.profile-wrapper .head {
  border-bottom: solid 1px #e6521f;
}
.profile-wrapper .head .section-ttl {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1;
}
.profile-wrapper .head .ttl-sub {
  font-size: 16px;
  margin-bottom: 32px;
  color: #282727;
}
.profile-wrapper .head .name {
  font-size: 26px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.profile-wrapper .head .company {
  font-size: 18px;
  margin-bottom: 35px;
}

.text-def {
  margin-bottom: 20px;
}

.bg {
  background: #e6521f;
}

.container {
  padding-top: 64px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 748px) {
  .container {
    padding-top: 64px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.story .container {
  padding-bottom: 44px;
}
.story .story-box {
  background: #fff;
  padding: 32px 0;
  border-radius: 20px;
  width: 87%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .story .story-box {
    width: 90%;
  }
}
.story .story-box .box {
  gap: 40px;
}
.story .story-box .box .image {
  max-width: 400px;
}
@media (max-width: 768px) {
  .story .story-box .box .image {
    max-width: 90%;
  }
}
.story .story-box .box .text {
  width: calc(100% - 400px);
  text-align: left;
}
@media (max-width: 1024px) {
  .story .story-box .box .text {
    width: 100%;
    padding: 0 20px;
  }
}
.story .story-box .box .text .head .ttl-num {
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: #e6521f;
  margin-bottom: 20px;
}
.story .story-box .box .text .head .ttl-sub-noline {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #e6521f;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  .story .story-box .box .text .head .ttl-sub-noline {
    font-size: 22px;
  }
}
.story .story-box:nth-child(even) {
  margin-left: 13%;
  padding-left: 32px;
}
@media (max-width: 758px) {
  .story .story-box:nth-child(even) {
    margin-left: 10%;
    padding-left: 20px;
  }
}
.story .story-box:nth-child(even) .box {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .story .story-box:nth-child(even) .box {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .story .story-box:nth-child(even) .box .image {
    max-width: 100%;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .story .story-box:nth-child(even) .box .text {
    padding-left: 0;
  }
}

section.cta .container {
  padding-top: 0;
  margin-bottom: 0;
}

/* 初期状態（非表示） */
.story-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示状態 */
.story-box.is-show {
  opacity: 1;
  transform: translateY(0);
}

.message {
  background-image: url(../images/about/message@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .message {
    background-position: right;
  }
}
.message .message-box {
  background: #fff;
  padding: 64px 30px 36px 48px;
  width: 56.6%;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .message .message-box {
    width: 86%;
    max-width: 86%;
    padding: 32px 16px 32px 16px;
  }
}
.message .message-box .section-ttl {
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e6521f;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .message .message-box .section-ttl {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
.message .message-box .catch {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #282727;
}
@media (max-width: 768px) {
  .message .message-box .catch {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0px 10px 16px 0;
  }
}
.message .message-box .text-def {
  color: #e6521f;
  font-weight: 600;
}

.company-profile {
  padding: 72px 0 0;
}
@media (max-width: 768px) {
  .company-profile {
    padding: 0 0 0;
  }
}
.company-profile .ttl-sub-noline {
  font-size: 40px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .company-profile .ttl-sub-noline {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
.company-profile table {
  max-width: 995px;
  margin: 0 auto;
}/*# sourceMappingURL=page-aboutus.css.map */