@charset "UTF-8";
/* LP用シンプルヘッダー
==============================*/
#headerLp .achievements_img {
  display: none;
}
#headerLp .headerLp__logo {
  max-width: 1170px;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin: 0 auto;
}
#headerLp .h4u_logo {
  width: 70%;
  padding-left: 1rem;
  margin-right: auto;
}
#headerLp .ndss_logo {
  width: 30%;
}
@media (min-width: 768px) {
  #headerLp .achievements_img {
    display: block;
  }
  #headerLp .headerLp__logo {
    padding: 1rem 0;
  }
  #headerLp .h4u_logo,
  #headerLp .ndss_logo {
    width: auto;
  }
  #headerLp .headerLp__logo img {
    height: auto;
  }
  #headerLp .h4u_logo img {
    width: 320px;
  }
  #headerLp .achievements_img img {
    width: 192px;
  }
  #headerLp .ndss_logo {
    margin-left: 2rem;
  }
  #headerLp .ndss_logo img {
    width: 118px;
  }
}
/* main #wrap_sndn_01_01
==============================*/
#wrap_sndn_01_01 {
  font-size: 1.9rem;
  font-feature-settings: 'palt';
}
#wrap_sndn_01_01 select,
#wrap_sndn_01_01 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#wrap_sndn_01_01 button {
  border: none;
}
#wrap_sndn_01_01 em {
  font-style: normal;
  font-weight: bold;
}
#wrap_sndn_01_01 .block {
  padding: 30px 0;
}
#wrap_sndn_01_01 .wrap_inner {
  width: 100%;
  min-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
}

/* --------------------
  mv
-------------------- */
#wrap_sndn_01_01 .mv {
  position: relative;
  background: #fff;
  min-height: 880px;
}
#wrap_sndn_01_01 .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(107deg, #1a77be 0%, #1a77be 50%, #0068b7 50%, #0068b7 100%);
  width: 100%;
  height: 950px;
  z-index: 1;
}
#wrap_sndn_01_01 .mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/promotion/index_sndn_01_01/mv-bg_pc.png) center center no-repeat;
  background-size: 1920px 880px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#wrap_sndn_01_01 .mv__container {
  padding: 37px 0 0;
  position: relative;
  z-index: 2;
}
#wrap_sndn_01_01 .mv__inner {
  position: relative;
  width: 1170px;
  min-width: 1170px;
  margin: 0 auto;
}
#wrap_sndn_01_01 .mv__catch {
  text-align: center;
}
#wrap_sndn_01_01 .mv__catch .mv__catch__txt-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
#wrap_sndn_01_01 .mv__catch .mv__catch__txt-01:before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  transform: rotate(-30deg);
  display: block;
  margin-right: 10px;
}
#wrap_sndn_01_01 .mv__catch .mv__catch__txt-01:after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  transform: rotate(30deg);
  margin-left: 10px;
}
#wrap_sndn_01_01 .mv__catch .mv__catch__txt-02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #fff;
  color: #0068B7;
  font-weight: 700;
  border-radius: 26px;
  height: 47px;
  margin-top: 10px;
  font-size: 22px;
}
#wrap_sndn_01_01 .mv__title {
  margin: 0 auto;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#wrap_sndn_01_01 .mv__title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 129px;
}
#wrap_sndn_01_01 .mv__title__balloon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #0068B7;
  font-size: 24px;
  background-color: #FFDF1D;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  position: relative;
  margin-top: 25px;
}
#wrap_sndn_01_01 .mv__title__balloon:after {
  content: "";
  display: block;
  position: absolute;
  right: -4px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-top: transparent 8px solid;
  border-bottom: transparent 8px solid;
  border-left: #FFDF1D 26px solid;
  transform: rotate(45deg);
}
#wrap_sndn_01_01 .mv__title__balloon .mv__title__balloon__txt {
  font-size: 20px;
} 
#wrap_sndn_01_01 .mv__title__balloon__num {
  font-size: 33px;
  vertical-align: baseline;
}
#wrap_sndn_01_01 .mv__title__balloon__free {
  font-size: 37px;
  font-weight: 700;
}
#wrap_sndn_01_01 .mv__title__01 {
  font-size: 36px;
  margin: 33px 0 0 0;
  text-align: center;
}
#wrap_sndn_01_01 .mv__title__01__em {
  color: #FFDF1D;
  position: relative;
  vertical-align: baseline;
  font-size: 50px;
}
#wrap_sndn_01_01 .mv__title__01__em:before {
  content: "";
  width: 32px;
  height: 15px;
  display: block;
  background: url(/img/promotion/index_sndn_01_01/icn-impact-line-01.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% - 16px);
  top: -10px;
}
#wrap_sndn_01_01 .mv__title__02 {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
#wrap_sndn_01_01 .note-personaldata {
  font-size: 16px;
  color: #fff;
  text-align: right;
  width: 750px;
  margin: 15px auto;
}
/* 診断ツール */
#wrap_sndn_01_01 .sndn-box {
  margin: 0 auto;
  width: 750px;
  height: 694px;
  position: relative;
  z-index: 2;
}
#wrap_sndn_01_01 .mv-pict-woman {
  width: 248px;
  height: 367px;
  position: absolute;
  z-index: 2;
  left: -268px;
  bottom: 60px;
}
#wrap_sndn_01_01 .mv-pict-man {
  width: 285px;
  height: 390px;
  position: absolute;
  z-index: 2;
  right: -301px;
  bottom: 60px;
}
#wrap_sndn_01_01 .mv-circle {
  width: 150px;
  height: 150px;
  background-color: #B3D2E9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#wrap_sndn_01_01 .mv-circle--pig {
  left: -123px;
  /* top: 77px; */
  top: 32px;
}
#wrap_sndn_01_01 .mv-circle--pig img {
  width: 67px;
  height: 98px;
}
#wrap_sndn_01_01 .mv-circle--land {
  left: 27px;
  /* top: 221px; */
  top: 176px;
}
#wrap_sndn_01_01 .mv-circle--land img {
  width: 90px;
  height: 75px;
}
#wrap_sndn_01_01 .mv-circle--house {
  left: -174px;
  /* top: 350px; */
  top: 305px;
}
#wrap_sndn_01_01 .mv-circle--house img {
  width: 81px;
  height: 86px;
}
#wrap_sndn_01_01 .mv-circle--beginner {
  right: -150px;
  /* top: 76px; */
  top: 31px;
}
#wrap_sndn_01_01 .mv-circle--beginner img {
  width: 76px;
  height: 92px;
}
#wrap_sndn_01_01 .mv-circle--building {
  right: 23px;
  /* top: 220px; */
  top: 175px;
}
#wrap_sndn_01_01 .mv-circle--building img {
  width: 58px;
  height: 79px;
}
#wrap_sndn_01_01 .mv-circle--pc {
  right: -189px;
  /* top: 348px; */
  top: 303px;
}
#wrap_sndn_01_01 .mv-circle--pc img {
  width: 79px;
  height: 72px;
}
#wrap_sndn_01_01 .cta_shindan_question {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}
#wrap_sndn_01_01 .cta_shindan_question_img {
  width: 30%;
  margin: 20px auto;
}
#wrap_sndn_01_01 #Shousai_answer-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
#wrap_sndn_01_01 .cta_shindan_btn.or {
  margin-top: 0;
}

