/* ローディング画面
================================================== */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;
    background: #222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.spinner > div {
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.5) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    } 40% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.spinner .text {
    margin-left: 8px;
    margin-top: 20px;
    font-family: 'bebas';
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.7em;
    text-align: center;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}



/* スライダー
================================================== */
.slider_wrap {
    position: relative;
}
.layer1 {
    position: absolute;
    top: 10%;
    left: 8%;
    z-index: 1;
}
.layer2 {
    position: absolute;
    top: 10%;
    right: 8%;
    z-index: 1;
    text-align: right;
}
.layer2:hover {
    transform: scale(1.05);
}
.layer1 img, .layer2 img {
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .slider_wrap {
        overflow-x: hidden;
    }
    .layer1 {
        top: 50px;
        left: 20px;
    }
    .layer2 {
        top: auto;
        bottom: 20px;
        right: 20px;
    }
    .layer2 img {
        width: 40%;
    }
}



/* 共通
================================================== */
h2 {
    font-weight: 900;
    color: #444;
    font-size: 50px;
    line-height: 1.3em;
    margin-bottom: 30px;
}
h2 small {
    font-size: 75%;
}
h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 1.3em;
        margin-bottom: 15px;
        text-align: center;
    }
    h2 small {
        font-size: 19px;
        line-height: 1.3em;
    }
    h3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

.en {
    font-family: "Smooch Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 110px;
    line-height: 1em;
}
@media only screen and (max-width: 767px) {
    .en {
        font-size: 30px;
    }
}


/* メイン
================================================== */
#tp_main_bg {
    padding: 80px 0;
    background: linear-gradient(to left, #00a73c 0%, #00a73c 250px, #f0f0f0 250px, #f0f0f0 100%);
}
#tp_main_bg h2 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1px;
}
#tp_main_bg .en {
    margin-top: 50px;
    font-size: 100px;
    color: #00a73c;
    letter-spacing: 6px;
}
@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 50px 0;
        background: linear-gradient(to left, #00a73c 0%, #00a73c 50px, #f0f0f0 50px, #f0f0f0 100%);
    }
    #tp_main_bg h2 {
        font-size: 24px;
    }
    #tp_main_bg .en {
        margin-top: 20px;
        font-size: 40px;
        letter-spacing: normal;
    }
}



/* 会社概要 アクセス・工場紹介
================================================== */
#tp_company_bg1 {
    padding: 100px 0 30px 0;
}
#tp_company_bg1 h2 {
    line-height: 0.5em;
    text-align: center;
}
#tp_company_bg1 .en {
    color: #444;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}

#tp_company_bg2 {
    display: flex;
}
#tp_company_bg2 .photo {
    width: 50%;
}
#tp_company_bg2 .photo img {
    width: 100%;
}

#tp_company_bg3 {
    padding: 30px 0 100px 0;
}
@media only screen and (max-width: 767px) {
    #tp_company_bg3 .en {
        margin-top: -10px;
        color: #444;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-align: center;
    }
}


/* 求人情報
================================================== */
#tp_recruit_bg {
    padding-bottom: 100px;
}
#tp_recruit_bg .en {
    margin-top: -300px;
    font-size: 160px;
    text-align: center;
    letter-spacing: 5px;
}
#tp_recruit_bg .inner {
    padding: 50px;
    background: #00a73c;
    position: relative;
    z-index: 1;
}
#tp_recruit_bg .inner p.lead {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #tp_recruit_bg {
        padding-bottom: 50px;
    }
    #tp_recruit_bg .en {
        margin-top: -80px;
        font-size: 60px;
    }
    #tp_recruit_bg .inner {
        padding: 20px;
    }
    #tp_recruit_bg .inner p.lead {
        font-size: 20px;
        margin-bottom: 10px;
    }
}


/* 新着情報
================================================== */
#tp_news_bg {
    padding: 80px 0;
    background: linear-gradient(to right, #606060 0%, #606060 250px, #f0f0f0 250px, #f0f0f0 100%);
}
#tp_news_bg h2 {
    color: #444;
    line-height: 0.5em;
    text-align: center;
}
#tp_news_bg .en {
    color: #444;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        padding: 50px 0;
        background: linear-gradient(to right, #606060 0%, #606060 50px, #f0f0f0 50px, #f0f0f0 100%);
    }
    #tp_news_bg h2 {
        line-height: 1.3em;
    }
    #tp_news_bg .en {
        margin-top: -10px;
        font-size: 12px;
    }
}
#tp_news {
    margin-top: -60px;
    padding: 100px 100px 50px 100px;
    background: #fff;
}
#tp_news p a {
    color: #00a73c !important;
    font-weight: bold;
    text-decoration: underline;
}
#tp_news .inner {
    height: 400px;
    overflow-y: scroll;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 15px;
    line-height: 20pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 15px;
    line-height: 20pt;
}
#tp_news .inner dl dd p {
    font-size: 15px;
    line-height: 20pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #000;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        padding: 30px 0;
    }
    #tp_news {
        margin-top: 20px;
        padding: 10px 0;
    }
    #tp_news .inner {
        padding: 20px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}