@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #333333;
}
body {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  letter-spacing: 0;
  width: 100%;
  min-width: inherit;
  height: 100%;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: auto 100%;
  /* overflow: hidden; */
    overflow: scroll;
}
body.bg03 {
  background: url(../img/bg03.jpg);
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 180%;
}
@media screen and (max-width: 890px) {
  p {
    line-height: 160%;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  /*color: @gray;*/
  text-decoration: none;
}
a:link,
a:visited {
  /*color: @gray;*/
  text-decoration: none;
}
input,
textarea,
select {
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
@media screen and (max-width: 890px) {
  .pc {
    display: none !important;
  }
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
.m_t_40 {
  margin-top: 40px;
}
@media screen and (max-width: 890px) {
  .m_t_40 {
    margin-top: 20px;
  }
}
.m_b_150 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .m_b_150 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 890px) {
  .m_b_150 {
    margin-bottom: 60px;
  }
}
.m_b_0 {
  margin-bottom: 0 !important;
}
.m_b_60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 890px) {
  .m_b_60 {
    margin-bottom: 40px;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 890px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
@media screen and (min-width: 891px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.innerBlock {
  max-width: 1000px;
}
@media screen and (max-width: 890px) {
  .innerBlock {
    padding: 0 15px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
.inner {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 130px 60px 60px 60px;
}
@media screen and (max-width: 890px) {
  .inner {
    padding: 60px 20px 60px 20px;
  }
}
._flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.u-flex {
  display: -webkit-flex;
  display: flex;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  background: #D87615;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    z-index: 102;
}
#header .inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 8px 5px 8px 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 890px) {
  #header .inner {
    padding: 8px 5px 8px 40px;
  }
}
#header .logo_item {
  display: flex;
  align-items: center;
  margin-left: 0;
  width: 450px;
}
#header .logo_item .logo {
  margin-right: 40px;
  margin: auto;
}
#header .logo_item .logo img {
  max-width: 193px;
}
@media screen and (max-width: 890px) {
  #header .logo_item .logo img {
    max-width: 133px;
  }
}
#header .logo_item .logo_txt {
  margin: auto;
  margin-left: 40px;
  font-size: 13px;
  color: #ffffff;
}
#header .header_r {
  width: calc(100% - 450px);
  margin: auto;
  margin-right: 5px;
  font-size: 13px;
  color: #ffffff;
  font-family: 'Murecho';
  text-align: right;
}
.start_item .sp_logo_txt,
.start_item .logo_sp,
.start_item .header_r_sp {
  display: none;
}
@media screen and (max-width: 890px) {
  .start_item .sp_logo_txt {
    display: block;
    position: absolute;
    font-size: 11px;
    font-family: 'Murecho';
    top: 0;
    left: 0;
    width: 100%;
    background: #D87615;
    padding: 2px 20px;
    display: flex;
    align-items: center;
    height: 31px;
  }
  .start_item .sp_logo_txt span {
    margin: auto;
    width: 100%;
  }
  .start_item #header {
    background: none;
  }
  .start_item #header .logo_txt {
    display: none;
  }
  .start_item #header .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
  }
  .start_item #header .header_r {
    display: none;
  }
  .start_item #header .header_r_sp {
    display: block;
    color: #4B4B4B;
    font-size: 10px;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
  }
  .start_item #header .logo_item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
  .start_item #header .logo_item img {
    width: 133px;
  }
  .start_item #header .logo_item .logo {
    display: none;
  }
  .start_item #header .logo_item .logo_sp {
    display: block;
  }
}
#start {
  overflow: hidden;
  margin: 3.5% auto 0;
  clear: both;
}
@media screen and (max-width: 890px) {
  #start {
    margin: 0;
    /* height: calc(180vh + 50px); */
    background: url(../img/start_bg_sp.jpg) no-repeat top / contain #ffffff;
    background-size: 100% auto;
    margin-top: -220px;
  }
}
@media screen and (max-width: 890px) {
  body.bg03 #start {
    margin: 0;
    /* height: calc(180vh + 50px); */
    background: url(../img/start_bg_sp03.jpg) no-repeat top / contain #ffffff;
    background-size: 100% auto;
    margin-top: -220px;
  }
}
@media screen and (max-width: 500px) {
  body.bg03 #start {
    background: url(../img/start_bg_sp03.jpg) no-repeat top / contain #ffffff;
    background-size: 100% auto;
    margin-top: -120px;
    /* height: calc(250vh + 200px); */
  }
}
#start input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
}
#start .start_form {
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 55px;
}
@media screen and (max-width: 890px) {
  #start .start_form {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#start .first {
  margin: 0;
  width: 100%;
  max-width: 250px;
}
#start .first label {
  background: #D87615;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 0px #915214;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#start .first label:hover {
  background: #CD7217;
  transition: 0.3s ease-in-out;
}
#start .last {
  margin: 0;
  margin-top: 15px;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 890px) {
  #start .last {
    display: block;
    margin: auto;
    margin-top: 10px;
  }
}
#start .last label {
  background: #1CB563;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 0px #249659;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#start .last label:hover {
  background: #14AB5A;
  transition: 0.3s ease-in-out;
}
#start .form {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  /* bottom: 0; */
  top: 150px;
  left: 0;
  padding-bottom: 110px;
}
@media screen and (min-width: 960px) {
  #start .form {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1024px) {
  #start .form {
    overflow: hidden;
    padding-top: 60px;
  }
}
@media screen and (max-width: 890px) {
  #start .form {
    position: relative;
    height: inherit;
    padding-top: 185px;
  }
  #start .form::after {
    content: "";
    position: absolute;
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: 0.3s ease-in-out;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #start .form {
    padding-top: 65px;
  }
}
#start .form .content_item {
  display: flex;
  padding: 0 180px 0 50px ;
}
@media screen and (max-width: 890px) {
  #start .form .content_item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
#start .form .flex_l {
  width: 49%;
  margin-right: 30px;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l {
    width: 100%;
    margin-right: 0;
  }
}
#start .form .flex_l .ttl {
  font-size: 54px;
  color: #13A758;
  font-weight: 500;
  font-family: 'Murecho';
  position: relative;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .ttl {
    font-size: 32px;
  }
}
#start .form .flex_l .ttl::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 47px;
  top: -30px;
  left: -15px;
  background: url(../img/icon03.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .ttl::after {
    display: none;
  }
}
#start .form .flex_l .ttl .txt_bg {
  background: #ffffff;
  margin-bottom: 5px;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 105%;
}
@media screen and (max-width: 1024px) {
  #start .form .flex_l .ttl .txt_bg {
    font-size: 45px;
  }
}
#start .form .flex_l .ttl .txt_bg p {
  line-height: 105%;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .ttl .txt_bg {
    padding-bottom: 5px;
  }
}
#start .form .flex_l .ttl .small_b {
  font-size: 33px;
  color: #333333;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .ttl .small_b {
    font-size: 24px;
  }
}
#start .form .flex_l .ttl .org {
  color: #D87615;
}
#start .form .flex_l .ttl .small_t {
  font-size: 45px;
  color: #333333;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .ttl .small_t {
    font-size: 36px;
  }
}
#start .form .flex_l .sub_ttl {
  font-size: 14px;
  font-family: 'Noto Sans JP';
  color: #333333;
  margin-top: 10px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1024px) {
  #start .form .flex_l .sub_ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .sub_ttl {
    display: none;
  }
}
#start .form .flex_l .icon_ttl {
  display: flex;
}
#start .form .flex_l .icon_ttl p {
  display: flex;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .icon_ttl p {
    display: flex;
    gap: 3px;
  }
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .icon_ttl {
    display: block;
  }
}
#start .form .flex_l .icon_ttl img {
  width: 50%;
  max-width: 209px;
  margin-top: 30px;
}
@media screen and (max-width: 890px) {
  #start .form .flex_l .icon_ttl img {
    width: 100%;
    max-width: 125px;
  }
}
#start .form .flex_r {
  width: calc(51% - 30px);
  background: #F4F2F0;
  border-radius: 8px;
  border: 1px solid #707070;
  position: relative;
  padding-top: 30px;
  text-align: center;
  height: fit-content;
}
@media screen and (max-width: 890px) {
  #start .form .flex_r {
    width: calc(100% - 0px);
    position: relative;
    top: 40px;
    background: #ffffff;
    z-index: 2;
  }
}
#start .form .flex_r::after {
  position: absolute;
  content: "質問";
  padding: 10px 10px 5px 10px;
  top: -20px;
  width: 100px;
  left: calc(50% - 50px);
  background: #E53636;
  line-height: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 890px) {
  #start .form .flex_r::after {
    display: none;
  }
}
#start .form .flex_r::before {
  position: absolute;
  content: "";
  width: 73px;
  height: 65px;
  top: 10px;
  right: -15px;
  background: url(../img/icon04.png) no-repeat center / contain;
  pointer-events: none;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  animation: s_hand 2.5s linear 0s infinite;
  -webkit-animation: s_hand 2.5s linear 0s infinite;
}
@-webkit-keyframes s_hand {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes s_hand {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 890px) {
  #start .form .flex_r::before {
    width: 42px;
    height: 37px;
    top: 26px;
  }
}
#start .form .flex_r .ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #D87615;
  padding-bottom: 5px;
  width: fit-content;
  margin: auto;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 25px;
}
@media screen and (max-width: 890px) {
  #start .form .flex_r .ttl {
    font-size: 16px;
    border-bottom: none;
    margin-bottom: 10px;
  }
}
.flex_woman_start {
  position: absolute;
  /* bottom: -20px; */
  top: 10px;
  right: -70px;
  z-index: 99;
}
@media screen and (min-width: 960px) {
  .flex_woman_start {
    bottom: 0;
  }
}
@media screen and (max-width: 890px) {
  .flex_woman_start {
    display: none;
  }
}
.flex_woman_start img {
  max-width: 296px;
}
.none_btn {
  display: none;
}
#content {
  overflow: hidden;
  margin: 3.5% auto 0;
  clear: both;
}
#content .form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8%;
  left: 0;
  margin: auto;
  height: 535px;
}
#step_item {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  /* bottom: 50px; */
  top: 100px;
  left: 0;
  margin: auto;
  /* height: 600px; */
  /* height: auto; */
}
@media (max-width: 1024px) {
  #step_item {
    /* bottom: 60px; */
    top: 100px;
  }
}
@media screen and (max-width: 890px) {
  #step_item {
    position: relative;
    bottom: 0;
    /* height: 100vh; */
    top: initial;
  }

    #dspstep4 #step_item,
    #dspstep3 #step_item,
    #dspstep2 #step_item,
    #dspstep1 #step_item {
      /* height: auto; */
    }
}
#step_item .flex_woman_step {
  position: absolute;
  bottom: 40px;
  right: -170px;
  z-index: 99;
}
@media (max-width: 1024px) {
  #step_item .flex_woman_step {
    display: none;
  }
}
#step_item .flex_woman_step img {
  max-width: 225px;
}
@media screen and (max-width: 890px) {
  #step_item {
    margin-top: 38px;
  }
}
#step_item .ttl_item {
  max-width: 776px;
  margin: auto;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #step_item .ttl_item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 890px) {
  #step_item .ttl_item {
    display: none;
  }
}
#step_item .ttl {
  font-size: 42px;
  color: #13A758;
  font-weight: 500;
  font-family: 'Murecho';
  margin-right: 35px;
}
#step_item .ttl .txt_bg {
  width: fit-content;
  line-height: 105%;
}
#step_item .ttl .txt_bg p {
  line-height: 105%;
}
#step_item .ttl .small_b {
  font-size: 26px;
  color: #333333;
}
#step_item .ttl .org {
  color: #D87615;
}
#step_item .ttl .small_t {
  font-size: 35px;
  color: #333333;
}
#step_item .icon {
  display: flex;
  column-gap: 7px;
}
#step_item .icon li {
  width: calc(50% - 3.5px);
}
#step_item .icon img {
  width: 100%;
  max-width: 218px;
}
@media screen and (max-width: 890px) {
  #step_item .thanks_box {
    background: #ffffff;
    height: calc(100vh - 70px);
    padding: 20px;
  }
}
#step_item .thanks_item {
  background: rgba(250, 248, 245, 0.7);
  border-radius: 8px;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  #step_item .thanks_item {
    border: none;
    border-radius: 0;
    padding: 70px 35px;
    background: #FAF8F5;
  }
}
#step_item .thanks_item .sub_ttl {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  #step_item .thanks_item .sub_ttl {
    font-size: 14px;
    text-align: left;
  }
}
#step_item .thanks_item .tks_ttl {
  font-size: 20px;
  color: #D87615;
  border-radius: 20px;
  background: #ffffff;
  padding: 30px 60px;
  text-align: center;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 890px) {
  #step_item .thanks_item .tks_ttl {
    font-size: 16px;
    padding: 40px 10px;
    width: 100%;
    margin-bottom: 20px;
  }
}
#step_item .thanks_item .tks_ttl::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: -13px;
  right: calc(50% - 16px);
  background: url(../img/icon_tks.png) no-repeat center / contain;
}
#step_item .thanks_item .small_txt {
  margin-top: 25px;
  font-size: 13px;
}
@media screen and (max-width: 890px) {
  #step_item .thanks_item .small_txt {
    margin-top: 30px;
  }
}
#step_item .thanks_item .tks_btn {
  background: #E53636;
  padding: 12px 100px 10px 100px;
  color: #ffffff;
  font-size: 13px !important;
  font-weight: bold;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 0px #960D0D;
  transition: 0.3s ease-in-out;
  margin: auto;
  cursor: pointer;
  position: relative;
  border: none;
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 890px) {
  #step_item .thanks_item .tks_btn {
    font-size: 16px !important;
    padding: 12px 100px 10px 100px;
  }
}
#step_item .thanks_item .tks_btn::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  top: 19px;
  right: 20px;
  background: url(../img/icon_right_on.png) no-repeat center / contain;
}
#step_item .form_item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: 1px solid rgba(112, 112, 112, 0.7);
}
@media screen and (max-width: 890px) {
  #step_item .form_item {
    background: #ffffff;
    border: none;
    border-radius: 0;
    /* height: 100vh; */
    position: relative;
  }
    #dspstep1 #step_item .form_item,
    #dspstep3 #step_item .form_item,
    #dspstep4 #step_item .form_item {
      /* height: 250vh; */
    }

    #dspstep2 #step_item .form_item {
      /* height: 260vh; */
    }
}
#step_item .form_item .step_num {
  width: 100%;
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 5px;
  margin: auto;
  font-size: 10px;
  font-family: 'Murecho';
  text-align: center;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 890px) {
  #step_item .form_item .step_num {
    padding-top: 10px;
    margin-bottom: 5px;
  }
}
#step_item .form_item .step_num ul {
  display: flex;
  width: fit-content;
  margin: auto;
}
#step_item .form_item .step_num li {
  padding-right: 66px;
  color: #A7A7A7;
}
#step_item .form_item .step_num li .num {
  position: relative;
}
#step_item .form_item .step_num li .num p {
  background: #E8E8E8;
  border: 2px solid #E8E8E8;
  width: 33px;
  height: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 100%;
  position: relative;
}
#step_item .form_item .step_num li .num::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  top: 13px;
  right: -58px;
  background: #E8E8E8;
}
#step_item .form_item .step_num li .num span {
  margin: auto;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
