@charset "utf-8";
/* 共通CSS */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;700;900&display=swap');
@import url("https://use.typekit.net/edj4jyj.css");
* {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
}
.mincho,
.mincho span {
  font-family: 'Noto Serif JP', serif;
}
.gosick,
.gosick span{
  font-family: 'Noto Sans Japanese', sans-serif;
}

/* 改行位置調整用 */
.pc{
  display: block;
}
.sp{
  display: none;
}

/* flex共通 */
.flex {
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_jsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_afs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header {
  height: 70px;
  padding: 15px 0 20px;
  background-color: #fff;
}
.header__logo {
  width: 240px;
}
.header__logo a {
  display: block;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.fv_inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.fv {
  background: transparent url(../img/fv_bg_pc.jpg) center center / cover no-repeat;
  text-align: center;
}
#fvCatchphrase {
  padding-bottom: 10px;
}
#fvCatchphrase span {
  display: inline-block;
  line-height: 1.5em;
}
#fvCatchphrase br {
  display: none;
}
.fv__catchphrase--place,
.fv__catchphrase--noplace {
  display: inline-block;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  text-shadow: 0 1px 4px #fff;
}
.fv__catchphrase--noplace {
  font-size: 1.5em;
}
.fv__catchphrase--place .fv__place {
  font-family: 'Noto Sans JP', sans-serif;
  color: #c77c01;
  font-size: 1.23em;
}
.fv__sell--place,
.fv__relay--place {
  font-size: 1.23em;
}
.fv__relay--place {
  color: #002172;
  font-weight: 900;
}
.fv__sell--noplace {
  font-size: 1.33em;
}
.fv__relay--noplace {
  color: #002172;
  font-size: 1.75em;
}
.fv__oricon {
  display: inline-block;
  max-width: 1430px;
}

.title-gradation {
  position: relative;
  background-color: #CC0B0E;
  color: #fff;
  text-align: center;
}

.assessment {
  background-color: #E3EBEE;
}
.assessment-white {
  background-color: #fff;
}
/*==================================
2406_フォームエリア改修
==================================*/
.title-assessment {
  padding: 0.85em 0 0.85em 4.5em;
  font-size: 2.125em;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  border-bottom: 3px solid #bd967c;
}
.title-assessment .gold {
  color: #DEA95A;
  line-height: 1.5em;
}
.title-assessment .title-assessment__60seconds {
  position: absolute;
  top: 53%;
  right: calc(50% + 8.9em);
  transform: translate(0, -50%);
  display: inline-block;
  padding: 0 1em 0.1em;
  border-radius: 2em;
  color: #ff0000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.58em;
  line-height: 1.4em;
  text-shadow: none;
}
.title-assessment__60seconds span {
  display: inline-block;
  color: #bd967c;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
}
.title-assessment__60seconds span span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25em;
}

.assessment-form_wrap{
  border: 3px solid #020055;
  border-radius: 20px;
  margin: 40px auto;
  width: calc(100% * 830 / 1100);
  max-width: 830px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.17);
  padding-bottom: 5px;
}
.title-form_blue{
  width: 100%;
  background-color: #020055;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  padding: 0.8% 0;
  letter-spacing: 0.09em;
}
.assessment-text{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin: 2% 0;
}

.assessment-form {
  padding: 15px 0 25px;
  width: calc(100% - 50px);
  margin: 0 auto;
  background-color: #f2f2f2;
  border-radius: 20px;
  text-align: center;
}
.assessment-form__select {
  text-align: left;
  position: relative;
  width: calc((100% - 54px) / 3);
}
.assessment-form_step{
  font-weight: bold;
  color: #525252;
  margin-bottom: -5px;
}
.assessment-form_step span{
  font-size: 1.3em;
}
.assessment-form_step.ico-ok-check {
  position: relative;
}
.assessment-form_step.ico-ok-check::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 23px;
  content: "OK";
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.assessment-form__select::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 1em;
  transform: translate(0, -70%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  pointer-events: none;
}
.assessment-form__select select {
  width: 100%;
  padding: 0.75em 1em;
  border-radius: 3px;
  font-size: 1em;
}
.assessment-form__select select:disabled {
  opacity: 1;
  color: #666666;
}
.assessment-form__select select.set {
  background-color: #fff;
  border: 2px solid #bbb;
}
.assessment-form__select select.check {
  background-color: #fceff2;
  border: 2px solid #e75773;
}
.assessment-form__submit {
  position: relative;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  background-color: #f08200;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 1.875em;
  text-align: center;
  cursor: pointer;
  transition: opacity .2s;
  letter-spacing: 0.06em;
}
.assessment-form__submit span{
  font-size: 1.3em;
}
/* .assessment-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
} */
.assessment-form__caution {
  /* position: absolute; */
  /* top: calc(100% + 7px); */
  /* right: 20px; */
  text-align: right;
  color: #666666;
  font-size: 0.75em;
  margin-right: 1.5em;
}

