@charset "utf-8";

/* CSS Document */

body,a,dd,dt,h4,label,li,p,small {
font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page ul, ol {
    list-style: disc;
    padding-left: 23px;
}

.page ul li {
    list-style: disc;
    padding-bottom: 6px;
}

.page ol li {
    list-style: decimal;
    padding-bottom: 6px;
    line-height: 1.8em;
}

.feature ol li {
    list-style: none;
}

.internship h1 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: 600;
}

.hero {
    padding-bottom: 65px;
}

.new_page .hero-image .u-pc {
    max-width: 450px;
}

.hero .catch {
    margin-bottom: 8px;
}

.title_top {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 8px;
}

.catch_text {
    background-color: rgb(252, 216, 77);
    padding: 4px 20px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(1, 60, 119);
    display: table;
}

h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: rgb(1, 60, 119);
    margin-bottom: 1rem;
}

.page section {
    margin-bottom: 2rem;
}

a.link {
    color: rgb(6, 108, 198);
    text-decoration: underline;
    overflow-wrap: break-word;
}

a.detail {
    min-width: 200px;
    border-radius: 50px;
    padding: 13px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}

a.blue {
    color: rgb(6, 108, 198);
    border: 2px solid rgb(6, 108, 198);
    background-color: rgb(255, 255, 255);
}

a.yellow {
    background-color: rgb(253, 175, 0);
    color: rgb(255, 255, 255);
    display: block;
}

.cta_area {
    background-color: rgb(236, 246, 246);
    padding: 4rem 5%;
}

.cta_area p {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: rgb(1, 60, 119);
}

.cta_area a {
    display: block;
    cursor: pointer;
    border-radius: 50px;
    background: linear-gradient(90deg, rgb(27, 168, 227) 0%, rgb(24, 201, 201) 100%);
    font-size: 28px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    max-width: 500px;
    margin: 2rem auto 1rem;
}

.bg_light-blue {
    background-color: rgb(226, 247, 255);
}

.gray_label {
    background-color: rgb(242, 242, 242);
    display: inline-block;
    padding: 5px 30px !important;
}

.about_semi {
    padding-top: 20px;
    color: rgb(130, 130, 130);
    line-height: 2em;
}

.hero {
    background: linear-gradient(90deg, rgb(28, 143, 227) 0%, rgb(24, 201, 201) 100%);
}

.hero_inner {
    box-sizing: border-box;
}

.top_message {
    font-size: 2rem;
}

.top_message span {
    font-size: 3rem;
    color: rgb(253, 175, 0);
}

.top_box {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.top_box_label {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top_box_top {
    padding: 30px 46px 0px;
    height: 230px;
}

.top_box_bottom {
    padding: 20px 46px 30px;
}

.top_box h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 20px;
}

.in-person .top_box_label {
    background-color: rgb(13, 161, 222);
}

.in-person .top_box_label::after {
    border-style: solid;
    border-image: initial;
    content: "";
    height: 0px;
    width: 0px;
    pointer-events: none;
    position: absolute;
    border-color: rgb(13, 161, 222) rgba(106, 90, 205, 0) rgba(106, 90, 205, 0);
    border-width: 20px 20px 10px;
    margin-left: -20px;
    top: 100%;
    left: 50%;
}

.top_box h4 {
    margin-bottom: 10px;
}

.in-person .top_box h4 {
    font-size: 1.75rem;
    font-weight: 600;
    color: rgb(13, 161, 222);
}

.in-person .top_box h4 span {
    font-size: 20px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    padding-left: 1.75rem;
}

.online .top_box_label {
    background-color: rgb(9, 177, 177);
}

.online .top_box_label::after {
    border-style: solid;
    border-image: initial;
    content: "";
    height: 0px;
    width: 0px;
    pointer-events: none;
    position: absolute;
    border-color: rgb(9, 177, 177) rgba(106, 90, 205, 0) rgba(106, 90, 205, 0);
    border-width: 20px 20px 10px;
    margin-left: -20px;
    top: 100%;
    left: 50%;
}

.online .top_box h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(9, 177, 177);
}

.date_box {
    display: flex;
    align-items: baseline;
    padding-bottom: 8px;
}

.date_box .date {
    font-size: 2rem;
    font-weight: 600;
    margin-right: 12px;
}

.date_box .time {
    font-size: 24px;
}

.description {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 2em;
}

.company .company_list {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.2em;
    margin-bottom: 1.5rem;
}

.company_number {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(1, 60, 119);
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.small_text {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: normal;
}

.feature h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1.75rem;
}

.feature .in-person h3 {
    color: rgb(13, 161, 222);
}

.feature .online h3 {
    color: rgb(9, 177, 177);
}

.feature_inner {
    height: 170px;
    max-width: 430px;
    margin: auto;
}

.feature ol {
    counter-reset: number 0;
    padding: 0.5em;
    list-style-type: none !important;
}

.feature ol li {
    position: relative;
    padding: 0px 0.5em 0.5em 35px;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
}

