@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Work+Sans:400,700&display=swap');

/*!
Theme Name: オートリグループ
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 基本設定
************************************/
body {
	font-family: 'Work Sans', "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 16px !important;
	background: #fff;
	line-height: 1.7;
}

.wrap,
header .wrap {
	width: 100%;
}
header .wrap {
	position: relative;
	max-width: 980px;
}

.main,
#main {
	width: 100%;
	margin: 0;
	padding :0;
    border: none;
}

.content {
	margin: 0;
	padding: 0;
}

#sidebar {
	display: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 568px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

@media all and (-ms-high-contrast: none){
	.container {
    	overflow: hidden;
    }
}

/************************************
** レイアウト
************************************/
/* カラム */
.row {
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.col-1 {flex:1;}
.col-2 {flex:2;}
.col-3 {flex:3;}
.col-4 {flex:4;}
.col-5 {flex:5;}
.col-6 {flex:6;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    margin: 20px;
}

.row.row_footer .col-1 {
	margin: 0 10px;
}

.row.row_footer {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

@media screen and (min-width: 569px) {
	.row div:first-child {
	    margin-left: 0 !important;
	}
	.row div:last-child {
	    margin-right: 0 !important;
	}
}
@media screen and (max-width: 812px) {
	.row {
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
	    margin: 20px 10px;
	}
}

@media screen and (max-width: 568px) {
	.row {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
	    margin: 20px 0;
	}
	
	.row.row_footer .col-1,
	.row.row_footer .col-1 .row .col-1 {
	    margin: 10px 0;
	}
}

.container980 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container980 {
    max-width: 980px;
}

@media screen and (max-width: 1024px) {
	.container980 {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/************************************
** マージン
************************************/
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

@media screen and (max-width: 568px) {
	.sp_mt-0 {
		margin-top: 0 !important;
	}
}

/************************************
** テキスト
************************************/
.fs-12 {
	font-size: 12px;
}

.ta-l {
    text-align: left;
}

@media screen and (min-width: 569px) {
	.pc_ta-c {
    	text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.tab_ta-c {
    	text-align: center;
	}
}

/************************************
** 見出し
************************************/
.heading_section {
	position: relative;
	font-size: .875em;
	color: #CB2E1A;
	text-align: center;
	line-height: 1;
	margin: 0 auto 50px;
}
.heading_section:before {
	position: absolute;
	top: -100px;
	left: 50%;
	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	transform: translate(-50%,0);
	content: "";
	width: 1px;
	height: 77px;
	background: #CB2E1A;
}

.heading_normal {
	font-size: 1.75em;
	font-weight: 400;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}

.heading_normal.c-red {
	font-size: 1.875em;
	color: #CB2E1A;
	line-height: 1.5;
	margin: 0 auto 2em;
}

@media screen and (max-width: 568px) {
  	.heading_normal.c-red {
		font-size: 1.25em;
		margin: 0 auto 1em;
	}
	
	.heading_section {
		font-size: .75em;
		margin: 0 auto 15px;
	}
	.heading_section:before {
		top: -80px;
		height: 60px;
	}
}

/************************************
** リンクボタン
************************************/
.btn_flat {
	position: relative;
	display: block;
	width: 100%;
	max-width: 520px;
	height: 55px;
	margin: 0 auto;
	font-size: 1.125em;
	text-align: center;
	line-height: 54px;
	text-decoration: none;
	color: #fff;
	background: #CB2E1A;
	transition: .4s;
	border: 1px solid #CB2E1A;
	border-radius: 27.5px;
}
.btn_flat:hover {
	background: #fff;
	color: #CB2E1A;
}
.btn_flat:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f054";
	top: 0;
	right: 35px;
}
.btn_flat.return:after {
	content: "\f053";
	left: 35px;
	right: unset;
}
.btn_flat.out:after {
	content: "\f08b";
	right: 35px;
}

.btn_flat.btn_wh {
	color: #333;
	background: #fff;
	border: 1px solid #fff;
}
.btn_flat.btn_wh:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.btn_flat:after {
		right: 15px;
	}
}

@media screen and (max-width: 640px) {
	.btn_flat {
		font-size: .8em;
	}
}

@media screen and (max-width: 568px) {
	.btn_flat {
		font-size: .875em;
	}
	.btn_flat:after {
		right: 20px;
	}
}

@media screen and (max-width: 320px) {
	.btn_flat:after {
		right: 10px;
	}
}

/************************************
** ボックス
************************************/
.link-bnr {
	position: relative;
	height: 280px;
	display: block;
}
.link-bnr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .4s;
	transition: .4s;
}
.link-bnr:hover img {
	opacity: .8;
}
.link-bnr p {
	font-family: 'Work Sans', "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	line-height: 1.5;
}
.link-bnr:hover p {
	color: #fff;
}
.link-bnr p span {
	font-size: .5em;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 568px) {
	.link-bnr {
    	height: 166px;
	}
	.link-bnr p {
		font-size: 1.5em;
	}
	.link-bnr p span {
		font-size: .583em;
	}
}

/************************************
** 表
************************************/
table.table-tr {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.table-tr tr,
table.table-tr th,
table.table-tr td {
	background: transparent;
	border: none;
}

table.table-tr tr {
	border-top: 1px solid #ccc;
}
table.table-tr tr:last-child {
	border-bottom: 1px solid #ccc;
}

table.table-tr th {
	font-weight: 700;
	text-align: center;
}

table.table-tr th,
table.table-tr td {
	padding: .5em 0;
}

table.table-tr th {
	width: 25%;
}

table.table-tr.ta-l th {
	font-weight: 400;
	text-align: left;
	padding-left: 4em;
}

@media screen and (max-width: 640px) {
	table.table-tr.ta-l th {
		padding-left: 2em;
	}
}

@media screen and (max-width: 568px) {
	table.table-tr.ta-l th {
		width: 35%;
		padding-left: 0;
	}
	table.table-tr.ta-l th,
	table.table-tr.ta-l td {
		font-size: .6875em;
	}
}

/************************************
** 背景
************************************/
#particles-js01,
#particles-js02 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

.bg_about {
	padding: 140px 0;
	position: relative;
}
.bg_about .container980 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}

.bg_introduction {
	position: relative;
	padding: 50px 0 330px;
	overflow: hidden;
}
.bg_introduction:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	transform: translate(-50%,0);
	content: "";
	width: 2904px;
	height: 380px;
	background: transparent url(./images/top/bg_introduction.png) no-repeat bottom center/contain;
}
.bg_introduction .container980 {
	padding-top: 60px;
}

.bg_company {
	padding: 80px 0 0;
}
.bg_company .container980 {
	margin-bottom: 90px;
}
.bg_company h2 {
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	color: #CB2E1A;
	margin: 0 auto 1.5em;
	padding: 0;
}
.bg_company .img_group-overview {
	display: block;
	margin: 0 auto 60px;
}
.bg_company .btn_flat {
	margin-top: 100px;
}

.bg_service,
.bg_groups {
	padding: 130px 0 0;
}
.bg_service .container980,
.bg_groups .container980 {
	padding-top: 60px;
}

.service-wrap {
	position: relative;
	width: 100%;
	margin-top: 110px;
	padding: 0 0 75px !important;
	overflow: hidden;
}
.service-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 95px;
	background: #fff;
}

