/* common
---------------------------------------------------------------------------- */
.p-bg {
  position: relative;
}

.p-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/vision/bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .p-bg::after {
    background-image: url(./../../../images/tanada/vision/bg_sp.jpg);
  }
}
/* p-vision
---------------------------------------------------------------------------- */
.p-vision {
  padding-block: 6.9rem 4.6rem;
}

.p-vision-inner {
  margin-bottom: 7.5rem;
}

.p-vision-ttl {
  font-size: 6.5rem;
  line-height: 1.7692307692;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  text-align: center;
}
.p-vision-ttl ._small {
  font-size: 5rem;
}
.p-vision-ttl ._parentheses {
  position: relative;
  padding-inline: 1.5rem 1rem;
  margin-inline: 2rem 0;
}
.p-vision-ttl ._parentheses::before, .p-vision-ttl ._parentheses::after {
  content: "";
  display: block;
  width: 1.302rem;
  height: 3.157rem;
  background-image: url(./../../../images/tanada/vision/img_parentheses.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.p-vision-ttl ._parentheses::before {
  top: 1.4rem;
  left: -0.5rem;
}
.p-vision-ttl ._parentheses::after {
  bottom: 1rem;
  right: -0.8rem;
  rotate: 180deg;
}
.p-vision-ttl ._underline {
  position: relative;
}
.p-vision-ttl ._underline::before {
  content: "";
  display: block;
  width: 15.946rem;
  height: 2.364rem;
  background-image: url(./../../../images/tanada/vision/img_mv_underline.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -1.6rem;
  z-index: -1;
}

.p-vision-lead {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 9.5rem;
}

.p-vision-box {
  padding-block: 5rem;
  padding-inline: 8rem;
  border-radius: 3rem;
  background-color: #fff;
}

.p-vision-box:not(:last-of-type) {
  margin-bottom: 4.2rem;
}

.p-vision-box:first-of-type {
  margin-top: 4.4rem;
}

.p-vision-box-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.7rem;
}

.p-vision-box-ttl::before,
.p-vision-box-ttl::after {
  content: "";
  display: block;
  height: 100%;
  background-color: #006A20;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.p-vision-box-ttl::before {
  width: 0.4rem;
  left: 0;
}

.p-vision-box-ttl::after {
  width: 0.2rem;
  left: 0.7rem;
}

.p-vision-box-subttl {
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Shippori Mincho B1";
  color: #414141;
  margin-bottom: 2.9rem;
  position: relative;
}

.p-vision-box-subttl::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #D2962F;
  position: absolute;
  bottom: -1.3rem;
  left: 0;
}

.p-vision-box-subttl._img-left::before {
  width: 59rem;
}

.p-vision-box-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-vision-box-txt._mt-01 {
  margin-top: 4em;
}

.p-vision-box-txt._mt-02 {
  margin-top: 3.4em;
}

.p-vision-box-txt._mb-2em {
  margin-bottom: 2em;
}

.p-vision-box-txt-link {
  font-weight: 700;
  color: #006A20;
  text-decoration: underline;
}
.p-vision-box-txt-link:hover {
  text-decoration: none;
}

.p-vision-box-hr {
  width: 100%;
  height: 0.2rem;
  border: none;
  margin-block: 5rem;
  background-image: radial-gradient(circle, #006A20 0.1rem, transparent 0.1rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem 0.2rem;
}

.p-vision-box01-img {
  width: 40rem;
  border-radius: 1rem;
  overflow: hidden;
  float: right;
  margin-left: 5rem;
}
.p-vision-box01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-vision-box01-img-caption {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #9C9C9C;
}

@media screen and (max-width: 767px) {
  .p-vision {
    padding-block: 9.3333333333vw 13.3333333333vw;
  }
  .p-vision-inner {
    margin-bottom: 16vw;
  }
  .p-vision-ttl {
    font-size: 9.6vw;
    line-height: 1.4;
  }
  .p-vision-ttl ._small {
    font-size: 8vw;
  }
  .p-vision-ttl ._parentheses {
    padding-inline: 4.8vw 2.6666666667vw;
    margin-inline: 0;
  }
  .p-vision-ttl ._parentheses::before, .p-vision-ttl ._parentheses::after {
    width: 1.8933333333vw;
    height: 4.7226666667vw;
  }
  .p-vision-ttl ._parentheses::before {
    top: 1.6vw;
    left: 2.1333333333vw;
  }
  .p-vision-ttl ._parentheses::after {
    bottom: 1.8666666667vw;
    right: 0;
  }
  .p-vision-ttl ._underline::before {
    width: 20.4986666667vw;
    height: 3.0133333333vw;
    left: -1.0666666667vw;
  }
  .p-vision-lead {
    font-size: 4.2666666667vw;
    margin-top: 14.9333333333vw;
  }
  .p-vision-box {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 8vw;
  }
  .p-vision-box:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .p-vision-box:first-of-type {
    margin-top: 8vw;
  }
  .p-vision-box-ttl {
    font-size: 6.4vw;
    line-height: 1.4;
    padding-left: 4.2666666667vw;
    margin-bottom: 5.6vw;
  }
  .p-vision-box-ttl::before,
  .p-vision-box-ttl::after {
    height: 79%;
  }
  .p-vision-box-ttl::before {
    width: 1.0666666667vw;
  }
  .p-vision-box-ttl::after {
    width: 0.5333333333vw;
    left: 1.8666666667vw;
  }
  .p-vision-box-subttl {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-vision-box-subttl::before {
    margin-right: 1.6vw;
  }
  .p-vision-box-subttl._img-left::before {
    width: 100%;
  }
  .p-vision-box-txt {
    font-size: 4.2666666667vw;
  }
  .p-vision-box-txt._mt-01 {
    margin-top: 5.3333333333vw;
  }
  .p-vision-box-txt._mt-02 {
    margin-top: 2.1em;
  }
  .p-vision-box-txt._mb-2em {
    margin-bottom: 1em;
  }
  .p-vision-box-hr {
    height: 0.5333333333vw;
    margin-block: 6.1333333333vw 8.2666666667vw;
    background-image: radial-gradient(circle, #006A20 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 2.6666666667vw 0.5333333333vw;
  }
  .p-vision-box01-img {
    width: 100%;
    border-radius: 2.6666666667vw;
    float: none;
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
  .p-vision-box01-img-caption {
    font-size: 3.7333333333vw;
  }
}
