@charset "UTF-8";



/* === 採用メッセージ === */


@media (hover: hover) {}

@media screen and (max-width: 768px) {}


.message-intro {
    padding-bottom: 80px;
}

.message-intro .member-image {
    width: 90%;
    max-width: 760px;
    margin: 0 auto 50px;
}

.message-intro>p {
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6em;
}

.muchuryoku {
    width: 90%;
    margin: 0 auto;
    max-width: 760px;
}

.muchuryoku .main-visual {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.muchuryoku ul {
    position: relative;
    z-index: 2;
    top: -80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.muchuryoku ul li {
    width: 31.33%;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 64, 152, 0.2);
    padding: 30px;
    border-radius: 16px;
}

.muchuryoku ul li p {
    text-align: center;
    font-size: 24px;
    color: #004098;
}

.message-item {
    display: flex;
    gap: 40px;
    padding: 40px 0;
    position: relative;
}

.message-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #04bb83 0%, #0388c6 100%);
}

.message-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.profile-area {
    flex: 0 0 30%;
    position: relative;
}

.profile-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    background-color: #eee;
}

.profile-name {
    position: relative;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to left, #04bb83 0%, #0388c6 100%);
    color: white;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: 500;
    width: 80%;
    text-align: center;
    font-size: 20px;
    font-family: var(--en-font);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.qa-area {
    flex: 1;
}

.qa-item {
    margin-bottom: 20px;
}

.qa-row {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.symbol {
    flex-shrink: 0;
    width: 20px;
}

.symbol-q {
    font-size: 24px;
    color: #004098;
    font-family: var(--en-font);
}

.symbol-a {
    font-size: 24px;
    color: #009944;
    font-family: var(--en-font);
}

.qa-item .question {
    color: #0388C6;
}

.qa-item .answer {
    margin: 0;
}

.closing-message-text {
    padding: 80px 0 0;
}

.closing-message-text>p {
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6em;
}


@media (max-width: 768px) {
    .message-intro {
        padding-bottom: 50px;
    }

    .message-intro .member-image {
        width: 100%;
        max-width: 460px;
        margin: 0 auto 40px;
    }

    .message-intro>p {
        text-align: center;
        font-size: clamp(16px, 4vw, 20px);
        line-height: 1.6em;
    }

    .muchuryoku {
        width: 90%;
        margin: 0 auto;
        max-width: 760px;
    }

    .muchuryoku .main-visual {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }

    .muchuryoku ul {
        position: relative;
        z-index: 2;
        top: -20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .muchuryoku ul li {
        width: 100%;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 64, 152, 0.2);
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 16px;
    }

    .muchuryoku ul li p {
        text-align: center;
        font-size: 18px;
        color: #004098;
    }

    .message-item,
    .message-item:nth-child(odd) {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .profile-area {
        flex: none;
        width: 100%;
        max-width: 250px;
        margin: 0 auto -25px;
    }

    .profile-name {
        position: relative;
        bottom: 25px;
        padding: 8px 20px;
        width: 80%;
        text-align: center;
        font-size: 16px;
    }

    .qa-row {
        gap: 10px;
    }

    .symbol-q {
        font-size: 20px;
    }

    .symbol-a {
        font-size: 20px;
    }

    .closing-message-text {
        padding: 60px 0 0;
    }

    .closing-message-text>p {
        text-align: center;
        font-size: clamp(16px, 4vw, 20px);
        line-height: 1.6em;
    }
}


.selection-intro {
    padding-bottom: 80px;
}

.selection-intro figure {
    width: 90%;
    max-width: 660px;
    margin: 0 auto 50px;
}

.selection-intro p {
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6em;
}

@media (max-width: 768px) {
    .selection-intro {
        width: 100%;
        padding-bottom: 40px;
    }

    .selection-intro figure {
        width: 90%;
        max-width: 360px;
        margin: 0 auto 30px;
    }

    .selection-intro p {
        width: 100%;
        font-size: clamp(14px, 4vw, 20px);
    }
}

.selection-flow {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.selection-flow li {
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
    position: relative;
}

.step-box {
    flex: 0 0 220px;
    background: linear-gradient(90deg, #04bb83 0%, #0388c6 100%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    border-radius: 16px 0 0 16px;
}

.step-number {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-family: var(--en-font);
    line-height: 1em;
}

.step-title {
    font-size: 1.2em;
    white-space: nowrap;
}

.description-box {
    flex: 1;
    background-color: #F3FAFA;
    padding: 25px 30px;
    border-radius: 0 16px 16px 0;
    display: flex;
    align-items: center;
}

.description-box p {
    margin: 0;
}

.selection-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 110px;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 12px solid #0388C6;
    z-index: 2;
}

.link-text {
    color: #0077b5;
    text-decoration: underline;
}

.note {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .selection-flow li {
        flex-direction: column;
    }

    .step-box {
        flex: none;
        width: 100%;
        padding: 15px;
        border-radius: 16px 16px 0 0;
    }

    .selection-flow li:not(:last-child)::after {
        left: 50%;
    }

    .description-box {
        padding: 20px;
        border-radius: 0 0 16px 16px;
    }
}


.about-muchuryoku {
    padding: 80px 0;
}

.about-muchuryoku .title {
    position: relative;
}

.about-muchuryoku .title>span {
    padding: 20px 35px;
    width: 90%;
    max-width: 670px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: #F3FAFA;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
}

.about-muchuryoku .title>span span {
    font-family: var(--en-font);
    color: #004098;
    font-size: 40px;
    left: -10px;
    top: 3px;
    position: relative;
}


.about-muchuryoku .title~p {
    padding: 40px 0;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6em;
}

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

.card-wrap .modal-card {
    width: 49%;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 64, 152, 0.2);
    padding: 15px 15px 80px 15px;
    margin-bottom: 10px;
    border-radius: 16px;
    position: relative;
}

.card-wrap .modal-card .split-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}

.card-wrap .modal-card .split-content .sheet-image {
    width: 40%;
}

.card-wrap .modal-card .split-content .sheet-text {
    width: 55%;
    display: flex;
    align-items: center;
}

.card-wrap .modal-card .split-content .sheet-text p {
    color: #0388C6;
    font-size: 1.1em;
    line-height: 1.6em;
}

.card-wrap .modal-card .card__title {
    color: #0388C6;
}

.card-wrap .modal-card .card__desc {
    line-height: 1.6em;
    padding-bottom: 10px;
}

.modal-card .trigger-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    min-height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(60deg, #0388c6 0%, #04bb83 40%, #04bb83 60%, #0388c6 100%);
    background-size: 250% auto;
    background-position: center right;
    transition: all .4s;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.modal-card .trigger-btn:after {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/company_img/check-icon.png') no-repeat center/contain;
    width: 80px;
    height: 26px;
    right: 10px;
    top: 50%;
    transform-origin: center center;
    transform: scale(1) translateY(-50%);
    transition: all .2s;
}

@media (hover: hover) {
    .modal-card .trigger-btn:hover {
        background-position: center left;
    }
}

@media screen and (max-width: 860px) {
    .modal-card .trigger-btn:after {
        content: "";
        display: block;
        position: absolute;
        background: url('../img/company_img/check-icon-sp.png') no-repeat center/contain;
        width: 20px;
        height: 20px;
        right: 5px;
        top: 92%;
        transform-origin: center center;
        transform: scale(1) translateY(-100%);
        transition: all .2s;
    }
}

@media screen and (max-width: 768px) {
    .about-muchuryoku {
        padding: 40px 0;
    }

    .about-muchuryoku .title>span {
        padding: 10px 25px;
        width: 90%;
        position: relative;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        background: #F3FAFA;
        border-radius: 50px;
        font-size: 16px;
        text-align: center;
    }

    .about-muchuryoku .title>span span {
        font-family: var(--en-font);
        color: #004098;
        font-size: 24px;
        left: -5px;
        top: 2px;
        position: relative;
    }


    .about-muchuryoku .title~p {
        padding: 40px 0;
        text-align: center;
        font-size: clamp(14px, 2vw, 24px);
        line-height: 1.6em;
    }

    .card-wrap .modal-card {
        width: 100%;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 64, 152, 0.2);
        padding: 15px 15px 80px 15px;
        margin-bottom: 10px;
        border-radius: 16px;
        position: relative;
    }

    .card-wrap .modal-card .split-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .card-wrap .modal-card .split-content .sheet-image {
        width: 30%;
    }

    .card-wrap .modal-card .split-content .sheet-text {
        width: 65%;
        display: flex;
        align-items: center;
    }

    .card-wrap .modal-card .split-content .sheet-text p {
        color: #0388C6;
        font-size: 1em;
        line-height: 1.6em;
    }

    .card-wrap .modal-card .card__title {
        color: #0388C6;
    }

    .card-wrap .modal-card .card__desc {
        line-height: 1.6em;
        padding-bottom: 5px;
    }
}

.job-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    line-height: 1.8em;
}

.job-table th {
    font-weight: 500;
    width: 25%;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    color: #004098;
    border-bottom: 1px solid #009944;
}

.job-table td {
    width: 75%;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #CCD6E5;
}

.info-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #0388C6;
    margin-bottom: 10px;
}

