
body {
    margin: 0;
    padding: 0;
    background-color: #f7f5ee;
}
.setpform {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    background-color: #f7f5ee;
    font-size: 16px;
}

.setpform .header {
    padding: 15px 0;
    text-align: center;
}

.setpform .htitle-container {
    background-color: #119cb0;
    padding: 10px 0;
    text-align: center;
}
.setpform .htitle-container .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.setpform .htitle-container .title span {
    color: #f3fc03;
}

.setpform .mv_section {
    padding: 0;
    background-color: #fff;
    background-image: url(../images/stepform/mv_bk2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 380px;
}
.setpform .lay_lqd_step {
    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.setpform .mv_section .mv_tag {
    margin: 20px 0 15px;
}
.setpform .mv_section .mv_txt {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.4;
}
.setpform .mv_section .mv_stxt {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
}


.setpform .mv_cir_box {
    display: flex;
    align-items: center;
}
.setpform .mv_cir_box .mv_cir {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;    
    font-weight: 500;
    box-shadow: 0 10px 20px 0 #00000085;
    position: relative;
}
.setpform .mv_cir_box .mv_cir:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0px;
    right: -3px;
    background: url(../images/stepform/i_bear01.png) no-repeat;
    width: 48px;
    height: 56px;
    background-size: contain;
}
.setpform .mv_cir_box .mv_cir:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0px;
    right: -23px;
    background: url(../images/stepform/i_bear02.png) no-repeat;
    width: 48px;
    height: 56px;
    background-size: contain;
}
.setpform .mv_cir_box .mv_cir:nth-child(3):after {
    content: "";
    position: absolute;
    top: 0px;
    right: -16px;
    background: url(../images/stepform/i_bear03.png) no-repeat;
    width: 48px;
    height: 56px;
    background-size: contain;
}

.setpform .mv_cir_box .mv_cir:nth-child(1) {
    background-color: #ff8370;
}
.setpform .mv_cir_box .mv_cir:nth-child(2) {
    background-color: #119cb0;
}
.setpform .mv_cir_box .mv_cir:nth-child(3) {
    background-color: #e42256;
}
.setpform .mv_cir_box .mv_cir .mv_cir_title {
    font-size: 22px;
    color: #fdfa02;
    font-weight: bold;
}

.setpform .info_section {
    font-size: 15px;
    text-align: center;
    margin: 30px 0 0 0;
}

.setpform .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 100px 0 40px 0;
}

.setpform .lay_lqd_navigation {
    width: 100%;
    max-width: 556px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.items-row {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 3px;
    position: relative;
    cursor: pointer;
    flex: 1;
}


.item span {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.item span::before {
    display: none;
    content: "";
    position: absolute;
    top: -52px;
    left: 20px;
    background: url(../images/stepform/i_bear_step.png) no-repeat;
    width: 46px;
    height: 57px;
    background-size: contain;
    z-index: 1;
}

.item:last-child span::before {
        content: "";
    position: absolute;
    top: -52px;
    left: 19px;
    background: url(../images/stepform/i_bear_step_end.png) no-repeat;
    width: 55px;
    height: 60px;
    background-size: contain;
    z-index: 1;
}

.item.active {
    background: #ff8370;
}
.item.active span::before {
    display: block;
}
.item::before, .item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    z-index: 1;
}

.step5_img {
    position: relative;
    width: 48%;
    height: 54px;
    overflow: visible;
}
.step5_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background: url(../images/stepform/i_step5.png) no-repeat;
    background-size: contain;
    width: 108%;
    height: 160px;
}


.item::before {
    left: 0px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #f7f5ee;
    transform: translateY(-50%) rotate(180deg);
}
.item::after {
    right: -10px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e4e4e4;
}
.item.active::after {
    border-left: 10px solid #ff8370;
}
.item:first-child {
    z-index: 7;
}
.item:nth-child(2) {
    z-index: 6;
}
.item:nth-child(3) {
    z-index: 5;
}
.item:nth-child(4) {
    z-index: 4;
}
.item:nth-child(5) {
    z-index: 3;
}
.item:nth-child(6) {
    z-index: 2;
}
.item:first-child::before {
    display: none;
}
.item:last-child::after {
    display: none;
}

     

