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

@media (max-width:761px){
	
	/* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height: 400px;
		background: url("../img/main_bg.png") no-repeat;
		background-size: 2800px auto;
		background-position-x: -1247px;
		background-position-y: -41px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#sec_main_wrap #copy_box p{
		font-family: 'Roboto', sans-serif;
		font-weight:600;
		font-size: 7.8rem;
		color:#000;
		line-height: 90%;
		letter-spacing: 0;
		padding:0 0 10px;
		white-space:nowrap;
	}

    
    
	/* ==============================================================
     *
     * bussiness
     *
     * ============================================================== */
     
     .corporate{
         background: url("/global/img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 388px;
     }

     .box01{
		width: 32%;
		position:absolute;
		left: -19px;
		bottom: -31px;
	}
    
    .box02{
		width: 20%;
		position:absolute;
		right:-20px;
		top: 156px;
	}
	
	/* --------------------------------------------------------------
 	   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) {
	
}