@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: "icomoon";

	src: url("/font/icomoon.eot?i185dp");
	src: url("/font/icomoon.eot?i185dp#iefix") format("embedded-opentype"),
	url("/font/icomoon.ttf?i185dp") format("truetype"),
	url("/font/icomoon.woff?i185dp") format("woff"),
	url("/font/icomoon.svg?i185dp#icomoon") format("svg");
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	text-transform: none;

	speak: never;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow01 {
    position: relative;
}


.icon-arrow01::after {
    font-size: 60px;
    position: absolute;
    right: 30px;
    bottom: 50%;
    transform: translateY(50%);
    transition-duration: 0.5s;
}

.icon-arrow01::after {
    content: "\e900";
}

.pbody {
    padding-top: 200px;
    font-weight: 500;
}

.fixed {
    top: 270px;
}

/* header */

.head {
    background: unset;
    transition-duration: 0.5s;
}

.head.-open {
    background: #fff;
}

.vis-oepn {
    display: none;
}

.head.-open img {
    transition-duration: 0.5s;
}

.head.-open .vis-oepn {
    display: block;
}
.head.-open .hide-open {
    display: none;
}

.gnav_btn_inner {
    background: #FFD803;
}

.gnav_btn_cts span {
    background: #9B4E14;
}

.gnav_btn_cts p {
    color: #9B4E14;
}

.gnav {
    background: #FAF7E5;
}

.gnav_cts {
    max-width: 1350px;
}

.gnav_main {
    padding-top: 50px;
}

.gnav_main>.gnav_list {
    width: 23%;
}

.gnav_main {
    justify-content: center;
    gap: 40px;
}

.gnav_close span {
    background: #9B4E14;
}

.gnav_close p {
    color: #9B4E14;
}

.gnav_list>li>a::before,
.gnav_list>li>p>a::before {
    border-color: transparent transparent transparent #9B4E14;;
}

.gnav_list a {
    color: #9B4E14;
    margin-bottom: 20px;
}

.gnav_list .bnr_ttl.-en {
    font-size: 22px;
    margin-bottom: 0;
}

.bnr_recruit .bnr_ttl.-en {
    margin-bottom: 10px;
}

.gnav_list .bnr_ttl.-ja {
    font-size: 18px;
    font-weight: 500;
}