.info-note::before {
    content: "!";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #0388C6;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    letter-spacing: 0;
}

.indent-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.indent-list li {
    margin-bottom: 5px;
}

.course-title {
    color: #0388C6;
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.small-text {
    font-size: 1em;
    display: block;
    margin-top: 5px;
}

.number-list {
    list-style-type: decimal !important;
    padding-left: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.number-list li {
    display: list-item;
}

@media (max-width: 600px) {

    .job-table th,
    .job-table td {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .job-table th {
        padding-bottom: 0;
        border-bottom: none;
    }
}


/* === Media Queries === */
@media screen and (max-width: 1520px) {
    .new-grad .main-wrapper .content-wrap {
        width: calc(100% - 440px);
    }
}

@media screen and (max-width: 980px) {
    .new-grad .main-wrapper .content-wrap {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 768px) {
    .new-grad .main-wrapper .content-wrap {
        width: 90%;
    }
}



/* === よくある質問 === */

.faq-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}

.faq-section {
    margin-bottom: 50px;
}

.faq-section:last-child {
    margin-bottom: 0;
}

.faq-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}

.faq-row:last-child {
    margin-bottom: 0;
}

.faq-card {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 64, 152, 0.2);
}

/* Width Classes */
.faq-w-32 {
    width: calc(35% - 5px);
    flex-shrink: 0;
}

.faq-w-65 {
    width: calc(65% - 5px);
    flex-shrink: 0;
}

.faq-w-49 {
    width: calc(50% - 5px);
    flex-shrink: 0;
}

/* Fade-in Animation (eon発火時) */
.eft {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.eft.eon {
    opacity: 1;
    transform: translateY(0);
}

/* Q & A Areas */
.faq-q {
    display: flex;
    align-items: flex-start;
    padding: 20px 25px;
    background-color: #EAF8FF;
}

.faq-icon-q {
    font-size: 24px;
    color: #004098;
    font-family: var(--en-font);
    margin-right: 10px;
    line-height: 1.1;
}

.faq-q-text {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2px;
}

.faq-a {
    display: flex;
    align-items: flex-start;
    padding: 20px 25px 30px;
    flex-grow: 1;
}

.faq-icon-a {
    font-size: 24px;
    color: #009944;
    font-family: var(--en-font);
    margin-right: 10px;
    line-height: 1.1;
}

.faq-a-content {
    flex: 1;
    color: #333333;
    margin-top: 0;
    line-height: 1.6;
}

.faq-a-content p {
    margin: 0 0 10px;
}

.faq-a-content p:last-child {
    margin-bottom: 0;
}

.faq-text-blue {
    color: #0388C6;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 4px;
}

.faq-text-blue:first-child {
    margin-top: 0;
}

.faq-marker {
    background: linear-gradient(transparent 5%, #FAFFBA 5%);
    background-size: 0 100%;
    background-position: left -2px;
    background-repeat: no-repeat;
    display: inline;
    padding: 2px 6px;
    border-radius: 2px;
    line-height: 1.8em;
    transition: background-size 0.8s cubic-bezier(0.22, 1, 0.36, 1);

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.eft.eon .faq-marker {
    background-size: 100% 100%;
    transition-delay: 0.4s;
}

.faq-marker-bold {
    font-weight: 500;
    font-size: 20px;
}

.faq-link {
    color: #0388C6;
    text-decoration: underline;
}

.faq-link:hover {
    text-decoration: none;
}

.faq-hero-card {
    border-radius: 8px;
    color: #ffffff;
    padding: 40px 20px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.faq-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.faq-hero-bg img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
}

.faq-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-hero-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.faq-hero-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0;
}

.faq-hero-title span {
    display: block;
    font-size: 16px;
}

.faq-hero-subtitle {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: 1px;
}

.bg-blue {
    background: linear-gradient(#0388c6 0%, #10b7de 100%);
}

.bg-green {
    background: linear-gradient(#04bb83 0%, #77c77d 100%);
}

.bg-orange {
    background: linear-gradient(#ea8b1c 0%, #efb42c 100%);
}

.bg-purple {
    background: linear-gradient(#6763d3 0%, #7ba1ea 100%);
}

/* Buttons */
.faq-button-wrap {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 20px auto 0;
}

.faq-button-wrap p {
    text-align: center;
    font-size: 0.9em;
}

.faq-button-wrap .grad-button a {
    height: 40px;
    font-size: 0.9em;
}

.faq-table-wrap {
    margin-top: 0;
    overflow-x: auto;
}

.faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
    min-width: 300px;
    line-height: 1.4;
}

.faq-table th,
.faq-table td {
    border: 1px solid #04BB83;
    border-left: none;
    padding: 5px 5px;
}

.faq-table th {
    border-top: none;
}

.faq-table th:last-child,
.faq-table td:last-child {
    border-right: none;
}

.faq-table tr:last-child td {
    border-bottom: none;
}

.faq-table thead th {
    background-color: #E9F0EE;
    color: #3ca970;
    font-weight: 500;
}

.faq-table tbody td {
    background-color: #F8F8F8;
}

.faq-notice-box {
    background-color: #f2f7fc;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
    height: 100%;
}

.faq-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #004098;
}

.faq-notice-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 6px;
    line-height: 1.4;
}

.faq-notice-list li::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

.faq-flex-row {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    height: 100%;
}

.faq-flex-content {
    flex: 1;
}

.faq-flex-content .note {
    font-size: 80%;
}

.faq-flex-image {
    flex-shrink: 0;
    text-align: center;
}

.faq-muchu-graphic {
    width: 220px;
    text-align: center;
}

.faq-mw-graphic {
    width: 150px;
    text-align: center;
}

.faq-muchu-graphic2 {
    width: 280px;
    text-align: center;
}

.faq-insert {
    width: 140px;
    text-align: center;
}

/* Responsive */
@media (max-width: 1023px) {
    .faq-hero-card {
        padding: 30px 10px;
        min-height: auto;
    }

    .faq-q {
        display: flex;
        align-items: flex-start;
        padding: 10px 15px;
        background-color: #EAF8FF;
    }

    .faq-icon-q {
        font-size: 20px;
        color: #004098;
        margin-right: 5px;
        line-height: 1.2;
    }

    .faq-a {
        display: flex;
        align-items: flex-start;
        padding: 10px 15px 20px;
        flex-grow: 1;
    }

    .faq-icon-a {
        font-size: 20px;
        margin-right: 6px;
        line-height: 1.2;
    }

    .faq-row {
        flex-direction: column;
    }

    .faq-w-32,
    .faq-w-65,
    .faq-w-49 {
        width: 100%;
    }

    .faq-marker {
        background-position: left center;
        padding: 0 2px;
        border-radius: 2px;
    }

    .faq-marker-bold {
        font-weight: 500;
        font-size: min(4.2vw, 20px);
    }

    .faq-flex-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-flex-image {
        align-self: center;
        margin-top: 15px;
    }

    .faq-table-wrap {
        width: 100%;
    }

    .faq-table {
        min-width: 100%;
        line-height: 1.4;
    }

    .faq-muchu-graphic {
        width: 80%;
        max-width: 220px;
        margin: 0 auto;
        position: relative;
        left: -12px;
    }

    .faq-mw-graphic {
        width: 70%;
        max-width: 200px;
        margin: 0 auto;
        position: relative;
        left: -12px;
    }

    .faq-muchu-graphic2 {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        position: relative;
        left: -12px;
    }

    .faq-insert {
        width: 100%;
        max-width: 100px;
        margin: 0 auto;
        position: relative;
        left: -12px;
    }

    .faq-button-wrap {
        left: -12px;
    }
}

