@charset "utf-8";

@media screen and (max-width: 768px) {

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 253px;
    padding: 76px 0 0;
    margin: 0;
    border-radius: 0;
    background: url(../img/staff/1x/firstview.png) bottom 30% center/cover no-repeat;
}

.key_text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0 10px 50px;
    background: url(../img/maintenance/icon_w.png) center left 10px/30px no-repeat;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 130px;
    padding: 0 0 25px;
    margin: auto;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title:before {
    content: "maintenance";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}

.key_title .small {
    display: block;
    font-size: 16px;
}

/* =====sec01===== */
.sec01 {
    padding: 50px 20px;
    box-sizing: border-box;
}

.sec01 .head {
    margin: 0 0 50px;
}

.sec01 .sec_title {
    position: relative;
    width: 100%;
    padding: 0 0 50px;
    margin: 0 auto 60px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
    text-align: center;
}

.sec01 .sec_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 470px;
    max-width: 100%;
    height: 36px;
    background: url(../img/recruit/bg01.png) center bottom/cover no-repeat;
}

.sec01 .image {
    position: relative;
    width: 100%;
    height: 200px;
    background: #ccc;
    margin: 0 auto 15px;
}

.sec01 .image:before {
    content: "";
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 77px;
    height: 87px;
    background: url(../img/recruit/icon01.png) center center/70% no-repeat;
}

.sec01 .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
}

.sec01 .image img {
    object-fit: cover;
    height: 100%;
}

.sec01 .text {
    width: 100%;
    margin: 0 auto 50px;
    line-height: 2;
}

.sec01 .subtitle {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.sec01 .list {
    display: flex;
    justify-content: center;
    width: initial;
    margin: initial;
}

.sec01 .item {
    position: relative;
    width: 65%;  /*44%;*/
    height: 76px;
    background: rgba(0, 185, 239, .33);
    box-shadow: 2px 2px 2px rgba(35, 24, 21, 0.75);
    text-align: center;
}

.sec01 .item:nth-of-type(1) {
    margin: 0 0 15px 0;
}
.sec01 .item:nth-of-type(2) {
    margin: 0 0 15px 0;
}
.sec01 .item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 19px;
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../img/recruit/arrow01.png) center right 10px /50% no-repeat;
}

.sec01 .item:nth-of-type(1):before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    display: inline-block;
    width: 47px;
    height: 53px;
    background: url(../img/recruit/icon02.png) center right 10px /50% no-repeat;
}

.sec01 .item:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    display: inline-block;
    width: 40px;
    height: 53px;
    background: url(../img/recruit/icon03.png) center center/60% no-repeat;
}

.sec01 .item:nth-of-type(3):before {
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    display: inline-block;
    width: 40px;
    height: 53px;
    background: url(../img/recruit/icon07.png) center center/60% no-repeat;
}

.sec01 .item a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 76px;
}

.sec01 .cont01 {
    margin: 0 0 50px;
}

.sec01 .cont_title {
    position: relative;
    padding: 50px 0 0;
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.sec01 .cont01 .cont_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 42px;
    height: 50px;
    background: url(../img/recruit/icon04.png) center center/70% no-repeat;
}

.sec01 .cont02 .cont_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 39px;
    height: 50px;
    background: url(../img/recruit/icon05.png) center center/70% no-repeat;
}

.sec01 .cont_text {
    width: 100%;
    margin: 0 auto 30px;
    line-height: 2;
}

.sec01 .table {
    width: 100%;
    border: 1px solid #727272;
    margin: 0 auto;
}

.sec01 .datatitle,
.sec01 .data {
    vertical-align: middle;
    padding: 5px 0;
    font-size: 15px;
    border-bottom: 1px solid #727272;
}

.sec01 .datatitle.index {
    padding: 15px 0 0 5px;
    vertical-align: baseline;
}

.sec01 .datatitle {
    width: auto;
    padding: 15px 0 15px 5px;
    background: rgba(0, 185, 239, .15);
    font-weight: 500;
    text-align: left;
}

.sec01 .data {
    padding: 5px;
    width: 50%;
    font-size: 14px;
}

/* =====sec02===== */
.sec02 {
    padding: 80px 20px 50px;
    background: rgba(0, 185, 239, .1);
    box-sizing: border-box;
}

.sec02 .sec_title {
    position: relative;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.sec02 .sec_title:before {
    content: "";
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    width: 53px;
    height: 41px;
    background: url(../img/recruit/icon06.png) center center/70% no-repeat;
}

.sec02 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 700;
    color: #1EAEDE;
    text-align: center;
}

.sec02 .table {
    width: 100%;
    margin: 0 auto 68px;
}

.sec02 .table .row {
    display: block;
    margin: 0 auto 20px;
}

.sec02 .t_title {
    display: block;
    width: 190px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}

.sec02 .row:last-of-type .t_title {
    padding: 10px 0 0;
    vertical-align: top;
}

.sec02 .t_title .color {
    color: #1EAEDE;
    padding: 0 0 0 5px;
}

.sec02 .t_title label {
    font-weight: 700;
}

.sec02 .t_data {
    display: block;
    max-width: none;
}

.sec02 .t_data input.i_text,
.sec02 .t_data textarea {
    width: 100%;
    padding: 10px 20px 10px 5px;
    box-sizing: border-box;
    font-size: 15px;
    max-width: none;
}

.sec02 .t_data.radiobox p {
    display: inline-block;
}

.sec02 .t_data.radiobox p:nth-of-type(1) {
    margin: 0 50px 0 0;
}

.sec02 .t_data.radiobox label {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.sec02 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none; /* メールフォームプロリセット */
}

.sec02 .privacy {
    width: 100%;
    padding: 20px;
    margin: 0 auto 100px;
    box-sizing: border-box;
    background: #fff;
}

.sec02 .p_title {
    font-size: 15px;
    margin: 0 0 10px;
    text-align: center;
}

.sec02 .p_text {
    font-size: 14px;
}

.sec02 .p_text:not(:last-of-type) {
    margin: 0 0 30px;
}

.sec02 .agree_btn {
    margin: 0 auto 20px;
    text-align: center;
}

.sec02 .submit_btn {
    width: 200px;
    height: 50px;
    border: none;
    margin: 0 auto 50px;
    background: #fff;
    color: #171D59;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
}

.sec02 .submit_btn input {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
}


.sec02 .numbox {
    margin: 0 auto;
    text-align: center;
}

}