@charset "UTF-8";

html,
body {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family: "Noto Sans JP", serif, sans-serif, "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main {
    overflow-x: clip;
}

img {
    width: 100%;
}

ul {
    list-style-type: none;
}

p,
li,
dt,
dd {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    color: #333333;
}

.pcview {
    display: block !important;
}

.spview {
    display: none !important;
}

.font-en {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}

/* =========================
 common
========================= */
.wrapper {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

.btn {
    background: linear-gradient(45deg, rgba(6, 149, 44, 1) 0%, rgba(162, 198, 55, 1) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 15px 12px 60px;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn::after {
    display: inline-block;
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../images/arrow-r.svg);
    vertical-align: bottom;
    margin-left: 40px;
}

.btn:hover {
    opacity: 0.7;
}

/* =========================
 header
========================= */

.header {
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

header .logo {
    max-width: 410px;
    width: 46%;
    transition: all 0.3s;
}

header .logo:hover {
    opacity: 0.7;
}

/* =========================
 menu
========================= */
.menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 999;
}

.menu-cnt {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.menu-cnt li .btn {
    position: relative;
    width: 275px;
    border: 1px solid #fff;
}

.menu-cnt li.tel .btn {
    background: #FAED00;
    color: #333;
    padding: 10px 20px 12px 70px;
}

.menu-cnt li.from .btn {
    padding: 19px 55px 21px 45px;
}

.menu-cnt li .btn::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 36px;
    height: 36px;
    margin-left: 0;
}

.menu-cnt li.tel .btn::after {
    background-image: url(../images/icon-tel.svg);
    right: auto;
    left: 20px;
}

.menu-cnt li.from .btn::after {
    background-image: url(../images/icon-from.svg);
}

.menu-cnt li .btn p {
    font-size: 18px;
    text-align: left;
}

.menu-cnt li .btn p.font-en {
    font-size: 24px;
    font-weight: 400;
}

.menu-cnt li .btn .small {
    font-size: 10px;
}

.menu-cnt li.tel .btn .small {
    margin-left: -0.75em;
}

/* =========================
 fastview
========================= */
.fastview {
    background: linear-gradient(0deg, rgba(162, 198, 55, 1) 0%, rgba(6, 149, 44, 1) 100%);
    border-radius: 60px 0 0 0;
    padding: 0 0 60px;
}

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

.catch {
    margin: 50px 3% 0;
}

.mainvl {
    display: flex;
    margin-top: -70px;
    line-height: 0;
}

.mainvl-inner img {
    height: 100%;
    object-fit: cover;
}

.mainvl-inner.--l img {
    border-radius: 20px 0 0 20px;
}

/* =========================
 info
========================= */
.info {
    margin: 70px auto 0;
    padding: 20px 20px 5px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.ttl-info {
    font-size: 21px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #06952C;
}

.ttl-info::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/ttl-info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 5px 0 0;
}

.info-inner div {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin: 15px 0;
}

.info-inner dt {
    font-size: 15px;
}

.info-inner dd {
    font-weight: 400;
    border-left: 1px dashed #333333;
    padding-left: 10px;
}

.catch-sub {
    max-width: 572px;
    margin: 50px auto;
}

.page-link {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 60px auto 0;
}

.page-link li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #333333;
    transition: all 0.3s;
}

.page-link li.page-link01 {
    width: 180px;
}

.page-link li.page-link02 {
    width: 250px;
}

.page-link li:hover {
    opacity: 0.7;
}

.page-link li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-b.svg);
}

/* =========================
 joblist
========================= */
.joblist-wrap {
    background: linear-gradient(0deg, rgba(100, 149, 6, 1) 0%, rgba(162, 198, 55, 1) 20%, rgba(162, 198, 55, 1) 100%);
    padding-bottom: 190px;
}

.joblist {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #DEDEDE;
    padding: 30px;
    gap: 30px;
}

.joblist+.joblist {
    margin-top: 70px;
}

.joblist .number {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #333333;
    border-radius: 17px 0 5px 0;
    padding: 12px 20px;
}

.joblist .joblist-img {
    max-width: 350px;
}

.joblist .joblist-cnt {
    width: 63%;
}

.joblist .joblist-ttl {
    font-size: 25px;
    font-weight: 400;
    color: #077424;
    line-height: 1.25;
    letter-spacing: 1.5px;
    margin: 10px 0 20px;
}

.joblist .joblist-ttl .small {
    font-size: 20px;
}

.joblist .joblist-detail div {
    padding: 20px 0;
    border-top: 1px solid #DEDEDE;
}

.joblist .joblist-detail div:last-child {
    border-bottom: 1px solid #DEDEDE;
}

.joblist .accordion_inner>.joblist-detail div:first-child {
    border-top: 0;
}

