
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
    

	#main_sec_wrap{
		width: 100%;
		background: url(/guidance/talk/img/mv_bg_pc.jpg) no-repeat center bottom;
		background-size: cover;
		height: calc(100vw * 550 / 1400);
		position: relative;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height: 260px;
		background: url(/guidance/talk/img/mv_ttl_bg.gif);
		opacity: 0.9;
		position: absolute;
		top:0;
		left: 0;
	}

	#main_sec_wrap .ttl_wrap{
		position: absolute;
		top: 50px;
		left: 50%;
		transform:translate(-50%, 0);
		width: 560px;
	}

	#main_sec_wrap.isiPad:before{
		height: 230px;
	}

	#main_sec_wrap.isiPad .ttl_wrap{
		width: 500px;
	}

	#main_sec_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		color:#fff;
		line-height:1;
		text-align:center;
		margin:16px 0 0;
	}

	#main_sec_wrap p span{
		display:inline-block;
		border:1px solid #fff;
		background:#f0844a;
		width:120px;
		padding:2px 0 4px;
		margin:0 16px;
		position:relative;
	}

	#main_sec_wrap p span:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #000;
		border-bottom:solid 1px #000;
		position: absolute;
		top: 50%;
		right: -20px;
		transform:translate(-50%, -50%) rotate(-45deg);
	}

	#main_sec_wrap p span:after{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #000;
		border-bottom:solid 1px #000;
		position: absolute;
		top: 50%;
		right: -28px;
		transform:translate(-50%, -50%) rotate(135deg);
	}

	#main_sec_wrap p span:last-child:before,
	#main_sec_wrap p span:last-child:after{
		display: none;
	}

	
	/* ============================================================
 	sec_prof
	==============================================================*/
	
	#sec_prof{
		width: 100%;
		padding: 40px 0 0;
	}

	#sec_prof h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		color:#000;
		line-height: 1.8;
		letter-spacing: 0.2rem;
		text-align:center;
		padding: 0 0 20px;
	}

	#sec_prof ul{
		display:flex;
		justify-content:space-evenly;
		background: url(/guidance/talk/img/bg_gray_s.gif);
		position:relative;
		padding: 0 20% 50px;
	}

	#sec_prof ul:before{
		content: "";
		display: block;
		width: 100%;
		height: 48px;
		background:#fff;
		position: absolute;
		top:0;
		left: 0;
	}

	#sec_prof ul li{
		position:relative;
	}

	#sec_prof ul li .img_box{
		line-height:0;
		border-radius:50%;
		overflow:hidden;
		width: 180px;
		margin:0 0 -30px
	}

	#sec_prof p {
		display: inline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.3rem;
		line-height: 2.1;
		color:#fff;
		background:#f0844a;
		letter-spacing: 0.2em;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
		padding: 5px 10px 4px;
		font-feature-settings: 'palt';
	}

	#sec_prof p span.name{
		font-size: 1.6rem;
	}

	#sec_prof p span.san{
		display:inline-block;
		font-size: 1.2rem;
		padding:0 0 0 3px;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 0 0 200px;
		margin: -2px 0 0;
		background: url(/guidance/talk/img/bg_gray_m.gif) top left;
	}

	#sec01 .ttl{
		padding: 140px 50px 30px;
	}

	#sec01 .ttl h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.8rem;
		line-height:1.4;
		color:#000;
		border-left:8px solid #fff;
		padding:0 0 0 20px;
		position:relative;
	}

	#sec01 .ttl h2:before{
		content: "";
		display: block;
		width:8px;
		height:50%;
		background:#f0844a;
		position: absolute;
		top:0;
		left:-8px;
	}

	#sec01 .talk_wrap{
		background:#fff;
		position:relative;
		margin:40px 130px 20px 120px;
	}

	#sec01 .talk_wrap .img_box{
		width: 70px;
		line-height:0;
		overflow:hidden;
		border-radius:50%;
		border:3px solid #f0844a;
		position:absolute;
		left: -34px;
		top: -4px;
	}

	#sec01 .talk_wrap p {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		line-height:1.8;
		color:#000;
		padding:20px 60px 30px 60px;
		position:relative;
	}

	#sec01 .talk_wrap p span.name{
		display:block;
		font-weight: 500;
		font-size: 1.6rem;
		color:#f0844a;
	}

	#sec01 .talk_wrap p span.san{
		display:inline-block;
		font-weight: 500;
		font-size: 1.2rem;
		color:#f0844a;
		padding:0 0 0 2px;
	}

	#sec01 .photo_wrap{
		width:1000px;
		margin:100px auto;
	}

	#sec01 .teach_wrap{
		background:#fff;
		position:relative;
		margin:140px 130px 20px 120px;
	}

	#sec01 .teach_wrap h2{
		width:160px;
		position:absolute;
		top:-30px;
		left:-40px;
	}

	#sec01 .teach_wrap p.body_txt {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:1.8;
		color:#000;
		padding: 30px 60px 40px 60px;
	}

	#sec01 .teach_wrap .flex_wrap{
		display:flex;
		padding:40px 60px 0 60px;
	}

	#sec01 .t_prof_wrap{
		position:relative;
	}

	#sec01 .t_prof_wrap .img_box{
		width:120px;
		overflow:hidden;
		border-radius:50%;
		line-height:0;
	}

	#sec01 .t_prof_wrap .prof_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:1.8;
		color:#000;
		background:#fff;
		white-space: nowrap;
		position: absolute;
		bottom:-10px;
		left: 50%;
		transform:translate(-50%, 0);
	}

	#sec01 .t_prof_wrap .prof_txt span{
		display:inline-block;
		font-size: 1.2rem;
		padding:0 0 0 4px;
	}

	#sec01 .flex_wrap h3 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		line-height:1.6;
		color:#f0844a;
		padding: 26px 0 0 30px;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
	}

	#sec01 p.nn_txt {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		line-height:1.8;
		text-align:right;
		color:#000;
		padding: 0 130px 0;
		font-feature-settings: 'palt';
	}
	
	
}



