@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*-------------------
共通
-------------------*/
#main {
  margin-top: 0;
}

.col2_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}

.content-nav {
  background: #f6bbbf;
}
.content-nav ul {
  padding: 16px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
.content-nav ul li {
  width: calc((100% - 65px) / 2);
  border-left: dotted 1px #620f15;
  text-align: center;
}
.content-nav ul li:last-child {
  border-right: dotted 1px #620f15;
}
.content-nav ul li.cn-top {
  width: 160px;
}
.content-nav ul li a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  color: #620f15;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .content-nav .inner {
    padding: 0;
  }
  .content-nav ul {
    padding: 2.5vw 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content-nav ul li {
    margin: 1vw 0;
    width: 33.3333333333%;
    border-left: none;
    border-right: dotted 1px #620f15;
  }
  .content-nav ul li:nth-child(even) {
    /* border-right: none; */
  }
  .content-nav ul li.cn-top {
    width: 33.3333333333%;
    display: none;
    border: none;
  }
  .content-nav ul li a {
    padding: 1vw 0;
    height: auto;
    font-size: 2.8125vw;
  }
  .content-nav ul li img {
    height: 4vw;
  }
}
.reform_search {
  padding: 6rem;
  border-radius: 2.4rem;
  background: #f6eeef;
}
@media only screen and (max-width: 640px) {
  .reform_search {
    padding: 4.6875vw;
    border-radius: 3.75vw;
  }
}
.reform_search .hashtag {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .reform_search .hashtag {
    margin-bottom: 6.25vw;
    gap: 3.125vw;
  }
}
.reform_search .hashtag li {
  width: 24rem;
}
@media only screen and (max-width: 640px) {
  .reform_search .hashtag li {
    width: 39.375vw;
  }
}
.reform_search .hashtag a {
  padding: 0.5em 1em;
  border-radius: 2em;
  display: block;
  color: #620f15;
  background: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .reform_search .hashtag a {
    font-size: 3.125vw;
  }
}
.reform_search .keyword_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .reform_search .keyword_container {
    flex-direction: column;
    gap: 3.125vw;
  }
}
.reform_search .keyword_container h3 {
  color: #620F15;
  font-size: 2.4rem;
  font-weight: 500;
}
.reform_search .keyword_input {
  width: 58rem;
}
@media only screen and (max-width: 640px) {
  .reform_search .keyword_input {
    width: 100%;
  }
}
.reform_search .keyword_input input {
  border-radius: 0.4rem;
  border: 1px solid rgba(30, 30, 30, 0.6);
  padding: 1.2rem;
  width: 100%;
  border-radius: 4px;
}
.reform_search .keyword_button {
  position: relative;
}
.reform_search .keyword_button .search_submit {
  padding: 0.75em 1em 0.75em 2em;
  border: none;
  width: 16rem;
  color: #fff;
  display: block;
  background: #620f15 url(../images/common/icon_search.svg) no-repeat left 2rem center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}
.reform_search .keyword_button::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  background: url(../images/common/pattern_stripe.png);
  z-index: 0;
}
.reform_link {
  margin-top: 3rem;
  justify-content: center;
}

/*-------------------
全面リフォームページ
部分リフォームページ
-------------------*/
.reform_water .ttl,
.reform_parts .ttl {
  padding-bottom: 30px;
  font-family: "Harenosora", "Noto Serif JP", serif;
  color: #570613;
  font-size: 3rem;
  line-height: 1.8;
  text-align: center;
}
.reform_water p,
.reform_parts p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media only screen and (max-width: 640px) {
  .reform_water p,
  .reform_parts p {
    font-size: 2.8125vw;
  }
}
.reform_water .img_list,
.reform_parts .img_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.reform_water .img_list li,
.reform_parts .img_list li {
  width: 550px;
}