.joblist .accordion_inner>.joblist-detail div:last-child {
    border-bottom: 0;
}

.joblist .joblist-detail dt {
    font-size: 18px;
    margin-bottom: 7px;
}

.joblist .joblist-detail dd {
    font-weight: 400;
    text-indent: -1.7em;
    padding-left: 1.7em;
}

.joblist .joblist-detail dd.icon::before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    margin-right: 5px;
}

.joblist .joblist-detail dd.icon.workplace::before {
    background-image: url(../images/workplace.svg);
}

.joblist .joblist-detail dd.icon.salary::before {
    background-image: url(../images/salary.svg);
}

.joblist .joblist-detail dd.icon.type::before {
    background-image: url(../images/type.svg);
}

.joblist .joblist-detail ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.joblist .joblist-detail ul ::marker {
    color: #06952C;
}

.s_02 .accordion_one {
    margin: 20px 0 0;
}

.s_02 .accordion_one .accordion_header {
    position: relative;
    background-color: #FAED00;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.s_02 .accordion_one .accordion_header::after {
    position: absolute;
    top: 50%;
    right: 3rem;
    content: '\2b';
    font-size: 1.8em;
    font-weight: 300;
    transition: transform 0.4s;
    transform: translateY(-50%);
}

.s_02 .accordion_one .accordion_header.open::after {
    transform: rotateZ(45deg) translate(-85%, -35%);
}

.s_02 .accordion_one .accordion_inner {
    display: none;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #FCFCE7;
}

.s_02 .accordion_one .accordion_inner .joblist-detail dd {
    text-indent: 0;
    padding-left: 0;
}

/* =========================
 welfare
========================= */
.welfare {
    position: relative;
    background: linear-gradient(0deg, rgba(5, 69, 22, 1) 0%, rgba(7, 116, 36, 1) 100%);
    border-radius: 100px;
    margin-top: -100px;
    padding: 90px 0;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.welfare-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

.welfare-ttl span.font-en {
    display: inline-block;
    width: fit-content;
    font-size: 18px;
    color: #077424;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 5px;
}

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

.welfare-cnt {
    width: 32%;
    border-top: 2px solid #fff;
    padding: 20px 0 40px;
}

.welfare-cnt:nth-child(n + 4) {
    border-bottom: 2px solid #fff;
}

.welfare-cnt-ttl {
    display: inline-block;
    font-size: 23px;
    font-weight: 400;
    border-bottom: 1px dotted #fff;
    padding: 0 10px 3px;
    margin: 0 0 25px;
}

.welfare-img {
    max-width: 110px;
    margin: 0 auto 20px;
    line-height: 0;
}

.welfare-txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
}

.welfare-txt p+p {
    margin-top: 20px;
}

/* =========================
 contact
========================= */
.contact {
    background-color: #06952C;
    padding: 200px 0 100px;
    margin-top: -100px;
}

.contact .wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-ttl {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 0 0 15px 20px;
    border-left: 4px solid #FAED00;
}

.contact-ttl span.font-en {
    font-size: 54px;
}

.contact-cnt {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border: 2px solid #DEDEDE;
    border-radius: 20px;
    padding: 30px;
}

.contact-cnt div:last-of-type {
    border-left: 1px dashed #333333;
    padding-left: 20px;
}

.contact-cnt dt {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.contact-cnt dt span {
    font-size: 12px;
    font-weight: 400;
}

.contact-cnt .tel dd {
    position: relative;
    font-size: 40px;
    padding-left: 46px;
}

.contact-cnt .tel dd::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../images/icon-tel.svg);
    background-size: cover;
    vertical-align: baseline;
}

/* =========================
 footer
========================= */

footer {
    background-color: #333333;
    color: #fff;
    text-align: center;
    padding: 20px 0 130px;
}

