@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

/* 
***************************************************************/
.main {
  background-color: #fcf9f2;
  color: #412717;
  /*  overflow-x: hidden;*/
}
.inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.anchor {
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: 0 !important;
}
#anchor01 {
  margin-top: 10px !important;
}
#anchor02,
#anchor04 {
  margin-top: -20px !important;
}
#anchor03 {
  margin-top: 60px !important;
}
#anchor08 {
  margin-top: 30px !important;
}
#anchor09 {
  margin-top: 55px !important;
}

.sec_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.bg_beige {
  background-color: #ede7d8;
  position: relative;
}
.bg_beige::before,
.bg_beige::after {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #fcf9f2;
  position: absolute;
  top: 0;
}
.bg_beige::before {
  left: 0;
}
.bg_beige::after {
  right: 0;
}

@media all and (min-width: 681px) {
  body {
    min-width: 1240px;
    overflow-x: hidden;
  }
  .inner {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .inner {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  .anchor {
    margin-top: 15px !important;
  }
  #anchor01,
  #anchor08 {
    margin-top: 50px !important;
  }
  #anchor02,
  #anchor04 {
    margin-top: 30px !important;
  }
  #anchor03 {
    margin-top: 60px !important;
  }
  #anchor09 {
    margin-top: 35px !important;
  }

  .sec_ttl {
    font-size: 20px;
  }
  .bg_beige::before,
  .bg_beige::after {
    width: 2%;
  }
}
@media all and (max-width: 370px) {
}

/* mv
***************************************************************/
.mv {
  height: calc(100vh - 80px);
}
.mv .slide {
  height: 100%;
}
.mv .slide *:not(.award_ico):not(.mv_subtxt) {
  height: 100%;
}
.mv .slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mv .item01 {
  background: url(../../img/method/method03_t/mv_01.jpg) center / cover no-repeat;
}
.mv .item02 {
  background: url(../../img/method/method03_t/mv_02.jpg) center / cover no-repeat;
}
.mv .item03 {
  background: url(../../img/method/method03_t/mv_03.jpg) center / cover no-repeat;
}
.award_ico {
  position: absolute;
  right: 50px;
  top: 0;
  max-width: 148px;
  width: 10.3%;
  height: 0;
  padding-bottom: 13.5%;
  background: url(../../img/method/method03_t/award.png) center top / contain no-repeat;
}
@media all and (min-width: 681px) {
  .mv_subtxt {
    position: absolute;
    right: 30px;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
  }
  .mv .slide .item h1 {
    height: 68% !important;
    flex-shrink: 0;
  }
  .mv .slide .item h2 {
    height: 32% !important;
    flex-shrink: 0;
  }
}
@media all and (max-width: 680px) {
  .mv {
    height: calc(100vh - 60px);
  }
  .mv .slide .item h1 {
    height: auto !important;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
  }
  .mv .slide .item h2 {
    height: auto !important;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
  }
  .mv .item01 {
    background: url(../../img/method/method03_t/mv_01_sp.jpg) center / cover no-repeat;
  }
  .mv .item02 {
    background: url(../../img/method/method03_t/mv_02_sp.jpg) center / cover no-repeat;
  }
  .mv .item03 {
    background: url(../../img/method/method03_t/mv_03_sp.jpg) center / cover no-repeat;
  }
  .award_ico {
    right: 0;
    max-width: initial;
    width: 130px;
    padding-bottom: 0;
    height: 64px;
    background: url(../../img/method/method03_t/award_sp.png) center top / 130px 64px no-repeat;
  }
  .mv_subtxt {
    font-size: 12px;
    color: #4e4e4e;
    line-height: 1.83;
    letter-spacing: 0.1em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* concept_wrap
***************************************************************/
.concept_wrap {
  padding-top: 125px;
}
.concept_txtWrap--ttl {
  width: 136px;
}
.concept_txtWrap--txt {
  font-size: 16px;
  line-height: 2.75;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 55px;
}
.anchor_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.anchor_list a {
  width: 320px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #412717;
  border: 1px solid #412717;
  position: relative;
  padding-right: 25px;
}
.anchor_list a::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../../img/method/method03_t/arrow_down_b.svg) center / contain no-repeat;
  position: absolute;
  right: 10px;
}
@media all and (min-width: 681px) {
  .concept_inner {
    padding: 0 100px;
    position: relative;
  }
  .concept_mainttl {
    width: 259px;
    position: absolute;
    top: 0;
    left: 173px;
  }
  .concept_txtWrap {
    padding-left: 412px;
  }
  .concept_txtWrap--ttl {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 51px;
    padding-top: 35px;
  }
  .concept_txtWrap--ttl::before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: #412717;
    position: absolute;
    left: -51px;
  }
  .anchor_list a:hover {
    background-color: #412717;
    color: #fcf9f2;
  }
  .anchor_list a:hover::after {
    background: url(../../img/method/method03_t/arrow_down_w.svg) center / contain no-repeat;
  }
  .anchor_list a:nth-child(n + 4) {
    margin-top: 15px;
  }
}
@media all and (max-width: 680px) {
  .concept_wrap {
    padding-top: 70px;
  }
  .concept_mainttl {
    width: 196px;
    margin-left: auto;
    margin-right: auto;
  }
  .concept_txtWrap--ttl {
    width: 102px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .concept_txtWrap--txt {
    margin-top: 50px;
    margin-left: 10px;
  }
  .anchor_list {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .anchor_list a {
    width: calc((100% - 5px) / 2);
    height: 50px;
    font-size: 13px;
    line-height: 1.23;
    text-align: center;
    padding-right: 0;
  }
  .anchor_list a:nth-child(n + 3) {
    margin-top: 10px;
  }
  .anchor_list a:nth-last-child(-n + 3) {
    width: calc((100% - 10px) / 3);
  }
  .anchor_list a::after {
    width: 10px;
    height: 7px;
    right: 5px;
  }
}
@media all and (max-width: 370px) {
}

/* yutori_wrap
***************************************************************/
.yutori_wrap {
  padding-top: 90px;
  padding-bottom: 200px;
  overflow-x: hidden;
}
.yutori_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yutori_ttl--small {
  font-size: 19px;
  font-weight: 500;
}
.yutori_ttl--main {
  width: 170px;
  margin-top: 15px;
}
.yutori_ttl--sub {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  margin-top: 25px;
}
.yutori_ttl--sub::before {
  content: "";
  width: 38px;
  height: 2px;
  background-color: #412717;
  position: absolute;
  top: 0;
  left: calc(50% - 19px);
}
.yutori_ttl--sub span {
  font-size: 40px;
  font-weight: 500;
  margin-right: 3px;
}

.yutori_3 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.yutori_3--number {
  font-size: 55px;
  font-weight: 300;
  text-align: center;
}
.yutori_3--img {
  display: block;
  margin-top: -25px;
}
.yutori_3--ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.yutori_3--txt {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  margin-top: 15px;
}

.yutori_inner02 {
  margin-top: 155px;
}
.value_3 {
  margin-top: 50px;
}
.value_3--box + .value_3--box {
  margin-top: 70px;
}
.value_3--img {
  width: 800px;
  margin-left: -120px;
}
.value_3--box02 .value_3--img {
  order: 1;
  margin-left: auto;
  margin-right: -120px;
}
.value_3--box > div {
  width: 470px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: 50px;
}
.value_3--box02 > div {
  margin-left: auto;
  margin-right: 50px;
}
.value_3--ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 2px solid #412717;
  padding-bottom: 25px;
}
.value_3--txt {
  font-size: 16px;
  line-height: 2.12;
  text-align: justify;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
.value_3--txt span {
  font-size: 12px;
  display: block;
  margin-top: 1.5em;
}
.value_3--link {
  width: 340px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #412717;
  border: 1px solid #412717;
  position: relative;
  margin-top: auto;
}
.value_3--link::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../../img/method/method03_t/arrow_down_b.svg) center / contain no-repeat;
  position: absolute;
  right: 20px;
}