#reform_all01 .ttl,
#reform_parts01 .ttl {
  background: url("../images/reform/reform/reform_bg01.png") bottom left 50px no-repeat;
}
#reform_all01 figure,
#reform_parts01 figure {
  margin-bottom: 30px;
}
#reform_all01 .btn,
#reform_parts01 .btn {
  margin-top: 70px;
}

/*-------------------
ビフォー・アフター集ページ
-------------------*/
#reform_case_list .category_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#reform_case_list .category_list li {
  width: 280px;
  margin: 0 10px;
}
#reform_case_list .category_list li a {
  padding: 0.25em;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#reform_case_list .category_list li a:hover {
  opacity: 0.4;
  transition: 0.5s;
}
#reform_case_list .category_list li.reform_water a {
  background: #570613;
}
#reform_case_list .category_list li.reform_water a.act:after {
  position: absolute;
  content: "";
  left: calc(50% - 14px);
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #570613;
}
#reform_case_list .category_list li.reform_parts a {
  background: #E65B6C;
}
#reform_case_list .category_list li.reform_parts a.act:after {
  position: absolute;
  content: "";
  left: calc(50% - 14px);
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E65B6C;
}
#reform_case_list .reform_case_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  #reform_case_list .reform_case_list {
    flex-direction: column;
    gap: 3.125vw;
  }
}
#reform_case_list .reform_case_list::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
  background: none;
}
#reform_case_list .reform_case_list::after {
  content: "";
  display: block;
  width: 24%;
  background: none;
}
#reform_case_list .reform_case_list > li {
  width: 31.5789473684%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3.657px 18.284px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#reform_case_list .reform_case_list > li img {
  margin: 0 -2.4rem 1.6rem;
  width: calc(100% + 4.8rem);
  display: block;
  max-width: initial;
}
@media only screen and (max-width: 640px) {
  #reform_case_list .reform_case_list > li img {
    width: calc(100% + 4rem);
  }
}
#reform_case_list .reform_case_list > li a {
  padding: 0 2.4rem 2.4rem 2.4rem;
  display: block;
  color: #620f15;
  font-size: 1.6rem;
  text-decoration: none;
  background: #fff url(../images/common/arrow_s_r_r.svg) no-repeat right 1em bottom 1em;
  transition: 0.5s;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #reform_case_list .reform_case_list > li a {
    padding: 0 3.125vw 6.25vw 3.125vw;
  }
}
#reform_case_list .reform_case_list > li a:hover {
  opacity: 0.6;
}
#reform_case_list .reform_case_list > li .reform_case_list_ttl {
  font-weight: 100;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
}
#reform_case_list .reform_case_list > li .reform_case_list_ttl span {
  display: inline-block;
  border-radius: 4px;
  width: 75px;
  color: #FFF;
  display: none;
}
#reform_case_list .reform_case_list > li .hashtag {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#reform_case_list .reform_case_list > li .hashtag a {
  padding: 0.5em 1em;
  border-radius: 2em;
  display: block;
  font-size: 1.1rem;
  color: #620f15;
  background: #f6eeef;
  font-weight: 700;
  line-height: 1.2;
}
#reform_case_list .reform_case_list > li.empty {
  background: none;
}
#reform_case_list .reform_case_list > li.reform_water .reform_case_list_ttl span {
  background: #570613;
}
#reform_case_list .reform_case_list > li.reform_parts .reform_case_list_ttl span {
  background: #E65B6C;
}

