  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }


  .company__box {
    display: block;
    padding-top: 10px;
  }

.company__map iframe{
    width: 100%;
}

  .company__list {
padding-top: 20px;
  }

  .company__item {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #cfcfcf;
    padding: 20px 0;
  }
  li.company__item:nth-of-type(n + 2) {


  }

  .company__cat{
    font-weight: bold;
  }
  .company__desc {
    text-align: right;
    display: block;
    width: 50%;
    text-align: left;
  }

@media (min-width: 769px) {
    .company__box {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
      }

      .company__map {
        width: 47%;
      }
      .company__list {
      padding: 0;
        width: 47%;
      }
      .company__item:first-child{
        padding-top: 0;
      }
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.form_group label span{
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.check {
 
  margin-bottom: 32px;
}

.contact a {
  color: white;
  text-decoration: none; /* 必要に応じて下線を消す */
}

.contact a:hover {
  color: lightgray; /* ホバー時の色を設定（任意） */
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  display: none;
}

.cardList_item:nth-child(n+4) {
  padding-top: 20px; /* 上方向のパディングを20pxに設定 */
}

.check .wpcf7-list-item {
  display: inline-block; /* 横並びにする */
  margin-right: 10px; /* 要素間の間隔を設定 */
}

.check label {
  display: flex; /* フレックスボックスで横並びに */
  align-items: center; /* チェックボックスとテキストを縦方向で中央揃え */
}

.check input[type="checkbox"] {
  margin-right: 5px; /* チェックボックスとテキストの間に余白を設定 */
}

.check label {
  display: flex; /* フレックスボックスで横並び */
  align-items: center; /* チェックボックスとテキストを縦方向で中央揃え */
  white-space: nowrap; /* 改行を防止 */
}

.check .wpcf7-list-item {
  display: inline-block; /* 横並びにする */
  margin-right: 10px; /* 要素間の間隔を設定 */
}

.kv .kv_title {
  font-family: 'Noto Sans JP', sans-serif;
}