@charset "utf-8";

/* ============================
　　TOP - 事業内容 START
============================ */
.TOP--service--title {
    display: flex;
    justify-content: left;
}
.grid--col-2 > .TOP--service--title.grid--item {
    width: 30%;
}
.grid--col-2 > .TOP--service__list.grid--item {
    width: 70%;
}
.TOP--service__list .grid.grid--col-4 {
    margin-bottom: 0;
}
.TOP--service__list .grid--item {
    margin-bottom: 30px;
    background-color: #dedfff;
    border-radius: 10px;
    transition: all 0.6s;
}
.TOP--service__list .grid--item:hover {
    opacity: 0.7;
}
.TOP--service--item--wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* アイテム全体が親に対して高さを持つ */
}
/* ========= 画像設定 START =============== */
.TOP--service__img {
    z-index: 1;
    flex-shrink: 0; /* 画像部分は高さを縮めない */
}
.grid--col-2 .TOP--service__img {
    height: 170px;
}
.grid--col-4 .TOP--service__img {
    height: 100px;
}
.TOP--service__img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.TOP--service__img02 {
    position: relative;
}
.TOP--service__img02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115%;
    height: auto;
}
/* ========= 画像設定 END =============== */
/* ========= タイトル設定 START =============== */
.TOP--service__list--txt {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1; /* テキスト部分が縦に伸びる */
    margin: 12px 18px;
    padding-right: 40px;
}
.grid--col-4 .TOP--service__list--txt {
    margin: 12px 15px;
    padding-right: 0;
}
.TOP--service__list--txt h2 {
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #1d2087;
    font-size: 20px;
    line-height: 1.5em;
}
.grid--col-4 .TOP--service__list--txt h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
}
.grid--col-4 .TOP--service__list--txt h2 span {
    font-size: 14px;
}
.TOP--service--item--wrap .icon::before,
.TOP--service--item--wrap .icon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.6s;
}
.TOP--service--item--wrap .icon::before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #1d2087;
    right: 0;
}
.TOP--service--item--wrap .icon::after {
    width: 13px;
    height: 13px;
    border: 0;
    border-top: 1px solid #1d2087;
    border-right: 1px solid #1d2087;
    transform: rotate(45deg);
    right: 18px;
}
.TOP--service__list .grid--item:hover .icon::before {
    right: -10px;
}
.TOP--service__list .grid--item:hover .icon::after {
    right: 8px;
}
.grid--col-4 .icon::before,
.grid--col-4 .icon::after {
    display: none;
}
/* ========= タイトル設定 END =============== */

@media screen and (max-width: 1050px) {
    .TOP--service .grid.grid__TOP--service {
        flex-direction: column;
    }
    .grid--col-2 > .TOP--service--title.grid--item,
    .grid--col-2 > .TOP--service__list.grid--item {
        width: 100%;
    }
    .grid--col-2 > .TOP--service--title.grid--item {
        padding: 0 30px 40px;
    }
    .grid--col-2 > .TOP--service--title .basic-title--wrap.left {
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .TOP--service__list .grid--item {
        margin-bottom: 20px;
    }
    .grid--col-2 .TOP--service__img,
    .grid--col-4 .TOP--service__img {
        height: 150px;
    }
    .TOP--service__img img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
        height: 100%;
    }
    .TOP--service__img02 {
        position: static;
    }
    .TOP--service__img02 img {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        height: 100%;
    }
    .grid--col-4 .TOP--service__list--txt {
        padding-right: 40px;
    }
    .TOP--service__list--txt h2 {
        font-size: 16px;
    }
    .grid--col-4 .icon::before,
    .grid--col-4 .icon::after {
        display: block;
    }
    .TOP--service--item--wrap .icon::before {
        width: 38px;
        height: 38px;
    }
    .TOP--service--item--wrap .icon::after {
        width: 10px;
        height: 10px;
        right: 16px;
    }
}

/* ============================
　　TOP - 事業内容 END
============================ */

/* ============================
　　事業内容 START
============================ */

