/* スマホベースで設定  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* html body {
  margin-top: -22px;
} */
 body {
  overflow-x: hidden;
 }

html .lp_style {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /* width: 100%; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: calc(100vw / (767 / 28));
  /*28px*/
  line-height: 1.8;
  background: white;
}

html .lp_style ::-moz-selection {
  background: #000;
  color: #fff;
}

html .lp_style ::selection {
  background: #000;
  color: #fff;
}

html .lp_style img {
  max-width: 100%;
  height: auto;
}

html .lp_style .txt_bold {
  font-weight: 700;
}

html .lp_style .c_or {
  color: #e98000;
}

html .lp_style .c_wh {
  color: white;
}

html .lp_style .c_yl {
  color: #ffff00;
}

html .lp_style .c_db {
  color: #000062;
}

html .lp_style .under_yl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

html .lp_style .t-a_lc {
  text-align: left;
}

html .lp_style .t-a_ll {
  text-align: left;
}

html .lp_style .t-a_cc {
  text-align: center;
}

html .lp_style p.t-a_cc {
  line-height: 2em;
}

html .lp_style .pc_bl {
  display: none;
}

html .lp_style .sp_bl {
  display: block;
}

html .lp_style .mgb_25 {
  margin-bottom: calc(100vw / (767 / 25));
}

html .lp_style .mgb_50 {
  margin-bottom: calc(100vw / (767 / 50));
}

html .lp_style .mgb_100 {
  margin-bottom: calc(100vw / (767 / 100));
}

html .lp_style .sub_ttl42 {
  width: 93vw;
  margin: 0 auto;
  font-size: calc(100vw / (767 / 50));
  line-height: 1.5;
}

html .lp_style .money {
  font-size: calc(100vw / (767 / 50));
  color: #e98000;
}

html .lp_style .fix_btn {
  width: 100%;
  background-color: rgba(0, 0, 98, 0.5);
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 15px;
}

html .lp_style .fix_btn .fix_btn_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .lp_style .fix_btn .fix_btn_fl .btn_l {
  width: calc(100vw / (767 / 340));
}

