@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body {
  position: relative;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic', 'Noto Sans JP', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif !important;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------
	CTA
------------------------------------------------------------*/

.entry_cta {
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  max-width: 520px;
}
.entry_cta a {
  display: block;
  background-color: #00C853;
  margin: 0px 20px 0px 20px;
  padding: 16px 0 16px 0;
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  filter: drop-shadow(0px 4px 10px rgba(0, 200, 83, 0.2));
}

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

  .entry_cta {
      padding: 14px 0 20px 0;
  }
  .entry_cta a {
      margin: 0px 20px 0px 20px;
  }

}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/

.dn {
  display: none;
}
.oh {
  overflow: hidden;
}
.step_form {
  line-height: 1.5;
}
/*step部分*/
.step_form .form .number_position {
  position: relative;
  top: 7px;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step_form .form .number_position .number.active:before {
  content: "STEP";
  top: -14px;
  right: -16px;
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.step_form .form .number_position .number.active:after {
  content: "01";
  position: absolute;
  top: -18px;
  right: -40px;
  font-size: 15px;
}
.number.number_step2.active {
  position: relative;
}
.number.number_step2.active:before,
.number.number_step3.active:before {
  content: none !important;
}
.step_form .form .number_position .number.number_step2.active:after,
.step_form .form .number_position .number.number_step3.active:after {
  content: "02";
  position: absolute;
  top: -18px;
  right: -21px;
  font-size: 15px;
}
.step_form .form .number_position .number.active {
  position: relative;
  font-family: "Noto Sans Japanese', serif,";
}
/*戻る*/
.step_form .form .back_step {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  left: 0;
}


.step_form .form_ttl_1 {
  text-align: center;
}
.step_form .step_wrap {
  transition: .5s
}
.step_form dl dt .red {
  font-weight: normal;
  color: #f05555;
}
.step_form dl dd .radio_input {
  float: left;
}
.step_form dl dd .radio_input:before {
  content: "";
  display: inline-block;
}
.step_form dl dd .radio_input:hover {
  opacity: .7;
  cursor: pointer
}
.step_form dl dd .radio_input:nth-of-type(2) {
  float: right
}
.step_form dl dd .radio_input.check {
  border-radius: 5px;
}
.step_form dl dd .radio_input.check:before {
  width: 16px;
  vertical-align: inherit;
  content: url('../images/check.png');
  color: #fff;
  border: 0
}
.step_form dl dd select {
  line-height: 1;
  appearance: none;
  background: url(../images/selectbg.png) right;
  background-size: cover;
}
.step_form .more,
.step_form .submit {
  margin-top: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  position: relative;
  box-shadow: 3px 4px 8px #5a5a5a45;
}
.step_form .more {
  pointer-events: none;
  position: relative;
  padding-left: 70px;
  border-radius: 50px;
}
.step_form .more span {
  width: 100px;
  padding: 4px 12px 2px;
  color: #ff701f;
  font-size: 12px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 14px;
  left: 15px;
  box-shadow: 2px 5px 6px 2px #63636321;
}
.step_form .submit:after {
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
}
.number_positionTxt p {
    text-align: center;
    padding: 5px 5px;
    line-height: 1.2;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}
.step_form {
    padding: 15px 30px 0px;
}
.step_form .form .number_position {
    position: relative;
    left: 0;
    right: auto;
    margin-bottom: 20px;
}
.number_positionBlk {
    display: flex;
}
.number_positionBlk p.form_ttl_1 {
    width: 65%;
}
.number_positionTxt {
    margin: 10px 0;
}
.number_positionBlk02 {
    justify-content: space-between;
}
  .number_positionBlk02 p {
    text-align: center;
    color: #7A7775;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .number_positionBlk02 p span {
    color: #f06464;
    font-weight: bold;
    font-size: 115%;
  }
  .number_positionBlk02 p span.boredr_bottom {
    border-bottom: 2px solid #ff6a19;
  }
  .step_form .form .number_position .number {
    font-size: 10px;
    width: 18px;
    border-bottom: solid 5px #c6c6c6;
    padding-bottom: 2px
  }
  .step_form .form .back_step {
    top: 0;
    z-index: 100;
    margin-top: 0px;
    font-size: 15px;
    width: 25%;
    /* left: 75px; */
    padding: 14px 0;
    transition: .5s;
    display: inline-block;
    visibility: hidden;
    transition-property: transform;
    line-height: 1;
    position: relative;
  }
  .step_form .form .back_step:before {
    margin-right: 4px;
    content: "";
    display: inline-block;
    transform: rotate(180deg);
    border-width: 4.5px 0 4.5px 8.0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff
  }
  .step_form .form_ttl_1 {
    transition: .5s;
    margin-top: 10px
  }
  .step_form .form_ttl_1 .large {
    font-size: 20px;
    line-height: 25px;
  }
  .step_form .form_ttl_1 .small {
    margin: 1px 0;
    font-size: 10px
  }
  .step_form .form_ttl_1 .small:after,
  .step_form .form_ttl_1 .small:before {
    width: 21px
  }
  .step_form .form_ttl_1 .small:before {
    right: calc(100% + 3px)
  }
  .step_form .form_ttl_1 .small:after {
    left: calc(100% + 3px)
  }
  .step_form .form_sub_ttl {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: auto;
    top: calc(100% + 9px);
    font-size: 10px;
    text-align: center
  }
  .step_form .step_wrap {
    width: calc(200% + 30px);
    overflow: hidden;
    height: auto;
    padding: 0 0 0;
  }
  .step_form .step_wrap .step {
    position: relative;
    margin-right: 15px;
    transition: .5s;
    float: left;
    width: calc(50% - 15px)
  }
  .step_form .step_wrap .step dl {
    margin-top: 10px
  }
  .step_form .step_wrap .step2 dl {
    margin-top: 3px
  }
  .step_form .step_wrap .step2 dl:last-child {
    margin-top: 5px;
  }
  .step_form .step_wrap .step dl:last-child dt {
    display: none;
  }
  .step_form dl {
    font-size: 10px;
    margin: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
  }
  .step_form dl dt {
    width: 60px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #444444;
  }
  .step_form dl dt .red {
    display: block;
    font-size: 10px;
    margin-left: 0
  }
  .step_form dl dt .email {
    font-size: 11px
  }
  .step_form dl dd {
    width: calc(100% - 55px)
  }
  .step_form dl.sbbtn dd {
    width: 100%;
  }
  .step_form dl dd .radio_input_wrap {
    overflow: hidden
  }
  .step_form dl dd .radio_input {
    font-size: 12px;
    width: 48%;
    padding: 10px 20px
  }
  .step_form dl dd .radio_input:before {
    width: 13px;
    height: 13px;
    margin-right: 5px
  }
  .step_form dl dd .radio_input.check:before {
    width: 20px
  }
  .step_form dl dd select {
    font-size: 15px;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 7px;
    width: 100%;
    color: #000;
    border-radius: 5px;
  }
  .step_form dl dd input {
    border: solid 1px #8e8e8e;
    font-size: 15px;
    width: 100%;
    padding: 10px 9px;
    box-sizing: border-box
  }
  .step_form .more,
  .step_form .submit {
    z-index: 100;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
    font-size: 15px;
    padding: 9px 0;
    width: 65px;
    transition: .5s;
    transition-property: transform;
  }
  .step_form .more {
    position: relative;
    width: 100%;
  }
  .step_form .more span {
    width: auto;
    font-size: 14px;
    position: absolute;
    margin-right: 40px;
    color: #fe7221;
  }
  .step_form .submit:after {
    margin-left: 5px;
    position: static;
    right: auto;
    border-width: 4.5px 0 4.5px 8.0px
  }
  .step_form .more:after {
    content: none;
  }
  .step_form .more:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    top: 37%;
    right: 20px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  .step_form .submit {
    background-color: #f06464;
    visibility: hidden;
    border: none;
    width: 70% !important;
    margin-top: 0;
    border-radius: 50px;
    position: relative;
    left: unset;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: block;
    z-index: 100;
  }
  .step_form .step_wrap .step2 dl.sbm dd {
    width: 100%;
  }
  .btn-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
  }

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/



  .mv .mv_contents .step_form {
    background-image: none;
    background-color: #FBF8F1;
  }
  .number_positionTxt p {
    text-shadow: none;
    background: #BB9B4E;
    font-size: 10px;
  }
  .step_form .form_ttl_1 .large {
    color: #444444;
  }
  .step_form .form_ttl_1 {
    margin-top: 16px;
  }
  .step_form .form .number_position .number.active, 
  .step_form .form .number_position .number.active:after,
  .step_form .form .number_position .number.active:before {
    background: #FBF8F1;
    box-shadow: none;
  }
  .step_form .form .number_position {
    top: 20px;
  }
  .number_positionBlk02 {
    text-align: center;
    display: block;
  }
  .step_form dl dd select {
    font-size: 16px;
    color: #444444;
    padding: 14px 16px;
  }
  .step_form dl dd .radio_input {
    font-size: 14px;
    text-align: center;
  }
  .step_form dl dd .radio_input:before {
    width: 0;
  }
  .step_form .step_wrap .step dl {
    margin-top: 20px;
  }
  .step_form .step_wrap .step .form_margin_top {
    margin-top: 8px;
  }
  .step_form dl dd input {
    border: 1px solid #EAE5E1;
  }
  .step_form .form .back_step:before {
    border-width: 0;
    border-color: transparent;
    border-top: 3px solid #7A7775;
    border-left: 3px solid #7A7775;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
  }
  .step_form .submit {
    width: 80% !important;
    background: #BB9B4E;
    box-shadow: none;
    filter: drop-shadow(0px 4px 8px rgba(255, 145, 0, 0.25));
  }
  .step_form .form .back_step {
    width: 15%;
  }
  .step_form .step_wrap {
    margin-top: 14px;
  }
  .step_form .step_wrap::before {
    content: "";
    display: block;
    border-top: 1px solid #E3DFDC;
    margin-top: 0px;
  }
  .step_form {
    padding-top: 16px;
    font-weight: 600;
  }
  .number_positionTxt {
    width: 21%;
  }
  .step_form .form .number_position {
    top: 14px;
  }
  .step_form .form .number_position .number {
    padding-bottom: 7px;
  }
  form .arrow select {
    height: 48px;
  }
  .mv .mv_contents .step_form {
    margin-top: -4px;
  }
  .step_form dl dd select {
    font-weight: bold;
    color: #787776;
  }
  .step_form dl dd .radio_input {
    padding: 11px 20px;
  }


.step_form .form .number_position .number.active {
  border-bottom-color: #BB9B4E;
}
.step_form .form .number_position .number.number_step2.active:after, .step_form .form .number_position .number.number_step3.active:after {
  color: #BB9B4E;
}
.step_form .form .number_position .number.active:after {
  color: #BB9B4E;
}
.step_form .form .number_position .number.number_step2.active:after, .step_form .form .number_position .number.number_step3.active:after {
  background: #FBF8F1;
  box-shadow: 0 0 8px #FBF8F1;
}
.step_form dl dd select {
  background-color: #FBF8F1;
  border: 1px solid #B1AFAB;
  filter: drop-shadow(0px 2px 4px rgba(119, 119, 119, 0.1));
}
.step_form dl dd {
  width: 100%;
}
.step_form dl dd .radio_input.check {
  border: 1px solid #BB9B4E;
  background: #FFE7B7;
  color: #BB9B4E;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.step_form dl dd .radio_input {
  background-color: #EAE5E1;
  border: 1px solid #E3DFDC;
  border-radius: 4px;
  box-shadow: none;
  font-weight: 600;
  color: #B1AFAB;
}
.step_form dl .form_width {
  width: 80%;
}
.step_form .more span {
  box-shadow: none;
  color: #BB9B4E !important;
}
.step_form .more {
  background: #BB9B4E !important;
  box-shadow: none;
  filter: drop-shadow(0px 4px 8px rgba(255, 145, 0, 0.25));
}
.step_form .form .back_step{
  background: none;
  color: #7A7775;
}
.step_form .form_ttl_1 {
  font-weight: 600;
}
.step_form .form {
  width: 300px;
  margin: 0 auto 0 auto;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic', 'Noto Sans JP', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif !important;
}
.step_form .form .number_position .number.active {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic', 'Noto Sans JP', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif !important;
}
select {
  outline: none;
}
input {
  outline: none;
}
.step_form dl dd .radio_input.check {
  filter: drop-shadow(0px 4px 8px rgba(255, 145, 0, 0.25));
  background: linear-gradient(180deg, rgba(255, 243, 218, 1) 20.609351817507417%, rgba(255, 243, 218, 1) 20.609351817507417%, rgba(255, 231, 183, 1) 80.61027911721068%);
}

@media screen and (min-width: 1025px) {

  .mv {
    max-width: 1024px;
    margin: -597px auto -20px auto;
  }
  .w1000 {
    max-width: 375px;
    margin: 0 0 0 auto;
  }
  .mv .mv_contents .step_form {
    padding-top: 100px;
    padding-bottom: 12px;
  }

}

/*------------------------------------------------------------
	FV
------------------------------------------------------------*/

#first_view {
  background-color: #DAA32C;
  background-image: url(../images/first_view_background.jpg);
  background-size: cover;
}
#first_view header {
  max-width: 1024px;
  margin: 0 auto 0 auto;
}
#first_view header img {
  display: block;
  max-width: 180px;
  padding: 40px 0 0 20px;
}
#first_view .first_view_box {
  max-width: 1024px;
  margin: -10px auto 0 auto;
}
#first_view .first_view_box .first_view_pc {
  margin-top: 20px;
  width: 660px;
}
#first_view .first_view_box .first_view_top_sp {
  display: none;
}

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

  #first_view {
      background-image: none;
  }
  #first_view header {
      display: none;
  }
  #first_view .first_view_box {
      margin: 0px auto 0 auto;
  }
  #first_view .first_view_top_sp{
      margin: 0 auto 0 auto;
  }
  #first_view header .first_view_sp,
  #first_view .first_view_box .first_view_top_sp {
      display: block;
  }
  #first_view header .first_view_pc,
  #first_view .first_view_box .first_view_pc {
      display: none;
  }
  .first_view_bottom_sp {
      max-width: 670px;
      margin: 0 auto 0 auto;
      padding: 16px 16px 0 16px;
  }

}

