
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/
	
    .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_sp.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: 50%;
		transform: translate(-50%,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:600;
		font-size: 3.0rem;
		letter-spacing:0.2rem;
		line-height:1.2;
		white-space: nowrap;
		color:#fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span{
		display:block;
		font-size: 2.2rem;
		font-weight:600;
		letter-spacing:0.3rem;
		font-family: 'Barlow', sans-serif;
		color:#57ada9;
		padding: 0 0 3px;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	}

	
	/* ============================================================
 	sec01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 60px 0 100px;
		position:relative;
		overflow:hidden;
	}

	
	#sec01 .wrapper{
		position:relative;
	}

	#sec01 .eng_txt{
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		font-size: 3.2rem;
		line-height: 1.4;
		color: #000;
		font-feature-settings: 'palt';
		text-align:center;
		padding: 0 0 20px;
	}

	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.7rem;
		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.2rem;
		line-height: 1.4;
		color: #747474;
		font-feature-settings: 'palt';
		letter-spacing:0.1rem;
		margin: 0 0 0 20px;
		padding: 2px 4px 3px;
	}

	#sec01 ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		padding: 0 5%;
		gap:50px 0;
	}

	
	#sec01 ul li{
		width: 100%;
	}

	#sec01 a{
		display:block;
		box-sizing:border-box;
		background:#fff;
		border-radius: 20px;
		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: 170px;
		margin:0 0 20px;
		overflow:hidden;
	}
	

	/* ============================================================
 	section other
	==============================================================*/

	#sec_other{
		width: 100%;
		padding: 60px 0 80px;
		background: #c9d3d6;
	}
	
	#sec_other .wrapper{
	padding: 0 8%;
	}
	
	#sec_other h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 2.5rem;
		color: #000000;
		margin: 0 auto 38px;
		display:block;
		text-align: center;
		position: relative;
		padding: 0 8px 8px 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{
		position:relative;
		padding: 0 0 30px;
	}

	#sec_other ul:before{
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		background: #000000;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#sec_other ul:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #000000;
		position: absolute;
		bottom: -4px;
		left: 0;
	}

	#sec_other ul li{
		margin: 0 0 16px 0;
	}

	#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%;
	}





	
	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