#step_item .form_item .step_num li p {
  text-align: center;
}
#step_item .form_item .step_num li:last-child {
  padding-right: 0;
}
#step_item .form_item .step_num li:last-child .num::after {
  display: none;
}
#step_item .form_item .step_num .over .num p {
  background: #D87615;
  border: 2px solid #D87615;
  color: #ffffff;
}
#step_item .form_item .step_num .over .num::after {
  background: #D87615;
}
#step_item .form_item .step_num .over .num span {
  color: #ffffff;
}
#step_item .form_item .step_num .on {
  color: #D87615;
}
#step_item .form_item .step_num .on .num p {
  background: #ffffff;
  border: 2px solid #D87615;
}
#step_item .form_item .step_num .on .num span {
  color: #D87615;
}
#step_item .form_content {
  padding: 0 45px 15px 45px;
  margin-bottom: 5px;
}
@media screen and (max-width: 890px) {
  #step_item .form_content {
    padding: 0 20px 20px 20px;
    position: relative;
    /* height: 80vh; */
  }
}
#step_item .form_content .m_t_40 {
  margin-top: 20px;
}
#step_item .form_content .wpcf7-not-valid-tip {
  font-size: 13px !important;
  font-weight: 500 !important;
  position: relative !important;
  padding-left: 18px !important;
  line-height: 100% !important;
}
#step_item .form_content .wpcf7-not-valid-tip::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_errer.png) no-repeat center / contain;
  z-index: 99;
}
#step_item .form_content .ttl {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  position: relative;
  margin-bottom: 10px;
  width: fit-content;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .ttl {
    width: 100%;
  }
}
#step_item .form_content .ttl::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 58px;
  top: -15px;
  right: -85px;
  background: url(../img/icon04.png) no-repeat center / contain;
  z-index: 99;
  pointer-events: none;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  animation: s_hand 2.5s linear 0s infinite;
  -webkit-animation: s_hand 2.5s linear 0s infinite;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .ttl::before {
    top: -8px;
    width: 51px;
    height: 44px;
    right: 0;
  }
}
@-webkit-keyframes s_hand {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes s_hand {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    transform: translate(0, 0);
  }
}
#step_item .form_content .ttl p {
  font-size: 18px;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 5px;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .ttl p {
    margin-bottom: 2px;
    font-size: 14px;
  }
}
#step_item .form_content .ttl_nohand::before {
  display: none;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box {
    /* height: 80vh; */
    position: relative;
  }
}
#step_item .form_content .form_box .next {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .next {
    margin-top: 20px;
  }
}
#step_item .form_content .form_box .next::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  top: 19px;
  right: 20px;
  background: url(../img/icon_right.png) no-repeat center / contain;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .next::after {
    display: none;
  }
}
#step_item .form_content .form_box .next .wpcf7-spinner {
  display: none;
}
#step_item .form_content .form_box .next input[type="submit"],
#step_item .form_content .form_box .next input[type="button"],
#step_item .form_content .form_box .next button {
  -webkit-appearance: none;
}
#step_item .form_content .form_box .next input[type=button],
#step_item .form_content .form_box .next input[type=submit],
#step_item .form_content .form_box .next button {
  background: #EBEBEB;
  padding: 12px 100px 10px 100px;
  color: #848282;
  font-size: 13px !important;
  font-weight: bold;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 0px #BCBCBC;
  transition: 0.3s ease-in-out;
  margin: auto;
  cursor: pointer;
  position: relative;
  border: none;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .next input[type=button],
  #step_item .form_content .form_box .next input[type=submit],
  #step_item .form_content .form_box .next button {
    font-size: 14px !important;
    padding: 8px 16px 6px 16px;
  }
}
#step_item .form_content .form_box .next_on::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 58px;
  top: -7px;
  right: -53px;
  background: url(../img/icon04.png) no-repeat center / contain;
  z-index: 99;
  pointer-events: none;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  animation: s_hand 2.5s linear 0s infinite;
  -webkit-animation: s_hand 2.5s linear 0s infinite;
}
@-webkit-keyframes s_hand {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, 0);
  }
  75% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes s_hand {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 0);
  }
  75% {
    transform: translate(0, 0);
  }
}
#step_item .form_content .form_box .next_on::after {
  background: url(../img/icon_right_on.png) no-repeat center / contain;
}
#step_item .form_content .form_box .next_on input[type=button],
#step_item .form_content .form_box .next_on input[type=submit],
#step_item .form_content .form_box .next_on button {
  background: #E53636;
  box-shadow: 4px 4px 0px #960D0D;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
