@media screen and (max-width: 768px) {


	img{
		width: auto;
		max-width: 100%;
		height: auto;
	}


	.pc_only,.desc_bar .description .pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.wrapper {
		width: 100%;
		box-sizing: border-box;
	}
	.inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.main,
	.page .main,
	.sidebar {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
	}
	.box_related .innerbox {
		padding-bottom: 10px;
	}
	.box_related .content_link_text {
		border-bottom: none;
		margin-bottom: 0;
	}
	.box_related.cat_list {
		margin-bottom: 0;
	}
	
	/*--------------------------
	 header 
	----------------------------*/
	header {
		padding: 0;
		padding-bottom: 5px;
	}
	header .logo {
		float: none;
		margin-left: 10px;
	}
	.logo {
		height: 40px;
		width: auto;
		margin: 4px 10px;
	}
	.logo img {
		height: 40px;
		width: auto;
	}
	footer .logo img {
		clear: both;
		display: inline-block;
		padding: 3px 0;
		text-align: center;
		margin: auto;
		float: none;
	}
	footer .logo:after {
		content: '®';
		margin-top: 0px !important;
		display: inline;
		margin-left: 4px;
		font-size: 15px;
		padding-top: 10px;
		/* float: left; */
	}
	header .logo a .subhead {
		display: none;
	}
	.desc_bar .description {
		font-size: 10px;
		font-size: 1.0rem;
		display: block;
		text-align: center;
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}

	/*--------------------------
	 main visual 
	----------------------------*/
	.mv {
		margin-bottom: 0px;
	}
	.mv img {
		display: block;
	}



	/*--------------------------
	 ä¼æ¥­ãƒ­ã‚´ 
	----------------------------*/
	.partner_box {
		padding: 0px;
		border-bottom: none;
		border-top: 1px solid #e1e7e7;
	}
	.partner_box img {
		width: auto;
		height: 50px;
		margin: 0;
	}


	/*--------------------------
	 ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ 
	----------------------------*/
	.cat_list {
		margin: 10px;
		border: none;
		padding: 0;
		margin-top: 0;
	}
	.cat_list .titlebox {
		height: auto;
		overflow: hidden;
		color: #511588;
		text-align:  center;
		font-size: 2.0rem;
		margin-bottom: 5px;
	}
	.cat_list .titlebox h2 {
		font-size: 1.8rem;
		padding-bottom: 0;
		text-align: center;
		float: left;
	}
	.cat_list .titlebox h2 .subtitle {
		font-size: 1.0rem;
	}
	.cat_list .titlebox .date_update {
		position: static;
		float: right;
		display: inline-block;
		font-size: 1.2rem;
	}
	.cat_list .ui-tab {
		padding: 0;
	}
	.ui-tabs-nav a {
		padding: 5px;
		font-size: 1.3rem;
	}
	.cat_list .ui-tab .ui-tabs-nav {
		padding: 5px;
	}
	.btn {
	margin: 10px auto;
}
.btn_large input,
.btn_large a {
	width: 100%;
}
	.btn_recruit01 {
		margin: 0;
	}
	.btn_recruit01 a {
		font-size: 1.6rem;
		width: 90%;
	}
	
.ChangeElem_Btn.btn_architect,
.ChangeElem_Btn.btn_facility,
.ChangeElem_Btn.btn_constractor,
.ChangeElem_Btn.btn_architect:hover,
.ChangeElem_Btn.btn_architect.is-active,
.ChangeElem_Btn.btn_facility:hover,
.ChangeElem_Btn.btn_facility.is-active,
.ChangeElem_Btn.btn_constractor:hover,
.ChangeElem_Btn.btn_constractor.is-active {
  background-position: center top 8px;
  background-size: 15px auto;
  padding-top: 25px;
  padding-left:  0;
  padding-right:  0;
  margin-bottom: 5px;
}
.text_larger {
	font-size: 120%;
	font-weight: bold;
}
.ChangeElem_Btn {
	letter-spacing: 0;
}

.sidebar .bnr_inquiry01 h2 {
	font-size: 2.5rem;
	display: inline-block;
	margin: auto;
}
.sidebar .bnr_inquiry01 h2 .small {
	font-size: 1.4rem;
}
.sidebar .bnr_inquiry01 p {
	text-align: left;
}
	/*--------------------------
	 ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚Â¦Ã‚Â§ 
	----------------------------*/

	.wp-pagenavi {
		margin: 10px;
		padding: 10px 0;
	}
	.article_list {
		padding: 10px 10px 0 10px;
		background: none;
		clear: both;
	}
	.article_list ul li {
		border-top: none;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
.article_list ul li .thumbnail {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 10px;
    text-align: center;
    background-color: #eee4f1;

}
.article_list ul li .thumbnail a {
    display:table-cell;
  	text-align:center;
	width: 50px;
	height: 50px;
	transition: 0.4s;
}
.article_list ul li .thumbnail a:hover {
	opacity: 0.8;
}
.article_list ul li .thumbnail .icon_jobcat {
	width: 20px;
	height: 20px;
	margin-top: 12px;
}
.article_list .innerbox {
	padding: 0;
	border: none;
}
.article_list ul li .textbox {
	/* max-width: 468px; */
	width: calc(100% - 60px);
	width: 100%;
	color: #5d5d5d;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
}
	.article_list ul li .textbox .title {
		font-size: 1.8rem;
	}
	.article_list ul li .textbox .btn_continue {
		margin-top: 0;
	}
	.top_profile01_inner {
		padding: 15px;
	}

	/*--------------------------
	 ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Å¾ 
	----------------------------*/
	.box_title {
		margin-bottom: 0;
		padding: 10px 20px;
	}
	.box_field .box_detail {
		padding: 0 20px;
	}

	/*--------------------------
	 ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â³ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Â ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã¢â‚¬Å¾ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¦Ã‚Â±Ã¢â‚¬Å¡ÃƒÂ¤Ã‚ÂºÃ‚ÂºÃƒÂ¨Ã‚Â©Ã‚Â³ÃƒÂ§Ã‚Â´Ã‚Â°ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â Ã‚Â±
	----------------------------*/
	.box_field {
		margin-bottom: 0;
	}
	.box_field .date {
		padding-left: 30px;
		margin-top: 10px;
	}
	.box_field table,
	.box_field tbody,
	.box_field tr,
	.box_field th,
	.box_field td {
		display: block;
	}
	.box_field th {
		width: 100%;
		margin-top: 10px;
		padding: 0 0 5px;
		color: #2B2B2B;
		font-weight: bold;
	}
	.box_field td {
		width: 100%;
		height: auto;
		padding: 0 0 10px;
	}
	.innerbox {
		padding: 10px;
	}
	.box_field h2 {
	padding-left: 30px;
	}
	.box_flow {
		border-radius: 0;
	}
	.box_flow ul li .textbox {
		padding-left: 10px;
	}
	
	
	/*--------------------------
	 ÃƒÂ¥Ã¢â‚¬ÂºÃ‚ÂºÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ 
	----------------------------*/	

	.box_title .title {
		margin-bottom: 0;
		border-bottom: none;
		text-align: left;
		/* border-bottom: 1px solid #ccc; */
		font-size: 1.9rem;
	}
	.archive .box_title .title,
	.page .box_title .title {
		border-bottom: 1px solid #ccc;
		text-align: center;
		font-size: 2.2rem;
		margin-top: 10px;
	}
	.entry-content {
		padding:0 10px 10px;
		margin-bottom: 20px;
	}	
	
	.page-id-25 .entry-content ul li .thumbs {
		width: 100px;
		margin-right: 20px;
	}


	/*--------------------------
	 ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¨ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â©ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã†â€™Ã‚Â  
	----------------------------*/	
	.box_form {
		margin: 0px;
		margin-top: 0px;
		border: none;
	}
	.box_form h2 {
		font-size: 1.4rem;
	}
	.box_form .innerbox {
		background: #fff;
		padding: 0;
	}
	.box_form_inner {
		padding: 0 20px;
	}
	.form_entry_title {
		padding: 10px 0;
	}	

	
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
	input[type="text"].w400, input[type="email"].w400, input[type="tel"].w400, input[type="password"].w400,
	textarea,
	.form_basic {
		width: 100%;
	}
	/*--------------------------
	 ÃƒÂ£Ã¢â‚¬Å¡Ã‚ÂµÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã¢â‚¬Â°ÃƒÂ£Ã†â€™Ã‚ÂÃƒÂ£Ã†â€™Ã‚Â¼
	----------------------------*/
	.sidebar {
		margin-bottom: 0;
		padding: 10px 10px 10px 10px;
	}
	.widget {
		border-top: 5px solid #51148a;
		margin-bottom: 10px;
		text-align: center;
	}
	.box_select_cat {
		padding: 10px 10px 20px;
	}
	.box_links {
		padding: 0 10px;
	}
	.widget h3 {
		margin-top: 0;
	}
	.bnr_area {
		padding: 10px 5px;
		text-align: center;
	}
	.bnr_area img {
		/* width: 100%; */
	}
	


	
	/*--------------------------
	 footer 
	----------------------------*/
	
	footer {
		padding-bottom: 80px;
		border-top: 1px solid #51148a;
		border-bottom: 5px solid #51148a;
	}
	footer .inner {
		position: relative;
		height: auto;
	}
	footer .links,
	footer .logo,
	footer .address,
	footer .copy {
		top: auto;
		left: auto;
		right: auto;
		position: static;
		text-align: center;
		font-size: 1.0rem;
		text-align: center;
	}
	footer .logo {
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	footer .logo a {
		display: inline;
		text-align: center;
	}
	footer .links {
		font-size: 1.1rem;
	}
	

.sp_cta_area {
	background: #51158a;
	/* background: linear-gradient(-135deg, #006FD3, #3C91DE); */
	color: #fff;
	text-align: center;
	padding: 4px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: sticky;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	align-self: flex-end;
	align-items: stretch;
}
.sp_cta_area .title {
	width: 100%;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 3px;
}
.sp_cta_area .sp_tel_area,
.sp_cta_area .sp_mail_area {
	width: 49%;
	max-width: 300px;
	background: #25c4d8;
	display: block;
	padding: 10px 0;
	color: #3C91DE;
	color: #51158a;
	border-radius: 3px;
	line-height: 1;
	font-weight: bold;
}
.sp_cta_area .sp_mail_area {
	padding-top: 12px;
	font-size: 1.7rem;
}
.sp_cta_area .sp_tel_area .num {
	font-family: 'Roboto', sans-serif;
	font-size: 1.9rem;
}
.sp_cta_area .sp_tel_area span,
.sp_cta_area .sp_mail_area span {
	font-size: 1.2rem;
	font-weight: normal;
	display: block;
	margin-top: 2px;
}

	
/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
	position: absolute;
	top: 28px;
	right: 2px;
	width: 50px;
	height: 45px;
	cursor: pointer;
	z-index: 4;
	border: 2px solid #51148a;
	border-radius: 3px;
}

.menu-btn-text {
	color: #51148a;
	font-size: 1.0rem;
	display: block;
	text-align: center;
	line-height: 1;
}
.side-open .menu-btn-text {
	visibility: hidden;
}	
	

/* toggle-panel */
#panel-btn {
	display: block;
	position: relative;
	width: 40px;
	height: 20px;
	margin: 11px auto 0;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 30%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #51148a;
	transition: .2s;
}
#panel-btn-icon:before, 
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 30%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #51148a;
	transition: .3s;
}
#panel-btn-icon:before { 
	margin-top: -7px; 
}
#panel-btn-icon:after { 
	margin-top: 6px; 
}

