@charset "utf-8";

/* メインビジュアル============================================== */
.article__header {
    height: 616px;
    margin-top: 64px;
    padding: 100px 16px 120px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.55);
}

.mv__video {
    position: absolute;
    top: 0;
    left: 0%;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.mv__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mv__topic {
    display: inline-block;
    color: var(--primary-navy);
    background-color: var(--primary-white);
    font-size: 3.2rem;
    font-weight: 600;
}

.mv__txt {
    display: block;
    max-width: 86.5vw;
    margin-top: 40px;
    color: var(--primary-navy);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}

.span__mvTxt {
    display: inline-block;
    background: var(--primary-white);
}

.mv__scroll {
    display: none;
}

/* メインビジュアル＠PC表示================== */
@media screen and (min-width: 769px) {
    .article__header {
        min-height: 650px;
        height: auto;
        margin-top: 0;
        padding: 120px 120px;
    }

    .mv__video {
        width: 100%;
        height: 100%;
    }

    .mv__topic {
        font-size: 5.6rem;
        font-weight: 600;
        max-width: 700px;
    }

    .mv__txt {
        max-width: 700px;
        margin-top: 40px;
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.5;
    }

    .mv__scroll {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -270%);
        display: flex;
        color: var(--primary-navy);
        font-size: 1.6rem;
        font-weight: 400;
        justify-content: center;
        background-color: var(--primary-white);
    }

    .mv__scroll::after {
        display: block;
        position: absolute;
        content: '';
        background-color: var(--primary-navy);
        width: 2px;
        height: 200%;
        margin-top: 34px;
    }
}

/* サービス内容============================================== */
.service__list {
    padding: 0 16px;
}

.service__item {
    margin-top: 72px;
}

.service__item:first-of-type {
    margin-top: 0;
}

/* ▼マウスオーバー拡大===================== */
.service__imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.service__img {
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service__imgWrap:hover img {
  transform: scale(1.1);
}

/* ▲マウスオーバー拡大===================== */

.service__itemTopic {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 600;
}

.service__itemTxt {
    margin-top: 8px;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
}

.service__itemCategory {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 4px 20px;
    color: var(--primary-blue);
    font-size: 1.4rem;
    font-weight: 600;
}

.service__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75vw;
    height: 56px;
    margin: 16px auto 32px;
    background-color: var(--primary-navy);
    border-radius: 10px;
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    position: relative;
}

.service__btn::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url(../images/service/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-200%, -40%);
}

.service__btn:hover {
    opacity: 0.6;
    transition: 0.4s;
}

/* サービス内容＠PC表示================== */
@media screen and (min-width: 769px) {
    .service__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        padding: 0 8.3%;
        gap: 4%;
    }

    .service__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0px;
        width: 25vw;
        min-width: 346px;
        max-width: 360px;
    }

    .service__img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        background-size: cover;
        border-radius: 10px;    
    }

    .service__itemTopic {
        margin-top: 20px;
        font-size: 2.4rem;
        font-weight: 600;
    }

    .service__itemTxt {
        margin-top: 8px;
        color: var(--primary-black);
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .service__itemCategory {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
        gap: 4px 20px;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .service__btn {
        width: 100%;
        height: 64px;
        margin: 28px auto 32px;
        font-size: 2rem;
    }
}

/* このサイトについて============================================== */
/* intro================== */
.intro__topic{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 200px;
    height: 300px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: var(--primary-navy);
}

.intro__txt {
    writing-mode: vertical-rl;
    color: var(--primary-white);
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 4.8px;
}

.intro__itemWrap {
    position: relative;
    height: 127vw;
}

.intro__item1 {
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-120%);
    overflow: hidden;
}

.intro__img {
    width: 76.3vw;/* 300px/393px */
    height: 22.9vw;/* 90px/393px */
    margin-bottom: 5vw;/* 20px/393px */
    object-fit: cover;
}

.intro__itemTopic1 {
    position: absolute;
    top: -5%;
    left: 80%;
    width: 21.9vw;
    color: rgba(49, 67, 113, 0.10);
    font-size: 21.9vw;/* 86px/393px */
    font-size:min(21.9vw,24rem );
    font-weight: 300;
    line-height: 1.2;
}

.img__cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -119%);
    width: 12.7vw;/* 50px/393px */
    height: auto;
}

.intro__item2 {
    position: absolute;
    top: 50%;
    transform: translateY(-3%);
}

.intro__itemTopic2 {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-12%, -17%);
    width: 21.9vw;
    color: rgba(49, 67, 113, 0.10);
    font-size: 20.3vw;/* 80px/393px */
    font-size:min(20.3vw,20rem );
    font-weight: 300;
    line-height: 0.9;
}

.intro__imgWrap2 {
    text-align: right;
} 

