@charset "UTF-8";
@media screen and (min-width: 768px) {
  .el_hl_type03 {
    font-size: 2.6rem;
  }
}

.un_csIntro_inner,
.un_csCase_inner {
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_csIntro_inner,
  .un_csCase_inner {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .un_csIntro_inner {
    position: relative;
    width: 100%;
    padding-right: 300px;
  }
}
.un_csIntro .el_hl_type02 {
  margin-bottom: 48px;
  margin-bottom: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_csIntro .el_hl_type02 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .un_csIntro .el_hl_type02 h2 {
    white-space: break-spaces;
  }
}
.un_csIntro_img {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 10.2564102564vw;
  width: 200px;
  width: 51.2820512821vw;
}
@media screen and (min-width: 768px) {
  .un_csIntro_img {
    margin: 0;
    width: 200px;
    position: absolute;
    right: 73px;
    top: 70px;
  }
}

.un_csCase_head {
  margin-bottom: 40px;
  margin-bottom: 10.2564102564vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_csCase_head {
    margin-bottom: 80px;
    height: 434px;
    height: 27.125vw;
    max-height: 434px;
  }
}
.un_csCase_head .el_hl_type02 {
  margin-bottom: 37px;
  margin-bottom: 9.4871794872vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_head .el_hl_type02 {
    margin-bottom: 78px;
  }
}
.un_csCase_head__img {
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  overflow: hidden;
  margin-top: 20px;
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_head__img {
    border-radius: 16px;
    margin: 0;
    width: 54.1875vw;
    max-width: 867px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.un_csCase_outline dl, .un_csCase_solution dl, .un_csCase_voice dl, .un_csCase_points dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  gap: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_outline dl, .un_csCase_solution dl, .un_csCase_voice dl, .un_csCase_points dl {
    gap: 24px;
  }
}
.un_csCase_outline dl dt, .un_csCase_solution dl dt, .un_csCase_voice dl dt, .un_csCase_points dl dt {
  font-size: 17px;
  font-size: 4.358974359vw;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .un_csCase_outline dl dt, .un_csCase_solution dl dt, .un_csCase_voice dl dt, .un_csCase_points dl dt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .un_csCase_outline dl dd, .un_csCase_solution dl dd, .un_csCase_voice dl dd, .un_csCase_points dl dd {
    font-size: 1.6rem;
  }
}
.un_csCase_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_outline {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .un_csCase_outline dl {
    width: calc(50% - 20px);
  }
}
.un_csCase_outline dl dd {
  border: 1px solid #90c31f;
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  padding: 24px;
  padding: 6.1538461538vw;
  padding-right: 16px;
  padding-right: 4.1025641026vw;
  padding-left: 16px;
  padding-left: 4.1025641026vw;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .un_csCase_outline dl dd {
    border-radius: 16px;
    padding: 40px 32px;
  }
}
.un_csCase_outline dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 4.1025641026vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .un_csCase_outline dl dd ul {
    gap: 16px;
  }
}
.un_csCase_solution {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_solution {
    margin-top: 74px;
  }
}
.un_csCase_solution dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  gap: 2.0512820513vw;
  margin-bottom: 32px;
  margin-bottom: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_solution dl dd ul {
    flex-direction: row;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.un_csCase_solution dl dd ul li {
  display: inline-block;
  background: #f7f8f9;
  border-radius: 8px;
  border-radius: 2.0512820513vw;
  padding: 20px;
  padding: 5.1282051282vw;
  padding-left: 24px;
  padding-left: 6.1538461538vw;
  padding-right: 24px;
  padding-right: 6.1538461538vw;
  font-size: 15px;
  font-size: 3.8461538462vw;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .un_csCase_solution dl dd ul li {
    border-radius: 8px;
    padding: 24px;
    font-size: 1.5rem;
  }
}
.un_csCase_voice {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_voice {
    margin-top: 72px;
  }
}
.un_csCase_voice dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  gap: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_voice dl dd {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
    gap: 66px;
  }
}
.un_csCase_voice dl dd figure {
  width: 136px;
  width: 34.8717948718vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_voice dl dd figure {
    width: 136px;
  }
}
.un_csCase_voice dl dd ul {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 4.1025641026vw;
  background: #f7f8f9;
  border-radius: 8px;
  border-radius: 2.0512820513vw;
  padding: 24px;
  padding: 6.1538461538vw;
  padding-left: 16px;
  padding-left: 4.1025641026vw;
  padding-right: 16px;
  padding-right: 4.1025641026vw;
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_csCase_voice dl dd ul {
    gap: 16px;
    border-radius: 8px;
    padding: 40px 32px;
  }
}
.un_csCase_voice dl dd ul::before {
  position: absolute;
  top: -22px;
  top: -5.641025641vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 13px;
  border-right-width: 3.3333333333vw;
  border-left-width: 13px;
  border-left-width: 3.3333333333vw;
  border-bottom-width: 22px;
  border-bottom-width: 5.641025641vw;
  border-color: transparent transparent #f7f8f9 transparent;
}
@media screen and (min-width: 768px) {
  .un_csCase_voice dl dd ul::before {
    left: -22px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    border-width: 0 13px 22px 13px;
  }
}
.un_csCase_points {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_points {
    margin-top: 72px;
  }
}
.un_csCase_points dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 6.1538461538vw;
  margin-right: 4px;
  margin-right: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_points dd ol {
    gap: 32px;
    margin-right: 0;
  }
}
.un_csCase_points dd ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 2.0512820513vw;
  padding-bottom: 24px;
  padding-bottom: 6.1538461538vw;
  border-bottom: 1px dashed #e6e6e6;
}
@media screen and (min-width: 768px) {
  .un_csCase_points dd ol li {
    gap: 8px;
    padding-bottom: 32px;
  }
}
.un_csCase_points dd ol li .__num {
  min-width: 48px;
  min-width: 12.3076923077vw;
  font-family: "Inter", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  font-size: 6.6666666667vw;
  color: #90c31f;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .un_csCase_points dd ol li .__num {
    min-width: unset;
    font-size: 3.2rem;
    flex: 1;
  }
}
.un_csCase_points dd ol li .__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_points dd ol li .__txt {
    gap: 16px;
    width: 92.8%;
    max-width: 941px;
  }
}
@media screen and (min-width: 768px) {
  .un_csCase_solution dl, .un_csCase_voice dl, .un_csCase_points dl {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .un_csCase_solution dl dt, .un_csCase_voice dl dt, .un_csCase_points dl dt {
    width: calc(23.2% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .un_csCase_solution dl dd, .un_csCase_voice dl dd, .un_csCase_points dl dd {
    width: 76.8%;
    max-width: 1013px;
  }
}
.un_csCase_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_btn {
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
}
.un_csCase_btn .el_button_typeDL02,
.un_csCase_btn .el_button_type01 {
  min-width: 272px;
  min-width: 69.7435897436vw;
}
@media screen and (min-width: 768px) {
  .un_csCase_btn .el_button_typeDL02,
  .un_csCase_btn .el_button_type01 {
    min-width: unset;
    max-width: unset;
    width: fit-content;
  }
}
.un_csCase.__case01 {
  margin-top: 47px;
  margin-top: 12.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case01 {
    margin-top: 120px;
  }
}
.un_csCase.__case01 .un_csCase_btn {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case01 .un_csCase_btn {
    margin-top: 81px;
  }
}
.un_csCase.__case02 {
  margin-top: 54px;
  margin-top: 13.8461538462vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 {
    margin-top: 120px;
  }
}
.un_csCase.__case02 .un_csCase_inner {
  border-top: 1px solid #90c31f;
  padding-top: 71px;
  padding-top: 18.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_inner {
    padding-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_outline dl {
    flex-direction: row;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_outline dl dt {
    width: calc(23.2% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_outline dl dd {
    width: 76.8%;
    max-width: 1013px;
  }
}
.un_csCase.__case02 .un_csCase_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 38px;
  margin-top: 9.7435897436vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_img {
    margin-top: 70px;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.un_csCase.__case02 .un_csCase_img figure {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_img figure {
    width: calc(50% - 20px);
  }
}
.un_csCase.__case02 .un_csCase_img figure:nth-child(n+2) {
  margin-top: 8px;
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_img figure:nth-child(n+2) {
    margin: 0;
  }
}
.un_csCase.__case02 .un_csCase_img figure:nth-child(3n) {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_img figure:nth-child(3n) {
    margin: 0;
  }
}
.un_csCase.__case02 .un_csCase_img figure:nth-child(4) img {
  width: 99px;
  width: 25.3846153846vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_img figure:nth-child(4) img {
    width: auto;
    height: 404px;
  }
}
.un_csCase.__case02 .un_csCase_btn {
  margin-top: 40px;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .un_csCase.__case02 .un_csCase_btn {
    margin-top: 72px;
  }
}

.el_anchorNav.is-active {
  height: 116px;
  height: 29.7435897436vw;
}
@media screen and (min-width: 768px) {
  .el_anchorNav.is-active {
    height: 116px;
  }
}