html .lp_style header {
  width: 94vw;
  margin: 0 auto;
  padding: 2vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 html .lp_style header .logo {
  padding: 6px; 
} 
.nikken_logo_svg {
    width: 100%;
    max-width: 40%;
  }
/* html .lp_style header .logo {
  width: 110px;
} */
.button{
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
  }
html .lp_style header .tagline p {
  font-size: calc(100vw / (767 / 32));
  line-height: 1.5;
}

/* html .lp_style .mv_wrapper h1 {
  width: 100vw;
} */

html .lp_style .mv_wrapper .mv_02 {
  height: calc(100vw / (767 / 990));
}

html .lp_style .mv_wrapper .mv_02 .mv_bg {
  height: calc(100vw / (767 / 890));
  background-image: url(../img/mv03_bg_sp.jpg);
  background-size: cover;
}

html .lp_style .mv_wrapper .mv_02 .mv_bg img {
  width: 93vw;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}

html .lp_style .job_wrapper .job_ttl {
  width: 93vw;
  margin: 0 auto;
  font-size: calc(100vw / (767 / 45));
  line-height: 1.8;
}

html .lp_style .job_wrapper .chalk_board {
  background-color: #0f4d36;
  padding: 0px 0 60px 0;
  position: relative;
}

html .lp_style .job_wrapper .chalk_board::after {
  content: url(../img/a-job02-2_chalk_cl.svg);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  bottom: -50px;
  right: -50px;
}

html .lp_style .job_wrapper .chalk_board .robo {
  width: 100vw;
  margin-bottom: 50px;
}

html .lp_style .job_wrapper .chalk_board .chalk_ttl {
  width: 93vw;
  margin: 0 auto;
}

html .lp_style .job_wrapper .chalk_bar img {
  width: 100vw;
  display: block;
}

html .lp_style .job_wrapper .job_contents .job_con_add-ttl {
  width: 93vw;
  margin: 0 auto;
  padding-top: 50px;
  font-size: calc(100vw / (767 / 50));
}

html .lp_style .job_wrapper .job_contents .job_txt {
  font-size: calc(100vw / (767 / 40));
  width: 93vw;
  margin: 0 auto;
  padding: 25px 0;
}

html .lp_style .job_wrapper .job_contents .job_img_w {
  margin-bottom: 50px;
}

html .lp_style .job_wrapper .job_contents .job_flw {
  width: 93vw;
  margin: 0 auto;
  padding: 25px 0 50px 0;
}

html .lp_style .job_wrapper .job_contents .job_last {
  width: 100vw;
  margin-bottom: 50px;
}

html .lp_style .adv_wrapper .adv_txt {
  font-size: calc(100vw / (767 / 40));
  margin: 25px 0;
  line-height: 1.5;
}

html .lp_style .adv_wrapper .adv_bgor {
  background-color: #e98000;
}

html .lp_style .adv_wrapper .adv_bgor img {
  display: block;
  width: 93vw;
  margin: 0 auto;
  padding-top: 5px;
}

html .lp_style .adv_wrapper .adv_actually-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .lp_style .adv_wrapper .adv_actually-img .adv_act-txt {
  width: 50vw;
  padding: 0 3vw;
  font-size: calc(100vw / (767 / 32));
  line-height: 1.6;
}

html .lp_style .adv_wrapper .adv_actually-img .adv_act_img {
  width: 50vw;
}

html .lp_style .adv_wrapper .adv_don {
  width: 100vw;
}

html .lp_style .adv_wrapper .adv_tsukkomi {
  font-size: calc(100vw / (767 / 43));
  padding: 25px 0;
}

html .lp_style .adv_wrapper .adv_tkm_txt-img .adv_tkm_txt {
  width: 93vw;
  margin: 0 auto;
  line-height: 1.5;
  font-size: calc(100vw / (767 / 40));
}

html .lp_style .adv_wrapper .adv_tkm_txt-img .adv_tkm_txt .adv_tkm_figure {
  padding: 25px 0;
}

html .lp_style .adv_wrapper .adv_tkm_txt-img .adv_tkm_img {
  padding: 50px 0;
  display: block;
}

html .lp_style .adv_wrapper .adv_que_ttl {
  font-size: calc(100vw / (767 / 50));
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .adv_wrapper .adv_que_img {
  padding-bottom: 50px;
  display: block;
}

html .lp_style .merit_wrapper .merit_ttl {
  font-size: calc(100vw / (767 / 42));
  margin-bottom: 50px;
}

html .lp_style .merit_wrapper .merit01_ttl {
  display: block;
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .merit_wrapper .merit01_sub-ttl {
  font-size: calc(100vw / (767 / 45));
  width: 93vw;
  letter-spacing: 1;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .merit_wrapper .merit01_img01 {
  width: 93vw;
  margin: 0 auto;
  display: block;
  padding-bottom: 25px;
}

html .lp_style .merit_wrapper .merit02_logo {
  width: 93vw;
  margin: 0 auto;
  display: block;
  padding-bottom: 5px;
}

html .lp_style .merit_wrapper .merit02_cap {
  width: 93vw;
  margin: 0 auto;
  text-align: right;
  font-size: calc(100vw / (767 / 24));
  padding-bottom: 25px;
}

html .lp_style .merit_wrapper .merit02_img-txt {
  background-color: #e4e4e4;
  width: 100vw;
  padding: 25px 0;
}

html .lp_style .merit_wrapper .merit02_img-txt .merit02_img {
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .merit_wrapper .merit02_img-txt .merit02_txt {
  width: 93vw;
  margin: 0 auto;
  font-size: calc(100vw / (767 / 40));
}

html .lp_style .merit_wrapper .merit02_img_last {
  display: block;
  padding-bottom: 50px;
}

html .lp_style .merit_wrapper .merit03_txt {
  width: 93vw;
  margin: 0 auto;
  font-size: calc(100vw / (767 / 40));
  line-height: 1.7;
  padding-bottom: 25px;
}

html .lp_style .merit_wrapper .merit03_img {
  width: 100vw;
  padding-bottom: 25px;
}

html .lp_style .ivl_wrapper {
  margin-top: 25px;
}

html .lp_style .ivl_wrapper .ivl_img01 {
  display: block;
  margin-bottom: 25px;
}

html .lp_style .ivl_wrapper .ivl_img02 {
  display: block;
  margin-bottom: 60px;
}

html .lp_style .abt_scl_wrapper .abt_scl_sky {
  background-color: #cceef0;
  padding: 25px 0;
  font-size: calc(100vw / (767 / 42));
  color: #000062;
}

html .lp_style .abt_scl_wrapper .abt_scl_clk {
  background-image: url(../img/abt_scl03-2_bg.jpg);
  background-size: cover;
  padding: 10px 0;
  margin-bottom: 25px;
}

html .lp_style .abt_scl_wrapper .abt_scl_ttl-trgimg .abt_scl_ttl {
  font-size: calc(100vw / (767 / 45));
  padding-bottom: 25px;
}

html .lp_style .abt_scl_wrapper .abt_scl_ttl-trgimg .abt_scl_trgimg {
  width: 93vw;
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .abt_scl_wrapper .abt_trg_txt {
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 25px;
  font-size: calc(100vw / (767 / 40));
}

html .lp_style .abt_scl_wrapper .abt_scl_bgdb {
  background-color: #000062;
  padding: 25px 0;
}

html .lp_style .abt_scl_wrapper .abt_scl_bgdb .abt_scl_img04 {
  display: block;
  width: 93vw;
  margin: 0 auto;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche {
  padding: 50px 0;
  background-image: repeating-linear-gradient(90deg, #f2f2f2, #f2f2f2 1px, transparent 1px, transparent 7px), repeating-linear-gradient(0deg, #f2f2f2, #f2f2f2 1px, #fff 1px, #fff 7px);
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con {
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con .abt_scl_sche_ttl {
  padding-bottom: 30px;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con .abt_scl_sche_flow .abt_scl_sche_txt {
  border-top: 1px solid black;
  font-size: calc(100vw / (767 / 24));
  padding: 10px 0;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con .abt_scl_sche_flow .abt_scl_sche_img {
  margin-bottom: 25px;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con .abt_scl_sche_flow .abt_scl_sche_lnc {
  background-color: #000062;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con .abt_scl_sche_flow .abt_scl_sche_lnc .abt_scl_sche_lnc_icon {
  width: calc(100vw / (767 / 60));
  margin-right: 15px;
}

html .lp_style .abt_scl_wrapper .abt_scl_sche .abt_scl_sche_con .abt_scl_sche_flow .abt_scl_sche_lnc .abt_scl_sche_lnc_txt {
  font-size: calc(100vw / (767 / 24));
}

html .lp_style .itv_wrapper {
  background-image: repeating-linear-gradient(90deg, #f2f2f2, #f2f2f2 1px, transparent 1px, transparent 7px), repeating-linear-gradient(0deg, #f2f2f2, #f2f2f2 1px, #fff 1px, #fff 7px);
  padding-bottom: 50px;
}

html .lp_style .itv_wrapper .itv_ttl {
  font-size: calc(100vw / (767 / 48));
  padding-bottom: 50px;
}

html .lp_style .itv_wrapper .itv_contents {
  width: 93vw;
  margin: 0 auto;
}

html .lp_style .itv_wrapper .itv_contents p {
  font-size: calc(100vw / (767 / 28));
}

html .lp_style .itv_wrapper .itv_contents .itv01 {
  padding-bottom: 50px;
}

html .lp_style .itv_wrapper .itv_contents .itv_img {
  display: block;
  padding-bottom: 10px;
}

html .lp_style .itv_wrapper .itv_contents .itv_prof {
  color: #ffff00;
  background-color: #000062;
  padding: 2px 50px 2px 5px;
  font-size: calc(100vw / (767 / 30)) !important;
  display: inline-block;
  margin-bottom: 10px;
}

html .lp_style .itv_wrapper .itv_contents .itv_con_ttl p {
  font-size: calc(100vw / (767 / 38));
  padding: 25px 0 60px 0;
  position: relative;
}

html .lp_style .itv_wrapper .itv_contents .itv_con_ttl::after {
  content: "";
  display: block;
  width: 36px;
  height: 5px;
  background-color: black;
  position: absolute;
  bottom: 28px;
  left: 0;
}

html .lp_style .map_wrapper .map_ttl {
  background-color: #e4e4e4;
  padding: 50px 0;
  font-size: calc(100vw / (767 / 42));
  margin-bottom: 50px;
}

html .lp_style .map_wrapper .map_img {
  display: block;
  width: 93vw;
  margin: 0 auto;
  padding-bottom: 25px;
}

html .lp_style .map_wrapper .map_last {
  background-image: url(../img/map02_sp.jpg);
  background-size: cover;
  padding: 50px 0;
  font-size: calc(100vw / (767 / 42));
}

html .lp_style .info_wrapper {
  background-color: #e4e4e4;
  padding: 50px 0;
}

html .lp_style .info_wrapper .info_con {
  width: 93vw;
  margin: 0 auto;
}

html .lp_style .info_wrapper .info_con .info_ttl {
  font-size: calc(100vw / (767 / 42));
  background-color: #000062;
  padding: 15px 0;
}

html .lp_style .info_wrapper .info_con .info_ttl .info_ttl_sml {
  font-size: calc(100vw / (767 / 30));
  margin-top: -10px;
}

html .lp_style .info_wrapper .info_con .info_list {
  line-height: 1.8em;
  background-color: white;
  padding: 40px 5px 5px 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          font-size: calc(100vw / (767 / 30));
}

html .lp_style .info_wrapper .info_con .info_list dt,
html .lp_style .info_wrapper .info_con .info_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #ddd;
  padding: 10px 4px 4px 8px;
}

html .lp_style .info_wrapper .info_con .info_list dt {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

html .lp_style .info_wrapper .info_con .info_list dd {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
}

html .lp_style .info_wrapper .info_con .info_feat {
  background-color: white;
  padding: 15px 5px 30px 5px;
}

html .lp_style .info_wrapper .info_con .info_feat .info_feat_l {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

html .lp_style .info_wrapper .info_con .info_feat .info_feat_l .info_feat_ttl {
  font-size: calc(100vw / (767 / 24));
  background-color: #e98000;
  padding: 5px 8px;
  display: inline-block;
  margin-bottom: 5px;
}

html .lp_style .info_wrapper .info_con .info_feat .info_feat_l .info_feat_txt {
  font-size: calc(100vw / (767 / 23));
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

html .lp_style .form_wrapper {
  font-size: calc(100vw / (767 / 23));
  background-color: #f5f5f5;
  /* padding-bottom: 30px; */
}

html .lp_style .form_wrapper .form_ttl {
  background-color: #e98000;
  font-size: calc(100vw / (767 / 50));
  padding: 25px 0;
  margin-bottom: 25px;
}
html .lp_style .form_wrapper .form_privacy_ttl {
  font-size: calc(100vw / (767 / 35));
  margin-bottom: 25px;
}

html .lp_style .form_wrapper .form_privacy_txt {
  width: 93vw;
  margin: 0 auto;
  padding: 15px;
  height: 220px;
  overflow: scroll;
}

html .lp_style .comp_wrapper {
  background-color: #f5f5f5;
  width: 100vw;
  text-align: center;
  padding: 50px 0;
}

html .lp_style .comp_wrapper .comp_ttl {
  font-size: calc(100vw / (767 / 32));
  line-height: 1.5em;
  padding-bottom: 10px;
}

html .lp_style .comp_wrapper .comp_txt {
  width: 90vw;
  font-size: calc(100vw / (767 / 24));
  padding-bottom: 30px;
  margin: 0 auto;
}

html .lp_style .comp_wrapper .comp_btn {
  width: calc(100vw / (767 / 450));
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */

.col-md-12 a {
  color: #d40101;
  text-decoration: underline;
}

/* ---------------------------------------------- .container-fluid <form>の親Wrap */
.container-fluid {
  margin-bottom: 15%;
}

/* ---------------------------------------------- ftr .page-top ページTOPボタン設定 */
.ftr {
  width: 100%;
  position: relative;
}

.page-top {
  width: 60px;
  position: absolute;
  top: 0;
  right: 2%;
}
/* ---------------------------------------------- footer下部の */
.msrgin-bottom-sp {

  margin-bottom: 100px;
 }