/* ========================================
   TOP PAGE
======================================== */

.index .block_info {
  margin-bottom: 125px;
}

.index h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px !important;
}

.index h1 span {
  font-size: 14px;
  font-weight: 600;
}

.index .index_block01 {
  background: #f5f5f5;
  background-position: top right;
  background-size: 100%;
  padding: 265px 0 80px;
  position: relative;
}

.index .index_block02 {
  background: #f5f5f5;
  background-position: top right;
  background-size: 100%;
  padding: 100px 0 110px;
  /*margin-bottom: 115px;*/
  margin-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .index .shape_bg.to_sp {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: none;
  }

  .index .shape_bg.to_sp > div {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;
  }

  .index .shape_bg.to_sp svg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: visible;
  }

  /* index_mv */
  .index .index_block01 .shape_bg.to_sp .shape_blue {
    z-index: 1;
    animation: index_block01_anm_shapeblue 6s infinite;
  }
  .index .index_block01 .shape_bg.to_sp .shape_green {
    z-index: 2;
    animation: index_block01_anm_shapegreen 5s infinite;
  }
  .index .index_block01 .shape_bg.to_sp .shape_red {
    z-index: 3;
    animation: index_block01_anm_shapered 7s infinite;
  }
  .index .index_block01 .shape_bg.to_sp .shape_yellow {
    z-index: 4;
    animation: index_block01_anm_shapeyellow 8s infinite;
  }

  /* index_about_project */
  .index .index_block02 .shape_bg.to_sp .shape_yellow {
    z-index: 1;
    animation: index_block02_anm_shapeyellow 8s infinite;
  }
  .index .index_block02 .shape_bg.to_sp .shape_red {
    z-index: 2;
    animation: index_block02_anm_shapered 8s infinite;
  }
  .index .index_block02 .shape_bg.to_sp .shape_green {
    z-index: 3;
    animation: index_block02_anm_shapegreen 5s infinite;
  }
  .index .index_block02 .shape_bg.to_sp .shape_blue {
    z-index: 4;
    animation: index_block02_anm_shapeblue 6s infinite;
  }

  /* index_about_group */
  .index .index_block04 .shape_bg.to_sp .shape_blue {
    z-index: 1;
    animation: index_block04_anm_shapeblue_sp 6s infinite;
  }
  .index .index_block04 .shape_bg.to_sp .shape_green {
    z-index: 2;
    animation: index_block04_anm_shapegreen_sp 5s infinite;
  }

  @keyframes index_block04_anm_shapeblue_sp {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2%) rotate(-3deg);
    }
  }

  @keyframes index_block04_anm_shapegreen_sp {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2%) rotate(-3deg);
    }
  }
}

.index .index_mv .description {
  width: 670px;
  margin: 0 0 105px 145px;
}

.index .index_about_project .title_area {
  height: 445px;
  margin-bottom: 50px;
  position: relative;
}

.index .index_topics {
  overflow: hidden;
}

