@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
/*PC*/
@media print, screen and (min-width: 769px) {

/*********************************************
index
**********************************************/
.partnership_tit_01 {
font-size:24px;
font-weight: bold;
list-style:1;
letter-spacing:0.3em;
line-height: 1.8em;
}

.partnership_tit {
font-size:24px;
font-weight: bold;
list-style:1;
letter-spacing:0.2em;
margin: 0 0 36px 0;
}
	
.partnership_box_end {
width:1080px;
margin:0 auto 60px;
}
.partnership_idx_box01 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.partnership_idx_box01 div {
	width:47%;
}

.partnership_idx2 {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row-reverse;
	justify-content:space-between;
}

.partnership_idx2_img {
	width:26%;
}

.partnership_idx2_detail {
	width:74%;
	margin: 0 0 60px 0;
}

.btn_teamlink {}
.btn_teamlink a {
position: relative;
width: 274px;
height: 45px;
margin: 0 auto;
color: #fff;
display: flex;
justify-content: center;
align-items: center;	
background-color: #222;
border: 1px solid #222;
text-decoration:none;
	font-weight: bold;
}
.btn_teamlink a:hover {
color: #222;
background-color: #fff;
}
.btn_teamlink a:hover .arw_s {
right: 4px;
background-image: url(../images/com/arrow_r.svg);
}
.partnership_mb75 {
margin-bottom:75px;
}
.teampic{
margin-bottom:40px;
}
}
/*sp*/
@media only screen and (max-width: 768px) {

/*********************************************
index
**********************************************/
.partnership_tit_01 {
font-size:16px;
line-height: 1.8em;
}
.partnership_idx_box01 {
	display: flex;
   flex-wrap: wrap;
   width: 100%;
}
.partnership_idx_box01 div {
	width: calc(100% / 2);
   text-align: center;
}
.partnership_idx_box01 div img{
	width: 94%;
}
.partnership_box_end {
width:90%;
margin:0 auto 30px;
}
.btn_teamlink {
	margin: 0 0 60px 0;
	}
.btn_teamlink a {
position: relative;
width: 274px;
height: 45px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;	
background-color: #FFF;
border: 1px solid #222222;
text-decoration:none;
}
.btn_teamlink a:hover {
color: #FFF;
background-color: #222222;
}
.btn_teamlink a:hover .arw_s {
right: 4px;
background-image: url(../images/com/arrow_r_w.svg);
}

.partnership_idx2 {
	
}

.partnership_idx2_img {
	width:60%;
	margin:0 auto 30px;
}

.partnership_idx2_detail {
	width:100%;
}


}