#panel-btn .close { 
	background: transparent; 
}
#panel-btn .close:before, 
#panel-btn .close:after { 
	margin-top: 0; 
}
#panel-btn .close:before { 
	transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
}
#panel-btn .close:after { 
	transform: rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
}

#panel {
	display: none;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 77px;
	left: 0;
	background-color: #f7f7f7;
	z-index: 10;
}
header nav ul {
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid #51148a;
    padding: 0;
    border-top: 2px solid #51148a;
    box-sizing: border-box;
    margin-top: 3px;
}
header nav ul li {
    border-bottom: 1px solid #51148a;
}	
header nav ul li a {
    text-align: left;
    display: block;
    color: #51148a;
    padding: 12px 10px 12px 20px;
    font-size: 1.8rem;
}

.header_bar {
	padding-top: 80px;
	padding-left: 2px;
	padding-right: 2px;
}

.contents {
	padding-top: 122px;
	padding-top: 80px;
}




/*--------------------------
 è»¢è·æˆåŠŸäº‹ä¾‹
----------------------------*/

.case_header {
	height: auto;
}
.case_header .case_image,
.case_header .case_header_inner,
.case_prof {
	width: 100%;
	height: auto;
	position: static;
}
.case_header .case_header_inner {
	padding: 20px 10px 0 10px;	
}
.case_article_title {
	font-size:  2.0rem;
}
.case_prof {
	margin-top: 20px;
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
	padding: 3px 10px;
	box-sizing: border-box;
}
.case_contents {
	padding: 0 20px 20px;
}
.case_meta dl dt,
.case_meta dl dd {
	width:100%;
	margin: 0;
}
.case_meta dl dd {
	box-sizing: border-box;
	padding-left: 7px;
	margin: 0 0 10px;
}
.case_cv h3 {
	font-size: 1.2rem;
}
.case_cv h4 {
	font-size: 1.3rem;
}


