@charset "utf-8";

/* =====
main
===== */

/* main */
.main {
    width: 100%;
    margin: 0 auto;
}

.main-visual {
    width: 100%;
    max-width: 1200px;
    /* 必要に応じて調整 */
    margin: 0 auto;
    padding: 55px 0 30px 0;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

}

.main-visual.visible {
    opacity: 1;
    transform: translateY(0);
}

.main-visual__bg picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-visual__content {
    text-align: right;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.4rem;
    font-weight: 700;
    padding: 10px 5.3% 0 5.3%;
}

.main-visual__content p {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    padding: 30px 8% 0 8%;
}

/* mission */
.section--mission {
    background-image: url(../images/TOP_mission.JPG);
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.section--mission ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.missionCaption {
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 2rem;
    font-weight: 700;
    padding: 0 8% 0 8%;
}

.missionCaption__txt span {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

/* works */
.section--works {
    text-align: center;
}

.worksCaption {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
    padding: 10px 7.2% 10px 7.2%;
    min-width: 120px;
    width: 100vh;
    max-width: 300px;
    font-size: 16px;
    background: #7E5475;
    box-sizing: border-box;
    border-radius: 50px;
}

.worksCaption:before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 15%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #7E5475;
    z-index: 2;
}

.worksCaption:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    z-index: 1;
}

.worksCaption__title {
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 15px;
}

.worksCaption__txt {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;

    padding: 0 5.3% 30px 5.3%;
}

.worksTopics {
    list-style: none;
    padding: 0;
    margin: 0 5.3% 0 5.3%;
    display: flex;
    flex-direction: column;
}

.worksTopics__list {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 335px;
    margin: 50px auto;
    margin-bottom: 0;
}

.worksTopics__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.worksTopics__img img {
    width: 120px;
    height: auto;
    z-index: 1;

}

.worksTopics__img {
    width: 120px;
    z-index: 1;
}

.worksTopics__img {
    width: 120px;
}

.worksTopics__list:nth-child(odd) .worksTopics__img {
    margin-right: auto;
    margin-left: 0;
}

.worksTopics__list:nth-child(even) .worksTopics__img {
    margin-left: auto;
    margin-right: 0;
}

.worksTopics__list::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 1%;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;

    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.worksTopics__list.animate::before {
    opacity: 1;
    transform: translateX(0);
}

.worksTopics__list:nth-child(2)::before,
.worksTopics__list:nth-child(4)::before {
    left: 1%;
    right: auto;
}

.worksTopics__list:nth-child(1)::before {
    background-image: url('../images/decor1.png');
}

.worksTopics__list:nth-child(2)::before {
    background-image: url('../images/decor2.png');
}

.worksTopics__list:nth-child(3)::before {
    background-image: url('../images/decor3.png');
}

.worksTopics__list:nth-child(4)::before {
    background-image: url('../images/decor4.png');
}

.worksTopics__list::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 3%;
    width: 120px;
    height: 120px;
    background-color: rgba(128, 128, 128, 0.3);
    z-index: -1;
}

.worksTopics__list {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.worksTopics__list.animate {
    opacity: 1;
    transform: translateY(0);
}

.worksTopics__list:nth-child(2)::after,
.worksTopics__list:nth-child(4)::after {
    left: 3%;
    right: auto;
}

.worksTopics__title {
    text-align: right;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 700;
}

.worksTopics__title--color {
    color: #7E5475;
    padding-right: 0;
}

.worksTopics__title--lf {
    text-align: left;
    padding-right: 50px;
}

.worksTopics__title--ri {
    text-align: right;
    padding-left: 50px;

}

.worksTopics__txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    padding: 20px 15px;
    max-width: 600px;
    position: relative;
}

.worksTopics__txt--dark {
    background: rgba(122, 122, 122, 0.10);
}

.worksTopics__txt--lite {
    background: rgba(217, 217, 217, 0.20);
}

