@charset "utf-8";
.page__contentswrapper {

}



h1.pagetitle {
font-weight: 700;
font-size: 3.4rem;
text-align: center;
padding: 70px 0;
}

h1.pagetitle span {
display: block;
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.0;
}

.tablebox {
width: 940px;
margin: 0 auto;
margin-top: 50px;
}


.tablebox table {
width: 100%;
}

.tablebox table tr {
border: solid #c5c5c5;
border-width: 1px 0;
}



.tablebox table th {
width: 25%;
background: #efefef;
padding: 20px 30px;
text-align: left;
font-weight: 700;
}



.tablebox table td {
padding: 20px 30px;
}

.contentsbox__brown {
background: #e9ded5;
padding: 50px;
}




.contentsbox__brown h2.h2__style01 {
font-weight: 700;
font-size: 2.4rem;
line-height: 1.6;
}


.contentsbox__brown h3.h3__style01 {
font-weight: 700;
font-size: 2.0rem;
line-height: 1.6;
}



.contentsbox__light-brown {
background: #F4EEEA;
padding: 50px;
}




.contentsbox__light-brown h2.h2__style01 {
font-weight: 700;
font-size: 2.4rem;
line-height: 1.6;
text-align: center;
}


.contentsbox__light-brown h3.h3__style01 {
font-weight: 700;
font-size: 1.6rem;
line-height: 1.6;
margin-top: 30px;
}



h2.h2__style02 {
font-weight: 700;
font-size: 3.0rem;
line-height: 1.6;
text-align: center;
margin-top: 100px;
margin-bottom: 50px;
}

h2.h2__style03 {
font-weight: 700;
font-size: 2.4rem;
line-height: 1.6;
text-align: center;
margin-top: 0px;
margin-bottom: 50px;
}

.page__contentsbtn {
margin-top: 150px;
}



.page__contentsbtn ul {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 20px;
margin-top: 40px;
}

.page__contentsbtn ul li {
display: block;
width: calc(100% / 4 - 20px);
text-align: center;
}

.page__contentsbtn ul li a {
display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: #438a60;
    padding: 20px;
    color: #FFF;
    position: relative;
    line-height: 1.2;

}



.page__contentsbtn ul li a::after {
content: "";
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position:absolute;
  top: 50%;
  right: 1em;
  width: 2em;
  height: 1px;
  background: currentColor;
}

.page__contentsbtn ul li a::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 1em;
  box-sizing: border-box;
}





.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



.read {
font-size: 2.4rem;
text-align: center;
}

.contentsbox__brown--flex {
display: flex;
justify-content: space-between;
column-gap: 30px;

}

.contentsbox__brown--flex div {
width: 70%;
}

.contentsbox__brown--flex p + p,
.contentsbox__brown p + p {
margin-top: 2.8rem;
}

.contentsbox__brown--image {
flex: 1;
}
.contentsbox__brown--image img {
width: 100%;
}


.contentsbox__brown--flex div.contentsbox__brown--50 {
width: 50%;
}




.contentslist {
display: flex;
flex-wrap: wrap;
gap: 40px;
margin-top: 100px;
}

.contentslist li {
width: 400px;
margin-bottom: 60px;
}

.contentslist li h2 {
font-weight: bold;
font-size: 2.0rem;
margin-top: 5px;
}











/*施工事例*/


.works__taglist ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
font-size: 1.8rem;
gap: 20px;
margin-top: 50px;
}

.works__taglist ul li a {
display: block;
padding: 8px 30px;
border-radius: 25px;
background: #e9ded5;
min-width: 135px;
text-align: center;
}


.works__list ul {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-flow: row wrap;
font-size: 1.8rem;
gap: 40px;
margin-top: 50px;
padding-bottom: 50px;
}


.works__list ul li {
display: block;
width: 31.25%;
font-size: 1.6rem;
}

.works__list ul li > a {
position: relative;
width: 100%;
height: 240px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

.works__list ul li > a img {
    width: 100%;
    height: auto;

}

.works__list ul li a span {
width: 80px;
line-height: 30px;
background: #b59175;
color: #FFF;
font-size: 1.2rem;
position: absolute;
bottom: 0;
right: 0;
padding-left: 10px;
}

.works__list ul li span::after {
content: "";
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position:absolute;
  top: 50%;
  right: 1em;
  width: 1.5em;
  height: 1px;
  background: currentColor;
}

.works__list ul li span::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 1em;
  box-sizing: border-box;
}




