@charset "utf-8";

/*===============================================================
	
千葉追加一時用
	
===============================================================*/
.pickup_news .image_area {
	margin-top: 50px;
}
.pickup_news .readmore + .readmore_txt {
	margin-top: 50px;
}
.readmore_txt .innertxt p + p {
	margin-top: 30px;
}
.readmore_txt .innertxt a {
	text-decoration: underline;
}

.pickup_news .image_area img {
/*
	max-width: 80%;
	height: auto;
	text-align: center;	
	margin: 0 auto;
	display: block;
*/
}
.pickup_news .txt_block p a {
	margin-top: 10px;
	display: block;
}
.pickup_news .txt_block a {
	text-decoration: underline;
}
.pickup_news .txt_block a:hover {
/*	text-decoration: none;*/
}
.pickup_news .image_area p + p {
	margin-top: 30px;
}

.works_detail_pager .pager.last {
	opacity: 0;
	pointer-events: none;
}

.section_works_detail .awards {
	color: #D6000F;
/*	color: #bfa20d;*/
}
.section_works_detail .awards a {
	color: #D6000F;
}
.section_works_detail .awards a:hover {
	text-decoration: underline;
 }
.section_works_detail .awards .label {
/*
	color: #fff;
	background: #D6000F;
	margin-right: 10px;
	padding: 2px 5px;
*/
}

.submit_two {
	width: auto;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.submit_two .back input {
	color: #d6000f;
	background: #fff;
	border: solid 1px #d6000f;	
}
.submit_two .back input:hover {
	color: #000;
	border: solid 1px #000;	
}
.submit_two .btn + .btn {
	margin-left: 20px;
}

.section_kod_pageheader .subtitle {
	font-size: 16px;
	margin-left: 10px;
}
.section_kod_pageheader .cat_area {
	display: flex;
	flex-wrap: wrap;
}
.section_kod_pageheader .cat_area li {
	position: relative;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-right: 40px;

}
.section_kod_pageheader .cat_area li:last-child {
	margin-left: 0;
}
.section_kod_pageheader .cat_area li + li {
/*	margin-left: 40px;*/
}
.section_kod_pageheader .cat_area .current:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #D6000F;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.pickup_news .image_area {
	margin-top: 6.25vw;
}
.pickup_news .readmore + .readmore_txt {
	margin-top: 6.25vw;
}
.pickup_news .txt_block p a {
	margin-top: 1.25vw;
	display: block;
}
.pickup_news .image_area p + p {
	margin-top: 3.75vw;
}
.worklist li a .category {
	word-break: break-all;
}
.submit_two .btn {
	width: 50%;
}
.section_kod_pageheader .subtitle {
	font-size: 4vw;
}
.section_kod_pageheader .cat_area {
	margin-top: 4vw;
}
.section_kod_pageheader .cat_area li {
	margin-top: 1vw;
	margin-right: 6vw;
}
.section_kod_pageheader .cat_area li a {
	font-size: 3vw;
}
.section_kod_pageheader .cat_area li:last-child {
	margin-left: 0;
}
.section_kod_pageheader .cat_area li + li {
/*	margin-left: 40px;*/
}

}/* for SP max-width: 800px */


/*===============================================================
	
	WP-PageNavi プラグイン
	
===============================================================*/
.wp-pagenavi {
	margin-top: 40px;
	text-align: center;
}
.wp-pagenavi span ,
.wp-pagenavi a {
	display: inline-block;
	background: #fff;
	border: solid 1px #D6000F;
/*	padding: 5px 10px;*/
	padding: 0;
	margin: 0 5px;
	color: #D6000F;
	font-size:16px;
	line-height:30px;
	width:30px;
	text-decoration: none;
}
 .wp-pagenavi a {
/*
	background: #fff;
	color: #D6000F;
	border: 1px solid #D6000F;
	text-decoration: none;
*/
}
.wp-pagenavi .current {
	background: #D6000F;
	color: #fff;
}
 .wp-pagenavi span.extend {
	background: #fff;
	color: #D6000F;
	border: 0;
	width: 10px;
}
 /*.wp-pagenavi span.extend:hover ,*/
