#about-page #read-wrapper {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  #about-page #read-wrapper {
    padding: 4rem 0;
  }
}
#about-page #read-wrapper .inner-1100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #about-page #read-wrapper .inner-1100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#about-page #read-wrapper .img-wrapper {
  position: relative;
  left: -10%;
}
@media (max-width: 767px) {
  #about-page #read-wrapper .img-wrapper {
    left: 0;
  }
}
#about-page #read-wrapper .img-wrapper img {
  width: 43rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #about-page #read-wrapper .img-wrapper img {
    width: 60vw;
  }
}
#about-page #significance .flex-wrapper-row {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  #about-page #significance .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#about-page #significance .flex-wrapper-row .left-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 53rem;
  margin: 4rem 0 0;
}
#about-page #significance .flex-wrapper-row .left-wrapper ul li.number-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  #about-page #significance .flex-wrapper-row .left-wrapper ul li.number-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#about-page #significance .flex-wrapper-row .left-wrapper ul li.number-item h4 {
  min-width: 8rem;
  margin: 0 0 0 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #about-page #significance .flex-wrapper-row .left-wrapper ul li.number-item h4 {
    margin: 0;
  }
}
#about-page #significance .flex-wrapper-row .left-wrapper ul li.number-item p.description {
  margin: 0 0 0 4rem;
}
@media (max-width: 767px) {
  #about-page #significance .flex-wrapper-row .left-wrapper ul li.number-item p.description {
    margin: 0;
  }
}
#about-page #significance .flex-wrapper-row .right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 43rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #about-page #significance .flex-wrapper-row .right-wrapper {
    gap: 4rem;
  }
  #about-page #significance .flex-wrapper-row .right-wrapper img {
    max-width: 80vw;
  }
}
#about-page #establishment {
  margin: 5rem 0 0;
}
#about-page #establishment .image-wrapper {
  text-align: center;
}
#about-page #establishment .image-wrapper img {
  max-width: 60rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-page #mechanism {
  margin: 5rem 0 0;
}
#about-page #mechanism .image-wrapper {
  text-align: center;
}
#about-page #mechanism .image-wrapper img {
  max-width: 70rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-page #worldwide {
  padding: 7rem 0 11rem;
  margin: 8rem 0 0;
  background-color: #f1f1f4;
  border-radius: 4rem 4rem 0 0;
}
@media (max-width: 767px) {
  #about-page #worldwide {
    padding: 4rem 0 10rem;
    margin: 6rem 0 0;
    border-radius: 2rem 2rem 0 0;
  }
}
#about-page #worldwide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 0 0;
}
@media (max-width: 850px) {
  #about-page #worldwide ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#about-page #worldwide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 32%;
  padding: 3rem 2rem;
  background-color: #fff;
}
@media (max-width: 850px) {
  #about-page #worldwide ul li {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}
#about-page #worldwide ul li img {
  height: 11rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-page #worldwide ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
  text-align: center;
}
#about-page #worldwide .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #about-page #worldwide .link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  #about-page #worldwide .link-wrapper .link-item {
    width: 100%;
  }
}
#about-page #worldwide .link-wrapper .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #86bc43;
}
#about-page #worldwide .link-wrapper .link-item .link-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#about-page #worldwide .link-wrapper .link-item .btn-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 2rem auto 0;
}
#about-page #worldwide .link-wrapper .link-item .btn-wrapper a {
  font-size: 1.4rem;
}
#about-page #worldwide .link-wrapper .domestic-link .btn-wrapper a.btn-public {
  background-color: #d27373;
}
#about-page #worldwide .jpac-wrapper {
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6rem 0 0;
}
#about-page #worldwide .jpac-wrapper img {
  width: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #about-page #worldwide .jpac-wrapper img {
    width: 15rem;
  }
}
#about-page #worldwide .jpac-wrapper h4 {
  line-height: 1.8;
}
@media (max-width: 767px) {
  #about-page #worldwide .jpac-wrapper h4 {
    font-size: 1.6rem;
  }
}
#about-page #howto {
  position: relative;
  margin: 9rem 0 0;
}
#about-page #howto::before {
  position: absolute;
  top: 0;
  right: -50vw;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #f1f1f4;
}
#about-page #howto .inner-1100 {
  position: relative;
}
#about-page #howto .inner-1100::before {
  position: absolute;
  top: -10%;
  right: -5%;
  z-index: 1;
  width: 57rem;
  height: 35rem;
  content: "";
  background-image: url("../img/about/img_howto.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1100px) {
  #about-page #howto .inner-1100::before {
    width: 45vw;
  }
}
@media (max-width: 850px) {
  #about-page #howto .inner-1100::before {
    top: initial;
    right: 50%;
    bottom: 17rem;
    width: 50vw;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  #about-page #howto .inner-1100::before {
    width: 35rem;
  }
}
@media (max-width: 850px) {
  #about-page #howto .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 30rem 0 0;
  }
}
#about-page #howto .btn-wrapper a {
  width: 35rem;
  margin: 2rem 0 0;
  font-size: 1.4rem;
}
@media (max-width: 850px) {
  #about-page #howto .btn-wrapper a {
    margin: 0 auto;
  }
}
#about-page #howto .btn-wrapper a:nth-child(2) {
  margin: 2rem 0 0 10rem;
}
@media (max-width: 850px) {
  #about-page #howto .btn-wrapper a:nth-child(2) {
    margin: 2rem auto;
  }
}