.feature ol li::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number);
    display: inline-block;
    background: rgb(13, 161, 222);
    color: white;
    font-family: Avenir, "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 12.5px;
    transform: translateY(-50%);
}

.feature .online ol li::before {
    background: rgb(9, 177, 177);
}

.voice_container {
    margin-top: 1rem;
}

.voice_block {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.voice_img {
    padding: 0px 20px;
}

.bubble {
    position: relative;
    max-width: 430px;
    background: rgb(255, 255, 255);
    padding: 24px;
    text-align: left;
    border: 2px solid rgb(221, 221, 221);
    font-size: 16px;
    border-radius: 10px;
}

.bubble::after, .bubble::before {
    border: solid transparent;
    content: "";
    height: 0px;
    width: 0px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 71%;
}

.bubble::after {
    border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 8px 16px;
    margin-top: -8px;
}

.bubble::before {
    border-color: rgba(221, 221, 221, 0) rgb(221, 221, 221) rgba(221, 221, 221, 0) rgba(221, 221, 221, 0);
    border-width: 10px 20px;
    margin-top: -10px;
    margin-right: 2px;
}

.bubble_r {
    position: relative;
    max-width: 430px;
    background: rgb(255, 255, 255);
    padding: 24px;
    text-align: left;
    border: 2px solid rgb(221, 221, 221);
    font-size: 16px;
    border-radius: 10px;
}

.bubble_r::after, .bubble_r::before {
    border: solid transparent;
    content: "";
    height: 0px;
    width: 0px;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 71%;
}

.bubble_r::after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    border-width: 8px 16px;
    margin-top: -8px;
}

.bubble_r::before {
    border-color: rgba(221, 221, 221, 0) rgba(221, 221, 221, 0) rgba(221, 221, 221, 0) rgb(221, 221, 221);
    border-width: 10px 20px;
    margin-top: -10px;
    margin-left: 2px;
}

.last_message {
    font-size: 24px;
    font-weight: 600;
    color: rgb(1, 60, 119);
    text-align: center;
    padding-top: 3rem;
}

.faq h3 {
    color: rgb(6, 108, 198);
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.accordion_area .accordion_one {
    padding-bottom: 1rem;
}

.accordion_area .accordion_one .ac_header {
    background-color: rgb(255, 255, 255);
    padding: 1.25rem 4rem 1.25rem 2rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: rgb(240, 240, 240);
}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box::before, .accordion_area .accordion_one .ac_header .i_box::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box::before {
    border-top: 3px solid rgb(1, 72, 151);
    width: 20px;
    height: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.accordion_area .accordion_one .ac_header .i_box::after {
    border-left: 3px solid rgb(1, 72, 151);
    width: 0px;
    height: 20px;
    top: 0px;
    bottom: 0px;
    right: 9px;
    transition: all 0.3s ease 0s;
}

.accordion_area .accordion_one .ac_header.open .i_box::after {
    height: 0px;
}

.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.25rem 4rem 1.25rem 2rem;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
}

.open::after {
    display: none;
}

@media screen and (max-width: 736px) {
    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 1rem;
    }

    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    .accordion_area .accordion_one .ac_header .i_box::before {
        width: 15px;
    }

    .accordion_area .accordion_one .ac_header .i_box::after {
        height: 15px;
        right: 6.5px;
    }

    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 2rem 1.5rem 1rem;
    }
}

.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__headinner::before {
    position: absolute;
    left: 0px;
    content: "Q";
    color: rgb(6, 108, 198);
    font-size: 20px;
    font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
    font-size: 20px;
}

@media screen and (max-width: 736px) {
    .p-faq__headinner {
        padding-left: 25px;
    }

    .p-faq__headinner::before {
        font-size: 14px;
    }

    .p-faq__headinner p.p-faq__q-txt {
        font-size: 14px;
    }
}

.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__bodyinner::before {
    position: absolute;
    left: 0px;
    content: "A";
    color: rgb(253, 175, 0);
    font-size: 20px;
    font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt, .p-faq__bodyinner ul li {
    font-size: 16px;
}

.p-faq__bodyinner ul {
    padding: 1rem;
}

.p-faq__bodyinner ul li {
    list-style: inherit;
}

@media screen and (max-width: 736px) {
    .p-faq__bodyinner {
        padding-left: 25px;
    }

    .p-faq__bodyinner::before {
        font-size: 14px;
    }

    .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 14px;
    }
}

.page .contact {
    text-align: center;
    margin: 0px auto 2.25rem;
    font-size: 16px;
}

.page .contact h3 {
    font-size: 20px;
    color: rgb(1, 60, 119);
    margin-bottom: 0.75rem;
}

a.anchor, a.anchor {
    display: block;
    padding-top: 65px;
    margin-top: -65px;
}

.internship_info dt, .internship_info dd, .internship_info li {
    font-size: 1.75rem;
}

.internship_info h2 {
    color: rgb(255, 255, 255);
    padding: 1rem 2rem;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 3rem;
}