#wrap_sndn_01_01 .step-progress .step {
  width: 32px;
  height: 32px;
  font-size: 12px;
}


@media screen and (max-width: 1400px) {
  #wrap_sndn_01_01 .mv {
    min-height: 62.857vw;
  }
  #wrap_sndn_01_01 .mv::before {
    height: 67.857vw;
  }
  #wrap_sndn_01_01 .mv::after {
    background-size: 137.143vw 62.857vw;
    height: 67.857vw;
    height: 100%;
  }
  #wrap_sndn_01_01 .mv__container {
    padding: 3.214vw 0 0;
  }
  #wrap_sndn_01_01 .mv__inner {
    width: 83.571vw;
    min-width: 83.571vw;
  }
  #wrap_sndn_01_01 .mv__title {
    gap: 0.714vw;
  }
  #wrap_sndn_01_01 .mv__title__wrap {
    padding-right: 9.214vw;
    gap: 0.714vw;
  }
  #wrap_sndn_01_01 .mv__catch .mv__catch__txt-01 {
    font-size: 1.714vw;
  }
  #wrap_sndn_01_01 .mv__catch .mv__catch__txt-02 {
    padding: 0 2.143vw;
    border-radius: 1.857vw;
    height: 3.357vw;
    margin-top: 0.714vw;
    font-size: 1.571vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon {
    gap: 0.357vw;
    color: #0068B7;
    font-size: 1.714vw;
    width: 9.214vw;
    height: 9.214vw;
    margin-top: 1.786vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon:after {
    right: -0.286vw;
    bottom: 0.429vw;
    border-top-width: 0.571vw;
    border-bottom-width: 0.571vw;
    border-left-width: 1.857vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon .mv__title__balloon__txt {
    font-size: 1.429vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon__num {
    font-size: 2.357vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon__free {
    font-size: 2.643vw;
  }
  #wrap_sndn_01_01 .mv__title__01 {
    font-size: 2.571vw;
    margin: 2.357vw 0 0 0;
  }
  #wrap_sndn_01_01 .mv__title__01__em {
    font-size: 3.571vw;
  }
  #wrap_sndn_01_01 .mv__title__01__em:before {
    width: 2.286vw;
    height: 1.071vw;
    left: calc(50% - 1.143vw);
    top: -0.714vw;
  }
  #wrap_sndn_01_01 .mv__title__02 {
    font-size: 4.286vw;
    margin-top: 1.143vw;
  }
  #wrap_sndn_01_01 .note-personaldata {
    font-size: 1.143vw;
    width: 53.571vw;
    margin: 1.071vw auto;
  }

  #wrap_sndn_01_01 .sndn-box {
    width: 53.571vw;
    height: 49.571vw;
    position: relative;
    z-index: 2;
  }
  #wrap_sndn_01_01 .mv-pict-woman {
    width: 17.714vw;
    height: 26.214vw;
    left: -19.143vw;
    bottom: 4.286vw;
  }
  #wrap_sndn_01_01 .mv-pict-man {
    width: 20.357vw;
    height: 27.857vw;
    right: -21.5vw;
    bottom: 4.286vw;
  }
  #wrap_sndn_01_01 .mv-circle {
    width: 10.714vw;
    height: 10.714vw;
  }
  #wrap_sndn_01_01 .mv-circle--pig {
    left: -8.786vw;
    /* top: 5.5vw; */
    top: 2.286vw;
  }
  #wrap_sndn_01_01 .mv-circle--pig img {
    width: 4.786vw;
    height: 7vw;
  }
  #wrap_sndn_01_01 .mv-circle--land {
    left: 1.929vw;
    /* top: 15.786vw; */
    top: 12.571vw;
  }
  #wrap_sndn_01_01 .mv-circle--land img {
    width: 6.429vw;
    height: 5.357vw;
  }
  #wrap_sndn_01_01 .mv-circle--house {
    left: -12.429vw;
    /* top: 25vw; */
    top: 21.786vw;
  }
  #wrap_sndn_01_01 .mv-circle--house img {
    width: 5.786vw;
    height: 6.143vw;
  }
  #wrap_sndn_01_01 .mv-circle--beginner {
    right: -10.714vw;
    /* top: 5.429vw; */
    top: 2.214vw;
  }
  #wrap_sndn_01_01 .mv-circle--beginner img {
    width: 5.429vw;
    height: 6.571vw;
  }
  #wrap_sndn_01_01 .mv-circle--building {
    right: 1.643vw;
    /* top: 15.714vw; */
    top: 12.5vw;
  }
  #wrap_sndn_01_01 .mv-circle--building img {
    width: 4.143vw;
    height: 5.643vw;
  }
  #wrap_sndn_01_01 .mv-circle--pc {
    right: -13.5vw;
    /* top: 24.857vw; */
    top: 21.643vw;
  }
  #wrap_sndn_01_01 .mv-circle--pc img {
    width: 5.643vw;
    height: 5.143vw;
  }
}

/* --------------------
  診断コンテンツ
-------------------- */
#Shousai_staticShindan .cta_shindan_outer {
  display: block;
}
#Shousai_staticShindan .cta_shindan_outer,
#Shousai_staticShindan .Shousai_popup {
    z-index: 2147483642;
    position: unset;
}

