@charset "utf-8";

body {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    background-image: url(/system_panel/uploads/images/bg01.jpg);
    background-attachment: scroll;
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-y;
}

#root {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.telWrap {
    color: inherit;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: inherit;
}

.hidden {
    overflow: hidden;
}

.cursol-pointer {
    cursor: pointer;
}

.white-space-nowrap {
    white-space: nowrap;
}

.vertical-lr {
    writing-mode: vertical-lr;
}

.brNone br {
    display: none;
}

.fit-content {
    max-width: fit-content;
}

.is-hidden {
    visibility: hidden;
    opacity: 0 !important;
}

.is-visible {
    visibility: visible;
    opacity: 1 !important;
}

/* ----- common ----- */
/* -- title -- */

.tit01 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
}

.neonTit01 {
    font-size: 30px;
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.24em;
    color: rgba(0, 0, 0, .0);
    -webkit-text-stroke: 2px #F2D5B9;
    text-shadow: 0 0 20px rgba(242, 213, 185, .5);
}

.enTit01 {
    font-size: 30px;
    font-family: 'Kumbh Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.blackTit01 {
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 20px;
}

.titBox {
    margin-bottom: 40px;
}

.bgColor01 .titBox {
    margin-bottom: 30px;
}

.subTit01 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #333;
}

.enSubTit01 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #3762C6;
}

.itemTitBox {
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #234EB1;
}

.itemTitBox .itemNum {
    white-space: nowrap;
    color: #fff !important;
}

/* -- title decoration -- */

.initialRibbon {
    position: relative;
    max-width: fit-content;
    padding: 0 11px 3px;
    border: 3px solid #fff;
    border-radius: 2px;
    color: #fff;
    line-height: 1.3em;
}

