.sh-concept-inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.fwb {
    font-weight: bold;
}

.c-orange {
    color: #ED7D31;
}

.c-green {
    color: #70AD47;
}

.sh-concept-content {
    color: #372800;
}

/* PC */
@media screen and (min-width: 641px) {
    .visible-sp {
        display: none !important;
    }
    .sh-concept-content a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 640px) {
    .sh-concept-inner {
        width: auto;
        padding: 0 15px;
    }
    .visible-pc {
        display: none !important;
    }
}

.sh-concept-ttl-type02 {
    text-align: center;
}

.sh-concept-ttl-type02 img {
    height: 65px;
    display: block;
    margin: 0 auto;
}

.sh-concept-ttl-type03 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4375;
    margin-bottom: 40px;
    margin-top: 80px;
    padding-bottom: 8px;
    border-bottom: 1px solid #372800;
}

.sh-concept-ttl-type04 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    margin-top: 80px;
    margin-bottom: 40px;
    border-left: 6px solid #372800;
    padding-left: 9px;
}

.sh-concept-lead {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 60px;
}

.sh-concept-lead::before {
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #372800;
    content: "";
    z-index: 1;
}

.sh-concept-interview-card + .sh-concept-lead {
    margin-top: 80px;
}

@media screen and (max-width: 640px) {
    .sh-concept-ttl-type02 img {
        height: 10.15625vw;
    }
    .sh-concept-ttl-type03 {
        font-size: 5vw;
        margin-top: 12.5vw;
        margin-bottom: 6.25vw;
        padding-bottom: 1.25vw;
    }
    .sh-concept-ttl-type04 {
        font-size: 4.375vw;
        margin-top: 12.5vw;
        margin-bottom: 6.25vw;
        border-left-width: 3px;
        padding-left: 1.40625vw;
    }
    .sh-concept-lead {
        font-size: 3.75vw;
        margin-top: 6.25vw;
        margin-bottom: 6.25vw;
        padding-left: 18.75vw;
    }
    .sh-concept-lead::before {
        top: 2.8125vw;
        width: 13.75vw;
    }
    .sh-concept-interview-card + .sh-concept-lead {
        margin-top: 12.5vw;
    }
}

.sh-concept-cm-btn {
    text-align: center;
}

.sh-concept-cm-btn__link {
    max-width: 700px;
    background: #fff;
    color: #372800;
    display: block;
    text-align: center;
    padding: 20px 45px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22223;
    margin: 0 auto;
    border: 1px solid #372800;
}

.sh-concept-cm-btn__link::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    background: url("../img/brown_arrow.svg") no-repeat center center;
    background-size: 100% 100%;
    content: "";
    width: 25px;
    height: 10px;
    margin-top: -5px;
}

.sh-concept-cm-btn__link span {
    display: inline-block;
}

.sh-concept-cm-btn__link.bg-orange {
    background: #F8B101;
    color: #fff;
    border-color: #F8B101;
}

.sh-concept-cm-btn__link.bg-orange::after {
    background-image: url("../img/white_arrow.svg");
}

.sh-concept-cm-btn a + a {
    margin-top: 30px;
}

.sh-concept-cm-btn a + ul,
.sh-concept-cm-btn ul + a,
.sh-concept-cm-btn ul + ul {
    margin-top: 40px;
}

.sh-concept-cm-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}

.sh-concept-cm-btn ul li {
    width: 50%;
    margin: 0 20px;
}

/* SP */
@media screen and (max-width: 640px) {
    .sh-concept-cm-btn__link {
        max-width: 90%;
        padding: 1.5625vw 6.5625vw;
        min-height: 12.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 3.75vw;
    }
    .sh-concept-cm-btn__link::after {
        right: 3.125vw;
        width: 3.4375vw;
        height: 1.375vw;
        margin-top: -0.6875vw;
    }
    .sh-concept-cm-btn a + a {
        margin-top: 3.125vw;
    }
    .sh-concept-cm-btn a + ul,
    .sh-concept-cm-btn ul + a,
    .sh-concept-cm-btn ul + ul {
        margin-top: 6.25vw;
    }
    .sh-concept-cm-btn ul {
        display: block;
        margin: 0;
    }
    .sh-concept-cm-btn ul li {
        width: 100%;
        margin: 0 0 3.125vw;
    }
}

