@charset "utf-8";
/* CSS Document */

/* common
---------------------------------------------------------- */
#contents p {
	margin-bottom: 20px;
}
#contents p:last-child {
	margin-bottom: 0;
}
section{
	padding: 70px 0;
}
section:last-of-type{
	padding: 70px 0 100px;
}
.alt_bg{
	background-color: #f0f0f0;
}
img.alignleft,
img.alignright{
	width: 40%;
	max-width: 390px;
	margin-top: 0;
}
img.alignleft{
	margin-right: 30px;
}
img.alignright{
	margin-left: 30px;
}
.alignleft{
	float: left;
}
.alignright {
	float: right;
}
.btn{
	border: 1px solid #ddd;
	background-color: transparent;
	background-image: url(images/common/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 9px;
	text-align: center;
	max-width: 210px;
	box-sizing: border-box;
	padding: 12px 10px 11px;
	color: #333;
	display: block;
	margin: 0 auto;
	transition: all ease .3s;
	font-size: 16px;
}
.btn:hover{
	border-color: #8abade;
	background-color: #8abade;
	color: #fff;
	background-image: url(images/common/ico_arrow.png);
}
.no_posts, .error_txt {
	background: #fff;
	text-align: center;
	padding: 100px 50px;
	border: 1px solid #ddd;
}
.no_posts a, .error_txt a {
	text-decoration: underline;
}
.no_posts a:hover, .error_txt a:hover {
	text-decoration: none;
}
/* headings
---------------------------------------------------------- */
.post_content h1 {
	font-size: 34px;
	margin-bottom: 5px;
}
.tit_sub, .post_content h2 {
	text-align: center;
	margin-bottom: 25px;
}
.tit_sub span, .post_content h2 {
	font-size: 30px;
	font-weight: bold;
	color: #3a2a11;
}
.post_content h2 {
	position: relative;
	padding-bottom: 10px;
}
.post_content h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
	margin: 0 auto;
	background: #8abade;
}
.tit_sub small, .post_content h2 small{
	font-family: 'nimbus_sans_lbold', sans-serif;
	font-size: 14px;
	color: #8abade;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	margin-top: 6px;
}
.tit_sec, .post_content h3 {
	font-size: 26px;
	font-weight: bold;
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 25px;
}
/*.tit_sec::before, .post_content h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/common/ico_tit_sec.png) no-repeat center;
	background-size: 100%;
	width: 10px;
	height: 10px;
}*/
.tit_topic, .post_content h4 {
	font-size: 22px;
	margin-bottom: 5px;
}
.tit_item, .post_content h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
h6, .post_content h6 {
	font-size: 16px;
	margin-bottom: 5px;
}
/* table
---------------------------------------------------------- */
table {
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dddddd;
}
table th, table td {
	padding: 15px 20px;
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
}
table tr:last-of-type th, table tr:last-of-type td {
	border-bottom: 0;
}
table th {
	border-right: 1px solid #eaeaea;
	width: 270px;
	background: #f8f8f8;
	text-align: left;
	box-sizing: border-box;
}
/* list
---------------------------------------------------------- */
.post_content ul, .post_content ol {
	margin-bottom: 20px;
}
.list_style01 li, .post_content ul li {
	padding-left: 20px;
	background: url(images/common/ico_list.png) no-repeat left 2px top 7px;
	background-size: 11px;
	margin-bottom: 10px;
}
.list_style01 li:last-child, .post_content ul li:last-child, ol li:last-child {
	margin-bottom: 0;
}
ol {
	padding-left: 20px;
}
ol li {
	margin-bottom: 10px;
	list-style: decimal;
}
/* blockquote
---------------------------------------------------------- */
blockquote {
	background: url(images/common/ico_quote.png) no-repeat left 40px center #ececec;
	background-size: 30px;
	padding: 30px 30px 30px 100px;
	margin-bottom: 20px;
}
/* pagination
---------------------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 50px;
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 0 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	color: #000;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
	width: auto;
	background-repeat: no-repeat;
	background-size: 9px;
	margin: 0;
}
.wp-pagenavi a.previouspostslink {
	padding: 0 15px 0 40px;
	margin-right: 25px;
	background-image: url(images/common/ico_arrow_prev.png);
	background-position: left 15px center;
}
.wp-pagenavi a.nextpostslink {
	padding: 0 40px 0 15px;
	margin-left: 25px;
	background-image: url(images/common/ico_arrow_next.png);
	background-position: right 15px center;
}
.wp-pagenavi a.bktocat {
	width: auto;
	padding: 0 40px;
}
.wp-pagenavi a.bktocat:last-child {
	margin-right: 120px;
}
.wp-pagenavi a.bktocat:first-child {
	margin-left: 120px;
}
.wp-pagenavi .pages {
	width: auto;
	padding: 0 15px;
}
/* main visual
---------------------------------------------------------- */
#main_visual {
	height: 250px;
	background: #ddd;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: left;
	-webkit-justify-content: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main_visual .mv_wrap {
	max-width: 1024px;
	margin:0 auto;
	width: 95%;
	position: relative;
}
#main_visual .mv_wrap img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#main_visual .tit_mv {
	font-size: 34px;
	font-weight: bold;
	color: #000;
	position: relative;
	z-index: 1;
}
.page_company #main_visual{
	background-image: url(images/company/mvisual.jpg);
}
.page_recruit #main_visual{
	background-image: url(images/recruit/mvisual.jpg);
}
.page_works #main_visual{
	background-image: url(images/works/mvisual.jpg);
}
.page_business #main_visual{
	background-image: url(images/business/mvisual.jpg);
}
.page_contact #main_visual{
	background-image: url(images/contact/mvisual.jpg);
}
.page_contact #main_visual{
	background-image: url(images/contact/mvisual.jpg);
}
.page_info #main_visual, .error404 #main_visual{
	background-image: url(images/info/mvisual.jpg);
}
/* topic path
---------------------------------------------------------- */
#topic_path {
	padding: 10px 0 0;
}
#topic_path ul {
	max-width: 1024px;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
