@charset "UTF-8";
/* sass */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html,
body,
div,
span,
h2,
h3,
p,
a,
img,
ul,
li,
form,
label,
footer,
header,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* PCレイアウト  */

footer,
header,
section {
    display: block;
}

ul {
    list-style: none;
}

html {
    min-height: 100%;
    position: relative;
    background-color: #ffffff;
}

body {
    color: #444444;
    font-size: 13px;
    margin: 0px;
    line-height: 21px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
    cursor: pointer;
}

a:link {
    color: #444;
}

a:visited {
    color: #444;
}

.mt20 {
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*=====================================
/*
/*フォーム関係
/*
======================================*/
form select,
form input[type="text"],
form input[type="tel"],
form textarea {
    padding: 5px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

form textarea {
    width: 100%;
    height: 90px;
}

form select {
    height: 35px;
}

form select.w210 {
    width: 210px;
}

form input[type="text"],
form input[type="tel"] {
    height: 35px;
    box-sizing: border-box;
    width: 280px;
    line-height: 15px;
}

form input::-webkit-input-placeholder,
form input:-ms-input-placeholder,
form input::-moz-placeholder,
form textarea::-webkit-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea::-moz-placeholder {
    color: #ccc;
}

/*フォームボタン*/
.btnArea {
    display: table;
    margin: 15px auto;
    text-align: center;
}

.btnArea .next {
    background: #ff93bc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff93bc), to(#ff2f7d));
    background: -webkit-linear-gradient(#ff93bc, #ff2f7d);
    background: -moz-linear-gradient(#ff93bc, #ff2f7d);
    background: -ms-linear-gradient(#ff93bc, #ff2f7d);
    background: -o-linear-gradient(#ff93bc, #ff2f7d);
    background: linear-gradient(#ff93bc, #ff2f7d);
    border: 4px solid #ff2f7d;
    font-size: 26px;
    color: white;
    padding: 0 60px;
    height: 70px;
    position: relative;
    text-shadow: 1px 1px 3px #f11053;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.btnArea .next:after {
    content: url(./img/icon-btn-arrow-right.png);
    position: absolute;
    right: 20px;
}

.btnArea .next.regist {
    padding: 0 60px 0px 20px;
}

.btnArea .next:hover {
    background: #ff2f7d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff2f7d), to(#ff93bc));
    background: -webkit-linear-gradient(#ff2f7d, #ff93bc);
    background: -moz-linear-gradient(#ff2f7d, #ff93bc);
    background: -ms-linear-gradient(#ff2f7d, #ff93bc);
    background: -o-linear-gradient(#ff2f7d, #ff93bc);
    background: linear-gradient(#ff2f7d, #ff93bc);
}

/*=====================================
/*
/*求人検索
/*
======================================*/

#container {
    background-color: #fff;
}

/*=====================================
/*
/*モーダル
/*
======================================*/

#privacy {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 30px;
    width: 780px;
    height: 640px;
    overflow-y: scroll;
}

/*=====================================
/*
/*トップメインヴィジュアル
/*
======================================*/

@keyframes tabAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*=====================================
/*
/* 共通フッター
/*
===================================*/
footer {
    width: 94%;
    margin: 10px 0 0;
    padding: 3%;
    font-size: 10px;
}

footer a:link,
a:visited {
    text-decoration: none;
    color: #444;
}

.pmark-box {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: start;
    font-size: 8px;
}

footer .lpstep_only {
    width: 100%;
    text-align: center;
}

footer .lpstep_only ul {
    width: 100%;
    display: block;
    float: unset;
    margin: 2% auto 1%;
    line-height: 18.5px;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer .lpstep_only ul li a {
    font-size: 14px;
    margin-bottom: 0;
}

footer ul li:after {
    content: '|';
    display: inline-block;
    margin: 0 4px 4px 4px;
}

.pmark-box img {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
}

.pmark-box>p {
    line-height: 1.5;
}

.pmark-box>p>span {
    font-size: 10px;
}

.controller-entry.action-simple .copyright {
    margin-top: 1%;
}

footer .copyright {
    clear: both;
    margin-top: 5%;
    text-align: center;
}

/*=====================================
/*
/* LPフッター
/*
===================================*/

.copyright {
    text-align: center;
    margin: 10px 10px 5px;
}

/*=====================================
/*
/* 共通ヘッダー
/*
======================================*/
header {
    background-color: #fff;
}

header .header-inner .header-right {
    display: flex;
    align-items: center;
}

header .header-inner .jobchange-success {
    width: 230px;
    margin-right: 16px;
}

/*=====================================
/*
/*フォームヘッダー
/*
======================================*/
.form-header {
    /* border-bottom: 5px solid #ff719c; */
    position: relative;
    z-index: 10;
}

.form-header .logo {
    pointer-events: none;
}

/*=====================================
/*
/*710pxコラム＋非公開＋メリット
/*
======================================*/
#container {
    overflow: auto;
    overflow-x: hidden;
    max-width: 460px;
    width: 100%;
    margin: auto;
}

/*=====================================
/*
/* エントリー
/*
======================================*/
.controller-entry form+p,
.controller-entry .form_footer {
    width: 900px;
    margin: 30% auto;
    text-align: center;
}

.controller-entry form+p a,
.controller-entry .form_footer a {
    margin: 0 10px;
    color: #0042b5;
}

.controller-entry form+p a.button-link,
.controller-entry .form_footer a.button-link {
    margin: 0 10px;
}

.controller-entry input[type="checkbox"] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.controller-entry input[type="checkbox"]+label {
    display: block;
    padding: 12px 0 11px 22px;
    font-size: 13px;
}

.controller-entry.action-simple .btnArea {
    display: table;
    margin: 15px auto;
    text-align: center;
}

.controller-entry.action-simple .jobinfo {
    padding: 27px 14px;
    background: #f8f8f8;
    position: relative;
}

.controller-entry.action-simple .jobinfo .jobinfo-inner {
    max-height: 230px;
    overflow: hidden;
    transition: .5s;
    width: 100%;
    margin: 0 auto;
}

.controller-entry.action-simple .jobinfo .jobinfo-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 26px;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #f8f8f8);
    pointer-events: none;
    transition: 1s;
}


.controller-entry.action-simple .jobinfo .jobinfo-table {
    display: table;
    border: 1px solid #d6d6d6;
    border-top: none;
    line-height: 1.2;
    width: 100%;
    margin: 20px 0;
}

.controller-entry.action-simple .jobinfo .jobinfo-table caption {
    background: #def4ec;
    text-align: left;
    font-weight: bold;
    padding: 3%;
    border-radius: 6px 6px 0 0;
    border: 1px solid #d6d6d6;
    font-size: 20px;
}

.controller-entry.action-simple .jobinfo .jobinfo-table tr {
    border: 1px solid #d6d6d6;
    border-top: none;
    font-size: 17.4px;
    text-align: left;
}

.controller-entry.action-simple .jobinfo .jobinfo-table th,
.controller-entry.action-simple .jobinfo .jobinfo-table td {
    padding: 3%;
    vertical-align: top;
}

.controller-entry.action-simple .jobinfo .jobinfo-table th {
    background: #f5fdfa;
    border-right: 1px solid #d6d6d6;
    width: 160px;
}

.controller-entry.action-simple .jobinfo .jobinfo-table td {
    background: #fff;
    width: 500px;
}

.controller-entry.action-simple .jobinfo .jobinfo-table:before {
    content: "";
    position: relative;
    height: 40%;
}


.greenArea {
    background: #a6ead3;
    padding: 12px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10px;
}

.greenArea .codeArea {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.greenArea .stepNo {
    padding: 1% 2%;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
    font-weight: bold;
    font-size: 15px;
    width: 34px;
    height: 18px;
}

.greenArea .stepNo span {
    color: #ff719c;
    font-size: 17.5px;
}

.controller-entry.action-simple .jobinfo input {
    display: none;
}

.controller-entry.action-simple .jobinfo label:hover {
    opacity: .8;
}

.controller-entry.action-simple .jobinfo input[type=checkbox]:checked~.jobinfo-inner {
    max-height: 600px;
    padding-bottom: 66px;
}

.controller-entry.action-simple .jobinfo input:checked+label {
    background: #20cb91;
}

.controller-entry.action-simple .jobinfo input:checked+label:before {
    content: "閉じる";
}

.controller-entry.action-simple .jobinfo input:checked+label:after {
    transform: rotate(-45deg);
}

.controller-entry.action-simple .stepform {
    margin: 0 auto;
    width: 100%;
}

.stepform .stepArea .inner {
    height: 410px;
    position: relative;
    /* width: 92%; */
    padding-inline: 15px;
    margin: auto;
}

.controller-entry.action-simple .stepform .stepArea .inner label {
    border: 2px solid #bfbfbf;
    padding: 10px !important;
    text-align: center;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    font-size: 18.4px;
}

.controller-entry.action-simple .stepform .stepArea .inner input[type="checkbox"]:checked+label {
    border: 2px solid #4bdbaa;
    padding: 10px !important;
    background: #4bdbaa;
    color: #fff;
}

.controller-entry.action-simple .stepform .stepArea .btn2col p.btn.pink {
    width: 60%;
    margin: auto;
}

.controller-entry.action-simple .stepform .stepArea .btnArea {
    display: block;
    position: absolute;
    margin: auto;
    bottom: 60px;
    left: 0;
    right: 0;
}

.controller-entry.action-simple .stepform .stepArea .btnArea .btn {
    display: table;
    margin: 0 auto;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.controller-entry.action-simple .stepform .stepArea .btnArea .pink {
    background: #ff3983;
    border: 1px solid #ff2f7d;
    background: -webkit-linear-gradient(#ff90ba 0%, #ff2f7d 100%);
    background: linear-gradient(#ff90ba 0%, #ff2f7d 100%);
    background: -ms-linear-gradient(top, #ff90ba, #ff2f7d);
    background: -o-linear-gradient(#ff90ba 0%, #ff2f7d 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff90ba', endColorstr='#ff2f7d', GradientType=0)";
    height: auto;
}

.controller-entry.action-simple .stepform .stepArea .btnArea .pink::after {
    content: "";
}

.controller-entry.action-simple .stepform .stepArea .btnArea #next5 {
    padding: 9px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}

.isLoading {
    border: 3px solid transparent;
    border-radius: 50%;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    -webkit-animation: spin 700ms linear infinite;
    animation: spin 700ms linear infinite;
}

.controller-entry.action-simple .stepform .stepArea .btnArea .gray {
    background: #ff3983;
    border: 1px solid #bfbfbf;
    background: -webkit-linear-gradient(#f7f7f7 0%, #bfbfbf 100%);
    background: linear-gradient(#f7f7f7 0%, #bfbfbf 100%);
    background: -ms-linear-gradient(top, #f7f7f7, #bfbfbf);
    background: -o-linear-gradient(#f7f7f7 0%, #bfbfbf 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#bfbfbf', GradientType=0)";
}

.controller-entry.action-simple .hidden {
    display: none;
}

.controller-entry.action-simple #step1 .btnArea,
.controller-entry.action-simple #step2 .btnArea,
.controller-entry.action-simple #step3 .btnArea,
.controller-entry.action-simple #step4 .btnArea,
.controller-entry.action-simple #step5 .btnArea {
    position: absolute;
    margin: auto;
    bottom: 7%;
    left: 0;
    right: 0;
    width: 96% !important;
}

.controller-entry.action-simple #step4 .btnArea,
.controller-entry.action-simple #step5 .btnArea {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepform .stepArea .inner .step_ttl {
    display: flex;
    font-size: 18.4px;
    font-weight: bold;
    margin: 10px 0;
}

.stepform .stepArea .inner .step_ttl p {
    font-size: 18.4px;
    font-weight: bold;
    margin: 10px 0;
}

.stepform .stepArea .inner .step_ttl .step_sttl {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.controller-entry.action-simple .step_sttl:not(:first-of-type) {
    margin-top: 15px;
    font-weight: normal;
}

.controller-entry.action-simple .step_sttl .required,
.controller-entry.action-simple .step_sttl .optional {
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 8px;
}

.controller-entry.action-simple .step_sttl .required {
    background: #ff6896;
    color: #fff;
}

.controller-entry.action-simple .step_sttl .optional {
    background: #bfbfbf;
    color: #fff;
}

.controller-entry.action-simple .txS {
    font-size: 13px;
    font-weight: normal;
}

.controller-entry.action-simple .text2col {
    clear: both;
    width: 100%;
    display: flex;
    justify-self: space-around;
    flex-direction: column;
}

.controller-entry.action-simple .text2col li {
    float: left;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 5px;
}

.controller-entry.action-simple .text2col li:last-of-type {
    margin-left: 0;
}

.controller-entry.action-simple .text2col li .tel-mail-etctxt {
    background-color: #feeaea;
    color: #767676;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 11px;
}

.controller-entry.action-simple .checkbox_dg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.controller-entry.action-simple .checkbox_dg li {
    float: left;
    position: relative;
    width: 49%;
    height: auto;
    margin-bottom: 10px;
}

#back2,
#back3,
#back4,
#back5 {
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    font-weight: normal;
    line-height: 43px;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0 2%;
    float: none !important;
    margin: 0 auto;
    display: block;
    color: black;
}

.controller-entry.action-simple .checkbox_dg li label {
    border: 1px solid #bfbfbf;
    padding: 15px 10px 15px 30px;
    box-sizing: border-box;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.controller-entry.action-simple .checkbox_dg li input[type="checkbox"]:checked+label {
    border: 1px solid #ff3a6d;
    padding: 15px 10px 15px 30px;
    background: #ff6896;
    color: #fff;
}

.controller-entry.action-simple select {
    height: 30px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.controller-entry.action-simple input[type="text"],
.controller-entry.action-simple input[type="tel"] {
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    height: 34px;
    box-sizing: border-box;
    width: 100%;
    line-height: 15px;
}

.controller-entry.action-simple .w180 {
    width: 36%;
}

.controller-entry.action-simple .w216 {
    width: 60%;
}

.controller-entry.action-simple .w80 {
    width: 17%;
}

.controller-entry.action-simple .form_footer {
    width: auto;
    margin-bottom: 15px;
}

/*company*/
/*=====================================
/*
/* アバウト
/*
======================================*/

@keyframes mvtxtAnime {
    to {
        background-position: center -408px;
    }
}

@keyframes mvkira1Anime {
    to {
        background-position: center -140px;
    }
}

@keyframes mvkira2Anime {
    to {
        background-position: center -164px;
    }
}

@keyframes shine {
    0% {
        left: -20%;
    }

    40% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@keyframes baloon {
    0% {
        height: auto;
    }

    100% {
        transform: scale(0.9, 0.9);
    }
}

@keyframes flowerAnime01 {
    to {
        background-position: center -130px;
    }
}

@keyframes flowerAnime02 {
    to {
        background-position: center -158px;
    }
}

/*=====================================
/*
/* 履歴書
/*
======================================*/

.bold {
    font-weight: bold;
}

.tel_inner {
    padding: 5%;
}

.telArea {
    display: block;
    background-color: #d9f3ff;
    padding: 20px;
    display: flex;
    justify-content: center;
}

/*=====================================
/*
/* ブラック歯科医院
/*
======================================*/

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shake-vertical {

    0%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    30%,
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    40% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    70% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*=====================================
/*
/* コラムハブページスタイル 始
/*
======================================*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes slide-before {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}


@keyframes slide-after {
    0% {
        transform: translateX(500px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}


#UserEntrySimpleForm .stepform {
    position: relative;
    height: 430px;
}

.slide-before {
    animation: slide-before 500ms cubic-bezier(0.25, 1, 0.5, 1) 1;
}

.slide-after {
    animation: slide-after 500ms cubic-bezier(0.25, 1, 0.5, 1) 1;
}



/* 
===================================  
============= custom Start ========
=================================== */

header .header-inner {
    width: 100%;
    height: 69px;
    position: fixed;
    z-index: 10;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-inner .logo img {
    display: block;
    width: 247px;
    height: auto;
    min-height: 32px;
}

header .header-inner .header-right {
    display: flex;
    align-items: center;
}

header .header-inner .header-right a {
    display: inline-block;
    max-width: 96px;
    width: 12vw;
    margin: 0 1.5vw 0 0;
    text-align: center;
    padding: 4% 0.2em;
    color: #fff;
    text-decoration: none;
    font-size: 3vw;
    border-radius: 1vw;
    line-height: 1.2;
}

.form-header {
    position: relative;
    z-index: 10;
}

.form-header .header-inner {
    position: static;
    display: flex;
    align-items: center;
}

.form-header .header-inner .logo {
    pointer-events: none;
}

.form-header .header-inner .header-right {
    width: 35%;
    margin-right: 3%;
}

.form-header .header-inner .jobchange-success {
    width: 100%;
}

.controller-entry #w80 li {
    float: none;
    width: 80%;
    margin: 0 auto 2%;
}

.controller-entry.action-simple h2 img {
    display: block;
}

.controller-entry.action-simple .entryHead h2 {
    padding: 2% 4%;
    background-color: #ff719c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.controller-entry.action-simple .entryHead .inner {
    padding: 3.5% 4%;
}

.controller-entry.action-simple .entryHead .inner {
    background: url(../img/img_entry_top.png) no-repeat;
    background-size: cover;
}

.controller-entry.action-simple .entryHead .inner ul li {
    margin: 0 0 2.8%;
    font-size: 16px;
    height: 15px;
}

.controller-entry.action-simple .entryHead .inner ul li:before {
    content: '';
    display: inline-block;
    background: url("../img/icon_check.png");
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-right: 1%;
    margin-bottom: -2px;
}

.controller-entry.action-simple .entryHead .inner ul p {
    font-size: 10px;
    text-align: right;
}

.controller-entry.action-simple .entryHead .inner .undTx {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 3% 0 0;
}

.controller-entry.action-simple .entryHead img {
    vertical-align: top;
}

.controller-entry.action-simple .entryHead .inner ul {
    background-color: #fff;
    border-radius: 5px;
    padding: 4% 5%;
}

.controller-entry.action-simple .jobinfo label {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: 50px;
    border-radius: 92px;
    font-size: 20px;
    font-weight: bold;
    padding: 2% 4%;
    background: #20cb91;
    color: #fff;
    z-index: 999;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.controller-entry.action-simple .jobinfo label:before {
    content: "続きをよむ";
}

.controller-entry.action-simple .jobinfo label:after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    right: 12%;
    top: 45%;
}

.controller-entry.action-simple .jobinfo input:checked+label:before {
    content: "閉じる";
}

.controller-entry.action-simple .jobinfo input[type=checkbox]:checked~.jobinfo-inner:before {
    opacity: 0;
}

/*=================================
/*
/*フォーム関係
/*
=================================*/
form select,
form input[type="text"],
form input[type="tel"],
form textarea {
    padding: 5px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    -webkit-appearance: none;
}

form h3 img {
    margin: 1.8em 0 1em 0;
}

form input[type="text"],
form input[type="tel"] {
    height: 34px;
    box-sizing: border-box;
    width: 100%;
    line-height: 15px;
}

form input::-webkit-input-placeholder,
form input:-ms-input-placeholder,
form input::-moz-placeholder,
form textarea::-webkit-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea::-moz-placeholder {
    color: #ccc;
}

form input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

form input[type="checkbox"]+label {
    display: block;
    padding: 15px 0 15px 40px;
    width: 100%;
    box-sizing: border-box;
}

/*=================================
/*
/*エントリー用
/*
=================================*/
form:not(#searchIndexForm):not(#searchFreeWordForm):not(.searchForm) {
    background: white;
    /* padding-bottom: 1.5em; */
}

#form-mail-comment {
    ime-mode: disabled;
}

.telArea {
    cursor: pointer;
}

.telArea img {
    width: 100%;
}

.controller-entry.action-simple .entryHead .inner ul li:last-child {
    margin-bottom: 0;
}

table tr th {
    width: 27%;
    font-weight: bold;
}

#step4 .step_ttl {
    font-size: 16px;
}

#step4 .step_sttl {
    margin-bottom: 7px;
    font-size: 18.5px;
    font-weight: bold;
}

#step5 .step_ttl {
    margin-top: 3%;
    margin-bottom: 0;
}

#step5 .step_sttl {
    margin-bottom: 7px;
}

#next5 {
    width: 56%;
}

#select_qualifications>li:nth-child(1)>div {
    top: -50px !important;
    left: 150px !important;
}

.controller-entry.action-simple #step3 {
    position: relative;
}

.hands {
    display: none;
    position: absolute;
    right: 5%;
    top: 0;
    width: 55px;
    height: 55px;
    background: url(../img/finger.png) no-repeat;
    background-size: 94% auto;
    z-index: 99;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    opacity: 0.8;
    animation: hands 2.5s linear 0s infinite;
    -webkit-animation: hands 2.5s linear 0s infinite;
    transition: 0.4s;
    pointer-events: none;
}

@keyframes hands {
    0% {
        -webkit-transform: translate(0, 0) rotate(-30deg);
        opacity: 1.0;
    }

    50% {
        -webkit-transform: translate(-15px, 0) rotate(-30deg);
        background-size: 100% auto;
        opacity: 0.5;
    }

    75% {
        -webkit-transform: translate(0, 0) rotate(-30deg);
        opacity: 0.75;
    }

    100% {
        background-size: 95% auto;
        opacity: 1;
    }
}

.validErrorMsg {
    padding: 30px;
    border: 1px solid #F4B2B2;
    border-radius: 10px;
    margin: 20px;
    background-color: #FEE;
    font-weight: 700;
    width: 350px;
    margin-inline: auto;
    font-size: 16px;
    list-style: none;
}

.tel-mail-etcbox {
    display: table;
    background-color: #feeaea;
    width: 100%;
    margin-top: 7px;
    height: 32px;
}

.tel-mail-etcbox .tel-mail-etctxt {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #767676;
    padding-left: 10px;
    border-radius: 3px;
}





/*===== SPレイアウト =====*/
@media screen and (max-width: 460px) {
    .controller-entry.action-simple .entryHead .inner .undTx {
        font-size: 3.5vw;
    }

    .controller-entry.action-simple .jobinfo {
        padding: 6vw 3vw;
    }

    .controller-entry.action-simple .jobinfo label {
        bottom: 6vw;
        border-radius: 20vw;
        font-size: 4.4vw;
    }

    .controller-entry.action-simple .jobinfo .jobinfo-table caption {
        border-radius: 6px 6px 0 0;
        font-size: 4.3vw;
    }

    .controller-entry.action-simple .jobinfo input[type=checkbox]:checked~.jobinfo-inner {
        max-height: 160vw;
        padding-bottom: 18vw;
    }

    .controller-entry.action-simple .jobinfo .jobinfo-inner {
        max-height: 50vw;
    }

    .controller-entry.action-simple .jobinfo .jobinfo-inner:before {
        height: 26vw;
        bottom: 6vw;
    }

    .controller-entry.action-simple .jobinfo .jobinfo-table tr {
        border-bottom: 1px solid #d6d6d6;
        font-size: 3.8vw;
        text-align: left;
    }

    table tr td {
        line-height: 1.4em;
    }

    .controller-entry.action-simple .jobinfo .jobinfo-table td {
        background: #fff;
    }

    .controller-entry.action-simple .jobinfo .jobinfo-table th,
    .controller-entry.action-simple .jobinfo .jobinfo-table td {
        padding: 3%;
    }

    .controller-entry.action-simple .entryHead h2 {
        padding: 2% 4%;
        font-size: 4.4vw;
    }

    .controller-entry.action-simple .entryHead .inner ul li {
        font-size: 3.5vw;
    }

    .controller-entry.action-simple .step_ttl p {
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: 10px;
    }

    header .header-inner .logo img {
        width: 54vw;
    }

    .controller-entry.action-simple .jobinfo label:after {
        width: 2vw;
        height: 2vw;
    }

    .stepform .stepArea .inner .step_ttl,
    .stepform .stepArea .inner .step_ttl p {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .controller-entry.action-simple .stepform .stepArea .inner label {
        font-size: 4vw;
    }

    .controller-entry.action-simple .checkbox_dg li {
        margin-bottom: 2%;
    }

    #back2,
    #back3,
    #back4,
    #back5 {
        font-size: 4.5vw;
    }

    #step4 .step_ttl {
        font-size: 16px;
    }

    #step4 .step_sttl {
        font-size: 4vw;
    }

    .controller-entry.action-simple .stepform .stepArea .btnArea .btn {
        font-size: 4.2vw;
    }


    footer .lpstep_only ul {
        line-height: 4vw;
    }

    footer .lpstep_only ul li a {
        font-size: 3vw;
    }

    .validErrorMsg {
        padding: 6.5vw;
        margin: 4vw;
        font-weight: 700;
        width: auto;
        font-size: 3.5vw;
    }

    .tel-mail-etcbox {
        height: 7vw;
    }

    .tel-mail-etcbox .tel-mail-etctxt {
        font-size: 3vw;
        padding-left: 2.5vw;
    }


}