.stepform_list {
    width: 100%;
    position: relative;
}
.stepform_list .stepform {
    width: 100%;
}
.stepform_list .stepform .stepform_box {
    width: 100%;
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
}
.stepform_list .stepform .step_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
.stepform_list .stepform .step_title span {
    font-size: 24px;
}
.stepform_list .stepform .step_title .step_subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.stepform_list .stepform .step_title .step_subtitle span {
    font-size: 18px;
    margin-left: 10px;
}

/* ステップ3の見出し */
.step_subtitle {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: left;
    color: #333;
}

/* 日本語教師経験のチェックボックス */
.exp_check_container {
    text-align: left;
    margin: 20px 0;
    width: 100%;
}

/* ステップ3の注記 */
.step3_notes {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.step3_notes .desc {
    text-align: left;
    margin: 5px 0 5px 1em;
    padding-left: 0;
    text-indent: -1em;
}
.step3_notes .desc:first-line {
    text-indent: 0;
}

/* ステップ4の希望勤務地 */
.step4_harea dt {
    display: flex;
    align-items: center;
}
.step4_harea_dd {
    display: flex;
    align-items: center;
}

/* ステップ5の電話番号注記 */
.step5_tel_dd {
    display: flex;
    flex-direction: column;
}
.step5_tel .tel_notes {
    width: 100%;
    margin-top: 10px;
}
.step5_tel .tel_notes .desc {
    text-align: left;
    margin: 5px 0 5px 1em;
    padding-left: 0;
    text-indent: -1em;
}
.stepform_list .stepform .radio_chk_box {
    
}
.stepform_list .stepform .radio_chk_box.col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stepform_list .stepform .radio_chk_box.col2 label {
    width: 48%;
}
.stepform_list .stepform .stepform_box .col2 input {
    width: 48%;
}
.stepform_list .stepform .stepform_box .col2 select {
    width: 48%;
}
.stepform_list .stepform .radio_chk_box label {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.stepform_list .stepform .radio_chk_box label span {
    font-size: 18px;
}
.stepform_list .stepform .radio_chk_box label input[type="radio"],
.stepform_list .stepform .radio_chk_box label input[type="checkbox"]{
    display: none;
}
.stepform_list .stepform .radio_chk_box label .lbltxt {
    display: block;
    border: 2px solid #00b1b0;
    padding: 12px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
}
.stepform_list .stepform .radio_chk_box label input[type="radio"]:checked + .lbltxt,
.stepform_list .stepform .radio_chk_box label input[type="checkbox"]:checked + .lbltxt
 {
	color: #fff;
    background-color: #00b1b0;
}

.stepform_list .stepform_box select {
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #d6d4d4;
    font-size: 18px;
    color: #333;
    outline: none;
}
.stepform_list .stepform_box input {
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #d6d4d4;
    font-size: 18px;
    color: #333;
    outline: none;
}
.lbltitle {
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.chkdesc {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
}
#step6 .chkdesc {
    font-size: 18px;
}
.desc {
    font-size: 16px;
    text-align: center;
}
.checkbox-container {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.checkbox-container input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: white;
  transition: all 0.2s ease;
}

input:checked + .checkbox-custom {
}

input:checked + .checkbox-custom::after {
  content: "✓";
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.stepform_list .stepform_box dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.stepform_list .stepform_box dl dt {
    width: 240px;
    font-size: 22px;
    font-weight: bold;
}
.stepform_list .stepform_box dl dd {
    display: flex;
    align-items: center;
    width: calc(100% - 180px);
}

.stepform_list #step6 .stepform_box dl dd {
    width: 100%;
    flex-wrap: wrap;
}
.stepform_list .stepform_box dl dd p {
    margin-top:5px;
    text-align:left;
    /* width: 490px; */
    color:#888888;
    font-size:14px;
}

.stepform_list .stepform_box dl dd .radio_chk_box {
    width: 100%;
}
.stepform_list .stepform_box dl dd .radio_chk_box label .lbltxt {
    font-size: 18px;
}
.confirm_step th {
    min-width: 200px;
}
.confirm_step th,
.confirm_step td {
    padding: 10px;
}

.step_error {
    display: none;
    font-size: 14px;
    color: #e42256;
    margin: 5px 0 0 0;
}

.stepform_list #step1 .stepform_box {
    width: 100%;
    padding: 30px 20%;
}
.stepform_list #step2 .stepform_box {
    width: 100%;
    padding: 30px 20%;
}
.stepform_list #step3 .stepform_box {
    width: 100%;
    padding: 30px 10%;
}
.stepform_list #step3 .stepform_subbox {
    padding: 0 10%;
}
.stepform_list #step4 .stepform_box {
    width: 100%;
    padding: 30px 10%;
}
.stepform_list #step5 .stepform_box {
    width: 100%;
    padding: 30px 10%;
}
.stepform_list #step6 .stepform_box {
    width: 100%;
    padding: 30px 5%;
}