.wp-pagenavi a:hover {
	color: #fff;
	background: #D6000F;
	border: 1px solid #D6000F;
}
.site_tws .wp-pagenavi a:hover {
	background:#d30000;
	border: 1px solid #d30000;
	color:#fff;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .nextpostslink ,
.wp-pagenavi .previouspostslink {
	color: #fff;
	position: relative;
}
.wp-pagenavi .nextpostslink:hover ,
.wp-pagenavi .previouspostslink:hover {
	color: #D6000F;
}
.wp-pagenavi .nextpostslink:after ,
.wp-pagenavi .previouspostslink:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 5px;
	margin: auto;
	border-right: solid 1px #D6000F;
	border-bottom: solid 1px #D6000F;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s;
}
.wp-pagenavi .previouspostslink:after {
	top:0; bottom:0; left:5px; right:0; margin:auto;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.site_tws .wp-pagenavi .nextpostslink:after ,
.site_tws .wp-pagenavi .previouspostslink:after { 
	border-color: #d30000;
}
.wp-pagenavi .nextpostslink:hover:after ,
.wp-pagenavi .previouspostslink:hover:after {
	border-color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	display: none;
}
 
/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */



/*===============================================================
	
	object_fit_img
	
===============================================================*/
.object_fit_img {
	width:100%;
}
.object_fit_img .img_contain {
	width:100%;
	object-fit:contain;
/*	object-position:center center;*/
	font-family:'object-fit:contain;'
}
.object_fit_img .img_cover {
	width:100%;
	object-fit:cover;
	object-position:center center;
	font-family:'object-fit:cover; object-position:center center;'
}
.carousel_slider .slider .slide .photo.object_fit_img img.img_contain ,
.carousel_slider .slider .slide .photo.object_fit_img img.img_cover {
	height:30vw;
}
.slider_thumbs .thumb_list .thumb.object_fit_img img.img_contain ,
.slider_thumbs .thumb_list .thumb.object_fit_img img.img_cover {
	height:70px;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
.carousel_slider .slider .slide .photo.object_fit_img img.img_contain ,
.carousel_slider .slider .slide .photo.object_fit_img img.img_cover {
	height:45vw;
}
  
}	/* for tablet max-width: 1200px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.carousel_slider .slider .slide .photo.object_fit_img img.img_contain {
	width:100%;
	height:68vw;
}
.slider_thumbs .thumb_list .thumb.object_fit_img img.img_contain ,
.slider_thumbs .thumb_list .thumb.object_fit_img img.img_cover {
/*
	width:100%;
	height:14vw;
*/
}
.object_fit_img .img_contain {
	width:100%;
	object-fit:contain;
	font-family:'object-fit:contain;'
}
.object_fit_img .img_cover {
	height:14vw;
}
.worklist li .thumbnail img {
	height: 23vw;
}
}	/* for SP max-width: 736px */


/*===============================================================
	
	section_awards
	
===============================================================*/
.section_awards {
/*	 position: relative;*/
 }
.section_awards .section_inner ,
.section_works_list .section_inner {
	 padding-top: 0;
}
.section_awards .title {
/*	width: 100%;*/
/*	position: relative;*/
 }