#Shousai_staticShindan .cta_shindan_card {
  width: 100%;
  position: unset;
  top: 0;
  left: 0;
  transform: unset;
  border-color: #E35E1D;
  height: 694px;
}
.cat_shindan_card_wrap {
  margin: 10px auto 20px;
  padding: 20px;
  background-color: #FFF2EC;
  border-radius: 10px;
}
.cat_shindan_card_text span {
  color: #208C88;
  font-weight: 700;
}
#Shousai_staticShindan .cta_shindan_btn_lead {
  font-size: 18px;
  line-height: 1.67;
  margin: 0 auto;
}
/* #6518 */
#wrap_sndn_01_01 #Shousai_staticShindan .mv__title__01 {
  margin: 38px 0 0 48px;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__title__01__em {
  color: #E35E1D;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__title__01__em:before {
  background-image: url(/img/promotion/index_sndn_01_01/icn-impact-line-01.svg);
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__title__02 {
  font-size: 80px;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text {
  margin-top: 40px;
  font-size: 40px;
  color: #0068B7;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text__01 {
  display: block;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::before,
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::after {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #0068B7;
  position: relative;
  top: 2px;
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::before {
  transform: rotate(-35deg);
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::after {
  transform: rotate(35deg);
}
#wrap_sndn_01_01 #Shousai_staticShindan .mv__title {
  color: #0068B7;
}

#Shousai_staticShindan .cta_shindan_btn.or,
#Shousai_staticShindan .cta_shindan_btn.gr {
  font-size: 16px;
  width: 70%;
  height: 2.8em;
}
#Shousai_staticShindan .cta_shindan_btn.or,
#Shousai_staticShindan .cta_shindan_btn.gr {
  width: 500px;
  height: 64px;
  border: 2px solid #fc9131;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 54px;
  text-align: center;
  font-weight: 700;
}
#Shousai_staticShindan .cta_shindan_btn.or {
  width: 500px;
  height: 64px;
  background: linear-gradient(#fab758 0%, #dd5207 100%);
  border: 2px solid #fc9131;
  filter: drop-shadow(0px 4px 0px #c13e00);
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 54px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px #a73700;
  font-weight: 700;
}
#Shousai_staticShindan .cta_shindan_btn.gr {
  border: 3px solid #29B4AD;
  margin-top: 0;
}
#Shousai_staticShindan .cta_shindan_card_flex {
  flex-wrap: wrap;
}
#Shousai_staticShindan .cta_shindan_card_flex::after {
  content:"";
  display: block;
  width:30%;
}
#footer.footer_b {
  border-top: none;
  margin-top: ;
}

@media screen and (min-width: 768px) {
  #Shousai_staticShindan .cta_shindan_card {
    width: auto;
    transform: unset;
    transform-origin: unset;
    margin: 0 auto;
  }
  .cta_shindan_card_inner {
    min-height: unset;
  }
  .cta_shindan_card_midashi {
    font-size: 18px;
  }
  #Shousai_staticShindan .cta_shindan_btn.or,
  #Shousai_staticShindan .cta_shindan_btn.gr {
    /* font-size: 16px;
    width: 70%;
    height: 2.8em; */
  }
  #Shousai_staticShindan .step-progress {
      margin: 30px auto 0;
  }
  #Shousai_staticShindan .cta_shindan_card_inner {
      padding: 20px 0 30px;
  }
  #Shousai_staticShindan .cta_shindan_card_header_text .lead {
      font-size: 20px;
  }
  #Shousai_staticShindan .cta_shindan_card_header_text .ans {
      font-size: 40px;
  }
  #Shousai_staticShindan .cat_shindan_card_text {
      font-size: 16px;
  }
  #Shousai_staticShindan .cta_shindan_card_flexbox span {
      font-size: 16px;
  }
  .cta_shindan_btn_wrap {
    margin-top: 16px;
    text-align: center;
  }
  #Shousai_staticShindan .link-cta-01 {
    font-size: 26px;
    padding: 15px 66px;
  }
}

@media screen and (max-width: 1400px) {
  #Shousai_staticShindan .cta_shindan_card {
    min-height: 49.571vw;
    height: auto;
  }
  .cta_shindan_card_inner {
    min-height: unset;
  }
  .cta_shindan_card_midashi {
    font-size: 1.286vw;
    width: 25vw;
    margin: 1.429vw auto;
    padding: 0.214vw;
  }
  #wrap_sndn_01_01 .cta_shindan_question_img {
    max-width: 25vw;
    margin: 0.714vw auto;
  }
  #Shousai_staticShindan .step-progress {
    margin: 2.143vw auto 0;
  }
  #Shousai_staticShindan .cta_shindan_card_inner {
      padding: 1.429vw 0 2.143vw;
  }
  #wrap_sndn_01_01 .cta_shindan_question {
    font-size: 2.571vw;
  }
  #Shousai_staticShindan .cta_shindan_card_header_text .lead {
      font-size: 1.429vw;
  }
  #Shousai_staticShindan .cta_shindan_card_header_text .ans {
      font-size: 2.857vw;
  }
  #Shousai_staticShindan .cat_shindan_card_text {
      font-size: 1.143vw;
  }
  #Shousai_staticShindan .cta_shindan_card_flexbox span {
    font-size: 1.143vw;
  }
  #Shousai_staticShindan .cta_shindan_btn_lead {
    font-size: 1.286vw;
  }
  #Shousai_staticShindan .link-cta-01 {
    font-size: 1.857vw;
    padding: 1.071vw 4.714vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__title__02 {
    font-size: 5.714vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__title__01 {
    margin: 2.714vw 0 0 3.429vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__title__02 {
    font-size: 5.714vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text {
    margin-top: 2.857vw;
    font-size: 2.857vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02 {
    gap: 2.143vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::before,
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::after {
    width: 0.286vw;
    height: 2.857vw;
    top: 0.143vw;
  }
  #Shousai_staticShindan .cta_shindan_btn.or,
  #Shousai_staticShindan .cta_shindan_btn.gr {
    width: 35.714vw;
    height: 4.571vw;
    font-size: 1.714vw;
    line-height: 3.857vw;
  }
  #Shousai_staticShindan .cta_shindan_btn.or {
    width: 35.714vw;
    height: 4.571vw;
    font-size: 1.714vw;
    line-height: 3.857vw;
  }
  #wrap_sndn_01_01 .step-progress .step {
    width: 2.286vw;
    height: 2.286vw;
    font-size: 0.857vw;
  }
  #wrap_sndn_01_01 #Shousai_answer-buttons {
    gap: 1.714vw;
  }
  #wrap_sndn_01_01 .cta_shindan_card_header {
    margin-bottom: 0.5em;
  }
  #wrap_sndn_01_01 .cat_shindan_card_wrap {
    margin: 0.714vw auto 1.429vw;
    padding: 1.429vw 1.429vw 0.429vw;
  }
  #wrap_sndn_01_01 .cta_shindan_btn_wrap {
    margin-top: 1.143vw;
  }


}


/* --------------------
  .section-01
-------------------- */
#wrap_sndn_01_01 .section-01 {
  background: #D6E9F6;
  padding: 158px 10px 62px;
  text-align: center;
  position: relative;
}
#wrap_sndn_01_01 .section-01::after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 84px);
  bottom: -70px;
  width: 0;
  height: 0;
  border-top: 70px solid #D6E9F6;
  border-right: 84px solid transparent;
  border-left: 84px solid transparent;
}
#wrap_sndn_01_01 .section-01__heading {
  background-color: #0068B7;
  color: #fff;
  height: 80px;
  border-radius: 44px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 39px 0 71px;
  font-size: 30px;
  font-weight: 700;
}

/* アニメーション */