#topic_path ul li {
	font-size: 12px;
	float: left;
	padding-left: 20px;
	background: url(images/common/ico_arrow_path.png) no-repeat left top 6px;
	background-size: 6px;
	margin-right: 12px;
	color: #555555;
}
#topic_path ul li:first-child{
	background: url(images/common/ico_home.png) no-repeat left top 2px;
	background-size: 14px;
	padding-left: 25px;
}
#topic_path ul li a{
	color: #555555;
}
#topic_path ul li a:hover{
	text-decoration: underline;
}
/* business
---------------------------------------------------------- */
.page_business section {
	padding: 70px 0 32px;
}
.page_business section:last-of-type{
	padding: 70px 0 68px;
}
.page_business .img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_business .img_list li{
	max-width: 320px;
	width: 32%;
	margin-bottom: 32px;
}
.page_business .img_list li img{
	width: 100%;
	margin-bottom: 10px;
}
.page_business #contents .img_list li p{
	padding: 0 20px 15px;
	margin: 0;
}
.page_business #contents .img_list li p:last-of-type{
	padding: 0 20px;
}
.page_business .tit_sec{
	text-align: center;
	font-size: 20px;
	color: #3a2a11;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 0;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.page_business .tit_sec::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
	width: 100px;
	height: 1px;
	background: #3a2a11;
}
/* company
---------------------------------------------------------- */
.page_company #message .case .pack {
	overflow: hidden;
}
.page_company #message .case .pack p{
	margin-bottom: 20px;
}
.page_company #message .case .pack .name{
	text-align: right;
	color: #000;
	font-weight: bold;
}
.page_company .map_wrap{
	position: relative;
	height: 428px;
	width: 100%;
}
.page_company .map_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
/* works
---------------------------------------------------------- */
.page_works .tb_style01 ,
.page_works .tb_style01 th{
	text-align: center;
}
.page_works .tb_style01 th {
	font-size: 16px;
}
.page_works .tb_style01 th:last-of-type,
.page_works .tb_style01 tr td:last-of-type{
	border-right: 0;
}
.page_works .tb_style01 tr td{
	border-right: 1px solid #eaeaea;
}
/* recruit
---------------------------------------------------------- */
.page_recruit .case .pack {
	overflow: hidden;
}
.page_recruit .contact {
	background: #a7916a;
	color: #fff;
	padding: 36px 0 40px;
}
.page_recruit .contact ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin-top: 24px;
}
.page_recruit .contact ul li{
	background: #fff;
	width: 48.829%;
	box-sizing: border-box;
}
.page_recruit .contact ul li .tel_link {
	background: url(images/common/ico_tel.png) no-repeat left 4px top 6px;
	background-size: 27px;
	font-size: 41px;
	font-family: 'helvetica_narrowregular';
	font-weight: bold;
	padding-left: 43px;
	letter-spacing: 2.3px;
	color: #333;
}
.page_recruit .contact ul li:first-child p {
	font-size: 16px;
	color: #333;
	display: table;
	margin: -13px auto 0;
	padding-left: 22px;
}
.page_recruit .contact ul li:first-child {
	text-align: center;
	padding: 15px 20px;
}
.page_recruit .contact ul li:last-child{
	position: relative;
}
.page_recruit .contact ul li:last-child a{
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	padding: 37px 20px;
	transition: all ease .3s;
}
.page_recruit .contact ul li:last-child a span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 60px;
	background: url(images/index/ico_mail.png) no-repeat left center;
	background-size: 38px;
	transition: all ease .3s;
	color: #333;
}
.page_recruit .contact ul li:last-child a:hover{
	background: #8abade;
	border-color: #8abade;
}
.page_recruit .contact ul li:last-child a:hover span{
	background-image: url(images/index/ico_mail_h.png);
	color: #fff;
}
.page_recruit .contact .border_r{
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: 100% 100% 0;
	transform-origin: 100% 100% 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	transition: transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	width: 0;
	height: 0;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #8abade transparent;
	z-index: 2;
}
.page_recruit #requirements {
	padding-bottom: 40px;
}
/* contact page
---------------------------------------------------------- */
.page_contact .info_list {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 23px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	max-width: 800px;
	margin: 0 auto;
}
.page_contact .info_list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
	background: none;
	padding: 7px 10px;
}
.page_contact .info_list li:first-child{
	border-right: 1px solid #ddd;
	font-size: 20px;
	font-weight: bold;
	color: #3a2a11;
}
.page_contact .info_list li .tel_link {
	font-family: 'helvetica_narrowregular';
	font-weight: 900;
	font-size: 41px;
	color: #594625;
	padding-left: 30px;
	display: table;
	margin: 0 auto;
	background: url(images/contact/ico_tel.png) no-repeat left top 1px;
	background-size: 25px;
	line-height: 28px;
}
.page_contact .info_list li .tel_link img{
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.page_contact .info_list li .sched{
	text-align: center;
	margin-top: 5px;
	padding: 0;
}
.page_contact .tb_contact {
	margin-top: 35px;
	letter-spacing: normal;
}
.page_contact .tb_contact th {
	position: relative;
	width: 270px;
	vertical-align: middle;
}
.page_contact .tb_contact th.req::after{
	content: "（必須）";
	float: right;
	color: #d42626;
	font-size: 14px;
	font-weight: bold;
	margin-right: -5px;
}
.page_contact .tb_contact td{
	vertical-align: middle;
	position: relative;
}
.page_contact .tb_contact th{
	padding-top: 15px;
}
.page_contact .tb_contact tr:first-child td {
	padding: 22px 20px 21px;
}
.page_contact .email_note {
	display: block;
	margin: 15px 0 5px;
}
/* Basic label ------*/
.page_contact .tb_contact tr:first-of-type label {
	width: auto;
	margin-right:18px;
}
.page_contact .tb_contact label {
	width: 65px;
	display: inline-block;
}
.page_contact .tb_contact .inq_type label {
	margin-right: 30px;
	width: 30px;
}
.page_contact .tb_contact .inq_type input[type="radio"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.page_contact .tb_contact label#policy {
	width: 100%;
	margin-top: 10px;
}
.page_contact .tb_contact .name_inner label {
	width: 45px;
}
.page_contact .tb_contact .name_inner {
	display: table;
}
.page_contact .tb_contact .name_inner label + input[type=text] {
	margin-right: 3%;
}
.page_contact .tb_contact .name_inner .sname1,
.page_contact .tb_contact .name_inner .sname2 {
	padding-right: 30px;
}
.page_contact .tb_contact .name_inner .sname1,
.page_contact .tb_contact .name_inner .fname1,
.page_contact .tb_contact .name_inner .sname2,
.page_contact .tb_contact .name_inner .fname2 {
	display: table-cell;
}
.page_contact .tb_contact .name_inner .sname1 input[type=text],
.page_contact .tb_contact .name_inner .fname1 input[type=text],
.page_contact .tb_contact .name_inner .sname2 input[type=text],
.page_contact .tb_contact .name_inner .fname2 input[type=text] {
	max-width: 196px;
}
/* Zip label ------*/
.page_contact .tb_contact label#cityadd,
.page_contact .tb_contact label#bldgadd{
	display: block;
	width: auto;
	margin-bottom: 5px;
}
.page_contact .tb_contact td span.fl{
	position: absolute;
	top: 15px;
	right: 10px;
}
/* input ------*/
.page_contact .tb_contact input[type=text],
.page_contact .tb_contact input[type=email],
.page_contact .tb_contact input[type=number],
.page_contact .tb_contact input[type=tel],
.page_contact .tb_contact textarea{
	padding: 9px 10px;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.page_contact .tb_contact textarea{
	height: 235px;
	font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
}
/* Zip input ------*/
.page_contact .tb_contact input[type=text].sm,
.page_contact .tb_contact input[type=email].sm{
	max-width: 170px;
	width: 34%;
}
.page_contact .tb_contact input[type=text]#postal{
	max-width: 250px;
	width: 35%;
}
/* select ------*/
.page_contact .tb_contact select{
	border-radius: 0;
	border: 1px solid #ccc;
	max-width: 250px;
	width: 35%;
	box-sizing: border-box;
	padding: 8px;
	margin-left: -4px;
}

