html{
    font-size: 2.1vw;
}
@media only screen and (min-width: 768px){
    html{
        font-size: 16px;
    }
}

.telemarketing2021 p {
    line-height: 1.7;
    margin-bottom: 1em;
}
.telemarketing2021 p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 641px) {
    .telemarketing2021 .visible-xs {
        display: none !important;
    }
}

.telemarketing2021 .section__container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

@media screen and (max-width: 1024px) {
    .telemarketing2021 .section__container {
        width: 95.703%;
    }
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .section__container {
        width: 89.744%;
        min-width: auto;
        padding: 60px 0;
    }
}

.telemarketing2021 .reason {
    background: #f5f5f5;
}

.telemarketing2021 .reason__inner {
    padding: 130px 0 100px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason__inner {
        width: 89.744%;
        padding-top: 63px;
    }
}

.telemarketing2021 .reason__header {
    margin: 0 0 60px;
}

.telemarketing2021 .reason__header {
    margin: 0 0 60px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason__header {
        margin: 0 0 20px;
    }
}

.telemarketing2021 .reason-title {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: 500;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-title {
        font-size: 16px;
    }
}

.telemarketing2021 .reason-title .fz_l {
    font-size: 64px;
    font-weight: bold;
}

.telemarketing2021 .reason-title .fz_m {
    font-size: 40px;
    font-weight: bold;
}

.telemarketing2021 .reason-title .fz_s {
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-title .fz_s {
        font-size: 24px;
    }
}

.telemarketing2021 .reason-title__catch {
    display: block;
    margin-bottom: 0.318em;
    color: #3E85B0;
    font-weight: 700;
    font-size: 44px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-title__catch {
        margin-bottom: 0.75em;
        font-size: 24px;
    }
}

.telemarketing2021 .reason-title__lead {
    display: block;
}

.telemarketing2021 .reason__body {
    position: relative;
}

.telemarketing2021 .reason-point-list {
    counter-reset: number reason_point;
}

