body {
    /* font-family: "BIZ UDPMincho", serif; */
    font-family: "Zen Old Mincho", serif;
}

/* =================================main=============================== */

.main {
    background-color: #f7f7f9;
}

.container {
    width: 100%;
    max-width: 1153px;
    margin: 0 auto;
}

.top_mv {
    position: relative;
}

.top_mv_video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.top_mv_catch {
    writing-mode: vertical-rl;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 12px;
    line-height: 2.8;
    position: absolute;
    top: 150px;
    left: 150px;
}

.top_mv_scroll {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 1;
}

.top_mv_scroll_img {
    width: 44px;
    margin: 0 auto;
}

.top_mv_scroll_text {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1.2;
    padding-top: 11px;
}

@media screen and (max-width:767px) {
    .top_mv_catch {
        font-size: 20px;
        top: 25%;
        left: 5%;
    }
    .top_mv_scroll {
        bottom: 18px;
    }
    .top_mv_scroll_img {
        width: 30px;
    }
    .top_mv_scroll_text {
        color: #FFF;
    }
}

/* ================================preload_cover============================= */

.preload_cover {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.8s ease;
}

.preload_cover.out {
    opacity: 0;
    pointer-events: none;
}

.preload_cover_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 画面いっぱいに表示 */
}

/* ================================project============================= */

.top_project {
    position: relative;
}

.top_project::before {
    content: "PROJECT";
    position: absolute;
    color: #FFF;
    font-size: 108px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    top: 265px;
    left: 84px;
}

.t_project_container {
    padding: 224px 160px 0;
    position: relative;
}

.top_project_content {
    display: flex;
    justify-content: space-between;
}

.top_project_content_left {
    width: 62%;
}

.top_project_content_left_title {
    width: 237px;
}

.top_project_content_left_title span {
    font-size: 20px;
}

.top_project_content_left_text {
    margin-top: 18px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .25em;
}

.top_project_content_right {
    position: relative;
}

.top_project_content_right_catchcopy {
    writing-mode: vertical-rl;
    color: #000;
    font-size: 28.5px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .2em;
    text-align: left;
    position: absolute;
    top: -25px;
}

.top_detail {
    display: table;
    color: #FFF;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 3.6;
    letter-spacing: .15em;
    padding: 0 70px;
    background-color: #3e3f42;
    background-image: url(../img/yazirushi_white.png);
    background-size: 3px 6px;
    background-repeat: no-repeat;
    background-position: 170px 52%;
}

.top_project_content_right_detail {
    margin-top: 478px;
}

.top_project_scroll {
    width: 100%;
    display: flex;
    margin-top: 78px;
    overflow-x: hidden;
}

.top_project_scroll_img {
    margin-left: 28px;
    flex: 0 0 auto;
}

.scroll_1 {
    width: 446px;
    margin-top: 45px;
}

.scroll_2 {
    width: 310px;
    margin-top: 234px;
}

.scroll_3 {
    width: 354px;
    margin-top: 126px;
}

.scroll_4 {
    width: 290px;
}

