@charset "UTF-8";

.internship .title-block {
    position: relative;
    min-height: 360px;
    background: url(../img/internship_img/internship-title-bg.jpg) no-repeat center center;
    background-size: cover;
}

.internship .title-block .title-wrap {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    top: 190px;
    left: 8%;
}

.internship .title-wrap h1 {
    position: relative;
    box-sizing: border-box;
}

.internship .title-wrap h1 span {
    display: inline-block;
    font-size: 1.7em;
    font-weight: 500;
    padding: 6px 10px;
    background: #FFF;
}

.internship .title-wrap .h1-sub-jp {
    margin: 10px 0 0;
    line-height: 1.5em;
    white-space: nowrap;
}

.internship .title-wrap .h1-sub-jp span {
    font-size: 1em;
    padding: 3px 10px;
    line-height: 1.1em;
    color: #FFF;
    background: linear-gradient(transparent 5%, #3C4755 5%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.content-wrap {
    width: 90%;
    padding: 0 0;
    max-width: 1100px;
    margin: 0 auto;
}

.intro-text {
    width: 90%;
    max-width: 720px;
    margin: 0 auto 80px;
}

.intro-text p {
    font-size: 1.1em;
    text-align: center;
}

.section-block {
    margin-bottom: 80px;
}

.section-block:last-of-type {
    margin-bottom: 0;
}

.sub-section {
    padding-bottom: 40px;
}

.sub-section:last-of-type {
    margin-bottom: 0;
}

.border-title {
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 0 0 15px;
    margin-bottom: 40px;
    font-weight: 400;
}

.border-title::after {
    width: 120px;
    height: 1px;
    background: #039;
    bottom: 0;
    left: calc(50% - 60px);
}

.point-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

.point-list li {
    width: calc(33.33% - 16px);
    background: #EFF2F4;
    border-radius: 8px;
    position: relative;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-list li .list-ttl {
    font-family: "Comforter Brush", cursive;
    color: #4dff3e;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: .1em;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.point-list li p:not([class]) {
    text-align: center;
    color: #1374CD;
}

.bubble-text01 {
    position: relative;
    width: 168px;
    height: 98px;
    margin: 0 auto;
}

.bubble-text01:before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/internship_img/bubble.png');
    width: 168px;
    height: 98px;

}

.bubble-text01 span {
    position: absolute;
    z-index: 2;
    color: #FFF;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -62%);
}

.hero-text {
    font-size: 1.2em;
    text-align: center;
    padding: 20px 0;
}

.couse-list li {
    border-top: solid 1px #35C6A4;
    padding: 30px 10px;
    margin-bottom: 20px;
    position: relative;
}

.couse-list li:before {
    content: "";
    display: block;
    position: absolute;
    background: #35C6A4;
    width: 76px;
    height: 6px;
    top: -6px;
    left: 0;
}

.couse-list li .course-title {
    font-size: 1.4em;
    padding-bottom: 2px;
}

.couse-list li .course-name {
    color: #1374CD;
    font-size: 1.2em;
    padding-bottom: 5px;
}

.couse-list li .course-desc {
    font-size: 0.95em;
}

.entry-button {
    width: 80%;
    max-width: 450px;
    border-radius: 8px;
    background-image: linear-gradient(90deg, #039 0%, #00b4ff 40%, #00b4ff 60%, #039 100%);
    background-size: 250% auto;
    background-position: center right;
    transition: all .4s;
    position: relative;
    margin: 10px auto;
}

.entry-button a {
    text-decoration: none;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: min(3vw, 16px);
    line-height: 1.6em;
    color: #fff;
    transition: 0.3s;
    padding: 10px 15px;
}

.entry-button:after {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/common_img/white-arrow.svg') no-repeat center/contain;
    width: 8px;
    height: 10px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.section-block.voices {
    padding: 80px 0 30px;
    background: #EFF2F4;
}

.bubble-text02 {
    position: relative;
    width: 250px;
    height: 98px;
    margin: 0 auto -100px;
    top: -120px;
}

.bubble-text02:before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/internship_img/bubble-wide.png');
    width: 250px;
    height: 98px;

}

.bubble-text02 span {
    position: absolute;
    z-index: 2;
    color: #FFF;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -72%);
}

.bubble-text02~.hero-text {
    padding: 0 0 40px;
}

.voice-content {
    border-top: solid 1px #35C6A4;
    padding: 50px 0;
    margin-bottom: 20px;
    position: relative;
}

.voice-content:last-of-type {
    margin-bottom: 0;
}

.voice-content:before {
    content: "";
    display: block;
    position: absolute;
    background: #35C6A4;
    width: 76px;
    height: 6px;
    top: -6px;
    left: 0;
}

.voice-content .voice-profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice-content .voice-profile .profile__image {
    width: 20%;
}

.voice-content .voice-profile .profile__text {
    width: 77%;
}

.profile__text .job {
    font-size: 0.9em;
    padding-bottom: 3px;
}

.profile__text .name {
    font-size: 1.4em;
    padding-bottom: 8px;
    line-height: 1.4em;
}

.profile__text .name span {
    font-size: 11px;
    display: block;
    line-height: 1.6em;
    color: #C0CEDE;
}

.profile__text .year {
    font-size: 0.9em;
    padding-bottom: 10px;
}

.message01 .ttl,
.message02 .ttl {
    color: #00B4FF;
    position: relative;
    padding-left: 20px;
    font-size: 0.9em;
    padding-bottom: 4px;
}

.message01 .ttl:before,
.message02 .ttl:before {
    content: "ー";
    display: block;
    position: absolute;
    color: #00B4FF;
    left: 0;
    top: 0em;
}

.message02 {
    background: #FFF;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 30px;
    margin-top: 30px;
}

.message01 p:not([class]),
.message02 p:not([class]) {
    font-size: 93%;
    line-height: 2em;
}

@media (hover: hover) {
    .entry-button:hover {
        background-position: center left;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .internship .title-block {
        position: relative;
        min-height: 200px;
        background: url(../img/internship_img/internship-title-bg.jpg) no-repeat center 70%;
        background-size: cover;
    }

    .internship .title-block .title-wrap {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        top: 100px;
        left: 0;
        padding: 0 5%;
    }

    .internship .title-wrap h1 {
        position: relative;
        box-sizing: border-box;
    }

    .internship .title-wrap h1 span {
        display: inline-block;
        font-size: 1.1em;
        font-weight: 500;
        padding: 6px 10px;
        background: #FFF;
    }

    .internship .title-wrap .h1-sub-jp {
        margin: 10px 0 0;
        line-height: 1.8em;
        font-size: min(3.2vw,1em);
    }

    .internship .title-wrap .h1-sub-jp span {
        font-size: 1em;
        padding: 3px 10px;
        line-height: 1.1em;
        color: #FFF;
        background: linear-gradient(transparent 5%, #3C4755 5%);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .content-wrap {
        width: 90%;
    }

    .intro-text {
        width: 100%;
        margin: 0 auto 50px;
    }

    .intro-text p {
        font-size: min(4vw,1.1em);
        text-align: center;
    }

    .section-block {
        margin-bottom: 40px;
    }

    .section-block:last-of-type {
        margin-bottom: 0;
    }

    .sub-section {
        padding-bottom: 40px;
    }

    .sub-section:last-of-type {
        margin-bottom: 0;
    }

    .border-title {
        position: relative;
        font-size: 14px;
        text-align: center;
        padding: 0 0 15px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .border-title::after {
        width: 80px;
        height: 1px;
        background: #039;
        bottom: 0;
        left: calc(50% - 40px);
    }

    .point-list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 0;
    }

    .point-list li {
        width: calc(100%);
        background: #EFF2F4;
        border-radius: 8px;
        position: relative;
        padding: 30px 20px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .point-list li .list-ttl {
        font-family: "Comforter Brush", cursive;
        color: #4dff3e;
        font-weight: 400;
        font-size: 40px;
        line-height: 1.2em;
        letter-spacing: .1em;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .point-list li p:not([class]) {
        text-align: center;
        color: #1374CD;
    }

    .bubble-text01 {
        position: relative;
        width: 168px;
        height: 98px;
        margin: 0 auto;
    }

    .bubble-text01:before {
        content: "";
        display: block;
        position: absolute;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../img/internship_img/bubble.png');
        width: 168px;
        height: 98px;
        transform: scale(0.8);

    }

    .bubble-text01 span {
        position: absolute;
        z-index: 2;
        color: #FFF;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -72%);
    }

    .hero-text {
        font-size: 1.1em;
        text-align: center;
        padding: 20px 0;
    }

    .couse-list li {
        border-top: solid 1px #35C6A4;
        padding: 20px 5px;
        margin-bottom: 20px;
        position: relative;
    }

    .couse-list li:before {
        content: "";
        display: block;
        position: absolute;
        background: #35C6A4;
        width: 46px;
        height: 6px;
        top: -6px;
        left: 0;
    }

    .couse-list li .course-title {
        font-size: 1.2em;
        padding-bottom: 2px;
    }

    .couse-list li .course-name {
        color: #1374CD;
        font-size: 1.1em;
        padding-bottom: 5px;
    }

    .couse-list li .course-desc {
        font-size: 0.95em;
    }

    .entry-button {
        width: 90%;
        max-width: 450px;
        border-radius: 8px;
        background-image: linear-gradient(90deg, #039 0%, #00b4ff 40%, #00b4ff 60%, #039 100%);
        background-size: 250% auto;
        background-position: center right;
        transition: all .4s;
        position: relative;
        margin: 10px auto;
    }

    .entry-button a {
        text-decoration: none;
        height: 44px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: min(3vw, 16px);
        line-height: 1.6em;
        color: #fff;
        transition: 0.3s;
        padding: 10px 15px;
    }

    .entry-button:after {
        content: "";
        display: block;
        position: absolute;
        background: url('../img/common_img/white-arrow.svg') no-repeat center/contain;
        width: 8px;
        height: 10px;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-block.voices {
        padding: 80px 0 30px;
        background: #EFF2F4;
    }

    .bubble-text02 {
        position: relative;
        width: 250px;
        height: 98px;
        margin: 0 auto -110px;
        top: -120px;
        transform: scale(0.8);
    }

    .bubble-text02:before {
        content: "";
        display: block;
        position: absolute;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../img/internship_img/bubble-wide.png');
        width: 250px;
        height: 98px;
    }

    .bubble-text02 span {
        position: absolute;
        z-index: 2;
        color: #FFF;
        white-space: nowrap;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -72%);
    }

    .bubble-text02~.hero-text {
        padding: 0 0 40px;
    }

    .voice-content {
        border-top: solid 1px #35C6A4;
        padding: 50px 0;
        margin-bottom: 20px;
        position: relative;
    }

    .voice-content:last-of-type {
        margin-bottom: 0;
    }

    .voice-content:before {
        content: "";
        display: block;
        position: absolute;
        background: #35C6A4;
        width: 46px;
        height: 6px;
        top: -6px;
        left: 0;
    }

    .voice-content .voice-profile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .voice-content .voice-profile .profile__image {
        width: 80%;
        max-width: 160px;
        margin: 0 auto 20px;
    }

    .voice-content .voice-profile .profile__text {
        width: 100%;
    }

    .profile__text .job {
        font-size: 0.9em;
        padding-bottom: 3px;
    }

    .profile__text .name {
        font-size: 1.4em;
        padding-bottom: 8px;
        line-height: 1.4em;
    }

    .profile__text .name span {
        font-size: 11px;
        display: block;
        line-height: 1.6em;
        color: #C0CEDE;
    }

    .profile__text .year {
        font-size: 0.9em;
        padding-bottom: 10px;
    }

    .message01 .ttl,
    .message02 .ttl {
        color: #00B4FF;
        position: relative;
        padding-left: 20px;
        font-size: 0.9em;
        padding-bottom: 4px;
    }

    .message01 .ttl:before,
    .message02 .ttl:before {
        content: "ー";
        display: block;
        position: absolute;
        color: #00B4FF;
        left: 0;
        top: 0em;
    }

    .message02 {
        background: #FFF;
        box-sizing: border-box;
        border-radius: 16px;
        padding: 20px;
        margin-top: 30px;
    }

    .message01 p:not([class]),
    .message02 p:not([class]) {
        font-size: 93%;
        line-height: 2em;
    }
}