
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */

	#sec_main_wrap{
		background:url("../img/mv_bg_sp.jpg") no-repeat top center;
		background-size: cover;
	}
    
    
	/* ==============================================================
     *
     * corporate
     *
     * ============================================================== */
     
     
	/* --------------------------------------------------------------
 	   section 01
	----------------------------------------------------------------- */
	
	.corporate #sec01{
		width: 100%;
		padding: 100px 0 100px;
		position:relative;
	}

	.corporate #sec01 ul{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}

	.corporate #sec01 ul li{
		width: 100%;
		border-bottom: 1px solid #909fb2;
		padding: 0 0 40px;
		margin: 0 0 40px;
		transition: all 0.5s cubic-bezier(0, 0, 0.22, 0.99) 0s;
	}

	.corporate #sec01 ul li a{
		display:block;
	}

	.corporate #sec01 .img_box{
		width: 50%;
		margin:0 auto;
		line-height:0;
		border-radius:50%;
		overflow:hidden;
		transition: all 0.5s cubic-bezier(0, 0, 0.22, 0.99) 0s;
	}

	.corporate #sec01 .img_box img{
		transition: all 0.5s cubic-bezier(0, 0, 0.22, 0.99) 0s;
	}

	
	.corporate #sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		text-align: center;
		letter-spacing: 2px;
		padding: 10px 0 5px;
		color:#005292;
		transition: all 0.5s cubic-bezier(0, 0, 0.22, 0.99) 0s;
	}

	.corporate #sec01 h2 span{
		display:inline-block;
		position:relative;
	}

	.corporate #sec01 h2 span:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #005292;
		border-bottom:solid 1px #005292;
		position: absolute;
		top: 50%;
		left: -20px;
		transform:translate(0, -50%) rotate(-45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.22, 0.99) 0s;
	}

	.corporate #sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height:140%;
		color: #909fb2;
		text-align: center;
	}

	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width:413px) {
	
}