/* ♯6518 で一時停止 */
/* .animate-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.animate-item.in-view {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.animate-item.animate-item--02.in-view {
  transition-delay: 0.4s;
}
.animate-item.animate-item--03.in-view {
  transition-delay: 0.5s;
}
.animate-item.animate-item--04.in-view {
  transition-delay: 0.6s;
}
.animate-item.animate-item--05.in-view {
  transition-delay: 0.7s;
}
.animate-item.animate-item--06.in-view {
  transition-delay: 0.8s;
}

.animate-item.mv-pict-man.in-view {
  transition-delay: 0.3s;
}
.animate-item.mv-pict-woman.in-view {
  transition-delay: 0.3s;
}
.animate-item.mv-circle--pig.in-view {
  transition-delay: 0.5s;
}
.animate-item.mv-circle--land.in-view {
  transition-delay: 0.5s;
}
.animate-item.mv-circle--house.in-view {
  transition-delay: 0.5s;
}
.animate-item.mv-circle--beginner.in-view {
  transition-delay: 0.5s;
}
.animate-item.mv-circle--building.in-view {
  transition-delay: 0.5s;
}
.animate-item.mv-circle--pc.in-view {
  transition-delay: 0.5s;
} */

@keyframes bounce-in {
  0% {
    transform: scale(0.9);
  }
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.animate-item.animate-item--bounce {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-item.animate-item--bounce.in-view {
  opacity: 1;
  transform: translateY(0);
  animation: bounce-in 0.6s ease;
}






#wrap_sndn_01_01 .section-01__heading:before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/img/promotion/index_sndn_01_01/icn-impact-line-02.svg);
  background-color: #0068B7;
  position: absolute;
  left: -18px;
  top: -27px;
}
#wrap_sndn_01_01 .section-01__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 48%;
  bottom: -30px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 40px solid #0068B7;
  transform: rotate(-25deg);
}
#wrap_sndn_01_01 .section-01__text {
  font-size: 40px;
  margin-top: 60px;
  color: #0068B7;
  font-weight: 700;
}
/* --------------------
  .section-02
-------------------- */
#wrap_sndn_01_01 .section-02 {
  background: linear-gradient(107deg, #1a77be 0%, #1a77be 50%, #0068b7 50%, #0068b7 100%);
  color: #fff;
  padding: 120px 0 92px;
} 
.section-02__container {
  max-width: 1170px;
  margin: 0 auto;
}
#wrap_sndn_01_01 .section-02__header__heading {
  font-weight: 700;
  color: #fff;
}
#wrap_sndn_01_01 .section-02__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-02__header__heading {
  flex: 1;
}
#wrap_sndn_01_01 .section-02__header__pict {
  width: 32.478%;
  margin-left: 5.12%;
}
#wrap_sndn_01_01 .section-02__header__text-01 {
  font-size: clamp(16px, 2.73vw, 32px);
  display: block;
}
.section-02__header__text-02 {
  font-size: clamp(16px, 2.564vw, 30px);
  display: block;
}
.section-02__header__text-02 .large {
  font-size: clamp(16px, 4.273vw, 50px);
  margin-right: 5vw;
  vertical-align: baseline;
  position: relative;
}
.section-02__header__text-02 .large .text {
  position: relative;
  z-index: 2;
}
.section-02__header__text-02 .large::before {
  content: "";
  display: block;
  height: 15px;
  width: 100%;
  background: #E35E1D;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-02__header__text-02 .large::after {
  content: "";
  display: block;
  position: absolute;
  right: clamp(-82px, -7vw, 1px);
  top: clamp(-10px, -0.8547vw, 1px);
  width: clamp(16px, 7.26vw, 85px);
  height: clamp(16px, 7.26vw, 85px);
  background: url(/img/promotion/index_sndn_01_01/plan-pict-marker.png) 0 0 no-repeat;
  background-size: cover;
}
.section-02__header__text-03 {
  font-size: clamp(16px, 2.05vw, 24px);
}
.section-02__header__text-03 .large {
  font-size: 141.667%;
  vertical-align: baseline;
}
.section-02__free {
  background-color: #E35E1D;
  color: #fff;
  width: clamp(100px, 22.22vw, 260px);
  height: clamp(10px, 3.846vw, 45px);
  border-radius: clamp(15px, 2.136vw, 25px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px,1.71vw,20px);
  font-weight: 700;
  margin: clamp(10px, 5.81vw, 68px) auto 0;
}
.section-02__free .large {
  vertical-align: baseline;
  font-size: 150%;
}
.section-02__free:before {
  content: "";
  display: block;
  width: clamp(10px, 2.478vw, 29px);
  height: clamp(10px, 2.478vw, 29px);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/img/promotion/index_sndn_01_01/icn-impact-line-02.svg);
  background-color: #E35E1D;
  position: absolute;
  left: clamp(-20px, -1.7vw, 1px);
  top: clamp(-20px, -1.7vw, 1px);
}
.section-02__free .beak {
  display: block;
  width: 0;
  height: 0;
  border-top: 1.367vw solid #E35E1D;
  border-left: 0.598vw solid transparent;
  border-right: 0.598vw solid transparent;
  position: absolute;
  left: calc(50% - 0.6837vw);
  bottom: -1.367vw;
}
.section-02__steps {
  margin: 56px auto 0;
  padding: 0 59px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 121px;
}
.section-02__steps:after {
  content: none;
}
.section-02__step {
  width: 270px;
}
.section-02__step__pict {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-02__step__pict > img {
  width: 116px;
  height: 113px;
  display: block;
}
.section-02__step .step-circle {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E35E1D;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.step-circle__num {
  font-size: 32px;
}
.section-02__step__text {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.454;
}
.section-02__step__text .small {
  opacity: .7;
  font-size: 18px;
  display: block;
}
.section-02__cta-01 {
  text-align: center;
  margin-top: 90px;
  position: relative;
}
.section-02__cta-01:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-left: 10px solid #E35E1D;
  border-bottom: 10px solid #E35E1D;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  left: calc(50% - 18px);
  top: -96px;
}

@media screen and (max-width: 1400px){
  #wrap_sndn_01_01 .section-02 {
    padding: 8.571vw 0 6.571vw;
  } 
  .section-02__container {
    max-width: 83.571vw;
  }
  .section-02__header__text-02 .large::before {
    height: 1.071vw;
  }
  .section-02__steps {
    margin: 4vw auto 0;
    gap: 8.643vw;
  }
  .section-02__step {
    width: 19.286vw;
  }
  .section-02__step__pict > img {
    width: 8.286vw;
    height: 8.071vw;
  }
  .section-02__step .step-circle {
    left: 0.714vw;
    top: -0.714vw;
    width: 6.286vw;
    height: 6.286vw;
    font-size: 1.429vw;
  }
  .step-circle__num {
    font-size: 2.286vw;
  }
  .section-02__step__text {
    margin-top: 1.429vw;
    font-size: 1.571vw;
  }
  .section-02__step__text .small {
    font-size: 1.286vw;
  }
  .section-02__cta-01 {
    margin-top: 6.429vw;
  }
  .section-02__cta-01:before {
    width: 2.571vw;
    height: 2.571vw;
    border-left: 0.714vw; solid #E35E1D;
    border-bottom: 0.714vw; solid #E35E1D;
    left: calc(50% - 1.286vw);
    top: -6.857vw;
  }
}