#step_item .form_content .form_box .next_on p {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#step_item .form_content .form_box .next_on p::before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 50px;
  height: 100px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff #ffffff, rgba(255, 255, 255, 0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
  z-index: 88;
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step1 {
    margin-top: 15px;
  }
}
#step_item .form_content .form_box .step1 #btn_step3 {
  border-radius: 4px !important;
  padding: 10px 60px !important;
}
#step_item .form_content .form_box .step1 .wpcf7-list-item {
  margin: 0;
  width: 20%;
}
#step_item .form_content .form_box .step1 .wpcf7-list-item input[type=checkbox] {
  display: none;
}
#step_item .form_content .form_box .step1 .wpcf7-list-item input[type=checkbox] + span {
  width: calc(100% - 3px);
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #777777;
  margin-left: 3px;
  margin-bottom: 8px;
  color: #848282;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  padding: 5px 10px 5px 15px;
  display: block;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step1 .wpcf7-list-item input[type=checkbox] + span {
    padding: 3px 10px 3px 15px;
    margin-bottom: 6px;
  }
}
#step_item .form_content .form_box .step1 .wpcf7-list-item input:checked + span {
  color: #ffffff;
  background: #1CB563;
  transition: 0.3s ease-in-out;
}
#step_item .form_content .form_box .step1 .wpcf7-list-item input[type="checkbox"]:checked + label {
  background: #1CB563;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step1 .wpcf7-list-item {
    width: 50%;
  }
  #step_item .form_content .form_box .step1 .wpcf7-list-item input[type=checkbox] + span {
    margin-left: 0;
    width: calc(100% - 6px);
  }
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(1) input[type=checkbox] + span,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(2) input[type=checkbox] + span,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(3) input[type=checkbox] + span {
    margin-left: 0;
    width: 100%;
  }
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(5) label,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(7) label,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(9) label,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(11) label,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(13) label,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(15) label,
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(17) label {
    margin: 0;
  }
}
#step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(1),
#step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(2),
#step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(3) {
  width: 33.3333%;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(1),
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(2),
  #step_item .form_content .form_box .step1 .wpcf7-list-item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step2 {
    margin-top: 15px;
  }
}
#step_item .form_content .form_box .step2 .wpcf7-list-item {
  margin: 0;
  width: 160px;
}
#step_item .form_content .form_box .step2 .wpcf7-list-item input[type=radio] {
  display: none;
}
#step_item .form_content .form_box .step2 .wpcf7-list-item input[type=radio] + span {
  width: calc(100% - 3px);
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #777777;
  margin-left: 3px;
  margin-bottom: 8px;
  color: #848282;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  padding: 5px 10px 5px 15px;
  display: block;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step2 .wpcf7-list-item input[type=radio] + span {
    margin-bottom: 6px;
  }
}
#step_item .form_content .form_box .step2 .wpcf7-list-item input:checked + span {
  color: #ffffff;
  background: #1CB563;
  transition: 0.3s ease-in-out;
}
#step_item .form_content .form_box .step2 .wpcf7-list-item input[type="radio"]:checked + label {
  background: #1CB563;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step2 .wpcf7-list-item {
    width: 50%;
  }
  #step_item .form_content .form_box .step2 .wpcf7-list-item input[type=radio] + span {
    margin-left: 0;
    width: calc(100% - 6px);
  }
}
#step_item .form_content .form_box .step3 {
  margin: 0;
  width: 100%;
}
#step_item .form_content .form_box .step3 input[type=text],
#step_item .form_content .form_box .step3 input[type=number] {
  display: none;
}
#step_item .form_content .form_box .step3 input[type=text],
#step_item .form_content .form_box .step3 input[type=number] {
  width: calc(100% - 3px);
  background: #ffffff;
  border-radius: 8px;
  background: #FFFDF0;
  border: 1px solid #777777;
  margin-bottom: 8px;
  color: #333333;
  font-size: 14px !important;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  padding: 12px 20px;
  display: block;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step3 input[type=text],
  #step_item .form_content .form_box .step3 input[type=number] {
    margin-bottom: 6px;
  }
}
#step_item .form_content .form_box .step3 input:checked {
  color: #ffffff;
  background: #1CB563;
  transition: 0.3s ease-in-out;
}
#step_item .form_content .form_box .step3 input[type="text"]:checked + label {
  background: #1CB563;
}
#step_item .form_content .form_box .step3 input[type=number]:checked + label {
  background: #1CB563;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step3 input[type=text],
  #step_item .form_content .form_box .step3 input[type=number] {
    margin-left: 0;
    width: calc(100% - 6px);
  }
}
#step_item .form_content .form_box .step3 select {
  width: 100%;
  background: #FFFDF0;
  border: 1px solid #777777;
  transition: 0.3s ease-in-out;
  padding: 12px 20px;
  font-size: 14px !important;
  font-weight: bold;
  padding-left: 60px;
  border-radius: 8px;
  -webkit-appearance: none;
  color: #333333;
  appearance: none;
}
#step_item .form_content .form_box .step3 .birthday p {
  line-height: 0;
  font-size: 14px !important;
  font-weight: bold;
  margin: 0 !important;
  color: #333333;
}
#step_item .form_content .form_box .step3 .noopen {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#step_item .form_content .form_box .step3 .noopen img {
  max-width: 14px;
  margin-right: 5px;
}
#step_item .form_content .form_box .step3 .birthday {
  position: relative;
}
#step_item .form_content .form_box .step3 .birthday::before {
  position: absolute;
  content: "西暦";
  font-size: 14px;
  color: #848282;
  font-weight: bold;
  top: 47%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#step_item .form_content .form_box .step3 .birthday::after {
  position: absolute;
  content: "年";
  font-size: 14px;
  color: #848282;
  font-weight: bold;
  top: 47%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#step_item .form_content .form_box .step3 .birthday input {
  padding-left: 65px;
  padding-right: 40px;
}
#step_item .form_content .form_box .step4 {
  margin: 0;
  width: 100%;
}
#step_item .form_content .form_box .step4 input[type=text],
#step_item .form_content .form_box .step4 input[type=tel],
#step_item .form_content .form_box .step4 input[type=email] {
  display: none;
}
#step_item .form_content .form_box .step4 input[type=text],
#step_item .form_content .form_box .step4 input[type=tel],
#step_item .form_content .form_box .step4 input[type=email] {
  width: calc(100% - 3px);
  background: #ffffff;
  border-radius: 8px;
  background: #FFFDF0;
  border: 1px solid #777777;
  margin-bottom: 8px;
  color: #333333;
  font-size: 14px !important;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  padding: 12px 20px;
  display: block;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step4 input[type=text],
  #step_item .form_content .form_box .step4 input[type=tel],
  #step_item .form_content .form_box .step4 input[type=email] {
    margin-bottom: 6px;
  }
}
#step_item .form_content .form_box .step4 input:checked {
  color: #ffffff;
  background: #1CB563;
  transition: 0.3s ease-in-out;
}
#step_item .form_content .form_box .step4 input[type="text"]:checked + label {
  background: #1CB563;
}
#step_item .form_content .form_box .step4 input[type=tel]:checked + label {
  background: #1CB563;
}
#step_item .form_content .form_box .step4 input[type=email]:checked + label {
  background: #1CB563;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step4 input[type=text],
  #step_item .form_content .form_box .step4 input[type=tel],
  #step_item .form_content .form_box .step4 input[type=email] {
    margin-left: 0;
    width: calc(100% - 6px);
  }
}
#step_item .form_content .form_box .step4 .noopen {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#step_item .form_content .form_box .step4 .noopen img {
  max-width: 14px;
  margin-right: 5px;
}
#step_item .form_content .form_box .step4 .birthday {
  position: relative;
}
#step_item .form_content .form_box .step4 .birthday::before {
  position: absolute;
  content: "西暦";
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#step_item .form_content .form_box .step4 .birthday::after {
  position: absolute;
  content: "年";
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#step_item .form_content .form_box .step4 .birthday input {
  padding-left: 65px;
  padding-right: 40px;
}
#step_item .form_content .form_box .step4 .next input[type=submit],
#step_item .form_content .form_box .step4 .next input[type=button],
#step_item .form_content .form_box .step4 .next button {
  padding: 12px 80px 10px 80px;
}
@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .step4 .next input[type=submit],
  #step_item .form_content .form_box .step4 .next input[type=button],
  #step_item .form_content .form_box .step4 .next button {
    padding: 12px 60px 10px 60px;
  }
}
.btn_item {
  display: flex;
}
@media screen and (max-width: 890px) {
  .btn_item {
    bottom: 140px;
    background: #fff;
    margin: auto;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    display: flex !important;
    position: absolute;
    width: 100%;
  }
}
.btn_item li {
  width: 50%;
}
.btn_item li:nth-child(1) {
  text-align: left;
}
.btn_item li:nth-child(1) a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  width: fit-content;
  display: block;
  color: #848282;
}
.btn_item li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_left.png) no-repeat center / contain;
}
.btn_item li:nth-child(2) {
  text-align: right;
}
.btn_item li:nth-child(2) a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
  width: fit-content;
  display: block;
  color: #848282;
  margin: auto;
  margin-right: 0;
}
.btn_item li:nth-child(2) a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_right.png) no-repeat center / contain;
}
#footer {
  color: #ffffff;
  background: #1A1A1A;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#footer .footer_menu {
  background: #333333;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 890px) {
  #footer .footer_menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#footer .footer_menu ul {
  column-gap: 60px;
  display: flex;
  width: fit-content;
  margin: auto;
}
#footer .footer_menu ul a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 890px) {
  #footer .footer_menu ul a {
    font-size: 12px;
  }
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}
.ura .sp_logo_txt,
.ura .logo_sp,
.ura .header_r_sp {
  display: none;
}
@media screen and (max-width: 890px) {
  .ura .sp_logo_txt {
    display: block;
    position: absolute;
    font-size: 11px;
    font-family: 'Murecho';
    top: 0;
    left: 0;
    width: 100%;
    background: #D87615;
    padding: 2px 20px;
    display: flex;
    align-items: center;
    height: 31px;
  }
  .ura .sp_logo_txt span {
    margin: auto;
    width: 100%;
  }
  .ura #header {
    background: none;
  }
  .ura #header .logo_txt {
    display: none;
  }
  .ura #header .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
  }
  .ura #header .header_r {
    display: none;
  }
  .ura #header .header_r_sp {
    display: block;
    color: #4B4B4B;
    font-size: 10px;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
  }
  .ura #header .logo_item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
  .ura #header .logo_item img {
    width: 133px;
  }
  .ura #header .logo_item .logo {
    display: none;
  }
  .ura #header .logo_item .logo_sp {
    display: block;
  }
}
@media screen and (max-width: 890px) {
  .dspstep4_bg {
    position: relative;
    height: 100vh;
  }
  .dspstep4_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: 0.3s ease-in-out;
    display: none;
  }
}
.dspstep4_bg .next,
.dspstep4_bg .next_on {
  z-index: 9;
}
.dspstep4_bg .next p,
.dspstep4_bg .next_on p {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 890px) {
  .ura {
    overflow: hidden;
  }
}
@media screen and (max-width: 890px) {
  .ttl_s_sub {
    font-size: 12px;
  }
}
.add_txt {
  display: none;
}
/* @media screen and (max-width: 890px) {
  .step3 .btn_item,
  .step4 .btn_item
  {
    bottom: 110px;
  }
} */

