@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");

body {
    padding-top: 0;
    position: relative;
}

.l-header {
    background: transparent;
    transition: all 0.4s;
}

.l-header .c-logo__img svg {
    width: 100%;
    min-width: 200px;
    height: auto;
    display: block;
}

@media screen and (min-width: 992px) {
    .l-header svg {
        fill: #fff;
        transition: 0.4s;
    }

    .l-header .c-logo__img svg .cls-1,
    .l-header .c-logo__img svg .cls-2 {
        transition: 0.4s;
        fill: #fff;
    }

    .l-header .c-logo__img svg:hover .cls-1 {
        fill: #abcd03;
    }

    .l-header .c-logo__img svg:hover .cls-2 {
        fill: #094;
    }

    .l-header .p-gnavi__link {
        color: #fff;
        transition: 0.4s;
    }

    .l-header .p-gnavi__link:hover {
        color: #2CAD56;
    }

    .l-header .p-gnavi__tel span {
        transition: 0.4s;
        color: #fff;
    }

    .l-header .p-gnavi__tel:hover svg {
        fill: #2CAD56;
    }

    .l-header .p-gnavi__tel:hover span {
        color: #2CAD56;
    }

    .l-header.on {
        background: #fff;
    }

    .l-header.on svg:not(.c-btn svg) {
        fill: #2CAD56;
    }

    .l-header.on .c-logo__img svg .cls-1 {
        fill: #abcd03;
    }

    .l-header.on .c-logo__img svg .cls-2 {
        fill: #094;
    }

    .l-header.on .c-logo__img svg:hover {
        opacity: 0.8;
    }

    .l-header.on .p-gnavi__link {
        color: #000;
    }

    .l-header.on .p-gnavi__link:hover {
        opacity: 0.8;
    }

    .l-header.on .p-gnavi__tel span {
        transition: 0.4s;
        color: #2CAD56;
    }

    .l-header.on .p-gnavi__tel svg {
        fill: #2CAD56;
    }

    .l-header.on .p-gnavi__tel:hover span,
    .l-header.on .p-gnavi__tel:hover svg {
        opacity: 0.8;
    }
}

@media (max-width: 991.9px) {
    .l-header__inner {
        padding: 1rem 3vw;
    }

    .l-header.is-act {
        background: #fff;
    }
}

@media (max-width: 575.9px) {
    .p-kv_under__ttl {
        padding-top: 8.5rem;
        padding-bottom: 8.5rem;
    }
}

.js-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.pagination-bullet.is-active {
    background: #333;
}

.p-home_kv__img {
    padding-top: calc(45% + 6.8125em);
}

.p-home_kv__ttl p {
    font-size: 0.62em;
}

.p-home_kv__ttl,
.p-home_kv__desc {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "リュウミン L-KL", "Ryumin Light KL", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "Times New Roman", "MS P明朝", serif;
}

.p-home_service__link:hover .p-home_underlink__arrow svg {
    transform: translateX(17px);
}

.p-home_service__img {
    position: relative;
    top: 7px;
}