@media (hover: hover) {
  .assessment-form__submit:hover {
    opacity: 0.7;
  }
}

.reasons {
  padding-bottom: 110px;
  background-color: #F6F6F6;
}
.title-3reasons {
  position: relative;
  padding: 0.5em 0 0.85em;
  font-size: 2.25em;
}
.title-3reasons::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bd967c;
}
.title-3reasons .gold {
  display: inline-block;
  color: #E9D280;
  line-height: 1.5em;
}
.title-3reasons .big {
  display: inline-block;
  margin: 0 -0.1em;
  font-size: 2.17em;
  line-height: 1em;
}
.reasons__image {
  width: 100%;
  max-width: 717px;
  margin: 44px auto 70px;
}
.title-reason {
  background-color: #fce2e2;
  color: #f00000;
  font-size: 1.7em;
}
.title-reason .reason {
  position: relative;
  display: inline-block;
  width: 230px;
  padding: 1em 0 1em 80px;
  background-color: #CC0B0E;
  color: #fff;
  font-size: 1.14em;
  letter-spacing: 0.05em;
}
.title-reason .reason span {
  position: absolute;
  top: 53%;
  left: 30px;
  transform: translate(0, -50%);
  display: inline-block;
  color: #d8c3b4;
  font-family: "quasimoda", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1em;
}
.title-reason .reason .reason__support {
  font-size: 0.88em;
  letter-spacing: -0.05em;
}
.title-reason .description {
  flex: 1;
  position: relative;
  margin: 0 0.25em 0 1.25em;
}
.title-reason .description > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: inline-block;
  line-height: 1.5em;
}
.title-reason .description span span {
  display: inline-block;
  line-height: 1.5em;
}
.reason__oricon {
  width: 100%;
  max-width: 855px;
  margin: 35px auto;
}
.reason__exp {
  margin: 30px 0;
  font-size: 1.125em;
  text-align: center;
}
.reason__exp span {
  display: inline-block;
}
.reason1__image {
  width: 100%;
  margin: 30px auto 100px;
}
.reason2__box {
  position: relative;
  background-color: #fce2e2;
  text-align: center;
}
.reason2__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #001c63;
  border-color: #CC0B0E;
  border-image-slice: 1;
}
.title-reason2 {
  position: relative;
  padding: 10px 0;
  background-color: #CC0B0E;
  color: #fff;
  font-size: 1.75em;
  font-weight: 600;
  text-align: center;
}
.title-reason2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bd967c;
}
.title-reason2 span {
  font-size: 0.68em;
}
.reason2__list {
  display: inline-block;
  padding: 20px 20px 16px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  vertical-align: bottom;
}
.reason2__list li {
  position: relative;
  display: inline-block;
  width: 15em;
  height: 75px;
  margin: 0 50px;
  background: transparent url(../img/reason2_icon1.png) left center / 43px 43px no-repeat;
  font-size: 1.125em;
  font-weight: bold;
  text-align: left;
}
.reason2__list li:nth-child(2) {
  background-image: url(../img/reason2_icon2.png);
  white-space: nowrap;
}
.reason2__list li:nth-child(3) {
  background-image: url(../img/reason2_icon3.png);
}
.reason2__list li:nth-child(4) {
  background-image: url(../img/reason2_icon4.png);
}
.reason2__list li:nth-child(5) {
  background-image: url(../img/reason2_icon5.png);
}
.reason2__list li:nth-child(6) {
  background-image: url(../img/reason2_icon6.png);
}
.reason2__list li span {
  position: absolute;
  display: block;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
  width: calc(100% - 60px);
  line-height: 1.25em;
}
.reason2__list li br {
  display: none;
}

