
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	

    
	/* ============================================================
 	main vi 
	==============================================================*/
    
	#main_ttl_wrap{
		margin: 50px auto;
	}
    	
	
	/* ============================================================
 	main
	==============================================================*/
    
    
    /*====== common ======*/
    
    .main h2.ttl{
		font-family: 'Noto Serif JP', serif;
		font-weight:200;
		font-size: 3.8rem;
		letter-spacing:0.5rem;
		white-space: nowrap;
		padding: 10px 0 10px;
	}
	.main span.eng_txt{
		display:block;
		font-family: 'EB Garamond', serif;
		font-weight:200;
		font-size: 2.7rem;
		color: #000;
		letter-spacing: 0.4rem;
		opacity:0.5;
		text-indent: 3px;
	}
	
	.main p.body_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight:200;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 200%;
		width:620px;
		padding: 0 0 40px;
	}
	
	/*====== sec01 ======*/
	
	.main #sec01{
		width: 100%;
		position:relative;
		padding: 82px 0 40px;
	}

	.main .wrapper{
		width:90vw
	}

	.main #sec01 .background-blue {
		position: relative;
		top: -55px;
		height: 576px;
		width: 44%;
		z-index: 2;
		background: rgb(0,190,255,0.75);
	}

	.main #sec01 h2{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		color: #000;
		line-height: 155%;
		z-index: 2;
		margin: 0 0 91px;
		text-align: center;
		position:relative;
	}
	.main #sec01 h2:after{
		content:"";
		display:block;
		position:absolute;
		bottom: -32px;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #4679c2;
		width: 92px;
		height: 6px;
	}

	.main #sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		text-align:center;
	}

	

	.main #sec01 h3:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		position: absolute;
		top: 52%;
		right: 5%;
		transform:translate(-50%, -50%) rotate(-45deg);
	}

	.main #sec01 ul.flex{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 43px;
	}

	.main #sec01 ul.flex:after{
	  content:"";
	  display: block;
	  width:30%;
	}

	.main #sec01 ul.flex li{
		width: 30%;
		position: relative;
		margin: 0 0 60px;
	}

	

	.main #sec01 ul.flex li a{
		display: block;
		height: 100%;
		position: relative;
		line-height: 0;
		overflow: hidden;
	}

	.main #sec01 ul.flex li .img_box{
		transition: all 0.5s cubic-bezier(0, 0, 0.22, 1.01) 0s;
	}

	.main #sec01 ul.flex li .li_under{
		background-color: #4679c2;
		height: 24px;
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		padding: 21px 0 0;
	}
	.main #sec01 ul.flex li.line2 .li_under{
		height: 50px;
		padding:11px 0 10px;
	}
	.main #sec01 ul.flex li.line2 .li_under h3{
		line-height: 1.5;
	}

	.main #sec01 ul.flex li a:hover .img_box{
		transform: scale(1.1);		
		opacity:0.5;
	}

  
	


	
}