.intro__summaryWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 16px;
    background-color: rgba(49, 67, 113, 0.9);
    background-image: url(../images/about/intro4.jpg);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}

.intro__summary {
    text-align: center;
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

/* intro＠PC表示================== */
@media screen and (min-width: 769px) {
    .intro__topic{
        width: 300px;
        height: 400px;
        margin-top: 0px;
        padding: 56px 0 0;
    }

    .intro__txt {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 4.8px;
    }

    .intro__itemWrap {
        max-height: 600px;
        height: 56vw;
    }

    .intro__item1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        transform: translateY(-32%);
        overflow: visible;
    }

    .intro__imgWrap1,
    .intro__imgWrap2 {
        display: flex;
        text-align: right;
    }

    .intro__img {
        width: 36vw;/* 432px/1440px */
        max-height: 240px;
        margin-bottom: 0px;
    }

    .intro__itemTopic1,
    .intro__itemTopic2 {
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translate(-28%, 90%);
        width: 100vw;
        color: rgba(49, 67, 113, 0.10);
        font-size: 20.3vw;/* 80px/393px */
        font-size:min(20.3vw,20rem);
        font-weight: 300;
        line-height: 0.9;
    }

    .img__cross {
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translate(80%, 0%);
        width: 160px;
        height: auto;
        z-index: 1;
    }

    .intro__item2 {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .intro__summaryWrap {
        padding: 40px 120px;
    }

    .intro__summary {
        max-width: 1200px;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 2;
    }
}

/* benefit================== */
.benefit__wrap {
    background-color: rgba(217, 217, 217, 0.2);
    padding: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.benefit__txtWrap {
    max-width: 480px;
    margin: 0 auto;
}

.benefit__topic {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.8;
}

.benefit__txt {
    margin-top: 28px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
}

.benefit__imgWrap {
    margin: 24px auto;
    max-width: 400px;
}

/* benefit＠PC表示================== */
@media screen and (min-width: 769px) {
    .benefit__wrap {
        background-color: transparent;
        padding: 120px 60px;
        position: relative;
        gap: 5vw;
    }

    .benefit__wrap::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        height: 88%;
        width: 75vw;
        margin-top: 60px;
        background-color: rgba(217, 217, 217, 0.2);
        border-radius: 25px 0 0 25px;
        z-index: -1;
    }

    .benefit__txtWrap {
        margin: 0 0 0 60px;
    }

    .benefit__topic {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.8;
    }

    .benefit__txt {
        margin-top: 28px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.8;
    }

    .benefit__btn {
        margin-top: 160px;
    }

    .benefit__imgWrap {
        max-width: 720px;
        margin-left: 0 0 0 24px;
    }
}

/* problem================== */
.problem__subTopic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 40px;
    margin: 24px auto 0;
    border: 2px solid var(--primary-navy);
    border-radius: 10px;
    background-color: var(--primary-white);
    color: var(--primary-navy);
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

.problem__subTopic::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -5%);
    border: 10px solid transparent;
    border-top: 12px solid var(--primary-white);
    z-index: 2;
}

.problem__subTopic::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 9%);
    border: 10px solid transparent;
    border-top: 12px solid var(--primary-navy);
    z-index: 1;
}

.problem__topic {
    margin-top: 20px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}

.problem__list {
    padding: 0 16px;
}

.problem__item {
    position: relative;
    margin-top: 80px;
}

.problem__clientWrap {
    display: flex;
}

.problem__client {
    padding-left: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    width: 62vw;
}

.problem__clientImg {
    position: absolute;
    bottom: 100%;
    right: 0%;
    transform: translate(-10%, 55%);
    width: auto;
    height: 35vw;
    max-height: 160px;
}

.problem__listDetail {
    margin-top: 12px;
    padding: 32px;
    border: 2px solid var(--primary-navy);
    border-radius: 25px;
    background-color: var(--primary-white);
    box-shadow: 6px 6px 0 0 rgba(49, 67, 113, 0.25);
}

.problem__itemDetail {
    display: flex;
    align-items: flex-start;
    margin: 16px 0;
    gap: 12px;
}

.icon__check {
    margin-top: 5px;
    width: 16px;
}

.problem__itemTxt {
    color: var(--primary-black);
    font-size: 1.6rem;
    line-height: 1.6;
}

.problem__summaryWrap {
    position: relative;
    margin-top: 24px;
    padding: 0 16px;
    background-color: rgba(49, 67, 113, 0.9);
    background-image: url(../images/about/intro2.jpg);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}

.problem__summary {
    padding: 150px 16px;
    text-align: center;
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}

.span__summaryTxt {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 400;
}

.summary__item1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-110%);
}
.summary__item2 {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(110%);
}
.summary__item3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-110%);
}
.summary__item4 {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(110%);
}