.more-btn {
  position: relative;
  width: 400px;
  margin: 45px auto 100px;
  padding: 0.75em;
  background-color: #020055;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
  transition: opacity .2s;
  cursor: pointer;
}
.more-btn::before,
.more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 0.9em;
  height: 1px;
  background-color: #fff;
}
.more-btn::after {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .more-btn:hover {
    opacity: 0.7;
  }
}

/* 1031追加 Our policy */
.policy{
  padding: 90px 0 90px;
  background-color: #CC0B0E;
}
.policy-title{
  text-align: center;
  margin-bottom: 30px;
}
.policy-text{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}
.policy-movie{
  padding: 110px 0 100px;
}
.moviebox-policy{
  margin-bottom: 50px;
  width: 1100px;
  height: 620px;
  margin: 0 auto;
}
.moviebox-policy video{
  width: 100%;
}
.policy-movie-text{
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  font-size: 1.5em;
}

.group {
  padding: 95px 0 100px;
}
.title-group {
  color: #ff0000;
  font-size: 1.75em;
  text-align: center;
  line-height: 1.5em;
}
.group__text {
  padding: 1em 0 2.5em;
  text-align: center;
  line-height: 1.75em;
}
.title-group span,
.group__text span {
  display: inline-block;
  line-height: 1.5em;
}
.group__image,
.group__logo {
  display: block;
  width: 100%;
  max-width: 615px;
  margin: 0 auto 45px;
}
.group__logo {
  margin-bottom: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
}
.popup__close {
  position: absolute;
  top: 20px;
  left: calc(50% + 530px);
  z-index: 5;
  width: 38px;
  height: 38px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity .2s;
}
.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .popup__close:hover {
    opacity: 0.7;
  }
}
.popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  max-width: 1100px;
  padding: 40px 45px;
  background-color: #000;
  overflow-y: auto;
}

.voice {
  /* margin-top: 100px; */
  padding-bottom: 1px;
  background-color: #fce2e2;
}
.title-voice {
  position: relative;
  margin-bottom: 50px;
  padding: 1.25em 0;
  font-size: 2.125em;
  line-height: 1.7em;
}
.title-voice::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bd967c;
}
.title-voice span {
  display: inline-block;
  line-height: 1.7em;
}
.title-voice .gold {
  color: #DEA95A;
}
.title-voice--point {
  padding: 1em 0 0.5em;
  color: #f00000;
  font-size: 1.75em;
  line-height: 1.5em;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}
.title-voice--point span {
  display: block;
  color: #950a07;
  font-size: 1.21em;
  line-height: 1.5em;
}
.voice__wrapper {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-bottom: 50px;
}
.voice__popup-wrapper {
  gap: 30px;
}
.swiper-slide{
  height: auto;
}
.voice__swiper-inner {
  position: relative;
  height: calc(100% - 30px);
  margin: 15px;
  padding: 30px 30px 80px;
  background-color: #fff;
  box-shadow: 0 0 15px #fbd6d6;
  font-weight: 500;
}
.voice__popup-content{
  display: flex;
  align-items: stretch;
  filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.1));
  width: calc((100% - 60px) / 3);
}
.voice__popup-inner {
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  position: relative;
  padding: 15px 15px 60px;
  background-color: #fff;
}
/* .voice__swiper-inner::after,
.voice__popup-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fbc5c5;
} */
.voice__swiper-inner::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fbc5c5;
}
/* .voice__swiper-inner p:first-child,
.voice__popup-inner p:first-child {
  min-height: 16em;
} */
.voice__swiper-inner p:first-child {
  min-height: 16em;
}
.voice__charge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 60px);
}
.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  visibility: hidden;
}

#customerVoice.more-btn {
  margin-top: 25px;
}

