body {
  overflow-x: hidden;
}

.p-about {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .p-about {
    margin-top: 40px;
  }
}
.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .p-about__content {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-pickup {
  margin-top: 320px;
  background-color: #EFF5F8;
  position: relative;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .p-pickup {
    margin-top: 140px;
    padding-bottom: 70px;
  }
}
.p-pickup::before, .p-pickup::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/440;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
}
.p-pickup::before {
  background-color: #EFF5F8;
}
.p-pickup::after {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-pickup__anchor-head {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-pickup__anchor-list {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 656px;
}
@media only screen and (max-width: 768px) {
  .p-pickup__anchor-list {
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-pickup__anchor-item {
  width: calc(50% - 16px);
}
@media only screen and (max-width: 768px) {
  .p-pickup__anchor-item {
    width: 100%;
  }
}
.p-pickup__anchor-link {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 18px 35px 12px;
  border: 1px #BFBFBF solid;
}
.p-pickup__anchor-link::after {
  font-family: "FontAwesome";
  content: "\f061";
  color: #6fa32c;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-pickup__item {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-pickup__item {
    margin-top: 80px;
  }
}
.p-pickup__item-head {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-pickup__item-head {
    text-align: left;
  }
}
.p-pickup__content {
  margin-top: 60px;
  padding: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-pickup__content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.p-pickup__content + .p-pickup__content {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .p-pickup__content img {
    margin: 0 auto;
  }
}
.p-pickup__head {
  position: relative;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
}
@media only screen and (max-width: 1024px) {
  .p-pickup__head {
    font-size: 16px;
  }
}
.p-pickup__head::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #6BB1DB;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-pickup__text-wrap {
    width: 100%;
  }
}
.p-pickup__text {
  margin-top: 20px;
}