/* --------------------
  .section-03 詳しく知りたい方向け
-------------------- */
.section-03 {
  padding: 100px 8px;
}
.section-03__header {
  text-align: center;
}
.section-03__heading-01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  color: #E35E1D;
  position: relative;
  line-height: 1;
}
.section-03__heading-01:before,
.section-03__heading-01:after {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  background-color: #E35E1D;
}
.section-03__heading-01:before {
  margin-right: 30px;
  transform: rotate(-20deg);
}
.section-03__heading-01:after {
  margin-left: 30px;
  transform: rotate(20deg);
}
.section-03__heading-02 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
.section-03__heading-02 .em {
  font-size: 125%;
  vertical-align: baseline;
}
.section-03__heading-02 .u-fc-orange {
  vertical-align: baseline;
}
.features {
  max-width: 1186px;
  margin: 0 auto;
  padding: 40px 8px 0;
}
.features__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
.features__container > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #E35E1D;
  background-color: #FFF;
  padding: 40px 8px 24px; 
}
.features__pict img {
  width: 142px;
  height: auto;
}
.features__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E35E1D;
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
}
.features__link::after {
  content: "";
  display: block;
  width: 31px;
  height: 32px;
  background: url(/img/promotion/index_sndn_01_01/icn-zoom.png) center center no-repeat;
  background-size: cover;
  margin-left: 10px;
}
/* モーダル */
.feature-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.feature-modal.show {
  opacity: 1;
  visibility: visible;
}
.feature-modal-content {
  background: #fff;
  width: 90%;
  max-width: 785px;
  margin: 0 auto;
  padding: 55px 40px;
  position: relative;
  border: #E35E1D 5px solid;
  border-radius: 10px;
}
.feature-modal__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #29B4AD;
  text-align: center;
}
.feature-modal__body {
  margin-top: 20px;
  background-color: #FFF2EC;
  border-radius: 10px;
  padding: 35px;
}
.feature-modal__txt-01 {
  font-size: 18px;
  line-height: 1.666;
}
.feature-modal__txt-01 em {
  color: #208C88;
  font-style: normal;
  font-weight: 700;;
}
.feature-modal__txt-02 {
  display: block;
  background-color: #fff;
  padding: 11px 32px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  width: 280px;
  margin: 30px auto 0;
}
.feature-modal__photo-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
  margin-top: 30px;
}
.feature-modal__photo {
  text-align: center;
}
.feature-modal__photo img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.feature-modal__photo .caption {
  font-size: 18px;
  line-height: 1;
  margin-top: 24px;
}
.feature-modal__txt-03 {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.link-btn-01 {
  display: block;
  margin: 24px auto 0;
  max-width: 400px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #E35E1D;
  color: #fff;
  border-radius: 25px;
}
.feature-modal-close {
  width: 50px;
  height: 50px;
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  position: absolute;
  right: -25px;
  top: -25px;
  background: #A2A2A2;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
}
.feature-modal-content .link-cta-01 {
  font-size: 24px;
  padding: 16px 40px;
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  font-feature-settings: "palt";
}

.howto {
  padding: 100px 8px 0;
  max-width: 1186px;
  margin: 0 auto;
}
.howto__nav {
  max-width: 930px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 40px auto 0;
}
.howto__nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#E35E1D;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border: 2px solid #E35E1D;
  border-radius: 10px;
  padding: 19px 16px 19px 25px;
}
.howto__nav li a .text.small {
  font-size: 80%;
}
.howto__nav li a.is-active {
  background-color: #E35E1D;
  color: #fff;
}
.howto__nav li a .ico {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E35E1D;
}
.howto__nav li a .ico:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
.howto__nav li a.is-active .ico {
  background-color: #fff;
}
.howto__nav li a.is-active .ico:after {
  border-color: #E35E1D;
}
.howto-content__wrapper {
  margin-top: 27px;
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #E35E1D;
  padding: 70px 40px 80px;
}
.howto-content__wrapper .category_bnr {
  max-width: 868px;
  margin: 80px auto 0;
}
.howto-content {
  display: none;
}
.howto-content__header {
  display: flex;
  justify-content: space-between;
}
.howto-content__header__main {
  flex: 1;
}
.howto-content__photo {
  width: 460px;
  margin-left: 40px
}
.howto-content__photo img {
  width: 100%;
  height: auto;
}
.howto-content__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.howto-content__points {
  margin-top: 30px;
}
.howto-content__points li {
  font-size: 24px;
  margin-top: 16px;
}
.howto-content__points li i {
  position: relative;
  display: inline-flex;
  background: #E35E1D;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
  top: 6px;
}
.howto-content__points li i:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
.howto-merits {
  margin-top: 20px;
}
.howto-merits__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 20px 0;
  margin-bottom: 24px;
  border-bottom: 3px solid #E35E1D;
  color:#E35E1D;
}
.howto-merits__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.howto-merits__list li {
  font-size: 18px;
}
.howto-merits__list li:before {
  content:"●";
  display: inline-block;
  color:#e35e1d;
  font-size: 8px;
  vertical-align: middle;
  margin-right: 8px;
  font-weight: 500;
}
.howto-merits__panels {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.howto-merits__panels .panel {
  border: 2px solid #e35e1d;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 8px;
}
.howto-merits__panels .panel__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.howto-merits__panels .panel__title .small {
  font-size: 88.888%;
  font-weight: 700;
  vertical-align: baseline;
}
.howto-merits__panels .panel__img {
  max-width: 260px;
}
.howto-merits__panels .panel__img img {
  width: 100%;
  height: auto;
}

.howto-merits__panels .panel.animate-item {
}
.howto-merits__panels .panel.animate-item.in-view:nth-child(1) {
  transition-delay: .3s;
}
.howto-merits__panels .panel.animate-item.in-view:nth-child(2) {
  transition-delay: .4s;
}
.howto-merits__panels .panel.animate-item.in-view:nth-child(3) {
  transition-delay: .5s;
}
.howto-merits__panels .panel.animate-item.in-view:nth-child(4) {
  transition-delay: .5s;
}
.howto-merits__panels .panel.animate-item.in-view:nth-child(5) {
  transition-delay: .5s;
}
.howto-merits__panels .panel.animate-item.in-view:nth-child(6) {
  transition-delay: .6s;
}
.nw2 .category_bnr .column .column-left .mainttl.small {
  font-size: 5rem;
}
#wrap_sndn_01_01 button.custom-button {
  border: 3px solid #ff8a24;
}

