* {
    margin: 0px;
    padding: 0px;
    font-family: YakuHanJP, YakuHanMP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.warning {
    color: blue;
}

.mc-hide-scrolls {
    overflow: hidden;
}

body {
    background-color: #fff;
}

.test {
    font-size: 50px;
    font-family: 'TIMES';
    color: #fff;
}

#coverWrap {
    background: url(/index/img/cover.jpg) no-repeat 50% 0%;
    position: relative;
    height: 800px;
    min-width: 1080px;
}

#coverWrap2 {
    background: url(/index/img/cover2.jpg);
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    height: 100vh;
    min-width: 1080px;
    overflow: hidden;
}

/* #coverWrap2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(
	to bottom,
	rgba(216, 216, 216, 0) 0%,
	rgba(216, 216, 216, 1) 100%
);
} */

h1 {
    text-align: center;
    color: #191919;
    background: linear-gradient(to right,
            #FFFFFF 0%,
            #F5F5F5 50%,
            #D8D8D8 100%);
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


#logo {
    position: absolute;
    z-index: 99998;
    margin-top: -420px;
    margin-left: -210px;

}

.entrance {
    position: absolute;
    width: 500px;
    bottom: 20vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
    text-align: center;
}

.entrance li {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

.entrance li a {
    display: block;
    margin: 10px;
    padding: 20px 0px;
    text-align: center;
    border: 1px solid #5f4a1f;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.01, #000000), color-stop(0.46, #353b3b), color-stop(0.02, #000000));
    background: -webkit-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -moz-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -o-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -ms-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    border-radius: 999px;
    line-height: 1.2;
}

.entrance li a span {
    display: block;
    font-size: 15px;
}

.entrance p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.entrance p a {
    color: red;
    font-size: 14px;
    display: inline-block;
    padding: 0 3px;

}

hr {
    background-color: #ccc;
    width: 80%;
    max-width: 680px;
    margin: 50px auto;
    opacity: 0.1;
    display: none;
}

#footerWrap {
    position: relative;
    text-align: center;

    /* background: linear-gradient(to top,
            #FFFFFF 0%,
            #F5F5F5 50%,
            #D8D8D8 100%); */

}

#footerWrap p {
    font-size: 12px;
}

#footerWrap a {
    text-decoration: none;
}

#recruitBanner {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 480px;
    width: 30%;
}

#recruitBanner p {
    font-weight: bold;
    color: #fff;
}

#recruitBanner a img {
    width: 100%;
}

#footerBottomWrap {
    position: relative;
    width: 100%;
    min-width: 1080px;
    border-top: 1px solid #252525;
    display: none;
}

#footerBottom {
    position: relative;
    padding: 6px 0px 6px 6px;
    text-align: left;
    background-color: #141414;
}

#footerBottom span {
    display: block;
    float: left;
    margin-right: 10px;
}

#footerBottom span img {
    width: 50px;
}

.info {
    margin: 30px auto 0 auto;
    display: none;
}

.info dd {
    font-size: 16px;
    color: #191919;
    margin: 3px 0;
    font-weight: bold;
}

.info dd a {
    font-size: 16px;
    color: #191919;
    font-weight: bold;
}


#copy {
    position: absolute;
    bottom: 40px;
    left: 10px;
    color: #191919;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
}

#footerBottom .link {
    font-size: 12px;
    line-height: 1.2;
    color: #eaeaea;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #e7201b;
}

.newyear_notice {
    position: absolute;
    top: 10px;
    left: 50%;
    padding: 20px;
    width: 400px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
    margin-left: -220px;
    z-index: 9999;
}

.newyear_notice dl dt {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.newyear_notice dl dd {
    margin: 10px auto 0 auto;
    color: #000;
    font-size: 13px;
}

.h-banner {
    position: absolute;
    right: 10px;
    bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: right;
    align-items: center;
    width: 500px;
}

.h-banner li {
    display: inline-block;
    width: 33.33333%;
}

.h-banner li a {
    display: block;
    margin: 3px;
    height: 30px;
}

.h-banner li a img {
    width: 100%;
    height: 100%;
}