/*---▼ファーストビュー▼---*/

.fv_wrap h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 150%;
    color: #131F33;
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1.5px solid #B1C3E3;
}

.fv_wrap h1 span {
    font-size: 3rem;
    font-weight: 500;
    line-height: 150%;
    color: #E00522;
}

.fv_wrap .wrap {
    position: relative;
}

.fv_wrap .wrap img.bk {
    position: absolute;
    top: 4.12rem;
    right: -1rem;
    width: 40.8125rem;
    height: 34rem;
}

@media screen and (max-width: 1400px) {
    .fv_wrap .wrap {
        width: 100%;
        padding: 0 1.5rem;
    }
    .fv_wrap .wrap img.bk {
        right: 1.5rem;
    }
}

.fv_wrap .fv_inner {
    position: relative;
    width: 32.9rem;
    border-bottom: none!important;
}

.fv_wrap .fv_inner p {
    padding: 1.5rem 0 3.6rem 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 180%;
}

.fv_wrap .fv_inner img {
    width: 37.3125rem;
    height: 5.59375rem;
    aspect-ratio: 597.00/89.50;
}


/*---▼フォーム▼---*/

.form_sec.sub {
    width: 22.4375rem;
    position: absolute;
    top: 2.12rem;
    right: -6rem;
}

@media screen and (max-width: 1400px) {
    .form_sec.sub {
        right: 1.5rem;
    }
}

.form_sec.sub h2 {
    color: #E00522;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 200%;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.form_sec.sub h2 img {
    width: 0.875rem;
    height: 1.625rem;
}

.form_sec.sub h2 img:last-child {
    transform: scale(-1, 1);
}

.form_sec.sub p {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 200%;
}

.form_sec.sub .form_content {
    margin: 0;
    padding: 1.5rem 2rem;
}

.form_sec.sub .form_content dl {
    display: block;
    margin: 0;
    margin-bottom: 0.5rem;
}

.form_sec.sub .form_content dl dd {
    width: auto;
}

.form_sec.sub .form_content dl dt p {
    color: #728096;
    font-family: "Noto Sans JP";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
}

.form_sec.sub .form__btn {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 200%;
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .form_sec.sub {
        width: auto;
        position: static;
        margin-top: 0;
        margin-bottom: 2.53rem;
    }
    .fv_wrap .wrap img.bk {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 4.92rem;
        opacity: 0.9;
    }
    .fv_wrap .fv_inner {
        padding-top: 0!important;
        width: auto;
        padding-bottom: 0.5rem!important;
    }
    .fv_wrap h1 {
        font-size: 2rem;
    }
    .fv_wrap h1 span {
        display: inline-block!important;
        padding-top: 1rem;
        font-size: 2rem;
    }
    .fv_wrap .fv_inner p {
        padding: 1.5rem 0 1rem 0;
        font-size: 1rem;
        font-weight: 500;
        line-height: 200%;
    }
    .fv_wrap .fv_inner img {
        width: 70%;
        height: auto;
        aspect-ratio: auto;
        margin: auto;
    }
}


/*---▼バナー一覧▼---*/

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity {
    margin-top: 3.89rem;
    margin-bottom: 6.56rem;
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scroll-infinity__list--left .scroll-infinity__item>img {
    width: 1809px;
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

.scroll-infinity__list--right {
    animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

.scroll-infinity__list--right .scroll-infinity__item>img {
    width: 1546px;
}

.scroll-infinity__wrap.right {
    margin-top: -1rem;
}

@media screen and (max-width: 768px) {
    .scroll-infinity {
        display: none;
    }
}


/*---▼制作事例▼---*/

.works_sec {
    background: rgba(255, 255, 255, 0.60);
    padding-top: 7.44rem;
}

.works_sec .title_sec {
    display: flex;
    gap: 6.87rem;
    align-items: end;
    margin: 0 0 5.63rem 0;
}

.works_sec .title_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;
    width: 18.1rem;
}

.works_sec .title_sec h2 span {
    color: #131F33;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    line-height: 200%;
}

.works_sec .title_sec p {
    line-height: 200%;
    width: calc(100% - 18.1rem - 6.87rem);
}


/*---スライダー---*/

.swiper-wrapper {
    align-items: center;
    margin-bottom: 4.01rem;
}

.swiper-slide {
    /* 左右のスライドを薄くする */
    transform: scale(.9)!important;
    /* 左右のスライドを小さくする */
    transition: .7s;
    /* ゆっくり小さくさせる */
}

.swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    transform: scale(1)!important;
    /* 中央のスライドは小さくしない */
    z-index: 1;
    /* 中央のスライドを一番上にする */
}

.swiper-pagination {
    margin-top: 2rem;
}

.swiper-pagination-bullet-active {
    background: #131F33!important;
}


/*---アニメーション---*/

.item_box * {
    box-sizing: border-box;
}

.item_box {
    width: 100%;
}

.item_link {
    display: block;
}

.item_content {
    position: relative;
    overflow: hidden;
}

.item_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.item_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.item_mask-text {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 1rem;
    transform: translateY(-10%);
}

.item_mask-text .category {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 150%;
}

.item_mask-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 200%;
}

