.p-policy {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy {
    margin-top: -17rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__title {
    width: 60%;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__title .c-title__main .jp {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-policy__title .c-title__main .jp {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__text {
    width: 38.8%;
    padding-top: 6rem;
  }
}
.p-policy__text b {
  letter-spacing: 0.2em;
  text-indent: -0.5em;
  display: inline-block;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__text b {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-policy__text b {
    font-size: 4rem;
  }
}

.p-policy__img {
  position: relative;
  margin-top: 17rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__img {
    margin-top: 17rem;
    padding-bottom: 41rem;
  }
}

.p-policy__img_item.__01 {
  margin: 0 auto;
  width: 66.7%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__img_item.__01 {
    width: 41.7%;
  }
}
.p-policy__img_item.__02, .p-policy__img_item.__03, .p-policy__img_item.__04, .p-policy__img_item.__05 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-policy__img_item.__02 {
  width: 31.9%;
  top: -8rem;
  -webkit-transform: translateX(-98%);
          transform: translateX(-98%);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__img_item.__02 {
    width: 21.9%;
    top: -18rem;
    -webkit-transform: translateX(-139%);
            transform: translateX(-139%);
  }
}
.p-policy__img_item.__03 {
  width: 24%;
  bottom: 11rem;
  -webkit-transform: translateX(-126%);
          transform: translateX(-126%);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__img_item.__03 {
    width: 13%;
    bottom: 21rem;
    -webkit-transform: translateX(-173%);
            transform: translateX(-173%);
  }
}
.p-policy__img_item.__04 {
  width: 24%;
  top: -15rem;
  -webkit-transform: translateX(159%);
          transform: translateX(159%);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__img_item.__04 {
    width: 13%;
    top: -8rem;
    -webkit-transform: translateX(320%);
            transform: translateX(320%);
  }
}
.p-policy__img_item.__05 {
  width: 28.6%;
  bottom: 8rem;
  -webkit-transform: translateX(115%);
          transform: translateX(115%);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-policy__img_item.__05 {
    width: 15.6%;
    bottom: 23rem;
    -webkit-transform: translateX(194%);
            transform: translateX(194%);
  }
}
.p-action {
  color: #fff;
  padding: 7rem 0 8rem;
  background: #f2f0ed url("../img/company/action_bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-action {
    padding: 13rem 0 11rem;
  }
}

.p-action__contents {
  max-width: 110rem;
  margin: 0 auto;
}
.p-action__contents dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-action__contents dl {
    padding: 2.5rem 0;
  }
}
.p-action__contents dl + dl {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-action__contents dl + dl {
    margin-top: 1.6rem;
  }
}
.p-action__contents dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  min-width: 6rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-action__contents dl dt {
    min-width: 10rem;
    font-size: 3rem;
  }
}
.p-action__contents dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  flex: 1;
  padding-left: 1.5rem;
  word-break: auto-phrase;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-action__contents dl dd {
    padding-left: 2.8rem;
    font-size: 2rem;
  }
}

.p-slogan {
  padding: 8rem 0 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-slogan {
    padding: 16rem 0 14rem;
  }
}

.p-slogan__title {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-slogan__title {
    font-size: 4rem;
  }
}

.p-outline {
  padding: 7rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-outline {
    padding: 14rem 0 0;
  }
}

.p-outline__contents {
  max-width: 110rem;
  margin: 0 auto;
}
.p-outline__contents dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-outline__contents dl {
    padding: 3rem 0;
  }
}
.p-outline__contents dl dt {
  min-width: 10rem;
  line-height: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-outline__contents dl dt {
    min-width: 14rem;
    line-height: 4rem;
  }
}
.p-outline__contents dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #ccc;
  flex: 1;
  padding-left: 1.5rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-outline__contents dl dd {
    padding-left: 4.4rem;
  }
}