@charset "UTF-8";
@media print,
screen and (min-width: 750px) {
    .sec_title img {
        width: 225px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

@media print,
screen and (min-width: 750px) {
    .company .info dl {
        margin: 0 40px;
    }
}

.company .sec_title h1::after {
    top: 30px;
}

@media screen and (max-width: 749px) {
    .sec_title img {
        right: -45px;
    }

    .company .sec_title h1::after {
        top: 65px;
    }

}

.company .message>div:not(:first-child) {
    padding-top: 24px;
}

.company .message .pic {
    width: 100px;
    border-radius: 13px;
    overflow: hidden;
}

@media screen and (min-width: 750px) {
.company .message .pic img {
    object-fit: cover;
    height: 100%;
}
}

.company .access h4 {
    margin-bottom: 15px;
}

.company .access iframe {
    width: 100%;
    height: 300px;
}

.company .access dt::after {
    content: '：';
}

@media screen and (max-width: 749px) {
    .company .access iframe {
        height: 250px;
    }
}

.company .access .p_w45per:nth-of-type(n+3) {
    margin-top: 50px;
}

.company .access .p_w45per>div {
    margin-bottom: 30px;
}

@media screen and (max-width: 749px) {
    .company .access .p_w45per:nth-of-type(n+2) {
        margin-top: 30px;
    }

    .company .access .p_w45per>div {
        margin-bottom: 20px;
    }
}

.company .financial ul {
    margin: 30px 40px 0 40px;
}

.company .financial li {
    width: calc(92% / 4);
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 750px) {

    .company .financial li:nth-child(4n+1),
    .company .financial li:nth-child(4n+2),
    .company .financial li:nth-child(4n+3) {
        margin-right: 2.6%;
    }
}

.company .financial li a {
    line-height: 2;
    width: 100%;
    display: block;
    padding: 10px;
    transition: .2s;
    border: #3fb58f 1px solid;
    color: #454545;
    position: relative;
    letter-spacing: .1rem;
    border-radius: 13px;
}

.company .financial li a::after {
    content: '\02192';
    position: absolute;
    top: 3px;
    right: 15px;
    transform: rotate(-45deg);
    color: #3fb58f;
    transition: .2s;
}

.company .financial li a:hover {
    background-color: #3fb58f;
    color: #fff;
}

.company .financial li a:hover::after {
    color: #fff;
    top: 3px;
    right: 13px;
}

@media screen and (max-width: 749px) {
    .company .financial ul {
        margin: 20px 0 0 0;
        justify-content: center;
    }

    .company .financial li {
        width: calc(92% / 2);
    }

    .company .financial li:nth-child(2n) {
        margin-left: 2.6%;
    }
}

@media screen and (max-width: 749px) {
    .company .plan a.btn-01 {
        width: calc(100% - 50px);
    }

    .company .plan .mod-h3::after {
        display: block;
        margin-left: 0;
    }
}

.company .link-list div:first-of-type {
    margin-right: 50px;
}

.company .link-list a {
    display: block;
    border-radius: 13px;
    width: 360px;
    height: 95px;
    overflow: hidden;
    position: relative;
}

.company .link-list a p {
    color: #fff;
    position: absolute;
    width: 360px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    letter-spacing: 1px;
    z-index: 2;
}

.company .link-list div:first-child a {
    background: url(../images/ban_management_back.png) #3fb58f center / cover;
}

.company .link-list div:last-child a {
    background: url(../images/ban_side_sign_back.png) #3fb58f center / cover;
}

.company .link-list a::after {
    content: '';
    display: block;
    width: 347px;
    height: 82px;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 13px;
    transition: .2s;
}

.company .link-list a:hover::after {
    width: 337px;
    height: 77px;
}

.company .link-list a img {
    transition: .2s;
    position: relative;
    z-index: 1;
}

.company .link-list a:hover img {
    scale: 105%;
}

.company .link-list a::before {
    content: '\02192';
    position: absolute;
    color: #fff;
    transition: .2s;
}

.company .link-list div:first-child a::before {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.company .link-list div:first-child a:hover::before {
    right: 22px;
}

.company .link-list div:last-child a::before {
    top: 7px;
    right: 15px;
    transform: rotate(-45deg);
}

.company .link-list div:last-child a:hover::before {
    top: 12px;
    right: 22px;
}

@media screen and (max-width: 749px) {
    .company .link-list div:first-of-type {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .company .link-list a {
        width: 100%;
        height: 75px;
    }

    .company .link-list a::after {
        width: 95%;
        height: 80%;
    }

    .company .link-list a p {
        width: 100%;
        height: 75px;
        font-size: 16px;
    }
}

.company.management .info h2 {
    margin-bottom: 1rem;
}

.company.management .mod-h3::after {
    display: none;
}

.company.management .info .icon {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: #3fb58f;
    overflow: hidden;
}

.company.management .info dl dt {
    width: 13em;
}

.company.management .info dl dd {
    width: calc(100% - 13em - 3%);
}

@media screen and (max-width: 749px) {
    .company.management .info dl dt {
        width: 8em;
    }

    .company.management .info dl dd {
        width: calc(100% - 8em - 3%);
    }

    .company.management .info .icon {
        width: 75px;
        height: 75px;
    }

    .company.management .info h2 {
        margin-bottom: .5rem;
    }

    .company.management .dF.aiC {
        justify-content: space-between;
    }

    .company.management .dF.aiC div:last-of-type {
        width: calc(100% - 75px - 15px);
    }

}