.p-vision-content__header {
  padding-top: 1rem;
}
.p-vision-content__header p, .p-mission-content__header p {
  font-size: 1.2rem;
}
.p-vision-content__body {
  max-width: 1260px;
  margin: auto;
}

.p-vision-content__body p, .p-mission-text {
  margin: 2rem auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-mission {
  margin-top: -20rem;
}

.p-mission-wave {
  margin-bottom: -1rem;
  display: block;
}

.p-mission-wrapper {
  background-color: #EAEAEA;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.p-mission-text {
  text-align: center;
}

.p-mission-group {
  max-width: 960px;
  margin: 4rem auto;
  padding-top: 2rem;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}

.p-mission-image.--n1 {
  position: absolute; top: 20px; right: -30px; width: 260px;
}
.p-mission-image.--n2 {
  position: absolute; top: 30px; left: -80px; width: 260px;
}
.p-mission-image.--n3 {
  position: absolute; top: 50%; right: -60px; width: 260px;
}
.p-mission-image.--n4 {
  position: absolute; bottom: 0; left: -50px; width: 160px;
}
.p-mission-image.--n5 {
  position: absolute; bottom: 0; right: -40px; width: 260px;
}


.p-mission-image.--n6 {
  position: absolute; top: 20px; right: -40px; width: 260px;
}
.p-mission-image.--n7 {
  position: absolute; top: 30px; left: -80px; width: 260px;
}
.p-mission-image.--n8 {
  position: absolute; top: 50%; right: 0; width: 200px;
}
.p-mission-image.--n9 {
  position: absolute; bottom: 0; left: -80px; width: 260px;
}
.p-mission-image.--n10 {
  position: absolute; bottom: 0; right: -50px; width: 260px;
}

.p-mission-group__header {
  font-size: 2rem;
  text-align: center;
  color: #E12F2B;
  font-weight: bold;
}

.p-mission-item__header {
  font-size: 1.4rem;
  color: #E12F2B;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-mission-item {
  padding: 0 200px;
  font-weight: bold;
}
.p-mission-item-wrapper {
  padding: 2rem 0;
}

.p-mission-item-detail {
  margin-bottom: 1rem;
}

/* 最後の要素以外はボーダーを表示 */
.p-mission-item:not(:last-child) .p-mission-item-wrapper {
  background-image : linear-gradient(to right, #F4A44D 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-ceo-message {
  margin-top: 1rem;
}

.p-ceo-message-content {
  display: flex;
}
.p-ceo-message-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}
.p-ceo-message-left * {
  text-align: left;
}
.p-ceo-message-left p {
  font-size: 1rem;
}
.p-ceo-message p {
  line-height: 2;
}
.p-ceo-message-info {
  text-align: right;
  font-weight: bold;
}
.p-ceo-message-pb1 {
  padding-bottom: 1rem;
}

.p-ceo-message-content__footer, .p-ceo-message-info {
  margin-top: 2rem;
}

.p-ceo-message-content__body, .p-ceo-message {
  font-weight: bold;
}

.tb {
  display: none;
}

@media screen and (max-width: 1012px) {
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .p-vision-content__body {
    max-width: 100%;
  }

  .p-vision-content__body p, .p-mission-text {
    font-size: 1.2rem;
  }

  .p-mission {
    margin-top: -14rem;
    position: relative;
  }

  .p-mission-group {
    width: 90%;
  }

  .p-mission-group__header {
    font-size: 1.6rem;
  }

  .p-mission-item {
    padding: 0 2rem;
  }
  .p-mission-item-wrapper {
    padding: 3rem 3% 3rem 3%;
  }

  .p-mission-image.--n1 {
    position: absolute; top: 40px; right: -52px; width: 140px;
  }
  .p-mission-image.--n2 {
    position: absolute; top: 20%; right: 0px; left: inherit; width: 140px;
  }
  .p-mission-image.--n3 {
    position: absolute; top: 40%; right: 0; width: 140px;
  }
  .p-mission-image.--n4 {
    display: none;
  }
  .p-mission-image.--n5 {
    position: absolute; bottom: inherit; top: 60%; right: 0; width: 140px;
  }

  .p-mission-image.--n6 {
    position: absolute; top: -100px; right: inherit; left: -30px; width: 180px;
  }
  .p-mission-image.--n7 {
    position: absolute; top: 18%; right: -6%; left: inherit; width: 164px;
  }
  .p-mission-image.--n8 {
    display: none;
  }
  .p-mission-image.--n9 {
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: inherit;
    width: 220px;
    z-index: 4;
  }
  .p-mission-image.--n10 {
    position: absolute; bottom: -100px; right: -50px; width: 200px;
  }

  .p-hero-title {
    text-align: center !important;
  }
  .p-ceo-message-content {
    flex-direction: column;
  }
  .p-ceo-message-content__footer p {
    text-align: right;
    font-weight: bold;
  }
  .p-ceo-message-content__footer img {
    margin: 2rem auto;
  }

  .p-ceo-message-images {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 calc(1rem + 10px);
  }
  .p-ceo-message-image {
    width: 48%;
  }
  .p-ceo-image {
    margin: 2rem 0 3rem;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .p-mission {
    margin-top: -5rem;
  }
}
