@charset "UTF-8";

/*----------------------------------------------------
   基本
----------------------------------------------------*/
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
}



/*----------------------------------------------------
   サブページ
----------------------------------------------------*/
.subpage-title {
	background-image: url("img/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.subpage-title:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
}
.subpage-title .sec-title {
	margin: 0;
}
.subpage-title .sec-title span {
	color: #FFF;
	text-shadow: 0 2px 10px #000;
}
.subpage-title .pankuzu {
	width: 94%;
	max-width: 1200px;
	box-sizing: border-box;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
	padding: .7em 2em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.subpage-title {
	padding: 8em 0;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.subpage-title {
	padding: 6em 0;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.subpage-title {
	padding: 5em 0;
}
}


/*----------------------------------------------------
   sec-reform
----------------------------------------------------*/
.sec-reform {
    margin: 6em auto 10em;
	position: relative;
	box-sizing: border-box;
}
.sec-reform .inner {
    max-width: 1000px;
    width: 96%;
	margin: 0 auto;
}
.sec-reform:last-child {
    margin: 6em auto 2em;
}
.reform-menu {
    padding: 6em 0 8em;
	width: 96%;
	margin-bottom: 10em;
	position: relative;
}
#investigation {
	margin-left: auto;
}
.reform-menu:before {
	content: "";
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 50;
}
#point8:before {
	background-color: #f0f8ed;
	border-radius: 0 100px 100px 0;
	left: 0;
}
#investigation:before {
	background-color: #f0f8ed;
	border-radius: 100px 0 0 100px;
	right: 0;
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.sec-reform {
    margin: 6em auto ;
}
.sec-reform:last-child {
    margin: 6em auto 4em;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.sec-reform {
    margin: 5em auto;
}
.sec-flow:last-child {
    margin: 3em auto 3em;
}
.reform-menu {
	width: 100%;
	margin-bottom: 5em;
}

}



/*----------------------------------------------------
   各種タイトル
----------------------------------------------------*/
.sub-sectitle {
  	color: #1f6f04;
	font-weight: 700;
	margin-bottom: 3em;
	text-align: center;
}
.reform-menutitle {
	position: relative;
	text-align: left;
	padding: .5em 0;
	font-weight: 500;
    /*max-width: 1050px;
    width: 94%;*/
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 60;
	margin: 0 0 0 auto;
	padding-left: 3.7em;
	max-width: 100%;
	width: 100%;
}
#investigation .reform-menutitle {
	margin: 0 0 0 auto;
    width: 90%;
	max-width: 90%;
	padding-left: 3.7em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.sub-sectitle {
  	font-size: 26px;
}
.reform-menutitle {
  	font-size: 22px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.sub-sectitle {
  	font-size: 22px;
}
.reform-menutitle {
  	font-size: 20px;
	padding: .5em 1.8em .5em 3em;
}
#investigation .reform-menutitle {
    /*width: 83%;*/
	padding-left: 3em;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.sub-sectitle {
  	font-size: 18px;
}
.reform-menutitle {
  	font-size: 17px;
	padding: .5em 1.8em .5em 2.5em;
}
#investigation .reform-menutitle {
    /*width: 86.5%;*/
	padding-left: 2.5em;
}
}


