.block-contents_fp {
  background-color: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 12px;
  max-width: 630px;
  width: 100%;
  margin: 60px auto;
  overflow: hidden;
}

.mv_freepage {
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}

.mv_freepage h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;  
  color: #fff;
  text-align: center;
  z-index: 2;
}

.mv_freepage h2 small {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv_freepage h2 {
    font-size: 24px;
  }

  .mv_freepage h2 small {
    font-size: 12px;
  }
}

/* 貂ｯ蛹ｺ縺ｫ縺､縺�※ */
.birth dl {
  margin: 0 35px 35px;
}

.birth dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.birth dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--secondary-color);
  border-radius: 4px;
  margin-right: 10px;
}

.birth dl dd {
  font-size: 15px;
}

.birth dl dd p:not(:first-of-type) {
  margin-top: 8px;
}

.promotion {
  background-color: var(--often-color);
  border-radius: 8px;
  margin: 0 20px 20px;
  padding: 35px;
}

.promotion dl dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.promotion dl dd {
  font-size: 15px;
}

.promotion dl dd:not(:first-of-type) {
  margin-top: 20px;
}

.video-link {
  text-align: center;
}

.promotion dl dd .video-title {
  font-size: 14px;
}

.video-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  background-color: var(--primary-color);
  border-radius: 4px;
  max-width: fit-content;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
  padding: 16px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* 貂ｯ蛹ｺ隕ｳ蜈牙鵠莨壹↓縺､縺�※ */
.block-visit1 {
  margin: 0 35px 35px;
}

.visit .caption {
  font-size: 15px;
}

.visit .footer-banner_list {
  margin-top: 8px;
  margin-bottom: 35px;
}

.block-visit1 dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.block-visit1 dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--secondary-color);
  border-radius: 4px;
  margin-right: 10px;
}

.block-visit1 dl dd,
.block-visit1 dl dd p {
  font-size: 15px;
}

.block-visit1 dl dd:not(:first-of-type) {
  margin-top: 8px;
}

.block-visit1 dl .logo-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--often-color);
  border-radius: 8px;
  padding: 35px 0;
}

.block-visit1 dl .logo-image img {
  width: auto;
}

.block-visit2 {
  border-top: dotted 1px #e6e6e6;
  padding: 35px;
}

.block-visit2 .association-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.block-visit2 dl:not(:first-of-type) {
  margin-top: 20px;
}

.block-visit2 dl dt {
  font-size: 15px;
  font-weight: 600;
}

.block-visit2 dl dd {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .block-contents_fp {
    margin: 44px auto;
  }

  /* 貂ｯ蛹ｺ縺ｫ縺､縺�※ */
  .birth dl {
    margin: 0 28px 28px;
  }

  .birth dl dt {
    font-size: 16px;
  }

  .birth dl dd {
    font-size: 14px;
  }

  .promotion {
    padding: 28px;
  }

  .promotion dl dt {
    font-size: 16px;
  }

  .promotion dl dd {
    font-size: 14px;
  }

  .promotion dl dd .video-title {
    font-size: 13px;
  }

  .video-link a {
    max-width: 100%;
    font-size: 12px;
    padding: 16px 10px;
  }

  /* 貂ｯ蛹ｺ隕ｳ蜈牙鵠莨壹↓縺､縺�※ */
  .block-visit1 {
    margin: 0 28px 28px;
  }

  .visit .caption {
    font-size: 14px;
  }

  .block-visit1 dl dt {
    font-size: 16px;
  }

  .block-visit1 dl .logo-image {
    padding: 28px 0;
  }

  .block-visit1 dl dd,
  .block-visit1 dl dd p {
    font-size: 14px;
  }

  .block-visit2 {
    padding: 28px;
  }

  .block-visit2 .association-name {
    font-size: 16px;
  }

  .block-visit2 dl dt,
  .block-visit2 dl dd {
    font-size: 14px;
  }
}