@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  background: #fafafa;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.ovhide {
  overflow: hidden;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:focus {
  outline: 0;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 1.6em;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #c3251b;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}
a.bk {
  color: #000;
  text-decoration: underline;
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner01 {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.inner02 {
  width: 90%;
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.bgimg figure img {
  width: 100%;
}

header {
  width: 100%;
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  header {
    padding: 10px 10px;
  }
}
header .ttl p {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1500px) {
  header .ttl p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  header .ttl p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .ttl p {
    font-size: 13px;
  }
}
header .logoArea {
  width: auto;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media (max-width: 767px) {
  header .logoArea {
    max-width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
header .logoArea .logo01 {
  margin-right: 20px;
}
@media (max-width: 767px) {
  header .logoArea .logo01 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  header .logoArea .logo01 img {
    width: 92%;
  }
}
@media (max-width: 767px) {
  header .logoArea .logo02 img {
    width: 86.7741935484%;
  }
}
header .logoArea .logo01 a, header .logoArea .logo02 a {
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  header .logoArea .logo01 a, header .logoArea .logo02 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mvArea {
  position: relative;
  z-index: 1;
  background: #eadecf;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .mvArea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mvArea .mvTxtBox {
  width: 100%;
  max-width: 1087px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 70px 20px;
  text-align: center;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .mvArea .mvTxtBox {
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.mvArea .mvTxtBox p.apartment {
  font-size: 20px;
}
@media (max-width: 991px) {
  .mvArea .mvTxtBox p.apartment {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvTxtBox p.apartment {
    font-size: 15px;
  }
}
.mvArea .mvTxtBox p.satei {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .mvArea .mvTxtBox p.satei {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvTxtBox p.satei {
    font-size: 19px;
  }
}
.mvArea .mvTxtBox p.price {
  font-size: 50px;
  font-weight: 700;
  color: #c3251b;
}
@media (max-width: 991px) {
  .mvArea .mvTxtBox p.price {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvTxtBox p.price {
    font-size: 32px;
    text-align: left;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.mvArea .mvTxtBox p.price small {
  font-size: 75%;
}
.mvArea .mvTxtBox p.price strong {
  font-size: 166%;
}
.mvArea .mvTxtBox p.note {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .mvArea .mvTxtBox p.note {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvTxtBox p.note {
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.mvArea .mvTxt {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .mvArea .mvTxt {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvTxt {
    font-size: 25px;
  }
}
.mvArea .mvBox02 {
  position: relative;
  background: #e4eaef;
  border-radius: 30px 30px 0 0;
  padding: 0 0 80px;
  width: calc(100% - 40px);
  margin: 140px auto 0;
}
@media (max-width: 767px) {
  .mvArea .mvBox02 {
    margin: 30px auto 0;
    padding: 30px 0;
    border-radius: 20px;
  }
}
.mvArea .mvBox02.kijyou {
  margin-top: 180px;
}
@media (max-width: 767px) {
  .mvArea .mvBox02.kijyou {
    margin-top: 60px;
  }
}
.mvArea .mvBox02 .recommendedList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  position: relative;
  top: -60px;
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .recommendedList {
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
  }
}
.mvArea .mvBox02 .recommendedList li {
  width: 31%;
  max-width: 266px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0 20px 30px;
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .recommendedList li {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mvArea .mvBox02 .recommendedList li .icon {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .recommendedList li .icon {
    margin-top: 0;
    width: 18%;
    margin-right: 15px;
  }
}
.mvArea .mvBox02 .recommendedList li .txt {
  font-size: 22px;
  font-weight: 700;
  color: #c3251b;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .mvArea .mvBox02 .recommendedList li .txt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .recommendedList li .txt {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .recommendedList li .txt {
    font-size: 17px;
    margin-top: 0;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mvArea .mvBox02 .purchaseTtl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .purchaseTtl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .purchaseTtl {
    font-size: 25px;
    margin-top: 30px;
  }
}
.mvArea .mvBox02 .purchaseList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .purchaseList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
  }
}
.mvArea .mvBox02 .purchaseList li {
  width: 24%;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .purchaseList li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .purchaseList li {
    width: 100%;
  }
}
.mvArea .mvBox02 .purchaseList li .txtArea {
  padding: 30px 20px;
}
.mvArea .mvBox02 .purchaseList li .txtArea .ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .purchaseList li .txtArea .ttl {
    font-size: 18px;
  }
}
.mvArea .mvBox02 .purchaseList li .txtArea .txt {
  font-size: 16px;
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .purchaseList li .txtArea .txt {
    font-size: 15px;
  }
}
.mvArea .mvBox02 .purchaseList li figure {
  margin-top: auto;
}
.mvArea .mvBox02 .purchaseList li figure img {
  border-radius: 0 0 20px 20px;
}
.mvArea .mvBox02 .mvcc01 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8em;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mvArea .mvBox02 .mvcc01 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mvArea .mvBox02 .mvcc01 {
    font-size: 20px;
    margin-top: 40px;
  }
}
.mvArea .mvBox02 .mvcc01 span.unl {
  border-bottom: solid 2px #c3251b;
  font-size: 80%;
}
.mvArea .mvBox02 .mvcc01 span[data-ruby] {
  position: relative;
}
.mvArea .mvBox02 .mvcc01 span[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  line-height: 1;
  letter-spacing: 1.1em;
  text-align: center;
  color: #c3251b;
  padding-left: 0.5em;
}
.mvArea .mvBox02 .mvcc01 span strong {
  font-size: 150%;
}
.mvArea .mvKijyouBox {
  background: url(../img/kijyou/bg_main.jpg) no-repeat bottom center/cover;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox {
    padding-bottom: 100px;
    background: url(../img/kijyou/bg_main_sp.jpg) no-repeat bottom center/100% auto;
  }
}
.mvArea .mvKijyouBox .mvTxt01 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .mvArea .mvKijyouBox .mvTxt01 {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox .mvTxt01 {
    font-size: 6vw;
  }
}
.mvArea .mvKijyouBox .mvTxt01 strong {
  color: #c3251b;
  font-size: 160%;
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox .mvTxt01 strong {
    display: block;
  }
}
.mvArea .mvKijyouBox .mvIconList {
  width: 100%;
  max-width: 760px;
  margin: 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox .mvIconList {
    margin: 20px auto;
  }
}
.mvArea .mvKijyouBox .mvIconList li {
  width: 30%;
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox .mvIconList li {
    width: 32%;
  }
}
.mvArea .mvKijyouBox h1 {
  font-size: 114px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mvArea .mvKijyouBox h1 {
    font-size: 8.9vw;
  }
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox h1 {
    font-size: 12vw;
  }
}
.mvArea .mvKijyouBox h1 span.red {
  display: inline-block;
  color: #c3251b;
  font-size: 58px;
  line-height: 1.1em;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .mvArea .mvKijyouBox h1 span.red {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox h1 span.red {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .mvArea .mvKijyouBox h1 span.red br {
    display: none;
  }
}
.mvArea .mvKijyouBox h1 span.bk {
  display: inline-block;
  vertical-align: middle;
}
.mvArea .mvKijyouBox h1 small {
  display: inline-block;
  vertical-align: middle;
  font-size: 52.6315789474%;
  line-height: 1;
}
.mvArea .stepTtlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .mvArea .stepTtlBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.mvArea .stepTtlBox .ttl01 {
  width: 100%;
  background: #c3251b;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mvArea .stepTtlBox .ttl01 {
    width: 100%;
    padding: 15px 10px;
  }
}
.mvArea .stepTtlBox .ttl01 p {
  color: #fff;
}
@media (max-width: 767px) {
  .mvArea .stepTtlBox .ttl01 p {
    font-size: 18px;
  }
}
.mvArea .stepTtlBox .ttl02 {
  width: 29.1788856305%;
  background: #fff;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mvArea .stepTtlBox .ttl02 {
    width: 100%;
    padding: 10px;
  }
}
.mvArea .stepTtlBox p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .mvArea .stepTtlBox p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .mvArea .stepTtlBox p {
    font-size: 20px;
  }
}
.mvArea .stepTtlBox p strong {
  font-size: 150%;
}
.mvArea .stepTtlBox p span {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .mvArea .stepTtlBox p span {
    font-size: 25px;
    display: block;
    margin-left: 0;
  }
}
.mvArea .stepTtl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .mvArea .stepTtl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.mvArea .stepTtl span {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 20px;
}
.mvArea .stepBox {
  margin-top: 60px;
  position: relative;
}
.mvArea .stepBox img {
  width: 100%;
}
.mvArea .stepBox.kijyou {
  max-width: 1049px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mvArea .stepBox.kijyou {
    width: 80%;
    max-width: 400px;
  }
}
.mvArea .stepBox.kijyou .sateiCircle {
  width: 6.1963775024%;
  padding-top: 6.1963775024%;
  top: 26%;
  left: 6%;
}
@media (max-width: 767px) {
  .mvArea .stepBox.kijyou .sateiCircle {
    width: 18%;
    padding-top: 18%;
    top: 0;
    left: 0;
  }
}
.mvArea .stepBox.kijyou .sateiCircle::before {
  content: "";
  width: 84%;
  height: 84%;
  background: #bebebe;
  border-radius: 50%;
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 3;
}
@media (max-width: 767px) {
  .mvArea .stepBox.kijyou .sateiCircle::before {
    top: 7.5%;
    left: 8.3%;
  }
}
.mvArea .stepBox.rt .sateiCircle {
  left: 27%;
}
@media (max-width: 767px) {
  .mvArea .stepBox.rt .sateiCircle {
    left: 1%;
  }
}
.mvArea .stepBox .sateiCircle {
  width: 4.7653958944%;
  padding-top: 4.7653958944%;
  border-radius: 50%;
  background: #c3251b;
  position: absolute;
  top: 19%;
  left: 28%;
  z-index: 2;
}
@media (max-width: 767px) {
  .mvArea .stepBox .sateiCircle {
    width: 12.4590163934%;
    padding-top: 12.4590163934%;
    top: 21.5%;
    left: 1%;
  }
}
.mvArea .stepBox .sateiCircle::before {
  content: "";
  width: 84%;
  height: 84%;
  background: #bebebe;
  border-radius: 50%;
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 3;
}
.mvArea .stepBox .sateiCircle::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(195, 37, 27, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: circleAni 1.2s ease infinite;
          animation: circleAni 1.2s ease infinite;
}
.mvArea .note.cnt {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mvArea .note.cnt {
    margin-top: 15px;
  }
}

@-webkit-keyframes circleAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes circleAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
h2 {
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 30px;
  }
}
h2 span.en {
  display: block;
  font-size: 30px;
  color: #c3251b;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
@media (max-width: 991px) {
  h2 span.en {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 span.en {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
h2 span.jp {
  display: inline-block;
  font-size: 48px;
  line-height: 1.3em;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s ease 0.6s;
  transition: -webkit-clip-path 1s ease 0.6s;
  transition: clip-path 1s ease 0.6s;
  transition: clip-path 1s ease 0.6s, -webkit-clip-path 1s ease 0.6s;
}
@media (max-width: 991px) {
  h2 span.jp {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 span.jp {
    font-size: 30px;
  }
}
h2.inview span.en {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
h2.inview span.jp {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

h3 {
  padding-left: 1em;
  position: relative;
  font-size: 33px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
h3.noani {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
h3.wh {
  color: #fff;
}
h3::before {
  content: "";
  width: 0.3em;
  height: 100%;
  background: #c3251b;
  position: absolute;
  top: 0;
  left: 0;
}
h3.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
h3.cnt {
  text-align: center;
  padding-left: 0;
}
h3.cnt::before {
  display: none;
}

.differenceArea {
  padding: 0 0 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .differenceArea {
    padding: 0 0 40px;
  }
}
.differenceArea .differInBox01 {
  background: #f6f6f6;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .differenceArea .differInBox01 {
    padding-top: 60px;
  }
}
.differenceArea .differInBox01 .sateiTxt01 {
  margin: 80px 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .differenceArea .differInBox01 .sateiTxt01 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .differenceArea .differInBox01 .sateiTxt01 {
    font-size: 19px;
    margin: 40px 0 20px;
  }
}
.differenceArea .differInBox01 .sateiTxt01 span {
  border-bottom: dotted 2px #c3251b;
}
.differenceArea .differInBox01 .sateiTxt01 strong {
  color: #c3251b;
}
.differenceArea .differInBox01 .txt01 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 991px) {
  .differenceArea .differInBox01 .txt01 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .differenceArea .differInBox01 .txt01 {
    font-size: 16px;
    font-weight: 700;
  }
}
.differenceArea .differenceBox {
  background: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 50px 5%;
  z-index: 2;
}
.differenceArea .differenceBox::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f7f2eb;
  position: absolute;
  top: 0;
  left: 0;
}
.differenceArea .differenceBox .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .ttl {
    margin-bottom: 20px;
  }
}
.differenceArea .differenceBox .ttl span {
  width: 49%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .differenceArea .differenceBox .ttl span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .ttl span {
    font-size: 16px;
  }
}
.differenceArea .differenceBox .differenceInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.differenceArea .differenceBox .differenceInBox .table {
  width: 498px;
}
@media (max-width: 1280px) {
  .differenceArea .differenceBox .differenceInBox .table {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .differenceArea .differenceBox .differenceInBox .table {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .differenceInBox .table {
    width: 100%;
  }
}
.differenceArea .differenceBox .differenceInBox .table table {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .differenceArea .differenceBox .differenceInBox .table table {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .differenceArea .differenceBox .differenceInBox .table table {
    font-size: 13px;
  }
}
.differenceArea .differenceBox .differenceInBox .table table thead th {
  background: #c3251b;
  color: #fff;
  line-height: 1;
  padding: 15px 10px;
  border: solid 1px #000;
  text-align: center;
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .differenceInBox .table table thead th {
    padding: 10px;
  }
}
.differenceArea .differenceBox .differenceInBox .table table tbody td {
  width: 50%;
  background: #fff;
  text-align: center;
  line-height: 1.2em;
  padding: 15px 10px;
  border: solid 1px #000;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .differenceInBox .table table tbody td {
    padding: 10px;
  }
}
.differenceArea .differenceBox .differenceInBox .table table tbody td strong {
  color: #c3251b;
}
.differenceArea .differenceBox .differenceInBox .table table + table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .differenceInBox .table table + table {
    margin-top: 10px;
  }
}
.differenceArea .differenceBox .differenceInBox .illust {
  width: calc((100% - 568px) / 2);
}
@media (max-width: 1280px) {
  .differenceArea .differenceBox .differenceInBox .illust {
    width: calc((100% - 440px) / 2);
  }
}
@media (max-width: 991px) {
  .differenceArea .differenceBox .differenceInBox .illust {
    width: calc((100% - 340px) / 2);
  }
}
@media (max-width: 767px) {
  .differenceArea .differenceBox .differenceInBox .illust {
    display: none;
  }
}
.differenceArea .stepInBox01 {
  background: #fff;
  border-radius: 30px;
  margin-top: 10vw;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 {
    background: none;
    margin-top: 20vw;
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 .inner01 {
    width: 100%;
  }
}
.differenceArea .stepInBox01 .stepTtl {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .differenceArea .stepInBox01 .stepTtl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 .stepTtl {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
  }
}
.differenceArea .stepInBox01 .stepTxt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .differenceArea .stepInBox01 .stepTxt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 .stepTxt {
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 .stepImg {
    margin-right: -5.5%;
    overflow: auto;
  }
}
.differenceArea .stepInBox01 .stepImg .imgInner {
  position: relative;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 .stepImg .imgInner {
    width: 250vw;
    padding: 30px 20px;
  }
}
.differenceArea .stepInBox01 .stepImg .imgInner a {
  width: 10%;
  height: 9%;
  position: absolute;
  top: 82%;
  left: 24.5%;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
@media (max-width: 767px) {
  .differenceArea .stepInBox01 .stepImg .imgInner a {
    top: 73%;
    left: 25%;
  }
}
@media (min-width: 992px) {
  .differenceArea .stepInBox01 .stepImg .imgInner a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
  }
}
.differenceArea .stepInBox01 .iconArrow {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .differenceArea .stepInBox01 .iconArrow {
    display: none;
  }
}
.differenceArea .stepInBox01 .iconArrow img {
  width: 151px;
}

.sateiBtn {
  width: 100%;
  max-width: 506px;
  margin: 40px auto 0;
}
.sateiBtn.mvBtn {
  max-width: 680px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .sateiBtn.mvBtn.float {
    width: 100%;
    margin: 0;
    max-width: none;
    position: fixed;
    bottom: -20vw;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: bottom 0.8s ease 0s;
    transition: bottom 0.8s ease 0s;
  }
}
@media (max-width: 767px) {
  .sateiBtn.mvBtn.float.in {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .sateiBtn.mvBtn {
    width: auto;
    max-width: none;
    margin-top: 30px;
  }
}
.sateiBtn a {
  display: block;
}
.sateiBtn a img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.achievementArea {
  background: #464646;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .achievementArea {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .achievementArea .achievementList {
    width: 80%;
    margin: 0 auto;
  }
}
.achievementArea .achievementList .slick-list {
  overflow: visible;
}
.achievementArea .achievementList .listInBox {
  margin: 0 10px;
  position: relative;
}
.achievementArea .achievementList .listInBox figure {
  border-radius: 20px;
  overflow: hidden;
}
.achievementArea .achievementList .listInBox .txtArea {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .achievementArea .achievementList .listInBox .txtArea {
    padding: 20px;
  }
}
.achievementArea .achievementList .listInBox .txtArea p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .achievementArea .achievementList .listInBox .txtArea p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .achievementArea .achievementList .listInBox .txtArea p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .achievementArea .achievementList .listInBox .txtArea p {
    font-size: 14px;
  }
}

.iconArrow {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .iconArrow {
    display: none;
  }
}
.iconArrow img {
  width: 151px;
}

.voiceArea {
  background: url(../img/result/bg_voice01.jpg) no-repeat center center/cover;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .voiceArea {
    background: url(../img/result/bg_voice01_sp.jpg) no-repeat center center/cover;
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .voiceArea .inner01 {
    width: 95%;
  }
}
.voiceArea .voiceList {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .voiceArea .voiceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .voiceArea .voiceList {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .voiceArea .voiceList .slick-list {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .voiceArea .voiceList .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.voiceArea .voiceList .inBox {
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 30px;
}
@media (min-width: 768px) {
  .voiceArea .voiceList .inBox {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .voiceArea .voiceList .inBox {
    width: 31%;
    padding: 0 3% 30px;
  }
}
@media (max-width: 767px) {
  .voiceArea .voiceList .inBox {
    height: auto;
    margin: 0 5px;
  }
}
.voiceArea .voiceList .inBox .icon {
  width: 28.0459770115%;
  margin: -40px auto 0;
}
@media (max-width: 767px) {
  .voiceArea .voiceList .inBox .icon {
    margin: -30px auto 0;
  }
}
.voiceArea .voiceList .inBox .name {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .voiceArea .voiceList .inBox .name {
    font-size: 13px;
  }
}
.voiceArea .voiceList .inBox .ttl {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  color: #c3251b;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .voiceArea .voiceList .inBox .ttl {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .voiceArea .voiceList .inBox .ttl {
    font-size: 18px;
  }
}
.voiceArea .voiceList .inBox .txt {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 1280px) {
  .voiceArea .voiceList .inBox .txt {
    font-size: 14px;
  }
}
.voiceArea .voiceList .inBox .txt strong {
  color: #c3251b;
}

.faqArea {
  padding: 120px 0;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .faqArea {
    padding: 40px 0;
  }
}
.faqArea .faq {
  background: #f5f5f5;
  border-radius: 10px;
}
.faqArea .faq:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .faqArea .faq:not(:last-child) {
    margin-bottom: 10px;
  }
}
.faqArea .faq dt {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.faqArea .faq dt p {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .faqArea .faq dt p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faqArea .faq dt p {
    font-size: 16px;
  }
}
.faqArea .faq dt .open {
  width: 24px;
  height: 24px;
  background: #c3251b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .faqArea .faq dt .open {
    right: 13px;
  }
}
.faqArea .faq dt .open::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -1px;
}
.faqArea .faq dt .open::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
}
.faqArea .faq dt.close .open {
  background: #919191;
}
.faqArea .faq dt.close .open::before {
  display: none;
}
.faqArea .faq dd {
  display: none;
}
.faqArea .faq dd p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .faqArea .faq dd p {
    font-size: 16px;
    margin-top: -2px;
  }
}
.faqArea .faq dt, .faqArea .faq dd {
  padding: 25px 80px;
  position: relative;
}
@media (max-width: 767px) {
  .faqArea .faq dt, .faqArea .faq dd {
    padding: 20px 40px;
  }
}
.faqArea .faq dt span, .faqArea .faq dd span {
  font-size: 20px;
  font-weight: 700;
  color: #c3251b;
  line-height: 1;
  position: absolute;
  top: 28px;
  left: 30px;
}
@media (max-width: 767px) {
  .faqArea .faq dt span, .faqArea .faq dd span {
    left: 13px;
    top: 22px;
  }
}

.conditionsArea {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .conditionsArea {
    padding: 40px 0;
  }
}
.conditionsArea .inner01 {
  max-width: 1090px;
}
.conditionsArea table {
  width: 100%;
}
.conditionsArea table.condiPc {
  font-size: 18px;
}
@media (max-width: 991px) {
  .conditionsArea table.condiPc {
    font-size: 16px;
  }
}
.conditionsArea table.condiPc thead th {
  border: solid 1px #000;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  background: #eadecf;
  vertical-align: middle;
  line-height: 1.2em;
}
.conditionsArea table.condiPc thead th:first-child, .conditionsArea table.condiPc thead th:last-child {
  width: calc((100% - (7em + 42px)) / 2);
}
.conditionsArea table.condiPc thead th:nth-child(2) {
  width: calc(7em + 40px);
}
.conditionsArea table.condiPc tbody th, .conditionsArea table.condiPc tbody td {
  border: solid 1px #000;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.5em;
}
.conditionsArea table.condiPc tbody th small, .conditionsArea table.condiPc tbody td small {
  font-size: 90%;
  line-height: 1.5em;
}
.conditionsArea table.condiPc tbody th {
  background: #e6e6e6;
  text-align: center;
  font-weight: 700;
}
.conditionsArea table.condiSp {
  font-size: 16px;
}
.conditionsArea table.condiSp tbody th, .conditionsArea table.condiSp tbody td {
  border: solid 1px #000;
  padding: 15px 10px;
  vertical-align: middle;
  line-height: 1.5em;
}
.conditionsArea table.condiSp tbody th small, .conditionsArea table.condiSp tbody td small {
  font-size: 90%;
  line-height: 1.5em;
}
.conditionsArea table.condiSp tbody td {
  width: calc(100% - (7em + 20px));
}
.conditionsArea table.condiSp tbody th {
  width: calc(7em + 20px);
  background: #e6e6e6;
  text-align: center;
  font-weight: 700;
}
.conditionsArea .tableBox {
  display: none;
}
.conditionsArea .tableBox.show {
  display: block;
}
.conditionsArea .tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.conditionsArea .tabList li {
  width: 50%;
}
.conditionsArea .tabList li a {
  display: block;
  border-bottom: solid 1px #000;
  text-align: center;
  padding: 12px 5px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.conditionsArea .tabList li.current a {
  background: #eadecf;
  border: solid 1px #000;
  border-bottom: none;
}
@media (max-width: 767px) {
  .conditionsArea .note.right {
    text-align: left;
  }
}

.floatBtn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 100;
}
@media (max-width: 767px) {
  .floatBtn {
    display: none;
  }
}
.floatBtn a {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  background: url(../img/result/btn_bg.png) no-repeat center center/cover;
  border-radius: 50%;
}
.floatBtn a::before {
  content: "";
  width: 16px;
  height: 16px;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -8px;
}
.floatBtn a p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 10px;
}
.floatBtn a p span {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #fff;
  border-radius: 5px;
  font-size: 90%;
  line-height: 1;
  margin-bottom: 5px;
}

.iconArrow {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .iconArrow {
    display: none;
  }
}
.iconArrow img {
  width: 151px;
}

.sateiArea {
  background: #f7f2eb;
  position: relative;
  z-index: 3;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sateiArea {
    padding: 50px 0;
  }
}
.sateiArea#satei02 {
  background: none;
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .sateiArea#satei02 {
    padding: 30px 0 50px;
  }
}
.sateiArea#satei02 p.sateiTxt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6em;
}
@media (max-width: 991px) {
  .sateiArea#satei02 p.sateiTxt {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sateiArea#satei02 p.sateiTxt {
    font-size: 16px;
  }
}
.sateiArea#satei02 .sateiWrap {
  position: relative;
  -webkit-transition: 1.2s ease-in-out 0s;
  transition: 1.2s ease-in-out 0s;
}
.sateiArea#satei02 .sateiWrap.off .hide {
  display: none;
}
.sateiArea#satei02 .sateiWrap.off button.submitBtn.off {
  background: #e5e5e5;
  color: #bebebe;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sateiArea#satei02 .sateiWrap.off button.submitBtn.off::before {
  border-top: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
}
@media (max-width: 767px) {
  .sateiArea#satei02 .sateiWrap .sateiBox {
    padding: 50px 5%;
  }
}
.sateiArea.kijyou {
  padding-top: 0;
  margin-top: -120px;
}
@media (max-width: 767px) {
  .sateiArea.kijyou {
    margin-top: -80px;
  }
}
.sateiArea.s02 {
  background: #e5e5e5;
}
.sateiArea.s02 .s02sTxt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .sateiArea.s02 .s02sTxt {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .s02sTxt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sateiArea.s02 .s02Txt {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .sateiArea.s02 .s02Txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .s02Txt {
    font-size: 14px;
  }
}
.sateiArea.s02 .sateiBox table {
  margin-top: 20px;
}
.sateiArea.s02 .sateiBox table th {
  font-weight: 400;
}
@media (max-width: 767px) {
  .sateiArea.s02 .sateiBox table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.sateiArea.s02 .sateiBox table td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .sateiArea.s02 .sateiBox table td {
    border-bottom: solid 1px #999;
    padding-top: 10px;
  }
}
.sateiArea.s02 .btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  .sateiArea.s02 .btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sateiArea.s02 .btnArea .submitBtn {
  margin: 0;
}
.sateiArea.s02 .btnArea .backBtn {
  width: 35%;
  max-width: 267px;
  background: #fff;
  border: solid 1px #808080;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 991px) {
  .sateiArea.s02 .btnArea .backBtn {
    font-size: 22px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .btnArea .backBtn {
    width: 50%;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sateiArea.s02 .btnArea .backBtn:hover {
    opacity: 0.7;
  }
}
.sateiArea.s02 .btnArea .backBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
}
.sateiArea.s02 .topBtn01 {
  width: 100%;
  max-width: 300px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .sateiArea.s02 .topBtn01 {
    margin: 60px auto 0;
  }
}
.sateiArea.s02 .topBtn01 a {
  background: #808080;
  border: solid 1px #808080;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  position: relative;
  display: block;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 991px) {
  .sateiArea.s02 .topBtn01 a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .topBtn01 a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sateiArea.s02 .topBtn01 a:hover {
    opacity: 0.7;
  }
}
.sateiArea.s02 .topBtn01 a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.sateiArea.s02 .aiSateiBox {
  background: #fafafa;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 60px 5%;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .sateiArea.s02 .aiSateiBox {
    padding: 30px 5%;
    margin: 30px 0;
  }
}
.sateiArea.s02 .aiSateiBox p {
  text-align: center;
}
.sateiArea.s02 .aiSateiBox p.aisatei {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .sateiArea.s02 .aiSateiBox p.aisatei {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .aiSateiBox p.aisatei {
    font-size: 14px;
  }
}
.sateiArea.s02 .aiSateiBox p.apartment {
  font-size: 23px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .sateiArea.s02 .aiSateiBox p.apartment {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .aiSateiBox p.apartment {
    font-size: 14px;
  }
}
.sateiArea.s02 .aiSateiBox p.price {
  color: #c3251b;
  margin-top: 20px;
}
.sateiArea.s02 .aiSateiBox p.price .txt {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: inline-block;
}
@media (max-width: 767px) {
  .sateiArea.s02 .aiSateiBox p.price .txt {
    font-size: 14px;
    line-height: 1.5em;
    display: block;
  }
}
.sateiArea.s02 .aiSateiBox p.price strong {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sateiArea.s02 .aiSateiBox p.price strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sateiArea.s02 .aiSateiBox p.price strong {
    font-size: 26px;
    display: inline-block;
    line-height: 1.5em;
  }
}
.sateiArea.s02 .aiSateiBox p.price small {
  font-weight: bold;
}
@media (max-width: 767px) {
  .sateiArea.s02 .aiSateiBox p.note {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.sateiArea .stepBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 180px;
     -moz-column-gap: 180px;
          column-gap: 180px;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .sateiArea .stepBox {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
}
@media (max-width: 767px) {
  .sateiArea .stepBox {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.sateiArea .stepBox .step:not(:last-child) {
  position: relative;
}
.sateiArea .stepBox .step:not(:last-child)::before {
  content: "";
  width: 164px;
  height: 8px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: -172px;
  margin-top: -4px;
}
@media (max-width: 1280px) {
  .sateiArea .stepBox .step:not(:last-child)::before {
    width: 100px;
    right: -110px;
  }
}
@media (max-width: 767px) {
  .sateiArea .stepBox .step:not(:last-child)::before {
    width: 30px;
    right: -40px;
    height: 5px;
    margin-top: -3px;
  }
}
.sateiArea .stepBox .step p {
  padding-top: 38px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 1280px) {
  .sateiArea .stepBox .step p {
    font-size: 16px;
    padding-top: 30px;
  }
}
@media (max-width: 1280px) {
  .sateiArea .stepBox .step p {
    font-size: 13px;
    padding-top: 26px;
  }
}
.sateiArea .stepBox .step p::before {
  content: "";
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
@media (max-width: 1280px) {
  .sateiArea .stepBox .step p::before {
    width: 24px;
    height: 24px;
    margin-left: -12px;
  }
}
@media (max-width: 767px) {
  .sateiArea .stepBox .step p::before {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}
.sateiArea .stepBox .step.off p {
  color: #ddd;
}
.sateiArea .stepBox .step.off p::before {
  background: #ddd;
  border: none;
}
.sateiArea .stepBox .step.active p {
  color: #c3251b;
}
.sateiArea .stepBox .step.active p::before {
  background: #c3251b;
  border: none;
}
.sateiArea .sateiBox {
  background: #fff;
  border-radius: 30px;
  padding: 150px 5%;
}
@media (max-width: 1280px) {
  .sateiArea .sateiBox {
    padding: 120px 5%;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiBox {
    padding: 80px 5%;
  }
}
.sateiArea .sateiBox .sateiInBox {
  width: 100%;
  max-width: 1093px;
  margin: 0 auto;
}
.sateiArea .sateiBox table {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table {
    margin-top: 40px;
  }
}
.sateiArea .sateiBox table th, .sateiArea .sateiBox table td {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  padding: 35px 0;
  vertical-align: middle;
}
.sateiArea .sateiBox table th {
  width: 25%;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .sateiArea .sateiBox table th {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table th {
    width: 100%;
    display: block;
    border-top: none;
    padding: 30px 0 10px;
  }
}
.sateiArea .sateiBox table th span.required {
  background: #c3251b;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  padding: 5px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td {
    width: 100%;
    display: block;
    border: none;
    padding: 30px 0;
  }
}
.sateiArea .sateiBox table td input {
  border: solid 1px #666;
  border-radius: 5px;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 1.3em;
}
@media (max-width: 1280px) {
  .sateiArea .sateiBox table td input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td input {
    font-size: 15px;
  }
}
.sateiArea .sateiBox table td input.full {
  width: 100%;
}
.sateiArea .sateiBox table td .select {
  position: relative;
  display: inline-block;
}
.sateiArea .sateiBox table td .select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #444;
  border-bottom: solid 2px #444;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  pointer-events: none;
}
.sateiArea .sateiBox table td .select select {
  border: solid 1px #666;
  border-radius: 5px;
  padding: 13px 40px 13px 15px;
  font-size: 18px;
  line-height: 1.3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1280px) {
  .sateiArea .sateiBox table td .select select {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .select select {
    font-size: 15px;
  }
}
.sateiArea .sateiBox table td .post span, .sateiArea .sateiBox table td .access span {
  display: block;
  font-size: 16px;
}
.sateiArea .sateiBox table td .post {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .post {
    margin-bottom: 10px;
  }
}
.sateiArea .sateiBox table td .post input {
  width: 173px;
}
.sateiArea .sateiBox table td .post .note {
  margin-top: 5px;
}
.sateiArea .sateiBox table td .access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 2%;
}
.sateiArea .sateiBox table td .access label {
  width: 32%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .access label {
    width: 100%;
  }
}
.sateiArea .sateiBox table td .access label input {
  width: 100%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .access label input {
    width: 173px;
  }
}
.sateiArea .sateiBox table td .apartment {
  margin-bottom: 20px;
}
.sateiArea .sateiBox table td .apartment input {
  width: 100%;
}
.sateiArea .sateiBox table td .room input {
  width: 173px;
}
.sateiArea .sateiBox table td .madori .radio {
  display: inline-block;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .madori .radio {
    display: block;
    margin-bottom: 10px;
  }
}
.sateiArea .sateiBox table td .madori .radio input[type=text] {
  width: 173px;
}
.sateiArea .sateiBox table td .madori .radio span {
  display: inline-block;
  border: solid 1px #999;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  padding: 3px 8px;
  margin-left: 10px;
}
.sateiArea .sateiBox table td .area input {
  width: 173px;
}
.sateiArea .sateiBox table td .info .years, .sateiArea .sateiBox table td .info .floor, .sateiArea .sateiBox table td .info .floor02 {
  display: inline-block;
}
.sateiArea .sateiBox table td .info .years label span, .sateiArea .sateiBox table td .info .floor label span, .sateiArea .sateiBox table td .info .floor02 label span {
  display: block;
  font-size: 16px;
}
.sateiArea .sateiBox table td .info .years input, .sateiArea .sateiBox table td .info .floor input, .sateiArea .sateiBox table td .info .floor02 input {
  width: 173px;
}
.sateiArea .sateiBox table td .info .years, .sateiArea .sateiBox table td .info .floor {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .info .years, .sateiArea .sateiBox table td .info .floor {
    margin-bottom: 10px;
  }
}
.sateiArea .sateiBox table td .situation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.sateiArea .sateiBox table td .situation .radio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.sateiArea .sateiBox table td .situation .radio label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sateiArea .sateiBox table td .name span, .sateiArea .sateiBox table td .tel span, .sateiArea .sateiBox table td .status span, .sateiArea .sateiBox table td .contact span, .sateiArea .sateiBox table td .time span {
  display: block;
  font-size: 16px;
}
.sateiArea .sateiBox table td .name span.inline, .sateiArea .sateiBox table td .tel span.inline, .sateiArea .sateiBox table td .status span.inline, .sateiArea .sateiBox table td .contact span.inline, .sateiArea .sateiBox table td .time span.inline {
  display: inline;
}
.sateiArea .sateiBox table td .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 2%;
}
.sateiArea .sateiBox table td .name label {
  width: 32%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .name label {
    width: 100%;
  }
}
.sateiArea .sateiBox table td .name label input {
  width: 100%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .name label input {
    width: 173px;
  }
}
.sateiArea .sateiBox table td .mail input {
  width: 100%;
}
.sateiArea .sateiBox table td .tel {
  width: 100%;
  max-width: 535px;
}
.sateiArea .sateiBox table td .access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 2%;
}
.sateiArea .sateiBox table td .access label {
  width: 32%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .access label {
    width: 100%;
  }
}
.sateiArea .sateiBox table td .access label input {
  width: 100%;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .access label input {
    width: 173px;
  }
}
.sateiArea .sateiBox table td .status .radio {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .status .radio {
    display: block;
    margin-bottom: 10px;
  }
}
.sateiArea .sateiBox table td .contact {
  margin-bottom: 20px;
}
.sateiArea .sateiBox table td .contact .radio {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .contact .radio {
    display: block;
    margin-bottom: 10px;
  }
}
.sateiArea .sateiBox table td .time input {
  width: 173px;
}
.sateiArea .sateiBox table td .inquiry textarea {
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 1280px) {
  .sateiArea .sateiBox table td .inquiry textarea {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiBox table td .inquiry textarea {
    font-size: 15px;
  }
}
.sateiArea .sateiBox .txt03 {
  border: solid 1px #000;
  padding: 30px;
  margin-bottom: 80px;
}
.sateiArea .sateiBox .txt03 strong {
  color: #c3251b;
  font-weight: normal;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox .txt03 {
    margin-bottom: 40px;
  }
}
.sateiArea .sateiBox .txt02 {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .sateiArea .sateiBox .txt02 {
    text-align: left;
  }
}
.sateiArea .sateiBox .txt02 a {
  text-decoration: underline;
}
.sateiArea .sateiBox .submitBtn {
  width: 100%;
  max-width: 488px;
  border-radius: 20px;
  background: #c3251b;
  padding: 20px;
  position: relative;
  border: none;
  display: block;
  margin: 40px auto 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 991px) {
  .sateiArea .sateiBox .submitBtn {
    font-size: 22px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .sateiArea .sateiBox .submitBtn {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sateiArea .sateiBox .submitBtn:hover {
    opacity: 0.7;
  }
}
.sateiArea .sateiBox .submitBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.note {
  font-size: 13px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note {
    font-size: 11px;
    margin-top: 10px;
  }
}
.note + .note {
  margin-top: 0;
}
.note.mt10 {
  margin-top: 10px;
}
.note.ind {
  text-indent: -1em;
  padding-left: 1em;
}
.note.right {
  text-align: right;
}
.note.cnt {
  text-align: center;
}
@media (max-width: 767px) {
  .note.cnt {
    text-align: left;
  }
}

footer {
  padding: 30px 0;
  text-align: center;
}
footer small {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  footer small {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media (min-width: 768px) {
  .vsp {
    display: none;
  }
}