@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-lg {
  margin: 0 auto;
  max-width: 1483px;
  width: 94%;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}

.container2 {
  margin: 0 auto;
  max-width: 970px;
  width: 70%;
}

.txtWH {
  color: #ffffff;
}

.txtBr {
  color: #593D3B;
}

.bgGreen {
  background-color: #0D5352;
}

.txt14 {
  font-size: 14px;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

.txt22 {
  font-size: 22px;
}

.txt28 {
  font-size: 28px;
}

.txt32 {
  font-size: 32px;
}

.txt42 {
  font-size: 42px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.Arial {
  font-family: 'Arial';
  font-style: italic;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.txtCent {
  text-align: center;
}

img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .txt32 {
    font-size: 24px;
  }
  .txt42 {
    font-size: 32px;
  }
  .title-ja {
    font-size: 13px;
  }
  .txt18 {
    font-size: 14px;
  }
  .event .event-btn a {
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
  }
  .event .event-btn {
    width: 280px !important;
    height: 60px;
  }
  .footer .event-btn a {
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
  }
  .footer .event-btn {
    width: 280px !important;
    height: 60px;
  }
}

.top {
  /*background-image: url(../img/mv.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 365px 0 426px;
  width: 100%;
  position: relative;
}

.top-logo {
  height: auto;
  width: 339px;
}

.logo2 {
  width: 399px;
  margin-top: 8px;
  margin-left: -29px;
}

.logo3 {
  width: 160px;
  margin-left: 48px;
}

.top-logo__container {
  position: absolute;
  top: 45px;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .container {
  height: 100%;
  position: relative;
}

.top-logo img {
  width: 100%;
}

.mv-text {
  position: relative;
  top: 50%;
  left: 0;
  margin-left: 99px;
  width: 869px;
  max-width: 100%;
}

@media screen and (max-width: 1250px) {
  .top {
    padding: calc(365 / 1250 * 100vw) 0 calc(426 / 1250 * 100vw);
    padding: 0;
    height: calc(940 / 1250 * 100vw);
  }
  .top-logo {
    height: auto;
    width: calc(339 / 1250 * 100vw);
  }
  .logo2 {
    width: calc(399 / 1250 * 100vw);
    margin-left: calc(-29 / 1250 * 100vw);
  }
  .logo3 {
    width: calc(160 / 1250 * 100vw);
    margin-left: 20px;
  }
  .top-logo__container {
    left: calc(100 / 1250 * 100vw);
  }
  .mv-text {
    margin-left: calc(100 / 1250 * 100vw);
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .top {
    height: 407px;
    padding: 0;
  }
  .mv-text {
    width: 88%;
  }
  .top-logo {
    height: auto;
    width: calc(137 / 375 * 100vw);
  }
  .logo2 {
    width: calc(161 / 375 * 100vw);
  }
  .logo3 {
    width: calc(64 / 375 * 100vw);
    margin-left: 20px;
  }
}

.is-nowrap {
  white-space: nowrap;
}

@media (min-width: 569px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  }
}

.tel-link {
  color: inherit;
  text-decoration: none;
}

::-webkit-scrollbar {
    width: 3px;
}
 
::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
}
 
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#is_fixedCta {
  display: none;
}

/*======================================
    TOP
======================================*/
.mv__wrapper {
  display: -ms-grid;
  display: grid;
}

.top,
.mv-cta__container {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
}

.mv-cta__container {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
  padding-bottom: 102px;
}

.cta__container {
  text-align: center;
}

.mv-cta__text {
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 6px white;
  line-height: 1.2;
}

.cta-btn {
  display: block;
  background-color: #00B901;
  width: 591px;
  max-width: 100%;
  margin: 3px auto 0;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.93em 0;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 7px 0 #005500;
          box-shadow: 0 7px 0 #005500;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  -o-transition: box-shadow .3s ease, transform .3s ease;
  transition: box-shadow .3s ease, transform .3s ease;
  transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 97px;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../img/cta_arrow.svg) no-repeat center center/contain;
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}

.cta-btn:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 85, 0, 0);
          box-shadow: 0 0 0 rgba(0, 85, 0, 0);
  -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
      transform: translateY(7px);
}

.cta-btn:hover::before {
  right: 80px;
}

.cta-btn__text {
  display: inline-block;
  padding-right: 67px;
}

.cta__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.cta-btn.cta__fixed--btn {
  width: 433px;
  margin: 0 0.677% 0 auto;
  text-align: center;
}

.cta-btn.cta__fixed--btn::before {
  right: 45px;
}

.cta-btn.cta__fixed--btn:hover::before {
  right: 36px;
}