/*----------------------------------------------------
   メインタイトル
----------------------------------------------------*/
.sec-maintitle {
  	color: #1f6f04;
	font-weight: 700;
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: 0.05em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.sec-maintitle {
  	font-size: 26px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.sec-maintitle {
  	font-size: 22px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.sec-maintitle {
  	font-size: 18px;
}
}

/*----------------------------------------------------
   reform-number
----------------------------------------------------*/
.reform-number {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 70;
}
#plumbing .reform-number,
#exterior .reform-number,
#extension .reform-number,
#investigation .reform-number {
	margin-left: auto;
    width: 90%;
}
.reform-number dt,
.reform-number dd {
	font-weight: 500;
	line-height: 1;
}
.reform-number dt {
  	position: relative;
	padding-left: 4.3em;
}
.reform-number dt:before {
  	content: "";
	width: 3.8em;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
.reform-number dt,
.reform-number dd {
  	color: #1f6f04;
}
.reform-number dt:before {
	background-color: #1f6f04;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
.reform-number dt {
  	font-size: 20px;
	padding-bottom: 3px;
}
.reform-number dd {
  	font-size: 36px;
	padding-left: .3em;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
.reform-number dt {
  	font-size: 20px;
	padding-bottom: 3px;
	padding-left: 3em;
}
.reform-number dt:before {
	width: 2.5em;
}
.reform-number dd {
  	font-size: 30px;
	padding-left: .3em;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
.reform-number dt {
  	font-size: 15px;
	padding-bottom: 3px;
	padding-left: 3em;
}
.reform-number dt:before {
	width: 2.5em;
}
.reform-number dd {
  	font-size: 26px;
	padding-left: .3em;
}
}


/*----------------------------------------------------
   基本
----------------------------------------------------*/
.reform-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 4em 0 0;
    max-width: 1050px;
    width: 94%;
	z-index: 70;
}
.reform-list li {
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2);
	margin-bottom: 3em;
	background-color: #FFF;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	z-index: 70;
	position: relative;
}
.reform-list .number {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: rgba(255,255,255,.8);
	color: #1f6f04;
	font-size: 30px;
	font-family: "Times New Roman", Times, "serif";
	font-style: italic;
	border: solid 1px #1f6f04;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5em;
	position: absolute;
	left: -10px;
	top: -10px;
}
.reform-list h6 {
	text-align: center;
	margin-bottom: 1em;
	/*flex-grow: 1;*/
  	color: #1f6f04;
}
.reform-list .pic {
	margin-bottom: 1em;
	max-width: 180px;
	margin: 0 auto 1em;
	flex-grow: 1;
}
.reform-list .sample {
  	margin-top: .5em;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
/*.reform-list::after{
	content:"";
	display: block;
	width:30%;
}*/
.reform-list li {
  	width: 48%;
	padding: 3em 2em;
}
.reform-list h6 {
  	font-size: 18px;
}
.reform-list h6 strong {
  	font-size: 26px;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 .05em;
}
.reform-list .sample {
  	font-size: 12px;
}
.reform-list .kakaku span {
  	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
.reform-list li:last-child,
.reform-list li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:850px) and ( max-width:1024px) {
.reform-list::after{
	content:"";
	display: block;
	width:30%;
}
.reform-list li {
  	width: 32%;
	padding: 3em 1.5em;
}
.reform-list li:nth-child(3n+1):nth-last-child(-n+3),
.reform-list li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
	margin-bottom: 0;
}
.reform-list h6 {
  	font-size: 17px;
}
.reform-list .sample {
  	font-size: 11px;
}
.reform-list .kakaku span {
  	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:849px) {
.reform-list {
    width: 96%;
	z-index: 70;
	padding: 2em 0 0;
}
.reform-list li {
  	width: 48%;
	padding: 2em 1.5em;
	margin-bottom: 2em;
}
.reform-list li:last-child,
.reform-list li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}
.reform-list h6 {
  	font-size: 15px;
}
.reform-list .sample {
  	font-size: 11px;
}
.reform-list .kakaku span {
  	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.reform-list .number {
	font-size: 26px;
	left: -7px;
	top: -10px;
}
}




/*----------------------------------------------------
   施工の流れ
----------------------------------------------------*/
.reform-flow {
    max-width: 1050px;
    width: 96%;
	margin: 0 auto;
}
.reform-flow .flow-box h5 {
  	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: .5em .5em;
	box-sizing: border-box;
}
.reform-flow .free h5 {
	background-color: #E4E4E4;
	border: solid 1px #E4E4E4;
}
.reform-flow .paid h5 {
	border: solid 1px #000;
}
.reform-flow .flow-list li {
	background-color: #f0f8ed;
}
.reform-flow .flow-list li p {
	font-weight: 600;
	font-size: 16px;
}
.reform-flow .flow-list li.f01 {
	border: solid 2px #4b7403;
}
.reform-flow .flow-list li.f01 p {
	color: #4b7403;
}
.reform-flow .flow-list li.f02 {
	border: solid 2px #4b7403;
}
.reform-flow .flow-list li.f02 p {
	color: #4a8120;
}
.reform-flow .flow-list li.f03 {
	border: solid 2px #4a8b38;
}
.reform-flow .flow-list li.f03 p {
	color: #4a8b38;
}
.reform-flow .flow-list li.f04 {
	border: solid 2px #49954f;
}
.reform-flow .flow-list li.f04 p {
	color: #49954f;
}
.reform-flow .flow-list li.f05 {
	border: solid 2px #489d63;
}
.reform-flow .flow-list li.f05 p {
	color: #489d63;
}
.reform-flow .flow-list li.f06 {
	border: solid 2px #48a779;
}
.reform-flow .flow-list li.f06 p {
	color: #48a779;
}
.reform-flow .flow-list li.f07 {
	border: solid 2px #47b090;
}
.reform-flow .flow-list li.f07 p {
	color: #47b090;
}
.reform-flow .flow-list li.f08 {
	border: solid 2px #47b69c;
}
.reform-flow .flow-list li.f08 p {
	color: #47b69c;
}
/* --------  PC＆タブレット調整   --------*/
@media screen and ( min-width:705px) {
.reform-flow {
    display: table;
	table-layout: fixed;
}
.reform-flow .flow-box {
    display: table-cell;
	table-layout: auto;
	box-sizing: border-box;
	padding-right: 25px;
}
.reform-flow #flow03 {
	width: 6em;
	padding-right: 0;
}
.reform-flow .flow-box h5 {
	margin-bottom: 1em;
}
.reform-flow .flow-list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reform-flow .flow-list li {
	margin-right: 25px;
	flex-grow: 1;
	box-sizing: border-box;
	position: relative;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.reform-flow #flow01 li {
	width: calc(100% / 4 - 20px) ;
	flex-grow: 0;
}
.reform-flow .flow-list li:last-child {
	margin-right: 0;
}
.reform-flow #flow03 li {
	width: 100%;
}
.reform-flow .flow-list li p {
  	writing-mode: vertical-rl;
	padding: 1em .5em;
}
.reform-flow .flow-list li:after {
	content: "";
  	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #4b7403;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
.reform-flow  #flow03 li:after {
	display: none;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:704px) {
.reform-flow .flow-box {
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 100%;
	margin-bottom: 30px;
}
.reform-flow .flow-box h5 {
 	width: 5em;
 	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.reform-flow .flow-box .flow-list {
	width : -webkit-calc(100% - 5em);
	width : calc(100% - 5em);
	box-sizing: border-box;
	padding-left: 1em;
}
.reform-flow .flow-box .flow-list li {
	height: auto!important;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: .5em 1em;
	position: relative;
}
.reform-flow .flow-box .flow-list li:last-child {
	margin-bottom: 0;
}
.reform-flow .flow-list li:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 20px 0 20px;
	border-color: #4b7403 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.reform-flow #flow03 li:last-child:after {
	display: none;
}
.reform-flow .flow-box h5,
.reform-flow .flow-box .flow-list li p {
	font-size: 15px;
}
.reform-flow .flow-box .flow-list li p {
	font-size: 15px;
	font-weight: 500;
}
}

/*----------------------------------------------------
   investigation
----------------------------------------------------*/
#investigation .txt-box {
	position: relative;
	z-index: 60;
	margin: 2em 0 0 auto;
    width: 83%;
	box-sizing: border-box;
	padding-right: 2em;
}
#investigation .reform-list h6 {
	flex-grow: 0;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
#investigation .pht {
	width: 30%;
	float: right;
	margin: 0 0 1em 2em;
}
#investigation .reform-list li:nth-child(5) .pht {
	max-width: 120px;
}
#investigation .reform-list li:nth-child(6) .pht {
	max-width: 70px;
}
#investigation .btn {
	width: 90%;
	margin: 4em auto 0;
	max-width: 600px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:815px) and ( max-width:1024px) {
#investigation .pht {
	width: 30%;
	float: right;
	margin: 0 0 1em 2em;
}
#investigation .reform-list li:nth-child(5) .pht {
	max-width: 120px;
}
#investigation .reform-list li:nth-child(6) .pht {
	max-width: 60px;
}
#investigation .btn {
	width: 90%;
	margin: 4em auto 0;
	max-width: 600px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:814px) {
#investigation .pht {
	width: 70%;
	max-width: 110px;
	margin: 0 auto 1em;
}
#investigation .reform-list li:nth-child(6) .pht {
	max-width: 60px;
}
#investigation .btn {
	width: 96%;
	margin: 3em auto 0;
	max-width: 600px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
