@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background-color: #fff;
    margin: 0;
}


.top {
    background-color: #D0E6F2;
    width: 100vw;
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.top img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    object-fit: contain;
}

.container {
    width: 100vw;
    max-width: 1003px;
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
    color: #1F286F;
    margin: auto;
}

.container .content {
    max-width: 1003px;
    align-items: center;
    color: #1F286F;
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    line-height: 30px;
}

.container .extitle {
    max-width: 67%;
    padding: 20px;
    align-items: center;
    color: #1F286F;
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    border: solid 4px;
    border-radius: 32px;
    padding: 0.5% 7%;
    margin: 50px auto;
}

.expicture-responsive {
    display: none;
}

.expicture-default {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3vw;
    margin: 20px 20px 0;
    object-fit: contain;
}

.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.block img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.block div,
.block p {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.expicture-default .block .title {
    font-size: 26px;
    font-weight: 900;
}

.inter5day {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-items: left;
    background-color: #D0E6F2;
    color: #1F286F;
    font-size: 32px;
    font-weight: 900;
    height: 100px;
    margin-top: 80px;
}

.inter5day_title {
    width: 1003px;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 auto;
}

.period {
    max-width: 1003px;
    margin: 50px auto;
    color: #1F286F;
}

.period h3 {
    font-size: 28px;
    font-weight: 900;
    color: #1F286F;
    margin-bottom: 30px;
    line-height: 1.4;
    border: 2px solid #ff0000;
    padding: 20px;
    border-radius: 8px;
}

.period_title {
    font-size: 24px;
    font-weight: 900;
}

.horizontal-line {
    border-bottom: 1px solid;
    width: 268px;
    margin: 7px 0 17px 0;
}

.period_detail_default {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    gap: 30px;
    line-height: 32px;
}

.period_detail_responsive {
    display: none;
}

.note-default {
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0;
}

.note-responsive {
    display: none;
}

.schedule {
    max-width: 1003px;
    margin: 50px auto;
    color: #1F286F;
}

.schedule_title {
    font-size: 24px;
    font-weight: 900;
}

.schedule .time {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
}

.schedule .date {
    display: flex;
    flex-direction: row;
    max-width: 50%;
    gap: 24px;
    margin-bottom: 22px;
    align-items: center;
}

.schedule .date .day {
    max-width: 128px;
    padding: 15px 30px;
    align-items: center;
    color: #1F286F;
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    border: solid 1px;
    border-radius: 32px;
}


.schedule .date .day_content {
    max-width: 250px;
    max-height: 49px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans JP", Arial, sans-serif;
    line-height: 22px;

}

.venue {
    max-width: 1003px;
    margin: 50px auto;
    color: #1F286F;
}

.venue .venue_title {
    font-size: 24px;
    font-weight: 900;
}

.venue .venue_detail {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.preparation {
    max-width: 1003px;
    margin: 50px auto;
    color: #1F286F;
}

.preparation .preparation_title {
    font-size: 24px;
    font-weight: 900;
}

.preparation .preparation_detail {
    font-size: 20px;
    font-weight: 700;
}

.preparation .preparation_detail .company {
    margin-bottom: 48px;
    line-height: 36px;
}

.preparation .preparation_detail .remote {
    font-size: 20px;
    line-height: 36px;
}

.preparation .preparation_detail .preparation_note {
    margin-top: 28px;
    font-size: 18px;
    line-height: 24px;
}

.entry_pc {
    display: block;
}

.entry {
    text-align: center;
    margin: 80px auto;
    cursor: default;
    color: gray;
}

.entry .image {
    transition-property: opacity;
    transition-duration: 0.5s;
}

.entry .image:hover {
    opacity: 0.7;
    cursor: pointer;
}

.interview {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1003px;
    font-size: 28px;
    font-weight: 900;
    color: #1F286F;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    margin-bottom: 50px;
}

.interview p {
    margin: 0;
}

.interview_list {
    max-width: 1003px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.interview_row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.employee_block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    flex: 1;
    box-sizing: border-box;
}

.employee_image img {
    max-width: 100%;
    height: auto;
}

.interview_content {
    display: flex;
    flex-direction: column;
    color: #1F286F;
    font-size: 14px;
}

.interview_content h3 {
    margin: 0 0 10px 0;
}

.interview_content p {
    margin: 5px 0;
}

.internship {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1003px;
    font-size: 28px;
    font-weight: 900;
    color: #1F286F;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.internship p {
    margin: 0;
}

.internships_2023 {
    max-width: 1003px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin: 0 auto;
}

.image-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

    box-sizing: border-box;
}

.image-block img {
    max-width: 100%;
    height: auto;
}

.contact {
    max-width: 1003px;
    text-align: center;
    margin: auto;
    margin-top: 80px;
}

.contact .image {
    transition-property: opacity;
    transition-duration: 0.5s;
}

.contact .image:hover {
    opacity: 0.7;
    cursor: pointer;
}

.contact_button {
    width: 374px;
    background-color: #fff;
    color: #1F286F;
    padding: 10px 20px;
    border: solid 1px #1F286F;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    transition: background-color 0.3s;
    border-radius: 32px;
    margin-top: 120px;
    margin-bottom: 23px;
}

.contact_button:hover {
    background-color: #0056b3;
}

.contact p {
    font-size: 16px;
    font-weight: 700;
    color: #1F286F;
    margin: 23px 0 200px 0;
    line-height: 20px;
}

/* インターンシップ実績セクション */
.internship-results {
    background-color: #fff;
    padding: 50px 0;
}

.internship-results .container {
    max-width: 1003px;
    margin: 0 auto;
    color: #1F286F;
}

.results-summary {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 50px;
}

.result-item {
    text-align: center;
}

.result-number {
    font-size: 48px;
    font-weight: 900;
    color: #1F286F;
    margin-bottom: 10px;
    line-height: 1.2;
}

.result-text {
    font-size: 20px;
    font-weight: 700;
    color: #1F286F;
    margin: 0;
}

.created-pages,
.internship-scenes,
.participating-schools {
    margin-bottom: 50px;
}

.created-pages h4,
.internship-scenes h4,
.participating-schools h4 {
    font-size: 24px;
    font-weight: 900;
    color: #1F286F;
    margin-bottom: 30px;
    text-align: center;
}

.page-gallery,
.scene-gallery {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.page-item,
.scene-item {
    flex: 1;
    text-align: center;
}

.page-item img,
.scene-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.schools-list {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.schools-list p {
    font-size: 16px;
    font-weight: 500;
    color: #1F286F;
    line-height: 1.8;
    margin: 0;
}


@media screen and (min-width: 769px) {

    /* LINEエントリーボタン */
    .line-floating-banner {
        position: fixed;
        top: 45%;
        right: 20px;
        width: auto;
        max-width: none;
        padding: 16px;
        z-index: 9999;
        pointer-events: auto;
    }

    .line-entry-button {
        display: inline-flex;
        align-items: center;
        background: #00cc00;
        color: white;
        border-radius: 100px;
        padding: 23px 39px;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.4;
        box-shadow: 0px 4px 4px 0px #00000040;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .line-logo img {
        width: 60px;
        height: 60px;
        pointer-events: auto;
    }

    .line-logo {
        margin-right: 20px;
        pointer-events: auto;
    }

    .line-text-sp {
        display: none;
    }

}

@media (max-width: 768px) {
    .top {
        height: 60vh;
        margin-top: 50px;
    }

    .container {
        width: 100vw;
        display: flex;
        align-items: center;
        background-color: #fff;
        flex-direction: column;
        margin: auto;
    }

    .container .content {
        align-items: center;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
        line-height: 23.17px;
        margin-top: 0px;
    }

    .container .extitle {
        max-width: 100%;
        align-items: center;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        border: solid 2px;
        border-radius: 32px;
        padding: 10px 6%;
        margin: 20px auto;
    }

    .expicture-default {
        display: none;
    }

    .expicture-responsive {
        align-items: center;
        max-width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 50px;
        margin: 10px;
        object-fit: contain;
    }

    .block {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }


    .block img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .block div,
    .block p {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
    }

    .expicture-responsive .block .title {
        font-size: 24px;
        font-weight: 900;
    }


    .block {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }

    .block img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .block div {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 700;
    }

    .expicture .block .title {
        font-size: 26px;
        font-weight: 900;
    }

    .inter5day {
        background-color: #D0E6F2;
        color: #1F286F;
        text-align: left;
        font-size: 20px;
        font-weight: 900;
        margin: 20px 0;
        height: 80px;
    }

    .inter5day_title {
        max-width: 768px;
        margin: auto;
        margin-left: 20px;
    }

    .period {
        margin: 15px auto;
        color: #1F286F;
        margin-left: 20px;
    }

    .period h3 {
        font-size: 22px;
        font-weight: 900;
        color: #1F286F;
        margin-bottom: 25px;
        line-height: 1.4;
        border: 2px solid #ff0000;
        padding: 15px;
        border-radius: 8px;
    }

    .period_title {
        font-size: 20px;
        font-weight: 900;
    }

    .horizontal-line {
        border-bottom: 1px solid;
        width: 268px;
        margin: 5px 0 20px 0;
    }

    .period_detail_default {
        display: none;
    }

    .period_detail_responsive {
        font-size: 16px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        gap: 28px;
        margin-bottom: 20px;
        line-height: 20px;
    }


    .note-default {
        display: none;
    }

    .note-responsive {
        display: inline;
        font-size: 16px;
        font-weight: 700;
        margin: 20px 0;
        line-height: 24px;
    }


    .schedule {
        margin: 50px auto;
        color: #1F286F;
        margin-left: 20px;
        font-size: 20px;
        font-weight: 900;
    }

    .schedule_title {
        font-size: 20px;
        font-weight: 900;
    }

    .schedule .time {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 700;
    }

    .schedule .date {
        display: flex;
        flex-direction: row;
        max-width: 100%;
        gap: 15px;
        margin-bottom: 20px;
        margin-top: 10px;
        align-items: center;
    }

    .schedule .date .day {
        max-width: 128px;
        padding: 15px 30px;
        align-items: center;
        color: #1F286F;
        font-family: "Noto Sans JP", Arial, sans-serif;
        font-size: 22px;
        font-weight: 900;
        text-align: center;
        border: solid 1px;
        border-radius: 32px;
    }


    .schedule .date .day_content {
        max-width: 250px;
        max-height: 49px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        font-family: "Noto Sans JP", Arial, sans-serif;

    }

    .venue {
        margin: 20px;
        color: #1F286F;
    }

    .venue .venue_title {
        font-size: 20px;
        font-weight: 900;
    }

    .venue .venue_detail {
        font-size: 16px;
        font-weight: 700;
        line-height: 36px;
    }

    .preparation {
        margin: 60px 20px 30px 20px;
    }

    .preparation .preparation_title {
        font-size: 20px;
        font-weight: 900;
    }

    .preparation .preparation_detail {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 700;
    }

    .preparation .preparation_detail .company {
        margin-bottom: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    .preparation .preparation_detail .remote {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
    }

    .preparation .preparation_detail .preparation_note {
        margin-top: 25px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .entry_pc {
        display: none;
    }

    .entry {
        max-width: 100%;
        text-align: center;
        margin: 50px auto;
        cursor: default;
        color: gray;
    }

    .entry .image {
        max-width: 80%;
        transition-property: opacity;
        transition-duration: 0.5s;
    }

    .entry .image:hover {
        opacity: 0.7;
        cursor: pointer;
    }


    .interview {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 900;
        color: #1F286F;
        margin: 0 auto;
        height: 100px;
        text-align: center;
    }

    .interview p {
        margin: 0;
    }

    .interview_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin: 0 auto;
    }

    .interview_row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        width: 100%;
        flex-direction: column;
    }

    .employee_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .employee_image img {
        width: 100%;
        max-width: 160px;
        height: auto;
    }

    .interview_content {
        margin-top: 10px;
    }

    .interview_content h3 {
        font-size: 16px;
        font-weight: 700;
    }

    .interview_content p {
        font-size: 16px;
        font-weight: 500;
    }



    .interview_content {
        display: flex;
        flex-direction: column;
        color: #1F286F;
        font-size: 14px;
    }

    .interview_content h3 {
        margin: 0 0 10px 0;
    }

    .interview_content p {
        margin: 5px 0;
    }

    .internship {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1003px;
        font-size: 28px;
        font-weight: 900;
        color: #1F286F;
        margin: 0 auto;
        height: 100px;
        text-align: center;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .internship p {
        margin: 0;
    }

    .internships_2023 {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        margin: 0 auto;
        flex-direction: column;
    }

    .image-block {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;

        box-sizing: border-box;
    }

    .image-block img {
        max-width: 100%;
        height: auto;
    }

    .contact {
        text-align: center;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .contact .image {
        max-width: 80%;
        transition-property: opacity;
        transition-duration: 0.5s;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .contact .image:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .contact_button {
        width: 374px;
        background-color: #fff;
        color: #1F286F;
        padding: 10px 20px;
        border: solid 1px #1F286F;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif;
        transition: background-color 0.3s;
        border-radius: 32px;

    }

    .contact_button:hover {
        background-color: #0056b3;
    }

    .contact p {
        font-size: 16px;
        font-weight: 700;
        color: #1F286F;
        margin-bottom: 60px;
        line-height: 20px;
    }

    /*LINEエントリーボタン  */
    .line-floating-banner {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: none;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.6);
        /* ボタン背後透過白 */
        border-radius: 100px;
        padding: 8px;
        box-sizing: border-box;
    }

    .line-entry-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px 16px;
        background: #00c300;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 40px;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        box-sizing: border-box;
        cursor: pointer;
    }

    .line-logo {
        margin-right: 30px;
        display: flex;
    }

    .line-logo img {
        width: 40px;
        height: 40px;
    }

    .line-text {
        text-align: center;
        margin-right: 30px;
    }

    .line-text-pc {
        display: none;
    }

    .line-text-sp {
        display: inline;
    }

    /* インターンシップ実績セクション - スマホ版 */
    .internship-results {
        padding: 30px 0;
    }

    .internship-results .container {
        padding: 0 20px;
    }

    .results-summary {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
        text-align: center;
    }

    .result-number {
        font-size: 36px;
    }

    .result-text {
        font-size: 18px;
    }

    .created-pages,
    .internship-scenes,
    .participating-schools {
        margin-bottom: 40px;
    }

    .created-pages h4,
    .internship-scenes h4,
    .participating-schools h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .page-gallery,
    .scene-gallery {
        flex-direction: column;
        gap: 15px;
    }

    .page-item,
    .scene-item {
        width: 100%;
    }

    .schools-list {
        padding: 20px;
        margin: 0 20px;
    }

    .schools-list p {
        font-size: 14px;
        line-height: 1.6;
    }

}
