@charset "UTF-8";

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------*/
/*  Modal
/*----------------------------------------*/

.cm-modal {
	display: none;
	position: fixed;
    inset: 0;
    z-index: 9999;
}
.cm-modal.is-open {
    display: grid;
	place-items: center;
}
.cm-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 0.6);
}
.cm-modal-container {
	position: relative;
	width: 90%;
    max-width: 750px;
    max-height: 80vh;
    padding: 60px 50px;
    overflow-y: auto;
    background-color: #fff;
}
.cm-modal-header {
    margin-bottom: 40px;
}
.cm-modal-button {
	position: absolute;
    top: 20px;
	right: 20px;
	width: 35px;
    height: 35px;
	cursor: pointer;
}
.cm-modal-button::before,
.cm-modal-button::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #000;
    content: "";
}
.cm-modal-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.cm-modal-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cm-modal-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}
.cm-modal-title span {
    font-size: 18px;
}
.cm-modal-sub-title {
    margin: 50px 0 15px;
    font-size: 20px;
    font-weight: 500;
}
.cm-modal-content p {
    font-size: 15px;
}
.cm-modal-content p em {
    font-size: 1.1em;
    font-style: normal;
    font-weight: 500;
}
.cm-modal-content p a {
    color: #3A7EC7;
    text-decoration: underline;
}
.cm-modal-content p a:hover {
    opacity: 0.7;
}
.cm-modal-img {
    margin: 30px 0;
    text-align: center;
}
.cm-modal-img img {
    width: 100%;
}
.cm-modal-bottom {
    margin-top: 60px;
    text-align: center;
}
.cm-modal-bottom button {
    width: 140px;
}
@media (max-width: 767px) {

    .cm-modal-title {
        font-size: 22px;
    }
    .cm-modal-title span {
        font-size: 16px;
    }
    .cm-modal-button {
        width: 30px;
        height: 30px;
    }
    .cm-modal-button::before,
    .cm-modal-button::after {
        width: 30px;
    }
    .cm-modal-container {
        padding: 60px 20px;
    }
    .cm-modal-sub-title {
        font-size: 18px;
    }
    .cm-modal-content p em {
        font-size: 1em;
    }
    .cm-modal-bottom {
        margin-top: 50px;
    }
    .cm-modal-bottom button {
        width: 120px;
        height: 50px;
    }

}


/*----------------------------------------*/
/*  mv
/*----------------------------------------*/

.mv {
    position: relative;
    height: 640px;
}
.mv-slider {
    position: relative;
    height: inherit;
}
.mv-slider::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.59;
    background-image: linear-gradient(90deg, #225686 0%, #2E81CB21 100%);
    content: "";
}
.mv-slider .splide,
.mv-slider .splide__track {
    height: inherit;
}
.mv-slider .splide__slide {
    height: 100%;
}
.mv-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-container {
    position: absolute;
    inset: 0;
    z-index: 3;
    height: inherit;
}
.mv .container {
    height: inherit;
}
.mv-contents {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    height: inherit;
    padding-bottom: 100px;
}
.mv-title {
    opacity: 0;
    margin-bottom: 35px;
    color: #FFF;
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 59px;
    font-weight: 400;
    animation: fadeInUp 0.9s 0.4s forwards;
}
.mv-bottom {
    opacity: 0;
    animation: fadeInUp 0.9s 0.6s forwards;
}
.mv-text {
    color: #FFF;
    font-size: 20px;
}
@media (max-height: 700px) {

    .mv-contents {
        padding-bottom: 200px;
    }

}
@media (max-width: 991px) {

    .mv-contents {
        padding-bottom: 80px;
    }
    .mv-title {
        margin-bottom: 30px;
        font-size: 54px;
    }
    .mv-text {
        font-size: 18px;
    }

}
@media (max-width: 767px) {

    .mv {
        height: 350px;
    }
    .mv-contents {
        padding-bottom: 30px;
    }
    .mv-title {
        font-size: 27px;
    }
    .mv-text {
        font-size: 14px;
    }

}


/*----------------------------------------*/
/*  about us
/*----------------------------------------*/

