/*------------------------------------ work ------------------------------------*/
#work_wrap h1{
	font-size: 36px;
	font-weight: bold;
}
.work_intro{
	margin: 100px 0 80px; 
}
.catch_main{
	overflow: hidden;
	display: flex;
}
.catch_main_pc{
	float: left;
	width: 70%;
	padding-right: 20px;
	position: relative;
}
.catch_main_sp{
	float: left;
	padding-top: 80px;
	position: relative;
	width: 30%;
}
.catch_pc_outer{
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 10;
}
.catch_pc_outer img{
	width: 100%;
}
.catch_pc_inner{
	width: 71%;
	position: absolute;
	top: 5.5%;
	left: 13%;
	z-index: 5;
}
.catch_pc_inner img{
	width: 100%;
	vertical-align: bottom;
}
.catch_sp_outer{
	position: relative;
	width: 65%;
	margin: 0 auto;
	z-index: 10;
}
.catch_sp_outer img{
	width: 100%;
}
.catch_sp_inner{
	width: 61%;
	margin: 0 auto;
	position: absolute;
	top: 26%;
	left: 20%;
	z-index: 5;
}
.catch_sp_inner img{
	width: 100%;
	vertical-align: bottom;
}


.graphic_catch_pc{
	width: 100%;
	height: auto;
}
.graphic_catch_pc img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


