main.case section#page_link {
  padding: 60rem 0 75rem;
}
main.case section#page_link .page_link {
  grid-template-columns: repeat(4, auto);
  gap: 80rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  main.case section#page_link .page_link {
    grid-template-columns: 1fr;
    gap: 12rem;
  }
}
main.case section#case {
  padding: 100rem 0 120rem;
}
main.case section#case .inner > section {
  margin: -91rem 0 120rem;
  padding: 91rem 0 0 !important;
}
main.case section#case .inner > section:last-of-type {
  margin-bottom: 0;
}
main.case section#case .inner > section h2 {
  margin-bottom: 80rem;
}
main.case section#case .inner > section > div {
  padding-bottom: 50rem;
  padding-top: 91rem;
  border-bottom: 1px solid #D6DEDD;
  margin-bottom: 50rem;
  margin-top: -91rem;
}
main.case section#case .inner > section > div.case_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div.case_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
}
main.case section#case .inner > section > div.case_flex .textbox {
  width: 70%;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div.case_flex .textbox {
    width: 100%;
  }
}
main.case section#case .inner > section > div.case_flex img {
  width: 24%;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div.case_flex img {
    width: 100%;
  }
}
main.case section#case .inner > section > div .textbox h3 {
  font-size: 20rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 30rem;
}
main.case section#case .inner > section > div .textbox p {
  line-height: 1.75;
}
main.case section#case .inner > section > div .textbox p span {
  display: block;
  font-weight: 500;
  margin-bottom: 5rem;
}
main.case section#case .inner > section > div .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.case section#case .inner > section > div .img_flex > div p {
  text-align: center;
  margin-top: 12rem;
  font-size: 13rem;
}
main.case section#case .inner > section > div .img_flex.img_flex_1 {
  gap: 80rem;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex.img_flex_1 {
    gap: 30rem;
  }
}
main.case section#case .inner > section > div .img_flex.img_flex_1 > div {
  width: 36%;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex.img_flex_1 > div {
    width: 100%;
  }
}
main.case section#case .inner > section > div .img_flex.img_flex_1 > div img {
  width: 100%;
}
main.case section#case .inner > section > div .img_flex.img_flex_2 {
  gap: 60rem;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex.img_flex_2 {
    gap: 30rem;
  }
}
main.case section#case .inner > section > div .img_flex.img_flex_2 > div {
  width: 24%;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex.img_flex_2 > div {
    width: 100%;
  }
}
main.case section#case .inner > section > div .img_flex.img_flex_2 > div:nth-of-type(2) {
  width: 19.5%;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex.img_flex_2 > div:nth-of-type(2) {
    width: 100%;
  }
}
main.case section#case .inner > section > div .img_flex.img_flex_2 > div:last-of-type {
  margin-top: 76rem;
}
@media (max-width: 767px) {
  main.case section#case .inner > section > div .img_flex.img_flex_2 > div:last-of-type {
    margin-top: 0;
  }
}
main.case section#case .inner > section > div .img_flex.img_flex_2 > div img {
  width: 100%;
}
main.case section#case .inner > section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260rem;
  padding: 18rem 0;
  border-radius: 60rem;
  font-size: 16rem;
  line-height: 1.5;
  margin: 0 auto;
}/*# sourceMappingURL=case.css.map */