.contents_border {
    position: relative;
    background: url(/js/profile/profile_border.png) no-repeat 50% 0;
    width: 100%;
    height: 54px;
    margin: 50px auto;
    width: 1000px;
}
/*
.shadow {
    position: absolute;
    height: 800px;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.f-shadow {
    position: absolute;
    height: 300px;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
*/
.inner {
    position: relative;
    min-height: 700px;
    width: auto;
    margin: 0 auto;
    padding: 0 10px 150px 10px;
}

.recruit-inner{
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}
.flow-inner{
    background-image: url(/img/top_container_bg.jpg);
    background-position: 50% 0;
    background-size: auto;
    background-repeat: repeat;
}

.form-inner{
    background-image: url(/img/contact_bg.jpg);
    background-repeat: repeat;
    background-size: 680px auto;
    background-position: 50%;
}
.formArea {
    position: relative;
    padding: 100px 0 0 0;
    max-width: 1040px;
    margin: 0 auto;
}

.aboutWrap {
    position: relative;
}

.about {
    position: relative;
}

table.aboutTable {
    border-collapse: separate;
    width: 100%;
    border-spacing: 0 10px;
    display: ;
}

table.aboutTable tr {}

table.aboutTable tr th {
    font-size: 20px;
    padding: 20px 10px 10px 10px;
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    border-bottom: 1px solid #2b2b2b;
    text-align: center;
    font-weight: 500;
}

table.aboutTable tr th span{
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    color: #e1c98e;
    line-height: 140%;
    font-weight: 500;
}

table.aboutTable tr td {
    text-align: left;
    font-size: 20px;
    padding: 10px 10px 20px 10px;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    display: block;
    font-weight: 500;
}

