@charset "UTF-8";
@import url("translation.css");

/*-------------------------------------------

    0. anker--reset
    1. anker--title
    1. anker--keyvisual
    2. anker--about-case

-------------------------------------------*/

/* anker--reset
----------------------------------------------------------------*/

/* anker--title
----------------------------------------------------------------*/
.edit-area .inner {
    max-width: 1080px;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .edit-area .inner {
        width: 90%;
    }
}

.edit-area.title .photo-set {
    gap: 20px;
}

.edit-area.title {
    background-color: #ddf2ff;
}

.edit-area.title .text-side h1 span {
    display: block;
}

.edit-area.title .text-side h1 span.pill {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.06em;
    color: #ffffff;
    background-color: #003897;
    border-radius: 95px;
    padding: 12px 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

.edit-area.title .text-side h1 span.main {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 72px !important;
    line-height: 86px;
    letter-spacing: 0.05em;
    color: #003897 !important;
    margin-bottom: 20px;
}

.edit-area.title .text-side .sub-text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.1em;
    color: #000000;
}

@media screen and (max-width: 1180px) {
    .edit-area.title .photo-set {
        gap: 10px;
    }
    .edit-area.title .text-side h1 span.pill {
        font-size: 14px;
        line-height: 1.4;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
    .edit-area.title .text-side h1 span.main {
        font-size: 40px !important;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .edit-area.title .text-side .sub-text {
        font-size: 14px;
        line-height: 1.4;
    }
    .edit-area.title .photo-set .photo-side {
        transform: scale(0.75);
    }
    .edit-area.title .photo-set .photo-side {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: -213px;
    }
}

@media screen and (max-width: 500px) {
    .edit-area.title .photo-set .photo-side {
        width: 75% !important;
        bottom: -213px;
    }
}

@media screen and (max-width: 500px) {
    .edit-area.title .photo-set .photo-side {
        bottom: -194px;
        width: 70% !important;
        transform: scale(1);
    }
}

/* anker--keyvisual
----------------------------------------------------------------*/

.edit-area.block3 {
    background-color: #f1f1f1;
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.edit-area.block3 p {
    max-width: 750px;
    margin: 0 auto 5.7rem;
}

.edit-area.block3 .img-container {
    width: 100%;
    margin: 0 auto;
}

.edit-area.block3 .img-container img {
    width: 100%;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .edit-area.block3 {
        padding-bottom: 5rem;
    }
    .edit-area.block3 p {
        margin-bottom: 4rem;
    }
}

/* pricing */

.edit-area.pricing {
    padding: 8rem 0 14.4rem;
    box-sizing: border-box;
}
.edit-area.pricing p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .edit-area.pricing {
        padding: 5rem 0 8rem;
    }
    .edit-area.pricing p {
        font-size: 18px;
        line-height: 1.5;
    }
}


.edit-area.about {
    padding: 60px 0 60px;
}

.edit-area.about .inner {
    max-width: 750px;
}