body {
  width: 100%;
  margin: 60px auto 0;
  font-family :
	YuMincho,
	'Yu Mincho';
}

h2 {
  font-family :
	YuMincho,
	'Yu Mincho';
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

h3 {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
}

img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.reform_top {
  position: relative;
  margin: 0;
}

.reform_top h1 {
  position: absolute;
  top:6%;
  left:5%;
  color: #fff;
  font-size: 6vw;
  text-shadow: 1px 1px 2px #333;
}

.top_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .reform_top h1 {
    top: 59.5%;
    left: 7%;
    font-size: 2vw;
  }

  .top_sp {
    display: none;
  }

	.top_pc{
		display: block;
	}
}

.worries {
  background-image: url(../../assets/img/lp_reform/worries-back_sp.webp);
  background-size: cover;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  padding: .5em 0 1em;
}

.worries h2 {
  font-size: 19px;
  padding-bottom: 1em;
  margin: 2em 0 .5em;
}

.worries ul {
  list-style-position: inside;
  list-style: none;
  display: inline-block;
  text-align: left;
}

.worries li {
  font-size: 14px;
  background-image: url(../../assets/img/lp_reform/checkbox.webp);
  background-repeat: no-repeat;
  background-position: left 10px;
  line-height: 2.5em;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .worries {
    background-image: url(../../assets/img/lp_reform/worries-back_pc.webp);
  }

  .worries h2 {
    font-size: 19px;
    padding: 2em 0 1.5em;
  }

  .worries ul {
    padding-bottom: 4em;
  }

  .worries li {
    background-position: left 15px;
    line-height: 18px;
    font-size: 16px;
    padding: 1em 1em 1em 2em;
  }
}

.reform_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.proposal {
  text-align: center;
  background-color: #FDF7EE;
}

.proposal h2::before {
  content: "＼";
}

.proposal h2::after {
  content: "／";
}

.proposal h2 {
  font-size: 21px;
  padding: 2em 0 0;
  margin: 0;
}

.proposal p {
  font-size: 16px;
  margin-bottom: 3em;
}

.proposal ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 3em;
}

.proposal li {
  width: 50%;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .proposal h2 {
    font-size: 25px;
  }
  .proposal p {
    font-size: 23px;
    margin-bottom: 5%;
  }
  .proposal li {
    width: 25%;
    padding-bottom: 1%;
  }
}

.propwrap {
  padding-bottom: 1px;
}

.fivereasons {
  text-align: center;
  position: relative;
}

.fivereasons h2 {
  position: absolute;
  top: 115px;
  left: 50%; 
  transform: translate(-50%, 0);
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .fivereasons h2 {
    top: 110px;
    font-size: 16px;
  }
}

.fivereasons_area {
  text-align: center;
  position: relative;
}

.fivereasons_area h2 {
  position: absolute;
  top: 85px;
  left: 50%; 
  transform: translate(-50%, 0);
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .fivereasons_area h2 {
    top: 90px;
    font-size: 16px;
  }
}

.hback img {
  width: 300px;
  padding-top: 3em;
  margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .hback {
    margin-bottom: 0;
  }
}

.newline {
  display: block;
  margin-top: 2px;
}

.five {
  font-style: italic;
  font-size: 7vw;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .five {
    font-size: 4vw;
  }
}

.fivebox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 3em;
}

.fivebox:nth-child(even) {
  flex-direction: column;
  margin: 0 auto 3em;
}

@media screen and (min-width: 768px) {
  .fivebox {
    flex-direction: row-reverse;
    margin: 2em;
  }
  .fivebox:nth-child(even) {
    flex-direction: row;
    margin: 0;
  }
}

.fiveimg {
  max-width: 400px;
  width: 76%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fiveimg {
    width: 50%;
    margin: 0;
  }
}

.fivetext {
  width: 80%;
  margin: .5em auto 0;
}

@media screen and (min-width: 768px) {
  .fivetext {
    width: 50%;
    margin: .5em 1em 0;
  }
}

.fivetext h3 {
  text-align: left;
  font-size: 23px;
  border-bottom: 1px solid #333;
  margin: .3em auto;
}


