@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする

例：
color: $color-font-white;
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.header > .right > .pages > .page > .link.page-recruit:before {
  height: 40px;
}

.header > .right > .pages > .page > .link.english.page-recruit:before {
  height: 1px;
}

.header > .sp-menu > .container > .pages > .page > .link.page-recruit:before {
  right: 75px;
  width: 77px;
}

.recruit-contact-thanks-page {
  background-color: #EBEBEB;
}

.recruit-contact-thanks-page > .section-contents {
  margin: 0 auto;
  padding-top: 209px;
  padding-bottom: 111px;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents {
    padding-top: 176px;
    padding-bottom: 97px;
  }
}

.recruit-contact-thanks-page > .section-contents > .container {
  background-color: #FFFFFF;
  max-width: 960px;
  width: 100%;
  padding: 130px 16px 86px;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container {
    padding: 107px 38px;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .title,
.recruit-contact-thanks-page > .section-contents > .container > .form {
  max-width: 557px;
  width: 100%;
  margin: 0 auto;
}

.recruit-contact-thanks-page > .section-contents > .container > .title {
  margin-bottom: 80px;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container > .title {
    margin-bottom: 40px;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .title > .page-title,
.recruit-contact-thanks-page > .section-contents > .container > .title > .lead {
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container > .title > .page-title,
  .recruit-contact-thanks-page > .section-contents > .container > .title > .lead {
    line-height: 1.52;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .title > .page-title {
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container > .title > .page-title {
    font-size: 18px;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .title > .page-title > .block {
  display: inline-block;
}

.recruit-contact-thanks-page > .section-contents > .container > .title > .lead {
  font-size: 14px;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container > .title > .lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .recruit-contact-thanks-page > .section-contents > .container > .title > .lead {
    text-align: left;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button {
  margin: 0 auto;
  text-align: center;
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 auto;
  padding-left: 30px;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link {
    width: 250px;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.52;
    padding-left: 38px;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:before, .recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 21px;
  width: 90px;
  height: 1px;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

@media screen and (max-width: 897px) {
  .recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:before, .recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:after {
    width: 64px;
    left: 28px;
  }
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:before {
  background-color: #808080;
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:after {
  background-color: #FFFFFF;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.recruit-contact-thanks-page > .section-contents > .container > .form > .button > .link:hover > .icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header > .right > .pages > .page > .link::before {
    left: 55%;
  }
}