.title-faq {
  position: relative;
  padding: 0.7em;
  font-size: 2.625em;
}
.title-faq::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bd967c;
}
.faq__dl {
  padding: 4px 0 100px;
}
.faq__dl dt {
  position: relative;
  margin-top: 48px;
  padding: 2em 0;
  border-top: 1px solid #9C9C9C;
  border-bottom: 1px solid #9C9C9C;
}
.faq__dl dt p {
  flex: 1;
  padding: 0 0.5em 0 3em;
  background: transparent url(../img/faq_icon.png) left center / 26px auto no-repeat;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8em;
}
.faq__btn {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: #333333;
  border: none;
  border-radius: 50%;
}
.faq__btn::before,
.faq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.faq__btn::after {
  width: 2px;
  height: 10px;
  transition: opacity .3s, transform .3s;
}
.open .faq__btn::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__dl dd {
  display: none;
  padding: 1.5em 0;
  font-size: 1.125em;
}

footer {
  padding-top: 60px;
  background-color: #CC0B0E;
  text-align: center;
}
.footer__logo img {
  width: 340px;
}
.footer__link {
  padding: 1em 0 1.5em;
  border-bottom: 1px solid #fff;
}
.footer__link--sub {
  padding: 1.5em 0 2.5em;
}
footer a {
  position: relative;
  display: inline-block;
  margin: 1em;
  color: #fff;
  font-size: 0.95em;
}
footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #fff;
  transition: width .2s;
}
@media (hover: hover) {
  footer a:hover::after {
    width: 100%;
  }
}
.footer__white {
  padding: 40px 0 30px;
  background-color: #fff;
}
.footer__catch {
  width: 375px;
  margin: 0 auto 15px;
}
.footer__catch img {
  vertical-align: bottom;
}
footer small {
  font-size: 0.875em;
}

@media all and (max-width: 1160px) {
  #fvCatchphrase br {
    display: inline-block;
  }

  .popup__close {
    left: auto;
    right: 7px;
  }
  .popup__inner {
    padding: 25px 30px;
  }

  .moviebox-policy{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .voice__popup-wrapper {
    gap: 20px;
  }
  .voice__swiper-inner {
    padding: 20px 20px 70px;
  }
  .voice__popup-inner {
    position: relative;
    /* width: calc((100% - 40px) / 3); */
    padding: 20px 20px 80px;
  }
  .voice__charge {
    left: 20px;
    bottom: 20px;
  }
}