.telemarketing2021 .reason-point-list__item {
    background: #fff;
    padding: 50px 40px;
    margin: 0 0 104px;
    text-indent: 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.telemarketing2021 .reason-point-list__item:last-child {
    margin-bottom: 0;
}

.telemarketing2021 .reason-point-list__item::before {
    content: counter(reason_point, decimal-leading-zero);
    counter-increment: reason_point;
    position: absolute;
    top: -54px;
    left: -28px;
    display: block;
    line-height: 1.32;
    color: #33a4e8;
    font-weight: 700;
    font-size: 100px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-list__item {
        padding: 24px 25px 40px;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .telemarketing2021 .reason-point-list__item::before {
        content: none;
    }
}

.telemarketing2021 .reason-point-list__item:nth-child(odd) .reason-point-figure {
    right: 40px;
}

.telemarketing2021 .reason-point-list__item .reason-point__body {
    width: 65.217%;
    min-height: 206px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-list__item .reason-point__body {
        width: 100%;
        min-height: auto;
    }
}

.telemarketing2021 .reason-point-list__item:nth-child(even) .reason-point-figure {
    left: 40px;
}

.telemarketing2021 .reason-point-list__item:nth-child(even) .reason-point__body {
    margin-left: 34.783%;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-list__item:nth-child(even) .reason-point__body {
        margin-left: 0;
    }
}

.telemarketing2021 .reason-point-figure {
    position: absolute;
    top: 50px;
    width: 29.8%;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-figure {
        position: static;
        width: 100%;
        margin-bottom: 32px;
        text-align: center;
    }
    .telemarketing2021 .reason-point-figure img {
        display: inline-block;
    }
}

.telemarketing2021 .reason-point-title {
    display: inline-block;
    line-height: 1.464;
    padding: 7px 22px 5px 22px;
    margin: 0 0 25px;
    background: -webkit-gradient(linear, left top, right top, from(#33a4e8), to(#88d9de));
    background: linear-gradient(to right, #33a4e8 0%, #88d9de 100%);
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-title {
        display: flex;
        align-items: center;
        width: calc(100% + 20px);
        margin: 0 -10px 24px;
        padding: 0;
        background: none;
    }
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-title::before {
        position: static;
        content: counter(reason_point, decimal-leading-zero);
        counter-increment: reason_point;
        display: block;
        width: 18.718vw;
        color: #33a4e8;
        font-weight: 700;
        font-size: 50px;
        font-size: min(12.821vw, 50px);
    }
}

.telemarketing2021 .reason-point-list__item:nth-child(1) {
    padding-bottom: 40px;
}

.telemarketing2021 .reason-point-list__item:nth-child(1) .reason-point__body {
    min-height: 218px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-list__item:nth-child(1) {
        padding-bottom: 20px;
    }
    .telemarketing2021 .reason-point-list__item:nth-child(1) .reason-point-title {
        width: calc(100% + 25px);
    }
}

.telemarketing2021 .reason-point-list__item:nth-child(5) .reason-point__body {
    margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-list__item:nth-child(5) .reason-point__body {
        margin-bottom: 30px;
    }
}

.telemarketing2021 .reason-point-title span {
    color: #fff;
    font-size: calc(16px + (28 - 16) / (1200 - 640) * (100vw - 640px));
    min-height: 0vw;
    letter-spacing: 0.04em;
}

.telemarketing2021 .reason-point-title span b {
    font-size: 1.429em;
}

@media screen and (min-width: 993px) {
    .telemarketing2021 .reason-point-title span {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-title span {
        flex: 1 1 0%;
        display: inline-block;
        line-height: 1.5;
        padding: 6px 8px 6px 12px;
        background: -webkit-gradient(linear, left top, right top, from(#33a4e8), to(#88d9de));
        background: linear-gradient(to right, #33a4e8 0%, #88d9de 100%);
        font-size: 20px;
        font-size: min(5.128vw, 20px);
        letter-spacing: 0.02em;
    }
}

.telemarketing2021 .reason-point-detail {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-detail {
        font-size: 14px;
    }
}

.telemarketing2021 .reason-point-detail p b {
    color: #3E85B0;
    font-weight: 700;
    font-size: 22px;
}

.telemarketing2021 .reason-point-detail p.__catch {
    margin-bottom: 0.667em;
    font-weight: 700;
    font-size: 24px;
}

.telemarketing2021 .reason-point-detail p.__catch b {
    display: inline-block;
    line-height: 1;
    font-size: 48px;
}

.telemarketing2021 .reason-point-detail p + ul {
    margin-top: -1em;
}

.telemarketing2021 .reason-point-detail ul li {
    position: relative;
    padding-left: 1em;
    text-indent: 0;
}

.telemarketing2021 .reason-point-detail ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-detail p b {
        font-size: 16px;
    }
    .telemarketing2021 .reason-point-detail p.__catch {
        font-size: 20px;
    }
    .telemarketing2021 .reason-point-detail p.__catch .unit {
        font-size: 16px;
    }
    .telemarketing2021 .reason-point-detail p.__catch b {
        font-size: 30px;
    }
}

.telemarketing2021 .reason-point-btn {
    margin: 40px 0 0;
    width: 400px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-btn {
        margin: 30px 0 0;
        min-width: auto;
        width: 100%;
    }
}

.telemarketing2021 .reason-point-btn__link {
    display: block;
    line-height: 1.5;
    padding: 17px 2em;
    border: 1px solid #282828;
    border-radius: 60px;
    color: #ffffff;
    background-color: #282828;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.telemarketing2021 .reason-point-btn__link:hover {
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-btn__link {
        line-height: 1.714;
        padding: 17px 1em;
        font-size: 14px;
        letter-spacing: 0;
        display: block;
    }
}

.telemarketing2021 .reason-point-btn__link::after {
    content: "\f1df";
    font-family: "Material Icons";
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-weight: normal;
    font-style: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    margin: 0 0 0 1em;
    position: absolute;
    top: calc(50% - 0.5em);
    font-weight: normal;
    overflow: visible;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .reason-point-btn__link::after {
        margin: 0 0 0 0.5em;
    }
}

.telemarketing2021 .reason-point-btn__link:hover {
    color: #282828;
    background: #f2f2f2;
}

.telemarketing2021 .reason-point__list-db {
    width: 100%;
}


.telemarketing2021 .flow {
    background: #f5f5f5;    
    counter-reset: flow;
}

.telemarketing2021 .flow-title {
    font-size: calc(24px + (32 - 24) / (1200 - 640) * (100vw - 640px));
    min-height: 0vw;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-title {
        font-size: 24px;
    }
}

@media screen and (min-width: 993px) {
    .telemarketing2021 .flow-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-title {
        font-size: 24px;
    }
}

.telemarketing2021 .flow-title span {
    font-size: calc(14px + (16 - 14) / (1200 - 640) * (100vw - 640px));
    min-height: 0vw;
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-title span {
        font-size: 14px;
    }
}

@media screen and (min-width: 993px) {
    .telemarketing2021 .flow-title span {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-title span {
        font-size: 14px;
    }
}

.telemarketing2021 .flow__stack {
    margin: 0 0 80px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow__stack {
        margin: 0;
    }
}

.telemarketing2021 .flow__stack:last-child {
    margin: 0;
}

.telemarketing2021 .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.telemarketing2021 .flow-list__item {
    background: #fff;
    flex: 1;
    padding: 65px 20px;
    position: relative;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list__item {
        padding: 30px 20px;
    }
}

.telemarketing2021 .flow-list__item::before {
    counter-increment: flow;
    content: counter(flow, decimal-leading-zero);
    position: absolute;
    top: -20px;
    right: 0;
    color: #f5f5f5;
    font-size: calc(60px + (100 - 60) / (1200 - 640) * (100vw - 640px));
    min-height: 0vw;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list__item::before {
        font-size: 60px;
    }
}

@media screen and (min-width: 993px) {
    .telemarketing2021 .flow-list__item::before {
        font-size: 100px;
    }
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list__item::before {
        font-size: 60px;
        top: 0;
        right: 10px;
    }
}

.telemarketing2021 .flow-list__item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -8px;
    top: 70px;
    z-index: 20;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list__item::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #ffffff transparent transparent transparent;
        top: auto;
        bottom: -8px;
        left: calc(50% - 8px);
        right: auto;
    }
}

.telemarketing2021 .flow-list__item:nth-child(even) {
    background: #ebebeb;
}

.telemarketing2021 .flow-list__item:nth-child(even)::after {
    border-color: transparent transparent transparent #ebebeb;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list__item:nth-child(even)::after {
        border-color: #ebebeb transparent transparent transparent;
    }
}

.telemarketing2021 .flow-list__item:last-child::after {
    display: none;
}
@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-list__item:last-child::after {
        display: block;
    }
    .telemarketing2021 .flow__stack:last-child .flow-list__item:last-child::after {
        display: none;
    }
}

.telemarketing2021 .flow-list__item p {
    font-size: 16px;
    position: relative;
    z-index: 10;
}

.telemarketing2021 .flow-title__h3 {
    text-align: center;
    color: #3E85B0;
    font-size: 18px;
    margin: 0 0 25px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .flow-title__h3 {
        margin: 0 0 15px;
    }
}

.telemarketing2021 .list-db-title {
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.telemarketing2021 .list-db-title.__h3 {
    margin: 0 0 1.167em;
    color: #3E85B0;
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-title.__h3 {
        line-height: 1.778;
        margin-bottom: 1.556em;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.telemarketing2021 .list-db-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.telemarketing2021 .list-db-col {
    width: 47.826%;
    padding: 0 0 30px;
    background-color: #f5f5f5;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-col {
        width: 100%;
        padding-bottom: 20px;
    }
    .telemarketing2021 .list-db-col + .list-db-col {
        margin-top: 20px;
    }
}

.telemarketing2021 .list-db-title.__h4 {
    padding: 8px;
    color: #ffffff;
    background: linear-gradient(to right, #282828 0%, #6f6f6f 100%);
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-title.__h4 {
        padding: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.telemarketing2021 .list-db-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 146px;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-image {
        height: 102px;
    }
    .telemarketing2021 .list-db-image img {
        width: auto;
        max-height: 58.824%;
        height: 100%;
    }
}

.telemarketing2021 .list-db-image__recommend {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #3E85B0;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
}

.telemarketing2021 .list-db-image__recommend::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 22px 8px;
    border-color: transparent transparent #3E85B0 transparent;
    transform: rotate(-126deg);
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-image__recommend {
        top: -5px;
        right: 7px;
        width: 82px;
        height: 82px;
        font-size: 15px;
        font-size: 0.938rem;
    }
}

.telemarketing2021 .list-db-feature {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-feature {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.telemarketing2021 .list-db-feature.__type01 {
    line-height: 1.833;
}

.telemarketing2021 .list-db-feature.__type02 {
    line-height: 1.222;
    font-weight: 700;
}

.telemarketing2021 .list-db-feature.__type02 small {
    font-weight: 500;
    font-size: 0.778em;
}

.telemarketing2021 .list-db-feature.__type02 li + li {
    margin-top: 1em;
}

.telemarketing2021 .list-db-feature li {
    position: relative;
    padding-left: 1em;
    text-indent: 0;
    text-align: left;
}

.telemarketing2021 .list-db-feature li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
}

.telemarketing2021 .list-db-feature li.__catch {
    padding-left: 0;
    color: #3E85B0;
    font-weight: 700;
}

.telemarketing2021 .list-db-feature li.__catch::before {
    content: none;
}

.telemarketing2021 .list-db-closing {
    line-height: 1.5;
    margin: 0.417em 0 0;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .telemarketing2021 .list-db-closing {
        line-height: 1.538;
        margin-top: 0.769em;
        font-size: 13px;
        font-size: 0.813rem;
    }
}


.p-about {
    position: relative;
    background: #edaeae1a;
    padding-block: 6rem;
}

.p-about::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    width: 100%;
    height: 33.5rem;
    content: "";
}

.p-about__title {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
}

.p-about__title p {
    margin-top: -5px;
    display: flex;
    align-items: end;
}

.p-about__title p span {
    margin-left: -0.3rem;
}

.p-about__title .text-karitori {
    width: 18.135rem;
    height: auto;
    margin-bottom: -11px;
}

.p-about__remark {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
}

.p-about__contents {
    position: relative;
    z-index: 2;
    border: 1px solid #d1d1d1;
    border-radius: 1.25rem;
    background: #ffffff;
    border: 2px solid #edaeae;
    box-shadow: 4px 4px 10px 0px #d82e2e1a;
    padding: 2.4rem 2.5rem 3rem 2.5rem;
    margin-top: 2.5rem;
}

.p-about__contents .contents-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-about__contents .contents-wrap-inner {
    display: flex;
    align-items: center;
}

.p-about__contents .contents-wrap .arrow-wrap {
    display: flex;
    flex-direction: column;
    gap: 6.8rem;
    width: 15%;
    padding-top: 1rem;
    text-align: center;
}

.p-about__contents .contents-wrap .arrow-left {
    position: relative;
    background: linear-gradient(180deg, #f63434 0%, #d82e2e 100%);
    background: -webkit-linear-gradient(180deg, #f63434 0%, #d82e2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 1.75rem;
}

.p-about__contents .contents-wrap .arrow-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    background: url(../img/about_arrow_left.png) no-repeat center/contain;
    width: 100%;
    height: 24px;
}

.p-about__contents .contents-wrap .arrow-right {
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
}

.p-about__contents .contents-wrap .arrow-right::after {
    content: "";
    position: absolute;
    top: -29px;
    left: 0;
    background: url(../img/about_arrow_right.png) no-repeat center/contain;
    width: 100%;
    height: 24px;
}

.p-about__contents .contents-wrap .img-wrap {
    position: relative;
}

.p-about__contents .contents-wrap .client {
    padding-left: 2rem;
}

.p-about__contents .contents-wrap .client .img-wrap {
    width: 11.5rem;
    margin-top: -1rem;
}

.p-about__contents .contents-wrap .client .img-wrap .name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 9999px;
    width: 16.125rem;
    padding: 0.6rem 1rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.p-about__contents .contents-wrap .director {
    display: flex;
    gap: 0.9rem;
    background: #edaeae33;
    border-radius: 10px;
    width: 56%;
    padding: 1.4rem;
}

.p-about__contents .contents-wrap .director .img-wrap {
    width: 15rem;
}

.p-about__contents .contents-wrap .director .img-wrap .name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 9999px;
    width: 16.125rem;
    padding: 0.6rem 1rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: #d82e2e;
}

.p-about__contents .contents-wrap .director .list li {
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    padding-left: 2rem;
}

.p-about__contents .contents-wrap .director .list li:first-child {
    margin-top: 0.6rem;
}

.p-about__contents .contents-wrap .director .list li::before {
    content: "";
    position: absolute;
    background: url(../images/about_list_icon.svg) no-repeat center/contain;
    top: 0;
    left: 0;
    width: 13%;
    height: 100%;
}

.p-about__contents-text {
    margin-top: 2.3rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0em;
    text-align: center;
}

.p-about__contents-text .bold {
    font-weight: 700;
    font-size: 1.5rem;
}

.p-about__contents-text span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.p-about__contents-text span.line1::before {
    position: absolute;
    bottom: 0.2rem;
    left: -0.2rem;
    content: "";
    width: 100%;
    height: 8px;
    background: #f5161680;
    z-index: -1;
}
.p-about .l-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 2.5rem;
    width: 100%;
    max-width: 1152px;
    height: inherit;
}
@media only screen and (max-width: 767px){
    .u-hidden--sp{
        display: none !important;
    }
    .p-about .l-inner {
        padding: 0 2.0833rem;
    }
    .p-about {
        padding-block: 8rem;
    }

    .p-about__title {
        font-size: 4.1667rem;
        line-height: 1.3;
    }

    .p-about__title p {
        margin-top: -5px;
        display: flex;
        align-items: end;
    }

    .p-about__title p span {
        margin: 0 1.4rem 0 -0.3rem;
    }

    .p-about__title .text-karitori {
        width: 31.2rem;
        margin-bottom: -6px;
    }

    .p-about__remark {
        margin-top: 2.9rem;
        font-size: 2.0833rem;
        letter-spacing: -0.01em;
    }

    .p-about__contents {
        margin-top: 3.9rem;
        border-radius: 2.6042rem;
        padding: 1.8rem 1.7rem 1.9rem 1.7rem;
    }

    .p-about__contents .contents-wrap .director {
        flex-direction: column;
    }

    .p-about__contents .contents-wrap .arrow-wrap {
        position: absolute;
        width: 18%;
        left: 12.8rem;
        gap: 4.5rem;
        padding-top: 0;
    }

    .p-about__contents .contents-wrap .arrow-left {
        font-size: 2.0833rem;
    }

    .p-about__contents .contents-wrap .arrow-left::after {
        left: -2px;
        bottom: -67%;
        width: 110%;
    }

    .p-about__contents .contents-wrap .arrow-right {
        font-size: 1.5625rem;
        white-space: nowrap;
    }

    .p-about__contents .contents-wrap .arrow-right::after {

    }

    .p-about__contents .contents-wrap .client {
        padding-left: 1.5rem;
    }

    .p-about__contents .contents-wrap .client .img-wrap {
        width: 10.9375rem;
        margin-top: -3.2em;
    }
    .p-about__contents .contents-wrap .client .img-wrap img{
        max-width: 100%;
    }

    .p-about__contents .contents-wrap .client .img-wrap .name {
        width: 14.0625rem;
        font-size: 1.8229rem;
        bottom: -12.5%;
    }

    .p-about__contents .contents-wrap .director {
        width: 50.5%;
        border-radius: 4px;
        padding: 1rem 1.4rem;
        gap: 2.2rem;
    }
    .p-about__contents .contents-wrap .director .img-wrap {
        width: 17.578rem;
    }
    .p-about__contents .contents-wrap .director .img-wrap img{
        max-width: 100%;
    }

    .p-about__contents .contents-wrap .director .img-wrap .name {
        bottom: -2rem;
        width: 19.531rem;
        padding: 0.5rem 0;
        font-size: 1.8229rem;
    }

    .p-about__contents .contents-wrap .director .list li {
        padding-left: 2.8rem;
        margin-top: 0.3rem;
        font-size: 1.5625rem;
    }

    .p-about__contents .contents-wrap .director .list li::before {
        width: 9%;
        left: 4.5%;
    }

    .p-about__contents-text {
        margin-top: 1.8rem;
        font-size: 1.8229rem;
        line-height: 1.448;
        letter-spacing: -0.02em;
    }

    .p-about__contents-text .bold {
        margin-top: 0.2rem;
        font-size: 2.3438rem;
    }
}
@media only screen and (min-width: 768px){
    .u-hidden--pc{
        display: none;
    }
}

@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}


@media screen and (max-width:767px) {
    .p-about__contents .contents-wrap{
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .p-about__contents .contents-wrap .client{
        margin-bottom: 20px;
    }
    .p-about__contents .contents-wrap .client .img-wrap{
        width: 100%;
        margin-top: 0;
    }
    .p-about__contents .contents-wrap .client .img-wrap .name{
        bottom: 15px;
    }
    .p-about__contents .contents-wrap .arrow-wrap{
        position: static;
    }
    .p-about__contents .contents-wrap .director{
        width: 100%;
    }
    .p-about__contents .contents-wrap .director .img-wrap{
        width: 100%;
    }
    .p-about__contents .contents-wrap .director .list li::before{
        left: 0;
    }
}

