@charset "utf-8";
/* =============================================
	建築士　JASS5改訂
============================================= */
/*****
Reset
*****/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video{
	box-sizing: border-box;
}

header div,
header a,
header span,
header img{
 box-sizing: content-box;
}

sup{
	vertical-align: top;
	position: static;
	font-size: 0.65em;
}

header li{
 font-size: 1.3rem;
}

img{
	max-width: 100%;
	height: auto;
}

/*****
common
*****/
.small_header_list{}
.small_header_list li{
	margin-left: 10px;
	display: inline-block;
}

.font_size_s{
	font-size: 0.85em;
}
.font_size_l{
	font-size: 1.25em;
}

.font_red{
 color: #e04536;
}
.font_pink{
 /*color: #e380b1;*/
	color: #d96769;
}

.bg_red{
	background-color: #e04536;
}
.bg_pink{
	background-color: #ff9799;
}
.bg_pink_d{
	/*background-color: #e380b1;*/
	background-color: #d96769;
}

.text_indent1,
.li_indent1 > li{
	text-indent: -1em;
	padding-left: 1em;
}
.text_indent2,
.li_indent2 > li{
	text-indent: -2em;
	padding-left: 2em;
}
.text_indent3,
.li_indent3 > li{
	text-indent: -3em;
	padding-left: 3em;
}

.mgn_t05{
	margin-top: 0.5em;
}
.mgn_t1{
	margin-top: 1em;
}
.mgn_t2{
	margin-top: 2em;
}
.mgn_t3{
	margin-top: 3em;
}
.mgn_b05{
	margin-bottom: 0.5em;
}
.mgn_b1{
	margin-bottom: 1em;
}
.mgn_b2{
	margin-bottom: 2em;
}
.mgn_b3{
	margin-bottom: 3em;
}
.mgn_r1{
 margin-right: 1em;
}
.mgn_l4{
 margin-left: 4em;
}

.rotate90{
	display: inline-block;
	transform: rotateZ(-90deg);
}

.under_yell{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#FFE699 0, #FFE699 40%, transparent 40%);
}

.p_line p{
	padding-bottom: 0.5em;
}
.p_line p:last-of-type{
	padding-bottom: 0;
}

.flex_center{
	display: flex;
	justify-content: center;
}
.flex_align_center{
	align-items: center;
}

