
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* ============================================================
 	main_sec_wrap
	==============================================================*/

	#main_sec_wrap{
		width:100%;
		padding:100px 0;
		overflow:hidden;
		position:relative;
		background:url("/guidance/tfu_project/img/tfu_project_bg.jpg") no-repeat center;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width:40vw;
		height:100%;
		background:#fff;
		position: absolute;
		top:0;
		left:0;
	}
	#main_sec_wrap .img_box{
		width:720px;
		position: relative;
	}

	#main_sec_wrap .ttl{
		position:absolute;
		bottom: 60px;
		right: 130px;
		z-index: 10;
	}

	#main_sec_wrap .ttl h1 {
		display: inline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 3.0rem;
		line-height: 2.1;
		color:#fff;
		background: #000;
		letter-spacing: 0.8rem;
		white-space:nowrap;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
		padding: 1px 10px 4px;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap .logo_wrap{
		width: 100px;
		border:1px solid #ccc;
		background: #fff;
		padding: 8px;
		box-sizing: border-box;
		position:absolute;
		top: 0;
		right:0;
	}

	#main_sec_wrap p{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		padding: 10px 0 6px;
		border: 1px solid #000;
	}

	#main_sec_wrap p span.number{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 5.4rem;
		line-height: 1;
		padding: 4px 0 0 4px;
		color: #000;
		text-align: center;
		letter-spacing: 0;
	}
	
	#main_sec_wrap p span.strong01{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: 2.8rem;
		color: transparent;
		text-stroke: 1px #000;
		-webkit-text-stroke: 1px #000;
		letter-spacing: 0.2rem;
		line-height: 1.0;
		padding: 0 0 3px 4px;
	}

	#main_sec_wrap p span.strong02{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		color: #000;
		letter-spacing: 0rem;
		line-height: 1.0;
		padding: 0 0 0 3px;
	}

	
	
	
	/* ============================================================
 	section
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 90px 0 200px;
		position:relative;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 40vw;
		height: 417px;
		background:url("/guidance/tfu_project/img/tfu_project_bg2.jpg") no-repeat center right;
		background-size:180% auto;
		position: absolute;
		top: 181px;
		left:0;
	}

	

	#sec01 .wrapper{
		width:700px;
		margin: 0 auto;
	}

	#sec01 .prof_wrap{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding:0 120px;
		position:relative;
		margin:0 0 50px;
	}

	#sec01 .prof_wrap .p_img{
		width: 250px;
		padding:0 20px;
		box-sizing:border-box;
		position:absolute;
		bottom: -1px;
		right:80px;
		line-height:0;
		overflow:hidden;
	}

	#sec01 .prof_wrap .p_img img{
		z-index:1;
		position:relative;
	}

	#sec01 .prof_wrap .p_img:before{
		content: "";
		display: block;
		width: 220px;
		height:220px;
		background:#CE93B9;
		border-radius:50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,0);
		z-index:0;
	}

	#sec01 .prof_wrap .prof_txt{
		display: inline-block;
		position:absolute;
		top: -1px;
		left: -1px;
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		color: #fff;
		background:#000;
		padding: 5px 10px 3px;
		letter-spacing: 0.1rem;
		line-height: 1.0;
	}

	#sec01 h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.8rem;
		color:#000;
		line-height:1.4;
		padding: 34px 0 6px;
		letter-spacing: 0.1rem;
	}

	#sec01 .name {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.1rem;
		color:#000;
		line-height:1.4;
		padding:0 0 30px;
		letter-spacing: 0.1rem;
	}

	#sec01 .name span{
		display:inline-block;
		font-size: 1.4rem;
		padding:0 0 0 5px;
	}
	
	#sec01 .body_txt {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		color:#000;
		line-height: 2.1;
		padding:0 0 30px;
	}

	#sec01 .note_txt {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		color:#000;
		line-height: 2.1;
		padding:0 0 30px;
	}

	#sec01 .img_box{
		line-height:0;
		margin: 30px 16%;
	}


	/* ============================================================
 	sec_nav
	==============================================================*/
	
	#sec_nav{
		width: 100%;
		background-image: url(/img/tfu_project_bg.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 64px 70px 100px;
		box-sizing:border-box;
	}
	
	
	#sec_nav h2{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 40px 0;
		flex-direction: column;
	}

	#sec_nav h2 span.sub{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		color: #ffffff;
		text-align: center;
		margin: 0 0 -4px 0;
		font-weight: 400;
		letter-spacing: 0.2em;
	}
	
	#sec_nav h2 span.strong01{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: 9.6rem;
		color: transparent;
		text-stroke: 1px #ffffff;
		-webkit-text-stroke: 2px #ffffff;
		letter-spacing: 0em;
		line-height: 1.0;
		padding: 0;
	}

	#sec_nav h2 span.strong02{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 3.2rem;
		color: #ffffff;
		letter-spacing: 0.24em;
		line-height: 1.0;
		padding: 0 0 0 3px;
	}

	#sec_nav .swiper-wrapper{
		justify-content: space-between;
		align-items: center;
	}

	#sec_nav .swiper-slide{
		width: 320px;
		height: 360px;
	}

	#sec_nav .swiper-slide a{
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		background: #000000;
		overflow: hidden;
	}

	#sec_nav .swiper-slide a .ttl{
		width: 270px;
		position: absolute;
		top: 81px;
		left: 22px;
		z-index: 1;
	}

	#sec_nav .swiper-slide h3 {
		display: inline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		line-height: 2.1;
		color:#000000;
		background:#fff;
		white-space:nowrap;
		letter-spacing: 0.2em;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
		padding: 1px 10px 2px;
		font-feature-settings: 'palt';
	}
	
	#sec_nav .swiper-slide .project{
		font-family: 'Roboto', sans-serif;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		z-index: 2;
		flex-direction: column;
		align-items: center;
		color: #ffffff;
		background: #000000;
		padding: 12px 8px 8px;
		line-height: 1.0;
	}

	#sec_nav .swiper-slide .project .en{
		font-size: 1.0rem;
		padding: 0 0 2px 0;
		display: inline-block;
	}

	#sec_nav .swiper-slide .project .number{
		font-size: 3.2rem;
		font-weight: 500;
	}

	#sec_nav .swiper-slide .img_box {
	line-height: 0;
	}

	#sec_nav .swiper-slide a .more{
		display: flex;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 14px 20px 14px 20px;
		background: #ffffff;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
	}

	#sec_nav .swiper-slide a .more .class_box{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		font-family: 'Noto Sans JP', sans-serif;
	}

	#sec_nav .swiper-slide a .more .txt{
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		position: relative;
		margin: 0 14px 0 0;
	}

	#sec_nav .swiper-slide a .more .txt::after{
		content: '\3009';
		position: absolute;
		top: 50%;
		right: -22px;
		transform: translate(0, -50%);
		display: block;
		font-size: 1.4rem;
	}

	#sec_nav .swiper-slide a .more .class_box .fac{
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1.6;
		font-feature-settings: 'palt';
	}

	#sec_nav .swiper-slide a .more .class_box .dep{
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1.6;
		font-feature-settings: 'palt';
	}

	#sec_nav .swiper-slide .img_box {
		overflow: hidden;
	}

	#sec_nav .swiper-slide .img_box > img {
		transition: all 0.5s ease 0s;
	}
	
	#sec_nav .swiper-slide a:hover .img_box > img {
		transform: scale(1.1);
		opacity: 0.5;
	}

	#sec_nav ul.btn_view_all{
		width:200px;
		margin:0 auto;
		padding: 40px 0 0;
	}

	#sec_nav ul.btn_view_all a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding:8px 0
	}

	#sec_nav ul.btn_view_all a{
		transition: all 0.5s ease 0s;
	}

	#sec_nav ul.btn_view_all a:hover{
		transform: scale(1.1);
	}
	
	
}