@media screen and (max-width:767px) {
    .top_project::before {
        font-size: 50px;
        letter-spacing: .1em;
        line-height: 1.2;
        top: 6%;
        left: 3%;
    }
    .t_project_container {
        padding: 100px 20px 0;
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .top_project_content {
        display: block;
        justify-content: space-between;
        position: relative;
    }
    .top_project_content_left {
        width: 80%;
    }
    .top_project_content_left_title {
        width: 150px;
    }
    .top_project_content_left_text {
        margin-top: 15px;
        color: #000;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .15em;
    }
    .top_project_content_right {
        position: static;
    }
    .top_project_content_right_catchcopy {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: .15em;
        position: absolute;
        top: -25px;
        right: 0;
    }
    .top_detail {
        display: table;
        color: #FFF;
        font-size: 11.5px;
        font-weight: 400;
        line-height: 3.6;
        letter-spacing: .15em;
        padding: 0 70px;
        background-color: #3e3f42;
        background-image: url(../img/yazirushi_white.png);
        background-size: 3px 6px;
        background-repeat: no-repeat;
        background-position: 170px 52%;
    }
    .top_project_content_right_detail {
        margin: 50px auto 0;
    }
    .top_project_scroll {
        margin-top: 30px;
    }
    .top_project_scroll_img {
        margin-left: 15px;
        flex: 0 0 auto;
    }
    .scroll_1 {
        width: 223px;
        margin-top: 22.5px;
    }
    .scroll_2 {
        width: 155px;
        margin-top: 11.54px;
    }
    .scroll_3 {
        width: 178px;
        margin-top: 63px;
    }
    .scroll_4 {
        width: 72.5px;
    }
    .p_original {
        position: relative;
    }
}

/* ==================================work================================= */

.top_work {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
}

.top_work_mv {
    position: absolute;
    width: 53%;
    z-index: 1;
    top: -79px;
    left: 0;
}

/* ドットのcss */

.top_work_mv_box .slick-dots {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 5px;
    right: -30px;
}

.top_work_mv_box .slick-dots li {
    margin: 10px 5px 0;
}

.top_work_mv_box .slick-dots li button:before {
    content: "";
    position: absolute;
    background-color: #000;
    background-size: 1px 24px;
    width: 1px;
    height: 24px;
    left: 8px;
}

/* .top_work::before{
    content: "";
    position: absolute;
    background-image: url(../img/top_work_mv.png);
    background-size: 828px
} */

.top_work .t_work_container {
    margin-top: 280px;
    padding: 45px 0;
    background-color: #FFF;
    position: relative;
}

.t_work_container::before {
    content: "WORK";
    position: absolute;
    color: #FFF;
    font-size: 116px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    top: -109px;
    right: 0px;
}

.top_work_top {
    display: flex;
}

/* .top_work_top_left{
    position: absolute;
    width: 57%;
    left: 0;
} */

.top_work_top_right {
    margin: 0 0 0 auto;
    width: 40%;
}

.top_work_top_right_title {
    writing-mode: vertical-rl;
    color: #000;
    font-size: 28.5px;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: .25em;
    position: absolute;
    top: -100px;
    right: 62px;
}

.top_work_top_right_text {
    display: block;
    writing-mode: vertical-rl;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 3;
    letter-spacing: .3em;
    padding-left: 37px;
    height: 337px;
}

.top_work_top_right_detail {
    margin-top: 53px;
}

.top_work_bottom {
    width: 82%;
    margin: 70px auto 0;
}

.top_work_bottom_title {
    text-align: center;
    color: #000;
    font-size: 22.5px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.2;
}

.top_work_bottom_list {
    margin-top: 36.5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_work_bottom_list_item {
    width: calc(33.333% - 41px);
    margin-left: 61px;
}

.top_work_bottom_list_item:nth-child(3n+1) {
    margin-left: 0;
}

.top_work_bottom_list_item:nth-child(n+4) {
    margin-top: 60px;
}

.top_work_bottom_list_item a {
    display: block;
}

.top_work_bottom_list_item_img {
    overflow: hidden;
    border-radius: 20px;
}

.top_work_bottom_list_item_img img {
    transition: 0.3s;
}

.top_work_bottom_list_item a:hover .top_work_bottom_list_item_img img {
    transform: scale(110%);
}

.top_work_bottom_list_item_title {
    display: table;
    margin-top: 18px;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .2em;
    padding-right: 34px;
    background-image: url(../img/yazitrushi_black.png);
    background-size: 4px 8px;
    background-repeat: no-repeat;
    background-position: 90% 57%;
    transition: .3s;
}

.top_work_bottom_list_item a:hover .top_work_bottom_list_item_title {
    background-position: 95% 57%;
}

.top_work_bottom_list_item_sub {
    color: #b3b4b4;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    margin-top: 3px;
}

.sp_top_work_mv {
    display: none;
}

@media screen and (max-width:767px) {
    .top_work_mv {
        display: none;
    }
    /* スマホのmv */
    .sp_top_work_mv {
        display: block;
        margin-top: 30px;
        width: 80%;
        max-width: 500px;
        margin: 30px auto 0;
    }
    /* ドットのcss */
    .sp_top_work_mv .slick-dots {
        writing-mode: vertical-rl;
        position: absolute;
        bottom: 5px;
        right: -30px;
    }
    .sp_top_work_mv .slick-dots li {
        margin: 10px 5px 0;
    }
    .sp_top_work_mv .slick-dots li button:before {
        content: "";
        position: absolute;
        background-color: #000;
        background-size: 1px 24px;
        width: 1px;
        height: 24px;
        left: 8px;
    }
    .top_work .t_work_container {
        margin: 80px auto 0;
        width: 90%;
        max-width: 600px;
        padding: 30px 0;
    }
    .t_work_container::before {
        font-size: 70px;
        letter-spacing: .15em;
        top: -65px;
        left: 0;
    }
    .top_work_top {
        display: block;
    }
    /* .top_work_top_left{
        position: absolute;
        width: 57%;
        left: 0;
    } */
    .top_work_top_right {
        margin: 0;
        width: 100%;
        padding: 0 20px;
    }
    .top_work_top_right_title {
        writing-mode: horizontal-tb;
        font-size: 20px;
        line-height: 2;
        letter-spacing: .1em;
        top: 15px;
        left: 5%;
        width: 100%
    }
    .top_work_top_right_text {
        writing-mode: horizontal-tb;
        line-height: 2;
        letter-spacing: .15em;
        height: 100%;
        padding-left: 0;
        padding-top: 80px;
    }
    .top_work_top_right_detail {
        margin: 30px auto 0;
    }
    .top_work_bottom {
        width: 90%;
        max-width: 500px;
        margin: 50px auto 0;
    }
    .top_work_bottom_title {
        font-size: 18px;
        letter-spacing: .15em;
    }
    .top_work_bottom_list {
        display: block;
        width: 300px;
        margin: 20px auto 0;
    }
    .top_work_bottom_list_item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .top_work_bottom_list_item+.top_work_bottom_list_item {
        margin-left: 0px;
        margin-top: 15px;
    }
    .top_work_bottom_list_item_title {
        margin-top: 9px;
        font-size: 13px;
    }
    .top_work_bottom_list_item_sub {
        font-size: 9px;
        letter-spacing: .1em;
    }
}

/* ====================================about=============================== */

.top_about {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
}

.top_about_mv {
    position: absolute;
    width: 58%;
    top: -110px;
    right: 0;
    z-index: 1;
}

/* ドットのデザイン */

.top_about_mv_box .slick-dots {
    writing-mode: vertical-lr;
    bottom: 5px;
    left: -32px;
}

.top_about_mv_box .slick-dots li {
    margin: 10px 5px 0
}

.top_about_mv_box .slick-dots li button:before {
    content: "";
    position: absolute;
    background-color: #000;
    background-size: 1px 24px;
    width: 1px;
    height: 24px;
    left: 8px;
}

.top_about .t_about_container {
    margin-top: 273px;
    background-color: #FFF;
    position: relative;
}

.top_about .t_about_container::before {
    content: "COMPANY";
    position: absolute;
    color: #FFF;
    font-size: 87.5px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    top: -81.5px;
    left: 0;
}

.top_about_text {
    width: 35%;
    padding: 55px 0 83px 0;
}

.top_about_text_title {
    writing-mode: vertical-rl;
    color: #000;
    font-size: 28.5px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .2em;
    position: absolute;
    top: -94px;
    left: 118px;
}

.top_about_text_list {
    writing-mode: vertical-rl;
    margin: 0 0 0 auto;
    padding-right: 45px;
}

.top_about_text_list_item {
    display: block;
}

.top_about_text_list_item+.top_about_text_list_item {
    margin-right: 32px;
}

.top_about_text_list_item_content {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.2;
}

.top_about_text_detail {
    margin: 207px 0 0 auto;
}

.sp_top_about_mv {
    display: none;
}

@media screen and (max-width:767px) {
    .top_about_mv {
        display: none;
    }
    .sp_top_about_mv {
        display: block;
        width: 90%;
        max-width: 500px;
        margin: 30px auto 0;
    }
    /* ドットのデザイン */
    .sp_top_about_mv_box .slick-dots {
        writing-mode: vertical-rl;
        position: absolute;
        bottom: 5px;
        right: -30px;
    }
    .sp_top_about_mv_box .slick-dots li {
        margin: 10px 5px 0
    }
    .sp_top_about_mv_box .slick-dots li button:before {
        content: "";
        position: absolute;
        background-color: #000;
        background-size: 1px 24px;
        width: 1px;
        height: 24px;
        left: 8px;
    }
    .top_about .t_about_container {
        width: 90%;
        margin: 80px auto 0;
    }
    .top_about .t_about_container::before {
        font-size: 60px;
        top: -55px;
        left: 0;
    }
    .top_about_text {
        width: 100%;
        padding: 30px 20px;
    }
    .top_about_text_title {
        writing-mode: horizontal-tb;
        font-size: 24px;
        letter-spacing: .1em;
        position: static;
    }
    .top_about_text_list {
        writing-mode: horizontal-tb;
        padding-right: 0;
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0;
    }
    .top_about_text_list_item+.top_about_text_list_item {
        margin-right: 0px;
        margin-top: 20px;
    }
    .top_about_text_list_item_content {
        color: #000;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: .25em;
        line-height: 1.2;
    }
    .top_about_text_detail {
        margin: 30px auto 0;
    }
}

/* ===========================recuruit===================================== */

.t_recuruit_container {
    padding-top: 212px;
}

.top_recruit_title {
    text-align: center;
    color: #000;
    font-size: 28.5px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.top_recruit_title::before {
    content: "RECRUIT";
    position: absolute;
    color: #FFF;
    font-size: 118px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    font-family: Arial, sans-serif;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%
}

.top_recruit_mv {
    margin-top: 43px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* mvのslick設定 */

.top_recruit_mv_img .slick-list {
    overflow: hidden !important;
}

.top_recruit_mv_img .slick-track {
    display: block !important;
    /* flex等を上書き */
    white-space: nowrap !important;
    /* 1行固定 */
    font-size: 0 !important;
    /* inline-blockの隙間を消す */
}

/* 各スライドはinline-block化。floatは使わない（2段対策） */

.top_recruit_mv_img .slick-slide {
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    white-space: normal !important;
    /* スライド内のテキストは普通に改行でOK */
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 画像まわり（必要最小限だけ） */

.top_recruit_mv_img img {
    display: block;
    /* 行間隙間防止 */
    height: 500px;
    object-fit: cover;
    /* 幅は指定しない：自然サイズのまま使う */
}

.top_recruit_mv_img .slick-list {
    overflow: hidden;
}

.top_recruit_mv_catch {
    color: #000;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .25em;
    padding: 0 35px;
    background-color: #FFF;
    position: absolute;
    left: 17%;
}

.top_recruit_mv_catch:nth-child(2) {
    bottom: 18%;
}

.top_recruit_mv_catch:nth-child(3) {
    bottom: 4%;
}

.top_recruit_detail {
    margin: 37px auto 0;
}

@media screen and (max-width:767px) {
    .t_recuruit_container {
        padding-top: 80px;
    }
    .top_recruit_title {
        font-size: 20px;
        letter-spacing: .15em;
    }
    .top_recruit_title::before {
        font-size: 60px;
        font-weight: 700;
        letter-spacing: .1em;
        width: 100%;
        top: -110%;
    }
    .top_recruit_mv {
        margin-top: 20px;
        width: 100%;
    }
    .top_recruit_mv_img img {
        height: 300px;
    }
    .top_recruit_mv_catch {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: .15em;
        padding: 0 15px;
        left: 12%;
    }
    .top_recruit_mv_catch:nth-child(2) {
        bottom: 36px;
    }
    .top_recruit_mv_catch:nth-child(3) {
        bottom: 8px;
    }
    .top_recruit_detail {
        margin: 37px auto 0;
    }
}

/* =================================news====================================== */

.t_news_container {
    padding-top: 212px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.top_news_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_news_top_title {
    width: 25%;
    writing-mode: vertical-lr;
    color: #000;
    font-size: 28.5px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* .top_news_top_left{
    position: relative;
} */

.top_news_top_title::before {
    content: "NEWS";
    position: absolute;
    writing-mode: horizontal-tb;
    color: #FFF;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08em;
    font-family: Arial, sans-serif;
    top: 0;
    left: 50%;
    transform: translateX(-45%);
    z-index: -1;
    width: 134%;
}

.top_news_list {
    width: 65%;
}

.top_news_list_item {
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    background-image: url(../img/yazitrushi_black.png);
    background-size: 6px 12px;
    background-repeat: no-repeat;
    background-position: 96% 50%;
}

.top_news_list_item+.top_news_list_item {
    margin-top: 10px;
}

.top_news_list_item_content {
    display: flex;
    height: 45px;
    align-items: center;
    width: 100%;
}

.top_news_list_item_content_date {
    color: #816e56;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    width: 80px;
}

.top_news_list_item_content_date_title {
    padding-left: 37px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    width: calc(100% - 130px);
}

.top_news_detail {
    margin: 43px auto 0
}

@media screen and (max-width:767px) {
    .t_news_container {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 80px 20px 0;
    }
    .top_news_top {
        display: block;
    }
    .top_news_top_title {
        width: 100%;
        writing-mode: horizontal-tb;
        font-size: 20px;
        letter-spacing: .25em;
        text-align: center;
        display: block;
    }
    .top_news_top_title::before {
        font-size: 70px;
        letter-spacing: .08em;
        top: -111%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .top_news_list {
        width: 100%;
        max-width: 600px;
        margin: 50px auto 0;
    }
    .top_news_list_item_content {
        width: 100%;
        height: auto;
        padding: 0px 0 10px;
    }
    .top_news_list_item_content_date {
        font-size: 12px;
    }
    .top_news_list_item_content_date_title {
        padding-left: 20px;
        font-size: 12px;
        letter-spacing: .15em;
    }
    .top_news_detail {
        margin: 43px auto 0
    }
}

/* ===========================csr======================================= */

.t_csr_container {
    padding-top: 193px;
}

.top_csr_outline {
    text-align: center;
}

.top_csr_outline_title {
    color: #000;
    font-size: 28.5px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.top_csr_outline_title::before {
    content: "CSR";
    position: absolute;
    color: #FFF;
    font-size: 116px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .15em;
    font-family: Arial, sans-serif;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.top_csr_outline_text {
    margin-top: 14px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.top_csr_bottom {
    background-color: #FFF;
    border-radius: 18px;
    padding: 70px 30px 60px;
    margin-top: 30px;
}

.top_csr_bottom_list {
    display: flex;
}

.top_csr_bottom_list_item {
    width: calc(25% - 37.5px)
}

.top_csr_bottom_list_item+.top_csr_bottom_list_item {
    margin-left: 50px;
}

.top_csr_bottom_list_item_img {
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.csr_img_size_1 {
    width: 148px;
}

.csr_img_size_2 {
    width: 148px;
}

.csr_img_size_3 {
    width: 100px;
}

.csr_img_size_4 {
    width: 100px;
}

.csr_img_size_5 {
    width: 100px;
}

.csr_img_size_6 {
    width: 80px;
}

.top_csr_bottom_list_item_text {
    margin-top: 23px;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 9px;
    letter-spacing: .25em;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .t_csr_container {
        padding-top: 80px;
    }
    .top_csr_container {
        padding-top: 80px;
    }
    .top_csr_outline_title {
        font-size: 20px;
    }
    .top_csr_outline_title::before {
        font-size: 86px;
        width: 100%;
    }
    .top_csr_outline_text {
        font-size: 10px;
        letter-spacing: .15em;
    }
    .top_csr_bottom {
        padding: 50px 20px 40px;
        margin: 20px auto 0;
        width: 100%;
        max-width: 600px;
    }
    .top_csr_bottom_list {
        flex-wrap: wrap;
    }
    .top_csr_bottom_list_item+.top_csr_bottom_list_item {
        margin-left: 30px;
    }
    .top_csr_bottom_list_item {
        width: calc(50% - 15px);
        margin-left: 30px;
    }
    .top_csr_bottom_list_item:nth-child(2n + 1) {
        margin-left: 0px;
    }
    .top_csr_bottom_list_item:nth-child(n + 3) {
        margin-top: 30px;
    }
    .top_csr_bottom_list_item_img {
        height: 60px;
    }
    .csr_img_size_1 {
        width: 98px;
    }
    .csr_img_size_2 {
        width: 98px;
    }
    .csr_img_size_3 {
        width: 66.6px;
    }
    .csr_img_size_4 {
        width: 66.6px;
    }
    .csr_img_size_5 {
        width: 66.6px;
    }
    .csr_img_size_6 {
        width: 60px;
    }
    .p_csr_bottom_list_item_text {
        margin-top: 15px;
        text-align: center;
        color: #000;
        font-weight: 300;
        font-size: 9px;
        letter-spacing: .1em;
        line-height: 1.2;
    }
    .sp_br {
        display: block;
    }
}