#reform_case_detal .BandA_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
#reform_case_detal .BandA_wrap h3 {
  margin-bottom: 2em;
  padding-left: 1em;
  border-left: solid 0.5rem #620f15;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  color: #620f15;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  #reform_case_detal .BandA_wrap h3 {
    font-size: 4.375vw;
  }
}
#reform_case_detal .BandA_wrap .before {
  position: relative;
  width: 41rem;
  text-align: center;
}
#reform_case_detal .BandA_wrap .before h4 {
  padding: 0.25em 0.5em;
  margin-left: -1rem;
  width: 100px;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #D9D9D9;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #reform_case_detal .BandA_wrap .before h4 {
    font-size: 3.75vw;
  }
}
#reform_case_detal .BandA_wrap .before figure {
  position: relative;
}
#reform_case_detal .BandA_wrap .before figure::after {
  border-radius: 0 0 0.8rem 0.8rem;
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  width: 100%;
  height: calc(100% + 1rem);
  display: block;
  background: #D9D9D9;
  z-index: 0;
  mix-blend-mode: multiply;
}
#reform_case_detal .BandA_wrap .before figure img {
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
  max-width: initial;
  width: 100%;
}
#reform_case_detal .BandA_wrap .before:after {
  position: absolute;
  top: 27rem;
  right: -3rem;
  content: "";
  background: url("../images/reform/arrow_ba.svg") top center no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  transform: rotate(-135deg);
}
#reform_case_detal .BandA_wrap .after {
  position: relative;
  width: 66.5rem;
}
#reform_case_detal .BandA_wrap .after h4 {
  padding: 0.25em 0.5em;
  margin-left: -1rem;
  width: 100px;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #f6bbbf;
  color: #620f15;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #reform_case_detal .BandA_wrap .after h4 {
    font-size: 3.75vw;
  }
}
#reform_case_detal .BandA_wrap .after figure {
  position: relative;
}
#reform_case_detal .BandA_wrap .after figure::after {
  border-radius: 0 0 0.8rem 0.8rem;
  content: "";
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  width: 100%;
  height: calc(100% + 1rem);
  display: block;
  background: #f6bbbf;
  z-index: 0;
  mix-blend-mode: multiply;
}
#reform_case_detal .BandA_wrap .after figure img {
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
  max-width: initial;
  width: 100%;
}
#reform_case_detal .BandA_wrap .after .comment {
  margin-top: 1em;
}

