/* --------------------
 CSR
-------------------- */
.csr__overview {
    padding: 30px 0 30px;
}

@media (min-width: 768px) {
    .csr__overview {
        padding-top: 0;
    }
}

.csr__overview-container {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .csr__overview-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1240px) {
    .csr__overview-container {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 50px;
        justify-content: center;
    }
}

.csr__overview__main {
    margin: 0 auto;
    max-width: 800px;
}

@media (min-width: 1240px) {
    .csr__overview__main {
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.csr__overview__main__title {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .csr__overview__main__title {
        margin-bottom: 40px;
    }
}

.csr__overview__main__content {
    margin: 0 auto 20px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .csr__overview__main__content {
        margin-bottom: 60px;
    }
}

.csr__overview__main__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__overview__main__content p {
        font-size: 1.5rem;
    }
}

.csr__overview__main__content p:first-child {
    margin-top: 0;
}

.csr__overview__main__content p:last-child {
    margin-bottom: 0;
}

.csr__overview__main__photo {
    margin: 0 auto 30px;
    max-width: 400px;
    text-align: center;
    width: 80%;
}

@media (min-width: 768px) {
    .csr__overview__main__photo {
        width: 400px;
    }
}

@media (min-width: 1240px) {
    .csr__overview__main__photo {
        display: none;
    }
}

.csr__overview__main__menu {
    display: grid;
    gap: 15px 20px;
    grid-gap: 15px 20px;
    margin: 0 auto;
    max-width: 720px;
}

@media (min-width: 768px) {
    .csr__overview__main__menu {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.csr__overview__main__menu__item__link {
    background-color: #00903c;
    border: none;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    line-height: 1.2;
    padding: 15px 30px 15px 15px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .csr__overview__main__menu__item__link {
        font-size: 1.5rem;
        padding: 15px 30px 15px 20px;
    }
}

.csr__overview__main__menu__item__link:before {
    background-image: url(../images/icons/icon-double-angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    bottom: 0;
    content: "";
    height: 8px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 15px;
    top: 0;
    transition: right 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 14px;
}

.csr__overview__main__menu__item__link:focus {
    background-color: rgba(0, 0, 0, 0.6);
}

.csr__overview__main__menu__item__link:focus:before {
    right: 10px;
}

@media (hover: hover) and (pointer: fine) {
    .csr__overview__main__menu__item__link:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .csr__overview__main__menu__item__link:hover:before {
        right: 10px;
    }
}

.csr__overview__photo {
    display: none;
}

@media (min-width: 1240px) {
    .csr__overview__photo {
        display: block;
        flex-shrink: 1;
    }
}

.csr__action {
    background-image: url(../images/pages/csr/csr-action-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: calc(7.29167% + 60px) 0 80px;
    position: relative;
    z-index: 2;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .csr__action {
        background-image: url(../images/pages/csr/csr-action-bg@2x.webp);
    }
}

.csr__action:before {
    background-image: url(../images/commons/com-mask-top-left.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 101% auto;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 0;
}

.csr__action:after {
    background-image: url(../images/pages/csr/csr-action-shape.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 650px 1045px;
    bottom: -80px;
    content: "";
    display: block;
    height: 1045px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 650px;
    z-index: 0;
}

.csr__action-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .csr__action-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.csr__action__head {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    justify-content: normal;
}

@media (min-width: 768px) {
    .csr__action__head {
        align-items: flex-start;
        column-gap: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.csr__action__head__number {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 0 10px;
    justify-content: center;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .csr__action__head__number {
        column-gap: 20px;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

.csr__action__head__number:after {
    background-color: #009d3c;
    content: "";
    display: block;
    height: 3px;
    width: 20px;
}

@media (min-width: 768px) {
    .csr__action__head__number:after {
        height: 5px;
        width: 45px;
    }
}

.csr__action__head__number img {
    width: min(15.36vw, 64.8px);
}

@media (min-width: 768px) {
    .csr__action__head__number img {
        transform: translateY(-5%);
        width: min(11.25vw, 144px);
    }
}

@media (min-width: 992px) {
    .csr__action__head__number img {
        transform: none;
        width: 144px;
    }
}

.csr__action__head .com-title__en {
    padding-top: 0.05em;
}

@media (max-width: 767px) {
    .csr__action__head .com-title__en {
        font-size: min(12.8vw, 7.8rem);
    }
}

.csr__action__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 80px;
}

.csr__action__item:last-child {
    margin-bottom: 0;
}

.csr__action__item__head {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: 80px;
}

@media (min-width: 768px) {
    .csr__action__item__head {
        width: 140px;
    }
}

@media (min-width: 992px) {
    .csr__action__item__head {
        width: 230px;
    }
}

.csr__action__item__head__line {
    background-color: #222;
    bottom: 12px;
    display: block;
    height: auto;
    left: 3px;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 12px;
    width: 2px;
    z-index: 0;
}

@media (min-width: 768px) {
    .csr__action__item__head__line {
        width: 3px;
    }
}

.csr__action__item__head__line:before, .csr__action__item__head__line:after {
    background-color: #222;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 8px;
    left: -3px;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 8px;
}

@media (min-width: 768px) {
    .csr__action__item__head__line:before, .csr__action__item__head__line:after {
        height: 13px;
        left: -5px;
        width: 13px;
    }
}

.csr__action__item__head__line:before {
    bottom: -6px;
}

.csr__action__item__head__line:after {
    top: -6px;
}

.csr__action__item__head .com-ctttitle {
    margin: auto;
    padding-top: 0.25em;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.csr__action__item__main {
    flex-grow: 1;
    flex-shrink: 1;
}

.csr__action__item__main__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__action__item__main__content p {
        font-size: 1.5rem;
    }
}

.csr__action__item__main__content p:first-child {
    margin-top: 0;
}

.csr__action__item__main__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .csr__action__main {
        width: 50%;
    }
}

.csr__action__main__title {
    align-items: center;
    background-image: url(../images/pages/company/company-greeting-frame.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: min(88vw, 440px);
}

@media (min-width: 768px) {
    .csr__action__main__title {
        margin-bottom: 30px;
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .csr__action__main__title {
        margin-left: 0;
        margin-right: 0;
    }
}

.csr__action__main__title:before {
    content: "";
    display: block;
    height: auto;
    padding: 53.7037037037% 0 0;
    width: auto;
}

.csr__action__main__title .com-ctttitle {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0 0 0.85em 0.25em;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .csr__action__main__title .com-ctttitle {
        font-size: min(4.5333333333vw, 2.2rem);
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .csr__action__main__title .com-ctttitle {
        font-size: min(2.2177419355vw, 2.4rem);
    }
}

.csr__action__main__photo {
    margin: 0 auto 30px;
    text-align: center;
    width: 80%;
}

@media (min-width: 992px) {
    .csr__action__main__photo {
        display: none;
    }
}

.csr__action__main__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__action__main__content p {
        font-size: 1.5rem;
    }
}

.csr__action__main__content p:first-child {
    margin-top: 0;
}

.csr__action__main__content p:last-child {
    margin-bottom: 0;
}

.csr__about {
    background-color: #d8d8d8;
    color: #fff;
    margin: 0 0 -7.2916666667%;
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .csr__about {
        background-color: transparent;
    }
}

.csr__about:before {
    background-image: url(../images/pages/csr/csr-about-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask-image: url(../images/pages/csr/csr-about-bg-mask.svg);
    mask-image: url(../images/pages/csr/csr-about-bg-mask.svg);
    -webkit-mask-position: center 99.9999%;
    mask-position: center 99.9999%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .csr__about:before {
        background-image: url(../images/pages/csr/csr-about-bg@2x.webp);
    }
}

@media (min-width: 992px) {
    .csr__about {
        padding-top: 120px;
    }
}

.csr__about-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.csr__about-container:before {
    background-image: url(../images/commons/com-shape-dot-darkgray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125px 119px;
    bottom: auto;
    content: "";
    display: block;
    height: 119px;
    left: auto;
    opacity: 0.62;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -160px;
    width: 125px;
    z-index: 0;
}

@media (min-width: 768px) {
    .csr__about-container:before {
        background-size: 166px 158px;
        height: 158px;
        left: 75%;
        width: 166px;
    }
}

.csr__about-container:after {
    background-image: url(../images/commons/com-shape-jagged-line-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 102px 54px;
    bottom: auto;
    content: "";
    display: none;
    height: 54px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -40px;
    width: 102px;
    z-index: 2;
}

@media (min-width: 768px) {
    .csr__about-container:after {
        background-size: 170px 90px;
        display: block;
        height: 90px;
        left: 65%;
        width: 170px;
    }
}

@media (min-width: 768px) {
    .csr__about-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.csr__about__head {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    justify-content: normal;
}

@media (min-width: 768px) {
    .csr__about__head {
        align-items: flex-start;
        column-gap: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.csr__about__head__number {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 0 10px;
    justify-content: center;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .csr__about__head__number {
        column-gap: 20px;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

.csr__about__head__number:after {
    background-color: #009d3c;
    content: "";
    display: block;
    height: 3px;
    width: 20px;
}

@media (min-width: 768px) {
    .csr__about__head__number:after {
        height: 5px;
        width: 45px;
    }
}

.csr__about__head__number img {
    width: min(21.3333333333vw, 90px);
}

@media (min-width: 768px) {
    .csr__about__head__number img {
        transform: translateY(-5%);
        width: min(15.625vw, 200px);
    }
}

@media (min-width: 992px) {
    .csr__about__head__number img {
        transform: none;
        width: 200px;
    }
}

.csr__about__head .com-title__en {
    padding-top: 0.05em;
}

@media (max-width: 767px) {
    .csr__about__head .com-title__en {
        font-size: min(12.8vw, 7.8rem);
    }
}

.csr__about__flx {
    margin: 0 auto 60px;
    max-width: 1420px;
    padding: 0;
}

@media (min-width: 768px) {
    .csr__about__flx {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .csr__about__flx-inner {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

.csr__about__flx__photo {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .csr__about__flx__photo {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        margin-bottom: 0;
        padding-right: 40px;
        text-align: right;
        width: 40%;
    }
}

@media (min-width: 1240px) {
    .csr__about__flx__photo {
        padding-right: 60px;
        width: 44%;
    }
}

.csr__about__flx__main {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .csr__about__flx__main {
        width: 60%;
    }
}

@media (min-width: 1240px) {
    .csr__about__flx__main {
        width: 56%;
    }
}

.csr__about__flx__main__head {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: 80px;
}

@media (min-width: 768px) {
    .csr__about__flx__main__head {
        width: 140px;
    }
}

@media (min-width: 1240px) {
    .csr__about__flx__main__head {
        width: 180px;
    }
}

.csr__about__flx__main__head__line {
    background-color: #fff;
    bottom: 12px;
    display: block;
    height: auto;
    left: 3px;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 12px;
    width: 2px;
    z-index: 0;
}

@media (min-width: 768px) {
    .csr__about__flx__main__head__line {
        width: 3px;
    }
}

.csr__about__flx__main__head__line:before, .csr__about__flx__main__head__line:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 8px;
    left: -3px;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 8px;
}

@media (min-width: 768px) {
    .csr__about__flx__main__head__line:before, .csr__about__flx__main__head__line:after {
        height: 13px;
        left: -5px;
        width: 13px;
    }
}

.csr__about__flx__main__head__line:before {
    bottom: -6px;
}

.csr__about__flx__main__head__line:after {
    top: -6px;
}

.csr__about__flx__main__head .com-ctttitle {
    margin: auto;
    padding-top: 0.25em;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.csr__about__flx__main__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__about__flx__main__content p {
        font-size: 1.5rem;
    }
}

.csr__about__flx__main__content p:first-child {
    margin-top: 0;
}

.csr__about__flx__main__content p:last-child {
    margin-bottom: 0;
}

.csr__about__gallery {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1010px;
}

@media (min-width: 768px) {
    .csr__about__gallery {
        gap: 25px;
    }
}

.csr__detail {
    background-image: url(../images/pages/csr/csr-detail-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(7.29167% + 60px) 0 80px;
    position: relative;
}

@media (min-width: 992px) {
    .csr__detail {
        padding-bottom: 120px;
        padding-top: calc(7.29167% + 120px);
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .csr__detail {
        background-image: url(../images/pages/csr/csr-detail-bg@2x.webp);
    }
}

.csr__detail-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.csr__detail-container:before {
    background-image: url(../images/commons/com-shape-plus-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 102px 72px;
    bottom: -80px;
    content: "";
    display: block;
    height: 72px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -20px;
    width: 102px;
    z-index: 2;
}

@media (min-width: 768px) {
    .csr__detail-container:before {
        background-size: 170px 120px;
        height: 120px;
        width: 170px;
    }
}

.csr__detail-container:after {
    background-image: url(../images/commons/com-shape-jagged-line-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 102px 54px;
    bottom: auto;
    content: "";
    display: none;
    height: 54px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -40px;
    width: 102px;
    z-index: 2;
}

@media (min-width: 768px) {
    .csr__detail-container:after {
        background-size: 170px 90px;
        display: block;
        height: 90px;
        right: 150px;
        top: 60px;
        width: 170px;
    }
}

@media (min-width: 768px) {
    .csr__detail-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.csr__detail__head {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    justify-content: normal;
}

@media (min-width: 768px) {
    .csr__detail__head {
        align-items: flex-start;
        column-gap: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.csr__detail__head__number {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 0 10px;
    justify-content: center;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .csr__detail__head__number {
        column-gap: 20px;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

.csr__detail__head__number:after {
    background-color: #009d3c;
    content: "";
    display: block;
    height: 3px;
    width: 20px;
}

@media (min-width: 768px) {
    .csr__detail__head__number:after {
        height: 5px;
        width: 45px;
    }
}

.csr__detail__head__number img {
    width: min(21.9733333333vw, 92.7px);
}

@media (min-width: 768px) {
    .csr__detail__head__number img {
        transform: translateY(-5%);
        width: min(16.09375vw, 206px);
    }
}

@media (min-width: 992px) {
    .csr__detail__head__number img {
        transform: none;
        width: 206px;
    }
}

.csr__detail__head .com-title__en {
    padding-top: 0.05em;
}

@media (max-width: 767px) {
    .csr__detail__head .com-title__en {
        font-size: min(12.8vw, 7.8rem);
    }
}

.csr__detail__item__a {
    margin: 0 0 80px;
    padding: 0 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .csr__detail__item__a {
        padding-left: 140px;
    }
}

@media (min-width: 992px) {
    .csr__detail__item__a {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
        padding-left: 0;
    }
}

.csr__detail__item__a__head {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

@media (min-width: 768px) {
    .csr__detail__item__a__head {
        width: 140px;
    }
}

@media (min-width: 992px) {
    .csr__detail__item__a__head {
        bottom: auto;
        flex-grow: 0;
        flex-shrink: 0;
        left: auto;
        padding-right: 30px;
        position: relative;
        right: auto;
        top: auto;
        width: 170px;
    }
}

@media (min-width: 1240px) {
    .csr__detail__item__a__head {
        width: 210px;
    }
}

.csr__detail__item__a__head__line {
    background-color: #222;
    bottom: 12px;
    display: block;
    height: auto;
    left: 3px;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 12px;
    width: 2px;
    z-index: 0;
}

@media (min-width: 768px) {
    .csr__detail__item__a__head__line {
        width: 3px;
    }
}

.csr__detail__item__a__head__line:before, .csr__detail__item__a__head__line:after {
    background-color: #222;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 8px;
    left: -3px;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 8px;
}

@media (min-width: 768px) {
    .csr__detail__item__a__head__line:before, .csr__detail__item__a__head__line:after {
        height: 13px;
        left: -5px;
        width: 13px;
    }
}

.csr__detail__item__a__head__line:before {
    bottom: -6px;
}

.csr__detail__item__a__head__line:after {
    top: -6px;
}

.csr__detail__item__a__head .com-ctttitle {
    margin: auto;
    padding-top: 0.25em;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.csr__detail__item__a__content {
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 992px) {
    .csr__detail__item__a__content {
        margin-bottom: 0;
        padding-right: 50px;
        width: calc(55% - 93.5px);
    }
}

@media (min-width: 1240px) {
    .csr__detail__item__a__content {
        width: calc(55% - 115.5px);
    }
}

.csr__detail__item__a__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__detail__item__a__content p {
        font-size: 1.5rem;
    }
}

.csr__detail__item__a__content p:first-child {
    margin-top: 0;
}

.csr__detail__item__a__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .csr__detail__item__a__photo {
        width: calc(45% - 76.5px);
    }
}

@media (min-width: 1240px) {
    .csr__detail__item__a__photo {
        width: calc(45% - 94.5px);
    }
}

.csr__detail__item__b {
    margin: 0;
    padding: 0 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .csr__detail__item__b {
        padding-left: 140px;
    }
}

@media (min-width: 992px) {
    .csr__detail__item__b {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        gap: 0;
        justify-content: space-between;
        padding-left: 0;
    }
}

.csr__detail__item__b__head {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

@media (min-width: 768px) {
    .csr__detail__item__b__head {
        width: 140px;
    }
}

@media (min-width: 992px) {
    .csr__detail__item__b__head {
        bottom: auto;
        flex-grow: 0;
        flex-shrink: 0;
        left: auto;
        order: 2;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        width: 170px;
    }
}

@media (min-width: 1240px) {
    .csr__detail__item__b__head {
        width: 190px;
    }
}

.csr__detail__item__b__head__line {
    background-color: #000;
    bottom: 0;
    display: block;
    height: auto;
    left: 3px;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 2px;
    z-index: 0;
}

@media (min-width: 768px) {
    .csr__detail__item__b__head__line {
        width: 3px;
    }
}

.csr__detail__item__b__head__line:before, .csr__detail__item__b__head__line:after {
    background-color: #000;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 8px;
    left: -3px;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 8px;
}

@media (min-width: 768px) {
    .csr__detail__item__b__head__line:before, .csr__detail__item__b__head__line:after {
        height: 13px;
        left: -5px;
        width: 13px;
    }
}

.csr__detail__item__b__head__line:before {
    bottom: -6px;
}

.csr__detail__item__b__head__line:after {
    top: -6px;
}

.csr__detail__item__b__head .com-ctttitle {
    margin: auto;
    padding-top: 0.25em;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.csr__detail__item__b__content {
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .csr__detail__item__b__content {
        margin-bottom: 0;
        order: 3;
        padding: 0 0 0 20px;
        width: calc(50% - 85px);
    }
}

@media (min-width: 1240px) {
    .csr__detail__item__b__content {
        padding-left: 40px;
        width: calc(50% - 95px);
    }
}

.csr__detail__item__b__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__detail__item__b__content p {
        font-size: 1.5rem;
    }
}

.csr__detail__item__b__content p:first-child {
    margin-top: 0;
}

.csr__detail__item__b__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .csr__detail__item__b__photo {
        order: 1;
        padding: 0 60px 0 0;
        width: calc(50% - 85px);
    }
}

@media (min-width: 1240px) {
    .csr__detail__item__b__photo {
        padding-right: 80px;
        width: calc(50% - 95px);
    }
}

.csr__info {
    padding: 80px 0;
    position: relative;
}

@media (min-width: 768px) {
    .csr__info {
        padding-bottom: 140px;
    }
}

.csr__info-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .csr__info-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.csr__info__content {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .csr__info__content {
        margin-bottom: 80px;
    }
}

.csr__info__content p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
    margin: 1.75em 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}

@media (min-width: 768px) {
    .csr__info__content p {
        font-size: 1.5rem;
    }
}

.csr__info__content p:first-child {
    margin-top: 0;
}

.csr__info__content p:last-child {
    margin-bottom: 0;
}

.csr__info__note {
    background-color: #fff;
    border: 2px solid #000;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    margin: 0 auto;
    max-width: 940px;
    padding: 30px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .csr__info__note {
        border-bottom-right-radius: 60px;
        border-top-left-radius: 60px;
        padding: 50px 30px;
    }
}

.csr__info__note:before {
    background-color: #fff;
    bottom: auto;
    content: "";
    display: block;
    height: 3px;
    left: auto;
    position: absolute;
    right: 0;
    top: -2px;
    width: 72px;
    z-index: 0;
}

@media (min-width: 768px) {
    .csr__info__note:before {
        width: 90px;
    }
}

.csr__info__note:after {
    background-image: url(../images/commons/com-note-shape-quotation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 44px 34px;
    bottom: auto;
    content: "";
    display: block;
    height: 48px;
    left: auto;
    position: absolute;
    right: 0;
    top: -24px;
    width: 72px;
}

@media (min-width: 768px) {
    .csr__info__note:after {
        background-size: 54px 42px;
        height: 60px;
        top: -30px;
        width: 90px;
    }
}

.csr__info__note-inner {
    margin: 0 auto;
    max-width: 790px;
    position: relative;
    z-index: 1;
}

.csr__info__note__lead {
    margin: 0 0 40px;
}

.csr__info__note__lead p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .csr__info__note__lead p {
        font-size: 2.2rem;
    }
}

.csr__info__note__action__button {
    align-items: center;
    background-color: #009d3c;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 4px 4px 0 #000;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: min(3.7333333333vw, 1.6rem);
    height: min(13.3333333333vw, 60px);
    justify-content: center;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .csr__info__note__action__button {
        font-size: min(2.0833333333vw, 1.8rem);
        height: min(7.8125vw, 70px);
        width: min(33.8541666667vw, 400px);
    }
}

.csr__info__note__action__button img {
    left: min(5.3333333333vw, 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .csr__info__note__action__button img {
        left: min(3.90625vw, 40px);
    }
}

.csr__info__note__action__button:focus {
    background-color: #e5e5e5;
    color: #000;
}

@media (hover: hover) and (pointer: fine) {
    .csr__info__note__action__button:hover {
        background-color: #e5e5e5;
        color: #000;
    }
}