/* input button ------*/
.page_contact .tb_contact input[type=button],
.page_contact #email .case input[type=button]{
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	cursor: pointer;
}
.page_contact .tb_contact input[type=button] {
	width: 106px;
	color: #fff;
	background: #8abade;
	font-weight: bold;
	padding: 7px 0;
	margin: 0;
	display: inline-block;
	margin-left: 10px;
	text-shadow: none;
	font-size: 14px;
}
.page_contact .tb_contact input[type=button]:hover {
	background: #599ed1;
}
/* reset ------*/
.page_contact .tb_contact input[type=text].wpcf7c-conf, 
.page_contact .tb_contact input[type=email].wpcf7c-conf, 
.page_contact .tb_contact input[type=number].wpcf7c-conf, 
.page_contact .tb_contact input[type=tel].wpcf7c-conf,
.page_contact .tb_contact textarea.wpcf7c-conf,
.page_contact .tb_contact select.wpcf7c-conf{
	background-color: #ffffff;
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
/* Address ------*/
.page_contact .tb_contact .address li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.page_contact .tb_contact .address li:last-child{
	margin: 0;
}
/* Policy ------*/
.page_contact .tb_contact .policy {
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 100%;
	padding: 17px 20px;
	max-height: 192px;
	overflow-x: auto;
}
.page_contact #contents .tb_contact .policy p {
	margin-bottom: 0;
}
.page_contact .tb_contact .policy .tit_policy {
	font-weight: 300;
	padding: 20px 0 6px;
	background: none;
	margin-bottom: 0;
	border: 0;
}
.page_contact .tb_contact .policy .tit_policy::before{
	display: none;
}
.page_contact .tb_contact .acceptance label {
	width: auto;
	margin-top: 10px;
}
.page_contact .tb_contact #check label{
	vertical-align: middle;
	width: auto;
	margin-top: 10px;
}
.page_contact .tb_contact ul{
	margin: 0;
}
/* Contact buttons ------*/
.page_contact .btn_wrap{
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.page_contact .btn {
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	background: #8abade;
	color: #fff;
	margin: 0 0 0;
	max-width: none;
	width: 290px;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	border: 0;
	font-weight:bold;
}
.page_contact .btn:hover {
	background: #599ed1;
}
.page_contact .back,
.page_contact .reset {
	background: #c6c6c6;
	color: #333333;
	margin-right: 40px;
}
.page_contact .back:hover,
.page_contact .reset:hover {
	background: #aaaaaa;
}
/* Loader and Response ------*/
.page_contact div.wpcf7 .ajax-loader {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.page_contact  div.wpcf7-response-output {
	margin: 10px auto -10px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	background: #fff;
}
.page_contact span.wpcf7-list-item{
	margin: 0;
}
.page_contact .tb_contact span.wpcf7-not-valid-tip {
	margin-top: 5px;
}
#contents .c_text {
	text-align: center;
	margin: 20px 0 0;
}
.c_text a {
	text-decoration: underline;
}
.c_text a:hover {
	text-decoration: none;
}
/* news
---------------------------------------------------------- */
.news_list{
	max-width: 925px;
	width: 100%;
	margin: 0 auto 40px;
}
.news_list li a{
	display: table;
	width: 100%;
	position: relative;
}
.news_list li.new a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 50px;
	height: 18px;
	background: url(images/common/ico_news.png) no-repeat center;
	background-size: 100%;
}
.news_list li a span,
.news_list li a p{
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 15px 20px;
}
.news_list li a span{
	width: 168px;
	border-top: 1px solid #3a2a11;
	color: #3a2a11;
	text-align: right;
	box-sizing: border-box;
}
.news_list li a:hover p{
	text-decoration: underline;
}
/* single page
---------------------------------------------------------- */
.single .container{
	max-width: 925px;
	margin:0 auto; 
}
.single .info_wrap{ 
	margin-bottom: 30px;
	overflow: hidden;
}
.single .info_wrap .date {
	float: right;
	color: #3a2a11;
	margin-top: -15px;
}
.single .post_content img{
	margin-bottom: 20px;
	width: auto;
	max-width: 100%;
}
.post_content .aligncenter, .post_content div.aligncenter {
	clear: both;
}
.post_content table {
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	/* common
	---------------------------------------------------------- */
	#contents p {
		margin-bottom: 15px;
	}
	section{
		padding: 40px 0;
	}
	section:last-of-type{
		padding: 40px 0 50px;
	}
	img.alignleft{
		margin-right: 15px;
	}
	img.alignright{
		margin-left: 15px;
	}
	/* table
	---------------------------------------------------------- */
	table th, table td {
		padding: 10px;
	}
	table th {
		width: 23%;
		font-size: 100%;
		min-width: 120px;
	}
	/* list
	---------------------------------------------------------- */
	.list_style01 li{
		padding-left: 13px;
		background-size: 8px;
		margin-bottom: 8px;
	}
	/* headings
	---------------------------------------------------------- */
	.post_content h1 {
		font-size: 200%;
	}
	.tit_sub, .post_content h2 {
		margin-bottom: 20px;
	}
	.tit_sub span, .post_content h2 {
		font-size: 160%;
	}
	.post_content h2::after {
		width: 50px;
	}
	.tit_sub small, .post_content h2 small {
		font-size: 90%;
		margin-top: 0;
	}
	.tit_sec, .post_content h3 {
		font-size: 150%;
		padding: 8px 10px;
		margin-bottom: 15px;
	}
	.tit_topic, .post_content h4 {
		font-size: 142%;
	}
	.tit_item, .post_content h5 {
		font-size: 128%;
	}
	.post_content h6 {
		font-size: 114%;
	}
	/* blockquote
	---------------------------------------------------------- */
	blockquote {
		background-size: 26px;
		padding: 20px 20px 20px 60px;
		background-position: left 19px center;
	}
	/* pagination
	---------------------------------------------------------- */
	.wp-pagenavi {
		margin-top: 30px;
	}
	.wp-pagenavi a, .wp-pagenavi span{
		margin: 0 3px;
	}
	.wp-pagenavi a.nextpostslink{
		margin-left: 10px;
		padding: 0 30px 0 10px;
		background-position: right 10px center;
	}
	.wp-pagenavi a.previouspostslink {
		margin-right: 10px;
		padding: 0 10px 0 30px;
		background-position: left 10px center;
	}
	.wp-pagenavi a.bktocat:first-child {
		margin-left: 88px;
	}
	.wp-pagenavi a.bktocat:last-child {
		margin-right: 88px;
	}
	/* main visual
	---------------------------------------------------------- */
	#main_visual {
		height: 150px;
		background-position: left 30% center;
	}
	#main_visual .tit_mv{
		font-size: 180%;
	}
	/* topic path
	---------------------------------------------------------- */
	#topic_path {
		padding: 4px 0;
	}
	#topic_path ul li{
		display: inline;
		float: none;
		padding-left: 15px;
		background-position: left top 6px;
		background-size: 4px;
		margin-right: 5px;
		font-size: 80%;
	}
	#topic_path ul li:first-child{
		background-position: left top 3px;
		background-size: 10px;
		padding-left: 18px;
	}
	/* business
	---------------------------------------------------------- */
	.page_business section{
		padding: 35px 0 25px;
	}
	.page_business section:last-of-type{
		padding: 35px 0 45px;
	}
	.page_business .tit_sec{
		font-size: 115%;
		padding: 0 4px 7px;
		margin-bottom: 15px;
	}
	.page_business .tit_sec::after{
		width: 60px;
	}
	.page_business #contents .img_list li p{
		padding: 0 10px 10px;
	}
	.page_business #contents .img_list li p:last-of-type{
		padding: 0 10px;
	}
	/* company
	---------------------------------------------------------- */
	.page_company .map_wrap{
		height: 320px;
	}
	.page_company #message .case .pack p{
		margin-bottom: 10px;
	}
	/* recruit
	---------------------------------------------------------- */
	.page_recruit .contact ul {
		margin-top: 15px;
	}
	.page_recruit .contact ul li{
		width: 49%;
		max-width: 440px;
	}
	.page_recruit .contact ul li:first-child{
		padding: 1px 13px;
		margin-right: 2%;
	}
	.page_recruit .contact ul li .tel_link {
		padding-left: 24px;
		letter-spacing: 1px;
		font-size: 30px;
		background-position: left top 6px;
		background-size: 18px;
	}
	.page_recruit .contact ul li:first-child p {
		font-size: 100%;
		padding: 0;
		margin-top: -8px;
	}
	.page_recruit .contact ul li:last-child a{
		padding: 22px 10px;
	}
	.page_recruit .contact ul li:last-child a span{
		font-size: 100%;
		padding-left: 30px;
		background-size: 20px;
	}
	/* contact
	---------------------------------------------------------- */
	.page_contact .info_list {
		padding: 15px 0;
	}
	.page_contact .info_list li{
		padding: 5px;
	}
	.page_contact .info_list li:first-child{
		font-size: 105%;
	}
	.page_contact .info_list li .tel_link {
		font-size: 35px;
		padding-left: 23px;
		background-position: left top 2px;
		background-size: 20px;
		line-height: 25px;
	}
	.page_contact .tb_contact{
		margin-top: 20px;
	}
	.page_contact .tb_contact th,
	.page_contact .tb_contact td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		min-width: 0;
		max-width: none;
	}
	.page_contact .tb_contact th{
		border-right: 0;
	}
	.page_contact .tb_contact tr:first-child td {
		padding: 17px 10px 16px;
	}
	.page_contact .tb_contact input[type=button]{
		padding: 5px 0;
		width: 100px;
		margin-left: 15px;
		font-size: 105%;
	}
	.page_contact .back, .page_contact .reset{
		margin-right: 20px;
	}
	.page_contact .btn{
		width: 180px;
		padding: 10px;
	}
	.page_contact .tb_contact .name_inner .sname1, .page_contact .tb_contact .name_inner .sname2 {
		padding-right: 15px;
	}
	/* news
	------------------------------------------------------------*/
	.news_list li a span, .news_list li a p{
		padding: 10px 12px;
	}
	.news_list li a span{
		width: 134px;
		padding: 5px;
		font-size: 90%;
	}
	.news_list li.new a::before{
		top: 12px;
		width: 40px;
	}
	.news_list{
		margin-bottom: 20px;
	}
	/* single page
	------------------------------------------------------------*/
	.single .info_wrap {
		margin-bottom: 20px;
	}
	.single .info_wrap .date{
		font-size: 90%;
		margin-top: -5px;
	}
	.single .post_content img{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:640px) {
	/* business
	---------------------------------------------------------- */
	.page_business section {
		padding: 40px 0;
	}
	.page_business .img_list li {
		width: auto;
		max-width: none;
		float: none;
		margin-bottom: 50px
	}
	.page_business .img_list li:last-child {
		margin-bottom: 0;
	}
	.page_business .img_list li img {
		margin-bottom: 15px;
	}
	/* single page
	---------------------------------------------------------- */
	.single .post_content img {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:480px) {
	/* common
	---------------------------------------------------------- */
	img.alignleft, img.alignright {
		width: 100%;
		max-width: none;
		margin: 0 0 10px;
		float: none;
	}
	/* pagination
	---------------------------------------------------------- */
	.wp-pagenavi a, .wp-pagenavi span {
		margin: 0 2px 8px;
		width: 36px;
		height: 36px;
		line-height: 34px;
	}
	.wp-pagenavi a.nextpostslink {
		margin-left: 5px;
		padding: 0 25px 0 10px;
		background-position: right 8px center;
	}
	.wp-pagenavi a.previouspostslink {
		margin-right: 5px;
		padding: 0 10px 0 25px;
		background-position: left 8px center;
	}
	.wp-pagenavi a.bktocat{
		padding: 0 20px;
	}
	.wp-pagenavi a.bktocat:first-child {
		margin-left: 76px;
	}
	.wp-pagenavi a.bktocat:last-child {
		margin-right: 76px;
	}
	/* business
	---------------------------------------------------------- */
	.page_business .img_list li{
		max-width:none;
		width: 100%;
	}
	/* works
	---------------------------------------------------------- */
	.page_works .tb_wrap {
		overflow-x: auto;
	}
	.page_works .tb_wrap table{
		width: 450px;
	}
	/* recruit
	---------------------------------------------------------- */
	.page_recruit .contact ul li{
		width: 100%;
	}
	.page_recruit .contact ul li:first-child{
		font-size: 100%;
		padding: 1px 13px 5px;
		margin: 0 0 10px;
	}
	.page_recruit .contact ul li:last-child a{
		padding: 22px 10px;
	}
	.page_recruit .contact ul li:last-child a span{
		font-size: 100%;
		padding-left: 30px;
		background-size: 20px;
	}
	#requirements table th, #requirements table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#requirements table th {
		border-right: 0;
	}
	/* contact
	---------------------------------------------------------- */
	.page_contact .tb_contact tr:first-child td {
		padding: 10px;
	}
	.page_contact .tb_contact .inq_type span.wpcf7-list-item {
		display: block;
	}
	.page_contact .info_list{
		display: block;
		padding: 10px;
	}
	.page_contact .info_list li{
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 10px 0 0;
	}
	.page_contact .info_list li:first-child{
		font-size: 105%;
		border-right: 0;
		border-bottom: 1px solid #ddd;
		padding: 0 0 10px;
	}
	.page_contact .tb_contact input[type=button]{
		margin: 10px 0 0;
		width: 100%;
	}
	.page_contact .tb_contact input[type=text]#postal,
	.page_contact .tb_contact select{
		width: 45%;
	}
	.page_contact .btn{
		width: 138px;
		padding: 8px;
	}
	.page_contact .back, .page_contact .reset{
		margin-right: 10px;
	}
}