.initialRibbon::before {
    content: "";
    display: block;
    position: absolute;
    left: -9%;
    bottom: -13px;
    width: 30%;
    max-width: 85px;
    height: 115%;
    background-image: url(/system_panel/uploads/images/deco_ribbon_white_left.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.initialRibbon::after {
    content: "";
    display: block;
    position: absolute;
    right: -9%;
    bottom: -13px;
    width: 30%;
    max-width: 85px;
    height: 115%;
    background-image: url(/system_panel/uploads/images/deco_ribbon_white_right.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.whiteRibbon {
    position: relative;
    max-width: fit-content;
    padding: 0 15px;
    border: 3px solid #fff;
    border-radius: 2px;
    background-color: #fff;
    color: #07122C;
    line-height: 1.3em;
}

.whiteRibbon::before {
    content: "";
    display: block;
    position: absolute;
    left: -16%;
    bottom: -13px;
    width: 40%;
    max-width: 85px;
    height: 110%;
    background-image: url(/system_panel/uploads/images/deco_ribbon_white_left.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.whiteRibbon::after {
    content: "";
    display: block;
    position: absolute;
    right: -16%;
    bottom: -13px;
    width: 40%;
    max-width: 85px;
    height: 110%;
    background-image: url(/system_panel/uploads/images/deco_ribbon_white_right.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.whiteBgTit {
    max-width: fit-content;
    width: 100%;
    padding: 1px 5px;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1.4em;
}

.cautionTit01 {
    max-width: fit-content;
    padding: 0 30px;
}

.cautionTit01::before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 14%;
    max-width: 28px;
    height: 1px;
    background-color: #fff;
    border-radius: 50%;
    transform: rotate(55deg);
}

.cautionTit01::after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 14%;
    max-width: 28px;
    height: 1px;
    background-color: #fff;
    border-radius: 50%;
    transform: rotate(-55deg);
}

.checkItem {
    margin: 0 0 8px 0;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.checkItem:last-child {
    margin: 0;
}

.checkTxt {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 15px;
}

.checkTxt::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/system_panel/uploads/images/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* -- txt -- */

.txt01 {
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.1em;
}

.txt02 {
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.1em;
}

/* -- font -- */

.font01 {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.font02 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.enFont01 {
    font-family: 'Kumbh Sans', sans-serif;
}

/* -- font color -- */

.txtColor01 {
    color: #fff;
}

.txtColor02 {
    color: #234EB1;
}

.txtColor03 {
    color: #07122C;
}

/* -- back-ground -- */

.bgColor01 {
    background-color: #07122C;
}

.bgColor02 {
    background-color: #fff;
}

.bgColor03 {
    background-color: #2656B1;
}

.bgColor04 {
    background-color: #F5F5F5;
}

.bgColor05 {
    background-color: #101E41;
}

.leftTopTriangleBg {
    position: relative;
    background-color: #07122C;
}

.leftTopTriangleBg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40.86%;
    max-width: 446px;
    height: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: #1A2645;
}

.centerParallelBg {
    position: relative;
    background-color: #07122C;
}

.centerParallelBg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 79.49%;
    max-width: 1240px;
    height: 100%;
    clip-path: polygon(53.87% 0, 100% 0%, 46.13% 100%, 0% 100%);
    background-color: #1A2645;
}

.separatorWr {
    border-bottom: 1px solid #fff;
}

/* -- img box -- */

.parallelImgBox {
    clip-path: polygon(0 0, 100% 0, 100% 33.95%, 68.39% 100%, 0 100%, 0% 50%);
}

/* -- layout -- */

.wrap01 {
    padding: 80px 0;
}

.breadWrap+.wrap01 {
    padding: 50px 0 80px;
}

.inner {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 30px;
}

/*-- incover --*/

.incover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 240px;
    margin: auto;
}

.incover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.incoverBox {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}

.incoverTit {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.04em;
    font-family: 'Kumbh Sans', sans-serif;
}

.incoverSubTit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

/* -- bread -- */

.breadWrap {
    padding: 15px 0;
    font-size: 12px;
}

.breadBox {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.breadBox p {
    color: #fff;
}

.breadLink {
    display: block;
    color: #fff;
    text-decoration: none !important;
}

.breadLink:hover {
    text-decoration: underline !important;
    color: #fff;
}

/*-- button --*/

.btn01 {
    position: relative;
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 5px;
    border-radius: 45px;
    background-color: #3762C6;
    transition: all .3s;
}

.btn01:hover {
    background-color: #2A4480;
    transition: all .3s;
}

.btn01 p {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    transition: all .3s;
}

.btn01::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 100%;
    max-width: 7px;
    height: 100%;
    background-image: url(/system_panel/uploads/images/icon_btn_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transition: all .3s;
}

.btn01:hover::before {
    transform: translateX(5px);
    transition: all .3s;
}


.btn02 {
    position: relative;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 5px;
    border-radius: 45px;
    background-color: #3762C6;
    transition: all .3s;
}

.btn02:hover {
    background-color: #2A4480;
    transition: all .3s;
}

.btn02 p {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    transition: all .3s;
}

.btn02::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 100%;
    max-width: 7px;
    height: 100%;
    background-image: url(/system_panel/uploads/images/icon_btn_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transition: all .3s;
}

.btn02:hover::before {
    transform: translateX(5px);
    transition: all .3s;
}

.btn03 {
    position: relative;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 5px;
    border-radius: 45px;
    background-color: #3762C6;
    transition: all .3s;
}

.btn03:hover {
    background-color: #2A4480;
    transition: all .3s;
}

.btn03 p {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    transition: all .3s;
}

.btn03::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 100%;
    max-width: 7px;
    height: 100%;
    background-image: url(/system_panel/uploads/images/icon_btn_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transition: all .3s;
}

.btn03:hover::before {
    transform: translateX(5px);
    transition: all .3s;
}

.orangeBtn {
    background-color: #FF5A45;
}

.orangeBtn:hover {
    background-color: #DC3A26;
}

.backBtn {
    position: relative;
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 5px;
    border-radius: 45px;
    background-color: #3762C6;
    transition: all .3s;
}

.backBtn:hover {
    background-color: #2A4480;
    color: #fff;
    transition: all .3s;
}

.backBtn p {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    transition: all .3s;
}

.backBtn::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 100%;
    max-width: 7px;
    height: 100%;
    background-image: url(/system_panel/uploads/images/icon_btn_arrow_left_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: all .3s;
}

.backBtn:hover::before {
    transform: translateX(-5px);
    transition: all .3s;
}

/* -- table -- */

.baseTh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #2656B1;
    border-radius: 3px;
}

.baseTd {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    background: initial;
    border-bottom: 1px solid #fff;
}

/* -- form -- */

.formTh>label {
    margin: 0;
}

.requiredText {
    padding: 2px 4px 2px 4px;
    font-size: 14px;
    background-color: #FF0000;
}

.formInput {
    width: 100%;
    border: none;
}

.zipInput {
    border: none;
}

.formTextArea {
    width: 100%;
    height: 300px;
    border: none;
}

.radioArea>div {
    margin-right: 1rem;
}

.radioArea>div:last-child {
    margin-right: 0;
}

.radioArea .radio {
    margin-right: 0.25rem;
}

.radioArea .label {
    margin-bottom: 0 !important;
}

.addArea:first-child>label:first-child {
    margin-right: 0.25rem !important;
}

.zipInput:nth-child(2) {
    width: 10%;
}

.zipInput:nth-child(4) {
    width: 20%;
}

.addArea:nth-child(2),
.addArea:nth-child(3),
.addArea:nth-child(4) {
    margin-top: 1rem !important;
}

.privacyBox {
    height: 400px;
    width: 100%;
    margin: 40px auto 30px auto;
    padding: 30px 2% 30px 2%;
    background: #fff;
    border: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
}

.privacyBox::-webkit-scrollbar {
    width: 10px;
}

.privacyBox::-webkit-scrollbar-track {
    background-color: #ccc;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #2A4480;
}

.privacyDt {
    border-left: 5px solid #707070 !important;
    border-bottom: 1px solid #ccc;
    padding: 0 0 3px 10px;
    font-weight: 700;
    margin: 31px 0 0 0;
    letter-spacing: 0.15em;
}

.privacyDd {
    margin: 23px 0 0 0;
    padding: 0 0 0 16px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.66em;
}

.ppFlexBox {
    display: flex;
    margin: 5px 0 0 0;
}

.privacyDdFlex {
    display: flex;
    font-size: 12px;
    padding: 0 0 0 16px;
    margin: 23px 0 0 0;
    letter-spacing: 0.05em;
    line-height: 1.66em;
}

.ppFlexBox>p {
    margin-right: 0.5rem;
    white-space: nowrap;
}

.privacyDdFlex>p {
    margin-right: 0.5rem;
    white-space: nowrap;
}

.ppCheckBox {
    margin-top: 30px;
}

.formCheck {
    margin-right: 0.25rem;
}

.privacyLabel {
    margin-bottom: 0 !important;
}

.formBtnBox {
    margin-top: 30px;
}

/* -- pager -- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.webgene-pagination>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    min-height: 30px;
    width: 100%;
    max-width: 30px;
    margin: 30px 10px 0;
    padding: 4px 0;
    font-size: 14px;
    background-color: #FFF;
    list-style: none;
    border: 1px #333 solid;
}

.webgene-pagination>ul>li.selected>a {
    color: #FFF;
    background-color: #333;
    cursor: inherit;
    transition: all .5s;
}

.webgene-pagination>ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 28px;
    color: #333;
    transition: all .5s;
}

.webgene-pagination>ul>li>a:hover {
    color: #FFF;
    background-color: #333;
    text-decoration: none;
    transition: all .5s;
}

.next>a {
    font-size: 11px;
    color: #FFF;
}

.prev>a {
    font-size: 11px;
    color: #FFF;
}

/* -- google map -- */

.googleMap {
    display: block;
    width: 100%;
    height: 360px;
    margin: 0 auto;
}

.googleMap>iframe {
    width: 100%;
    height: 100%;
}

/* -- common item -- */

.cmnFormFrame {
    max-width: 840px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(242, 213, 185, .16);
}

.cmnFormImg {
    width: 100%;
    height: 280px;
    background-image: url(/system_panel/uploads/images/form_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cmnFormTxtBox {
    max-width: 1000px;
    padding: 30px 15px;
    border-radius: 3px;
}

.cmnFormTitBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
}

.cmnFormSubTit {
    font-size: 13px;
    color: #fff;
}

.cmnFormTit {
    font-size: 14px;
    color: #fff;
}

.cmnFormBtnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cmnFormBtnCard {
    max-width: 380px;
    position: relative;
    margin: 0 0 30px 0;
    width: 100%;
}

.cmnFormBtn {
    max-width: 640px;
    padding: 15px 15px 15px 15px;
    border-radius: 8px;
    width: 95.24%;
    display: block;
}

a.cmnFormBtn {
    transition: all .3s;
}

a.cmnFormBtn:hover {
    background-color: #2A4480;
    transition: all .3s;
}

.cmnFormBtnLeft {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px 0;
}

.cmnFormTelBtnIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 33px;
    width: 100%;
    margin: 0 10px 0 0;
}

.cmnMailFormBtnIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 35px;
    margin: 0 10px 0 0;
}

.cmnFormTelBtnNumber {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
}

.cmnFormBtnCenter {
    display: none;
}

.cmnFormTelBtnTxtBox {
    display: flex;
    max-width: 205px;
    width: 100%;
    margin: 0 auto 4px auto;
}

.cmnFormTelBtnTxt {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.cmnFormTelBtnTxt01 {
    width: 41%;
}

.cmnFormBtnDeco {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 60px;
    height: 1px;
    background-color: #ccc;
    width: 10%;
}

.cmnMailFormBtnTxt01 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.cmnMailFormBtnTxt02 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    max-width: 235px;
    margin: 0 auto 0 auto;
}

/* -- kasou -- */

.downwardArrow {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.menteServiceBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 4%;
}

/* ----- responsive ----- */

@media screen and (min-width:375px) {

    .brNone375 br {
        display: none;
    }

    .whiteBgTit {
        font-size: 20px;
    }

    /* -- cmn item -- */

    .cmnFormSubTit {
        font-size: 14px;
    }

    .cmnFormTit {
        font-size: 17px;
    }

}

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

    body {
        font-size: 15px;
    }

    .brNone br {
        display: block;
    }

    .brNone768 br {
        display: none;
    }

    .neonTit01 {
        font-size: 40px;
    }

    .blackTit01 {
        font-size: 30px;
    }

    .whiteBgTit {
        font-size: 25px;
    }

    .txt02 {
        font-size: 18px;
    }

    .incover {
        padding: 30px 0 0 0;
    }

    .incoverTit {
        font-size: 40px;
    }

    .incoverSubTit {
        font-size: 18px;
    }

    .breadWrap {
        font-size: 13px;
    }

    .recruitRow {
        flex-wrap: nowrap;
    }

    .baseTh {
        max-width: 25%;
        margin: 0 10px 0 0;
        flex: 0 0 25%;
        justify-content: center;
    }

    .baseTd {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .formTh {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .formTd {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .privacyDd,
    .privacyDdFlex {
        font-size: 14px;
    }

    /* -- common item -- */

    .cmnFormTxtBox {
        padding: 30px;
    }

    .cmnFormTit {
        font-size: 20px;
    }

    .cmnFormBtnCard {
        max-width: 672px;
    }

    .cmnFormTelBtnTxtBox {
        max-width: 235px;
    }

    .cmnFormTelBtnTxt {
        font-size: 14px;
    }

    /* -- kasou -- */

    .menteServiceBox {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 3%;
    }

}

@media screen and (min-width:1024px) {

    body {
        font-size: 17px;
    }

    .wrap01 {
        padding: 120px 0;
    }

    .breadWrap+.wrap01 {
        padding: 80px 0 120px;
    }

    .neonTit01 {
        font-size: 70px;
    }

    .enTit01 {
        font-size: 42px;
    }

    .blackTit01 {
        font-size: 47px;
    }

    .whiteBgTit {
        padding: 0 15px 1px;
        font-size: 42px;
    }

    .subTit01 {
        font-size: 25px;
    }

    .enSubTit01 {
        font-size: 18px;
    }

    .titBox {
        margin: 0 0 90px 0;
    }

    .bgColor01 .titBox {
        margin-bottom: 60px;
    }

    .initialRibbon,
    .whiteRibbon {
        padding: 0 23px 5px;
    }

    .checkItem {
        margin: 0 0 12px 0;
        padding: 8px 20px;
    }

    .checkTxt {
        font-size: 18px;
    }

    .txt02 {
        font-size: 20px;
    }

    .separatorWr {
        padding: 120px 0 160px;
    }

    .incover {
        height: 360px;
    }

    .incoverTit {
        font-size: 50px;
    }

    .incoverSubTit {
        font-size: 20px;
    }

    .breadWrap {
        font-size: 14px;
    }

    /* -- common item -- */

    .cmnFormFrame {
        display: flex;
        justify-content: center;
        max-width: initial;
    }

    .cmnFormImg {
        width: 33%;
        height: auto;
    }

    .cmnFormTxtBox {
        width: 100%;
        padding: 50px 30px;
    }

    .cmnFormTit {
        font-size: 25px;
    }

    .cmnFormBtn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 20px 20px;
    }

    .cmnFormBtnLeft {
        margin: 0;
        width: 45%;
    }

    .cmnFormBtnCenter {
        width: 1px;
        height: 44px;
        display: block;
    }

    .cmnFormBtnRight {
        width: 50%;
    }

    .cmnMailFormBtnTxt02 {
        text-align: left;
    }

    /* -- kasou -- */

    .menteServiceBox {
        gap: 40px 4%;
    }

}

@media screen and (min-width:1200px) {

    /* -- common item -- */

    .cmnFormBtn {
        padding: 29px 55px 27px 38px;
    }

    .cmnFormTelBtnIcon {
        margin: 0 25px 0 0 !important;
    }

    .cmnMailFormBtnIcon {
        margin: 0 17px 0 0 !important;
    }

}

@media screen and (min-width:1400px) {

    .neonTit01 {
        font-size: 96px;
    }

    /* -- common item -- */

    .cmnFormBtnLeft {
        justify-content: flex-start;
        width: 43%;
    }

    .cmnFormBtnRight {
        width: 44%;
    }

    /* -- kasou -- */

    .maintenanceItemBox .itemNum,
    .maintenanceItemBox .itemTit {
        font-size: 25px !important;
    }

}

@media screen and (min-width:1500px) {

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

    .recruitIntroEnTitBox {
        margin: 0 !important;
        text-align: start !important;
    }

    .recruitIntroTxt {
        text-align: start !important;
    }

}