.service-wrap .container980 {
	padding: 0 !important;
}

.service-wrap.img-l .img_service-wrap,
.service-wrap.img-r .img_service-wrap {
	position: absolute;
	top: 0;
	width: 50%;
	height: 375px;
	object-fit: cover;
	pointer-events: none;
}
.service-wrap.img-l .img_service-wrap {
	left: 0;
}
.service-wrap.img-r .img_service-wrap {
	right: 0;
}

.service-wrap.img-l .img_service-wrap img,
.service-wrap.img-r .img_service-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-wrap.img-l .img_service-wrap p,
.service-wrap.img-r .img_service-wrap p {
	position: absolute;
	bottom: 12px;
	font-size: .75em;
	color: #fff;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.service-wrap.img-l .img_service-wrap p {
	right: 15px;
}
.service-wrap.img-r .img_service-wrap p {
	left: 15px;
}

.service-wrap .otorikensetsu,
.service-wrap .otorihome,
.service-wrap .reformclub,
.service-wrap .whiteengine {
	height: auto;
	margin-bottom: 30px;
}

.service-wrap .otorikensetsu {
	width: 225px;
}
.service-wrap .otorihome {
	width: 232px;
}
.service-wrap .reformclub {
	width: 228px;
}
.service-wrap .whiteengine {
	width: 306px;
}

