@charset "utf-8";
h1 .dl-pdf {
    height: 0.4rem;
    padding: 0 0.12rem;
    margin-right: -5.5rem;
    background: #65ac31;
    color: #fff;
    font-size: 0.15rem;
    font-weight: bold;
    line-height: 0.4rem;
    position: absolute;
    bottom: 0.2rem;
    right: 50%;
    z-index: 99;
}
h1 .dl-pdf i {
    margin-right: 0.08rem;
    color: #fff;
    font-size: 0.2rem;
}
h2 {
    padding: 0.16rem 0.3rem 0.16rem 0.5rem;
    margin-bottom: 0.4rem;
    background: #e8e8e8;
    color: #65aa31;
    font-size: 0.21rem;
    position: relative;
}
h2::before {
    content: '';
    width: 0.18rem;
    background: #65aa31;
    position: absolute;
    top: 0;
    left: 0.14rem;
    bottom: 0;
}
h3 {
    font-size: 0.21rem;
}
section {
    margin-bottom: 1rem;
}
.greeting {
    margin-bottom: 0.45rem;
}
.greeting_in {
    padding: 0.5rem 0 0;
    overflow: hidden;
}
.space {
    height: 0;
    float: right;
}
.prof_photo {
    clear: none;
    float: right;
}
.greeting h2 {
    padding: 0.5rem 0 0;
    margin-bottom: 0.5rem;
    background: none;
    color: #000;
    font-size: 0.32rem;
    text-align: center;
}
.greeting h2::before {
    display: none;
}
.greeting p:last-child {
    padding-bottom: 0;
}
table {
    width: 100%;
    border-top: #969696 2px solid;
    border-collapse: collapse;
    border-spacing: none;
}
table th,
table td {
    padding: 0.2rem 0.4rem;
    border-bottom: #969696 2px solid;
}
table th {
    width: 2.69rem;
    background: #efefef;
    text-align: left;
}
table td {
    width: calc( 100% - 2.69rem );
}


@media screen and (min-width:1118px) { /* PCのみ */
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
    h1 .dl-pdf {
        margin-right: 0;
        right: 0.26rem;
    }
    .prof_photo {
        width: 45%;
        height: auto;
    }
    .greeting_in {
        padding: 0.3rem 0 0;
    }
    .prof_photo {
        clear: both;
    }
    .greeting p:last-child {
        padding-bottom: 0.4rem;
    }
    table th {
        width: 2.2rem;
    }
    table td {
        width: calc( 100% - 2.2rem );
    }
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
}

@media screen and (max-width:768px) { /* スマホのみ */
    h1 .dl-pdf {
        height: 0.8rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
    }
    h1 .dl-pdf i {
        margin-right: 0.12rem;
        font-size: 0.4rem;
    }
}

.about-strengths {
    display: flex;
    gap: 20px;
}

.about-strengths li {
    width: calc(100% / 3);
}

.about-strengths li .about-strengths-img {
    width: 100%;
    margin-bottom: 20px;
}

.about-strengths li .about-strengths-img img {
    object-fit: cover;
    width: 100%;
    height: 20vw;
    max-height: 260px;
}

.about-strengths li h3 {
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

.about-strengths .security {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

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

}