/* common
---------------------------------------------------------------------------- */
.p-about-ttl {
  font-size: 3.8rem;
  line-height: 1.4210526316;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  color: #006A20;
  text-align: center;
  margin-bottom: 3.7rem;
}
.p-about-ttl ._box {
  display: inline-block;
  letter-spacing: 0;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
  color: #fff;
  background-color: #006A20;
  border-radius: 0.3rem;
  margin-inline: 0.3rem;
}

.p-about-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-about-txt ._bold {
  font-weight: 700;
}
.p-about-txt ._marker {
  background: linear-gradient(transparent 60%, #C5E986 60%);
}

@media screen and (max-width: 767px) {
  .p-about-ttl {
    font-size: 8vw;
    letter-spacing: 0.03em;
    margin-bottom: 6.1333333333vw;
  }
  .p-about-ttl ._box {
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    border-radius: 0.8vw;
    margin-inline: 0.6666666667vw;
  }
  .p-about-txt {
    font-size: 4.2666666667vw;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  width: 100%;
  height: 18.75vw;
  position: relative;
}

.p-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/about/img_mv_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-mv-ttl {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 2.6041666667vw;
  font-family: "Shippori Mincho B1";
  padding-top: 3.8541666667vw;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-left: 7.2916666667vw;
}

.p-mv-ttl::before {
  content: "";
  width: 5.7395833333vw;
  height: 6.7526041667vw;
  background-image: url(./../../../images/tanada/about/img_mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.90625vw;
  left: 0;
}

.p-mv-ttl ._num {
  font-size: 5.3125vw;
}

.p-mv-ttl ._box {
  font-size: 4.2708333333vw;
  text-align: center;
  color: #006A20;
  display: inline-block;
  place-items: center;
  background-color: #fff;
  border-radius: 0.2604166667vw;
  width: 5.84375vw;
  height: 5.84375vw;
  line-height: 5.84375vw;
}
.p-mv-ttl ._box:nth-of-type(2) {
  margin-inline: 1.5625vw 0.5208333333vw;
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: 69.3333333333vw;
  }
  .p-mv::before {
    background-image: url(./../../../images/tanada/about/img_mv_sp.png);
  }
  .p-mv-ttl {
    font-size: 7.2vw;
    padding-top: 9.0666666667vw;
    padding-left: 31.7333333333vw;
  }
  .p-mv-ttl::before {
    width: 11.7946666667vw;
    height: 13.8746666667vw;
    top: 10.4vw;
    left: 16.8vw;
  }
  .p-mv-ttl ._num {
    font-size: 13.3333333333vw;
  }
  .p-mv-ttl ._box {
    margin-top: 4.5333333333vw;
    font-size: 12vw;
    border-radius: 1.3333333333vw;
    width: 16.8586666667vw;
    height: 16.8586666667vw;
    line-height: 16.8586666667vw;
  }
  .p-mv-ttl ._box:nth-of-type(2) {
    margin-inline: 0.8vw 1.6vw;
  }
}
/* p-about-lead
---------------------------------------------------------------------------- */
.p-about-lead {
  padding-block: 8rem;
}

.p-about-lead-box {
  min-height: 28rem;
  padding-block: 4.5rem 5rem;
  padding-inline: 10rem;
  position: relative;
}

.p-about-lead-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/about/img_lead_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-about-lead-txt {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
}

.p-about-lead-list {
  margin-top: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-about-lead-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
}
.p-about-lead-list li ._num {
  display: inline-block;
  font-weight: 900;
  color: #fff;
  background-color: #006A20;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.p-about-lead-list li ._txt {
  display: inline-block;
  color: #006A20;
}

.p-about-lead-link-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 6rem;
}

.p-about-lead-link {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  font-family: "Shippori Mincho B1";
  color: #fff;
  background-color: #006A20;
  padding-block: 1.6rem 1.7rem;
  border-radius: 0.5rem;
  position: relative;
}

.p-about-lead-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-about-lead-link-icn img {
  width: 1.3rem;
  height: 1.5rem;
  object-fit: contain;
  object-position: center;
}

.p-about-lead-link:hover {
  background-color: #20A81B;
}

@media screen and (max-width: 767px) {
  .p-about-lead {
    padding-block: 13.3333333333vw 16vw;
  }
  .p-about-lead-box {
    min-height: 112.8vw;
    padding-block: 7.4666666667vw 26.6666666667vw;
    padding-inline: 6.4vw 5.3333333333vw;
  }
  .p-about-lead-box::before {
    background-image: url(./../../../images/tanada/about/img_lead_sp.png);
  }
  .p-about-lead-txt {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    text-align: center;
  }
  .p-about-lead-txt span {
    font-size: 5.8666666667vw;
  }
  .p-about-lead-list {
    margin-top: 3.7333333333vw;
    gap: 3.2vw;
  }
  .p-about-lead-list li {
    align-items: center;
    gap: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .p-about-lead-list li ._num {
    font-size: 4.2666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
  }
  .p-about-lead-link-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-about-lead-link {
    font-size: 4.2666666667vw;
    padding-block: 3.4666666667vw 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-about-lead-link-icn {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .p-about-lead-link-icn img {
    width: 2.6666666667vw;
    height: 3.2vw;
  }
}
/* p-about-sec01
---------------------------------------------------------------------------- */
.p-about-sec01-inner {
  display: grid;
  grid-template: "txt01 img" auto "txt02 txt02" auto/1fr auto;
  gap: 2.2rem 5rem;
}
.p-about-sec01-inner > :nth-child(1) {
  grid-area: txt01;
}
.p-about-sec01-inner > :nth-child(2) {
  grid-area: img;
}
.p-about-sec01-inner > :nth-child(3) {
  grid-area: txt02;
}

.p-about-sec01-img {
  width: 40rem;
  aspect-ratio: 400/267;
}
.p-about-sec01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-inner {
    grid-template: "txt01" auto "img" auto "txt02" auto/1fr;
    gap: 7.2vw;
  }
  .p-about-sec01-img {
    width: 100%;
    aspect-ratio: 335/223.61;
  }
}
/* p-about-sec02
---------------------------------------------------------------------------- */
.p-about-sec02 {
  padding-block: 23rem;
  position: relative;
}

.p-about-sec02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/about/bg_sec02_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-about-sec02-list {
  margin-block: 5.3rem;
  position: relative;
}

.p-about-sec02-list::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #D2962F;
  position: absolute;
  top: 0;
  left: 8rem;
  z-index: -1;
}

.p-about-sec02-list-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5rem;
  align-items: center;
}
.p-about-sec02-list-inner:not(:last-of-type) {
  margin-bottom: 4rem;
}
.p-about-sec02-list-inner._adjust-01 {
  align-items: start;
}
.p-about-sec02-list-inner._adjust-01 .p-about-sec02-list-txt {
  padding-top: 2rem;
}

.p-about-sec02-list-ttl {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Shippori Mincho B1";
  color: #D2962F;
  width: 16rem;
  height: 16rem;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
}
.p-about-sec02-list-ttl ._ttl {
  font-size: 3.9rem;
}
.p-about-sec02-list-ttl ._ttl02 {
  font-size: 3.6rem;
}
.p-about-sec02-list-ttl ._ttl-sub {
  line-height: 1.5;
}

.p-about-sec02-list-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-about-sec02-list-txt ._ttl-sub {
  display: none;
}

.p-about-sec02-list-img {
  width: 60rem;
  aspect-ratio: 600/400;
  margin-top: 3rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-about-sec02-list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec02 {
    padding-block: 21.3333333333vw;
  }
  .p-about-sec02::before {
    background-image: url(./../../../images/tanada/about/bg_sec02_sp.jpg);
  }
  .p-about-sec02-list {
    margin-block: 7.2vw 8.5333333333vw;
  }
  .p-about-sec02-list::before {
    height: 80%;
    left: 10.6666666667vw;
  }
  .p-about-sec02-list-inner {
    align-items: flex-start;
    gap: 4vw;
  }
  .p-about-sec02-list-inner:not(:last-of-type) {
    margin-bottom: 7.4666666667vw;
  }
  .p-about-sec02-list-inner._adjust-01 .p-about-sec02-list-txt {
    padding-top: 0;
  }
  .p-about-sec02-list-ttl {
    gap: 2.6666666667vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .p-about-sec02-list-ttl ._ttl {
    font-size: 6.4vw;
  }
  .p-about-sec02-list-ttl ._ttl02 {
    font-size: 4.8vw;
  }
  .p-about-sec02-list-ttl ._ttl-sub {
    display: none;
  }
  .p-about-sec02-list-txt {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .p-about-sec02-list-txt ._ttl-sub {
    display: block;
    font-size: 4.2666666667vw;
    font-family: "Shippori Mincho B1";
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #D2962F;
    margin-bottom: 0.8vw;
  }
  .p-about-sec02-list-img {
    width: 100%;
    aspect-ratio: 240/160;
    margin-top: 4.8vw;
    border-radius: 2.6666666667vw;
  }
}
/* p-about-sec03
---------------------------------------------------------------------------- */
.p-about-sec03-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-block: 3rem 4.4rem;
}

.p-about-sec03-item-ttl {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  color: #006A20;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}
.p-about-sec03-item-ttl ._num {
  display: inline-block;
  font-weight: 900;
  color: #fff;
  background-color: #006A20;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}

.p-about-sec03-item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9rem;
  margin-top: 1.6rem;
}
.p-about-sec03-item-list._02 {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.p-about-sec03-item-list-item {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
  padding-left: 1.3rem;
}

.p-about-sec03-item-list-item::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #006A20;
  position: absolute;
  top: 0.9rem;
  left: 0;
}

.p-about-sec03-item-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5rem;
  align-items: center;
}

.p-about-sec03-item-ttl-img {
  width: 36.6rem;
  aspect-ratio: 366/244;
  border-radius: 1rem;
  overflow: hidden;
}
.p-about-sec03-item-ttl-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec03-list {
    gap: 8vw;
    margin-block: 5.3333333333vw 7.2vw;
  }
  .p-about-sec03-item-ttl {
    font-size: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-about-sec03-item-ttl ._num {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .p-about-sec03-item-list {
    grid-template-columns: 1fr;
    gap: 3.4666666667vw;
    margin-top: 4vw;
  }
  .p-about-sec03-item-list._02 {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .p-about-sec03-item-list-item {
    font-size: 4.2666666667vw;
    padding-bottom: 3.7333333333vw;
    padding-left: 3.4666666667vw;
  }
  .p-about-sec03-item-list-item::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.4vw;
  }
  .p-about-sec03-item-inner {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .p-about-sec03-item-ttl-img {
    width: 100%;
    aspect-ratio: 335/223;
    border-radius: 2.6666666667vw;
  }
}
/* p-about-sec04
---------------------------------------------------------------------------- */
.p-about-sec04 {
  padding-block: 23rem;
  position: relative;
}

.p-about-sec04::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/about/bg_sec04_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-about-sec04-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5rem;
}

.p-about-sec04-list {
  margin-block: 1.5rem 2.8rem;
  background-color: #fff;
  padding-block: 1.1rem;
  padding-inline: 3rem;
  border-radius: 1rem;
}

.p-about-sec04-list-item {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  padding-left: 1.3rem;
}

.p-about-sec04-list-item::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #006A20;
  position: absolute;
  top: 1.3rem;
  left: 0;
}

.p-about-sec04-img {
  width: 40rem;
  aspect-ratio: 400/267;
}
.p-about-sec04-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec04 {
    padding-block: 21.3333333333vw;
  }
  .p-about-sec04::before {
    background-image: url(./../../../images/tanada/about/bg_sec04_sp.jpg);
  }
  .p-about-sec04-inner {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: 7.4666666667vw;
  }
  .p-about-sec04-list {
    margin-block: 4.2666666667vw 0;
    padding-block: 2.9333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-about-sec04-list-item {
    font-size: 4.2666666667vw;
    padding-left: 3.4666666667vw;
  }
  .p-about-sec04-list-item::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 3.4666666667vw;
  }
  .p-about-sec04-img {
    width: 100%;
    aspect-ratio: 335/220;
  }
}
/* p-about-sec05
---------------------------------------------------------------------------- */
.p-about-sec05-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5rem;
}

