.sp{
	display:none;
}

/* body{
    background:url(/shared/img/home/bg_top.jpg);
    color:#fff;
}

header h1 a{
    background:url(/shared/img/common/logo_w2024.png);
    background-size:contain;
}

article,
#top-linkArea ul,
#group-info{
    background:inherit;
}

#top-linkArea ul{
    background:#09002b;
}

.line_animate span{
    color:#111;
} */

#topContents_loop .kv::before, #topContents_loop .kv::after {
    background-image: url(../img/home/bg_top.jpg);
    background-size: cover;
}

#topContents_loop .kv::before,
#topContents_loop .kv::after{
    animation:none;
}

#top-linkArea ul li.graduate,
#top-linkArea ul li.career{
    background:linear-gradient(#e8e8e8 0%, #f5f5f5 100%);
    
}

#top-menu ul{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

#top-menu ul li{
    margin:.5em;
}

@media screen and (max-width:767px){
	.sp{
		display:block;
	}
}

a{
	transition:.3s;
    /* color:#fff */
}

.cpnylist ul {
	display:flex;
}

.cpnylist ul li img {
	width:90%;
	margin:1% auto;
}

.linkArea .nav-txt{
	margin:30px auto 40px;
	max-width:90%;
}

.linkArea .nav-txt .tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.linkArea .nav-txt .center {
    text-align: center;
    display: block;
}

.linkArea .nav-txt .btn_recruitment {
    margin: 8px auto;
}

.linkArea .nav-txt .btn_recruitment a {
    width: min(70%, 300px);
    display: inline-block;
}

.linkArea .nav-txt .btn_recruitment a img {
    width: 100%;
    border: 1px solid #009DE8;
}

.linkArea .tomgzn-info .txt {
    margin-bottom: 10px;
}

.linkArea ul.tomgzn{
	display:flex;
	justify-content:space-between;
}


.linkArea ul.tomgzn:after{
	content:'';
	display:none;
}

.linkArea ul.tomgzn li {
	width:32%;
	margin-top:0;
}

.linkArea ul.tomgzn li a {
	background:#eee;
	color:#222;
	position: relative;
	z-index: 2;
}

.linkArea ul.tomgzn li:nth-child(1) a{
	background: url(/business/shared/img/company-fanplus.jpg) center center no-repeat;
	background-size: contain;
}

.linkArea ul.tomgzn li:nth-child(2) a{
	background: url(/business/shared/img/company-ticketplus.jpg) center center no-repeat;
	background-size: contain;
}

.linkArea ul.tomgzn li:nth-child(3) a{
	background: url(/business/shared/img/company-volz.jpg) center center no-repeat;
	background-size: contain;
}

.linkArea ul.tomgzn li a:after {
    content: '';
    background: #f6f6f6dd;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}


.linkArea ul.tomgzn li.btn_entry span {
	border-bottom:solid 2px #555;
	letter-spacing:0.02em;
	z-index:2;
}

#home .linkArea ul.tomgzn{
	margin-top:0;
}


@media screen and (max-width:767px){
	.cpnylist ul {
		flex-wrap:wrap;
	}
	.cpnylist ul li {
		width:25%;
	}

	.linkArea ul.tomgzn li a{
		padding:15% 0;
	}

}

#group-info {
    padding: 5%;
    background-color: #f3f3f3;
}
#group-info h3.group-info-title {
    position: relative;
    text-align: center;
    font-size: 250%;
    margin-bottom: 3%;
}
#group-info h3.group-info-title span {
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: solid 2px #1f1f1f;
}
.group-list {
    zoom:1;
    overflow: hidden;
    margin-top: 30px;
}
.group-list li {
    width: 50%;
    float: left;
    margin-bottom: 5%;
    zoom:1;
    overflow: hidden;
}
.group-list li.list-full {
    width: 100%;
}
.group-list li .group-list-logo {
    width: 120px;
    float: left;
}
.group-list li .group-list-logo img {
    max-width: 100%;
    width: auto !important;
    width: 100%;
    border-radius: 5px;
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.1);
}
.group-list li .group-list-text {
    margin-left: 140px;
    margin-right: 10px;
}
.group-list li .group-list-text h4 {
    margin-bottom: 0;
}
.group-list li .group-list-text h4 a {
    font-weight: bold;
}
.group-list li .group-list-text p {
    font-size: 90%;
}

.group-list li .group-list-text-nophoto h4 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #businessDetail .box-business .box-business-left,
    #businessDetail .box-business .box-business-right {
        width: 100%;
        float: none;
    }
    .box-business-right .box-business-right-text {
        margin: 5% 0 0 0;
    }
    .box-business-right .box-business-right-text h3 {
        font-size: 150%;
    }
    .group-list li {
        width: 100%;
        float: none;
    }
}

.access{
	display:block;
}

.sp {
	display:none;
}

@media screen and (max-width:767px){
	.sp {
		display:block;
	}

	.pc{
		display:none;
	}

    .line_animate span {
        font-size: 90%;
    }

    .linkArea .nav-txt .txt {
        text-align: left;
    }
}