.content_area{
    padding-top: 180px;  
    margin-bottom: 80px;
  }
  .content_catchcopy{
    width: 85%;
    margin: 0 auto;
  }
  .content_ttl{
    width: 90%;
    margin: 0 auto;
      font-family: var(--font_en_ttl);
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 150%;
      font-weight: 400;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--border);
      color: var(--fcolor);
  }
.content_main_img{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.content_main_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.course_area{
    margin-bottom: 0;
}
.content_catchcopy h2{
    font-family: var(--font_jp_ttl);
    height: 100%;
    font-weight: 400;
    line-height: 170%;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    color: var(--fcolor);
}
.catchcopy_anker{
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
}
.catchcopy_anker::before,
.catchcopy_anker::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.catchcopy_anker::before{
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid var( --border_txt);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.catchcopy_anker::after{
    left: calc(50% - 6px);
    top: calc(50% - 24px);
    width: 12px;
    height: 12px;
    border-top: 1px solid var( --border_txt);
    border-right: 1px solid var(--border_txt);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.content_wrap{
    max-width: 800px;
    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: 90%;
    margin: 0 auto;
}
.content_txtarea_ttl{
    font-size: 14px;
    height: 100%;
    font-family: var(--font_jp_txt);
    width:fit-content;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border);
    letter-spacing: 0.15em;
    font-weight: 400;
    color: var(--fcolor);
    
}
.content_txtarea{
    margin-top: 30px;
}
.content_txtarea_txt{
    margin-top: 20px;
    height: 100%;
    font-family: var(--font_jp_txt);
    line-height: 200%;
    letter-spacing: 0.12em;
    font-size: 14px;
    color: var(--fcolor);
}
.content_txtarea_txt.en{
    line-height: 170%;
}
.content_txtarea_ttl_jp{
    font-size: 16px;
    font-family: var(--font_jp_ttl);
    letter-spacing: 0.15em;
    font-weight: 400;
    height: 100%;
    line-height: 175%;
    color: var(--fcolor);
    margin-top: 20px;
}
.content_txtarea_ttl_en{
    font-size: 16px;
    font-family: var(--font_en_txt);
    letter-spacing: 0.15em;
    font-weight: 400;
    height: 100%;
    line-height: 175%;
    color: var(--fcolor);
    margin-top: 20px;
}
.course_footer{
    margin-top: 0;
}
.map{
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align:top;
}
.map{
    margin-top: 40px;
}
.position_bottom_course{
    object-position:center 60%;
}
.content_contact{
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.content_contact li {
    width: 100%;
background-color: var(--bgcolor2);
    height: 48px;
    max-width: 350px;
}
.content_contact li a{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
       color: #fff;
       font-size: 12px;
}
.content_contact li a img{
    width: 30px;
    height: 30px;
}
@media screen and (min-width:768px){
.content_catchcopy h2{
    font-size: 20px;
    margin-top: 60px;
}
.content_main_img{
    width: 90%;
    aspect-ratio:unset;
    margin-left: auto;
    margin-right: auto;
    max-height: 700px;
    height: 40vh;
}
.content_txtarea{
    margin-top: 60px;
}
.content_txtarea_ttl_jp{
    font-size: 18px;
    margin-top: 30px;
}
.content_txtarea_txt{
    margin-top: 30px;
}
}
@media screen and (min-width:1024px){
    .content_ttl{
        font-size: 24px;
    }
    .content_catchcopy h2{
        font-size: 26px;
        margin-top: 120px;
        font-size: 1.6vw;
    }
    .content_main_img{
        width: 90%;
        max-width: 1366px;
        aspect-ratio:16/9;
        max-height: 1040px;
        height: calc(70vh - 100px);
        min-height: 650px;
    }
    .content_wrap{
        max-width: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin: 0 auto;
        max-width: 1366px;
        width: 90%;
    }
    .content_wrap_img{
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .content_wrap_img img{
        position: absolute; /* 相対位置とする */
        top: 50%;           /* 上から50%の位置 */
        left: 50%;          /* 左から50%の位置 */
        transform: translate(-50%, -50%); /* 画像のサイズの半分だけ位置を戻す */
        width: 100%;
        height: 100%;
    }
    .content_txtarea_ttl_jp{
        font-size: 1.47vw;
        
    }
    .content_txtarea{
        margin-top: 0px;
        width: 75%;
    }
    .odd .content_txtarea{
        order: 1;
    }
    .odd .content_wrap_img {
        order: 2;
    }
    .content_wrap_first{
        margin-top: 120px;
    }
    .content_txtarea_ttl{
        font-size: 1.17vw;
    }
    .content_txtarea_txt{
        font-size: 1.03vw;
        margin-top: 20px;
    }
    
    .footer_area{
        margin: 0;
    }
    .map{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color:#2B2927;
    }
    .map img{
        max-width: 1024px;
        margin: 0 auto;
    }
}
@media screen and (min-width:1360px){
    .content_txtarea_txt {
        font-size: 14px;
    }
    .content_txtarea_ttl{
        font-size: 16px;
    }
    .content_catchcopy h2{
        font-size: 24px;
    }
    .content_txtarea_ttl_jp{
        font-size: 20px;
    }
    .content_ttl{
        max-width: 1366px;
    }
    .content_contact li {
    width: 100%;
background-color: var(--bgcolor2);
    height: 48px;
    max-width:unset;
}
.content_contact{
    margin-top: 30px;

}
}