/* ==========================================================================
    心理師臨床研修プログラム
============================================================================= */

.resident * {
    box-sizing: border-box;
}

.resident em.mark {
    font-weight: 700;
}

.resident .l-column > .sub img {
    margin-inline: auto;
    display: block;
}

@media screen and ( min-width: 768px ) {
    .resident .l-column > .main {
        flex-basis: calc(60% - 15px);
    }

    .resident .l-column > .sub {
        flex-basis: calc(40% - 15px);
    }
}

@media screen and ( max-width: 767px ) {
    .resident .page-title .ttl {
        font-size: 26px;
    }

    .resident section + section {
        padding-top: 50px;
    }

    .resident .l-column--reverse {
        flex-direction: column-reverse;
    }

    .resident .hdg-2 {
        font-size: 20px;
    }

    .resident .hdg-3 {
        font-size: 15px;
    }

    .resident .disc > li {
        font-size: 14px;
    }
}

.resident-intro {
    font-size: 30px;
    line-height: 1.45;
    color: #25435a;
}

@media screen and ( max-width: 767px ) {
    .resident-intro {
        font-size: 24px;
    }
}

.resident-post__img {
    margin-top: 50px;
}

.resident-post__img img {
    width: 100%;
    height: 100%;
    display: block;
    margin-inline: auto;
}

.resident-post__catch {
    margin-top: 25px;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
    .resident-post__img {
        margin-top: 30px;
    }
}

.resident-ttl {
    margin-top: 54px;
    padding-bottom: 13px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
}

