@charset "UTF-8";

body{
    background: url(/recruit/assets/img/common/grid.png);
    overflow-wrap: break-word;
    background-size: auto!important;
    background-repeat: repeat!important;
}

/*--------------------------------
	main
--------------------------------*/
main:after {
    background: url(/recruit/assets/img/entry/bg_top.webp?02);
}

/*--------------------------------
	フォーム
--------------------------------*/
.contents{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 80px;
}
.contents label {
    cursor: pointer;
}
.entry_inner .table_block table th {
    width: 20%;
    color: #000;
    font-size: 130%;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
}
.entry_inner .table_block table td {
    font-size: 100%;
    vertical-align: middle;
    word-break: break-all;
    border: none;
    padding: 20px 0px;
}
input{
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    line-height: 1;
}
.form_box dl{
    display: flex;
    /* align-items: center; */
    gap: 5px;
}
.form_box.conf_page dl:last-child{
    margin-bottom: clamp(40px, 5.12vw, 70px);
}
.form_box dl:first-child{
    align-items: baseline;
}
.form_box dl dt{
    width: 20%;
    font-size: clamp(16px, 1.32vw, 18px);
    font-weight: 600;
}
.form_box dl dd{
    width: 80%;
    font-size: clamp(16px, 1.46vw, 20px);
}
/*select*/
select{
    width: 15%;
    height: 50px;
    border: none;
}
.input_area{
    width: 100%;
    position: relative;
}
.select_boxs{
    display: flex;
    gap: 20px;
}

.select_box {
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 15%;
}
  .select_box:first-child{
    width: 20%;
}
.select_box select {
    appearance: none;
    width: 100%;
    padding: 11px 15px;
    padding-right: 1em;
    border: none;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis; 
    cursor: pointer;
    border: 1px solid #eee;
}
   