@media only screen and (max-width: 1359px) {
  .index .block_info {
    margin-bottom: 9.191vw;
  }

  .index .index_block01 {
    background: #f5f5f5;
    background-position: top right;
    background-size: 100%;
    padding: 16.868vw 0 5.882vw;
  }

  .index .index_mv .description {
    width: 49.265vw;
    margin: 0 0 7.721vw 10.662vw;
    max-width: 670px;
  }

  .index .index_mv .description h1 {
    text-align: left;
    font-weight: 700;
    font-size: 2.574vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 10px !important;
  }

  .index .index_mv .description h1 span {
    background: linear-gradient(transparent 60%, #f5f5f5 0%);
    display: inline;
    padding: 70px 0 4px;
    font-size: 2.574vw;
  }

  .index .index_mv .description p {
    font-weight: 400;
    font-size: 1.029vw;
    line-height: 200%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_about_project .text_area p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.176vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    letter-spacing: 0.03em;
    margin-bottom: 1.471vw;
  }

  .index .index_about_project .text_area .en p {
    font-style: normal;
    font-weight: 500;
    font-size: 0.956vw;
    line-height: 200%;
    color: #111111;
    margin-bottom: 1.471vw;
  }

  .index .index_block02 {
    background: #f5f5f5;
    background-position: top right;
    background-size: 100%;
    padding: 11.765vw 0 10.294vw;
    /*margin-bottom: 8.456vw;*/
    margin-bottom: 0;
  }

  .index .index_about_project .text_area .ja {
  }

  .index .index_block03 {
  }

  .index .index_about_project .title_area {
    height: 32.721vw;
    margin-bottom: 3.676vw;
    position: relative;
  }

  .index .index_about_project .title_area div {
    width: 52.5vw;
    height: 41.538vw;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .index .index_about_project .title_area h1 {
    position: absolute;
    top: 0;
    right: -0.588vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 3.235vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
  }

  .index .index_about_project .title_area p {
    position: absolute;
    bottom: 2.206vw;
    right: 0;
    font-weight: 600;
    font-size: 1.103vw;
    line-height: 170%;
  }

  .index .index_topics .topic dl dd p {
    font-weight: 700;
    font-size: 1.029vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .title_area {
  }

  .index .index_childcare .title_area .inner {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0.809vw;
    height: 9.044vw;
    letter-spacing: 0.1em;
    padding: 1.176vw 0 0;
  }

  .index .index_childcare .title_area h1 {
    font-size: 2.426vw;
  }

  .index .index_childcare .title_area h1 span {
  }

  .index .index_childcare .title_area h1 img {
    width: 26.471vw;
    vertical-align: text-top;
    margin-right: 0.441vw;
  }

  .index .index_childcare .title_area p {
    color: #111;
    font-family: Sora;
    font-size: 1.176vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.106vw;
    text-align: center;
  }

  .index .index_childcare .title_area .illust01 {
    position: absolute;
    top: 1.471vw;
    left: 4.618vw;
    width: 5.074vw;
    height: 8.015vw;
  }

  .index .index_childcare .title_area .illust02 {
    position: absolute;
    top: 1.471vw;
    right: 4.029vw;
    width: 6.029vw;
    height: 8.015vw;
  }

  .index .index_childcare .text_area {
    border-top: solid 1px #111111;
    border-bottom: solid 1px #111111;
    background: #fff;
    padding: 3.676vw 0 10.294vw;
  }

  .index .index_childcare .text_area .inner .column div {
  }

  .index .index_childcare .text_area .inner dl dt {
    font-size: max(2.206vw, 21px);
  }

  .index .index_childcare .text_area .inner dl dt p.num {
    text-align: center;
    font-size: 2.794vw;
    font-weight: 600;
    margin-bottom: 2.206vw;
  }

  .index .index_childcare .text_area .inner dl dt p.num {
    text-align: center;
    font-size: 2.794vw;
    font-weight: 600;
    margin-bottom: 2.206vw;
  }

  .index .index_childcare .text_area .inner dl dt span {
    text-align: center;
    font-size: 1.029vw;
    font-weight: 700;
    line-height: 2;
    display: block;
    margin-top: 0.294vw;
  }

  .index .index_childcare .text_area .inner dl dd div.img {
    width: 32.647vw !important;
    margin: 0 auto 23px;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle {
    height: 47.794vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_blue {
    width: 100%;
    position: absolute;
    top: 5.441vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle p {
    font-weight: 400;
    font-size: 0.882vw;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
    transform: scale(0.7);
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green {
    width: 100%;
    position: absolute;
    top: 21.324vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green h3 {
    color: #fff;
    background: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.618vw;
    line-height: 130%;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_yellow {
    width: 100%;
    position: absolute;
    top: 28.897vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle h3 {
    font-weight: 700;
    font-size: 1.838vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    background: #fff;
    padding: 0.588vw;
    width: fit-content;
    margin: 0 auto 0.735vw;
  }

  .index .index_childcare .text_area .inner dl dd ul {
    width: 24.485vw;
    margin: 0 auto 0.735vw;
  }

  .index .index_childcare .text_area .inner ul li {
    font-weight: 700;
    font-size: 1.176vw;
    font-feature-settings: "palt" on;
    list-style-type: disc;
    margin-left: 1em;
  }

  .index .index_childcare .text_area .inner ul.en li {
    font-size: 1.029vw;
    font-weight: 500;
    line-height: 2.65;
  }

  .index .index_childcare .text_area .inner dl dd h4 {
    font-size: 1.618vw;
    font-weight: 700;
    margin-bottom: 1.471vw;
    line-height: 1.4;
  }

  .index .index_childcare .text_area .inner .results p {
    font-size: 1.029vw;
  }

  .index .index_childcare .text_area .inner dl dd h4.en {
    font-size: 1.324vw;
  }

  .index .index_childcare .text_area .inner dl dd p.en {
    font-size: 0.956vw;
  }

  .index .index_childcare .text_area .inner .column {
    margin: 0 auto 5.882vw;
    width: 57.353vw !important;
  }

  .index .index_childcare .text_area .inner .column.nums {
    margin: 0 auto 1.471vw;
  }

  .index .index_childcare .text_area .inner .column div p {
    color: #111;
    text-align: center;
    font-size: 3.824vw;
    font-weight: 600;
    letter-spacing: 0.229vw;
    height: 4.191vw;
    line-height: 1.2;
  }

  .index .index_childcare .text_area .inner .column.arrows div {
  }

  .index .index_childcare .text_area .inner .column.arrows div div {
    width: 3.309vw;
    margin: 0 auto;
  }

  .index .index_childcare .text_area .inner .column.arrows {
    margin-bottom: 4.485vw;
  }

  .index .index_childcare .text_area .inner .results .inner {
    border: 15px solid #e6e6e6;
    border-radius: 4.412vw;
    padding: 3.676vw 11.397vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3.235vw;
  }

  .index .index_childcare .text_area .inner .results .inner p.border {
    border: 2px solid #111111;
    font-weight: 600;
    font-size: 1.176vw;
    width: fit-content;
    padding: 0.735vw;
    line-height: 1;
    margin: 0 auto 30px;
  }

  .index .index_childcare .text_area .inner .results h3 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 0.588vw;
  }

  .index .index_childcare .text_area .inner .results p {
    color: #111;
    font-feature-settings: "palt" on;
    font-size: 1.029vw;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.162vw;
    text-align: center;
    margin-bottom: 2.206vw;
  }

  .index .index_childcare .text_area .inner .results p.title_p {
    font-size: 1.618vw;
    font-weight: 700;
    margin-bottom: 0.515vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt {
    font-weight: 700;
    font-size: 3.529vw;
    line-height: 1.4;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt.title {
    margin-bottom: 2.279vw;
  }

  .index
    .index_childcare
    .text_area
    .inner
    .results
    .inner
    dl
    dd
    .illust
    dl
    dd {
    text-align: center;
    font-weight: 700;
    font-size: 1.471vw;
    line-height: 130%;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_block04 {
    background: #f5f5f5;
    background-position: top right;
    background-size: 100%;
    margin-bottom: 10.294vw;
    position: relative;
    padding: 13.971vw 0 10.294vw;
  }

  .index .index_about_group .inner .title_area {
    width: 100%;
  }

  .index .index_about_group .inner .title_area {
    position: relative;
    width: 55.882vw;
    height: 35.588vw;
    margin-bottom: 2.941vw;
  }

  .index .index_about_group .inner .title_area h1 {
    position: absolute;
    top: 7.353vw;
    left: -1.471vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 3.235vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
  }

  .index .index_about_group .inner .title_area p {
    position: absolute;
    top: 25vw;
    left: 0;
    font-weight: 600;
    font-size: 1.103vw;
    line-height: 170%;
    letter-spacing: 0.1em;
  }

  .index .index_about_group .inner .title_area .image {
    position: absolute;
    top: -1.471vw;
    left: 24.265vw;
    width: 47.794vw;
  }

  .index .index_about_group .inner .title_area .illust01 {
    width: 10.662vw;
    height: 18.603vw;
    position: absolute;
    top: 21.324vw;
    left: -13.309vw;
  }

  .index .index_about_group .inner .title_area .illust02 {
    width: 13.162vw;
    height: 18.235vw;
    position: absolute;
    top: 26.103vw;
    right: -12.721vw;
  }

  .index .btn_more {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .index .block_info {
    margin-bottom: 100px;
  }

  .index .index_topics {
    overflow: hidden;
    width: 84.615vw;
    padding-top: 21.538vw;
  }

  .index h1 {
    text-align: center;
    font-size: 6.41vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px !important;
  }

  .index h1 span {
    font-size: 3.333vw;
    font-weight: 600;
  }

  .index .index_block01 {
    background: #f5f5f5 url(../img/index/sp/top_bg01.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 47.436vw 0 26.841vw;
  }

  .index .index_block02 {
    background: #f5f5f5 url(../img/index/sp/top_bg02.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 0 0 23.077vw;
    /*margin-bottom: 20.513vw;*/
    margin-bottom: 0;
  }

  .index .index_block03 {
    background: #fff;
    background-position: top right;
    background-size: 100%;
    padding: 12.821vw 0;
  }

  .index .index_block04 {
    background: #f5f5f5 url(../img/index/sp/top_bg04.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    margin-bottom: 20.513vw;
    position: relative;
    padding: 23.077vw 0;
  }

  .index .index_mv .description {
    width: 84%;
    margin: 0px 8% 15.897vw;
    position: relative;
  }

  .index .index_mv .description h1 {
    margin-bottom: 2.564vw !important;
  }

  .index .index_mv .description h1 span {
    font-weight: 700;
    font-size: 6.3vw;
    line-height: 2;
    letter-spacing: 0.13em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    background: linear-gradient(transparent 60%, #f5f5f5 0%);
    display: inline;
    padding: 17.949vw 0 1.026vw;
  }

  .index .index_mv .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 2.821vw;
    line-height: 190%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_mv .slick .slick-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90.714vw;
    height: 270px;
    margin: 0 0 0 3.309vw;
    padding: 0;
  }

  .index .index_about_project .title_area {
    height: 85.25vw;
    margin-bottom: 12.821vw;
    position: relative;
  }

  .index .index_about_project .title_area div {
    width: 100%;
    height: 41.538vw;
    right: 0;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
  }

  .index .index_about_project .title_area h1 {
    position: absolute;
    top: 0;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
    color: #111111;
    height: 43.59vw;
  }

  .index .index_about_project .title_area p {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 3.077vw;
    line-height: 170%;
    color: #111111;
  }

  .index .index_about_project .text_area {
    display: unset;
  }

  .index .index_about_project .text_area div {
    width: 100%;
  }

  .index .index_about_project .text_area .ja {
    margin-bottom: 8.974vw;
  }

  .index .index_about_project .text_area p {
    font-style: normal;
    font-weight: 700;
    font-size: 3.59vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    margin-bottom: 6.154vw;
  }

  .index .index_about_project .text_area .ja_02 {
    padding-top: 0;
  }

  .index .index_about_project .text_area .en p {
    font-style: normal;
    font-weight: 700;
    font-size: 3.333vw;
    line-height: 200%;
    color: #111111;
    margin-bottom: 5.128vw;
  }

  .index .tour .column div dl dt {
    margin-bottom: 2.051vw;
    font-size: 3.846vw;
    font-weight: 700;
    line-height: 1.4;
  }

  .index .tour .column div dl dd {
    font-weight: 400;
    font-size: 3.333vw;
    line-height: 1.8;
  }

  .index .block_info {
    margin-bottom: 20.513vw;
  }

  .index .block_info.facilities {
    margin-bottom: 37.179vw;
  }

  .index .block_info.facilities .column div:last-child {
    margin-bottom: 0;
  }

  .index .mv {
    position: relative;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 42.667vw;
    width: 100vw;
    height: 157.908vw;
    padding-top: 8vw;
  }

  .index .mv h1 {
    background: url(../img/index/index_logo.png) no-repeat;
    background-size: 100%;
    text-align: center;
    text-indent: -731.991vw;
    width: 62.527vw;
    height: 44.376vw;
    margin: 0px auto 27.392vw;
    max-width: 417px;
    max-height: 292px;
  }

  .index .mv .menu {
    width: 720px;
    margin: 0 auto 12.299vw;
    height: 2.782vw;
  }

  .index .mv .navi_list li {
    float: left;
    list-style-type: none;
    padding: 0 12px;
    text-align: center;
    border-right: 1px solid #c0c0c0;
    line-height: 1.2;
    font-size: 13px;
  }

  .index .mv .navi_list li:last-child {
    border-right: 0;
  }

  .index .mv .navi_list li a {
    font-size: 13px;
  }

  .index .mv .img_01 {
    background: url(../img/main_copy.png) no-repeat;
    background-size: 100%;
    text-align: center;
    text-indent: -731.991vw;
    width: 70.747vw;
    height: 17.247vw;
    margin: 0 auto 10.667vw;
    max-width: 112vw;
  }

  .index .mv .img_02 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 49.625vw;
    background: url(../img/sp/main_img.png) no-repeat;
    background-size: 100%;
  }

  .index .topics {
    width: 100%;
    display: unset;
  }

  .index .index_topics .topic {
    margin-bottom: 11.556vw !important;
    width: 100%;
  }

  .index .index_topics .topic:last-child {
    margin-bottom: 0 !important;
  }

  .index .index_topics .topic dl dt {
    display: inline;
    align-items: unset;
    width: 100%;
    max-width: none;
    margin-bottom: 5.128vw;
    margin-right: 0;
  }

  .index .index_topics .topic dl dt img {
    width: 100%;
    height: auto;
  }

  .index .index_topics .topic dl dd {
    width: 100%;
    display: inline;
    max-width: unset;
    padding: 0;
    height: unset;
  }

  .index .index_topics .topic dl dd p {
    width: 100%;
    font-size: 3.846vw;
    line-height: 1.8;
  }

  .index .tour .column {
    margin-bottom: 8.533vw;
  }

  .index .tour .column div {
    margin-bottom: 10.667vw;
  }

  .index .tour .column div:last-child {
    margin-bottom: 0;
  }

  .index .tour .column div a .image {
    width: 100%;
    height: 52.308vw;
    margin-bottom: 5.128vw;
    border-radius: 5.128vw;
    overflow: hidden;
    display: grid;
    align-content: center;
  }

  .index .tour .column div dl dt {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
    margin-right: 0;
    overflow: hidden;
  }

  .index .tour .column div dl dt img {
    max-width: 100%;
    height: auto;
  }

  .index .tour .column .post_category {
    font-size: 12px;
    margin-top: 12px;
  }

  .index .tour .border_btn {
    width: 62%;
    text-align: center;
    margin: 0 auto;
    position: static;
    height: 12.8vw;
  }

  .index .tour .border_btn a {
    font-size: 14px;
    padding: 3.467vw 0;
  }

  .index .btn_links {
    background: #f0f0f0;
    padding: 17.067vw 0;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 42.667vw;
    width: 100vw;
    height: 50.2vw;
  }

  .index .btn_links .column {
    width: 86.7%;
    margin: 0 auto;
  }

  .index .btn_links .border_btn {
    background: #fff;
    margin: 0;
    align-items: center;
    height: 16.333vw;
  }

  .index .btn_links .border_btn:first-child {
    line-height: 1.2;
    margin-bottom: 6.4vw;
    width: 86.7%;
  }

  .index .btn_links .border_btn a {
    font-size: 4.8vw;
    padding: 4.8vw 0;
  }

  .index .btn_links .border_btn span {
    font-size: 2.667vw;
  }
}

@media only screen and (max-width: 768px) {
  /* INDEX */

  .index .index_childcare .title_area {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    width: 85.088vw;
    margin: 0 auto;
    padding: 1.538vw;
    max-width: unset;
  }

  .index .index_childcare .title_area .inner {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 15px;
    height: 36.71vw;
    letter-spacing: 0.1em;
    padding: 5.128vw 0;
  }

  .index .index_childcare .title_area h1 {
    font-weight: 700;
    font-size: 5.641vw;
    line-height: 1.5;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .title_area h1 img {
    width: 67.436vw;
    vertical-align: baseline;
    margin-right: unset;
  }

  .index .index_childcare .title_area p {
    color: #111;
    font-family: Sora;
    font-size: 3.077vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.106vw;
    text-align: center;
  }

  .index .index_childcare .title_area .illust01 {
    position: absolute;
    top: 18.205vw;
    left: 4.359vw;
    width: 12.564vw;
    height: 18.974vw;
  }

  .index .index_childcare .title_area .illust02 {
    position: absolute;
    top: 17.179vw;
    right: 3.59vw;
    width: 15.641vw;
    height: 20.769vw;
  }

  .index .index_childcare .text_area {
    border-top: solid 1px #111111;
    border-bottom: solid 1px #111111;
    background: #fff;
    padding: 19.487vw 0 23.077vw;
  }

  .index .index_childcare .text_area .inner {
    width: 83.088vw;
    max-width: unset;
    margin: 0 auto;
  }

  .index .index_childcare .text_area .inner p.title {
    text-align: center;
    font-weight: 600;
    font-size: 3.59vw;
    line-height: 260%;
    letter-spacing: 0.09em;
    margin-bottom: 6.667vw;
  }

  .index .index_childcare .text_area .inner .column {
    margin-bottom: 5.147vw;
  }

  .index .index_childcare .text_area .inner .column div {
    width: 100%;
    margin-bottom: 16.949vw;
  }

  .index .index_childcare .text_area .inner .column div:last-child {
    margin-bottom: 0;
  }

  .index .index_childcare .text_area .inner dl dt {
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 1.8;
    text-align: center;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 10.256vw;
  }

  .index .index_childcare .text_area .inner dl dt p.num {
    font-weight: 700;
    font-size: 8.718vw;
    line-height: 1;
    text-align: center;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 6.667vw;
  }

  .index .index_childcare .text_area .inner dl dt span {
    text-align: center;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 2;
    display: block;
    margin-top: 3.59vw;
  }

  .index .index_childcare .text_area .inner dl dt p {
    font-weight: 700;
    font-size: 8.718vw;
    margin-bottom: 1.538vw;
  }

  .index .index_childcare .text_area .inner dl dd {
    margin-top: 0;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle {
    background: url(../img/index/sp/circle_childcare.png) no-repeat;
    background-size: 100%;
    position: relative;
    height: 256.794vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20.513vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_blue {
    width: 66%;
    position: absolute;
    top: 16.441vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle p {
    font-weight: 400;
    font-size: 3.077vw;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
    transform: unset;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green {
    width: 100%;
    position: absolute;
    top: 68.324vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green h3 {
    color: #fff;
    background: none;
    text-align: center;
    font-weight: 700;
    font-size: 4.359vw;
    line-height: 130%;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_yellow {
    width: 67%;
    position: absolute;
    top: 87.441vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle h3 {
    font-weight: 700;
    font-size: 6.154vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    background: #fff;
    padding: 1.795vw;
    width: fit-content;
    margin: 0 auto 12px;
  }

  .index .index_childcare .text_area .inner dl dd div.img {
    width: 76.923vw !important;
    margin: 0 auto 10.256vw !important;
  }

  .index .index_childcare .text_area .inner dl dd div.column {
    width: 100% !important;
    margin: 0 auto 10.256vw !important;
    display: unset;
  }

  .index .index_childcare .text_area .inner dl dd div {
    width: 64.103vw !important;
    height: 53.615vw !important;
    margin: 0 auto 9.744vw !important;
  }

  .index .index_childcare .text_area .results .inner dl dd div {
    width: 61.538vw !important;
    margin: 0 auto 9.231vw !important;
  }

  .index .index_childcare .text_area .inner ul li {
    font-weight: 500;
    font-size: 3.846vw;
    font-feature-settings: "palt" on;
    list-style-type: disc;
  }

  .index .index_childcare .text_area .inner ul.en li {
    font-weight: 500;
    font-size: 3.333vw;
    font-feature-settings: "palt" on;
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 3.077vw;
  }

  .index .index_childcare .text_area .inner dl dd ul {
    width: 74.103vw;
    margin: 0 auto 4.103vw;
  }

  .index .index_childcare .text_area .inner dl dd p {
    text-align: center;
    font-size: 3.846vw;
    font-weight: 500;
  }

  .index .index_childcare .text_area .inner .column {
    margin-bottom: 17.949vw;
  }

  .index .index_childcare .text_area .inner .column.nums {
    display: flex !important;
    margin-bottom: 7.179vw;
    margin-top: 15.385vw;
    width: 78.353vw !important;
  }

  .index .index_childcare .text_area .inner .column div p {
    color: #111;
    text-align: center;
    font-size: 11.538vw;
    font-weight: 600;
    letter-spacing: 0.229vw;
    height: 4.191vw;
    line-height: 1.2;
  }

  .index .index_childcare .text_area .inner .column.nums div {
    border-right: solid 1px #111111;
    border-left: none;
  }

  .index .index_childcare .text_area .inner .column.nums div:last-child {
    border-right: none;
  }

  .index .index_childcare .text_area .inner .column.nums div {
    width: calc(50% - 0.256vw);
    margin: 0;
    height: 13.821vw;
  }

  .index .index_childcare .text_area .inner .column.nums div div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .index .index_childcare .text_area .inner .column.nums div span {
    font-weight: 600;
    font-size: 11.538vw;
  }

  .index .index_childcare .text_area .inner .column.arrows {
    width: 78.353vw !important;
    margin-bottom: 12.821vw;
  }

  .index .index_childcare .text_area .inner .column.arrows div {
    width: calc(50% - 0.256vw);
    margin: 0;
  }

  .index .index_childcare .text_area .inner .column.arrows div div {
    width: 7.154vw;
    margin: 0 auto;
  }

  .index .index_childcare .text_area .inner .results p.title_p {
    text-align: center;
    font-size: 4.359vw;
    margin-bottom: 6.923vw;
    font-weight: 700;
  }

  .index .index_childcare .text_area .inner .results p {
    color: #111;
    font-feature-settings: "palt" on;
    font-size: 3.59vw;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.162vw;
    text-align: center;
    margin-bottom: 7.179vw;
  }

  .index .index_childcare .text_area .inner .results h3 {
    text-align: center;
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 4.103vw;
  }

  .index .index_childcare .text_area .inner .results .inner {
    border-radius: 15.385vw;
    border: 3.077vw solid #e6e6e6;
    padding: 13.333vw 7.701vw;
  }

  .index .index_childcare .text_area .inner .results .inner p.border {
    border: 2px solid #111111;
    font-weight: 600;
    font-size: 3.077vw;
    width: fit-content;
    padding: 0.735vw;
    line-height: 1;
    margin: 0 auto 5.128vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt {
    font-weight: 700;
    font-size: 8.462vw;
    line-height: 1.4;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 0.603vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt.title {
    margin-bottom: 6.923vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7.692vw;
    height: auto !important;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust div {
    width: calc(50% - 2.051vw) !important;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust div:nth-child(-n/**/+2) {
    margin-bottom: 3.59vw !important;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust p {
    text-align: center;
    font-weight: 700;
    font-size: 4.359vw;
    line-height: 130%;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .text_area .inner .results dl dd h4 {
    font-size: 4.359vw;
    font-weight: 700;
    margin: 0 0 3.615vw;
    line-height: 1.8;
    font-feature-settings: "palt" on;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd p {
    font-weight: 400;
    font-size: 3.333vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    text-align: left;
    margin-bottom: 8.205vw;
  }

  .index .index_childcare .text_area .inner .results dl dd h4.en {
    font-size: 3.59vw;
    font-weight: 700;
    margin: 0 0 4.615vw;
    line-height: 1.8;
    font-feature-settings: "palt" on;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd p.en {
    font-weight: 400;
    font-size: 3.077vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    text-align: left;
    margin-bottom: 0;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust div {
    width: calc(50% - 2.564vw);
    margin: 0 !important;
    height: 29.231vw !important;
  }

  .index .index_about_group .bg_seiwagyougaku {
    overflow: hidden;
    width: 100%;
    height: 26.154vw;
  }

  .index .index_about_group .bg_seiwagyougaku img {
    width: 100%;
    height: auto;
  }

  .index .index_about_group .bg_seiwagyougaku_child > div {
    width: 495.385vw;
    margin: 0px 5.128vw;
  }

  .index .index_about_group .inner {
    width: 84.615vw;
    max-width: unset;
    margin: 0 auto;
  }

  .index .index_about_group .inner .title_area {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 23.077vw;
  }

  .index .index_about_group .inner .title_area .illust01 {
    width: 22.051vw;
    height: 25.128vw;
    position: absolute;
    top: auto;
    left: -4.128vw;
    bottom: -18.974vw;
  }

  .index .index_about_group .inner .title_area .illust02 {
    width: 25.128vw;
    height: 34.872vw;
    position: absolute;
    top: auto;
    right: -2.564vw;
    bottom: -20.513vw;
  }

  .index .index_about_group .inner .title_area h1 {
    position: unset;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
    margin: 17.949vw auto 7.692vw;
  }

  .index .index_about_group .inner .title_area p {
    position: unset;
    font-weight: 600;
    font-size: 3.59vw;
    line-height: 170%;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 10.256vw;
  }

  .index .index_about_group .inner .title_area .image {
    position: unset;
    width: 100%;
  }

  .index .index_about_group .inner .title_area .image img {
    width: 100%;
    height: auto;
    border-radius: 5.128vw;
  }

  .index .index_about_group .inner .text_area {
    margin-bottom: 10.256vw;
    width: 100%;
  }

  .index .index_about_group .inner .text_area p {
    font-weight: 700;
    font-size: 3.333vw !important;
    line-height: 190%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
  }

  .index .index_about_group .inner .text_area p:last-child {
    font-size: 3.077vw !important;
    line-height: 190%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
  }

  .index .index_about_group .inner .text_area p:first-child {
    margin-bottom: 7.692vw;
  }
}

@media only screen and (max-width: 768px) {
  .index .index_block02.index_about_project {
    padding: 21.795vw 0 17.949vw;
    overflow: hidden;
  }

  .index .index_about_project .contents_inner {
    position: relative;
    z-index: 1;
    width: 83.59vw;
    max-width: none;
    margin: 0 auto;
    padding: 9.744vw 5.897vw 8.205vw;
    border: 1px solid #111;
    border-radius: 4.103vw;
    background: #fff;
  }

  .index .index_about_project .about_project_intro {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10.256vw;
    border-bottom: 0;
  }

  .index .index_about_project .about_project_intro::after {
    content: "";
    position: absolute;
    left: -6.103vw;
    right: -6.103vw;
    bottom: 0;
    border-bottom: 1px solid #111;
  }

  .index .index_about_project .about_project_intro_illust {
    order: 2;
    width: 74.359vw;
    margin: 0 auto 8.205vw;
  }

  .index .index_about_project .about_project_intro_illust img {
    display: block;
    width: 100%;
    height: auto;
  }

  .index .index_about_project .about_project_intro h1 {
    order: 1;
    position: static;
    writing-mode: vertical-rl;
    margin: 0 auto 2.205vw !important;
    font-size: 6.667vw;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .index .index_about_project .about_project_intro_text {
    order: 3;
    display: block;
  }

  .index .index_about_project .about_project_intro_text h2 {
    margin: 0 0 7.692vw;
    font-size: 4.615vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .index .index_about_project .about_project_intro_text .text {
    width: 100%;
  }

  .index .index_about_project .about_project_intro_text .text p {
    margin-bottom: 5.897vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_intro_text .text p:last-child {
    margin-bottom: 0;
  }

  .index .index_about_project .about_project_relation {
    padding: 9.744vw 0 0;
    text-align: center;
    border-bottom: 0;
  }

  .index .index_about_project .about_project_relation h2 {
    margin-bottom: 4.692vw;
    font-size: 4.315vw;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_diagram {
    margin: 0 auto;
    margin-left: -5.897vw;
    margin-right: -5.897vw;
  }

  .index .index_about_project .about_project_diagram img {
    display: block;
    width: 100%;
    height: auto;
  }

  .index .index_about_project .about_project_diagram img.to_pc {
    display: none;
  }

  .index .index_about_project .about_project_diagram img.to_sp {
    display: block;
  }

  .index .index_about_project .about_project_divider {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .index .index_about_project .about_project_divider {
    width: 100%;
    margin: 8vw auto;
  }

  .index .index_about_project .about_project_divider svg.to_sp {
    width: 100%;
  }

  .index .index_about_project .about_project_security {
    padding-top: 3.744vw;
    text-align: center;
  }

  .index .index_about_project .about_project_security h2 {
    margin-bottom: 5.128vw;
    font-size: 4.315vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_security .lead {
    margin-bottom: 8.205vw;
    font-size: 3.133vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" on;
  }

  .index .index_about_project .about_project_security_list {
    display: block;
    margin: 0 auto 10.256vw;
  }

  .index .index_about_project .about_project_security_item {
    width: 100%;
    margin-bottom: 10.256vw;
    text-align: center;
  }

  .index .index_about_project .about_project_security_item:last-child {
    margin-bottom: 0;
  }

  .index .index_about_project .about_project_security_item h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 8.718vw;
    padding: 0 3.59vw;
    border: 1px solid #111;
    font-size: 4.103vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4.103vw;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .index .index_about_project .about_project_security_item p {
    margin-bottom: 4.692vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_security_illust {
    width: 48.718vw;
    height: 44.897vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index .index_about_project .about_project_security_illust img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .index
    .index_about_project
    .about_project_security_item:nth-child(1)
    .about_project_security_illust
    img {
    max-width: 48.718vw;
  }

  .index
    .index_about_project
    .about_project_security_item:nth-child(2)
    .about_project_security_illust
    img {
    max-width: 39.744vw;
  }

  .index
    .index_about_project
    .about_project_security_item:nth-child(3)
    .about_project_security_illust
    img {
    max-width: 48.718vw;
  }

  .index .index_about_project .about_project_soil {
    width: 100%;
    margin: 0 auto;
    padding: 8.205vw 6.154vw;
    border: 2.564vw solid #e6e6e6;
    border-radius: 10.256vw;
    text-align: center;
  }

  .index .index_about_project .about_project_soil h2 {
    margin-bottom: 5.128vw;
    font-size: 4.615vw;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_soil > p {
    margin-bottom: 7.692vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
    font-feature-settings: "palt" on;
  }

  .index .index_about_project .soil_column {
    display: block;
  }

  .index .index_about_project .soil_item {
    margin-bottom: 7.692vw;
    text-align: center;
  }

  .index .index_about_project .soil_item:last-child {
    margin-bottom: 0;
  }

  .index .index_about_project .soil_column h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 8.718vw;
    padding: 0 3.59vw;
    border: 1px solid #111;
    font-size: 4.103vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3.59vw;
  }

  .index .index_about_project .soil_column .catch {
    margin-bottom: 3.09vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .soil_column p:last-child {
    margin: 0;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

/* ========================================
   PC NARROW WIDTH ADJUSTMENT
   769px〜1359pxでPCレイアウトが破綻しないよう固定幅を補正
======================================== */
@media only screen and (min-width: 769px) and (max-width: 1359px) {
  .index {
    overflow: hidden;
  }

  .index .index_block02,
  .index .index_block03,
  .index .index_block04 {
    overflow: hidden;
  }

  .index .index_about_project .contents_inner {
    width: min(90vw, 1130px);
    max-width: 1130px;
    padding: clamp(56px, 6.99vw, 95px) clamp(36px, 5.15vw, 70px)
      clamp(52px, 5.88vw, 80px);
  }

  .index .index_about_project .about_project_intro::after {
    left: clamp(-70px, -5.15vw, -36px);
    right: clamp(-70px, -5.15vw, -36px);
  }

  .index .index_about_project .about_project_intro_illust {
    width: min(58vw, 680px);
    margin-left: clamp(0px, 2.21vw, 30px);
    margin-top: clamp(18px, 2.21vw, 30px);
    margin-bottom: clamp(32px, 4.04vw, 55px);
  }

  .index .index_about_project .about_project_intro h1 {
    right: clamp(0px, 2.21vw, 30px);
    font-size: clamp(30px, 3.24vw, 44px);
  }

  .index .index_about_project .about_project_intro_text {
    gap: clamp(48px, 7.79vw, 106px);
  }

  .index .index_about_project .about_project_intro_text h2 {
    flex: 0 0 auto;
    font-size: clamp(22px, 2.06vw, 28px);
  }

  .index .index_about_project .about_project_intro_text .text p {
    font-size: clamp(14px, 1.18vw, 16px);
  }

  .index .index_about_project .about_project_relation h2,
  .index .index_about_project .about_project_security h2,
  .index .index_about_project .about_project_soil h2 {
    font-size: clamp(26px, 2.5vw, 34px);
  }

  .index .index_about_project .about_project_security_list {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(18px, 2.21vw, 30px);
  }

  .index .index_about_project .about_project_security_illust {
    width: min(100%, 220px);
  }

  .index .index_about_project .about_project_soil {
    width: 100%;
    max-width: 920px;
    padding: clamp(36px, 4.04vw, 55px) clamp(48px, 7.35vw, 100px);
  }

  .index .index_about_project .soil_column {
    gap: clamp(32px, 4.04vw, 55px);
  }

  .index .index_childcare .title_area {
    width: min(90vw, 1130px);
    max-width: 1130px;
  }

  .index .index_childcare .text_area .inner {
    width: min(90vw, 940px);
    max-width: 940px;
  }

  .index .index_childcare .text_area .inner .column,
  .index .index_childcare .text_area .inner .column.nums {
    width: min(82vw, 780px) !important;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle {
    width: min(90vw, 940px) !important;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .index .index_childcare .text_area .inner .results .inner {
    width: 100%;
    padding-left: clamp(56px, 8.2vw, 155px);
    padding-right: clamp(56px, 8.2vw, 155px);
  }

  .index .index_about_group .inner {
    width: min(86vw, 760px);
    max-width: 760px;
  }

  .index .index_about_group .inner .title_area {
    width: min(86vw, 760px);
    height: clamp(360px, 35.59vw, 484px);
  }

  .index .index_about_group .inner .title_area h1 {
    font-size: clamp(30px, 3.24vw, 44px);
  }

  .index .index_about_group .inner .title_area .image {
    width: clamp(420px, 47.79vw, 650px);
    left: clamp(250px, 24.27vw, 330px);
  }

  .index .index_about_group .inner .title_area .illust01 {
    left: clamp(-150px, -13.31vw, -90px);
  }

  .index .index_about_group .inner .title_area .illust02 {
    right: clamp(-150px, -12.72vw, -90px);
  }

  .index .index_about_group .inner .text_area {
    width: min(74vw, 740px);
    max-width: 740px;
  }

  .index .index_topics,
  .index .block_info.facilities,
  .index .tour {
  }

  .index .index_topics .topic dl {
    gap: clamp(14px, 1.76vw, 24px);
  }

  .index .index_topics .topic dl dt {
    width: min(15.47vw, 210px);
    margin-right: 0;
  }

  .index .index_topics .topic dl dd {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .index .tour .column div a .image {
    height: clamp(150px, 14.7vw, 200px);
  }

  .index .btn_links .column {
    width: min(84vw, 840px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .index .index_about_project .about_project_intro_text {
    gap: 40px;
  }

  .index .index_about_project .about_project_security_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .index .index_about_project .about_project_security_item h3,
  .index .index_about_project .soil_column h3 {
    font-size: 14px;
  }

  .index .index_about_project .about_project_security_item p,
  .index .index_about_project .about_project_security .lead,
  .index .index_about_project .about_project_soil > p,
  .index .index_about_project .soil_column p:last-child {
    font-size: 13px;
  }

  .index .index_about_group .inner .title_area .image {
    left: 32vw;
    width: 54vw;
  }

  .index .index_about_group .inner .title_area .illust01,
  .index .index_about_group .inner .title_area .illust02 {
    display: none;
  }
}

.index h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px !important;
}

.index h1 span {
  font-size: 14px;
  font-weight: 600;
}

.index .index_block01 {
  background: #f5f5f5;
  background-position: top right;
  background-size: 100%;
  padding: 225px 0 124px;
  position: relative;
}

.index .index_block02 {
  background: #f5f5f5;
  background-position: top right;
  background-size: 100%;
  padding: 219px 0 110px;
  margin-bottom: 0;
  position: relative;
}

.index .index_block03 {
  background: #fff;
  background-position: top right;
  background-size: 100%;
  padding: 110px 0;
  position: relative;
}

.index .index_block04 {
  background: #f5f5f5;
  background-position: top right;
  background-size: 100%;
  margin-bottom: 115px;
  position: relative;
  padding: 190px 0 125px;
}

/* ========================================
   TOP DECORATIVE SVG PATHS
   The original positions and animation timing are retained.
======================================== */

.index .index_block01,
.index .index_block02,
.index .index_block03,
.index .index_block04 {
  isolation: isolate;
  overflow: hidden;
}

/* Keep all normal section content in front of the decorative paths. */
.index .index_block01 > :not(.shape_bg),
.index .index_block02 > :not(.shape_bg),
.index .index_block03 > :not(.shape_bg),
.index .index_block04 > :not(.shape_bg) {
  position: relative;
  z-index: 1;
}

.index .shape_bg {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

/*
 * Apply the same blur treatment used on lower pages.
 * The animation remains on each colour wrapper, so blur and motion coexist.
 */

.index .shape_bg svg {
  display: block;
  max-width: none;
  overflow: visible;
}

.index .index_block01 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.index .index_block01 .shape_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.index .index_block01 > .description,
.index .index_block01 > .scroll_image {
  position: relative;
  z-index: 1;
}

.index .index_block01 .shape_bg .shape_blue,
.index .index_block01 .shape_bg .shape_green,
.index .index_block01 .shape_bg .shape_yellow,
.index .index_block01 .shape_bg .shape_red {
  position: absolute;
  height: auto;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  pointer-events: none;
}

.index .index_block01 .shape_bg .shape_blue {
  top: 0;
  left: 0;
  z-index: 1;
  width: max(738px, 54.265vw);
  aspect-ratio: 738 / 470;
  animation: index_block01_anm_shapeblue 6s infinite;
}

.index .index_block01 .shape_bg .shape_green {
  top: 0;
  right: 0;
  z-index: 3;
  width: max(914px, 67.206vw);
  aspect-ratio: 914 / 1022;
  animation: index_block01_anm_shapegreen 5s infinite;
}

.index .index_block01 .shape_bg .shape_yellow {
  top: 0;
  right: 0;
  z-index: 2;
  width: max(587px, 43.162vw);
  aspect-ratio: 587 / 1022;
  animation: index_block01_anm_shapeyellow 8s infinite;
}

.index .index_block01 .shape_bg .shape_red {
  top: max(276px, 20.294vw);
  left: 0;
  z-index: 4;
  width: max(1310px, 96.324vw);
  aspect-ratio: 1310 / 703;
  opacity: 0.7;
  animation: index_block01_anm_shapered 7s infinite;
}

.index .index_block01 .shape_bg svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  overflow: visible;
}

@keyframes index_block01_anm_shapegreen {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2%) rotate(-3deg);
  }
}

@keyframes index_block01_anm_shapeblue {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2%) rotate(-3deg);
  }
}

@keyframes index_block01_anm_shapered {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5%) rotate(-3deg);
  }
}

@keyframes index_block01_anm_shapeyellow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5%) rotate(-3deg);
  }
}

@media only screen and (max-width: 768px) {
  .index .index_block01 .shape_bg {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }

  .index .index_block01 .shape_bg .shape_green {
    position: absolute;
    top: -9.5vw;
    right: 122.5vw;
    width: 100%;
    height: auto;
    animation: index_block01_anm_shapegreen 5s infinite;
  }

  .index .index_block01 .shape_bg .shape_green svg {
    width: 295.641vw;
    height: 207.179vw;
  }

  @keyframes index_block01_anm_shapegreen {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block01 .shape_bg .shape_blue {
    position: absolute;
    top: -102.029vw;
    right: 65.118vw;
    width: 100%;
    animation: index_block01_anm_shapeblue 6s infinite;
  }

  .index .index_block01 .shape_bg .shape_blue svg {
    width: 218.718vw;
    height: 275.385vw;
  }

  @keyframes index_block01_anm_shapeblue {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block01 .shape_bg .shape_red {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 64.118vw;
    left: -267.059vw;
    animation: index_block01_anm_shapered 7s infinite;
  }

  .index .index_block01 .shape_bg .shape_red svg {
    width: 392.821vw;
    height: 135.897vw;
  }

  @keyframes index_block01_anm_shapered {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(5%) rotate(3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block01 .shape_bg .shape_yellow {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 8.559vw;
    left: -74.265vw;
    animation: index_block01_anm_shapeyellow 8s infinite;
  }

  .index .index_block01 .shape_bg .shape_yellow svg {
    width: 243.333vw;
    height: 254.615vw;
  }

  @keyframes index_block01_anm_shapeyellow {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10%) rotate(-5deg);
    }

    100% {
      transform: translateY(0);
    }
  }
}

.index .index_block02 .shape_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.index .index_block02 .shape_group {
  position: absolute;
  left: 50%;
  width: max(1360px, 100vw);
  transform: translateX(-50%);
  pointer-events: none;
}

.index .index_block02 .shape_group--1 {
  top: 0;
  height: max(704px, 51.765vw);
}

.index .index_block02 .shape_group--2 {
  top: 50%;
  height: max(817px, 60.074vw);
  transform: translate(-50%, -50%);
}

.index .index_block02 .shape_group--3 {
  bottom: 0;
  height: max(866px, 63.676vw);
}

.index .index_block02 .shape_group > div {
  position: absolute;
  top: 0;
  left: 0;
  width: max(1360px, 100vw);
  height: auto;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}

.index .index_block02 .shape_group svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  overflow: visible;
}

.index .index_block02 .shape_group--1 .shape_red {
  aspect-ratio: 1360/692;
}
.index .index_block02 .shape_group--1 .shape_yellow {
  aspect-ratio: 1360/704;
}
.index .index_block02 .shape_group--2 .shape_green {
  aspect-ratio: 1360/817;
}
.index .index_block02 .shape_group--2 .shape_blue {
  aspect-ratio: 1360/521;
  top: calc((100% - max(521px, 38.309vw)) / 2);
}
.index .index_block02 .shape_group--3 .shape_green {
  aspect-ratio: 1360/866;
}
.index .index_block02 .shape_group--3 .shape_red {
  aspect-ratio: 1360/704;
  top: calc((100% - max(704px, 51.765vw)) / 2);
}

.index .index_block02 .shape_group--1 .shape_red {
  z-index: 1;
  animation: index_block02_anm_shapered 8s infinite;
}

.index .index_block02 .shape_group--1 .shape_yellow {
  z-index: 2;
  animation: index_block02_anm_shapeyellow 8s infinite;
}

.index .index_block02 .shape_group--2 .shape_green {
  z-index: 1;
  animation: index_block02_anm_shapegreen 5s infinite;
}

.index .index_block02 .shape_group--2 .shape_blue {
  z-index: 2;
  animation: index_block02_anm_shapeblue 6s infinite;
}

.index .index_block02 .shape_group--3 .shape_green {
  z-index: 1;
  animation: index_block02_anm_shapegreen 5s infinite;
}

.index .index_block02 .shape_group--3 .shape_red {
  z-index: 2;
  animation: index_block02_anm_shapered 8s infinite;
}

@keyframes index_block02_anm_shapegreen {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2%) rotate(-3deg);
  }
}

@keyframes index_block02_anm_shapeblue {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2%) rotate(-3deg);
  }
}

@keyframes index_block02_anm_shapered {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5%) rotate(-3deg);
  }
}

@keyframes index_block02_anm_shapeyellow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5%) rotate(-3deg);
  }
}

@media only screen and (max-width: 768px) {
  .index .index_block02 .shape_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 311.795vw;
    overflow: hidden;
  }

  .index .index_block02 .shape_bg .shape_green {
    position: absolute;
    top: 66.5vw;
    right: 62.5vw;
    width: 100%;
    height: auto;
    animation: index_block01_anm_shapegreen 5s infinite;
  }

  .index .index_block02 .shape_bg .shape_green svg {
    width: 295.641vw;
    height: 207.179vw;
  }

  @keyframes index_block01_anm_shapegreen {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block02 .shape_bg .shape_blue {
    position: absolute;
    top: 95.971vw;
    right: 77.118vw;
    width: 100%;
    animation: index_block01_anm_shapeblue 6s infinite;
  }

  .index .index_block02 .shape_bg .shape_blue svg {
    width: 250.769vw;
    height: 247.436vw;
  }

  @keyframes index_block01_anm_shapeblue {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block02 .shape_bg .shape_red {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 66.118vw;
    left: -42.059vw;
    animation: index_block01_anm_shapered 7s infinite;
  }

  .index .index_block02 .shape_bg .shape_red svg {
    width: 392.821vw;
    height: 135.897vw;
  }

  @keyframes index_block01_anm_shapered {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(5%) rotate(3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block02 .shape_bg .shape_yellow {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: -17.441vw;
    left: -74.265vw;
    animation: index_block01_anm_shapeyellow 8s infinite;
  }

  .index .index_block02 .shape_bg .shape_yellow svg {
    width: 250.769vw;
    height: 247.436vw;
  }

  @keyframes index_block01_anm_shapeyellow {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10%) rotate(-5deg);
    }

    100% {
      transform: translateY(0);
    }
  }
}

.index .index_block03 .shape_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(230px, 22.5vw, 306px);
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.index .index_block03 .shape_bg .shape_red,
.index .index_block03 .shape_bg .shape_yellow {
  position: absolute;
  width: max(1360px, 100vw);
  height: auto;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  pointer-events: none;
}

.index .index_block03 .shape_bg .shape_red {
  top: 6.118vw;
  left: -13.059vw;
  aspect-ratio: 131.471 / 95.515;
  animation: index_block03_anm_shapered 7s infinite;
}

.index .index_block03 .shape_bg .shape_yellow {
  top: -11.441vw;
  left: -20.265vw;
  aspect-ratio: 141.765 / 97.059;
  animation: index_block03_anm_shapeyellow 8s infinite;
}

.index .index_block03 .shape_bg svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  overflow: visible;
}

@keyframes index_block03_anm_shapered {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5%) rotate(-3deg);
  }
}

@keyframes index_block03_anm_shapeyellow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5%) rotate(-3deg);
  }
}

@media only screen and (max-width: 768px) {
  .index .index_block03 .shape_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101.154vw;
    overflow: hidden;
  }

  .index .index_block03 .shape_bg .shape_green {
    position: absolute;
    top: -3.5vw;
    right: 18.5vw;
    width: 100%;
    height: auto;
    animation: index_block03_anm_shapegreen 5s infinite;
  }

  .index .index_block03 .shape_bg .shape_green svg {
    width: 276.154vw;
    height: 229.744vw;
  }

  @keyframes index_block03_anm_shapegreen {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block03 .shape_bg .shape_red {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 24.118vw;
    left: -25.059vw;
    animation: index_block03_anm_shapered 7s infinite;
  }

  .index .index_block03 .shape_bg .shape_red svg {
    width: 398.462vw;
    height: 120.256vw;
  }

  @keyframes index_block03_anm_shapered {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-5%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block03 .shape_bg .shape_yellow {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: -31.441vw;
    left: -35.265vw;
    animation: index_block03_anm_shapeyellow 8s infinite;
  }

  .index .index_block03 .shape_bg .shape_yellow svg {
    width: 398.462vw;
    height: 120.256vw;
  }

  @keyframes index_block03_anm_shapeyellow {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-5%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }
}

.index .index_block04 .shape_bg {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.index .index_block04 .shape_bg .shape_red,
.index .index_block04 .shape_bg .shape_blue,
.index .index_block04 .shape_bg .shape_green {
  position: absolute;
  top: 0;
  left: 50%;
  width: max(1360px, 100vw);
  height: auto;
  transform: translateX(-50%);
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  pointer-events: none;
}

.index .index_block04 .shape_bg .shape_red {
  z-index: 1;
  aspect-ratio: 1360 / 386;
  animation: index_block04_anm_shapered 7s infinite;
}

.index .index_block04 .shape_bg .shape_blue {
  z-index: 2;
  aspect-ratio: 1360 / 352;
  animation: index_block04_anm_shapeblue 6s infinite;
}

.index .index_block04 .shape_bg .shape_green {
  z-index: 3;
  aspect-ratio: 1360 / 75;
  animation: index_block04_anm_shapegreen 5s infinite;
}

.index .index_block04 .shape_bg svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  overflow: visible;
}

@keyframes index_block04_anm_shapegreen {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-2%) rotate(-3deg);
  }
}

@keyframes index_block04_anm_shapeblue {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-2%) rotate(-3deg);
  }
}

@keyframes index_block04_anm_shapered {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-5%) rotate(-3deg);
  }
}

@media only screen and (max-width: 768px) {
  .index .index_block04 .shape_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71.795vw;
    overflow: hidden;
  }

  .index .index_block04 .shape_bg .shape_green {
    position: absolute;
    top: -154.5vw;
    right: 25.5vw;
    width: 100%;
    height: auto;
    animation: index_block04_anm_shapegreen 5s infinite;
  }

  .index .index_block04 .shape_bg .shape_green svg {
    width: 276.154vw;
    height: 229.744vw;
  }

  @keyframes index_block04_anm_shapegreen {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }

  .index .index_block04 .shape_bg .shape_blue {
    position: absolute;
    top: -162.029vw;
    right: 51.118vw;
    width: 100%;
    animation: index_block04_anm_shapeblue 6s infinite;
  }

  .index .index_block04 .shape_bg .shape_blue svg {
    width: 236.667vw;
    height: 266.923vw;
  }

  @keyframes index_block04_anm_shapeblue {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-2%) rotate(-3deg);
    }

    100% {
      transform: translateY(0);
    }
  }
}

.index .index_mv .description {
  width: 670px;
  margin: 0 0 30px 145px;
}

.index .index_mv .description h1 {
  margin-bottom: 10px !important;
  text-align: left;
}

.index .index_mv .description h1 span {
  font-weight: 700;
  font-size: 35px;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-feature-settings:
    "palt" on,
    "pcap" on;
}

.index .index_mv .description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-feature-settings:
    "palt" on,
    "pcap" on;
}

.index .index_mv .scroll_image {
  overflow: hidden;
  width: 100%;
  height: 410px;
}

.index .index_mv .scroll_image .scroll_image_parent {
  height: inherit;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.index .index_mv .scroll_image .scroll_image_child {
  display: flex;
}

.index .index_mv .scroll_image .scroll_image_child > div {
  width: 524px;
  margin: 0 35px;
  display: flex;
}

.index .index_mv .scroll_image .scroll_image_child > div:nth-child(odd) {
  align-items: flex-start;
  padding-top: 0;
}

.index .index_mv .scroll_image .scroll_image_child > div:nth-child(even) {
  align-items: flex-end;
  padding-top: 80px;
}

.index .index_mv .scroll_image .scroll_image_child img {
  width: 524px;
  border-radius: 20px;
}

.index .index_mv .scroll_image .scroll_image_child:nth-child(1) {
  animation: first 140s -70s linear infinite;
}

.index .index_mv .scroll_image .scroll_image_child:nth-child(2) {
  animation: second 140s linear infinite;
}

@media only screen and (max-width: 1359px) {
  .index .index_mv .scroll_image {
    overflow: hidden;
    width: 100%;
    height: 30.17vw; /* 410 / 1359 */
  }

  .index .index_mv .scroll_image .scroll_image_parent {
    height: inherit;
    display: flex;
    width: 100vw;
    overflow: hidden;
  }

  .index .index_mv .scroll_image .scroll_image_child > div {
    width: 38.56vw; /* 524 / 1359 */
    margin: 0 2.58vw; /* 35 / 1359 */
    display: flex;
  }

  .index .index_mv .scroll_image .scroll_image_child > div:nth-child(odd) {
    align-items: flex-start;
    padding-top: 0;
  }

  .index .index_mv .scroll_image .scroll_image_child > div:nth-child(even) {
    align-items: flex-end;
    padding-top: 5.89vw; /* 80 / 1359 */
  }

  .index .index_mv .scroll_image .scroll_image_child img {
    width: 38.56vw;
    border-radius: 1.47vw;
  }
}

@media only screen and (max-width: 768px) {
  .index .index_mv .scroll_image {
    overflow: hidden;
    width: 100%;
    height: 62vw;
  }

  .index .index_mv .scroll_image .scroll_image_child > div {
    width: 72vw;
    margin: 0 3vw;
    display: flex;
  }

  .index .index_mv .scroll_image .scroll_image_child > div:nth-child(odd) {
    align-items: flex-start;
    padding-top: 0;
  }

  .index .index_mv .scroll_image .scroll_image_child > div:nth-child(even) {
    align-items: flex-end;
    padding-top: 8vw;
  }

  .index .index_mv .scroll_image .scroll_image_child img {
    width: 72vw;
    border-radius: 20px;
  }
}

.index .index_mv .slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.index .index_mv .slick .slick-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75.714vw;
  margin: 0 3.309vw;
  padding: 0;
}

.index .index_mv .slick .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.index .index_block03 {
  text-align: center;
}

.index .index_block03 > a {
  display: block;
  width: min(calc(100% - 40px), 1130px);
  margin: 0 auto;
  text-align: left;
}

.index .index_childcare .title_area {
  width: 100%;
  max-width: none;
  margin: 0;
}

.index .index_about_project .title_area div {
  width: 714px;
  height: 422px;
  position: absolute;
  top: 0;
  left: 0;
}

.index .index_about_project .title_area div img {
  width: 100%;
  height: auto;
}

.index .index_about_project .title_area h1 {
  position: absolute;
  top: 0;
  right: -8px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 44px;
  line-height: 150%;
  font-feature-settings:
    "palt" on,
    "pcap" on,
    "vert" on;
  text-align: left;
}

.index .index_about_project .title_area p {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 170%;
}

.index .index_about_project .text_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .index_about_project .text_area div {
  width: calc(50% - 20px);
}

.index .index_about_project .text_area p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 190%;
  font-feature-settings: "palt" on;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.index .index_about_project .text_area p:last-child {
  margin-bottom: 0;
}

.index .index_about_project .text_area .ja_02 {
  padding-top: 90px;
}

.index .index_about_project .text_area .en p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  color: #111111;
  margin-bottom: 20px;
}

.index .index_about_project .text_area .en p:last-child {
  margin-bottom: 0;
}

.index .index_childcare .title_area {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 16px;
  max-width: 1130px;
  margin: 0 auto;
  padding: 7px;
  position: relative;
}

.index .index_childcare .title_area .inner {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 11px;
  height: 123px;
  letter-spacing: 0.1em;
  align-items: center;
  padding: 16px 0 0;
  justify-content: center;
  display: flex;
}

.index .index_childcare .title_area h1 {
  font-weight: 700;
  font-size: 33px;
  line-height: 200%;
  font-feature-settings:
    "palt" on,
    "pcap" on;
  margin: 0 !important;
}

.index .index_childcare .title_area h1 span {
  font-size: 26px;
}

.index .index_childcare .title_area h1 img {
  width: 360px;
  vertical-align: text-top;
  margin-right: 6px;
}

.index .index_childcare .title_area p {
  color: #111;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.44px;
  text-align: center;
}

.index .index_childcare .title_area .illust01 {
  position: absolute;
  top: 20px;
  left: 54px;
  width: 69px;
  height: 109px;
}

.index .index_childcare .title_area .illust02 {
  position: absolute;
  top: 20px;
  right: 54px;
  width: 82px;
  height: 109px;
}

.index .index_childcare .title_area .illust01 img,
.index .index_childcare .title_area .illust02 img {
  width: 100%;
  height: auto;
}

.index .index_childcare .text_area {
  border-top: solid 1px #111111;
  border-bottom: solid 1px #111111;
  background: #fff;
  padding: 50px 0 110px;
  position: relative;
}

.index .index_childcare .text_area .inner {
  width: 69.118vw;
  max-width: 940px;
  margin: 0 auto;
}

.index .index_childcare .text_area .inner .column {
  margin: 0 auto 80px;
  width: 780px !important;
}

.index .index_childcare .text_area .inner .column.nums {
  margin: 0 auto 20px;
}

.index .index_childcare .text_area .inner .column.nums div {
  border-left: solid 2px #111111;
}

.index .index_childcare .text_area .inner .column.nums div:last-child {
  border-right: solid 2px #111111;
}

.index .index_childcare .text_area .inner .column div {
  width: 50%;
}

.index .index_childcare .text_area .inner .column div p {
  color: #111;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 3.12px;
  height: 57px;
  line-height: 1.2;
}

.index .index_childcare .text_area .inner p.title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 260%;
  letter-spacing: 0.09em;
  margin-bottom: 30px;
}

.index .index_childcare .text_area .inner dl dt {
  font-weight: 700;
  font-size: 33px;
  line-height: 160%;
  text-align: center;
  font-feature-settings:
    "palt" on,
    "pcap" on;
}

.index .index_childcare .text_area .inner dl dt p.num {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px;
}

.index .index_childcare .text_area .inner dl dt span {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  display: block;
  margin-top: 4px;
}

.index .index_childcare .text_area .inner dl dd {
  margin-top: 16px;
}

.index .index_childcare .text_area .inner dl dd div {
  width: 100% !important;
  margin: 0 auto 50px;
}

.index .index_childcare .text_area .inner dl dd div.img {
  width: 444px !important;
  margin: 0 auto 23px;
}

.index .index_childcare .text_area .inner dl dd div.img img {
  width: 100%;
  height: auto;
}

.index .index_childcare .text_area .inner dl dd ul {
  margin: 0 auto 10px;
}

.index .index_childcare .text_area .inner dl dd h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.index .index_childcare .text_area .inner dl dd p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  font-feature-settings: "palt" on;
  margin-bottom: 30px;
  text-align: left !important;
}

.index .index_childcare .text_area .inner dl dd h4.en {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.index .index_childcare .text_area .inner dl dd p.en {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt" on;
  margin-bottom: 0;
}

.index .index_childcare .text_area .inner dl dd p.center {
  text-align: center;
}

.index .index_childcare .text_area .inner dl dd.bg_circle {
  background: url(../img/index/circle_childcare.png) no-repeat;
  background-size: 100%;
  position: relative;
  height: 650px;
  margin-top: 45px;
}

.index .index_childcare .text_area .inner dl dd.bg_circle h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-feature-settings:
    "palt" on,
    "pcap" on;
  background: #fff;
  padding: 8px;
  width: fit-content;
  margin: 0 auto 10px;
}

.index .index_childcare .text_area .inner dl dd.bg_circle p {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" on;
}

.index .index_childcare .text_area .inner dl dd.bg_circle .circle_blue {
  width: 100%;
  position: absolute;
  top: 74px;
}

.index .index_childcare .text_area .inner dl dd.bg_circle .circle_blue h3 {
  color: #0ca8e3;
}

.index .index_childcare .text_area .inner dl dd.bg_circle .circle_green {
  width: 100%;
  position: absolute;
  top: 290px;
}

.index .index_childcare .text_area .inner dl dd.bg_circle .circle_green h3 {
  color: #fff;
  background: none;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}

.index .index_childcare .text_area .inner dl dd.bg_circle .circle_yellow {
  width: 100%;
  position: absolute;
  top: 393px;
}

.index .index_childcare .text_area .inner dl dd.bg_circle .circle_yellow h3 {
  color: #e7da17;
}

.index .index_childcare .text_area .inner ul li {
  font-weight: 700;
  font-size: 16px;
  font-feature-settings: "palt" on;
  list-style-type: disc;
  margin-left: 1em;
}

.index .index_childcare .text_area .inner ul.en li {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.65;
}

.index .index_childcare .text_area .inner .column.arrows:before {
  content: none;
}

.index .index_childcare .text_area .inner .column.arrows {
  margin-bottom: 61px;
}

.index .index_childcare .text_area .inner .column.arrows div {
  width: 50%;
}

.index .index_childcare .text_area .inner .column.arrows div div {
  width: 45px;
  margin: 0 auto;
}

.index .index_childcare .text_area .inner .column.arrows div img {
  width: 100%;
  height: auto;
}

.index .index_childcare .text_area .inner .results p {
  color: #111;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 39.6px */
  letter-spacing: 2.2px;
  margin-bottom: 30px;
  text-align: center;
}

.index .index_childcare .text_area .inner .results p.title_p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: center;
}

.index .index_childcare .text_area .inner .results h3 {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings:
    "palt" on,
    "pcap" on;
  margin-bottom: 8px;
}

.index .index_childcare .text_area .inner .results .inner {
  border: 15px solid #e6e6e6;
  border-radius: 60px;
  padding: 50px 155px;
}

.index .index_childcare .text_area .inner .results .inner p.border {
  border: 2px solid #111111;
  font-weight: 600;
  font-size: 16px;
  width: fit-content;
  padding: 10px;
  line-height: 1;
  margin: 0 auto 30px;
}

.index .index_childcare .text_area .inner .results .inner dl dt {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  font-feature-settings:
    "palt" on,
    "pcap" on;
  margin-bottom: -3px;
}

.index .index_childcare .text_area .inner .results .inner dl dt.title {
  margin-bottom: 31px;
}

.index .index_childcare .text_area .inner .results .inner dl dd .illust {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.index .index_childcare .text_area .inner .results .inner dl dd .illust div {
  width: calc(25% - 20px) !important;
  margin: 0;
}

.index
  .index_childcare
  .text_area
  .inner
  .results
  .inner
  dl
  dd
  .illust
  div
  img {
  width: 100%;
  height: auto;
}

.index .index_about_group .bg_seiwagyougaku {
  overflow: hidden;
  width: 100%;
  height: 116px;
}

.index .index_about_group .bg_seiwagyougaku_parent {
  height: inherit;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.index .index_about_group .bg_seiwagyougaku_child {
  display: flex;
}

.index .index_about_group .bg_seiwagyougaku_child > div {
  width: 2230px;
  margin: 0 45px;
}

.index .index_about_group .bg_seiwagyougaku_child img {
  width: 100%;
  height: auto;
}

.index .index_about_group .bg_seiwagyougaku_child:nth-child(1) {
  animation: bg_seiwagyougaku_first 80s -40s linear infinite;
}

.index .index_about_group .bg_seiwagyougaku_child:nth-child(2) {
  animation: bg_seiwagyougaku_second 80s linear infinite;
}

@keyframes bg_seiwagyougaku_first {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes bg_seiwagyougaku_second {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.index .index_about_group .inner {
  width: 75.882vw;
  max-width: 760px;
  margin: 0 auto;
}

.index .index_about_group .inner .title_area {
  position: relative;
  width: 760px;
  height: 484px;
  margin-bottom: 40px;
}

.index .index_about_group .inner .title_area h1 {
  position: absolute;
  top: 100px;
  left: -20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 44px;
  line-height: 150%;
  font-feature-settings:
    "palt" on,
    "pcap" on,
    "vert" on;
  text-align: left;
}

.index .index_about_group .inner .title_area p {
  position: absolute;
  top: 340px;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.1em;
}

.index .index_about_group .inner .title_area .image {
  position: absolute;
  top: -20px;
  left: 330px;
  width: 650px;
}

.index .index_about_group .inner .title_area .image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.index .index_about_group .inner .title_area .illust01 {
  width: 145px;
  height: 253px;
  position: absolute;
  top: 290px;
  left: -181px;
}

.index .index_about_group .inner .title_area .illust02 {
  width: 179px;
  height: 248px;
  position: absolute;
  top: 355px;
  right: -173px;
}

.index .index_about_group .inner .title_area .illust01 img,
.index .index_about_group .inner .title_area .illust02 img {
  width: 100%;
  height: auto;
}

.index .index_about_group .inner .text_area {
  width: 55.882vw;
  max-width: 740px;
  text-align: justify;
}

.index .index_about_group .inner .text_area p {
  font-weight: 700;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" on;
  margin-bottom: 20px;
}

.index .btn_more {
  margin-top: 50px;
}

.index .index_topics {
  overflow: hidden;
  margin-top: 125px;
}

.index .index_topics .topics_flex {
  display: flex;
  justify-content: space-between;
}

.index .topics {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .index_topics .topic {
  margin-bottom: 2.941vw;
  width: calc(50% - 10px);
}

.index .index_topics .topic:nth-child(3) {
  clear: both;
}

.index .index_topics .topic:nth-child(even) {
  float: right;
}

.index .index_topics .topic:nth-child(3),
.index .index_topics .topic:nth-child(4) {
  margin-bottom: 0;
}

.index .index_topics .topic a {
  display: block;
}

.index .index_topics .topic a:hover {
  opacity: 0.8;
}

.index .index_topics .topic dl {
  display: flex;
  flex-wrap: wrap;
}

.index .index_topics .topic dl dt {
  display: flex;
  align-items: center;
  width: 15.471vw;
  max-width: 210px;
  margin-right: 24px;
}

.index .index_topics .topic dl dt img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.index .index_topics .topic dl dd {
  width: 21.3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 310px;
}

.index .index_topics .topic dl dd p {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-feature-settings:
    "palt" on,
    "pcap" on;
}

.index .block_info.episode {
  background: #f5f5f5;
  width: 100%;
  max-width: unset;
  padding: 8.088vw 0;
}

@media only screen and (max-width: 768px) {
  .index .block_info.episode {
    padding: 23.077vw 0;
  }
}

.index .btn_links {
  background: #f0f0f0;
  padding: 100px 0;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 240px;
  width: 100vw;
  height: 290px;
  text-align: center;
}

.index .btn_links .column {
  width: 840px;
  margin: 0 auto;
}

.index .btn_links .border_btn {
  background: #fff;
  margin: 0;
  align-items: center;
  height: 90px;
  display: inline-block;
}

.index .btn_links .border_btn:first-child {
  line-height: 1.2;
  width: 393px;
}

.index .btn_links .border_btn a {
  font-size: 20px;
  padding: 32px 0;
}

.index .btn_links .border_btn span {
  font-size: 12px;
}

.index .tour .news_top {
  position: relative;
  height: 57px;
  margin: 0 0 80px;
}

.index .tour .news_top h1 {
  position: absolute;
}

.index .tour .column .image {
  width: 100%;
  margin-bottom: 2.721vw;
}

.index .tour .column div a .image {
  width: 100%;
  height: 200px;
  margin-bottom: 2.721vw;
  overflow: hidden;
  border-radius: 20px;
  display: grid;
  align-content: center;
}

.index .tour .column div a .image img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.index .tour .column div a:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.index .tour .column div dl dt {
  margin-bottom: 0.735vw;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.index .tour .column div dl dd {
  letter-spacing: -0.1px;
  line-height: 1.75;
}

.index .tour .column div dl dd dl {
  display: flex;
  margin: 0 0 20px;
}

.index .tour .column::after,
.index .tour .column::before {
  content: "";
  display: block;
  width: 29.65%;
  height: 0;
}

@media only screen and (max-width: 1359px) {
  .index .block_info {
    margin-bottom: 9.191vw;
  }

  .index .index_block01 {
    background: #f5f5f5;
    background-position: top right;
    background-size: 100%;
    padding: 16.544vw 0 9.118vw;
  }

  .index .index_mv .description {
    width: 49.265vw;
    margin: 0 0 2.206vw 10.662vw;
    max-width: 670px;
  }

  .index .index_mv .description h1 {
    text-align: left;
    font-weight: 700;
    font-size: 2.574vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 10px !important;
  }

  .index .index_mv .description h1 span {
    background: linear-gradient(transparent 60%, #f5f5f5 0%);
    display: inline;
    padding: 70px 0 4px;
    font-size: 2.574vw;
  }

  .index .index_mv .description p {
    font-weight: 400;
    font-size: 1.029vw;
    line-height: 200%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_about_project .text_area p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.176vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    letter-spacing: 0.03em;
    margin-bottom: 1.471vw;
  }

  .index .index_about_project .text_area .en p {
    font-style: normal;
    font-weight: 500;
    font-size: 0.956vw;
    line-height: 200%;
    color: #111111;
    margin-bottom: 1.471vw;
  }

  .index .index_block02 {
    background: #f5f5f5;
    background-position: top right;
    background-size: 100%;
    padding: 16.103vw 0 8.088vw;
    margin-bottom: 0;
  }

  .index .index_about_project .text_area .ja {
  }

  .index .index_block03 {
  }

  .index .index_about_project .title_area {
    height: 32.721vw;
    margin-bottom: 3.676vw;
    position: relative;
  }

  .index .index_about_project .title_area div {
    width: 52.5vw;
    height: 41.538vw;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .index .index_about_project .title_area h1 {
    position: absolute;
    top: 0;
    right: -0.588vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 3.235vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
  }

  .index .index_about_project .title_area p {
    position: absolute;
    bottom: 2.206vw;
    right: 0;
    font-weight: 600;
    font-size: 1.103vw;
    line-height: 170%;
  }

  .index .index_topics .topic dl dd p {
    font-weight: 700;
    font-size: 1.029vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .title_area {
  }

  .index .index_childcare .title_area .inner {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0.809vw;
    height: 9.044vw;
    letter-spacing: 0.1em;
    padding: 1.176vw 0 0;
  }

  .index .index_childcare .title_area h1 {
    font-size: 2.426vw;
  }

  .index .index_childcare .title_area h1 span {
    font-size: 1.912vw;
  }

  .index .index_childcare .title_area h1 img {
    width: 26.471vw;
    vertical-align: text-top;
    margin-right: 0.441vw;
  }

  .index .index_childcare .title_area p {
    color: #111;
    font-family: Sora;
    font-size: 1.176vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.106vw;
    text-align: center;
  }

  .index .index_childcare .title_area .illust01 {
    position: absolute;
    top: 1.471vw;
    left: 4.618vw;
    width: 5.074vw;
    height: 8.015vw;
  }

  .index .index_childcare .title_area .illust02 {
    position: absolute;
    top: 1.471vw;
    right: 4.029vw;
    width: 6.029vw;
    height: 8.015vw;
  }

  .index .index_childcare .text_area {
    border-top: solid 1px #111111;
    border-bottom: solid 1px #111111;
    background: #fff;
    padding: 3.676vw 0 10.294vw;
  }

  .index .index_childcare .text_area .inner .column div {
  }

  .index .index_childcare .text_area .inner dl dt {
    font-size: max(2.206vw, 21px);
  }

  .index .index_childcare .text_area .inner dl dt p.num {
    text-align: center;
    font-size: 2.794vw;
    font-weight: 600;
    margin-bottom: 2.206vw;
  }

  .index .index_childcare .text_area .inner dl dt p.num {
    text-align: center;
    font-size: 2.794vw;
    font-weight: 600;
    margin-bottom: 2.206vw;
  }

  .index .index_childcare .text_area .inner dl dt span {
    text-align: center;
    font-size: 1.029vw;
    font-weight: 700;
    line-height: 2;
    display: block;
    margin-top: 0.294vw;
  }

  .index .index_childcare .text_area .inner dl dd div.img {
    width: 32.647vw !important;
    margin: 0 auto 23px;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle {
    height: 47.794vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_blue {
    width: 100%;
    position: absolute;
    top: 5.441vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle p {
    font-weight: 400;
    font-size: 0.882vw;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
    transform: scale(0.7);
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green {
    width: 100%;
    position: absolute;
    top: 21.324vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green h3 {
    color: #fff;
    background: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.618vw;
    line-height: 130%;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_yellow {
    width: 100%;
    position: absolute;
    top: 28.897vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle h3 {
    font-weight: 700;
    font-size: 1.838vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    background: #fff;
    padding: 0.588vw;
    width: fit-content;
    margin: 0 auto 0.735vw;
  }

  .index .index_childcare .text_area .inner dl dd ul {
    width: 24.485vw;
    margin: 0 auto 0.735vw;
  }

  .index .index_childcare .text_area .inner ul li {
    font-weight: 700;
    font-size: 1.176vw;
    font-feature-settings: "palt" on;
    list-style-type: disc;
    margin-left: 1em;
  }

  .index .index_childcare .text_area .inner ul.en li {
    font-size: 1.029vw;
    font-weight: 500;
    line-height: 2.65;
  }

  .index .index_childcare .text_area .inner dl dd h4 {
    font-size: 1.618vw;
    font-weight: 700;
    margin-bottom: 1.471vw;
    line-height: 1.4;
  }

  .index .index_childcare .text_area .inner .results p {
    font-size: 1.029vw;
  }

  .index .index_childcare .text_area .inner dl dd h4.en {
    font-size: 1.324vw;
  }

  .index .index_childcare .text_area .inner dl dd p.en {
    font-size: 0.956vw;
  }

  .index .index_childcare .text_area .inner .column {
    margin: 0 auto 5.882vw;
    width: 57.353vw !important;
  }

  .index .index_childcare .text_area .inner .column.nums {
    margin: 0 auto 1.471vw;
  }

  .index .index_childcare .text_area .inner .column div p {
    color: #111;
    text-align: center;
    font-size: 3.824vw;
    font-weight: 600;
    letter-spacing: 0.229vw;
    height: 4.191vw;
    line-height: 1.2;
  }

  .index .index_childcare .text_area .inner .column.arrows div {
  }

  .index .index_childcare .text_area .inner .column.arrows div div {
    width: 3.309vw;
    margin: 0 auto;
  }

  .index .index_childcare .text_area .inner .column.arrows {
    margin-bottom: 4.485vw;
  }

  .index .index_childcare .text_area .inner .results .inner {
    border: 15px solid #e6e6e6;
    border-radius: 4.412vw;
    padding: 3.676vw 11.397vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3.235vw;
  }

  .index .index_childcare .text_area .inner .results .inner p.border {
    border: 2px solid #111111;
    font-weight: 600;
    font-size: 1.176vw;
    width: fit-content;
    padding: 0.735vw;
    line-height: 1;
    margin: 0 auto 30px;
  }

  .index .index_childcare .text_area .inner .results h3 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 0.588vw;
  }

  .index .index_childcare .text_area .inner .results p {
    color: #111;
    font-feature-settings: "palt" on;
    font-size: 1.029vw;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.162vw;
    text-align: center;
    margin-bottom: 2.206vw;
  }

  .index .index_childcare .text_area .inner .results p.title_p {
    font-size: 1.618vw;
    font-weight: 700;
    margin-bottom: 0.515vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt {
    font-weight: 700;
    font-size: 3.529vw;
    line-height: 1.4;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt.title {
    margin-bottom: 2.279vw;
  }

  .index
    .index_childcare
    .text_area
    .inner
    .results
    .inner
    dl
    dd
    .illust
    dl
    dd {
    text-align: center;
    font-weight: 700;
    font-size: 1.471vw;
    line-height: 130%;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_block04 {
    background: #f5f5f5;
    background-position: top right;
    background-size: 100%;
    margin-bottom: 10.294vw;
    position: relative;
    padding: 13.971vw 0 10.294vw;
  }

  .index .index_about_group .inner .title_area {
    width: 100%;
  }

  .index .index_about_group .inner .title_area {
    position: relative;
    width: 55.882vw;
    height: 35.588vw;
    margin-bottom: 2.941vw;
  }

  .index .index_about_group .inner .title_area h1 {
    position: absolute;
    top: 7.353vw;
    left: -1.471vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 3.235vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
  }

  .index .index_about_group .inner .title_area p {
    position: absolute;
    top: 25vw;
    left: 0;
    font-weight: 600;
    font-size: 1.103vw;
    line-height: 170%;
    letter-spacing: 0.1em;
  }

  .index .index_about_group .inner .title_area .image {
    position: absolute;
    top: -1.471vw;
    left: 24.265vw;
    width: 47.794vw;
  }

  .index .index_about_group .inner .title_area .illust01 {
    width: 10.662vw;
    height: 18.603vw;
    position: absolute;
    top: 21.324vw;
    left: -13.309vw;
  }

  .index .index_about_group .inner .title_area .illust02 {
    width: 13.162vw;
    height: 18.235vw;
    position: absolute;
    top: 26.103vw;
    right: -12.721vw;
  }

  .index .btn_more {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .index .block_info {
    margin-bottom: 100px;
  }

  .index .index_topics {
    overflow: hidden;
    width: 84.615vw;
    padding-top: 21.538vw;
    margin-top: 0;
  }

  .index h1 {
    text-align: center;
    font-size: 6.41vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px !important;
  }

  .index h1 span {
    font-size: 3.333vw;
    font-weight: 600;
  }

  .index .index_block01 {
    background: #f5f5f5 url(../img/index/sp/top_bg01.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 47.436vw 0 32.821vw;
  }

  .index .index_block02 {
    background: #f5f5f5 url(../img/index/sp/top_bg02.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    padding: 0 0 23.077vw;
    /*margin-bottom: 20.513vw;*/
    margin-bottom: 0;
  }

  .index .index_block03 {
    background: #fff;
    background-position: top right;
    background-size: 100%;
    padding: 12.821vw 0;
  }

  .index .index_block04 {
    background: #f5f5f5 url(../img/index/sp/top_bg04.png) no-repeat;
    background-position: top right;
    background-size: 100%;
    margin-bottom: 20.513vw;
    position: relative;
    padding: 23.077vw 0;
  }

  .index .index_mv .description {
    width: 84%;
    margin: 0px 8% 15.897vw;
    position: relative;
  }

  .index .index_mv .description h1 {
    margin-bottom: 2.564vw !important;
  }

  .index .index_mv .description h1 span {
    font-weight: 700;
    font-size: 6.3vw;
    line-height: 2;
    letter-spacing: 0.13em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    background: linear-gradient(transparent 60%, #f5f5f5 0%);
    display: inline;
    padding: 17.949vw 0 1.026vw;
  }

  .index .index_mv .description p {
    font-style: normal;
    font-weight: 400;
    font-size: 2.821vw;
    line-height: 190%;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_mv .slick .slick-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90.714vw;
    height: 270px;
    margin: 0 0 0 3.309vw;
    padding: 0;
  }

  .index .index_about_project .title_area {
    height: 85.25vw;
    margin-bottom: 12.821vw;
    position: relative;
  }

  .index .index_about_project .title_area div {
    width: 100%;
    height: 41.538vw;
    right: 0;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
  }

  .index .index_about_project .title_area h1 {
    position: absolute;
    top: 0;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
    color: #111111;
    height: 43.59vw;
  }

  .index .index_about_project .title_area p {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 3.077vw;
    line-height: 170%;
    color: #111111;
  }

  .index .index_about_project .text_area {
    display: unset;
  }

  .index .index_about_project .text_area div {
    width: 100%;
  }

  .index .index_about_project .text_area .ja {
    margin-bottom: 8.974vw;
  }

  .index .index_about_project .text_area p {
    font-style: normal;
    font-weight: 700;
    font-size: 3.59vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    margin-bottom: 6.154vw;
  }

  .index .index_about_project .text_area .ja_02 {
    padding-top: 0;
  }

  .index .index_about_project .text_area .en p {
    font-style: normal;
    font-weight: 700;
    font-size: 3.333vw;
    line-height: 200%;
    color: #111111;
    margin-bottom: 5.128vw;
  }

  .index .tour .column div dl dt {
    margin-bottom: 2.051vw;
    font-size: 3.846vw;
    font-weight: 700;
    line-height: 1.4;
  }

  .index .tour .column div dl dd {
    font-weight: 400;
    font-size: 3.333vw;
    line-height: 1.8;
  }

  .index .block_info {
    margin-bottom: 20.513vw;
  }

  .index .block_info.facilities {
    margin-bottom: 37.179vw;
  }

  .index .block_info.facilities .column div:last-child {
    margin-bottom: 0;
  }

  .index .mv {
    position: relative;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 42.667vw;
    width: 100vw;
    height: 157.908vw;
    padding-top: 8vw;
  }

  .index .mv h1 {
    background: url(../img/index/index_logo.png) no-repeat;
    background-size: 100%;
    text-align: center;
    text-indent: -731.991vw;
    width: 62.527vw;
    height: 44.376vw;
    margin: 0px auto 27.392vw;
    max-width: 417px;
    max-height: 292px;
  }

  .index .mv .menu {
    width: 720px;
    margin: 0 auto 12.299vw;
    height: 2.782vw;
  }

  .index .mv .navi_list li {
    float: left;
    list-style-type: none;
    padding: 0 12px;
    text-align: center;
    border-right: 1px solid #c0c0c0;
    line-height: 1.2;
    font-size: 13px;
  }

  .index .mv .navi_list li:last-child {
    border-right: 0;
  }

  .index .mv .navi_list li a {
    font-size: 13px;
  }

  .index .mv .img_01 {
    background: url(../img/main_copy.png) no-repeat;
    background-size: 100%;
    text-align: center;
    text-indent: -731.991vw;
    width: 70.747vw;
    height: 17.247vw;
    margin: 0 auto 10.667vw;
    max-width: 112vw;
  }

  .index .mv .img_02 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 49.625vw;
    background: url(../img/sp/main_img.png) no-repeat;
    background-size: 100%;
  }

  .index .topics {
    width: 100%;
    display: unset;
  }

  .index .index_topics .topic {
    margin-bottom: 11.556vw !important;
    width: 100%;
  }

  .index .index_topics .topic:last-child {
    margin-bottom: 0 !important;
  }

  .index .index_topics .topic dl dt {
    display: inline;
    align-items: unset;
    width: 100%;
    max-width: none;
    margin-bottom: 5.128vw;
    margin-right: 0;
  }

  .index .index_topics .topic dl dt img {
    width: 100%;
    height: auto;
  }

  .index .index_topics .topic dl dd {
    width: 100%;
    display: inline;
    max-width: unset;
    padding: 0;
    height: unset;
  }

  .index .index_topics .topic dl dd p {
    width: 100%;
    font-size: 3.846vw;
    line-height: 1.8;
  }

  .index .tour .column {
    margin-bottom: 8.533vw;
  }

  .index .tour .column div {
    margin-bottom: 10.667vw;
  }

  .index .tour .column div:last-child {
    margin-bottom: 0;
  }

  .index .tour .column div a .image {
    width: 100%;
    height: 52.308vw;
    margin-bottom: 5.128vw;
    border-radius: 5.128vw;
    overflow: hidden;
    display: grid;
    align-content: center;
  }

  .index .tour .column div dl dt {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
    margin-right: 0;
    overflow: hidden;
  }

  .index .tour .column div dl dt img {
    max-width: 100%;
    height: auto;
  }

  .index .tour .column .post_category {
    font-size: 12px;
    margin-top: 12px;
  }

  .index .tour .border_btn {
    width: 62%;
    text-align: center;
    margin: 0 auto;
    position: static;
    height: 12.8vw;
  }

  .index .tour .border_btn a {
    font-size: 14px;
    padding: 3.467vw 0;
  }

  .index .btn_links {
    background: #f0f0f0;
    padding: 17.067vw 0;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 42.667vw;
    width: 100vw;
    height: 50.2vw;
  }

  .index .btn_links .column {
    width: 86.7%;
    margin: 0 auto;
  }

  .index .btn_links .border_btn {
    background: #fff;
    margin: 0;
    align-items: center;
    height: 16.333vw;
  }

  .index .btn_links .border_btn:first-child {
    line-height: 1.2;
    margin-bottom: 6.4vw;
    width: 86.7%;
  }

  .index .btn_links .border_btn a {
    font-size: 4.8vw;
    padding: 4.8vw 0;
  }

  .index .btn_links .border_btn span {
    font-size: 2.667vw;
  }
}

@media only screen and (max-width: 768px) {
  /* INDEX */

  .index .index_block03 > a {
    display: block;
    width: 85.088vw;
    margin: 0 auto;
  }

  .index .index_childcare .title_area {
    width: 100%;
    margin: 0;
    max-width: unset;
  }

  .index .index_childcare .title_area {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 1.538vw;
    max-width: unset;
  }

  .index .index_childcare .title_area .inner {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 15px;
    height: 36.71vw;
    letter-spacing: 0.1em;
    padding: 5.128vw 0;
  }

  .index .index_childcare .title_area h1 {
    font-weight: 700;
    font-size: 5.641vw;
    line-height: 1.5;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .title_area h1 span {
    font-size: 3.333vw;
  }

  .index .index_childcare .title_area h1 img {
    width: 67.436vw;
    vertical-align: baseline;
    margin-right: unset;
  }

  .index .index_childcare .title_area p {
    color: #111;
    font-family: Sora;
    font-size: 3.077vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.106vw;
    text-align: center;
  }

  .index .index_childcare .title_area .illust01 {
    position: absolute;
    top: 18.205vw;
    left: 4.359vw;
    width: 12.564vw;
    height: 18.974vw;
  }

  .index .index_childcare .title_area .illust02 {
    position: absolute;
    top: 17.179vw;
    right: 3.59vw;
    width: 15.641vw;
    height: 20.769vw;
  }

  .index .index_childcare .text_area {
    border-top: solid 1px #111111;
    border-bottom: solid 1px #111111;
    background: #fff;
    padding: 19.487vw 0 23.077vw;
  }

  .index .index_childcare .text_area .inner {
    width: 83.088vw;
    max-width: unset;
    margin: 0 auto;
  }

  .index .index_childcare .text_area .inner p.title {
    text-align: center;
    font-weight: 600;
    font-size: 3.59vw;
    line-height: 260%;
    letter-spacing: 0.09em;
    margin-bottom: 6.667vw;
  }

  .index .index_childcare .text_area .inner .column {
    margin-bottom: 5.147vw;
  }

  .index .index_childcare .text_area .inner .column div {
    width: 100%;
    margin-bottom: 16.949vw;
  }

  .index .index_childcare .text_area .inner .column div:last-child {
    margin-bottom: 0;
  }

  .index .index_childcare .text_area .inner dl dt {
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 1.8;
    text-align: center;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 10.256vw;
  }

  .index .index_childcare .text_area .inner dl dt p.num {
    font-weight: 700;
    font-size: 8.718vw;
    line-height: 1;
    text-align: center;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 6.667vw;
  }

  .index .index_childcare .text_area .inner dl dt span {
    text-align: center;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 2;
    display: block;
    margin-top: 3.59vw;
  }

  .index .index_childcare .text_area .inner dl dt p {
    font-weight: 700;
    font-size: 8.718vw;
    margin-bottom: 1.538vw;
  }

  .index .index_childcare .text_area .inner dl dd {
    margin-top: 0;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle {
    background: url(../img/index/sp/circle_childcare.png) no-repeat;
    background-size: 100%;
    position: relative;
    height: 256.794vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20.513vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_blue {
    width: 66%;
    position: absolute;
    top: 16.441vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle p {
    font-weight: 400;
    font-size: 3.077vw;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
    transform: unset;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green {
    width: 100%;
    position: absolute;
    top: 68.324vw;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_green h3 {
    color: #fff;
    background: none;
    text-align: center;
    font-weight: 700;
    font-size: 4.359vw;
    line-height: 130%;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle .circle_yellow {
    width: 67%;
    position: absolute;
    top: 87.441vw;
    left: 0;
    right: 0;
    margin: auto;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle h3 {
    font-weight: 700;
    font-size: 6.154vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    background: #fff;
    padding: 1.795vw;
    width: fit-content;
    margin: 0 auto 12px;
  }

  .index .index_childcare .text_area .inner dl dd div.img {
    width: 76.923vw !important;
    margin: 0 auto 10.256vw !important;
  }

  .index .index_childcare .text_area .inner dl dd div.column {
    width: 100% !important;
    margin: 0 auto 10.256vw !important;
    display: unset;
  }

  .index .index_childcare .text_area .inner dl dd div {
    width: 64.103vw !important;
    height: 53.615vw !important;
    margin: 0 auto 9.744vw !important;
  }

  .index .index_childcare .text_area .results .inner dl dd div {
    width: 61.538vw !important;
    margin: 0 auto 9.231vw !important;
  }

  .index .index_childcare .text_area .inner ul li {
    font-weight: 500;
    font-size: 3.846vw;
    font-feature-settings: "palt" on;
    list-style-type: disc;
  }

  .index .index_childcare .text_area .inner ul.en li {
    font-weight: 500;
    font-size: 3.333vw;
    font-feature-settings: "palt" on;
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 3.077vw;
  }

  .index .index_childcare .text_area .inner dl dd ul {
    width: 74.103vw;
    margin: 0 auto 4.103vw;
  }

  .index .index_childcare .text_area .inner dl dd p {
    text-align: center;
    font-size: 3.846vw;
    font-weight: 500;
  }

  .index .index_childcare .text_area .inner .column {
    margin-bottom: 17.949vw;
  }

  .index .index_childcare .text_area .inner .column.nums {
    display: flex !important;
    margin-bottom: 7.179vw;
    margin-top: 15.385vw;
    width: 78.353vw !important;
  }

  .index .index_childcare .text_area .inner .column div p {
    color: #111;
    text-align: center;
    font-size: 11.538vw;
    font-weight: 600;
    letter-spacing: 0.229vw;
    height: 4.191vw;
    line-height: 1.2;
  }

  .index .index_childcare .text_area .inner .column.nums div {
    border-right: solid 1px #111111;
    border-left: none;
  }

  .index .index_childcare .text_area .inner .column.nums div:last-child {
    border-right: none;
  }

  .index .index_childcare .text_area .inner .column.nums div {
    width: calc(50% - 0.256vw);
    margin: 0;
    height: 13.821vw;
  }

  .index .index_childcare .text_area .inner .column.nums div div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .index .index_childcare .text_area .inner .column.nums div span {
    font-weight: 600;
    font-size: 11.538vw;
  }

  .index .index_childcare .text_area .inner .column.arrows {
    width: 78.353vw !important;
    margin-bottom: 12.821vw;
  }

  .index .index_childcare .text_area .inner .column.arrows div {
    width: calc(50% - 0.256vw);
    margin: 0;
  }

  .index .index_childcare .text_area .inner .column.arrows div div {
    width: 7.154vw;
    margin: 0 auto;
  }

  .index .index_childcare .text_area .inner .results p.title_p {
    text-align: center;
    font-size: 4.359vw;
    margin-bottom: 6.923vw;
    font-weight: 700;
  }

  .index .index_childcare .text_area .inner .results p {
    color: #111;
    font-feature-settings: "palt" on;
    font-size: 3.59vw;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.162vw;
    text-align: center;
    margin-bottom: 7.179vw;
  }

  .index .index_childcare .text_area .inner .results h3 {
    text-align: center;
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 4.103vw;
  }

  .index .index_childcare .text_area .inner .results .inner {
    border-radius: 15.385vw;
    border: 3.077vw solid #e6e6e6;
    padding: 13.333vw 7.701vw;
  }

  .index .index_childcare .text_area .inner .results .inner p.border {
    border: 2px solid #111111;
    font-weight: 600;
    font-size: 3.077vw;
    width: fit-content;
    padding: 0.735vw;
    line-height: 1;
    margin: 0 auto 5.128vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt {
    font-weight: 700;
    font-size: 8.462vw;
    line-height: 1.4;
    font-feature-settings:
      "palt" on,
      "pcap" on;
    margin-bottom: 0.603vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dt.title {
    margin-bottom: 6.923vw;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7.692vw;
    height: auto !important;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust div {
    width: calc(50% - 2.051vw) !important;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust div:nth-child(-n/**/+2) {
    margin-bottom: 3.59vw !important;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust p {
    text-align: center;
    font-weight: 700;
    font-size: 4.359vw;
    line-height: 130%;
    font-feature-settings:
      "palt" on,
      "pcap" on;
  }

  .index .index_childcare .text_area .inner .results dl dd h4 {
    font-size: 4.359vw;
    font-weight: 700;
    margin: 0 0 3.615vw;
    line-height: 1.8;
    font-feature-settings: "palt" on;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd p {
    font-weight: 400;
    font-size: 3.333vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    text-align: left;
    margin-bottom: 8.205vw;
  }

  .index .index_childcare .text_area .inner .results dl dd h4.en {
    font-size: 3.59vw;
    font-weight: 700;
    margin: 0 0 4.615vw;
    line-height: 1.8;
    font-feature-settings: "palt" on;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd p.en {
    font-weight: 400;
    font-size: 3.077vw;
    line-height: 190%;
    font-feature-settings: "palt" on;
    text-align: left;
    margin-bottom: 0;
  }

  .index .index_childcare .text_area .inner .results .inner dl dd .illust div {
    width: calc(50% - 2.564vw);
    margin: 0 !important;
    height: 29.231vw !important;
  }

  .index .index_about_group .bg_seiwagyougaku {
    overflow: hidden;
    width: 100%;
    height: 26.154vw;
  }

  .index .index_about_group .bg_seiwagyougaku img {
    width: 100%;
    height: auto;
  }

  .index .index_about_group .bg_seiwagyougaku_child > div {
    width: 495.385vw;
    margin: 0px 5.128vw;
  }

  .index .index_about_group .inner {
    width: 84.615vw;
    max-width: unset;
    margin: 0 auto;
  }

  .index .index_about_group .inner .title_area {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 23.077vw;
  }

  .index .index_about_group .inner .title_area .illust01 {
    width: 22.051vw;
    height: 25.128vw;
    position: absolute;
    top: auto;
    left: -4.128vw;
    bottom: -18.974vw;
  }

  .index .index_about_group .inner .title_area .illust02 {
    width: 25.128vw;
    height: 34.872vw;
    position: absolute;
    top: auto;
    right: -2.564vw;
    bottom: -20.513vw;
  }

  .index .index_about_group .inner .title_area h1 {
    position: unset;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 6.667vw;
    line-height: 150%;
    font-feature-settings:
      "palt" on,
      "pcap" on,
      "vert" on;
    text-align: left;
    margin: 17.949vw auto 7.692vw;
  }

  .index .index_about_group .inner .title_area p {
    position: unset;
    font-weight: 600;
    font-size: 3.59vw;
    line-height: 170%;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 10.256vw;
  }

  .index .index_about_group .inner .title_area .image {
    position: unset;
    width: 100%;
  }

  .index .index_about_group .inner .title_area .image img {
    width: 100%;
    height: auto;
    border-radius: 5.128vw;
  }

  .index .index_about_group .inner .text_area {
    margin-bottom: 10.256vw;
    width: 100%;
  }

  .index .index_about_group .inner .text_area p {
    font-weight: 700;
    font-size: 3.333vw !important;
    line-height: 190%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
  }

  .index .index_about_group .inner .text_area p:last-child {
    font-size: 3.077vw !important;
    line-height: 190%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" on;
  }

  .index .index_about_group .inner .text_area p:first-child {
    margin-bottom: 7.692vw;
  }
}

@keyframes bg_seiwagyougaku_first {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes bg_seiwagyougaku_second {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 768px) {
  @keyframes bg_seiwagyougaku_first {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @keyframes bg_seiwagyougaku_second {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
}

/* ========================================
   INDEX ABOUT PROJECT - CONTENTS INNER
======================================== */

.index .index_about_project .contents_inner {
  width: 83.027vw;
  max-width: 1130px;
  padding: 95px 70px 80px;
  border: 1px solid #111;
  border-radius: 20px;
  background: #fff;
}

.index .index_about_project .about_project_intro {
  position: relative;
  padding-bottom: 75px;
}

.index .index_about_project .about_project_intro::after {
  content: "";
  position: absolute;
  left: -70px;
  right: -70px;
  bottom: 0;
  border-bottom: 1px solid #111;
}

.index .index_about_project .about_project_intro_illust {
  width: 680px;
  margin-top: 30px;
  margin-bottom: 55px;
  margin-left: 30px;
}

.index .index_about_project .about_project_intro_illust img {
  width: 100%;
  height: auto;
}

.index .index_about_project .about_project_intro h1 {
  position: absolute;
  top: 0;
  right: 30px;
  writing-mode: vertical-rl;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: -30px;
  margin-bottom: 0 !important;
}

.index .index_about_project .about_project_intro_text {
  display: flex;
  gap: 106px;
}

.index .index_about_project .about_project_intro_text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin: 0;
  font-feature-settings: "palt" on;
}

.index .index_about_project .about_project_intro_text .text {
  flex: 1;
}

.index .index_about_project .about_project_intro_text .text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  font-feature-settings: "palt" on;
  text-align: justify;
}

.index .index_about_project .about_project_intro_text .text p:last-child {
  margin-bottom: 0;
}

.index .index_about_project .about_project_relation {
  padding: 70px 0;
  text-align: center;
}

.index .index_about_project .about_project_relation h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  font-feature-settings: "palt" on;
}

.index .index_about_project .about_project_diagram {
}

.index .index_about_project .about_project_diagram img {
  width: 100%;
  height: auto;
}

.index .index_about_project .about_project_diagram img.to_pc {
  display: block;
}

.index .index_about_project .about_project_diagram img.to_sp {
  display: none;
}

.about_project_divider {
  width: 100%;
}

.about_project_divider svg {
  width: 100%;
  height: auto;
}

.index .index_about_project .about_project_security {
  padding-top: 70px;
  text-align: center;
}

.index .index_about_project .about_project_security h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}

.index .index_about_project .about_project_security .lead {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}

.index .index_about_project .about_project_security_list {
  gap: 30px;
  width: fit-content;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 240px);
  column-gap: 30px;
}

.index .index_about_project .about_project_security_item {
  text-align: center;
}

.index .index_about_project .about_project_security_item h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 4px;
}

.index .index_about_project .about_project_security_item p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

.index .index_about_project .about_project_security_illust {
  width: 220px;
  height: 170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .index_about_project .about_project_security_illust img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.index
  .index_about_project
  .about_project_security_item:nth-child(1)
  .about_project_security_illust
  img {
  max-width: 210px;
}

.index
  .index_about_project
  .about_project_security_item:nth-child(2)
  .about_project_security_illust
  img {
  max-width: 165px;
}

.index
  .index_about_project
  .about_project_security_item:nth-child(3)
  .about_project_security_illust
  img {
  max-width: 220px;
}

.index .index_about_project .about_project_soil {
  width: 920px;
  margin: 0 auto;
  padding: 55px 100px;
  border: 15px solid #e6e6e6;
  border-radius: 60px;
  text-align: center;
}

.index .index_about_project .about_project_soil h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.index .index_about_project .about_project_soil > p {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 45px;
}

.index .index_about_project .soil_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}

.index .index_about_project .soil_item {
  text-align: center;
}

.index .index_about_project .soil_column h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.index .index_about_project .soil_column .catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.index .index_about_project .soil_column p:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0;
  font-feature-settings: "palt" on;
}

/* ========================================
   INDEX ABOUT PROJECT - SP
======================================== */
@media only screen and (max-width: 768px) {
  .index .index_block02.index_about_project {
    padding: 21.795vw 0 17.949vw;
    overflow: hidden;
  }

  .index .index_about_project .contents_inner {
    position: relative;
    z-index: 1;
    width: 83.59vw;
    max-width: none;
    margin: 0 auto;
    padding: 9.744vw 5.897vw 8.205vw;
    border: 1px solid #111;
    border-radius: 4.103vw;
    background: #fff;
  }

  .index .index_about_project .about_project_intro {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10.256vw;
    border-bottom: 0;
  }

  .index .index_about_project .about_project_intro::after {
    content: "";
    position: absolute;
    left: -6.103vw;
    right: -6.103vw;
    bottom: 0;
    border-bottom: 1px solid #111;
  }

  .index .index_about_project .about_project_intro_illust {
    order: 2;
    width: 74.359vw;
    margin: 8.205vw auto;
  }

  .index .index_about_project .about_project_intro_illust img {
    display: block;
    width: 100%;
    height: auto;
  }

  .index .index_about_project .about_project_intro h1 {
    order: 1;
    position: static;
    writing-mode: vertical-rl;
    margin: 0 auto 2.205vw !important;
    font-size: 6.667vw;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .index .index_about_project .about_project_intro_text {
    order: 3;
    display: block;
  }

  .index .index_about_project .about_project_intro_text h2 {
    margin: 0 0 7.692vw;
    font-size: 4.615vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .index .index_about_project .about_project_intro_text .text {
    width: 100%;
  }

  .index .index_about_project .about_project_intro_text .text p {
    margin-bottom: 5.897vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_intro_text .text p:last-child {
    margin-bottom: 0;
  }

  .index .index_about_project .about_project_relation {
    padding: 9.744vw 0 0;
    text-align: center;
    border-bottom: 0;
  }

  .index .index_about_project .about_project_relation h2 {
    margin-bottom: 4.692vw;
    font-size: 4.315vw;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_diagram {
    margin: 0 auto;
    margin-left: -5.897vw;
    margin-right: -5.897vw;
  }

  .index .index_about_project .about_project_diagram img {
    display: block;
    width: 100%;
    height: auto;
  }

  .index .index_about_project .about_project_diagram img.to_pc {
    display: none;
  }

  .index .index_about_project .about_project_diagram img.to_sp {
    display: block;
  }

  .index .index_about_project .about_project_divider {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .index .index_about_project .about_project_divider {
    width: 100%;
    margin: 8vw auto;
  }

  .index .index_about_project .about_project_divider svg.to_sp {
    width: 100%;
  }

  .index .index_about_project .about_project_security {
    padding-top: 3.744vw;
    text-align: center;
  }

  .index .index_about_project .about_project_security h2 {
    margin-bottom: 5.128vw;
    font-size: 4.315vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_security .lead {
    margin-bottom: 8.205vw;
    font-size: 3.133vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" on;
  }

  .index .index_about_project .about_project_security_list {
    display: block;
    margin: 0 auto 10.256vw;
  }

  .index .index_about_project .about_project_security_item {
    width: 100%;
    margin-bottom: 10.256vw;
    text-align: center;
  }

  .index .index_about_project .about_project_security_item:last-child {
    margin-bottom: 0;
  }

  .index .index_about_project .about_project_security_item h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 8.718vw;
    padding: 0 3.59vw;
    border: 1px solid #111;
    font-size: 4.103vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4.103vw;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .index .index_about_project .about_project_security_item p {
    margin-bottom: 4.692vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_security_illust {
    width: 48.718vw;
    height: 44.897vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index .index_about_project .about_project_security_illust img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .index
    .index_about_project
    .about_project_security_item:nth-child(1)
    .about_project_security_illust
    img {
    max-width: 48.718vw;
  }

  .index
    .index_about_project
    .about_project_security_item:nth-child(2)
    .about_project_security_illust
    img {
    max-width: 39.744vw;
  }

  .index
    .index_about_project
    .about_project_security_item:nth-child(3)
    .about_project_security_illust
    img {
    max-width: 48.718vw;
  }

  .index .index_about_project .about_project_soil {
    width: 100%;
    margin: 0 auto;
    padding: 8.205vw 6.154vw;
    border: 2.564vw solid #e6e6e6;
    border-radius: 10.256vw;
    text-align: center;
  }

  .index .index_about_project .about_project_soil h2 {
    margin-bottom: 5.128vw;
    font-size: 4.615vw;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .about_project_soil > p {
    margin-bottom: 7.692vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
    font-feature-settings: "palt" on;
  }

  .index .index_about_project .soil_column {
    display: block;
  }

  .index .index_about_project .soil_item {
    margin-bottom: 7.692vw;
    text-align: center;
  }

  .index .index_about_project .soil_item:last-child {
    margin-bottom: 0;
  }

  .index .index_about_project .soil_column h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 8.718vw;
    padding: 0 3.59vw;
    border: 1px solid #111;
    font-size: 4.103vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3.59vw;
  }

  .index .index_about_project .soil_column .catch {
    margin-bottom: 3.09vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .index .index_about_project .soil_column p:last-child {
    margin: 0;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

/* ========================================
   PC NARROW WIDTH ADJUSTMENT
   769px〜1359pxでPCレイアウトが破綻しないよう固定幅を補正
======================================== */
@media only screen and (min-width: 769px) and (max-width: 1359px) {
  .index {
    overflow: hidden;
  }

  .index .index_block02,
  .index .index_block03,
  .index .index_block04 {
    overflow: hidden;
  }

  .index .index_about_project .contents_inner {
    width: min(90vw, 1130px);
    max-width: 1130px;
    padding: clamp(56px, 6.99vw, 95px) clamp(36px, 5.15vw, 70px)
      clamp(52px, 5.88vw, 80px);
  }

  .index .index_about_project .about_project_intro::after {
    left: clamp(-70px, -5.15vw, -36px);
    right: clamp(-70px, -5.15vw, -36px);
  }

  .index .index_about_project .about_project_intro_illust {
    width: min(58vw, 680px);
    margin-left: clamp(0px, 2.21vw, 30px);
    margin-top: clamp(18px, 2.21vw, 30px);
    margin-bottom: clamp(32px, 4.04vw, 55px);
  }

  .index .index_about_project .about_project_intro h1 {
    right: clamp(0px, 2.21vw, 30px);
    font-size: clamp(30px, 3.24vw, 44px);
  }

  .index .index_about_project .about_project_intro_text {
    gap: clamp(48px, 7.79vw, 106px);
  }

  .index .index_about_project .about_project_intro_text h2 {
    flex: 0 0 auto;
    font-size: clamp(22px, 2.06vw, 28px);
  }

  .index .index_about_project .about_project_intro_text .text p {
    font-size: clamp(14px, 1.18vw, 16px);
  }

  .index .index_about_project .about_project_relation h2,
  .index .index_about_project .about_project_security h2,
  .index .index_about_project .about_project_soil h2 {
    font-size: clamp(26px, 2.5vw, 34px);
  }

  .index .index_about_project .about_project_security_list {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(18px, 2.21vw, 30px);
  }

  .index .index_about_project .about_project_security_illust {
    width: min(100%, 220px);
  }

  .index .index_about_project .about_project_soil {
    width: 100%;
    max-width: 920px;
    padding: clamp(36px, 4.04vw, 55px) clamp(48px, 7.35vw, 100px);
  }

  .index .index_about_project .soil_column {
    gap: clamp(32px, 4.04vw, 55px);
  }

  .index .index_childcare .title_area {
    width: min(90vw, 1130px);
    max-width: 1130px;
  }

  .index .index_childcare .text_area .inner {
    width: min(90vw, 940px);
    max-width: 940px;
  }

  .index .index_childcare .text_area .inner .column,
  .index .index_childcare .text_area .inner .column.nums {
    width: min(82vw, 780px) !important;
  }

  .index .index_childcare .text_area .inner dl dd.bg_circle {
    width: min(90vw, 940px) !important;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .index .index_childcare .text_area .inner .results .inner {
    width: 100%;
    padding-left: clamp(56px, 8.2vw, 155px);
    padding-right: clamp(56px, 8.2vw, 155px);
  }

  .index .index_about_group .inner {
    width: min(86vw, 760px);
    max-width: 760px;
  }

  .index .index_about_group .inner .title_area {
    width: min(86vw, 760px);
    height: clamp(360px, 35.59vw, 484px);
  }

  .index .index_about_group .inner .title_area h1 {
    font-size: clamp(30px, 3.24vw, 44px);
  }

  .index .index_about_group .inner .title_area .image {
    width: clamp(420px, 47.79vw, 650px);
    left: clamp(250px, 24.27vw, 330px);
  }

  .index .index_about_group .inner .title_area .illust01 {
    left: clamp(-150px, -13.31vw, -90px);
  }

  .index .index_about_group .inner .title_area .illust02 {
    right: clamp(-150px, -12.72vw, -90px);
  }

  .index .index_about_group .inner .text_area {
    width: min(74vw, 740px);
    max-width: 740px;
  }

  .index .index_topics,
  .index .block_info.facilities,
  .index .tour {
  }

  .index .index_topics .topic dl {
    gap: clamp(14px, 1.76vw, 24px);
  }

  .index .index_topics .topic dl dt {
    width: min(15.47vw, 210px);
    margin-right: 0;
  }

  .index .index_topics .topic dl dd {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .index .tour .column div a .image {
    height: clamp(150px, 14.7vw, 200px);
  }

  .index .btn_links .column {
    width: min(84vw, 840px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .index .index_about_project .about_project_intro_text {
    gap: 40px;
  }

  .index .index_about_project .about_project_security_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .index .index_about_project .about_project_security_item h3,
  .index .index_about_project .soil_column h3 {
    font-size: 14px;
  }

  .index .index_about_project .about_project_security_item p,
  .index .index_about_project .about_project_security .lead,
  .index .index_about_project .about_project_soil > p,
  .index .index_about_project .soil_column p:last-child {
    font-size: 13px;
  }

  .index .index_about_group .inner .title_area .image {
    left: 32vw;
    width: 54vw;
  }

  .index .index_about_group .inner .title_area .illust01,
  .index .index_about_group .inner .title_area .illust02 {
    display: none;
  }
}

/* ========================================
   TOP DECORATIVE SVG PATHS - SP FINAL
   Figmaの390px幅を基準に、各SVGの縦横比を維持して配置
======================================== */
@media only screen and (max-width: 768px) {
  /*
   * 共通
   * SVGをセクション高いっぱいに引き伸ばさず、
   * FigmaのviewBox比率のまま画面幅へ合わせる。
   */
  .index .shape_bg.to_sp {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: none;
  }

  .index .shape_bg.to_sp > div {
    position: absolute;
    inset: auto;
    left: 0;
    width: 100vw;
    height: auto;
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;
  }

  .index .shape_bg.to_sp svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    overflow: visible;
  }

  /* ----------------------------------------
     index_mv
  ---------------------------------------- */
  .index .index_block01 .shape_bg.to_sp {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: none;
  }

  .index .index_block01 .shape_bg.to_sp > div {
    position: absolute;
    width: 100vw;
    height: auto;
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;
  }

  .index .index_block01 .shape_bg.to_sp svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    overflow: visible;
  }

  .index .index_block01 .shape_bg.to_sp .shape_blue {
    top: 0;
    left: 0;
    aspect-ratio: 390 / 758;
    z-index: 1;
    animation: index_block01_anm_shapeblue 6s infinite;
  }

  .index .index_block01 .shape_bg.to_sp .shape_green {
    top: 0;
    left: 0;
    aspect-ratio: 390 / 828;
    z-index: 2;
    animation: index_block01_anm_shapegreen 5s infinite;
  }

  .index .index_block01 .shape_bg.to_sp .shape_red {
    top: 50vw;
    left: 0;
    aspect-ratio: 390 / 613;
    z-index: 3;
    animation: index_block01_anm_shapered 7s infinite;
  }

  .index .index_block01 .shape_bg.to_sp .shape_yellow {
    top: 12vw;
    left: 0;
    aspect-ratio: 390 / 998;
    z-index: 4;
    animation: index_block01_anm_shapeyellow 8s infinite;
  }

  /* ----------------------------------------
     index_about_project
  ---------------------------------------- */
  .index .index_block02 .shape_bg.to_sp {
    inset: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
  }

  .index .index_block02 .shape_bg.to_sp .shape_yellow {
    top: -6vw;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    aspect-ratio: 390 / 932;
    z-index: 1;
    animation: index_block02_anm_shapeyellow 8s infinite;
  }

  .index .index_block02 .shape_bg.to_sp .shape_red {
    top: 40vw;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    aspect-ratio: 390 / 609;
    opacity: 1;
    z-index: 2;
    animation: index_block02_anm_shapered 8s infinite;
  }

  .index .index_block02 .shape_bg.to_sp .shape_green {
    top: 48vw;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    aspect-ratio: 390 / 887;
    z-index: 3;
    animation: index_block02_anm_shapegreen 5s infinite;
  }

  .index .index_block02 .shape_bg.to_sp .shape_blue {
    top: 70vw;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    aspect-ratio: 390 / 964;
    z-index: 4;
    animation: index_block02_anm_shapeblue 6s infinite;
  }

  /* ----------------------------------------
     index_about_group
  ---------------------------------------- */
  .index .index_block04 .shape_bg.to_sp {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: 83.077vw;
    margin-left: 0;
    overflow: hidden;
  }

  .index .index_block04 .shape_bg.to_sp .shape_blue {
    top: 3vw;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    aspect-ratio: 390 / 324;
    z-index: 1;
    animation: index_block04_anm_shapeblue_sp 6s infinite;
  }

  .index .index_block04 .shape_bg.to_sp .shape_green {
    top: 3vw;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    aspect-ratio: 390 / 290;
    z-index: 2;
    animation: index_block04_anm_shapegreen_sp 5s infinite;
  }
}

/* ========================================
   INDEX ABOUT PROJECT - SP FIGMA FINAL
   390px幅のFigma SVGをvw換算して比率を維持
======================================== */
@media only screen and (max-width: 768px) {
  .index .index_block02.index_about_project {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  .index .index_block02.index_about_project > :not(.shape_bg) {
    position: relative;
    z-index: 1;
  }

  .index .index_block02 .shape_bg.to_sp {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: none;
  }

  .index .index_block02 .shape_bg.to_sp > div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: auto;
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;
  }

  .index .index_block02 .shape_bg.to_sp svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    overflow: visible;
  }

  /*
   * 各SVG内のパス座標に配置情報が含まれているため、
   * ラッパーはすべて同じ左上基準で重ねる。
   */
  .index .index_block02 .shape_bg.to_sp .shape_yellow {
    width: 100vw;
    aspect-ratio: 390 / 932;
    z-index: 1;
    animation: index_block02_anm_shapeyellow 8s infinite;
  }

  .index .index_block02 .shape_bg.to_sp .shape_red {
    width: 100vw;
    aspect-ratio: 390 / 609;
    opacity: 1;
    z-index: 2;
    animation: index_block02_anm_shapered 8s infinite;
  }

  .index .index_block02 .shape_bg.to_sp .shape_green {
    width: 100vw;
    aspect-ratio: 390 / 887;
    z-index: 3;
    animation: index_block02_anm_shapegreen 5s infinite;
  }

  .index .index_block02 .shape_bg.to_sp .shape_blue {
    width: 100vw;
    aspect-ratio: 390 / 964;
    z-index: 4;
    animation: index_block02_anm_shapeblue 6s infinite;
  }
}

/* ========================================
   INDEX ABOUT GROUP - SP FIGMA FINAL
   390px幅のFigma SVGをvw換算して比率を維持
======================================== */
@media only screen and (max-width: 768px) {
  .index .index_block04.index_about_group {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  .index .index_block04.index_about_group > :not(.shape_bg) {
    position: relative;
    z-index: 1;
  }

  .index .index_block04 .shape_bg.to_sp {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 83.077vw; /* 324 / 390 */
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: none;
  }

  .index .index_block04 .shape_bg.to_sp > div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: auto;
    transform-origin: center;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;
  }

  .index .index_block04 .shape_bg.to_sp svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    overflow: visible;
  }

  .index .index_block04 .shape_bg.to_sp .shape_blue {
    width: 100vw;
    aspect-ratio: 390 / 324;
    z-index: 1;
    animation: index_block04_anm_shapeblue_sp 6s infinite;
  }

  .index .index_block04 .shape_bg.to_sp .shape_green {
    width: 100vw;
    aspect-ratio: 390 / 290;
    z-index: 2;
    animation: index_block04_anm_shapegreen_sp 5s infinite;
  }
}

/* ========================================
   LANGUAGE-SPECIFIC IMAGE SWITCHING
   TranslatePress language class is added to <body> in header.php.
======================================== */
body.lang-ja .index .index_about_project .about_project_diagram img.image-en,
body.lang-en .index .index_about_project .about_project_diagram img.image-ja {
  display: none !important;
}
