@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.thanks-page > .section-mv {
  padding: 0 20px;
  padding-top: 161px;
}
@media screen and (max-width: 1024px) {
  .thanks-page > .section-mv {
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv {
    padding-top: 110px;
  }
}
.thanks-page > .section-mv > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.thanks-page > .section-mv > .container > .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-mv > .container > .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thanks-page > .section-mv > .container > .box-title > .page-title {
  font-size: 2.9vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 48px;
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-mv > .container > .box-title > .page-title {
    font-size: 3.9vw;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv > .container > .box-title > .page-title {
    font-size: 8.6vw;
  }
}
.thanks-page > .section-mv > .container > .box-title > .page-title > .english {
  display: block;
  color: #939393;
  font-size: 1vw;
  letter-spacing: 0.1em;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .thanks-page > .section-mv > .container > .box-title > .page-title > .english {
    font-size: 1.25vw;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-mv > .container > .box-title > .page-title > .english {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv > .container > .box-title > .page-title > .english {
    font-size: 3vw;
    margin-bottom: 12px;
  }
}
.thanks-page > .section-mv > .container > .box-title > .overview {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 1vw;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .thanks-page > .section-mv > .container > .box-title > .overview {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-mv > .container > .box-title > .overview {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv > .container > .box-title > .overview {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
.thanks-page > .section-mv > .container > .list-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.thanks-page > .section-mv > .container > .list-step > .step > .label {
  color: #727171;
  font-size: 1vw;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv > .container > .list-step > .step > .label {
    font-size: 3.2vw;
  }
}
.thanks-page > .section-mv > .container > .list-step > .step > .text {
  color: #727171;
  font-size: 1.35vw;
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv > .container > .list-step > .step > .text {
    font-size: 3.55vw;
  }
}
.thanks-page > .section-mv > .container > .list-step > .step:first-child {
  position: relative;
  padding-right: 52px;
  margin-right: 59px;
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-mv > .container > .list-step > .step:first-child {
    padding-right: 16px;
    margin-right: 18px;
  }
}
.thanks-page > .section-mv > .container > .list-step > .step:first-child:before {
  content: "";
  background-image: url(../../../assets/imgs/flow/arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: none;
  width: 5px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thanks-page > .section-mv > .container > .list-step > .step:last-child > .text {
  color: #007f41;
}
.thanks-page > .section-contents {
  background-color: #f6f6f6;
  margin-top: 44px;
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-contents {
    padding-bottom: 32px;
  }
}
.thanks-page > .section-contents > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 94.4vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-contents > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90vw;
    margin: 0 auto;
  }
}
.thanks-page > .section-contents > .container > .box-text {
  max-width: 45vw;
  margin-right: 136px;
  padding: 54px 0 63px;
}
@media screen and (max-width: 1024px) {
  .thanks-page > .section-contents > .container > .box-text {
    margin-right: 46px;
    padding: 34px 0 43px;
  }
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-contents > .container > .box-text {
    max-width: 100%;
    margin-right: 0;
  }
}
.thanks-page > .section-contents > .container > .box-text > .text {
  font-size: 1vw;
  line-height: 2.4;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .thanks-page > .section-contents > .container > .box-text > .text {
    font-size: 1.3vw;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-contents > .container > .box-text > .text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-contents > .container > .box-text > .text {
    font-size: 3.7vw;
    line-height: 2.2;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-contents > .container > .box-text > .button {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .thanks-page > .section-contents > .container > .box-text > .button > .link {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-contents > .container > .box-text > .button > .link {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-contents > .container > .box-text > .button > .link {
    font-size: 4.2vw;
    padding: 5px 86px 16px 0;
  }
}
.thanks-page > .section-contents > .container > .box-text > .button > .link > .icon {
  right: 13px;
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-contents > .container > .box-text > .button > .link > .icon {
    width: 42px;
    top: 37%;
  }
}
@media screen and (max-width: 820px) {
  .thanks-page > .section-contents > .container > .box-image {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .thanks-page > .section-contents > .container > .box-image {
    height: 271px;
  }
}
.thanks-page > .section-contents > .container > .box-image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}