.select_box::before {
    content: "";
    border-style: solid;
    border-width: 5px 5px 0 5px;
    position: absolute;
    top: 45%;
    right: 15%;
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
.year,
.month,
.day{
    text-align: center;
}
.year{
    width: 20%;
}
dl{
    margin-bottom: 55px;
}
dl.number input{
    width: 100%;
}
dl.mail input{
    width: 100%;
}
/* 氏名 */
.name_kanji,
.name_kana{
    display: flex;
    gap: 13px;
}
.name_kanji{
    margin-bottom: 20px;
}
/* 確認画面へボタン */
.subscription{
    text-align: center;
    margin-bottom: 100px;
}
.subscription button{
    text-decoration: none;
    background: #0a79b4;
    color: #fff;
    font-size: clamp(16px, 1.17vw, 50px);
    font-weight: 500;
    display: inline-block;
    border-radius: calc(100vw / 5);
    height: 60px;
    width: 233px;
}
.subscription button::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -0vw 0 0 2vw;
    background: url(/recruit/assets/img/index/more_btn.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.subscription button:hover{
	background: #0a79b4;
	color: #fff;
	opacity: 0.7;
}

.btn_block{
    display: flex;
    align-items: center;
    gap: 20px;
}
/* 戻るボタン */
.btn_denial{
    text-decoration: none;
    background: #333333;
    color: #ffffff;
    border-radius: calc(100vw / 5);
    font-size: clamp(16px, 1.17vw, 50px);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 233px;
    padding-left: 20px;
}
.btn_denial::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -0vw 0 0 2vw;
    background: url(/recruit/assets/img/index/more_btn2.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.btn_denial:hover{
	background: #333333;
	color: #fff;
	opacity: 0.7;
}
/* 応募するボタン */
.btn_approval{
    background: #0a79b4;
    color: #fff;
    text-decoration: none;
    border-radius: calc(100vw / 5);
    font-size: clamp(16px, 1.17vw, 50px);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 233px;
    padding-left: 20px;
}
.btn_approval::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -0vw 0 0 2vw;
    background: url(/recruit/assets/img/index/more_btn.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.btn_approval:hover{
	opacity: 0.7;
}
/* 希望職種 */
.job_category {
    display: flex;
    gap: clamp(5px, 1.46vw, 20px);
}
.job_category label{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.job_category label:first-child{
    margin-right: 10px;
}
/* 採用区分 */
.recruit_category{
    display: flex;
    gap: clamp(5px, 1.46vw, 20px);
}
.recruit_category label{
    display: flex;
    align-items: center;
    gap: 10px;
}
/* その他 */
.form_box dl.others{
    flex-direction: column;
}
.form_box dl.others dt{
    width: 100%;
    margin-bottom: 20px;
}
.form_box dl.others dd{
    width: 100%;
}
.form_box dl.others textarea{
    width: 100%;
    height: 13vw;
    font-size: 20px;
    padding: 20px 20px;
}
/* チェックボックス */
.privacy_box{
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.privacy_box a{
    color: #2c8bbe;
    font-weight: bold;
}
/* チェックボックス装飾 */
input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 15px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    position: absolute;
}
input[type="checkbox"]::before {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 52.5%;
}
.modal input[type="checkbox"]::before {
    width: 15px;/*チェックボックスの横幅*/
    height: 15px;/*チェックボックスの縦幅*/
}
/* チェック時に装飾 */
input[type="checkbox"]:checked::after{
    border-bottom: 3px solid #2b8bbe;
    border-left: 3px solid #2b8bbe;
    height: 10px;
    width: 20px;
    transform: rotate(-45deg);
}
/*必須*/
.required{
    color: red;
    margin-left: 10px;
}
/* エラー用 */
.error_text{
    color: red;
    font-weight: bold;
    margin-bottom: 1%;
    font-size: 18px;
}
.error_text2{
    color: red;
    font-weight: bold;
    margin-bottom: 5%;
    font-size: 18px;
}
/* 希望勤務地 */
.kibou_area{
    display: none;
}
.kibou_area{
    display: flex;
    flex-direction: column;
    gap: 5px;
    gap: clamp(5px, 1.46vw, 20px);
}
.kibou_area .area_name{
    margin-bottom: 0;
}
.kibou_area .area_name.area_mt5px{
    margin-top: 5px;
}
.kibou_area .kibou_prefecture{
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(5px, 1.46vw, 20px);
    row-gap: 0;
    line-height: 0;
    margin-top: 5px;
    margin-left: clamp(5px, 1.46vw, 20px);
}

.kibou_prefecture_sp {
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(5px, 1.46vw, 20px);
    row-gap: 0;
    line-height: 0;
    margin-top: 5px;
    margin-left: clamp(5px, 1.46vw, 20px);
}

.check_area label{
    font-size: clamp(16px, 1.46vw, 20px);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}
[type="checkbox"], [type="radio"]{
    height: clamp(20px, 1.83vw, 25px);
    width: clamp(20px, 1.83vw, 25px);
    left: 5px;
}

/*--------------------------------
	確認ページ
--------------------------------*/
.conf_text{
    border: 1px solid;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    font-size: clamp(20px, 1.83vw, 25px);
}
.conf_page{
    margin: 20px 0px;
}
.conf_page dl{
    margin: 0px;
    padding: 0px 10px;
}
.conf_page dl dt{
    width: 30%;
}

/*--------------------------------
	mainv
--------------------------------*/
main{
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 14.23vw;
}

/*--------------------------------
	about_policy
--------------------------------*/
.about_policy {
    width: 1040px;
    margin: 0 auto;
	margin-bottom: 6.15vw;
}
.about_policy h2 {
    margin-bottom: 3.84vw;
    font-size: 2.5vw;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.about_policy h2::before {
    background-color: #292f4a;
    margin-right: 10px;
    content: "";
    width: 3.3vw;
    height: 0.23vw;
}
.about_policy p{
    width: 1040px;
    margin: 0 auto;
	line-height: 2;
}

/*--------------------------------
	manufacturing
--------------------------------*/
.text_hosoku{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: clamp(16px, 1.32vw, 18px);
}
.text_hosoku.attention{
    margin-top: 25px;
}
/* ナビサイト */
.text_graduates{
    font-weight: bold;
    font-size: clamp(18px, 1.83vw, 25px);
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.text_graduates2{
    font-weight: bold;
    font-size: clamp(18px, 1.83vw, 25px);
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.agent_links{
    display: flex;
    gap: 35px;
    justify-content: center;
}
.agent_links img{
    width: clamp(250px, 25.77vw, 352px);
}
.agent_links .agent_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.agent_links .agent_link p{
    font-weight: bold;
    font-size: clamp(18px, 1.83vw, 25px);
}

/*--------------------------------
	 モーダルボックス
--------------------------------*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 150;
}
/* 背景黒色部分 */
.modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
/* コンテンツ表示部分 */
.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    padding: 1% 4%;
}
.box-btn {
    text-align: right;
}
.btn-modal {
    border: none;
    appearance: none;
    padding: 0;
    margin-right: 0.5em;
    background-color: transparent;
    cursor: pointer;
    font-size: 3em;
}
.privacy_box a {
    color: #2c8bbe;
    font-weight: bold;
    cursor:pointer;
    text-decoration: underline;
}
.modal_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 80%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1% 4%;
}
.modal_box .privacy_title{
    font-weight: bold;
    font-size: clamp(17px, 1.83vw, 25px);
}
.modal_box dt{
    font-weight: bold;
    font-size: clamp(17px, 1.83vw, 25px);
}
.modal_box dd{
    font-size: clamp(15px, 1.83vw, 20px);
}

/* スクロールバー装飾 */
.modal_box::-webkit-scrollbar,
.scroll_area::-webkit-scrollbar{
    width: 10px;
}
.modal_box::-webkit-scrollbar-track,
.scroll_area::-webkit-scrollbar-track{
    background-color: rgb(190, 190, 190);
    border-radius: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
}
.modal_box::-webkit-scrollbar-thumb,
.scroll_area::-webkit-scrollbar-thumb{
    background-color: #0a79b4;
    border-radius: 100px;
}

/* エントリー追従ボタン非表示 */
.entry_btn_circle{
    display: none;
}


/*--------------------------------
	希望勤務地の表示非表示用
--------------------------------*/
.kibou_prefecture,
.area_name{
    display: none!important;
}
.js-btn-modal-area {
    display: block!important;
}

/* PC版時の表示（767px以上） */
@media screen and (min-width: 767px) {
    #kibou_area .modal,
    .js-btn-modal-area,
    .list_area {
        display: none!important;
    }
    .kibou_prefecture,
    .area_name{
        display: flex!important;
    }
}

/*--------------------------------
	複数回答可　文字装飾
--------------------------------*/
.maa {
    font-size: 14px;
}

/*--------------------------------
	スマホ版
--------------------------------*/
@media screen and (max-width: 767px) {
	main{
		margin-bottom: 100px;
	}
    main:after{
        top: -5%;
        right: -5%;
    }
	main .container img{
		width: 85%;
	}
	main .container:first-child img:nth-child(1) {
		width: 60vw;
		margin-top: 42px;
	}
    .contents{
        width: 90%;
    }
    .form_box dl.others textarea{
        height: 200px;
    }
    input[type="checkbox"]{
        margin-right: 5px;
    }
    dl{
        margin-bottom: 40px;
    }
    .year {
        width: 40%;
    }
    .check_area label{
        margin-bottom: 5px;
    }
    select{
        width: 27%;
    }
    .select_box{
        width: 30%;
    }
    .select_box:first-child{
        width: 40%;
    }
    .select_boxs{
        gap: 5px;
    }
    .form_box dl dd{
        font-size: clamp(12px, 5vw, 16px);
    }

    /* チェックボックス */
    .privacy_box{
        display: block;
        font-size: 17px;
    }
    /* ナビサイト */
    .agent_link{
        flex-direction: column;
    }
    .form_box dl{
        flex-direction: column;
    }
    .recruit_category{
        flex-direction: column;
    }
    .form_box dl dt{
        width: 100%;
        margin-bottom: clamp(10px, 10vw, 20px);
    }
    .conf_page dl dt{
        margin-bottom: 0;
    }
    .conf_page dl:nth-child(n+2) dt{
        margin-top: 1rem;
    }
    .form_box dl dd{
        width: 100%;
    }
    /* 希望勤務地 */
    .kibou_area{
        display: flex;
        margin-left: 0;
        gap: 10px;
        margin-bottom:5px;
    }
    .kibou_area a span{
        background-color: #fff;
        color: #000000;
        border: solid 1px #000000;
        border-radius: 5px;
        padding: 1px 9px;
    }

    /* 希望勤務地モーダル */
    .box-btn.close_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
    }
    .kibou_area .list_area{
        margin-top: -10px;
    }
    .kibou_area a.open{
        width: fit-content;
    }
    .kibou_area .modal .inner{
        width: 77%;
        height: 75%;
    }
    .kibou_area .modal .inner .modal_box{
        line-height: initial;
        overflow-y: hidden;
        transform: translate(-50%, -50%);
        height: 99%;
    }
    .kibou_area .modal .inner .modal_box .box-btn button{
        margin-right: 0;
        font-size: 45px;
    }
    .kibou_area .modal .inner .modal_box .region{
        font-weight: bold;
        font-size: clamp(19px, 2.83vw, 27px);
        text-align: left;
    }
    .kibou_area .modal .inner .modal_box .nationally input{
        top: initial;
        transform: translateY(-11%);
        margin-left: 1rem;
    }
    .kibou_area .modal .inner .modal_box .nationally span{
        font-size: clamp(17px, 2.63vw, 23px);
    }
    .kibou_area .modal .inner .modal_box .kibou_prefecture_sp{
        display: flex;
        flex-direction: column;
        font-size: clamp(15px, 2.43vw, 20px);
        margin-left: 1.5rem;
    }
    .kibou_area .modal .inner .modal_box .kibou_prefecture_sp label span{
        font-size: clamp(15px, 2.43vw, 20px);
    }
    .scroll_area{
        height: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow-y: auto;
    }
    .kibou_area .modal .inner .modal_box .kibou_prefecture_sp label{
        margin-top: 7px;
    }
    .kibou_area .modal .inner .modal_box .kibou_prefecture_sp label input{
        top: initial;
        transform: translateY(5%);
    }
    .kibou_area .modal .inner .selection{
        width: 100%;
        text-align: center;
    }
    .kibou_area .modal .inner .selection button{
        text-decoration: none;
        background: #0a79b4;
        color: #fff;
        font-size: clamp(16px, 1.17vw, 50px);
        font-weight: 500;
        display: inline-block;
        border-radius: calc(100vw / 5);
        height: 40px;
        max-width: 233px;
        width: 90%;
        margin: 0 auto;
    }

    .selected_prefecture_none{
        display: none !important;
    }

    /* 希望職種 */
    .job_category{
        flex-direction: column;
        gap: 10px;
    }
    input{
        border: none;
        padding: 10px 10px;
    }
    .subscription{
        margin-bottom: 20px;
    }
    .text_hosoku{
        text-align: left;
    }
	/* manufacturing */
    .agent_links{
        flex-direction: column;
    }
    .btn_block{
        flex-direction: column;
    }
    .inner{
        width: 90%;
    }
}