.summary__itemImg1, 
.summary__itemImg2,
.summary__itemImg3, 
.summary__itemImg4 {
    width: 160px;
    height: auto;
}

.summary__itemImg2 {
    transform: scale(-1, 1);
}
.summary__itemImg3 {
    transform: scale(-1, -1);
}
.summary__itemImg4 {
    transform: scale(1, -1);
}

.summary__itemTxt1,
.summary__itemTxt2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    width: 110px;
    text-align: center;
    color: var(--primary-white);
    font-size: 1.4rem;
}

.summary__itemTxt3,
.summary__itemTxt4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-30%);
    width: 110px;
    text-align: center;
    color: var(--primary-white);
    font-size: 1.4rem;
}

/* problem＠PC表示================== */
@media screen and (min-width: 769px) {
    .problem__subTopic {
        width: 350px;
        height: 80px;
        margin: 24px auto 0;
        border-radius: 15px;
        font-size: 2.4rem;
    }

    .problem__topic {
        margin-top: 40px;
        font-size: 4.8rem;
    }

    .problem__list {
        max-width: 1200px;
        margin: 0 auto 120px;
    }

    .problem__item {
        position: relative;
        margin-top: 80px;
        margin: 65px 120px 0;
    }

    .problem__clientWrap {
        display: flex;
    }

    .problem__client {
        padding-left: 0px;
        font-size: 3.2rem;
        font-weight: 600;
        width: auto;
    }

    .problem__clientImg--1 {
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translate(-80%, 20%);
        width: auto;
        height: 35vw;
        max-height: 210px;
    }

    .problem__clientImg--2 {
        position: absolute;
        bottom: 0%;
        right: 0%;
        transform: translate(70%, 12%);
        width: auto;
        height: 35vw;
        max-height: 210px;
    }

    .problem__listDetail {
        display: flex;
        margin-top: 24px;
        padding: 48px;
        gap: 20px;
    }

    .problem__itemDetail {
        margin: 16px 0;
        width: 260px;
        gap: 8px;
    }

    .icon__check {
        margin-top: 7px;
        width: 16px;
    }

    .problem__itemTxt {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
    }

        .problem__summaryWrap {
        position: relative;
        margin-top: 24px;
        padding: 0 120px;
    }

    .problem__summary {
        padding: 150px 0;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 2;
    }

    .span__summaryTxt {
        display: block;
        font-size: 3.6rem;
        font-weight: 500;
    }

    .summary__itemImg1, 
    .summary__itemImg2,
    .summary__itemImg3, 
    .summary__itemImg4 {
        width: 220px;
    }

    .summary__item1 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-180%);
    }
    .summary__item2 {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(180%);
    }
    .summary__item3 {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-180%);
    }
    .summary__item4 {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(180%);
    }

    .summary__itemTxt1,
    .summary__itemTxt2,
    .summary__itemTxt3,
    .summary__itemTxt4 {
        width: 150px;
        font-size: 2rem;
    }
}

/* solution================== */
.solution__topic {
    margin-top: 40px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}

.solution__list {
    margin-top: 30px;
    padding: 0 16px;
}

.solution__item {
    margin-top: 40px;
}

.solution__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.solution__name {
    margin-top: 16px;
    font-size: 2rem;
    font-weight: 600;
}

.solution__txt {
    color: var(--primary-black);
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.8;
}

/* solution＠PC表示================== */
@media screen and (min-width: 769px) {
    .solution__topic {
        margin-top: 160px;
        font-size: 4.8rem;
    }

    .solution__list {
        margin: 120px auto;
        padding: 0;
        width: 72vw;
    }

    .solution__item {
        display: flex;
        justify-content: center;
        margin-top: 80px;
        gap: 40px;
        margin-right: 100px;
    }

    .solution__item:nth-of-type(2) {
        flex-direction: row-reverse;
        margin-right: 0;
        margin-left: 100px;
    }

    .solution__img {
        max-width: 22vw;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

    .solution__txtWrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 425px;
    }

    .solution__name {
        margin-top: 16px;
        font-size: 2.4rem;
        font-weight: 600;
    }

    .solution__txt {
        color: var(--primary-black);
        margin-top: 12px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
    }
}

/* promiss================== */
.promiss__wrap {
    background-color: var(--primary-white);
    margin: 0 0 40px;
}

.promiss__topic {
    margin-top: 40px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}

.promiss__txt {
    margin-top: 24px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}

/* promiss＠PC表示================== */
@media screen and (min-width: 769px) {
    .promiss__wrap {
        background-color: var(--primary-white);
        margin: 72px auto 120px;
        max-width: 1040px;
    }

    .promiss__topic {
        margin-top: 72px;
        text-align: center;
        font-size: 4.8rem;
        font-weight: 600;
    }

    .promiss__txt {
        max-width: 640px;
        margin: 64px auto 0;
        font-size: 2rem;
        font-weight: 500;
    }
}

