@charset "UTF-8";

/* CSS Document */

/*====================================

    .logo

====================================*/

.logo {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 20px;
}
.logo img {
    width: 100%;
}

/*====================================

    .copy

====================================*/

.copy {
    padding: 200px 30px 0px;
    margin-bottom: 60px;
    width: 100%;
}
.copy h3 {
    font-size: 400%;
    margin-bottom: 60px;
    line-height: 1em;
}
.copy h3 span {
    display: block;
    font-size: 50%;
    padding: 1em 0 0 0;
    line-height: 1em;
}
.copy p {
    font-size: 110%;
    line-height: 2em;
}

/*====================================

    .wp_map

====================================*/

.wp_map {
    padding: 40px 30px;
    width: 100%;
}
.wp_map .inner {
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 60px;
    width: 100%;
}
.map_wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.base_map {
    width: 100%;
    height: auto;
    display: block;
}
.wp_team {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.team_com {
    position: absolute;
    pointer-events: auto;
    width: 10%;
}
.team_com a,
.team_com img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.team_consadole {
    top: 17%;
    left: 69%;
    transform: translate(-50%, -50%);
}
.team_montedio {
    top: 35%;
    left: 64%;
    transform: translate(-50%, -50%);
}
.team_zelvia {
    top: 54%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.team_antlers {
    top: 68%;
    left: 72%;
    transform: translate(-50%, -50%);
}
.team_bellmare {
    top: 57%;
    left: 58%;
    transform: translate(-50%, -50%);
}
.team_grampus {
    top: 59%;
    left: 44%;
    transform: translate(-50%, -50%);
}
.team_cerezo {
    top: 73%;
    left: 35%;
    transform: translate(-50%, -50%);
}
.team_vissel {
    top: 60%;
    left: 32.5%;
    transform: translate(-50%, -50%);
}
.team_avispa {
    top: 68%;
    left: 10%;
    transform: translate(-50%, -50%);
}
.team_com a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

/*====================================

    .team_list

====================================*/

.team_list {
    padding: 100px 30px 60px;
    margin-bottom: 40px;
    width: 100% !important;
    display: none;
}
.team_list .inner {
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 50px;
    min-width: 100% !important;
}
.tab {
    margin: 0 auto;
    width: 100%;
}
.tab-list {
    display: flex;
}
.tab-list li {
    padding: 30px 0;
    width: 25%;
    position: relative;
}
.tab-list li .credit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 12px;
}
.tab-list li .credit img {
    height: 100%;
}
.tab-list li>img {
    width: 100px;
}
.tab-menu {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.tab-menu:hover {
    background: #eee;
}
.tab-menu.current {
    background-color: #eee;
    color: #fff;
}
.content-box {
    display: none;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 40px 30px;
    background: #fff;
    border-radius: 0 0 40px 40px;
}
.content-box h4 {
    font-size: 200%;
    line-height: 1em;
    margin-bottom: 40px;
    width: 100%;
}
.content-box .news_list {
    width: 100%;
}
.content-box .news_list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-box .news_list ul li {
    width: 49%;
    height: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.content-box .news_list ul li a {
    display: block;
    padding: 20px 60px 20px 20px;
    text-decoration: none;
    color: #000;
    height: 100%;
    min-height: 160px;
    background: url(/common/images/icon_newwindow.svg) top 50% right 20px no-repeat;
    background-size: 20px;
}
.content-box .news_list ul li a span {
    display: block;
    font-size: 80%;
}
.content-box .news_list ul li:hover {
    border: 1px solid #000;
}