/*------------------------------------------------------------
	クライアント一覧
------------------------------------------------------------*/

.client_company .client_company_pc {
  max-width: 900px;
  margin: 40px auto 30px auto;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(187, 155, 78, 0.40);
}
.client_company .client_company_sp {
  display: none;
}
.client_company_text {
  color: #BB9B4E;
  text-align: center;
  margin-top: -20px;
  font-size: 12px;
}

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

  .client_company {
      padding: 16px 16px 0 16px;
  }
  .client_company .client_company_pc {
      display: none;
  }
  .client_company .client_company_sp {
      display: block;
      max-width: 500px;
      margin: 0px auto 30px auto;
      border-radius: 5px;
      box-shadow: 0px 0px 24px 0px rgba(187, 155, 78, 0.40);
  }

}

/*------------------------------------------------------------
	求人例
------------------------------------------------------------*/

#jobs {
  background-image: url(../images/jobs_bk.jpg);
  background-size: cover;
  background-color: #FBF8F1;
}
#jobs .jobs_h1 {
  max-width: 492px;
  margin: 0 auto 0 auto;
  padding: 30px 16px 16px 16px;
}
#jobs .jobs_flex {
  display: flex;
  max-width: 1024px;
  margin: 0 auto 0 auto;
  padding: 0 8px 0 8px;
  gap: 8px 16px;
}
#jobs .jobs_flex .jobs_images {
  max-width: 330px;
}

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

  #jobs .jobs_flex {
    flex-wrap: wrap;
    justify-content: center;
  }

}