.service-wrap .btn_flat {
	margin-top: 20px;
}
.service-wrap .btn_flat.fs-12 {
	font-size: .75em;
}

.bg_blue {
	background:  rgba(0,160,190,0.1);
}
.bg_beige {
	background:  rgba(248,243,236,0.8);
}
.bg_pink {
	background: rgba(116,0,26,0.1);
}
.bg_green {
	background: rgba(50,170,130,0.2);
}

@media screen and (max-width: 1024px) {
	.service-wrap .container980 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	.service-wrap {
		margin-top: 60px;
    	padding: 0 0 45px !important;
  	}
	
	.service-wrap .btn_flat.fs-12 {
		font-size: .625em !important;
	}
	
	.service-wrap.img-l .img_service-wrap,
	.service-wrap.img-r .img_service-wrap {
    	position: relative;
    	top: unset;
    	left: unset;
    	right: unset;
    	width: 100%;
    	height: 204px;
    	margin: 0 auto 30px;
    	padding-left: 20px;
		padding-right: 20px;
    	display: block;
	}
	
	.service-wrap.img-l .img_service-wrap p,
	.service-wrap.img-r .img_service-wrap p {
		left: unset;
		right: 35px;
	}
	
	.service-wrap .row {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	.service-wrap .row .col-3 {
	    display: none;
	}
	
	.service-wrap .otorikensetsu,
	.service-wrap .otorihome,
	.service-wrap .reformclub,
	.service-wrap .whiteengine {
		display: table;
		margin: 0 auto 35px;
	}
	.service-wrap .otorikensetsu {
		width: 183px;
	}
	.service-wrap .otorihome {
		width: 188px;
	}
	.service-wrap .reformclub {
		width: 178px;
	}
	.service-wrap .whiteengine {
		width: 236px;
	}
	
	.service-wrap .btn_flat {
		font-size: .75em !important;
	}
}

@media screen and (max-width: 568px) {
	#particles-js02 {
		display: none;
	}
	
	.bg_about {
		padding: 80px 0 0;
	}
	.bg_about .container980 {
		background: #fff;
	}
	
	.bg_introduction {
		padding: 30px 0 110px;
	}
	.bg_introduction:before {
		width: 1483px;
		height: 195px;
	}
	
	.bg_company h2 {
		font-size: 1.125em;
	}
	.bg_company .container980 {
    	margin-bottom: 45px;
	}
	.bg_company .img_group-overview {
		margin: 0 auto 80px;
	}
	.bg_company .btn_flat {
		margin-top: 35px;
	}
	
	.bg_service,
	.bg_groups {
		padding: 50px 0 0;
	}
	
	.bg_groups .heading_section {
    	margin: 0 auto 40px;
	}
}

@media screen and (max-width: 320px) {
	.service-wrap .btn_flat {
		font-size: .625em !important;
	}
}

/************************************
** ヘッダー
************************************/
.header-container {
	position: relative;
	height: 585px;
}

.header-container.-page {
	height: 80px;
}

.header-container .mv_catch {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin: 0 auto;
  	padding: 0;
  	z-index: 1;
  	width: 100%;
  	font-size: 2.5em;
  	text-align: center;
}
.header-container .mv_catch span {
	font-size: .35em;
	color: #CB2E1A;
	display: block;
	margin-top: 10px;
}