@media screen and (min-width: 768px) {
  .fivetext h3 {
    font-size: 25px;
    margin: 0;
  }
}

.fivetext p {
  text-align: left;
}

.no1::before {
  content: "1 ";
  font-size: 150%;
  font-style: italic;
  padding-right: 0.2em;
}

.no2::before {
  content: "2 ";
  font-size: 150%;
  font-style: italic;
  padding-right: 0.2em;
}

.no3::before {
  content: "3 ";
  font-size: 150%;
  font-style: italic;
  padding-right: 0.2em;
}

.no4::before {
  content: "4 ";
  font-size: 150%;
  font-style: italic;
  padding-right: 0.2em;
}

.no5::before {
  content: "5 ";
  font-size: 150%;
  font-style: italic;
  padding-right: 0.2em;
}

.inquirybtn {
  text-align: center;
  margin: 1em auto 3em;
}

.inquirybtn h2 {
  font-size: 18px;
  margin-top: 3em;
}

.inquiry {
  display: block;
  font-size: 25px;
  margin-top: 2px;
}

.inquiry::before {
  content: "＼";
}

.inquiry::after {
  content: "／";
}

.inqbtn a {
  display: block;
  font-size: 25px;
  color: #fff;
  background: #2F2017;  
  text-decoration: none;
  width: 270px;
  padding: .5em;
  margin: .5em auto;
}

.inqbtn a:hover {
  background: #555
}

.howtoexterior {
  background: #FDF7EE;
  position: relative;
}

@media screen and (min-width: 768px) {
  .howtoexterior {
    padding: 5em;
  }
}

.howtoex {
  background: #FDF7EE;
  padding:1em 1em 3em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .howtoex {
    background: #fff;
  }
}

.howtoex h2 {
  margin: 2em auto 1em;
}

.howtoex p {
  width: 90%;
  text-align: left;
  line-height: 1.8em;
  margin: 0 auto 2em;
}

@media screen and (min-width: 768px) {
  .howtoex p {
    width: 60%;
    margin-bottom: 0;
  }
}

.howto_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .howto_sp {
    display: none;
  }
  .howto_pc {
    display: block;
  }
}

.works h2, .flow h2 {
  position: relative;
  text-align: center;
  margin: 3em 0;
  
}

@media screen and (min-width: 768px)  {
  .works h2, .flow h2 {
    margin-bottom: 0;
  }
}

.works h2::before, .flow h2::before {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  color: #f5e9da;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  content: 'WORKS';
  z-index: -1;
}

.worksbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

.worksbox:nth-child(even) {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .worksbox {
    flex-direction: row-reverse;
    margin: 5em auto;
  }
  .worksbox:nth-child(even) {
    flex-direction: row;
  }
}

.worksimg1 {
  width: 80%;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .worksimg1 {
    width: 50%;
  }
}

.worksbox2 {
  display: flex;
  flex-direction: column-reverse;
  width: 80%;
  margin: 0 1em 2em;
}

.worksimg2 {
  margin: .5em 0 1em;
}

@media screen and (min-width: 768px) {
  .worksbox2 {
    display: block;
    width: 50%;
    margin-bottom: 0em;
  }
}

.worksbox2 h3 {
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  margin: 0;
}

.worksbox2 h4 {
  font-size: 17px;
  font-weight: 400;
  margin: .3em 0;
}

.worksbox2 p {
  font-size: 14px;
  margin: 0 0 1em;
}

.voiceback, .faqback {
  background: #FDF7EE;
  position: relative;
  z-index: -2;
}

.voice h2, .faq h2 {
  position: relative;
  padding-top: 3em;
  margin-bottom: 2em;
}

.voice h2::before, .faq h2::before {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  color: #f5e9da;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  content: 'VOICE';
  z-index: -1;
}

.voicebox,.voicebox2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3em auto;
}

@media screen and (min-width: 768px) {
  .voice h2 {
    margin-bottom: 5em;
  }

  .voicebox,.voicebox2 {
    flex-direction: row;
  }
}

.voiceimg {
  width: 50%;
  padding: 0 3em 2em;
}

@media screen and (min-width: 768px) {
  .voiceimg {
    width: 15%;
  }
}