.case_list {
	margin: 20px auto;
	padding: 0 20px;
}

.case_list .case_header {
	height: auto;
	border-radius: 5px;
}
.case_list .case_header a {
	background: #fff;
	transition: 0.4s;
	display: block;
	width: 100%;
	height: auto;
	color: #333;
}
.case_list .case_header .case_header_inner {
	height: auto;
	padding: 10px 10px 0 10px;
}
.case_list .case_header a:hover {
	background: #f1efed;
}
.case_list .case_header .case_image {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: static;
	right: 0;
	top: -40px;
}
.case_prof2 {
	margin: 10px 0;
}
	
/*--------------------------
 ÃƒÂ§Ã¢â€žÂ¢Ã‚Â»ÃƒÂ©Ã…â€™Ã‚Â²ÃƒÂ£Ã†â€™Ã…â€œÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â³
----------------------------*/


.fixed_btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	line-height: 1.2;
	text-align: center;
}

.fixed_btn .bottom_btn01 {
	background: #51158a;
	color: #fff;
	padding: 10px;
	padding-right: 37px;
	width: calc(100% - 80px);
	box-sizing: border-box;
}
.fixed_btn .bottom_btn01 a {
	background: #fff;
	border-radius: 5px;
	padding: 5px 0;
	display: block;
	color: #51158a;
	margin-top: 3px;
}
.fixed_btn .bottom_btn01 a .num {
	font-size: 1.6rem;
	font-weight: bold;
}
.fixed_btn .bottom_btn01 a span {
	font-size: 1.2rem;
	line-height: 1;
}
.fixed_btn .bottom_btn02 {
	position: absolute;
	right: -20px;
	bottom: -26px;
	color: #fff;
	overflow: hidden;
}
.fixed_btn .bottom_btn02 a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 50%;
	display: block;
	width: 130px;
	height: 130px;
	padding-top: 37px;
	box-sizing: border-box;
	background: #13c0c5;
}
.fixed_btn:hover {
	background: #53dfc1;
}
.fixed_btn a:hover {
	text-decoration: none;
}

