.page-header-inner::after {
    content: "company";
}

#profile {
    padding-top: 50px;
    margin-top: -50px;

}

.mainSection h3.r3 {
    padding: 0.4em 0 0.4em 20px;
    background-position: 0 center;
}

.mainSection h3.bg_blue03 {
    padding: 0.4em 1em;
}

.history,
.profile_wrap {
    margin-bottom: 25px;
}

.main_lead_wrap {
    flex-wrap: wrap;
}

.main_lead_txt {
    width: 100%;
}

.main_lead_img {
    width: 100%;
}

.if ul li {
    padding-left: 10px;
    position: relative;
}

.if ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 14px;
    left: 0;
    transform: translateY(-50%);
}

.profile_txt {
    margin-bottom: 20px;
}

.name_wrap {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}

.company_ps {
    padding-right: 30px;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

.name {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
}

.name span {
    font-weight: normal;
    display: inline-block;
    padding: 0 20px;

}

.prof_img img {
    border-radius: 10px;
}

    .media-list {
        display: grid;
        gap: 2em;
        grid-template-columns: 6em auto;
    }

@media screen and (min-width: 540px) {
    .if ul li {
        padding-left: 45px;
        position: relative;
    }

    .if ul li:before {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background: #333;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    @media screen and (min-width: 768px) {

        .history,
        .profile_wrap {
            margin-bottom: 35px;
        }

        .main_lead_txt {
            width: 60%;
        }

        .main_lead_img {
            width: 40%;
        }

        .profile_txt {
            margin-bottom: 0;
        }

        .name {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .company_ps {
            display: inline-block;
            margin-bottom: 25px;
        }

        .company_summery .summery_wrap {
            max-width: 75%;
            margin: 0 auto;
        }

        .company_summery .summery_wrap dt {
            width: 30%;
        }

        .company_summery .summery_wrap dd {
            width: 70%;
        }

    }

    @media screen and (min-width: 992px) {
        #profile {
            padding-top: 120px;
            margin-top: -120px;

        }

        .history,
        .profile_wrap {
            margin-bottom: 45px;
        }

        .company_summery .summery_wrap {
            max-width: 640px;
            margin: 0 auto;
        }

        .company_summery .summery_wrap dt {
            width: 10em;
            text-align: left;
            padding: 1em 1em;
        }

        .company_summery .summery_wrap dd {
            padding: 1em 1em;
        }

    }

    @media screen and (min-width: 992px) {
        .media-list__wrap {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
    }