.tagline {
	display: none;
}

.header-in {
	display: block;
	line-height: 0;
}

.logo-text {
	position: absolute;
	top: 30px;
	left: 0;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.site-name-text-link img {
	width: 350px;
}

.site-name-text-link img {
	-webkit-transition: .4s;
	transition: .4s;
}
.site-name-text-link:hover img {
	opacity: .8;
}

@media screen and (max-width: 812px) {
	.logo-text {
    	padding-left: 4%;
	}

	.site-name-text-link img {
		width: 250px;
	}
}

@media screen and (max-width: 667px) {
	.site-name-text-link img {
		width: 200px;
	}
}

@media screen and (max-width: 568px) {
	.logo-text {
		top: 20px;
    	left: 15px;
    	padding: 0;
	}
	
	.site-name-text-link img {
		width: 230px;
	}
	
	.header-container .mv_catch {
		font-size: 1.5em;
	}
	.header-container .mv_catch span {
		font-size: .58em;
	}

	.header-container.-page {
		height: 130px;
	}
}

/************************************
** ナビゲーション
************************************/
.navi {
	position: absolute;
    top: 40px;
    right: 0;
    display: inline-block;
}

.navi-in > ul li {
    width: unset;
    height: unset;
    border-right: 1px solid #333;
}
.navi-in > ul li:last-child {
    border-right: none;
}

.navi-in > ul li i {
    margin-left: 7px;
}

.navi-in a {
    font-size: 1.125em;
    padding: 0 20px;
    line-height: 1;
}

.navi-in > ul li:hover a {
    background: transparent;
}

@media screen and (min-width: 569px) {
	#menu-sp_gnav {
    	display: none !important;
	}
}

@media screen and (max-width: 834px) {
	#menu-gnav {
    	display: flex;
	}
}

@media screen and (max-width: 812px) {
	.navi-in a {
    	font-size: .875em;
	}
}

@media screen and (max-width: 667px) {
	.navi-in a {
    	font-size: .75em;
	}
}

@media screen and (max-width: 568px) {
	#menu-gnav {
		display: none;
	}
	
	#menu-sp_gnav {
		position: absolute;
		bottom: 0 !important;
		left: 0;
    	display: flex;
    	box-shadow: none;
    	padding-bottom: unset !important;
	}
	
	#menu-sp_gnav li {
		position: relative;
    	width: 33.3333333333%;
    	height: 68.5px;
    	padding-top: 37px;
    	border: 1px solid #ccc;
	}
	
	.mobile-menu-buttons .menu-icon {
    	line-height: 1;
    	height: 7px;
    }
	
	#menu-sp_gnav li .fa-star {
		position: relative;
	}
	#menu-sp_gnav li .fa-star:before {
		position: absolute;
		top: -35px;
		left: 50%;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		content: "";
	}
	
	#menu-sp_gnav li#menu-item-765 .fa-star:before {
		width: 24px;
		height: 24px;
		background: transparent url(./images/common/sp_footer-icon01.png) no-repeat center center/contain;
	}
	#menu-sp_gnav li#menu-item-766 .fa-star:before,
	#menu-sp_gnav li#menu-item-823 .fa-star:before {
		width: 20px;
		height: 22px;
		background: transparent url(./images/common/sp_footer-icon02.png) no-repeat center center/contain;
	}
	#menu-sp_gnav li#menu-item-767 .fa-star:before {
		width: 20px;
		height: 22px;
		background: transparent url(./images/common/sp_footer-icon03.png) no-repeat center center/contain;
	}
	
	#menu-sp_gnav li:first-child {
    	border-left: none;
	}
	#menu-sp_gnav li:last-child {
    	border-right: none;
	}
	#menu-sp_gnav li a {
    	font-size: 12px;
	}
	#menu-sp_gnav li a i {
    	margin-left: 5px;
	}
}

/************************************
** フッター
************************************/
footer {
	color: #fff;
	background: #CB2E1A !important;
	margin-top: 0 !important;
    padding: 70px 0 !important;
}

