@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  font-size: .18rem;
  color: #211E1E;
  background-color: #c9eaf7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  color: #000;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 7.5rem;
  margin: 0 auto;
}

.cmn_header {
  margin-bottom: .3rem;
}

.cmn_header .txt_wrap {
  padding: .04rem 0 .05rem .6rem;
  margin-bottom: .15rem;
  background-color: #20924f;
  z-index: 3;
  position: relative;
}

.cmn_header .txt {
  font-size: .2rem;
  color: #fff;
  text-align: center;
}

.cmn_header .logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn_header .logo img {
  width: auto;
  position: relative;
  top: -15px;
}

.cmn_header .cat {
  margin-left: .25rem;
  display: none;
}

.cmn_header .cat img {
  width: 2.78rem;
}

.cmn_header .lists {
  margin-top: .3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn_header .lists li {
  width: 2.2rem;
  color: #000;
  line-height: .63rem;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  border-radius: 10rem;
  background-color: #f3de2c;
}

.cmn_header .lists li:not(:last-of-type) {
  margin-right: .15rem;
}

.cmn_footer {
  text-align: center;
}

.cmn_footer .lists {
  padding: .2rem 0 .2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2c945b;
  color: #fff;
}

.cmn_footer .lists li a {
  font-size: .2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}

.cmn_footer .lists li:not(:last-of-type) {
  margin-right: .2rem;
}

.cmn_footer small {
  padding: .15rem 0 .15rem;
  display: block;
  font-size: .2rem;
  font-weight: 500;
  letter-spacing: .04em;
  background-color: #fff;
}

/* 追加CSS */

.step1-bg{
  background-image: url(../images/form/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.step-steps {
  display: none !important;
}

.form_step:not(.current) {
  display: none;
}

.step_form:not(#step1) {
  display: none;
}

.form_error {
  display: none;
}

.step_form {
  position: relative;
  padding: 0 0 .5rem;
  overflow: hidden;
}

.step_form::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step_form .bg {
  width: 6.9rem;
  padding: .3rem 0 .5rem;
  margin: 0 auto;
  border-radius: .15rem;
  background-color: rgba(242, 247, 253, 0.88);
}

.step_form .lists dt {
  padding: .1rem 0 .1rem;
  margin-bottom: .4rem;
  text-align: center;
  font-size: .36rem;
  line-height: 1.46;
  letter-spacing: .1em;
  font-weight: 700;
  color: #fff;
  background-color: #2c945b;
  position: relative;
}

.step_form .lists dt::before {
  content: "";
  width: .35rem;
  height: .51rem;
  position: absolute;
  top: calc(50% - .255rem);
  left: .2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/cmn/q.png);
}

.step_form .lists dt .notes {
  font-size: .3rem;
}

.step_form .lists .col2 {
  width: 6.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_form .btn_next {
  text-align: center;
}

.step_form .btn_next a {
  width: 3.7rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-size: .36rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  background-color: #fbb02d;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.step_form .btn_next a.abled {
  background-color: #ff972a;
}

.step_form .btn_back {
  margin-top: .3rem;
  text-align: center;
}

.step_form .btn_back a {
  width: 3.7rem;
  line-height: .6rem;
  display: inline-block;
  text-align: center;
  font-size: .24rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 10px;
  background-color: #b5b5b5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.step_form .submit {
  width: 3.7rem;
  line-height: 1rem;
  font-size: .36rem;
  font-weight: 500;
  letter-spacing: .1em;
  border-radius: 10px;
  text-align: center;
  border: none;
  color: #fff;
  background-color: #fbb02d;
}

.step_form .submit.abled {
  background-color: #ffde00;
}

.step_form .form_error {
  margin: .1rem 0 .1rem;
  text-align: center;
  font-weight: 500;
  color: #ff0000;
}

.step_form .radiobutton {
  display: none;
}

.step_form label {
	width: 6rem;
	margin: 0 auto .38rem;
	text-align: center;
	display: block;
	line-height: 1.4;
	height: 1rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	font-size: 0.3rem;
	border-radius: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #d2d2d2;
  }

.step_form label.large {
  width: 6rem;
  margin: 0 auto .38rem;
  text-align: center;
  display: block;
  line-height: 1.4;
  height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  font-size: 0.3rem;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #d2d2d2;
}
.step_form label.large span {
	font-size: 0.2rem;
}
.step_form input {
	width: 6rem;
	margin: 0 auto .38rem;
	display: block;
	line-height: 1.4;
	height: 1.2rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	font-size: 0.3rem;
	border-radius: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #d2d2d2;
  }
.step_form label.small {
  width: 3.1rem;
  margin: 0 auto .44rem;
  text-align: center;
  display: block;
  line-height: 1rem;
  font-size: .3rem;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #d2d2d2;
}

.step_form textarea {
	width: 6rem;
	margin: 0 auto .38rem;
	display: block;
	line-height: 1.4;
	height: 3rem;
	  padding: .3rem;
	font-size: 0.3rem;
	border-radius: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #d2d2d2;
  }

.step_form .radiobutton:checked + label {
  color: #fff;
  background-color: #ff972a;
}

.step_form .select_wrap {
  width: 6rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: 10px;
  padding-left: 0;
  font-size: .36rem;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
  position: relative;
  
}

.step_form .select_wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .7rem;
	background-image: url(../images/cmn/select_arrow.png);
	background-repeat: no-repeat;
 	background-size: .2rem .12rem;
	width: .2rem;
	height: 0.12rem;
	z-index: 3;
}

.step_form select {
  width: 6rem;
  height: 1rem;
  font-size: .23rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  /* color: #000 !important; */
  font-size: .36rem;
	border-radius: 10px;
	letter-spacing: .1em;
	background-color: #fff;
	border: 1px solid #d2d2d2;
padding: 0 .3rem;
}
.step_form .bg .lists dd .select_wrap select:invalid {
	color: #C3C3C3;
  }
.step_form .label_pref {
  width: 100%;
  font-size: .36rem;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #aaa;
}

.step_form .label_pref.active {
  color: #000;
}

.step_form .label_birth {
  width: 100%;
  font-size: .36rem;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.step_form .label_birth.active {
  color: #000;
}

.step_form .input_txt.small {
  width: 2.6rem;
  height: 1rem;
  padding: 0 .3rem;
  font-size: .36rem;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.step_form .input_txt.small::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.small:-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.small::-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.small::placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.large {
  width: 6rem;
  height: 1rem;
  text-align: center;
  padding: 0 .3rem;
  font-size: .36rem;
  border-radius: 10px;
  letter-spacing: .1em;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.step_form .input_txt.large::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.large:-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.large::-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

.step_form .input_txt.large::placeholder {
  color: #ccc;
  font-weight: 500;
}

#step1::before {
  height: 8.24rem;
}

#step1 .img {
  margin-left: -.24rem;
  text-align: center;
}

#step1 .img img {
  width: 6.84rem;
}

#step1 .btn_next {
  margin-top: .55rem;
}
#step1 .bg:not(:first-of-type) {
	margin-top: .6rem;
}
#step1 .bg:nth-child(2) {
	margin-top: 0;
	padding-bottom: 0.2rem;
}