.reform_detail_head {
  margin-bottom: 4em;
  padding-bottom: 2em;
  background: url(../images/common/line_lttl.png) repeat-x center bottom;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .reform_detail_head {
    display: block;
  }
}
.reform_detail_head .hashtag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .reform_detail_head .hashtag {
    margin-top: 1em;
  }
}
.reform_detail_head .hashtag a {
  padding: 0.5em 1em;
  border-radius: 2em;
  display: block;
  font-size: 1.2rem;
  color: #620f15;
  background: #f6eeef;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .reform_detail_head .hashtag a {
    font-size: 2.5vw;
  }
}
.reform_detail_title {
  color: #620F15;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .reform_detail_title {
    font-size: 5.625vw;
  }
}
.reformData_container {
  margin-bottom: 4.8rem;
  border-top: solid 1px #620f15;
  border-left: solid 1px #620f15;
  display: flex;
  flex-wrap: wrap;
}
.reformData_container dl {
  width: 100%;
  border-bottom: solid 1px #620f15;
  border-right: solid 1px #620f15;
  display: flex;
}
.reformData_container dl.-col2 {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .reformData_container dl.-col2 {
    width: 100%;
  }
}
.reformData_container dl dt,
.reformData_container dl dd {
  padding: 1.6rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .reformData_container dl dt,
  .reformData_container dl dd {
    padding: 2.5vw;
    font-size: 2.8125vw;
  }
}
.reformData_container dl dt {
  padding: 1.6rem 0.8rem;
  width: 18rem;
  border-right: solid 1px #620f15;
  color: #620f15;
  background: #f6eeef;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .reformData_container dl dt {
    padding: 2.5vw 1.25vw;
    width: 22%;
  }
}
@media only screen and (max-width: 640px) {
  .reformData_container dl dd {
    width: 78%;
  }
}
.reformVoice_container {
  margin-bottom: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .reformVoice_container {
    display: block;
  }
}
.reformVoice_title {
  width: 27.5rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .reformVoice_title {
    width: 100%;
  }
}
.reformVoice_title h3 {
  margin: 0 0 0.5em;
  color: #620f15;
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .reformVoice_title h3 {
    font-size: 4.375vw;
  }
}
.reformVoice_comment {
  padding: 4rem;
  width: 88.5rem;
  background: #f6eeef;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .reformVoice_comment {
    padding: 6.25vw;
    width: 100%;
  }
}
.reformVoice_comment h4 {
  margin: 0 0 1em;
  font-size: 2rem;
  color: #620f15;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .reformVoice_comment h4 {
    font-size: 3.75vw;
  }
}
.reformStaff_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .reformStaff_container {
    display: block;
  }
}
.reformStaff_comment {
  padding: 4rem;
  border-radius: 1.6rem;
  border: 1px solid #620f15;
  width: 84.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .reformStaff_comment {
    padding: 6.25vw;
    margin-bottom: 10.15625vw;
    width: 100%;
  }
}
.reformStaff_comment::after {
  content: "";
  position: absolute;
  right: -4.7rem;
  top: 8rem;
  width: 4.8rem;
  height: 3rem;
  background: url(../images/reform/parts_balloon.svg) no-repeat left top;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .reformStaff_comment::after {
    right: auto;
    top: auto;
    left: 45%;
    bottom: -7.8125vw;
    width: 9.375vw;
    height: 7.03125vw;
    transform: rotate(90deg);
  }
}
.reformStaff_comment h3 {
  margin: 0 0 0.5em;
  color: #620f15;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.reformStaff_image {
  width: 22rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .reformStaff_image {
    margin: 0 auto;
    width: 34.375vw;
  }
}
.reformStaff_image figure::after {
  border-radius: 1.2rem;
  left: auto;
  right: -1rem;
  bottom: -1rem;
}
.reformStaff_image figure img {
  border-radius: 1.2rem;
}
.reformStaff_name {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  /*-------------------
  共通
  -------------------*/
  img {
    height: auto;
  }
  .lttl img {
    height: 15vw;
  }
  .mttl_hare {
    margin-bottom: 1em;
    font-size: 5.2631578947vw;
  }
  /*-------------------
  リフォーム　トップページ
  -------------------*/
  .index_content-nav ul li {
    width: 50%;
  }
  .index_mv .inner {
    padding: 0;
  }
  .index .lttl span {
    padding-bottom: 0.5em;
    font-size: 7.2368421053vw;
  }
  .index .col2_wrap {
    display: block;
    margin-bottom: 8vw;
  }
  .index .col2_wrap .col2_item {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 3.1578947368vw;
  }
  .index .col2_wrap .mttl_hare {
    margin-bottom: 3vw;
    font-size: 5.2631578947vw;
  }
  .index .col2_wrap .btn {
    margin: 4vw auto 0;
    width: 90%;
  }
  /*-------------------
  全面リフォームページ
  部分リフォームページ
  -------------------*/
  .reform_water .ttl,
  .reform_parts .ttl {
    padding-bottom: 4vw;
    font-size: 5vw;
  }
  .reform_water .img_list,
  .reform_parts .img_list {
    margin-bottom: 4vw;
  }
  .reform_water .img_list li,
  .reform_parts .img_list li {
    width: 48%;
  }
  #reform_water01 .ttl,
  #reform_parts01 .ttl {
    background: url("../images/reform/reform/reform_bg01.png") bottom -2vw left no-repeat;
    background-size: 20vw;
  }
  #reform_water01 figure,
  #reform_parts01 figure {
    margin-bottom: 4vw;
  }
  #reform_water01 .btn,
  #reform_parts01 .btn {
    margin-top: 4vw;
  }
  /*-------------------
  ビフォー・アフター集ページ
  -------------------*/
  #reform_case_list .category_list {
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  #reform_case_list .category_list li {
    width: 48%;
    margin: 0;
  }
  #reform_case_list .reform_case_list > li {
    width: 100%;
    text-align: center;
  }
  #reform_case_list .reform_case_list > li a {
    padding: 1.875vw;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #reform_case_list .reform_case_list > li .reform_case_list_ttl {
    margin-bottom: 0.5em;
    font-size: 3.125vw;
  }
  #reform_case_list .reform_case_list > li .reform_case_list_ttl span {
    display: block;
    width: 33%;
    margin: 0 auto;
    padding: 0 1em;
    font-size: 1.2rem;
  }
  #reform_case_list .reform_case_list > li div {
    padding: 0.625vw 0.625vw 0.625vw 0;
    width: 55%;
  }
  #reform_case_list .reform_case_list > li figure {
    border-radius: 1.25vw;
    width: 40%;
    overflow: hidden;
  }
  #reform_case_list .reform_case_list > li figure img {
    margin: 0;
    width: 100%;
    max-width: initial;
  }
  #reform_case_detal .lttl .back {
    margin-bottom: 3vw;
  }
  #reform_case_detal .lttl .category {
    width: 90%;
    margin: 0 auto 3vw;
  }
  #reform_case_detal .BandA_wrap {
    display: block;
    margin-bottom: 5vw;
  }
  #reform_case_detal .BandA_wrap .before {
    width: 80%;
    margin: 0 auto 10vw;
  }
  #reform_case_detal .BandA_wrap .before:before {
    width: 20vw;
    height: 10vw;
    line-height: 10vw;
  }
  #reform_case_detal .BandA_wrap .before:after {
    top: auto;
    right: auto;
    bottom: -7.8125vw;
    left: 50%;
    width: 9.375vw;
    height: 9.375vw;
    transform: rotate(0.25turn) translate(50%, 50%);
    background-size: contain;
  }
  #reform_case_detal .BandA_wrap .after {
    width: 100%;
  }
  #reform_case_detal .BandA_wrap .after:before {
    width: 20vw;
    height: 10vw;
    line-height: 10vw;
  }
}
/*-------------------
SAKURAの強み
-------------------*/
.strength_head {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .strength_head {
    margin-bottom: 9.375vw;
    flex-direction: column;
  }
}
.strength_head figure {
  width: 32.7083333333%;
}
@media only screen and (max-width: 640px) {
  .strength_head figure {
    width: 100%;
  }
}
.strength_title {
  padding: 0 6rem;
  width: 32.9166666667%;
  border-radius: 12px;
  background: linear-gradient(128deg, #FFF 0%, #F6EEEF 50.48%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .strength_title {
    padding: 0 37.5px;
  }
}
@media only screen and (max-width: 640px) {
  .strength_title {
    padding: 9.375vw;
    width: 100%;
  }
}
.strength_title h2 {
  margin-bottom: 0.75em;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 300;
  color: #620f15;
  text-align: center;
}
@media only screen and (max-width: 1580px) {
  .strength_title h2 {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 1200px) {
  .strength_title h2 {
    font-size: 45px;
  }
}

.reason_container {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .reason_container {
    margin-top: 9.375vw;
  }
}
.reason_container:first-child {
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .reason_container:first-child {
    margin-top: 3.125vw;
  }
}
.reason_container.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .reason_container.-reverse {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .reason_container {
    flex-direction: column;
  }
}
.reason_container .column_text {
  width: 47.5rem;
}
@media only screen and (max-width: 640px) {
  .reason_container .column_text {
    margin-bottom: 6.25vw;
    width: 100%;
  }
}
.reason_container .column_text h3 {
  display: flex;
  align-items: center;
  font-size: 4rem;
  color: #620f15;
}
.reason_container .column_text h3 span {
  margin-right: 0.25em;
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 12rem;
  line-height: 1;
  color: #f6bbbf;
}
.reason_container .column_text .lead {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #620f15;
}
@media only screen and (max-width: 640px) {
  .reason_container .column_text .lead {
    font-size: 4.375vw;
  }
}
.reason_container .column_image {
  width: 57rem;
}
@media only screen and (max-width: 640px) {
  .reason_container .column_image {
    width: 100%;
  }
}

.specialist_slider .slick-slide {
  padding: 0rem 2.3rem;
  width: 29.5rem;
}
.specialist_slider li {
  line-height: 1.3;
}
.specialist_slider li figure {
  border-radius: 0.8rem;
  overflow: hidden;
}
.specialist_slider li dt {
  margin: 0.75em 0;
  font-size: 2.4rem;
  color: #620f15;
  font-weight: 500;
}

.quality_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .quality_container {
    flex-direction: column;
    gap: 12.5vw;
  }
}
.quality_container .column_item {
  width: 54rem;
}
@media only screen and (max-width: 640px) {
  .quality_container .column_item {
    width: 100%;
  }
}
.quality_container .column_item div {
  margin-top: 3rem;
}
.quality_container .column_item h3 {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #620f15;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .quality_container .column_item h3 {
    font-size: 4.375vw;
  }
}