@media screen and (max-width: 1250px) {
  .mv-cta__container {
    padding-bottom: calc(40 / 1250 * 100vw);
  }
  .cta-btn.cta__fixed--btn {
    width: calc(433 / 1250 * 100vw);
    font-size: calc(34 / 1250 * 100vw);
  }
  .cta-btn::before {
    width: calc(55 / 1250 * 100vw);
    height: calc(55 / 1250 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mv__wrapper {
    display: block;
  }
  .cta__container {
    width: 86%;
    margin: 0 auto;
  }
  .mv-cta__container {
    padding-bottom: 0;
    margin: calc(16 / 375 * 100vw) auto 0;
    width: 80.5%;
  }
  .mv-cta__text {
    font-size: 18px;
    letter-spacing: 0.08em;
    text-shadow: 0 0 6px white;
    line-height: 1.2;
  }
  .cta-btn {
    margin: 3px auto 0;
    font-size: 20px;
    padding: 1em 0;
  }
  .cta-btn::before {
    right: 42px;
    width: 30px;
    height: 30px;
  }
  .cta-btn:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 85, 0, 0);
            box-shadow: 0 0 0 rgba(0, 85, 0, 0);
    -webkit-transform: translateY(7px);
            -ms-transform: translateY(7px);
        transform: translateY(7px);
  }
  .cta-btn:hover::before {
    right: 36px;
  }
  .cta-btn__text {
    display: inline-block;
    padding-right: 36px;
  }
  .cta__fixed {
    top: unset;
    bottom: 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-btn.cta__fixed--btn {
    width: 80.5%;
    font-size: 20px;
    margin: 0 auto;
  }
}

/*======================================
    Intro
======================================*/
.intro {
  padding-top: 94px;
  padding-bottom: 110px;
}

.section-ttl__deco {
  position: relative;
}

.section-ttl__deco::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
      transform: translateY(50%);
  width: 150px;
  height: 120px;
  background: url(https://fanrenove.co.jp/lp2/wp-content/themes/renovation/img/deco1.png) no-repeat center center/contain;
  z-index: -1;
}

.section-ttl__deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
      transform: translateY(50%);
  width: 163px;
  height: 114px;
  background: url(https://fanrenove.co.jp/lp2/wp-content/themes/renovation/img/deco2.png) no-repeat center center/contain;
  z-index: -1;
}

.section-ttl span {
  display: inline-block;
  padding-bottom: 24px;
  position: relative;
}

.section-ttl span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 2px;
  width: 500px;
  max-width: 90%;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 7px, transparent 7px, transparent 10px);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.section-ttl.-intro span {
  width: 768px;
  max-width: 100%;
}

.intro__wrapper {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 146px;
          -moz-column-gap: 146px;
       column-gap: 146px;
}

.intro__content {
  position: relative;
  -webkit-box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.25);
}

.intro__content::before {
  content: "";
  display: block;
  padding-top: 70.5731%;
}

.intro__content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1251px) {
  .section-ttl__deco.-intro::before {
    -webkit-transform: translate(12%, 46%);
            -ms-transform: translate(12%, 46%);
        transform: translate(12%, 46%);
  }
  .section-ttl__deco.-intro::after {
    -webkit-transform: translate(-68%, 44%);
            -ms-transform: translate(-68%, 44%);
        transform: translate(-68%, 44%);
  }
  .section-ttl.-intro span::before {
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: 2px;
    width: 554px;
  }
}