#step2::before {
  top: 3.6rem;
  height: 7.79rem;
  background-image: url(../images/form/bg02.png);
}

#step2 .bg {
  padding: .3rem 0 .2rem;
}

#step2 .bg:not(:first-of-type) {
  margin-top: .6rem;
}

#step2 .bg:last-child {
  padding: .3rem 0 .5rem;
}

#step2 .lists label.small {
  text-align: left;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#step2 .btn_next {
	margin-top: .55rem;
  }

.step_form .bg .lists dd .select_wrap select:invalid {
	color: #C3C3C3;
  }
  .step_form .bg .lists dd .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .2rem;
	padding-bottom: 0.38rem;
  }
  .step_form .bg .lists dd .flex .item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
  }
  .step_form .bg .lists dd .flex .item span {
	font-weight: 500;
	font-size: .3rem;
  }
  .step_form .bg .lists dd .flex .item input.input_txt {
	width: 2.2rem;
	margin-bottom: 0;
  }

#step2 .lists .img {
  margin-left: .18rem;
  width: .67rem;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#step2 .lists .chara {
  margin-left: .1rem;
}
@media screen and (min-width: 980px) {

  #step2 .lists .chara04 {
    font-size: 24px;
  }
  #step2 .lists .chara06 {
    font-size: 24px;
  }
  #step2 .lists .chara_adjust {
    font-size: 24px;
  }
  #step2 .lists .txt02 {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {

  .cmn_header .lists li {

    font-size: calc(24 *(100vw/750));
}

  #step2 .lists .chara04 {
    font-size: calc(24 *(100vw/750));
  }
  #step2 .lists .chara06 {
    font-size: calc(24 *(100vw/750));
  }
  #step2 .lists .chara_adjust {
    font-size: calc(24 *(100vw/750));
  }
  #step2 .lists .txt02 {
    font-size: calc(24 *(100vw/750));
  }
}

