/*
body {
    min-width: unset;
}
*/
body.noscroll {
    position: fixed;
    left: 0;
    right: 0;
    overflow-y: hidden;
}

.enterprise-wrap{
    width: calc(100% - 40px);
    max-width: 960px;
    margin: 40px auto;
/*
    width: 960px;
    margin: 40px auto;
*/
}

.enterprise-title {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

.enterprise-title span {
    background: linear-gradient(180deg, transparent 50%, #eceff1 50%);
    display: initial;
    padding: 0.2em 0.2em;
}

.enterprise-intro {
    font-size: 120%;
    text-align: center;
    padding-top: 40px;
    line-height: 2;
}

.howto {
    margin: 90px auto 0;
    display: flex;
    flex-wrap : wrap;
}

.howtoList {
    width: 460px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
}

.howtoList::before {
    content: '';
    border: 16px solid transparent;
    transform: rotate(45deg) translate(-22px);
    border-right-color: #fd456c;
    position: absolute;
    top: 0;
    left: 0;
}

.howtoList-watching {
    margin-right: 40px;
}

.howtoList-watching::before {
    border-right-color: #fd456c;
}

.howtoList-volunteer::before {
    border-right-color: #f576b5;
}

.howtoList-volunteer {
    margin-right: 40px;
}

.howtoList-trial::before {
    border-right-color: #2a9fe9;
}

.howtoList-sponsorship::before {
    border-right-color: #c33b9a;
}

.howtoList-employment::before {
    border-right-color: #2bb74f;
}

.howtoList-employment {
    margin-right: 40px;
}

.howtoList-technical-support::before {
    border-right-color: #ff9900;
}

.howtoList-rent::before {
    border-right-color: #0078c8;
}

.howto-box {
    width: 100%;
}

.howto-title {
    font-size: 170%;
    font-weight: bold;
    text-align: center;
}

.howto-imgBox {
    position: relative;
    margin: 30px auto 0;
    text-align: center;
}

.howto-icon {
    width: 192px;
    transform: scale(0.8);
    margin-right: -24px;
    transition: transform 0.4s;
}

.howtoList:hover .howto-icon {
    transform: scale(1);
}

.howto-img {
    width: 192px;
    margin-left: -12px;
}

.howto-msg {
    font-size: 120%;
    padding: 35px 20px 20px;
    line-height: 1.78;
}

.howto-go {
    margin: auto 0 0;
    width: 100%;
}

.howto-go::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.howto-goInner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
}

.howto-goInner::before,
.howto-goInner::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.howto-goInner::before {
    background-color: #f0f0f0;
}

.howto-goInner::after {
    background-color: #e50039;
    width: 0;
    transition: width 0.4s;
}

.howtoList-watching .howto-goInner::after {
    background-color: #fd456c;
}

.howtoList-volunteer .howto-goInner::after {
    background-color: #f576b5;
}

.howtoList-trial .howto-goInner::after {
    background-color: #2a9fe9;
}

.howtoList-sponsorship .howto-goInner::after {
    background-color: #c33b9a;
}

.howtoList-employment .howto-goInner::after {
    background-color: #2bb74f;
}

.howtoList-technical-support .howto-goInner::after {
    background-color: #ff9900;
}

.howtoList-rent .howto-goInner::after {
    background-color: #0078c8;
}

.howto-go:hover .howto-goInner::after {
    width: 100%;
}

.howto-go:hover {
    text-decoration: none;
}

.howto-go span {
    font-size: 110%;
    padding-right: 20px;
}

.download-pdf {
    position: relative;
    text-align: left;
    font-weight: bold;
    display: block;
    width: 430px;
    margin: 0 auto;
    border: 3px solid #ff0137;
    border-radius: 50px;
    line-height: 1.4;
    padding: 20px 30px;
    cursor: pointer;
}

.pdf-icon {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translate(0, -50%)
}

.pdf-note{
    font-size: 71%;
    color: #ff0137;
}

.flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.registerLink {
    border: 4px solid red;
    font-weight: bold;
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 140%;
}
.registerLink.big {
    padding: 20px 36px;
    font-size: 140%;
    text-align: center;
}

.enterprise-menuLink.current{
    background:#484848;
    color: #ffffff;
}

/* enterprise共通 */
.enterprise-menuWrapper{
    display: flex;
    max-width: 960px;
    margin: 0 auto 82px;
    text-align: center;
    align-items: center;
    font-weight: bold;
}

.enterprise-menu{
    position: relative;
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enterprise-menu::before{
    content: '';
    border-left: 2px solid #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
}

.enterprise-menu:last-child::after {
    content: '';
    border-left: 2px solid #000000;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 50px;
}

.enterprise-menuLink{
/*    font-size: 115%;*/
    font-size: 100%;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: background-color 1s;
}

/* 以下relationship */
.relation-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 845px;
    margin: 52px auto 80px;
    justify-content: center;

}

.relation-link{
    width: 20%;
    text-align: center;
    padding: 17px 11px 0;
    cursor: pointer;
}

.relation-tag{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.relation-tagImg{
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.relation-tagName{
    font-weight: bold;
    text-align: left;
    margin-top: 3px;
}

.relation-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.relation-company{
    width: 47.5%
}

.relation-coLink{
    display: flex;
    justify-content: space-between;
    text-decoration-line: none
}

.relation-iconsWrapper{
    margin: 0 15px 70px 0;
    width: 243px;
}

.relation-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}

.relation-icons[data-row="one"]{
    justify-content: center
}


.relation-icon{
    width: calc(100% / 3);
    height: 68px;
    text-align: center;
}

.relation-icon:nth-child(n+4) {
    margin-top: 8px;
}

.relation-intro {
    width: calc(100% - 258px);
}

.relation-companyName{
    font-size: 163%;
    font-weight: bold;
    position: relative;
    padding-bottom: 35px;
}

.relation-companyName::after,
.relation-companyName::before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.relation-companyName::before{
    background-color: #c8c8c8;
    width: 70px;
}

.relation-companyName::after{
    background-color: #e50039;
    width: 0;
    transition: width 0.4s;
}

.relation-companySummary{
    font-size: 123%;
    line-height: 1.89;
    font-weight: bold;
    padding-top: 35px;
}

.relation-contact{
    max-width: 960px;
    margin: 80px 0 65px 0;
    font-weight: bold;
    background: #f8f8f8;
    border: 2px solid #cacac9;
}

.relation-contactWrapper{
    padding: 42px 40px 52px 45px;
}

.relation-contactUpper{
    display: flex;
    align-items: flex-end;
    margin-bottom: 37px;
}

.relation-contactText{
    font-size: 90%;
    margin-left: 15px;
    letter-spacing: -0.1px;
    padding-bottom: 3px;
    line-height: 1.92;
}

.relation-contactText a {
    text-decoration: underline;
}

.relation-contactLower{
    background: #ffffff;
    max-width: 100%;
    padding: 34px 110px;
    margin: 0 auto;
    box-shadow: 0 0 20px #f1f1f1;
}

.relation-contactItem{
    line-height: 1.9;
    letter-spacing: -0.1px;
}

.relation-contactTtl{
    margin-bottom: 14px;
    font-size: 125%;
    line-height: 1;
}

.relation-contactTtl a{
    margin-left: 25px;
}

.relation-contactTtl span::before{
    content: '';
    display: inline-block;
    vertical-align: baseline;
    background: url(/assets/images/enterprise/relationship_telIcon_pc.png);
    width: 17px;
    height: 19px;
    margin-right: 5px;
}

.relation-contactItem {
    font-size: 95%;
}

/* 以下support */
.support-wrapper{
    margin: 50px 0 94px 0;
}

.support-benefits{
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    padding-top: 25px;
}

.support-benefits:nth-child(2n){
    flex-direction: row-reverse;
}

.support-desc{
    width: 42.5%;
    margin-top: -25px;
    text-align: center;
}

.support-desc_title{
    margin: 39px auto 0;
    font-size: 180%;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
}

.support-desc_title--special3{
    text-align: left;
}

.support-desc_text{
    margin: 15px auto 0;
    line-height: 1.78;
    text-align: left;
    font-size: 122%;
}
.guide_area {
    background-color: #eceff1;
    margin: 60px auto;
    padding: 40px 0;
    text-align: center;
    font-size: 122%;
    line-height: 2;
}
.guide_area_inner {
    width: 90%;
    margin: 0 auto;
}
p.guide_headline {
    color: #fff;
    background-color: #ff0137;
    display: inline-block;
    font-size: 130%;
    padding: 0 1em;
}
.guide_outline {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.guide_outline dl {
    text-align: left;
    margin: 0 2%;
}
.guide_outline dl dt {
    font-weight: bold;
    font-size: 130%;
}
.guide_outline_img {
    width: 100%;
}
.guide_outline_img img {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}
p.howto_headline {
    color: #444;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
p.howto_headline:before,
p.howto_headline:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}
p.howto_headline:before {
    margin-right: .4em;
}
p.howto_headline:after {
    margin-left: .4em;
}
ul.guide_howto {
    text-align: left;
    margin: 30px auto;
}
ul.guide_howto li {
    margin: 20px 0;
}
ul.guide_howto dl dt {
    font-weight: bold;
    font-size: 110%;
}
span.howto01::before {
    content: '●';
    color: #0D12EE;
}
span.howto02::before {
    content: '●';
    color: #0E6E17;
}
a.toGuidebook {
    background-color: #ff0137;
    display: inline-block;
    font-size: 110%;
    padding: 0.5em 1.5em;
    margin: 30px auto;
    border-radius: 50px;
    color: #fff;
}
/* 以下企業・団体担当者向けガイドブック */
.guidebook_inner{
    text-align: center;
    padding: 60px 0;
    line-height: 2;
}
.guidebook_inner p{
    font-size: 18px;
}
.gb_proposal {
    width: 80%;
    margin: 30px auto;
    padding: 20px;
    border-radius: 30px;
    border: 3px solid #ff0137;
    background-color: #F7E7E8;
    font-size: 122%;
}
.gb_proposal span.gb_emBig {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.7;
}
img.guide_arrow {
    margin: 20px 0;
}
span.gb_emRed {
    color: #ff0137;
}
p.gb_emBig-line {
    font-size: 26px;
    text-decoration: underline;
    font-weight: bold;
    margin: 30px 0;
}
.gb_DL {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.gb_DL dl {
    margin: 0 2%;
}
.gb_DL dl dt {
    font-size: 110%;
    font-weight: bold;
}
.gb_DL_img img {
    width: 80%;
}
.reference {
    border: 1px solid #000;
    padding: 0.5em 1em;
    margin: 80px 0 40px;
}
.reference p {
    font-size: 24px;
    font-weight: 600;
}
h3.guidebook-h3 {
    font-size: 26px;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 60px;
}
p.h3_sub {
    margin: 10px 0 20px;
}
.referenceArticle {
    padding: 20px 0 40px;
}
h4.guidebook-h4 {
    width: 85%;
    background: #ff0137;
    color: #fff;
    font-size: 24px;
    margin: 30px auto;
    padding: 0.5em 1em;
}
span.referList-bold {
    font-size: 18px;
    font-weight: 600;
}
dd.referURL {
    margin-bottom: 1.5em;
}
dd.referURL a{
    text-decoration: underline;
    color: #000;
}
@media screen and (max-width: 768px){
    .guide_area {
        width: 90%;
        margin: 40px auto;
        padding: 20px 0;
        font-size: 95%;
    }
    p.guide_headline {
        font-size: 110%;
        line-height: 1.6;
        padding: 0.5em 1em;
    }
    p.howto_headline {
        font-size: 120%;
    }
    .guide_outline {
        display: block;
        margin: 15px 0 20px;
    }
    .guide_outline dl dt {
        font-size: 120%;
        text-align: center;
    }
    img.guide_outline_img {
        width: 90%;
        margin-top: 15px;
    }
    ul.guide_howto {
        margin: 15px auto;
    }
    .guidebook_inner{
        width: 90%;
        padding: 30px 0 0 0;
        line-height: 1.6;
        margin: 0 auto;
    }
    .guidebook_inner p{
        font-size: 16px;
    }
    .gb_proposal {
        width: 100%;
        margin: 20px auto 0;
    }
    .gb_proposal p {
        font-size: 90%;
    }
    .gb_proposal span.gb_emBig {
        font-size: 100%;
        line-height: 1.7;
    }
    p.gb_emBig-line {
        font-size: 140%;
        margin: 20px 0;
    }
    img.guide_arrow {
        width: 20%;
    }
    .gb_DL {
        display: block;
        margin-top: 20px;
    }
    .gb_DL dl {
        margin: 20px 0;
    }
    .gb_DL_img img {
        width: 100%;
    }
    h3.guidebook-h3 {
        font-size: 140%;
    }
    .reference p {
        font-size: 20px!important;
    }
    h4.guidebook-h4 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4;
    }
    .flexBox {
        flex-wrap: wrap;
    }
    .registerLink {
        margin-bottom: 30px;
        width: 290px;
        justify-content: center;
        text-align: center;
    }
    .registerLink.big {
        padding: 20px;
    }
}
/* 以下企業・団体関わりトップ */
.enterprise-mvWrapper{
    position: relative;
    max-width: 1060px;
    height: 489px;
    margin: 46px auto 124px;
    position: relative;
}

.enterprise-mvWrapper::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('/assets/images/enterprise/top_mv_frame.png') no-repeat;
    background-size: contain;
}

.enterprise-mv{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('/assets/images/enterprise/top_mv_bg.png') no-repeat;
    background-size: contain;
}

.enterprise-mvInner {
    display: inline-block;
    width: 105%;
    height: 100%;
    position: relative;
    left: -1.5%;
    transform: skew(-19deg);
    font-size: 0;
}

.enterprise-mvImg {
    display: inline-block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.enterprise-mvImg.left {
    width: 54%;
}

.enterprise-mvImg.right {
    width: 46%;
}

.enterprise-mvImg .slick-track,
.enterprise-mvImg .slick-list {
    height: 100%;
}

.enterprise-mvImgItem{
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transform: skew(19deg);
    width: 0;
    transition: 2s cubic-bezier(.71,.27,.44,.94);
    transition-property: width, transform;
}

.enterprise-mvImgItem.leftItem1 {
    background-image: url('/assets/images/enterprise/top_mv_img1.png');

}
.enterprise-mvImgItem.leftItem2 {
    background-image: url('/assets/images/enterprise/top_mv_img3.png');
}

.enterprise-mvImgItem.rightItem1{
    background-image: url('/assets/images/enterprise/top_mv_img2.png');
}

.enterprise-mvImgItem.rightItem2{
    background-image: url('/assets/images/enterprise/top_mv_img4.png');
}

.enterprise-mvImgItem.leftItem1,
.enterprise-mvImgItem.leftItem2{
    left: 2.4%;
    transform: skew(19deg) scale(1.5);
}

.enterprise-mvImgItem.leftItem1.active,
.enterprise-mvImgItem.leftItem2.active{
    width: 111%;
    transform: skew(19deg) scale(1);
}

.enterprise-mvImgItem.leftItem1.expansive,
.enterprise-mvImgItem.leftItem2.expansive{
    transform: skew(19deg) scale(1.2);
}

.enterprise-mvImgItem.rightItem1,
.enterprise-mvImgItem.rightItem2{
    left: -15%;
    transform: skew(19deg) scale(1.5);
}

.enterprise-mvImgItem.rightItem1.active,
.enterprise-mvImgItem.rightItem2.active{
    width: 108%;
    transform:skew(19deg) scale(1);
}

.enterprise-mvImgItem.rightItem1.expansive,
.enterprise-mvImgItem.rightItem2.expansive{
    transform: skew(19deg) scale(1.2);
}

.enterprise-copy{
    width: 324px;
    position: absolute;
    left: 95px;
    bottom: -66px;
    z-index: 99;
}

.enterprise-scroll{
    position: absolute;
    width: 74px;
    height: 74px;
    left: 50%;
    right: 0;
    bottom: -45px;
    display: flex;
    justify-content: center;
    background: #fff;
    transform: translateX(-50%);
    align-items: center;
    border-radius: 37px;
    z-index: 10;
}

.mouse{
    width: 16px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 25px;
    position: relative;
}

.mouse:before {
    content: '';
    top: 4px;
    width: 2px;
    height: 5px;
    background: #404040;
    animation: scroll 1.5s infinite;
    -webkit-animation: scroll 1.5s infinite;
    -moz-animation: scroll 1.5s infinite;
    position: absolute;
    left: 45%;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}
@-moz-keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

.enterprise-newsWrapper{
    background: #f8f8f8;
    margin-bottom:73px;
}

.enterprise-news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 0;
    max-width: 870px;
    margin: 0 auto;
}

.enterprise-news li{
    font-size: 95%;
    line-height: 2.5;
    width: 630px;
    max-width: 45.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-tip {
    color: #ff0137;
    display: inline-block;
    margin-right: 0.5em;
    font-size: 70%;
    text-decoration: none;
}

.enterprise-newsList{
    display: flex;
    width: 706px;
    margin-right: 25px;
    padding-right: 35px;
    align-items: center;
    border-right: 1px solid #d5d5d5;
}

.enterprise-newsTitle{
    width: 48px;
    margin-right: 31px;
    font-weight: bold;
}

.enterprise-newsMore{
    display: flex;
    align-items: center;
    width: 60px;
    height: 14px;
    cursor:pointer;
    background-image: url(/assets/images/enterprise/top_news_more.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .2s;
}

.enterprise-statementWrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 870px;
    margin: 0 auto;
}

.enterprise-statementTitle{
    margin-bottom: 50px;
}

.enterprise-statementLogo{
    vertical-align: top
}

.enterprise-content{
    width:395px;
    padding-bottom: 63px;
}

.enterprise-contentImg {
    width: 100%;
    height: 204px;
    overflow: hidden;
}

.enterprise-contentImg img {
    transition: 0.3s;
}

.enterprise-contentTitle{
    font-size: 131%;
    margin: 20px 0 30px;
    position: relative;
    font-weight: bold;
    padding-right: 30px;
    height: 1.5em;
}

.enterprise-contentTitle::after{
    content: '';
    background: url(/assets/images/enterprise/redArrow.png) no-repeat;
    background-position: right center;
    display: inline-block;
    width: 25px;
    height: 15px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

.enterprise-content p{
    font-size: 100%;
    line-height: 1.8;
    font-weight: bold;
}

.enterprise-contentsWrapper{
    width: 870px;
    margin: 88px auto 0;
}

.enterprise-contentsInner{
    display: flex;
    justify-content: space-between;
}

.enterprise-modalWrapper{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: 1000;
    overflow-y:scroll;
}

.modal{
    display: none;
}

.enterprise-modalContent.is-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.enterprise-modalInner{
    max-width: 870px;
    margin: 0 auto;
}

.enterprise-newsTitleModal{
    text-align: center;
}

.enterprise-newsListModal{
    width: 710px;
    margin: 45px auto 0;
    height: 315px;
    overflow-y: scroll;
}

.enterprise-newsListModal::-webkit-scrollbar {
    width: 4px;
}
/*スクロールバーの背景色・角丸指定*/
.enterprise-newsListModal::-webkit-scrollbar-track {
    background: #e1e1e1;
}
/*スクロールバーの色・角丸指定*/
.enterprise-newsListModal::-webkit-scrollbar-thumb {
    background:#ff0137;
}


.enterprise-newsItemModal span{
    width: 15%;
    display: inline-block;
}

.enterprise-newsItemModal{
    padding: 22.5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration:underline;
}


.closeBtnTop{
    display: block;
    width: 75px;
    height: 21px;
    margin: 88px auto 0;
    font-weight: bold;
    position: relative;
    background-image: url(/assets/images/enterprise/top_news_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .1s;
}

.relation-modalInner{
    max-width: 815px;
    margin: 100px auto 0;
    display: flex;
    font-weight:bold;
    justify-content: space-between;
}

.relation-modalTitle{
    font-size: 213%;
    color:#0078c8;
    margin-bottom: 45px;
}

.relation-modalTitle1{
    color: #ff4d73
}

.relation-modalTitle2{
    color: #00a0e5;
}

.relation-modalTitle3{
    color: #f576b5
}

.relation-modalTitle4{
    color: #cb3b97;
}

.relation-modalTitle5{
    color: #00b658;
}

.relation-modalTitle6{
    color: #ff982b;
}

.relation-modalTitle7{
    color: #0079c4;
}

.relation-modalText{
    font-size: 136%;
    line-height: 1.9;
}

.relation-modalLeft{
    width: 32%;
}

@media screen and (min-width: 768px){
    .spOnly{
        display: none;
    }

    .download-pdf:hover{
        text-decoration: none;
    }

    .enterprise-menuLink:hover{
        background: #484848;
        color: #ffffff;
        text-decoration: none;
    }

    .enterprise-newsMore:hover {
        background-image: url(/assets/images/enterprise/top_news_more_on.png);
    }

    .enterprise-contentImg {
        border-style: solid;
        border-width: 1px;
        border-image: url(/assets/images/enterprise/top_link_bg.png) 1;
    }

    .enterprise-contentImg img {
        width: 100%;
        height: 100%;
        transition: transform .4s;
    }

    .enterprise-contentImg:hover img {
        transform: scale(1.1);
    }

    .enterprise-link:hover {
        text-decoration: none;
    }

    .enterprise-content:hover > .enterprise-contentTitle{
        color: #ff0137;
    }
    .closeBtnTop:hover {
        background-image: url(/assets/images/enterprise/top_news_close_on.png);
    }

    .relation-linkImgWrap {
        width: 109px;
        height: 109px;
        margin: 0 auto;
        position: relative;
    }

    .relation-linkImgWrap::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: transform 0.2s;
    }

    .relation-link:nth-child(1) .relation-linkImgWrap::after {
        background-color: #ff4d73;
    }

    .relation-link:nth-child(2) .relation-linkImgWrap::after {
        background-color: #00a0e5;
    }

    .relation-link:nth-child(3) .relation-linkImgWrap::after {
        background-color: #f576b5;
    }

    .relation-link:nth-child(4) .relation-linkImgWrap::after {
        background-color: #cb3b97;
    }

    .relation-link:nth-child(5) .relation-linkImgWrap::after {
        background-color: #00b658;
    }

    .relation-link:nth-child(6) .relation-linkImgWrap::after {
        background-color: #ff982b;
    }

    .relation-link:nth-child(7) .relation-linkImgWrap::after {
        background-color: #0079c4;
    }

    .relation-link:nth-child(8) .relation-linkImgWrap::after {
        background-color: #f0f2f4;
    }

    .relation-link:hover .relation-linkImgWrap::after {
        transform: scale(1.1);
    }

    .relation-linkImg {
        position: relative;
        z-index: 2;
    }

    .relation-link:nth-child(1):hover{
        color: #ff4d73
    }

    .relation-link:nth-child(2):hover{
        color: #00a0e5;
    }

    .relation-link:nth-child(3):hover{
        color: #f576b5
    }

    .relation-link:nth-child(4):hover{
        color: #cb3b97;
    }

    .relation-link:nth-child(5):hover{
        color: #00b658;
    }

    .relation-link:nth-child(6):hover{
        color: #ff982b;
    }

    .relation-link:nth-child(7):hover{
        color: #0079c4;
    }

    .relation-link a:hover{
        text-decoration: none;
    }

    .relation-coLink:hover{
        text-decoration: none;
    }
    .relation-coLink:hover .relation-companyName::after{
        width: 70px;
    }

    .relation-coLink:hover .relation-companyName{
        color: #e50039;
    }

    .relation-contactText a:hover {
        color: #e50039;
    }

    .support-desc.merit1 .support-desc_title,
    .support-desc.merit3 .support-desc_title,
    .support-desc.merit3 .support-desc_text {
        width: 390px;
    }

    .support-desc.merit2 .support-desc_title,
    .support-desc.merit2 .support-desc_text {
        width: 377px;
    }

    .support-desc.merit4 .support-desc_title,
    .support-desc.merit4 .support-desc_text {
        width: 330px;
    }

    .registerLink {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px){
    .pcOnly{
        display: none;
    }
    .pc-br {
        display: none;
    }

    .enterprise-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }

    .enterprise-intro {
        font-size: 110%;
        text-align: left;
        padding: 30px;
        line-height: 1.5;
    }

    .enterprise-intro.support {
        line-height: 1.5;
    }

    .enterprise-wrap{
        width: 100%;
        margin: 43px auto 30px;
    }

    .howto {
        margin: 0 auto;
        padding: 30px 30px 0;
    }

    .howto-title {
        font-size: 24px;
        line-height: 1.73;
    }

    .howtoList {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .arrow-icon {
        width: 14px;
    }

    .howtoList-watching {
        margin-right: 0px;
    }

    .howtoList-volunteer {
        margin-right: 0px;
    }

    .howtoList-employment {
        margin-right: 0px;
    }

    .howto-imgBox {
        margin-top: 20px;
    }

    .howto-icon {
        width: 42.8%;
        transform: scale(1);
        margin-right: -3.2%;
    }

    .howto-img {
        width: 42.8%;
        margin-left: -3.2%;
    }

    .howto-msg {
        font-size: 110%;
        padding: 20px 15px;
        height: auto;
        line-height: 1.73;
    }

    .howto-go::after {
        display: none;
    }

    .howto-goInner {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .howto-goInner::before {
        display: none;
    }

    .howto-goInner::after {
        width: 100%;
        height: 3px;
    }

    .howto-go span {
        font-size: 92%;
        padding-right: 20px;
    }

    .pdf-icon {
        width: 27px;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0, -50%)
    }

    .enterprise-title span {
        display: initial;
    }

    .support-MenuListSp {
        width: 95%;
        margin: 0 auto;
    }

    .support-upperMenuSp{
        display: flex;
        justify-content: center;
    }

    .support-lowerMenuSp{
        display: flex;
        justify-content: center;
    }

    .enterprise-menu::before,
    .enterprise-menu:last-child::after{
        display: none;
    }

    .enterprise-menu{
        background: #ebeff1;
        font-weight: bold;
        width: 119px;
        margin: 3px;
    }

    .enterprise-menuLink {
        height: 35px;
        font-size: 74.8%;
        text-align: center;
    }

    .relation-list{
        width: 92%;
        justify-content: left;
        margin: 35px auto 50px;
    }

    .relation-link{
        width: calc(100% / 3);
        padding: 0;
    }

    .relation-link:nth-child(n+4){
        margin-top: 5.2vw;
    }

    .relation-linkImgSp{
        width: 17.2vw;
    }

    .relation-tag{
        min-height: 32px;
        align-items: center;
    }

    .relation-tagName{
        font-size: 88%;
        margin-top: 0;
    }

    .relation-tagImg{
        width: 14%;
        height: 14%;
        margin-right: 3px
    }

    .relation-logos{
        flex-direction: column;
    }

    .relation-company:nth-child(2n-1) {
        margin: 0 auto;
        margin: 0 auto 35px;
    }

    .relation-company{
        width: 84%;
        margin: 0 auto 35px;
    }

    .relation-iconsWrapper{
        width: 38%;
        margin: 0;
    }

    .relation-icons{
        margin-top: 7px;
    }

    .relation-icon{
        width: 31%;
        height: auto;
    }

    .relation-icon:nth-child(3n-1){
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

    .relation-intro{
        width: 62%;
        padding-left: 7%;
    }

    .relation-companyName {
        padding-bottom: 11px;
        font-size: 115%;
    }

    .relation-companyName::before{
        width: 40px;
        height: 1px;
    }

    .relation-companyName::after{
        display: none;
    }

    .relation-companyNameSub {
        font-size: 67%;
    }

    .relation-companySummary{
        padding-top: 11px;
        font-size: 93%;
    }

    .relation-contact{
        width: 84%;
        margin: 50px auto 0;
    }

    .relation-contactWrapper{
        padding: 26px 28px 28px;
    }

    .relation-contactWrapper > p {
        font-size: 14px;
    }

    .relation-contactUpper {
        margin-bottom: 28px;
        flex-direction: column;
    }

    .relation-contactText {
        margin: 18px 0 0;
        line-height: 1.77;
    }

    .relation-contactLower{
        padding: 28px 20px;
    }

    .relation-contactTtl{
        margin-bottom: 0;
        font-size: 109%;
        line-height: 1.72;
        letter-spacing: -1.5px;
    }

    .relation-contactTtl a{
        margin-left: 0;
        letter-spacing: 0;
    }

    .relation-contactTtl span {
        padding-left: 0;
    }

    .relation-contactTtl span::before{
        background: url(/assets/images/enterprise/relationship_telIcon_sp.png) no-repeat;
        width: 17px;
        height: 19px;
        background-size: contain;
        background-position: bottom;
    }

    .relation-contactItem {
        margin-top: 1em;
        font-size: 85%;
        line-height: 1.75;
    }

    .support-wrapper{
        width: 84%;
        margin: 0 auto 45px;
    }

    .support-benefits{
        flex-direction: column-reverse;
        margin-bottom: 31px;
    }

    .support-benefits:nth-child(2n){
        flex-direction: column-reverse;
    }

    .support-desc {
        width: 100%;
    }

    .support-desc_title{
        font-size: 142%;
        margin: 26px 0 22px;
        text-align: center;
    }

    .support-desc_img{
        width: 25%;
    }

    .support-desc_text{
        margin-top: 20px;
        padding: 0;
        line-height: 1.5;
        font-size: 110%;
    }

    .enterprise-mvWrapper{
        width: 100%;
        height: calc(660 / 750 * 100vw);
        margin: -20px 0 88px;
    }

    .enterprise-mvWrapper::after {
        background: url('/assets/images/enterprise/top_mv_frame_sp.png') no-repeat;
        background-size: contain;
    }

    .enterprise-mv {
        background: url('/assets/images/enterprise/top_mv_bg_sp.png') no-repeat;
        background-size: contain;
        margin-top: 0;
    }

    .enterprise-mvInner {
        width: 122%;
        left: -8%;
        transform: skew(-17.5deg);
    }

    .enterprise-mvImg.left,
    .enterprise-mvImg.right {
        width: 50%;
    }

    .enterprise-mvImgItem.leftItem1 {
        background-image: url('/assets/images/enterprise/top_mv_img1_sp.png');
    }

    .enterprise-mvImgItem.leftItem2 {
        background-image: url('/assets/images/enterprise/top_mv_img3_sp.png');
    }

    .enterprise-mvImgItem.rightItem1 {
        background-image: url('/assets/images/enterprise/top_mv_img2_sp.png');
    }

    .enterprise-mvImgItem.rightItem2 {
        background-image: url('/assets/images/enterprise/top_mv_img4_sp.png');
    }

    .enterprise-mvImgItem.leftItem1,
    .enterprise-mvImgItem.leftItem2{
        left: 13.2%;
        transform: skew(17.5deg) scale(1.5);
    }

    .enterprise-mvImgItem.leftItem1.active,
    .enterprise-mvImgItem.leftItem2.active{
        width: 107.5%;
        transform: skew(17.5deg) scale(1);
    }

    .enterprise-mvImgItem.leftItem1.expansive,
    .enterprise-mvImgItem.leftItem2.expansive{
        transform: skew(17.5deg) scale(1.2);
    }

    .enterprise-mvImgItem.rightItem1,
    .enterprise-mvImgItem.rightItem2{
        left: -22%;
        transform: skew(17.5deg) scale(1.5);
    }

    .enterprise-mvImgItem.rightItem1.active,
    .enterprise-mvImgItem.rightItem2.active{
        width: 99%;
        transform:skew(17.5deg) scale(1);
    }

    .enterprise-mvImgItem.rightItem1.expansive,
    .enterprise-mvImgItem.rightItem2.expansive{
        transform: skew(17.5deg) scale(1.2);
    }

    .enterprise-copy{
        width: 54.7vw;
        left: 8vw;
        bottom: -40px;
    }

    .enterprise-scroll{
        display: none;
    }

    .enterprise-newsWrapper{
        position: relative;
        margin-bottom: 60px;
    }

    .enterprise-newsTitle{
        width: 10.73vw;
        margin: 0 0 15px 0;
    }

    .enterprise-newsList{
        display: block;
        width: 100%;
        padding: 0;
        border-right: none;
    }

    .enterprise-news{
        display: block;
        padding: 8vw 8vw 11.6vw;
    }

    .enterprise-news li{
        width: auto;
        font-size: 88%;
        line-height: 2;
    }

    .enterprise-news a {
        display: block;
    }

    .enterprise-news a:hover {
        text-decoration: none;
    }

    .enterprise-news span {
        display: inline-block;
        border-bottom: 1px solid;
    }

    .news_content{
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
		width: 100%;
    }

    .enterprise-newsMore{
        text-align: right;
        position: absolute;
        right: 8vw;
        bottom: 0;
        transform: translateY(50%);
    }

    .enterprise-newsMore::before {
        background-size: contain;
    }

    .enterprise-statementWrapper{
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 8vw;
    }

    .enterprise-statement{
        flex-direction: column-reverse;
        align-items: center;
    }

    .enterprise-statementTitle {
        margin-bottom: 33px;
    }

    .enterprise-statementLogo {
        width: 29vw;
        margin: 0 auto 35px;
    }

    .enterprise-contentsWrapper {
        width: 100%;
        margin-top: 11.2vw;
        padding: 0 8vw;
    }

    .enterprise-contentsInner{
        flex-direction: column;
    }

    .enterprise-content{
        width: auto;
        padding-bottom: 12vw;
    }

    .enterprise-contentTitle{
        font-size: 110%;
        margin: 5vw 0 8vw;
    }

    .enterprise-content::after{
        bottom: 36%;
        background-size: 50%;
        background-position: center;
    }

    .enterprise-contentImg {
        height: 40vw;
    }

    .enterprise-contentImg img {
        width: auto;
        height: 100%;
    }

    .enterprise-content p{
        font-size: 90%;
    }

    .pdf-note{
        display: inline-block;
        font-size: 57%;
    }

    .download-pdf{
        width:315px;
        padding: 15px 30px;
        line-height: 1.3;
        margin-bottom: 37px;
    }

    .closeBtnTop {
        margin-top: 10.67vw;
    }

    .closeBtnTop img{
        width:75px
    }

    .enterprise-newsTitleModal img{
        width:62.5px
    }

    .enterprise-modalInner {
        width: 92%;
    }

    .enterprise-newsListModal{
        width: auto;
        margin-top: 12vw;
    }

    .enterprise-newsItemModal span{
        display: block;
    }

    .relation-modalInner{
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 0;
    }

    .relation-modalLeft{
        width:67%;
    }

    .relation-modalRight{
        width: 75%;
    }

    .relation-modalTitle{
        font-size: 149%;
        margin-bottom: 22px;
    }

    .relation-modalText{
        font-size: 95%;
    }

    .closeBtnRela {
        font-size: 108%;
    }

    .closeBtnRela::after{
        top: 1px;
    }
}
@media screen and (max-width: 320px){
    .download-pdf{
        width:290px;
    }

    .enterprise-contentTitle{
        font-size:97%;
    }
}