.catch_side{
	margin: 60px 0;
}
h1{
	margin: 50px 0 15px;
}
.catch_side > div{
	white-space: nowrap;
}
.work_termname{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	margin-bottom: 30px;
}
.work_termname > div{
	padding-bottom: 5px;
}
.term_inner,
.job_category{
	border-bottom: 1px solid #000;
	width: 20%;
	text-align: center;
}
.term_inner{
	margin-right: 50px;
}
.term_inner a{
	color: #000;
	transition: .3s;
}
.work_termname .side_cat_links{
	text-align: center;
	width: 20%;
	margin-left: 50px;
}
.work_termname .side_cat_links a{
	color: #fff;
	border: 1px solid #333;
	margin-bottom: 0;
	text-align: center;
}
.work_termname .side_cat_links a::before{
	background: #333;
}
.work_termname .side_cat_links a:hover{
	color: #333;
}
.work_draw ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.work_details{
	display: flex;
}
/*------------------------------ メイン本文 ------------------------------*/
.main_work{
	width: 75%;
	padding:0 25px 0 50px;
	text-align: justify;
}
.main_work h2{
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
}
.main_work h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main_work p{
	letter-spacing: 2px;
	line-height: 2;
}
.main_work b,
.main_work strong{
	font-weight: bold;
}
.main_work ul,
.main_work ul li{
	list-style: inside disc;
}
.main_work ul{
	margin: 15px 0;
}
.main_work ul li{
	margin: 10px 0;
}
.main_work a{
	color: #73bfee;
	transition: .3s all;
}
.main_work blockquote{
	position: relative;
	padding: 30px;
	 font-style:  italic;
	 color: #585858;
	 border: 1px solid #333;
	 margin: 40px;
}
.main_work blockquote::before,
.main_work blockquote::after{
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	font-family: FontAwesome;
	background: #585858;
	color: #fff;
	font-size: 22px;
}
.main_work blockquote::before{
	top: -20px;
	left: -20px;
	content: '\f10d';
}
.main_work blockquote::after{
	bottom: -20px;
	right: -20px;
	content: "\f10e";
}
/*------------------------------ メイン本文 ------------------------------*/
/*------------------------------ CTA ------------------------------*/
.cta_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.cta_wrap p,
.cta_wrap a{
	background: #aaa;
	border : 1px solid #aaa;
	color: #fff;
	flex: 1;
	font-size: 16px;
	padding: 8px 0; 
	margin-right: 1px;
	transition: .3s all;
}
.cta_wrap p i{
	font-size: 24px;
}
.cta_wrap i,
.cta_wrap span{
	font-weight: bold;
	vertical-align: middle;
}
/*------------------------------ CTA ------------------------------*/
/*------------------------------ サイドバー ------------------------------*/
.work_details #sidebar{
	/* flex-basis: 25%; */
	width: 25%;
	padding:0 50px 0 25px;
}
.side_cat h2,
.side_new_work h2{
	border-bottom: 1px solid #aaa;
	color:#777;
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: left;
}
.side_cat_links a{
	background: transparent;
	border: 1px solid #eee;
	color: #777;
	display: block;
	font-size: 14px;
	margin-bottom: 1px;
	padding: 6px 20px;
	position: relative;
	text-align: left;
	transition: .6s;
}
.side_cat_links a::before{
	background: #eee;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s all;
	transform-origin: 50% 100%;
	width: 100%;
	z-index: -1;
}
.side_cat_links a::after{
	background: #fff;
	content: '';
	display: block;
	height: 100%; 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s all;
	transform: scale(0, 1);
	transform-origin: 0 0;
	width: 100%;
	z-index: -1;
}
.side_new_work{
	margin-top:50px;
}
.new_work_title{
	position: relative;
	text-align: right;
	z-index: 10;
}
.new_work_title a{
	color: #aaa;
	font-size: 14px;
}
.side_work_thumb{
	border-bottom: 1px solid #eee;
	width: 100%;
	max-width: 220px;
	height: 180px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.side_work_thumb a{
	display: block;
	transition: .6s all;
}
.side_work_thumb img{
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .6s all;
	width: 100%;
}
.add_space{
	width: 100%;
	max-width: 220px;
	height: auto;
}
.add_space .webtag{
	margin-top: 50px;
	margin-bottom: 40px;
}
.add_space .webtag img,
.add_space .meo img{
	width: 100%;
	vertical-align: bottom;
}
/*------------------------------ サイドバー ------------------------------*/
/*------------------------------------ work ------------------------------------*/



/*------------------------------------ contents ------------------------------------*/
.single_contents_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 350px;
	background: #eee;
	margin-top: 70px;
	text-align: left;
}
.single_contents_title .eyecacth,
.single_contents_title_inner{
	width: 50%;
	overflow: hidden; 
	position:  relative;
}
.single_contents_title .eyecacth{
	height: 350px;
}
.single_contents_title .eyecacth img{
	width: 100%;
	height: auto;
	position: absolute ;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.single_contents_title_inner{
	height: auto;
	padding: 22px 33px;
}
.single_contents_title_inner p{
	font-size: 14px;
}
.single_contents_title_inner h1{
	font-size: 22px;
	font-weight: bold;
	color: rgb(160, 14, 21);
	padding: 11px 0 22px;
	margin: 0;
}
.single_contents_title_inner p.cat{
	margin-bottom: 11px;
}
.single_contents_title_inner p.cat span{
	font-size: 16px;
	margin-left: 22px;
	font-weight: bold;
}
.single_contents_title_inner p.cat a{
	transition: .3s all;
}
.single_contents_title_inner p.cat a + a{
	margin-left: 11px;
}
.cat_intro p{
	line-height: 24px;
}
.single_contents_title_inner p.contents_add{
	margin-top: 22px;
}
.single_contents_main{
	display: flex;
	justify-content: space-between;
	padding-top: 70px; 
}
.main_content_outer{
	width: 75%;
	padding: 0 25px 0 50px;
}

.single_contents_main article{
	text-align: left;
}
.single_contents_main article *{
	margin-bottom: 22px;
}
.single_contents_main article h1{
	font-weight: bold;
	font-size: 26px;
	line-height: 44px;
	color: rgb(160, 14, 21);
	margin: 33px 0;
}
.single_contents_main article h2{
	font-weight: bold;
	font-size: 22px;
	line-height: 33px;
	border-bottom: 2px solid #eee;
	padding: 11px 0;
}
.single_contents_main article h3{
	margin-top: 33px;
	font-weight: bold;
	font-size: 20px;
	line-height: 33px;
	background: #eee;
	border-left: 3px solid rgb(160, 14, 21);
	padding: 5.5px 11px;
}
.single_contents_main article h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
}
.single_contents_main article h5{
	font-size: 20px;
	line-height: 22px;

}
.single_contents_main article h6{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.single_contents_main article p{
	font-size: 16px;
	line-height: 27.5px;
}
.single_contents_main article strong{
	font-weight: bold;
}
.single_contents_main article ol,
.single_contents_main article ul{
	margin:  22px 0 22px 22px;
}
.single_contents_main article ul li{
	font-size: 14px;
	list-style: disc inside;
	font-weight: bold;
	color: #555;
}
.single_contents_main article ol li{
	font-size: 14px;
	list-style: decimal;
	margin-left: 24px;
	font-weight: bold;
	color: #555;
}
.single_contents_main article img{
	width: 100%;
	height: auto;
	margin-bottom: 22px;
	vertical-align: bottom;
}
.single_contents_main article a{
	color: #73cfee;
	font-size: 14px;
	font-weight: bold;
	transition: .3s all;
}
.single_contents_main article blockquote{
	position: relative;
	padding: 22px 33px;
	color: #585858;
	border: 2px solid #585858;
	font-size: 14px;
	margin: 33px 0;
}
.single_contents_main article blockquote *{
	margin: 0;
}
.single_contents_main article blockquote::before,
.single_contents_main article blockquote::after{
	position: absolute;
	display: inline-block;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-family: FontAwesome;
	background: #585858;
	color: #fff;
	font-size: 18px;
	width: 40px;
}
.single_contents_main article blockquote::before{
	top: -20px;
	left: -20px;
	content: '\f10d';
}
.single_contents_main article blockquote::after{
	bottom: -20px;
	right: -20px;
	content: '\f10e';
}
.single_contents_main code{
	background: #111;
	color: #fff;
	padding: 11px 33px;
	line-height: 2;
}
.single_contents_main .hljs-string,
.single_contents_main .hljs-number{
	color: #fff;
}


div#toc_container{
	border: 3px solid #ddd;
	margin: 33px 0;
	padding: 33px;
}
div#toc_container p.toc_title{
	font-size: 18px;
	padding-bottom: 22px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 22px;
}
div#toc_container ul.toc_list > li{
	margin: 22px 0 11px 25px;
	list-style: decimal;
	font-size: 20px;
	color: #73cfee;
}
div#toc_container ul.toc_list > li > a{
	font-size: 20px;
}
div#toc_container ul.toc_list > li ul li{
	margin: 11px 0;
	list-style: disc;
	color: #73cfee;
}









/*------------------------------------ contents ------------------------------------*/
