/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  width: 100%;
  position: relative;
}

.p-mv::before {
  content: "";
  width: 100%;
  height: 28.125vw;
  background-image: url(./../../../images/tanada/support-group/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-mv-ttl-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.3020833333vw;
  margin-inline: auto;
  padding-top: 2.6041666667vw;
}

.p-mv-ttl-en {
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.40625vw;
  font-family: "EB Garamond";
  color: #D2962F;
  text-align: center;
}

.p-mv-ttl-jp {
  font-size: 4.8rem;
  line-height: 1.8541666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 2.5vw;
  font-family: "Shippori Mincho B1";
  text-align: center;
}

.p-mv-lead {
  margin-top: 9.3rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.p-mv-link-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem 3rem;
  margin-top: 3.6rem;
}

.p-mv-link {
  width: 37.8rem;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  color: #fff;
  background-color: #006A20;
  padding-block: 1.6rem 1.7rem;
  border-radius: 0.5rem;
  position: relative;
}
.p-mv-link._group-01, .p-mv-link._group-02 {
  padding-left: 2.7rem;
}
.p-mv-link._txt-center {
  text-align: center;
}

.p-mv-link-icn {
  position: absolute;
  right: 2rem;
  top: 50%;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.p-mv-link-icn img {
  width: 1.3rem;
  height: 1.5rem;
  object-fit: contain;
  object-position: center;
}

.p-mv-link:hover {
  background-color: #20A81B;
}

@media screen and (max-width: 767px) {
  .p-mv::before {
    height: 150.6666666667vw;
    background-image: url(./../../../images/tanada/support-group/bg_mv_sp.png);
    background-size: 100%;
    background-position: top;
  }
  .p-mv-ttl-wrap {
    gap: 1.6vw;
    padding-top: 8.2666666667vw;
  }
  .p-mv-ttl-en {
    font-size: 4.8vw;
  }
  .p-mv-ttl-jp {
    font-size: 8vw;
  }
  .p-mv-lead {
    margin-top: 18.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-mv-link-wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 4.2666666667vw;
  }
  .p-mv-link {
    width: 100%;
    font-size: 4.2666666667vw;
    padding-block: 3.4666666667vw 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-mv-link._group-01 {
    padding-left: 9.3333333333vw;
  }
  .p-mv-link._group-02 {
    padding-left: 9.0666666667vw;
  }
  .p-mv-link-icn {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .p-mv-link-icn img {
    width: 2.6666666667vw;
    height: 3.2vw;
  }
}
/* p-support-group
---------------------------------------------------------------------------- */
.p-support-group {
  padding-block: 8.6rem 5rem;
}

.p-support-group-contents:not(:last-of-type) {
  margin-bottom: 8.7rem;
}

.p-support-group-contents:last-of-type {
  margin-bottom: 8rem;
}

.p-support-group-ttl {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  color: #006A20;
  padding-left: 1.9rem;
  position: relative;
  margin-bottom: 3.3rem;
}

.p-support-group-ttl::before,
.p-support-group-ttl::after {
  content: "";
  display: block;
  height: 100%;
  background-color: #006A20;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.p-support-group-ttl::before {
  width: 0.4rem;
  left: 0;
}

.p-support-group-ttl::after {
  width: 0.2rem;
  left: 0.7rem;
}

.p-support-group-lead {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-support-group-overview {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}

.p-support-group-overview-img {
  width: 58rem;
  aspect-ratio: 580/387.44;
  border-radius: 1rem;
  overflow: hidden;
}
.p-support-group-overview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-support-group-overview-body {
  padding-block: 3rem;
  padding-inline: 3rem;
  background-color: #FCFFE3;
  border-radius: 1rem;
  overflow: hidden;
}

.p-support-group-overview-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
}

.p-support-group-overview-ttl::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-image: url(./../../../images/tanada/support-group/icn_overview.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-support-group-overview-list {
  margin-top: 2rem;
}

.p-support-group-overview-list-inner {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 0.9rem;
}
.p-support-group-overview-list-inner:not(:last-of-type) {
  margin-bottom: 1.4rem;
}

.p-support-group-overview-term {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #006A20;
  font-family: "Noto Sans JP";
}

.p-support-group-overview-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
.p-support-group-overview-desc a {
  color: inherit;
  text-decoration: underline;
}
.p-support-group-overview-desc a:hover {
  text-decoration: none;
}

.p-support-group-overview-otherPage {
  margin-top: 2rem;
}

.p-support-group-overview-otherPage-ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  color: #006A20;
  position: relative;
}

.p-support-group-overview-otherPage-ttl::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-image: url(./../../../images/tanada/support-group/icn_book.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}

.p-support-group-overview-otherPage-link-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 2.5rem;
}

.p-support-group-overview-otherPage-link {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  text-align: center;
  color: #006A20;
  padding-block: 1.5rem 1.6rem;
  border-radius: 0.5rem;
  border: 1px solid #D1D1D1;
  position: relative;
}

.p-support-group-overview-otherPage-link-icn {
  position: absolute;
  right: 2rem;
  top: 50%;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #006A20;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.p-support-group-overview-otherPage-link-icn img {
  width: 1.5rem;
  height: 2rem;
  object-fit: contain;
  object-position: center;
}

.p-support-group-overview-otherPage-link:hover {
  color: #20A81B;
}
.p-support-group-overview-otherPage-link:hover .p-support-group-overview-otherPage-link-icn {
  background-color: #20A81B;
  translate: 0.5rem -50%;
}

@media screen and (max-width: 767px) {
  .p-support-group {
    padding-block: 16vw;
  }
  .p-support-group-contents:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .p-support-group-contents:last-of-type {
    margin-bottom: 16vw;
  }
  .p-support-group-ttl {
    font-size: 6.4vw;
    line-height: 1.4;
    padding-left: 5.0666666667vw;
    position: relative;
    margin-bottom: 5.0666666667vw;
  }
  .p-support-group-ttl::before {
    width: 1.0666666667vw;
  }
  .p-support-group-ttl::after {
    width: 0.5333333333vw;
    left: 1.8666666667vw;
  }
  .p-support-group-lead {
    font-size: 4.2666666667vw;
  }
  .p-support-group-overview {
    margin-top: 4.2666666667vw;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .p-support-group-overview-img {
    width: 100%;
    aspect-ratio: 335/223;
    border-radius: 2.6666666667vw;
  }
  .p-support-group-overview-body {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-support-group-overview-ttl {
    gap: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-support-group-overview-ttl::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-support-group-overview-list {
    margin-top: 5.3333333333vw;
  }
  .p-support-group-overview-list-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 3.7333333333vw;
  }
  .p-support-group-overview-list-inner:not(:last-of-type) {
    margin-bottom: 3.4666666667vw;
  }
  .p-support-group-overview-term {
    font-size: 4.2666666667vw;
  }
  .p-support-group-overview-desc {
    font-size: 4.2666666667vw;
  }
  .p-support-group-overview-otherPage {
    margin-top: 8vw;
  }
  .p-support-group-overview-otherPage-ttl {
    letter-spacing: 0;
    font-size: 4.8vw;
  }
  .p-support-group-overview-otherPage-ttl span {
    font-size: 4.2666666667vw;
  }
  .p-support-group-overview-otherPage-ttl::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.6666666667vw;
  }
  .p-support-group-overview-otherPage-link-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-support-group-overview-otherPage-link {
    font-size: 4.2666666667vw;
    padding-block: 3.4666666667vw;
    border-radius: 1.3333333333vw;
  }
  .p-support-group-overview-otherPage-link-icn {
    right: 5.3333333333vw;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .p-support-group-overview-otherPage-link-icn img {
    width: 2.6666666667vw;
    height: 3.2vw;
  }
  .p-support-group-overview-otherPage-link:hover .p-support-group-overview-otherPage-link-icn {
    translate: 1.3333333333vw -50%;
  }
}