footer img {
	-webkit-transition: .4s;
	transition: .4s;
}
footer a:hover img {
	opacity: .8;
}

.footer-logo {
	width: 100%;
	max-width: 362px;
	margin: 0 0 30px;
	display: block;
}
.footer-logo img {
	width: 100%;
}

.footer_company-info {
	font-size: .875em;
}

footer .btn_flat {
	margin-bottom: 30px;
}

footer .btn_flat.otorikensetsu {
	color: #00A0BE;
	background: #fff;
	border: 1px solid #fff;
}
footer .btn_flat.otorikensetsu:hover {
	background: #00A0BE;
	border: 1px solid #00A0BE;
	color: #fff;
}

footer .btn_flat.otorihome {
	color: #E16400;
	background: #fff;
	border: 1px solid #fff;
}
footer .btn_flat.otorihome:hover {
	background: #E16400;
	border: 1px solid #E16400;
	color: #fff;
}

footer .btn_flat.reform {
	/*font-size: .75em;*/
	color: #A00A2D;
	background: #fff;
	border: 1px solid #fff;
}
footer .btn_flat.reform:hover {
	background: #A00A2D;
	border: 1px solid #A00A2D;
	color: #fff;
}

footer .btn_flat.whiteengine {
	color: #35A9A1;
	background: #fff;
	border: 1px solid #fff;
}
footer .btn_flat.whiteengine:hover {
	background: #35A9A1;
	border: 1px solid #35A9A1;
	color: #fff;
}