#step2 .lists .item01 img {
  width: .42rem;
}

#step2 .lists .item02 img {
  width: .36rem;
}

#step2 .lists .item03 img {
  width: .4rem;
}

#step2 .lists .item03 label.small {
  line-height: 1;
}

#step2 .lists .item03 label.small span {
  font-size: .2rem;
  letter-spacing: 0;
}

#step2 .lists .item04 img {
  width: .42rem;
}

#step2 .lists .item05 img {
  width: .55rem;
}

#step2 .lists .item05 .chara {
  margin-left: 0;
}

#step2 .lists .item06 img {
  width: .67rem;
}

#step2 .lists .item07 img {
  width: .63rem;
}

#step2 .lists .item08 img {
  width: .57rem;
}

#step2 .lists .item09 img {
  width: .57rem;
}

#step2 .lists .item10 img {
  width: .57rem;
}

#step2 .lists .item11 img {
  width: .57rem;
}

#step2 .lists .item12 img {
  width: .6rem;
}

#step2 .lists .item13 img {
  width: .42rem;
}

#step2 .lists .item14 img {
  width: .58rem;
}

#step3::before {
  width: 11.67rem;
  bottom: 0;
  left: -.8rem;
  height: 7.79rem;
  background-image: url(../images/form/bg03.png);
}

#step3 .bg:not(:first-of-type) {
  margin-top: .6rem;
}
#step3 .bg:nth-child(2) {
	padding-bottom: 0.2rem;
}
#step3 .lists dd {
  text-align: center;
}

#step3 .text {
	margin: 0 .38rem .5rem;	
	font-size: 0.3rem;
	line-height: 1.3;
}
#step3 .text a {
	text-decoration: underline;
	color: #fbb02d;
}

.thanks_page .cmn_header .cat {
  display: block;
}

.thanks_page .thanks_sec {
  padding: 0 0 .6rem;
  position: relative;
}

.thanks_page .thanks_sec::before {
  content: "";
  width: 100%;
  height: 7.79rem;
  position: absolute;
  z-index: -1;
  top: -290px;

  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/thanks/bg.png);
}

.thanks_page .thanks_sec .tit {
  text-align: center;
  margin: .6rem 0 0;
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #ff8200;
  text-shadow    : 
  3px  3px 1px #ffffff,
 -3px  3px 1px #ffffff,
  3px -3px 1px #ffffff,
 -3px -3px 1px #ffffff,
  3px  0px 1px #ffffff,
  0px  3px 1px #ffffff,
 -3px  0px 1px #ffffff,
  0px -3px 1px #ffffff;  
}

