@charset "UTF-8";

.p-top__mainvisual__inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
.p-top__mainvisual .catchcopy {
    font-family: var(--font3);
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
}
@media all and (min-width: 1200px) {
    .p-top__mainvisual .catchcopy {
        font-size: 2.4rem;
        line-height: 1.833;
        letter-spacing: 0.1em;
        width: 100%;
        max-width: 580px;
        position: absolute;
        right: 0;
        bottom: 100px;
        margin: 0;
        padding: 20px 50px;
    }
}
@media all and (max-width: 1199px) {
    .p-top__mainvisual .catchcopy {
        font-size: 2rem;
        line-height: 2;
        letter-spacing: 0;
        margin: 0 auto;
        width: fit-content;
        max-width: calc(100% - 40px);
        padding: 15px;
        text-align: center;
        translate: 0 -50%;
    }
}
.p-top__about {
    position: relative;
    background-color: #fff;
}
.p-top__about .textArea {
    text-align: center;
}
.p-top__about .textArea .sectionTitle .big {
    font-family: var(--font3);
    margin: 0;
}
.p-top__about .textArea .textTitle {
    font-weight: 500;
    font-family: var(--font3);
}
.p-top__about .textArea .logo {
    display: block;
}
@media all and (min-width: 782px) {
    .p-top__about {
        padding: 160px 0;
    }
    .p-top__about .sectionInner {
        display: flex;
        width: calc(100% - 60px);
        max-width: 1800px;
        gap: 50px;
        justify-content: space-between;
        margin: 0 auto;
    }
    .p-top__about .sectionInner > div {
        width: 50%;
    }
    .p-top__about .sectionInner .imgArea {
        position: relative;
        aspect-ratio: 84/76;
    }
    .p-top__about .sectionInner .imgArea img {
        position: absolute;
        object-fit: cover;
    }
    .p-top__about .sectionInner .imgArea :is(.img1, .img2) {
        width: 35.7%;
        aspect-ratio: 6/9;
    }
    .p-top__about .sectionInner .imgArea :is(.img3, .img4) {
        width: 42.85%;
        aspect-ratio: 3/2;
    }
    .p-top__about .sectionInner .imgArea .img1 {
        left: 0;
    }
    .p-top__about .sectionInner .imgArea .img2 {
        right: 0;
    }
    .p-top__about .sectionInner .imgArea .img3 {
        right: 9.5%;
    }
    .p-top__about .sectionInner .imgArea .img4 {
        left: 9.5%;
    }
    .p-top__about .textArea .sectionTitle {
        margin-bottom: 90px;
    }
    .p-top__about .textArea .sectionTitle .big {
        font-size: 4.8rem;
        line-height: 1.2;
        letter-spacing: 0.1em;
    }
    .p-top__about .textArea .sectionTitle .small {
        line-height: 1.333;
        letter-spacing: 0;
        margin-top: 18px;
    }
    .p-top__about .textArea .textTitle {
        font-size: 2.4rem;
        line-height: 1.416;
        margin: 0 0 30px;
    }
    .p-top__about .textArea .text {
        line-height: 2.25;
        letter-spacing: 0.1em;
    }
    .p-top__about .textArea .logo {
        max-width: 300px;
        margin: 40px auto 50px;
    }
}
@media all and (min-width: 1200px) {
    .p-top__about .sectionInner .imgArea .img1 {
        top: 0;
    }
    .p-top__about .sectionInner .imgArea .img2 {
        bottom: 0;
    }
    .p-top__about .sectionInner .imgArea .img3 {
        top: 0;
    }
    .p-top__about .sectionInner .imgArea .img4 {
        bottom: 0;
    }
}
@media all and (max-width: 1199px) and (min-width: 782px) {
    .p-top__about {
        padding-top: 0;
    }
    .p-top__about .sectionInner .imgArea .img1 {
        bottom: 47%;
    }
    .p-top__about .sectionInner .imgArea .img2 {
        top: 47%;
    }
    .p-top__about .sectionInner .imgArea .img3 {
        bottom: 65%;
    }
    .p-top__about .sectionInner .imgArea .img4 {
        top: 65%;
    }
}
@media all and (max-width: 781px) {
    .p-top__about {
        margin-top: -50px;
        padding: 40px 0 100px;
    }
    .p-top__about .sectionInner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .p-top__about .sectionInner .imgArea {
        margin-bottom: 40px;
    }
    .p-top__about .sectionInner .imgArea img {
        display: block;
        margin: 0 auto;
    }
    .p-top__about .textArea .sectionTitle {
        margin-bottom: 45px;
    }
    .p-top__about .textArea .sectionTitle .big {
        font-size: 3rem;
        line-height: 1.133;
        letter-spacing: 0.05em;
    }
    .p-top__about .textArea .sectionTitle .small {
        font-size: 1.4rem;
        line-height: 1.714;
        letter-spacing: 0;
        margin: 8px 0 0;
    }
    .p-top__about .textArea .textTitle {
        font-size: 2rem;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .p-top__about .textArea .text {
        line-height: 2.071;
        letter-spacing: 0.05em;
    }
    .p-top__about .textArea .logo {
        max-width: 240px;
        margin: 20px auto 30px;
    }
    .p-top__about .textArea .c-linkBtn1 {
        margin-top: 0;
    }
}
