@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*導入事例ページ*/
.archive-case .entry-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .archive-case .entry-content {
    padding-top: 60px;
  }
}
.archive-case .wrap {
  padding-bottom: 150px;
}

.case-filter__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  gap: 40px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .case-filter__container {
    gap: 30px;
    margin-top: 80px;
  }
}
.case-category__area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  padding: 0 10px;
  gap: 15px;
}
@media (min-width: 768px) {
  .case-category__area {
    flex-direction: row;
    gap: 0;
  }
}
.case-category__title {
  font-size: 18px;
  font-weight: 500;
  width: 160px;
  letter-spacing: 0.14em;
  line-height: 1.1;
  border-left: 3px solid #004381;
  padding-left: 0.5em;
  text-align: left;
}
.case-category__text {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .case-category__text {
    margin-bottom: 0;
  }
}
.case-category__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .case-category__list {
    gap: 10px;
    width: auto;
  }
}
.case-category__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 1em;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #004381;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5px;
  line-height: 1.1;
  width: calc((100% - 10px) / 3);
}
@media (min-width: 768px) {
  .case-category__list-item {
    width: auto;
    letter-spacing: 0.05em;
    border-radius: 40px;
    padding: 11px 2em;
  }
}
.case-category__list-item:hover {
  background-color: #004381;
  color: #fff;
  opacity: 1;
}
.case-category__list-item.active {
  position: relative;
  background-color: #d6e1eb;
  color: #004381;
}
.case-category__list-item.active:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/icon-check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 3px;
  width: 10px;
  height: 8px;
}
@media (min-width: 768px) {
  .case-category__list-item.active:before {
    left: 0.7em;
    width: 13px;
    height: 10px;
  }
}
.case-category__list-item.active:hover {
  background-color: #004381;
  color: #fff;
  opacity: 1;
}
.case-category__list-item.active:hover::before {
  background-image: url(../img/common/icon-check-w.svg);
}
.case-products__area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
  gap: 15px;
}
@media (min-width: 768px) {
  .case-products__area {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
}
.case-products__area select {
  border: 1px solid #004381;
}
.case-products__title {
  font-size: 18px;
  font-weight: 500;
  width: 160px;
  letter-spacing: 0.14em;
  line-height: 1.1;
  border-left: 3px solid #004381;
  padding-left: 0.5em;
  text-align: left;
}
.case-products__list {
  position: relative;
  width: 100%;
  appearance: none; /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 2;
}
.case-products__list:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 67, 129, 0.5);
}
.case-products__list-wrapper {
  position: relative;
  width: 80%;
  max-width: 430px;
  background-color: #fff;
}
.case-products__list-wrapper::before {
  content: ""; /* 矢印アイコンを表示 */
  position: absolute;
  top: 0;
  right: 0px; /* 矢印の位置を調整 */
  width: 30px; /* 矢印の幅 */
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: #004381;
  z-index: 1;
}
.case-products__list-wrapper::after {
  content: ""; /* 矢印アイコンを表示 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px; /* 矢印の位置を調整 */
  width: 10px; /* 矢印の幅 */
  height: 6px; /* 矢印の高さ */
  background-image: url("../img/common/icon-arrow-w_bottom.svg"); /* 矢印アイコンの画像 */
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none; /* アイコンがクリックされないようにする */
  z-index: 1;
}
.case-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 15px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .case-list {
    gap: 5rem 3rem;
  }
}
.case-list__title {
  font-size: clamp(28px, 2.2222222222vw, 32px);
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.5em;
  border-left: 5px solid #004381;
  line-height: 1.1;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .case-list__title {
    margin: 40px 0;
    margin-left: -0.5em;
  }
}
.case-list__items {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
  justify-content: stretch;
  align-items: stretch;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease, width 0.3s ease;
  visibility: visible;
}
@media (min-width: 768px) {
  .case-list__items {
    width: calc((100% - 6rem) / 3);
  }
}
.case-list__items.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.case-list__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case-list__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .case-list__thumbnail {
    margin-bottom: 20px;
  }
}
.case-list__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.case-list__text {
  font-size: clamp(14px, 1.5277777778vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .case-list__text {
    line-height: 1.6;
  }
}

.more-btn {
  display: inline-block;
  position: relative;
  padding: 3px 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #004381;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
.more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 9px;
  background-image: url(../img/common/icon-arrow-b_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.more-btn:hover {
  background-color: #004381;
  color: #fff;
}
.more-btn:hover::after {
  background-image: url(../img/common/icon-arrow-w_bottom.svg);
}
.more-btn__area {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.accordion .accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f2f2f2;
  border: none;
  padding: 1em;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.3s;
}
.accordion .accordion-toggle .icon {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 1em;
}
.accordion .accordion-toggle[aria-expanded=true] .icon {
  transform: rotate(-135deg);
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 1em;
}
.accordion .accordion-content.open {
  max-height: 300px; /* 適切な高さに調整可 */
  padding: 1em;
}

/*商品詳細ページ*/
.single-case__article .wrap {
  padding-top: 20px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .single-case__article .wrap {
    padding-top: 30px;
    padding-bottom: 160px;
  }
}

.single-case__mainarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  text-align: center;
  margin: 0 auto 30px;
}
.single-case__cat {
  font-size: clamp(17px, 1.6666666667vw, 24px);
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.single-case__title {
  display: block;
  font-size: clamp(22px, 2.9166666667vw, 42px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 5px 0 10px;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #004381;
  color: #024b82;
}
@media (min-width: 768px) {
  .single-case__title {
    margin: 10px 0 15px;
    letter-spacing: 0.14em;
    padding-bottom: 15px;
  }
}
.single-case__product {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #024b82;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .single-case__product {
    margin-bottom: 30px;
  }
}
.single-case__images {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 30px;
  gap: 15px;
}
@media (min-width: 768px) {
  .single-case__images {
    flex-direction: row;
    gap: 40px;
  }
}
.single-case__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-case__thumbnail {
    width: calc(50% - 20px);
  }
}
.single-case__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.single-case__youtube-embed {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-case__youtube-embed {
    width: calc(50% - 20px);
  }
}
.single-case__youtube-embediframe {
  width: 100%;
  height: 100%;
  border: none;
}
.single-case__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .single-case__details {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.single-case__details-items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-case__details-items {
    flex-direction: row;
    width: 100%;
  }
}
.single-case__details__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: #004381;
  color: #fff;
  line-height: 1.4;
  font-size: clamp(16px, 1.25vw, 18px);
  letter-spacing: 0.05em;
  width: 100%;
}
@media (min-width: 768px) {
  .single-case__details__label {
    width: 30%;
    margin-bottom: 0;
    max-width: 180px;
  }
}
.single-case__details__label._point {
  letter-spacing: 0.14em;
}
.single-case__details__value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px;
  padding-left: 0;
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .single-case__details__value {
    padding: 5px 10px;
    padding-left: 1em;
    flex: 1;
  }
}
.single-case__product-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #004381;
  background: #fff;
  padding: 38px 22px;
}
@media (min-width: 768px) {
  .single-case__product-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }
}
.single-case__product-info__thumbnail {
  flex: 1;
  max-width: 360px;
  aspect-ratio: 4/3;
}
.single-case__product-info__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.single-case__product-info__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .single-case__product-info__detail {
    flex: 2;
    max-width: 630px;
  }
}
.single-case__product-info .single-case__product-title {
  border-left: 5px solid #004381;
  padding: 2px 0;
  padding-left: 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .single-case__product-info .single-case__product-title {
    max-width: none;
    margin-bottom: 40px;
  }
}
.single-case__product-info .single-case__product-cat {
  font-size: clamp(16px, 1.4583333333vw, 21px);
  color: #024b82;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1px;
}
.single-case__product-info .single-case__product-name {
  font-size: clamp(22px, 2.0833333333vw, 30px);
  color: #024b82;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
}
.single-case__product-info .single-case__product-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-case__product-info .single-case__product-link {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 580px;
  }
}
.single-case__product-info .single-case__product-btn {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #004381;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 420px) {
  .single-case__product-info .single-case__product-btn {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .single-case__product-info .single-case__product-btn {
    max-width: 280px;
  }
}
.single-case__product-info .single-case__product-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 15px;
  height: 14px;
  background-image: url(../img/common/icon_menu-b.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.single-case__product-info .single-case__product-btn:hover {
  background-color: #004381;
  color: #fff;
  opacity: 1;
}
.single-case__product-info .single-case__product-btn:hover::after {
  background-image: url(../img/common/icon_menu.svg);
}/*# sourceMappingURL=case.css.map */