/*------------------------------------------------------------
	転職成功の秘訣
------------------------------------------------------------*/ 

#tip h1 {
  max-width: 432px;
  margin: 60px auto 0 auto;
}
#tip .tip_box {
  max-width: 1200px;
  margin: 30px auto 50px auto;
}
#tip .tip_img_pc {
  display: block;
}
#tip .tip_img_sp {
  display: none;
}
#tip p {
  margin: 0 0 60px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  color: #555555;
}

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

  #tip h1 {
    max-width: 288px;
  }
  #tip .tip_box {
    max-width: 500px;
    margin: 30px auto 30px auto;
  }
  #tip .tip_img_pc {
    display: none;
  }
  #tip .tip_img_sp {
    display: block;
  }
  #tip p {
    margin: 0 0 40px 0;
    font-size: 24px;
  }
  #tip p .br::before {
    content: "\A";
    white-space: pre;
  }

}

/*------------------------------------------------------------
	選ばれる理由
------------------------------------------------------------*/ 

#reason .reason {
  max-width: 700px;
  margin: 0 auto 0 auto;
}
#reason .reason h1 {
  margin: 0 auto 0 auto;
  padding: 32px 0 0 0;
  max-width: 356px;
}
#reason .reason_width {
  margin: 0 0 0 0;
  padding: 32px 0 0px 0;
}
#reason .reason_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1060px;
  margin: 0 auto 0 auto;
}
#reason .reason_flex img {
  display: block;
  width: 460px;
  margin: 0;
}
#reason .coubic_bnr {
  max-width: 500px;
  margin: 20px auto 0 auto;
  padding: 0 20px 0 20px;
}
#reason .coubic_bnr a {
  display: block;
  width: 100%;
}

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

  #reason .reason h1 {
    max-width: 260px;
  }
  #reason .reason_flex {
    padding: 0 16px 0 16px;
  }

}