/***リンクボタン***/
.btn_normal{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.btn_normal::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.btn_normal:hover::before{
	width: 100%;
	opacity: 1;
}
.btn_normal a{
	display: block;
	color: #fff;
	padding: 0.5em 2.5em 0.5em 1em;
	border: solid 2px #fff;
	border-radius: 0.25em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}
.btn_close{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 420px;
	margin: 1em auto;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #ccc;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}

.btn_anchor{
 display: inline-block;
 color: #0070c0;
	padding: 0.5em 1em;
	border: solid 1px #0070c0;
}

.outer_link{
	margin: 1em 0;
}
.outer_link a{
	display: inline-block;
	color: #34bdd8;
	padding: 0.5em 1em;
	border: solid 1px #34bdd8;
}

/* --- footer --- */
#call_num img{ vertical-align: middle; }
#call_num_img{ margin-right: 10px; }

/*---------------------------------------------
	ページヘッダー
---------------------------------------------*/
#page_header{
	padding: 2em 0;
	background-color: #ff9799;
}

.page_header{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.page_header .page_ttl{
	max-width: 452px;
	position: absolute;
}
.page_header .page_name{
	color: #fff;
	text-align: center;
	padding: 0.5em;
	background-color: rgba(72,28,58,0.8);
}
.page_header .page_name .in_name{}
.page_header .page_sakura{
	max-width: 164px;
	position: absolute;
}
.page_header .page_catch{
	max-width: 498px;
	position: absolute;
}
.page_header .header_bg{
	width: 100%;
	height: 0;
	padding-top: 55%;
	background-image: url("../img/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

/***プロフィール***/
.profile_area{
	display: flex;
	font-size: 1.8rem;
	width: 94%;
	max-width: 970px;
	margin: 2em auto;
	padding: 1em;
	border: solid 1px #e380b1;
	border-radius: 1em;
	background-color: #fff;
}
.prof_img{
	flex-shrink: 0;
	width: 185px;
	margin-right: 1em;
}
.prof_img img{
	border-radius: 20%;
}
.prof_ttl{
	font-size: 1.25em;
	color: #e380b1;
	margin-bottom: 0.5em;
}
.prof_list{
	font-size: 1.8rem
}
.prof_list dt{
	float: left;
	padding-top: 0.5em;
}
.prof_list dd{
	padding-top: 0.5em;
}
.prof_list dd::after{
	content: '';
	display: block;
	clear: both;
}
.icon_sns img{
	width: auto;
	height: 2em;
	margin: 0 0 0 0.5em;
}


.anim_fadein{
	opacity: 0;
	animation-name: anim_fadein;
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_fadein{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


/*---------------------------------------------
	section
---------------------------------------------*/
.section_wrap{
	margin: 0 auto;
	padding: 6em 0;
}
.section_bg{
	background-image: linear-gradient(185deg, #ff9799 0, #ff9799 15%, transparent 15%, transparent 100%);
}
.section_bg02{
	background-image: linear-gradient(355deg, #ff9799 0, #ff9799 15%, transparent 15%, transparent 100%);
}
.sakura_bg{
	background-image: url("../img/sakura_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.normal_section{
 font-size: 1.6rem;
	color: #555;
	width: 100%;
 margin: 0 auto;
}

.normal_section li{
	font-size: 1.6rem;
}

/*****
インタビュー動画
*****/
.video_section{
	width: 94%;
	max-width: 970px;
 margin: 0 auto;
}

.ttl_video{
	font-size: 3rem;
	text-align: center;
	color: #ff9799;
	margin-bottom: 1em;
	padding: 1em 2em;
	border-top: solid 2px #ff9799;
	background-image: url("../img/icon_spot.png"),url("../img/icon_spot.png");
	background-repeat: no-repeat;
	background-position: left 1em top, right 1em top;
}

.video_text{
	font-size: 1.8rem;
	color: #fff;
	width: 100%;
	max-width: 721px;
	margin: 0 auto;
	padding: 0.5em;
	border-radius: 0 0 10px 10px;
	background-color: #ff9799;
}

/*****
記事
*****/
.interview_r{}
.interview_l{}

.view_img{
	flex-shrink: 0;
	width: 50%;
}

.answer{
	width: 48%;
	max-width: 465px;
	margin: 1em 1% 5em 1%;
}
.ttl_type01{
	font-size: 2.4rem;
	color: #e04536;
	text-indent: -3.5em;
	padding-left: 3.5em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #e04536;
}
.ttl_q{
	font-size: 1.5em;
}

.sub_area{
	display: flex;
	align-items: flex-end;
}
.view_sub{
	flex-shrink: 0;
}
.view_sub img{
	border-radius: 1em;
}

.sub_text{
	margin: 1em;
}

/*****
ヒストリー
*****/
.history_section{
 font-size: 1.6rem;
	width: 94%;
	max-width: 800px;
 margin: 0 auto;
	padding: 2em 1em 2em 3em;
	border-radius: 2em;
	background-color: #fff;
}

.ttl_history{
	font-size: 3.2rem;
	line-height: 1em;
	text-align: center;
	/*color: #e380b1;*/
	color: #d96769;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: solid 2px #e04536;
	border-bottom: solid 2px #e04536;
	background-color: #fff;
}
.ttl_history .icon_sakura{
	position: relative;
}
.ttl_history .icon_sakura::before{
	content: '';
	display: block;
	width: 3.5em;
	height: 3.5em;
	background-image: url("../img/icon_sakura.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -4em;
	transform: translateY(-50%) rotateZ(-5deg);
}

.history_list{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-right: 1em;
	padding: 1em 0 1em 2em;
	border-left: solid 4px #ccc;
}
.history_list dt{
	margin-bottom: 0.5em;
}
.history_list dt h3{
	font-size: 2rem;
	position: relative;
}
.history_list dt h3::before{
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-image: url("../img/icon_sakura.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -2.5em;
	transform: translateY(-50%) rotateZ(-5deg);
}
.history_list dd{
	margin-bottom: 2em;
	padding-left: 2em;
}
.history_list dd:last-of-type{
	margin-bottom: 0;
}

/*---------------------------------------------
	youtube枠
---------------------------------------------*/
/*** youtube枠 ***/
.movie_cont{
	max-width: 721px;
	/*margin: 40px auto;
	padding: 20px;*/
	margin: 0 auto;
 overflow: hidden;
 /*border: 1px solid #ccc;
	background-color: #fff;*/
}
.movie_cont h3,
.movie_cont_ttl{
	margin-top: 0;
	padding: 0 0 5px 25px;
 margin-bottom: 5px;
 border-bottom: 1px solid #ddd;
 font-size: 1.4rem;
 position: relative;
}
.movie_cont h3::before,
.movie_cont_ttl::before{
	content: '';
 width: 18px;
 height: 17px;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -26px;
 background-size: 150px 150px;
 position: absolute;
 top: 0;
 left: 0;
}
.movie_time{}
.movie_time::before{
	content: '';
 margin: 0 3px 0 0;
 width: 11px;
 height: 11px;
 display: inline-block;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -43px;
 background-size: 150px 150px;
}
.video_cont{
	position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 box-sizing: border-box;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	border-radius: 10px 10px 0 0;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
	/*** 非表示 ***/
 .sp_only{
  display: none;
 }
	
	.btn_area_flex{
		display: flex;
		justify-content: space-around;
	}
	
	.flex_pc{
		display: flex;
	}
	.flex_center_pc{
		display: flex;
		justify-content: center;
	}
	.flex_between_pc{
		display: flex;
		justify-content: space-between;
	}
	.flex_around_pc{
  display: flex;
  justify-content: space-around;
 }
	.row_reverse_pc{
		flex-direction: row-reverse;
	}
	.items_center_pc{
		align-items: center;
	}
	.items_end_pc{
		align-items: flex-end;
	}
	
	/*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	.page_header .page_ttl{
		width: 38%;
		top: 0;
		left: 5.5%;
	}
	.page_header .page_name{
		font-size: 2.4rem;
		width: 23.5%;
		max-width: 280px;
		position: absolute;
		bottom: 3%;
		left: 12%;
	}
	.page_header .page_name .in_name{
		text-align: left;
		display: inline-block;
	}
	.page_header .page_sakura{
		width: 14%;
		top: 3%;
		right: 2%;
	}
	.page_header .page_catch{
		width: 41.5%;
		bottom: 2%;
		right: 2%;
	}
	.page_header .header_bg{
		padding-top: 55%;
		background-position: center top;
	}
	
	/*---------------------------------------------
 	section
 ---------------------------------------------*/
	/*****
	記事
	*****/
	.interview_r{
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.interview_l{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.sub_area{
		width: 40%;
		min-width: 550px;
	}
	.sub_r{
		margin: -4em 20% 0 auto;
	}
	.sub_l{
		margin: -4em auto  0 20%;
	}
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*** 非表示 ***/
 .pc_only{
  display: none;
 }
	
	/*****
	common
	*****/
	.small_header_menu{
		margin: 5px -5px 0;
		padding: 0 5px;
		border-top: 1px solid #dddddd;
		padding-top: 5px;
		width: 100%;
	}
	
	.small_header_list{ text-align: right; }
	.small_header_list li{ font-size: 1.2rem; }
	
	.btn_normal,
	.btn_close{
		font-size: 1.6rem;
	}
 
 /*---------------------------------------------
 	ページヘッダー
 ---------------------------------------------*/
	#page_header{
		padding: 1em 0;
	}
	.page_header{}
	.page_header .page_ttl{
		width: 50%;
		top: 0;
		left: 2%;
	}
	.page_header .header_bg{
		padding-top: 75%;
		background-position: right 25% top;
	}
	
	.page_header .page_name{
		font-size: 2rem;
	}
	.page_header .page_sakura{
		width: 15%;
		top: 2%;
		right: 2%;
	}
	.page_header .page_catch{
		font-size: 2rem;
		width: 65%;
		bottom: 2.5em;
		right: 2%;
	}
	
	/***プロフィール***/
	.profile_area{
		display: block;
		font-size: 1.4rem;
	}
	.prof_img{
		margin: 0 auto 1em auto;
	}
	.prof_list{
		font-size: 1.4rem;
	}
	.icon_sns{
		clear: both;
		text-align: center;
	}
	.icon_sns img{
		height: 4em;
		margin: 0 1em;
	}
 
 
 /*---------------------------------------------
 	section
 ---------------------------------------------*/
 .section_wrap{
		padding: 2em 0;
	}
	
	.normal_section{
		font-size: 1.4rem;
		width: 94%;
	}
	
	.normal_section li{
		font-size: 1.4rem;
	}
	
	/*****
	インタビュー動画
	*****/
	.video_section{
		padding-bottom: 2em;
	}
	.ttl_video{
		font-size: 1.8rem;
		padding: 1em 3em;
		background-size: 2em auto;
	}
	
	/*****
	記事
	*****/
	.view_img{
		width: 90%;
	}
	.interview_r .view_img{
		margin: 0 0 0 auto;
	}
	
	.answer{
		width: 100%;
		max-width: 100%;
		margin: 1em 0 1em 0;
		padding: 0 1em;
	}
	
	.ttl_type01{
		font-size: 1.6rem;
	}
	
	.sub_area{}
	
	.view_sub{
		width: 35%;
	}
	.sub_text{
		margin: 0 1em;
	}
	
	/*****
	ヒストリー
	*****/
	.ttl_history{
		font-size: 1.6rem;
	}
	
	.ttl_history .icon_sakura{
		display: inline-block;
		text-align: left;
		line-height: 1.4;
	}
	.ttl_history .icon_sakura::before{
		width: 2em;
		height: 2em;
		left: -2.5em;
	}
	.history_section,
	.history_section dl{
		font-size: 1.3rem;
	}
	
	.history_list dt h3{
		font-size: 1.6rem;
	}
	.history_list dd{
		padding-left: 1em;
	}
	
	
	/*---------------------------------------------
	youtube枠
	---------------------------------------------*/
	/*.movie_cont{
		margin: 20px 0 20px;
  padding: 15px;
	}*/
 
}