@media screen and (max-width: 1250px) {
  .intro__wrapper {
    -webkit-column-gap: 40px;
            -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .section-ttl__deco::before {
    width: calc(150 / 1250 * 100vw);
    height: calc(120 / 1250 * 100vw);
  }
  
  .section-ttl__deco::after {
    width: calc(163 / 1250 * 100vw);
    height: calc(114 / 1250 * 100vw);
  }
}

@media screen and (max-width: 900px) {
  .intro__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .section-ttl__deco {
    padding-bottom: 50px;
  }
  .section-ttl__deco::before {
    width: calc(150 / 900 * 100vw);
    height: calc(120 / 900 * 100vw);
  }
  .section-ttl__deco::after {
    width: calc(163 / 900 * 100vw);
    height: calc(114 / 900 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
  .intro__content {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .intro__content--sp {
    display: none;
  }
  .section-ttl.-intro span {
    width: 65%;
  }
  .section-ttl__deco::before {
    display: none;
  }
  .section-ttl__deco::after {
    display: none;
  }
  .intro__wrapper {
    margin-top: 24px;
  }
  .section-ttl__deco {
    padding-bottom: 0;
  }
}

/*======================================
    Works
======================================*/
.works {
  background-color: #FCD79B;
  padding: 115px 0 77px;
  position: relative;
}

.works__bg {
  position: absolute;
  bottom: 3%;
  right: 35px;
  width: 65px;
  height: 798px;
}

.works-ttl.section-ttl span::before {
  display: none;
}

.works-ttl {
  position: relative;
}
.works-ttl span {
  width: 204px;
}
.works-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 2px;
  width: 300px;
  max-width: 90%;
  background-image: -o-linear-gradient(left, white, white 7px, transparent 7px, transparent 10px);
  background-image: linear-gradient(to right, white, white 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.works__lists {
  margin-top: 46px;
}

.works__list:nth-child(n + 2) {
  margin-top: 128px;
  padding-top: 74px;
  position: relative;
}

.works__list:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 87%;
  height: 2px;
  background-color: #fff;
}

.works__item--ttl {
  width: 396px;
  max-width: 100%;
}

.works__item--ttl {
  width: 430px;
}

.works__detail--items {
  margin-top: 66px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 252px;
          -moz-column-gap: 252px;
       column-gap: 252px;
}

.works__detail--item-arrow {
  position: relative;
}

.works__detail--item-arrow::before {
  content: "";
  position: absolute;
  top: 24%;
  right: 0;
  -webkit-transform: translateX(calc(100% + 42px));
          -ms-transform: translateX(calc(100% + 42px));
      transform: translateX(calc(100% + 42px));
  width: 174px;
  height: 44px;
  background: url(../img/works_arrow.png) no-repeat center center/contain;
}

.works__img--container {
  -webkit-box-shadow: 17px 16px 0 #fff;
          box-shadow: 17px 16px 0 #fff;
}

.works__img--container::before {
  padding-top: 65%;
}

.works__img--container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(calc(-100% - 12px));
          -ms-transform: translateY(calc(-100% - 12px));
      transform: translateY(calc(-100% - 12px));
  height: 32px;
  background: url(../img/works_before.png) no-repeat center center/contain;
}

.works__img--container-after::after {
  background: url(../img/works_after.png) no-repeat center center/contain;
}

.works__room {
  margin-top: 78px;
  position: relative;
}

.works__room::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -40%);
          -ms-transform: translate(30%, -40%);
      transform: translate(30%, -40%);
  width: 45px;
  height: 72px;
  background: url(../img/works_pin.png) no-repeat center center/contain;
}

.works__room::before {
  padding-top: 65.8023%;
}

.img__container {
  position: relative;
}

.img__container::before {
  content: "";
  display: block;
}

.img__container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.works__voice--container {
  margin-top: 84px;
  padding-left: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

.works__voice--container-after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 24px;
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__voice--img {
  width: 200px;
}

.works__voice--content {
  width: calc(100% - 200px);
}

@media screen and (max-width: 1250px) {
  .works__detail--items {
    -webkit-column-gap: calc(140 / 1250 * 100vw);
            -moz-column-gap: calc(140 / 1250 * 100vw);
         column-gap: calc(140 / 1250 * 100vw);
  }
  .works__img--container {
    -webkit-box-shadow: 10px 10px 0 #fff;
            box-shadow: 10px 10px 0 #fff;
  }
  .works__detail--item-arrow::before {
    -webkit-transform: translateX(calc(100% + calc(30 / 1250 * 100vw)));
            -ms-transform: translateX(calc(100% + calc(30 / 1250 * 100vw)));
        transform: translateX(calc(100% + calc(30 / 1250 * 100vw)));
    width: calc(87 / 1250 * 100vw);
    height: calc(22 / 1250 * 100vw);
  }
  .works__room::after {
    width: calc(45 / 1250 * 100vw);
    height: calc(72 / 1250 * 100vw);
  }
  .works__voice--container {
    gap: calc(46 / 1250 * 100vw);
  }
  .works__bg {
    right: calc(20 / 1250 * 100vw);
  }
}

@media screen and (max-width: 900px) {
  .works__voice--img {
    width: calc(200 / 900 * 100vw);
  }
  .works__voice--content {
    width: calc(100% - (200 / 900 * 100vw));
  }
}

@media screen and (max-width: 768px) {
  .works {
    padding: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }
  .works-ttl span {
    width: 24%;
  }
  .works-ttl span::before {
    width: 100%;
  }
  .works__lists {
    margin-top: 80px;
  }
  .works__detail--items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 95%;
    max-width: 500px;
    margin: calc(60 / 375 * 100vw) auto;
    row-gap: calc(110 / 375 * 100vw);
  }
  .works__img--container {
    -webkit-box-shadow: 6px 6px 0 #fff;
            box-shadow: 6px 6px 0 #fff;
  }
  .works__room {
    margin-top: calc(24 / 375 * 100vw);
  }
  .works__detail--item-arrow::before {
    top: calc(100% + (32 / 375 * 100vw));
    right: 40%;
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    width: calc(74 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
  }
  .works__voice--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .works__voice--container {
    padding-left: 0;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    gap: 0;
  }
  .works__voice--content {
    width: 100%;
  }
  .works__voice--img {
    -webkit-transform: translateY(-30%);
            -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    width: calc(130 / 375 * 100vw);
  }
  .works__voice--container-after {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .works__item--ttl {
    max-width: 95%;
    margin: 0 auto;
  }
  .works__room::after {
    width: calc(24 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
  .works__list:nth-child(n + 2) {
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
  .works__bg {
    display: none;
  }
}

/*======================================
    Voice
======================================*/
.voice {
  padding: 147px 0 195px;
}

.voice__container {
  margin: 0 auto;
  width: 90.15625%;
}

.voice__ttl {
  margin: 0 auto;
  width: 424px;
  max-width: 100%;
}

.voice__img {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: calc(40 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .voice__img {
    margin-top: calc(20 / 375 * 100vw);
    overflow-x: scroll;
  }
  .voice__img img {
    width: 814px;
    max-width: unset;
  }
  .voice__ttl {
    width: 72%;
    max-width: 400px;
  }
}

/*======================================
    QA
======================================*/
.qa {
  padding: /*236px 0 142px*/142px 0;
}

.section-ttl.-qa span {
  width: 730px;
  max-width: 100%;
}

.qa__lead {
  margin-top: 92px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.qa__items {
  padding-top: 45px;
}

@media screen and (min-width: 1251px) {
  .section-ttl__deco.-qa::before {
    -webkit-transform: translate(-2%, 4%);
            -ms-transform: translate(-2%, 4%);
        transform: translate(-2%, 4%);
  }
  .section-ttl__deco.-qa::after {
    -webkit-transform: translate(18%, 0%);
            -ms-transform: translate(18%, 0%);
        transform: translate(18%, 0%);
  }
  .section-ttl.-qa span {
    padding-bottom: 34px;
  }
  .section-ttl.-qa span::before {
    width: 560px;
  }
}

@media screen and (max-width: 900px) {
  .qa__lead {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .qa {
    padding: calc(48 / 375 * 100vw) 0 calc(42 / 375 * 100vw);
  }
  .section-ttl.-qa span {
    width: 66.4773%;
  }
  .qa__lead {
    font-size: 18px;
    margin-top: calc(46 / 375 * 100vw);
  }
}

/*======================================
    Reason
======================================*/
.reason {
  padding-bottom: 198px;
}

.reason-ttl span {
  width: 530px;
  max-width: 100%;
}

.reason__content {
  margin-top: 150px;
}

/*.accordion-content3 {
  margin-top: 162px;
}*/

.reason_subtitle {
  font-size: 24px;
  line-height: 1.6;
}

.reason__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.reason__content2 {
  margin-top: 70px;
}

.accordion-content4 {
  margin-top: 64px;
}

@media screen and (max-width: 1250px) {
  .accordion-content3 {
    margin-top: calc(162 / 1250 *100vw);
  }
}

@media screen and (max-width: 768px) {
  .reason {
    padding-bottom: calc(48 / 375 * 100vw);
  }
  .accordion-content1 {
    display: block;
  }
  .accordion-content1-1 {
    width: 100%;
  }
  .accordion-content1-2 {
    width: 100%;
  }
  .reason-ttl span {
    width: 80%;
  }
  .reason__content {
    margin-top: calc(48 / 375 * 100vw);
  }
  .reason_subtitle {
    font-size: 20px;
  }
  .reason__text {
    font-size: 16px;
  }
}

/*======================================
    Contact
======================================*/
.contact {
  padding: 90px 0 35px;
  position: relative;
  overflow: hidden;
}

#contact {
  padding-top: 40px;
}

.contact-ttl span {
  width: 244px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-top: calc(48 / 375 * 100vw);
  }
  .contact-ttl span {
    width: 36%;
  }
}

.pl80 {
  padding-left: 80px;
}

.pl15 {
  padding-left: 15px;
  width: 50%;
}

.pr15 {
  padding-right: 15px;
  width: 50%;
}

.qa-q {
  position: relative;
}

.qa-q span {
  position: absolute;
  left: 30px;
  color: #0D5352;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial';
}

.qa-a {
  position: relative;
  padding-left: 80px;
}

.qa-a span {
  position: absolute;
  left: 30px;
  color: #FD1D00;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial';
}

.accordion-content-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-content1-1 {
  padding-right: 20px;
  width: 70%;
}

.accordion-content1-2 {
  width: 30%;
}

.accordion-content .accordion-content2 {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .qa .container2 {
    width: 90%;
  }
  .accordion-title {
    font-size: 16px !important;
  }
  .accordion-content {
    padding-right: 30px !important;
  }
  .accordion-content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion-content2 div, .accordion-content2-r div {
    width: 100%;
  }
  .accordion-content2-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .accordion-content2-text {
    font-size: 14px;
  }
  .qa-a span {
    font-size: 20px;
  }
  .qa-a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .accordion-content1 {
    display: block;
  }
  .accordion-content1-1 {
    width: 100%;
    padding-right: 0;
  }
  .accordion-content1-2 {
    width: 100%;
  }
  .reason__flex {
    display: block;
    text-align: center;
  }
  .reason__flex img {
    width: 90%;
    max-width: 500px;
    margin-top: 20px;
    padding: 0;
  }
}

.footer {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  padding: 70px 0 60px;
  width: 100%;
}

.footer-logo {
  max-width: 480px;
  width: 35%;
}

.footer-address {
  line-height: 1.5;
}

.footer-top-l, .footer-top-r {
  width: 50%;
}

.footer-top-r .cta-btn, .footer-top-r .event-btn {
  height: 80px;
  line-height: 80px;
  margin-left: auto;
  width: 360px;
}

footer .small {
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1050px) {
  .staff-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-top-r .cta-btn, .footer-top-r .event-btn {
    width: 280px;
  }
  .footer-logo {
    margin: 0 auto 20px;
    width: 70%;
  }
  .footer-top-l {
    width: 100%;
  }
  .footer-address {
    margin: 0 auto 20px;
    width: 80%;
  }
  .footer-address p {
    font-size: 16px;
  }
  .footer-top-r .cta-btn, .footer-top-r .event-btn {
    height: 60px;
    margin: 0 auto 10px;
  }
  .footer-top-r {
    margin: 0 auto;
    width: 100%;
  }
}

.accordion {
  position: relative;
  width: 100%;
}

.accordion-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 50px 10px 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 80px;
  position: relative;
  line-height: 1.3;
}

.accordion-content {
  display: none;
  background-color: #ffffff;
  padding: 30px 70px 30px 0;
}

.accordion-content p {
  line-height: 1.5;
}

/* タイトルの背景色 */
.accordion-item .accordion-title {
  border: solid 2px #026368;
  padding-left: 80px;
}

/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  border: 1px solid #707070;
}

.accordion-title {
  position: relative;
}

/* 縦線 */
.accordion-title::before {
  background: #333333;
  /* 線の色 */
  content: "";
  height: 2px;
  /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%;
  /* 線の位置を縦中央に */
  -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  /* 線を縦に */
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 15px;
  /* 線の幅 */
}

/* 横線 */
.accordion-title::after {
  background: #333333;
  /* 線の色 */
  content: "";
  height: 2px;
  /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%;
  /* 線の位置を縦中央に */
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 15px;
  /* 線の幅 */
}

/* 縦線(クリック後) */
.accordion-title.open::before {
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

/* 問い合わせフォーム */
.mw_wp_form form {
  padding: 100px 70px 50px 90px;
}

.mw_wp_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 20px;
}

.mw_wp_form dt {
  color: #333333;
  width: 40%;
}

.mw_wp_form dd {
  color: #333333;
  width: 60%;
}

.mw_wp_form dt span {
  color: #FD1D00;
}

.mw_wp_form input {
  border: solid 1px #707070;
  height: 60px;
  width: 100%;
  font-size: 16px;
}
.mw_wp_form select {
	height: 60px;
	font-size: 16px;
	max-width:300px;
	width: 100%;
	padding-left: 10px;
}

.mw_wp_form .contact-select input {
  width: 25px;
  height: 30px;
}

.mw_wp_form .contact-select input span {
  line-height: 30px;
  margin-left: 0;
  margin-bottom: 5px;
}

.mw_wp_form textarea {
  width: 100%;
}

.mw_wp_form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-select dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-select dd span {
  margin-left: 0 !important;
}

.mwform-checkbox-field-text,.mwform-radio-field-text {
  display: inline-block;
  vertical-align: text-bottom;
  height: 30px;
}

.contact-btn {
  text-align: center;
}

.mw_wp_form .back {
	margin-top: 26px;
	border: none;
	width: 60%;
	border-radius: 12px;
}

.mw_wp_form .back:hover {
	cursor: pointer;
}

@media screen and (max-width: 900px) {
  .contact .container2 {
    width: 90%;
  }
  .mw_wp_form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mw_wp_form dt, .mw_wp_form dd {
    width: 100%;
  }
  .mw_wp_form dt {
    /*height: 20px;*/
    margin-bottom: 5px;
  }
  .mw_wp_form .submit {
    margin-top: 10px;
  }
}

@media screen and (max-width: 568px) {
  .contact .container2 {
    width: 100%;
  }
  .mw_wp_form form {
    padding: 50px 40px 50px 40px;
  }
  .mw_wp_form .submit, .mw_wp_form .back {
    font-size: 16px;
  }
  .contact::after {
    bottom: -30px;
  }
}

/*.mw_wp_form input.submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 2.125rem;
  font-weight: 700;
  border: none;
  background: #00B901 url(../img/cta_arrow.svg) no-repeat center right 57px/55px 55px;
  color: #fff;
  padding: 0.93em 2.1176em 0.93em 0;
  letter-spacing: 0.12em;
  width: 591px;
  max-width: 100%;
  display: inline-block;
  border-radius: 20px;
  -webkit-box-shadow: 0 7px 0 #005500;
          box-shadow: 0 7px 0 #005500;
  height: unset;
  -webkit-transition: background .3s ease .2s, -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease .2s, -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  -webkit-transition: background .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  -o-transition: box-shadow .3s ease, transform .3s ease, background .3s ease;
  transition: box-shadow .3s ease, transform .3s ease, background .3s ease;
  transition: box-shadow .3s ease, transform .3s ease, background .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
}

.mw_wp_form input.submit:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 85, 0, 0);
          box-shadow: 0 0 0 rgba(0, 85, 0, 0);
  -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
      transform: translateY(7px);
  background: #00B901 url(../img/cta_arrow.svg) no-repeat center right 50px/55px 55px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form input.submit {
    font-size: 20px;
    background: #00B901 url(../img/cta_arrow.svg) no-repeat center right calc(50 / 768 * 100vw)/30px 30px;
  }
  .mw_wp_form input.submit:hover {
    background: #00B901 url(../img/cta_arrow.svg) no-repeat center right calc(40 / 768 * 100vw)/30px 30px;
  }
}
*/
.thanks__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.thanks__text {
  margin-bottom: 20px;
  font-size: 18px;
  padding-right: 3%;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 20px;
  }
  .thanks__text {
    font-size: 14px;
  }
}

/*=====追加分　ここから下を削除で元のCSSに戻ります=====*/
/*====追記：1136-1138行、1631行、1655-1701行コメントアウトしています=====*/
/*=====汎用=====*/
.lb-number{display:none;}
a:has(img){display:inline-block;width:100%;height:100%;}
.bg_white{background:#fff;}
.color_blue{color:#79a4bc;}
.color_white{color:#fff;}
.color_darkyellow{color:#a7943f;}
.color_yellow{color:#ffe33f;}
.color_lightgray,.faq p{color:#555;}
.footer-top-l, .footer-top-r{width:fit-content!important;margin:auto!important;}
.tac{text-align:center;}
.tar{text-align:right;}
.text_s{font-size:70%;font-family:inherit;}
.text_l{font-size:150%;font-family:inherit;}
.text_bold{font-weight:bold;}
.text_red{color:#c00;}
.text_fit{width:max-content;margin:1em auto;}
.text_indent{padding-left:1em;text-indent:-1em;}
.underline_yellow{border:solid #ffe33f;border-width:0 0 2px 0;}
.unbr{display:inline-block;}
.sp,.pc_inv{display:none;}
.pc{display:inline-block;}
.wrapper{max-width:1200px;width:94%;margin:0 auto;}
.wrapper_flex{display:flex;justify-content:space-between;}
.w15-33{width:15%;}
.w25_50{width:23%;}
.w33-100{width:32%;}
.w50-100{width:49%;}
/*=====MV=====*/
.top{background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2024/04/top_pc_2404.webp);}
/*=====MV下コンテンツ=====*/
.mv-text{top:85%;left:90%;transform: translate(-100%, 100%);width:760px;margin:0;}
.section_mv_content{margin:3em 0;width:100%;z-index:1;}
.section_mv_content .inner{background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2024/04/cta_bg.webp);background-repeat:no-repeat;background-size:cover;background-position:center;padding:2em 0}
.section_mv_content .title img{max-width:700px;padding:2.5em 1em;}
.section_mv_content .content{max-width:850px;margin:1em auto;padding:3em;background-color:#ebebeb;}
.cta-btn-2{margin:1em auto 0;}
.cta-btn-2-img{max-width:90%;}
.section_mv_content .content2{padding:6em 3em 0;background:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2024/04/cta_ttl_2.webp) no-repeat center top;}
/*======中古物件＋リノベ=====*/
section.select{margin:3em 0;width:100%;}
section.select .select1{max-width:850px;width:100%;margin:0 auto;border:solid 2px #79a4bc;border-radius:20px;}
section.select .select1 .wrapper_flex{padding:2em;}
section.select .select1 .w33-100{padding:.5em;}
section.select .select1 .w33-100 p:nth-child(2){position:relative;z-index:-1;margin:-1em 0 0 0;}
section.select .select1_ttl{padding:1em;background:#79a4bc;border:solid 2px #79a4bc;border-radius:18px 18px 0 0;}
section.select .select1_ttl img{max-width:75%;vertical-align:middle;}
section.select p.select_tri{margin:0;}
section.select .select_tri img{max-width:150px;}
.text_select{font-size:30px;line-height:2em;padding:0 0 .5em 0;border-bottom:2px solid #000;width:fit-content;margin:1em auto;}
.select2{background:linear-gradient(#fff 8%,#e3eaee 8%);padding:0 0 3em;}
.select2 .inner{max-width:850px;width:100%;margin:5em auto 0;}
.select2 .select2_ttl{background:#79a4bc;font-size:24px;color:#fff;padding:.5em 0;border:2px solid #fff;margin:.5em 0 1em -5em;}
.select2 .select2_check{margin:0 0 1em 0;text-indent:-1.25em;padding:0 0 0 2em;line-height:1.5em;font-size:18px;}
.select2 .select2_check:before{content:'';display:inline-block;background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2024/04/select_check.webp);background-repeat:no-repeat;background-size:contain;width:1em;height:1em;vertical-align:middle;padding:0 .25em 0 0;}
.select2 > .tac{font-size:21px;line-height:2em;margin:1em 0;}
/*=====選ばれる理由=====*/
.wrapper_reason_2 .flex{align-items:flex-end;}
.wrapper_reason_2 .flex > div{width:50%;}
.wrapper_reason_2 .flex div:nth-child(1){padding-right:20px;}
.wrapper_reason_2 .flex div:nth-child(2){padding-top:60px;}
.wrapper_reason_2 .flex > div img{width:100%;}
/*p.reason_3_txt{width:50%;}*/
/*=====section_secondhand=====*/
.section_secondhand{margin:0;padding:3em 0;background-color:#ebebeb;}
.content_secondhand{margin:0 50px 60px;}
.section_secondhand .content_secondhand_1{background-color:#fff;padding:30px 0;}
.content_secondhand_1 p{margin:1em 0;font-size:20px;font-weight:bold;line-height:1.5em;color:#333;}
.content_secondhand_1 p img{width:60%;height:auto;margin:30px auto;}
.section_secondhand .content_secondhand_2{background-color:transparent;}
.image_secondhand{background-color:#c8d6db;margin-top:-1px;padding:30px 0;}
.image_secondhand  p{padding:1em 3em;}
/*=====section_voice2=====*/
.section_voice2{margin:30px 0;padding:3em 0;background:#fcfafa;}
.section_voice2 h2 img{max-width:100%;width:fit-content;}
.section_voice2 .wrapper p{width:100vw;margin:100px calc(600px - 50vw);padding:25px 0;background:linear-gradient(90deg, #c8d6db 0%, #c8d6db 60%, #fcfafa 60%, #fcfafa 100%);}
.section_voice2 .wrapper p:nth-child(2n){background:linear-gradient(270deg, #c8d6db 0%, #c8d6db 60%, #fcfafa 60%, #fcfafa 100%);}
.section_voice2 .wrapper img{max-width:1200px;width:94%;margin:-100px auto 0;}
/*選択・FAQ*/
.select_top,.onestop{background:#79a4bc;padding:3em;}
.select .inner > div{margin:0 0 3em;}
.select .inner > div:last-child{margin:0;}
.select_top p,.bg_pentagon p,.onestop_top{font-size:45px;letter-spacing:.05em;line-height:1.5em;}
.select_top p,.faq p,.onestop_top{line-height:2em;}
.select_top .bg_white{display:inline-block;padding:0 .5em;margin:0 .25em 0 0;}
.select .bg_pentagon{padding:3em 3em 6em;background:#b1c4d2;clip-path:polygon(0 0,100% 0,100% 66%,50% 100%,0 66%);}
.select .bg_pentagon img{max-width:360px;}
.faq_top p{font-size:32px;}
.faq_q{font-size:25px;}
.faq_q,.faq_a{background-image:url('https://fanrenove.co.jp/lp2/wp-content/uploads/2025/10/faq_1-2.webp');background-repeat:no-repeat;background-size:65px;background-position-y:center;padding:0 0 0 70px;}
.faq_a{background-image:url('https://fanrenove.co.jp/lp2/wp-content/uploads/2025/10/faq_2-2.webp');background-position-y:top;padding-top:9px;margin-top:1.5em;}
.border_blue{border:2px solid #79a4bc;border-radius:1em;padding:2em;margin:3em 0 0;}
/*選択2*/
.select2 .inner > .tac{font-size:21px;line-height:2em;margin:1em 0;}
/*ワンストップ*/
.onestop{padding:3em 3em 4em;}
.onestop_top{margin-bottom:1em;}
.onestop .wrapper_flex{background:linear-gradient(to bottom,#79a4bc 25%,#b1c4d2 25% 75%,#79a4bc 75%);}
/*=====固定ボタン=====*/
.fix-cta-btn{position:fixed;bottom:0;right:0;max-width:33%;z-index:100;}
.fix-cta-btn-img{opacity:0;}
/*=====CTAボタン単独=====*/
.section_cta-btn .cta-btn-2-img{max-width:750px;}
/*=====コンタクト=====*/
.contact_img{max-width:1000px;margin:90px auto 0;}
.reflection{display:inline-block;position:relative;overflow:hidden;}
.reflection:after {content:"";height:100%;width:30px;position:absolute;top:-90px;left:0;background-color: #fff;opacity:0;-webkit-transform: rotate(45deg);-webkit-animation: reflection 3s ease-in-out infinite;} 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*=====フォーム=====*/
section.contact{padding:50px 0;}
section.contact .mw_wp_form form{width:80%;padding:2em 0;margin:0 auto;}
section.contact .mw_wp_form dl{justify-content:space-between;}
section.contact .mw_wp_form dt{width:35%;}
section.contact .mw_wp_form dd{width:65%;}
section.contact .mw_wp_form dt,section.contact .mw_wp_form input,section.contact .mw_wp_form select,section.contact .mw_wp_form textarea{font-size:14px;font-weight:normal;letter-spacing:.05em;}
section.contact .mw_wp_form input,section.contact .mw_wp_form select{height:2em;}
.mw_wp_form .horizontal-item + .horizontal-item{margin:0 10px 0 0!important;}
section.contact .area select{margin-bottom:1em;}
.mw_wp_form dt .require{color:#fff;background:#c00;padding:.125em .5em;font-size:80%;font-weight:bold;letter-spacing:.1em;}
.mw_wp_form dt .text_s{display:inline-block;padding:1em 0 0 0;color:#666;}
.label_area{display:inline-block;padding-bottom:.5em;}
.mwform-checkbox-field{display:inline-block;}
.mw_wp_form input[type="checkbox"],.mw_wp_form input[type="radio"]{height:30px;width:fit-content;}
label:has(.mwform-radio-field-text){display:inline-block;}
.mw_wp_form select#period{width:100%;}
/*注意書き*/
section.contact p{line-height:1.5em;}
section.contact .text_fit{margin:2em auto 0;}
/*確認・送信ボタン*/
.contact-btn input[type="submit"]{cursor:pointer;max-width:750px!important;height:115px!important;margin:1em auto;background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2023/05/btn_confirm.jpg);background-repeat:no-repeat;background-size:cover;background-position:top right;/*animation:anime_button 2s ease-out infinite;*/}
.mw_wp_form_confirm .contact-btn input[type="submit"]{background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2023/05/btn_submit_2305.jpg);}
.mw_wp_form_confirm .contact-btn input:nth-child(2){background-image:none;}
#mw_wp_form_mw-wp-form-946 button[type="submit"]{padding:0;border:none;max-width:700px;cursor:pointer;}
#mw_wp_form_mw-wp-form-946 button[type="submit"] img{vertical-align:bottom;}
/*=====サンクスページ=====*/
.section_thanks{padding:2em 0;}
.wrapper_box{max-width:800px;width:95%;margin:1em auto;}
.section_thanks img{max-width:99%;width:100%;vertical-align:middle;}
.section_thanks a{color:#0D5352;text-decoration:none;}
.section_thanks a:hover{opacity:.7;}
.section_thanks p{margin:1em 0!important;}
.section_thanks .wrapper_flex{justify-content:flex-start;}
/*=====APIポップアップ=====*/
.l_fbagjs,.l_brieje{display:none!important;}
/*=====ボタンアニメーション=====*/
.fix-cta-btn,.cta-btn-2-img,.confirm-btn-img{animation:anime_button 2s ease-out infinite;}
@keyframes anime_button{
0%,40%,60%,80% {transform:scale(1.0);}
50%,70%,90% {transform: scale(0.95);}
}
@media screen and (max-width:1250px){
/*=====MV下コンテンツ画像：コンテンツ幅=====*/
.section_voice2 .wrapper p{margin:100px 0;}
.mv-text{top:70%;left:65%;transform: translate(-50%, -50%);width:60%;margin:0;}
/*選択・FAQ：コンテンツ幅*/
.select_top p,.bg_pentagon p{font-size:3.5vw;}
/*ワンストップ：コンテンツ幅*/
.onestop_top{font-size:3vw;}
}
@media screen and (max-width:850px){
/*=====MV下コンテンツ画像：パッド=====*/
.section_mv_content .content{max-width:90%;padding:0 0 2em;}
.section_mv_content .content img.content-img{width:100%;height:auto;margin:0;padding:1em;}
}
@media screen and (max-width:768px){
/*body{margin-bottom:100px;}*/
/*=====汎用：スマホ=====*/
.sp,.pc_inv{display:inline-block;}
.w15-33{width:32%;}
.w25_50{width:48%;}
.w33-100,.w50-100{width:100%;}
/*打ち消し：スマホ*/
.footer-top-r .cta-btn,.footer-top-r .event-btn,.event .event-btn,.footer .event-btn{width:100%;}
body{overflow-x:hidden;}
/*トップCTAボタン：スマホ*/
.top-logo__container{width:calc(100vw - (100 / 1250 * 100vw * 2));justify-content:space-between;align-items:center;}
.logo3{margin-left:0;}
.top_btn_cta{width:calc(64 / 375 * 100vw);border-radius:8px;background:#2E9697;box-shadow:1px 1px 4px #00000055;}
.top_btn_cta a{color:#fff;font-size:5vw;font-weight:bold;line-height:1.2em;letter-spacing:.1em;text-decoration:none;display:inline-block;padding:.5em 0;width:100%;text-align:center;}
/*MV：スマホ*/
.top{background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2024/04/top_sp_2404.webp);}
.mv-text{top:60%;left:50%;max-width:500px;width:100%;padding:0 5%;transform:translate(-50%, 0%);}
/*=====MV下コンテンツ：スマホ=====*/
.section_mv_content .title img{width:90%;}
.section_mv_content .content2{padding:12% 2em 0;background-size:calc(100% - 4em);}
.section_mv_content .content2.wrapper_flex{flex-wrap:wrap;}
.section_mv_content .content2 .w50-100{padding:0 0 1em;}
section.select .select1_ttl img{max-width:100%;padding:0 0 .5em 0;}
section.select .select1 .wrapper_flex{flex-wrap:wrap;padding:1em;}
section.select .select1 .w33-100{display:flex;justify-content:center;padding:.5em 0;}
section.select .select1 .w33-100 p:nth-child(2){position:relative;z-index:-1;margin:0 0 0 -.5em;}
section.select .select1 .w33-100:nth-child(2) p:nth-child(1){order:2;}
section.select .select1 .w33-100:nth-child(2) p:nth-child(2){order:1;margin:0 -.5em 0 0;}
section.select .select1 .w33-100 img{max-height:90%;}
section.select .select_tri img{max-width:33%;}
.text_select{font-size:15px;}
.select2{margin:0;}
.select2 .inner .wrapper_flex{flex-wrap:wrap;margin:3em auto 0;}
.select2 .inner .w50-100:nth-child(1){width:94%;margin:0 auto;}
.select2 .inner .w50-100:nth-child(2){padding:0 3%;}
.select2 .select2_ttl{line-height:1.5em;width:fit-content;padding:.5em 1.5em;margin:-2.25em auto .5em;}
.select2 .select2_check,.select2 > .tac{font-size:18px;}
/*=====選ばれる理由：スマホ=====*/
.reason,.reason__content{width:100%;margin:0 auto;padding:0 5px;}
.reason__content{padding:2em 5px;}
.wrapper_reason_2 .flex{flex-wrap:wrap;}
.wrapper_reason_2 .flex > div{width:100%;}
.wrapper_reason_2 .flex div:nth-child(1){padding-right:0px;padding-bottom:20px;}
.wrapper_reason_2 .flex div:nth-child(2){padding-top:0px;}
/*=====section_secondhand：スマホ=====*/
.section_secondhand{padding:2em 0;}
.section_secondhand .wrapper{width:98%;}
.content_secondhand{margin:0 15px;}
.section_secondhand .content_secondhand_1{padding:15px 5px;}
.content_secondhand_1 p{font-size:15px;}
.content_secondhand_1 p img{width:100%;margin:15px 0;}
.content_secondhand_2{padding-top:3em;}
.content_secondhand_2 .wrapper_flex{flex-wrap:wrap;}
.image_secondhand{padding:15px 0;}
.image_secondhand p{padding:1em 0;}
.image_secondhand .wrapper_flex{width:100vw;margin:0 -15px;}
.image_secondhand .wrapper_flex p{width:49%;height:auto;margin:10px 0;}
/*=====section_voice2：スマホ=====*/
.section_voice2{padding:2em 0;}
.section_voice2 h2 img{width:30%;}
.section_voice2 .wrapper p{width:100%;margin:30px 0;padding:0;background-image:none!important;}
.section_voice2 .wrapper img{width:100%;margin:0 auto;}
/*選択・FAQ：スマホ*/
.select_top{padding:1em;}
.select_top p,.bg_pentagon p,.faq_top p{font-size:5vw;}
.select_top p .bg_white:nth-child(2){margin:0;}
.select .wrapper_flex{flex-wrap:wrap;}
.select .inner > div.wrapper_flex{margin:0 0 1em;}
.select .bg_pentagon{padding:1em 1em 3em;}
.select .bg_pentagon img{width:50%;}
.faq .border_blue{padding:1.5em;}
.faq_q{font-size:4vw;background-position-y:top;}
.faq_q,.faq_a{background-size:40px;padding:0 0 0 45px;}
.faq_a{font-size:3vw;padding-top:3px;}
/*選択2：スマホ*/
.select2 .inner > .tac{font-size:18px;}
/*ワンストップ：スマホ*/
.onestop{padding:1em 1em 2em;}
.onestop_top{font-size:4vw;letter-spacing:0;}
.onestop .wrapper_flex{flex-wrap:wrap;row-gap:1em;background:linear-gradient(to bottom,#79a4bc 10%,#b1c4d2 10% 35%,#79a4bc 35% 63%,#b1c4d2 63% 88%,#79a4bc 88%);}
.onestop .w15-33{width:30%;}
/*=====固定ボタン：スマホ=====*/
.fix-cta-btn{max-width:100%;}
/*=====CTAボタン単独：スマホ=====*/
.section_cta-btn .cta-btn-2-img{max-width:90%;}
/*=====フォーム：スマホ=====*/
section.contact{padding:0 10px;}
section.contact .mw_wp_form form,section.contact .mw_wp_form dt,section.contact .mw_wp_form dd{width:100%;}
section.contact .mw_wp_form select{width:75%;}
/*注意書き：スマホ*/
section.contact p{font-size:12px;}
section.contact .text_fit{width:100%;}
section.contact .mw_wp_form dt,section.contact .mw_wp_form input,section.contact .mw_wp_form select,section.contact .mw_wp_form textarea{font-size:12px;}
section.contact .mw_wp_form dt{margin:bottom:7px;}
/*送信ボタン：スマホ*/
.contact-btn input[type="submit"]{max-width:90%!important;height:auto!important;aspect-ratio:19 / 5;background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2023/05/btn_confirm_sp.jpg);}
.mw_wp_form_confirm .contact-btn input[type="submit"]{background-image:url(https://fanrenove.co.jp/lp2/wp-content/uploads/2023/05/btn_submit_sp_2305.jpg);}
.mw_wp_form_confirm .contact-btn input:nth-child(2){background-image:none;}
/*サンクスページ：スマホ*/
}
