.nf-form-title {
display: none;
}
.nf-before-form-content {
display: none;
}
.nf-field-container {
margin-bottom: -0.05rem !important;
}
.nf-form-cont {
margin-bottom: 0.25rem;
} .nf-form-content .field-wrap {
display: flex;
flex-direction: row !important;
flex-flow: nowrap !important;
width: 100%;
}
@media screen and (max-width: 460px) {
.nf-form-content .field-wrap {
flex-flow: wrap !important;
}
}
@media screen and (max-width: 460px) {
.nf-form-content .field-wrap {
flex-wrap: wrap;
}
} .nf-form-content,
.nf-form-content p,
.nf-form-content div,
.nf-form-content span,
.nf-form-content li {
font-size: 0.17rem;
line-height: 2;
} .nf-form-content .nf-field-label {
display: flex;
align-items: center;
justify-content: center;
width: 2.6rem;
min-width: 2.6rem;
padding: 0.3rem 0.32rem;
box-sizing: border-box;
background: #f9f9f9;
margin-bottom: 0 !important;
}
@media screen and (max-width: 460px) {
.nf-form-content .nf-field-label {
width: 100%;
min-width: auto;
padding: 0.1rem;
text-align: center;
border-bottom: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
}
}
.nf-form-content .nf-field-label label {
display: flex;
justify-content: center;
font-size: 0.17rem;
font-weight: bold;
width: 100%;
}
@media screen and (min-width: 768px) {
.nf-field-label .nf-label-span, .nf-field-label label {
width: 100% !important;
display: flex;
justify-content: space-between;
}
.nf-form-content .nf-field-label label {
width: 100% !important;
display: flex;
justify-content: space-between;
}
.nf-field-label .nf-label-span, .nf-field-label label {
font-size: 0.15rem!important;
}
}
#nf-label-field-29 {
font-size: 0.17rem;
}
#nf-label-field-29 span {
float: right;
}
#nf-field-29-wrap ul {
font-size: 0.17rem;
}
@media screen and (max-width: 460px) {
#nf-field-29-wrap ul {
font-size: 0.12rem;
}
}
#nf-field-29-wrap li {
margin: 0;
}
.nf-field-label .nf-field-span span {
display: flex;
justify-content: space-between;
font-size: 0.17rem;
font-weight: bold;
width: 100%;
}
@media screen and (max-width: 460px) {
.nf-form-content .nf-field-label label {
font-size: 0.12rem;
}
}
@media screen and (max-width: 460px) {
.nf-form-content .ninja-forms-req-symbol {
font-size: 0.11rem;
float: none;
margin-left: 0.15rem;
}
} .nf-form-content .nf-field-element {
padding: 0.3rem;
box-sizing: border-box;
}
@media screen and (max-width: 460px) {
.nf-form-content .nf-field-element {
padding: 0.2rem 0;
width: 100%;
}
} .nf-form-content input[type="text"],
.nf-form-content input[type="tel"],
.nf-form-content input[type="email"] {
font-size: 0.17rem;
padding: 0.055rem 0.13rem;
color: #656563;
background-color: #fff;
border: 1px solid #e5e5e5;
box-sizing: border-box;
border-radius: 0;
transition: 0.2s;
}
@media screen and (max-width: 460px) {
.nf-form-content input[type="text"],
.nf-form-content input[type="tel"],
.nf-form-content input[type="email"] {
font-size: 16px;
padding: 0.09rem 0.1rem;
}
}
.nf-form-content input[type="text"]:focus,
.nf-form-content input[type="tel"]:focus,
.nf-form-content input[type="email"]:focus {
background-color: #fff;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
outline: none;
} .nf-form-content textarea {
font-size: 0.17rem;
padding: 0.055rem 0.13rem;
color: #656563;
background-color: #fff;
border: 1px solid #e5e5e5;
box-sizing: border-box;
border-radius: 0;
transition: 0.2s;
height: 1.98rem;
width: 7.02rem;
}
@media screen and (max-width: 460px) {
.nf-form-content textarea {
font-size: 16px;
height: 1rem;
width: 100%;
padding: 0.09rem 0.1rem;
}
}
.nf-form-content textarea:focus {
background-color: #fff;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
outline: none;
} .nf-form-content select {
font-size: 0.17rem;
padding: 0.07rem 0.2rem;
border: 1px solid #e5e5e5;
background-color: #fff;
box-sizing: border-box;
border-radius: 0;
width: 2.8rem;
min-height: 0.4rem;
}
@media screen and (max-width: 460px) {
.nf-form-content select {
width: 100%;
font-size: 16px;
padding: 0.09rem 0.2rem;
}
} .nf-form-content .radio-wrap {
margin-right: 0.35rem;
}
@media screen and (max-width: 460px) {
.nf-form-content .radio-wrap {
margin-right: 0.2rem;
margin-bottom: 0.1rem;
}
}
.nf-form-content input[type="radio"] {
width: 0;
height: 0;
opacity: 0;
}
.nf-form-content .nf-field-element label {
position: relative;
cursor: pointer;
display: inline-block;
padding:0;
vertical-align: middle;
}
.nf-form-content .nf-field-element label:before {
content: "";
display: block;
width: 0.14rem;
height: 0.14rem;
border: 1px solid #e7e7e7;
background-color: #ffffff;
position: absolute;
top: 55%;
left: -0.2rem;
margin-top: -0.1rem;
border-radius: 50%;
transition: 0.2s;
}
@media screen and (max-width: 460px) {
.nf-form-content .nf-field-element label:before {
width: 0.12rem;
height: 0.12rem;
margin-top: -0.07rem;
}
}
.nf-form-content input[type="checkbox"]:checked ~ label:after {
content: "";
display: block;
position: absolute;
width: 0.1rem;
height: 0.1rem;
top: 0.175rem;
left: -0.18rem;
margin: auto;
background-color: #0086cd;
transform: scale(1);
transition: 0.2s;
border-radius: 50%;
opacity: 1;
}
@media screen and (max-width: 460px) {
.nf-form-content input[type="checkbox"]:checked ~ label:after {
width: 0.08rem;
height: 0.08rem;
top: 0.15rem;
}
}
.nf-form-content .nf-field-element label span {
padding-left: 0.25rem;
font-size: 0.17rem;
}
@media screen and (max-width: 460px) {
.nf-form-content .nf-field-element label span {
padding-left: 0.17rem;
font-size: 0.12rem;
}
} .nf-form-content .nf-error-msg {
margin-top: 0.08rem;
color: #e82a60;
font-size: 0.14rem;
}
@media screen and (max-width: 460px) {
.nf-form-content .nf-error-msg {
font-size: 0.12rem;
}
}  .nf-form-content .submit-wrap {
width: 100%;
text-align: center;
padding-top: 0.3rem; border-top: 1px solid #e5e5e5
}
@media screen and (min-width: 768px) {.nf-form-content .submit-wrap {
border-top: none;
}
} .nf-form-content .submit-wrap .nf-element {
background-color: #ffa41c !important; color: #fff !important; font-size: 0.18rem !important; font-weight: bold !important; width: 3.4rem !important; max-width: 100% !important; padding: 0.2rem 0 !important; line-height: 1.2 !important; height: auto !important; border: none !important; border-radius: 0 !important; cursor: pointer !important;
appearance: none; -webkit-appearance: none;
display: inline-block !important;
transition: opacity 0.3s;
} .nf-form-content .submit-wrap .nf-element:hover {
opacity: 0.8; } @media screen and (max-width: 460px) {
.nf-form-content .submit-wrap .nf-element {
width: 100% !important; font-size: 0.16rem !important; padding: 0.15rem 0 !important; }
} #nf-field-46-wrap .nf-field-label, .submit-container .nf-field-label {
display: none !important;
}
#nf-field-31-wrap .nf-field-label {
display: none;
}
#nf-field-31-wrap .nf-field-element {
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 460px) {
.nf-form-content .submit-wrap .nf-element {
max-width: 100%;
height: 0.5rem;
font-size: 0.13rem;
line-height: 0.5rem;
}
} .nf-form-content ::-webkit-input-placeholder {
font-size: 0.17rem;
line-height: 1;
}
.nf-form-content ::placeholder {
font-size: 0.17rem;
line-height: 1;
}
@media screen and (max-width: 460px) {
.nf-form-content ::-webkit-input-placeholder,
.nf-form-content ::placeholder {
font-size: 0.12rem;
}
} .nf-form-content .ninja-forms-req-symbol {
font-size: 0;
background-color: #2bb3b3;
padding: 0 5px 0 3px;
color: #fff;
display: inline-block;
vertical-align: middle;
height: fit-content;
}  .nf-form-content .ninja-forms-req-symbol::before {
content: "必須";
font-size: 0.12rem;
display: inline-block;
}
@media screen and (max-width: 460px) {
.nf-form-content .ninja-forms-req-symbol {
font-size: 0;
margin-left: 0.15rem;
}
.nf-form-content .ninja-forms-req-symbol::before {
font-size: 0.11rem;
}
} .contactArea,
.contactArea section,
.contactArea .in,
.contactArea .content {
border: none !important;
border-top: none !important;
} .contactArea::before,
.contactArea section::before,
.contactArea .content::before {
display: none !important;
}  .side_navi, .flowbottomSP {
display: none;
} .side_navi_recruit {
color: #fff;
font-size: 0.14rem; font-weight: bold;
line-height: 1.285;
letter-spacing: 0.05em;
position: fixed;
right: 0;
top: 1.7rem; text-align: center;
z-index: 10000;
width: 1.1rem; } .side_navi_recruit p {
box-sizing: border-box;
margin: 0;
padding: 0.21rem 0.08rem 0.18rem; } .side_navi_recruit p a {
box-sizing: border-box;
display: block;
height: 100%;
width: 100%;
text-decoration: none;
color: #fff;
transition: all 0.3s; border-radius: 0; 
border-top-left-radius: 0;
border-bottom-left-radius: 0; background-repeat: no-repeat;
background-position: top center;
}
.side_navi_recruit p a:hover {
opacity: 0.7;
} .side_navi_recruit p.career {
background: #48c0c0;
}
.side_navi_recruit p.career a {
background-size: 0.36rem 0.48rem;
padding-top: 0.58rem; } .side_navi_recruit p.graduate {
background: #0086cd;
}
.side_navi_recruit p.graduate a {
background-size: 0.42rem 0.5rem;
padding-top: 0.58rem; } @media screen and (max-width: 768px) {
.side_navi_recruit {
bottom: 0;
top: auto;
display: flex;
font-size: 0.13rem;
height: 0.82rem;
line-height: 1.23;
width: 100%;
transform: none; 
transition: transform 1.0s;
}
@media screen and (max-width: 350px) {
.side_navi_recruit {
font-size: 0.11rem;
height: 0.64rem;
}
}
.side_navi_recruit p {
padding: 0.17rem 0.2rem 0.17rem 0.3rem;
width: 50%;
}
.side_navi_recruit p a {
display: flex;
align-items: center;
padding-top: 0 !important;
background-position: center left !important;
}
@media screen and (max-width: 350px) {
.side_navi_recruit p a {
height: 0.3rem;
}
} .side_navi_recruit p.career a {
background-size: 0.32rem 0.44rem;
padding-left: 0.46rem;
}
@media screen and (max-width: 350px) {
.side_navi_recruit p.career a {
background-size: 0.23rem 0.3rem;
padding-left: 0.3rem;
}
} .side_navi_recruit p.graduate a {
background-size: 0.34rem 0.42rem;
padding-left: 0.47rem;
}
@media screen and (max-width: 350px) {
.side_navi_recruit p.graduate a {
background-size: 0.26rem 0.3rem;
padding-left: 0.35rem;
}
}
}  .contactArea .in {
padding-top: 0 !important; border-top: none !important; margin-top: 0 !important;
} .nf-form-title {
display: none !important;
} .nf-form-cont {
margin-top: 0 !important;
padding-top: 0 !important;
} .content .txt {
font-size: .13rem;
line-height: 1.538;
margin: .18rem 0 .37rem;
padding: 0 .2rem;
text-align: left;
}
@media screen and (min-width: 768px) {
.content .txt {
font-size: .15rem !important;
}
} .nf-before-form-content,
.nf-form-wrap {
margin-top: 0 !important;
padding-top: 0 !important;
}
@media screen and (min-width: 768px) { .inline-radio .nf-field-element ul,
.inline-radio .nf-field-element .nf-field-element ul,
.inline-radio ul {
display: flex !important;
flex-wrap: wrap !important;
gap: 30px !important;
margin: 0 !important;
padding: 0 !important;
}
}
.inline-radio li {
display: flex !important;
align-items: center !important;
margin: 0 !important;
}  .nf-form-content .address-postal .nf-field,
.nf-form-content .address-pref .nf-field {
border-bottom: none !important;
} .nf-form-content .address-city .nf-field {
border-bottom: 1px solid #e6e6e6 !important;
} .address-pref .nf-field-label label,
.address-city .nf-field-label label,
.address-pref .ninja-forms-req-symbol,
.address-city .ninja-forms-req-symbol {
display: none !important;
} .nf-form-content .address-postal .nf-field-label,
.nf-form-content .address-postal .nf-field-element {
padding-bottom: 0.1rem !important; }
.nf-form-content .address-pref .nf-field-label,
.nf-form-content .address-pref .nf-field-element {
padding-top: 0.1rem !important; padding-bottom: 0.1rem !important; }
.nf-form-content .address-city .nf-field-label,
.nf-form-content .address-city .nf-field-element {
padding-top: 0.1rem !important; } .address-row .nf-field-element {
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media screen and (min-width: 768px) {
.address-row .nf-field-element {
display: flex;
flex-wrap: nowrap;
}
}
.address-row .nf-field-element::before {
font-size: 17px;
width: 1.2rem; display: inline-block;
flex-shrink: 0;
color: #333;
font-weight: bold;
}
.address-postal .nf-field-element::before { content: "郵便番号"; }
.address-pref .nf-field-element::before   { content: "都道府県"; }
.address-city .nf-field-element::before   { content: "所在地"; } .address-postal input[type="text"] {
width: 35% !important; }
.address-city input[type="text"] {
width: 100% !important; } @media screen and (max-width: 460px) {
.address-pref .nf-field-label,
.address-city .nf-field-label {
display: none !important;
}
.address-row .nf-field-element::before {
font-size: 0.12rem;
width: 100%;
}
.address-pref .nf-field-element,
.address-city .nf-field-element {
padding-top: 0.1rem !important;
} .address-postal input[type="text"],
.address-pref input[type="text"] {
width: 100% !important;
}
} input#nf-field-97 {
width: 50% !important;
}  .nf-form-content .nf-field {
clear: both;
}
@media screen and (min-width: 768px) {
.nf-form-content .nf-field {
border-bottom: 1px solid #e6e6e6;
}
#nf-field-45-container .nf-field {
border-top: 1px solid #e6e6e6;
}
} .nf-form-content .name-row,
.nf-form-content .kana-row {
clear: none !important;
float: left;
box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.kana-row .nf-field-element {
flex-wrap: nowrap !important;
padding-top: 0.3rem !important;
}
} .nf-form-content .name-row {
width: calc(2.6rem + (100% - 2.6rem) * 0.45) !important;
} .nf-form-content .kana-row {
width: calc((100% - 2.6rem) * 0.55) !important;
} .kana-row .nf-field-label {
display: none !important;
} .kana-row .nf-field-element {
display: flex !important;
flex-wrap: wrap;
align-items: center;
} div#nf-field-90-wrap .nf-field-element {
padding-top: 0;
} .kana-row .nf-field-element::before {
content: "ふりがな";
font-size: 0.17rem;
color: #333;
font-weight: bold;
margin-right: 0.15rem; white-space: nowrap;
}
@media screen and (min-width: 768px) {
.kana-row .nf-field-element::before {
font-size: 11px;
}
} @media screen and (max-width: 460px) {
.nf-form-content .name-row,
.nf-form-content .kana-row {
float: none; width: 100% !important;
} .kana-row .nf-field-element::before {
font-size: 0.17rem;
margin-right: 0.1rem;
}
}  .nf-form-content .email-main.nf-field {
border-bottom: none !important;
} .nf-form-content .email-main .nf-field-label,
.nf-form-content .email-main .nf-field-element {
padding-bottom: 0.1rem !important;
}
.nf-form-content .email-confirm .nf-field-label,
.nf-form-content .email-confirm .nf-field-element {
padding-top: 0.1rem !important;
}  .nf-form-content .email-confirm .field-wrap {
flex-wrap: wrap !important;
flex-flow: wrap !important;
} .nf-form-content .email-confirm .nf-field-label {
order: 1 !important;
} .nf-form-content .email-confirm .nf-field-element {
order: 2 !important;
width: calc(100% - 2.6rem) !important; }
.nf-form-content .email-confirm input {
width: 100% !important; } .nf-form-content .email-confirm .nf-desc,
.nf-form-content .email-confirm .nf-field-description {
order: 3 !important;
width: calc(100% - 2.6rem) !important; margin-left: 2.6rem !important; padding: 0 0.3rem 0.2rem !important; box-sizing: border-box;
font-size: 0.14rem;
color: #333;
display: block !important;
} @media screen and (max-width: 460px) {
.nf-form-content .email-confirm .nf-field-element,
.nf-form-content .email-confirm .nf-desc,
.nf-form-content .email-confirm .nf-field-description {
width: 100% !important;
margin-left: 0 !important;
padding: 0.2rem 0!important; }
} div#nf-description-96 {
padding-top: 0 !important;
}
div#nf-field-96-wrap .nf-field-element {
margin-bottom: 0.3rem;
position: relative;
}
.field-wrap textarea {
height: 1rem !important;
}
@media screen and (min-width: 768px) {
.field-wrap textarea {
height: 200px!important;
}
} .nf-form-content input[type="radio"]:checked ~ label:after,
.nf-form-content input[type="checkbox"]:checked ~ label:after {
content: "";
display: block;
position: absolute;
width: 0.1rem;
height: 0.1rem; top: 55%;
margin-top: -0.07rem; left: -0.17rem; background-color: #0086cd; transform: scale(1);
transition: 0.2s;
border-radius: 50%;
opacity: 1;
} @media screen and (max-width: 460px) {
.nf-form-content input[type="radio"]:checked ~ label:after,
.nf-form-content input[type="checkbox"]:checked ~ label:after {
width: 0.08rem;
height: 0.08rem; top: 55%;
margin-top: -0.04rem;
left: -0.17rem;
}
} .nf-form-content .consent-row.nf-field {
border: none !important;
background: transparent !important;
margin: 0.3rem auto 0.2rem !important;
padding: 0 !important;
} .nf-form-content .consent-row .field-wrap {
display: flex !important;
flex-direction: row !important;
justify-content: center !important;
align-items: center !important;
} .nf-form-content .consent-row .nf-field-element {
order: 1 !important; 
width: auto !important;
padding: 0 !important;
margin-right: 0.1rem !important; } .nf-form-content .consent-row input[type="checkbox"] {
display: block !important;
width: 0.2rem !important;
height: 0.2rem !important;
appearance: auto !important;
-webkit-appearance: auto !important;
margin: 0 !important;
accent-color: #0086cd !important; cursor: pointer !important;
opacity: 1 !important;
} .nf-form-content .consent-row .nf-field-label {
order: 2 !important;
width: auto !important;
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
}
.nf-form-content .consent-row .nf-field-label label {
font-size: 0.16rem !important;
font-weight: bold !important;
color: #333 !important;
cursor: pointer !important;
display: flex !important;
align-items: center !important;
} .nf-form-content .consent-row .ninja-forms-req-symbol {
margin-left: 0.1rem !important;
} @media screen and (max-width: 460px) {
.nf-form-content .consent-row .nf-field-label label { font-size: 0.13rem !important; }
.nf-form-content .consent-row input[type="checkbox"] { width: 0.18rem !important; height: 0.18rem !important; }
}  .nf-form-content input[type="radio"],
.nf-form-content input[type="checkbox"] {
position: relative !important;
z-index: 100 !important;
pointer-events: auto !important;
cursor: pointer !important;
} .nf-form-content .nf-field-element label,
.nf-form-content .nf-field-label label {
position: relative !important;
z-index: 10 !important;
pointer-events: auto !important;
}