a.works__tag--s {
font-size: 1.2rem;
border-radius: 100px;
background: #e9ded5;
display: inline-block;
padding: 2px 12px;
}

.works__list ul li p {
margin-top: 5px;
}









.works__title {
border: solid #397250;
border-width: 3px 0;
text-align: center;
font-weight: bold;
font-size: 2.4rem;
color: #397250;
padding: 1.5em;
}

.works__title span {
font-family: "Trebuchet MS";
font-size: 1.6rem;
display: block;
}

.works__title span.sp-left{
    font-size: 2.4rem;
}






.works__photo {
display: flex;
margin-top: 50px;
column-gap: 80px;
padding-bottom: 50px;
}
.works__photo div {
position: relative;
}

.works__photo div img {
    width: 600px;
    }

.works__photo div:nth-of-type(2n)::before {
content: "";
display: block;
background: url("../images/works-arrow.svg");
background-repeat: no-repeat;
background-size: 100%;
width: 17px;
height: 180px;
position: absolute;
top: 100px;

left: -50px;

}

.works__photo div span {
position: absolute;
top: 0;
left: 0;
background: #b59175;
color: #FFF;
font-weight: bold;
font-family: "Trebuchet MS";
font-size: 3.6rem;
padding: 10px;
line-height: 1.0;
}



















.works__data--h3 {
font-family: "Trebuchet MS";
font-weight: bold;
font-size: 4.0rem;
text-align: center;
}

.works__data--item {
background: #FFF;
padding: 40px;
margin-top: 40px;
}

.works__data--item h4 {
font-weight: bold;
font-size: 1.8rem;
text-align: center;
}

.works__data--item table {
margin-top: 20px;
width: 100%;
}
.works__data--item table tr {
border-bottom: #c5c5c5 solid 1px;
}
.works__data--item table th {
padding: 12px;
text-align: left;
/* min-width: 20%; */
width: 50%;
padding-left: 25%;
font-weight: bold;
}
.works__data--item table td {
padding: 12px;
padding-left: 6%;
}


table.works__data--detail {
width: 100%;
margin-top: 50px;
}
table.works__data--detail th {
background: #b59175;
color: #FFF;
text-align: center;
padding: 10px;
width: 33%;
}

table.works__data--detail th + th,
table.works__data--detail td + td {
border-left: #e9ded5 solid 2px;
}

table.works__data--detail td {
text-align: center;
padding: 10px;
background: #FFF;
}

.works__data--worker {
background: url("../images/works-worker.svg");
background-size: auto;
background-repeat: no-repeat;
padding-left: 200px;
min-height: 200px;
/*margin-top: 100px;*/
margin-top: 5em;
}



.contentsbox__brown p + p.works__data--worker--bubble {
border-radius: 10px;
background: #fff;
padding: 20px;
margin-top: 10px;
position: relative;
}


.contentsbox__brown p + p.works__data--worker--bubble::before{
  content: "";
  position: absolute;
  left: -16px;
  top: 20px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
  /* 上　右　下　左 */
  border-width: 10px 16px 10px 0px;
}







.works__data--customer {
background: url("../images/works-customer.svg");
background-size: auto;
background-repeat: no-repeat;
background-position: right top;
padding-right: 200px;
min-height: 200px;
margin-top: 50px;
}



.contentsbox__brown p + p.works__data--customer--bubble {
border-radius: 10px;
background: #fff;
padding: 20px;
margin-top: 10px;
position: relative;
}


.contentsbox__brown p + p.works__data--customer--bubble::before{
  content: "";
  position: absolute;
  right: -16px;
  top: 20px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  /* 上　右　下　左 */
  border-width: 10px 0px 10px 16px;
}



.works__data--customer > p:nth-of-type(1) {
text-align: right;
}




/*お客様の声*/

.voicebox ul {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 40px;
margin-top: 50px;
}



.voicebox li {
display: flex;
justify-content: space-between;
align-items: center;

width: 48%;
border-radius: 10px;
background: #e9ded5;
padding: 30px;
line-height: 1.6;
}

