@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.content:has(div.inquiry.recruit){
    padding-top: 70px;
    background-size: cover;
    background-position: top center;
    background-image: url(/recruit/entry/img/bg_01.jpg);
}
.inquiry.recruit *{
    font-weight: inherit;
    font-family: inherit;
}
.inquiry.recruit p{
    margin: 0;
}
.inquiry.recruit img{
    vertical-align: bottom;
}

.inquiry.recruit .content{
    font-family: "Noto Sans JP", sans-serif;
}
.inquiry.recruit{
    max-width: 1080px;
    padding: 60px 40px;
    margin: 0 auto;
}


.inquiry.recruit .bg-layer{
    background: #fcfcfc;
}

.recruit-title,
.recruit-thanks,
.recruit-header{
    font-family: "Shippori Mincho", serif;
}
.recruit-title{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.recruit-title .title{
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
    padding-right: 0;
    position: relative;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.recruit-title .title dt{
    line-height: 1.8;
    font-size: 40px;
    color: #000000;
}
.recruit-title .title dt span{
    font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    display: block;
    line-height: 1;
    background: linear-gradient(90deg,rgba(0,162,255,1) 0%,rgba(0,32,229,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    letter-spacing: 0;
}
.recruit-title .title dd{
    width: 34%;
}
.recruit-header .mynavi{
}
.inquiry.recruit .recruit-thanks{
    margin: 60px 0 0;
    font-family: "Shippori Mincho", serif;
}
.inquiry.recruit .recruit-thanks p,
.inquiry.recruit .recruit-header .mynavi p{
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    line-height: 2.4;
    letter-spacing: 0.04em;
}
.recruit-header .mynavi p a{
    color: #1452be;
}
.recruit-header .mynavi p span{
    color: #b51414;
}
.recruit-header .mynavi p + p{
    margin: 20px 0 0;
}
.recruit-header .mynavi .bnr{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 330px;
    height: 55px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
    background: linear-gradient(90deg,rgba(162,219,255,1) 0%,rgba(0,167,229,1) 99.37%);
}
.recruit-header .mynavi .bnr:before{
    position: absolute;
    width: 22px;
    height: 22px;
    right: 1rem;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/recruit/event_entry/img/arr_04.png);
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.recruit-header .mynavi .bnr:after{
    content: "";
    background: #fff;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    z-index: 0;
}
.recruit-header .mynavi .bnr a{
    overflow: hidden;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.recruit-header .mynavi .bnr a img{
    position: relative;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.inquiry.recruit .cp_formLocation{
    position: relative;
    gap: 84px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.inquiry.recruit .cp_formLocation:before{
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    z-index: 1;
}
.inquiry.recruit .cp_formLocation__item{
    position: relative;
    z-index: 2;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: linear-gradient(#00cefc, #003ae8);
    color: #fff;
    border: none;
    padding: 2px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    text-align: center;
}
.inquiry.recruit .cp_formLocation__item > div{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    color: #0086d9;
    padding: 30px 0 0;
}
.inquiry.recruit .cp_formLocation__item.cp_formLocation__item--current > div{
    background: transparent;
    color: #fff;
}
.inquiry.recruit .cp_formLocation__item:before,
.inquiry.recruit .cp_formLocation__item:after{
    display: none;
}
.inquiry.recruit .cp_formLocation__step{
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
}
.inquiry.recruit .cp_formLocation__label{
    display: block;
    line-height: 1.1;
    margin: 20px 0 0;
    font-size: 24px;
}
.inquiry.recruit .cp_formLocation__item:nth-child(2) .cp_formLocation__label{
    margin: 15px 0 0;
}

.inquiry.recruit .p1{
    line-height: 1;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.inquiry.recruit .p1 i{
    display: black;
    font-style: normal;
    font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.inquiry.recruit .p1 b{
    display: block;
    font-size: 30px;
    font-family: "Shippori Mincho B1",serif;
    font-weight: 400;
    background: linear-gradient(90deg,rgba(0,162,255,1) 0%,rgba(0,32,229,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inquiry.recruit .form_table dl{
    border-top: 1px solid #c8c8c8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 0 20px;
}
.inquiry.recruit .form_table dl:last-child{
    border-bottom: 1px solid #c8c8c8;
}

.inquiry.recruit .form_table dl.btm {
    border-bottom: 1px solid #c8c8c8;
}

.inquiry.recruit .form_table dl dd select,
.inquiry.recruit .form_table dl dd input[type=text],
.inquiry.recruit .form_table dl dd input[type=number],
.inquiry.recruit .form_table dl dd input[type=email],
.inquiry.recruit .form_table dl dd textarea{
    background: #f7fbff;
    border: 1px solid #c8c8c8;
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
    border-radius: 5px;
    padding-left: 24px;
    font-family: sans-serif;
}
.inquiry.recruit .form_table dl dd input[name="age"]{
    width: 140px;
}
.inquiry.recruit .form_table dl dd textarea{
    height: 140px;
}
.inquiry.recruit .form_table dl dd textarea[name="contents1"]{
    height: 200px;
}
.inquiry.recruit .form_table dl dd label input[type=checkbox] + span,
.inquiry.recruit .form_table dl dd label input[type=radio] + span{
    padding: 0 0 0 24px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-size: clamp(6px, -0.868px + 1.0566vw, 13px);
    font-weight: 300;
    line-height: 42px;
    cursor: pointer;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    max-width: 140px;
}
.inquiry.recruit .form_table dl dd label input[type=radio] + span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    border-radius: 4px;
    border-radius: 30px;
    opacity: 1;
}
.inquiry.recruit .form_table dl dd label input[type=radio]:checked + span:before {
}
.inquiry.recruit .form_table dl dd label input[type=radio] + span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #0064ff;
    border-radius: 8px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}
.inquiry.recruit .form_table dl dd label input[type=radio]:checked + span:after {
    opacity: 1;
}
.inquiry.recruit .agree{
    text-align: center;
    position: relative;
    margin-top: 60px;
    font-family: "Shippori Mincho B1",serif;
    font-weight: 400;
}
.inquiry.recruit .agree input[type=checkbox] + label {
    padding: 0 0 0 24px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-size: clamp(0.6rem, -0.0868rem + 1.0566vw, 1.3rem);
    line-height: 42px;
    cursor: pointer;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inquiry.recruit .agree input[type=checkbox] + label a{
    color: #0064ff;
}
.inquiry.recruit .agree input[type=checkbox] + label a:after{
    margin: 0 4px;
    position: relative;
    width: 14px;
    height: 14px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/recruit/event_entry/img/ico_link.svg);
    display: inline-block;
    z-index: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.inquiry.recruit .agree input[type=checkbox] + label:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    transition: background 0.2s ease-out;
    opacity: 1;
    transform: unset;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.inquiry.recruit .agree input[type=checkbox]:checked + label:before{
    border: 1px solid #cccccc;
    background: #0064ff;
}
.inquiry.recruit .agree input[type=checkbox]:hover:after{
    border: none;
}
.inquiry.recruit .agree input[type=checkbox] + label:after{
    display: none;
}
.inquiry.recruit .agree input[type=checkbox]:checked + label:after{
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    background: unset;
    border-top: none;
    border-right: none;
    border-radius: 0;
}
.inquiry.recruit label:has(input[name="sex"]) + label:has(input[name="sex"]){
    margin-left: 40px;
}
.inquiry.recruit .form_table dl dd .afile0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.inquiry.recruit .form_table dl dd .afile0 input[type="file"]{
    font-size: 10px;
}
.inquiry.recruit .form_table dl dd .afile0:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f7fbff;
    content: "";
    z-index: 6;
    pointer-events: none;
}
.inquiry.recruit .form_table dl dd .afile0 p{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    z-index: 6;
    color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size:16px;
}

.inquiry.recruit .form_table dl + dl{
    margin: 0;
}

.inquiry.recruit .form_table dl dt{
    width: 200px;
    padding: 0;
}
.inquiry.recruit .form_table dl dt > p > span{
    font-size: 10px;
}
.inquiry.recruit .form_table dl dt p{
    line-height: 1.3;
    color: #0038d5;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
}
.inquiry.recruit .form_table dl .require:after{
    content: "必須";
    font-family: "Shippori Mincho B1",serif;
    font-weight: 400;
    background-color: #cc303a;
    color: #fff;
    font-size: 1.1rem;
    padding: 4px 20px;
    line-height: 1em;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inquiry.recruit .form_table dl dd{
    width: calc(100% - 220px);
    font-family: "Shippori Mincho B1",serif;
    padding: 0;
}
.inquiry.recruit .form_table .elmchk1{
    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-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    row-gap: 10px;
}
.inquiry.recruit .form_table .elmchk1 select{
    display: inline-block;
    width: 140px;
}
.inquiry.recruit .form_table .elmonef{
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inquiry.recruit .form_table dl dd .flex > *{
    width: 49%;
    min-width: unset;
}
.inquiry.recruit .form_table dl dd .flex.text > * + *{
    margin: 0;
}
.inquiry.recruit .btn_wrap button,
.inquiry.recruit.thanks .btn{
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-repeat: repeat-x;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 1;
    letter-spacing: 1px;
    width: 100%;
    max-width: 360px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: inline-block;
    background: linear-gradient(90deg,rgba(0,162,255,1) 0%,rgba(0,32,229,1) 100%);
    cursor: pointer;
    height: unset;
    position: relative;
}
.inquiry.recruit .btn_wrap button span:before{
    position: absolute;
    width: 22px;
    height: 22px;
    right: 10px;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/recruit/event_entry/img/arr_04_w.png);
    z-index: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.inquiry.recruit .btn_wrap button:hover,
.inquiry.recruit.thanks .btn:hover{
    opacity: 0.8;
}
.inquiry.recruit .btn_wrap button::before,
.inquiry.recruit.thanks .btn::before,
.inquiry.recruit .btn_wrap button::after,
.inquiry.recruit.thanks .btn::after{
    display: none;
}
.inquiry.recruit .btn_wrap button[name="back"]{
    width: 100%;
    max-width: 140px;
    height: auto;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    position: relative;
    background: #ccc;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    color: #000;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}
.inquiry.recruit .confirm_btn_wrap{
    gap: 0 24px;
}
.inquiry.recruit .btn_wrap button[name="back"] span:before{
    display: none;
}

.inquiry .form_table dl dd select.form-error,
.inquiry .form_table dl dd input[type=text].form-error,
.inquiry .form_table dl dd input[type=number].form-error,
.inquiry .form_table dl dd input[type=email].form-error,
.inquiry .form_table dl dd textarea.form-error {
    background-color: #fff67c !important;
    border: 1px solid #c8c8c8;
    border-color: #c8c8c8 !important;
}
.inquiry.recruit .error-message {
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #CE5454;
    max-width: 380px;
    white-space: pre;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    margin-left: 0px;
    margin-bottom: 10px;
    width: fit-content;
    display: block;
    border: none;
}
.inquiry.recruit .agree .error-message {
    margin-inline: auto;
}
.inquiry.recruit .agree .checkbox .form-error + label {
    background-color: #fff67c !important;
    border-radius: 10px;
}
.inquiry.recruit .error-message + .error-bg-color {
    background-color: #fff67c !important;
}
.inquiry.recruit.entry-career input[type=email]:focus,
.inquiry.recruit.entry-career input[type=number]:focus,
.inquiry.recruit.entry-career input[type=password]:focus,
.inquiry.recruit.entry-career input[type=tel]:focus,
.inquiry.recruit.entry-career input[type=text]:focus,
.inquiry.recruit.entry-career input[type=url]:focus,
.inquiry.recruit.entry-career label.file:focus,
.inquiry.recruit.entry-career textarea:focus,
.inquiry.recruit.entry-career select:focus {
    border-color: #000000 !important;
}
.inquiry.recruit.entry-career .form_table dl dd .afile0 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 4px;
}
.inquiry.recruit.entry-career .form_table dl dd label {
    font-size: 15px;
}
.inquiry.recruit .form_table dl dd .afile0 + p {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    line-height: 2.4;
    letter-spacing: 0.04em;
}
.inquiry.recruit.entry-career .form_table dl dd > #resume_file_name + label {
    margin-top: 20px;
    display: inline-block;
}
.inquiry.recruit.event-entry .form_table dl:nth-child(1) dd {
    display: block;
}
.inquiry.confirm.recruit.event-entry .confirm_btn_wrap button {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}
.inquiry.confirm.recruit.event-entry .confirm_btn_wrap .back {
    width: 100%;
    max-width: 140px;
    height: auto;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    position: relative;
    background: #ccc;
    margin-right: 24px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
    vertical-align: top;
    position: relative;
    transition: 0.3s;
}
.inquiry.confirm.recruit.event-entry .confirm_btn_wrap .back span {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 54px;
    text-decoration: none;
}
.inquiry.confirm.recruit.event-entry .confirm_btn_wrap .back span::before {
    position: static;
}
.inquiry.recruit .form_table dl canvas {
    width: 100% !important;
    height: calc(841/1440*100vw) !important;
}

.canvas_area {
    margin-top: 4px;
}
.inquiry.recruit .form_table dl dd.radio_label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inquiry.recruit .form_table dl dd.radio_label > label {
    display: inline-block;
    margin-bottom: 20px;
    width: 25%;
}
.inquiry.recruit .form_table dl dd.radio_label > label input[type=radio] + span {
    max-width: initial;
}

@media screen and (max-width: 750px){
    .inquiry.recruit .content{
        padding: 8vw 6vw;
    }
    .inquiry.recruit .cp_formLocation{
        flex-direction: row;
        gap: 30px;
        justify-content: center;
    }
    .inquiry.recruit .cp_formLocation__item{
        width: calc( (100% - 60px) / 3);
        height: unset;
        aspect-ratio: 1;
    }
    .inquiry.recruit .cp_formLocation__item > div{
        padding: clamp(14px, 8.000px + 1.6vw, 20px) 0 0;
    }
    .inquiry.recruit .cp_formLocation__item:nth-child(2) .cp_formLocation__label{
        margin-top: clamp(10px, -15.000px + 6.667vw, 15px);
    }
    .inquiry.recruit .cp_formLocation__step{
        font-size: 11px;
    }
    .inquiry.recruit .cp_formLocation__label{
        margin-top: clamp(16px, 12.000px + 1.067vw, 20px);
        font-size: clamp(16px, 8.000px + 2.133vw, 24px);
    }
    .inquiry.recruit{
        padding: 36px 0;
    }
    .inquiry.recruit .form_table dl dt{
        width: 100%;
        padding-bottom: 10px;
    }
    .inquiry.recruit .form_table dl dt p{
        font-size: 4vw;
    }
    .inquiry.recruit .form_table dl .require:after{
        font-size: 11px;
    }
    .inquiry.recruit .form_table dl dd{
        width: 100%;
    }
    .recruit-title .title {
        padding: 26px 0;
    }
    .recruit-title .title .lead {
        font-size: 26px;
        line-height: 1;
    }
    .recruit-title .title dt span {
        margin-bottom: 10px;
    }
    .recruit-title .title dd {
        width: 100%;
        margin-top: 26px;
    }
    .recruit-header .mynavi p {
        font-size: 16px;
        line-height: 1.8;
    }
    .recruit-header .mynavi .bnr {
        max-width: 300px;
    }
    .inquiry.recruit .p1 {
        margin-top: 34px;
    }
    .inquiry.recruit .form_table dl dd select,
    .inquiry.recruit .form_table dl dd input[type=text],
    .inquiry.recruit .form_table dl dd input[type=number],
    .inquiry.recruit .form_table dl dd input[type=email],
    .inquiry.recruit .form_table dl dd textarea {
        font-size: 16px;
    }
    .inquiry.recruit .form_table dl dd label input[type=checkbox] + span,
    .inquiry.recruit .form_table dl dd label input[type=radio] + span {
        font-size: 15px;
    }
    .inquiry.recruit .form_table dl dd label input[type=radio] + span {
        width: 49%;
        max-width: initial;
        margin-bottom: 13px;
    }
    .inquiry.recruit .agree {
        margin-top: 34px;
    }
    .inquiry.recruit .agree input[type=checkbox] + label {
        font-size: 15px;
    }
    .inquiry.recruit .btn_wrap {
        margin: 36px 0;
    }
    .inquiry.recruit .form_table dl dd label input[type=radio] + span {
        width: auto;
    }
    .inquiry.recruit .form_table .elmchk1 select {
        width: 105px;
    }
    .inquiry.recruit .form_table .elmchk1 input[type=text] {
        width: 110px;
    }
    .inquiry.recruit .form_table .elmchk1 > div {
        width: 125px;
    }
    .inquiry.recruit .form_table dl dd textarea[name="contents1"] {
        height: 120px;
    }
    .inquiry.recruit.entry-career .form_table dl dd label {
        font-size: 13px;
    }
    .inquiry.recruit .form_table dl dd .notice p {
        font-size: 13px;
    }
    .inquiry.recruit .form_table dl dd {
        font-size: 17px;
    }
    .inquiry.recruit .form_table dl canvas {
        height: calc(595 / 425 * 100vw) !important;
    }
    .inquiry.recruit .recruit-thanks {
        margin: 30px 0 0;
    }
    .inquiry.recruit .recruit-thanks p {
        font-size: 16px;
    }
    .inquiry.confirm.recruit.event-entry .confirm_btn_wrap .back {
        margin-right: 0;
    }
    .inquiry.recruit .form_table dl dd .afile0 + p {
        font-size: 13px;
    }
    .inquiry.recruit .form_table dl dd.radio_label > label {
        width: 50%;
    }
}