.p-home_service__wrap {
    padding: 1em;
    color: #fff;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, rgba(43, 173, 87, 0.9) 0%, rgba(134, 206, 53, 0.86) 100%);
    padding-bottom: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-home_service__ttl {
    margin-top: 0;
}

.p-home_service__ttl span {
    padding-bottom: 0;
}

.p-home_service__ttl span::before {
    content: none;
}

.p-home_service .p-home_underlink__arrow {
    border: 1px solid #fff;
    width: 3.8rem;
    height: 3.8rem;
}

.p-home_service .p-home_underlink__arrow svg {
    fill: #fff;
    transition: all 0.4s;
}

.p-service_business {
    padding-top: 0;
}

.p-service_business__mv {
    position: relative;
}

.p-service_business__mv_ttl {
    width: min(35%, 30rem);
    height: 100%;
    background: #2CAD56;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.p-service_business__mv_ttl span {
    display: inline-block;
    padding-left: 1em;
    position: relative;
}

.p-service_business__mv_ttl span::before {
    content: "";
    width: 10px;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, rgb(55, 159, 90) 0%, rgb(134, 206, 53) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.p-interview__txt:nth-of-type(2) {
    margin-top: 3em;
}

.p-interview__desc p span {
    display: block;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.p-interview__desc p span::before {
    content: "";
    border-radius: 100%;
    display: block;
    width: 0.6em;
    height: 0.6em;
    background: #2CAD56;
}

.p-company_greeting__cnt {
    font-weight: normal;
    display: flex;
    gap: 4rem;
}

@media screen and (max-width: 767px) {
    .p-company_greeting__cnt {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}

.p-company_greeting__cnt .item {
    width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 767px) {
    .p-company_greeting__cnt .item {
        width: 100%;
    }
}

.p-company_greeting__cnt .main {
    font-size: 1.2em;
}

.p-company_greeting__cnt .name {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

.p-company .credo__txt {
    font-size: 1.8em;
    font-family: "Yuji Syuku", serif;
    color: #3b3b3b;
}

.p-attempt .add_ttl {
    margin-top: 3rem;
}

.p-attempt_detail__txt ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 1em;
    counter-reset: section;
    margin: 15px 0;
}

.p-attempt_detail__txt ul li {
    font-size: 0.88em;
}

.p-attempt_detail__list.-g h5 {
    color: #849BC8;
}

.p-attempt_detail__list.-e h5 {
    color: #BECF62;
}

.mw_wp_form .c-form__field__checkbox {
    width: 80%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
}

@media screen and (max-width: 767px) {
    .mw_wp_form .c-form__field__checkbox {
        grid-template-columns: 1fr;
    }
}

.mw_wp_form .c-form__field__checkbox .horizontal-item {
    margin-left: 0 !important;
}

.mw_wp_form .c-form__field__checkbox .horizontal-item:first-child {
    margin-left: 0;
}

.mw_wp_form input[type=checkbox] {
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.mw_wp_form .mwform-checkbox-field-text {
    color: #717071;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.mw_wp_form .mwform-checkbox-field-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #717071;
    background-color: #fff;
}

.c-form__checkbox:checked+.mwform-checkbox-field-text::before {
    background-color: #fff;
    border-color: #717071;
}

.c-form__checkbox:checked+.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-82%) rotate(45deg);
    width: 10px;
    height: 20px;
    border: solid #2CAD56;
    border-width: 0 2px 2px 0;
}

.c-company_menu {
    padding: 4rem 0;
}

@media (max-width: 767px) {
    .c-company_menu {
        padding: 0;
    }
}

.c-company_menu ul {
    width: min(100%, 1100px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.c-company_menu ul li {
    width: calc((100% - 40px) / 3);
    height: 5rem;
    position: relative;
}

.c-company_menu .--service li {
    width: calc((100% - 40px) / 2);
    height: 5rem;
    position: relative;
}

@media (max-width: 767px) {
    .c-company_menu ul li {
        width: calc((100% - 40px) / 2);
    }
}

.c-company_menu ul li:hover::before {
    border-color: #fff;
    top: 55%;
}

.c-company_menu ul li:hover a {
    border-color: #2CAD56;
    background: linear-gradient(90deg, rgb(43, 173, 87) 0%, rgb(134, 206, 53) 100%);
    color: #fff;
}

.c-company_menu ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 1em;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #2CAD56;
    border-right: 2px solid #2CAD56;
    transform: translateY(-50%) rotate(135deg);
    box-sizing: border-box;
    transition: ease-in-out 0.2s;
}

.c-company_menu ul li a {
    color: #2CAD56;
    width: 100%;
    height: 100%;
    display: block;
    border: #2CAD56 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.2s;
}

#section1,
#section2,
#section3,
#section4,
#section5 {
    scroll-margin-top: 5rem;
}

.c-to-top {
    width: auto;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    transform: rotate(270deg);
}

.c-to-top a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.2s;
}

.c-to-top a:hover {
    background: #fff;
    border: 1px solid rgb(44, 174, 87);
}

.c-to-top a:hover svg {
    fill: rgb(44, 174, 87);
}

/*# sourceMappingURL=add.css.map */