.voicebox li > div {
width: 60%;
z-index: 1;
}
.voicebox li table {
position: relative;
margin-left: 140px;
margin-top: 40px;
font-size: 1.4rem;
}
.voicebox li table th {
padding-right:2rem;
white-space: nowrap;
}

.voicebox li .customers_voice {
width: 35%;
height: auto;
position: relative;
}
.voicebox li .customers_voice img {
width: 100%;
height: auto;
}

.voicebox li .customers_voice::after {
content: "";
background: url("../images/voice-loupe.png");
background-size: 100%;
background-repeat: no-repeat;
width: 30px;
height: 30px;
position: absolute;
bottom: 0;
right: 0;
}

.voicebox li div.voicebox__bubble {
background: #FFF;
border-radius: 10px;
padding: 15px;
position: relative;
}


.voicebox li div.voicebox__bubble::before{
  content: "";
  position: absolute;
  left: 30px;
  bottom: -16px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  /* 上　右　下　左 */
  border-width: 16px 10px 0 10px;
}


.voicebox li p.txtlimit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}


.voicebox li:nth-of-type(1) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human01.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}

.voicebox li:nth-of-type(2) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human02.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}


.voicebox li:nth-of-type(3) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human03.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}



.voicebox li:nth-of-type(4) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human04.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}

.voicebox li:nth-of-type(5) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human05.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}

.voicebox li:nth-of-type(6) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human06.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}


.voicebox li:nth-of-type(6n+1) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human01.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}

.voicebox li:nth-of-type(6n+2) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human02.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}


.voicebox li:nth-of-type(6n+3) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human03.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}



.voicebox li:nth-of-type(6n+4) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human04.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}

.voicebox li:nth-of-type(6n+5) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human05.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}

.voicebox li:nth-of-type(6n+6) table::after{
  content: "";
  position: absolute;
  background: url("../images/voice-human06.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -140px;
  top: -10px;
  width: 125px;
  height: 125px;
}





/*リフォーム品質保証*/


.promise__list li {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
}



.promise__list div:nth-of-type(1) {
background: #397250;
color: #FFF;
font-family: "Trebuchet MS";
font-weight: bold;
font-size: 4.0rem;
text-align: center;
width: 290px;
min-height: 140px;
display: flex;
justify-content: center;
align-items: center;
}



.promise__list div:nth-of-type(1) span {
font-size: 6.0rem;
transform: translateY(-3px);
margin-left: 5px;
}



.promise__list div:nth-of-type(2) {
background: #efefef;
padding: 20px 30px;
width: 990px;
}


.promise__list div:nth-of-type(2) h2 {
font-weight: bold;
font-size: 3.0rem;
color: #397250;

}



.promise__list div:nth-of-type(2) h2 span {
font-weight: bold;
font-size: 2.4rem;
color: #397250;
display: block;
}


.promise__list div:nth-of-type(2) p {
margin-top: 10px;
}

.page__contentsbtn--type--border {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
    margin-top: 10em;
    }
.page__contentsbtn--type--border li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #397250;
    line-height: 1.4;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    width: 30%;

}

.page__contentsbtn--type--border li a {
    padding: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100px;
    width: 100%;
    color: #397250;
}