.rs-about-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 991px) {

    .rs-about-area {
        padding-top: 70px;
        padding-bottom: 60px;
    }

}
@media (max-width: 767px) {

    .rs-about-area {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .rs-about-thumb {
        display: none;
    }

}


/*----------------------------------------*/
/*  attempt
/*----------------------------------------*/

.attempt-area {
    padding-top: 100px;
    padding-bottom: 100px;
}
.attempt-area h2 {
    margin-top: -15px;
}
.attempt-area-lead {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 767px) {

    .attempt-area h2 {
        margin-top: 15px;
    }

}


/*----------------------------------------*/
/*  Equipment
/*----------------------------------------*/

.equipment-area {
    padding-top: 100px;
}
.equipment-area h2 {
    margin-top: -40px;
}
.equipment-area-lead {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 767px) {

    .equipment-area h2 {
        margin-top: -15px;
    }

}


/*----------------------------------------*/
/*  follow up
/*----------------------------------------*/

.follow-up-area {
    padding-top: 100px;
}
.follow-up-area h2 {
    margin-top: -20px;
}
.follow-up-area-lead {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 991px) {

    .follow-up-area h2 {
        margin-top: -40px;
    }

}
@media (max-width: 767px) {

    .follow-up-area h2 {
        margin-top: -15px;
    }
    .follow-up-area-lead {
        font-weight: 400;
    }

}


/*----------------------------------------*/
/*  recruit
/*----------------------------------------*/

.recruit-area {
    overflow: hidden;
    padding-top: 100px;
}
.recruit-area .section-title-space:has(h3) {
    margin-bottom: 30px;
}
.recruit-area h3:not(.cm-modal-title) {
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.recruit-area .rs-why-choose-item-wrapper {
    display: grid;
    padding-bottom: 100px;
}
.recruit-area .rs-why-choose-item button {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    font-size: 18px;
    text-align: left;
}
.recruit-area .rs-why-choose-item button:hover {
    color: var(--rs-theme-blue);
}
.recruit-area .rs-why-choose-item button::before {
    display: inline-block;
    width: 30px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/circle-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.recruit-area .rs-why-choose-img {
    height: 100%;
    margin-right: -35px;
}
.recruit-area .rs-why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#modal-recruit02 img {
    width: 340px;
}
@media (max-width: 1500px) {

    .recruit-area .rs-why-choose-img {
        margin-right: -70px;
    }

}
@media (max-width: 1399px) {

    .recruit-area .rs-why-choose-img {
        margin-right: -120px;
    }

}
@media (max-width: 1199px) {

    .recruit-area .rs-why-choose-img {
        margin-right: -50px;
    }

}
@media (max-width: 991px) {

    .recruit-area {
        padding-bottom: 100px;
    }
    .recruit-area .rs-why-choose-item-wrapper {
        padding-bottom: 50px;
    }
    .recruit-area .rs-why-choose-img {
        margin-right: 0;
    }

}
@media (max-width: 767px) {

    .recruit-area h3 {
        font-size: 20px;
    }
    .recruit-area .rs-why-choose-item button::before {
        width: 26px;
    }
    .recruit-area .rs-why-choose-item button {
        font-size: 16px;
    }
    .recruit-area .rs-why-choose-item-wrapper {
        padding-bottom: 10px;
    }
    #modal-recruit02 img {
        width: 200px;
    }

}

/*----------------------------------------*/
/*  education
/*----------------------------------------*/

.education-area {
    position: static;
    padding-top: 100px;
    padding-bottom: 80px;
}
.education-area h2 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500;
}
.education-area .rs-category-title button:hover {
    color: var(--rs-theme-blue);
}
.education-area .process-counts > div {
    margin-bottom: 30px;
}
.education-area .process-counts > div:last-child .rs-category-icon img {
    width: 40px;
}
@media (max-width: 991px) {

    .education-area .process-counts > div:not(:last-child) {
        margin-bottom: 30px;
    }

}
@media (max-width: 767px) {

    .education-area h2 {
        font-size: 22px;
    }

}


/*----------------------------------------*/
/*  employee benefits
/*----------------------------------------*/

.employee-benefits-area {
    padding-top: 100px;
    padding-bottom: 100px;
}
.employee-benefits-area .rs-section-title {
    font-size: 25px;
    font-weight: 500;
}
.employee-benefits-area .rs-section-sub-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}
.employee-benefits-area .rs-brand-item {
    display: grid;
    place-items: center;
}
.employee-benefits-area .entry-banner {
    margin-top: 50px;
    text-align: center;
}
.employee-benefits-area .entry-banner a {
    display: inline-block;
    max-width: 640px;
}
.employee-benefits-area .entry-banner a:hover {
    opacity: 0.7;
}