@media all and (max-width: 1000px) {
  .title-assessment {
    padding: 0.5em 0 0.25em;
    font-size: 2em;
  }
  .title-assessment .title-assessment__60seconds {
    position: absolute;
    top: 45%;
    left: -2%;
  }
  .title-assessment .title-assessment__60seconds img {
    width: 100px;
  }

  .title-reason .pc-br {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .fv {
    padding-bottom: 40px;
  }

  .assessment-form__select {
    width: 32%;
  }
  .assessment-form__submit {
    width: 85%;
    max-width: 400px;
    margin: 25px auto 0;
    padding: 0 0.5em 0.8em;
    font-size: 1.3em;
    line-height: 0.5;
  }

  .title-3reasons {
    font-size: 2em;
  }
  .reason2__list li {
    margin: 0 20px;
  }

  .policy-text{
    font-size: 1.3em;
  }

  .voice__swiper-inner,
  .voice__popup-inner {
    font-size: 0.8em;
  }

  .footer__link {
    width: 580px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  header {
    height: 100px;
    padding: 10px 0 15px;
  }
  .header__logo-new{
    width: 250px;
    margin: 0 auto 10px;
  }
  .header__logo {
    width: 140px;
    margin: 0 auto 10px;
  }

  .fv {
    padding: 0;
    background-image: url(../img/fv_bg_sp.jpg);
  }
  .fv_inner {
    padding: 0;
  }
  #fvCatchphrase {
    margin-bottom: -5px;
    padding-bottom: 0;
  }
  .fv__catchphrase--place,
  .fv__catchphrase--noplace {
    font-size: 0.95em;
    text-align: left;
  }
  .fv__place {
    color: #c77c01;
    font-size: 1.33em;
    letter-spacing: 0.02em;
  }
  .fv__sell--place {
    font-size: 1.33em;
  }
  .fv__relay--place,
  .fv__sell--noplace
  .fv__relay--noplace {
    font-size: 1.4em;
  }
  .fv__relay--place,
  .fv__relay--noplace {
    font-size: 1.4em;
    font-weight: 900;
    letter-spacing: 0;
  }
  .fv__relay--place .fv__letter-space,
  .fv__relay--noplace .fv__letter-space {
    letter-spacing: -0.075em;
    margin-right: -0.1em;
  }
  .fv__oricon {
    max-width: 100%;
  }

  .title-gradation {
    background-color: #CC0B0E;
  }

  .title-assessment {
    font-feature-settings: "palt";
    padding: 2.3em 0 0.3em;
    font-size: 2em;
    line-height: 1.3;
  }
  .title-assessment__60seconds {
    padding: 0.1em 1em 0.15em;
    font-size: 0.75em;
  }

  .title-assessment .title-assessment__60seconds {
    left: auto;
    top: 27%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 78%;
  }
  
  .title-assessment .title-assessment__60seconds img {
    width: auto;
  }

  .assessment-form_wrap{
    border-radius: 20px;
    margin: 30px 5%;
    width: 90%;
  }
  .title-form_blue{
    font-size: 20px;
    line-height: 1.3;
    padding: 2.5% 0;
  }
  .assessment-text{
    font-size: 19px;
    line-height: 1.5;
    margin: 4% 0;
  }

  .assessment-form {
    width: calc(100% - 30px);
    padding: 10px 0 15px;
  }
  .assessment-form__select {
    width: calc(100% - 10px);
    max-width: 390px;
    margin: 15px auto 0;
  }
  .assessment-form__select::after {
    top: 65%;
  }
  .assessment-form__caution {
    top: -20px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .assessment-form_step{
    margin-top: -15px;
  }

  .reasons {
    padding-bottom: 45px;
  }
  .title-3reasons {
    padding: 23px 0 20px;
    font-size: 1.43em;
    line-height: 1.25em;
  }
  .title-3reasons::after {
    height: 3px;
  }
  .title-3reasons .small {
    font-size: 0.8em;
  }
  .title-3reasons .middle {
    display: block;
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .title-3reasons .big {
    font-size: 1em;
  }
  .title-reason {
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 1.1em;
  }
  .title-reason .reason {
    width: 65px;
    padding: 15px 0;
    font-size: 0.85em;
    text-align: center;
  }
  .title-reason .reason span {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    display: block;
  }
  .title-reason .reason .reason__support {
    font-size: 0.75em;
  }
  .reason__oricon {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 20px;
  }
  .reason__exp {
    margin: 20px 0;
    font-size: 0.875em;
  }
  .reason1__image {
    margin: 20px auto 65px;
  }
  .title-reason2 {
    font-size: 1.05em;
  }
  .title-reason2::after {
    height: 3px;
  }
  .title-reason2 span {
    font-size: 0.7em;
  }
  .reason2__list {
    padding: 10px;
  }
  .reason2__list li {
    height: 45px;
    margin: 0;
    background-size: 24px 24px;
    font-size: 0.725em;
  }
  .reason2__list li:nth-child(2) {
    white-space: normal;
  }
  .reason2__list li span {
    left: 30px;
    width: calc(100% - 30px);
  }
  .reason2__list li br {
    display: inline;
  }
  .reason2__list li br.se {
    display: none;
  }

  .more-btn {
    width: 210px;
    padding-left: 0;
    margin: 30px auto 65px;
    font-size: 0.75em;
  }
  .more-btn::before,
  .more-btn::after {
    right: 15px;
  }

  .policy{
    padding: 50px 0;
  }
  .policy-title{
    margin-bottom: 30px;
  }
  .policy-title img{
    width: 60%;
  }
  .policy-text{
    font-size: 1em;
  }
  .policy-movie{
    padding: 50px 0;
  }
  .moviebox-policy{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto 20px 0;
  }
  .moviebox-policy video{
    width: 100%;
  }
  .policy-movie-text{
    font-size: 1em;
  }

  .group {
    padding: 55px 0;
  }
  .title-group {
    font-size: 1.225em;
  }
  .group__text {
    padding-bottom: 1.75em;
    font-size: 0.875em;
  }
  .group__image {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-bottom: 35px;
  }

  .popup__close {
    width: 33px;
    height: 33px;  
    background-color: rgba(0, 0, 0, 0.74);
    border: none;
  }
  .popup__inner {
    height: calc(100% - 67px);
    padding: 0;
  }
  #supportContent .popup__inner {
    padding: 10px;
  }

  .voice {
    margin-top: 35px;
  }
  .title-voice {
    margin-bottom: 20px;
    padding: 1em 0;
    font-size: 1.25em;
  }
  .title-voice::after {
    height: 3px;
  }
  .title-voice--point {
    font-size: 1em;
  }
  .title-voice--point span {
    font-size: 1.31em;
  }
  .voice__wrapper {
    margin-top: -10px;
    padding-bottom: 30px;
  }
  .voice__popup-wrapper {
    gap: 0;
  }
  .voice__swiper-inner {
    padding: 20px 30px 60px;
  }
  .voice__popup-content{
    position: relative;
    display: block;
    align-items: normal;
    filter: none;
    width: 100%;
  }
  .voice__popup-content::after {
    content: "";
    position: absolute;
    top: 100%;
    width: calc(100% - 30px);
    left: 15px;
    height: 0;
    border: none;
    border-bottom: 1px solid #A4A4A4;
    z-index: 10;
  }
  .voice__popup-content:last-child:after {
    border-bottom: none;
  }
  .voice__popup-inner {
    clip-path:none;
    width: 100%;
    padding: 20px 30px 60px;
  }
  .voice__swiper-inner p:first-child {
    min-height: 12em;
  }
  .voice__popup-inner p:first-child {
    min-height: auto;
  }
  .voice__charge {
    left: 30px;
  }
  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    visibility: visible;
  }
  .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #ff0000;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 23px;
    height: 44px;
    transform: translate(0, -50%);
    background-color: #BDBDBD;
  }
  .swiper-button-prev {
    left: 3px;
  }
  .swiper-button-next {
    right: 3px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .swiper-button-prev:after {
    left: 8.5px;
    transform: translate(0, -50%) rotate(-135deg);
  }
  .swiper-button-next:after {
    right: 8.5px;
    transform: translate(0, -50%) rotate(45deg);
  }

  .title-faq {
    font-size: 1.5em;
  }
  .title-faq::after {
    height: 3px;
  }
  .faq__dl {
    padding-bottom: 65px;
  }
  .faq__dl dt {
    margin-top: 22px;
    padding: 0.8em 0;
  }
  .faq__dl dt p {
    padding-left: 2.25em;
    background-size: 19px auto;
    font-size: 0.875em;
  }
  .faq__btn {
    width: 20px;
    height: 20px;
  }
  .faq__btn::before {
    width: 8px;
  }
  .faq__btn::after {
    height: 8px;
  }
  .faq__dl dd {
    font-size: 0.8em;
  }

  footer {
    padding-top: 40px;
  }
  .footer__logo img {
    width: 233px;
  }
  .footer__link {
    width: 100%;
    padding: 1.5em 0 0;
    text-align: left;
  }
  .footer__link--sub {
    padding-bottom: 1.5em;
    text-align: left;
  }
  .footer__link li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .footer__link li a {
    position: relative;
    display: block;
  }
  .footer__link li a::after {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    transform: translate(0, -50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0;
  }
  footer a {
    margin: 0.8em 0;
    font-size: 0.875em;
  }
  .footer__white {
    padding: 10px 0 15px;
  }
  .footer__catch {
    width: 275px;
    margin-bottom: 5px;
  }
  footer small {
    font-size: 0.7em;
  }
}

@media all and (max-width: 500px) {
  .reason2__list li {
    width: 13em;
  }
}

@media all and (max-width: 374px) {
  .fv__catchphrase--place,
  .fv__catchphrase--noplace {
    font-size: 0.75em;
  }

  .title-assessment {
    font-size: 4.25vw;
  }

  .title-reason {
    font-size: 4.5vw;
  }
  .reason__exp {
    font-size: 3vw;
  }
  .reason2__list {
    column-count: 1;
  }

  .title-group {
    font-size: 1em;
  }
  .group__text {
    font-size: 0.75em;
  }

  .title-voice {
    font-size: 5.25vw;
  }
}

/* 三菱地所ハウスネットより転載 */
.as-tab-choice {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1.57vw;
  margin-bottom: 0.6em;
}
.as-tab-choice li {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  border-radius: 4px;
  text-align: center;
  background: #006CB8;
  color: #fff;
  border: 1px solid transparent;
  transition: .3s;
  cursor: pointer;
  position: relative;
}
.as-tab-choice li span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #006CB8;
  padding: 1em 0;
  line-height: 1.25;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 4px;
  margin: 1px;
}
.as-tab-choice li.active {
  background: transparent;
  color: #006CB8;
}
.as-tab-choice li.active span {
  background: #fff;
}
.as-tab-choice li::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 1px solid #006CB8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20%) rotate(45deg);
  z-index: -1;
  transition: .3s;
}
.as-tab-choice li.active::before {
  transform: translate(-50%, 40%) rotate(45deg);
}
.as-tab-choice li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #006CB8;
  border-radius: 4px;
  z-index: -2;
  box-sizing: border-box;
}

