@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dd {
    margin-left: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

.f_en {
    font-family: "Helvetica", "Arial", sans-serif;
}

.post_page_container .wp-block-button__link {
    border-radius: 0;
    background-color: #3099f3;
    font-size: 18px;
}

#common_child_category_list ul {
    flex-wrap: wrap;
}

#common_child_category_list ul li a {
    color: #333;
    transition: .3s;
}

#common_child_category_list ul li a:hover {
    color: #3099f3;
}

@media screen and (max-width: 750px) {
    :root {
        --font-size: 14px;
    }
}

@media screen and (min-width: 751px) {
    :root {
        --font-size: 16px;
    }
}

html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    height: auto;
}

body {
    color: #333;
    font-family: "Helvetica", "Arial", "Noto Sans JP", sans-serif;
    font-size: var(--font-size);
    line-height: 1;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 400;
}

body.home {
    font-weight: 500;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.un_sp {
    display: none;
}

.un_pr {
    position: relative;
}

.un_pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.un_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
    .un_pc {
        display: none;
    }

    .un_sp {
        display: block;
    }
}

.ly_wrap {
    width: 1140px;
    margin: 0 auto;
}

.ly_outer_wrap {
    width: 1240px;
    margin: 0 auto;
}

.ly_mostouter_wrap {
    width: 1340px;
    margin: 0 auto;
}

.ly_headerPc {
    width: 100%;
    background-color: #1299F3;
}

.ly_home_mv {
    background-color: #1299F3;
    padding: 25px 0 50px;
}

.ly_home_search {
    background-color: #EFF8FF;
    padding-top: 100px;
}

.ly_home_jobs {
    background-color: rgba(16, 153, 243, 0.5);
    padding-top: 100px;
    padding-bottom: 130px;
}

.ly_home_banner {
    background-color: #EFF8FF;
    padding-top: 130px;
    padding-bottom: 115px;
}