.footer-bottom {
    margin-top: 0;
    padding: 1.5em;
    font-size: .6875em;
    background: #333;
    text-align: center;
}
.footer-bottom ul.footer-links {
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.footer-bottom ul.footer-links li {
    padding: 0 1em;
    border-right: 1px solid #fff;
}
.footer-bottom ul.footer-links li:last-child {
    border-right: none;
}
.footer-bottom ul.footer-links li a {
    color: #fff;
}
.footer-bottom ul.footer-links li a i {
    margin-left: .5em;
}

.footer-bottom-content {
    float: unset;
    text-align: center;
}

.copyright {
    width: 100%;
    color: #fff;
}

@media all and (-ms-high-contrast: none) {
	.footer-bottom-content {
    	float: initial;
	}
}

@media screen and (min-width: 769px) {
	.footer-btn {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	footer {
    	padding: 25px 4% !important;
	}
	
	.mblt-footer-mobile-buttons {
    	margin-bottom: 0 !important;
	}

	footer .btn_flat.reform {
		font-size: .8em;
	}
}

@media screen and (max-width: 768px) {
	
	.footer-btn .footer-btn-title:after {
		left: 48.7%;
	}
}

@media screen and (max-width: 667px) {
	.footer-btn .footer-btn-title:after {
		left: 48.6%;
	}
}

@media screen and (max-width: 568px) {
	footer {
    	padding: 30px 4% 0 !important;
	}

	.footer-logo img {
		width: 176px;
	}

	.footer-logo,
	.footer_company-info {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	
	footer .btn_flat {
		font-size: 1em;
	}
	
	.mblt-footer-mobile-buttons {
		margin-bottom: 0;
	}
}

/************************************
** トップページ
************************************/
.top-link-bnr {
	background: #CB2E1A;
	padding: 25px 0;
}
.top-link-bnr .row .col-1 {
	margin: 0 10px;
}
.top-link-bnr .row .col-1:first-child {
	margin-left: 0;
}
.top-link-bnr .row .col-1:last-child {
	margin-right: 0;
}

.top-link-bnr .row .col-1,
.top-link-bnr .row .col-1 a {
	line-height: 0;
}

.top-news {
	background: #960000;
	padding: 10px 0;
}
.top-news .col-1 {
	padding-right: 80px;
	border-right: 1px solid #CB2E1A;
}
.top-news .col-4 {
	padding-left: 25px;
}

.top-news h2 {
	font-size: 2.5em;
	font-weight: 700;
	color: #CB2E1A;
	margin: 0;
	padding: 65px 0;
	line-height: 1;
}
.top-news h2 span {
	font-size: .3em;
	font-weight: 400;
	display: block;
	margin-top: 1em;
}

.top-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-news ul li,
.top-news ul li a {
	color: #fff;
}
.top-news ul li {
	margin-bottom: 20px;
}
.top-news ul li:last-child {
	margin-bottom: 0;
}

.top-news ul li .post-cat {
	position: relative;
	display: inline-block;
	font-size: .75em;
	text-align: center;
	margin-right: 20px;
	padding: .4em;
	width: 130px;
	border-radius: 10px;
}
.top-news ul li .post-cat:after {
	position: relative;
}

.top-news ul li .post-cat.housing {
	background: #E16400;
}
.top-news ul li .post-cat.housing:after {
	content: "住宅事業";
}

.top-news ul li .post-cat.civil-engineering-construction {
	background: #00A0BE;
}
.top-news ul li .post-cat.civil-engineering-construction:after {
	content: "一般建築事業";
}

.top-news ul li .post-cat.reform {
	background: #CD0032;
}
.top-news ul li .post-cat.reform:after {
	content: "リフォーム事業";
}

.top-news ul li a {
	font-size: .875em;
	text-decoration: underline;
}
.top-news ul li a span {
	font-size: .86em;
	padding-right: 20px;
}

@media screen and (max-width: 568px) {
	.top-link-bnr {
    	padding: 8.5px 0;
	}
	.top-link-bnr .row {
		display: inline-block;
	}
	.top-link-bnr .row .col-1 {
		display: inline-block;
		margin: 6.5px;
		width: 48.2%;
	}
	.top-link-bnr .row .col-1:nth-child(odd) {
		margin-left: 0;
	}
	.top-link-bnr .row .col-1:nth-child(even) {
		margin-right: 0;
	}
	
	.top-news {
    	padding: 30px 0 20px;
	}
	.top-news h2 {
		font-size: 1.75em;
		text-align: center;
		margin: 0 auto;
    	padding: 0;
	}
	.top-news h2 span {
		font-size: .5em;
		display: inline-block;
		margin-left: 15px;
	}
	
	.top-news .col-1 {
		margin-top: 0;
    	padding-right: 0;
    	border-right: none;
	}
	
	.top-news .col-4 {
		padding-left: 0;
	}
	.top-news ul li .post-cat,
	.top-news ul li a,
	.top-news ul li a span {
    	display: block;
    	margin: 0 auto;
    	padding: 0;
    	text-align: center;
    }
}

@media screen and (max-width: 480px) {
	.top-link-bnr .row .col-1 {
		width: 47.5%;
	}
}

@media screen and (max-width: 375px) {
	.top-link-bnr .row .col-1 {
		width: 47.3%;
	}
}

@media screen and (max-width: 360px) {
	.top-link-bnr .row .col-1 {
		width: 47.2%;
	}
}

@media screen and (max-width: 320px) {
	.top-link-bnr .row .col-1 {
		width: 46.8%;
	}
}


/*会社情報*/

#breadcrumb {
    font-size: .75em;
    padding: 1em 0;
    background: #fff;
}

#breadcrumb .fa-home {
    margin-right: 1em;
}

#breadcrumb, #breadcrumb a {
    color: #666666;
}

#breadcrumb .fa-chevron-right {
    margin: 0 1em;
}

.company .pt-20 {
    padding-top: 20px !important;
}

.company .pt-60 {
    padding-top: 60px !important;
}

.company .pb-90 {
    padding-bottom: 90px !important;
}

.company .mt-60 {
    margin-top: 60px !important;
}

.company .mb-60 {
    margin-bottom: 60px !important;
}

.company h2 {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    color: #CB2E1A;
    margin: 0 auto 1.5em;
    padding: 0;
}

.company h2.mb0,
.company h3.mb0 {
	margin-bottom: 0;
}