.page__contentsbtn--type--border li::before {
    margin: auto;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #397250;
    border-right: 1px solid #397250;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
















/*失敗しないリフォーム*/


.contentsbox__gray {
background: #efefef;
padding: 50px;
}

.contentsbox__gray li {
display: flex;
justify-content: space-between;
gap: 35px;
}

.contentsbox__gray li > div {
flex: 1;
}

.contentsbox__gray li h2 {
font-weight: bold;
font-size: 2.4rem;
color: #438a60;
margin-bottom: 30px;
}



.contentsbox__gray li + li {
border-top: 1px solid #c5c5c5;
margin-top: 50px;
padding-top: 50px;
}





a.btn__green {
background: #438a60;
color: #FFF;
padding: 12px 90px 12px 20px;
display: inline-block;
font-size: 1.8rem;
margin-top: 20px;
position: relative;
}





a.btn__green::before {
    margin: auto;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.contentsbox__gray--attention {
background: #fff;
border: 1px solid #c72c2c;
padding: 20px;
color: #c72c2c;
margin-top: 20px;
}



.promise__list--step li {
position: relative;
}

.promise__list--step li + li {
margin-top: 80px;
}
.promise__list--step li + li::before {
content: "";
display: block;
position: absolute;
top: -55px;
left: 50%;
    transform: translateX(-50%);
 background: #B59175;
height: calc(60px / 2);
  width: 135px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);

}



/*リフォームエリア*/
.area__table {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 100px;
}
.area__table table {
width: 100%;
margin-top: 70px;
}

.area__table table.w30 {
width: 30%;
}

.area__table tr {
padding-top: 100px;
margin-top: 100px;
}

.area__table th {
font-weight: bold;
font-size: 2.0rem;
padding: 10px;
text-align: left;

}

.area__table td {
padding: 10px;
}

.area__table--osaka {
background: #eaea96;
}


.area__table--kyoto {
background: #9cd2e5;
}


.area__table--hyogo {
background: #a2c15d;
}

.area__table--nara {
background: #e0cddc;

}



/*スタッフ紹介*/


.staff__profile {
background: #e9ded5;
display: flex;
flex: 1;
margin-top: 50px;
}
.staff__profile--photo img {
width: 100%;
height: auto;
}
.staff__profile--photo {
width: 45%;
}



.staff__profile--txt {
width: 55%;
}


#staff .staff__profile:nth-of-type(odd) {
flex-direction: row-reverse;;
}

.staff__profile--txt {
padding: 30px;
}
.staff__profile--txt dt {
font-weight: bold;
font-size: 2.0rem;
}


.staff__profile--txt dd {
font-weight: bold;
font-size: 4.0rem;
}
.staff__profile--txt dd span {
font-weight: bold;
font-size: 2.0rem;
padding-left: 20px;
}


.staff__profile--txt th {
font-weight: bold;
text-align: left;
width: 25%;
padding: 5px;
}
.staff__profile--txt td {
width: 75%;
padding: 5px;
}




/*LINE*/


.line__h2--01 {
font-size: 3.0rem;
font-weight: bold;
text-align: center;
}

.line__h2--01 strong {
font-size: 8.0rem;
color: #07b53b;
}
.line__nayami {
position: relative;
height: 600px;
display: block;
background: url("../images/line-p01.png");
background-repeat: no-repeat;
background-size: auto;
background-position: center bottom;
}
.line__nayami p {
position: relative;
padding: 30px 0;
text-align: center;
width: 300px;
font-size: 2.4rem;
line-height: 1.6;
}

.line__nayami p strong {
color: #06C755;
font-weight: bold;
}


.line__nayami p:nth-of-type(1) {
position: absolute;
top: 0;
left: 38%;
}

.line__nayami p:nth-of-type(2) {
position: absolute;
top: 200px;
left: 50px;
}

.line__nayami p:nth-of-type(3) {
position: absolute;
top: 200px;
right: 50px;
}

.line__nayami p::before {
content: "";
display: block;
width: 282px;
height: 214px;
background: #efefef;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.line__h2--02 {
font-weight: bold;
font-size: 5.0rem;
text-align: center;
color: #ff8836;
margin-top: 150px;
line-height: 1.4;
}



.line__step {
background: #e5f9ed;
padding: 80px 0;
margin-top: 120px;
}


.line__h3--01 {
font-size: 4.0rem;
font-weight: bold;
text-align: center;
}
.line__h3--01 strong {
font-size: 5.0rem;
color: #07B53B;
}

.line__step--list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 50px;
max-width: 1180px;
margin: 0 auto;
margin-top: 70px;
}

.line__step--list li {
width: 360px;
}
.line__step--list li h4 {
font-weight: bold;
font-size: 2.4rem;
line-height: 1.4;
margin: 10px 0;
}
.line__step--list li h4 strong {
font-weight: bold;
font-size: 3.0rem;
color: #07b53b;
display: block;
}

.line__step--link {
    justify-content: flex-start;
    align-items: center;
    width: 32%;
    border: 1px solid #07B53B;
    line-height: 1.4;
    position: relative;
    width: 360px;
padding: 20px;
text-align: center;
margin: 0 auto;
display: block;
background: #FFF;
color: #07B53B;
margin-top: 30px;
font-size: 1.8rem;
}




