@charset "UTF-8";
/*-----------------------------------

	partner_block

-----------------------------------*/
#lower_img{
	background-image: url(../img/partner/lower_img.jpg);
}
#partner_block {
	padding: 80px 0 100px;
}
#partner_detail_box {
	position: relative;
}
#partner_detail_box .catch_box .catch_txt{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    line-height: 180%;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
}
#partner_detail_box .catch_box .catch_txt:before{
	content: "";
    width: 30px;
    height: 3px;
    background: #335fce;
    position: absolute;
    left: 0;
    bottom: 0;
}
#partner_detail_box .catch_box .text_box .txt{
	font-size: 15px;
	font-weight: 400;
	line-height: 230%;
	letter-spacing: 0.05em;
	margin-bottom: 1.3em;
	color: #000;
}

#partner_detail_box .catch_box{
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 80px;
	overflow: hidden;
}

#partner_block #partner_catch{
	height: 400px;
	background-image: url(../img/partner/title_img.jpg);
}
#partner_detail_box .catch_box .img_box{
	width: 36%;
	background-size: cover;
	background-position: center;
}
#partner_block .catch_box .text_box{
  width: 56%;
}



@media screen and (max-width: 1300px) {

	#partner_block {
		padding: 110px 0;
	}

}

@media screen and (max-width: 1280px){

	#partner_detail_box .catch_box .catch_txt{
		font-size: 26px;
	}
	#partner_detail_box .catch_box{
		margin-top: 50px;
		padding-bottom: 90px;
		width: 90%;
	}

}


@media screen and (max-width: 1080px){
	#partner_detail_box .catch_box .catch_txt{
		font-size: 29px;
	}
	#partner_detail_box .catch_box .text_box .txt{
    font-size: 14.5px;
	}
}

@media screen and (max-width: 840px) {

	#partner_block {
		padding: 50px 0 70px;
	}
	#partner_detail_box .catch_box .catch_txt{
		font-size: 28px;
	}
	#partner_detail_box .catch_box{
		margin-top: 70px;
    padding-bottom: 40px;
	}

}

@media screen and (max-width: 640px) {

	#partner_block {
		padding: 40px 0 0;
	}
	#partner_detail_box .catch_box .catch_txt{
		font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
	}
	#partner_detail_box{
		padding: 15px 0 0;
	}
	#partner_detail_box .catch_box .text_box .txt{
		font-size: 13px;
	  line-height: 200%;
	  margin-bottom: 1em;
	}
	#partner_detail_box .catch_box{
		margin-top: 0;
		padding-bottom: 30px;
	}
	#partner_block .catch_box .text_box {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	#partner_detail_box .catch_box .catch_txt:before{
		right: 0;
		margin: 0 auto;
	}
	#partner_detail_box .sp_img_box{
		margin-bottom: 15px;
	}

}

/*-----------------------------------

	case_block

-----------------------------------*/
#case_block{
	padding: 80px 0;
  background: #f0f4f7;
  position: relative;
	z-index: 0;
}
#case_block::after{
	content: "";
  width: 100%;
  height: 300px;
  content: "";
  background-image: url(../img/common/dot_blue.svg);
  background-repeat: repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#case_block .case_contents_inner{
	width: 940px;
	margin: 0 auto;
}
#case_block h3{
	font-size: 20px;
	font-weight: 600;
	padding-left: 15px;
	line-height: 180%;
	border-left: 5px solid #000;
	margin-bottom: 2em;
}
#case_block .case_box{
	background: #fff;
	padding: 40px;
}
#case_block .case_box:not(:last-child){
	margin-bottom: 40px;
}
#case_block .text_box{
	width: 40%;
}
#case_block .text_box img{
	display:block;
	padding-bottom: 25px;
}
#case_block .text_box p{
	font-size: 16px;
	line-height: 2em;
	border-top: 2px solid #f1f1f1;
	padding-top: 25px;
}
#case_block .img_box{
	width: 55%;
}
#case_block .img_box p.small{
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 1.5em;
	text-indent: -1.1em;
	padding-left: 1em;
}
#case_block .btm_text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
	color: #000;
	margin-top: 60px;
}

@media screen and (max-width: 1000px) {
	#case_block .case_contents_inner{
		width: 90%;
	}
}


@media screen and (max-width: 840px) {
	#case_block .text_box p{
		font-size: 13px;
    line-height: 200%;
    margin-bottom: 1em;
	}

}
@media screen and (max-width: 640px) {

	#case_block{
		padding: 60px 0;
	}
	#case_block h3{
	  font-size: 16px;
	}
	#case_block .text_box img{
		width: 70px;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	#case_block .text_box{
		width: 100%;
	}
	#case_block .text_box p{
		font-weight: 600;
		padding-top: 15px;
	}
	#case_block .img_box{
		width: 100%;
	}
	#case_block .img_box img{
		padding-bottom: 10px;
	}
	#case_block .btm_text {
		font-size: 16px;
		margin-top: 30px;
	}

}

@media screen and (max-width: 400px) {

	#case_block .case_box{
		padding: 20px;
	}
	#case_block .img_box img{
		width: 95%;
	}
	#case_block .case_box:not(:last-child){
		margin-bottom: 20px;
	}

}


/*-----------------------------------

	partner_request_block

-----------------------------------*/

#partner_request_block{
	padding: 80px 0 0;
}
#partner_request_block h4 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    border-left: 5px solid #000;
		margin-bottom: 2em;
}

#partner_request_block .tile_box li {
    display: block;
    float: left;
    width: 47%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#partner_request_block .tile_box li:nth-child(2n+1) {
    margin-right: 6%;
}
#partner_request_block .tile_box .text_box{
	padding: 30px 0 0 0;
	text-align: left;
	position: relative;
	z-index: 10;
	height: 220px;
}
#partner_request_block .tile_box .text_box h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
#partner_request_block .tile_box .text_box h3::before{
	content: "";
	width: 25px;
	height: 1px;
	background: #17a5d6;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
#partner_request_block .tile_box li:hover .text_box h3::before {
    width: 100%;
}
#partner_request_block .tile_box .text_box .txt{
	line-height: 200%;
}
#partner_request_block .tile_box .text_box .btn_box{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 13px;
  margin-bottom: 30px;
  padding: 3px 0;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
#partner_request_block .tile_box li a:hover .text_box .btn_box {
    color: #3577c7;
}

@media screen and (max-width: 640px){

	#partner_request_block {
		padding: 60px 0;
	}
	#partner_request_block .tile_box .text_box h3 {
	    font-size: 16px;
	}
	#partner_request_block h4 {
	    font-size: 18px;
	}
}

@media screen and (max-width: 500px) {

	#partner_request_block .tile_box li{
		float: none;
	  width: 100%;
	}
	#partner_request_block .tile_box .text_box {
    height: auto;
    padding: 20px 0 80px 0;
	}

}