.voicebox h3 {
  position: relative;
  font-size: 21px;
  text-align: center;
  margin-bottom: .8em;
}

.voicebox h3::before, .voicebox2 h3::before {
  position: absolute;
  top: -13px;
  left: -13px;
  content: url(../../assets/img/lp_reform/voice_be_1.webp);
}

.voicebox h3::after {
  position: absolute;
  top: -15px;
  left: 105px;
  content: "★ ★ ★ ★ ★";
  color: #c69c6d;
  font-size: 12px;
  padding-left: 1em;
}

.voicebox2 {
  padding-left: 0;
}

.voicebox2 h3 {
  text-align: center;
  position: relative;
  font-size: 21px;
  margin-bottom: .8em;
}

.voicebox2 h3::before {
  top: 10px;
  content: url(../../assets/img/lp_reform/voice_be_1.webp);
}

.voicebox2 h3::after {
  position: absolute;
  top: -15px;
  left: 105px;
  content: "★ ★ ★ ★ ★";
  color: #c69c6d;
  font-size: 12px;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .voicebox h3, .voicebox2 h3 {
    padding-left: 1.5em;
    text-align: left;
  }

  .voicebox h3::before, .voicebox2 h3::before {
    left: 0;
    padding-right: 1em;
  }

  .voicebox2 h3::before {
    top: -13px;
    content: url(../../assets/img/lp_reform/voice_be_2.webp);
  }

  .voicebox h3::after {
    left: 125px;
  }

  .voicebox2 h3::after {
    left: 165px;
  }

}

.voicetext {
  width: 80%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .voicetext {
    margin-right: 1em;
  }
}

.voicename {
  font-size: 18px;
  text-align: right;
  margin-right: 1.5em;
}

.voicelink {
  text-align: right;
  padding: 0 1em 3em;
}

.voicelink a {
  color: #999;
  text-decoration: none;
}

.flow h2::before {
  content: 'FLOW';
}

.blockspace {
  display: block;
  margin-top: 1em;
}

.flow h3 {
  line-height: 1.3em;
  margin: 0;
}

.flow p {
  line-height: 1.7em;
  margin-top: .5em;
}

.flow ol {
  width: 85%;
  list-style: none;
  counter-reset: num;
  padding-left: 0;
  margin: 4.5em auto 7em;
}

.flow ol li {
  position: relative;
  padding-left: 4.5em;
  line-height: 2;
}

.flow ol li:not(:first-child) {
  margin-top: 4.5em;
}

@media screen and (min-width: 768px) {
  .flow ol li:last-child {
    padding-top: .8em;
  }
}

.flow ol li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #2F2017;
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flow ol {
    padding-top: 1.3em;
  }
}

.faq h2::before {
  content: 'Q&A';
}

.faq dl {
  width: 80%;
  margin: 1em auto;
}

.faq dt {
  position: relative;
  font-size: 21px;
  padding-left: 2em;
}

.faq dt::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  background: #fff;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

.faq dd {
  position: relative;
  font-size: 16px;
  margin: 1.2em 2.5em 3em;
}

.faq dd::before {
  position: absolute;
  content: "A";
  top: 0;
  left: -40px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  background: #2F2017;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

.faq dd:last-child {
  padding-bottom: 5em;
  margin-bottom: -15px;
}

.corresponding_area {
  width: 90%;
  margin: 0 auto;
}

.corresponding_area h2 {
  margin: 3em 0 2em;
}

.corresponding_area h3 {
  position: relative;
  font-size: 20px;
  padding-left: 1em;
  margin: 1em ;
}

.corresponding_area h3::before ,.corresponding_area h4::before {
  position: absolute;
  content: "■";
  color: #2F2017;
  left: 0;
}

.corresponding_area h4 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 1em;
  margin: 1em 1em ;
}

.corresponding_area ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.corresponding_area li {
  padding: .5em;
}

.corresponding_area li:last-child {
  margin-bottom: 2em;
}

.googlemap {
  background: #FDF7EE;
}

.googlemap h2 {
  padding-top: 2em;
  margin: 3em 0 2em;
}

.googlemap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}