.line__step--link::before {
    margin: auto;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #07B53B;
    border-right: 1px solid #07B53B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.line__qr {
max-width: 940px;
border-radius: 8px;
background: #fff;
border: 3px solid #07b53b;
margin: 0 auto;
display: flex;
padding: 80px;
margin-top: 60px;
align-items: center;
}

.line__qr div {
text-align: center;
width: 500px;
}
.line__qr strong {
font-weight: bold;
font-size: 2.4rem;
text-align: center;
color: #07b53b;
display: block;
line-height: 1.4;
}
.line__qr div img {
margin: 10px 0;
}



.line__shindan h4 {
font-weight: bold;
font-size: 3.0rem;
text-align: center;
margin-top: 100px;
}
.line__shindan .flex {
gap: 40px;
margin-top: 30px;
}
.line__shindan div {
flex: 1;
}

.line__shindan img {
width: 400px;
}

.line__size h4 {
font-weight: bold;
font-size: 3.0rem;
text-align: center;
margin-top: 100px;
}
.line__size .flex {
flex-wrap: wrap;
gap:30px;
justify-content: center;
margin-top: 30px;
}
.line__size .flex::after {
  content: "";
  display: block;
  width: 600px;
}


/*協力業者様募集*/

.collabo__list01 {
display: flex;
justify-content: center;
gap: 20px;
align-items: flex-start;
flex-wrap: wrap;
}

.collabo__list01 li {
width: 413px;
margin-top: 50px;
}
.collabo__list01 li strong {
width: 413px;
height: 243px;
padding-top: 48px;
background: #e9ded5;
font-size: 2.4rem;
display: block;
text-align: center;
margin-bottom: 10px;
}

.collabo__list01 li strong img {
mix-blend-mode: darken;
}



.collabo__list02 {
display: flex;
justify-content: center;
gap: 20px;
align-items: flex-start;
flex-wrap: wrap;
}

.collabo__list02 li {
width: 413px;
height: 243px;

border: 1px solid #e9ded5;
padding: 30px;
text-align: center;
}
.collabo__list02 li strong {
font-size: 2.0rem;
display: block;
}



/*プライバシーポリシー*/

.privacy dt {
font-weight: bold;
font-size: 2.4rem;
}

.privacy dd {
margin-top: 10px;
}


.privacy dl + dl {
margin-top: 50px;
}




/* ページ中央に設置 */
.pnavi {
    text-align: center;
    margin-top: 50px;
}

/* 現在開いている以外のページのボタン */
.page-numbers {
    display: inline-block;
    margin-right: 25px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 2.0rem;
    width: 50px;
    height: 50px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
a.page-numbers:hover {
    color: #FFF;
    background-color: #B59175;
}


/* 現在のページのボタン */
.current {
    background: #B59175;
    color: #FFFFFF;
}

/* 前へ、次へ */
.prev,
.next {
    position: relative;
}

a.next.page-numbers {
    margin-right: 0;
}




/* 数字の間のドット */
.dots {
    background: transparent;
    border: none;
}




.news__list ul {
    margin-bottom: 30px;
    }
    .news__list li {
    border-bottom: dotted 1px #DDD;
    padding: 10px 0;
    }
    .news__list li span {
    margin-right: 70px;
    }



/*フォーム*/

.formdesign span.form__name  {
padding: 30px 0 14px 0;
  display: inline-block;

}


.formdesign span.form__required {
  border-radius: 3px;
  margin-left: 10px;
  padding: 4px 8px;
  display: inline-block;
  text-align: center;
  background: #EC3B3B;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
}


/*.formdesign input,.wpcf7-list-item {
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    padding: 0.6em;
    width: 100%;
}*/

.list-item-half{
    display: inline-block;
    width: 49%;
}

.wpcf7-mb10 {
    margin: 0 0 10px 0 !important;
}

.formdesign input {
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    padding: 0.6em;
    width: 100%;
}

.formdesign select {
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    padding: 0.6em;
    width: 100%;
}

.wpcf7-list-item {
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    padding: 0em;
    width: 100%;
    margin-bottom: 10px;
}


.formdesign input::placeholder,.formdesign textarea::placeholder { color: #C5C5C5;}

.formdesign textarea {
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    padding: 0.6em;
    width: 100%;
}


/*------チェックボックス・02-----*/

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 0 !important;
position: relative;
}
.wpcf7-list-item label {
width: 100%;
height: 100%;
display: block;
/*
position: absolute;
top: 0;
left: 0;
*/
padding: 0.6em;
}

.wpcf7-checkbox input {
  display: none;
}

/*// ラベル文字の左側の余白：チェックボックの枠が入るスペース＋ラベル文字との余白*/
.wpcf7-checkbox input + span {
padding-left: 30px;
  display: inline-block;
  position: relative;
}
/*// チェックボックスの枠とチェックマークの共通書式*/
.wpcf7-checkbox input + span::after,
.wpcf7-checkbox input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
/*// チェックボックスの枠*/
.wpcf7-checkbox input + span::before {
display: block;
position: absolute;
content: "";
width: 20px;
height: 20px;
border-radius: 3px;
    border: 1px solid #C5C5C5;
top: 10%;
left: 0;
}
/*// チェックマークにチェックが付いていない時*/
.wpcf7-checkbox input + span::after {
position: absolute;
content: "";
width: 12px;
height:7px;
border-bottom: 3px solid;
border-left: 3px solid;
border-color:  #397250;
transform: rotate(-45deg);
top: 35%;
left: 4px;
margin-top: -5px;
  display: none;
}
/*// チェックマークにチェックが付いた時*/
.wpcf7-checkbox input:checked + span::after {
  display: block;
}


.checkbox_flex {
display: flex;
flex-wrap: wrap;

justify-content: space-between;
align-items: flex-start;

}

.checkbox_flex .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    width: 49%;
}