.p-about-sec05-link-wrap {
  display: flex;
  align-items: center;
  margin-block: 2.3rem 3.8rem;
  height: 4.4rem;
}

.p-about-sec05-link-txt {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 26.5rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background-color: #006A20;
  height: 100%;
  clip-path: polygon(0 0, 96.0943396226% 0, 100% 50%, 96.0943396226% 100%, 0 100%);
}

.p-about-sec05-link-txt::before {
  content: "";
  width: 1.667rem;
  height: 1.667rem;
  background-image: url(./../../../images/tanada/about/icn_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-about-sec05-link {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #006A20;
  border: 1px solid #D1D1D1;
  height: 100%;
  display: grid;
  place-items: center;
  padding-inline: 5.9rem 1.5rem;
  margin-left: -4.4rem;
}
.p-about-sec05-link span {
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-about-sec05-link span:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-about-sec05-img {
  width: 40rem;
  aspect-ratio: 400/267;
}
.p-about-sec05-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-about-sec05-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
  width: 100rem;
  height: 27rem;
  padding-block: 3.92rem;
  padding-inline: 8rem 6rem;
  margin-inline: auto;
  position: relative;
  margin-top: 4.9rem;
}

.p-about-sec05-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/about/bg_sec05_box_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-about-sec05-box-img {
  width: 24rem;
  aspect-ratio: 240/160;
}
.p-about-sec05-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-about-sec05-box-img-txt {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #9C9C9C;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-about-sec05-inner {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: 7.4666666667vw;
  }
  .p-about-sec05-link-wrap {
    flex-direction: column;
    margin-block: 4.2666666667vw 0;
    height: auto;
  }
  .p-about-sec05-link-txt {
    align-items: start;
    padding-top: 3.2vw;
    gap: 1.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    height: 12.6266666667vw;
    clip-path: polygon(0 0, 100% 0, 100% 80.2534318902%, 54.1791044776% 80.2534318902%, 50% 100%, 45.8208955224% 80.2534318902%, 0 80.2534318902%);
  }
  .p-about-sec05-link-txt::before {
    width: 4.4453333333vw;
    height: 4.4453333333vw;
  }
  .p-about-sec05-link {
    font-size: 4.2666666667vw;
    width: 100%;
    height: 15.2vw;
    padding-inline: 5.3333333333vw 4vw;
    margin-left: 0;
    margin-top: -2.6666666667vw;
    padding-top: 1.3333333333vw;
  }
  .p-about-sec05-img {
    width: 100%;
    aspect-ratio: 335/223;
  }
  .p-about-sec05-box {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
    width: 100%;
    height: 139.2vw;
    padding-block: 4.5333333333vw 0;
    padding-inline: 10.6666666667vw 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-about-sec05-box::before {
    background-image: url(./../../../images/tanada/about/bg_sec05_box_sp.png);
  }
  .p-about-sec05-box-img {
    width: 100%;
    aspect-ratio: 275/183;
  }
  .p-about-sec05-box-img-txt {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
/* p-about-sec06
---------------------------------------------------------------------------- */
.p-about-sec06 {
  padding-block: 20rem 2.7rem;
  position: relative;
}

.p-about-sec06::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/tanada/about/bg_sec06_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-about-sec06-ttl {
  font-size: 3rem;
  line-height: 1.5666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  text-align: center;
}

.p-about-sec06-faq {
  padding-block: 5.7rem 9rem;
}

.p-about-sec06-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-about-sec06-faq-accordion-item {
  background-color: #fff;
  border: 1px solid #006A20;
  border-radius: 0.5rem;
  padding-inline: 3rem;
  cursor: pointer;
}

.p-about-sec06-faq-accordion-title {
  font-size: 2rem;
  line-height: 1.44;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Shippori Mincho B1";
  width: 100%;
  padding-block: 2.5rem 2.3rem;
  padding-inline: 3.2rem 4.8rem;
  position: relative;
}
.p-about-sec06-faq-accordion-title::after {
  content: "Q";
  display: grid;
  place-content: center;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #006A20;
  position: absolute;
  top: 2.7rem;
  left: 0;
}

.p-about-sec06-faq-accordion-title.open .p-about-sec06-faq-accordion-icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-about-sec06-faq-accordion-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
}

.p-about-sec06-faq-accordion-icon::before,
.p-about-sec06-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%;
  width: 2.6rem;
  height: 0.3rem;
  background-color: #006A20;
  transition: transform 0.3s ease 0s;
}

.p-about-sec06-faq-accordion-icon::before {
  transform: translateY(-50%);
}

.p-about-sec06-faq-accordion-icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-about-sec06-faq-accordion-content {
  display: none;
  padding-block: 2.2rem 2.8rem;
  padding-inline: 3.2rem 0;
  position: relative;
  background-image: radial-gradient(circle, #006A20 0.1rem, transparent 0.1rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 1rem 0.2rem;
}

.p-about-sec06-faq-accordion-content-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}

.p-about-sec06-faq-accordion-content-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-about-sec06-faq-accordion-content-txt ._bold {
  font-weight: 700;
}
.p-about-sec06-faq-accordion-content-txt ._marker {
  background: linear-gradient(transparent 60%, #C5E986 60%);
}
.p-about-sec06-faq-accordion-content-txt::after {
  content: "A";
  display: grid;
  place-content: center;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-family: "Shippori Mincho B1";
  color: #D2962F;
  position: absolute;
  top: 0rem;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.open .p-about-sec06-faq-accordion-content-txt::after {
  top: 2.4rem;
  translate: 0 0;
}

.p-about-sec06-faq-accordion-content-img {
  width: 24rem;
  aspect-ratio: 240/160;
}
.p-about-sec06-faq-accordion-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec06 {
    padding-block: 21.3333333333vw 13.6vw;
  }
  .p-about-sec06::before {
    background-image: url(./../../../images/tanada/about/bg_sec06_sp.jpg);
  }
  .p-about-sec06-ttl {
    font-size: 6.4vw;
  }
  .p-about-sec06-faq {
    padding-block: 8vw 16vw;
  }
  .p-about-sec06-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-about-sec06-faq-accordion-item {
    border-radius: 1.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-about-sec06-faq-accordion-title {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-block: 5.3333333333vw 4.2666666667vw;
    padding-inline: 8.5333333333vw 8.8vw;
    position: relative;
  }
  .p-about-sec06-faq-accordion-title::after {
    font-size: 5.8666666667vw;
    top: 50%;
    translate: 0 -50%;
  }
  .p-about-sec06-faq-accordion-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-about-sec06-faq-accordion-icon::before,
  .p-about-sec06-faq-accordion-icon::after {
    width: 6.4vw;
    height: 0.8vw;
  }
  .p-about-sec06-faq-accordion-content {
    padding-block: 3.2vw 4.2666666667vw;
    padding-inline: 8.5333333333vw 0;
    background-image: radial-gradient(circle, #006A20 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 2.6666666667vw 0.5333333333vw;
  }
  .p-about-sec06-faq-accordion-content-inner {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .p-about-sec06-faq-accordion-content-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec06-faq-accordion-content-txt::after {
    font-size: 5.8666666667vw;
  }
  .open .p-about-sec06-faq-accordion-content-txt::after {
    top: 3.4666666667vw;
  }
  .p-about-sec06-faq-accordion-content-img {
    width: 100%;
  }
}