footer .copyright {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

/* =========================
 アニメーション
========================= */

/* .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeInTrigger {
    animation-duration: .7s;
    opacity: 0;
} */


@media screen and (max-width:1159px) {
    .contact .wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .contact-cnt {
        width: fit-content;
    }
}

@media screen and (max-width:775px) {
    .contact-cnt {
        padding: 20px;
    }
}

@media screen and (max-width:1100px) {
    .wrapper {
        max-width: 1100px;
    }
}

@media screen and (max-width: 819px) {
    .welfare-cnt-ttl {
        font-size: 21px;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: inherit;
    }
}

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

    .pcview {
        display: none !important;
    }

    .spview {
        display: block !important;
    }

    /* =========================
 common
========================= */
    .wrapper {
        max-width: 430px;
    }

    .btn {
        padding: 10px 10px 12px 70px;
    }

    .btn::after {
        margin-left: 50px;
    }

    /* =========================
 header
========================= */

    .header {
        padding: 15px;
    }

    header .logo {
        max-width: 410px;
        width: auto;
    }

    /* =========================
 menu
========================= */
    .menu {
        border: 1px solid #fff;
        border-radius: 20px 20px 0 0;
        margin-bottom: -4px;
    }

    .menu-cnt {
        gap: 0;
        padding: 0;
    }

    .menu-cnt li {
        width: 50%;
    }

    .menu-cnt li .btn {
        width: 100%;
        border: 0;
    }

    .menu-cnt li.tel .btn {
        padding: 10px 5px 12px 40px;
        border-radius: 18px 0 0 0;
    }

    .menu-cnt li.from .btn {
        padding: 18px 20px 21px 13px;
        border-radius: 0 18px 0 0;
    }

    .menu-cnt li .btn::after {
        background-size: cover;
        right: 5px;
        width: 30px;
        height: 30px;
    }

    .menu-cnt li.tel .btn::after {
        left: 5px;
    }

    .menu-cnt li .btn p {
        font-size: 14.5px;
        letter-spacing: 0.5px;
    }

    .menu-cnt li .btn p.font-en {
        font-size: 20.5px;
        letter-spacing: 0.5px;
    }

    .menu-cnt li .btn .small {
        font-size: 9px;
        letter-spacing: 0;
    }

    /* =========================
 fastview
========================= */
    .fastview {
        padding: 0 0 40px;
    }

    .catch {
        margin: 34px 20px 0;
    }

    .mainvl {
        margin-top: 15px;
    }

    .mainvl-inner img {
        width: 76px;
    }

    /* =========================
 info
========================= */
    .info {
        margin: 30px auto 0;
        padding: 10px 10px 5px 10px;
    }

    .info-inner dt {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .info-inner dd {
        font-size: 14px;
    }

    .catch-sub {
        max-width: 387px;
        margin: 40px auto 30px;
    }

    .page-link {
        gap: 10px;
        justify-content: left;
        margin: 30px auto 0;
        flex-direction: column;
    }

    .page-link li.page-link01 {
        width: 128px;
    }

    /* =========================
 joblist
========================= */
    .joblist-wrap {
        padding-bottom: 110px;
    }

    .joblist {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .joblist+.joblist {
        margin-top: 30px;
    }

    .joblist .joblist-cnt {
        width: 100%;
    }

    .joblist .joblist-ttl {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .joblist .joblist-ttl .small {
        font-size: 16px;
    }

    .joblist .joblist-detail div {
        padding: 15px 0;
    }

    .s_02 .accordion_one .accordion_header::after {
        right: 1.2rem;
    }

    .s_02 .accordion_one .accordion_inner {
        padding: 0 15px;
    }

    /* =========================
 welfare
========================= */
    .welfare {
        border-radius: 60px;
        margin-top: -60px;
        padding: 50px 0;
        text-align: left;
    }

    .welfare-ttl {
        justify-content: left;
        gap: 10px;
        font-size: 23px;
        margin-bottom: 40px;
    }

    .welfare-ttl span.font-en {
        font-size: 13px;
        margin: 0;
        padding: 0 3px;
    }

    .welfare-list {
        flex-direction: column;
    }

    .welfare-cnt {
        width: 100%;
        padding: 20px 0 30px;
    }

    .welfare-cnt:nth-child(n + 4) {
        border-bottom: 0;
    }

    .welfare-cnt:last-child {
        border-bottom: 2px solid #fff;
    }

    .welfare-cnt>h3 {
        display: flex;
        gap: 10px;
    }

    .welfare-cnt-ttl {
        font-size: 19px;
        padding: 0 0 4px;
        margin: 10px 0 20px;
    }

    .welfare-img {
        max-width: 50px;
        margin: 0;
    }

    .welfare-txt p+p {
        margin-top: 10px;
    }

    /* =========================
 contact
========================= */
    .contact {
        padding: 100px 0 40px;
        margin-top: -60px;
    }

    .contact-ttl {
        font-size: 14px;
        padding: 0 0 10px 15px;
    }

    .contact-ttl span.font-en {
        font-size: 30px;
    }

    .contact-cnt {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        width: auto;
    }

    .contact-cnt div:last-of-type {
        border-left: 0;
        padding-left: 0;
        border-top: 1px dashed #333333;
        padding-top: 20px;
    }

    .contact-cnt dt {
        font-size: 16px;
    }

    .contact-cnt dt span {
        font-size: 10px;
    }

    .contact-cnt .tel dd {
        font-size: 35px;
    }

    /* =========================
 footer
========================= */

    footer {
        padding: 15px 0 85px;
    }

    footer .copyright {
        font-size: 12px;
    }
}