.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: rgb(254,194,206);
    background: linear-gradient(0deg, rgba(254,194,206,0) 0%, rgba(254,194,206,1) 100%);
}

.f-shadow {
    position: absolute;
    height: 300px;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: rgb(254,194,206);
    background: linear-gradient(0deg, rgba(254,194,206,1) 0%, rgba(254,194,206,0) 100%);
}

.inner {
    position: relative;
    /* max-width: 1280px;
    width: 96%;
    margin: 0 auto 0 auto;
    background-repeat: repeat;
    background: rgba(255,255,255, 1);
    padding: 0 10px 150px 10px;
    min-height: 700px; */
}

.recruit-inner {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto 0 auto;
    background-repeat: repeat;
    /* background: rgba(255,255,255, 1); */
    padding: 0 10px 150px 10px;
    min-height: 700px;
}

.flow-inner {
    max-width: 1800px;
    width: 96%;
    margin: 0 auto 0 auto;
    /* background-color: rgba(255,255,255, 1); */
    padding: 0 10px 150px 10px;
    min-height: 700px;
}

.faq-inner {
    max-width: 1280px;
    width: 96%;
    margin: 0 auto 0 auto;
    background-repeat: repeat;
    /* background: rgba(255,255,255, 1); */
    padding: 0 10px 150px 10px;
    min-height: 700px;
}

.contact-inner{
    /* background: rgba(255,255,255, 1); */
    min-height: 700px;
    padding: 100px 0;
}

.form-inner{
    min-height: 700px;
    padding: 100px 0;
}

.formArea {
    position: relative;
    max-width: 1040px;
    width: 96%;
    margin: 0 auto;
    background-repeat: repeat;
    padding: 0 10px 0 10px;
}

.aboutWrap {
    position: relative;
}

.about {
    position: relative;
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
}

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

table.aboutTable tr {}

table.aboutTable tr th {
    width: 25%;
    text-align: right;
    font-size: 20px;
    padding: 20px 20px 20px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

table.aboutTable tr td {
    text-align: left;
    font-size: 20px;
    padding: 20px 10px 20px 20px;
    line-height: 140%;
    border-left: 1px solid #333;
    font-family: "Noto Serif JP", serif;
    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;
}

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 {
    display: inline-block;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    transition: 0.3s ease;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 5px 0;
}

table.aboutTable tr td span a::after {
    content: "";
    background-color: #ee509b;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease;
    z-index: -1;
}

table.aboutTable tr td span a:hover::after {
    width: 100%;
    left: 0;
}

table.aboutTable tr td span a:hover {
    color: #fff;
    padding: 5px;
}

table.aboutTable tr td span a i {
    font-size: 20px;
    overflow: hidden;
    vertical-align: bottom;
    transition: 0.3s ease;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 1lh;
    height: 1lh;
}

table.aboutTable tr td span a:hover i {
    color: #fff;
}

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: 0 3px 3px 0;
    font-size: 14px;
}


table.aboutTable tr td .map {
    /* filter: grayscale(100%) invert(92%) contrast(83%); */
    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;
}


