.fv_text .flec_sec {
    padding-top: 6.31rem;
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.fv_text .flec_sec .text_sec {
    width: 37.3125rem;
}
.fv_text .flec_sec .text_sec h2 {
    color: #131F33;
    font-size: 2.5rem;
    line-height: 190%;
    font-weight: 400;
    border-bottom: 1px solid #B1C3E3;
    padding-bottom: 1.5rem;
}

.fv_text .flec_sec .text_sec h2 span {
    color: #E00522;
}

.fv_text .flec_sec .text_sec h3 {
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    ;
    font-weight: 400;
    line-height: 180%;
    margin: 2rem 0;
}

.fv_text .flec_sec .text_sec ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 200%;
    margin-bottom: 0.5rem;
    position: relative;
}

.fv_text .flec_sec .text_sec ul li:before {
    content: "";
    height: 1px;
    width: 0.875rem;
    background-color: #E00522;
}

.fv_text .flec_sec .text_sec ul li:before {
    margin-right: 1rem;
}

.fv_text .flec_sec .img_sec {
    position: relative;
    flex: 1;
}

.fv_text .flec_sec .img_sec img.img_1 {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    position: absolute;
    right: 0;
}

/*---▼働く環境▼---*/
.content_sec h2 {
    color: #569DC666;
    font-family: "Barlow Semi Condensed";
    font-size: 5rem;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 5rem 0 4rem 0;
}
.content_sec h2 span {
    color: #131F33;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    line-height: 200%;
}
.content_sec .flex_content{
    display: flex;
    gap:5rem;
    margin-bottom: 4.75rem;
}
.content_sec .flex_content > div{
    flex:1;
}
.content_sec .flex_content .img_content{
    margin-left: calc(50% - 50vw);
}
.content_sec .flex_content .img_content img{
height: 25rem;
  object-fit: cover;
  width: 100%;
    box-shadow: 0px 4px 28px 0px rgba(30, 52, 88, 0.10);
}
.content_sec .text_content h3{
font-size: 2.1rem;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    border-bottom: 1px solid #B1C3E3;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2rem;
}
.content_sec .text_content h3 span{
color: #E00522;
    font-family: "Barlow Semi Condensed";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%;
}
.content_sec .text_content p{
    line-height: 200%;
}
.content_sec .flex_content.reverse{
    flex-direction: row-reverse;
}
.content_sec .flex_content.reverse .img_content{
    margin-right: calc(50% - 50vw);
    margin-left:0;
}
/*---▼サポート▼---*/
.support_sec{
    text-align: center;
    margin-top: 7.5rem;
}
.support_sec h2{
font-size: 2.25rem;
font-weight: 500;
line-height: 160%; 
    margin-bottom: 1.5rem;
}
.support_sec h2 span{
    font-family: "Barlow Semi Condensed";
font-size: 1.5rem;
    display: block;
    color: #E00522;
}
.support_sec p{
    line-height: 200%;
}
.support_sec .content_sec{
    display: flex;
    gap:1.5rem;
    margin-top: 4rem;
}
.support_sec .content_sec > div{
    flex:1;
padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    text-align: center;
    border-radius: 1rem;
background: rgba(255, 255, 255, 0.60);

box-shadow: 0px 4px 28px 0px rgba(30, 52, 88, 0.10);
backdrop-filter: blur(22px);
}
.support_sec .content_sec > div img{
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
}
.support_sec .content_sec > div h3{
    font-size: 1.5rem;
font-weight: 500;
line-height: 160%; 
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .fv_text .img_sec{
        display: none;
    }
    .fv_text .flec_sec .text_sec h2 {
    font-size: 1.5rem;
        margin-bottom: 2.38rem;
    }
    
    .fv_text .flec_sec .text_sec h3 {
    font-size: 1.25rem;
    }
    .fv_text .flec_sec .text_sec ul li {
        font-size: 0.875rem;
    }
    .fv_text .flec_sec .text_sec ul li:before {
    top: -13px;
    }
    .fv_text .flec_sec {
    padding-top: 2.5rem;
    }
    .content_sec h2 {
    font-size: 4rem;
    display: block;
    }
    .content_sec h2 span {
    font-size: 0.875rem;
    display: block;
    margin-top: 0.5rem;
}
    .content_sec .flex_content {
    display: block;
        margin-bottom: 4rem;
    }
    .content_sec .flex_content .img_content {
    margin-left: 0;
    }
    .content_sec .flex_content .img_content img {
    height: auto;
    }
    .content_sec .text_content h3 {
    font-size: 1.5rem;
    display: flex;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    }
    .content_sec .text_content p {
    font-size: 0.875rem;
}
    .content_sec .flex_content.reverse .img_content{
        margin-right: 0;
    }
    .support_sec h2 span {
    font-size: 1.25rem;
    }
    .support_sec h2 {
    font-size: 1.5rem;
    }
    .support_sec p {
    font-size: 0.875rem;
    text-align: justify;
    }
    .support_sec .content_sec {
    display: block;
    margin-top: 1.5rem;
    }
    .support_sec .content_sec > div {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    }
    .support_sec .content_sec p {
        font-size: 0.875rem;
        text-align: center;
    }
    .support_sec .content_sec > div:last-child{
    margin-top: 1.5rem;
    margin-bottom: 4.38rem;
}
    .support_sec .content_sec > div h3{
        font-size: 1.25rem;
        margin-top: 0.5rem;
    }
}