.iconButton--square {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  box-sizing: border-box;
}

.iconButton--square .bnr {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
}

.iconButton--square span.label {
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.banner-img {
  width: 100%;
  height: auto;
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .banner-container {
    flex-direction: column;
    align-items: center;
  }

  .banner-img {
    width: 380px;
    height: auto;
  }
}

/* バナーコンテナのスタイル */
.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  gap: 20px;
}

/* バナーのスタイル */
.banner {
  width: 100%;
  height: 100%;
}

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

/* スマートフォン用のレスポンシブデザイン */
@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
    height: 100%;
    max-width: 370px;
  }

  .banner-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.tbl_calendar th,
.tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}

.mainCalendar table.tbl_calendar {
  max-width: calc(50% - 30px);
}

.mainCalendar table.tbl_calendar caption {
  font-weight: bold;
  margin: 0px auto 15px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }

  .mainCalendar table.tbl_calendar {
    max-width: 100%;
  }
}

.mainCalendar {
  width: 600px;
  margin: 0 auto;
}

.mainCalendar table.tbl_calendar {
  max-width: 100%;
  margin: 0 10px 15px;
}

@media (max-width: 992px) {
  .mainCalendar {
    width: 80%;
    margin: 0 auto;
  }

  .mainCalendar table.tbl_calendar {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .mainCalendar table.tbl_calendar caption {
    display: block;
  }

  .mainCalendar table.tbl_calendar tbody {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .mainCalendar table.tbl_calendar tbody tr {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }

  .mainCalendar table.tbl_calendar tbody tr th,
  .mainCalendar table.tbl_calendar tbody tr td {
    width: 14.285%;
  }
}

.mainCalendar .slick-arrow {
  transform-origin: top left top left;
  margin: 0;
  display: block;
  width: 40px;
  height: 40px;
  transform-origin: top;
}

.mainCalendar .slick-arrow:before {
  content: none;
}

.mainCalendar .slick-next,
.mainCalendar .slick-prev {
  z-index: 2;
}

.mainCalendar .slick-next {
  transform: rotate(45deg) translate(0, -50%);
  border-top: #1b1b1b 1px solid;
  border-right: #1b1b1b 1px solid;
  right: -30px;
}

.mainCalendar .slick-prev {
  transform: rotate(45deg) translate(0, -50%);
  border-bottom: #1b1b1b 1px solid;
  border-left: #1b1b1b 1px solid;
  left: -30px;
}

@media (max-width: 1240px) {
  .mainCalendar .slick-arrow {
    width: 20px;
    height: 20px;
    transform-origin: top;
  }

  .mainCalendar .slick-next {
    right: 0px;
  }

  .mainCalendar .slick-prev {
    left: 0px;
  }
}

.ico {
  margin-top: 15px !important;
}

.ico > div {
  padding: 8px !important;
  margin-bottom: 20px !important;
}

.conceptB .conceptB__textWrap p {
  font-size: 12px !important;
  color: #4a4a4a;
}

.max600 {
  max-width: 600px;
  margin: auto;
}

.News_banner {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin: 0 auto !important;
}

.mainSliderSec .mainSliderSec__inner {
  max-width: 580px !important;
}

.mainSlider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.dotsA .slick-dots {
  text-align: center !important;
}

.categorty__content .iconButton--square span:first-child,
a.iconButton--square span:first-child {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
}

/* ===== LLMO強化ブロック 調整版 ===== */
.hariko-intro,
.hariko-trust,
.hariko-story {
  padding: 24px 0;
}

.hariko-intro .container,
.hariko-trust .container,
.hariko-story .container {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hariko-intro {
  padding-top: 28px;
  padding-bottom: 14px;
}

.hariko-intro h2 {
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.hariko-intro p {
  font-size: 15px;
  line-height: 2;
  margin: 0 auto;
  max-width: 760px;
}

.hariko-trust {
  padding-top: 10px;
  padding-bottom: 14px;
}

.hariko-trust ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hariko-trust li {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.6;
  background: #fff;
}

.hariko-story {
  padding-top: 10px;
  padding-bottom: 26px;
}

.hariko-story h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.hariko-story p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 14px;
}

.hariko-story p:last-child {
  margin-bottom: 0;
}

/* PCで間伸びしやすい時の締め */
@media (min-width: 992px) {
  .hariko-intro {
    padding-top: 18px;
    padding-bottom: 6px;
  }

  .hariko-intro h2 {
    font-size: 26px;
  }

  .hariko-intro p {
    font-size: 14px;
    line-height: 1.9;
  }

  .hariko-trust {
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .hariko-story {
    padding-top: 4px;
    padding-bottom: 14px;
  }
}

/* スマホは今の見え方をあまり壊さない */
@media (max-width: 750px) {
  .hariko-intro,
  .hariko-trust,
  .hariko-story {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hariko-intro h2 {
    font-size: 22px;
  }

  .hariko-intro p {
    font-size: 14px;
    line-height: 1.9;
  }

  .hariko-trust li {
    font-size: 12px;
    padding: 7px 12px;
  }

  .hariko-story h3 {
    font-size: 18px;
  }
}