.form__value {
    background: #EFEFEF;
    border-radius: 3px;
    min-height: 40px;
}
.form__value p{
    padding: 5px 10px;
}

.form__value p:empty{
    display: none;
}


.formdesign input[type='submit'] {
background: #B59175;
color: #FFF;
border-width: 0;
width: 300px;
height: 60px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 50px;
display: block;
}


.formdesign input[type='button'] {
width: 300px;
height: 60px;
margin: 0 auto;
margin-top: 40px;
display: block;
}








.wpcf7-form-control.wpcf7-radio {
display: flex;
gap: 20px;
}



.wpcf7-radio-noflex .wpcf7-form-control.wpcf7-radio {
display: block;
}



.formdesign input[type="radio"] {
display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #C5C5C5;
  border-radius: 50%;
  padding: 10px;
  margin: 0;
    vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.formdesign input[type="radio"]:checked:before {
display: block;
    transform: translate(-52%, -48%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #397250;
  content: '';
}


.formdesign .select {
position: relative;
z-index: 9;
}

.formdesign .select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 10;
}


.blue {
    font-weight: bold;
    font-size: 26px;
    color: #0082E0;
    background: linear-gradient(transparent 70%, #F8FF00 70%);
}
.blue-text {
    letter-spacing: -1px;
}


.formdesign .koebox textarea {
    border: 5px solid #0082E0;
    border-radius: 3px;
    padding: 0.6em;
    width: 100%;
}



.form__name strong {
font-weight: bold;
color: #397250;font-size: 1.2em;
}





.wpcf7-radio .wpcf7-checkbox {
display: flex;
gap: 20px;
}




.formdesign .reformbudget input {
width: 10em;
}











/* ウィンドウ幅が0〜959pxの場合に適用するCSS */
@media screen and ( max-width:959px )
{


h1.pagetitle {
    padding: 40px 0;
    line-height: 1.4;
}
h1.pagetitle span{
    margin-top: 10px;
}
h1.pagetitle span.sp_small{
    font-size: 2.6rem;
    line-height: 1.4;
}
h2.h2__style02{
    font-size: 2.6rem;
}

.tablebox {
    width: 100%;
}

.tablebox table th {
    width: 30%;
    padding: 14px;
}

.tablebox table td {
    padding: 15px;
}

.contentsbox__brown {
    padding: 50px 20px;
}

.page__contentsbtn ul {
    gap: 1px;
}

.page__contentsbtn ul li {
    width: calc(100% / 2 - 1px);
}


.page__contentsbtn ul li a {
    padding: 12px;
    font-size: 1.2rem;
}

.page__contentsbtn ul li a::before {
    right: 0.5em;
}

.page__contentsbtn ul li a::after {

    right: 0.5em;
    width: 1em;
}

.contentsbox__brown--flex {
    display: block;

}
.contentsbox__brown--flex div {
width: 100%;
}

.contentsbox__brown--image {
margin-top: 20px;
}

.contentsbox__brown--flex div.contentsbox__brown--50 {
    width: 100%;
}





/*施工事例*/




.works__taglist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
    gap: 10px;
    margin-top: 50px;
}

.works__taglist ul li a {
    padding: 8px 20px;
    min-width: auto;
}


.works__list ul {
    gap: 20px;
}

.works__list ul li {
    display: block;
    width: 47%;
    font-size: 1.4rem;
    line-height: 1.4;
}



.works__list ul li a span {
    width: 60px;
    line-height: 20px;
    font-size: 1.0rem;
    padding-left: 5px;
}


a.works__tag--s {
    font-size: 1.0rem;
}


.works__list ul li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}




.works__photo {
    display: block;

}

.works__photo div img {
    width: 100%;
    }


.works__photo div:nth-of-type(2n) {
margin-top: 100px;
}




.works__photo div:nth-of-type(2n)::before {
    content: "";
    display: block;
    background: url(../images/works-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17px;
    height: 180px;
    position: absolute;
    top: -140px;
    left: 47%;
    transform: rotate(90deg);
}



.works__photo div span {
    font-size: 2.0rem;
}




.works__data--item table th {
    padding: 12px 0px 0px 0px;
    text-align: left;
    width: 100%;
    display: block;
    font-weight: bold;
}

.works__data--item table td {
    padding:0 0px 12px 0px;
    text-align: left;
    width: 100%;
    display: block;
}



table.works__data--detail {
    width: 100%;
  }
table.works__data--detail tr {
    display: block;
    float: left;
  }
table.works__data--detail tr td,
table.works__data--detail tr th {
    border-left: none;
    display: block;
    height: 50px;
    width: 100%;
    text-align: left;
    border-top: #e9ded5 solid 2px;
  }
  table.works__data--detail tr td:nth-of-type(1),
table.works__data--detail tr th:nth-of-type(1) {
    border-left: none;
    display: block;
    height: 50px;
    width: 100%;
    text-align: left;
    border-top: none;
  }
table.works__data--detail thead {
    display: block;
    float: left;
    width: 55%;
  }
table.works__data--detail thead tr {
    width: 100%;

  }
table.works__data--detail tbody {
    display: block;
    float: left;
    width: 45%;
  }
table.works__data--detail tbody tr {
    width: 100%;
  }


.works__data--worker {
    background-size: 30%;
    padding-left: 135px;
}

.works__data--customer {
    background-size: 30%;
    padding-right: 135px;
}


.works__list ul li > a {
height: 25vw;
}

/*お客様の声*/


.voicebox ul {
    display: block;

}



.voicebox li {
    width: 100%;
    padding: 10px;
    align-items: flex-start;
    font-size: 1.4rem;
}

.voicebox li + li {
margin-top: 20px;
}
.voicebox li table::after {
    left: -70px !important;
    top: 7px !important;
    width: 60px !important;
    height: 60px !important;
}


.voicebox li table {
    margin-left: 70px;
    margin-top: 10px;
    font-size: 1.2rem;
    width: 130px;

}



.voicebox li table th {
    padding-right: 1rem;
}


.voicebox li div.voicebox__bubble::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 10px 6px 0 6px;
}










/*リフォーム品質保証*/



.promise__list div:nth-of-type(1) {
width: 100%;
font-size: 3.0rem;
min-height: 50px;
}

.promise__list div:nth-of-type(1) span {
    font-size: 4.0rem;

}



.promise__list div:nth-of-type(2) h2 {
    font-weight: bold;
    font-size: 2.4rem;
    color: #397250;
}


.promise__list div:nth-of-type(2) h2 span {
    font-weight: bold;
    font-size: 2.0rem;
    color: #397250;
    display: block;
}





.page__contentsbtn--type--border {
    display: block;
    margin-top: 5em;
    }
.page__contentsbtn--type--border li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #397250;
    line-height: 1.4;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;

}

