@charset "UTF-8";

.Subpage_Report_Hero_Wrap {
    padding-bottom: 28px;
}
@media screen and (min-width: 1200px) {
    .Subpage_Report_Hero_Wrap {
        padding-bottom: 88px;
    }
}

.Subpage_Report_Hero_Wrap .Subpage_Hero_Bg_Txt {
    left: -25px;
    transform: translateX(0%);
    letter-spacing: 0.05em;
}

@media screen and (min-width: 1200px) {
    .Subpage_Report_Hero_Wrap .Subpage_Hero_Bg_Txt {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 296px;
    }
}
.Subpage_Report_Hero_Wrap .Subpage_Ttl_En {
    white-space: nowrap;
    font-size: 44px;
    width: auto;
}
@media screen and (min-width: 1200px) {
    .Subpage_Report_Hero_Wrap .Subpage_Ttl_En {
        font-size: 60px;
    }
}
.Subpage_Report_Hero_Wrap .Subpage_Ttl_Orange {
    transform: translate(14%, -36%);
    width: 88px;
}

@media screen and (min-width: 1200px) {
    .Subpage_Report_Hero_Wrap .Subpage_Ttl_Orange {
        width: 96px;
        transform: translate(167%, -30%);
    }
}

/* OurReport_Sec */
.OurReport_Area {
    background: rgba(var(--main) / 1);
    border-radius: 50px;
    padding: 52px 18px 34px 18px;
}

@media screen and (min-width: 1200px) {
    .OurReport_Area {
        border-radius: 70px;
        padding: 52px 62px 56px 62px;
    }
}
.OurReport_Area_Ttl_Box {
    margin-bottom: 32px;
}
@media screen and (min-width: 1200px) {
    .OurReport_Area_Ttl_Box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }
}

.OurReport_Area_Ttl {
    width: 90%;
    margin: 0 3vw 10px auto;
}

@media screen and (min-width: 1200px) {
    .OurReport_Area_Ttl {
        width: 340px;
        margin: 0 36px 10px 0;
    }
}

.OurReport_Area_Txt {
    line-height: 1.7;
    color: rgba(var(--white) / 1);
    font-size: 15px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .OurReport_Area_Txt {
        font-size: 18px;
        line-height: 2.3;
        padding-left: 4px;
        padding-bottom: 9px;
        background-image: linear-gradient(
            transparent 94%,
            rgba(var(--white) / 1) 0%
        );
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }
}

.OurReport_Sec .Number_Info_Wrap {
    margin-bottom: 0;
}

.OurReport_Sec .Number_Wrap {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: auto auto;
    gap: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
    .OurReport_Sec .Number_Wrap {
        gap: 23px;
        margin-bottom: 0;
    }
}

.OurReport_Sec .Number_Wrap.Third {
    margin-bottom: 0;
}
.OurReport_Sec .Number_Wrap.Fourth {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .OurReport_Sec .Number_Wrap.first {
        grid-template-columns: 2fr 1fr;
    }
    .OurReport_Sec .Number_Wrap.Second {
        grid-template-columns: 1fr 1fr;
    }
    .OurReport_Sec .Number_Wrap.Third {
        grid-template-columns: 1fr;
    }
    .OurReport_Sec .Number_Wrap.Fourth {
        grid-template-columns: 1fr 2fr;
        margin-bottom: 0;
    }
}

.Number_Wrap .One_Info {
    display: flex;
    justify-content: center;
    border-radius: 12px;
    position: relative;
    aspect-ratio: 3 / 2;
    min-height: 200px;
    overflow: hidden;
    background: rgba(var(--white) / 1);
}

@media screen and (min-width: 1200px) {
    .Number_Wrap .One_Info {
        height: 340px;
        aspect-ratio: auto;
        padding-top: 32px;
    }

    .One_Info.Since,
    .One_Info.Age {
        transition: ease 0.2s;
    }

    .One_Info.Employees {
        transition: ease-out 0.3s;
    }
}

.Number_Wrap .One_Info.Deployment {
    height: 161vw;
    aspect-ratio: auto;
}
@media screen and (min-width: 1200px) {
    .Number_Wrap .One_Info.Deployment {
        height: 430px;
    }
}

.Number_Wrap .One_Info.Age {
    height: 196vw;
    aspect-ratio: auto;
}

@media screen and (min-width: 1200px) {
    .Number_Wrap .One_Info.Age {
        height: 340px;
    }
}

.One_Info_Ttl {
    color: rgba(var(--white) / 1);
    font-size: 18px;
    font-weight: bold;
    background: rgba(var(--main) / 1);
    border-radius: 50px;
    padding: 4px 24px 5px 24px;
    display: inline-block;
    height: 30px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1200px) {
    .One_Info_Ttl {
        font-size: 24px;
        padding: 8px 32px 4px 32px;
        height: 46px;
    }
}