#investigation .txt-box {
	margin: 2em 0 2em auto;
    width: 90%;
	box-sizing: border-box;
	padding-right: 1.5em;
	padding-left: 2.5em;
}
}


/*----------------------------------------------------
   リフォーム案内
----------------------------------------------------*/
#reform-link {
	background-image: url("../../common/img/bg03.jpg");
}
#reform-link .reform-linklist li:hover .txtbtn {
	color: #000;
}
#reform-link .reform-linklist li:hover .txtbtn::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#reform-link .reform-linklist li .txtbtn {
	width: 100%;
	margin: 1em auto 0;
	font-size: 14px;
	padding: 1em 0;
	display: block;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:1025px) {
#reform-link .reform-linklist {
	max-width: 1100px;
	width: 96%;
	margin: 0 auto 2em;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#reform-link .reform-linklist li {
	width: 30%;
}
#reform-link .reform-linklist li .txtbtn {
	width: 86%;
	font-size: 15px;
}
#reform-link .reform-linklist li .txtbtn span {
	background-size: 20px auto;
	padding: 0 30px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:1024px) {
#reform-link .reform-linklist {
	width: 96%;
	margin: 0 auto 2em;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#reform-link .reform-linklist li {
	width: 30%;
}
#reform-link .reform-linklist li .txtbtn span {
	background-size: 18px auto;
	padding: 0 25px 0 0;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:785px) {
#reform-link .reform-linklist {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto ;
}
#reform-link .reform-linklist li {
	width: 45%;
	margin: 0 2.5% 2em;
}
#reform-link .reform-linklist li .txtbtn span {
	padding: 0 25px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599px) {
#reform-link .reform-linklist li .txtbtn {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: .5em;
	box-sizing: border-box;
}
#reform-link .reform-linklist li .txtbtn span {
	background-size: 15px auto;
	padding: 0 25px 0 0;
	font-size: 13px;
}
}