@media all and (min-width: 681px) {
  .yutori_3 > div {
    width: 366px;
  }
  .value_3--box {
    display: flex;
  }
  .value_3--link:hover {
    background-color: #412717;
    color: #fcf9f2;
  }
  .value_3--link:hover::after {
    background: url(../../img/method/method03_t/arrow_down_w.svg) center / contain no-repeat;
  }
}
@media all and (max-width: 680px) {
  .yutori_wrap {
    padding-bottom: 100px;
  }
  .yutori_ttl--small {
    font-size: 15px;
  }
  .yutori_ttl--main {
    width: 120px;
  }
  .yutori_ttl--sub {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .yutori_ttl--sub::before {
    height: 1px;
  }
  .yutori_ttl--sub span {
    font-size: 32px;
  }

  .yutori_3 {
    display: block;
    margin-top: 5px;
  }
  .yutori_3 > div + div {
    margin-top: 20px;
    border-top: 1px solid #412717;
  }
  .yutori_3--number {
    z-index: 1;
    position: relative;
  }
  .yutori_3--img {
    width: 290px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  .yutori_3--ttl {
    font-size: 17px;
  }

  .yutori_inner02 {
    margin-top: 100px;
  }
  .value_3--img {
    display: block;
    width: calc(95vw - 20px);
    margin-left: -5vw;
  }
  .value_3--box02 .value_3--img {
    margin-right: -5vw;
  }
  .value_3--box > div {
    width: calc(100% - 20px);
    margin-left: 0;
  }
  .value_3--box02 > div {
    margin-left: 20px;
    margin-right: auto;
  }
  .value_3--ttl {
    font-size: 18px;
    line-height: 1.77;
    border-bottom: none;
    padding-bottom: 15px;
    margin-top: 15px;
    position: relative;
  }
  .value_3--ttl::after {
    content: "";
    width: calc(95vw - 20px);
    height: 2px;
    background-color: #412717;
    position: absolute;
    bottom: 0;
    left: -5vw;
  }
  .value_3--box02 .value_3--ttl::after {
    left: auto;
    right: -5vw;
  }
  .value_3--txt {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .value_3--txt span {
    line-height: 1.66;
  }
  .value_3--link {
    width: 280px;
    height: 50px;
    font-size: 13px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 370px) {
}

/* lineup_wrap
***************************************************************/
.lineup_wrap {
  padding-top: 100px;
  padding-bottom: 85px;
}
.lineup_inner {
  display: flex;
  z-index: 1;
  position: relative;
  margin-top: 80px;
}
.lineup_inner > div {
  width: 50%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kodate_wrap {
  background: url(../../img/method/method03_t/kodate_img.jpg) center / cover no-repeat;
}
.manshon_wrap {
  background: url(../../img/method/method03_t/manshon_img.jpg) center / cover no-repeat;
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .lineup_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lineup_inner {
    display: block;
    margin-top: 35px;
  }
  .lineup_inner > div {
    width: 100%;
    height: 340px;
  }
  .manshon_wrap {
    margin-top: 10px;
    position: relative;
  }
  .manshon_txt1 {
    width: 310px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 370px) {
}

/* banner
***************************************************************/
.banner_Wrap {
  padding-top: 100px;
}
.banner_uptxt {
  font-size: 22px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.banner_uptxt + .banner {
  margin-top: 30px;
}
.banner {
  width: 800px;
  height: auto;
  border: 2px solid #412717;
  background-color: #fff;
  padding: 36px 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  font-weight: 500;
  letter-spacing: 0;
}
.banner_txt1 {
  width: 80px;
  height: 80px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #655b41;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  left: -2px;
}
.banner_txt2 {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
.banner_txt3 {
  width: 110px;
  height: 110px;
  font-size: 14px;
  line-height: 1.42;
  background-color: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 141px;
  left: 272px;
}
.banner_txt4 {
  width: 336px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
  margin-left: auto;
  margin-top: 10px;
}
.banner01_list {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #412717;
}
.banner01_list li {
  display: flex;
  align-items: center;
  position: relative;
}
.banner01_list li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/method/method03_t/check_icon.svg) center / contain no-repeat;
  margin-right: 0.5em;
}
.banner01 .address {
  font-size: 14px;
  line-height: 1.7;
}
.banner01 .map_btn {
  font-size: 14px;
  color: #919191;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.banner01 .map_btn::before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(../../img/method/method03_t/map_icon.svg) center / contain no-repeat;
  margin-right: 0.5em;
}
.banner01 .signup_btn {
  display: block;
  width: 120px;
  height: 70px;
  border: 1px solid #412717;
  font-size: 14px;
  line-height: 1.42;
  color: #412717;
  display: flex;
  align-items: center;
  position: absolute;
  top: 164px;
  right: 0;
  padding-left: 15px;
}
.banner01 .signup_btn::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../../img/method/method03_t/arrow_down_b.svg) center / contain no-repeat;
  position: absolute;
  right: 8px;
  transform: rotate(270deg);
}
.banner02 .more_btn {
  display: block;
  width: 280px;
  height: 50px;
  border: 1px solid #412717;
  font-size: 15px;
  color: #412717;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  padding-right: 30px;
  position: relative;
}
.banner02 .more_btn::before {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../../img/method/method03_t/flag_icon_b.svg) center / contain no-repeat;
  margin-right: 10px;
}
.banner02 .more_btn::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../../img/method/method03_t/arrow_down_b.svg) center / contain no-repeat;
  position: absolute;
  right: 23px;
  transform: rotate(270deg);
}

@media all and (min-width: 681px) {
  .banner_txtWrap {
    position: absolute;
    top: 30px;
    right: 40px;
  }
  .banner01 .banner_txtWrap {
    width: 330px;
  }
  .banner02 .banner_txtWrap {
    padding-top: 15px;
  }
  .banner01_img,
  .banner02_img {
    width: 360px;
    display: block;
  }

  .banner01 .signup_btn:hover {
    background-color: #412717;
    color: #fcf9f2;
  }
  .banner01 .signup_btn:hover::after {
    background: url(../../img/method/method03_t/arrow_down_w.svg) center / contain no-repeat;
  }
  .banner02 .more_btn:hover {
    background-color: #412717;
    color: #fcf9f2;
  }
  .banner02 .more_btn:hover::before {
    background: url(../../img/method/method03_t/flag_icon_w.svg) center / contain no-repeat;
  }
  .banner02 .more_btn:hover::after {
    background: url(../../img/method/method03_t/arrow_down_w.svg) center / contain no-repeat;
  }
}
@media all and (max-width: 680px) {
  .banner_Wrap {
    padding-top: 50px;
  }
  .banner_uptxt {
    font-size: 15px;
  }
  .banner_uptxt + .banner {
    margin-top: 15px;
  }
  .banner {
    width: 85%;
    padding: 0 0 20px 0;
  }
  .banner_txt1 {
    width: 96%;
    height: 30px;
    font-size: 16px;
    position: initial;
    margin: 10px auto 0;
  }
  .banner_txt3 {
    top: auto;
    bottom: 260px;
    left: auto;
    right: 10px;
  }
  .banner_txt4 {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner02_img {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
  .banner01_list {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner01 .address {
    margin-left: 6%;
  }
  .banner01 .map_btn {
    width: 97px;
    height: 50px;
    border: 1px solid #919191;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    right: 6%;
  }
  .banner01 .map_btn::before {
    margin-right: 0;
  }
  .banner01 .signup_btn {
    width: 245px;
    height: 46px;
    justify-content: center;
    top: auto;
    position: relative;
    padding-left: 0;
    margin: 15px auto 0;
    padding-right: 15px;
  }
  .banner01 .signup_btn::before {
    content: "";
    width: 19px;
    height: 18px;
    background: url(../../img/method/method03_t/flag_icon_b.svg) center / contain no-repeat;
    margin-right: 10px;
  }
  .banner01 .signup_btn::after {
    right: 17px;
  }
  .banner02 .more_btn {
    width: 245px;
    height: 46px;
    font-size: 14px;
    margin-right: auto;
    padding-right: 15px;
  }
  .banner02 .more_btn::before {
    width: 19px;
    height: 18px;
    margin-right: 5px;
  }
  .banner02 .more_btn::after {
    right: 17px;
  }
}
@media all and (max-width: 370px) {
}

/* renova_wrap
***************************************************************/
.renova_wrap {
  position: relative;
  padding-top: 180px;
}
.renova_wrap .sec_ttl span {
  display: block;
}
.renova_wrap .sec_ttl span + span {
  margin-top: 55px;
}
.renova-slick {
  margin-top: 40px;
}
.renova-slick__item {
  max-width: 1200px;
  width: auto;
  margin: 0 15px;
}
.renova-arrows .slick-prev:before,
.renova-arrows .slick-next:before,
.renova-arrows_02 .slick-prev:before,
.renova-arrows_02 .slick-next:before {
  border-color: #412717 !important;
  border-width: 1px;
}

.slick-num.quicksand {
  /* width: auto; */
  font-size: 30px;
  font-weight: 500;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  letter-spacing: 0;
  /* text-align: center; */
  align-items: flex-end;
  justify-content: center;
  /* left: 50%; */
  /* position: relative; */
  /* transform: translateX(-50%); */
  padding-left: 0.05em;
}
.slick-num.quicksand .now-count,
.slick-num.quicksand .now-count_02 {
  width: 1em;
  text-align: center;
}
.slick-num.quicksand .all-count,
.slick-num.quicksand .all-count_02 {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  bottom: 0.2em;
}
.slick-num.quicksand .all-count::before,
.slick-num.quicksand .all-count_02::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #707070;
  display: block;
  transform: rotate(42deg);
  margin-left: 12px;
  margin-right: 12px;
  bottom: 5px;
  position: relative;
}

.renova-arrows,
.renova-arrows_02 {
  position: absolute;
  text-align: center;
  margin: 24px 0;
  height: 30px;
  width: 160px;
  bottom: -17px;
  /* background: #ccc; */
  z-index: 1;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.slick-prev:before {
  width: 7px;
  height: 7px;
}
.slick-next:before {
  width: 7px;
  height: 7px;
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .renova_wrap {
    padding-top: 100px;
  }
  .renova_wrap .sec_ttl span + span {
    font-size: 18px;
    margin-top: 30px;
  }

  .renova-slick__item {
    max-width: 90vw;
    width: auto;
    margin: 0 0.8vw;
  }
  .slick-num.quicksand {
    font-size: 20px;
    margin-top: 15px;
  }
  .slick-num.quicksand .all-count,
  .slick-num.quicksand .all-count_02 {
    font-size: 15px;
    bottom: 0.2em;
  }
  .slick-num.quicksand .all-count::before,
  .slick-num.quicksand .all-count_02::before {
    height: 26px;
    margin-left: 12px;
    margin-right: 13px;
    bottom: 1px;
  }
  .renova-arrows,
  .renova-arrows_02 {
    margin: 24px 0;
    height: 20px;
    width: 154px;
    bottom: -19px;
  }
}
@media all and (max-width: 370px) {
}

/* renova_wrap2
***************************************************************/
.renova_wrap2 {
  margin-top: 80px;
  padding-bottom: 150px;
}
.beforeAfter_box {
  width: 100%;
  height: 550px;
  background-color: #fff;
  position: relative;
}
.beforeAfter_box::after {
  content: "";
  width: 55px;
  height: 63px;
  background: url(../../img/method/method03_t/compass.svg) center / contain no-repeat;
  position: absolute;
  top: 70px;
  right: 40px;
}
.beforeAfter_box.after {
  margin-top: 80px;
  position: relative;
}
.beforeAfter_box.after::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 34px solid #502f1b;
  border-bottom: 0;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.beforeAfter_box > div {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.beforeAfter_box--ttl {
  font-size: 68px;
  font-weight: 500;
  color: #919191;
  position: absolute;
  bottom: -33px;
  right: -5px;
  z-index: 1;
}
.beforeAfter_box.after .beforeAfter_box--ttl {
  color: #f5cf9a;
}
.beforeAfter_img01 {
  display: block;
  width: 560px;
}
.beforeAfter_img02 {
  display: block;
  width: 490px;
  margin-left: 10px;
}

.renova_txtWrap {
  display: flex;
  margin-top: 80px;
}
.renova_txtWrap--ttl > p,
.renova_txtBox--ttl {
  width: 163px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background-color: #412717;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.renova_txtWrap--ttl h4 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}

.renova_txtBox {
  width: 600px;
  position: relative;
  margin-top: 40px;
}
.renova_txtBox::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #412717;
  position: absolute;
  top: 15px;
  left: 0;
}
.renova_txtBox--txt {
  width: 390px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 15px;
}
.renova_txtBox.renova_txtBox02 .renova_txtBox--ttl {
  margin-left: auto;
}

.performance_box {
  width: 560px;
  background-color: #fff;
  padding: 10px 30px 25px;
}
.performance {
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}
.performance dt {
  width: 62px;
  border-bottom: 3px solid #412717;
  padding-top: 0.6em;
  padding-bottom: 0.15em;
  padding-left: 0.25em;
}
.performance dd {
  width: calc((100% / 2) - 62px);
  border-bottom: 1px solid #412717;
  padding-left: 0.5em;
  padding-top: 0.6em;
  padding-bottom: 0.15em;
}

.improvement {
  height: 116px;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  border: 1px solid #412717;
  margin-top: 20px;
}
.improvement > p {
  width: 172px;
  text-align: center;
}
.improvement ul li span {
  display: inline-block;
  width: 5em;
}

.standard {
  border: 1px solid #412717;
  margin-top: 20px;
  padding: 15px;
  position: relative;
}
.standard > p {
  width: 16em;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: -0.9em;
  left: 50%;
  transform: translateX(-50%);
}
.standard > div {
  background-color: #f4f4f4;
  display: flex;
  position: relative;
}
.standard > div::before {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background-color: #412717;
  position: absolute;
  top: 15px;
  left: 222px;
}

.simulation {
  margin-top: 15px;
}
.simulation_txt1 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.simulation_ba {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.simulation_ba::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #412717;
  border-right: 0;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 10px);
}
.simulation_txt2 {
  font-size: 12px;
  line-height: 1.41;
  letter-spacing: 0;
  margin-top: 10px;
}

@media all and (min-width: 681px) {
  .renova_txtWrap > div + div {
    margin-left: 40px;
  }
  .renova_txtBox--img {
    width: 190px;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .renova_txtBox.renova_txtBox02 {
    margin-top: 50px;
  }
  .renova_txtBox.renova_txtBox02 .renova_txtBox--txt {
    margin-left: auto;
  }
  .renova_txtBox.renova_txtBox02 .renova_txtBox--img {
    right: auto;
    left: 0;
  }

  .standard_img {
    height: 86px;
  }
}
@media all and (max-width: 680px) {
  .renova_wrap2 {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .beforeAfter_box {
    height: auto;
    padding: 50px 0 35px;
  }
  .beforeAfter_box::after {
    width: 33px;
    height: 37px;
    top: auto;
    bottom: 35px;
    right: 2%;
  }
  .beforeAfter_box.after {
    margin-top: 65px;
  }
  .beforeAfter_box.after::before {
    top: -47px;
  }
  .beforeAfter_box > div {
    flex-direction: column;
    padding-left: 0;
  }
  .beforeAfter_box--ttl {
    font-size: 40px;
    bottom: auto;
    top: -20px;
    right: auto;
    left: -2px;
  }
  .beforeAfter_img01 {
    width: 100%;
  }
  .beforeAfter_img02 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .renova_txtWrap {
    display: block;
    margin-top: 30px;
  }
  .renova_txtWrap--ttl {
    display: flex;
    align-items: center;
  }
  .renova_txtWrap--ttl > p {
    width: 110px;
    height: 58px;
    line-height: 1.35;
    text-align: center;
    flex-shrink: 0;
  }
  .renova_txtWrap--ttl h4 {
    font-size: 18px;
    line-height: 1.55;
    white-space: nowrap;
    letter-spacing: 0;
    margin-top: 0;
    margin-left: 0.5em;
  }

  .renova_txtBox {
    width: auto;
    margin-top: 25px;
  }
  .renova_txtBox--txt {
    width: auto;
  }
  .renova_txtBox--img {
    margin-top: 15px;
  }

  .performance_box {
    width: auto;
    padding: 10px 4.5% 25px;
    margin-top: 40px;
  }
  .performance dt {
    width: 62px;
  }
  .performance dd {
    width: calc(100% - 62px);
  }

  .improvement {
    height: auto;
    flex-direction: column;
    padding: 10px 0 15px;
  }
  .improvement ul {
    margin-top: 5px;
  }
  .improvement ul li {
    font-size: 13px;
  }

  .standard > div {
    justify-content: space-around;
  }
  .standard > div::before {
    left: 50%;
  }
  .standard_img {
    width: 140px;
  }

  .simulation_ba > div {
    width: 47.5%;
    background-color: #ede7d8;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 370px) {
}

/* upreno_wrap
***************************************************************/
.upreno_wrap {
  padding-top: 100px;
}
.upreno_wrap .inner {
  margin-top: 60px;
}
.bg_white {
  background-color: #fff;
  padding: 60px 80px;
}
.bg_white .flex_box {
  display: flex;
  flex-wrap: wrap;
}

.upreno_mainttl {
  font-size: 24px;
  font-weight: 500;
}
.upreno_maintxt {
  font-size: 16px;
  line-height: 2.12;
  margin-top: 20px;
}

.upreno_box02 {
  justify-content: space-between;
  margin-top: 60px;
}
.upreno_txt01 {
  font-size: 18px;
  font-weight: 500;
}
.upreno_txt02 {
  font-size: 34px;
}
.upreno_box02_02 .upreno_txtWrap div .upreno_txt01 {
  line-height: 1.2;
  text-align: center;
}
.upreno_txt03 {
  font-size: 27px;
}
.upreno_txt04 {
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 0;
}

.upreno_box03 {
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #412717;
}
.upreno_box03 .upreno_txt01 {
  text-align: center;
  margin-bottom: 10px;
}
.upreno_box03 .upreno_txt04 {
  letter-spacing: 0.05em;
}
.upreno_img04 {
  width: 127px;
}
.upreno_img05 {
  width: 145px;
}

.upreno_subtxt {
  font-size: 12px;
  margin-top: 25px;
}
.support_box {
  width: 900px;
  border: 1px solid #412717;
  padding: 15px 40px 25px;
  margin: 25px auto 0;
}
.support_box dt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.support_box dd {
  justify-content: space-between;
  align-items: center;
  background-color: #ede7d8;
  padding: 20px 35px 20px 25px;
  margin-top: 10px;
}
.support_box dd p {
  width: 562px;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0;
  text-align: justify;
}
.support_box dd span {
  width: 150px;
}

@media all and (min-width: 681px) {
  .upreno_box01 .upreno_txtWrap {
    margin-left: 25px;
  }
  .upreno_img01 {
    width: 620px;
  }
  .upreno_box02 > div.flex_box {
    width: calc(50% - 40px);
    justify-content: space-between;
    position: relative;
  }
  .upreno_box02 .upreno_box02_02::before {
    content: "";
    width: 1px;
    height: calc(100% - 5px);
    background-color: #412717;
    position: absolute;
    top: 5px;
    left: -40px;
  }
  .upreno_box02 .upreno_txtWrap {
    width: 230px;
    display: flex;
    flex-direction: column;
  }
  .upreno_box02_02 .upreno_txt01 {
    letter-spacing: -0.02em;
    white-space: nowrap;
    margin-left: -1.4em;
  }
  .upreno_box02 .upreno_txt04 {
    margin-top: auto;
  }
  .upreno_img02,
  .upreno_img03 {
    width: 232px;
    margin-top: 5px;
  }

  .upreno_box03 .flex_box {
    justify-content: space-between;
    align-items: center;
  }
  .upreno_box03_01 {
    width: 222px;
  }
  .upreno_box03_02,
  .upreno_box03_03 {
    width: 350px;
    position: relative;
  }
  .upreno_box03_02::before,
  .upreno_box03_03::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #412717;
    position: absolute;
    top: 0;
    left: -28px;
  }
  .upreno_box03_02 .upreno_txt04,
  .upreno_box03_03 .upreno_txt04 {
    width: 195px;
  }
}
@media all and (max-width: 680px) {
  .upreno_wrap {
    padding-top: 55px;
  }
  .upreno_wrap .inner {
    margin-top: 35px;
  }
  .bg_white {
    padding: 35px 5%;
  }
  .bg_white .flex_box {
    flex-direction: column;
  }
  .upreno_box01 .upreno_txtWrap {
    order: -1;
  }
  .upreno_box img {
    margin-top: 15px;
  }

  .upreno_mainttl {
    font-size: 18px;
  }
  .upreno_maintxt {
    font-size: 15px;
    line-height: 2;
    margin-top: 15px;
  }

  .upreno_box02 {
    margin-top: 25px;
  }
  .upreno_txt01 {
    font-size: 16px;
    text-align: center;
  }
  .upreno_txt02 {
    font-size: 30px;
  }
  .upreno_box02_02 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #412717;
  }
  .upreno_box02_02 .upreno_txtWrap div {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .upreno_box02_02 .upreno_txtWrap div .upreno_txt01 {
    line-height: 1.1;
    text-align: left;
  }
  .upreno_box02_02 .upreno_txtWrap div .upreno_txt01 + .upreno_txt01 {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #412717;
  }
  .upreno_txt03 {
    font-size: 30px;
  }
  .upreno_txt04 {
    letter-spacing: 0.05em;
    margin-top: 10px;
  }

  .upreno_box03 {
    margin-top: 20px;
    padding-top: 20px;
  }
  .upreno_box03 .upreno_txt01 {
    margin-bottom: 0;
  }
  .upreno_box03 > div + div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #412717;
  }
  .upreno_box03 .flex_box {
    align-items: center;
  }
  .upreno_img04 {
    width: 81px;
  }

  .upreno_subtxt {
    margin-top: 10px;
  }
  .support_box {
    width: auto;
    padding: 15px 10px;
    margin: 20px auto 0;
  }
  .support_box dd {
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px;
  }
  .support_box dd p {
    width: auto;
  }
  .support_box dd span {
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* material_wrap
***************************************************************/
.material_wrap {
  padding-top: 120px;
}
.material_wrap .inner {
  margin-top: 60px;
}
.material_box + .material_box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #412717;
}
.material_box01 {
  margin-top: 60px;
}
.material_txt01 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.material_txt02 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 10px;
}
.material_txt03 dt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.material_txt03 dd {
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
}
.material_txt03_border {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #412717;
}
.material_txt03 dd span:first-child {
  width: 3.6em;
  flex-shrink: 0;
}
.material_txt03 dd span:last-child {
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (min-width: 681px) {
  .material_box {
    justify-content: space-between;
  }
  .material_box img {
    width: 745px;
  }
  .material_txtWrap {
    width: 266px;
    display: flex;
    flex-direction: column;
  }
  .material_box02 .material_txtWrap {
    order: 1;
  }
  .material_txt03 {
    margin-top: auto;
  }
}
@media all and (max-width: 680px) {
  .material_wrap {
    padding-top: 55px;
  }
  .material_wrap .inner {
    margin-top: 35px;
  }
  .material_box + .material_box {
    margin-top: 20px;
    padding-top: 20px;
  }
  .material_box01 {
    margin-top: 20px;
  }
  .material_txt01 {
    font-size: 16px;
  }
  .material_box img {
    margin-top: 15px;
  }
  .material_txt03 {
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* cost_wrap
***************************************************************/
.cost_wrap {
  padding-top: 120px;
}
.cost_wrap .inner {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.cost_wrap .bg_beige2 {
  background-color: #fffdf8;
  width: 590px;
  padding: 40px 30px 50px;
}
.cost_ttl {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.cost_txt1 {
  background-color: #502f1b;
  padding: 10px 0 20px;
  margin-top: 15px;
}
.cost_box02 .cost_txt1 {
  padding: 10px 0;
}
.cost_txt1 > p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.cost_txt1 ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.cost_txt1 ul li {
  width: 154px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cost_txt1 ul li + li {
  margin-left: 10px;
}
.cost_txt1 ul li.li2 {
  width: calc(100% - 30px);
  font-size: 13px;
  letter-spacing: 0;
}
.cost_txt2 {
  font-size: 15px;
  line-height: 1.86;
  text-align: justify;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.cost_txt3 dt {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #502f1b;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
.cost_txt3 dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.cost_txt4 {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #502f1b;
  background-color: #e8e5db;
  line-height: 2.65;
  text-align: center;
  margin-top: 10px;
}
.cost_wrap img {
  margin-top: 15px;
}
.cost_txt5 {
  font-size: 12px;
  line-height: 1.41;
  letter-spacing: 0;
  margin-top: 10px;
}
.cost_box02 .cost_txt2,
.cost_box02 .cost_txt3 dt,
.cost_wrap .cost_box02 img {
  margin-top: 5px;
}
.cost_box02 picture + .cost_txt1 {
  margin-top: 35px;
}
.cost_wrap_sml1 {
  width: 1200px;
  margin: 13px auto 0;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
}

@media all and (min-width: 681px) {
  .cost_box02 .cost_txt5 {
    margin-top: 25px;
  }
}
@media all and (max-width: 680px) {
  .cost_wrap {
    padding-top: 55px;
  }
  .cost_wrap .inner {
    margin-top: 35px;
    display: block;
  }
  .cost_wrap .bg_beige2 {
    width: auto;
    padding: 20px 5% 30px;
  }
  .cost_box02 {
    margin-top: 20px;
  }
  .cost_ttl {
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .cost_txt1 {
    padding: 10px 0 15px;
    margin-top: 5px;
  }
  .cost_box02 .cost_txt1 {
    line-height: 1.3;
  }
  .cost_txt1 > p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .cost_txt1 ul {
    margin-top: 5px;
  }
  .cost_txt1 ul li {
    width: 120px;
    height: 26px;
    font-size: 13px;
  }
  .cost_txt1 ul li.li2 {
    width: calc(100% - 50px);
    height: auto;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    line-height: calc(20 / 13);
    padding: 6px 16px 5px;
  }
  .cost_txt2 {
    margin-top: 10px;
  }
  .cost_txt3 dt {
    margin-top: 15px;
  }
  .cost_txt3 dd {
    justify-content: initial;
    flex-flow: column wrap;
    height: 15.2em;
  }
  .cost_wrap img {
    width: 100%;
  }

  .cost_box02 picture + .cost_txt1 {
    margin-top: 15px;
  }
  .cost_box02 .cost_txt3 dt {
    margin-top: 15px;
  }
  .cost_box02 .cost_txt3 dd {
    height: 11.4em;
  }
  .cost_txt6 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
  }
  .cost_wrap_sml1 {
    width: 100%;
    margin-top: 10px;
    padding: 0 5%;
  }
}
@media all and (max-width: 370px) {
}

/* support_wrap
***************************************************************/
.support_wrap {
  padding-top: 120px;
  padding-bottom: 100px;
}
.support_wrap .inner {
  margin-top: 60px;
}
.support_wrap .bg_white {
  position: relative;
}
.support_ttl01 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.support_txt01 {
  width: 390px;
  font-size: 16px;
  line-height: 2.12;
  margin-top: 80px;
}

.support_inner {
  display: flex;
  margin-top: 55px;
}
.support_ttl02 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.support_ttl02 span {
  font-weight: 700;
}
.support_txt02 {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 20px;
}
.support_txt03 {
  font-size: 16px;
  text-align: center;
  background-color: #ede7d7;
  padding: 15px;
  margin-top: 25px;
}
.support_txt04 {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 15px;
}

@media all and (min-width: 681px) {
  .support_img {
    width: 580px;
    position: absolute;
    top: 125px;
    right: 80px;
  }
  .support_inner > div {
    width: 300px;
  }
  .support_inner > div + div {
    width: 335px;
    border-left: 1px solid #412717;
    padding-left: 35px;
    margin-left: 35px;
  }
}
@media all and (max-width: 680px) {
  .support_wrap {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .support_wrap .inner {
    margin-top: 35px;
  }

  .support_ttl01 {
    font-size: 16px;
    line-height: 1.87;
  }
  .support_txt01 {
    width: auto;
    font-size: 15px;
    line-height: 2;
    margin-top: 15px;
  }
  .support_img {
    width: 100%;
    margin-top: 20px;
  }

  .support_inner {
    display: block;
    margin-top: 40px;
  }
  .support_inner > div + div {
    border-top: 1px solid #412717;
    padding-top: 20px;
    margin-top: 20px;
  }
  .support_ttl02 {
    font-size: 16px;
  }
  .support_txt02 {
    margin-top: 10px;
  }
  .support_txt03 {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    padding: 15px 20px;
  }
}
@media all and (max-width: 370px) {
}

/* yutoreno_wrap
***************************************************************/
.yutoreno_wrap {
  padding-top: 95px;
  padding-bottom: 70px;
}
.yutoreno_wrap .sec_ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.yutoreno_wrap_subttl {
  font-size: 16px;
  line-height: 1.87;
  margin-top: 35px;
  text-align: center;
}
.yutoreno_wrap .bg_white {
  position: relative;
}
.bg_white.yutoreno_bg_white01 {
  margin-top: 115px;
  padding-top: 65px;
  padding-bottom: 30px;
}
.bg_white.yutoreno_bg_white02 {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.yutoreno_wrap h4 {
  background: #412717;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  height: 70px;
  top: -70px;
  border-radius: 20px 20px 0 0;
  position: absolute;
}
.yutoreno_wrap_linettl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.6em;
  margin-bottom: 55px;
}
.yutoreno_wrap_linettl span.orange {
  color: #e57746;
}

.yutoreno_wrap_linettl::after {
  content: "";
  position: absolute;
  width: calc(100% + 2em);
  left: -1em;
  bottom: 0;
  height: 4px;
  background-color: #412717;
}
.yutoreno_wrap_linettl2 {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #eae0c9;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 0 2em;
  margin-bottom: 25px;
}
.yutoreno_wrap_linettl2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #eae0c9;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.yutoreno_wrap_txt01 {
  font-size: 12px;
  margin-left: 60px;
  margin-top: 60px;
  letter-spacing: 0.05em;
}
.yutoreno_wrap_txt02 {
  font-size: 12px;
  margin-left: 85px;
  margin-top: 15px;
  letter-spacing: 0.05em;
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .yutoreno_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .yutoreno_wrap .sec_ttl {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0;
  }
  .yutoreno_wrap_subttl {
    font-size: 15px;
    line-height: 1.87;
    margin-top: 17px;
    letter-spacing: 0;
  }
  .yutoreno_wrap h4 {
    width: 94%;
    height: 50px;
    top: -50px;
    margin-left: -2%;
  }
  .bg_white.yutoreno_bg_white02 h4 {
    height: 100px;
    top: -100px;
  }
  .bg_white.yutoreno_bg_white01 {
    margin-top: 65px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .bg_white.yutoreno_bg_white02 {
    margin-top: 121px;
    padding-top: 18px;
    padding-bottom: 28px;
  }
  .yutoreno_wrap_linettl {
    font-size: 15px;
    line-height: 1.87;
    margin-bottom: 20px;
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 17px;
  }
  .yutoreno_wrap_linettl::after {
    width: calc(100% - 3em);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }
  .yutoreno_wrap_linettl2 {
    font-size: 14px;
    line-height: 1.57;
    padding: 0.6em 0.8em;
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    max-width: 330px;
    white-space: nowrap;
  }
  .yutoreno_wrap_txt01 {
    margin-left: auto;
    margin-top: auto;
    margin-top: 15px;
  }
  .yutoreno_wrap .bg_white img.yutoreno_wrap_img {
    width: 100%;
  }
  .yutoreno_wrap_txt02 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media all and (max-width: 370px) {
}

/* loopslider_wrap
***************************************************************/
.loopslider_wrap_wrap {
  padding-top: 150px;
  padding-bottom: 90px;
}
.loop_slider {
  margin-top: 100px;
  height: 400px;
  overflow-y: hidden;
}
.loop_slider .loop_slide {
  /*width: 300px;*/
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loopslider_wrap_wrap p {
  width: 900px;
  margin: 50px auto 0;
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0.05em;
}

@media all and (min-width: 681px) {
  .loop_slider * {
    max-height: 400px;
  }
}
@media all and (max-width: 680px) {
  .loopslider_wrap_wrap {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .loop_slider {
    margin-top: 55px;
    height: 200px;
  }
  .loop_slider * {
    max-height: 200px;
  }
  .loop_slider .loop_slide {
    /*    width: 152px;*/
    /*    height: 200px;*/
  }
  .loopslider_wrap_wrap p {
    width: 90%;
    margin: 25px auto 0;
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0;
  }
}
@media all and (max-width: 370px) {
}

/* tab
***************************************************************/
#tabs_wrap {
  position: relative;
  padding-top: 175px;
}
.tab-header_sub {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.tab-header_sub span {
  width: calc((100% - 10px) / 2);
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #412717;
  line-height: 60px;
  margin-top: 80px;
  position: relative;
}
.tab-header_sub span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #412717;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.tab-header_wrapper {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.tab-header {
  display: flex;
  width: 990px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.tab-header li {
  width: 25%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #412717;
  cursor: pointer;
  position: relative;
}
.tab-header li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% - 20px);
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 10px;
}
.tab-header li::after {
  content: "";
  background: url(../../img/method/method03_t/tab_arrow_w.svg) center / 30px 30px no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
/*.tab-header li.selected span{
  background-color: #EDE7D8;
}*/
.tab-header li.selected::after {
  background: url(../../img/method/method03_t/tab_arrow_b.svg) center / 30px 30px no-repeat;
}

.tabs .tab-content_wrap {
  position: relative;
  margin-top: 12px;
}
.tabs .tab-content {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  height: 0;
  transition: 0.5s;
  transform: scaleY(1);
}
.tabs .tab-content.active {
  height: auto;
}
.tabs .tab-content img {
  /*  display: none;*/
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
  margin-top: 0em;
  text-align: center;
}
.tabs .tab-content.active img {
  /*  display: block;*/
  transform: scaleY(1);
  opacity: 1;
  position: relative;
}

@media all and (min-width: 681px) {
  .tab-header li:last-child {
    border-right: 1px solid #412717;
  }
  .tab-header li.selected span {
    background-color: #ede7d8;
  }
  .tab-header li.selected::after,
  .tab-header li:hover::after {
    background: url(../../img/method/method03_t/tab_arrow_b.svg) center / 30px 30px no-repeat;
  }

  .tab-header li:hover span {
    background-color: #ede7d8;
  }
  .tab-header li:hover::after,
  .tab-header li:active::after {
    background: url(../../img/method/method03_t/tab_arrow_b.svg) center / 30px 30px no-repeat;
  }
}
@media all and (max-width: 680px) {
  #tabs_wrap {
    padding-top: 75px;
  }
  .tab-header_wrapper {
    width: 100%;
    overflow-x: scroll;
    height: 150px;
    padding: 0 20px;
  }
  .tabs_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 23px;
    margin-top: 35px;
  }
  .tabs_select::before {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 1px solid #502f1b;
    border-left: 1px solid #502f1b;
    transform: rotate(-45deg);
    position: relative;
  }
  .tabs_select::after {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 1px solid #502f1b;
    border-bottom: 1px solid #502f1b;
    transform: rotate(-45deg);
    position: relative;
  }
  .tab-header {
    width: 840px;
  }
  .tab-header li {
    border: none;
    width: 200px;
    flex-direction: column;
    letter-spacing: 0;
    font-weight: 500;
    height: 120px;
    justify-content: flex-start;
  }
  .tab-header li span {
    background-color: #ede7d8;
    font-size: 15px;
    width: 100%;
    height: 80px;
    line-height: 1.6;
    padding-bottom: 8px;
  }
  .tab-header li span.tab_type01,
  .tab-header li span.tab_type02 {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #fff;
    background-color: #412717;
    padding-bottom: 0;
    line-height: 40px;
    height: 40px;
  }
  .tab-header li span.tab_type01::after,
  .tab-header li span.tab_type02::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #412717;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tab-header li.selected span:not(.tab_type01):not(.tab_type02) {
    background-color: #beb1a8;
  }
  .tab-header li:active span:not(.tab_type01):not(.tab_type02) {
    background-color: #beb1a8;
  }
  .tab-header li:active::after {
    background: url(../../img/method/method03_t/tab_arrow_b.svg) center / 30px 30px no-repeat;
  }

  .tabs .tab-content_wrap {
    margin-top: 25px;
  }
  .tabs .tab-content {
    width: 100%;
  }
  .tabs .tab-content picture {
    width: 100%;
  }
  .tabs .tab-content img {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
@media all and (max-width: 370px) {
}

/* aaa
***************************************************************/

#tabs_wrap + .banner_Wrap {
  padding-top: 100px;
  padding-bottom: 140px;
}
.othercontentsWrap {
  background: #fff;
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  #tabs_wrap + .banner_Wrap {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 370px) {
}

/* used_link
***************************************************************/
.used_link {
  width: 940px;
  background-color: #fff;
  border: 1px solid #502f1b;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px 40px 30px;
  margin: 55px auto 0;
}
.used_link--txt1 {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.used_link--txt2 {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  margin-top: 10px;
}
.used_link--btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #412717;
  border: 1px solid #412717;
  position: relative;
  margin-top: 25px;
}
.used_link--btn::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../../img/method/method03_t/arrow_down_b.svg) center / contain no-repeat;
  position: absolute;
  right: 20px;
}
.anchor#anchor10 {
  margin-top: -20px !important;
}
@media all and (min-width: 681px) {
  .used_link--img {
    width: 315px;
  }
  .used_link--txtBox {
    width: 510px;
  }
  .used_link--btn:hover {
    background-color: #412717;
    color: #fcf9f2;
  }
  .used_link--btn:hover::after {
    background: url(../../img/method/method03_t/arrow_down_w.svg) center / contain no-repeat;
  }
}
@media all and (max-width: 680px) {
  .used_link {
    width: auto;
    flex-direction: column;
    padding: 20px 4.5% 30px;
    margin: 55px 2.5% 0;
  }
  .used_link--img {
    width: 57.5%;
    margin: 0 auto;
  }
  .used_link--txt1 {
    font-size: 17px;
    text-align: center;
    line-height: 2;
  }
  .used_link--btn {
    height: auto;
    line-height: 1.5;
    text-align: center;
    margin-top: 25px;
    padding: 10px 0 25px;
  }
  .used_link--btn::after {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
  }
  .anchor#anchor10 {
    margin-top: -10px !important;
  }
}
@media all and (max-width: 370px) {
}

/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* 追加修正 */
.renova02 .renova-slick__item img {
  display: block;
  height: 675px;
  margin: 0 auto;
}

.renova-slick {
  margin-top: 27px;
}

.renova_wrap .slick-list {
  height: 675px !important;
}

.renova_ttlBox {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 32px auto 70px auto;
}

.renova_subttlBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.renova_subttl {
  font-size: 21px;
  font-weight: 500;
  padding: 0 39.5px 0 0;
}

.renova_wrap .sec_ttl span {
  padding-left: 34px;
  border-left: 1px solid #502f1b;
}

.renova02_img {
  background-color: #fff;
  display: block;
  width: 960px;
  height: 168px;
  padding: 33.4px 51.8px;
  margin: 23.5px auto 44px auto;
}

.beforeAfter_box .beforeAfter_img_box {
  width: 1200px;
  height: 550px;
  display: flex;
  align-items: center;
}

.beforeAfter_box .beforeAfter_img {
  display: block;
  width: 891px;
  height: 422px;
  margin-left: 63px;
}

.renova02_wrap .beforeAfter_box::after {
  transform: rotate(65deg);
  top: 40px;
  right: 100px;
}

.renova02_wrap .beforeAfter_box.afternone::after {
  display: none;
}

.renova02_wrap .renova_txtWrap {
  justify-content: space-between;
}

.renova02_wrap .renova_txtBox {
  width: 800px;
  margin-top: 30px;
}

.renova02_wrap .renova_txtBox.renova_txtBox02 {
  width: 853px;
  margin-top: 15px;
}

.renova02_wrap .renova_txtBox--ttl.renova02_txtBox-ttl {
  width: 271px;
}

.renova02_wrap .renova_txtBox--txt {
  width: 641px;
}

.renova02_wrap .renova_txtBox--txt.renova02_txtBox-txt {
  width: auto;
}

.renova02_wrap .renova_txtBox--img {
  top: -85px;
  right: -53px;
}

.renova02_wrap .performance_box {
  width: 309px;
  padding: 25px 30px 33px 30px;
}

.renova02_wrap .performance dd {
  width: calc(100% - 62px);
}

.renova02_wrap .improvement {
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding: 20px 0 21px 0;
}

.renova02_wrap .improvement_li02 {
  margin-top: 17px;
}
.renova02_wrap .improvement_li03 {
  margin-bottom: 17px;
}

.renova02_clb {
  background-color: #fff;
  width: 1100px;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 52px auto 97px auto;
}

.renova02_clb_contents {
  width: 592px;
}

.renova02_clb_ttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.renova02_clb_txt {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  margin-top: 20px;
}

.renova02_clb_img {
  width: 360px;
  height: 219px;
}

.renova02_clb_img_txt_ttl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 13px;
}

.renova02_clb_img_txt_name {
  width: 100%;
  height: 24px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.renova02_clb_img_txt_name_img {
  width: 322px;
  height: 100%;
}

.opacity0 {
  opacity: 0;
}

@media all and (min-width: 681px) {
  .renova02 {
    padding-top: 80px;
  }

  .renova_wrap .sec_ttl .renova_subttl--txt {
    text-align: start;
  }
}
@media all and (max-width: 680px) {
  .renova02 {
    padding-top: 63px;
  }

  .renova02 .renova-slick__item img {
    height: 51.69vw;
  }

  .renova_wrap .slick-list {
    height: 51.69vw !important;
    margin-top: 24px;
  }

  .renova02_wrap .inner {
    margin: 0 auto;
  }

  .renova_ttlBox {
    width: 90%;
    gap: 10px;
    margin: 44px auto 68.5px auto;
  }

  .renova_ttlBox .value_3--link {
    width: 60%;
    height: 71px;
    margin-top: 0;
    padding: 12px 0 25px 0;
  }

  .renova_ttlBox .value_3--link::after {
    right: 50%;
    bottom: 5px;
    transform: translateX(50%);
  }

  .renova_subttlBox {
    flex-direction: column;
  }

  .renova_subttl {
    font-size: 18px;
    padding: 0 0 23.3px 0;
  }

  .renova_border {
    width: 80px;
    height: 1px;
    background-color: #502f1b;
    margin: 0 auto;
  }

  .renova_wrap .sec_ttl span {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    padding-left: 0;
    padding-top: 0px;
    border-left: none;
  }

  .renova02_wrap .beforeAfter_imgWrap {
    width: 90%;
    margin: 0 auto;
  }

  .renova02_wrap .beforeAfter_box .beforeAfter_img_box {
    width: 100%;
    height: auto;
  }

  .renova02_wrap .beforeAfter_box .beforeAfter_img_box picture {
    width: 90%;
  }

  .renova02_wrap .beforeAfter_box .beforeAfter_img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .renova02_wrap .beforeAfter_box::after {
    top: 15px;
    right: 20px;
  }

  .renova02_wrap .renova_txtWrap {
    justify-content: space-between;
  }

  .renova_txtWrap--ttl {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .renova_txtWrap--ttl > p {
    width: 150px;
    height: 40px;
    margin-bottom: 10px;
  }

  .renova_txtWrap--ttl > h4 {
    text-align: center;
  }

  .renova02_wrap .renova_txtBox {
    width: 90%;
    margin-top: 30px;
    margin: 0 auto;
  }

  .renova02_wrap .renova_txtBox.renova_txtBox02 {
    width: 90%;
    margin-top: 15px;
  }

  .renova02_wrap .renova_txtBox--imgBox {
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  .renova02_wrap .renova_txtBox--img {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }

  .renova02_wrap .renova_txtBox--ttl.renova02_txtBox-ttl {
    width: 303px;
  }

  .renova02_wrap .renova_txtBox--txt {
    width: 100%;
    margin: 16px auto 30px auto;
  }

  .renova02_wrap .renova_txtBox--txt.renova02_txtBox-txt {
    width: auto;
  }

  .renova02_wrap .renova_txtBox--img {
    top: -85px;
    right: -53px;
  }

  .renova02_wrap .performance_box {
    width: 90%;
    padding: 17px 15px 26px 15px;
    margin: 0 auto;
  }

  .renova02_wrap .improvement {
    padding: 12.5px 0 11.6px 0;
    margin-top: 20px;
  }

  .renova02_clb {
    width: 90%;
    height: auto;
    flex-direction: column;
    gap: 16px;
    margin: 42px auto 50px auto;
    padding-bottom: 45px;
  }

  .renova02_clb_contents {
    width: 88%;
    padding: 35px 0 0 0;
  }

  .renova02_clb_ttl {
    font-size: 18px;
  }

  .renova02_clb_txt {
    font-size: 15px;
    line-height: 30px;
    margin-top: 16px;
  }

  .renova02_clb_img {
    display: block;
    width: 88%;
    height: auto;
    margin: 0 auto;
  }

  .renova02_clb_img_txt_ttl {
    width: 88%;
    font-size: 14px;
    letter-spacing: 0;
    margin: 16px auto 0 auto;
  }

  .renova02_clb_img_txt_name {
    width: 88%;
    height: auto;
    margin: 15px auto 0 auto;
    justify-content: center;
  }

  .renova02_clb_img_txt_name_img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 370px) {
}