/* --------------------
  こんな方にご利用いただいています
-------------------- */
.data__header {
  text-align: center;
  margin-bottom: 72px;
}
.data__balloon {
  display: inline-block;
  position: relative;
  background-color: #E35E1D;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 50px;
  border-radius: 22px;
}
.data__balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid #E35E1D;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -16px;
}
.data__lead {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.67;
  font-weight: 700;
}
.data__cta-01 {
  text-align: center;
  padding-bottom: 100px;
}

/* --------------------
  ご利用者様の声
-------------------- */
.top_sec06.voice .title img {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.voice__cta-01 {
  padding-top: 50px;
  text-align: center;
}

/* CTAボタン */
.link-cta-01 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 45px;
  background: linear-gradient(#fbb95a 0%, #dd5106 100%);
  border: 2px solid #fd8c2c;
  box-shadow: 0px 5px 0px #c13e00;
  padding: 25px 66px;
  line-height: 1;
  transition: .3s;
  color: #fff;
}
.link-cta-01 .small {
  font-size: 77.77%;
  vertical-align: baseline;
}
@media (hover:hover) {
  a.link-cta-01:hover {
    transform: translateY(4px);
    box-shadow: 0px 1px 0px #c13e00;
    opacity: 1!important;
  }
}

/* 参照スタイルのオーバーライド */
@media (max-width: 1260px) {
  .nw2 .category_bnr {
    padding: 30px;
  }
  .nw2 .category_bnr .column {
    flex-direction: row;
    column-gap: 14px;
    justify-content: space-between;
    align-items: center;
  }
  .nw2 .comp01 .column-left {
    position: relative;
    max-width: 524px;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .nw2 .category_bnr .column {
      flex-direction: column;
      row-gap: 40px;
  }
  .nw2 .comp01 .column-left {
      max-width: 90%;
      width: 100%;
      margin: auto;
      position: relative;
      max-width: 524px;
  }
  .nw2 .category_bnr {
    padding: 20px;
  }
}


/* フッターのプランを非表示 */
#companyProfile .footer__about_get-a-plan {
  display: none;
}


/* ユーティリティ */
.u-br-sp {
  display: none;
}
.u-fc-orange {
  color:#E35E1D;
}

/* for SP */
@media (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
  #wrap_sndn_01_01 .mv {
    min-height: 138.462vw;
    height: auto;
  }
  #wrap_sndn_01_01 .mv::before {
    min-height: 193.067vw;
    height: auto;
  }
  #wrap_sndn_01_01 .mv::after {
    content: none;
  }
  #wrap_sndn_01_01 .mv__container {
    padding: 5.333vw 3.333vw 0;
  }
  #wrap_sndn_01_01 .mv__inner {
    min-width: unset;
    width: 100%;
    margin: 0 auto;
  }
  #wrap_sndn_01_01 .mv__catch .mv__catch__txt-01 {
    font-size: 4.267vw;
  }
  #wrap_sndn_01_01 .mv__catch .mv__catch__txt-01:before {
    width: 0.533vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  #wrap_sndn_01_01 .mv__catch .mv__catch__txt-01:after {
    width: 0.533vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  #wrap_sndn_01_01 .mv__catch .mv__catch__txt-02 {
    font-size: 4.267vw;
    width: 72vw;
    border-radius: 6.933vw;
    height: 8.533vw;
  }
  #wrap_sndn_01_01 .note-personaldata {
    font-size: 3.2vw;
    text-align: center;
    width: auto;
    margin: 3.467vw auto;
  }

  #wrap_sndn_01_01 .mv__title__wrap {
    padding-right: 14.467vw;
  }
  #wrap_sndn_01_01 .mv__title {
    width: auto;
    gap: 1.333vw;
  }
  #wrap_sndn_01_01 .mv__title__02 {
    font-size: 8.533vw;
    letter-spacing: 0.05em;
    margin-top: 2.133vw;
  }
  #wrap_sndn_01_01 .mv__title__01 {
    font-size: 5.333vw;
    margin: 7.692vw 0 0;
  }
  #wrap_sndn_01_01 .mv__title__01__em {
    font-size: 7.2vw;
  }
  #wrap_sndn_01_01 .mv__title__01__em:before {
    width: 5.641vw;
    height: 2.564vw;
    left: calc(50% - 2.821vw);
    top: -2.051vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon {
    gap: 0.8vw;
    width: 19.467vw;
    height: 19.467vw;
    margin-top: 7.464vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon .mv__title__balloon__txt {
    font-size: 3.733vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon__num {
    font-size: 6.41vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon__free {
    font-size: 6.133vw;
  }
  #wrap_sndn_01_01 .mv__title__balloon:after {
    right: -0.513vw;
    bottom: 1.795vw;
  }
  #wrap_sndn_01_01 .mv-circle {
    width: 12.051vw;
    height: 12.051vw;
    display: none;
  }
  #wrap_sndn_01_01 .mv-circle--land,
  #wrap_sndn_01_01 .mv-circle--beginner,
  #wrap_sndn_01_01 .mv-circle--building,
  #wrap_sndn_01_01 .mv-circle--pc {
    display: none;
  }
  #wrap_sndn_01_01 .mv-circle--pig {
    left: unset;
    right: -2.051vw;
    top: 5.385vw;
  }
  #wrap_sndn_01_01 .mv-circle--pig img {
    width: 5.641vw;
    height: 7.949vw;
  }
  #wrap_sndn_01_01 .mv-circle--house img {
    width: 6.41vw;
    height: 6.923vw;
  }
  #wrap_sndn_01_01 .mv-circle--house {
    left: unset;
    right: 10.769vw;
    top: -2.308vw;
  }
  #wrap_sndn_01_01 .sndn-box {
    width: auto;
    min-height: 123.077vw;
    height: auto;
  }
  #wrap_sndn_01_01 .mv__title__balloon:after {
    border-top-width: 1.282vw;
    border-bottom-width: 1.282vw;
    border-left-width: 3.333vw;
  }
  /* 診断ツール */
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__title__01 {
    margin: 6.41vw 0 0 4.615vw;
    font-size: 5.641vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__title__01__em {
    font-size: 7.949vw;
    margin: 0 1.282vw;
    position: relative;
    top: 0.513vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__title__02 {
    font-size: 10.769vw;
    margin-top: 1.6vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text {
    font-size: 4.615vw;
    line-height: 1.389;
    margin-top: 6.154vw;
  }
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::before,
  #wrap_sndn_01_01 #Shousai_staticShindan .mv__text__02::after {
    width: 0.513vw;
    height: 5.128vw;
    top: 0.256vw;
  }
  #Shousai_staticShindan .cta_shindan_card {
    border-radius: 5.128vw;
    min-height: 123.077vw;
    height: auto;
  }
  #Shousai_staticShindan .step-progress {
    margin: 6.154vw auto 0;
  }
  #wrap_sndn_01_01 .step-progress .step {
    width: 6.933vw;
    height: 6.933vw;
    font-size: 2.308vw;
  }
  #wrap_sndn_01_01 .cta_shindan_question {
    font-size: 6.667vw;
    line-height: 1.3;
    white-space: pre-line;
  }
  #Shousai_staticShindan .cta_shindan_question_img {
    margin: 2.564vw auto;
    width: 40%;
    max-width: unset;
  }
  #Shousai_staticShindan .cta_shindan_card_inner {
    padding: 5.128vw 0;
    width: 90%;
    min-height: 102.564vw;
  }
  #Shousai_staticShindan .cta_shindan_card_header {
    margin-bottom: 0;
  }
  #Shousai_staticShindan .cta_shindan_card_header_text .ans {
    font-size: 6.154vw;
  }
  #Shousai_staticShindan .cat_shindan_card_wrap {
    margin: 10px auto 0;
    padding: 4.103vw 5.128vw;
    border-radius: 2.564vw;
  }
  #Shousai_staticShindan .cta_shindan_card_midashi {
    display: flex;
    font-size: 3.077vw;
    margin: 4.103vw auto 5.128vw;
    padding: 0.769vw;
    width: 85%;
    border-radius: 3em;
  }
  #Shousai_staticShindan .cta_shindan_card_flexbox span {
    display: block;
    font-size: 3.077vw;
    line-height: 1.2;
    padding-top: 1.026vw;
  }
  #Shousai_staticShindan .cta_shindan_btn_lead {
    font-size: 3.59vw;
    font-weight: 500;
    text-align: center;
    margin-top: 2.564vw;
  }
  #Shousai_staticShindan .cta_shindan_card_header_text .lead {
    font-size: 2.821vw;
  }
  #Shousai_staticShindan .cat_shindan_card_text {
    font-size: 3.59vw;
  }
  #Shousai_staticShindan .cta_shindan_card .link-cta-01 {
    font-size: 3.846vw;
    border-radius: 11.538vw;
    padding: 3.077vw 8.205vw;
  }
  .cta_shindan_btn_wrap {
    margin-top: 3.2vw;
    text-align: center;
  }

  #Shousai_staticShindan .cta_shindan_btn.or,
  #Shousai_staticShindan .cta_shindan_btn.gr {
    font-size: 4.533vw;
    line-height: 6.923vw;
    width: 66.667vw;
    height: 10.256vw;
    border-radius: 5.128vw;
    margin-top: 2.564vw;
  }
  /* //診断コンテンツ */

  #wrap_sndn_01_01 .mv-pict-man {
    width: 32.308vw;
    height: 44.359vw;
    position: absolute;
    z-index: 3;
    right: -10.256vw;
    bottom: -16.667vw;
  }
  #wrap_sndn_01_01 .mv-pict-woman {
    width: 27.436vw;
    height: 40.513vw;
    position: absolute;
    z-index: 3;
    left: -6.923vw;
    bottom: -14.359vw;
  }
  #wrap_sndn_01_01 .section-01 {
    padding: 21.538vw 2.051vw 7.179vw;
  }
  #wrap_sndn_01_01 .section-01__heading {
    width: 73.077vw;
    height: 11.282vw;
    border-radius: 11.282vw;
    padding: 0;
    font-size: 4.103vw;
  }
  #wrap_sndn_01_01 .section-01__heading:before {
    width: 6.154vw;
    height: 6.154vw;
    left: -4.359vw;
    top: -3.846vw;
  }
  #wrap_sndn_01_01 .section-01__heading::after {
    left: 48%;
    bottom: -4.103vw;
    border-left: 1.282vw solid transparent;
    border-right: 1.282vw solid transparent;
    border-top: 20px solid #0068B7;
  }
  #wrap_sndn_01_01 .section-01::after {
    bottom: -10vw;
    left: calc(50% - 12.821vw);
    border-top: 10.256vw solid #D6E9F6;
    border-right: 12.821vw solid transparent;
    border-left: 12.821vw solid transparent;
  }
  #wrap_sndn_01_01 .section-01__text {
    font-size: 6.154vw;
    margin-top: 7.692vw;
  }
  #wrap_sndn_01_01 .section-02 {
    padding: 16.41vw 0 15.385vw;
  }
  #wrap_sndn_01_01 .section-02__header {
    flex-direction: column;
    text-align: center;
  }
  #wrap_sndn_01_01 .section-02__header__text-01 {
    font-size: 4.615vw;
  }
  #wrap_sndn_01_01 .section-02__header__text-02 {
    font-size: 4.103vw;
  }
  #wrap_sndn_01_01 .section-02__header__text-02 em {
    font-size: 8.205vw;
    display: inline-block;
  }
  .section-02__header__text-02 .large::before {
    height: 2.564vw;
    bottom: 1.795vw;
  }
  .section-02__header__text-02 .large::after {
    width: 11.538vw;
    height: 11.538vw;
    right: -10.769vw;
    top: 2.564vw;
  }
  .section-02__header__text-03 {
    font-size: 4.103vw;
    line-height: 1.685;
    margin-top: 2.051vw;
    display: inline-block;
  }
  .section-02__header__text-03 .large {
    font-size: 125%;
  }
  #wrap_sndn_01_01 .section-02__header__pict {
    width: 60.769vw;
    margin: 5.128vw 0 0 0;
  }
  .section-02__free {
    width: 52.821vw;
    height: 9.231vw;
    border-radius: 6.41vw;
    font-size: 3.846vw;
    margin: 43px auto 0;
  }
  .section-02__free .large {
    font-size: 153.33%;
  }
  .section-02__free:before {
    width: 5.897vw;
    height: 5.897vw;
    left: -4.359vw;
    top: -3.333vw;
  }
  .section-02__free .beak {
    border-top: 2.564vw solid #E35E1D;
    border-left: 1.282vw solid transparent;
    border-right: 1.282vw solid transparent;
    left: calc(50% - 1.282vw);
    bottom: -2.564vw;
  }
  .section-02__steps {
    margin: 10.256vw auto 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 10.256vw 0;
  }
  .section-02__step {
    width: 49.744vw;
    margin: 0 auto;
  }
  .section-02__step__pict > img {
    width: 22.564vw;
    height: auto;
  }
  .section-02__step .step-circle {
    left: 3.077vw;
    top: -3.077vw;
    width: 16.667vw;
    height: 16.667vw;
    font-size: 3.59vw;
  }
  .step-circle__num {
    font-size: 5.897vw;
  }
  .section-02__step__text {
    margin-top: 3.077vw;
    font-size: 4.615vw;
    margin-left: -12.821vw;
    margin-right: -12.821vw;
  }
  .section-02__step__text .small {
    font-size: 4.103vw;
  }
  .section-02__cta-01 {
    margin-top: 24vw;
  }
  .section-02__cta-01:before {
    width: 7.692vw;
    height: 7.692vw;
    border-left: 2.564vw solid #E35E1D;
    border-bottom: 2.564vw solid #E35E1D;
    left: calc(50% - 3.846vw);
    top: -21.333vw;
  }
  .section-03 {
    padding: 12.821vw 5.128vw 10.256vw;
  }
  .section-03__heading-01 {
    font-size: 7.179vw;
  }
  .section-03__heading-01:before,
  .section-03__heading-01:after {
    width: 0.769vw;
    height: 7.692vw;
  }
  .section-03__heading-01:before {
    margin-right: 3.846vw;
  }
  .section-03__heading-01:after {
    margin-left: 3.846vw;
  }
  .features {
    padding: 7.692vw 0 0;
  }
  .features__container {
    gap: 0 2.564vw;
    margin-top: 7.692vw;
  }
  .features__container > a {
    border-radius: 2.564vw;
    border-width: 0.513vw;
    padding: 10.256vw 1.282vw 3.846vw;
    position: relative;
    text-align: center;
    justify-content: flex-start;
  }
  .features__container > a:before {
    content: "";
    display: block;
    width: 6.154vw;
    height: 6.41vw;
    background: url(/img/promotion/index_sndn_01_01/icn-zoom.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 1.795vw;
    top: 1.795vw;
  }
  .features__link::after {
    content: none;
  }
  .features__link {
    font-size: 4.103vw;
    margin-top: 3.077vw;
  }
  .howto-content__header {
    flex-direction: column;
  }
  .howto-content__title {
    font-size: 7.179vw;
    text-align: center;
  }
  .howto {
    padding: 10.256vw 0 0;
  }
  .section-03__heading-02 {
    font-size: 6.154vw;
  }
  .section-03__heading-02 .em {
    font-size: 133.33%;
  }
  .howto__nav {
    gap: 2.564vw;
    margin: 5.128vw 0 0;
  }
  .howto__nav li a { 
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 4.103vw;
    padding: 0 0 2.051vw;
    text-align: center;
    height: 20.513vw;
  }
  .howto__nav li a .text.small {
    font-size: 100%;
  }
  .howto__nav li a .ico {
    width: 4.615vw;
    height: 4.615vw;
  }
  .howto__nav li a .ico:after {
    width: 1.282vw;
    height: 1.282vw;
  }
  .howto__nav li a .text {
    margin-bottom: 2.051vw;
  }
  .howto__nav li a .text.text--doble {
    width: 4em;
    line-height: 1.25;
    margin-bottom: 1.026vw;
  }
  .howto-content__points {
    margin-top: 6.41vw;
  }
  .howto-content__points li {
    font-size: 4.615vw;
    display: grid;
    grid-template-columns: 1fr 8fr;
    margin-top: 0;
  }
  .howto-content__points li i {
    width: 6.41vw;
    height: 6.41vw;
    margin-right: 0;
    top: 1.026vw;
  }
  .howto-content__photo {
    width: 100%;
    margin: 7.692vw 0 0;
  }
  .howto-content__wrapper {
    margin-top: 5.128vw;
    border-radius: 2.564vw;
    padding: 7.692vw 5.128vw 10.256vw;
    border-width: 0.513vw;
  }
  .howto-merits__heading {
    font-size: 4.615vw;
    padding: 0 0 4.615vw 0;
    border-width: 0.513vw;
    margin-bottom: 5.128vw;
  }
  .howto-merits__list {
    grid-template-columns: 1fr;
    gap: 0 2.564vw;
    font-size: 4.103vw;
  }
  .howto-merits__panels {
    margin-top: 5.128vw;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-left: -5.128vw;
    margin-right: -5.128vw;
  }
  .howto-merits__panels .panel {
    border: none;
    border-radius: 2.564vw;
    padding: 3.846vw 5.128vw;
    position: relative;
  }
  .howto-merits__panels .panel::after {
    content: "";
    height: 0.256vw;
    width: 50%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .howto-merits__panels .panel:nth-child(2n):before {
    content: "";
    height: 30%;
    width: 0.256vw;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .howto-merits__panels .panel__title {
    font-size: 3.333vw;
    margin-bottom: 1.026vw;
  }
  .howto-merits__panels .panel__img {
    max-width: 33.333vw;
  }
  .nw2 .category_bnr .column .column-left .mainttl.small {
    font-size: 3rem;
  }

  .data__header {
    margin-bottom: 10.256vw;
  }
  .data__balloon {
    font-size: 4.615vw;
    padding: 2.051vw 13.333vw;
  }
  .data__lead {
    margin-top: 7.692vw;
    font-size: 4.615vw;
  }
  .nw2 .voice .inner .title .mainttl {
    display: flex;
    flex-direction: column;
    font-size: 1.867vw;
  }
  .top_sec06.voice .title img {
    width: 47.436vw;
    position: static;
    display: block;
    margin: 0 auto 1.026vw;
  }
  .link-cta-01 {
    font-size: 6.154vw;
    border-radius: 11.538vw;
    padding: 4.615vw 13.59vw;
  }
  body:not(.no_rspv) .footer2 .inner {
    width: 87%;
  }
  #companyProfile .inner {
    width: 87%;
  }
  .feature-modal-content {
    margin: 12.821vw auto;
    padding: 5.128vw;
  }
  .feature-modal__title {
    font-size: 6.154vw;
  }
  .feature-modal__body {
    margin-top: 4.103vw;
    padding: 5.128vw;
  }
  .feature-modal__txt-01 {
    font-size: 3.59vw;
  }
  .feature-modal__txt-02 {
    padding: 2.564vw 8.205vw;
    font-size: 3.077vw;
    border-radius: 5.128vw;
    width: 80%;
    margin: 5.128vw auto 0;
  }
  .feature-modal__photo-container {
    gap: 0 2.564vw;
    margin-top: 5.128vw;
  }
  .feature-modal__photo .caption {
    font-size: 2.821vw;
    line-height: 1.2;
    margin-top: 2.564vw;
  }
  .feature-modal__txt-03 {
    line-height: 1.2;
    font-size: 3.077vw;
    margin-top: 5.128vw;
  }
  .feature-modal-close {
    width: 10.256vw;
    height: 10.256vw;
    font-size: 7.692vw;
    right: -5.128vw;
    top: -5.128vw;
    line-height: 8.718vw;
  }
  .feature-modal-content .link-cta-01 {
    font-size: 4.8vw;
    padding: 4.267vw 10.667vw;
    width: 95%;
    margin: 5.333vw auto 0;
  }

}