.section_kod_pageheader .title.title_l {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.normal {
	font-weight: normal;
}
.section_kod_pageheader.narrow_pageheader .subpage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_kod_pageheader.narrow_pageheader .subpage li {
	margin-right: 50px;
	position: relative;
	padding-bottom: 5px;
}
.no_sp_footer_loaclnav .sp_footer_loaclnav {
	display: none;
}

.content_awardslist {
/*	margin-top: 60px;*/
	position: relative;
}
.delay_block.longwidth {
	width: 100%;
/*	position: relative;*/
 }
.content_awardslist .awards_post {
	margin-top: 10px;
/*	margin-top: 30px;*/
/*	position: relative;*/
}
.content_awardslist .awards_post .item,
.content_awardslist .awards_post a {
	pointer-events: none!important;
}
.content_awardslist .awards_title {
/* 	position: relative;*/
}
.content_awardslist .awards_title img {
/*	width: 50px;*/
	width: auto;
	height: 40px;
/*	padding-right: 10px;*/
	padding-right: 15px;
}
.content_awardslist .awards_title .txt {
 	font-size: 18px;
/*	color: #D6000F;*/
	font-weight: bold;
	line-height: 40px;
}
.content_awardslist .awards_post + .awards_post {
/*	margin-top: 50px;*/
	margin-top: 80px;
}
.content_awardslist .awards_post .prduct_list .item {
	margin-top: 20px;
}
.content_awardslist .awards_post .item a {
	position: relative;
}
.content_awardslist .awards_post .item .icon {
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.awards_title {
	font-size: 18px;
}
.content_awardslist .awards_post .item .txt {
	margin-top: 5px;
}
.content_awardslist .item_wrp {
/*	margin-top: -10px;*/
	display: flex;
	flex-wrap: wrap;
}
.content_awardslist .item_wrp .item {
/*
	width: 250px;
	margin-right: calc((100% - 1000px)/4);
*/
	width: 23%;
	margin-right: 2.6666%;
}
.content_awardslist .item_wrp .item:nth-of-type(4n) {
	margin-right: 0;
 }
.content_awardslist .item_wrp .item + .item {
/*	margin-left: 10px;*/
}
.content_awardslist .item_wrp .item .object_fit_img .img_contain ,
.content_awardslist .item_wrp .item .object_fit_img .img_cover {
	height: 200px;
}

/* 1300px以下 */
@media screen and (max-width: 1300px) {
.section_kod_pageheader.narrow_pageheader .inner {
	padding: 50px 0;
}
}	/* for tablet max-width: 1300px */


/* タブレット以下 */
@media screen and (max-width: 1070px) {
.section_kod_pageheader.narrow_pageheader .inner {
	padding: 30px 50px;
}
.content_awardslist .item_wrp .item:nth-of-type(4n) ,
.content_awardslist .item_wrp .item {
	width: 31%;
	margin-right: 3.5%;
}
.content_awardslist .item_wrp .item:nth-of-type(3n) {
	margin-right: 0;
 }
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_kod_pageheader.narrow_pageheader .subpage {
/*	justify-content: center;*/
	margin-top: 4vw;
}
.section_kod_pageheader.narrow_pageheader .subpage li + li{
	margin-left: 15vw;
}
.section_kod_pageheader.narrow_pageheader .inner {
	padding: 30px 8vw;
}
.content_awardslist .item_wrp .item:nth-of-type(4n) ,
.content_awardslist .item_wrp .item:nth-of-type(3n) ,
.content_awardslist .item_wrp .item {
	width: 48%;
	margin-right: 4%;
	}
.content_awardslist .item_wrp .item:nth-of-type(2n) {
	margin-right: 0;
 }
.content_awardslist .item_wrp .item .object_fit_img .img_contain ,
.content_awardslist .item_wrp .item .object_fit_img .img_cover {
/*	height: 130px;*/
}
.section_kod_pageheader.narrow_pageheader .subpage li {
	margin: 0;
}
}	/* for SP max-width: 800px */





/*===============================================================
	
	One community
	
===============================================================*/
.one_community .thumb img, .one_community .photo img {
	height: 216px;
}
.one_community .item .txt {
/*	height: 100px;*/
}
.one_community .item .txt p {
/*	height: 80px;*/
/*	overflow: hidden;*/
}

/* 1200px以下 */
@media screen and (max-width: 1200px) {
.one_community .item .txt p {
/*	height: 10vw;*/
}
}	/* for tablet max-width: 1200px */

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.one_community .item .txt p {
/*	height: 100px;*/
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.one_community .thumb img, .one_community .photo img {
	height: 55vw;
}
.one_community .item .txt p {
/*	height: 13vw;*/
}
}	/* fo55vwmax-width: 800px */



/*===============================================================
	
	section_information
	
===============================================================*/

.section_information .pickup_news .btn_viewmore {
	width: 220px;
	margin-top: 50px;
	margin-right: 0;
}
.section_information .pickup_news .btn_viewmore a {
	font-size: 12px;
	line-height: 1.2;
	padding: 15px 0;
	text-decoration: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_information .pickup_news .btn_viewmore {
	width: auto;
	text-align: right;
/*	width: 150px;*/
	margin-top: 6vw;
/*	margin-top: 5vw;*/
/*	margin-right: auto;*/
}
.section_information .pickup_news .btn_viewmore a {
	font-size: 4vw;
	display: inline-block;
/*	font-size: 3vw;*/
/*	padding: 3vw 0;*/
	padding: 0;
/*	text-align: right;*/
	border: 0;
}
.section_information .pickup_news .btn_viewmore a:hover {
	background: none;
	color: #D6000F;
	opacity: 0.7;
 }
}	/* for SP max-width: 800px */



/*===============================================================
	
	WORKS 年区分廃止　2020/10/20
	
===============================================================*/

.works_page .content_worklist .title {
	display: none;
}
.works_page .content_worklist .delay_block.longwidth {
	display: none;
}
.works_page .section_works_list .content + .content {
	margin-top: 0;
}
.works_page .worklist {
	margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.works_page .photo_list .photo + .photo {
	margin-top: 8vw;
}
.works_page .photo_list .photo a {
	display: block;
}
.works_page	.section_project_detail .section_inner {
	padding: 6vw 0 15vw 0;
}
}	/* for SP max-width: 800px */


/*===============================================================
	
	AWARDS 年区分廃止　2020/10/23
	
===============================================================*/

.awards_page .content_worklist .delay_block.longwidth {
	display: none;
}
/*
.awards_page .content_worklist .title {
	display: none;
}
*/
.awards_page .section_awards .content + .content {
	margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	
}	/* for SP max-width: 800px */



/*===============================================================
	
	no_entry
	
===============================================================*/
.no_entry {
	text-align: center;
	padding: 60px 0 0;
/*	background: #f0f0f0;*/
	font-size: 16px;
	line-height: 1.5;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	.no_entry {
		padding: 7vw 0 0;
		font-size: 3.5vw;
	}
}	/* for SP max-width: 800px */


/*===============================================================
	
	hoge
	
===============================================================*/


/* タブレット以下 */
@media screen and (max-width: 1070px) {
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	
}	/* for SP max-width: 800px */
