@charset "utf-8";
#ceo-message {
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 80px 0 130px;
  box-sizing: border-box;
}
#ceo-message .content-area {
  width: 73.83%;
}
#ceo-message .main-title {
  font-size: 4.2rem;
  font-weight: bold;
  color: #0D5492;
  line-height: 1.3;
  margin-bottom: 15px;
}
#ceo-message .sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0D5492;
  margin-bottom: 60px;
}
#ceo-message .message-text {
  font-size: 1.7rem;
  margin-bottom: 30px;
  line-height: 34px;
}
#ceo-message .message-text:last-child {
  margin-bottom: 0;
}
#ceo-message .profile-area {
  width: 25.08%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ceo-message .signature {
  width: 100%;
  text-align: center;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
}
@media (max-width: 980px) {
  #ceo-message .signature {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  #ceo-message {
    padding: 50px 0 60px;
  }
  #ceo-message .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #ceo-message .content-area {
    width: 100%;
  }
  #ceo-message .profile-area {
    width: 100%;
    margin-top: 30px;
  }
  #ceo-message .profile-area .image-wrapper {
    width: 50%;
  }
  #ceo-message .signature {
    font-size: 21px;
    font-size: 2.1rem;
  }
  #ceo-message .main-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #ceo-message .sub-title {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #ceo-message .message-text {
    line-height: 29px;
  }
}
#history-gallery {
  background: url("../images/about/gallery_bg.webp")no-repeat 0 0;
  background-size: cover;
  background-position: center;
  padding: 45px 0 100px;
}
#history-gallery .header-area {
  text-align: center;
  margin-bottom: 40px;
}
#history-gallery .gallery-title {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  color: #125692;
  margin-bottom: 8px;
  line-height: 1;
}
#history-gallery .accent-num {
  font-size: 77px;
  font-size: 7.7rem;
  font-weight: bold;
}
#history-gallery .gallery-subtitle {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-size: 3.5rem;
  font-weight: 400;
  font-style: italic;
  color: #DCE4EB;
}
#history-gallery ul li {
  padding: 0 10px;
}
#history-gallery ul li:nth-child(2n) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #history-gallery {
    padding: 60px 0 40px;
  }
  #history-gallery .header-area {
    text-align: center;
    margin-bottom: 20px;
  }
  #history-gallery .gallery-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #history-gallery .accent-num {
    font-size: 41px;
    font-size: 4.1rem;
  }
  #history-gallery .gallery-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #history-gallery ul li:nth-child(2n) {
    margin-top: 30px;
  }
}
#win-win-relationship {
  padding: 125px 0 95px;
}
#win-win-relationship .text-content {
  width: 45%;
}
#win-win-relationship .section-title {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  color: #125692;
  line-height: 67px;
  margin-bottom: 45px;
}
#win-win-relationship .description-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 38px;
}
#win-win-relationship .diagram-content {
  width: 52.33%;
}
@media (max-width: 768px) {
  #win-win-relationship {
    padding: 70px 0;
  }
  #win-win-relationship .text-content {
    width: 100%;
  }
  #win-win-relationship .section-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 44px;
    margin-bottom: 30px;
  }
  #win-win-relationship .description-text {
    line-height: 32px;
  }
  #win-win-relationship .diagram-content {
    width: 100%;
    margin-top: 40px;
  }
}
#service-info {
  background-color: #F7FAFC;
  padding: 45px 0 55px;
  box-sizing: border-box;
}
#service-info .service-header {
  text-align: center;
  margin-bottom: 15px;
}
#service-info .service-title {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  color: #125692;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  line-height: 1;
}
#service-info .service-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  font-style: italic;
  color: #CFCFCF;
  width: 100%;
}
#service-info .service-subtitle::before, #service-info .service-subtitle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #CFCFCF;
  vertical-align: middle;
}
#service-info .service-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#service-info .parts-sales {
  width: 78.42%;
  padding-right: 15px;
}
#service-info .consulting-sales {
  width: 21.58%;
  border-left: 1px solid #dcdcdc;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
#service-info .category-label {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #0B5291;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* カテゴリの丸ポッチ（緑がかったシアン） */
#service-info .category-label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00bcd4;
  border-radius: 50%;
}
#service-info .button-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#service-info .service-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #7DABD4;
  border-radius: 10px;
  padding: 10px;
  color: #191919;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}
#service-info .service-button:hover {
  border-color: #0f5a9e;
  box-shadow: 0 6px 15px rgba(15, 90, 158, 0.1);
  transform: translateY(-2px);
}
#service-info .service-button::after {
  content: "";
  background: url("../images/common/arrow-right.svg")no-repeat 0 0;
  background-size: contain;
  width: 9.25px;
  height: 8.94px;
}
#service-info .button-left-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
#service-info .button-left-content img {
  width: 45px;
  height: 45px;
}
#service-info .single-button-layout {
  height: 100%;
}
@media (max-width: 985px) {
  #service-info .service-container {
    flex-direction: column;
    gap: 35px;
  }
  #service-info .parts-sales {
    width: 100%;
    padding-right: 0;
  }
  #service-info .consulting-sales {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  #service-info .single-button-layout .service-button {
    width: 24%;
  }
}
@media (max-width: 768px) {
  #service-info {
    padding: 50px 0;
  }
  #service-info .service-title {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #service-info .service-subtitle::before, #service-info .service-subtitle::after {
    width: 15px;
  }
  #service-info .single-button-layout .service-button {
    width: 100%;
  }
  #service-info .category-label {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  #service-info .button-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #service-info .single-button-layout {
    gap: 12px;
  }
  #service-info .service-button {
    padding: 12px 15px;
  }
  #service-info .button-icon-img {
    width: 42px;
    height: 42px;
  }
  #service-info .button-left-content img {
    width: 35px;
    height: 35px;
  }
}