@media only screen and (max-width : 1280px) {
    .contactWrap {
        position: relative;
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
    .contactList {
        position: relative;
        text-align: center;
        padding: 20px;
        width: 100%;
        margin: 0 20px 20px 20px;
        /* border: 1px solid #ddd; */
        background-color: #fff;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 10px 10px 5px rgba(0,0,0,0.1);    }
}

@media only screen and (min-width : 1281px) {
    .contactWrap {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 96%;
        margin: 0 auto;
        padding: 0 50px;
    }
    .contactList {
        position: relative;
        text-align: center;
        padding: 20px;
        width: 46%;
        margin: 1%;
        /* border: 1px solid #ddd; */
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 10px 10px 5px rgba(0,0,0,0.1);
    }
}

.contactList .contact {
    position: relative;
    margin: 0 auto;
    text-align: center;

}

.contactList .contact dl {
    padding: 50px 0;
}

.contactList .contact dl dt {
    position: relative;
    max-width: 500px;
    min-width: 280px;
    margin: 0 auto;
    z-index: 5;
}

/* .contactList .contact dl dt::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #2b2b2b;
    position: absolute;
    top: 50%;
    left: -150px;
} */

.contactList .contact dl dt a {
    display: block;
    /* border-radius: 75px; */
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
}

.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: 200%;
    font-size: 26px;
    position: relative;
    padding: 30px 0 0 0;
    max-width: 90%;
    margin: 0 auto;
    z-index: 4;
    font-family: "Oswald", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, source-han-sans-japanese, sans-serif;
}

.contactList .contact dl.contactQR dd{
    color: #17a304;
}

.contactList .contact dl.contactTEL dd{
    color: #b95368;
    font-weight: 700;
    font-size: 22px;
}

.contactList .contact dl.contactMAIL dd{
    color: #3c8cef;
}

.contactList .contact dl.contactFORM dd{
    color: #f94804;
    font-weight: 700;
    font-size: 22px;
}
.contactSub{
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.contactSub span{
    display: block;
    font-size: 30px;
    line-height: 160%;
}

.contactSub span:first-child{
    color: #17a304;
}

.qaWrap {
    position: relative;
    max-width: 1080px;
    width: 96%;
    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 {
    margin-right: 14px;
    display: block;
    float: left;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 80px;
    font-weight: 500;
    width: 100px;
    color: #e1057f;
    /* color: #a68b62; */
}

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


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

.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 {
    margin-right: 14px;
    display: block;
    float: left;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 80px;
    font-weight: 500;
    width: 100px;
    color: #333;
}

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

}

.subTitle2 {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.subTitle2:before,
.subTitle2:after {
    border-top: 1px solid #333;
    content: "";
    width: 100%;
}

.subTitle2:before {
    margin-right: 0;
}

.subTitle2:after {
    margin-left: 0;
}

.subTitle2 span {
    text-align: center;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    line-height: 1;
    display: block;
    transform: skewX(-11deg);
    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);
    letter-spacing: 0;
    padding: 2px;
    /*    transform: skewX(-8deg);*/
}

.subTitle2 b {
    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);
    font-size: 15px;
    display: block;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
    .subTitle2 span {
        color: #a18861;
        background: none;
    }

    .subTitle2 b {
        color: #a18861;
        background: none;
    }
}

.flowWrap {
    position: relative;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width : 1400px) {
    .flow-container {
        position: relative;
        padding: 100px 2% 0 2%;
        align-items: center;
        width: 100%;
    }
    .flow {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 1401px) {
    .flow-container {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
    .flow {
        position: relative;
        width: 60%;
        padding: 0 0 0 50px;
    }
}



/*
.flow::after {
    content: "";
    height: 70%;
    width: 100%;
    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='#000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
}
*/

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

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

}

.flow dl dd span b{
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 30px;
    background-color: #ee509b;
    color: #fff;
    padding: 3px 3px 6px 3px;
    margin: 3px 0;
    letter-spacing: 0;
    line-height: 1;
}
.bftl {
    position: absolute;
    top: -60px;
    left: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
}

.bftr {
    position: absolute;
    top: -60px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
    transform: rotate(90deg);
}

.bfbr {
    position: absolute;
    bottom: -20px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
    transform: rotate(-180deg);
}

.bfbl {
    position: absolute;
    bottom: -20px;
    left: -35px;
    width: 30px;
    height: 30px;
    background-image: url(/pc/img/frame_tl.png);
    background-size: cover;
    transform: rotate(-90deg);
}


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

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

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

.campaign-inner {
    position: relative;
    padding: 20px 0 50px 0;
    max-width: 80%;
    margin: 0 auto 80px auto;
    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;
    font-weight: 500;
    line-height: 180%;
}

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

.campaign dd span.ns {
    display: inline-block;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    padding: 0 0 3px 0;
    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-weight: 500;
    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;
}