.sh-concept-mv {
    padding: 0 0 20px;
    margin-bottom: 80px;
}

.sh-concept-mv__inner {
    max-width: 1300px;
    margin: 0 auto;
}

.sh-concept-mv__photo {
    background: #FBF4E5;
}

.sh-concept-mv__photo img {
    display: block;
    width: 100%;
}

.sh-concept-mv__copy {
    margin-top: 80px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
}

.sh-concept-mv__copy p + p {
    margin-top: 2em;
}

@media screen and (max-width: 640px) {
    .sh-concept-mv {
        padding: 0 0 3.125vw;
        margin-bottom: 12.5vw;
    }
    .sh-concept-mv__inner {
        max-width: 100%;
    }
    .sh-concept-mv__copy {
        margin-top: 9.375vw;
        text-align: left;
        font-size: 3.75vw;
        padding: 0 3.125vw;
    }
}

.sh-concept-interview__content {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sh-concept-interview-figure {
    margin-bottom: 40px;
}

.sh-concept-interview-figure__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sh-concept-interview-figure__photo {
    width: 373px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    margin-top: 20px;
}

.sh-concept-interview-figure__photo::before {
    position: absolute;
    top: -20px;
    left: -20px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sh-concept-interview-figure__photo img {
    display: block;
    position: relative;
    z-index: 2;
}

.sh-concept-interview-figure__photo .photo-caption {
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: right;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    color: #000;
    padding: 8px 30px 8px 10px;
    z-index: 3;
}

.sh-concept-interview-figure__photo.color-type01::before {
    background: #F8D77A;
}

@media screen and (min-width: 641px) {
    .sh-concept-interview-figure__photo.color-type02 {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}

.sh-concept-interview-figure__photo.color-type02::before {
    background: #E2F0D9;
}

.sh-concept-interview-figure__desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 62px;
    width: calc(100% - 373px);
}

@media screen and (min-width: 641px) {
    .figure-type02 .sh-concept-interview-figure__desc {
        padding-right: 0;
        padding-left: 42px;
    }
}

@media screen and (min-width: 641px) {
    .sh-concept-interview-figure.figure-type02 {
        padding-left: 20px;
    }
}

.sh-concept-interview-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sh-concept-interview-card__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
}

.sh-concept-interview-card__photo figure {
    padding: 8px;
    border-radius: 50%;
    overflow: hidden;
}

.sh-concept-interview-card__photo img {
    display: block;
    width: 100%;
}

.sh-concept-interview-card__desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

.sh-concept-interview-card__desc p + p {
    margin-top: 1.8em;
}

.sh-concept-interview-card__desc .u-hl {
    font-weight: bold;
}

.sh-concept-interview-card__img {
    width: 260px;
    padding-left: 52px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.sh-concept-interview-card__img img {
    display: block;
    width: 100%;
}

.sh-concept-interview-card.color-type01 .sh-concept-interview-card__photo figure {
    background: #ED7D31;
}

.sh-concept-interview-card.color-type01 .u-hl {
    color: #ED7D31;
}

.sh-concept-interview-card.color-type02 .sh-concept-interview-card__photo figure {
    background: #70AD47;
}

.sh-concept-interview-card.color-type02 .u-hl {
    color: #70AD47;
}

.sh-concept-interview-card + .sh-concept-interview-card {
    margin-top: 40px;
}

.sh-concept-interview-main {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sh-concept-interview-main__photo img {
    display: block;
    width: 100%;
}

.sh-concept-interview-main__caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.333;
    font-weight: normal;
}

.sh-concept-interview-main__caption a {
    color: #0070C0;
    text-decoration: underline;
}

.sh-concept-interview-main__caption a:hover {
    text-decoration: none;
}

.sh-concept-interview__btn {
    padding: 80px 0 0;
}

.sh-concept-interview-note {
    margin-top: 80px;
    padding-top: 80px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
}

.sh-concept-interview-note::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 360px;
    max-width: 100%;
    height: 1px;
    background: #372800;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
    .sh-concept-interview__content {
        margin-top: 12.5vw;
        margin-bottom: 12.5vw;
    }
    .sh-concept-interview-figure {
        margin-top: 6.25vw;
    }
    .sh-concept-interview-figure__inner {
        display: block;
    }
    .sh-concept-interview-figure__photo {
        width: 46.875vw;
        margin: 9.375vw auto 0;
    }
    .sh-concept-interview-figure__photo::before {
        top: -3.125vw;
        left: -3.125vw;
    }
    .sh-concept-interview-figure__photo .photo-caption {
        width: calc(100% - 1.5625vw - 1.5625vw);
        left: 1.5625vw;
        bottom: 3.125vw;
        font-size: 3.125vw;
        padding: 1.25vw 1.25vw 1.25vw 0;
    }
    .sh-concept-interview-figure__desc {
        padding-right: 0;
        width: 100%;
    }
    .sh-concept-interview-card {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .sh-concept-interview-card__photo {
        width: 15.625vw;
    }
    .sh-concept-interview-card__photo figure {
        padding: 0.9375vw;
    }
    .sh-concept-interview-card__desc {
        width: calc(100% - 15.625vw);
        padding-left: 3.125vw;
        font-size: 3.4375vw;
    }
    .sh-concept-interview-card__desc p + p {
        margin-top: 1.2em;
    }
    .sh-concept-interview-card__img {
        margin-top: 6.25vw;
        width: 100%;
        padding-left: 0;
    }
    .sh-concept-interview-card + .sh-concept-interview-card {
        margin-top: 6.25vw;
    }
    .sh-concept-interview-main {
        margin-top: 12.5vw;
        margin-bottom: 12.5vw;
    }
    .sh-concept-interview-main__caption {
        margin-top: 3.125vw;
        font-size: 3.125vw;
    }
    .sh-concept-interview__btn {
        padding: 12.5vw 0 0;
    }
    .sh-concept-interview-note {
        font-size: 3.125vw;
        margin-top: 12.5vw;
        padding-top: 12.5vw;
    }
    .sh-concept-interview-note::before {
        width: 46.875vw;
    }
}

.sh-concept-profile__btn {
    padding: 80px 0;
}

.sh-concept-profile__list {
    padding-top: 30px;
}

.sh-concept-profile__item {
    margin-top: 50px;
    position: relative;
    margin-left: 10px;
}

.sh-concept-profile__item::before {
    position: absolute;
    z-index: 1;
    border: 2px solid #372800;
    width: 100%;
    height: 100%;
    content: "";
    left: -10px;
    top: -10px;
    background: #EAE7DF;
}

.sh-concept-profile__item__inner {
    border: 2px solid #372800;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 56px 60px;
}

.sh-concept-profile__item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sh-concept-profile__item__main {
    margin-top: 30px;
}

.sh-concept-profile__photo {
    width: 215px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.sh-concept-profile__photo img {
    display: block;
    width: 100%;
}

.sh-concept-profile__desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 40px;
    padding-top: 20px;
    color: #372800;
}

.sh-concept-profile__ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 30px;
}

.sh-concept-profile__copy {
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
}

.sh-concept-profile__photo2 img {
    display: block;
    width: 100%;
}

.sh-concept-profile__caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.333;
    font-weight: normal;
}