.thanks_page .thanks_sec .txt {
  width: 400px;
  margin: 60px 0 25px 30px;
  font-size: .24rem;
  letter-spacing: .1em;
  line-height: 1.73;
  font-weight: 500;
  background: rgba(255,255,255,0.6);
  padding: 10px;
  text-align: justify;
  border-radius: 10px;
}
.thanks_page .thanks_sec .txt span {
	margin-top: 0.18rem;
	display: block;
	font-size: 0.16rem;
	color: #F03030;
}

.thanks_page .thanks_sec .box {
  width: 6.89rem;
  margin: 0 auto;
  padding: .3rem .2rem .6rem;
  border-radius: .15rem;
  position: relative;
  background-color: #fff;
}

.thanks_page .thanks_sec .box::before {
  content: "";
  width: 300px;
  height: 290px;
  position: absolute;
  top: -244px;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/thanks/img.png);
}

.thanks_page .thanks_sec .box_tit {
  margin-bottom: .58rem;
  padding: .3rem 0 .3rem;
  text-align: center;
  font-size: .33rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.53;
  color: #fff;
  background-color: #20924f;
}

.thanks_page .thanks_sec .lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thanks_page .thanks_sec .lists li:not(:last-of-type) {
  margin-bottom: .6rem;
}

.thanks_page .thanks_sec .lists .num {
  width: 1.82rem;
}

.thanks_page .thanks_sec .lists .num img {
  width: 100%;
}

.thanks_page .thanks_sec .lists .box_txt {
  width: 4.4rem;
  padding-bottom: .1rem;
  font-size: .3rem;
  letter-spacing: .05em;
  line-height: 1.65;
  font-weight: 500;
}

.thanks_page .thanks_sec .job_more {
  margin-top: .6rem;
}

.thanks_page .thanks_sec .job_more a {
  width: 5.6rem;
  font-size: .36rem;
  line-height: .9rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #ff972a;
}

.add-tex{
  font-size: 36px;
  font-weight: bold;
  color: #fb6107;
}
.add-img-1,.add-img-2,.add-img-3{
  position: relative;
  top: -25px;
}
.add-img-2{
  top: -30px;
}
.add-img-3{
  top: -80px;
}
/*# sourceMappingURL=style.css.map */

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

  .thanks_page .thanks_sec::before {
    content: "";
    width: 100%;
    height: 7.79rem;
    position: absolute;
    z-index: -1;
    top: calc(-290 *(100vw/750));
  
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/thanks/bg.png);
  }

  .thanks_page .thanks_sec .txt {
    width: calc(400 *(100vw/750));
    margin: calc(60 *(100vw/750)) 0 calc(25 *(100vw/750)) calc(30 *(100vw/750));
    font-size: .24rem;
    letter-spacing: .1em;
    line-height: 1.73;
    font-weight: 500;
    padding: 10px;
    text-align: justify;
    border-radius: 10px;
  }
  .thanks_page .thanks_sec .box::before {
    content: "";
    width: calc(300 *(100vw/750));
    height: calc(290 *(100vw/750));
    position: absolute;
    top: calc(-245 *(100vw/750));
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/thanks/img.png);
  }

  .add-tex{
    font-size: calc(36 *(100vw/750));
    font-weight: bold;
    color: #fb6107;
  }

  .add-img-1,.add-img-2,.add-img-3{
    position: relative;
    top: calc(-25 *(100vw/750));
  }
  .add-img-2{
    top:  calc(-30 *(100vw/750));
  }
  .add-img-3{
    top:  calc(-80 *(100vw/750));
  }

  .cmn_header .lists li {
    width: 2.2rem;
    color: #000;
    text-align: center;
    line-height: 1.3;
    font-size: calc(26 *(100vw/750));
    font-weight: 700;
    border-radius: 10rem;
    padding: calc(10 *(100vw/750));
    background-color: #f3de2c;
  }


}