@media screen and (max-width: 890px) {
  .step1 .btn_item,
  .step2 .btn_item,
  .step3 .btn_item,
  .step4 .btn_item
  {
    position: fixed;
    bottom: 55px;
    width: 100%;
    left: 0;
  }
}

/* @media screen and (max-width: 890px) {
  .step1 .btn_item {
    bottom: 80px;
    position: initial;
    margin-top: 20px;
  }
} */

input[type=radio] {
  display: none;
}


@media screen and (max-width: 450px) {
  #start .form {
      padding-top: 65px;
  }
}

@media screen and (max-width: 450px) {
  #start .form .flex_l .ttl .txt_bg {
      font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  #start {
      background: url(../img/start_bg_sp.jpg) no-repeat top / contain #ffffff;
      background-size: 100% auto;
      margin-top: -120px;
      /* height: calc(250vh + 200px); */
  }
}


@media screen and (max-width: 450px) {
  #sp-modal {
    position: relative;
    top: -360px;
  }
}

.start_item {
  overflow: hidden;
}

/* register */
.register {
  margin-top: 30px;
  background-color: #058841;
  border-radius: 8px;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.register::after {
  content: "";
  background: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 12px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(0, -50%);
}

.register p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
}

.register p span {
  background-color: #fff;
  border-radius: 5px;
  color: #D87615;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 890px) {
  .register {
    padding: 15px 20px;
  }

  .register p span {
    font-size: 20px;
  }
}