.ly_footer {
    background-color: #1299F3;
    padding-top: 105px;
    padding-bottom: 80px;
}

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

    .ly_wrap,
    .ly_outer_wrap,
    .ly_mostouter_wrap {
        max-width: calc(100% - 40px);
    }

    .ly_home_mv {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .ly_home_search {
        padding-top: 60px;
    }

    .ly_home_jobs {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ly_home_banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ly_footer {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.bl_headerPc_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
}

.bl_headerPc_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.bl_headerPc_right nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px; */
}

.bl_headerPc_right nav li+li {
    margin-left: 50px;
}

.bl_headerPc_right nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

@media (hover: hover) and (pointer: fine) {
    .bl_headerPc_right nav a:hover span::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bl_headerPc_right nav span {
    color: #fff;
    position: relative;
}

.bl_headerPc_right nav span::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(239, 248, 255, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.bl_headerPc_right nav .icon_question {
    width: 23px;
    height: 23px;
}

.bl_headerPc_right nav .icon_search {
    width: 22px;
    height: 22px;
}

.bl_headerPc_right nav .icon_pc {
    width: 27px;
    height: 20px;
}

.bl_headerPc_rightBtn {
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .bl_headerPc_rightBtn:hover {
        background-color: #EFC32F;
    }

    .bl_headerPc_rightBtn:hover .bl_headerPc_rightBtnIcon svg {
        fill: #fff;
    }

    .bl_headerPc_rightBtn:hover .bl_headerPc_rightBtnTxt {
        color: #fff;
    }
}

.bl_headerPc_rightBtnInner {
    padding: 16px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl_headerPc_rightBtnIcon {
    width: 30px;
    height: 37px;
    display: inline-block;
}

.bl_headerPc_rightBtnIcon svg {
    fill: #1299F3;
}

.bl_headerPc_rightBtnTxt {
    color: #1299F3;
    font-weight: 900;
    letter-spacing: 0.06em;
    margin-left: 20px;
    margin-top: 3px;
}

.bl_home_mvInner {
    background-color: #fff;
    border-radius: 18px;
    padding-left: 50px;
    padding-top: 36px;
    padding-bottom: 39px;
    background-image: url("/wp-content/themes/child/image/home/mv_bg.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bl_home_mvContentTopImg {
    width: 570px;
    height: 86px;
    background-image: url("/wp-content/themes/child/image/home/mv_balloon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bl_home_mvContentCenter {
    margin-top: 25px;
}

.bl_home_mvContentCenterHeading {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.08em;
}

.bl_home_mvContentCenterHeading span {
    color: #EFC32F;
}

.bl_home_mvContentCenterHeading i {
    font-style: normal;
    position: relative;
}

.bl_home_mvContentCenterHeading i::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #EFC32F;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

.bl_home_mvContentCenterTtl {
    font-size: 62px;
    font-weight: 700;
    color: #1299F3;
    margin-top: 15px;
    letter-spacing: 0.08em;
}

.bl_home_mvContentBottom {
    margin-top: 20px;
}

.bl_home_searchJob {
    margin-top: 35px;
}

.bl_home_searchJobList {
    margin-top: 25px;
}

.bl_home_searchArea {
    margin-top: 80px;
}

.bl_home_searchAreaList {
    margin-top: 35px;
}

.bl_home_jobsSlider {
    margin-top: 35px;
}

.bl_home_jobsBtn {
    text-align: center;
    margin-top: 35px;
}

.bl_bannerList {
    display: grid;
    grid-template-columns: calc((100% - 20px) / 2) 20px calc((100% - 20px) / 2);
    grid-template-rows: 320px 20px 280px;
}

.bl_bannerList_item:nth-child(1) {
    grid-row: 1;
    grid-column: 1/4;
}

.bl_bannerList_item:nth-child(1) .bl_bannerList_itemInner {
    background-image: url(/wp-content/themes/child/image/home/banner_contact_pc.png);
}

.bl_bannerList_item:nth-child(2) {
    grid-row: 3;
    grid-column: 1;
}

.bl_bannerList_item:nth-child(2) .bl_bannerList_itemInner {
    background-image: url(/wp-content/uploads/2023/01/banner_cloud_pc.png);
}

.bl_bannerList_item:nth-child(3) {
    grid-row: 3;
    grid-column: 3;
}

.bl_bannerList_item:nth-child(3) .bl_bannerList_itemInner {
    background-image: url(/wp-content/themes/child/image/home/banner_flow_pc.png);
}

.bl_bannerList_item:nth-child(4) {
    grid-row: 5;
    grid-column: 1;
}

.bl_bannerList_item:nth-child(4) .bl_bannerList_itemInner {
    background-image: url(/wp-content/themes/child/image/home/banner_faq_pc.png);
}

.bl_bannerList_item:nth-child(5) {
    grid-row: 5;
    grid-column: 3;
}

.bl_bannerList_item:nth-child(5) .bl_bannerList_itemInner {
    background-image: url(/wp-content/themes/child/image/home/banner_agent_pc.png);
}

.bl_bannerList_itemInner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bl_footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.bl_footer_topBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.bl_footer_bottom {
    padding-top: 50px;
    position: relative;
    background-size: 11px 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 3px, transparent 3px);
    background-position: left top;
    background-repeat: repeat-x;
}

.bl_footer_bottomCenter {
    margin-top: 90px;
}

.bl_footer_bottomCopy {
    margin-top: 20px;
    text-align: center;
}

.bl_footer_bottomCopy small {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.ft_external_link {
    margin: 35px 0 0;
    width: 80%;
    margin: 35px auto 0;
}

.ft_external_link ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.el_jobSlider_prevIcon {
    transform: rotate(-45deg);
}

.el_jobSlider_nextIcon {
    transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
    .ly_headerSp {
        width: 100%;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 999;
        padding: 0 20px;
        background-color: #1299F3;
    }

    .js_headerSp_NavHamBtn.is_active .bl_headerSp_NavHamBtnLine:nth-child(1) {
        -webkit-animation: top-span 0.4s forwards;
        animation: top-span 0.4s forwards;
    }

    @-webkit-keyframes top-span {
        0% {
            top: 0px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 12px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    @keyframes top-span {
        0% {
            top: 0px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 12px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    .js_headerSp_NavHamBtn.is_active .bl_headerSp_NavHamBtnLine:nth-child(2) {
        opacity: 0;
    }

    .js_headerSp_NavHamBtn.is_active .bl_headerSp_NavHamBtnLine:nth-child(3) {
        -webkit-animation: bottom-span 0.4s forwards;
        animation: bottom-span 0.4s forwards;
    }

    @-webkit-keyframes bottom-span {
        0% {
            top: 24px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 12px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    @keyframes bottom-span {
        0% {
            top: 24px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 12px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    .bl_headerSp_NavHamBtnInner {
        width: 36px;
        height: 28px;
        cursor: pointer;
        position: absolute;
        right: 18px;
        top: 15px;
        z-index: 9999;
    }

    .bl_headerSp_NavHamBtnLine {
        width: 100%;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        background-color: #fff;
        left: 0;
        transition: .3s;
    }

    .js_headerSp_NavHamBtn.is_active .bl_headerSp_NavHamBtnLine {
        background-color: #1299F3;
    }

    .bl_headerSp_NavHamBtnLine:nth-child(1) {
        top: 0px;
    }

    .bl_headerSp_NavHamBtnLine:nth-child(2) {
        top: 12px;
    }

    .bl_headerSp_NavHamBtnLine:nth-child(3) {
        top: 24px;
    }

    .bl_headerSp_NavHamBtnLine:nth-child(1) {
        -webkit-animation: top-span-close 0.4s forwards;
        animation: top-span-close 0.4s forwards;
    }

    @-webkit-keyframes top-span-close {
        0% {
            top: 12px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    @keyframes top-span-close {
        0% {
            top: 12px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    .bl_headerSp_NavHamBtnLine:nth-child(2) {
        -webkit-transition: 0.1s 0.2s ease-out opacity;
        transition: 0.1s 0.2s ease-out opacity;
    }

    .bl_headerSp_NavHamBtnLine:nth-child(3) {
        -webkit-animation: bottom-span-close 0.4s forwards;
        animation: bottom-span-close 0.4s forwards;
    }

    @-webkit-keyframes bottom-span-close {
        0% {
            top: 12px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 24px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    @keyframes bottom-span-close {
        0% {
            top: 12px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        50% {
            top: 12px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            top: 24px;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }

    .js_modal {
        width: 100%;
        height: 100vh;
        background-color: #EFF8FF;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .js_modal.is_active {
        visibility: visible;
        opacity: 1;
    }

    .el_listMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .el_listMenu_item {
        text-align: center;
    }

    .el_listMenu_itemInner {
        color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: 0.08em;
    }

    .el_listMenu_itemInner span {
        display: inline-block;
        width: 20px;
        height: 16px;
    }

    .el_listMenu_itemInner span svg {
        stroke: #1299F3;
    }

    .el_listMenu_itemInner:visited {
        color: #333;
    }

    .el_modal_btn {
        margin-top: 30px;
    }

    .el_modal_btnList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .bl_home_mvInner {
        border-radius: 18px;
        padding: 30px 15px 110px;
        background-image: url("/wp-content/themes/child/image/home/mv_bg_sp.png");
        background-size: cover;
        position: relative;
    }

    .bl_home_mvInner::before,
    .bl_home_mvInner::after {
        content: "";
        position: absolute;
        bottom: 0;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .bl_home_mvInner::before {
        left: 10px;
        width: 100px;
        height: 105px;
        background-image: url("/wp-content/themes/child/image/home/mv_bg_left.png");
    }

    .bl_home_mvInner::after {
        right: 10px;
        width: 105px;
        height: 115px;
        background-image: url("/wp-content/themes/child/image/home/mv_bg_right.png");
    }

    .bl_home_mvContent {
        position: relative;
        z-index: 1;
    }

    .bl_home_mvContentTopImg {
        width: 100%;
        height: 56px;
        background-size: contain;
    }

    .bl_home_mvContentCenter {
        margin-top: 20px;
    }

    .bl_home_mvContentCenterHeading {
        font-size: 24px;
    }

    .bl_home_mvContentCenterHeading i::before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #EFC32F;
        border-radius: 50%;
        top: -10px;
    }

    .bl_home_mvContentCenterTtl {
        font-size: 34px;
        margin-top: 15px;
    }

    .bl_home_mvContentBottom {
        margin-top: 20px;
    }

    .bl_home_searchJob {
        margin-top: 35px;
    }

    .bl_home_searchJobList {
        margin-top: 25px;
    }

    .bl_home_searchArea {
        margin-top: 80px;
    }

    .bl_home_searchAreaList {
        margin-top: 35px;
    }

    .bl_home_jobsSlider {
        margin-top: 35px;
    }

    .bl_home_jobsBtn {
        margin-top: 35px;
        padding: 0 20px;
    }

    .bl_bannerList {
        grid-template-columns: auto 10px auto;
        grid-template-rows: 26.2vw 10px 22.8vw;
    }

    .bl_bannerList_item:nth-child(1) {
        grid-row: 1;
        grid-column: 0.25;
    }

    .bl_bannerList_item:nth-child(1) .bl_bannerList_itemInner {
        background-image: url(/wp-content/themes/child/image/home/banner_contact_pc.png);
    }

    .bl_bannerList_item:nth-child(2) {
        grid-row: 3;
        grid-column: 1;
    }

    .bl_bannerList_item:nth-child(2) .bl_bannerList_itemInner {
        background-image: url(/wp-content/uploads/2023/01/banner_cloud_pc.png);
    }

    .bl_bannerList_item:nth-child(3) {
        grid-row: 3;
        grid-column: 3;
    }

    .bl_bannerList_item:nth-child(3) .bl_bannerList_itemInner {
        background-image: url(/wp-content/themes/child/image/home/banner_flow_pc.png);
    }

    .bl_bannerList_itemInner {
        background-size: cover;
    }

    .bl_footer_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 25px;
        row-gap: 20px;
    }

    .bl_footer_topBtnList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .bl_footer_topBtnListItem {
        width: 100%;
    }

    .bl_footer_bottom {
        padding-top: 25px;
    }

    .bl_footer_bottomTop {
        display: none;
    }

    .bl_footer_bottomCenter {
        display: none;
    }

    .bl_footer_bottomCopy {
        margin-top: 0;
    }

    .bl_footer_bottomCopy small {
        font-size: 12px;
    }

    .ft_external_link {
        margin: 0 0 30px;
        width: 100%;
    }

    .ft_external_link ul {
        grid-template-columns: 1fr 1fr;
    }
}

.el_siteLogo.__headerPc {
    width: 323px;
}

.el_siteLogo a {
    display: block;
}

.el_iconBtn {
    border: 3px solid #1299F3;
    background-color: #fff;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

@media (hover: hover) and (pointer: fine) {
    .el_iconBtn:hover {
        background-color: #EFC32F;
        border-color: #EFC32F;
    }

    .el_iconBtn:hover .el_iconBtn_txt {
        color: #fff;
    }

    .el_iconBtn:hover .el_iconBtn_icon svg {
        fill: #fff;
    }

    .el_iconBtn:hover .el_iconBtn_arrow svg {
        stroke: #fff;
    }
}

.el_iconBtn.__mv {
    padding: 20px 50px;
    display: inline-block;
    border-radius: 50px;
}

.el_iconBtn.__mv .el_iconBtn_icon {
    width: 45px;
    height: 27px;
}

.el_iconBtn.__mv .el_iconBtn_txt {
    margin-left: 30px;
    font-size: 26px;
    letter-spacing: 0.12em;
}

.el_iconBtn.__mv .el_iconBtn_arrow {
    margin-left: 50px;
    width: 26px;
    height: 18px;
}

.el_iconBtn.__footer {
    padding-right: 30px;
    padding-left: 40px;
    height: 80px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el_iconBtn.__footer .el_iconBtn_txt {
    margin-left: 13px;
    font-size: 20px;
    letter-spacing: 0.03em;
}

.el_iconBtn.__footer .el_iconBtn_arrow {
    margin-left: 35px;
    width: 26px;
    height: 18px;
}

.el_iconBtn.__mail .el_iconBtn_icon {
    width: 30px;
    height: 19px;
}

.el_iconBtn.__list .el_iconBtn_icon {
    width: 27px;
    height: 34px;
}

.el_iconBtn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el_iconBtn_icon svg {
    fill: #1299F3;
}

.el_iconBtn_txt {
    color: #1299F3;
    font-weight: 900;
}

.el_iconBtn_arrow svg {
    stroke: #1299F3;
}

.el_siteBtn {
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .el_siteBtn:hover {
        background-color: #EFC32F;
    }

    .el_siteBtn:hover.__border .el_siteBtn_txt {
        color: #fff;
    }

    .el_siteBtn:hover.__border .el_siteBtn_arrow svg {
        stroke: #fff;
    }

    .el_siteBtn:hover.__no_border .el_siteBtn_txt {
        color: #fff;
    }

    .el_siteBtn:hover.__no_border .el_siteBtn_arrow svg {
        stroke: #fff;
    }
}

.el_siteBtn.__border {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid #EFC32F;
    border-radius: 36px;
}

.el_siteBtn.__border .el_siteBtn_txt {
    color: #EFC32F;
    font-size: 15px;
}

.el_siteBtn.__border .el_siteBtn_arrow {
    right: 30px;
    width: 18px;
    height: 14px;
}

.el_siteBtn.__border .el_siteBtn_arrow svg {
    stroke: #EFC32F;
}

.el_siteBtn.__no_border {
    padding: 25px 90px;
    border-radius: 36px;
}

.el_siteBtn.__no_border .el_siteBtn_txt {
    color: #1299F3;
    font-size: 18px;
}

.el_siteBtn.__no_border .el_siteBtn_arrow {
    right: 40px;
    width: 20px;
    height: 16px;
}

.el_siteBtn.__no_border .el_siteBtn_arrow svg {
    stroke: #1299F3;
}

.el_siteBtn_txt {
    font-weight: 700;
}

.el_siteBtn_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.el_sectionTtl {
    text-align: center;
}

.el_sectionTtl.__blue .el_sectionTtl__en {
    color: #1299F3;
}

.el_sectionTtl.__blue .el_sectionTtl__enInner i {
    top: -7px;
    right: -1px;
}

.el_sectionTtl.__blue .el_sectionTtl_dots i {
    background-color: #1299F3;
}

.el_sectionTtl.__white .el_sectionTtl__en {
    color: #fff;
}

.el_sectionTtl.__white .el_sectionTtl__enInner i {
    top: -6px;
    right: 138px;
}

.el_sectionTtl.__white .el_sectionTtl__ja {
    color: #fff;
}

.el_sectionTtl.__white .el_sectionTtl_dots i {
    background-color: #fff;
}

.el_sectionTtl span {
    display: block;
}

.el_sectionTtl .el_sectionTtl__enInner {
    display: inline-block;
    position: relative;
}

.el_sectionTtl__en {
    font-size: 62px;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.el_sectionTtl__enInner {
    position: relative;
}

.el_sectionTtl__enInner i {
    content: "";
    width: 23px;
    height: 23px;
    background-color: #EFC32F;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}

.el_sectionTtl__enInner span {
    position: relative;
    z-index: 1;
}

.el_sectionTtl__ja {
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 8px;
}

.el_sectionTtl_dots {
    margin-top: 10px;
}

.el_sectionTtl_dots i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.el_sectionTtl_dots i+i {
    margin-left: 3px;
}

.el_childTtl {
    text-align: center;
}

.el_childTtl span {
    font-weight: 700;
}

.el_childTtl__en {
    letter-spacing: 0.03em;
    margin-top: 8px;
    display: block;
}

.el_childTtl__ja {
    font-size: 24px;
    letter-spacing: 0.1em;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}

.el_childTtl__ja .__blue {
    color: #1299F3;
    display: inline;
}

.el_childTtlTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
}

.el_childTtl_topLine {
    width: 100%;
    height: 10px;
    background-image: url("/wp-content/themes/child/image/home/search_line.svg");
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}

.el_childTtl_topLine.__right {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.el_searchJobList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
}

.el_searchJobList_item {
    position: relative;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.el_searchJobList_item::before {
    content: "";
    position: absolute;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.el_searchJobList_item:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.el_searchJobList_item:nth-child(1) .el_searchJobList_itemImg {
    background-image: url("/wp-content/themes/child/image/home/search_job.png");
}

.el_searchJobList_item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.el_searchJobList_item:nth-child(2) .el_searchJobList_itemImg {
    background-image: url("/wp-content/themes/child/image/home/search_job02.png");
}

.el_searchJobList_item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.el_searchJobList_item:nth-child(3) .el_searchJobList_itemImg {
    background-image: url("/wp-content/themes/child/image/home/search_job03.png");
}

.el_searchJobList_item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.el_searchJobList_item:nth-child(4) .el_searchJobList_itemImg {
    background-image: url("/wp-content/themes/child/image/home/search_job04.png");
}

.el_searchJobList_item:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.el_searchJobList_item:nth-child(5) .el_searchJobList_itemImg {
    background-image: url("/wp-content/themes/child/image/home/search_job05.png");
}

.el_searchJobList_item:nth-child(1)::before {
    background-image: url(/wp-content/themes/child/image/home/search_job_hover.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 231px;
    height: 85px;
    top: -20px;
    left: -32px;
}

.el_searchJobList_item:nth-child(2)::before {
    background-image: url(/wp-content/themes/child/image/home/search_job_hover02.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 97px;
    top: -17px;
    left: -11px;
}

.el_searchJobList_item:nth-child(3)::before {
    background-image: url(/wp-content/themes/child/image/home/search_job_hover03.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 223px;
    height: 96px;
    top: -17px;
    left: -7px;
}

.el_searchJobList_item:nth-child(4)::before {
    background-image: url(/wp-content/themes/child/image/home/search_job_hover04.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 88px;
    top: -6px;
    left: -9px;
}

.el_searchJobList_item:nth-child(5)::before {
    background-image: url(/wp-content/themes/child/image/home/search_job_hover05.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 206px;
    height: 84px;
    top: -10px;
    left: -12px;
}

@media (hover: hover) and (pointer: fine) {
    .el_searchJobList_item:hover::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .el_searchJobList_item:hover .el_searchJobList_itemTxt {
        background-color: #1299F3;
    }

    .el_searchJobList_item:hover .el_searchJobList_itemTxtInner {
        color: #fff;
    }

    .el_searchJobList_item:hover .el_searchJobList_itemTxtIcon svg {
        stroke: #fff;
    }
}

.el_searchJobList_itemImg {
    width: 194px;
    height: 194px;
    background-position: center;
    background-size: contain;
}

.el_searchJobList_itemTxt {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    border: 2px solid #1299F3;
    border-radius: 40px;
    position: relative;
    text-align: center;
    margin-top: -5px;
}

.el_searchJobList_itemTxtInner {
    color: #1299F3;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.el_searchJobList_itemTxtIcon {
    width: 16px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.el_searchJobList_itemTxtIcon svg {
    stroke: #1299F3;
}

.el_searchAreaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
}

.el_searchAreaList_item {
    width: calc((100% - 75px) / 4);
}

.el_searchAreaList_item:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.el_searchAreaList_item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.el_searchAreaList_item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.el_searchAreaList_item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.el_searchAreaList_item:nth-child(5) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.el_searchAreaList_item:nth-child(6) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.el_searchAreaList_item:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .el_searchAreaList_item a:hover .el_searchAreaList_itemImg {
        border-color: #1299F3;
    }

    .el_searchAreaList_item a:hover .el_searchAreaList_itemImg::before {
        opacity: 1;
    }

    .el_searchAreaList_item a:hover .el_searchAreaList_itemNameInner {
        color: #1299F3;
    }
}

.el_searchAreaList_itemImg {
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.el_searchAreaList_itemImg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/child/image/home/area_mask.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

.el_searchAreaList_itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.el_searchAreaList_itemName {
    margin-top: 8px;
    text-align: center;
}

.el_searchAreaList_itemNameInner {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333;
}

.el_jobsSlider_item {
    margin: 0 13px;
}

.el_jobsSlider_itemImg {
    width: 100%;
    height: 220px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.el_jobsSlider_itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.el_jobsSlider_itemInfo {
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    padding: 30px 25px;
    height: 350px;
    position: relative;
}

.el_jobsSlider_itemInfoName {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.el_jobsSlider_itemInfoCp {
    margin-top: 10px;
}

.el_jobsSlider_itemInfoCpInner {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.6923076923;
    color: #707070;
}

.el_jobsSlider_itemInfoTerms {
    margin-top: 18px;
}

.el_jobsSlider_itemInfoTermsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 9px;
}

.el_jobsSlider_itemInfoTermsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.el_jobsSlider_itemInfoTermsItem span {
    width: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el_jobsSlider_itemInfoTermsItem i {
    display: block;
}

.el_jobsSlider_itemInfoTermsItem i svg {
    fill: #EFC32F;
}

.el_jobsSlider_itemInfoTermsItem .icon_area {
    width: 20px;
    height: 22px;
}

.el_jobsSlider_itemInfoTermsItem .icon_job {
    width: 22px;
    height: 17px;
}

.el_jobsSlider_itemInfoTermsItemTxt {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.el_jobsSlider_itemInfoBtn {
    margin-top: 28px;
    position: absolute;
    width: 90%;
    bottom: 25px;
}

.el_jobSlider_prev,
.el_jobSlider_next {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    z-index: 100;
    background-color: #EFC32F;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el_jobSlider_prev {
    left: 100px;
}

.el_jobSlider_next {
    right: 100px;
}

.el_jobSlider_prevIcon,
.el_jobSlider_nextIcon {
    width: 27px;
    height: 19px;
    display: block;
}

.el_jobSlider_prevIcon svg,
.el_jobSlider_nextIcon svg {
    stroke: #fff;
}

.el_jobSlider_dots {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.el_jobSlider_dots li {
    text-indent: -9999px;
    width: 25px;
    height: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.el_jobSlider_dots li.slick-active {
    background-color: #fff;
}

.el_footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
}

.el_footerMenu_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.el_footerMenu_item i {
    display: block;
    width: 20px;
    height: 14px;
}

.el_footerMenu_item svg {
    stroke: #fff;
}

.el_footerMenu_item span {
    color: #fff;
}

.el_commonMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
}

.el_commonMenu_item {
    font-size: 14px;
    letter-spacing: 0.03em;
}

.el_commonMenu_item a {
    color: #fff;
}

.mv_btn a {
    background-color: #EFC32F;
    border-color: #EFC32F;
}

.mv_btn .el_iconBtn_icon svg {
    fill: #fff;
}

.mv_btn .el_iconBtn.__mv .el_iconBtn_txt {
    color: #fff;
}

.mv_btn .el_iconBtn_arrow svg {
    stroke: #fff;
}

section.no-results.not-found {
    width: 100%;
}

section.no-results.not-found .text {
    text-align: center;
    font-size: 18px;
}

section.no-results.not-found .el_siteBtn {
    background: #1299F3;
}

section.no-results.not-found .el_siteBtn.__no_border .el_siteBtn_txt {
    color: #fff;
}

section.no-results.not-found .el_siteBtn.__no_border .el_siteBtn_arrow svg {
    stroke: #fff;
}

@media screen and (max-width: 750px) {
    .el_siteLogo.__headerSp {
        width: 240px;
    }

    .el_iconBtn {
        border: 3px solid #1299F3;
        background-color: #fff;
        -webkit-transition: 0.1s ease-out;
        transition: 0.1s ease-out;
    }

    .el_iconBtn.__mv {
        padding: 15px 25px;
        width: 100%;
        border-radius: 50px;
    }

    .el_iconBtn.__mv .el_iconBtn_icon {
        width: 30px;
        height: 18px;
    }

    .el_iconBtn.__mv .el_iconBtn_txt {
        margin-left: 0;
        font-size: 18px;
        letter-spacing: 0.08em;
        text-align: center;
    }

    .el_iconBtn.__mv .el_iconBtn_arrow {
        margin-left: 0;
        width: 26px;
        height: 18px;
    }

    .el_iconBtn.__footer {
        padding-right: 6vw;
        padding-left: 6vw;
        height: 65px;
    }

    .el_iconBtn.__footer .el_iconBtn_txt {
        margin-left: 3vw;
        font-size: 3.8vw;
    }

    .el_iconBtn.__footer .el_iconBtn_arrow {
        margin-left: 2vw;
        width: 22px;
        height: 15px;
    }

    .el_iconBtn.__mail .el_iconBtn_icon {
        width: 25px;
        height: 15px;
    }

    .el_iconBtn.__list .el_iconBtn_icon {
        width: 22px;
        height: 28px;
    }

    .el_iconBtn_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }

    .el_iconBtn_icon svg {
        fill: #1299F3;
    }

    .el_iconBtn_txt {
        color: #1299F3;
        font-weight: 900;
    }

    .el_iconBtn_arrow svg {
        stroke: #1299F3;
    }

    .el_siteBtn.__border {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .el_siteBtn.__border .el_siteBtn_txt {
        font-size: 15px;
    }

    .el_siteBtn.__no_border {
        padding: 20px 0;
        width: 100%;
    }

    .el_siteBtn.__no_border .el_siteBtn_txt {
        font-size: 16px;
    }

    .el_siteBtn_txt {
        font-weight: 700;
    }

    .el_siteBtn_arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .el_sectionTtl__en {
        font-size: 44px;
    }

    .el_sectionTtl__enInner i {
        display: none;
    }

    .el_sectionTtl__ja {
        margin-top: 0;
    }

    .el_sectionTtl_dots {
        margin-top: 5px;
    }

    .el_childTtl__en {
        margin-top: 5px;
    }

    .el_childTtl__ja {
        font-size: 22px;
    }

    .el_childTtlTop {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .el_childTtl_topLine {
        height: 8px;
        background-size: cover;
    }

    .el_searchJobList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px 10px;
    }

    .el_searchJobList_item {
        width: calc((100% - 10px) / 2);
    }

    .el_searchJobList_item::before {
        content: none;
    }

    .el_searchJobList_item:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchJobList_item:nth-child(2) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchJobList_item:nth-child(3) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchJobList_item:nth-child(4) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchJobList_item:nth-child(5) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchJobList_item:nth-child(2n) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .el_searchJobList_itemImg {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .el_searchJobList_itemTxt {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: -10px;
    }

    .el_searchJobList_itemTxtIcon {
        width: 16px;
        height: 12px;
        right: 20px;
    }

    .el_searchAreaList {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px 5px;
    }

    .el_searchAreaList_item {
        width: calc((100% - 5px) / 2);
    }

    .el_searchAreaList_item:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(2) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(3) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(4) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(5) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(6) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(7) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .el_searchAreaList_item:nth-child(2n) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .el_searchAreaList_itemImg {
        height: 120px;
        border-radius: 10px;
    }

    .el_searchAreaList_itemName {
        margin-top: 0;
    }

    .el_jobsSlider_item {
        margin: 0 8px;
    }

    .el_jobsSlider_itemImg {
        height: 150px;
    }

    .el_jobsSlider_itemInfo {
        padding: 20px 15px;
    }

    .el_jobsSlider_itemInfoName {
        font-size: 17px;
    }

    .el_jobsSlider_itemInfoCp {
        margin-top: 10px;
    }

    .el_jobsSlider_itemInfoCpInner {
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1.6923076923;
    }

    .el_jobsSlider_itemInfoTerms {
        margin-top: 18px;
    }

    .el_jobsSlider_itemInfoTermsList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 9px;
    }

    .el_jobsSlider_itemInfoTermsItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .el_jobsSlider_itemInfoTermsItem i {
        display: block;
    }

    .el_jobsSlider_itemInfoTermsItem i svg {
        fill: #EFC32F;
    }

    .el_jobsSlider_itemInfoTermsItem .icon_area {
        width: 12px;
        height: 16px;
    }

    .el_jobsSlider_itemInfoTermsItem .icon_job {
        width: 18px;
        height: 12px;
    }

    .el_jobsSlider_itemInfoTermsItemTxt {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .el_jobsSlider_itemInfoBtn {
        margin-top: 28px;
    }

    .el_jobSlider_prev,
    .el_jobSlider_next {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        z-index: 100;
        background-color: #EFC32F;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .el_jobSlider_dots {
        margin-top: 20px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

    .el_jobSlider_dots li {
        width: 30px;
        height: 12px;
    }

    .el_footerMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 33px;
        -moz-column-gap: 33px;
        column-gap: 33px;
    }

    .el_footerMenu_item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .el_footerMenu_item i {
        display: block;
        width: 20px;
        height: 14px;
    }

    .el_footerMenu_item svg {
        stroke: #fff;
    }

    .el_footerMenu_item span {
        color: #fff;
    }

    .el_commonMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px;
    }

    .el_commonMenu_item {
        font-size: 14px;
        letter-spacing: 0.03em;
    }

    .el_commonMenu_item a {
        color: #fff;
    }

    #common_child_category_list ul {
        gap: 2vw 5vw;
    }

    #common_child_category_list ul li {
        width: unset;
    }

    #common_child_category_list ul li a:hover {
        color: #333;
    }
}