
.recruit__fv{
  width: 100%;
  padding-top: calc(500 / 1440 * 100%);
  background-image: url(../../img/recruit/fv.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}

.recruit {
    margin-top: 100px;
}

.h2 {

}

.recruit__items-wrapper {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.recruit__item {
    margin-top: 80px;
}

.recruit__item-title {
    border-bottom: 3px solid #0071bc;
    padding-bottom: 10px;
}

.recruit__item-title .big{
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

.recruit__item-list {

}

.recruit__row {

}

.recruit__row {
    display: flex;
    border-bottom: 1px solid #b7b7b7;
    padding: 15px 0;
}

.recruit__row dt {
    width: 20%;
    font-weight: normal;
    margin-bottom: 0;
    font-weight: 700;
}

.recruit__row dd {
    width: 80%;
    margin: 0;
    line-height: 1.8;
}

.recruit__attention{
    font-size: 13px;
    margin-top: 20px;
}

.method {
    margin-top: 100px;
}

.method__wrapper {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.method__item {
    width: calc(50% - 15px);
    background: #0071bc;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.method__item span{
    font-size: 30px
}

.method__item2{
    position: relative;
}

.method__item2::after{
    position: absolute;
    content: "";
    width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #0071bc;
  border-bottom: 0;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/* entry form */
.entry {
    margin-top: 100px;
    margin-bottom: 100px;
}

.entry__form {
    max-width: 900px;
    margin: 50px auto 0;
}

.entry__form-list {
    margin: 0;
}

.entry__row {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}

.entry__label {
    width: 25%;
    font-weight: normal;
    padding-right: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.entry__required {
    color: #cc0000;
}

.entry__input {
    width: 75%;
    margin: 0;
}

.entry__input input[type="text"],
.entry__input input[type="email"],
.entry__input input[type="tel"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;
}

.entry__input textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
    resize: vertical;
    background: #fff;
}

.entry__input label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: normal;
}

.entry__confirm-wrap {
    margin-top: 30px;
    text-align: center;
}

.entry__confirm-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.entry__submit {
    margin-top: 20px;
    text-align: center;
}

.entry__btn {
    background: #0071bc;
    color: #fff;
    border: none;
    padding: 12px 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.entry__btn:hover {
    opacity: 0.8;
}

.entry__attention{
    max-width: 900px;
    margin: 50px auto 0;
}

.entry__attention .red-bold{
    font-weight: 700;
    color: #c1272d;
}

.entry__attention .red{
    color: #c1272d;
}


@media ( max-width: 767.98px){
    .recruit{
        margin-top: 50px;
    }
    .recruit__item{
        margin-top: 50px;
    }
    .recruit__item-title .big{
        font-size: 20px;
    }
    .method{
        margin-top: 50px;
    }
    .method__wrapper{
        gap: 10px;
        margin-top: 40px;
    }
    .method__item{
        width: calc(50% - 5px);
        font-size: 12px;
    }
    .method__item span{
        font-size: 14px;
    }
    .method__item2::after{
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #0071bc;
    bottom: -12px;
    }
    .entry__form{
        margin-top: 40px;
    }
    .entry__row{
        display: block;
        padding: 8px 0;
    }
    .entry__label{
        width: 100%;
    }
    .entry__input{
        width: 100%;
    }
    .entry__confirm-label{
        font-size: 12px;
    }
}

/* 承諾チェックボックス エラーメッセージ */
.acceptance-error {
    display: none;
    color: #dc3232;
    font-size: 13px;
    margin-top: 6px;
    text-align: center;
}

/* CF7デフォルトの送信ボタン・レスポンス出力を非表示 */
.wpcf7-submit {
    display: none !important;
}
.wpcf7-response-output {
    display: none;
}

/* 確認画面・完了画面は初期非表示 */
#confirm_area,
#thanks_area {
    display: none;
}

/* 確認へのボタン */
.entry__to-confirm {
    text-align: center;
    margin-top: 20px;
}

/* 確認画面 */
.confirm-heading {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.confirm-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    border-collapse: collapse;
}

.confirm-table th,
.confirm-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}

.confirm-table th {
    width: 35%;
    font-weight: normal;
    color: #666;
    white-space: nowrap;
}

.confirm-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.entry__btn--back {
    background: #999;
}

/* 完了画面 */
.thanks-message {
    text-align: center;
    padding: 60px 20px;
    font-size: 15px;
    line-height: 2;
}