.resident-ttl::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(90deg, #4d9ede 120px, #ccc 120px);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}

@media screen and ( max-width: 767px ) {
    .resident-ttl {
        font-size: 16px;
    }

    .resident-ttl::after {
        height: 2px;
        background: linear-gradient(90deg, #4d9ede 60px, #ccc 60px);
    }
}

.resident-table {
    width: 100%;
    margin-top: 20px;
}

.resident-table tr th,
.resident-table tr td {
    border-bottom: 2px solid #F8F8F8;
    padding: 10px 0;
}

.resident-table tr th {
    width: 150px;
    color: #4d9ede;
}

@media screen and ( max-width: 767px ) {
    .resident-table tr th {
        width: 120px;
    }
}

.resident-result-wrap {
    display: flex;
    justify-content: space-between;
}

.resident-result-wrap:not(:first-child) {
    margin-top: 20px;
}

.resident-result-wrap__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(33% - 10px);
    background: #F8F8F8;
    text-align: center;
    border-radius: 10px;
    padding: 20px 5px;
}

.resident-result-wrap__item .item-ttl {
    color: #4d9ede;
}

.resident-result-wrap__item .item-num {
    font: 600 36px "Jost", sans-serif;
    color: #4d9ede;
    letter-spacing: 2px;
}

.resident-result-wrap__item .item-num span {
    font-size: 16px;
    letter-spacing: 5px;
}

.resident-result-wrap__item .item-num span.black {
    color: #666;
}

.resident-result-wrap__item .item-desc {
    font-size: 13px;
}

.resident-result-wrap__item.wrap-item-ttl {
    background: #4d9ede;
}

.resident-result-wrap__item.wrap-item-ttl .item-ttl {
    font-size: 20px;
    color: #FFF;
    line-height: 1.6;
}

@media screen and (max-width: 959px) {
    .resident-result-wrap__item .item-num {
        font-size: 24px;
    }

    .resident-result-wrap__item .item-num span {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .resident-result-wrap__item.wrap-item-ttl .item-ttl {
        font-size: 14px;
    }
}

@media screen and ( max-width: 767px ) {
    .resident-result-wrap {
        flex-wrap: wrap;
    }

    .resident-result-wrap:not(:first-child) {
        margin-top: 10px;
    }

    .resident-result-wrap__item {
        width: calc(50% - 5px);
        padding: 12px;
    }

    .resident-result-wrap__item .item-desc {
        font-size: 12px;
    }

    .resident-result-wrap__item.fix-sp {
        width: 100%;
        margin: 10px 0;
    }
}

/* step */
.resident-step .step-inner-ttl {
    font-weight: 700;
    margin-top: 10px;
}

.resident-step .step-box:not(:first-child) {
    margin-top: 60px;
}

.resident-step .step-inner-wrap {
    display: flex;
    justify-content: space-between;
}

.resident-step .step-inner-wrap__txt {
    width: calc(60% - 10px);
}

.resident-step .step-inner-wrap__img {
    width: calc(40% - 10px);
}

@media screen and (max-width: 959px) {
    .resident-step .step-box:not(:first-child) {
        margin-top: 30px;
    }

    .resident-step .step-inner-wrap {
        flex-direction: column-reverse;
    }

    .resident-step .step-inner-wrap__txt {
        width: 100%;
    }

    .resident-step .step-inner-wrap__img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* 主な取り組み */
.resident-quot {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px 30px;
}

.resident-quot:not(:first-child) {
    margin-top: 20px;
}

.resident-quot__ttl {
    display: flex;
    align-items: center;
    color: #4d9ede;
    margin-bottom: 10px;
}

.resident-quot__ttl img {
    width: 30px;
    margin-right: 6px;
}

.resident-quot__ttl img.img02 {
    width: 20px;
}

@media screen and ( max-width: 767px ) {
    .resident-quot {
        padding: 14px 20px;
    }

    .resident-quot__ttl {
        font-size: 15px;
    }
    
    .resident-quot__ttl img {
        width: 20px;
    }
}

.resident-client-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resident-client-list__item {
    width: 100%;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
}

.resident-client-list__item .item-ttl {
    margin-bottom: 10px;
    color: #4d9ede;
}

@media screen and ( min-width: 768px ) {
    .resident-client-list__item .item-ttl {
        font-size: 15px;
    }

    .disc--column-pc {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1em;
    }

    .disc--column-pc li {
        min-width: calc(50% - 0.5em);
    }
}

@media screen and ( max-width: 767px ) {
    .resident-client-list {
        grid-template-columns: 100%;
        gap: 10px;
    }

    .disc--column-sp {
        display: flex;
        flex-wrap: wrap;
        column-gap: 2em;
    }

    .disc--column-sp li {
        min-width: calc(50% - 20px);
    }
}

/* 求める人物像 */
.resident-action:not(:first-child) {
    margin-top: 37px;
}

.resident-action__ttl {
    font-size: 24px;
    color: #4d9ede;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.resident-action__txt {
    padding: 30px;
    background: rgba(77, 158, 222, 0.2);
    border-radius: 10px;
}

.resident-action__txt:not(:first-child) {
    margin-top: 17px;
}

.resident-action__txt.txt-policy {
    margin-bottom: 17px;
}

.resident-action__list {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}

.resident-action__item {
    display: flex;
    align-items: center;
    padding: 1em 0.5em 1em 13px;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-left: solid 11px #4d9ede;
}

@media screen and (max-width: 959px) {
    .resident-action__ttl {
        font-size: 20px;
    }

    .resident-action__txt {
        padding: 15px 15px 18px;
    }

    .resident-action__list {
        grid-template-columns: 100%;
    }

    .resident-action__item {
        padding-left: 13px;
        font-size: 14px;
        border-left-width: 5px;
    }
}

/* エンドコンテンツ */
.resident-end {
    text-align: center;
}

.resident-end__logo {
    max-width: 300px;
    margin-inline: auto;
}

.resident-end__logo img {
    width: 100%;
    height: 100%;
}

.resident-end__logo a {
    display: block;
}

.resident-end__ttl {
    margin-top: 40px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1923076923;
    letter-spacing: 0.1em;
}

.resident-end__txt {
    margin-top: 30px;
}

.resident-end__detail span {
    font-size: 20px;
}

@media screen and (max-width: 959px) {
    .resident-end__logo {
        max-width: 200px;
    }

    .resident-end__ttl {
        margin-top: 30px;
        font-size: 24px;
    }

    .resident-end__txt {
        margin-top: 20px;
    }

    .resident-end__detail span {
        font-size: 18px;
    }
}