@charset "utf-8";

/* 改行 */

.br-pc,
.br-sm {
    display: none;
}

.br-tb {
    display: block;
}

#top section .in1200 p>a:first-of-type {
    position: relative;
    display: block;
    width: 266px;
    margin: auto;
    top: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}

.col25 {
    width: 48%;
}

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

.news_list .col25 {
    margin-left: 3%;
}

.news_list .col25:nth-child(2n+1) {
    margin-left: 0;
}

.main_column .col25:nth-child(3n),
.main_column .col25:nth-child(3n+2) {
    margin-left: 2%;
}

.main_column,
.side_bar {
    width: 100%;
}

.side_bar {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    border-top: 1px solid #B5B5B6;
    padding-top: 20px;
}

#page #lead h1 {
    font-size: 50px;
}

section h2 {
    font-size: 34px;
}


.main_column>article>header {
    width: auto;
}


/* SDGs */
#sdgs .base-sdgs {
    max-width: 600px;
}

#sdgs .base-sdgs::before {
    bottom: -65px;
    left: 15vw;
    width: 46.91px;
    height: 66.52px;

}

#sdgs .base-sdgs::after {
    bottom: -65px;
    right: 15vw;
    width: 46.91px;
    height: 66.52px;
}

#sdgs .flex-sdgs::after {
    bottom: -90px;
    right: 19vw;
    width: 43.07px;
    height: 70.47px;
}

#sdgs .flex-sdgs .flex-around {
    flex-direction: column-reverse;
}

#sdgs .flex-sdgs .flex-around .col50 {
    width: 100%;
}


/* info */
#info::before {
    left: 50px;
    width: 63.76px;
    height: 156.72px;
}

#info::after {
    right: 0;
    width: 111px;
    height: 184px;
    background-image: url(../img/hito-banner004-s.webp);
}

#info .in100per::before {
    top: 20px;
    transform: translateX(-170px);
}

#info .in100per::after {
    top: 20px;
    transform: translateX(100px);
}

#info .flex-info {
    max-width: 600px;
}


#info .flex-info .flex-around {
    gap: 15px;
    padding: 25px;
}

#info .flex-info .flex-around .col33 {
    width: 100%;
    padding-bottom: 15px;
}

#info .flex-info .flex-around .col33::after {
    right: initial;
    top: initial;
    bottom: 0;
    width: 100%;
    display: block;
    height: 3px;
    background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

#info .flex-info .flex-around .col33:last-child {
    padding-bottom: initial;
}

#info .flex-info .flex-around .col33:last-child::after {
    content: initial;
}

.news_list h3 {
    max-width: initial;
}

.news_list p {
    max-width: initial;
}

/* banner */
#banner {
    padding-top: 130px;
}

#banner .flex-banner::before {
    top: -140px;
    left: 0;
    width: 106px;
    height: 189px;
    background-image: url(../img/hito-banner001-s.webp);
}

#banner .flex-banner::after {
    top: -140px;
    right: 20px;
    width: 186.18px;
    height: 188.72px;
    background-image: url(../img/hito-banner002-s.webp);
}

#products #banner {
    padding-top: 170px;
    margin-top: 60px;
}

#products #banner .flex-banner::before {
    top: -115px;
    left: 20px;
    width: 46.21px;
    height: 139.71px;
    background-image: url("../img/hito-banner009-s.webp");

}

#products #banner .flex-banner::after {
    top: -135px;
    right: 10px;
    width: 198.54px;
    height: 167.04px;
    background-image: url("../img/hito-banner008-s.webp");
}




/* 固定ページ：会社案内 */
#company #sdgs::before {
    top: -100px;
    left: 0;
    width: 156px;
    height: 177.48px;
    background-image: url(../img/hito-banner007-s.webp);
}

#company #sdgs::after {
    top: -100px;
    right: 10px;
    width: 63.76px;
    height: 156.72px;
}


#company #map_canvas::before {
    top: -100px;
    left: 50px;
    width: 63.76px;
    height: 156.72px;
}

#company #map_canvas::after {
    top: -120px;
    right: 0;
    width: 111px;
    height: 184px;
    background-image: url(../img/hito-banner004-s.webp);
}