
.section_ttl_en{
    position: relative;
    font-size: 16px;
    color: var(--color_blue);
    font-family: var(--font_ttl);
    width: fit-content;
    padding-left: 20px;
}
.section_ttl_en::before{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00358b;
transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
.contact_ttl_en{
    text-align: center;
}
.contact_ttl{
    width: fit-content;
    margin: 0 auto;
}
.content_tll{
    font-family: var(--font_ttl);
}
.contact_ttl_en::before{
    background-color: #fff;
        position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
.section_ttl_jp{
    font-size: 24px;
    margin-top: 5px;
    font-family: var(--font_ttl);
    font-weight: 700;
    color: var(--color_blue);
        width: fit-content;
}
.ttl_border{
    width: 100%;
    height: 2px;
    background: var(--color_grad);
    margin-top: 15px;
}
@media screen and (min-width:768px){
.section_ttl_en{
    font-size: 20px;
}
.section_ttl_jp{
    font-size: 28px;
    margin-top: 5px;
    color: var(--color_blue);
        width: fit-content;
}
.ttl_border{
    margin-top: 30px;
}

}
@media screen and (min-width:1024px){
    .section_ttl_en{
        font-size: 24px;
    }
    .section_ttl_jp{
        font-size: 32px;
    }
}
.profile_area{
    width: 90%;
    margin: 0 auto;
    margin-top: 120px;
}
.content_wrap{
    margin-top: 40px;
}
.content_img{
    aspect-ratio: 3/2;
}
.content_img img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.content_tll{
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 150%;
}
.content_border{
    background: var(--color_grad);
    height: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content_txt{
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 500;
    line-height: 175%;
    margin-top: 20px;
}
.message_area{
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}
@media screen and (min-width:768px){
    .profile_area{

    margin-top: 140px;
}
    .content_img{
  aspect-ratio: 3 / 2;
    width: 100%;
}
.content_tll{
    margin-top: 40px;
    font-size: 22px;
}
.content_txt{
    font-size: 16px;
}
}
@media screen and (min-width:1024px){
        .content_wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 60px;
        margin-top: 60px;
    }
        .content_wrap_even .content_img{
        order: 2;
    }
    .content_tll{
        margin-top: 0;
        font-size: clamp(20px, 1.8vw, 24px);
    }
    .content_txt{
        font-size: clamp(14px, 1.2vw, 16px);
    }
    .profile_area,.message_area{
        max-width: 1200px;
    }
    .message_area{
        margin-top: 100px;
    }
}