.company h3 {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

.company .order-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.company .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.company .ta-r {
    text-align: right;
}



.company .heading_square:before {
    content: "■";
    color: #cb2e1a;
    padding-right: 0.5em;
}

@media screen and (max-width: 568px) {
	.company h2,
	.company h3 {
	    font-size: 1.125em;
	}
	.company .sp_ta-c {
	    text-align: center;
	}

	.company .order-2 {
	    -webkit-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	}

	.company .order-1 {
	    -webkit-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	}

	.company .mt-60 {
	    margin-top: 30px !important;
	}

	.company .sp_mt-0 {
	    margin-top: 0 !important;
	}

	.company .mb-60 {
	    margin-bottom: 30px !important;
	}

	.company .sp_mb-0 {
	    margin-bottom: 0 !important;
	}

	.company .heading_square {
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	}
}

/************************************
** 表
************************************/
table.table-tr {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.table-tr tr,
table.table-tr th,
table.table-tr td {
	background: transparent;
	border: none;
}

table.table-tr tr {
	border-top: 1px solid #ccc;
}
table.table-tr tr:last-child {
	border-bottom: 1px solid #ccc;
}

table.table-tr th {
	font-weight: 700;
	text-align: center;
}

table.table-tr th,
table.table-tr td {
	padding: 1em 0;
}

table.table-tr th {
	width: 25%;
}

table.table-tr.ta-l th {
	font-weight: 400;
	text-align: left;
	padding-left: 4em;
}

table.table-tr.ta-l.th-75 th {
	width: 75%;
}

table.table_gr {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
table.table_gr th,
table.table_gr td {
	border: 1px solid #666;
	padding: .5em 1em;
	width: 50%;
}
table.table_gr th {
	background: #666;
	border: 1px solid #fff;
	font-size: 1.125em;
	text-align: center;
	color: #fff;
}
table.table_gr td {
	background: #f7f7f7;
}

table.table_br {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
table.table_br th,
table.table_br td {
	border: 1px solid #A07846;
	padding: .5em 1em;
	width: 50%;
}
table.table_br th {
	background: #A07846;
	border: 1px solid #fff;
	font-size: 1.125em;
	text-align: center;
	color: #fff;
}
table.table_br td {
	background: #FBF8F3;
}

@media screen and (max-width: 640px) {
	table.table-tr.ta-l th {
		padding-left: 2em;
	}
	
	table.table-tr.ta-l.th-75 th {
    	padding-left: 0;
	}
}

@media screen and (max-width: 568px) {
	table.table-tr.sp_ta-c tr,
	table.table-tr.sp_ta-c th,
	table.table-tr.sp_ta-c td {
		display: block;
		text-align: center !important;
		width: 100%;
	}
	table.table-tr.sp_ta-c th,
	table.table-tr.sp_ta-c td {
		font-size: .75em;
	}
	table.table-tr.sp_ta-c td {
    	padding: 0 0 1em;
	}
	
	table.table-tr.ta-l th {
		width: 35%;
		padding-left: 0;
	}
	table.table-tr.ta-l th,
	table.table-tr.ta-l td {
		font-size: .6875em;
	}
	
	.col-1.sp_mb-0 {
		display: contents;
	}
	.col-1.sp_mb-0 table.table-tr tr:last-child {
		border-bottom: none;
	}
}

/* 20251101 and add */
.m-1_2em_0 {
  margin: 1.2em 0 !important;
}
@media screen and (max-width: 568px) {
    #menu-sp_gnav li .fa-star::before {
        width: 24px;
        height: 24px;
        background: url(./images/common/sp_footer-icon01.png) center center / contain no-repeat transparent;
    }
    #menu-sp_gnav li:nth-of-type(2) .fa-star::before {
        width: 24px;
        height: 24px;
        background: transparent url(./images/common/sp_footer-icon02.png) no-repeat center center/contain;
    }
    #menu-sp_gnav li:last-of-type .fa-star::before {
        width: 24px;
        height: 24px;
        background: transparent url(./images/common/sp_footer-icon03.png) no-repeat center center/contain;
    }
}