.page__contentsbtn--type--border li a {
    padding: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100px;
    width: 100%;
    color: #397250;
}





.page__contentsbtn--type--border li::before {
    margin: auto;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #397250;
    border-right: 1px solid #397250;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}





















/*失敗しないリフォーム*/


.contentsbox__gray {
background: #efefef;
padding: 20px;
}

.contentsbox__gray li {
display: block;
}



.contentsbox__gray li h2 {
font-weight: bold;
font-size: 2.0rem;
color: #438a60;
margin-bottom: 15px;
}



.contentsbox__gray li + li {
border-top: 1px solid #c5c5c5;
margin-top: 50px;
padding-top: 50px;
}


.contentsbox__gray li img {
margin-top: 20px;
}


a.btn__green {
background: #438a60;
color: #FFF;
padding: 12px 90px 12px 20px;
display: inline-block;
font-size: 1.8rem;
margin-top: 20px;
position: relative;
}





a.btn__green::before {
    margin: auto;
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*リフォームエリア*/
.area__table {
display: block;
}
.area__table table {
width: 100%;
}
.area__table table.w30 {
width: 100%;
}

.area__table td {
padding: 10px 0;
}



/*スタッフ紹介*/


.staff__profile {
display: block;
margin-top: 20px;
}

.staff__profile--photo {
width: 100%;
}



.staff__profile--txt {
width: 100%;
}


#staff .staff__profile:nth-of-type(odd) {
flex-direction: row-reverse;;
}

.staff__profile--txt {
padding: 10px;
}
.staff__profile--txt dt {
font-weight: bold;
font-size: 1.6rem;
}


.staff__profile--txt dd {
font-size: 3.0rem;
}
.staff__profile--txt dd span {
font-size: 1.6rem;
}

.staff__profile--txt th {
width: 100%;
display: block;
}
.staff__profile--txt td {
width: 100%;
display: block;
}






/*LINE*/


.line__h2--01 {
    font-size: 2.0rem;

}
.line__h2--01 strong {
    font-size: 4.0rem;
}


.line__nayami p {
    font-size: 1.8rem;
    width: 210px;
    padding: 25px 0;
}

.line__nayami p::before {
    height: 160px;
    width: 210px;
}


.line__nayami p:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0%;
}