/* profile================== */
.profile__topic {
    width: 100%;
    height: 121px;
    background-color: #314371;
    border-radius: 80% 80% 0 0;
    text-align: center;
    color: var(--primary-white);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 180px;
}

.profile__wrap {
    margin-top: -1px;
    padding: 16px;
    background: linear-gradient(180deg, #314371 23.9%, #5D7FD7 100%);
    text-align: center;
}

.profile__summary {
    color: var(--primary-white);
    font-size: 1.6rem;
    line-height: 1.8;
}

.profile__ja {
    margin-top: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

.profile__en {
    font-size: 1.2rem;
}

.profile__summaryTxt {
    margin-top: 48px;
    text-align: left;
}

.product__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75vw;
    height: 56px;
    margin: 32px auto;
    border: 1px solid var(--primary-white);
    border-radius: 10px;
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    position: relative;
    cursor: pointer;
}

.product__item::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url(../images/service/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-200%, -40%);
}

.product__item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

/* profile＠PC表示================== */
@media screen and (min-width: 769px) {
    .profile__topic {
        height: 160px;
        font-size: 3.2rem;
        line-height: 240px;
    }

    .profile__content {
        display: flex;
        justify-content: center;
    }

    .profile__summary {
        width: 480px;
        text-align: center;
    }

    .profile__ja {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .profile__en {
        font-size: 1.2rem;
    }

    .profile__summaryTxt {
        margin-top: 48px;
        font-weight: 400;
        text-align: left;
    }

    .product__item {
        width: 24vw;
        height: 56px;
        margin: 48px auto;
    }
}

/* モーダルウインドウ========================== */
.modal__item {
    z-index: -10;
    opacity: 0;
    transition: opacity 0.4s;
    width: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #314371 23.9%, #5D7FD7 100%);
    box-shadow: 2px 4px 12px 4px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    max-width: 90vw;
    max-height: 90vh;
}

.modal__item.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000000;
    opacity: 1;
    width: 85vw;
    height: auto;
    padding: 16% 6%;
    gap: 24px;
    overflow-y: auto;
}

.modal__content::after {
    display: none;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000001;
}

.modal__content.open::after {
    display: block;
}

/* モーダル内 */
.modal__item p {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: start;
    max-width: 600px;
}

.profile__img {
    max-width: 120px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (min-width: 769px) {
    .profile__img {
        max-width: 20vw;
    }
}



/* closeボタン */
.modal__close {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 100000001;
    cursor: pointer;
    right: 15px;
    top: 20px;
}

.modal__close.open {
    display: block;
}

.modal__close img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    .modal__item.open {
        width: 60vw;
        height: 85vh;
        padding: 6% 6%;
        gap: 48px;
    }

    .modal__item p {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .modal__close {
        right: 20px;
        top: 20px;
    }
}
/* 画面高さが低い場合 */
@media screen and (max-height: 800px) {
    .modal__item {
        top: 5vh; 
        left: 50%;
        transform: translateX(-50%);
        max-height: 80vh;
    }

    .modal__item.open {
        justify-content: flex-start;
        padding: 8% 6%;
    }
}

/* 制作の流れ============================================== */
.section--flow {
    background-color: #f1f9f9;
    margin: 32px 16px;
    border-radius: 10px;
}

.flow__item {
    min-height: 120px;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.flow__imgWrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.flow__item:not(:last-child) 
.flow__imgWrap::after {
    position: absolute;
    content: '';
    background-color: var(--primary-blue);
    width: 2px;
    height: 100%;
}

.flow__imgBox {
    width: 72px;
    height: 72px;
    background-color: var(--primary-white);
    border: 2px solid var(--primary-blue);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.flow__img {
    width: 60px;
    height: auto;
}

.flow__content {
    width: 64vw;
}

.flow__step {
    color: var(--primary-blue);
    font-size: 1.4rem;
    font-weight: 600;
}

.flow__name {
    font-size: 1.6rem;
    font-weight: 700;
}

.flow__txt {
    padding-bottom: 24px;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}

.span__blue {
    color: var(--primary-blue);
}

.flow__comments {
    padding: 0 16px 48px;
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 500;
}

/* 制作の流れ＠PC表示================== */
@media screen and (min-width: 769px) {
    .section--flow {
        margin: 80px auto 120px;
        width: 83%;
        max-width: 1200px;
    }

    .flow__list {
        padding: 0 80px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .flow__item {
        min-height: 160px;
        gap: 40px;
    }

    .flow__step {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .flow__name {
        font-size: 2.4rem;
        font-weight: 600;
    }

    .flow__txt {
        padding-bottom: 24px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .flow__comments {
        padding: 0 120px 48px;
        font-size: 1.6rem;
        font-weight: 400;
    }
}
