@charset "utf-8";.video-header {
    flex-shrink: 0;
    z-index: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.mainContents .title-section {
    padding-top: 50px;
    padding-bottom: 30px;
}
.mainContents .title-section .title-text {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-inline: auto;
    font-size: 50px;
    line-height: 1.45em;
    letter-spacing: 0;
}
.mainContents .title-section .title-text img {
    width: 200px;
}
.mainContents .text-section {
    display: flex;
    text-align: justify;
    justify-content: center;
}
.mainContents .text-section .text-area {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    font-size: 1.15vw;
    line-height: 1.8vw;
    text-align: center;
    padding: 0 50px;
}
.mainContents .cta-section {
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}
.mainContents .cta-section_button {
    width: 310px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 16px;
}
.mainContents .photo-section {
    padding: 50px 5%;
    width: 100%;
}
.mainContents .photo-section .hero-img-content {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 80%;
    padding: 30px 0;
}
.mainContents .photo-section .photo-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.mainContents .photo-section .photo-container .img-content {
    width: 49%;
}
.mainContents .photo-section .hero-img-content2 {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 95%;
    padding: 50px 0 100px;
}
.mainContents .logo-section {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.mainContents .logo-section img {
    width: 100%;
}
.video-header .sp_only {
    display: none;
}
@media (max-width: 767px) {
    .video-header .sp_only {
        display: block;
    }
    .video-header .pc_only {
        display: none;
    }
    .mainContents .title-section .title-text {
        font-size: 26px;
        font-weight: 400;
    }
    .mainContents .title-section .title-text img {
        width: 100px;
    }

    .mainContents .text-section .text-area {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 0;
        margin-bottom: 0px;
    }
    .mainContents .cta-section {
        padding: 50px 0;
    }
    .mainContents .photo-section {
        padding: 0;
    }
    .mainContents .photo-section .photo-container {
        flex-direction: column;
        padding: 0 10px;
    }
    .mainContents .photo-section .photo-container .img-content {
        width: 100%;
        padding: 0;
    }
    .mainContents .photo-section .hero-img-content {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .mainContents .photo-section .hero-img-content2 {
        width: 100%;
        padding: 30px 10px;
    }
}