.recruit_koho {
    border-top: 15px solid #ff78a8;
}

.recruit_koho .sp {
    display: none;
}

.recruit_koho .bk01 {
    background: #eeeeee;
}

.recruit_koho .area {
    width: 100%;
    margin: 0 auto;
}

.recruit_koho .bg-dod {
    position: relative;
}

.recruit_koho .bg-dod::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    display: block;
    background-color: #fff;
    background-image:
    radial-gradient(#ff78a8 15%, transparent 20%);
    background-size: 20px 20px;
    visibility: visible;
}

.recruit_koho .c-tit01 {
    color: #131313;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 2px;
    line-height: 4rem;
    margin-bottom: 40px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .recruit_koho .area {
        width: 92%;
    }
}

@media screen and (max-width: 640px) {
    .recruit_koho {
        border-top: 10px solid #ff78a8;
    }

    .recruit_koho .area {
        width: 93%;
    }

    .recruit_koho .bg-dod::after {
        width: 92%;
        background-size: 15px 15px;
    }

    .recruit_koho .c-tit01 {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
}

.recruit_koho01 .box01 {
    display: block;
}

.recruit_koho01 .box01 .txt01 {
    color: #444;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 3.5rem;
}

@media screen and (max-width: 640px) {
    .recruit_koho01 .box01 .txt01 {
        font-size: 14px;
    }
}

.recruit_koho02 .tbox01 {
    margin-bottom: 30px;
}

.recruit_koho02 .tbox01:last-of-type {
    margin-bottom: 0;
}

.recruit_koho02 .tbox01 .tit02 {
    color: #131313;
    letter-spacing: 2px;
    padding-left: 16px;
    font-size: 2.2rem;
    line-height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    overflow: hidden;
    border-left: 4px #ff78a8 solid;
    margin-bottom: 20px;
    font-weight: bold;
}

.recruit_koho02 .box01 .txt01 {
    line-height: 2.6rem;
    font-size: 1.8rem;
    margin-left: 1%;
}
@media screen and (max-width: 640px) {
    .recruit_koho02 .box01 .txt01  {
        font-size: 13px;
    } 
}
.recruit_koho02 .tbox01 .txt01 {
    position: relative;
    line-height: 2.6rem;
    margin-bottom: 5px;
    font-size: 1.8rem;
    padding-left: 17px;
    margin-left: 1%;
}

.recruit_koho02 .tbox01 .txt02 {
    line-height: 2rem;
    font-size: 1.6rem;
}

.recruit_koho02 .tbox01 .txt01::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #131313;
    border-radius: 50%;
}

.recruit_koho02 .tbox01 .c01 {
    color: #ff78a8;
}

@media screen and (max-width: 640px) {
    .recruit_koho02 .tbox01 {
        margin-bottom: 20px;
    }

    .recruit_koho02 .tbox01 .tit02 {
        font-size: 18px;
        padding-left: 11px;
        margin-bottom: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-left: 3px #ff78a8 solid;
    }

    .recruit_koho02 .tbox01 .txt01 {
        font-size: 13px;
        padding-left: 13px;
    }

    .recruit_koho02 .tbox01 .txt02 {
        font-size: 12px;
    }

    .recruit_koho02 .tbox01 .txt01 {
        padding-left: 9px;
    }

    .recruit_koho02 .tbox01 .txt01::after {
        width: 3px;
        height: 3px;
        left: 0;
        top: 8px;
    }
}

.recruit_koho03 .box01 .tab01 {
    width: 90%;
    margin: 0 auto;
}

.recruit_koho03 .box01 .tab01 .item01 {
    width: 49.3%;
    background: #ff7cae;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 25px 2.5% 22px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
    line-height: 2.4rem;
    list-style: none;
    font-weight: bold;
    cursor: pointer;
}

.recruit_koho03 .box01 .tab01 .item01.active {
    background: #eee;
    color: #131313;
}

.recruit_koho03 .box01 .tab-area01 {
    padding: 5% 4.5%;
    display: none;
}

