@charset "UTF-8";

.pageHeader_print {
    display: flex;
    background: linear-gradient(to right, #00469B, #3382ED);
    padding: min(30%, 15rem) 6rem 14.225rem 8rem;
    justify-content: space-between;
    min-height: 250px;
    align-items: center;
    gap: 20px;
}

.title_print {
    margin-top: 1rem;
}

.title_print h2 {
    font-family: roboto;
    color: #fff;
    opacity: 50%;
    font-size: min(10vw, 11rem);
    font-weight: 500;
    white-space: nowrap;
}

.title_print p {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    margin: -3.5rem 0 0 0;
    letter-spacing: 0.15em;
}

.bgabout01 {
    background-color: #F4F6F8;
}

.bgabout02 {
    background-color: #fff;
}

.title_index {
    white-space: nowrap;
}

@media screen and (max-width: 1243px) {

    .pageHeader_print {
        padding: min(30%, 13rem) 6rem 12.175rem 8rem;
    }

    .title_print h2 {
        font-size: min(10vw, 11rem);
        line-height: 0.9;
    }

    .title_print p {
        font-size: 2.3rem;
        margin: 0;
    }

    .title_print {
        margin-top: 1rem;
    }


    .title_print h2 {
        margin-top: 0;
    }

}

@media screen and (max-width: 1028px) {

    .pageHeader_print {
        padding: 6.8rem 13rem 5.8rem 3rem;
    }

    .title_print {
        margin: 1rem 2rem 0;
    }

    .title_print h2 {
        line-height: 0.84;
        font-size: clamp(5.7rem, 10vw, 13rem);
    }

    .title_print p {
        font-size: 1.8rem;
        margin: -.5rem 0 0 0;
    }

}


@media screen and (min-width: 1366px) {
    .pageHeader_print {
        padding: min(30%, 15rem) calc(100vw / 3 - 310px) 14.225rem calc(100vw / 3 - 375px);
    }

}

@media screen and (min-width: 1244px) {
    .title_print .title_print_br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .title_print h2 {
        line-height: 0.84;
    }

    .title_print p {
        margin: 0;
    }
}



@media screen and (max-width: 570px) {
    .pageHeader_print {
        padding: 7rem 15rem 6rem 0;
    }
}


@media screen and (max-width: 410px) {
    .title_print h2 {
        font-size: min(14vw, 5.7rem);
    }

    .pageHeader_print {
        min-height: 200px;
    }
}


/***********************:title****************************/
.print_title {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
}



.print_title::after {
    content: 'KEY STRENGTHS';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(3.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #fff;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.print_title02 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
}



.print_title02::after {
    content: 'OUR WORK';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(3.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #f4f6f8;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.print_title03 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
}



.print_title03::after {
    content: 'OUR EQUIPMENT';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(3.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #f4f6f8;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.print_title_line {
    background-image: linear-gradient(to right, #00469B, #3382ED);
    min-width: 110px;
    text-align: center;
    /* 線の色 */
    background-size: 110px 8px;
    /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
    background-position: bottom;
    /* 下に配置 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    padding-bottom: 21px;
    /* オフセット */
    z-index: 1;
}

@media (max-width: 767px) {

    .print_title,
    .print_title02,
    .print_title03 {
        font-size: 22px;
    }

    .print_title_line {
        background-size: 80px 6px;
        /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
        padding-bottom: 12px;
    }
}


/*********************************************************/

.print_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 11rem;
    padding-bottom: 8rem;

}



.print_container {
    max-width: 1020px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.print_container02 {
    max-width: 1150px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.print_intro {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.print_flex_left {
    max-width: 660px;
}

.print_card {
    background: #fff;
    display: flex;
    padding: 10px 10px 10px 35px;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    gap: 20px;
}

.print_card:first-child {
    margin-top: 70px;
}

.print_card:not(:last-child) {
    margin-bottom: 18px;
}

.print_card_h {
    font-weight: bold;
    font-size: 2rem;
    color: #00469b;
    margin-bottom: 7px;
}

.print_card_p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    text-align: justify;
    line-height: 1.5;
}


.print_card img {
    width: 230px;
}

.print_img {
    flex-shrink: 0;
}

.print_card02 {
    background: #fff;
    border: 1px #00469b solid;
    padding: 22px 38px;
}

.print_card02_h {
    font-weight: bold;
    font-size: 2rem;
    color: #00469b;
    margin-bottom: 7px;
    text-align: center;
}

.print_card02_p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    text-align: justify;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .print_intro {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: justify;
    }

    .print_card:first-child {
        margin-top: 25px;
    }

    .print_card {
        display: block;
        padding: 15px;
    }

    .print_card_h {
        text-align: center;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .print_card_p {
        margin-bottom: 15px;
    }

    .print_card img {
        width: 100%;
        max-width: 380px;
    }

    .print_img {
        text-align: center;
    }

    .print_card02 {
        padding: 15px;
    }

    .print_card02_h {
        line-height: 1.3;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------*/

.print_tabs {
    max-width: 1150px;
    margin: 80px auto 0;
}

.tab-list {
    display: flex;
    justify-content: center;
    background: #f4f6f8;
    align-items: center;
}

.tab-list_sp {
    display: flex;
    justify-content: center;
    background: #f4f6f8;
    align-items: center;
    width: 100%;
    margin: 10px auto 0;

}

.tab-item {
    background-color: #f4f6f8;
    cursor: pointer;
    font-size: 1.5rem;
    text-align: center;
    width: 111px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.13;
    border-bottom: 1px solid transparent;
}

.tab-content {
    background-color: #fff;
}

.tab-panel {
    display: none;
}

.tab-item.active {
    border-bottom-color: #000;
}

.tab-panel.active {
    display: block;
    padding-top: 35px;
}

.tab-panel.active h2 {
    font-size: 20px;
    font-weight: bold;
}

.print_work_box {
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: space-between;*/
    column-gap: clamp(20px, 4vw, 45px);
    row-gap: 43px;
}

.print_work_card {
    max-width: 340px;
    width: 100%;
}

.print_work_card img {
    width: 100%;
}

.print_category {
    display: flex;
    gap: 3px;
}

.print_category span {
    display: block;
    margin: 0 auto;
}

.print_work_detail {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    line-height: 1.26;
    margin-top: 8px;
}

.cate_usugami {
    background: #e84a7b;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.cate_tokushoku {
    background: #00c1c3;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.cate_housou {
    background: #2c85f7;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.cate_goods {
    background: #f6a900;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.cate_poster {
    background: #69c400;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.cate_catalogue {
    background: #8f80bb;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.cate_other {
    background: #898989;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px 1px 5px;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 1164px) {
    .tab-panel {
        width: 100%;
        max-width: 730px;
        margin: 0 auto;
    }

    .print_work_box {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1028px) {

    /*
    .print_card {
        padding: 25px 10px 25px 35px;
    }
*/
}

@media screen and (min-width: 1029px) {

    /*
    .print_card {
        padding: 25px 10px 25px 35px;
    }
*/
    .sp_show_1028 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .print_tabs .tab-list_sp {
        display: none;
    }
}


@media screen and (max-width: 767px) {

    .print_tabs {
        margin: 20PX auto 0;
    }

    .print_tabs .tab-list {
        display: none;
    }

    .tab-panel {
        max-width: 390px;
    }

    .tab-item {
        height: 38px;
        font-size: 1.2rem
    }

    .print_work_box {
        column-gap: clamp(20px, 4vw, 25px);
        row-gap: 25px;
    }

    .print_work_card {
        max-width: 180px;
    }

    .print_work_detail {
        font-size: 1.2rem;
    }

    .cate_usugami {
        font-size: 1.2rem;
    }

    .cate_other {
        font-size: 1.2rem;
    }

}


@media screen and (max-width: 445px) {

    .tab-panel {
        max-width: 390px;
    }

    .print_work_card {
        max-width: 180px;
    }
}

@media screen and (min-width: 421px) {

    .sp_show_420 {
        display: none;
    }
}

@media screen and (max-width: 420px) {

    /*
    .tab-item {
        font-size: 1rem
    }*/

    .print_work_box {
        column-gap: 2px;
    }

    /*
    .print_work_card {
        max-width: 380px;
    }
*/
}

@media screen and (max-width: 403px) {

    .print_work_card {
        max-width: 170px;
    }
}

/*--------------------------------------------------------*/
.pagination {
    display: flex;
    /*    gap: 0.5rem;*/
    justify-content: center;
    margin-top: 80px;
}


.pagination a {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.6rem;
    color: black;
    border-radius: 50%;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


.pagination i {
    line-height: 50px;
}

.pagination .active a {
    background-color: #00469b;
    color: white;
}

.pagination a:hover {
    background-color: #e5ecf5;
    color: #000;
    transition: 0.2s ease-out;
}

.pagination .disabled a {
    pointer-events: none;
    color: #fff;
}

.pagination .disabled a:hover {
    background-color: initial;
    color: #000000;
}

@media screen and (max-width:1028px) {
    .pagination {
        margin-top: 40px;
    }

    .print_wrapper {

        padding-top: 6.3rem;


    }

}

@media (max-width:430px) {

    .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }


    .pagination i {
        line-height: 40px;
    }
}

.print_eq_box {
    margin-top: 83px;
}

.print_eq_h {
    color: #00469b;
    letter-spacing: 0.03em;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 auto;

}

.print_eq_h::after {
    border-top: 1px solid #00469b;
    margin-left: 8px;
    content: "";
    width: 100%;
}

.print_eq_content {
    font-size: 1.6rem;
    font-weight: 400;
}

.print_eq_content .print_eq_dl-row {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #cacaca;
    font-size: 1.8rem;
    letter-spacing: .03em;
}

.print_eq_dt {
    flex: 0 0 265px;
}

.print_img_under {
    text-align: center;
}

.print_img_under img {
    width: 100vw;
}



@media screen and (max-width: 767px) {
    .print_eq_h {
        border-bottom: 1px #00469b solid;
        padding-bottom: 10px;
    }

    .print_eq_box {
        margin-top: 45px;
    }

    .print_eq_h::after {
        display: none;
    }

    .print_eq_content .print_eq_dl-row {
        display: block;
        padding: 17px 0 17px 0;
    }

    .print_eq_dd {
        line-height: 1.375;
        margin-top: 7px;
    }

    .print_eq_content .print_eq_dl-row {

        font-size: 1.6rem;
    }


}

.print_work_card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