/* --------------------------
　（１）セキュリティ START
-------------------------- */
/*
service_01
*/
.service_01 span.em--txt {
    color: red !important;
}
.service_01 .grid {
    margin: 0;
}
.service_01 .grid--item {
    background-color: #fff;
    border: 1px solid #1d2087;
    border-radius: 10px;
    margin: 0 15px 15px 0;
}
.service_01 .service--item--wrap {
    height: 100%;
    padding: 15px;
}
.service_01 .service__img {
    width: 100%;
    height: 150px;
    text-align: center;
}
.service_01 .service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_01 .service--item--title {
    margin: 12px 0 0;
}
.service_01 .service--item--title h2 {
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
}
.service_01 .basic-title--wrap02 {
    margin-bottom: 50px;
}
.service_01 .basic-title--wrap02 .basic--txt {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5em;
}
@media screen and (max-width: 768px) {
    .service_01 .service--item--title h2 {
        font-size: 16px;
    }
}
/* --------------------------
　（１）セキュリティ END
-------------------------- */

/* --------------------------
　（２）データセキュリティサービス START
-------------------------- */
/*
service_02
*/
.service_02 .service--box_01,
.service_02 .service--box_02,
.service_02 .service--box_03 {
    position: relative;
    width: 100%;
    padding: 40px;
    margin-bottom: 140px;
    border-radius: 10px;
    background-color: #dedfff;
}
.service_02 .service--box_01::before,
.service_02 .service--box_02::before {
    content: '';
    position: absolute;
    width: 7%; /* 幅を設定 */
    aspect-ratio: 3 / 4; /* 縦横比を1:1に設定 */
    bottom: -120px; /* 下に配置 */
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../image/deco__service.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service_02 .grid--item {
    display: block; /* 必要なら flex を block に変更 */
}

.service_02 .service--item--wrap {
    display: flex; /* アイテム全体を縦に並べる */
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.service_02 .service--box--txt {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    display: flex; /* フレックスボックスを使用 */
    flex-direction: column; /* 縦方向に並べる */
    justify-content: space-between; /* テキスト部分を上下で均等に */
}
.service_02 .service--box--txt h4,
.service_02 .service--box--txt p {
    margin: 0;
    text-align: center;
    line-height: 1.5em;
}
.service_02 .service--box--txt h4 {
    margin-bottom: 10px;
    font-size: 24px;
}
.service_02 .service--box--txt p {
    font-size: 19px;
}
.service_02 .service--box_01 .service--box--txt p {
    text-align: left;
    margin-top: 20px;
}
.service_02 .service--box_02 .service__img,
.service_02 .service--box_03 .service__img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto; /* 自動調整で崩れ防止 */
}
.service_02 .service--box_02 img {
    width: 100%;
    height: auto;
    object-fit: cover; /* 必要に応じて contain に変更 */
}
.service_02 .service--box_03 .service__img img {
    width: auto;
    height: 300px;
    object-fit: cover; /* 必要に応じて contain に変更 */
}
.service_02 .service--box--wrap_02 .grid--item.left {
    width: 60%;
}
.service_02 .service--box--wrap_02 .grid--item.right {
    width: 40%;
}
.service_02 .service--box--wrap_02 .grid--item.right .service--item--wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #1d2087;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}
.service_02 .service--box--wrap_02 .grid--item.right h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
}
.service_02 .service--box--wrap_02 .grid--item.right h3 span {
    margin-right: 5px;
    color: #1d2087;
}
.service_02 .service--box--wrap_02 .grid--item.right .service--box--txt {
    margin-top: 20px;
    margin-bottom: 0;
}
/* --------------------------
　（２）データセキュリティサービス END
-------------------------- */

/* --------------------------
　（３）ドリュアスシステム START
-------------------------- */
/*
service_03
*/

.service_03 .basic-title-sm--wrap {
    margin-top: 60px;
}
.service_03 .grid {
    margin: 100px 0 50px;
}
.service_03 .grid .grid--item.left {
    width: 47.5%;
}
.service_03 .grid .grid--item.right {
    width: 52.5%;
}
/* --------------------------
　（３）ドリュアスシステム END
-------------------------- */