table.aboutTable tr td b {
    font-size: 12px;
    display: block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

table.aboutTable tr td span {
    display: block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    overflow: hidden;
}

table.aboutTable tr td span a {
    display: inline-block;
    line-height: 160%;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
    word-break: break-all;

}

table.aboutTable tr td p {
    display: block;
    line-height: 160%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
}

table.aboutTable tr td p strong{
    font-family: inherit;
    display: inline-block;
    width: 54px;
    padding-left: 2px;
    font-weight: 500;
}

table.aboutTable tr td span a i {
    font-size: 22px;
    overflow: hidden;
    display: inline;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
}

table.aboutTable tr td span a small{
    display: inline-block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    z-index: 1;
    font-weight: 500;
    overflow-wrap:  break-word;
    font-size: 20px;
}

table.aboutTable tr td ul {
    display: flex;
    flex-wrap: wrap;
}

table.aboutTable tr td ul li {
    display: inline-block;
}

table.aboutTable tr td ul li small {
    display: block;
    color: #fff;
    background-color: #ee509b;
    padding: 3px 10px;
    margin: 3px;
    font-size: 14px;
}

table.aboutTable tr td .map {
    filter: grayscale(40%);
    padding-right: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.system {
    margin: 0 auto 0 auto;
    max-width: 1280px;
    position: relative;
}

.systemMain {
    position: relative;
    background: #000;
    margin: 0 20px;
}

.systemContainer {
    padding: 80px 20px 40px 20px;
    margin: 0 auto;
}

.sysMainTitle {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.sysMainTitle span {
    font-size: 50px;
    font-family: 'Sorts Mill Goudy', sans-serif;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1;
    position: relative;
}

.contact-inner{
    background-image: url(/img/contact_bg.jpg);
    background-repeat: repeat;
    background-size: 680px auto;
    background-position: 50%;
}

.contactWrap {
    position: relative;
    padding: 50px 0 0 0;
}

.contactList {
    position: relative;
    text-align: center;
    padding: 0 5px 5px 5px;
    margin: 0 0 50px 0;
}

.contactList .contact {
    position: relative;
    margin: 0 auto;
}

.contactList .contact dl {
}

.contactList .contact dl dt {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

.contactList .contact dl dt a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.contactList .contact dl dt a img {
    width: 100%;
    transition: 0.3s ease;
}

.contactList .contact dl dt a:hover img {
    opacity: 0.6;
}

.contactList .contact dl dd {
    position: relative;
    line-height: 140%;
    position: relative;
    margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
    max-width: 100%;
    font-weight: 500;
    z-index: 4;
    font-size: 18px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, source-han-sans-japanese, sans-serif;
    word-break: break-all;
    white-space: nowrap;
}

.faq-inner{
    background-image: url(/img/contact_bg.jpg);
    background-repeat: repeat;
    background-size: 680px auto;
    background-position: 50%;
}

.qaWrap {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

.qa {
    position: relative;
}

.qa dl {
    position: relative;
    padding: 50px 5% 0 5%;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.qa dl.s1 {
    animation-delay: 0.3s;
}

.qa dl.s2 {
    animation-delay: 0.4s;
}

.qa dl.s3 {
    animation-delay: 0.5s;
}

.qa dl.s4 {
    animation-delay: 0.6s;
}

.qa dl.s5 {
    animation-delay: 0.7s;
}

.qa dl.s6 {
    animation-delay: 0.8s;
}

.qa dl.s7 {
    animation-delay: 0.9s;
}

.qa dl.s8 {
    animation-delay: 1s;
}

.qa dl.s9 {
    animation-delay: 1.1s;
}

.qa dl.s10 {
    animation-delay: 1.2s;
}

.qa dl dt {
    position: relative;
    overflow: hidden;
}

.qa dl dt span.Q {
    display: block;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 80px;
    color: #e1057f;
    font-weight: 500;
}

.qa dl dt small {
    display: block;
    overflow: hidden;
    font-size: 22px;
    color: #e1057f;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 1px;
    line-height: 200%;
    padding-top: 16px;
    font-weight: 500;
    /* word-break: break-all; */
}

.qa dl dt small span {
    font-size: 22px;
    color: #e1057f;
    font-family: "Noto Serif JP", serif;
    line-height: 200%;
    padding: 0 2px;
    font-weight: 500;
}

.qa dl dd {
    margin: 40px 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dotted #60472e;
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.qa dl dd span.A {
    display: block;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 80px;
    color: #333;
    font-weight: 500;
}

.qa dl dd small {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 200%;
    padding-top: 16px;
    font-family: "Noto Serif JP", serif;
    color: #333;
    font-weight: 500;
}

.flowWrap {
    position: relative;
    padding: 0 10px;
    max-width: 1040px;
    margin: 0 auto;
}

.flowInner {
    position: relative;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.flow {
    position: relative;
    padding: 20px 0 20px 0;
}

.flow dl dd {
    line-height: 200%;
    position: relative;
    z-index: 2;
}

.flow dl dd span{
    display: inline-block;
    line-height: 200%;
    font-size: 13px;

}

.flow dl dd span b{
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 140%;
    background-color: #ee509b;
    color: #fff;
    padding: 0 5px 3px 5px;
    margin: 3px 2px;
    letter-spacing: 0;
}

.campaign-titles {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: center;
    padding: 100px 0 0 0;
}

.campaign-titles span {
    display: block;
    height: 150px;
}

.campaign-titles span img {
    height: 100%;
}

.campaign-inner {
    position: relative;
    padding: 20px 0 50px 0;
    /* background-image: url(/img/campaign_bg.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 100% 70%; */
}

.campaign {
    position: relative;
    text-align: left;
}

.campaign dd {
    font-family: "Noto Serif JP", serif;
    line-height: 180%;
}

.campaign dd b.nb {
    display: inline-block;
    line-height: 180%;
    font-size: 13px;
}

.campaign dd span.ns {
    display: inline-block;
    font-size: 20px;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    /* background-color: #ff8487; */
    background-color: #fff;
    color: #000;
    padding: 0 5px 3px 5px;
    margin: 3px 2px;
    letter-spacing: 0;
}
.campaign dd span.ns2 {
    display: inline-block;
    line-height: 26px;
    background-color: #ffe200;
    color: #000;
    border-radius: 13px;
    padding: 0 10px;
}
.counterWrap {
    position: relative;
    text-align: left;
    padding: 10px 0;
}

.counterWrap h2.ot b {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 80px 5px 80px;
    display: inline-block;
    color: #000;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.counterWrap h2.od b {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 80px 5px 80px;
    display: inline-block;
    color: #000;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.unit {
    font-family: "Noto Serif JP", serif;
    /* transform: skewX(-11deg) scaleY(1.1); */
    /* font-size: 8vmax; */
    font-size: 80px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -3px;
    margin: -6px -10px 0 -10px;
    line-height: 1;
}

.counter {
    /*    font-family: 'Oswald', sans-serif;*/
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -3px;
    line-height: 1;
    margin: -6px 0 0 0;
}