/* p-about
---------------------------------------------------------------------------- */
.p-about {
  padding-block: 8.8rem 11rem;
}

.p-about-read-sec {
  margin-top: 5rem;
}

.p-about-read {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 15.2vw 20.5333333333vw;
  }
  .p-about-read-sec {
    margin-top: 8vw;
  }
  .p-about-read {
    font-size: 4.2666666667vw;
    margin-top: 6.1333333333vw;
  }
}
/* p-about-sec01
---------------------------------------------------------------------------- */
.p-about-sec01 {
  margin-top: 7rem;
}

.p-about-sec01-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 3.7rem;
}

.p-about-sec01-img {
  width: 70rem;
  aspect-ratio: 700/525;
  margin-inline: auto;
  margin-top: 4.7rem;
}
.p-about-sec01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-about-sec01-items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.p-about-sec01-item-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--col-main);
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.2rem;
}

.p-about-sec01-item-ttl::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
}

.p-about-sec01-item-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec01-item-button {
  width: 24rem;
  margin-top: 4rem;
  margin-inline: auto;
}

.p-about-sec01-wrap {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 2.6rem;
}

.p-about-sec01-wrap-img {
  width: 45rem;
  aspect-ratio: 450/300;
}
.p-about-sec01-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec01 {
    margin-top: 12.5333333333vw;
  }
  .p-about-sec01-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-about-sec01-txt {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
  .p-about-sec01-img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-about-sec01-items {
    gap: 13.0666666667vw;
    margin-top: 7.2vw;
  }
  .p-about-sec01-item-ttl {
    font-size: 4.8vw;
    column-gap: 2.6666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .p-about-sec01-item-ttl::before {
    width: 2.1333333333vw;
  }
  .p-about-sec01-item-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec01-item-button {
    width: 100%;
    margin-top: 7.4666666667vw;
  }
  .p-about-sec01-wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-about-sec01-wrap-img {
    width: 100%;
  }
}
/* p-about-sec02
---------------------------------------------------------------------------- */
.p-about-sec02 {
  margin-top: 7rem;
}

.p-about-sec02-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 6rem;
  margin-top: 4rem;
}

.p-about-sec02-box {
  width: 45rem;
}

.p-about-sec02-box-img {
  width: 100%;
  aspect-ratio: 450/300;
}
.p-about-sec02-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-about-sec02-box-txt {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 0.7rem;
}

.p-about-sec02-wrap {
  flex: 1;
}

.p-about-sec02-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec02-wrap-button {
  width: 28.5rem;
  margin-top: 3.7rem;
}

@media screen and (max-width: 767px) {
  .p-about-sec02 {
    margin-top: 13.3333333333vw;
  }
  .p-about-sec02-wrapper {
    flex-direction: column;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
  .p-about-sec02-box {
    width: 100%;
  }
  .p-about-sec02-box-txt {
    font-size: 3.7333333333vw;
    margin-top: 1.8666666667vw;
  }
  .p-about-sec02-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec02-wrap-button {
    width: 100%;
    margin-top: 6.9333333333vw;
  }
}
/* p-about-sec03
---------------------------------------------------------------------------- */
.p-about-sec03 {
  margin-top: 7rem;
}

.p-about-sec03-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 3.7rem;
}

.p-about-sec03-block {
  padding-block: 5rem;
  padding-inline: 5rem;
  background-color: #F8F8F8;
  border-radius: 1.5rem;
  position: relative;
  margin-top: 4.7rem;
}

.p-about-sec03-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40rem;
  height: 0.5rem;
  background-color: var(--col-main);
  border-radius: 99px;
}

.p-about-sec03-block-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed #BEBEBE;
}

.p-about-sec03-block-wrap {
  flex: 1;
}

.p-about-sec03-block-wrap-ttl {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--col-main-dark);
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.2rem;
}

.p-about-sec03-block-wrap-ttl::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
}