.gnav_list .bnr_recruit a {
    display: block;
    background: #FFD803;
    padding: 30px 25px 75px;
    border-radius: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.gnav_list .bnr_entry a {
    display: block;
    color: #fff;
    background: #9B4E14;
    padding: 29px 30px;
    border-radius: 100px;
    font-weight: 400;
    margin-bottom: 10px;
}

.gnav_list li:nth-child(3) .bnr_entry a {
    padding: 20px 30px 20px 20px;
}

.gnav_list.-bnr li {
    margin-top: 0;
}

.gnav_list .icon-arrow01::after {
    font-size: 34px;
    right: 15px;
}

.gnav_sublist_head::after {
    display: none;
}

.bnr_recruit .icon-arrow01::after {
    bottom: 20%;
}

.to_corporate {
    color: #9B4E14;
    border-bottom: solid 1px #9B4E14;
    font-size: 20px;
    text-align: right;
    padding-right: 30px;
    width: fit-content;
    margin-top: 30px;
}

.to_corporate::after {
    content: '';
    width: 13px;
    height: 10px;
    background: url(/recruit/img/cmn/icon-top_corporate.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.gnav_list li .to_corporate::before {
    content: none;
}

.to_corporate:hover {
    border-bottom: none;
}

.fixed.-form a:first-child {
    margin-bottom: 20px;
}

/* section */

.sec {
    padding: 50px 0;
    display: block;
}

.sec_hd {
    margin-bottom: 90px;
}

.sec_ttl {
    text-align: center;
}

.sec_ttl.-en {
    position: relative;
    z-index: 10;
    width: fit-content;
    margin: 0 auto 20px;
}

.sec_ttl.-en span {
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 50px;
    background: #FFD803;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0 130px;
    line-height: 80px;
}

.sec_ttl.-en::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50px;
    position: absolute;
    bottom: -5px;
    right: -2px;
    z-index: 0;
}

.sec_ttl.-ja {
    font-size: 20px;
    font-weight: 500;
}



/* bnr */

/* .bnr-recruit {
    display: block;
    background: #FFD803;
    padding: 80px 90px;
    border-radius: 300px;
    transition-duration: 0.5s;
    transition: background 0.5s ease;
    background-position: center center;
    margin-bottom: 40px;
}

.bnr-recruit:hover {
    background: url(/recruit/img/home/bg-bnr-recruit.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */

.bnr-recruit a {
    position: relative;
    display: block;
    background: #FFD803;
    padding: 80px 90px;
    border-radius: 300px;
    margin-bottom: 40px;
    overflow: hidden;
}

.bnr-recruit a::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(/recruit/img/home/bg-bnr-recruit.png) center center / cover no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    border-radius: inherit;
}

.bnr-recruit a:hover::before {
    opacity: 1;
}

.bnr-recruit a > * {
    position: relative;
    z-index: 1;
}

.bnr-recruit .bnr_ttl.-en {
    margin-bottom: 10px;
}

.bnr_ttl.-en {
    font-family: 'Lexend Zetta', sans-serif;
    font-size: 50px;
    /* margin-bottom: 10px; */
}

.bnr_ttl.-ja {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.bnr-recruit:hover .bnr_ttl {
    color: #fff;
}

.bnr-recruit:hover .icon-arrow01::after {
    color: #fff;
}

.bnr-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.bnr-entry a {
    display: block;
    background: #9B4E14;
    color: #fff;
    padding: 40px 90px 40px 40px;
    border-radius: 200px;
    width: 50%;
    max-width: 635px;
}

.bnr-entry a.mynavi {
    padding: 23px 90px 23px 20px;
}

.bnr-entry a:hover {
    background: #FFD803;
    color: #000;
}

.bnr-entry_cnt {
    display: flex;
    align-items: center;
    gap: 20px;
}

.to-top {
    display: block;
    width: 100%;
    padding: 25px 20px;
    max-width: 380px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    border: solid 1px #CCCCCC;
    margin-bottom: 50px;
}

.to-top:hover {
    background: #E6E6E6;
}

.contact ,
.foot {
    background: #fff;
}

.gnav_sublist_head,
.gnav_sublist_head a {
    pointer-events: unset;
}

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

    .pbody {
        padding-top: 130px;
    }

    .inner {
        padding: 0 20px;
    }

    .gnav {
        padding: 30px 20px;
    }

    .gnav_main {
        padding-top: 0;
    }

    .gnav_main>.gnav_list {
        width: 100%;
    }

    .bnr_entry .icon-arrow01::after {
        bottom: 50%;
        transform: translateY(50%);
    }

    /* seciton */

    .sec {
        padding: 40px 0;
    }

    .sec_hd {
        margin-bottom: 30px;
    }

    .sec_ttl.-en {
        margin: 0 auto 10px;
    }

    .sec_ttl.-en span {
        font-size: 22px;
        line-height: 50px;
        padding: 0 30px;
        letter-spacing: 5px;
    }

    .sec_ttl.-ja {
        font-size: 18px;
    }


    /* bnr */

    .bnr-recruit a {
        padding: 20px 25px 80px;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .bnr_ttl.-en {
        font-size: 26px;
    }

    .bnr_ttl.-ja {
        font-size: 16px;
    }

    .icon-arrow01::after {
        font-size: 35px;
        right: 20px;
        bottom: 20%;
    }

    .bnr-entry {
        flex-flow: column;
    }

    .bnr-entry.inner {
        padding: 0;
    }

    .bnr-entry a {
        width: 100%;
        padding: 25px 30px;
    }

    .bnr-entry .icon-arrow01::after {
        bottom: 50%;
    }

    .bnr-entry_cnt img {
        width: 22%;
    }

    .bnr-entry a.mynavi {
        padding: 15px 0 15px 20px;
    }

    /* .bnr-entry.inner {
        padding: 0;
    } */

    /* spfixnav */

    .spfixitem {
        width: 50%;
        font-weight: 500;
        height: 60px;
    }

    .spfixnav .spfixitem {
        text-align: center;
        border: none;
    }

    .spfixnav .spfixitem:first-child {
        background: #FFD803;
        color: #000;
        font-size: 18px;
    }

    .spfixnav .spfixitem:last-child {
        background: #9B4E14;
        color: #fff;
        font-size: 23px;
        font-family: 'Lexend Zetta', sans-serif;
    }


    /* to-top */

    .to-top {
        font-size: 16px;
        max-width: 250px;
        padding: 20px 15px;
    }


    .copyright {
        margin-bottom: 60px;
    }
    
}