  @charset "UTF-8";
/*////////////////////////////////////////////////////

    .ÔO¶¨

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ¥Ú©`¥¸¹ÌÓÐ¤Î¥¹¥¿¥¤¥ë
////////////////////////////////////////////////////*/
@-webkit-keyframes scrollIco {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5.5rem);
  }
}
@keyframes scrollIco {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5.5rem);
  }
}
@-webkit-keyframes roadAnimIn {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0.001% 100%, 0.001% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0.001% 100%, 0.001% 0%);
    opacity: 0;
  }
  20% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100vw 100%, 100vw 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100vw 100%, 100vw 0%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
}
@keyframes roadAnimIn {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0.001% 100%, 0.001% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0.001% 100%, 0.001% 0%);
    opacity: 0;
  }
  20% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100vw 100%, 100vw 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100vw 100%, 100vw 0%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
}
@-webkit-keyframes roadAnimOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes roadAnimOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html, body, .main {
  overflow-x: visible !important;
}

.p-cnsKv {
  position: relative;
  z-index: 1;
  background-color: #8BD56A;
  padding: 2rem 0 4rem;
  color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 600px) {
  .p-cnsKv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv {
    padding: 4.8rem 0;
    height: calc(100vh - 110px);
  }
}
.p-cnsKv_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 600px) {
  .p-cnsKv_inner {
    gap: 4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv_inner {
    align-items: flex-end;
    justify-content: center;
  }
}
.p-cnsKv_txt {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv_txt {
    width: calc((100% - 35.2rem) / 12 * 7 + 19.2rem);
  }
}
.p-cnsKv_txt_tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  font-size: 3rem;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv_txt_tit {
    font-size: clamp(3rem, 3.125vw, 5.6rem);
    margin-bottom: 1.6rem;
  }
}
.p-cnsKv_txt_en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv_txt_en {
    font-size: clamp(2rem, 2.0833333333vw, 3rem);
    margin-bottom: 3.2rem;
  }
}
.p-cnsKv_txt_lead {
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv_txt_lead {
    font-size: clamp(1.7rem, 1.7708333333vw, 2rem);
  }
}
.p-cnsKv img {
  display: block;
  width: 77.3333333333vw;
}
@media print, screen and (min-width: 600px) {
  .p-cnsKv img {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv img {
    display: none;
  }
}
.p-cnsKv_scroll {
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  padding-bottom: 6.5rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsKv_scroll {
    left: 3.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsKv_scroll {
    left: 4.8rem;
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsKv_scroll {
    left: calc((100vw - 1216px) / 2);
  }
}
.p-cnsKv_scroll:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 6rem;
  bottom: 0;
  left: calc(50% - 1px);
  background-color: #fff;
}
.p-cnsKv_scroll:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  bottom: 5.5rem;
  left: calc(50% - 4.5px);
  -webkit-animation: scrollIco 1.5s ease infinite;
          animation: scrollIco 1.5s ease infinite;
}
.p-cnsKv_scroll .__txt {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.6rem;
}

.p-cnsOurGoal {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurGoal {
    padding: 7rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal {
    padding: 4.8rem 0;
    height: calc(100vh - 80px);
  }
}
.p-cnsOurGoal_dummy {
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.p-cnsOurGoal_inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurGoal_inner {
    gap: 6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_inner {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    gap: 0;
  }
}
.p-cnsOurGoal_tit {
  color: #fff;
  display: block;
  aspect-ratio: 1/1;
  width: 77.3333333333vw;
  border-radius: 100%;
  background-color: #8BD56A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurGoal_tit {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tit {
    display: none;
  }
}
.p-cnsOurGoal_tit .__en {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 4.2rem;
  display: block;
}
.p-cnsOurGoal_tit .__ja {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_cnt {
    width: calc((100% - 35.2rem) / 12 * 7 + 19.2rem);
  }
}
.p-cnsOurGoal_cnt_hl {
  box-sizing: border-box;
  width: 100%;
  max-width: 351px;
  height: 4.9rem;
  padding-right: 4.2rem;
  position: relative;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurGoal_cnt_hl {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_cnt_hl {
    max-width: 491px;
    height: 7.2rem;
    padding-right: 6.1rem;
  }
}
.p-cnsOurGoal_cnt_hl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.8rem;
  height: 3.3rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 60% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 60% 50%, 100% 100%, 0% 100%);
  background-color: #2AAC86;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_cnt_hl:after {
    width: 5.5rem;
    height: 4.9rem;
  }
}
.p-cnsOurGoal_cnt_hl span {
  width: 100%;
  box-sizing: border-box;
  background-color: #2AAC86;
  color: #fff;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 5.3333333333vw, 2rem);
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_cnt_hl span {
    height: 6.6rem;
    font-size: 3rem;
  }
}
.p-cnsOurGoal_cnt_hl span.__en {
  padding-left: 2rem;
}
.p-cnsOurGoal_tb thead th {
  text-align: center;
  padding-bottom: 1rem;
  line-height: 2.4rem;
  vertical-align: bottom;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb thead th {
    line-height: 3.4rem;
  }
}
.p-cnsOurGoal_tb thead th:nth-child(n+2) {
  border-left: 4px dotted #8BD56A;
}
.p-cnsOurGoal_tb thead th.__en {
  line-height: 1.8rem;
}
.p-cnsOurGoal_tb thead th span {
  white-space: nowrap;
  display: inline-block;
}
.p-cnsOurGoal_tb thead th .big {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb thead th .big {
    font-size: 3.4rem;
  }
}
.p-cnsOurGoal_tb thead th .mid {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-weight: bold;
}
.p-cnsOurGoal_tb thead th .small {
  font-weight: bold;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb thead th .small {
    font-size: 1.6rem;
  }
}
.p-cnsOurGoal_tb thead th .small.__en {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb thead th .small.__en {
    font-size: 1.4rem;
  }
}
.p-cnsOurGoal_tb tbody th, .p-cnsOurGoal_tb tbody td {
  border-top: 4px dotted #8BD56A;
}
.p-cnsOurGoal_tb tbody th {
  width: 38%;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  padding: 1.2rem 0.5rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody th {
    padding: 1.5rem 0.5rem;
    width: 24%;
  }
}
.p-cnsOurGoal_tb tbody th .scope {
  color: #2aac86;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.6rem;
  vertical-align: bottom;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody th .scope {
    line-height: 2.6rem;
    font-size: 1.8rem;
  }
}
.p-cnsOurGoal_tb tbody th .scope.__en {
  font-size: 1.6rem;
}
.p-cnsOurGoal_tb tbody th .big {
  font-size: 2.2rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody th .big {
    font-size: 2.6rem;
  }
}
.p-cnsOurGoal_tb tbody th .big.__en {
  font-size: 2rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody th .big.__en {
    font-size: 2.4rem;
  }
}
.p-cnsOurGoal_tb tbody th .hl {
  font-size: 1.4rem;
  line-height: 1.37;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody th .hl {
    font-size: 1.6rem;
  }
}
.p-cnsOurGoal_tb tbody th .hl.__en {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody th .hl.__en {
    font-size: 1.4rem;
  }
}
.p-cnsOurGoal_tb tbody td {
  border-left: 4px dotted #8BD56A;
  width: 31%;
  padding: 1.2rem 0.5rem;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td {
    width: 38%;
    padding: 1.5rem 0.5rem;
  }
}
.p-cnsOurGoal_tb tbody td[colspan] {
  width: 62%;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td[colspan] {
    width: 76%;
  }
}
.p-cnsOurGoal_tb tbody td .txt2030_01 {
  color: #2AAC86;
  line-height: 3.6rem;
  vertical-align: bottom;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td .txt2030_01 {
    font-size: 2rem;
  }
}
.p-cnsOurGoal_tb tbody td .txt2030_01 span {
  white-space: nowrap;
}
.p-cnsOurGoal_tb tbody td .txt2030_01 .num {
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td .txt2030_01 .num {
    font-size: 5rem;
  }
}
.p-cnsOurGoal_tb tbody td .txt2030_01 .per {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td .txt2030_01 .per {
    font-size: 2.4rem;
  }
}
.p-cnsOurGoal_tb tbody td .txt2030_02 {
  font-size: 1.3rem;
  text-align: center;
}
.p-cnsOurGoal_tb tbody td .txt2030_03 {
  color: #2AAC86;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td .txt2030_03 {
    font-size: 2rem;
  }
}
.p-cnsOurGoal_tb tbody td .txt2030_03 .txt1 {
  font-size: 2rem;
}
.p-cnsOurGoal_tb tbody td .txt2030_03 .txt2 {
  font-size: 1.5rem;
}
.p-cnsOurGoal_tb tbody td .txt2050_01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #2AAC86;
  font-size: 2.6rem;
  line-height: 1.3;
}
.p-cnsOurGoal_tb tbody td .txt2050_01.__en {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-cnsOurGoal_tb tbody td .txt2050_01 .txt1 {
  font-size: 1.8rem;
  line-height: 1.2;
  display: inline-block;
}
.p-cnsOurGoal_tb tbody td .txt2050_01 .txt2 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  display: inline-block;
}
.p-cnsOurGoal_tb tbody td .scope3 {
  font-size: 1.7rem;
  line-height: 2.4rem;
  vertical-align: bottom;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td .scope3 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.p-cnsOurGoal_tb tbody td .scope3 .big {
  font-size: 2.2rem;
  color: #2AAC86;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurGoal_tb tbody td .scope3 .big {
    font-size: 3rem;
  }
}

