.mv__en {
  padding-top: 6rem;
  font-size: 8.6rem;
  color: #D2E8DD;
}
@media screen and (max-width: 767px) {
  .mv__en {
    font-size: 4.4rem;
    padding-top: 4rem;
    line-height: 1.25;
  }
}

.mv__jp {
  color: #054E2A;
  margin-bottom: 9.2rem;
  margin-top: -2.8rem;
}
@media screen and (max-width: 767px) {
  .mv__jp {
    margin-top: -10.2rem;
    margin-bottom: 6rem;
  }
}

#breadcrumb li:last-child {
  color: #054E2A;
}

@media screen and (max-width: 767px) {
  main {
    margin: -14rem auto 0;
  }
}

.intro__cn_info {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .intro__cn_info {
    margin-bottom: 3rem;
  }
}

h3 {
  font-size: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #054E2A;
  border-bottom: 2px solid #054E2A;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.list__box {
  width: 960px;
  margin: 0 auto 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .list__box {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.list__box .list__inner-indent:has(~ a) {
  margin: 0 0 1rem 0;
}
.list__box > div {
  width: calc(50% - 2rem);
  box-shadow: 0px 0px 10px -5px #b5b5b5;
  border-radius: 2rem;
  padding: 3.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .list__box > div {
    width: 100%;
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
.list__box > div h4 {
  color: #054E2A;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-left: 3.6rem;
  margin-bottom: 1.2rem;
  border-bottom: 2px solid #054E2A;
  position: relative;
  line-height: 1.3;
}
.list__box > div h4.oneline {
  padding-top: 0.3rem;
  font-size: 1.8rem;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 767px) {
  .list__box > div h4.oneline {
    font-size: 1.6rem;
    letter-spacing: 0rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list__box > div h4 {
    font-size: 1.6rem;
  }
}
.list__box > div h4::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #054E2A;
  width: 26px;
  height: 26px;
  margin-right: 1.5rem;
  border-radius: 1.3rem;
  top: calc(50% - 0.4rem);
  left: 0;
  transform: translateY(-50%);
}
.list__box > div .list__inner-indent {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .list__box > div .list__inner-indent br {
    display: none;
  }
}
.list__box > div .list__box .list__inner-indent:has(~ a) {
  margin: 0 0 2rem 0;
}
.list__box > div a {
  display: block;
  color: #054E2A;
  transition: 0.3s;
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.list__box > div a:last-of-type {
  margin: 0;
}
.list__box > div a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/_assets/img/cn_info/icon_blank.svg) no-repeat;
  vertical-align: bottom;
  width: 13px;
  height: 13px;
  margin-left: 1rem;
  margin-top: 1px;
  bottom: 4px;
  transition: 0.3s;
}
.list__box > div a:hover {
  color: #52A77D;
}
.list__box > div a:hover::after {
  background: url(/_assets/img/cn_info/icon_blank_on.svg) no-repeat;
}
.list__box > div a.new_red {
  color: #D50000;
}
.list__box > div a.new_red::after {
  background: url(/_assets/img/cn_info/icon_blank_red.svg) no-repeat;
}
.list__box > div a.new_red:hover {
  color: #D66969;
}
.list__box > div a.new_red:hover::after {
  background: url(/_assets/img/cn_info/icon_blank_red_on.svg) no-repeat;
}
.list__box > div .icon-sp {
  display: block;
  color: #054E2A;
  transition: 0.3s;
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.list__box > div .icon-sp::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/_assets/img/cn_info/icon_blank.svg) no-repeat;
  vertical-align: bottom;
  width: 13px;
  height: 13px;
  margin-left: 1rem;
  margin-top: 1px;
  bottom: 4px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list__box > div .icon-sp::after {
    margin-left: 0;
  }
}

.list__box > div a.cn__font-cstm {
  font-size: 1.4rem;
}/*# sourceMappingURL=cn_info.css.map */