
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	main vi 
	==============================================================*/
    

	#main_sec_wrap{
		width: 100%;
		background: url(/guidance/talk/img/mv_bg_sp.jpg) no-repeat center bottom;
		background-size: cover;
		height: calc(100vw * 800 / 750);
		position: relative;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width: 100%;
		height: 55%;
		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: 80px;
		left: 50%;
		transform:translate(-50%, 0);
		width: 90vw;
	}

	#main_sec_wrap p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.3rem;
		color:#fff;
		line-height:1;
		text-align:center;
		margin: 14px 0 0;
	}

	#main_sec_wrap p span{
		display:inline-block;
		border:1px solid #fff;
		background:#f0844a;
		padding:3px 10px 4px;
		margin:0 8px;
		position:relative;
	}

	#main_sec_wrap p span:before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-right:solid 1px #000;
		border-bottom:solid 1px #000;
		position: absolute;
		top: 50%;
		right: -11px;
		transform:translate(-50%, -50%) rotate(-45deg);
	}

	#main_sec_wrap p span:after{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-right:solid 1px #000;
		border-bottom:solid 1px #000;
		position: absolute;
		top: 50%;
		right: -17px;
		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 60px;
	}

	#sec_prof h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		color:#000;
		line-height: 1.6;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		padding: 0 5% 40px;
	}

	#sec_prof ul{

	}

	
	#sec_prof ul li{
		position:relative;
		background: url(/guidance/talk/img/bg_gray_s.gif);
		padding:10px 0;
	}

	#sec_prof ul li:nth-child(odd){
		margin:0 0 30px 20vw;
	}

	#sec_prof ul li:nth-child(even){
		margin:0 20vw 30px 0;
	}

	#sec_prof ul li:nth-child(odd) .img_box{
		line-height:0;
		border-radius:50%;
		overflow:hidden;
		width: 30vw;
		position: absolute;
		top: 50%;
		left:-10vw;
		transform:translate(0, -50%);
	}

	#sec_prof ul li:nth-child(even) .img_box{
		line-height:0;
		border-radius:50%;
		overflow:hidden;
		width: 30vw;
		position: absolute;
		top: 50%;
		right:-10vw;
		transform:translate(0, -50%);
	}

	#sec_prof p {
		display: inline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.2rem;
		line-height: 2.1;
		color:#000;
		background:#fff;
		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.5rem;
	}

	#sec_prof p span.san{
		display:inline-block;
		font-size: 1.2rem;
		padding:0 0 0 3px;
	}

	#sec_prof ul li:nth-child(odd) p{
		margin:0 0 0 100px;
	}

	#sec_prof ul li:nth-child(even) p{
		margin:0 0 0 80px;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 0 0 100px;
		margin: -2px 0 0;
		background: url(/guidance/talk/img/bg_gray_m.gif) top left;
	}

	#sec01 .wrapper{
		padding:0;
	}

	#sec01 .ttl{
		padding: 70px 0 10px 6vw;
	}

	#sec01 .ttl h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		line-height:1.4;
		letter-spacing: 0.1rem;
		color:#000;
		border-left:8px solid #fff;
		font-feature-settings: 'palt';
		padding: 0 0 0 16px;
		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 0 20px 10vw;
	}

	#sec01 .talk_wrap .img_box{
		width: 60px;
		line-height:0;
		overflow:hidden;
		border-radius:50%;
		border:3px solid #f0844a;
		position:absolute;
		left: -25px;
		top: -12px;
	}

	#sec01 .talk_wrap p {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.6;
		color:#000;
		padding: 10px 40px 20px 50px;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		position:relative;
	}

	#sec01 .talk_wrap p span.name{
		display:block;
		font-weight: 500;
		font-size: 1.6rem;
		padding: 0 0 5px;
		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: 100%;
		margin: 50px 0;
	}

	#sec01 .teach_wrap{
		background:#fff;
		position:relative;
		margin: 100px 0 20px;
	}

	#sec01 .teach_wrap h2{
		width: 140px;
		position:absolute;
		top: -20px;
		left: 10px;
	}

	#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: 24px 25px 40px;
		font-feature-settings: 'palt';
	}

	#sec01 .teach_wrap .flex_wrap{
		display:flex;
		padding: 40px 30px 0 30px;
	}

	#sec01 .t_prof_wrap{
		position:relative;
	}

	#sec01 .t_prof_wrap .img_box{
		width: 90px;
		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.4rem;
		line-height:1.8;
		color:#000;
		background:#fff;
		white-space: nowrap;
		position: absolute;
		bottom: 0;
		left: 45px;
		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: 1.8rem;
		line-height:1.6;
		color:#f0844a;
		padding: 6px 0 12px 24px;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
	}

	#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 25px 0;
		font-feature-settings: 'palt';
	}
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