.internship_info h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.internship_info h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    margin-bottom: 1.75rem;
}

.internship_info .in-person h2 {
    background-color: rgb(13, 161, 222);
}

.internship_info .in-person h3 {
    color: rgb(13, 161, 222);
}

.internship_info .online h2 {
    background-color: rgb(9, 177, 177);
}

.internship_info .online h3 {
    color: rgb(9, 177, 177);
}

.internship_info dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 1.25rem;
}

.internship_info dt {
    flex-basis: 10%;
    padding: 0px 20px 8px 0px;
    box-sizing: border-box;
    font-weight: 600;
}

.internship_info dd {
    flex-basis: 90%;
    padding: 0px 20px 20px 0px;
    box-sizing: border-box;
}

.online_group dt {
    flex-basis: 25%;
    padding: 0px 10px 20px 0px;
}

.online_group dd {
    flex-basis: 75%;
    padding: 0px 20px 20px 0px;
}

.schedule img {
    border: 1px solid rgb(153, 153, 153);
}

.internship_company h2 {
    padding: 1.25rem 0px;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 600;
}

.internship_company h3 {
    padding: 0.75rem 0px;
    font-size: 24px;
}

.internship_company .company_number {
    color: rgb(0, 0, 0);
}

.company_outline {
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 16px;
}

.tag > div {
    display: inline-block;
    padding: 3px 20px;
    margin-right: 10px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.tag_in-person {
    background-color: rgb(13, 161, 222);
}

.tag_online {
    background-color: rgb(9, 177, 177);
}

.icon {
    display: flex;
    color: rgb(136, 136, 136);
    font-weight: 600;
}

.icon > div {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
}

.icon_1::before {
    content: url("../img/internship_company_icon1.png");
    padding-right: 10px;
    position: absolute;
    left: 4px;
    top: 6px;
}

.icon_2::before {
    content: url("../img/internship_company_icon2.png");
    padding-right: 10px;
    position: absolute;
    left: 4px;
    top: 6px;
}

.icon_3::before {
    content: url("../img/internship_company_icon3.png");
    padding-right: 10px;
    position: absolute;
    left: 4px;
    top: 6px;
}
.icon_4::before {
    content: url("../img/internship_company_icon4.png");
    padding-right: 10px;
    position: absolute;
    left: 4px;
    top: 6px;
}


.internship_company dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 1.25rem;
}

.internship_company dt {
    flex-basis: 16%;
    padding: 0px 20px 8px 0px;
    box-sizing: border-box;
    font-weight: 600;
}

.internship_company dd {
    flex-basis: 80%;
    padding: 0px 20px 20px 0px;
    box-sizing: border-box;
}

@media screen and (min-width: 1023px) {
    .top_box {
        min-height: 480px;
    }
}

@media screen and (max-width: 1023px) {
    .page .hero {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .new_page .hero-image .u-pc {
        width: 100%;
        display: block !important;
    }

    .hero-title {
        max-width: 510px;
        margin: auto;
        padding-top: 24px;
    }
}

@media screen and (max-width: 559px) {
    .new_page .hero_inner {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }

    .new_page .hero-image .u-pc {
        /* max-width: 280px; */
        display: block !important;
    }

    .internship h1 {
        font-size: 20px;
    }

    .title_top {
        font-size: 16px;
    }

    .catch_text {
        font-size: 18px;
    }

    h2 {
        font-size: 26px;
    }

    .top_message {
        font-size: 20px;
    }

    .top_message, .top_message span {
        font-size: 20px;
    }

    .top_box_top {
        padding: 30px 20px 0px;
        height: auto;
    }

    .in-person .top_box h4 span {
        font-size: 16px;
    }

    .top_box_label h3 span {
        font-size: 22px;
    }

    .date_box .date {
        font-size: 24px;
    }

    .date_box .time {
        font-size: 20px;
    }

    .description {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .company .company_list {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 2em;
        margin-bottom: 1rem;
    }

    .company_number {
        font-size: 16px;
    }

    .feature ol li {
        font-size: 1rem;
    }

    .cta_area {
        padding: 2rem 5%;
    }

    .cta_area a {
        font-size: 20px;
        padding: 10px 20px;
        margin: 1rem auto;
    }

    .cta_area p {
        font-size: 20px;
    }

    a.detail {
        font-size: 16px;
    }

    .feature_inner {
        height: auto;
    }

    .voice_block {
        padding: 20px 0px;
        align-items: end;
    }

    .voice_comment .bubble, .voice_comment .bubble_r {
        font-size: 12px;
    }

    .last_message {
        font-size: 16px;
    }

    .internship_info h2, .internship_company h2 {
        font-size: 20px;
    }

    .internship_info h3, .internship_company h3 {
        font-size: 18px;
    }

    .internship_info h4 {
        font-size: 16px;
    }

    .internship_info dl, .internship_company dl {
        flex-flow: column;
    }

    .icon {
        display: block;
        margin-bottom: 30px;
    }

    .icon > div {
        margin-bottom: 10px;
    }
}