#dspstart {
  height: 140vh;
}

/* merit */
.merit {
  margin-top: 40px;
  border: 2px solid #D8B215;
  border-radius: 8px;
  width: 100%;
  height: auto;
  background: #F2EDE7;
  margin-bottom: 150px;
}

.merit.merit--first {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
}

.merit__title {
  text-align: center;
  color: #FFF;
  background-color: #D8B215;
  padding: 8px 0;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.merit__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 28px;
  padding-bottom: 34px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 890px) {

  .merit.merit--first {
    margin-top: 80px;
    margin-bottom: 160px;
  }

  .merit__title {
    font-size: 18px;
  }

  .merit__cards {
    flex-direction: column;
    gap: 14px;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}


#step_item .form_content .form_box .next2 p::after {
  content: "3";
  font-size: 14px;
  color: #D87615;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 135px;
  transform: translate(0, -50%);
}

#step_item .form_content .form_box .next1 p::after {
  content: "2";
  font-size: 14px;
  color: #D87615;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 135px;
  transform: translate(0, -50%);
}

#step_item .form_content .form_box .next3 p::after {
  content: "1";
  font-size: 14px;
  color: #D87615;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 135px;
  transform: translate(0, -50%);
}

#step_item .form_content .form_box .next.no-after p::after {
  display: none;
}

@media screen and (max-width: 890px) {
  #step_item .form_content .form_box .next2 p::after,
  #step_item .form_content .form_box .next3 p::after {
    display: none;
  }

  #step_item .form_content .form_box .next1 p::after {
    right: 55px;
  }
}