.as-tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.as-tab-list .tab-area {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.as-tab-list .tab-area .link-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
}
.as-tab-list .tab-area .link-wrap .imgBox {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 160/91;
}
.as-tab-list .tab-area .link-wrap .imgBox img, .as-tab-list .tab-area .link-wrap .imgBox picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.as-tab-list .tab-area .link-wrap .txtBox {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.as-tab-list .tab-area .link-wrap .txtBox .menu-title {
  margin: 0 0 0.85em;
  font-weight: bold;
}
.as-tab-list .tab-area .link-wrap .txtBox .menu-txt {
  text-align: justify;
  margin-bottom: auto;
}

.tagBox {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 1.6rem 0 0;
}
.tagBox .tag {
  margin: 0;
  border-radius: 2px;
  padding: .6rem;
  font-size: 0.75em;
  line-height: 1;
  color: #fff;
}
.tagBox .tag01 {
  background: #66A3A7;
}
.tagBox .tag02 {
  background: #c18c81;
}
.tagBox .tag03 {
  background: #555;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .as-tab-choice {
    font-size: 0.75em;
  }
  .as-tab-list {
    gap: 24px;
  }
  .as-tab-list .tab-area .txtBox {
    padding: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .as-tab-list {
    gap: 1.71vw;
  }
  .as-tab-list .tab-area {
    width: calc((100% - 3.42vw) / 3);
  }
  .as-tab-list .tab-area .txtBox {
    padding: 1.14vw;
  }
}
@media all and (max-width: 374px) {
  .as-tab-choice {
    font-size: 0.65em;
  }
}

/*==================================
2404 FV下ボイス改修
==================================*/
.voice1__wrapper_2404{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1105px;
  margin: 0 auto 2.5%;
}
.voice1__wrapper_2404 .voice1_content{
  filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.1));
  width: calc(100% * 345 / 1103);
  align-items: stretch;
  display: flex;
}
.voice1__wrapper_2404 .voice1-inner{
  background-color: #fff;
  padding: 6%;
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.voice1__wrapper_2404 .voice1_head_wrap{
  display: flex;
  align-items: center;
  padding-bottom: 4%;
  margin-bottom: 5%;
  border-bottom: 1px solid #9d9d9d;
}
.voice1__wrapper_2404 .voice1_ttl{
  font-size: 18px;
  margin-left: 4%;
  line-height: 1.5;
}
.voice1__wrapper_2404 .voice1__charge{
  margin-top: 4%;
}
.mk{
  background:linear-gradient(transparent 60%, #ffeeee 60%);
}
@media all and (max-width: 1140px) {
  .voice1__wrapper_2404{
    width: calc(100% * 950 / 1000);
  }
}
@media all and (max-width: 767px) {
  .voice1__wrapper_2404{
    flex-direction: column;
  }
  .voice1__wrapper_2404 .voice1_content{
    width: 90%;
    margin: 0 auto 5%;
  }
}

/*==================================
2024/08/30　追従バナー追加
==================================*/
html {
  scroll-behavior: smooth;
}
.float_btn_wrap{
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 1% 0;
  bottom: 0;
  position: fixed;
}
.float_btn{
  position: relative;
  text-align: center;
}
@media all and (max-width: 767px) {
  .float_btn{
    top: -10px;
    width: calc(100% * 690 / 750);
    margin: 0 auto;
  }
}