てんks@charset "UTF-8";
body {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #fff;
  position: relative;
  letter-spacing: 0.1em;
}

.yellow_line {
  background: linear-gradient(transparent 75%, #fffabf 0%);
}

.yellow_txt {
  color: #fffabf;
}

.blue_txt {
  color: #157190;
  font-weight: bold;
}

.note_txt {
  font-size: 14px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}
.thanks_sec {
  padding: 60px 0;
}

.thanks_sec .thanks_sec_inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_sec_inner {
    max-width: 95%;
  }
}
.thanks_sec:first-child {
  padding: 40px 0;
}

.thanks_sec h1 {
  font-size: 32px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  margin: 0 auto 64px;
  position: relative;
  text-align: center;
}

.thanks_sec h1::after {
  content: "";
  width: 96px;
  height: 2px;
  background: #57C2E7;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .thanks_sec h1 {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
}
.thanks_sec .approval_txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .thanks_sec .approval_txt {
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 0 10px;
  }
}
.thanks_sec .gry_note {
  font-size: 14px;
  background: #fff;
  border: 15px solid #f5f5f5;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  line-height: 1.6;
  box-sizing: border-box;
  max-width: 100%;
  word-break: break-all;
  overflow-wrap: break-word;
}
.thanks_sec .gry_note .thanks_interview_link{
  color: #57C2E7;
  border-bottom: 1px solid #57C2E7;
}

.thanks_sec .thanks_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.thanks_sec .thanks_point_list .thanks_point_items {
  display: flex;
  align-items: center;
  max-width: 380px;
  width: 100%;
  height: 140px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.thanks_sec .thanks_point_list .thanks_point_items img {
  width: 70px;
}
.thanks_sec .thanks_point_list .thanks_point_items:first-child, .thanks_sec .thanks_point_list .thanks_point_items:nth-child(2) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .thanks_sec .thanks_point_list .thanks_point_items:first-child, .thanks_sec .thanks_point_list .thanks_point_items:nth-child(2) {
    margin: 0;
  }
}
.thanks_sec .thanks_point_list .thanks_point_items:nth-child(odd) {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .thanks_sec .thanks_point_list .thanks_point_items:nth-child(odd) {
    margin: 0;
  }
}
.thanks_sec .thanks_point_list .thanks_point_items .thanks_point_txt {
  text-align: left;
  margin-left: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_point_list .thanks_point_items {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .thanks_sec .thanks_point_list .thanks_point_items {
    max-width: 100%;
    margin: 0;
  }
  .thanks_sec .thanks_point_list .thanks_point_items:not(:last-child) {
    margin-bottom: 10px;
  }
}
.thanks_sec .uk-h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
  border-left: 8px solid #57C2E7;
  padding: 5px 0 5px 20px;
}

@media screen and (max-width: 767px) {
  .thanks_sec .uk-h2 {
    font-size: 1.3rem;
  }
}
.thanks_sec .step_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 750px;
  margin: 0 auto 70px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .thanks_sec .step_list {
    display: none;
  }
}
.thanks_sec .step_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #157190;
}

.thanks_sec .step_list .thanks_step {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background: #57C2E7;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.thanks_sec .step_list .thanks_step:last-child {
  background: #157190;
}

.thanks_sec .step_list .thanks_step .large_txt {
  font-size: 24px;
  font-weight: bold;
}