.sh-concept-profile__caption a {
    color: #0070C0;
    text-decoration: underline;
}

.sh-concept-profile__caption a:hover {
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .sh-concept-profile__btn {
        padding: 12.5vw 0 3.125vw;
    }
    .sh-concept-profile__list {
        padding-top: 4.6875vw;
    }
    .sh-concept-profile__item {
        margin-top: 7.8125vw;
        margin-left: 1.5625vw;
    }
    .sh-concept-profile__item::before {
        border-width: 1px;
        left: -1.5625vw;
        top: -1.5625vw;
    }
    .sh-concept-profile__item__inner {
        border-width: 1px;
        padding: 4.6875vw 3.125vw;
    }
    .sh-concept-profile__item__main {
        margin-top: 6.25vw;
    }
    .sh-concept-profile__photo {
        width: 20vw;
    }
    .sh-concept-profile__desc {
        padding-left: 3.125vw;
        padding-top: 0;
    }
    .sh-concept-profile__ttl {
        font-size: 3.75vw;
        margin-bottom: 3.125vw;
    }
    .sh-concept-profile__copy {
        font-size: 3.125vw;
    }
    .sh-concept-profile__photo2 img {
        display: block;
        width: 100%;
    }
    .sh-concept-profile__caption {
        margin-top: 3.125vw;
        font-size: 3.125vw;
    }
}

#pd_main-footer {
    margin-top: 0 !important;
}