.recruit_koho03 .box01 .tab-area01.show {
    display: block;
}

.recruit_koho03 .box01 .table01 {
    border-bottom: 3px solid #eeeeee;
}

.recruit_koho03 .box01 .table01 .txt01 {
    background: #fff;
    font-size: 1.6rem;
    width: 25%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit_koho03 .box01 .table01 .txt02 {
    background: #fff;
    width: 75%;
    border-left: 3px solid #eeeeee;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 3%;
    line-height: 2.4rem;
}

.recruit_koho03 .box01 .table01 .txt02 .tt01 {
    font-size: 1.4rem;
    display: block;
    margin-top: 10px;
    line-height: 2.2rem;
}

.recruit_koho03 .box01 .table01 .list01 .item01 {
    line-height: 2.4rem;
    font-size: 1.6rem;
    position: relative;
    margin-left: 1.5%;
    padding-left: 12px;
    margin-bottom: 2px;
}

.recruit_koho03 .box01 .table01 .list01 .item01 .att01 {
    font-size: 10px;
    line-height: 100%;
    vertical-align: text-top;
    padding-top: 0.5%;
    display: inline-block;
}

.recruit_koho03 .box01 .table01 .list01 .item01:last-of-type {
    margin-bottom: 0;
}

.recruit_koho03 .box01 .table01 .list01 .item01::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #131313;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .recruit_koho03 .box01 .tab-area01 {
        padding: 5% 4%;
    }
}

@media screen and (max-width: 640px) {

    .recruit_koho03 .box01 .tab-area01 {
        padding: 5% 3.5%;
    }

    .recruit_koho03 .box01 .tab01 {
        width: 93%;
    }

    .recruit_koho03 .box01 .tab01 .item01 {
        padding: 20px 2.5% 17px;
        font-size: 1rem;
    }

    .recruit_koho03 .box01 .table01 {
        border-bottom: 2px solid #eeeeee;
    }

    .recruit_koho03 .box01 .table01 .txt01 {
        font-size: 1.6rem;
    }

    .recruit_koho03 .box01 .table01 .txt02 {
        font-size: 1.6rem;
        border-left: 2px solid #eeeeee;
    }

    .recruit_koho03 .box01 .table01 .txt02 .tt01 {
        margin-top: 10px;
        font-size: 1rem;
    }

    .recruit_koho03 .box01 .table01 .list01 .item01 {
        font-size: 1.6rem;
        padding-left: 10px;
    }

    .recruit_koho03 .box01 .table01 .list01 .item01::after {
        width: 3px;
        height: 3px;
        top: 9px;
    }

    .recruit_koho03 .box01 .table01 .list01 .item01 .att01 {
        transform: scale(0.8);
    }
}


.recruit_koho04 .box01 .table01 {
    border-bottom: 3px solid #fff;
}

.recruit_koho04 .box01 .table01 .txt01 {
    background: #eeeeee;
    font-size: 1.6rem;
    width: 25%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;

}

.recruit_koho04 .box01 .table01 .txt02 {
    width: 75%;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 2% 3%;
    line-height: 2.4rem;
}

@media screen and (max-width: 640px) {
    .recruit_koho04 .box01 .table01 {
        border-bottom: 2px solid #fff;
    }

    .recruit_koho04 .box01 .table01 .txt01 {
        font-size: 14px;
    }

    .recruit_koho04 .box01 .table01 .txt02 {
        font-size: 14px;
    }
}

.recruit_koho .form01 {
    background: #fff;
    border-radius: 10px;
    padding: 6%;
}

.recruit_koho .form01 {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 4%;
    background: #fff;
}

.recruit_koho .form01 .con-list01 {
    margin-bottom: 25px;
}

.recruit_koho .form01 .con-list01 .term01 {
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 2.8rem;
    font-weight: bold;
}

.recruit_koho .form01 .con-list01 .term .tt01,
.recruit_koho .form01 .con-list01 .desc .tt01 {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    width: 100%;
    line-height: 2rem;
}

