
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
    
    /* ==============================================================
     *
     * common
     *
     * ============================================================== */
    
    #sec_main_wrap:before{
		content: "";
        display: block;
        width: 100%;
        height: 400px;
        background:url("../img/main_bg.png") no-repeat top center;
        position: absolute;
        top: 0;
        left: 50%;
        transform:translate(-50%, 0);
	}
    
    
	/* ==============================================================
     *
     * corporate
     *
     * ============================================================== */
     
     .corporate{
         background: url("/global/img/body_bg.jpg") no-repeat;
         background-position-x: center;
         background-position-y: 388px;
     }

     .corporate .box01{
		width: 290px;
		position:absolute;
		left: -90px;
		top: 260px;
	}
    
    .corporate .box02{
		width:230px;
		position:absolute;
		right:-20px;
		top: 180px;
	}
		
	/* --------------------------------------------------------------
 	   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:280px;
		border-bottom: 1px solid #909fb2;
		padding: 0 0 20px;
		margin: 0 0 80px;
		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: 140px;
		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;
	}

	.corporate #sec01 a:hover .img_box{
		box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
	}


	.corporate #sec01 a:hover img{
		transform: scale(1.1);
	}

	.corporate #sec01 a:hover h2{
		color:#50abe3;
	}

	.corporate #sec01 a:hover span:before{
		width:10px;
		height:10px;
		border-right:solid 1px #50abe3;
		border-bottom:solid 1px #50abe3;
	}

	.corporate #sec01 a:hover p{
		color:#50abe3;
	}




}



