.content_area{
    padding-top: 120px;  
  }

.content_main_img{
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: 37vh;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
.content_main_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.content_catchcopy h2{
    font-family: var(--font_en_ttl);
    font-weight: 400;
    height: 100%;
    line-height: 170%;
    font-size: 15px;
    text-align: center;
    color: var(--fcolor);
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--border_txt);
}
.content_catchcopy p{
    height: 100%;
    font-family: var(--font_jp_ttl);
    font-weight: 400;
    line-height: 180%;
    font-size: 15px;
    text-align: center;
    color: var(--fcolor);
    width: fit-content;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 2px;
}
.content_catchcopy.en_ttl{
    line-height: 170%;
}
.content_wrap{
    margin: 0 auto;
    margin-top: 80px;

}

.content_wrap_img{
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
.content_wrap_img img{
    object-fit: cover;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.content_txtarea{
    width: 85%;
    margin: 0 auto;
}
.content_txtarea_ttl{
    font-size: 12px;
    height: 100%;
    font-family: var(--font_en_ttl);
    font-weight: 400;
    color: var(--fcolor);
    
}
.content_txtarea{
    margin-top: 60px;
}
.content_txtarea_txt{
    margin-top: 20px;
    height: 100%;
    font-family: var(--font_jp_txt);
    line-height: 200%;
    font-size: 12px;
    color: var(--fcolor);
}
.content_txtarea_ttl_jp{
    font-size: 16px;
    font-family: var(--font_jp_ttl);
    height: 100%;
    line-height: 180%;
    font-weight: 400;
    letter-spacing: 0.14em;
    color: var(--fcolor);
margin-top: 20px;
}
.content_txtarea_ttl_jp.en{
    line-height: 170%;
}
.content_btn a:hover{
    transition: 0.3s ease-in-out;
    opacity: 0.6;
}
.content_btn{
width: 150px;
height: 40px;
    border: 1px solid var(--border_txt);
    border-radius: 2px;
    margin-top: 30px;
}
.content_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_btn p{
font-size: 10px;
font-family: var(--font_jp_txt);
}
.content_txtarea_ttl{
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border_txt);
}
@media screen and (min-width:768px){
    .content_wrap_img {
        aspect-ratio:unset;
        display: flex;
        width: 100%;
        height: auto;
    }
    .content_btn a p{
        font-size: 12px;
    }
    .content_txtarea_ttl{
        font-size: 14px;
    }
    .content_main_img{
        margin-top: 0px;
        max-height: 700px;
        height: 40vh;
    }
    .content_catchcopy{
        margin: 0 auto;
        max-width: 500px;
    }
    .content_catchcopy h2{
        font-size: 18px;
        margin-top: 100px;
    }
    .content_catchcopy p{
        font-size: 20px;
        width: 100%;
    }
    .content_txtarea_ttl_jp{
        font-size: 18px;
        margin-top: 30px;
    }
}
@media screen and (min-width:1024px){
    .content_ttl{
        font-size: 26px;
    }
    .content_catchcopy h2{
        font-size: 1.7647vw;
        margin-top: 120px;
    }
    .content_main_img{
        min-height: 650px;
        max-height: 1040px;
        height: calc(70vh - 100px);
    }
    .content_area{
        padding-top: 100px;
    }
    .content_catchcopy{
        max-width: 1280px;
        width: 90%;
    }
    .content_wrap{
        max-width: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin: 0 auto;
        max-width: 1366px;
    }
    .content_wrap_img,
    .content_wrap_img img{
        aspect-ratio: unset;
        width: 100%;
        height: 100%;
    }
    .content_wrap_img{
        display:block;
    }
    .content_txtarea{
        margin-top: 0px;
        width: 70%;
    }
    .odd .content_txtarea{
        order: 1;
    }
    .odd .content_wrap_img {
        order: 2;
        display: block;
    }
    .content_wrap_first{
        margin-top: 120px;
    }
    .content_txtarea_ttl{
        font-size: 1.17vw;
    }
    .content_txtarea_txt{
        font-size: 14px;
        margin-top: 40px;
    }
    .position_bottom_course{
        object-position: center -100px;
    }
    .footer_area{
        margin: 0;
    }
    .content_btn{
        margin-top: 40px;
    }
    .content_txtarea_ttl_jp{
        font-size: 1.47vw;
        line-height: 170%;
        margin-top: 40px;
    }
    .content_catchcopy p{
        font-size: 1.6vw;
    }
    .content_btn p{
        font-size: 12px;
    }
}
@media screen and (min-width:1360px){
    .content_catchcopy h2{
        font-size: 24px;
    }
    .top_ttl{
        font-size: 24px;
    }
    .content_txtarea_ttl_jp{
        font-size: 20px;
    }
    .content_catchcopy p {
        font-size: 22px;
    }
    .content_txtarea_ttl{
        font-size: 16px;
    }
}