@charset "UTF-8";

/*******************************
 
GroupCss
一覧で利用するCSS
 
*******************************/
.group-list #main-img{
    background: #c6e8ed url(../img/main_img.jpg) no-repeat center top;
    background-position: center top;
    background-size: cover;
    padding: 8% 0;
}
.group-list p{
    margin: 80px auto;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.2;
}
.group-list .mod-pagelink .btn.back-list{
    display: none;
}
@media screen and (max-width: 767px){
    .group-list p{
        text-align: left;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 2;
        margin: 40px auto 10px;
    }
}


/*******************************
 
CommonCss
会社情報で利用するCSS
 
*******************************/

/*------mod-pagelink------*/
.mod-pagelink{
    margin-bottom: 80px;
}
.mod-pagelink .link{
    margin: 60px auto 30px;
}
.mod-pagelink .link.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.flex-box-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0 auto 20px;
}

.mod-pagelink .link li{
	background-position: center top;
    background-size: contain;
	width: 25%;
}
.rink{
	background: url(../img/link_rink_bg.jpg) no-repeat center;
}
.rbs{
	background: url(../img/link_rbs_bg.jpg) no-repeat center;
    flex-grow: 1;
}
.torus{
	background: url(../img/link_torus_bg.jpg) no-repeat center;
}
.rink, .torus{
	flex-grow: 15;
}
.mod-pagelink .link li a{
    display: block;
    position: relative;
    overflow: hidden;
	padding-top: 310px;
}
.mod-pagelink .link li a img{
	max-height: 290px;
    margin-bottom: 20px;
}
.mod-pagelink p{
	margin: 0;
    line-height: 2.5rem;
    padding: 20px 0;
	color: #fff;
}
.bg-gra-rink{
	background: -moz-linear-gradient(bottom, #1b3173 0%,#48749a 100%);
    background: -webkit-linear-gradient(bottom, #1b3173 0%,#48749a 100%);
    background: linear-gradient(to top, #1b3173 0%,#48749a 100%);
}
.bg-gra-rbs{
	background: -moz-linear-gradient(bottom, #4a5094 0%,#a992b6 100%);
    background: -webkit-linear-gradient(bottom, #4a5094 0%,#a992b6 100%);
    background: linear-gradient(to top, #4a5094 0%,#a992b6 100%);
}
.bg-gra-torus{
	background: -moz-linear-gradient(bottom, #ea588a 0%,#f18b7a 100%);
    background: -webkit-linear-gradient(bottom, #ea588a 0%,#f18b7a 100%);
    background: linear-gradient(to top, #ea588a 0%,#f18b7a 100%);
}
.mod-pagelink .link li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 3rem;
    position: absolute;
    bottom: 26px;
    right: 30px;
	color: #fff;
}

@media screen and (max-width: 767px){
	.mod-pagelink .link.flex-box {
		display: block;
	}
	.mod-pagelink .link li {
		width: 100%;
		background-size: cover;
	}
	.mod-pagelink .link li a {
		padding-top: 160px;
	}
	.mod-pagelink .link li a img {
		width: 38%;
		margin-bottom: 0;
	}
	.mod-pagelink p {
        text-align: center;
	}
}

/*------pagelink2 circle------*/
.mod-pagelink{
    margin-bottom: 80px;
}
.mod-pagelink .link-circle{
    margin: 60px auto 30px;
}
.mod-pagelink .link-circle.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.mod-pagelink .link-circle li{
	display: inline-block;
    width: 210px;
    height: 350px;
    vertical-align: top;
    margin: 0 20px;
}
.mod-pagelink .link-circle li a .img-circle {
    display: block;
    width: 100%;
    height: 60%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.mod-pagelink .link-circle li a .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.mod-pagelink .link-circle li a .img img {
    -webkit-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mod-pagelink .link-circle li a:hover .img img{
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-pagelink .link-circle li a .img-man{
	margin-top: -100px;
}
.mod-pagelink .link-circle li p{
	color: #000;
	font-size: 12px;
}
.mod-pagelink .link-circle li p span{
	font-size: 24px;
}

@media screen and (max-width: 767px){
	.mod-pagelink .link-circle {
		margin: 30px 15px;
	}
	.mod-pagelink .link-circle li {
		display: block;
		width: 100%;
		height: 96px;
		margin: 0 0 6px;
		border: solid 1px #dadada;
	}
	.mod-pagelink .link-circle li a{
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.mod-pagelink .link-circle li p {
		display: block;
		position: absolute;
		padding: 5px 20px;
		width: 100%;
		bottom: 10px;
		left: 130px;
		overflow: hidden;
		text-align: left;
	}
	.mod-pagelink .link-circle li a .img-circle {
		border-radius: 0;
		height: 100%;
	}
	.mod-pagelink .link-circle li a .img {
		max-width: none;
		width: 94px;
		height: 100%;
		overflow: hidden;
	}
	.mod-pagelink .link-circle li a .img img{
		width: 100%;
	}
	.mod-pagelink .link-circle li a .img-man {
		display: none;
	}
	
}