.p-cnsEarthPc {
  display: none;
  pointer-events: none;
}
@media print, screen and (min-width: 960px) {
  .p-cnsEarthPc {
    display: block;
    position: fixed;
    z-index: 3;
    top: 80px;
    left: 4.8rem;
    height: calc(100vh - 80px);
    width: calc((100% - 35.2rem - 9.6rem) / 12 * 5 + 12.8rem);
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsEarthPc {
    width: 488px;
    left: calc((100% - 1216px) / 2);
  }
}
.p-cnsEarthPc_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  border-radius: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-cnsEarthPc_inner {
    width: 27.7083333333vw;
    height: 27.7083333333vw;
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsEarthPc_inner {
    width: 384px;
    max-height: 384px;
    margin: 0 auto;
  }
}
.p-cnsEarthPc_img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-cnsEarthPc_img img {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.p-cnsEarthPc_sec {
  background-color: #8BD56A;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.p-cnsEarthPc_sec.__active {
  transform: translateY(0);
}
.p-cnsEarthPc_sec.__sec1 {
  z-index: 2;
}
.p-cnsEarthPc_sec.__sec2 {
  z-index: 3;
}
.p-cnsEarthPc_sec_tit {
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
  background-color: #8BD56A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.p-cnsEarthPc_sec_tit .__en {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 4.2rem;
  display: block;
}
.p-cnsEarthPc_sec_tit .__ja {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  text-align: center;
}

.p-cnsOurway {
  background: #2AAC86 url("/csr/img/cns/bg_texture.png") 0 0 repeat;
  position: relative;
  z-index: 2;
}
.p-cnsOurway .container_m {
  overflow: visible;
}
.p-cnsOurway_dummy {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_wp {
    height: calc((100vw - 35.2rem - 9.6rem) / 12 * 5 + 12.8rem + 4.8rem + 12516px);
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_wp {
    height: calc((100vw - 1216px) / 2 + 488px + 12516px);
  }
}
.p-cnsOurway_index {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 4;
  background-color: #8bd56a;
  border-radius: 0 0 0 2rem;
  height: 147px;
  width: clamp(30rem, 80vw, 36.3rem);
  right: 0;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_index {
    max-width: auto;
    width: 56.8rem;
    height: 9rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_index {
    top: 80px;
    width: 48rem;
  }
}
.p-cnsOurway_index_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
  gap: 3.5rem 0;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_index_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.p-cnsOurway_index_list > li {
  cursor: pointer;
  text-align: center;
  line-height: 2.8rem;
  position: relative;
  padding-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.p-cnsOurway_index_list > li:nth-child(n+4) {
  transform-origin: 50% 0%;
  padding-top: 1.5rem;
  padding-bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_index_list > li:nth-child(n+4) {
    transform-origin: 50% 100%;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.p-cnsOurway_index_list > li:nth-child(n+4):before {
  bottom: auto;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_index_list > li:nth-child(n+4):before {
    bottom: 0;
    top: auto;
    transform: translateY(50%) translateX(-50%);
  }
}
.p-cnsOurway_index_list > li:nth-child(n+4):after {
  bottom: auto;
  top: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_index_list > li:nth-child(n+4):after {
    bottom: 0;
    top: auto;
    transform: translateY(50%);
  }
}
.p-cnsOurway_index_list > li:nth-child(1):after {
  width: 50%;
  left: 50%;
}
.p-cnsOurway_index_list > li:nth-last-child(1):after {
  width: 50%;
}
.p-cnsOurway_index_list > li.__active {
  font-weight: 800;
  font-size: 2.8rem;
}
.p-cnsOurway_index_list > li.__active:before {
  width: 2rem;
  height: 2rem;
  background-color: #8BD56A;
}
.p-cnsOurway_index_list > li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
  box-sizing: border-box;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.p-cnsOurway_index_list > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_inner {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
.p-cnsOurway_scroll {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_scroll {
    min-height: calc(100vh - 80px);
    width: calc((100vw - 35.2rem - 9.6rem) / 12 * 5 + 12.8rem + 4.8rem + 12516px);
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_scroll {
    width: calc((100vw - 1216px) / 2 + 488px + 12516px);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_scroll:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -90px;
    left: 0;
    width: 100%;
    height: calc(100% + 90px);
    background: #2AAC86 url("/csr/img/cns/bg_texture.png") 0 0 repeat;
  }
}
.p-cnsOurway_scroll_contents {
  position: relative;
  z-index: 3;
  padding: 167px 1.6rem 190px;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_scroll_contents {
    padding: 120px 3.2rem 140px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_scroll_contents {
    padding: 0;
  }
}
.p-cnsOurway_scroll_contents_inner {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_scroll_contents_inner {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-cnsOurway_scroll_bg {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_scroll_bg {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0.001% 100%, 0.001% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0.001% 100%, 0.001% 0%);
  }
}
.p-cnsOurway_scroll_bg.__show {
  -webkit-animation: 1s linear 0s both roadAnimIn;
          animation: 1s linear 0s both roadAnimIn;
}
.p-cnsOurway_scroll_bg.__hide {
  -webkit-animation: 0.5s linear 0s both roadAnimOut;
          animation: 0.5s linear 0s both roadAnimOut;
}
.p-cnsOurway_scroll_bg:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_scroll_bg:before {
    top: 50%;
    left: calc(((100vw - 35.2rem - 9.6rem) / 12 * 5 + 12.8rem) / 2 + 4.8rem);
    width: calc(100% - (((100vw - 35.2rem - 9.6rem) / 12 * 5 + 12.8rem) / 2 + 4.8rem + 990px));
    height: 5rem;
    margin-top: calc(-13.8541666667vw + 18px);
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_scroll_bg:before {
    width: calc(100% - ((100vw - 1216px) / 2 + 192px + 990px));
    height: 8rem;
    left: calc((100vw - 1216px) / 2 + 192px);
    margin-top: -178px;
  }
}
.p-cnsOurway_tit {
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
  aspect-ratio: 1/1;
  width: 77.3333333333vw;
  border-radius: 100%;
  background-color: #8BD56A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_tit {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_tit {
    display: none;
  }
}
.p-cnsOurway_tit .__en {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 4.2rem;
  display: block;
}
.p-cnsOurway_tit .__ja {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  text-align: center;
}
.p-cnsOurway_roadmap {
  display: block;
  position: absolute;
  width: 21px;
  height: 316px;
  left: calc((100% - 8rem) / 6 + 0.8rem);
  transform: translateX(-1.85rem);
  top: 72vw;
  z-index: 2;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_roadmap {
    width: 28px;
    height: 412px;
    left: 0;
    top: 59.3333333333vw;
    transform: translateX(-1.4rem);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_roadmap {
    width: 412px;
    height: 30px;
    top: 50%;
    left: calc((100vw - 35.2rem - 9.6rem) / 12 * 5 + 16rem + 4.8rem);
    margin-top: calc(-13.8541666667vw + 18px + 10px);
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_roadmap {
    width: 591px;
    height: 43px;
    left: calc((100vw - 1216px) / 2 + 488px);
    margin-top: -159px;
  }
}
.p-cnsOurway_roadmap img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-cnsOurway_icons {
  position: relative;
  z-index: 1;
  padding-left: calc((100% - 8rem) / 6 * 2 + 1.6rem);
  padding-top: 2rem;
  padding-bottom: 3.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_icons {
    padding-left: calc(0.2857142857 * (100% - 1.6rem) + 1.6rem);
    padding-top: 4rem;
    padding-bottom: 8.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_icons {
    padding-left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .p-cnsOurway_icons.__shown {
    opacity: 1;
  }
  .p-cnsOurway_icons.__shown .p-cnsOurway_icons_item {
    transform: scale(1);
  }
}
.p-cnsOurway_icons:before {
  content: "";
  display: block;
  width: 3rem;
  height: calc(100% + 4rem + 38.6666666667vw);
  background-color: #fff;
  position: absolute;
  left: calc((100% - 8rem) / 6 + 0.8rem);
  z-index: 1;
  transform: translateX(-2.3rem);
  top: -38.6666666667vw;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_icons:before {
    width: 5rem;
    top: -33.3333333333vw;
    left: calc((100% - 17.6rem) / 12 * 2 + 1.6rem);
    height: calc(100% + 6rem + 33.3333333333vw);
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_icons:before {
    display: none;
  }
}
.p-cnsOurway_icons_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem 0;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_icons_list {
    width: 360px;
    gap: 3rem 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_icons_list {
    width: 450px;
    gap: 2.5rem 0;
    margin-top: 0;
    padding-left: calc(4.8rem + (100vw - 35.2rem - 9.6rem) / 12 * 5 + 12.8rem);
    transform: translateY(122px);
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_icons_list {
    padding-left: calc((100vw - 1216px) / 2 + 488px);
  }
}
.p-cnsOurway_icons_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_icons_item {
    transition: all 0.3s ease;
    transform: scale(0.6);
  }
}
.p-cnsOurway_icons_item_ico {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(4.2rem, 16.5333333333vw, 6.2rem);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_icons_item_ico {
    width: 76px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_icons_item_ico {
    width: 104px;
  }
}
.p-cnsOurway_icons_item_ico img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.p-cnsOurway_icons_item_txt {
  margin: 0 -1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.33;
  font-size: clamp(1rem, 3.7333333333vw, 1.5rem);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_icons_item_txt {
    margin: 0;
  }
}
.p-cnsOurway_list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4.8rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_list {
    gap: 8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_list {
    gap: 0;
    flex-direction: row;
    align-items: flex-end;
    padding-left: 104px;
    height: 100%;
  }
}
.p-cnsOurway_list:before {
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc((100% - 8rem) / 6 + 0.8rem);
  z-index: 1;
  transform: translateX(-2.3rem);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_list:before {
    left: calc((100% - 17.6rem) / 12 * 2 + 1.6rem);
    width: 5rem;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_list:before {
    display: none;
  }
}
.p-cnsOurway_list_item {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_list_item {
    width: auto;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
  }
}
.p-cnsOurway_year {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_year {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 270px;
    gap: 56px;
    overflow: visible;
  }
}
.p-cnsOurway_year:before {
  content: "";
  display: block;
  background: url("/csr/img/cns/bg_year.svg") 65% 50% no-repeat;
  background-size: contain;
  width: 100%;
  height: 105px;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_year:before {
    height: 180px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_year:before {
    height: 140px;
  }
}
.p-cnsOurway_year:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((100% - 8rem) / 6 + 0.8rem);
  width: 3rem;
  height: 100%;
  transform: translateX(-2.3rem);
  background: url(/csr/img/cns/ico_arrowRoad.png) 0 50% no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_year:after {
    left: calc((100% - 17.6rem) / 12 * 2 + 1.6rem);
    width: 5rem;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_year:after {
    width: 100%;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: calc(-13.8541666667vw + 18px);
    background: url(/csr/img/cns/bg_arrow.png) 50% 50% no-repeat;
    background-size: auto 24px;
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_year:after {
    height: 80px;
    margin-top: -178px;
  }
}
.p-cnsOurway_year_inner {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  writing-mode: vertical-rl;
  font-style: italic;
  color: #198C64;
  line-height: 1;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_year_inner {
    font-size: 8rem;
    left: -3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_year_inner {
    writing-mode: horizontal-tb;
    font-size: 11rem;
    position: relative;
    top: auto;
    left: auto;
    line-height: 1.1;
  }
}
.p-cnsOurway_sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_sec {
    height: calc(50% + 13.8541666667vw - 18px + 35px);
    overflow: visible;
    gap: 22px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_sec {
    height: calc(50% + 178px + 20px);
  }
}
.p-cnsOurway_month {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc((100% - 8rem) / 6 * 2 + 1.6rem);
  z-index: 1;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_month {
    width: 12rem;
  }
  .p-cnsOurway_month.js-ourwayItem {
    opacity: 0;
  }
  .p-cnsOurway_month.js-ourwayItem.__shown {
    opacity: 1;
  }
}
.p-cnsOurway_month_inner {
  width: clamp(6rem, 21.3333333333vw, 8rem);
  height: clamp(6rem, 21.3333333333vw, 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #8BD56A;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.5rem, 4.8vw, 1.8rem);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  z-index: 2;
  transform: translateX(-8px);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_month_inner {
    position: absolute;
    width: 12rem;
    height: 12rem;
    font-size: 2.6rem;
    left: 50%;
    top: 0;
    transform: translateX(-4.3rem);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_month_inner {
    position: relative;
    width: 12rem;
    height: 12rem;
    font-size: 2.8rem;
    transform: translateX(0);
    left: auto;
    top: auto;
  }
}
.p-cnsOurway_fukidashi {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: calc((100% - 8rem) / 6 * 4 + 6.4rem);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_fukidashi {
    width: calc((100% - 17.6rem) / 12 * 8 + 11.2rem);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi {
    width: 410px;
    margin-left: 10px;
    flex-direction: row;
  }
  .p-cnsOurway_fukidashi.js-ourwayItem {
    opacity: 0;
    transform: scale(0.8);
  }
  .p-cnsOurway_fukidashi.js-ourwayItem.__shown {
    opacity: 1;
    transform: scale(1);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi.__sizeL {
    width: 570px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi.__multi01 {
    width: 820px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi.__multi02 {
    width: 980px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi.__multi03 {
    width: 1230px;
  }
}
.p-cnsOurway_fukidashi_inner {
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 6.7rem;
  box-sizing: border-box;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_fukidashi_inner {
    padding-left: 7.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_inner {
    padding-left: 12rem;
    width: 410px;
  }
}
.p-cnsOurway_fukidashi_inner.__ico01 {
  background-color: #14C5CC;
}
.p-cnsOurway_fukidashi_inner.__ico01:before {
  background-color: #14C5CC;
}
.p-cnsOurway_fukidashi_inner.__ico02 {
  background-color: #A8B6C1;
}
.p-cnsOurway_fukidashi_inner.__ico02:before {
  background-color: #A8B6C1;
}
.p-cnsOurway_fukidashi_inner.__ico03 {
  background-color: #1764B7;
}
.p-cnsOurway_fukidashi_inner.__ico03:before {
  background-color: #1764B7;
}
.p-cnsOurway_fukidashi_inner.__ico04 {
  background-color: #DB8CAE;
}
.p-cnsOurway_fukidashi_inner.__ico04:before {
  background-color: #DB8CAE;
}
.p-cnsOurway_fukidashi_inner.__ico05 {
  background-color: #EBA162;
}
.p-cnsOurway_fukidashi_inner.__ico05:before {
  background-color: #EBA162;
}
.p-cnsOurway_fukidashi_inner.__ico06 {
  background-color: #A056B2;
}
.p-cnsOurway_fukidashi_inner.__ico06:before {
  background-color: #A056B2;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_inner.__sizeL {
    width: 570px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-cnsOurway_fukidashi_inner.__sizeL .p-cnsOurway_fukidashi_txt {
    width: 250px;
  }
  .p-cnsOurway_fukidashi_inner.__sizeL .p-cnsOurway_fukidashi_pic {
    margin-top: 0;
  }
}
.p-cnsOurway_fukidashi_inner:nth-child(1) {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_inner:nth-child(1) {
    border-top-right-radius: 0;
    border-end-start-radius: 1rem;
  }
}
.p-cnsOurway_fukidashi_inner:nth-child(1):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: -15px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_inner:nth-child(1):before {
    top: -21px;
    left: 39px;
    width: 22px;
    height: 22px;
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 0 100%);
            clip-path: polygon(50% 0%, 100% 100%, 0 100%);
  }
}
.p-cnsOurway_fukidashi_inner:nth-last-child(1) {
  border-end-end-radius: 1rem;
  border-end-start-radius: 1rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_inner:nth-last-child(1) {
    border-end-start-radius: 0;
    border-top-right-radius: 1rem;
  }
  .p-cnsOurway_fukidashi_inner:nth-last-child(1):nth-child(1) {
    border-end-start-radius: 1rem;
  }
}
.p-cnsOurway_fukidashi a {
  text-decoration: none;
}
.p-cnsOurway_fukidashi_ico {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 37px;
  height: 37px;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_fukidashi_ico {
    width: 48px;
    height: 48px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_ico {
    width: 90px;
    height: 90px;
  }
}
.p-cnsOurway_fukidashi_ico img {
  width: 100%;
  height: 100%;
}
.p-cnsOurway_fukidashi_txt {
  color: #fff;
}
.p-cnsOurway_fukidashi_tit {
  font-weight: bold;
  font-size: clamp(1.4rem, 4.2666666667vw, 1.6rem);
  line-height: 1.5;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_fukidashi_tit {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_tit {
    font-size: 1.8rem;
  }
}
.p-cnsOurway_fukidashi_tit.__en {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_fukidashi_tit.__en {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_tit.__en {
    font-size: 1.4rem;
  }
}
.p-cnsOurway_fukidashi_btn {
  margin-top: 1.5rem;
  font-size: clamp(1.4rem, 4.2666666667vw, 1.6rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  line-height: 1.1;
  color: #fff;
}
.p-cnsOurway_fukidashi_btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/csr/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cg%20transform%3D%22translate(0%201.673)%22%3E%20%3Cg%20transform%3D%22translate(0%2013.834)%20rotate(-45)%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M6.1%2C5.9l7.1-4.1L6.1-2.3%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2212.2%22%20y1%3D%221.8%22%20x2%3D%221.1%22%20y2%3D%221.8%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M13.9%2C8.3L16%2C0.3L8.1%2C2.5%22%20fill%3D%22none%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0;
  background-repeat: no-repeat;
}
.p-cnsOurway_fukidashi_btn > span {
  position: relative;
}
.p-cnsOurway_fukidashi_btn > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: -4px;
  left: 0;
  transition: all 0.5s ease;
}
.p-cnsOurway_fukidashi_pic {
  margin-top: 2rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_pic {
    width: 100%;
  }
}
.p-cnsOurway_fukidashi_pic img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 147/90;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_fukidashi_pic.__vertical {
    width: 169px;
  }
}
.p-cnsOurway_fukidashi_pic.__vertical img {
  aspect-ratio: 145/198;
}
.p-cnsOurway_fukidashi .__no-break {
  white-space: nowrap;
  word-break: keep-all;
}
.p-cnsOurway_fukidashi sup,
.p-cnsOurway_fukidashi sub {
  font-size: 0.5em;
}
.p-cnsOurway_fukidashi sup {
  vertical-align: super;
}
.p-cnsOurway_fukidashi sub {
  vertical-align: baseline;
}
.p-cnsOurway_last {
  position: relative;
  z-index: 1;
}
.p-cnsOurway_last .p-cnsOurway_fukidashi:nth-last-child(1):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 141px;
  height: 370px;
  background: url("/csr/img/cns/bg_road_sp.png") 0 0 no-repeat;
  background-size: cover;
  left: calc((100% - 8rem) / 6 - 1.5rem);
  top: 50%;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_last .p-cnsOurway_fukidashi:nth-last-child(1):before {
    width: 202px;
    height: 473px;
    background-image: url("/csr/img/cns/bg_road_tab.png");
    left: calc((100% - 17.6rem) / 12 * 2 + 1.6rem);
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_last .p-cnsOurway_fukidashi:nth-last-child(1):before {
    display: none;
  }
}
.p-cnsOurway_goal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  padding-top: 40px;
  gap: 2rem;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal {
    width: 990px;
    padding-top: 0;
    padding-left: 102px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal.js-ourwayItem p {
    opacity: 0;
    transform: translateY(200px);
    transition: all 0.3s ease;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal.js-ourwayItem.__shown p {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-cnsOurway_goal:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: calc((100% - 8rem) / 6 + 0.8rem);
  width: 101px;
  height: 168px;
  background-image: url("/csr/img/cns/road_end_sp.svg");
  z-index: 1;
  transform: translateX(-2.3rem);
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_goal:before {
    transform: translateX(0);
    left: calc((100% - 17.6rem) / 12 * 2 + 1.6rem);
    width: 116px;
    height: 166px;
    background-image: url("/csr/img/cns/road_end_tab.svg");
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal:before {
    left: 0;
    top: 50%;
    width: 283px;
    height: 122px;
    background-image: url("/csr/img/cns/road_end_pc.svg");
    margin-top: calc(-13.8541666667vw + 18px);
  }
}
@media only screen and (min-width: 1312px) {
  .p-cnsOurway_goal:before {
    width: 296px;
    height: 145px;
    background-image: url("/csr/img/cns/road_end_pcL.svg");
    margin-top: -178px;
  }
}
.p-cnsOurway_goal_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-cnsOurway_goal_img {
  width: 100%;
  height: auto;
  width: 77.3333333333vw;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 600px) {
  .p-cnsOurway_goal_img {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal_img {
    width: 38.4rem;
  }
}
.p-cnsOurway_goal_txt {
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-cnsOurway_goal_txt_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.p-cnsOurway_goal_txt span {
  display: block;
  line-height: 1.4;
  font-size: clamp(2.6rem, 8vw, 4rem);
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal_txt span {
    font-size: 4rem;
  }
}
.p-cnsOurway_goal_txt span.__year {
  font-size: clamp(5.6rem, 16vw, 9rem);
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .p-cnsOurway_goal_txt span.__year {
    font-size: 9rem;
  }
}
/*# sourceMappingURL=cns.css.map */
