@charset "UTF-8";
/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw !important;
  }
}

#container {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  #container {
    font-size: 3.7333333333vw !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

.d-iblock {
  display: inline-block;
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (min-width: 1366px) {
  .hidden-xl {
    display: none;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

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

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  margin: auto;
  height: inherit;
}

.inner {
  width: min(100% - 100px, 1040px);
}
@media (max-width: 1023px) {
  .inner {
    width: min(100% - 60px, 1040px);
  }
}
@media (max-width: 767px) {
  .inner {
    width: min(100% - 32px, 1040px);
  }
}

.sec__title {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .sec__title {
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
}
.sec__title::after {
  content: "";
  background: url(../img/title_line.svg) no-repeat center left/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
}
@media (max-width: 767px) {
  .sec__title::after {
    width: 40px;
    width: 10.6666666667vw;
    height: 4px;
    height: 1.0666666667vw;
  }
}
.sec__title > span {
  display: block;
}
.sec__title .ja {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .sec__title .ja {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .sec__title .ja {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}

/*----------------------------------
コンテンツ
----------------------------------*/
.free-rent {
  font-family: "Noto Sans JP", sans-serif;
}

.mv {
  position: relative;
  margin-top: -36px;
}
@media (max-width: 767px) {
  .mv {
    margin-top: -5.3333333333vw;
  }
}

.mv__en-title {
  position: absolute;
  top: 30px;
  left: calc(50% - 41.5vw);
  width: 311px;
  width: 22.7672035139vw;
}
@media (min-width: 1366px) {
  .mv__en-title {
    width: 311px;
  }
}
@media (max-width: 767px) {
  .mv__en-title {
    width: 172px;
    width: 45.8666666667vw;
    top: 0.5vw;
    left: 16px;
  }
}

.mv__content {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  border: 8px solid #F59600;
  border-radius: 16px;
  width: 600px;
  width: 43.9238653001vw;
  padding-top: 25px;
  padding-top: 1.8301610542vw;
  padding-bottom: 25px;
  padding-bottom: 1.8301610542vw;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1366px) {
  .mv__content {
    width: 600px;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .mv__content {
    width: 82.933%;
    padding-top: 37px;
    padding-top: 9.8666666667vw;
    padding-bottom: 37px;
    padding-bottom: 9.8666666667vw;
  }
}
.mv__content::before {
  content: "";
  background: url(../img/mv_illust01.svg) no-repeat center left/contain;
  position: absolute;
  bottom: 51px;
  bottom: 3.7335285505vw;
  left: -42px;
  left: -3.074670571vw;
  width: 106px;
  width: 7.7598828697vw;
  height: 130px;
  height: 9.5168374817vw;
}
@media (min-width: 1366px) {
  .mv__content::before {
    bottom: 51px;
    left: -42px;
    width: 106px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .mv__content::before {
    bottom: 14px;
    bottom: 3.7333333333vw;
    left: -16px;
    left: -4.2666666667vw;
    width: 82px;
    width: 21.8666666667vw;
    height: 101px;
    height: 26.9333333333vw;
  }
}
.mv__content::after {
  content: "";
  background: url(../img/mv_illust02.svg) no-repeat center left/contain;
  position: absolute;
  top: 46px;
  top: 3.3674963397vw;
  right: -57px;
  right: -4.1727672035vw;
  width: 130px;
  width: 9.5168374817vw;
  height: 135px;
  height: 9.8828696925vw;
}
@media (min-width: 1366px) {
  .mv__content::after {
    top: 46px;
    right: -57px;
    width: 130px;
    height: 135px;
  }
}
@media (max-width: 767px) {
  .mv__content::after {
    top: initial;
    bottom: 3px;
    bottom: 0.8vw;
    right: -33px;
    right: -8.8vw;
    width: 84px;
    width: 22.4vw;
    height: 99px;
    height: 26.4vw;
  }
}

.mv__title {
  font-weight: 700;
  margin: 0 !important;
  padding: 0 !important;
  background-color: initial !important;
}
.mv__title .above {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__title img {
  width: 218px;
  width: 15.9590043924vw;
}
@media (min-width: 1366px) {
  .mv__title img {
    width: 218px;
  }
}
@media (max-width: 767px) {
  .mv__title img {
    width: 192px;
    width: 51.2vw;
  }
}
.mv__title .font-small {
  line-height: 1.6;
  color: #696E6E;
  font-size: 2.3426061493vw !important;
  margin-top: 9px;
  margin-top: 0.6588579795vw;
  margin-left: 15px;
  margin-left: 1.0980966325vw;
}
@media (min-width: 1366px) {
  .mv__title .font-small {
    font-size: 3.2rem !important;
    margin: 9px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .mv__title .font-small {
    font-size: 6.4vw !important;
    margin-top: 12px;
    margin-top: 3.2vw;
    margin-left: 10px;
    margin-left: 2.6666666667vw;
  }
}
.mv__title .font-large {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #F59600;
  line-height: 1.5;
  font-size: 4.6852122987vw !important;
}
@media (min-width: 1366px) {
  .mv__title .font-large {
    font-size: 6.4rem !important;
  }
}
@media (max-width: 767px) {
  .mv__title .font-large {
    font-size: 10.6666666667vw !important;
  }
}

.mv-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-top: 1.317715959vw;
}
@media (min-width: 1366px) {
  .mv-copy {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .mv-copy {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}

.mv-copy__above {
  font-weight: 700;
  background-color: #F59600;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-size: 1.4641288433vw;
}
@media (min-width: 1366px) {
  .mv-copy__above {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .mv-copy__above {
    display: inline-block;
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 226px;
    width: 60.2666666667vw;
  }
}

.mv-copy__bottom {
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.317715959vw;
}
@media (min-width: 1366px) {
  .mv-copy__bottom {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .mv-copy__bottom {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.mv-copy__bottom .number {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #F59600;
  font-size: 40px;
  font-size: 2.9282576867vw;
}
@media (min-width: 1366px) {
  .mv-copy__bottom .number {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .mv-copy__bottom .number {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}
.mv-copy__bottom .font-large {
  font-size: 24px;
  font-size: 1.756954612vw;
}
@media (min-width: 1366px) {
  .mv-copy__bottom .font-large {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .mv-copy__bottom .font-large {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.mv-copy__right {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #F59600;
  line-height: 0;
  display: flex;
  align-items: center;
  margin-top: -8px;
  margin-top: -0.5856515373vw;
  margin-left: 10px;
  margin-left: 0.7320644217vw;
}
@media (min-width: 1366px) {
  .mv-copy__right {
    margin: -8px 0 0 10px;
  }
}
@media (max-width: 767px) {
  .mv-copy__right {
    justify-content: center;
    line-height: 0.6;
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}
.mv-copy__right .number {
  font-size: 126px;
  font-size: 9.224011713vw;
  position: relative;
}
@media (min-width: 1366px) {
  .mv-copy__right .number {
    font-size: 12.6rem;
  }
}
@media (max-width: 767px) {
  .mv-copy__right .number {
    font-size: 126px;
    font-size: 33.6vw;
  }
}
.mv-copy__right .number::after {
  content: "";
  background: url(../img/illust_light.svg) no-repeat center left/contain;
  position: absolute;
  top: -58px;
  top: -4.2459736457vw;
  right: -14px;
  right: -1.0248901903vw;
  width: 25px;
  width: 1.8301610542vw;
  height: 28px;
  height: 2.0497803807vw;
}
@media (min-width: 1366px) {
  .mv-copy__right .number::after {
    top: -58px;
    right: -14px;
    width: 25px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .mv-copy__right .number::after {
    top: -19px;
    top: -5.0666666667vw;
    right: -14px;
    right: -3.7333333333vw;
    width: 25px;
    width: 6.6666666667vw;
    height: 28px;
    height: 7.4666666667vw;
  }
}
.mv-copy__right .yen {
  margin-top: 34px;
  font-size: 40px;
  font-size: 2.9282576867vw;
}
@media (min-width: 1366px) {
  .mv-copy__right .yen {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .mv-copy__right .yen {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}

.sec01 {
  background-color: #FEF5E6;
  padding: 32px 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  .sec01 {
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 64px;
    padding-bottom: 17.0666666667vw;
  }
}
.sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: #FEF5E6;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec01 .sec__title .en img {
    width: 71px;
    width: 18.9333333333vw;
  }
}

.period {
  border: 4px solid #F59600;
  border-radius: 8px;
  background-color: #f59600;
  padding: 24px 28px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .period {
    padding: 16px;
    width: auto;
  }
}
.period p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 1.2px;
}
.period p br {
  display: none;
}
@media (max-width: 767px) {
  .period p {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .period p br {
    display: block;
  }
  .period p strong.space-no {
    display: none;
  }
}
.period p span {
  color: #f59600;
  margin-right: 16px;
  border-radius: 8px;
  background-color: #fff;
  padding: 8px 12px;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .period p span {
    display: block;
    margin: 0 auto 8px;
  }
}
@media (max-width: 767px) {
  .period p span {
    display: block;
    padding: 4px 24px;
    margin: 0 auto 8px;
  }
}

.sec__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .sec__lead {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.sec__lead .font-large {
  font-size: 3.2rem;
  color: #F59600;
}
@media (max-width: 767px) {
  .sec__lead .font-large {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}

.term {
  display: flex;
  align-items: stretch;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .term {
    display: block;
    margin-top: 25px;
    margin-top: 6.6666666667vw;
  }
}

.term__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .term__item:last-of-type {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.term__item .label {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #F59600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  margin: auto;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1023px) {
  .term__item .label {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .term__item .label {
    font-size: 16px;
    font-size: 4.2666666667vw;
    width: 100px;
    width: 26.6666666667vw;
    height: 100px;
    height: 26.6666666667vw;
  }
}
.term__item .label .number {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .term__item .label .number {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}

.term__wrap {
  border: 4px solid #F59600;
  border-radius: 8px;
  margin-top: -40px;
  background-color: #fff;
  padding: 52px 52px 28px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .term__wrap {
    padding: 52px 29px 55px;
  }
}
@media (max-width: 1023px) {
  .term__wrap {
    padding: 52px 18px 55px;
  }
}
@media (max-width: 767px) {
  .term__wrap {
    padding-top: 52px;
    padding-top: 13.8666666667vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-bottom: 28px;
    padding-bottom: 7.4666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}

.term__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 64px;
}
@media (max-width: 1023px) {
  .term__title {
    font-size: 1.7rem;
    flex: 0 0 55px;
  }
}
@media (max-width: 767px) {
  .term__title {
    flex: initial;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.term__img {
  margin-top: 16px;
}
.term__img img {
  border-radius: 8px;
}

.term-caption {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .term-caption {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}

.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 40px;
  margin: 0 55px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .plus {
    flex: 0 0 30px;
    margin: 0 20px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .plus {
    flex-direction: row-reverse;
    margin-top: 24px;
    margin-top: 6.4vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.plus__img {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .plus__img {
    margin-top: 0;
    margin-right: 8px;
    margin-right: 2.1333333333vw;
  }
}

.caution {
  margin-top: 64px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px 32px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .caution {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    padding-top: 32px;
    padding-top: 8.5333333333vw;
    padding-bottom: 32px;
    padding-bottom: 8.5333333333vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}

.caution__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .caution__title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.caution__title::before {
  content: "";
  background: url(../img/red_caution.svg) no-repeat center left/contain;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .caution__title::before {
    width: 32px;
    width: 8.5333333333vw;
    height: 32px;
    height: 8.5333333333vw;
    margin-right: 16px;
    margin-right: 4.2666666667vw;
  }
}

.caution__lists {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .caution__lists {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}

.caution__list {
  padding-left: 1em;
  text-indent: -1.2em;
}

.sec02 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec02 {
    padding-top: 64px;
    padding-top: 17.0666666667vw;
    padding-bottom: 64px;
    padding-bottom: 17.0666666667vw;
  }
}
@media (max-width: 767px) {
  .sec02 .sec__title .en img {
    width: 134px;
    width: 35.7333333333vw;
  }
}
.sec02 .caption {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec02 .caption {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}

.simulation {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .simulation {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}

.simulation__list + .simulation__list {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .simulation__list + .simulation__list {
    margin-top: 60px;
    margin-top: 16vw;
  }
}
.simulation__list:not(:first-child) th:nth-child(4),
.simulation__list:not(:first-child) td:nth-child(4) {
  border-right: 1px solid #696E6E;
}
@media (max-width: 767px) {
  .simulation__list:not(:last-child) .simulation__wrapper {
    width: 638px;
    width: 170.1333333333vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:not(:last-child) table td:nth-child(2) {
    width: 90px;
    width: 24vw;
    min-width: 90px;
    min-width: 24vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:not(:last-child) table td:nth-child(3) {
    width: 138px;
    width: 36.8vw;
    min-width: 138px;
    min-width: 36.8vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:not(:last-child) table td:nth-child(4), .simulation__list:not(:last-child) table td:nth-child(5) {
    width: 94px;
    width: 25.0666666667vw;
    min-width: 94px;
    min-width: 25.0666666667vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:last-child .simulation__wrapper {
    width: 720px;
    width: 192vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:last-child table td:nth-child(2) {
    width: 154px;
    width: 41.0666666667vw;
    min-width: 154px;
    min-width: 41.0666666667vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:last-child table td:nth-child(3) {
    width: 138px;
    width: 36.8vw;
    min-width: 138px;
    min-width: 36.8vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:last-child table td:nth-child(4) {
    width: 94px;
    width: 25.0666666667vw;
    min-width: 94px;
    min-width: 25.0666666667vw;
  }
}
@media (max-width: 767px) {
  .simulation__list:last-child table td:nth-child(5) {
    width: 112px;
    width: 29.8666666667vw;
    min-width: 112px;
    min-width: 29.8666666667vw;
  }
}

.simulation__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 8px;
  background-color: #F59600;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 16px 10px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .simulation__title {
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding-top: 16px;
    padding-top: 4.2666666667vw;
    padding-bottom: 16px;
    padding-bottom: 4.2666666667vw;
  }
}
.simulation__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 30px solid #f59600;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .simulation__title::after {
    bottom: -15px;
    bottom: -4vw;
    border-right-width: 15px;
    border-right-width: 4vw;
    border-left-width: 15px;
    border-left-width: 4vw;
    border-top-width: 20px;
    border-top-width: 5.3333333333vw;
  }
}

.scroll__text {
  display: none;
}
@media (max-width: 767px) {
  .scroll__text {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #FF383B;
    margin-top: 23px;
    margin-top: 6.1333333333vw;
  }
}

.simulation__content {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .simulation__content {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-top: 10px;
    margin-top: 2.6666666667vw;
    padding-right: 33px;
  }
}

.simulation__wrapper {
  border: 4px solid #F59600;
  border-radius: 8px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.16);
  padding: 28px 42px 16px;
}
@media (max-width: 1023px) {
  .simulation__wrapper {
    padding: 28px 40px 16px 20px;
  }
}
@media (max-width: 767px) {
  .simulation__wrapper {
    padding-top: 24px;
    padding-top: 6.4vw;
    padding-right: 40px;
    padding-right: 10.6666666667vw;
    padding-bottom: 18px;
    padding-bottom: 4.8vw;
    padding-left: 12px;
    padding-left: 3.2vw;
    box-shadow: initial;
  }
}

.simulation-arrow {
  width: calc(100% - 30px);
  height: 32px;
  background-color: #86BA31;
  display: flex;
  align-items: center;
  padding-left: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .simulation-arrow {
    height: 32px;
    height: 8.5333333333vw;
  }
}
.simulation-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 30px solid #86ba31;
  border-right: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .simulation-arrow::after {
    border-top-width: 24px;
    border-top-width: 6.4vw;
    border-bottom-width: 24px;
    border-bottom-width: 6.4vw;
    border-left-width: 30px;
    border-left-width: 8vw;
  }
}

.start-date {
  font-weight: 500;
  margin: 22px 0 7px 128px;
}
@media (max-width: 1023px) {
  .start-date {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .start-date {
    margin-left: 29.3333333333vw;
  }
}

.simulation-table table,
.simulation-table tbody,
.simulation-table tfoot,
.simulation-table thead,
.simulation-table tr,
.simulation-table th,
.simulation-table td {
  font-family: "Noto Sans JP", sans-serif;
}
.simulation-table table {
  width: 100%;
  border-collapse: collapse;
}
.simulation-table table tr:not(:last-child) th,
.simulation-table table tr:not(:last-child) td {
  height: 56px;
}
@media (max-width: 767px) {
  .simulation-table table tr:not(:last-child) th,
  .simulation-table table tr:not(:last-child) td {
    height: 56px;
    height: 14.9333333333vw;
  }
}
.simulation-table table tr:not(:last-child) th:last-child,
.simulation-table table tr:not(:last-child) td:last-child {
  text-align: left;
  padding-left: 8px;
}
.simulation-table table tr:first-child th:first-child {
  border-top: none;
  border-left: none;
}
.simulation-table table tr:last-child td {
  border: none;
  text-align: right;
  padding: 5px 8px 0 0;
}
.simulation-table table tr:last-child td:nth-child(4) {
  border-right: none;
}
.simulation-table table th,
.simulation-table table td {
  border-bottom: 1px solid #696E6E;
  border-left: 1px solid #696E6E;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}
.simulation-table table th:first-child,
.simulation-table table td:first-child {
  width: 13%;
  min-width: 128px;
}
@media (max-width: 1023px) {
  .simulation-table table th:first-child,
  .simulation-table table td:first-child {
    width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .simulation-table table th:first-child,
  .simulation-table table td:first-child {
    width: 110px;
    min-width: 110px;
    width: 110px;
    width: 29.3333333333vw;
    min-width: 110px;
    min-width: 29.3333333333vw;
  }
}
.simulation-table table th:nth-child(2), .simulation-table table th:nth-child(4), .simulation-table table th:nth-child(5),
.simulation-table table td:nth-child(2),
.simulation-table table td:nth-child(4),
.simulation-table table td:nth-child(5) {
  width: 19.008%;
}
@media (max-width: 767px) {
  .simulation-table table th:nth-child(2), .simulation-table table th:nth-child(4), .simulation-table table th:nth-child(5),
  .simulation-table table td:nth-child(2),
  .simulation-table table td:nth-child(4),
  .simulation-table table td:nth-child(5) {
    width: auto;
  }
}
.simulation-table table th:nth-child(3),
.simulation-table table td:nth-child(3) {
  width: 21.12%;
}
.simulation-table table th:nth-child(5),
.simulation-table table td:nth-child(5) {
  border-right: 1px solid #696E6E;
}
.simulation-table table th:last-child,
.simulation-table table td:last-child {
  border: none;
  width: 80px;
  white-space: nowrap;
}
.simulation-table table th.bg-green {
  color: #fff;
  background-color: #86BA31;
  border-top: 1px solid #696E6E;
}
.simulation-table table td.bg-beige {
  background-color: #FEF5E6;
}
.simulation-table table td.bg-yellow {
  background-color: #F5E600;
}
.simulation-table table td.bg-orange {
  background-color: #FAC675;
}

.simulation-caption__lists {
  margin-top: 24px;
}

.sec03 {
  padding: 80px 0;
  background-color: #FEF5E6;
}
@media (max-width: 767px) {
  .sec03 {
    padding-top: 64px;
    padding-top: 17.0666666667vw;
    padding-bottom: 64px;
    padding-bottom: 17.0666666667vw;
  }
}
@media (max-width: 767px) {
  .sec03 .sec__title .en img {
    width: 82px;
    width: 21.8666666667vw;
  }
}
.sec03 .sec__lead {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .sec03 .sec__lead {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
  }
}
@media (max-width: 767px) {
  .sec03 .sec__lead .font-large {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.sec03__img {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .sec03__img {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
  }
}

.sec03-box {
  margin-top: 32px;
  border: 4px solid #F59600;
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
}
@media (max-width: 767px) {
  .sec03-box {
    display: block;
    margin-top: 37px;
    margin-top: 9.8666666667vw;
    padding-top: 12px;
    padding-top: 3.2vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
}

.sec03-box__text {
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .sec03-box__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .sec03-box__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.sec03-box__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .sec03-box__wrap {
    display: block;
  }
}

.sec03-box-label {
  flex: 0 0 180px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .sec03-box-label {
    flex: 0 0 160px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .sec03-box-label {
    width: 180px;
    width: 48vw;
    margin: auto;
    margin-top: 8px;
    margin-top: 2.1333333333vw;
  }
}

.site {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .site {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
  }
}

.site__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .site__wrap {
    display: block;
  }
}

.site__img {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: calc(50% - 13.5px);
}
@media (max-width: 767px) {
  .site__img {
    width: 100%;
  }
}
.site__img + .site__img {
  margin-left: 27px;
}
@media (max-width: 767px) {
  .site__img + .site__img {
    margin-left: 0;
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.site__img img {
  border-radius: 8px;
}

.site__text {
  font-size: 1.6rem;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .site__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.site__text .font-large {
  font-size: 2rem;
  font-weight: 700;
  color: #F59600;
}
@media (max-width: 767px) {
  .site__text .font-large {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.site__text + .site__img {
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .site__text + .site__img {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}

.sec04 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec04 {
    padding-top: 64px;
    padding-top: 17.0666666667vw;
    padding-bottom: 64px;
    padding-bottom: 17.0666666667vw;
  }
}
@media (max-width: 767px) {
  .sec04 .sec__title .en img {
    width: 91px;
    width: 24.2666666667vw;
  }
}
.sec04 .button {
  margin-top: 40px;
}
.sec04 .button-link {
  width: 600px;
  max-width: 100%;
  height: 100px;
  background-color: #F59600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .sec04 .button-link {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 32px;
    margin-top: 8.5333333333vw;
    height: 90px;
    height: 24vw;
    max-height: 130px;
  }
}
.sec04 .button-link::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .sec04 .button-link::after {
    right: 16px;
    right: 4.2666666667vw;
    width: 24px;
    width: 6.4vw;
    height: 24px;
    height: 6.4vw;
  }
}

.sec04__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .sec04__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}/*# sourceMappingURL=style.css.map */