.worksTopics__txt::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 60%;
    transform: translateX(-50%);
    width: 67%;
    height: 2px;
    background-image: url(../images/topicsunder.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* voice */
.section--voice {
    padding: 0 5.3% 0 5.3%;
}

.voice__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.voiceList {
    max-width: 335px;

    border: 2px solid #BFB8B0;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.voiceList.animate {
    opacity: 1;
    transform: translateY(0);
}

.voiceList:first-of-type {
    margin-top: 0;
}

.voice__title {
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 700;

    margin-bottom: 15px;
    border-bottom: 1px solid rgba(27, 54, 93, 0.80);
    padding-bottom: 5px;
}

.voice__image img {
    width: 200px;
    height: 160px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.voice__image img:last-of-type {
    object-position: bottom;
}

.voice__txt {
    font-size: 1.4rem;
    font-weight: 400;

    text-align: left;
    padding: 10px;
}

/* flow */
.flowChart {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5.3% 30px 5.3%;
    position: relative;
}

.flowchartList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step {
    background-color: #fff;
    border: 2px solid #7E5475;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #7E5475;
    z-index: 1;
}

.step img.icon {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.step h3 {
    flex: 1 1 auto;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.step p {
    flex-basis: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.5;
}

/* main pc */
@media screen and (min-width: 910px) {

    /* main */
    .main-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 200px 0 30px 0;
    }

    .main-visual__content {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;

        font-size: 3.6rem;
        text-align: right;
        font-family: "Zen Kaku Gothic New";
        font-size: 2.4rem;
        font-weight: 700;
        padding: 100px 12% 0 12%;
    }

    .main-visual__content p {
        font-size: 2rem;
        padding: 0 6.2% 0 6.2%;
    }

    .main-visual__content p:last-of-type {
        padding-bottom: 100px;
    }

    /* mission */
    .section--mission {
        max-width: 76%;
        height: 355px;
        margin: 0 auto;
    }

    .section--mission ::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        z-index: -1;
    }

    .topic--mission {
        color: #FFF;
        z-index: 2;
    }

    .missionCaption {
        font-size: 2.4rem;
    }

    .missionCaption__txt span {
        font-size: 1.6rem;
    }

    /* works */
    .worksCaption {
        margin-bottom: 2em;
        padding: 20px 1.5% 20px 1.5%;
        min-width: 420px;
        font-size: 2.4rem;
    }

    .worksCaption__title {
        font-size: 2.4rem;
    }

    .worksTopics__txt {
        font-size: 1.6rem;

        max-width: 900px;
        padding: 30px 200px 30px 200px;
        align-items: center;
    }

    .worksTopics__txt::before {
        left: 75%;
    }


    .worksTopics {
        align-items: center;
        gap: 50px;

        margin: 0 7.6%;
    }

    .worksTopics__content {
        flex: 1;
        text-align: left;
    }

    .worksTopics__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 900px;
        gap: 50px;
        margin: 0 auto;
        margin-top: 100px;
    }

    .worksTopics__list:first-of-type {
        margin-top: 100px;
    }

    .worksTopics__item {
        max-width: 1100px;
        margin-bottom: 0;
    }

    .worksTopics__img img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .worksTopics__img {
        flex-shrink: 0;
        width: 200px;
        height: 200px;
        overflow: hidden;
    }

    .worksTopics__list::before {
        top: -50px;
        right: 5%;
        width: 220px;
        height: 220px;
    }

    .worksTopics__list:nth-child(odd) .worksTopics__img {
        margin-left: -30%;
    }

    .worksTopics__list:nth-child(even) .worksTopics__img {
        margin-right: -30%;
    }

    .worksTopics__list:nth-child(2)::before,
    .worksTopics__list:nth-child(4)::before {
        left: 5%;
    }

    .worksTopics__list::after {
        top: -20px;
        width: 220px;
        height: 220px;
    }

    .worksTopics__title {
        font-size: 3.2rem;
    }

    .worksTopics__title--ri {
        text-align: center;
        padding-left: 0;
        padding-top: 30px;
    }

    .worksTopics__title--lf {
        text-align: center;
        margin-left: 0;
        padding-top: 30px;
        padding-right: 0;
    }

    /* voice */
    .section--voice {
        padding: 0 7.6% 100px 7.6%;
    }

    .voice__container {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .voiceList {
        flex: 1 1 calc(33.333% - 20px);
        max-width: 335px;
        width: auto;
        height: 500px;
        overflow-y: scroll;

    }

    .voiceList:first-of-type {
        margin-top: 20px;
    }

    .voice__title {
        font-size: 2rem;
    }

    .voice__txt {
        font-size: 1.6rem;
    }

    /* flow */
    .flowChart {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 6.2% 100px 6.2%;
    }

    .flowchartList {
        gap: 30px;
    }

    .step {
        padding: 30px;
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #7E5475;
        z-index: 1;
    }

    .step h3 {
        font-size: 2rem;
    }

    .step p {
        margin-top: 30px;
        font-size: 1.6rem;
    }
}

/* 910px pc end */