@charset "utf-8";
/* CSS Document */


/* --- 共通 --- */

/* -- ページタイトル -- */

#page_title{}
#page_title::after{
	content: "";
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.3;
}
#page_title figure{
	width: 80%;
	margin-left: 20%;
	border: 1px solid #ccc;
}
#page_title .title{
	left: 5%;
	width: 30%;
	border-bottom: 1px solid #eee;
	box-shadow: -1px 1px 0 #fff;
	transform: translate(0,-50%);
}
#page_title .title h2{
	padding:20px 30px 0;
	text-shadow: 1px 1px 0 #fff;
}
#page_title .title p{
	padding:20px 30px;
	opacity: 0.4;
	text-shadow: 1px 1px 0 #fff;
}
#page_title .title h2::after{
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0;
	top:0;
	z-index: -1;
	background-image: url(../img/title_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*
#page_title .title::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom:0;
	z-index: -1;
	background-image: url(../img/title_bg2.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
*/
/* -- パンくず -- */

#breadcrumb{}
#breadcrumb ul{
}
#breadcrumb ul li{
	display: inline-block;
}



/* --- column --- */

#column #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}
#column #contents .date span.new_item{
	background-color: #BC272D;
	color: #fff;
	vertical-align: bottom;
}


/* --- about --- */

#about #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}
#about #contents{}
#about #contents .cate_list li{
	cursor: pointer;
	position: relative;
}
#about #contents .cate_list li::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
}

#about #contents .cate h3 span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: 0;
	background-color: #B8E08E;
	z-index: -1;
	opacity: 0.5;
}

#about #contents #cate2 .box_wrap h4{
	background-image: url(../img/flow_bg.png);
	background-size: 100% 100%;
}

#about #contents #cate4 .box > div{
	border-color: #D8D8D8;
}
#about #contents #cate4 .box .box_item h6 span {
	padding: 5px 10px 6px;
}
#about #contents #cate4 .box .box_item:first-of-type h6 span {
	background-color: #29a2d9;
}
#about #contents #cate4 .box .box_item:last-of-type h6 span {
	background-color: #909090;
}


/* --- business --- */
#business #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}

#business #contents{}
#business #contents .cate {padding-top:100px;}
#business #contents .cate .cate_item .cate_title{
	position: absolute;
	width: 40%;
	left: 0;
	top: 70%;
	transform: translateY(-50%);
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #fff;
}
#business #contents .cate .cate_item .cate_title h3{
}
#business #contents .cate .cate_item .cate_title p{
	padding-left: 10px;
}
#business #contents .cate .cate_item figure{
	width: 80%;
	margin-left: 20%;
	margin-bottom: 30px;
}
#business #contents .cate .cate_txt{
	margin-left: 20%;
}



/* --- case --- */

#case #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}

/* --- faq --- */
#faq #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}

#faq #contents{}
#faq #contents .cate h3::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	background-color: #ccc;
}
#faq #contents .box{
	margin-bottom: 50px;
}
#faq #contents .box_title{
}
#faq #contents .box_title img,#faq #contents .box_txt img{
	width: 30px;
	vertical-align: bottom;
	padding-right: 20px;
}
#faq #contents .box_txt{
	padding-left: 30px;
}


/* --- recruit --- */
#recruit #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}

#recruit #contents{}
#recruit #contents #cate1 .sub_cate,#recruit #contents #cate1 .border_so1-l{
	border-color: #ddd;
}
#recruit #contents #cate1 .sub_cate{
	background-color: #fefefe;
}
#recruit #contents #cate1 .sub_cate h4{
	opacity: 0.8;
}
#recruit #contents #cate2 h5{
	font-style: italic;
}
#recruit #contents #cate2 p{
	font-style: italic;
	opacity: 0.8;
}

#recruit #contents #engage-contributions-widget-wrapper{
	margin: 0 auto 30px;
}