.thanks_sec .thanks_flow {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow {
    display: block;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner {
  width: 210px;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner {
    display: flex;
    width: 100%;
    position: relative;
  }
  .thanks_sec .thanks_flow .thanks_flow_inner:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 20px;
    height: 90px;
    width: 2px;
    background-color: #157190;
  }
  .thanks_sec .thanks_flow .thanks_flow_inner:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 20px;
    height: 160px;
    width: 2px;
    background-color: #157190;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box {
  background: #F1F7FC;
  height: 100%;
  margin: 0;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box {
    width: calc(100% - 70px);
    margin-left: auto;
    padding: 20px;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 105px 65px 105px;
  border-color: transparent transparent #F1F7FC transparent;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box::before {
    top: 30px;
    left: -20px;
    border-width: 10px 20px 10px 0;
    border-color: transparent #F1F7FC transparent transparent;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box dt {
  font-size: 18px;
  font-weight: bold;
  color: #157190;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box dt {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box dt {
    padding: 20px 0 20px 80px;
  }
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box dt::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    width: 60px;
    height: 60px;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box dd {
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner:last-child .thanks_step {
    background: #157190;
  }
  .thanks_sec .thanks_flow .thanks_flow_inner .thanks_step {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #57C2E7;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    margin: 25px 0 0 0;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .thanks_sec .thanks_flow .thanks_flow_inner .thanks_step .large_txt {
    font-size: 2em;
    font-weight: bold;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_1, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_2, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_3, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_4 {
  padding-top: 90px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_1, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_2, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_3, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_4 {
    padding-top: 10px;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_1::after, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_2::after, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_3::after, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_4::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 960px) {
  .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_1::after, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_2::after, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_3::after, .thanks_sec .thanks_flow .thanks_flow_inner .flow_box_4::after {
    display: none;
  }
}
.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_1::after {
  background: url(/wp-content/uploads/2023/08/icon_step_1.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_1 dt::after {
  background: url(/wp-content/uploads/2023/08/icon_step_1.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_2::after {
  background: url(/wp-content/uploads/2023/08/icon_step_2.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_2 dt::after {
  background: url(/wp-content/uploads/2023/08/icon_step_2.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_3::after {
  background: url(/wp-content/uploads/2023/08/icon_step_3.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_3 dt::after {
  background: url(/wp-content/uploads/2023/08/icon_step_3.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_4::after {
  background: url(/wp-content/uploads/2023/08/icon_step_4.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .thanks_flow .thanks_flow_inner .flow_box_4 dt::after {
  background: url(/wp-content/uploads/2023/08/icon_step_4.svg) no-repeat;
  background-size: 100%;
}

.thanks_sec .qa_btn {
  text-align: center;
  color: #fff;
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 20px;
  background: #157190;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 960px) {
  .thanks_sec .qa_btn {
    padding: 10px 20px 10px 10px;
    line-height: 1.6;
  }
}
.thanks_sec .qa_btn:hover {
  opacity: 0.8;
}

.thanks_sec .qa_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

.thanks_sec .thanks_contact_box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.thanks_sec .thanks_contact_box .contact_ttl {
  color: #fff;
  text-align: center;
  background-color: #57C2E7;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner {
  text-align: center;
  background: #F1F7FC;
  padding: 20px;
  line-height: 1.6;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner .mail_link {
  display: block;
  color: #57C2E7;
  margin-bottom: 10px;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner .mail_link:hover {
  opacity: 0.8;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner .mail_link span {
  padding-left: 40px;
  position: relative;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner .mail_link span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2023/08/icon_mail.svg) no-repeat;
  width: 26px;
  height: 20px;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner .note_txt {
  margin: 0;
}

.thanks_sec .thanks_contact_box .thanks_contact_inner .note_txt:first-of-type {
  margin: 0 auto 10px;
}

.thanks_sec.bg_blue {
  background: #F1F7FC;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.thanks_sec.bg_blue .thanks_sec_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .thanks_sec.bg_blue .thanks_sec_inner {
    max-width: 95%;
  }
}
.thanks_sec.bg_gry {
  background: #FAFAFA;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.thanks_sec.bg_gry .privacy_certification {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .thanks_sec.bg_gry .privacy_certification {
    max-width: 95%;
    display: block;
  }
}
.thanks_sec.bg_gry .privacy_certification .privacy_content {
  background: #fff;
  margin-right: 10px;
  max-width: 640px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 960px) {
  .thanks_sec.bg_gry .privacy_certification .privacy_content {
    margin-bottom: 20px;
  }
}
.thanks_sec.bg_gry .privacy_certification .privacy_content::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/wp-content/uploads/2023/08/privacy_mark.svg) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 65px;
}

.thanks_sec.bg_gry .privacy_certification .privacy_content .privacy_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .thanks_sec.bg_gry .privacy_certification .privacy_content .privacy_ttl {
    font-size: 16px;
    width: 80%;
  }
}
.thanks_sec.bg_gry .privacy_certification .privacy_content .privacy_txt {
  font-size: 14px;
  line-height: 1.6;
}

.thanks_sec.bg_gry .privacy_certification .certification_content {
  background: #fff;
  width: 320px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 960px) {
  .thanks_sec.bg_gry .privacy_certification .certification_content {
    width: 100%;
  }
}
.thanks_sec.bg_gry .privacy_certification .certification_content::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/wp-content/uploads/2023/08/certification_mark.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}

.thanks_sec.bg_gry .privacy_certification .certification_content .certification_ttl {
  font-size: 18px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 35px;
  padding-top: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .thanks_sec.bg_gry .privacy_certification .certification_content .certification_ttl {
    font-size: 16px;
  }
}
.thanks_sec.bg_gry .privacy_certification .certification_content .certification_txt {
  font-size: 14px;
  line-height: 1.6;
}

/***************
header/footer
***************/
#top-head {
  background-color: #fff;
  position: relative;
  width: 100vw;
  height: 80px;
  max-width: 1920px;
  padding: 15px 0;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 2px solid #57C2E7;
}

@media (max-width: 520px) {
  #top-head {
    height: initial;
  }
}
#top-head .header_flex {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@media (max-width: 520px) {
  #top-head .header_flex {
    padding: 0 10px;
  }
}
#top-head .header_flex img {
  width: 180px;
  margin-right: 20px;
}

@media (max-width: 520px) {
  #top-head .header_flex img {
    width: 32%;
  }
}
#top-head .header_flex .approval_number {
  font-size: 12px;
  border: 1px solid #666;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0;
}

@media (max-width: 520px) {
  #top-head .header_flex .approval_number {
    font-size: 10px;
    line-height: 1.4;
  }
}
footer {
  font-size: 12px;
  color: #fff;
  width: 100%;
  background: #57C2E7;
  text-align: center;
  padding: 10px 0;
  position: absolute;
} /*# sourceMappingURL=thanks_renewal.css.map */

.youtube_movie {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
}

.youtube_movie iframe {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .youtube_movie iframe {
    width: 100%;
  }
}