/* CSS Document */

/* --------------------
 *   main
 * -------------------- */

main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding-top: 21.5rem;
}

.index_section01 {
    position: relative;
}

.index_section01 .section_chunk1 {
    position: relative;
}

.index_section01 .section_chunk1 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.index_section01 .section_head {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.index_section01 .section_head h2 {
    margin: 1rem;
}

.index_section01_text1 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 6.5rem;
    font-weight: normal;
    letter-spacing: 0.25rem;
}

.index_section01_text2 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
}

.index_section01 .section_chunk2 {
    position: relative;
}

.index_section01 .section_chunk2 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.index_section01 .section_block2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.index_section01 .section_block2 .global_nav {
    width: 100%;
    padding: 7.2rem 0rem;
}

.index_section01 .section_block2 ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-right: 8rem;
}

.index_section01 .section_block2 li {
    background-color: #ffffff;
    letter-spacing: 0.1rem;
    position: relative;
    width: 24.5rem;
    height: 6rem;
    transition: background 0.3s;
}

.index_section01 .section_block2 li:hover {
    background-color: #c0c0c0;
}

.index_section01 .section_block2 li a {
    color: #000000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
}

.index_section01_text6 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.1rem;
    font-weight: 300;
}

.index_section01_text7 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.1rem;
    font-weight: 300;
}

.index_section01_text8 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.1rem;
    font-weight: 300;
}

.index_section01_text8 .aux1 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.1rem;
    font-weight: normal;
    margin: 0rem 0.8rem;
}

.index_section01_text9 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.1rem;
    font-weight: 300;
}

.index_section01_text10 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.1rem;
    font-weight: 300;
}

.index_section02 {
    position: relative;
}

.index_section02 .section_chunk3 {
    position: relative;
}

.index_section02 .section_chunk3 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.index_section02 .section_block3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.index_section02 .section_block3 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 35rem;
    padding: 0rem 2.5rem 8.8rem;
}

.index_section02 .section_block3 li {
    letter-spacing: 0.1rem;
    position: relative;
}

.index_section02 .section_block3 li a {
    color: #000000;
    text-decoration: none;
    padding-bottom: 0.1rem;
    position: relative;
}

.index_section02 .section_block3 li a::before {
  background: #000000;
  content: '';
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 0.2rem;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.index_section02 .section_block3 li a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

.index_section02_text3 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
}

.index_section02_text4 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
}

.index_section02_text5 {
    color: #000000;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
}

.index_section02 .section_chunk4 {
    position: relative;
}

.index_section02 .section_chunk4 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.index_section02 .section_block4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 10rem;
}

.index_section02_text11 {
    color: #333333;
    font-family: 'Hind', 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}


@media screen and (max-width: 750px) {

    /* --------------------
     *   main
     * -------------------- */

    main {
        height: 100vh;
        padding-top: 17.5rem;
    }

    .index_section01 .section_head {
        align-items: center;
    }

    .index_section01 .section_head h2 {
        margin: 3rem;
    }

    .index_section01_text1 {
        font-size: 5.4rem;
    }

    .index_section01_text2 {
        font-size: 3.1rem;
    }

    .index_section01 .section_block2 ul {
        flex-direction: column;
        flex-wrap: wrap;
        margin-right: 0rem;
    }

    .index_section01 .section_block2 li {
        font-size: 2.8rem;
        margin-bottom: 4.25rem;
    }

    .index_section02 .section_block3 ul {
        width: 40rem;
        padding: 1.5rem 2.5rem 8.8rem;
    }

    .index_section02 .section_block3 li {
        font-size: 3rem;
    }

    .index_section02 .section_block4 {
        height: 19rem;
    }
}

@media screen and (max-width: 750px) and (orientation: landscape) {

}
