@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: local('gothic'), url('/fonts/gothic.woff') format('woff'), url('/fonts/gothic.ttf') format('truetype');
}

.fontA {
    font-family: 'gothic' !important;
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", "���C���I", Meiryo, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: #141414;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*
font-family: "Noto Sans JP", sans-serif;
*/

a {
    text-decoration: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@keyframes fadeInBody {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInBody {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    background-color: #fff;
    background-image: url(/pc/img/bg_green.png);
    background-repeat: repeat;
    background-position: 50% 0;
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 100%;
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
    animation: fadeInBody 2s ease 0s 1 normal !important;
}

.allWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#wrap h1 {
    background: #ae9979;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 5px 0;
}

#cover {
    position: relative;
}

#cover img {
    width: 100%;
}
#cover_gra {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/sp/img/index/cover_gra.png) repeat;
    width: 100%;
    height: 150px;
}

.logo {
    display: block;
    width: 240px;
    margin: 0 auto 30px auto;
}

.logo img {
    width: 100%;
}

.entrance {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9999;
    margin-top: -50px;
}

.entrance ul {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

}

.entrance ul li {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
}

.entrance ul li.enter {
    position: relative;
    text-align: center;
}

.entrance ul li.leave {
    position: relative;
    text-align: center;
}

.entrance ul li.enter a {
    display: block;
    font-family: 'Alex Brush', serif;
    font-size: 60px;
    line-height: 1;
    padding: 5px;
    margin: 10px 5px 0 5px;
    color: #000;
    /*    text-shadow: 2px 2px 16px #840035;*/
}

.entrance ul li.leave a {
    display: block;
    font-family: 'Alex Brush', serif;
    font-size: 60px;
    line-height: 1;
    padding: 5px;
    margin: 10px 5px 0 5px;
    color: #000;
}

.entrance ul li a span {
    margin-top: 15px;
}

.entrance ul li.enter a span {
    display: block;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    color: #000;
    padding: 3px;
    text-align: center;
    max-width: 200px;
    margin: -3px auto 0 auto;
    border-radius: 10px;
}

.entrance ul li.leave a span {
    display: block;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    color: #000;
    padding: 3px;
    max-width: 200px;
    margin: -3px auto 0 auto;
    border-radius: 10px;
}

p.note {
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
    color: #000;
}

.attWrap {
    width: 90%;
    margin: 50px auto 0 auto;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.att dt {
    position: relative;
}

.att dt b {
    font-family: "gothic", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #ff0000;
    line-height: 1;
    padding: 0 10px 10px 10px;
    background: #fff;
    display: inline-block;
    position: relative;
}

.att dt span {
    height: 1px;
    background: #ff0000;
    width: 80%;
    position: absolute;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -40%;
    display: block;
}

.att dd {
    font-family: "gothic", sans-serif;
    font-size: 18px;
    line-height: 120%;
}

.att dd.ja {
    font-size: 14px;
    line-height: 120%;
    padding-top: 10px;
}

.recruitTitle {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}
h1 {
    color: #000;
    font-size: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.recruitTitle {
    display: block;
    text-align: center;
    position: relative;
    margin: 80px 0 20px 0;
}

.recruitTitle small {
    display: block;
    height: 2px;
    background: #fff;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -250px;
}

.recruitTitle b {
    font-family: 'gothic', 'Noto Sans JP'serif;
    color: #000;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 10px;
    position: relative;
}

.banner {
    position: relative;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9000;
}

.banner li {
    position: relative;
}

.banner li a {
    display: block;
    margin: 5px;
}

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

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 50px;
}
.bgFoot{
    background-image: url(/sp/img/footer_visual.svg);
    height:60px;
    width: 100%;
    background-size: 100% 60px;
    display: none;
}
#footerContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: #232323;
    padding-bottom: 10px;

}

#footer {
    margin: 0 auto;
}

#footer dl {}

#footer dl dt {
    width: 200px;
    margin: 0 auto;
    padding-top: 30px;
}

#footer dl dt img {
    width: 100%;
}

#footer dl dd.info,
#footer dl dd.info a {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #e50077;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    padding: 10px 0 0 0;
}

#footer dl dd.info span.infomationTitle {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #e50077;
    margin-left: 16px;
    font-size: 14px;
}

#footer dl dd.footerMenu ul {
    position: relative;
    text-align: right;
    overflow: hidden;
    padding-right: 3px;
}

#footer dl dd.footerMenu ul li {
    position: relative;
    display: inline-block;
}

#footer dl dd.footerMenu ul li a {
    display: block;
    margin: 10px 4px;
    border-right: 1px solid #e50077;
    padding: 0 12px 0 0;
}

#footer dl dd.footerMenu ul li:last-child a {
    margin: 10px 0 10px 6px;
    padding: 0 0 0 0;
    border: none;
}

#footer dl dd.footerMenu ul li a.active span {
    color: #fff;
    background: #000;
}

#footer dl dd.footerMenu ul li a span {
    color: #e50077;
    line-height: 1;
    padding: 5px 0;
    display: block;
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    padding: 2px;
}


#footer dl dd.footerMenu ul li a:hover span {
    color: #fff;
}

#footer dl dd.footerBorder {
    height: 6px;
    width: 100%;
    margin: 60px 0;
}

p#copyRight {
    color: #e50077;
    font-size: 7px;
    letter-spacing: 1px;
    text-align: right;
    margin-top: 20px;
}

#footerBottomWrap {
    position: relative;
}

#footerBottom {
    position: relative;
    padding: 6px;
}

#footerBottom span {
    display: block;
    margin-right: 10px;
    overflow: hidden;
}

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    margin: 0 5px;
    text-align: right;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 2px 0;
}




.breadcrumb_list {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li a {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list li a:hover {
    color: #000;
}

.breadcrumb_list li span {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    text-decoration: none;
}

.breadcrumb_list li b {
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    text-decoration: underline;
}
.noticeWrap {
    width: 100%;
    max-width: 480px;
    margin: 20px auto;
    overflow: hidden;
}

.notice {
    background: #fff;
    padding: 30px 10px 20px 10px;
    border: 3px double #E41378;
}

.notice dt {
    text-align: center;
    font-size: 24px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.notice dd {
    padding: 18px 0;
    line-height: 140%;
    font-size: 16px;
}

.notice dd b {
    color: #E41378;
    font-weight: 600;
}

.notice dd span {
    display: block;
text-align: center;
    margin: 10px 0;
}

.notice dd span small {
    background: rgba(255, 240, 0, 0.6);
    display: inline-block;
    padding: 2px 10px;
}