.item_mask-text .data {
    font-family: "Barlow Semi Condensed";
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
}

.item_text {
    margin-top: 10px;
    text-align: center;
}

.item_box a.item_link:hover,
.item_box .item_link:hover .item_mask {
    opacity: 1;
}


/* -text-from-bottom */

.item_box.-text-from-bottom .item_mask {
    transition: opacity 0.5s ease;
}

.item_box.-text-from-bottom .item_mask-text {
    top: 100%;
    transition: top 0.5s ease;
}

.item_box.-text-from-bottom .item_link:hover .item_mask-text {
    top: 83%;
    transform: translateY(-10%);
}

@media screen and (max-width: 768px) {
    .works_sec .title_sec {
        display: block;
        margin-bottom: 0;
    }
    .works_sec .title_sec h2 {
        font-size: 4rem;
        gap: 0.5rem;
    }
    .works_sec .title_sec h2 span {
        font-size: 0.875rem;
    }
    .works_sec .title_sec p {
        line-height: 200%;
        width: auto;
        margin: 2.5rem 0;
    }
    .works_sec {
        padding-top: 5rem;
    }
}


/*---6記事リスト---*/

.list_sec {
    display: flex;
    gap: 3rem 1.38rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.list_sec>div {
    background: #FFF;
    box-shadow: 0px 8px 14px 0px rgba(19, 31, 51, 0.10);
    width: calc(100%/3 - 1.38rem)
}

.list_sec .img_content {
    width: 100%;
    height: 12.68081rem;
}

.list_sec>div .img_content img {
    width: 100%;
    height: 12.68081rem;
    object-fit: cover;
    object-position: top;
}

.list_sec>div .text_content {
    padding: 1rem;
}

.list_sec>div .text_content .category {
    color: #7BA9C3;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 150%;
}

.list_sec>div .text_content h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin: 0.25rem 0 0.5rem 0;
}

.list_sec>div .text_content .data {
    color: rgba(19, 31, 51, 0.50);
    font-family: "Barlow Semi Condensed";
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
}

.link_bottom {
    text-align: center;
    padding-bottom: 6.51rem;
}

.link_bottom a {
    display: inline-flex;
    padding: 0.75rem 1.5rem 0.75rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 0.4375rem;
    background: #E00522;
    color: #FFF;
    font-family: "Barlow Semi Condensed";
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    transition: all .3s;
}

.link_bottom a:hover {
    background: #fff;
    color: #E00522;
    opacity: 1;
}

.link_bottom a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #E00522;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.link_bottom a span::before,
.link_bottom a span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.link_bottom a span::before {
    left: 0px;
    width: 9px;
    height: 1.54px;
    background: #fff;
}

.link_bottom a span::after {
    left: 0px;
    width: 9px;
    height: 9px;
    border-top: 1.54px solid #fff;
    border-right: 1.54px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link_bottom a:hover span::before {
    background: #E00522;
}

.link_bottom a:hover span::after {
    border-top: 1.54px solid #E00522;
    border-right: 1.54px solid #E00522;
}

@media screen and (max-width: 768px) {
    .list_sec>div {
        width: auto;
        margin-bottom: 1.5rem;
    }
    .list_sec {
        gap: 1.5rem 0;
        margin-top: 2.5rem;
    }
    .link_bottom {
        padding-bottom: 4.97rem;
        margin-bottom: 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;
}

@media screen and (max-width: 768px) {
    .content_sec h2 {
        font-size: 4rem;
    }
    .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: 13.35938rem;
    }
    .content_sec .text_content h3 {
        font-size: 1.5rem;
        display: flex;
        gap: 1rem;
        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;
        margin-left: 0;
    }
}


/*---▼サービス▼---*/

.service_sec {
    text-align: center;
    margin-top: 7.5rem;
    margin-bottom: 2.5rem;
}

.service_sec h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 1.5rem;
}