/* --------------------------
　（４）脱炭素貢献報告書 START
-------------------------- */
/*
service_04
*/
.service_04 .basic-title--wrap02 .basic--txt {
    width: 750px;
}
.service_04 .grid {
    margin: 100px 0 50px;
}
.service_04 .grid .grid--item.left {
    width: 65%;
    margin-right: 60px;
}
.service_04 .grid .grid--item.right {
    width: 34%;
}
/* --------------------------
　（４）脱炭素貢献報告書 END
-------------------------- */

/* --------------------------
　（５）全国どこでも回収可能（JSR-NET） START
-------------------------- */
/*
service_05
*/
.service_05 .service--title--logo {
    width: 350px;
    margin: 0 auto 40px;
}

.service_05 .basic-title-sm--wrap.basic-title-sm--wrap_margin {
    margin-top: 150px;
}
.service_05 .grid .grid--item.left {
    width: 65%;
}
.service_05 .grid .grid--item.right {
    width: 37%;
}
.service_05 .grid .grid--item.right .service__img {
    height: 230px;
}
.service_05 .grid .grid--item.right .service__img img {
    height: 100%;
    object-fit: cover;
}
.service_05 .service--box_02 {
    width: 100%;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid #1d2087;
}
.service_05 .service--box--txt {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
.service_05 .service--box--txt h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5em;
    color: #001e60;
}
.service_05 .service--box--txt p {
    margin: 0;
    font-size: 20px;
    line-height: 1.7em;
}
.service_05 .basic--btn {
    text-align: center;
}
/* --------------------------
　（５）全国どこでも回収可能（JSR-NET） END
-------------------------- */

.service_02,
.service_03,
.service_04,
.service_05 {
    border-top: 1px solid #1d208755;
}

@media screen and (max-width: 768px) {
    .service_01 .basic-title--wrap02 .basic--txt {
        font-size: 23px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 1000px) {
    .service--box_02 .grid--col-3 > .grid--item {
        width: 100%;
        margin: 0 auto;
    }
    .service_02 .grid--item {
        display: block; /* Flexbox を解除 */
    }
    .service--box_02 .grid.grid--col-3 {
        flex-direction: column !important;
    }
    .service_02 .service--box_02 .service__img {
        height: auto; /* 高さを自然調整 */
        margin-bottom: 30px;
    }
    .service_02 .service--box_01,
    .service_02 .service--box_02,
    .service_02 .service--box_03 {
        padding: 20px;
        margin-bottom: 60px;
    }
    .service_02 .service--box_01::before,
    .service_02 .service--box_02::before {
        bottom: -50px;
    }
    .service_02 .service--box--wrap_02 .grid--item.left,
    .service_02 .service--box--wrap_02 .grid--item.right,
    .service_03 .grid .grid--item.left,
    .service_03 .grid .grid--item.right,
    .service_04 .basic-title--wrap02 .basic--txt,
    .service_04 .grid .grid--item.left,
    .service_05 .grid .grid--item.left,
    .service_05 .grid .grid--item.right {
        width: 100%;
        margin-bottom: 10px;
    }
    .service_03 .grid .grid--item.left,
    .service_03 .grid .grid--item.right {
        margin-top: 30px;
    }
    .service_04 .grid .grid--item.right {
        display: none;
    }
    .service_03 .grid,
    .service_04 .grid {
        margin: 30px 0 20px;
    }
    .service_05 .service--box_02 {
        padding: 20px;
        margin-bottom: 30px;
    }
    .service_02 .service--box--txt h4 {
        font-size: 16px;
    }
    .service_02 .service--box--txt p {
        font-size: 14px;
    }
    .service_02 .service--box_02 .service__img img,
    .service_02 .service--box_03 .service__img img {
        width: 100%;
        height: 100%;
    }
    .service_05 .service--box--txt h4 {
        font-size: 20px;
    }
    .service_05 .service--box--txt p {
        font-size: 14px;
    }
    .service_05 .grid .grid--item.right .service__img {
        height: 200px;
    }
}

/* ============================
　　セキュリティ END
============================ */