/* STEP6（確認）でstepform_listにmargin-topを追加 */
.stepform_list #step6 {
    margin-top: 30px;
}





.stepform_list .step_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.stepform_list .step_btn_wrap .step_btn {
    border-radius: 50px;
    width: 35%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: none;
    padding: 10px;
}
.stepform_list .step_btn_wrap .step_btn.back {
    background-color: #cac9c9;
}
.stepform_list .step_btn_wrap .step_btn.next {
    background-color: #119cb0;
    position: relative;
}
.stepform_list .step_btn_wrap .step_btn.next::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -5px;
    background: url(../images/stepform/i_click.png) no-repeat;
    width: 52px;
    height: 60px;
    animation: moveUpDown 1s ease-in-out infinite;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.stepform_list .step_btn_wrap .step_btn.next:disabled {
    background-color: #cac9c9;
    cursor: not-allowed;
}
.stepform_list .step_btn_wrap .step_btn.confirm {
    background-color: #e42256;
    width: 56%;
    position: relative;
}

.stepform_list .step_btn_wrap .step_btn.confirm::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -5px;
    background: url(../images/stepform/i_click.png) no-repeat;
    width: 52px;
    height: 60px;
    animation: moveUpDown 1s ease-in-out infinite;
}

.step_form_thanks {
    margin: 50px 0 100px 0;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
}
.step_form_thanks_title {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 80px 0;
    text-align: center;
}


.step_form_thanks_stitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}


.footer {
    background-color: #fff;
    padding: 20px 0;
}
.footer .footer_links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer_links a {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1;
}
.footer .footer_links a:first-child {
    border-right: 1px solid #000;
}
.footer .desc {
    font-size: 12px;
    margin-bottom: 10px;
}

.footer .copyright {
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
}


