p {
  margin: 0;
}

.misson {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .misson {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.misson__content {
  display: flex;
  gap: 5.9rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .misson__content {
    flex-direction: column;
    margin-top: 4rem;
    gap: 3rem;
  }
}

.misson__text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%; /* 2.88rem */
}
@media (max-width: 767px) {
  .misson__text {
    order: 2;
  }
}

.misson__description {
  color: #000;
  font-size: 1.6rem;
  line-height: 180%; /* 2.88rem */
  margin: 0;
}
@media (max-width: 767px) {
  .misson__description {
    font-size: 1.4rem;
  }
}

.misson__profile {
  width: 49.9rem;
  text-align: right;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .misson__profile {
    order: 1;
    width: 100%;
  }
}

.misson__profile-image {
  width: 100%;
}
@media (max-width: 767px) {
  .misson__profile-image {
    width: 100%;
    height: 30rem;
  }
  .misson__profile-image img {
    height: 100%;
  }
}

.misson__profile-name {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%; /* 3.24rem */
  margin-top: 0.7rem;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .misson__profile-name {
    font-size: 1.6rem;
  }
}

.goals {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .goals {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.goals__content {
  margin-top: 6.4rem;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .goals__content {
    display: block;
    margin-top: 4rem;
  }
}
.goals__content::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 7.1rem;
  background: url(../img/about/triangle.png) no-repeat center center/cover;
  left: 47%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .goals__content::after {
    width: 1.9rem;
    height: 3rem;
    transform: translateX(-50%) rotate(90deg);
    bottom: 8.7rem;
  }
}

.goals__philosophy-label {
  width: 36.169rem;
  height: 6.698rem;
  flex-shrink: 0;
  color: #FFF;
  font-size: 3.5722rem;
  font-weight: 700;
  line-height: 5.8049rem; /* 162.5% */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1D2A55;
}
@media (max-width: 767px) {
  .goals__philosophy-label {
    width: 100%;
    height: 4rem;
    font-size: 2.4rem;
  }
}

.goals__philosophy-text {
  color: #000;
  font-size: 2.8131rem;
  font-weight: 700;
  line-height: 100%; /* 2.8131rem */
  margin-top: 2.95rem;
}
@media (max-width: 767px) {
  .goals__philosophy-text {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.goals__target {
  color: #fff;
  font-size: 3.1146rem;
  font-weight: 600;
  line-height: 168%; /* 5.2324rem */
  height: 12.4rem;
  background-color: #1D2A55;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .goals__target {
    font-size: 1.8rem;
    margin-top: 4.5rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .goals__target {
    font-size: 2.8rem;
  }
}
.goals__examples {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.7rem;
  padding: 5px;
  background-image: url(../img/stripe.gif);
  background-repeat: repeat;
  background-size: auto;
}

.goals__examples-inner {
  background-color: #fff;
  padding-left: 12rem;
  padding-right: 12rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .goals__examples-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.goals__examples-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1D2A55;
  margin-bottom: 4rem;
  padding-top: 6rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .goals__examples-title {
    font-size: 2.4rem;
    line-height: 1.6;
    padding-top: 0;
  }
}

.goals__example {
  display: flex;
  justify-content: space-between;
}
.goals__example:nth-of-type(n+2) {
  margin-top: 2.7rem;
}
@media (max-width: 767px) {
  .goals__example:nth-of-type(n+2) {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .goals__example {
    display: block;
  }
  .goals__example:last-of-type .goals__example-after {
    text-align: center;
  }
}

.goals__example-before {
  display: flex;
  align-items: center;
}

.goals__example-company {
  width: 14.8695rem;
  height: 4.8225rem;
  flex-shrink: 0;
  border-radius: 4.923rem;
  background: #289DD3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.7669rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .goals__example-company {
    width: 9rem;
    height: 3rem;
    font-size: 2rem;
  }
}

.goals__example-amount {
  color: #000;
  font-size: 2.7669rem;
  line-height: normal;
  margin-left: 2.5rem;
  width: 23.6rem;
  position: relative;
}
.goals__example-amount::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 7.1rem;
  background: url(../img/about/triangle.png) no-repeat center center/cover;
  top: 50%;
  transform: translateY(-50%);
  right: -8.6rem;
}
@media (max-width: 767px) {
  .goals__example-amount::after {
    width: 1.9rem;
    height: 3rem;
    transform: translateX(-50%) rotate(90deg);
    bottom: 6.7rem;
    top: 99%;
    left: 21%;
  }
}
@media (max-width: 767px) {
  .goals__example-amount {
    font-size: 2.2rem;
  }
}
.goals__example-amount span {
  font-family: Poppins;
  font-size: 6.3027rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .goals__example-amount span {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1165px) {
  .goals__example-amount::after {
    right: -2.6rem;
    width: 2.4rem;
    height: 4.4rem;
  }
}
.goals__example-after {
  color: #FF7B38;
  font-size: 4.188rem;
  font-weight: 600;
  width: 35.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .goals__example-after {
    font-size: 3.4rem;
    text-align: center;
    margin-top: 3rem;
    width: 100%;
  }
}
.goals__example-after span {
  color: #FF7B38;
  font-family: Poppins;
  font-size: 9.54rem;
}
@media (max-width: 767px) {
  .goals__example-after span {
    font-size: 6rem;
  }
}

.profile {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .profile {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.profile__content {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .profile__content {
    margin-top: 4rem;
  }
}

.profile__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .profile__item {
    display: block;
  }
}

.profile__label {
  width: 25rem;
  color: #333;
  font-size: 1.9165rem;
  font-weight: 700;
  letter-spacing: 0.0319rem;
}
@media (max-width: 767px) {
  .profile__label {
    width: 100%;
  }
}

.profile__text {
  color: #333;
  font-size: 1.5971rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.5554rem */
  letter-spacing: 0.0319rem;
}
.profile__text a {
  display: inline-block;
  color: #333;
  margin-left: 0rem;
  position: relative;
}
.profile__text a::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  width: 100%;
  height: 0.1rem;
  bottom: 0.4rem;
  left: 0;
}
@media (max-width: 767px) {
  .profile__text a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .profile__text {
    margin-top: 0.9rem;
  }
}

.profile__map {
  width: 100%;
}
.profile__map iframe {
  width: 100%;
  height: 55rem;
}
@media (max-width: 767px) {
  .profile__map iframe {
    height: 20rem;
    width: 100%;
    left: -10%;
  }
}

.profile__link {
  display: inline-block;
  font-size: 1.8rem;
  text-decoration: underline;
  color: #333;
  margin-top: 0.6rem;
  position: relative;
  padding-right: 1.8rem;
}
@media (max-width: 767px) {
  .profile__link {
    font-size: 1.6rem;
  }
}
.profile__link:after {
  content: "";
  position: absolute;
  background: url(../img/button-icon02.png) no-repeat center center/cover;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.goals__examples__description {
  font-size: 1.8rem;
  color: #1D2A55;
  line-height: 1.6;
  padding: 2rem 3rem;
  border: 2px solid #1D2A55;
  margin-bottom: 5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .goals__examples__description {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}/*# sourceMappingURL=about.css.map */