.recruit_koho .form01 .con-list01 .term01 .req {
    font-size: 1rem;
    border: 1px solid #ff1720;
    background: #fff;
    color: #ff1720;
    padding: 0.22rem 0.25rem 0.18rem 0.25rem;
    border-radius: 0.2rem;
    margin-left: 0.4rem;
    vertical-align: baseline;
    line-height: 100%;
}

.recruit_koho .form01 .con-list01 .term01 .any {
    border: 1px solid #303030;
    background: #fff;
    color: #303030;
    padding: 0.22rem 0.25rem 0.18rem 0.25rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    margin-left: 0.4rem;
    vertical-align: baseline;
    line-height: 100%;
}

.recruit_koho .form01 .con-list01 .desc01 {
    width: 45%;
    box-sizing: border-box;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.recruit_koho .form01 .con-list01 .desc02 {
    width: 100%;
}

.recruit_koho .form01 .con-list01 .desc02+.desc02 {
    margin-top: 10px;
}

.recruit_koho .form01 .con-list01 .desc03 {
    width: 60%;
}

.recruit_koho .form01 .con-list01 .desc .label01 {
    padding: 0.4rem 0.5rem;
    background: transparent;
    border-radius: 0.35rem;
    color: #131313;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.4rem;
    box-sizing: border-box;
}

.recruit_koho .form01 .con-list01 .desc .label02 {
    padding: 0.4rem 0.5rem;
    background: transparent;
    border-radius: 0.35rem;
    color: #131313;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2rem;
    box-sizing: border-box;
    text-align: center;
}

.recruit_koho .form01 .con-list01 .desc .label02 a {
    color: #ff78a8;
    position: relative;
    line-height: 100%;
    text-decoration: none;
    background: linear-gradient(transparent 96%, #ffb0c9 0%);
    background-position-y: -1px;
    margin-right: 23px;
    margin-left: 3px;
}

.recruit_koho .form01 .con-list01 .desc .label02 a:hover {
    opacity: 0.6;
}

.recruit_koho .form01 .con-list01 .desc .label02 a::after {
    content: "";
    background: url(/images/pc/content/fix/recruit_koho/icon01.svg) no-repeat center center/ contain;
    display: inline-block;
    width: 18px;
    height: 12px;
    vertical-align: middle;
    margin-bottom: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}


.recruit_koho .form01 .con-list01 .desc input::placeholder,
.recruit_koho .form01 .con-list01 .desc textarea::placeholder {
    color: #cfcfcf;
    font-size: 1.4rem;
}

.recruit_koho .form01 .con-list01 .desc input:focus,
.recruit_koho .form01 .con-list01 .desc textarea:focus {
    outline: none;
}

.recruit_koho .form01 .con-list01 input[type=checkbox] {
    display: inline-block;
    height: 22px;
    width: 22px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #bdbdbd;
    transition-property: background-color, border;
    box-sizing: border-box;
    margin-right: 0.3rem;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px -7px 7px -1px rgb(226, 226, 226) inset;
}

.recruit_koho .form01 .con-list01 input[type=checkbox]:not(.form-matrix-option):checked {
    background-image: url(/images/pc/content/fix/recruit_koho/check01.svg);
    background-size: 70% auto;
    background-color: #1e88e5;
    border-color: transparent;
    box-shadow: 0px -3px 8px #1e88e5 inset;
}

.recruit_koho .form01 .con-list01 input[type=text],
.recruit_koho .form01 .con-list01 input[type=email] {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.25;
    color: #616161;
    background-color: #ffffff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #cfcfcf;
    border-radius: 0.35rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
}

.recruit_koho .form01 .con-list01 .desc textarea {
    display: block;
    width: 100%;
    padding: 0.7rem 0.75rem 0.6rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.25;
    color: #616161;
    background-color: #ffffff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #cfcfcf;
    border-radius: 0.35rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.recruit_koho .form01 .con-list01 .form-control-file {
    padding: 0.6rem 0.5rem;
    background: transparent;
    border: #cfcfcf solid 1px;
    border-radius: 0.35rem;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
}

.recruit_koho .form01 .con-btn01 {
    margin-top: 2rem;
    text-align: center;
}

.recruit_koho .form01 .con-btn01 .send {
    font-size: 1.8rem;
    padding: 1.2rem 4rem;
    width: 100%;
    max-width: 70%;
    color: #fff;
    background-color: #ff78a8;
    border-color: #ff78a8;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.25;
    border-radius: 0.35rem;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    overflow: visible;
    appearance: button;
    -webkit-appearance: button;
}

@media screen and (max-width: 640px) {

    .recruit_koho .form01 .con-list01 {
        margin-bottom: 15px;
    }


    .recruit_koho .form01 .con-list01 .desc .label01 {
        font-size: 10px;
        padding: 0.5%;
        letter-spacing: 0px;
        white-space: nowrap;
        margin-right: 2%;
    }


    .recruit_koho .form01 .con-list01 .desc .label02 {
        font-size: 12px;
        padding: 0.5%;
        letter-spacing: 0px;
    }

    .recruit_koho .form01 .con-list01 .desc .label02 a {
        padding-right: 15px;
    }

    .recruit_koho .form01 .con-list01 .desc .label02 a::after {
        width: 14px;
        height: 10px;
    }

    .recruit_koho .form01 .con-list01 .term .tt01,
    .recruit_koho .form01 .con-list01 .desc .tt01 {
        font-size: 12px;
    }

    .recruit_koho .form01 .con-list01 .term01 {
        font-size: 14px
    }

    .recruit_koho .form01 .con-list01 input[type=checkbox] {
        width: 15px;
        height: 15px;
        border-radius: 3px;
        margin-right: 0.5%;
    }

    .recruit_koho .form01 .con-list01 input[type=text],
    .recruit_koho .form01 .con-list01 input[type=email] {
        font-size: 1.4rem
    }

    .recruit_koho .form01 .con-list01 .desc input::placeholder,
    .recruit_koho .form01 .con-list01 .desc textarea::placeholder {
        color: #cfcfcf;
        font-size: 12px;
    }

    .recruit_koho .form01 .con-btn01 {
        margin-top: 28px;
        margin-bottom: 22px;
    }

    .recruit_koho .form01 .con-btn01 .send {
        padding: 20px 4rem;
    }
}

@media screen and (max-width: 375px) {
    .recruit_koho .form01 .con-list01 .desc .label01 {
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    .recruit_koho .form01 .con-list01 .desc .label01 {
        width: 100%;
        white-space: pre-wrap;
        margin-bottom: 2px;
    }

    .recruit_koho .form01 .con-list01 .desc .label01:last-of-type {
        margin-bottom: 0;
    }
}

.recruit_koho .area{
  padding: 20px 0 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.mb50{
  margin-bottom: 50px;
}
.mb60{
  margin-bottom: 60px;
}
.mb70{
  margin-bottom: 70px;
}
.flexb{
  display: flex;
}
.list01 .item01{
  list-style: none;
}

.system_content {
  position: relative;
  margin: 0 auto;
}
.system_content:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .head-s-info,.head-itembnr {
    display: none;
  }
  .FS2_NoItemMessage {
    display: none;
  }
  .user_content.FS2_upper_comment,
  .user_content.FS2_lower_comment {
    padding: 0px !important;
  }
  .sp-campaign {
    display: none;
  }
  .user_content.FS2_lower_comment {
    display: none;
  }
  .FS2_Utility1_container.FS2_contents_container {
    display: none;
  }
  #FS2_footer {
    margin-bottom: 0;
  }
  #spfooter {
    padding: 10px 0 0;
    margin-bottom: 0 !important;
  }
  #spfooter .spfootlist {
    display: none;
  }
  #footNavi{
    display: none !important;
  } 
}