.renovation_container {
  padding: 8rem;
  border-radius: 2.4rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(128deg, #FFF 0%, #F6EEEF 50.48%);
}
@media only screen and (max-width: 640px) {
  .renovation_container {
    padding: 6.25vw;
    border-radius: 3.75vw;
    flex-direction: column;
    gap: 9.375vw;
  }
}
.renovation_container .column_text {
  width: 42.4812030075%;
}
@media only screen and (max-width: 640px) {
  .renovation_container .column_text {
    width: 100%;
  }
}
.renovation_container .column_text .title_middle {
  margin-top: 0;
  font-size: 4rem;
  color: #620f15;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .renovation_container .column_text .title_middle {
    font-size: 6.25vw;
  }
}
.renovation_container .column_text .lead {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #620f15;
}
@media only screen and (max-width: 640px) {
  .renovation_container .column_text .lead {
    font-size: 4.375vw;
  }
}
.renovation_container .column_image {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .renovation_container .column_image {
    width: 100%;
  }
}

.reform_contents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .reform_contents {
    flex-direction: column;
    gap: 4.6875vw;
  }
}
.reform_contents .column_item {
  width: 54rem;
}
@media only screen and (max-width: 640px) {
  .reform_contents .column_item {
    width: 100%;
  }
}
.reform_contents .column_item a {
  color: #620f15;
  text-decoration: none;
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .reform_contents .column_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.75vw;
  }
}
.reform_contents .column_item a p {
  background: url(../images/common/arrow_c_dred.svg) no-repeat right center;
  background-size: 4.8rem 4.8rem;
}
@media only screen and (max-width: 640px) {
  .reform_contents .column_item a p {
    width: 55%;
    background-size: 7.5vw 7.5vw;
  }
}
.reform_contents .column_item figure {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .reform_contents .column_item figure {
    margin-bottom: 0;
    width: 40%;
  }
}

/*-------------------
リフォームメニュー
-------------------*/
.reformMenu_container {
  margin-top: 6rem;
}
.reformMenu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
}
@media only screen and (max-width: 640px) {
  .reformMenu_list {
    flex-direction: column;
    gap: 3rem;
  }
}
.reformMenu_item {
  width: 36rem;
}
@media only screen and (max-width: 640px) {
  .reformMenu_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .reformMenu_item figure {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .reformMenu_item div {
    width: 55%;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .reformMenu_item div {
    font-size: 3.125vw;
  }
}
.reformMenu_item div h3 {
  margin: 0.75em 0;
  font-size: 2.4rem;
  color: #620f15;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .reformMenu_item div h3 {
    margin-top: 0;
  }
}
.reformMenu_item div .button_link {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 640px) {
  .reformMenu_item div .button_link {
    width: 100%;
  }
}/*# sourceMappingURL=reform_new.css.map */