@charset "UTF-8";

/* root */
:root {
  /* h2 */
  --var-c-product-detail-back-to: #6DA6D9;
  --var-c-product-detail-back-from: #1F4F7B;
  --var-s-product-detail-text: 2rem;
}

/* root end */

/* ===== common ===== */
/* h2 */
h2 {
  position: relative;
  padding: 1.5em 0.5em 0 0;
  font-size: var(--var-s-product-detail-text);
  color: #005599;
}

h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(to right, var(--var-c-product-detail-back-to), var(--var-c-product-detail-back-from));
}

/* common end */
/* 現在不使用
.m-main-visual-slider_item img {
  pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width:100%;
    object-fit: cover;
}
*/
/* #region ===== ニュースのためのCSS ===== */
a {
  text-decoration: none;
  color: #333;
}

.news-date {
  width: 110px;
  padding-top: 3px;
  font-size: 14px;
  color: #333;
}

.news-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-label a {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #00CC99;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.news-label a.blue-label {
  background: blue;
}

.news-label a.orange-label {
  background: orange;
}

@media(max-width: 700px) {
  .news-items {
    margin: 10px 10px;
  }
}

/* #endregion */

/* #region ===== 画像付おしらせ ===== */
/* 写真リスト */
.case-list {
  padding: 2em;
  /* background-color: #fdfdfd;*/
  max-width: 900px;
  margin: auto;

  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  font-family: 'Segoe UI', sans-serif;
}

.overview {
  margin-bottom: 1em;
  text-align: center;
  color: #333;
}

.case-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-list li {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}

.case-list li img {
  width: 200px;
  /*  height: 80px; */
  object-fit: cover;
  border-radius: 8px;
}

.case-list li h3 {
  margin: 0 0 0.3em;
  font-size: 1.2em;
  color: #222;
}

.case-list li p {
  margin: 0;
  font-size: 0.95em;
  color: #555;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .case-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .case-list li img {
    width: 100%;
  }
}

/* ===== 画像付おしらせ end ===== */
/* #endregion */
/* #region ===== swiper ===== */

.swiper {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: 600px;
}

.swiper-slide {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  padding: 2em;
}

.swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .texts {
  min-width: 40%;
  max-width: 600px;
  padding: 1.5em 3em;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  color: #fff;
  overflow: hidden;
}

.swiper-slide .title {
  font-size: 2.5rem;
  margin: 0;
}

/* #region swiper button */
/*
.wrap {
  width: 450px;
  max-width: 100%;
  margin: 0px auto;
  text-align: left;

}

.swiper-button-prev,
.swiper-button-next {
  color: #b8b8b8;
}

.swiper-pagination-bullet-active {
  background: #b8b8b8;
}

.modaal-gallery-item-wrap {
  width: 600px;
}

@media(max-width: 600px) {
  .modaal-gallery-item-wrap {
    width: 400px;
  }
}

.a_image {
  text-decoration: none;
}
*/
/* #endregion */