@charset "UTF-8";
/* CSS Document */
/*トップ*/
.section-top__comment {
  background-image: url("../images/top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  margin: 160px 0 70px;
}
.section-top__comment h1 {
  position: absolute;
  background-color: #FEFEFE;
  color: #333;
  font-size: 3.0rem;
  line-height: 6.0rem;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 175px;
}
.top__comment1, .top__comment2 {
  color: #1D28AA;
}
.top__comment3 {
  color: #D48116;
}
.res_br {
  display: none;
}
@media(max-width:1100px) {
  .section-top__comment {
    height: 300px;
    margin: 100px 0 70px;
  }
  .section-top__comment h1 {
    font-size: 2.0rem;
    line-height: 4.0rem;
    margin: 100px 0;
    padding: 10px;
  }
  .res_br {
    display: block;
  }
}
/*メッセージ*/
.section-top__massage {
  background-color: #FEFEFE;
  margin-bottom: 80px;
}
.top_massage_container {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.top_massage_container h6 {
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}
.top-accent img {
  width: 250px;
  margin: -110px 0 0;
}
.top-accent span {
  color: #1D28AA;
  font-weight: 700;
}
.massage_main {
  width: 670px;
  text-align: left;
  margin-left: 50px;
}
.massage_main h4 {
  font-size: 2.5rem;
  line-height: 4.0rem;
  font-weight: 400;
  color: #333;
}
.massage_main span {
  font-size: 2.5rem;
  line-height: 4.0rem;
  font-weight: 400;
  color: #333;
}
.massage_main p {
  font-size: 2.5rem;
  line-height: 4.0rem;
  font-weight: 400;
  color: #333;
  text-align: right;
}
@media(max-width:1100px) {
  .top_massage_container {
    max-width: 700px;
  }
  .top_massage_container h6 {
    font-size: 1.2rem;
    line-height: 2.6rem;
    margin-top: 30px;
  }
  .top-accent img {
    width: 150px;
    margin: -70px 0 0;
  }
  .massage_main {
    width: 430px;
  }
  .massage_main h4 {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
  .massage_main span {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
  .massage_main p {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }
}
@media(max-width:700px) {
  .top_massage_container {
    max-width: 360px;
  }
  .top_massage_container h6 {
    font-size: 1.2rem;
    line-height: 2.6rem;
    margin-top: 30px;
  }
  .top-accent img {
    width: 140px;
    margin: -70px 0 0;
  }
  .massage_main {
    position: relative;
    width: 430px;
    margin-left: 20px;
  }
  .massage_main h4 {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 20px;
  }
  .massage_main span {
    position: absolute;
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding-top: 20px;
    margin-left: -150px;
  }
  .massage_main p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding-top: 100px;
  }
}
/*メイン業務*/
.section-mainbusiness {
  background-color: #FCF3DA;
}
.section-mainbusiness h1 {
  display: block;
  color: #333;
  font-size: 3.0rem;
  padding-top: 60px;
  padding-bottom: 60px;
}
.main_re {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  background-color: #D9EEFF;
  border-radius: 30px;
  padding: 70px 60px;
  margin: 0 auto 70px;
}
.main_re h3 {
  color: #333;
  font-size: 3.0rem;
  font-weight: 400;
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
}
.main_re small, .main_ro small {
  display: none;
  color: #333;
  transform: rotate(-30deg);
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.main_re p {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.toggle1, .toggle2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 70px;
}
.reform_img_b, .reform_img_a {
  display: block;
  max-width: 580px;
  width: 43%;
}
.re_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px;
}
.reform_img_b img, .reform_img_a img {
  max-width: 380px;
  width: 100%;
  aspect-ratio: 380/300;
  border-radius: 90px;
}
.reform_img_b p, .reform_img_a p {
  padding-top: 30px;
}
.reform_comment {
  width: 100%;
  text-align: center;
}
.main_ro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  background-color: #D9EEFF;
  border-radius: 30px;
  padding: 70px 60px;
  margin: 0 auto 70px;
}
.main_ro h3 {
  color: #333;
  font-size: 3.0rem;
  font-weight: 400;
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
}
.main_ro p {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.roof_img_b, .roof_img_a {
  display: block;
  max-width: 580px;
  width: 43%
}
.roof_img_b img, .roof_img_a img {
  max-width: 380px;
  width: 100%;
  aspect-ratio: 380/300;
  border-radius: 90px;
}
.roof_img_b p, .roof_img_a p {
  padding-top: 30px;
}
.roof_comment {
  width: 100%;
  text-align: center;
}
.more_b {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.more_b p {
  color: #333;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 3.0rem;
}
.more_b span {
  color: #1D28AA;
  font-size: 3.0rem;
  font-weight: 700;
}
.morebusiness {
  text-align: right;
  margin-right: 30px;
}
.morebusiness a {
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 400;
  color: #333;
}
@media(max-width:1100px) {
  .section-mainbusiness h1 {
    font-size: 3.0rem;
    font-weight: 400;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main_re, .main_ro {
    display: block;
    max-width: 700px;
  }
  .main_re small, .main_ro small {
    position: absolute;
    display: block;
    text-align: center;
    width: 100px;
    margin-left: -40px;
  }
  .main_re small span, .main_ro small span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1D28AA;
  }
  .main_re h3, .main_ro h3 {
    font-size: 2.0rem;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
  }
  .main_re p, .main_ro p {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 4.4rem;
  }
  .reform_img_b, .roof_img_b {
    width: 100%;
  }
  .reform_img_a, .roof_img_a {
    display: none;
    width: 100%;
  }
  .re_arrow {
    display: none;
  }
  .reform_img_b img, .reform_img_a img, .roof_img_b img, .roof_img_a img {
    border-radius: 50px;
  }
  .reform_comment, .roof_comment {
    display: block;
    width: 100%;
    text-align: center;
    word-break: keep-all;
  }
  .more_b {
    padding-bottom: 70px;
  }
  .more_b p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.0rem;
    width: 320px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .more_b span {
    font-size: 2.0rem;
  }
  .morebusiness {
    text-align: center;
  }
  .morebusiness a {
    max-width: 320px;
    width: 100%;
    font-size: 1.6rem;
  }
}
@media(max-width:700px) {
  .res_br2 {
    display: none;
  }
  .reform_comment, .roof_comment {
    text-align: left;
    padding-top: 0px;
    word-break: break-all;
  }
}
/*見積もり後*/
.after-quotaion {
  background-color: #FCF3DA;
}
.after-quotaion h2 {
  color: #333;
  max-width: 1100px;
  width: 100%;
  font-size: 3.0rem;
  font-weight: 400;
  margin: 0 auto;
  padding: 80px 0 55px;
}
.quo_figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.quo_step1 {
  position: relative;
  display: block;
  background-color: #D9EEFF;
  max-width: 335px;
  width: 100%;
  height: 630px;
  margin-top: 5px;
  /*  border: 1px solid #000;*/
}
.quo_step1 h3 {
  color: #333;
  font-size: 4.0rem;
  font-weight: 400;
  padding: 60px 0;
}
.quo_step1 img {
  object-fit: contain;
  width: 200px;
  height: 200px;
  margin-bottom: 80px;
}
.quo_step1 p {
  position: absolute;
  color: #333;
  font-size: 2.0rem;
  line-height: 4.0rem;
  max-width: 255px;
  width: 100%;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}
.quo_step2 {
  position: relative;
  display: block;
  background-color: #D9EEFF;
  max-width: 335px;
  width: 100%;
  height: 630px;
  margin: 5px 5px 0;
  /*  border: 1px solid #000;*/
}
.quo_step2 h3 {
  color: #333;
  font-size: 4.0rem;
  font-weight: 400;
  padding: 60px 0;
}
.quo_step2 img {
  object-fit: contain;
  width: 200px;
  height: 200px;
  margin-bottom: 80px;
}
.quo_step2 p {
  position: absolute;
  color: #333;
  font-size: 2.0rem;
  line-height: 4.0rem;
  text-align: left;
  max-width: 255px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.quo_step3 {
  position: relative;
  display: block;
  background-color: #D9EEFF;
  max-width: 335px;
  width: 100%;
  height: 630px;
  margin-top: 5px;
  /*  border: 1px solid #000;*/
}
.quo_step3 h3 {
  color: #333;
  font-size: 4.0rem;
  font-weight: 400;
  padding-top: 60px;
  padding-bottom: 60px;
}
.quo_step3 img {
  object-fit: contain;
  width: 200px;
  height: 200px;
  margin-bottom: 80px;
}
.quo_step3 p {
  position: absolute;
  color: #333;
  font-size: 2.0rem;
  line-height: 4.0rem;
  text-align: left;
  max-width: 255px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.quo_comment p {
  color: #333;
  font-size: 2.0rem;
  line-height: 4.0rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media(max-width:1100px) {
  .after-quotaion h2 {
    font-size: 1.6rem;
    padding: 70px 0 65px;
  }
  .quo_figure {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .quo_step1 {
    height: 325px;
    margin-top: 5px;
  }
  .quo_step1 h3 {
    font-size: 1.6rem;
    padding: 40px 0;
  }
  .quo_step1 img {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }
  .quo_step1 p {
    font-size: 1.6rem;
    line-height: 3.0rem;
    text-align: center;
    max-width: 320px;
  }
  .quo_step2 {
    height: 325px;
    margin: 5px 0 0;
  }
  .quo_step2 h3 {
    font-size: 1.6rem;
    padding: 40px 0;
  }
  .quo_step2 img {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }
  .quo_step2 p {
    font-size: 1.6rem;
    line-height: 3.0rem;
    text-align: center;
    max-width: 310px;
  }
  .quo_step3 {
    height: 325px;
    margin-top: 5px;
  }
  .quo_step3 h3 {
    font-size: 1.6rem;
    padding: 40px 0;
  }
  .quo_step3 img {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }
  .quo_step3 p {
    font-size: 1.6rem;
    line-height: 3.0rem;
    text-align: center;
    max-width: 340px;
  }
  .quo_comment p {
    font-size: 1.6rem;
    line-height: 3.0rem;
    text-align: left;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 70px;
  }
}