.One_Info_Figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* OurSupport_Sec */

.OurSupport_Sec {
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #0044761a 2px, transparent 2px),
        linear-gradient(#0044761a 2px, transparent 2px);
    background-position: 3px 10px;
    background-size: 76px 76px;
    padding-top: 80px;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Sec {
        background-position: 29px 10px;
        background-size: 92px 92px;
        padding-top: 136px;
    }
}

.OurSupport_Sec_Ttl_Box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(var(--main) / 1);
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Sec_Ttl_Box {
        margin-bottom: 88px;
    }
}

.OurSupport_Sec_Ttl_Sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 4px;
}

.OurSupport_Sec_Ttl_Sub::before {
    content: "";
    background: rgba(var(--main) / 1);
    width: 18px;
    height: 3px;
    border-radius: 50px;
    transform: rotate(50deg);
    margin-right: 5px;
    margin-top: 2px;
}

.OurSupport_Sec_Ttl_Sub::after {
    content: "";
    background: rgba(var(--main) / 1);
    width: 18px;
    height: 3px;
    border-radius: 50px;
    transform: rotate(-50deg);
    margin-left: 5px;
    margin-top: 2px;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Sec_Ttl_Sub::before {
        width: 24px;
    }
    .OurSupport_Sec_Ttl_Sub::after {
        width: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .OurSupport_Sec_Ttl_Sub {
        font-size: 18px;
    }
}

.OurSupport_Sec_Ttl {
    font-size: 38px;
    text-align: center;
    line-height: 1.25;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Sec_Ttl {
        font-size: 50px;
    }
}

.OurSupport_Swiper_Wrap {
    width: 100%;
    margin-bottom: 36px;
}
.OurSupport_Swiper_List {
    width: 80%; /* ← スライドの横幅を狭くして見切れるように */
    max-width: 320px; /* ← 必要に応じて調整 */
    border-radius: 12px;
    overflow: hidden;
}

.OurSupport_Swiper_Photo {
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Training_Photo_Area {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 120px;
    }

    .OurSupport_welfare_Photo_Area {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 60px;
    }
}

.OurSupport_Txt_Area {
    background: rgba(var(--white) / 1);
    border-radius: 22px;
    border: 4px solid rgba(var(--main) / 1);
    padding: 36px 16px 20px;
    margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Txt_Area {
        margin-top: 146px;
        width: 58%;
        padding: 48px 62px 40px 56px;
        position: relative;
    }
}

.OurSupport_Training_Photo_Box {
    position: relative;
}

.OurSupport_welfare_Photo_Box {
    position: relative;
}

.OurSupport_Training_Photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 510px;
}

.OurSupport_Training_Photo::before {
    content: "";
    border-radius: 12px;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 510px;
    height: 100%;
    background: rgba(var(--main) / 1);
}

.OurSupport_Training_Photo img {
    border-radius: 12px;
    position: relative;
}

.OurSupport_Training_Photo_Sub {
    width: 264px;
    position: absolute;
    bottom: 108px;
    right: -112px;
}

.OurSupport_Training_Photo_Txt {
    position: absolute;
    width: 386px;
    top: 0;
    right: 490px;
}

.OurSupport_welfare_Photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 510px;
}

.OurSupport_welfare_Photo::before {
    content: "";
    border-radius: 12px;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 510px;
    height: 100%;
    background: rgba(var(--main) / 1);
}

.OurSupport_welfare_Photo img {
    border-radius: 12px;
    position: relative;
}

.OurSupport_welfare_Photo_Sub {
    width: 190px;
    position: absolute;
    top: 272px;
    left: -95px;
}

.OurSupport_welfare_Photo_Txt {
    position: absolute;
    width: 256px;
    top: 224px;
    left: -320px;
}

.OurSupport_Subheading {
    color: rgba(var(--main) / 1);
    font-weight: 900;
    font-size: 20px;
    display: inline;
    border-bottom: 1px solid rgba(var(--main) / 1);
    line-height: 1.9;
    padding-bottom: 4px;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Subheading {
        font-size: 22px;
        border-bottom: 2px solid rgba(var(--main) / 1);
    }
}

.OurSupport_Txt_Box {
    color: rgba(var(--main) / 1);
    margin-top: 22px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7;
}

.OurSupport_Txt_Box span {
    font-weight: 900;
}

@media screen and (min-width: 1200px) {
    .OurSupport_Txt_Box {
        font-size: 16px;
        line-height: 1.8;
    }
}

.OurSupport_Txt_Area_Training_Photo {
    position: absolute;
    width: 200px;
    top: -120px;
    left: -100px;
}

.OurSupport_Txt_Area_Welfare_Photo {
    position: absolute;
    width: 330px;
    top: -172px;
    right: -124px;
}
