.p_cfc .p_cfc_link_grid .item_name, .p_cfc .p_cfc_link_grid, .p_cfc .intro_grid {
  display: flex !important;
}

.p_cfc .intro_grid {
  flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .p_cfc .intro_grid {
    flex-direction: row !important;
  }
}
.p_cfc .p_cfc_link_grid .item_name {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link_grid .item_name {
    font-size: 2.2rem;
  }
}

.p_cfc .p_cfc_link_grid .item_name {
  font-weight: 700;
}

.p_cfc .p_cfc_link_grid .item_name {
  letter-spacing: 0.03em;
}

.p_cfc .intro {
  position: relative;
  z-index: 0;
  margin-top: -12px;
}
.p_cfc .intro_grid {
  gap: 20px 40px;
  background-color: #fafafa;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .p_cfc .intro_grid {
    padding: 51px 40px 41px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .p_cfc .intro_grid .item_l {
    width: calc(100% - 320px - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .p_cfc .intro_grid .item_r {
    width: 320px;
  }
}
.p_cfc .intro .title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p_cfc .intro .title {
    margin-bottom: 17px;
  }
}
.p_cfc .youtube_iframe {
  position: relative;
  aspect-ratio: 1.5977961433;
  z-index: 0;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .p_cfc .youtube_iframe {
    margin-top: 59px;
    margin-bottom: 122px;
  }
}
.p_cfc .youtube_iframe_titl {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p_cfc .youtube_iframe_titl {
    font-size: min(1.8rem + 6 / 832 * (100vw - 768px), 2.4rem);
  }
}
.p_cfc .youtube_iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.p_cfc .p_cfc_link {
  background-color: #F5F7E4;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link {
    padding-top: 120px;
  }
}
.p_cfc .p_cfc_link_grid {
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link_grid {
    gap: 46px 40px;
    padding-bottom: 120px;
  }
}
.p_cfc .p_cfc_link_grid .item {
  width: 100%;
  width: clamp(50% - 10px, (640px - 100vw) * 1000, 100%);
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link_grid .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link_grid .item_link_block:hover .item_figure img {
    transform: scale(1.05);
  }
}
.p_cfc .p_cfc_link_grid .item_box {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(70, 70, 70, 0.16);
}
.p_cfc .p_cfc_link_grid .item_name {
  align-items: center;
  line-height: 1.5;
  color: #00780e;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link_grid .item_name {
    min-height: 90px;
    padding: 22px 20px 22px 25px;
    justify-content: space-between;
  }
}
.p_cfc .p_cfc_link_grid .item_name_txt {
  width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) {
  .p_cfc .p_cfc_link_grid .item_name_txt {
    width: calc(100% - 60px);
  }
}
.p_cfc .p_cfc_link_grid .item_figure {
  overflow: hidden;
  aspect-ratio: 1.7777777778;
}
.p_cfc .p_cfc_link_grid .item_figure img {
  transform: scale(1.001);
  transition: transform 300ms ease-out;
}

/*# sourceMappingURL=cfc.css.map */
