@charset "utf-8";

/*============================================================
                    
	パートナー企業募集ページCSS設定
					
============================================================*/

/* タブメニュー
------------------------------------------------------------*/
.tab-menu {
    display:flex;
    flex-wrap: nowrap;
    text-align: center;
}
.tab-menu-list {
    margin:15px 0;
    list-style-type:none;
    text-align: center;
    padding:30px;
    text-decoration: none;
    display:inline-block;
    text-align: left;
}
.tab-menu-list {
    background-color:#fff;    
    border:1px solid #333; 
    color:#333;
}
.tab-menu-list:hover {
    background-color:#666;
    border:1px solid #666; 
    color:#fff;
}
.tab-contents {
    padding:0 20px;
    display:none;
}
.tab-contents.show {
    display:block;
}
.tab-menu-list.active {
    background-color:#666;
    color:#fff;
}

/*ウィンドウサイズ1260px以上*/
@media screen and (min-width: 1260px) {
    /*アライアンス先専用 お問い合わせフォーム*/
    .contactTable-partner dl dt {
        width:350px !important;
    }
}
/*ウィンドウサイズ640px未満*/
@media screen and (max-width: 640px) {
    .tab-menu {
        flex-wrap: wrap;
    }
    .tab-menu-list {
        text-align: left;
        padding:30px;
    }

}

/*協業*/
.strongPoint-list {
    margin-top:30px;   
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.strongPoint-items {
    width:212px;
    border-left:2px dotted #ccc;
}
/*ウィンドウサイズ960px未満*/
@media screen and (max-width: 960px) {
    .strongPoint-items {
        width:45%;
        margin:5px;
        border :2px dotted #ccc;
    }
}
/*ウィンドウサイズ640px未満*/
@media screen and (max-width: 640px) {
    .strongPoint-items {
        width:100%;
        border :2px dotted #ccc;
    }
}
.strongPoint-items:last-child {
    border-right:2px dotted #ccc;
}
.items-thumb {
    margin:0 auto;
    display:block;
    padding:10px 0;
    text-align: center;
}
.strongPoint-items > p {
    padding:15px;
    text-align: center;
}
.strongPoint-items > p > span {
    font-size:110%;
    font-weight:900;
    color:#00a2e0;
}
.synergy-list {
    margin-top:30px;   
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*ウィンドウサイズ960px未満*/
@media screen and (max-width: 960px) {
    .synergy-list {
        margin-top:30px;   
        display:block;
    }
}
.synergy-element {
    position: relative;
    padding:15px 30px;
    margin:30px;
    font-weight:700;
    text-align: center;
}
.element-red {
    background-color:#e55a5a;
    color:#fff;
}
.element-red::after {
    position:absolute;
    top:20px;
    right:-33px;
    content:url(../img/company/close.png);
    display:block;
}
@media screen and (max-width: 960px) {
    .element-red::after {
        top:60px;
        right:50%;
    }
}
.element-blue {
    background-color:#00a2e0;
    color:#fff;
}
.element-blue::after {
    position:absolute;
    top:20px;
    right:-33px;
    content:url(../img/company/equal.png);
    display:block;
}
@media screen and (max-width: 960px) {
    .element-blue::after {
        top:55px;
        right:50%;
        transform: rotate(90deg);
    }
}
.element-gray {
    border:1px solid #333;
}

.listCodeOfConduct-thumb {
    display:flex;
    flex-wrap:nowrap;
    margin-bottom:40px;
}
.listCodeOfConduct-thumb div {
    margin-right:10px;
    margin-left:10px;
}

@media screen and (max-width: 960px) {
    .listCodeOfConduct-thumb {
        display:flex;
        flex-wrap:wrap;
    }
    .listCodeOfConduct-thumb div {
        margin-right:5px;
        margin-left:5px;
        width:48%;
    }
    .listCodeOfConduct-thumb img {
        width:100%;
        height:auto;
    }
}
@media screen and (max-width: 640px) {
    .listCodeOfConduct-thumb {
        display:block;
    }
    .listCodeOfConduct-thumb div {
        margin-right:0;
        margin-left:0;
        width:100%;
    }
}
.graph_section {
    display:flex;
    flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
    .graph_section {
        flex-wrap: wrap;
    }
}
.case-section {
    margin-top:15px;
    display: flex;
    flex-wrap: nowrap;
    border:1px solid #e2e2e2;
}

.case-title {
    padding:5px 10px;
    display: inline-block;
    background-color:#666;
    border:1px solid #666;
    border-radius: 5px;
    color:#fff;
}
.case-info {
    color: #e55a5a;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    .case-section {
        flex-wrap: wrap;
    }
}

/*ここから実績カルーセル*/

.result-card {
    display: flex;
    border:1px solid #333;
    border-radius: 10px;
    width:100%;
    height:auto;
    margin:0 auto;
}
.result-card-thumb {
    width:40%;
    height:auto;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius:10px 0 0 10px;
    -moz-border-radius:10px 0 0 10px;
    background-position: center top;
}
.thumb01 {
    background-image: url(../img/partner/partner-result-img01.jpg);
}
.thumb02 {
    background-image: url(../img/partner/partner-result-img02.jpg);
}
.thumb03 {
    background-image: url(../img/partner/partner-result-img03.jpg);
}
.thumb04 {
    background-image: url(../img/partner/partner-result-img04.jpg);
}
.thumb05 {
    background-image: url(../img/partner/partner-result-img05.jpg);
}
.result-card-body {
    padding:10px;
    width:60%;
    height:auto;
    background-color:#191970;
    color:#fff;
    border: 1px solid #191970;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius:0 10px 10px 0;
    -moz-border-radius:0 10px 10px 0;
}
@media screen and (max-width: 900px) {
    .result-card {
        display: block;
    }
    .result-card-thumb {
        width:100%;
        height:200px;
        border-radius:10px 10px 0 0 ;
    }
    .result-card-body {
        width:100%;
        height:auto;
        padding:0;
        border-radius: 0 0 10px 10px;
    }
}
@media screen and (max-width:600px) {
    .result-card-body {
        width:100%;
        height:auto;
    }
}
.slider {
    width: 100%;
    height:auto;
    margin: 0 auto 80px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slider-container {
    width: 100%;
}
.slider-container .slick-slide {
    margin: 10px;
}
.slider-container .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.btn-movie {
    width:80%;
    height:30px;
    line-height:30px;
    margin:10px auto;
}
.btn-movie a{
    display:block;
    margin:0 auto;
    width:80%;
    height:100%;
    text-decoration: none;
    background:#fff;
    text-align:center;
    border:1px solid #333;
    color:#333 !important;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
}
.btn-movie a:hover{
    background:#333;
    border:1px solid #fff;
    color:#fff !important;
    text-decoration: none;
}
@media screen and (max-width:600px) {
    .btn-movie {
        width:100%;
        margin-top:15px;
    }
    .btn-movie a{
        border-radius:0;
        -webkit-border-radius:0;
        -moz-border-radius:0;
    }
}
/*個人・企業フォームボタン*/
.philosophy-contact {
	display:flex;
	justify-content: center;
}
.philosophy-contact > div {
	margin:0 5px;
}