/*--------------------------
 ÃƒÂ£Ã†â€™Ã¢â‚¬â€œÃƒÂ£Ã†â€™Ã‚Â­ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â°
----------------------------*/

.blog_article_content {
	padding: 0 20px 20px;
	
}
.blog_post_navi {
	margin: 0px auto;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}	
.blog_post_navi a {
	display: block;
	padding: 10px;
}
	
.blog_post_navi_1,
.blog_post_navi_2 {
	width: 100%;
	padding: 0;
}  
.blog_post_navi_1 {
	float: left;
}
.blog_list .blog_exerpt p {
	margin: 5px 0;
}
.blog_list .blog_more {
	margin-top: 0;
}	



/*--------------------------
  searcn and filter 2019.5.8
----------------------------*/

.main_searchandfilter {
	margin: 10px;
}
.main_searchandfilter h2 {
	font-size: 16px;
	border-radius: 3px;
}
.main_searchandfilter .search_inner {
	display: block;
}
.main_searchandfilter .search_keyword {
	margin-bottom: 20px;
}
.main_searchandfilter .search_keyword,
.main_searchandfilter .search_category {
	width: 100%;
	padding-right: 0;
	border-right: none;
	padding-left: 0;
}
.main_searchandfilter .search_keyword .searchandfilter li:nth-child(2) {
	padding: 0 0 0 5px;
}
.main_searchandfilter .search_category .searchandfilter li:nth-child(2) select {
	margin: 0;	
}