@charset "UTF-8";
/* ---------------------------------------------------------
   quality.css【品質施工ページ】
----------------------------------------------------------*/
/*   <!-- 仮一枚絵表示 --> */
/* .view_img{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
  justify-content: center;
} */

/* em 基準フォントサイズ */
body{
	font-size: 16px;
}
@media screen and (max-width: 599px){
	.contents_inner p{
		font-size: 10px;
	}
	body {
    font-size: 10px;
}
}
/* em 基準フォントサイズ */

#breadcrumbs {
    text-align: left;
		 font-size: 16px;
}
.contents_inner{
    max-width: 980px;
    margin: 0 auto;
}
p {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: center;
}
.first>div{
	display: flex;
	justify-content: center;
}
.radiuses{
	flex-direction: column;
}
.bk_red{
	background:#DF2019;
	border-radius: 10px 10px 0 0;
}
.bk_red p{
	color: white;
	font-weight: 700;
	font-size: 1.5em;
	padding: 15px;
}
.bk_yellow{
	background:#FFF4A2;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	margin-bottom:20px;
}
.bk_yellow p{
	line-height: 1.5;
	font-size: 17px;
  text-align: left;
	max-width: 590px;
}

.bk_gray{
	background: #F1F2F5;
	height: 40vh;
	z-index: -1;
	position: relative;
	top: 33vh;
	margin-top: -33vh;
}
section.second {
    margin-top: 60px;
}
section.second .contents_inner div{
	/* margin-bottom: 15px;
	display: flex;
	justify-content: center; */
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.main_visual {
    margin-bottom: 20px;
}
section.any_points {
    margin: 70px 0;
}
.any_points p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
}
.any_points p span{
	font-weight: 700;
}

.any_points .gray_bk{
	display: flex;
 justify-content: space-around;
}
.gray_bk .text{
	max-width: 500px;
}
.last_sec{
	background: #FAF7D8;
	padding: 40px 0px;
}
@media screen and (min-width: 767px) {
	.last_sec .contents_inner {
		margin-bottom: 43px;
	}
}
.container.gray_bk {
    background: #F1F2F5;
    padding: 30px;
}
.bk_yellow .noimg p{
	   max-width: 920px;
}
.radiuses .flex{
	justify-content: space-around;
}
.yellow_tow p{
	    max-width: 500px!important;
}
.container.gray_bk.text_only {
    padding-top: 0;
}
.text-text_only .margin-under{
	margin-bottom: 10px;
}
.smalltext{
	font-size: 14px;
	font-weight: 400!important;
}
.last_sec .contents_inner div{
	margin-bottom: 20px;
}
.last_sec .contents_inner .final{
	margin-bottom: 0px;
}
.bk_red p {
    font-weight: 600;
		font-size: 24px;
}
.layer_style{
	position: relative;
  top: 10px;
  z-index: -1;
}
.point_text p{
	font-size: 18px;
	line-height: 1.3;
	/* letter-spacing: 1.5px; */
	text-align: justify;
}
.grid_links div{
	/* width: calc(100% / 3 - 10px); */
	padding: 10px;
}
/* SPスタイル */
@media screen and (max-width: 599px){
	.grid_links div{
		width: calc(100% / 2 - 10px);
		padding: 0
	}
	section.second .contents_inner div {
    justify-content: space-around;
	}
	section.main_visual,section.last_sec{
		display: flex;
	}
	.contents_inner {
    	padding: 0 10px;
	}
	.bk_yellow,.any_points .gray_bk{
		flex-direction: column;
    align-items: center;
	}
	.bk_gray {
		background: #F1F2F5;
		height: 40vh;
		z-index: -1;
		position: relative;
		top: 35vh;
		margin-top: -37vh;
	}
	.text_only .margin-under{
		margin-bottom: 10px;
	}
	section.any_points {
  	  margin: 40px 0;
	}
	.bk_red p {
  	  font-size: 20px;
			text-align: center;
	}
	.last_sec .contents_inner .final{
		width: 100vw;
  	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
	}
	section.main_visual {
    	margin: 8px 0 20px;
	}
	.tri_img{
		position: relative;
    left: 20px;
		margin-top:15px;
	}
}

.point_ttl {
  display: flex;
  align-items: flex-start;
  border: solid 2px #EB6425;
  min-height: 48px;
  margin-top: 36px;
  margin-bottom: 50px;
}
.point_item_wrap {
  box-sizing: border-box;
  position: relative;
  display: flex;
  line-height: 1;
  white-space: nowrap;
  background-color: #815124;
  color: #fff;
  border-radius: 0 0 20px 0;
  min-height: 62px;
  width: 122px;
  padding: 12px 22px;
  margin: -2px;
}
.point_title_num_text {
  font-size: 14px;
  margin: 20px 10px 10px 0; 
  font-weight: 700;
}
.point_title_num {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point_title_num {
	font-size: 22px;
	margin: 0 auto;
  }
  .point_item_wrap {
	display: flex;
    border-radius: 0 0 20px 0;
	align-items: baseline;
  }
  .point_ttl {
    display: flex;
    margin-bottom: 24px;
  }
  .before-after .before-box {
    margin-top: 24px;
  }
  h2.brown_headline {
	font-size: 24px;
  }
}
.point_ttl .midashi{
	color: #000000;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
    font-size: 2em;
	margin: auto 24px;
	line-height: 1.5;
}
.midashi span{
	color: #eb6120;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900!important;
}

h2.brown_headline {
	text-align: center;
    justify-content: center;
    height: auto;
    padding: 8px;
    min-height: 64px;
}
.brown_headline {
	background: #76471b;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    height: 64px;
    align-items: center;
    padding: 0 50px;
    background-size: auto auto;
    background-color: #9d652f;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(118, 71, 27) 1px, rgb(118, 71, 27) 6px);
    scroll-margin-top: 78px;
	margin-top: 30px;
}

#company_contents a {
	transition: opacity 0.3s ease; 
}
  
#company_contents a:hover {
	opacity: 0.7; 
	cursor: pointer;
}