@charset "utf-8";

/* **************
ABOUT-common PC
************** */
.spBr {
    display: none;
}

@media screen and (max-width: 768px){
    .spBr {
        display: block;
    }
    .pcBr {
        display: none;
    }
}/* TOP-common sp */


/* **************
SERVICE-MV PC
************** */
.service__mainVisual {
    display: flex;
    height: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-image: url(../images/mainVisual__sliderItem--3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
    overflow: hidden;
}
.mvTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    color: var(--base_white, #FFF);
    text-shadow: -1.5px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing:  0.1em;
    position: relative;
}
.mvTitle::after {
    position: absolute;
    content: "";
    top: 61%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
}
.mvTitle span {
    font-family: "Hiragino Kaku Gothic StdN";
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
}
.mvTxt {
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    text-shadow: -1.5px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px){
    .service__mainVisual {
        height:  280px;
        gap: 30px;
        position: relative;
    }
    .mvTitle {
        font-size: 2.4rem;
    }
    .mvTitle span {
        font-size: 1.6rem;
    }
    .mvTxt {
        font-size: 1.4rem;
    }
}/* SERVICE-mv sp */


/* **************
SERVICE-main PC
************** */
.service__main {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.serviceIntro__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2.5%;
}
.serviceIntro__item {
    width: 23.7vw;
    height: auto;
    aspect-ratio: 400 / 300;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.serviceIntro__item img {
    display: block;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.serviceIntro__item::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(29, 55, 96, 0.9);
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    z-index: 5;
    padding: 5px 10px; 
    text-align: center;
    white-space: nowrap; 
}
.serviceIntro__item--1::after {
    content: "駅自動改札";
}
.serviceIntro__item--2::after {
    content: "変電所";
}
.serviceIntro__item--3::after {
    content: "プラント";
}
.serviceIntro__item--4::after {
    content: "倉庫/工場";
}
.serviceIntro__message {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    margin-top: 60px;
    animation-delay: 1s;
}
.serviceIntro__message p:last-child {
    margin-top: 30px;
}
.serviceTable {
    display: flex;
    padding: 60px 2%;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background-color: rgba(215, 214, 216, 0.50);
}
.serviceTable_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}
.serviceTable_list div {
    width: 100%;
}
.serviceTable_item {
    display: inline-block;
    width: 100%;
    padding-left: 2%;
    background-color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
}
.serviceTable_detail {
    font-size: 1.8rem;
    line-height: 2;
    padding-left: 4.1%;
    margin-top: 20px;
    text-align: left;
}

@media screen and (max-width: 768px){
    .service__main {
        gap: 30px;
    }
    .serviceIntro__list {
        flex-wrap: wrap;
    }
    .serviceIntro__item {
        width: 40vw;
        min-width:  150px;
        height: 30vw;
        margin-bottom: 7.8px;
    }
    .serviceIntro__item::after {
        font-size: 1.2rem;
    }
    .serviceIntro__message {
        font-size: 1.2rem;
        margin-top: 30px;
    }
    .serviceIntro__message p:last-child {
        margin-top: 15px;
    }
    .serviceTable {
        padding: 30px 4.7%;
        gap: 30px;
    }
    .serviceTable_list {
        gap: 30px;
    }
    .serviceTable_item {
        padding-left: 5%;
        font-size: 1.4rem;
    }
    .serviceTable_detail {
        padding-left:  5%;
        font-size: 1.2rem;
        margin-top: 15px;
    }
}/* SERVICE-main sp */


/* **************
SERVICE-equipment PC
************** */
.tableSection--equipment {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}
.equipmentTable {
    display: flex;
    padding: 60px 0;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
    background: #FFF;
    position: relative;
}
.categoryBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 30%;
}
.categoryBox--2 {
    width: 45%;
    animation-delay: 0.5s;
}
.category {
    width: 100%;
    padding: 5px 0px;
    align-items: center;
    background: var(--base_blue, #1D3760);
    color: var(--base_white, #FFF);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.subcategoryBox {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--font_black, #27210C);
    line-height: 2;
}
.list {
    list-style: disc;
    list-style-position: inside;
    padding-left: 1.8rem;
}
.listBox {
    display: flex;
    gap: 30px;
}
.equipment__sliderWrap {
    display: flex;
    margin-top: 60px;
}
.equipment__sliderList {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.equipment__sliderItem {
    width: 27.7vw;
    height: 20.8vw;
    object-fit: cover;
}
.equipment__sliderItem>img {
    width: 100%;
}
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(calc(-50% - 15px));
    }
    }
/* loopSlider */

@media screen and (max-width: 768px){
    .equipmentTable {
        flex-direction: column;
        padding: 60px 4.7%;
        align-items: center;
        gap: 30px;
    }
    .categoryBox {
        gap: 15px;
        width: 100%;
    }
    .categoryBox--2 {
        width: 100%;
    }
    .category {
        font-size: 1.4rem;
    }
    .subcategoryBox {
        gap: 0;
        padding-left: 1.2rem;
    }
    .listBox {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .listBox__left, .listBox__right {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .equipment__sliderWrap {
        margin-top: 30px;
    }
    .equipment__sliderList {
        gap:  15px;
    }
    .equipment__sliderItem {
        width: 45vw;
        height: 33vw;
    }
}/* SERVICE-main sp */


/* **************
SERVICE-commitment PC
************** */
.commitmentContainer {
    display: flex;
    flex-direction: column;
    padding: 60px 5%;
    align-items: center;
    gap: 30px;
    border: 5px solid var(--base_blue, #1D3760);
    text-align: center;
}
.commitmentTxt {
    line-height: 2;
}
.commitmentTitle {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.commitmentTitle span {
    color: var(--accect_yellow, #FFD43B);
    font-size: 4.8rem;
}
.commitmentList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10%;
    width: 100%;
}
.commitmentItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 270px;
}
.commitmentItem__title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 285px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.commitmentItem__title--1 {
    background-color: var(--base_blue, #1D3760);
}
.commitmentItem__title--2 {
    background-color: var(--font-grey, #D7D6D8);
}
.commitmentItem__title--3 {
    background-color: var(--accent-yellow, #FFD43B);
}
.commitmentItem__icon {
    width: 30%;
    max-width: 80px;
}
.commitmentItem__title p {
    color: var(--base_white, #FFF);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 768px){
    .commitmentContainer {
        padding: 30px 4.7%;
    }
    .commitmentTitle {
        font-size: 1.6rem;
    }
    .commitmentTitle span {
        font-size: 2.8rem;
    }
    .commitmentList {
        flex-direction: column;
        gap: 30px;
    }
    .commitmentItem {
        flex-direction: row;
        gap: 3%;
        width: 100%;
        max-width:  100%;
        align-items: center;
    }
    .commitmentItem__title {
        gap: 0;
        width: 100%;
        max-width: 110px;
    }
    .commitmentItem__icon {
        width: 30%;
        max-width: 35px;
    }
    .commitmentItem__title p {
        font-size: 1.2rem;
    }
    .commitmentItem__txt {
        text-align: left;
    }
}/* SERVICE-main sp */