/* アニメーション
----------------------------------------------*/
.reform-menu.delighter:before,
.reform-number.delighter,
.reform-menutitle.delighter,
.table-sp-wide.delighter,
.reform-flow.delighter {
	opacity: 0;
}
.reform-menu.started:before {
	/*アニメーションの定義名*/
	animation-name: slideInR;
	/*アニメーション変化時間 ※デフォルト*/
	animation-duration:1.2s;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-fill-mode:forwards;
}
#investigation.started:before {
	/*アニメーションの定義名*/
	animation-name: slideInL;
}
.reform-number.started,
.reform-menutitle.started {
	/*アニメーションの定義名*/
	animation-name: slideInR;
	/*アニメーション変化時間 ※デフォルト*/
	animation-duration:1s;
	/*アニメーションの遅延*/
	animation-delay:.2s;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-fill-mode:forwards;
}
#investigation .reform-number.started,
#investigation .reform-menutitle.started {
	/*アニメーションの定義名*/
	animation-name: slideInL;
}
.table-sp-wide.started,
.reform-flow.started {
	/*アニメーションの定義名*/
	animation-name: fadeIn;
	/*アニメーション変化時間 ※デフォルト*/
	animation-duration:1.5s;
	/*アニメーションの遅延*/
	animation-delay:.4s;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-fill-mode:forwards;
}