/* spview */
#step6 .stepform_box dl dt { 
    margin-top: -74px;
}
@media screen and (max-width:767px) {
    .stepform_list .stepform .step_title {
        font-size: 5vw;
    }
    .stepform_list #step1 .stepform_box ,
    .stepform_list #step2 .stepform_box ,
    .stepform_list #step3 .stepform_box ,
    .stepform_list #step4 .stepform_box ,
    .stepform_list #step5 .stepform_box ,
    .stepform_list #step6 .stepform_box ,
    .step_form_thanks{
        padding: 30px 10%;
        margin: 0 15px 50px;
        width: initial;
    }
    .step_form_thanks {
        margin-top:15px;
        padding: 30px;
    }
    .page_1col #main {
        background-color: #f7f5ee;
    }
    
    .stepform_list .stepform .radio_chk_box label .lbltxt {
        font-size: 5vw;
    }
    
    .stepform_list .stepform .radio_chk_box label span {
        font-size: 4vw;
        display:block;
    }
    .stepform_list .stepform .step_title span {
        font-size: 4vw;
    }
    .stepform_list #step3 .stepform_subbox {
        padding: 0;
    }
    .lbltitle {
        font-size: 5vw;
        margin: 0 0 5px;
        display: block;
    }
    .chkdesc {
        display: flex;
        justify-content: space-between;
    }
    .checkbox-container {
        width: 58px;
        display: block;
    }
    .stepform_list .stepform_box dl {
        display: flex;
        flex-wrap: wrap;
    }
    .stepform_list .stepform_box dl:last-child {
        margin-bottom:0;
    }
    .stepform_list .stepform_box dl dt {
        width: 100%;
        margin-bottom: 5px;
        font-size: 5vw;
    }
    .stepform_list .stepform_box dl dd {
        width: 100%;
        flex-wrap: wrap;
    }
    .stepform_list .stepform_box dl dd p {
        margin-top:5px;
    }
    .stepform_list .stepform .radio_chk_box.col2 {
        width: 100%;
    }
    .stepform_list .stepform .radio_chk_box.col2 label {
        width: 100%;
    }
    .stepform_list .stepform .radio_chk_box.col2 label:last-child {
        margin-bottom:0;
    }
    .stepform_list .stepform .step_title .step_subtitle span {
        font-size: 4vw;
        text-align: left;
    }
    
    /* ステップ3のスマホ用スタイル */
    .step_subtitle {
        font-size: 4.5vw;
        margin: 15px 0 8px 0;
    }
    
    .exp_check_container {
        margin: 15px 0;
        text-align: left;
    }
    
    .exp_check_container .checkbox-container {
        width: 26px;
        height: 26px;
    }
    
    .step3_notes .desc {
        font-size: 3.5vw;
        text-align: left;
        margin: 8px 0 8px 1em;
        padding-left: 0;
        text-indent: -1em;
    }
    .step3_notes .desc:first-line {
        text-indent: 0;
    }
    
    /* ステップ4のスマホ用スタイル */
    .step4_harea dt {
        font-size: 5vw;
        margin-bottom: 5px;
    }
    .step4_harea_dd {
        display: flex;
        flex-direction: column;
    }
    
    /* ステップ5のスマホ用スタイル */
    .step5_tel_dd {
        display: flex;
        flex-direction: column;
    }
    .step5_tel .tel_notes .desc {
        font-size: 3.5vw;
        text-align: left;
        margin: 8px 0 8px 1em;
        padding-left: 0;
        text-indent: -1em;
    }
    #step6 .chkdesc {
        font-size:4vw;
    }
    #step6 .checkbox-container {
        margin-right: 10px;
        width: 60px;
    }
    #step6 .desc {
        font-size: 3.5vw;
        text-align: left;
        color: #888;
        margin-left: 1rem;
        text-indent: -1rem;
    }
    #step6 .stepform_box dl dt {
        margin-top: 0;
    }
    #step6 .confirm_step tr {
        display:flex;
        flex-wrap: wrap;
    }
    #step6 .confirm_step th {
        border-bottom:1px solid #999;
        width:100%;
    }
    #step6 .confirm_step td {
        
    }
    .stepform_list #step6 .step_btn_wrap {
        flex-direction:row-reverse;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .stepform_list #step6 .step_btn_wrap .step_btn.confirm {
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }
    .stepform_list #step6 .step_btn_wrap .step_btn.back {
        
    }

    .setpform .mv_section .mv_txt {
        width: 70%;
        font-size: 4.6vw;
        margin-top: 20px;
    }
    .setpform .mv_section .mv_stxt {
        width: 80%;
        font-size: 3vw;
    }
    .setpform .mv_cir_box .mv_cir {
        font-size: 3.4vw;
        height: 130px;
        width: 130px;
    }
    .setpform .mv_cir_box .mv_cir .mv_cir_title {
        font-size: 4vw;
    }
    .setpform .mv_cir_box {
        margin-top: 50px;
        margin-left: 5px;
    }
    .setpform .info_section {
        margin-top: 30px;
    }
    .setpform .navigation-container {
        margin-top: 25px;
    }
    #step3 .radio_chk_box {
        margin-top;50px;
        margin-top: 20px;
    }
    .stepform_list #step6 .stepform_box dl {
    }
    .step_form_thanks_title {
        font-size:5vw;
        margin-bottom: 20px;
    }
    .item:last-child span::before {
        left:7px;
    }
}

.setpform .mv_label {
    position: absolute;
    right: -7vw;
    top: 20px;
}
.setpform .mv_label img {width: 100%;}

.stepform_list .stepform .step4_harea_dd .radio_chk_box label {
    margin-bottom: 0px;
}
.stepform_list .stepform_box dl.step5_tel  {
    align-items: start;
}
.stepform_list .stepform_box dl.step5_tel  dt {
    margin-top: 8px;
}
@media screen and (max-width:767px) {
    .setpform .mv_label {
        left: 180px;
        width: 80px;
        top: 8px;
    }
    .stepform_list .stepform .step4_harea_dd .radio_chk_box label {
        margin-bottom: 20px;
    }

    .stepform_list .stepform_box dl.step5_tel  {
        align-items: center;
    }
    .stepform_list .stepform_box dl.step5_tel  dt {
        margin-top: 0px;
    }
    .item span::before {
        left:7px;
    }
}