@charset "UTF-8";

.head {
  font-size: 48px;
  margin-top: 55px;
}

.title {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text1 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text2 {
  font-size: 18px;
  margin-bottom: 40px;
}

.custom-heading.custom-heading-term {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .custom-heading.custom-heading-term {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .head {
    font-size: 24px;
    margin-top: 27.5px;
  }
  .title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12.5px;
    font-weight: 600;
  }
  .text1, .text2 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.head {
  font-size: 48px;
  margin-top: 55px;
}

.message {
  font-size: 2.5rem;
  margin-top: 85px;
  margin-bottom: 85px;
  text-align: center;
  font-weight: 600;
}

.claim {
  font-size: 18px;
  line-height: 2.5rem;
}

.claim > div {
  margin-bottom: 18px;
}

.image-name {
  text-align: right;
  padding-top: 3rem;
}

.image-name img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.action-rule {
  font-size: 1.125rem !important;
  line-height: 2.5rem !important;
  padding-left: 0 !important;
}

.action-rule-title {
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .head {
    font-size: 24px;
    margin-top: 27.5px;
  }
  .message {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .claim {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .claim > div {
    margin-bottom: 12px;
  }
  .image-name {
    text-align: right;
  }
  .image-name img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 50%;
  }
  .action-rule {
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
  .action-rule-title {
    padding-bottom: 0;
  }
}
.head {
  font-size: 48px;
  margin-top: 55px;
}

@media (max-width: 768px) {
  .head {
    font-size: 24px;
    margin-top: 27.5px;
  }
}
.head {
  font-size: 48px;
  margin-top: 55px;
}

.container {
  max-width: 100%;
  /* height: 250px; */ /* 固定高さを削除 */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

.left {
  flex: 0 0 20%;
}

.right {
  flex: 0 0 80%;
  padding-top: 1.8rem;
  padding-left: 70px;
}

.region {
  font-size: 20px;
}

.office-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.office-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.consent-list {
  display: flex;
  align-items: center;
  width: 85%;
  flex-wrap: wrap; /* 子要素が折り返すように設定 */
}

.consent-box, .consent-box1 {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #0082be;
  padding: 0px 4px;
  margin: 0.5rem;
  white-space: nowrap;
}

.address {
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 0.3rem;
}

.consent-flex {
  display: flex;
}

.consent-box1 {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #0082be;
  padding: 0px 4px;
  margin-right: 6px;
}

.consent-box {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #0082be;
  margin-right: 6px;
  padding: 0px 4px;
}

.consent {
  font-size: 18px;
  color: #0082be;
  text-align: center;
}

.map-box {
  height: 45px;
  width: 185px;
  background-color: #0082be;
  cursor: pointer;
  margin-top: 6px;
}

.maptoggle {
  font-size: 24px;
  color: white;
  text-align: center;
}

.map-content {
  transition: max-height 0.3s ease;
  display: none;
}

.line {
  border: 1px solid #0082be;
}

.toggle-group {
  margin-bottom: 1rem;
}

.toggleButton {
  height: 45px; /* ボタンの高さ */
  width: 185px; /* ボタンの幅 */
  background-color: #0082be; /* 水色の背景色 */
  color: white; /* 白文字 */
  font-size: 24px; /* フォントサイズ */
  text-align: center; /* テキストを中央揃え */
  cursor: pointer; /* カーソルをポインターに変更 */
  border: none; /* ボーダーをなしに */
  margin-top: 1rem; /* 上マージン */
  transition: background-color 0.3s ease, transform 0.2s ease; /* ホバー時のトランジション効果 */
}

.toggleButton:hover {
  background-color: #006fa1; /* ホバー時の背景色を少し濃く */
}

.toggleButton:focus {
  outline: 2px solid #ffffff; /* フォーカス時のアウトライン */
  outline-offset: 2px;
}

.toggleElement {
  margin-left: 70px;
  margin-top: 1rem;
}

.address-detail {
  padding-bottom: 1rem;
}

.h2-small {
  font-size: 2rem;
}

.consent-section {
  display: flex;
  align-items: center;
}
.consent-section .consent-title {
  font-size: 18px;
  padding-top: 0.5rem;
  white-space: nowrap;
  align-self: flex-start;
}
.consent-section .consent-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.consent-section .consent-list .consent-box1 {
  margin: 0.5rem 0.5rem 0 0.5rem;
  white-space: nowrap;
}
.consent-section .consent-list .consent-box {
  margin: 0.5rem 0.5rem 0 0.5rem;
  white-space: nowrap;
}

/* スマートフォン向けのスタイル */
@media (max-width: 768px) {
  /* コンテナを縦並びに変更 */
  .container {
    flex-direction: column; /* 縦並びに変更 */
    align-items: flex-start; /* 左揃え */
  }
  /* 左と右の幅を100%に */
  .left, .right {
    flex: 0 0 100%; /* 幅を100%に */
    margin-left: 0; /* 左マージンをリセット */
    padding-left: 0;
  }
  /* 左側の下マージンを追加 */
  .left {
    margin-bottom: 20px; /* 本社部分と画像の間にスペースを追加 */
  }
  .left {
    width: 100%;
    padding: 0; /* 必要に応じてパディングをリセット */
    margin: 0; /* 必要に応じてマージンをリセット */
  }
  /* .office-img コンテナを幅100%に設定し、flexを解除 */
  .office-img {
    width: 100%; /* 親要素の幅に合わせる */
    padding: 0; /* アスペクト比のパディングをリセット */
    margin: 0; /* 必要に応じてマージンをリセット */
    display: block; /* flexを解除してブロック要素にする */
    overflow: visible; /* はみ出した部分を表示 */
    position: static; /* 相対位置や絶対位置を解除 */
  }
  /* 画像を親要素の幅に合わせ、高さは自動調整 */
  .office-img img {
    display: block; /* ブロック要素に変更し、余白を防ぐ */
    width: 100%; /* 親要素の幅に合わせる */
    height: auto; /* 高さは自動調整 */
    object-fit: contain; /* 画像をコンテナにフィット */
    object-position: center; /* 画像の中央を表示 */
  }
  /* アドレスのパディングとマージンをリセット */
  .address {
    padding-left: 0; /* パディングをリセット */
    margin-left: 0; /* マージンをリセット */
  }
  /* .consent-flexのflex-directionを変更しない */
  .consent-flex {
    /* flex-direction: column; */ /* 縦並びに変更を無効化 */
    margin-left: 0; /* マージンをリセット */
  }
  /* consent-box1とconsent-boxのマージンを調整 */
  .consent-box1, .consent-box {
    margin-left: 0; /* マージンをリセット */
    margin-top: 10px; /* 上マージンを追加 */
  }
  /* MAPボタンを中央寄せし、幅を100%に設定 */
  .toggleButton {
    width: 100%; /* 幅を100%に */
    margin-left: 0; /* 左マージンをリセット */
    margin-right: 0; /* 右マージンをリセット */
    margin-top: 10px; /* 上マージンを追加 */
    display: block; /* ブロック要素に変更 */
  }
  /* toggle-groupの幅を100%に設定 */
  .toggle-group {
    width: 100%; /* 幅を100%に */
    text-align: center; /* 中央寄せ */
  }
  /* toggleElementの左マージンを削除し、幅を100%に設定 */
  .toggleElement {
    margin-left: 0; /* 左マージンをリセット */
    width: 100%; /* 幅を100%に */
  }
  /* iframeの幅を100%にし、左マージンを削除 */
  .toggleElement iframe {
    width: 100%; /* iframeの幅を100%に */
    height: auto; /* 高さを自動調整 */
    margin-left: 0; /* 左マージンをリセット */
  }
  /* consentのフォントサイズを小さく */
  .consent {
    font-size: 14px; /* フォントサイズを小さく */
  }
  /* maptoggleのフォントサイズを小さく */
  .maptoggle {
    font-size: 20px; /* フォントサイズを小さく */
  }
  /* toggleButtonのフォントサイズを小さく */
  .toggleButton {
    font-size: 18px; /* フォントサイズを小さく */
  }
  .consent-section {
    align-items: flex-start;
  }
  .consent-section .consent-list {
    justify-content: flex-start;
  }
  .h2-small {
    font-size: 1.3rem;
  }
}
.area-wrapper {
  display: flex;
  justify-content: flex-start; /* 左寄せ */
  align-items: flex-start; /* 上揃え */
}

.area-label {
  width: 5rem; /* 担当エリアの幅を固定 */
  margin-right: 2rem; /* 右に2remのマージンを追加 */
  white-space: nowrap; /* テキストの折り返しを防ぐ */
}

.area-details {
  flex-grow: 1; /* 残りのスペースを埋める */ /* 行間を1.5倍に設定 */
  transition: padding-top 0.3s; /* スムーズな変化のためのトランジション */
}

/* スマホサイズでの追加調整 */
@media screen and (max-width: 600px) {
  .area-label {
    padding-top: 0.2rem;
  }
  .area-details {
    flex-grow: 1; /* 残りのスペースを埋める */
    line-height: 1.2; /* 行間を1.5倍に設定 */
    transition: padding-top 0.3s; /* スムーズな変化のためのトランジション */
  }
}
.hoverOpacty1 {
  opacity: 0;
  transition: all 0.3s ease;
}
.hoverOpacty1:hover {
  opacity: 1;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.date-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.line-break {
  display: none;
}

.slider-area {
  position: relative;
  display: inline-block;
  width: 100%;
  aspect-ratio: 2.6/1;
}

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  animation: slideShow 24s linear infinite 0s;
}

.slider-item:nth-child(2) {
  animation-delay: 6s;
}

.slider-item:nth-child(3) {
  animation-delay: 12s;
}

.slider-item:nth-child(4) {
  animation-delay: 18s;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-row {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0.8rem 0;
  justify-content: flex-start;
  border-bottom: 0.5px solid #e7e7e7;
}
.info-row .date-category-wrapper {
  display: flex;
  align-items: center;
  width: 18rem;
  flex-shrink: 0;
}
.info-row .date {
  margin-left: 0;
  white-space: nowrap;
  font-size: 1.125rem;
  width: 10rem;
  text-align: left;
  overflow: visible;
  text-overflow: unset;
}
.info-row .category {
  margin-left: 1.5rem;
  padding: 0rem 1rem;
  border: 1px solid #0082be;
  white-space: nowrap;
  width: 8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-row .info-title {
  margin-left: 1.5rem;
  white-space: nowrap;
  font-size: 1.125rem;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-row .info-title a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .info-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-row .date-category-wrapper {
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 0.5rem;
  }
  .info-row .date, .info-row .category {
    font-size: 0.875rem;
    margin-left: 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .info-row .category {
    font-size: 0.75rem;
    margin-left: 1.5rem;
    padding: 0rem 1rem;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info-row .info-title {
    font-size: 0.875rem;
    white-space: normal;
    margin-left: 0;
    padding-top: 0.5rem;
  }
}

@keyframes slideShow {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1230px) {
  .line-break {
    display: inline;
  }
}
.head {
  font-size: 48px;
  margin-top: 55px;
}

/* 商品紹介ページのスタイリング */
.product-intro-page {
  padding-bottom: 1rem;
}

/* カテゴリ一覧セクション */
.categories {
  margin-bottom: 2rem;
}
.categories h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.categories .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1rem;
}
.categories .category-list .category-item {
  flex: 1 1 calc(33.333% - 1rem);
  overflow: hidden;
}
.categories .category-list .category-item .category-button {
  width: 100%;
  background-color: #0082be;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding-left: 40px;
  /* 矢印を削除 */
}
.categories .category-list .category-item .category-button .category-text {
  flex: 1;
}
.categories .category-list .category-item .category-button .category-image {
  width: 95%;
  max-width: 25%;
  height: auto;
  object-fit: cover;
  margin-left: 1rem;
}
.categories .category-list .category-item .category-button:after {
  content: "";
}
.categories .category-list .category-item .category-button:hover {
  background-color: #006fa1;
}
.categories .category-list .category-item .category-button:focus {
  outline: 2px solid #fff;
}
.categories .category-list .category-item .button-green {
  background-color: #aae478;
}
.categories .category-list .category-item .button-green:hover {
  background-color: #97c07d;
}
.categories .category-list .category-item .product-list {
  display: none;
  background-color: transparent;
  border: none;
  padding: 1rem;
}
.categories .category-list .category-item .product-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.categories .category-list .category-item .product-list .product-item:last-child {
  border-bottom: none;
}
.categories .category-list .category-item .product-list .product-item h4 {
  margin: 0;
  flex: 1;
  font-size: 1rem;
  line-height: 1.4;
}
.categories .category-list .category-item .product-list .product-item h4 a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0.25rem 0;
}
.categories .category-list .category-item .product-list .product-item h4 a:hover {
  text-decoration: underline;
  color: #006fa1;
}
.categories .category-list .category-item .product-list .product-item .button-group {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.categories .category-list .category-item .product-list .product-item .detail-btn {
  background-color: #ffffff;
  border: 2px solid #0080BC;
  color: #333333;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  min-width: 75px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.categories .category-list .category-item .product-list .product-item .detail-btn:hover {
  background-color: #0080BC;
  border-color: #0080BC;
  color: #ffffff;
}
.categories .category-list .category-item .product-list .product-item .detail-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 188, 0.25);
}
.categories .category-list .category-item .product-list .product-item .detail-btn:active {
  background-color: #006fa1;
  border-color: #006fa1;
  color: #ffffff;
}
.categories .category-list .category-item .product-list .product-item .achievement-btn {
  background-color: #0080BC;
  border: 2px solid #0080BC;
  color: #ffffff;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.categories .category-list .category-item .product-list .product-item .achievement-btn:hover {
  background-color: #006fa1;
  border-color: #006fa1;
  color: #ffffff;
  text-decoration: none;
}
.categories .category-list .category-item .product-list .product-item .achievement-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 188, 0.25);
}
.categories .category-list .category-item .product-list .product-item .achievement-btn:active {
  background-color: #005a7a;
  border-color: #005a7a;
  color: #ffffff;
}

/* レスポンシブスタイル */
@media (max-width: 768px) {
  .product-intro-page {
    padding-bottom: 1rem;
  }
  .categories .category-list {
    gap: 1rem 1rem;
  }
  .categories .category-list .category-item {
    flex: 1 1 100%;
  }
  .categories .category-list .category-item .category-button {
    font-size: 1rem;
  }
  .categories .category-list .category-item .category-button .category-image {
    width: 90%;
  }
  .categories .category-list .category-item .product-list {
    padding: 0.75rem;
  }
  .categories .category-list .category-item .product-list .product-item {
    align-items: center;
    padding: 1rem 0;
  }
  .categories .category-list .category-item .product-list .product-item h4 {
    font-size: 0.95rem;
    flex: 1;
  }
  .categories .category-list .category-item .product-list .product-item .button-group {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    flex-shrink: 0;
  }
  .categories .category-list .category-item .product-list .product-item .detail-btn {
    margin-left: 0;
    min-width: 60px;
    font-size: 0.7rem;
    padding: 0.25rem 0.4rem;
  }
  .categories .category-list .category-item .product-list .product-item .achievement-btn {
    margin-left: 0;
    min-width: 55px;
    font-size: 0.7rem;
    padding: 0.25rem 0.4rem;
  }
  .line {
    margin-top: 2rem;
    border: none;
    border-top: 1px solid #ddd;
  }
}
/* 納入実績リンク用のスタイル */
.product-achievement-box {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #0082be;
  padding: 0px 4px;
  margin-left: 0.5rem;
  white-space: nowrap;
  vertical-align: middle;
}

.product-achievement-link {
  color: #0082be !important;
  text-decoration: none !important;
  font-size: inherit; /* 親要素のフォントサイズを継承 */
}

.product-achievement-link:hover {
  text-decoration: underline !important;
  color: #006fa1 !important;
}

/* スマホサイズでの調整 */
@media (max-width: 768px) {
  .product-achievement-box {
    margin-left: 0.3rem;
  }
}
.flex-container {
  margin-top: 1rem;
}
.flex-container .label {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .flex-container .label {
    border-bottom: 2px solid #3498db;
    padding-bottom: 1.5rem;
    margin-top: 0;
  }
}
.flex-container .value {
  padding-bottom: 0;
  border-bottom: 1px solid #3498db;
}
@media (min-width: 768px) {
  .flex-container .value {
    border-bottom: 1px solid #3498db;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .flex-container {
    margin-top: 0;
  }
}

/* 年表全体のスタイル */
.timeline {
  position: relative;
  margin: 20px 0;
  padding-left: 30px; /* 団子と線のスペースを減少 */
  /* 年表の縦線 */
  /* 各年表項目のスタイル */
}
.timeline::before {
  content: "";
  position: absolute;
  left: 15px; /* 団子の中央に合わせる */
  top: 0;
  bottom: 0;
  width: 2px;
  background: #3498db; /* 線の色 */
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 18px; /* フォントサイズを18pxに設定 */
  /* 年の部分 */
  /* 内容部分のスタイル */
  /* 最後の項目では線を表示しない */
  /* スマホサイズの調整 */
}
.timeline .timeline-item .decimal {
  position: relative;
  min-width: 90px; /* 年の幅を調整 */
  padding-left: 5px; /* 余白を縮小 */
  text-align: right;
  font-size: 18px; /* フォントサイズを18pxに設定 */
  /* 団子（丸）のスタイル */
  /* 縦棒のスタイル */
}
.timeline .timeline-item .decimal::before {
  content: "";
  position: absolute;
  left: -23px; /* 年の左側に配置 */
  top: 50%;
  transform: translateY(-50%);
  width: 18px; /* 団子のサイズを18pxに調整 */
  height: 18px;
  background-color: #3498db; /* 団子の色 */
  border-radius: 50%;
}
.timeline .timeline-item .decimal::after {
  position: absolute;
  left: -23px; /* 線の位置を調整 */
  top: calc(50% + 8px); /* 団子の下から線を開始 */
  width: 2px;
  height: calc(50% - 8px);
  background-color: #3498db; /* 線の色 */
}
.timeline .timeline-item .content {
  padding-left: 3rem; /* 左の余白を縮小 */
  font-size: 18px; /* フォントサイズを18pxに設定 */
  line-height: 1.6; /* 行間を広げて読みやすく */
}
.timeline .timeline-item:last-child .decimal::after {
  display: none;
}
@media (max-width: 600px) {
  .timeline .timeline-item {
    flex-direction: column; /* フレックス方向を列に変更 */
    font-size: 14px; /* フォントサイズを14pxに設定 */
    /* 年の部分 */
    /* 内容部分のスタイル */
  }
  .timeline .timeline-item .decimal {
    min-width: 100px; /* 年の幅を調整 */
    padding-left: 0; /* 余白を調整 */
    text-align: left; /* テキストを左揃えに */
    /* 団子（丸）のスタイル */
    /* 縦棒のスタイル */
  }
  .timeline .timeline-item .decimal::before {
    left: -21px; /* メインラインの位置に合わせる */
    width: 14px; /* サイズを14pxに調整 */
    height: 14px;
  }
  .timeline .timeline-item .decimal::after {
    left: -15px; /* メインラインの位置に合わせる */
    top: calc(50% + 6px); /* 微調整 */
    width: 2px;
    height: 25px; /* スマホ用に調整 */
  }
  .timeline .timeline-item .content {
    padding-left: 15px; /* 内容の余白を調整 */
    font-size: 14px; /* フォントサイズを14pxに設定 */
    margin-top: 5px; /* 改行後の余白を追加 */
  }
}

.timelin-time {
  display: flex;
  justify-content: space-between;
  width: 7rem;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .timelin-time {
    width: 6rem;
  }
}

.search-keyword {
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.category-link {
  cursor: pointer;
}

.result-container {
  display: block;
  text-align: left;
  margin-top: 0.5rem;
}
.result-container .search-summary {
  font-size: 18px;
  color: black;
  margin-bottom: 3rem;
  font-weight: bold;
}
.result-container .products-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.result-container .products-list .product-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.result-container .products-list .product-item:not(:last-child) {
  border-bottom: 2px solid #0073aa;
  padding-bottom: 3rem;
}
.result-container .products-list .product-item:not(:first-child) {
  margin-top: 1.5rem;
}
.result-container .products-list .product-item .product-category {
  background-color: #0073aa;
  color: #ffffff;
  padding: 8px 10px;
  text-align: center;
  width: 20%;
  min-width: 5rem;
  box-sizing: border-box;
  font-size: 18px;
}
.result-container .products-list .product-item .product-category a {
  color: #ffffff;
  text-decoration: none;
}
.result-container .products-list .product-item .product-category a:hover {
  text-decoration: inherit;
}
.result-container .products-list .product-item .product-details {
  flex: 2;
}
.result-container .products-list .product-item .product-details a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.result-container .products-list .product-item .product-details a:hover {
  color: #0073aa;
}
.result-container .pagination {
  margin-top: 20px;
  text-align: center;
}
.result-container .pagination a {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #0073aa;
  border-radius: 4px;
  color: #0073aa;
  text-decoration: none;
}
.result-container .pagination a:hover {
  background-color: #0073aa;
  color: #ffffff;
}
.result-container .pagination .current {
  background-color: #0073aa;
  color: #ffffff;
  border: 1px solid #0073aa;
  padding: 8px 12px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .result-container .products-list .product-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .result-container .products-list .product-item .product-category,
  .result-container .products-list .product-item .product-details {
    white-space: normal;
    display: block;
    width: 100%;
  }
  .result-container .products-list .product-item .product-details a {
    display: block;
  }
  .result-container .products-list .product-item:not(:last-child) {
    border-bottom: 2px solid #0073aa;
    padding-bottom: 3rem;
  }
  .result-container .products-list .product-item:not(:first-child) {
    margin-top: 2rem;
  }
}
/* 大見出し（任意） */
.custom-heading {
  text-align: center;
  font-size: 2rem; /* スマホ時の大きさ */
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .custom-heading {
    font-size: 2.6rem; /* PCで大きめに */
    margin-bottom: 3rem;
  }
}

/* PC3列 / スマホ2列 
   768px以上 ⇒ 3列
   768px未満 ⇒ 2列
*/
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .achievements-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

/* 各アイテム */
.achievement-item {
  margin-bottom: 2rem;
  text-align: center;
  border: none;
  /* タイトル：2行までに制限 (line-clamp) */
  /* サブコピー：青下線 */
  /* 導入事例ボタン画像を小さく */
}
.achievement-item .achievement-image {
  margin-bottom: 1rem;
}
.achievement-item .achievement-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.achievement-item .achievement-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .achievement-item .achievement-title {
    font-size: 1.4rem;
  }
}
.achievement-item .achievement-subcopy {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #0082be;
  text-underline-offset: 2px;
}
.achievement-item .achievement-link a {
  text-decoration: none;
  display: inline-block;
}
.achievement-item .achievement-link a img {
  width: 80px;
  height: auto;
}

/* 「全て見る」ボタンのスタイル */
.show-all-wrapper {
  text-align: center;
  margin-top: 2rem;
}

/* 「全て見る」ボタンのラッパ */
.show-all-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.show-all-btn {
  position: relative;
  display: inline-flex; /* テキストとアイコンを横並び */
  align-items: center; /* 縦中央揃え */
  justify-content: center;
  padding: 0.5rem 4rem 0.5rem 3rem; /* 左右の余白を従来どおり */
  background-color: #0082be;
  color: #fff;
  font-size: 1rem;
  border: none; /* 枠線なし（従来のまま） */
  cursor: pointer;
  /* ▼▼▼ 初期状態（下向き “∨”） ▼▼▼ */
  /* 左斜線（／） */
  /* 右斜線（＼） */
  /* ▼▼▼ .opened クラスで上向き “∧” に ▼▼▼ */
}
.show-all-btn:hover {
  opacity: 0.8;
}
.show-all-btn::before, .show-all-btn::after {
  content: "";
  position: absolute;
  top: 50%; /* ボタンの上下中央 */
  transform: translateY(-50%);
  right: 2.5rem; /* ボタン右端から2.5rem内側 */
  width: 2px; /* 線の太さ */
  height: 14px; /* 線の長さ */
  background-color: currentColor; /* ボタン文字色(#fff)と同じに */
  transform-origin: bottom center; /* 下端を回転の支点に */
}
.show-all-btn::before {
  transform: translateY(-60%) translateX(-1.5px) rotate(47deg);
}
.show-all-btn::after {
  transform: translateY(-60%) translateX(-1px) rotate(-47deg);
}
.show-all-btn.opened::before {
  transform: translateY(-140%) translateX(-1px) rotate(225deg);
}
.show-all-btn.opened::after {
  transform: translateY(-140%) translateX(-1.5px) rotate(-225deg);
}

.bg-blue-shinei {
  background-color: #0082be;
}

.border-blue-shinei {
  border-color: #0082be;
}

.custom-heading {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
  border-bottom: 4px solid #0082be;
  font-weight: 600;
}
@media (min-width: 768px) {
  .custom-heading {
    font-size: 3rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
    padding-top: 0;
    border-bottom: 4px solid #0082be;
  }
}

.sponly {
  display: none;
}

@media (max-width: 768px) {
  .sponly {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
