.top_area{
    padding-top: 120px;  
  }
  .top_ttl_area{
    margin-top: 60px;
    text-align: center;
  }
  .top_sub_ttl{
    padding-bottom: 5px;
    font-size: 15px;
    border-bottom: 1px solid var(--border);
    width: fit-content;
    margin: 0 auto;
    font-family:var(--font_en_ttl);
    font-weight: normal;
  }
  .top_ttl{
    margin-top: 20px;
      text-align: center;
      font-family: var(--font_jp_ttl);
      font-size: 15px;


      line-height: 150%;
      height: 100%;
      font-weight: 400;
  }
  .top_img{
      height:37vh;
      width: 100%;
      min-height: 300px;
      object-fit: cover;
  }
  .top_img img{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  .content_txtarea{
      width: 85%;
      margin: 0 auto;
      margin-top: 60px;
      height: 100%;
  }
  .content_subttl{
      font-family:var(--font_en_ttl);

      font-size: 12px;
      font-weight: 400;
      padding-bottom: 5px;
      width: fit-content;
      border-bottom: 1px solid var(--border);
  }
  .content_ttl{
      font-family: var(--font_jp_ttl);
      font-weight: 400;
      line-height: 170%;
      font-size: 16px;
      margin-top: 20px;
      color: #484646;
  }
  .content_txt{
      font-family: var(--font_jp_txt);
      margin-top: 20px;
      font-weight: 300;
      font-size: 12px;
      line-height: 170%;
      color: #484646;
  }
  .content_txt.en{
    line-height: 170%;
  }
  .content_img{
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
  }
  @media screen and (min-width:768px){
    .content_txt{
        font-size: 14px;
        margin-top: 30px;
    }
    .content_block{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .top_ttl_area{
        margin-top: 100px;
        text-align: center;
      }
      .top_sub_ttl{
        padding-bottom: 5px;
        border-bottom: 1px solid var(--border);
        width: fit-content;
        margin: 0 auto;
        font-family:var(--font_en_ttl);
        font-weight: normal;
        font-size: 18px;
      }
    .top_ttl{
        text-align-last: center;
        font-size:20px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .content_txtarea {
        width: 85%;
        margin: 0 auto;
        margin-top: 100px;
    }
    .top_img{
        margin-top: 0;
        max-height: 700px;
        height: 50vh;
        min-height: 450px;
    }
    .content_subttl{
        font-size: 14px;
    }
    .content_ttl{
        font-size: 18px;
        margin-top: 30px;
    }
    .content_img{
        margin-top: 40px;
    }
}
@media screen and (min-width:1024px){
    .top_area {
        padding-top: 100px;
    }
    .top_ttl_area{
        margin-top: 120px;
    }
    .content_img{
        margin-top: 0;
    }
    .top_ttl {
        font-size: 28px;
    }
    .content_area{
        max-width: 1366px;
        margin: 0 auto;
        margin-top: 120px;
    }

    .top_img {
        min-height: 650px;
        max-height: 1080px;
        height: calc(70vh - 100px);
        margin-top: 0;
    }
    .content_block{
        max-width: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin: 0 auto;
        max-width: 1366px;
    }
    .content_img{
        aspect-ratio: 1/1;
        width: 100%;
        object-fit: cover;
        height: 100%;
        position: relative; /* 基準位置とする */
        overflow: hidden;
    }
    .content_img img{
        position: absolute; /* 相対位置とする */
        top: 50%;           /* 上から50%の位置 */
        left: 50%;          /* 左から50%の位置 */
        transform: translate(-50%, -50%); /* 画像のサイズの半分だけ位置を戻す */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content_txtarea{
        margin-top: 0px;
        width: 70%;
    }
    .odd .content_txtarea{
        order: 1;
        height: auto;
    }
    .odd .content_wrap_img {
        order: 2;
    }
    .content_wrap_first{
        margin-top: 120px;
    }
    .top_ttl{
        font-size:1.6vw;

    }
    .top_sub_ttl{
        font-size: 1.7647vw;

    }
    .content_subttl{
        font-size:1.17vw;
    }
    .content_ttl{
        font-size: 1.47vw;

    }
    .content_txt{
        line-height: 200%;
        font-size: 1.03vw;
    }
    .content_txtarea{
        height: auto;
        margin-top: 40px;
    }
}

@media screen and (min-width:1360px){
    .top_ttl{
        font-size: 24px;
    }
    .top_sub_ttl{
        font-size: 24px;
    }
    .content_subttl{
        font-size: 16px;
    }
    .content_ttl{
        font-size: 20px;
    }
    .content_txt{
        font-size: 14px;
    }
}