@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: #E2EDC2;
    width: 100vw;
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.top img {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    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: 70px auto 35px;
}

.expicture-responsive {
    display: none;
}

.expicture-default {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3vw;
    margin: 20px;
    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;
}

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

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

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

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

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

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

.period_detail_default .month {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.period_detail_responsive {
    display: none;
}

.deadline {
    margin: 0 0 40px 0;
}

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

.note-responsive {
   display: none; 
}

.schedule {
    max-width: 1003px;
    margin: 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: 100%;
    gap: 24px;
    margin-bottom: 22px;
}

.schedule .date .day {
    max-width: 150px;
    padding: 26px 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: 40px;
}


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

.schedule .date .day_content .day_content_title {
    font-weight: 700;
}

.schedule .date .day_content .day_content_detail {
    font-weight: 500;
    padding: 0 30px;
}
.schedule .date .day_content .day_content_detail {
    margin-top: 8px; /* 「＼大谷翔平も使っていた！」の下に8pxの余白 */
    line-height: 1.5; /* 任意。読みやすさ向上用 */
}

.schedule .date .day_content .day_content_detail br {
    display: block;
    content: "";
    margin-bottom: 5%;
}
.venue {
    max-width: 1003px;
    margin: 70px 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;
    line-height: 36px;
}

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

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

.preparation .preparation_detail .internet_speed {
    font-size: 18px;
}

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

.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: 100px;
}

.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;
}
@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;
    }
    
    .inter3day {
        background-color: #E2EDC2;
        color: #1F286F;
        text-align: left;
        font-size: 20px;
        font-weight: 900;
        margin:30px 0;
        height: 80px;
    }
    
    .inter3day_title {
        max-width: 768px;
        margin: auto;
        margin-left: 20px;
    }
    
    .period {
        margin: auto;
        color: #1F286F;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .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: 24px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .deadline {
        margin: 0 0 20px 0;
    }

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

    .schedule {
        margin: 50px auto 75px;
        color: #1F286F;
        margin-left: 20px;
        margin-right: 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: column;
        max-width: 100%;
        gap: 10px;
        margin-bottom: 35px;
        margin-top: 10px;
        
    }
    
    .schedule .date .day {
        max-width: 130px;
        padding: 10px 26px;
        align-items: center;
        color: #1F286F;
        font-family: "Noto Sans JP", Arial, sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        border: solid 1px;
        border-radius: 32px;
    }
    
    
    .schedule .date .day_content {
        max-width: 100%;
        max-height: 100px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        font-family: "Noto Sans JP", Arial, sans-serif;
    
    }
    
    .schedule .date .day_content .day_content_title {
        font-weight: 700;
    }
    
    .schedule .date .day_content .day_content_detail {
        font-weight: 500;
        padding: 0;
    }

    .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: 40px 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 .internet_speed {
        font-size: 16px;
    }
    
    .preparation .preparation_detail .preparation_note{
        margin-top: 25px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
     }
    
    .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;
    }
}