.p-about-sec03-block-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec03-block-wrap-lists {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.p-about-sec03-block-wrap-list {
  display: flex;
  align-items: flex-start;
  gap: 0 1.5rem;
}

.p-about-sec03-block-wrap-list-ttl {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  min-width: 10rem;
  background-color: var(--col-main);
  border-radius: 1.2rem;
  padding-inline: 1rem;
}

.p-about-sec03-block-wrap-list-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec03-block-box {
  display: flex;
  gap: 0 2rem;
}

.p-about-sec03-block-box-img {
  width: 36rem;
  aspect-ratio: 360/240;
}
.p-about-sec03-block-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-about-sec03-block-group {
  padding-top: 2.7rem;
}

.p-about-sec03-block-group-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec03-block-group-box {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 2.7rem;
}

.p-about-sec03-block-group-box-img {
  width: 36rem;
  aspect-ratio: 360/240;
}
.p-about-sec03-block-group-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-about-sec03-block-group-button {
  width: 41rem;
  margin-top: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-about-sec03 {
    margin-top: 13.3333333333vw;
  }
  .p-about-sec03-txt {
    font-size: 4.2666666667vw;
    margin-top: 6.9333333333vw;
  }
  .p-about-sec03-block {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 4vw;
    margin-top: 4.8vw;
  }
  .p-about-sec03-block::before {
    content: none;
  }
  .p-about-sec03-block-wrapper {
    flex-direction: column;
    gap: 4vw;
    padding-bottom: 8vw;
  }
  .p-about-sec03-block-wrap-ttl {
    font-size: 4.8vw;
    column-gap: 2.6666666667vw;
    margin-bottom: 3.2vw;
  }
  .p-about-sec03-block-wrap-ttl::before {
    width: 2.1333333333vw;
  }
  .p-about-sec03-block-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec03-block-wrap-lists {
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .p-about-sec03-block-wrap-list {
    gap: 0 4vw;
  }
  .p-about-sec03-block-wrap-list-ttl {
    font-size: 4.2666666667vw;
    min-width: 26.6666666667vw;
    border-radius: 3.2vw;
    padding-inline: 2.6666666667vw;
  }
  .p-about-sec03-block-wrap-list-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec03-block-box {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-about-sec03-block-box-img {
    width: 100%;
  }
  .p-about-sec03-block-group {
    padding-top: 7.4666666667vw;
  }
  .p-about-sec03-block-group-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec03-block-group-box {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 4.5333333333vw;
  }
  .p-about-sec03-block-group-box-img {
    width: 100%;
  }
  .p-about-sec03-block-group-button {
    width: 100%;
    margin-top: 8vw;
  }
}
/* p-about-sec04
---------------------------------------------------------------------------- */
.p-about-sec04 {
  margin-top: 7rem;
}

.p-about-sec04-wrapper {
  display: flex;
  gap: 0 6rem;
  margin-top: 4rem;
}

.p-about-sec04-wrap {
  flex: 1;
}

.p-about-sec04-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec04-wrap-buttons {
  display: flex;
  gap: 0 2rem;
  margin-top: 4rem;
}

.p-about-sec04-wrap-button.button--01 {
  width: 32.5rem;
}

.p-about-sec04-wrap-button.button--02 {
  width: 26.5rem;
}

.p-about-sec04-img {
  width: 45rem;
  aspect-ratio: 450/300;
}
.p-about-sec04-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec04 {
    margin-top: 13.3333333333vw;
  }
  .p-about-sec04-wrapper {
    flex-direction: column-reverse;
    gap: 4.8vw;
    margin-top: 5.3333333333vw;
  }
  .p-about-sec04-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec04-wrap-buttons {
    flex-direction: column;
    gap: 4vw;
    margin-top: 6.9333333333vw;
  }
  .p-about-sec04-wrap-button.button--01,
  .p-about-sec04-wrap-button.button--02 {
    width: 100%;
  }
  .p-about-sec04-img {
    width: 100%;
  }
}
/* p-about-sec05
---------------------------------------------------------------------------- */
.p-about-sec05 {
  margin-top: 7rem;
}

.p-about-sec05-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  margin-top: 4rem;
}

.p-about-sec05-img {
  width: 45rem;
  aspect-ratio: 450/300;
}
.p-about-sec05-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-about-sec05-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-about-sec05-wrap {
  flex: 1;
}

.p-about-sec05-wrap-button {
  width: 28.5rem;
  margin-top: 3.7rem;
}

@media screen and (max-width: 767px) {
  .p-about-sec05 {
    margin-top: 13.3333333333vw;
  }
  .p-about-sec05-wrapper {
    flex-direction: column;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
  .p-about-sec05-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-about-sec05-img {
    width: 100%;
  }
  .p-about-sec05-wrap-button {
    width: 100%;
    margin-top: 6.9333333333vw;
  }
}
/* .ib
---------------------------------------------------------------------------- */
.ib {
  display: inline-block;
}
