
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/

	.g_cv_btn a{
		background:rgb(0 0 0 / 90%);
	}
	
    .cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index:20;
		transition: all 1.5s cubic-bezier(0, 0, 0, 0) 0.25s;
	}
	.cover_act{
		opacity:0
	}
    
	#main_sec_wrap{
		width: 100%;
		height: 300px;
		background:url("/guidance/icd/work/img/mv_bg_pc.gif") center;
		background-size:cover;
		position: relative;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height: 300px;
		background:url("/guidance/icd/work/img/mv_bg_line.gif");
		background-size:13px auto;
		opacity:0.3;
		position: absolute;
		top:0;
		left:0;
	}
	
	#main_sec_wrap .txt_wrap{
		position: absolute;
		top: 48%;
		left: 10%;
		transform: translate(0,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:600;
		font-size: 3.8rem;
		letter-spacing:0.2rem;
		line-height:1.2;
		color:#fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span{
		display:block;
		font-size: 2.6rem;
		font-weight:600;
		letter-spacing:0.3rem;
		font-family: 'Barlow', sans-serif;
		color:#57ada9;
		padding:0 0 5px;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	}
	

	/* ============================================================
 	sec01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 100px 0 160px;
		position:relative;
		overflow:hidden;
	}

	
	#sec01 .wrapper{
		position:relative;
	}

	#sec01 .eng_txt{
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		font-size:4.2rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		text-align:center;
		padding:0 0 40px;
	}

	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		padding: 0 22px 20px;
	}


	#sec01 time{
		display: inline-block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 1.5;
		color: #747474;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		margin: 0 0 0 20px;
		padding: 2px 5px 2px;
	}

	#sec01 ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		gap:50px 0;
	}

	#sec01 ul:after{
	  content:"";
	  display: block;
	  width:30%;
	}
	
	#sec01 ul li{
		width: 30%;
	}

	#sec01 a{
		display:block;
		box-sizing:border-box;
		background:#fff;
		border-radius: 16px;
		overflow:hidden;
		padding:0 0 20px;
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
	}

	#sec01 a .img_box{
		line-height:0;
		height: 198px;
		margin:0 0 20px;
		overflow:hidden;
	}

	#sec01 ul li a img {
		transition: all 0.5s ease 0s;
	}
	
	#sec01 ul li a:hover img {
		transform: scale(1.1);
	}

	

	/* ============================================================
 	section other
	==============================================================*/
	
	#sec_other{
		width: 100%;
		padding: 80px 0 120px;
		background: #c9d3d6;
	}
	
	#sec_other .wrapper{
	text-align: center;
	}
	
	#sec_other h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 2.8rem;
		color: #000000;
		margin: 0 auto 40px;
		display: inline-block;
		position: relative;
		padding: 0 8px 3px 8px;
		letter-spacing: 0.03em;
	}

	#sec_other h2 span{
		font-weight:800;
	}

	#sec_other h2::before{
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		background: #000000;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#sec_other h2::after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #000000;
		position: absolute;
		bottom: -4px;
		left: 0;
	}

	#sec_other ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	#sec_other ul li{
		width: 340px;
	}

	#sec_other ul li a{
		display: block;
		position: relative;
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	#sec_other .img_box_01 {
		line-height: 0;
	}


	#sec_other .img_box_02 {
		position: absolute;
		line-height: 0;
		top: 0;
		left: 0;
		width: 100%;
	}

	#sec_other ul li a img {
		transition: all 0.5s ease 0s;
	}
	
	#sec_other ul li a:hover img {
		transform: scale(1.1);
	}

	#sec_other ul li a {
		transition: all 0.5s ease 0s;
	}
	
	#sec_other ul li a:hover {
		transform: scale(1);
	}


	
	

	
}





