@charset "UTF-8";/* 2025.05.23 */

article {position: relative;}
article::before {
  height: 100px; /* ヘッダーの高さ */
  margin-top: -100px;
  content: '';
  display: block;
  position: relative;
  z-index: -11;}
figure{line-height: 1;}
.page-heading .img_top img {
  object-position: top center;
}

.ttl_01{
  padding-left: 0;
  padding-right: 0;
  text-align: center;}
.ttl_01::before {
  content: none;}
.ttl_img {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10px;
  text-align: center;}
.ttl_02 {
  font-size: clamp(1.8rem, 0.657rem + 2.29vw, 2.8rem);}
.list_01 {
  padding-top: 54px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  position: relative;
  z-index: 9;}
.list_01 a {
  width: calc(50% - 15px);
  padding-right: 1.5em;
  display: flex;
  align-items: center;}
.btn-m01 {
  padding-bottom: 1em;}
.btn-m01.btn-r::before {
  transform: rotate(270deg);
}

.card-container {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;}
.card {
  width: calc(50% - 7.5px);
  padding-bottom: clamp(3.5rem, 1.786rem + 3.43vw, 5rem);}
.card_ttl {
  font-size: clamp(1.4rem, 1.171rem + 0.46vw, 1.6rem);
  border-bottom: solid 1px var(--gray01);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .ttl_img {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (min-width: 768px) {
  .list_01 a {
    width: calc(23.9% - 15px);
    margin-bottom: 0;
  }
  .card-container {
    column-gap: 30px;
  }
  .card {
    width: calc(32.6% - 15px);
  }
}
@media (min-width: 1024px) {
  .list_01 a,
  .card {
    width: calc(24.2% - 15px);
  }
}
@media (min-width: 1200px) {
  .list_01 a,
  .card {
    width: calc(24.3% - 15px);
  }
}











































































































































