@charset "UTF-8";
html{
    scroll-behavior: smooth;
}

body {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

img {
    width: 100%;
}
.fv_area{
    z-index: 1;
}
.fv_area,.form_area,.form_area_s01{
    position: relative;
}
.form_area{
    background-image: url(../img/form_bg.jpg);
}
.form01_area{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.form01_area_s01{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; 
    top: 30px;
    width: 90%;    
}
.form_area_s01{
    margin-top: -10px;
}
.step01Flex,.step02Flex,.step03Flex,.step04Flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
}
.welcometxt{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}
.step{
    position: relative;
}
.btn{
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 63%;
}
.form_ttl{
    background: #3E0000;
    color: #fff;
    padding: 35px 0;
    border-radius: 25px 25px 0 0;
}
.stepNo{
    font-size: 24px;
    font-weight: 600;  
    margin: 0 0 10px;  
}
.ttl{
    font-size: 38px;
    font-weight: 600;  
    margin: 0;  
}
.form01,.form05{
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 8px gray;
}
.form01 label{
    display: block;
    width: 550px;
    background: #fff;
    border: solid;
    border-color: #000;
    border-radius: 53px;
    color: #000;
    padding: 20px;
    margin: 20px auto;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
}
.form01 input:checked+label{
    background: #049ea0;
    color: #FFF;
}
.form01 input{
    display: none;
}

/* step4 */
.nationality{
    font-size: 35px; 
    font-weight: 700; 
    padding-left: 60px;
}
.select_box::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 11%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #555;
    border-bottom: 0;
}
.select_box{
    position: relative;
}
.mt50{
    margin-top: 50px;
}
.select_box p{
    margin-left: 30px;
    text-align: left;
}
select{
    display: block;
    width: 550px;
    background: #fff;
    border: solid;
    border-color: #000;
    border-radius: 53px;
    color: #000;
    padding: 25px 35px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
}
#nonJapaneseArea p{
    display: block;
    padding: 0 60px;
}
.visatype{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
#visaNgMsg{
    color: rgb(227, 71, 79);
    font-weight: 700;
    margin: 12px 0px 0px;
    font-size: 30px;
    text-align: center;
}
textarea{
    display: block;
    width: 550px;
    border: solid;
    border-radius: 10px;
    padding: 25px 35px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    font-size: 30px;
}

/* step5 */
form p {
    display: table-cell;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
}  
.formItem {
    display: table;
    padding-top: 15px;
    margin: 0 auto;
} 
.top{
    margin-top: 30px;
}
.formItem p:first-child {
    width: 150px;
}
/* form input, select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
} */
input[type="text"],input[type="tel"],input[type="email"],input[type="date"]{
    width: 350px;
    border-radius: 8px;
    border: #000 solid 2px;
    font-size: 30px;
    padding: 15px 20px;
}
.form05 label{
    text-align: left;
}

/* .step{
    width: 80%;
    text-align: center;
    margin: 0 auto 35px;
} */
.next_btn{
    width: 84%;
    margin: auto;
    padding-bottom: 60px;
}
.pinfo{
    margin: 50px 0 10px;
    font-size: 18px;
}
.pinfo a{
    color: #168bce;
    text-decoration: none;
}
.cta_btn01,.cta_btn02,.cta_btn03{
    width: 85%;
    margin-bottom: 40px;
}

footer a{
    text-decoration: none;
    color: #989898;
    margin: 0 30px;
    font-size: 22px;
}   
footer{
    position: relative;
    margin: 30px;
}


.text-modal{ display:none; position:fixed; inset:0; z-index:10; }
.text-modal.is-open{ display:block; }

.text-modal__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.7); }

.text-modal__panel{
  position: relative;
  width: min(92vw, 860px);
  max-height: 88vh;
  margin: 6vh auto;
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px 22px;
  overflow: auto; 
}

.text-modal__close{
  position:absolute; top:10px; right:10px;
  width:40px; height:40px;
  border:none; background: rgba(0,0,0,.65);
  color:#fff; border-radius: 50%;
  cursor:pointer;
  font-size: 25px;
}

.job-title{ margin: 0 0 12px; font-size: 20px; }
.job-sec{ margin: 18px 0; }
.job-sec__ttl{
  margin: 0;
  padding: 10px 12px;
  background: #3E0000;
  color:#fff;
  font-size: 16px;
  text-align:center;
}
.job-sec p{
  margin: 0;
  padding: 10px 12px;
  background: #F8ECED;
  font-size: 16px;
  text-align: left;
}
.job-subttl{ font-weight:700; margin: 12px 0 6px; }
.job-list{ margin: 6px 0 0 1.2em; padding:0; }
.job-list li{ margin: 6px 0; line-height: 1.5; }


/* 画像ボタンの完全リセット */
button.open-text-modal{
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 0;   
}

/* フォーカス時の青枠を制御 */
button.open-text-modal:focus{
  outline: none;
}


/* サンクスページ */
.thanks{
    border: solid 25px #9b2a33;
}

.btn-wrap{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
    top: -130px;
}
.aboutBtn{
    background-color: #000;
    border: solid 6px #fff;
    border-radius: 15px;
    padding: 30px 50px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 10px -8px #000;
    max-width: 130px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.foot
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 70px 120px 30px;

    background-image: url(../../assets/img/img_foot_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    margin-top: -80px;
}
.foot__lBox
{
    position: relative;
    display: flex;
    align-items: center;
}
.foot__logo
{
    width: 114.54px;
    margin-right: 12px;
}
.foot__logo > img
{
    display: block;

    width: 100%;
}
.foot__logoTxt
{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;

    text-align: left;
    letter-spacing: 0;

    color: #fff;
}
.foot__rBox{
    color: #fff;
    text-align: left;
}
.foot__copy{
    color: #fff;
}