@charset "UTF-8";

.serv-lic-note-txt {
    font-weight: bold;
}
/*--------------- 資格 ---------------*/
.serv-lic-box {
    margin-top: 24px;
}
.serv-lic-item .ttl {
    margin-bottom: 0.5em;
    padding: 1rem 2rem;
    background: #ed6d03;
    border-radius: 2px;
    font-size: 18px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}
.serv-lic-item ul + .ttl {
    margin-top: 2em;
}
@media screen and (max-width: 767px) {
    .serv-lic-item ul + .ttl {
        margin-top: 0em;
    }
    .serv-lic-item h3.ttl {
        margin-top: 2em;
        font-size: 1.8rem;
    }
}
/* .serv-lic-item li:not(:last-child) {margin-bottom: .25em;} */
.serv-lic-item li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f28d";
    margin-right: 0.75em;
    color: #777;
}
.serv-lic-box li.pk:before {
    color: #f25c5c;
}
.serv-lic-box li.org:before {
    color: #f2b705;
}
.serv-lic-note {
    font-size: 14px;
    font-size: 1.4rem;
}
.serv-el {
    margin-top: 64px;
}
.serv-el-box {
    position: relative;
    margin-left: 16px;
    background: #fff;
    border: 8px solid #9d875c;
    text-align: center;
}

.serv-el-box .desc .desc__certificate-text {
    text-align: left;
}

.serv-el .label {
    position: absolute;
    top: -36px;
    left: -36px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ea8c06;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.serv-el .label span {
    padding-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.serv-el .ttl-box {
    padding: 0.8rem 1.6rem 1.6rem;
    background: #9d875c;
    color: #fff;
    line-height: 1.5;
}
.serv-el .ttl {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}
.serv-el .txt {
    margin-top: 0.5em;
}
.serv-el .desc {
    padding: 16px 16px 24px;
}
.serv-el .list {
    margin: 1em 0 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.serv-el .list li:before {
    content: "●";
    margin-right: 0.25em;
    color: #ed6d03;
}
.serv-el .exp {
    border: 2px solid #ed6d03;
}
.serv-el .exp dt {
    padding: 0.25em 1em;
    background: #fff8ed;
    font-weight: 700;
    color: #ed6d03;
}
.serv-el .exp dd {
    padding: 0.5em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .serv-lic-box {
        margin-bottom: 24px;
    }

    .serv-lic-box .serv-lic-item ul li {
        font-size: 1.6rem;
    }

    .serv-el .ttl {
        font-size: 2rem;
    }

    .serv-el .ttl span {
        display: block;
    }
    .serv-el .list {
        text-align: left;
    }

    .serv-el .list li:not(:first-child) {
        margin-top: 1rem;
    }

    .serv-el .exp dt {
        font-size: 1.8rem;
    }

    .serv-el .exp dd > div:not(:last-child) {
        margin-bottom: 1rem;
    }

    .serv-el .exp dd li {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .serv-el .desc {
        padding-bottom: 3rem;
    }

    .serv-el .serv-el-box .desc .catch {
        font-size: 1.7rem;
    }

    .serv-el .serv-el-box .desc .desc__certificate-text {
        font-size: 1.6rem;
    }

    .serv-el .desc__certificate {
        margin-top: 4rem;
    }

    .serv-el .desc__certificate-title {
        font-size: 1.8rem;
    }

    .serv-el .desc__certificate .desc__certificate-text {
        margin-top: 1.6rem;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 768px) {
    .serv-lic-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        max-width: 1280px;
        border: 0.8rem solid #9d875c;
        padding: 4rem;
    }

    .serv-lic-item {
        width: calc(33.33333% - 48px / 3);
    }
    .serv-lic-note {
        text-align: right;
        margin: 1rem 0;
    }
    .serv-lic-note ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .serv-lic-note ul li:not(:last-child) {
        margin-right: 0.6em;
    }
    .serv-el {
        margin-top: 80px;
    }
    .serv-el .label {
        position: absolute;
        top: -36px;
        left: -36px;
        width: 96px;
        height: 96px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .serv-el .ttl {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .serv-el .ttl span {
        margin-left: 0.25em;
    }
    .serv-el .desc {
        padding: 24px 40px 40px;
    }
    .serv-el .catch {
        font-size: 20px;
        font-size: 2rem;
    }
    .serv-el .list {
        letter-spacing: -0.4em;
        max-width: 82rem;
        width: 100%;
        margin: 1.6rem auto 2rem;
        padding: 0 2rem;
    }
    .serv-el .list li {
        display: inline-block;
        letter-spacing: normal;
        font-size: 1.6rem;
    }
    .serv-el .list li:not(:last-child) {
        margin-right: 1em;
    }
    .serv-el .exp {
        border: 2px solid #ed6d03;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .serv-el .exp dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .serv-el .exp dt {
        width: 10em;
        background: #fff8ed;
        /* background: rgba(237, 109, 3, 0.3); */
    }
    .serv-el .exp dd {
        /* padding: 1em;
        flex: 1; */
        display: block;
    }
    .serv-el .exp dd ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .serv-el .exp dd > div:not(:last-child) {
        margin-bottom: 1rem;
    }

    .serv-el .exp dd ul li:not(:last-child) {
        margin-right: 1.5em;
    }
.serv-el .exp .txt-bold {
    font-weight: bold;
    color: #ed6d03;
}
    .serv-el .desc .desc__certificate {
        margin-top: 5.3rem;
    }

    .serv-el .desc__certificate-title {
        font-size: 2.4rem;
        font-weight: bold;
        color: #ed6d03;
    }

    .serv-el .desc .desc__certificate .desc__certificate-text {
        text-align: center;
        /* font-size: 1.6rem; */
    }
}

.marker-yel {
    background: #fff45c;
    background: -webkit-linear-gradient(transparent 70%, #fff45c 0%);
    background: linear-gradient(transparent 70%, #fff45c 0%);
    font-weight: bold;
}

.txt-pink {
    color: #f25c5c;
}

.txt-org {
    color: #f2b705;
}

.shikaku p {
    padding: 0px;
    margin: 40px 0 20px;
}

/* 0820追記 */
@media (min-width: 768px) {
    .shikaku ul {
        margin: 0px;
        padding: 0px;
    }
    .shikaku ul li {
        display: block;
        width: auto;
        font-weight: normal;
    }
    .shikaku p {
        padding: 0px;
        margin: 20px 0;
    }
}
.shikaku ul {
    margin: 0px;
    border-bottom: none;
    background: transparent;
}

.shikaku ul li {
    padding-left: 0px;
}

.shikaku h3 {
    text-align: left;
}

.shikaku {
    background: transparent;
    border: none;
}

@media (min-width: 769px) {
    .shikaku ul li:nth-child(1),
    .shikaku ul li:nth-child(4),
    .shikaku ul li:nth-child(7),
    .shikaku ul li:nth-child(10),
    .shikaku ul li:nth-child(13),
    .shikaku ul li:nth-child(16),
    .shikaku ul li:nth-child(19),
    .shikaku ul li:nth-child(22),
    .shikaku ul li:nth-child(25) {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .shikaku {
        position: relative;
        padding: 40px;
    }
    .txt-box,
    .txt-box-s {
        border-image-width: 8px 12px;
    }
}

.txt-box,
.txt-box-s {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-image-source: url(../img/common/txtBox-bg.png);
    border-image-slice: 3.5%;
    border-image-repeat: repeat;
    border-image-width: 4px 7px;
}

@media (max-width: 768px) {
    .shikaku p {
        margin: 20px 0 10px !important;
    }
}

.serv-lic-note ul li {
    width: auto !important;
}
