@charset "utf-8";
.lower_con .lower_mainsec.lower_01.kv_profile {
    /* background-image: url(/asset/img/group/profile/kv.jpg); */
    background-image: url(../img/group/profile/kv.jpg);
}
.lower_sec .ta-center {
    margin-bottom: 40px;
}
.lower_con .lower_sec .lower_linebox:first-child {
    padding: 0;
}
.profile_box{
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.profile_box .profile_title{
    width: 335px;
    margin-right: 0px;
}

.profile_box .profile_text{
    flex: 1;
    width: 100%;
}
.profile_box .profile_text p,
.profile_box .profile_text li{
    font-weight: normal;
}
.profile_box .profile_text li::before{
    content: "・";
    top:0;
    left: auto;
}
.profile_box .profile_text li {
    padding-left: 1em;
    text-indent: -1em;
}
.profile_box .column_box .arrow_profile {
    display: flex;
    align-items: center;
    line-height: 1.5rem;
    color: #0A344A;
    font-weight: bold;
}
.profile_logo {
    display: block;
    width: 100%;
    max-width: 230px;
}
/* .arrow_profile::after {
    content: " ";
    z-index: 9999;
    margin-left: 10px;
    width: 40px;
    height: 10px;*/
    /*background-image: url(/asset/img/arrow.png);*/
    /* background-image: url(/asset/img/arrow01.png); */
    /* background-image: url(../img/arrow01.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
    transition: ease 0.7s;
} */
.profile_box .column_box a .arrow_profile {
    font-size: 16px;
}

.profile_box .profile_title .btn_link {
    display: block;
    position: relative;
    width: fit-content;
    font-weight: bold;

    border-radius: 25px;
    border: 1px solid #0A344A;
    
    padding: 10px 25px;
    margin-top: 20px;
    transition: 0.7s;
}
.profile_box .profile_title .btn_link::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
}
.profile_box .profile_title .btn_link:hover{
    background-color: #0A344A;
    color: #fff;
}
.profile_box .profile_title .btn_link:hover::after {
    right: 10px;
    background-image: url(../img/arrow01.png);
    background-image: url(../img/arrow02.png);
}
@media screen and (max-width: 1150px) {
    .profile_inner{
        padding: 38px 30px;
        margin-bottom: 20px;
    }
    .profile_box{
        display: block;
    }
    .profile_box .profile_title{
        width: 100%;
        margin-bottom: 38px;
        padding-left: 0px;
    }
    .profile_box .profile_title.sp_flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0px;
        margin-bottom: 30px;
    }

}
@media (min-width: 823px) {
    .lower_con .lower_linebox.pt0{
        padding-top: 0;
    }
}
@media screen and (max-width: 822px) {
    .lower_sec .ta-center {
        margin-bottom: 20px;
    }
    .lower_con .lower_andersec .lower_sec h3.ta-center {
        margin-bottom: 0;
    }
    .profile_box .profile_title{
        margin-bottom: 15px;
    }
    .lower_con .lower_sec .lower_framebox {
        margin: 0;
    }
    .lower_con .lower_sec .lower_framebox.profile_inner {
        padding: 24px 0;
    }
    .lower_con .lower_sec .lower_framebox.profile_inner:last-child {
        border-bottom: 0;
    }
    .profile_box .column_box .arrow_profile {
        line-height: 22.5px;
        position: relative;
        padding-right: 32px;
    }
    .profile_box .column_box .arrow_profile:after {
        position: absolute;
        right: 0;
        top: 38%;
        transform: translateY(-50%);
        width: 32px;
    }
    .profile.lower_con .lower_linebox {
        padding-top: 34px;
    }
    .profile.lower_con .lower_linebox.pt0{
        padding-top: 0;
    }
    .profile_box .profile_title.sp_flex .btn_link{
        font-size: 0;
        border: none;
        transition: 0s;
        margin-top: auto;
        margin-bottom: auto;
    }
    .profile_box .profile_title .btn_link::after{
        font-size: 16px;
    }
    .profile_logo {
        width: 90%;
        margin-left: 20px;
        margin-right: 20px;
    }
}