/* --- company --- */
#company #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}

#company #contents{}
#company #contents .top_txt h4{
	font-weight: bold;
	font-style: italic;
}

#company #contents .info {
	background-color: #fcfcfc;
	padding: 40px 20px;
}
#company #contents .info .box{
	margin-bottom: 20px;
}
#company #contents .info .box:last-of-type{
	margin-bottom: 0;
}

#company #contents .info h4{
	width: 200px;
}

/* --- contact --- */

#contact #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}

#contact #contents{}
#contact #contents #form_box .box{
	margin-bottom: 30px;
}
#contact #contents #form_box h3{
	margin-bottom: 10px;
}
#contact #contents #form_box .box p{
	padding-left: 50px;
	margin-bottom: 10px;
}
#contact #contents #form_box .border_color1{
	border-color: #eee;
}
#contact #contents #form_box .g-recaptcha >div{
	margin: 0 auto;
}
#contact #contents #form_box .box input::-webkit-input-placeholder,#contact #contents #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact #contents #form_box .box input:-moz-placeholder,#contact #contents #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact #contents #form_box .box input::-moz-placeholder,#contact #contents #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact #contents #form_box .box input:-ms-input-placeholder,#contact #contents #form_box .box textarea:-ms-input-placeholder {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#contact #contents #form_box #form_bt div{
	display: inline-block;
	height: 50px;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#contact #contents #form_box #form_bt div input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 15px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#contact #contents #form_box #form_bt .bt_on input{
	cursor: pointer;
}
#contact #contents #form_box #form_bt .bt_on:hover{
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#contact #contents #form_box #form_bt div::after{
	display: block;
	position: absolute;
	width: auto;
	height: 18px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 98
}
#contact #contents #form_box #form_bt #submit{
	background-color: #ddd;
}
#contact #contents #form_box #form_bt #submit::after{
	content: "送信";
}
#contact #contents #privacy #privacy_area{
	overflow-y: auto;
	height: 300px;
	border: 1px solid #ccc;
}


/* --- sitemap --- */
#sitemap #page_title::after{
	background-image: url(../img/pagetop_column2.jpg);
}
#sitemap #contents {}
#sitemap #contents .box_wrap ul li{
	margin-bottom: 30px;
}
#sitemap #contents .box_wrap ul li i{
	color: #B8E08E;
	transition: all 0.3s;
}
#sitemap #contents .box_wrap ul li ul{
	padding-left: 30px;
}
#sitemap #contents .box_wrap ul li a:hover i{
	transform: translateX(10px);
}
/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#page_title::after{
	width: 70%;
	left: 30%;
}
#page_title figure{
	width: 70%;
	margin-left: 30%;
	border: 1px solid #ccc;
}
#page_title .title{
	width: 40%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#page_title .title p{
	padding:10px 30px 20px;
}

/* --- business --- */
#business #contents .cate .cate_item .cate_title{
	position: static;
	width: 100%;
	left: 0;
	top: 0;
	transform: translateY(0);
	margin-bottom: 20px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#page_title .title{
	width: 90%;
}

/* --- about --- */

#about #contents .cate_list li{
	padding: 5px;
}
#about #contents .cate_list li.active{
	background-color: #B8E08E;
}
/* --- business --- */
	
#business #contents .cate .cate_item figure{
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
}
#business #contents .cate .cate_txt{
	margin-left: 0;
}
	
/* --- faq --- */
#faq #contents .box_title img,#faq #contents .box_txt img{
	width: 20px;
}
#faq #contents .box_txt{
	padding-left: 0px;
}

/* --- recruit --- */
#recruit #contents #engage-contributions-widget-wrapper{
	width: 330px!important;
}
	
/* --- company --- */

#company #contents .info h4{
	width: 100%;
}
	
/* --- contact --- */
#contact #contents #form_box .box p{
	padding-left: 0px;
	margin-bottom: 10px;
}

}