.line__nayami p:nth-of-type(2) {
    position: absolute;
    top: 130px;
    right: 0px;
    left: auto;
}


.line__nayami p:nth-of-type(3) {
    position: absolute;
    top: 260px;
    right: auto;
    left: 0;
}


.line__nayami {
height: 650px;
background-size: 360px;
}


.line__h2--02 {
    font-size: 3.0rem;
    margin-top: 50px;
}



.line__step {
    padding: 40px 0;
    margin-top: 40px;
}
.line__h3--01 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
.line__h3--01 strong {
    font-size: 3.0rem;
    color: #07B53B;
}

.line__step--list {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.line__step--list li {
    width: 90%;
    margin: 0 auto;
}
.line__step--list li h4 {
    font-size: 1.8rem;
}
.line__step--list li h4 strong {
    font-size: 2.0rem;
}

.line__step--list li + li {
margin-top: 50px;
}

.line__step--link {
width: 90%;
}

.line__qr {
width: 90%;
}
.line__qr {
    padding: 20px;
}

.line__qr div img {
width: 95%;
margin: 10px 0 0 0;
}

.line__qr strong {
    font-size: 1.6rem;
}

.line__h3--01.mt100 {
margin-top: 50px;
}

.line__shindan .flex {
display: block;
}

.line__shindan img {
    width: 100%;
    margin-top: 20px;
}




/*協力業者様募集*/



.collabo__list01 li {
width: 100%;
margin-top: 20px;
}
.collabo__list01 li strong {
width: 100%;
height: auto;
padding:20px;
font-size: 2.0rem;
}

.collabo__list01 li strong img {
width: 50%;
}



.collabo__list02 {
display: flex;
justify-content: center;
gap: 20px;
align-items: flex-start;
flex-wrap: wrap;
}

.collabo__list02 li {
width: 100%;
height: auto;

border: 1px solid #e9ded5;
padding: 30px;
text-align: center;
}
.collabo__list02 li strong {
font-size: 2.0rem;
display: block;
}

.collabo__list02 li strong img {
width: 50%;
}
.news__list li span {
    display: block;
}



/*フォーム*/
/*
.formdesign span {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
*/


}
