@charset "utf-8";

p,
th,
td {
    font-size: 18px !important;
}

th {
    font-weight: bold !important;
}

table td span {
    margin-left: 5px;
    font-size: 16px;
}

tr:first-child {
    border-top: solid 1px #dfdfdf;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

.p-1 {
    padding: .25rem;
}

.p-2 {
    padding: .50rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.pt-1 {
    padding-top: .25rem;
}

.pt-2 {
    padding-top: .50rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-1 {
    padding-bottom: .25rem;
}

.pb-2 {
    padding-bottom: .50rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ps-1 {
    padding-left: .25rem;
}

.ps-2 {
    padding-left: .50rem;
}

.ps-3 {
    padding-left: 1rem;
}

.ps-4 {
    padding-left: 1.5rem;
}

.ps-5 {
    padding-left: 3rem;
}

.pe-1 {
    padding-right: .25rem;
}

.pe-2 {
    padding-right: .50rem;
}

.pe-3 {
    padding-right: 1rem;
}

.pe-4 {
    padding-right: 1.5rem;
}

.pe-5 {
    padding-right: 3rem;
}

.m-1 {
    margin: .25rem;
}

.m-2 {
    margin: .50rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.mt-1 {
    margin-top: .25rem;
}

.mt-2 {
    margin-top: .50rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.mb-2 {
    margin-bottom: .50rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.ms-1 {
    margin-left: .25rem;
}

.ms-2 {
    margin-left: .50rem;
}

.ms-3 {
    margin-left: 1rem;
}

.ms-4 {
    margin-left: 1.5rem;
}

.ms-5 {
    margin-left: 3rem;
}

.me-1 {
    margin-right: .25rem;
}

.me-2 {
    margin-right: .50rem;
}

.me-3 {
    margin-right: 1rem;
}

.me-4 {
    margin-right: 1.5rem;
}

.me-5 {
    margin-right: 3rem;
}

/* footer */
.f_company {
    background-color: #E9EEEF;
}

.f_company section {
    display: flex;
}

.f_company_status {
    width: 50%;
    padding-left: 10%;
}

.f_company_status p {
    color: black !important;
}

.f_company_status img {
    width: 250px;
    margin-bottom: 25px;
}

.f_company_map {
    width: 50%;
}

/* works */
#modal-container {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#modal-container div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;

}

#modal-container div img {
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
}

img.popup {
    cursor: pointer;
}

/* reqruit */
#reqruit .table_01 th {
    vertical-align: text-top;
}

.entry_btn a {
    font-size: 20px;
    font-weight: bold;
    color: #37965D;
    text-align: center;
    border: 5px solid #37965D;
    text-decoration: none;
    display: block;
    width: 90%;
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    max-width: 500px;
}

.entry_btn a:hover {
    background-color: #37965D;
    color: #fff;
}

.entry_btn a span {
    font-size: 10px;
}

.privacypolicy {
    font-size: 10px;
    width: 65%;
    height: 85px;
    overflow-y: scroll;
}

/*(/1200～)*/

@media screen and (max-width:960px) {
    .sp-image {
        height: auto;
    }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
}

.slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}

.slick-list {
    padding: 0 0 20px 0 !important;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

.slider-child {
    width: 700px;
    height: 700px;
    background-color: rgb(244, 244, 248);
    border-radius: 7px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.slider-childlen p {
    margin-top: 0;
    padding-top: 0;
    color: #0085B2;
    font-weight: bold;
}

.factory-works-list {
    margin-bottom: 100px;
}

.factory-works-list-img {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
}

.slider-child h4 {
    font-size: 24px;
    margin: 20px 30px 0 30px !important;
}

.slider-child p {
    margin: 0px 30px 0 30px !important;
}

@media screen and (max-width:960px) {
    .f_company section {
        flex-direction: column;
    }

    #top_slide .top_catch {
        font-size: 6vw;
        top: 20%;
    }

    #top_slide .top_catch p {
        font-size: 13px !important;
    }

    .f_company_status {
        width: 90%;
        padding: 0;
        margin: auto;
        text-align: center;
    }

    ul.works_list li {
        flex-direction: column;
    }

    ul.works_list li,
    ul.works_list li div.left_img,
    ul.works_list li div.right_cap,
    #factory ul.works_list li div.left_img {
        width: 100%;
    }

    #works ul.works_list li div.left_img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #modal-container {
        top: 0;
    }

    .img_list div {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-child {
        width: 80vw;
        height: fit-content;
        padding-bottom: 30px;
    }

    .factory-works-list-img {
        height: fit-content;
    }

    .entry_btn a {
        width: 75%;
    }

    .privacypolicy {
        width: 100%;
    }

}