.main_wrap {
    height: auto;
  }
  
  .toppage_section {
    height: 700px;
    display: flex;
    padding: 0 10%;
  }
  @media screen and (max-width: 768px) {
    .toppage_section {
      margin-top: 10vh;
      height: fit-content;
      display: block;
      padding: 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .toppage_section {
      margin-top: 10vh;
      height: fit-content;
      display: block;
      padding: 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_2,
    .section_3,
    .section_4 {
      margin-top: 0;
    }
  }
  
  .section_top_l {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .section_top_l {
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_l {
      width: 100%;
    }
  }
  
  .section_top_l_titl {
    font-size: 40px;
    margin-top: 147px;
    color: #08062b;
  }
  @media screen and (max-width: 768px) {
    .section_top_l_titl {
      font-size: 7vw;
      margin-top: 5vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_l_titl {
      font-size: 7vw;
      margin-top: 5vh;
      text-align: center;
    }
  }
  
  .section_top_l_desc {
    font-size: 25px;
    margin-top: 63px;
    color: #08062b;
    font-weight: 600;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .section_top_l_desc {
      font-size: 5vw;
      margin-top: 3vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_l_desc {
      font-size: 5vw;
      margin-top: 3vh;
    }
  }
  
  .section_top_l_button {
    height: 70px;
    width: 250px;
    border-radius: 5px;
    margin-top: 56px;
    background-color: #2d9bf0;
    font-size: 23px;
    font-weight: 500;
    color: white;
    border: none;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .section_top_l_button {
      font-size: 5vw;
      margin-top: 3vh;
      height: 8vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_l_button {
      font-size: 5vw;
      margin-top: 3vh;
      height: 8vh;
      width: 400px;
    }
  }
  .section_top_l_button:hover {
    background-color: rgb(0, 153, 221, 0.7);
  }
  .section_top_l_link {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
    color: #08062b;
    border-bottom: 1px solid;
    transition-duration: 0.3s;
  }
  @media screen and (max-width: 768px) {
    .section_top_l_link {
      font-size: 4vw;
      margin-top: 3vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_l_link {
      font-size: 4vw;
      margin-top: 3vh;
    }
  }
  .section_top_l_link:hover {
    color: #2d9bf0;
  }
  .section_top_r {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .section_top_r {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_r {
      width: 100%;
      height: auto;
    }
  }
  .top_section_img {
    max-height: 90%;
    max-width: 100%;
  }
  @media screen and (max-width: 768px) {
    .top_section_img {
      height: auto;
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .top_section_img {
      height: auto;
      width: 100%;
    }
  }
  .section_2 {
    background-color: #d3eff0;
  }
  
  .section2_top_l_titl {
    font-size: 40px;
    margin-top: calc(700px * 0.12);
    color: #08062b;
  }
  @media screen and (max-width: 768px) {
    .section2_top_l_titl {
      font-size: 6vw;
      margin-top: 5vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section2_top_l_titl {
      font-size: 6vw;
      margin-top: 5vh;
    }
  }
  .section2_list {
    max-width: 70%;
  }
  
  .section2_listitem {
    font-size: 25px;
    margin-top: 35px;
    font-weight: 500;
    color: #08062b;
  }
  @media screen and (max-width: 768px) {
    .section2_listitem {
      font-size: 4vw;
      margin-top: 2vh;
      font-weight: 700;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section2_listitem {
      font-size: 4vw;
      margin-top: 2vh;
      font-weight: 700;
    }
  }
  .section2_listitem h4 {
    font-weight: 600;
  }
  .top2_section_img {
    max-height: 60%;
    max-width: 100%;
  }
  @media screen and (max-width: 768px) {
    .top2_section_img {
      height: auto;
      width: 60%;
      margin: 7vh 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .top2_section_img {
      height: auto;
      width: 80%;
    }
  }
  .section_top_l3 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-left: 4%; */
  }
  @media screen and (max-width: 768px) {
    .section_top_l3 {
      height: auto;
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_top_l3 {
      height: auto;
      width: 100%;
    }
  }
  .section3_top_lcontent {
    max-width: 77%;
  }
  .section3_top_l_titl {
    font-size: 40px;
    margin-top: calc(700px * 0.12);
    color: #08062b;
    display: inline-block;
  }
  @media screen and (max-width: 768px) {
    .section3_top_l_titl {
      font-size: 7vw;
      margin-top: 5vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section3_top_l_titl {
      font-size: 5vw;
    }
  }
  .section3_list {
  }
  @media screen and (max-width: 768px) {
    .section3_list {
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section3_list {
      width: 100%;
    }
  }
  
  .section3_listitem {
    font-size: 25px;
    margin-top: 35px;
    font-weight: 500;
    color: #08062b;
    list-style: none;
  }
  @media screen and (max-width: 768px) {
    .section3_listitem {
      font-size: 4vw;
      margin-top: 2vh;
      font-weight: 700;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section3_listitem {
      font-size: 4vw;
      margin-top: 2vh;
      font-weight: 700;
    }
  }
  
  .section3_button {
    height: 70px;
    width: 250px;
    border-radius: 5px;
    background-color: #2d9bf0;
    font-size: 23px;
    font-weight: 500;
    color: white;
    border: none;
    transition-duration: 0.3s;
    cursor: pointer;
    margin-top: calc(700px * 0.06);
  }
  @media screen and (max-width: 768px) {
    .section3_button {
      margin: 0 auto;
      font-size: 5vw;
      margin-top: 3vh;
      height: 8vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section3_button {
      margin: 0 auto;
      margin-top: 3vh;
      width: 400px;
      font-size: 4vw;
    }
  }
  .section3_button:hover {
    background-color: rgb(0, 153, 221, 0.7);
  }
  
  .top3_section_img {
    max-height: 50%;
    max-width: 100%;
  }
  @media screen and (max-width: 768px) {
    .top3_section_img {
      height: auto;
      width: 60%;
      margin: 7vh 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .top3_section_img {
      height: auto;
      width: 60%;
      margin: 7vh 0;
    }
  }
  
  .section4_card {
    height: 83%;
    aspect-ratio: 1 / 1.54;
    margin: auto 15px;
    border-radius: 20px;
    position: relative;
    background-color: white;
  }
  @media screen and (max-width: 768px) {
    .section4_card {
      height: auto;
      width: 90%;
      aspect-ratio: 1 / 1.15;
      margin-top: 20px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_card {
        aspect-ratio: 1 / 1;
        margin: 40px 3%;
    }
  }
  .section4_figure {
    position: absolute;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 95%;
    width: 90%;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figure {
      /* display: flex;
      width: 90%;
      aspect-ratio: 1 / 1;
      margin-top: 20px; */
    }
  }
  .section4_figimg_wrap {
    height: 45%;
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .section4_figimg {
    position: absolute;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
  }
  .section4_figc {
    height: 35%;
    width: 100%;
  }
  .section4_figtitle {
    font-size: 20px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    margin-top: 7%;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figtitle {
        font-size: 40px;
    }
  }
  .section4_figspan {
    display: block;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
    letter-spacing: 0.13em;
    line-height: 25px;
  }
  @media screen and (max-width: 768px) {
    .section4_figspan {
      font-size: 4vw;
      line-height: 5vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figspan {
      font-size: 4vw;
      line-height: 5vw;
    }
  }
  .section4_figspan_en {
    display: block;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
    letter-spacing: 0.1em;
    line-height: 25px;
  }
  @media screen and (max-width: 768px) {
    .section4_figspan_en {
      font-size: 4vw;
      line-height: 5vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figspan_en {
      font-size: 4vw;
      line-height: 5vw;
    }
  }
  .section4_figbutton {
    display: block;
    height: 60px;
    width: 250px;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #2d9bf0;
    border-radius: 5px;
    border: none;
    color: white;
    width: 65%;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  @media screen and (max-width: 768px) {
    .section4_figbutton {
      height: 7vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figbutton {
      height: 7vh;
      font-size: 40px;
    }
  }
  .section4_figbutton:hover {
    background-color: rgb(0, 153, 221, 0.7);
  }
  .section_4 {
    background-color: #d3eff0;
    justify-content: center;
    padding: 0;
  }
  @media screen and (max-width: 768px) {
    .section_4 {
      padding: 0;
      padding-bottom: 20px;
      display: flex;
      /* justify-content: center; */
      align-items: center;
      flex-direction: column;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_4 {
      /* height: fit-content; */
      padding: 40px 0;
    }
  }
  .section4_figbutton_wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    width: 85%;
  }
  @media screen and (max-width: 768px) {
    .section4_figbutton_wrap {
      height: 7vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figbutton_wrap {
      height: 7vh;
    }
  }
  .section4_figbutton1 {
    height: 100%;
    width: 45%;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    color: white;
    cursor: pointer;
    background-color: #ee4626;
    transition-duration: 0.3s;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figbutton1 {
        font-size: 40px;
    }
  }
  .section4_figbutton1:hover {
    background-color: rgb(238, 70, 38, 0.7);
  }
  .section4_figbutton2 {
    height: 100%;
    width: 45%;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    color: white;
    cursor: pointer;
    background-color: #f9c515;
    transition-duration: 0.3s;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section4_figbutton2 {
        font-size: 40px;
    }
  }
  .section4_figbutton2:hover {
    background-color: rgb(249, 197, 21, 0.7);
  }