#mission .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #mission .inner {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #mission .inner {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  #mission h3 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #mission h3 {
    padding-bottom: 2rem;
  }
}

.mission_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mission_img {
    width: 67.5rem;
    margin: 6rem auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mission_img {
    width: 29.5rem;
    margin: 6rem auto 4rem;
  }
}

@media screen and (min-width: 769px) {
  #mission .light_ttl {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #mission .light_ttl {
    text-align: center;
    line-height: 1.223em;
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}

#mission .block {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mission .block {
    width: 100rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #mission .block {
    margin-top: 6rem;
  }
}

#mission .box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #mission .box {
    background: url("../../images/cont_bg.jpg") center top repeat;
    background-size: 100% 100%;
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  #mission .box {
    background: url("../../images/cont_bg_sp.jpg") center top repeat;
    background-size: 100% 100%;
    padding: 3rem 4rem;
  }
}

#mission .box dl {
  position: relative;
  display: flex;
  border-bottom: #0000ff 1px solid;
}
@media screen and (min-width: 769px) {
  #mission .box dl {
    flex-direction: row;
    padding: 2rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  #mission .box dl {
    flex-direction: column;
    padding: 1.5rem 0rem 2rem;
    gap: 2rem;
  }
}

#mission .box dl:nth-of-type(1),
#mission .box ul:nth-of-type(1) {
  border-top: #0000ff 1px solid;
}
@media screen and (min-width: 769px) {
  #mission .box dl:nth-of-type(1),
  #mission .box ul:nth-of-type(1) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #mission .box dl:nth-of-type(1),
  #mission .box ul:nth-of-type(1) {
    margin-top: 2rem;
  }
}

#mission .box dl dt {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #mission .box dl dt {
    width: 20rem;
  }
}
#mission .box dl dt p,
#mission .box ul li p {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
#mission .box dl dd {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mission .box dl dd {
    text-align: center;
  }
}

#mission .box ul {
  position: relative;
  display: flex;
  border-bottom: #0000ff 1px solid;
}
@media screen and (min-width: 769px) {
  #mission .box ul {
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 0rem 4rem;
    background: url("../../images/rating/plus.svg") center center no-repeat;
    background-size: 4rem auto;
  }
}
@media screen and (max-width: 768px) {
  #mission .box ul {
    flex-direction: column;
    padding: 3rem 0rem 3rem;
  }
}

#mission .box ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #mission .box ul li {
    width: 36.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #mission .box ul li {
    gap: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #mission .box ul li:nth-of-type(2) {
    margin-top: 2.5rem;
    padding-top: 5.1rem;
    background: url("../../images/rating/plus.svg") center top no-repeat;
    background-size: 2.6rem auto;
  }
}/*# sourceMappingURL=style.css.map */