/*------------------------------------------------------------
	入社までの流れ
------------------------------------------------------------*/

#after_registration {
  padding-bottom: 40px;
  background-color: #FBF8F1;
}
#after_registration h2 {
  margin: 50px auto 0 auto;
  padding: 60px 0 32px 0;
  max-width: 336px;
}
#after_registration .after_img_pc {
  display: block;
  max-width: 1008px;
  margin: 0 auto 0 auto;
}
#after_registration .after_img_sp {
  display: none;
}

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

  #after_registration h2 {
    max-width: 224px;
  }
  #after_registration .after_img_pc {
    display: none;
  }
  #after_registration .after_img_sp {
      display: block;
      max-width: 332px;
      margin: 0 auto 0 auto;
      padding-bottom: 40px;
  }

}

/*------------------------------------------------------------
	拠点
------------------------------------------------------------*/ 

#office .office {
  max-width: 700px;
  margin: 0 auto 0 auto;
}
#office .office h1 {
  margin: 0 auto 0 auto;
  padding: 52px 0 0 0;
  max-width: 380px;
}
#office .office_width {
  margin: 0 0 0 0;
  padding: 32px 0 0px 0;
}
#office .office_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto 0 auto;
}
#office .office_flex img {
  display: block;
  width: 320px;
  margin: 0;
}
#office .previous_content {
  max-width: 480px;
  margin: 60px auto 30px auto;
  padding: 0 16px;
}

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

  #office .office h1 {
    max-width: 280px;
  }

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
  padding: 32px 0 50px 0;
}
footer small {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  line-height: 170%;
  color: #7A7775;
}
footer div {
  max-width: 342px;
  margin: 0 auto 0 auto;
  padding: 10px 0 30px 0;
  text-align: center;
}
footer div a {
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #7A7775;
}
footer div a:not(:last-child) {
  padding: 0 12px 0 0;
  border-right: 1px solid #7A7775;
}
footer div a:not(:first-child) {
  padding-left: 12px;
}
@media screen and (max-width: 750px) {
  footer {
    margin-top: 0px;
  }
}

/*------------------------------------------------------------
	追従ボタン
------------------------------------------------------------*/

.following {
  opacity: 0;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  transition: .4s;
}
.following_a {
  width: 350px;
}

/*------------------------------------------------------------
	利用規約・プライバシーポリシー
------------------------------------------------------------*/

.mv #stepform form .oh .step_wrap .step2 .form_aa {
  font-size: 12px;
  margin-left: 11px;
  padding: 6px 0 6px 0;
}
.mv #stepform form .oh .step_wrap .step2 .form_aa .form_aaa {
  display: flex;
}
.mv #stepform form .oh .step_wrap .step2 .form_aa .form_aaa label {
  max-width: 250px;
  display: block;
  padding-left: 6px;
}

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

  .mv #stepform form .oh .step_wrap .step2 .form_aa {
    font-size: 12px;
    margin-left: 11px;
    padding: 13px 0 13px 0;
  }
  .mv #stepform form .oh .step_wrap .step2 .form_aaa .form_font_ {
    font-size: 18px;
    width: 20px;
    height: 20px;
}

}

@media screen and (min-width: 1025px) {

  .mv {
    max-width: 1024px;
    margin: -645px auto -20px auto;
  }

}