.service_sec h2 span {
    font-family: "Barlow Semi Condensed";
    font-size: 1.5rem;
    display: block;
    color: #E00522;
}

.service_sec p {
    line-height: 200%;
    margin-bottom: 4rem;
}

.service_sec .flex_content {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.service_sec .flex_content>div {
    flex: 1;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    text-align: justify;
    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);
    width: calc(100% / 2 - 0.5rem);
}

.service_sec .flex_content>div h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.service_sec .flex_content>div h3 img {
    width: 64px;
    height: 64px;
}

.service_sec .flex_content>div p {
    margin: 1.81rem 0 1.62rem 0;
}

.service_sec .flex_content>div .tag_content {
    display: flex;
    gap: 0.81rem 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.service_sec .flex_content>div .tag_content p {
    font-size: 0.875rem;
    line-height: 150%;
    padding: 0.375rem 0.625rem;
    text-align: center;
    border-radius: 0.375rem;
    background: #FFF;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .service_sec {
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
    .service_sec h2 span {
        font-size: 1.25rem;
    }
    .service_sec h2 {
        font-size: 1.5rem;
    }
    .service_sec p {
        line-height: 200%;
        font-size: 0.875rem;
        margin-bottom: 3rem;
        text-align: justify;
    }
    .service_sec .flex_content>div h3 img {
        width: 3.5rem;
        height: 3.5rem;
    }
    .service_sec .flex_content {
        display: block;
    }
    .service_sec .flex_content>div {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .service_sec .flex_content>div h3 {
        font-size: 1.25rem;
    }
}


/*---▼　アーカイブページ　▼---*/

.archive h1 {
    color: #7BA9C366;
    font-family: "Barlow Semi Condensed";
    font-size: 8.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    border-bottom: none;
}

.archive h1 span {
    color: #131F33;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    line-height: 200%;
    font-weight: 400;
}

.archive .fv_inner {
    padding-top: 10.13rem;
    padding-bottom: 4.75rem;
    border-bottom: 1px solid #BBD2DF!important;
    width: 100%;
}

.works_list_sec .flex_content {
    display: flex;
    gap: 2.5rem;
    border-bottom: 1px solid #BBD2DF;
    padding-bottom: 4.01rem;
}

.works_list_sec .flex_content .side_form .form_sec.sub {
    width: 21.375rem;
    position: sticky;
}

.works_list_sec .flex_content .form_sec.sub .form_content {
    padding: 2rem 1.5rem;
}

.category_list {
    display: flex;
    gap: 1rem 0.5rem;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.category_list a {
    border-radius: 2.5rem;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 0.25rem 1.5rem;
    color: #131F33;
    font-size: 0.875rem;
    line-height: 200%;
}

.category_list a.active {
    color: #E00522;
}

.works_list_content .list_sec {
    margin-top: 0;
    justify-content: space-between;
}

.works_list_content .list_sec>div {
    background: #FFF;
    box-shadow: 0px 8px 14px 0px rgba(19, 31, 51, 0.10);
    width: calc(100% / 2 - 0.75rem);
}

.works_list_content .list_sec>div .img_centent {
    height: 12.95988rem;
    width: 100%;
}

.works_list_content .list_sec>div .img_centent img {
    height: 12.95988rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/*---ページャー---*/

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    font-family: "Barlow Semi Condensed";
}

.next.page-numbers,
.prev.page-numbers {
    font-size: 1.5rem;
    margin-bottom: 3px;
}

.page-numbers.current {
    color: #E00522;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .archive h1 {
        font-size: 5.25rem;
        display: block;
    }
    .archive h1 span {
        font-size: 1rem;
        display: block !important;
    }
    .archive .fv_inner {
        padding-top: 4.47rem!important;
    }
    .works_list_sec .flex_content {
        display: block;
    }
    .works_list_sec .flex_content {
        display: block;
    }
    .list_sec {
        display: block;
    }
    .works_list_content .list_sec>div {
        width: auto;
        margin-bottom: 2rem;
    }
    .works_list_sec .flex_content .side_form .form_sec.sub {
        display: none;
    }
    .archive.fv_wrap .wrap {
        width: auto;
    }
    .works_list_content .list_sec>div .img_centent,
    .works_list_content .list_sec>div .img_centent img {
        height: 11.45294rem;
    }
    .category_list a {
        white-space: nowrap;
    }
}


/*---▼　newsアーカイブページ　▼---*/

.news_archive .works_list_content {
    margin-top: 4rem;
    flex: 1;
}


/*---▼　シングルページ　▼---*/

.breadcrumbs {
    margin-top: 10.88rem;
    color: #728096;
    font-size: 0.875rem;
    line-height: 200%;
    margin-bottom: 1rem;
}

.single .works_list_content .list_sec>div {
    background: #FFF;
    box-shadow: 0px 8px 14px 0px rgba(19, 31, 51, 0.10);
    width: 100%;
}

.single .works_list_content .list_sec>div .img_centent {
    height: 26.7235rem;
    width: 100%;
    object-fit: contain;
}

.single .works_list_content .list_sec>div .img_centent img {
    height: 26.7235rem;
    width: 100%;
    object-fit: cover;
    display: block;
}

.single.works_list_sec .flex_content .side_form .form_sec.sub {
    width: 21.375rem;
    position: sticky;
    margin-top: 0;
}

.single.works_list_sec h1 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    color: #131F33;
    line-height: 170%;
}

.single.works_list_sec .list_sec>div .text_content {
    padding: 2.5rem 2rem;
}

.single.works_list_sec .data_content {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.single.works_list_sec .data_content .category {
    font-size: 0.9375rem;
}

.single.works_list_sec .data_content .data {
    color: #131F33;
    font-size: 0.9375rem;
    line-height: 150%;
}

.single.works_list_sec a.site_link {
    color: #E00522;
    font-family: "Barlow Semi Condensed";
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 150%;
    /* 1.40625rem */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    gap: 0.25rem;
}

.single.works_list_sec a.site_link img {
    width: 1.5rem;
    height: 1.5rem;
}

.single.works_list_sec .single_content {
    border-top: 1px solid #BBD2DF;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}

.single.works_list_sec .single_content h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    padding-left: 1.06rem;
    border-left: 2px solid #E00522;
    margin: 1.5rem 0;
}

.single.works_list_sec .single_content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 170%;
    padding-left: 8px;
}

.single.works_list_sec .single_content h3:before {
    content: '';
    display: inline-block;
    position: relative;
    left: -7px;
    top: -2px;
    width: 0.625rem;
    height: 0.625rem;
    background: #E00522;
}

.single.works_list_sec .single_content p {
    line-height: 200%;
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        margin-top: 6rem;
    }
    .single .works_list_content .list_sec>div {
        box-shadow: none;
        margin-bottom: 0;
    }
    .single.news.works_list_content {
        padding-bottom: 0;
    }
    .works_list_sec .flex_content {
        padding-bottom: 0;
        border-bottom: none;
    }
    .single .works_list_content .list_sec>div .img_centent img {
        height: 13.06038rem;
        align-self: stretch;
        aspect-ratio: 390.00 / 208.97;
    }
    .single .works_list_content .list_sec>div .img_centent {
        height: 13.06038rem;
    }
    .single .wrap {
        padding: 0;
    }
    .single.works_list_sec .list_sec>div .text_content {
        padding: 2.5rem 1.5rem;
    }
    .single.works_list_sec h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .single.works_list_sec .single_content {
        margin-top: 2rem;
        padding-top: 2rem;
    }
    .single.works_list_sec .single_content h2 {
        font-size: 1.25rem;
    }
    .single.works_list_sec .single_content p {
        font-size: 0.875rem;
    }
    .single .works_list_content .list_sec {
        margin-bottom: 0;
    }
    .single .works_list_content {
        padding-bottom: 2.5rem;
    }
    .category_list {
        display: flex;
        overflow-x: scroll;
        margin-top: 2.5rem;
        flex-wrap: nowrap;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
    .category_list p {
        flex: 0 0 auto;
    }
}


/*---▼　その他の事例　▼---*/

.other_list .list_sec {
    border-bottom: 1px solid #BBD2DF;
    padding-bottom: 2.5rem;
    margin-top: 0;
    justify-content: space-between;
}

.other_list .img_centent img {
    height: 12.649rem;
    align-self: stretch;
    aspect-ratio: 377.72 / 202.38;
    object-fit: cover;
}

.other_list h2 {
    color: #131F33;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 200%;
    margin: 2.5rem 0 1.5rem 0;
}

@media screen and (max-width: 768px) {
    .other_list .list_sec {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        gap: 1.5rem;
        border-bottom: none;
        margin-right: calc(50% - 50vw);
    }
    .other_list .list_sec>div {
        width: 19.375rem;
        flex: 0 0 auto;
    }
    .other_list h2 {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
}
