@charset "UTF-8";
@font-face {
  font-family: 'Noto light';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Regular.woff) format("woff"), url(../fonts/NotoSans-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto regular';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(../fonts/NotoSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Light.woff) format("woff"), url(../fonts/NotoSans-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Bold.woff) format("woff"), url(../fonts/NotoSans-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto black';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSans-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Black.woff) format("woff"), url(../fonts/NotoSans-Black.otf) format("opentype"); }
html, body {
  min-height: 100%; }

html {
  font-size: 62.5%;
  /*base font-size:10px*/ }

body {
  font-size: 1.6rem;
  line-height: 1.428em;
  	/*
  	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
      font-weight: 500;
  	*/
  font-family: 'Noto regular', Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333333; }

.wrp_whole {
  overflow: hidden;
  min-height: 100%; }

/*---------共通項目----------*/
.wrp_float::after {
  content: '';
  display: block;
  clear: both; }

.accent,
.new::after {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #f23d00;
  color: #FFFFFF;
  line-height: 2rem;
  height: 2rem;
  padding: 0px 1em;
  border-radius: 5px;
  text-transform: uppercase; }

img.fitW {
  width: 100%;
  height: auto; }

@keyframes btn-vo-Hover {
  0% {
    background-color: #F23D00; }
  100% {
    background-color: #C33100; } }
@keyframes btn-o-Hover {
  0% {
    background-color: #f28100; }
  100% {
    background-color: #f23d00; } }
@keyframes btn-b-Hover {
  0% {
    background-color: #2d3969; }
  100% {
    background-color: #3d88d9; } }
@keyframes btn-lg-Hover {
  0% {
    background-color: #f2f2f2; }
  100% {
    background-color: #b2b2b2; } }
@keyframes btn-g-Hover {
  0% {
    background-color: #b2b2b2; }
  100% {
    background-color: #333333; } }
.btn {
  display: block;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
  background: url(../images/common/icon_arrow_w.svg) no-repeat right 1rem center;
  cursor: pointer;
  border: none;
  font-size: 1.6rem; }
  .btn.btn_back {
    background-image: url(../images/common/icon_arrow_w_back.svg);
    background-position: 1rem center; }

.btn-vo {
  background-color: #F23D00; }
  .btn-vo:hover {
    animation: btn-vo-Hover 0.3s ease;
    background-color: #C33100; }

.btn-o {
  background-color: #f28100; }
  .btn-o:hover {
    animation: btn-o-Hover 0.3s ease;
    background-color: #f23d00; }

.btn-b {
  background-color: #2d3969; }
  .btn-b:hover {
    animation: btn-b-Hover 0.3s ease;
    background-color: #3d88d9; }

.btn-lg {
  background-color: #f2f2f2; }
  .btn-lg:hover {
    animation: btn-lg-Hover 0.3s ease;
    background-color: #b2b2b2; }

.btn-g {
  background-color: #b2b2b2; }
  .btn-g:hover {
    animation: btn-g-Hover 0.3s ease;
    background-color: #333333; }

.btn_stdWidth {
  width: 48%;
  margin: 0px auto; }

.btn_stdHeight {
  height: 40px;
  line-height: 38px;
  background-size: 16px 16px; }

.btn_bnrHeight {
  height: 65px;
  line-height: 65px;
  background-size: 30px 30px;
  font-size: 1.8rem; }

.btn_ExtrabnrHeight {
  height: 126px;
  line-height: 126px;
  background-size: 30px 30px;
  font-size: 2rem; }

/* -------ベースレイアウト設定------- */
/* sticky フッター */
.wrp_sticky {
  min-height: 100%;
  margin-bottom: -360px;
  /*footer height*/
  padding-bottom: 360px; }

.wrp_page {
  /*	max-width: 1000px;
  	margin-left: auto;
  	margin-right: auto;*/ }

@keyframes footerNavHover {
  0% {
    background-color: transparent; }
  100% {
    background-color: #2d3969; } }
.ftr_page {
  background-color: #e5e5e5;
  border-top: 5px solid #2D3969;
  padding-top: 3rem;
  height: 360px; }
  .ftr_page .wrp_inner {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    padding: 0px 3%; }
  .ftr_page .logo_ftr {
    position: absolute;
    right: 3%;
    bottom: 5%;
    max-width: 200px; }
    .ftr_page .logo_ftr img {
      width: 100%;
      height: auto; }
  .ftr_page .nav_sitemap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .ftr_page .nav_sitemap .wrp_sitemapList {
      color: #2d3969;
      padding-right: 3%; }
      .ftr_page .nav_sitemap .wrp_sitemapList .ttl_sitemap {
        font-family: Helvetica, Arial, "sans-serif";
        font-size: 1.8rem;
        line-height: 1em;
        font-weight: bold;
        margin-bottom: 1.11em;
        text-transform: uppercase; }
      .ftr_page .nav_sitemap .wrp_sitemapList ul {
        margin-bottom: 2rem; }
        .ftr_page .nav_sitemap .wrp_sitemapList ul li {
          font-size: 1.4rem;
          line-height: 4rem;
          margin-bottom: 1rem; }
          .ftr_page .nav_sitemap .wrp_sitemapList ul li a {
            display: block;
            background: url(../images/common/icon_arrow_b.svg) no-repeat 10px 13px;
            background-size: 12px 12px;
            text-decoration: none;
            padding-left: 32px;
            color: inherit; }
            .ftr_page .nav_sitemap .wrp_sitemapList ul li a:hover {
              background: url(../images/common/icon_arrow_w.svg) no-repeat 10px 13px;
              background-size: 12px 12px;
              color: #FFFFFF;
              background-color: #2D3969;
              animation: footerNavHover 0.3s ease; }
  .ftr_page #copyright {
    background-color: #b2b2b2;
    color: #333333;
    text-align: center;
    font-size: 1rem;
    line-height: 80px;
    height: 80px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.wrp_entryBtns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  max-width: 1000px;
  width: 94%;
  margin: 0px auto 100px; }
  .wrp_entryBtns .btn {
    width: 100%;
    font-size: 2rem; }
  .wrp_entryBtns.centering {
    grid-template-columns: 1fr; }
    .wrp_entryBtns.centering .btn {
      width: 60%; }

/* header */
.hdr_page {
  border-top: 5px solid #F2A700; }
  .hdr_page .logo_hdr {
    height: 120px;
    padding-top: 17px;
    width: 306px;
    margin: 0px auto; }

.nav_grobalMenu {
  background-color: #3d88d9;
  min-height: 55px; }
  .nav_grobalMenu ul li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px; }
    .nav_grobalMenu ul li a img {
      width: 20px;
      height: auto;
      margin-right: 5px;
      position: relative;
      top: 4px; }
  .nav_grobalMenu #menu_main {
    max-width: 1000px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px; }
    .nav_grobalMenu #menu_main li {
      height: 55px; }
      .nav_grobalMenu #menu_main li a {
        line-height: 55px;
        height: 55px;
        background-color: #387dc7; }
        .nav_grobalMenu #menu_main li a span.sp {
          display: none; }
  .nav_grobalMenu .menu_support {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 270px;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px; }
    .nav_grobalMenu .menu_support.st_off {
      display: none; }
    .nav_grobalMenu .menu_support li {
      width: 130px;
      height: 40px;
      line-height: 40px; }
      .nav_grobalMenu .menu_support li a {
        line-height: 40px;
        height: 40px;
        background-color: #3d88d9; }
      .nav_grobalMenu .menu_support li#btn_regist a {
        background-color: #f28100; }

/* ------- contents style -------- */
/* block class style */
.blc_mainCatch {
  height: 400px;
  background-color: #f2f2f2;
  margin-bottom: 120px;
  position: relative; }
  .blc_mainCatch .toEntry {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    position: absolute;
    font-size: 3.8rem;
    line-height: 1.2em;
    font-family: 'Noto bold';
    color: #2d3969;
    bottom: -70px; }

.blc_contents {
  max-width: 1000px;
  margin: 0px auto 80px; }
  .blc_contents p {
    margin-bottom: 1em; }

.blc_fullWidth {
  max-width: none;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px); }

.hdr_contents {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px; }
  .hdr_contents .breadlist {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    left: calc(50% - 500px);
    top: 15px;
    font-size: 1.2rem; }
    .hdr_contents .breadlist li {
      display: inline-block;
      margin-right: 1em; }
  .hdr_contents .ttl_contents {
    font-size: 3rem;
    font-family: Helvetica, 'Noto bold';
    font-weight: bold;
    line-height: 8rem;
    height: 8rem;
    color: #FFFFFF;
    background-color: #3d88d9;
    padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
    position: relative; }
    .hdr_contents .ttl_contents.hav_visual {
      line-height: 120px;
      height: 120px; }
      .hdr_contents .ttl_contents.hav_visual::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 45vw;
        height: 100%;
        background: url(../images/under/bg_titleBar_underLv.jpg) no-repeat left center #387dc7; }
    .hdr_contents .ttl_contents.no_visibility {
      display: none; }
  .hdr_contents .backLink,
  .hdr_contents .backLink_b {
    position: absolute;
    right: 3%;
    bottom: 10px;
    width: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2em;
    opacity: 0.7; }
    .hdr_contents .backLink img,
    .hdr_contents .backLink_b img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 5px; }
    .hdr_contents .backLink:hover,
    .hdr_contents .backLink_b:hover {
      opacity: 1; }
  .hdr_contents .backLink_b {
    bottom: -120px;
    color: #3d88d9;
    z-index: 1; }

/* text class style */
@keyframes textLinkHover {
  0% {
    background-color: transparent; }
  100% {
    background-color: #f28100; } }
.tlink {
  text-decoration: none;
  color: #f28100;
  display: inline-block;
  padding: 0.1em 0.2em 0.05em; }
  .tlink:hover {
    animation: textLinkHover 0.4s ease;
    background-color: #f28100;
    color: #FFFFFF;
    border-radius: 3px; }

.ttl_section {
  text-transform: uppercase;
  font-family: Helvetica, 'Noto bold';
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.2em;
  vertical-align: baseline;
  color: #f28100;
  margin-bottom: 1em; }
  .ttl_section span {
    font-size: 1.2rem;
    font-weight: normal;
    color: #333333; }
  .ttl_section.type2 {
    color: #3d88d9; }

.ttl_block {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2em;
  padding: 0.4em 0px;
  color: #2d3969; }

.bdy_section {
  line-height: 1.8em;
  margin-bottom: 1em; }

.txt_memo {
  font-size: 1.2rem; }

.txt_reverse {
  direction: rtl;
  unicode-bidi: bidi-override; }

/* content of top page only */
.blc_mainCatch {
  padding-top: 5rem;
  background: url(../images/top/bg_mainvis.jpg) no-repeat center top;
  background-size: cover;
  background-color: #fff; }
  .blc_mainCatch .catch_1, .blc_mainCatch .catch_2 {
    font-size: 4.4rem;
    font-family: 'Noto bold';
    line-height: 1.2em;
    color: #2d3969;
    max-width: 1000px;
    width: 100%;
    margin: 0px auto 0.8em;
    padding-left: 5%; }
  .blc_mainCatch .catch_2 {
    color: #f23d00; }
  .blc_mainCatch .eyecatch {
    position: absolute;
    max-width: 300px;
    width: 35%;
    right: 50px;
    bottom: -4px; }
    .blc_mainCatch .eyecatch img {
      max-width: 300px;
      width: 100%;
      height: auto; }
  .blc_mainCatch .btn_freeRegist {
    width: 450px;
    font-size: 2.5rem;
    position: relative;
    margin: 50px auto 0px 5%; }

#sec_top-2 {
  background: url(../images/common/bg_slash.svg) repeat center top #3d88d9;
  background-size: 50px 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFFFFF; }
  #sec_top-2 .ttl_section {
    color: #FFFFFF; }
  #sec_top-2 .list_merit {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 130px; }
    #sec_top-2 .list_merit li {
      float: left;
      margin-right: 10px;
      position: relative;
      width: 326px;
      height: 326px;
      background-color: #FFFFFF;
      border-radius: 50%;
      padding-top: 75px;
      box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15); }
      #sec_top-2 .list_merit li:nth-child(3) {
        margin-right: 0; }
      #sec_top-2 .list_merit li:nth-child(2) {
        top: 80px;
        padding-top: 40px; }
      #sec_top-2 .list_merit li h1 {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: -5px; }
        #sec_top-2 .list_merit li h1 img {
          width: 223px;
          height: auto; }
      #sec_top-2 .list_merit li p {
        text-align: center;
        color: #f28100;
        font-size: 3rem;
        line-height: 1.2em;
        font-family: 'Noto regular';
        margin-bottom: 10px; }
      #sec_top-2 .list_merit li figure {
        width: 100%;
        text-align: center; }
        #sec_top-2 .list_merit li figure img {
          width: 190px;
          height: auto; }
  #sec_top-2 .wrp_inner {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    padding-left: 50px; }
    #sec_top-2 .wrp_inner p.bdy_section {
      position: relative;
      left: 30px;
      top: 50px; }
    #sec_top-2 .wrp_inner figure {
      position: absolute;
      right: 50px;
      bottom: -34px; }

#sec_top-3 .feeEx {
  padding: 10px; }
  #sec_top-3 .feeEx li {
    margin-bottom: 20px;
    background: url(../images/common/bg_slash.svg) repeat center top #E4E4E4;
    background-size: 50px 50px;
    padding: 46px 40px 20px;
    border-radius: 5px;
    position: relative; }
    #sec_top-3 .feeEx li h1 {
      width: 223px;
      position: absolute;
      left: -10px;
      top: -10px; }
    #sec_top-3 .feeEx li p.income {
      font-size: 5rem;
      line-height: 1em;
      font-family: 'Noto bold';
      padding-left: 20px;
      margin-bottom: 0; }
      #sec_top-3 .feeEx li p.income span {
        font-size: 1.6rem; }
    #sec_top-3 .feeEx li .tbl_feeEx {
      width: 100%; }
      #sec_top-3 .feeEx li .tbl_feeEx, #sec_top-3 .feeEx li .tbl_feeEx th, #sec_top-3 .feeEx li .tbl_feeEx td {
        border-collapse: collapse;
        border: 2px solid #E4E4E4;
        padding: 1rem; }
      #sec_top-3 .feeEx li .tbl_feeEx th {
        background: url(../images/common/bg_slash.svg) repeat center top #C7C7C7;
        background-size: 50px 50px;
        width: 30%;
        text-align: right;
        font-family: 'Noto light';
        vertical-align: middle; }
      #sec_top-3 .feeEx li .tbl_feeEx td {
        background-color: #FFFFFF; }

/* about style */
#about_sec-1 figure img {
  width: 100%;
  height: auto; }

.list_aboutMerit {
  max-width: 960px;
  width: 100%;
  margin: 0px auto; }
  .list_aboutMerit li {
    padding-left: 180px;
    margin-bottom: 30px;
    min-height: 150px;
    background: no-repeat left top;
    background-size: 150px 150px;
    padding-top: 30px; }
    .list_aboutMerit li.li_merit-1 {
      background-image: url(../images/about/icon_point1_circle.svg); }
    .list_aboutMerit li.li_merit-2 {
      background-image: url(../images/about/icon_point2_circle.svg); }
    .list_aboutMerit li.li_merit-3 {
      background-image: url(../images/about/icon_point3_circle.svg); }
    .list_aboutMerit li .blc_textgroup {
      float: left;
      width: 520px; }
    .list_aboutMerit li figure {
      float: right;
      width: 190px;
      position: relative;
      top: -20px; }
    .list_aboutMerit li p.ttl_inSection {
      font-size: 2.6rem;
      color: #2d3969; }

/* job list style */
.list_job {
  width: 100%;
  margin-bottom: 30px; }
  .list_job li {
    float: left;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #e5e5e5;
    padding: 4rem 2rem 2rem 2rem;
    position: relative; }
    .list_job li:nth-child(3n) {
      margin-right: 0; }
    .list_job li.new::after {
      content: 'New!';
      position: absolute;
      left: 1rem;
      top: 1rem; }
    .list_job li .date_update {
      font-size: 1.2rem;
      line-height: 1em;
      position: absolute;
      right: 2rem;
      top: 1rem;
      text-transform: uppercase; }
    .list_job li table {
      margin-bottom: 1rem;
      width: 100%; }
      .list_job li table, .list_job li table th, .list_job li table td {
        border-collapse: collapse;
        border: 1px solid #f2f2f2;
        min-height: 50px;
        vertical-align: middle;
        padding: 1em 0.8em; }
      .list_job li table th {
        width: 87px;
        text-align: center;
        background-color: #2d3969;
        color: #FFFFFF;
        font-size: 1.4rem;
        font-family: 'Noto bold'; }
      .list_job li table td {
        background-color: #FFFFFF; }
    .list_job li .btn_toJobDetail {
      background-size: 16px 16px;
      height: 40px;
      line-height: 40px;
      width: 100%; }

#p_job-top .li_jobCategory li {
  float: left;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  height: 126px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 102px 108px;
  vertical-align: baseline; }
  #p_job-top .li_jobCategory li:nth-child(2n) {
    margin-right: 0; }
  #p_job-top .li_jobCategory li.new::after {
    content: 'New!';
    position: absolute;
    right: 1rem;
    top: 1rem; }
  #p_job-top .li_jobCategory li a.btn {
    font-size: 2.6rem;
    line-height: 126px;
    display: block;
    color: #2d3969;
    background-size: 25px 25px;
    background-image: url(../images/common/icon_arrow_b.svg); }
  #p_job-top .li_jobCategory li span.numOfJob {
    font-size: 1.4rem;
    padding-left: 1em; }
  #p_job-top .li_jobCategory li span.txt_memo {
    font-size: 1.6rem;
    padding-left: 1em; }
  #p_job-top .li_jobCategory li.cate_osaka {
    background-image: url(../images/job/icon_osakahu.svg); }
  #p_job-top .li_jobCategory li.cate_kyoto {
    background-image: url(../images/job/icon_kyoto.svg); }
  #p_job-top .li_jobCategory li.cate_hyogo {
    background-image: url(../images/job/icon_hyogo.svg); }
  #p_job-top .li_jobCategory li.cate_nara {
    background-image: url(../images/job/icon_nara.svg); }
  #p_job-top .li_jobCategory li.cate_car {
    background-image: url(../images/job/icon_car.svg); }
  #p_job-top .li_jobCategory li.cate_other {
    background-image: url(../images/job/icon_cart.svg); }

/* job list style */
#p_job-list .wrp_float #job-list {
  float: right;
  width: 690px; }
  #p_job-list .wrp_float #job-list .list_job li {
    float: left;
    width: calc((690px - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px; }
    #p_job-list .wrp_float #job-list .list_job li:nth-child(2n) {
      margin-right: 0; }
    #p_job-list .wrp_float #job-list .list_job li:nth-child(2n+1) {
      clear: both; }
#p_job-list .wrp_float .wrp_sidebar {
  float: left;
  width: 290px; }
  #p_job-list .wrp_float .wrp_sidebar .wrp_inner {
    border: 10px solid #3D88D9; }
  #p_job-list .wrp_float .wrp_sidebar p.ttl_sideNav {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f28100;
    padding: 1em 0.8em;
    margin-bottom: 0.5em; }
  #p_job-list .wrp_float .wrp_sidebar .list_sideNav {
    margin-bottom: 40px; }
    #p_job-list .wrp_float .wrp_sidebar .list_sideNav li {
      margin-bottom: 2px; }
      #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a {
        display: block;
        font-size: 1.8rem;
        line-height: 6rem;
        font-weight: bold;
        color: #2d3969;
        text-decoration: none;
        background: url(../images/common/icon_arrow_w.svg) no-repeat right 10px center #F2F2F2;
        background-size: 20px 20px;
        padding-left: 1em; }
        #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a span.txt_addText {
          font-size: 1.4rem; }
      #p_job-list .wrp_float .wrp_sidebar .list_sideNav li.current a, #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a:hover {
        background-color: #B2B2B2; }
#p_job-list .wrp_float .btn_sideNav {
  border-radius: 0;
  font-size: 1.8rem;
  margin-bottom: 10px; }

/* job detail style */
#job-detail {
  background-color: #f2f2f2;
  position: relative;
  padding: 8rem 3% 3rem; }
  #job-detail .date_posted {
    position: absolute;
    left: 3%;
    top: 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold; }
    #job-detail .date_posted.new::after {
      content: 'New!';
      position: relative;
      left: 1em; }
  #job-detail .wrp_inner .tbl_job-detail {
    float: left;
    width: 62%; }
    #job-detail .wrp_inner .tbl_job-detail, #job-detail .wrp_inner .tbl_job-detail th, #job-detail .wrp_inner .tbl_job-detail td {
      border-collapse: collapse;
      border: 1px solid #f2f2f2; }
    #job-detail .wrp_inner .tbl_job-detail th {
      width: 177px;
      min-height: 50px;
      font-size: 1.4rem;
      vertical-align: middle;
      background-color: #2d3969;
      color: #FFFFFF;
      text-align: center; }
    #job-detail .wrp_inner .tbl_job-detail td {
      font-size: 1.6rem;
      line-height: 1.2em;
      padding: 1em;
      background-color: #FFFFFF; }
  #job-detail .wrp_inner .wrp_operationBtns {
    float: right;
    width: 35%; }
    #job-detail .wrp_inner .wrp_operationBtns .btn {
      margin-bottom: 2rem;
      font-size: 1.8rem; }

/* job entry style */
#p_job-entry-top #job-detail {
  padding-top: 3rem; }
  #p_job-entry-top #job-detail .wrp_inner {
    display: inherit; }
    #p_job-entry-top #job-detail .wrp_inner .tbl_job-detail {
      float: none;
      width: 100%; }

/* flow list style */
.li_flow {
  color: #2d3969; }
  .li_flow li {
    margin-bottom: 30px; }
  .li_flow > li.step1 {
    /*		display: grid;
    		grid-template-columns: 223px auto;
    		grid-column-gap: 20px;*/ }
    .li_flow > li.step1 img {
      float: left;
      max-width: 223px;
      display: block;
      width: 25%;
      height: auto; }
    .li_flow > li.step1 .txt_textBlock {
      float: right;
      width: calc(75% - 20px); }
  .li_flow > li.step_next {
    padding-left: 30px;
    padding-right: 20px; }

.li_flow_under > li {
  /*		display: grid;
  		grid-template-columns: 223px auto;
  		grid-column-gap: 20px;*/ }
  .li_flow_under > li img {
    float: left;
    display: block;
    max-width: 223px;
    width: 25%;
    height: auto; }
  .li_flow_under > li .txt_textBlock {
    float: right;
    width: calc(75% - 20px); }

/* contact page :: FAQ style */
.li_qa {
  padding-left: 2%; }
  .li_qa .quest, .li_qa .answer {
    /*		display: grid;
    		grid-template-columns: 85px auto;
    		grid-column-gap: 20px;*/ }
    .li_qa .quest img, .li_qa .answer img {
      float: left;
      display: block;
      max-width: 85px;
      min-width: 65px;
      width: 8.67%;
      height: auto; }
    .li_qa .quest .txt_textBlock, .li_qa .answer .txt_textBlock {
      float: right;
      width: calc(90% - 20px);
      padding-top: 5px; }
  .li_qa .answer {
    padding-left: 2%;
    margin-bottom: 30px; }

.li_form {
  display: grid;
  grid-template-columns: 260px auto;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  padding: 30px 3%; }
  .li_form .ttl_formList {
    font-size: 2rem;
    position: relative;
    text-align: right;
    padding: 10px 50px 10px 0px; }
    .li_form .ttl_formList span {
      font-size: 1.4rem; }
    .li_form .ttl_formList.mandatory:after {
      content: '必須';
      color: #FFFFFF;
      background-color: #f23d00;
      font-size: 1rem;
      line-height: 1em;
      text-align: center;
      padding: 2px 5px 3px;
      position: absolute;
      right: 0;
      border-radius: 3px;
      top: 17px; }
  .li_form .fld_formList {
    padding: 10px 0px; }
    .li_form .fld_formList .text-danger {
      color: #f23d00;
      font-size: 1.2rem;
      vertical-align: top; }
  .li_form input[type="text"],
  .li_form textarea {
    border: none;
    border-radius: 3px;
    padding: 1em 1em;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 1rem;
    background-color: #f2f2f2; }
  .li_form textarea {
    height: 8em; }
  .li_form select {
    font-size: 1.6rem;
    margin: 3px 20px 1.5em 0px; }
  .li_form .wid_full {
    width: 100%; }
  .li_form .wid_l {
    width: 75%; }
  .li_form .wid_m {
    width: 50%; }
  .li_form .wid_n {
    width: 25%; }

.wrp_pp {
  width: 80%;
  margin: 0px auto 30px;
  height: 200px;
  overflow: auto;
  border: 1px solid #B2B2B2;
  padding: 2em;
  border-radius: 3px;
  background-color: #f2f2f2; }
  .wrp_pp .ttl_block {
    text-align: center; }

.pp_check {
  text-align: center;
  margin-bottom: 80px; }
  .pp_check p {
    margin-bottom: 1em; }

.btn_form {
  font-size: 1.8rem; }

.tbl_confirm {
  width: 94%;
  margin: 0px auto 5rem; }
  .tbl_confirm, .tbl_confirm th, .tbl_confirm td {
    border-collapse: collapse; }
  .tbl_confirm th, .tbl_confirm td {
    border-bottom: 3px solid #2D3969;
    padding: 5rem 1rem 1.5rem; }
  .tbl_confirm th {
    font-size: 2rem;
    width: 290px;
    vertical-align: middle;
    color: #2d3969;
    text-align: left; }

.wrp_formBtns {
  width: 94%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 290px auto;
  grid-column-gap: 200px; }

#thanks_sec-1 {
  min-height: 500px;
  text-align: center; }
  #thanks_sec-1 p.bdy_section {
    margin-bottom: 150px;
    line-height: 3em; }
  #thanks_sec-1 #btn_toHome {
    width: 40%;
    margin: 0px auto; }

@media screen and (max-width: 999px) {
  /* under 999px */
  body {
    font-size: calc(1.3rem + 0.2vw); }

  .btn_bnrHeight {
    height: 65px;
    line-height: 65px;
    background-size: 20px 20px;
    font-size: 1.6rem; }

  .btn_ExtrabnrHeight {
    height: 80px;
    line-height: 80px;
    background-size: 25px 25px;
    font-size: 1.8rem; }

  /* header */
  .hdr_page .logo_hdr {
    width: 45vw;
    max-width: 306px;
    margin: 0px auto 0px 20px; }

  .nav_grobalMenu {
    background-color: #3d88d9;
    min-height: 55px; }
    .nav_grobalMenu ul li a {
      font-size: calc(11px + 0.3vw); }
      .nav_grobalMenu ul li a img {
        width: calc(11px + 0.5vw); }
    .nav_grobalMenu #menu_main {
      grid-column-gap: 1px;
      grid-row-gap: 1px; }
      .nav_grobalMenu #menu_main li a {
        text-align: center;
        padding-top: 5px;
        line-height: 2em; }
        .nav_grobalMenu #menu_main li a img {
          margin: 0px auto 5px;
          display: block; }
    .nav_grobalMenu .menu_support {
      right: 20px;
      width: 35%;
      max-width: 270px;
      grid-column-gap: 2px; }
      .nav_grobalMenu .menu_support li {
        width: auto; }
        .nav_grobalMenu .menu_support li a {
          line-height: 40px;
          height: 40px;
          background-color: #3d88d9; }
        .nav_grobalMenu .menu_support li#btn_regist a {
          background-color: #f28100; }

  /* ------- contents style -------- */
  /* block class style */
  .blc_mainCatch.blc_fullWidth {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .blc_mainCatch .toEntry {
    font-size: calc(2.5rem + 1vw); }
  .blc_mainCatch .eyecatch {
    right: 3%; }
  .blc_mainCatch .btn_freeRegist {
    margin: 100px auto 0px 5%; }

  .blc_contents {
    font-size: 1.4rem;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 60px; }

  .blc_fullWidth {
    padding-left: 2%;
    padding-right: 2%; }

  .hdr_contents {
    position: relative;
    margin-bottom: 30px;
    padding-top: 30px; }
    .hdr_contents .breadlist {
      left: 3%;
      top: 5px;
      font-size: 1rem; }
    .hdr_contents .ttl_contents {
      font-size: 2.2rem;
      height: 60px;
      line-height: 60px;
      padding-left: 3%;
      padding-right: 3%; }
      .hdr_contents .ttl_contents span {
        position: relative;
        z-index: 1;
        margin-left: 3%; }
      .hdr_contents .ttl_contents.hav_visual {
        line-height: 100px;
        height: 100px; }
        .hdr_contents .ttl_contents.hav_visual::after {
          background-size: cover; }
    .hdr_contents .backLink,
    .hdr_contents .backLink_b {
      /*		position: absolute;
      		right: 3%;
      		bottom: 10px;*/
      width: 20px;
      /*		text-align: center;
      		color: #FFFFFF;*/
      font-size: 1rem;
      font-family: 'Noto regular';
      /*		line-height: 2em;*/
      opacity: 1;
      /*		
      		&:hover {
      			opacity: 1;
      		}*/ }
      .hdr_contents .backLink img,
      .hdr_contents .backLink_b img {
        /*			width: 100%;
        			height: auto;
        			display: block;*/
        margin-bottom: 0px; }
    .hdr_contents .backLink_b {
      bottom: -90px;
      /*		color: #3d88d9;
      		z-index: 1;*/ }

  /* text class style */
  .ttl_section {
    font-size: calc(2rem + 0.8vw); }
    .ttl_section span {
      font-size: calc(1.2rem + 0.1vw); }

  .ttl_block {
    font-size: 2rem; }

  .txt_memo {
    font-size: 1.1rem; }

  /* content of top page only */
  .blc_mainCatch {
    padding-top: 5rem; }
    .blc_mainCatch .catch_1, .blc_mainCatch .catch_2 {
      font-size: calc(2.5rem + 1vw); }

  #sec_top-2 {
    background-color: #3d88d9;
    padding: 3rem 3%; }
    #sec_top-2 .ttl_section {
      color: #FFFFFF; }
    #sec_top-2 .list_merit li {
      margin-right: 1vmin;
      width: calc((100vmin - 8vmin) * 0.326);
      height: calc((100vmin - 8vmin) * 0.326);
      padding-top: 40px; }
      #sec_top-2 .list_merit li:nth-child(2) {
        padding-top: 20px; }
      #sec_top-2 .list_merit li h1 img {
        max-width: 223px;
        width: 80%; }
      #sec_top-2 .list_merit li p {
        font-size: 2rem; }
      #sec_top-2 .list_merit li figure {
        width: 65%;
        margin: 0px auto; }
        #sec_top-2 .list_merit li figure img {
          max-width: 190px;
          width: 100%; }
    #sec_top-2 .wrp_inner {
      padding-left: 3%; }
      #sec_top-2 .wrp_inner p.bdy_section {
        left: 0px; }
      #sec_top-2 .wrp_inner figure {
        width: 45%;
        max-width: 448px;
        right: 3%; }
        #sec_top-2 .wrp_inner figure img {
          width: 100%;
          height: auto; }

  .list_aboutMerit li {
    padding-left: 18.7%;
    margin-bottom: 20px;
    min-height: 15vw;
    background-size: 15vw 15vw;
    padding-top: 20px; }
    .list_aboutMerit li .blc_textgroup {
      width: 77%; }
    .list_aboutMerit li figure {
      width: 19.7%;
      top: -10px; }
    .list_aboutMerit li p.ttl_inSection {
      font-size: 2rem;
      /*2.6*/ }

  /* job list style */
  .list_job {
    /*	width: 100%;
    	margin-bottom: 30px;*/ }
    .list_job li {
      /*		float: left;*/
      width: calc((100% - 10px) / 2);
      margin-bottom: 10px;
      /*		margin-right: 10px;
      		background-color: #e5e5e5;*/
      padding: 4rem 1rem 1rem 1rem;
      /*		position: relative;*/ }
      .list_job li:nth-child(2n) {
        margin-right: 0px; }
      .list_job li:nth-child(3n) {
        margin-right: 10px; }
      .list_job li:nth-child(6n) {
        margin-right: 0px; }
      .list_job li.new::after {
        /*			content: 'New!';
        			position: absolute;
        			left: 1rem;
        			top: 1rem;*/ }
      .list_job li .date_update {
        font-size: 1rem;
        /*			line-height: 1em;
        			position: absolute;*/
        right: 1rem;
        /*			top: 1rem;
        			text-transform: uppercase;*/ }
      .list_job li table {
        /*			margin-bottom: 1rem;
        			width: 100%;*/ }
        .list_job li table, .list_job li table th, .list_job li table td {
          /*				border-collapse: collapse;
          				border: 1px solid #f2f2f2;*/
          min-height: 40px;
          /*				vertical-align: middle;*/
          padding: 0.6em 0.5em; }
        .list_job li table th {
          width: 30%;
          /*				text-align: center;
          				background-color: #2d3969;
          				color: #FFFFFF;*/
          font-size: 1.2rem;
          /*				font-family: 'Noto bold';*/ }
        .list_job li table td {
          font-size: 1.2rem;
          /*				background-color: #FFFFFF;*/ }
      .list_job li .btn_toJobDetail {
        font-size: 1.4rem;
        background-size: 12px 12px;
        height: 35px;
        line-height: 35px;
        /*			width: 100%;*/ }

  #p_job-top .li_jobCategory li {
    /*		float: left;*/
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    /*		position: relative;*/
    height: 75px;
    /*		border-radius: 10px;
    		background-repeat: no-repeat;*/
    background-position: 5px center;
    background-size: 61.38px 65px;
    /*		vertical-align: baseline;*/
    /*		&:nth-child(2n) {
    			margin-right: 0;
    		}*/
    /*		&.cate_osaka {
    			background-image: url(../images/job/icon_osakahu.svg);
    		}
    		
    		&.cate_kyoto {
    			background-image: url(../images/job/icon_kyoto.svg);
    		}
    		
    		&.cate_hyogo {
    			background-image: url(../images/job/icon_hyogo.svg);
    		}
    		
    		&.cate_nara {
    			background-image: url(../images/job/icon_nara.svg);
    		}
    		
    		&.cate_car {
    			background-image: url(../images/job/icon_car.svg);
    		}
    		
    		&.cate_other {
    			background-image: url(../images/job/icon_cart.svg);
    		}*/ }
    #p_job-top .li_jobCategory li.new::after {
      /*			content: 'New!';
      			position: absolute;
      			right: 1rem;*/
      top: 0.5rem; }
    #p_job-top .li_jobCategory li a.btn {
      font-size: 2rem;
      line-height: 75px;
      /*			display: block;
      			color: #2d3969;*/
      background-size: 20px 20px;
      /*			background-image: url(../images/common/icon_arrow_b.svg);*/ }
    #p_job-top .li_jobCategory li span.numOfJob {
      font-size: 1.2rem;
      /*			padding-left: 1em;*/ }
    #p_job-top .li_jobCategory li span.txt_memo {
      font-size: 1.3rem;
      /*			padding-left: 1em;*/ }

  /* job list style */
  #p_job-list .wrp_float #job-list {
    /*			float: right;*/
    width: calc(100% - 240px); }
    #p_job-list .wrp_float #job-list .list_job li {
      /*					float: left;*/
      /*					width: calc((100% - 10px) / 2);
      					margin-right: 10px;*/
      /*					margin-bottom: 20px;*/ }
      #p_job-list .wrp_float #job-list .list_job li:nth-child(2n) {
        /*						margin-right: 0;*/ }
      #p_job-list .wrp_float #job-list .list_job li:nth-child(2n+1) {
        /*						clear: both;*/ }
  #p_job-list .wrp_float .wrp_sidebar {
    /*			float: left;*/
    width: 240px; }
    #p_job-list .wrp_float .wrp_sidebar .wrp_inner {
      border: 5px solid #3D88D9; }
    #p_job-list .wrp_float .wrp_sidebar p.ttl_sideNav {
      font-size: 1.6rem;
      font-family: 'Noto bold';
      /*				color: #f28100;*/
      /*				padding: 1em 0.8em;
      				margin-bottom: 0.5em;*/ }
    #p_job-list .wrp_float .wrp_sidebar .list_sideNav {
      margin-bottom: 30px; }
      #p_job-list .wrp_float .wrp_sidebar .list_sideNav li {
        /*					margin-bottom: 2px;*/ }
        #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a {
          /*						display: block;*/
          font-size: 1.4rem;
          line-height: 5rem;
          font-family: 'Noto bold';
          /*						color: #2d3969;
          						text-decoration: none;
          						background: url(../images/common/icon_arrow_w.svg) no-repeat right 10px center #F2F2F2;*/
          /*						background-size: 20px 20px;
          						padding-left: 1em;*/ }
          #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a span.txt_addText {
            font-size: 1.2rem; }
        #p_job-list .wrp_float .wrp_sidebar .list_sideNav li.current a, #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a:hover {
          /*						background-color: #B2B2B2;*/ }
  #p_job-list .wrp_float .btn_sideNav {
    /*			border-radius: 0;*/
    font-size: 1.6rem;
    /*			margin-bottom: 10px;*/ }

  /* job detail style */
  /*#job-detail {
  	background-color: #f2f2f2;
  	position: relative;
  	padding: 8rem 3% 3rem;
  	
  	.date_posted {
  		position: absolute;
  		left: 3%;
  		top: 3rem;
  		font-size: 1.4rem;
  		line-height: 2rem;
  		font-weight: bold;
  		
  		&.new::after {
  			content: 'New!';
  			position: relative;
  			left: 1em;
  		}
  	}
  	
  	.wrp_inner {
  		
  		.tbl_job-detail {
  			float: left;
  			width: 62%;
  			
  			&, & th, & td {
  				border-collapse: collapse;
  				border: 1px solid #f2f2f2;
  			}
  			
  			th {
  				width: 177px;
  				min-height: 50px;
  				font-size: 1.4rem;
  				vertical-align: middle;
  				background-color: #2d3969;
  				color: #FFFFFF;
  				text-align: center;
  			}
  			
  			td {
  				font-size: 1.6rem;
  				line-height: 1.2em;
  				padding: 1em;
  				background-color: #FFFFFF;
  			}
  		}
  	
  		.wrp_operationBtns {
  			float: right;
  			width: 35%;
  			
  			.btn {
  				margin-bottom: 2rem;
  				font-size: 1.8rem;
  			}
  		}
  	}
  }*/
  /* job entry style */
  #p_job-entry-top #job-detail {
    padding-top: 3rem; }
    #p_job-entry-top #job-detail .wrp_inner {
      display: inherit; }
      #p_job-entry-top #job-detail .wrp_inner .tbl_job-detail {
        float: none;
        width: 100%; }

  /* contact page :: FAQ style */
  .li_qa {
    /*	padding-left: 2%;*/ }
    .li_qa .quest, .li_qa .answer {
      /*		display: grid;
      		grid-template-columns: 85px auto;
      		grid-column-gap: 20px;*/ }
      .li_qa .quest img, .li_qa .answer img {
        /*			float: left;
        			display: block;
        			max-width: 85px;
        			min-width: 65px;
        			width: 8.67%;
        			height: auto;*/ }
      .li_qa .quest .txt_textBlock, .li_qa .answer .txt_textBlock {
        /*			float: right;
        			width: calc(90% - 20px);*/
        padding-top: 2px; }
    .li_qa .answer {
      /*		padding-left: 2%;*/
      margin-bottom: 20px; }

  .li_form {
    /*	display: grid;
    	grid-template-columns: 260px auto;
    	grid-column-gap: 30px;
    	grid-row-gap: 5px;*/
    display: block;
    padding: 30px 3%; }
    .li_form .ttl_formList {
      float: left;
      clear: both;
      width: 30%;
      font-size: 1.6rem;
      /*		position: relative;
      		text-align: right;*/
      padding: 10px 40px 10px 0px; }
      .li_form .ttl_formList span {
        font-size: 1.2rem; }
      .li_form .ttl_formList.mandatory:after {
        /*			content: '必須';
        			color: #FFFFFF;
        			background-color: #f23d00;
        			font-size: 1rem;
        			line-height: 1em;
        			text-align: center;
        			padding: 2px 5px 3px;
        			position: absolute;
        			right: 0;
        			border-radius: 3px;
        			top: 17px;*/ }
    .li_form .fld_formList {
      float: right;
      width: calc(70% - 20px);
      /*		padding: 10px 0px;*/ }
      .li_form .fld_formList .text-danger {
        /*			color: #f23d00;
        			font-size: 1.2rem;
        			vertical-align: top;*/ }
    .li_form input[type="text"],
    .li_form textarea {
      /*		border: none;
      		border-radius: 3px;*/
      padding: 0.6em 0.6em;
      font-size: 1.4rem;
      line-height: 1.4em;
      /*		margin-bottom: 1rem;
      		background-color: #f2f2f2;*/ }
    .li_form textarea {
      height: 6em; }
    .li_form select {
      font-size: 1.4rem;
      margin: 3px 10px 1.2em 0px; }
    .li_form .wid_full {
      width: 100%; }
    .li_form .wid_l {
      width: 85%; }
    .li_form .wid_m {
      width: 65%; }
    .li_form .wid_n {
      width: 35%; }

  .pp_check {
    /*	text-align: center;*/
    margin-bottom: 50px; }
    .pp_check p {
      /*		margin-bottom: 1em;*/ }

  .btn_form {
    font-size: 1.6rem; }

  .tbl_confirm {
    width: 94%;
    margin: 0px auto 5rem; }
    .tbl_confirm, .tbl_confirm th, .tbl_confirm td {
      border-collapse: collapse; }
    .tbl_confirm th, .tbl_confirm td {
      border-bottom: 3px solid #2D3969;
      padding: 5rem 1rem 1.5rem; }
    .tbl_confirm th {
      font-size: 2rem;
      width: 290px;
      vertical-align: middle;
      color: #2d3969;
      text-align: left; }

  .wrp_formBtns {
    width: 94%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 290px auto;
    grid-column-gap: 200px; }

  #thanks_sec-1 {
    min-height: 500px;
    text-align: center; }
    #thanks_sec-1 p.bdy_section {
      margin-bottom: 150px;
      line-height: 3em; }
    #thanks_sec-1 #btn_toHome {
      width: 40%;
      margin: 0px auto; } }
/* under width 630px */
@media screen and (max-width: 629px) {
  /* under 629px */
  body {
    font-size: calc(1.1rem + 0.2vw); }

  .btn_stdWidth {
    width: 94%;
    margin: 0px auto; }

  .btn_bnrHeight {
    height: 60px;
    line-height: 60px;
    background-size: 20px 20px;
    font-size: 1.4rem; }

  .btn_ExtrabnrHeight {
    height: 75px;
    line-height: 75px;
    background-size: 22px 22px;
    font-size: 1.6rem; }

  .wrp_entryBtns {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    width: 94%;
    margin: 0px auto 100px; }
    .wrp_entryBtns .btn {
      font-size: 1.6rem; }
    .wrp_entryBtns.centering .btn {
      width: 100%; }

  /* header */
  .hdr_page .logo_hdr {
    height: auto;
    min-height: 55px;
    width: 45vw;
    min-width: 140px;
    margin: 0px auto 17px 10px; }

  .nav_grobalMenu {
    background-color: #3d88d9;
    min-height: 55px; }
    .nav_grobalMenu ul li a {
      font-size: 10px;
      line-height: 1.5em; }
      .nav_grobalMenu ul li a img {
        width: 20px;
        margin-bottom: 5px; }
    .nav_grobalMenu #menu_main {
      grid-column-gap: 1px;
      grid-row-gap: 1px; }
      .nav_grobalMenu #menu_main li a {
        padding-top: 8px; }
        .nav_grobalMenu #menu_main li a span.pc {
          display: none; }
        .nav_grobalMenu #menu_main li a span.sp {
          display: inline; }
    .nav_grobalMenu .menu_support {
      top: 15px;
      right: 10px;
      height: 55px;
      grid-column-gap: 2px; }
      .nav_grobalMenu .menu_support li {
        width: auto;
        height: 55px;
        line-height: normal; }
        .nav_grobalMenu .menu_support li a {
          line-height: 1.5em;
          height: 55px;
          text-align: center;
          padding-top: 10px; }
          .nav_grobalMenu .menu_support li a img {
            display: block;
            margin: 0px auto 5px; }

  .ftr_page {
    height: auto;
    min-height: 360px; }
    .ftr_page .logo_ftr {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 0px auto 20px; }
    .ftr_page .nav_sitemap {
      width: 100%;
      grid-template-columns: 1fr; }
      .ftr_page .nav_sitemap .wrp_sitemapList .ttl_sitemap {
        margin-bottom: 1em; }
      .ftr_page .nav_sitemap .wrp_sitemapList ul {
        margin-bottom: 2rem; }
        .ftr_page .nav_sitemap .wrp_sitemapList ul li {
          margin-bottom: 2px; }

  /* content of top page only */
  .blc_mainCatch {
    height: 60vh;
    padding-top: 4rem;
    margin-bottom: 100px;
    background-position: right 38% top; }
    .blc_mainCatch .catch_1, .blc_mainCatch .catch_2, .blc_mainCatch .toEntry {
      font-size: 6.2vw; }
    .blc_mainCatch .eyecatch {
      width: 55%; }
    .blc_mainCatch .toEntry {
      bottom: -50px; }
    .blc_mainCatch .btn_freeRegist {
      position: absolute;
      bottom: 10px;
      left: 3%;
      font-size: 1.8rem;
      height: 40px;
      line-height: 40px;
      width: 83%; }

  .hdr_contents .ttl_contents {
    font-size: 1.8rem;
    line-height: 45px;
    height: 45px;
    padding-left: 3%;
    padding-right: 3%; }
    .hdr_contents .ttl_contents.hav_visual {
      line-height: 70px;
      height: 70px; }
      .hdr_contents .ttl_contents.hav_visual::after {
        width: 50vw; }
  .hdr_contents .backLink,
  .hdr_contents .backLink_b {
    /*		position: absolute;
    		right: 3%;*/
    bottom: 0px;
    width: 20px;
    /*		text-align: center;
    		color: #FFFFFF;*/
    /*		font-size: 1rem;*/
    /*		font-family: 'Noto regular';*/
    /*		line-height: 2em;*/
    /*		opacity: 1;*/
    /*		
    		&:hover {
    			opacity: 1;
    		}*/ }
    .hdr_contents .backLink img,
    .hdr_contents .backLink_b img {
      /*			width: 100%;
      			height: auto;
      			display: block;*/
      /*			margin-bottom: 0px;*/ }
  .hdr_contents .backLink_b {
    bottom: -78px;
    /*		color: #3d88d9;
    		z-index: 1;*/ }

  /* text class style */
  .ttl_section {
    font-size: calc(1.6rem + 0.8vw); }
    .ttl_section span {
      font-size: calc(1.1rem + 0.1vw); }

  .ttl_block {
    font-size: 1.8rem; }

  .txt_memo {
    font-size: 1rem; }

  /* job list style */
  .list_job li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }
    .list_job li .date_update {
      font-size: 1rem; }
    .list_job li table th {
      width: 30%;
      font-size: 1.2rem; }
    .list_job li .btn_toJobDetail {
      background-size: 12px 12px;
      height: 30px;
      line-height: 30px; }

  #sec_top-2 .list_merit {
    padding-bottom: 30px; }
    #sec_top-2 .list_merit li {
      float: none;
      border-radius: 10px;
      width: 100%;
      margin: 0 0 20px;
      height: auto;
      padding: 15px 0px; }
      #sec_top-2 .list_merit li:nth-child(2) {
        top: 0;
        padding-top: 15px; }
        #sec_top-2 .list_merit li:nth-child(2) br {
          display: none; }
      #sec_top-2 .list_merit li h1 {
        width: 100%;
        text-align: center;
        position: relative;
        bottom: auto;
        margin-bottom: 20px; }
      #sec_top-2 .list_merit li p {
        font-size: 2.5rem;
        margin-bottom: 10px; }
      #sec_top-2 .list_merit li figure {
        width: 55%;
        margin: 0px auto; }
  #sec_top-2 .wrp_inner {
    padding: 0px 0px 110px; }
    #sec_top-2 .wrp_inner figure {
      bottom: -32px;
      right: 0; }

  #sec_top-3 .feeEx li {
    margin-bottom: 10px;
    padding: 10px 10px 10px; }
    #sec_top-3 .feeEx li h1 {
      max-width: 223px;
      width: 80%;
      position: relative;
      left: auto;
      top: auto;
      margin: 0px auto;
      margin-bottom: 10px; }
    #sec_top-3 .feeEx li p.income {
      font-size: 4rem;
      padding-left: 0px; }
      #sec_top-3 .feeEx li p.income span {
        font-size: 1.2rem; }

  .list_aboutMerit li {
    min-height: auto;
    background: no-repeat center top;
    background-size: 80px 80px;
    padding-top: 90px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #C5C5C5; }
    .list_aboutMerit li .blc_textgroup {
      float: none;
      width: 100%;
      margin-bottom: 0px; }
      .list_aboutMerit li .blc_textgroup .bdy_section {
        line-height: 1.4em;
        width: 80%;
        margin: 0px auto 5px; }
    .list_aboutMerit li figure {
      float: none;
      max-width: 190px;
      width: 50%;
      top: 0px;
      margin: 0px auto; }
    .list_aboutMerit li p.ttl_inSection {
      font-size: 1.8rem;
      text-align: center; }

  /* job list style */
  .list_job {
    /*	width: 100%;
    	margin-bottom: 30px;*/ }
    .list_job li {
      /*		float: left;*/
      /*		width: calc((100% - 10px) / 2);*/
      margin-bottom: 10px;
      /*		margin-right: 10px;
      		background-color: #e5e5e5;*/
      padding: 4rem 1rem 1rem 1rem;
      /*		position: relative;*/ }
      .list_job li:nth-child(2n) {
        /*			margin-right: 0px;*/ }
      .list_job li:nth-child(3n) {
        /*			margin-right: 10px;*/ }
      .list_job li.new::after {
        /*			content: 'New!';
        			position: absolute;
        			left: 1rem;
        			top: 1rem;*/ }
      .list_job li .date_update {
        /*			font-size: 1rem;*/
        /*			line-height: 1em;
        			position: absolute;*/
        /*			right: 1rem;*/
        /*			top: 1rem;
        			text-transform: uppercase;*/ }
      .list_job li table {
        /*			margin-bottom: 1rem;
        			width: 100%;*/ }
        .list_job li table, .list_job li table th, .list_job li table td {
          /*				border-collapse: collapse;
          				border: 1px solid #f2f2f2;*/
          min-height: 40px;
          /*				vertical-align: middle;*/
          padding: 0.6em 0.5em; }
        .list_job li table th {
          width: 30%;
          /*				text-align: center;
          				background-color: #2d3969;
          				color: #FFFFFF;*/
          font-size: 1.2rem;
          /*				font-family: 'Noto bold';*/ }
        .list_job li table td {
          font-size: 1.2rem;
          /*				background-color: #FFFFFF;*/ }
      .list_job li .btn_toJobDetail {
        background-size: 12px 12px;
        height: 35px;
        line-height: 35px;
        /*			width: 100%;*/ }

  #p_job-top .li_jobCategory li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    /*		position: relative;
    		height: 75px;
    		border-radius: 10px;
    		background-repeat: no-repeat;*/
    /*		background-position: 5px center;
    		background-size: 61.38px 65px;*/
    /*		vertical-align: baseline;*/
    /*		&:nth-child(2n) {
    			margin-right: 0;
    		}*/
    /*		&.cate_osaka {
    			background-image: url(../images/job/icon_osakahu.svg);
    		}
    		
    		&.cate_kyoto {
    			background-image: url(../images/job/icon_kyoto.svg);
    		}
    		
    		&.cate_hyogo {
    			background-image: url(../images/job/icon_hyogo.svg);
    		}
    		
    		&.cate_nara {
    			background-image: url(../images/job/icon_nara.svg);
    		}
    		
    		&.cate_car {
    			background-image: url(../images/job/icon_car.svg);
    		}
    		
    		&.cate_other {
    			background-image: url(../images/job/icon_cart.svg);
    		}*/ }
    #p_job-top .li_jobCategory li.new::after {
      /*			content: 'New!';
      			position: absolute;
      			right: 1rem;*/
      /*			top: 0.5rem;*/ }
    #p_job-top .li_jobCategory li a.btn {
      font-size: 1.8rem;
      /*			line-height: 75px;*/
      /*			display: block;
      			color: #2d3969;*/
      /*			background-size: 20px 20px;*/
      /*			background-image: url(../images/common/icon_arrow_b.svg);*/ }
    #p_job-top .li_jobCategory li span.numOfJob {
      font-size: 1rem;
      /*			padding-left: 1em;*/ }
    #p_job-top .li_jobCategory li span.txt_memo {
      font-size: 1.2rem;
      /*			padding-left: 1em;*/ }

  /* job list style */
  #p_job-list .wrp_float #job-list {
    float: none;
    width: 100%; }
    #p_job-list .wrp_float #job-list .list_job li {
      float: none;
      width: 100%;
      margin-right: 0px;
      margin-bottom: 10px; }
      #p_job-list .wrp_float #job-list .list_job li:nth-child(2n) {
        /*						margin-right: 0;*/ }
      #p_job-list .wrp_float #job-list .list_job li:nth-child(2n+1) {
        /*						clear: both;*/ }
  #p_job-list .wrp_float .wrp_sidebar {
    float: none;
    width: 100%;
    margin-bottom: 50px; }
    #p_job-list .wrp_float .wrp_sidebar .wrp_inner {
      /*				border: 5px solid #3D88D9;			*/ }
    #p_job-list .wrp_float .wrp_sidebar p.ttl_sideNav {
      font-size: 1.4rem;
      /*				font-family: 'Noto bold';*/
      /*				color: #f28100;*/
      /*				padding: 1em 0.8em;
      				margin-bottom: 0.5em;*/ }
    #p_job-list .wrp_float .wrp_sidebar .list_sideNav {
      margin-bottom: 20px; }
      #p_job-list .wrp_float .wrp_sidebar .list_sideNav li {
        /*					margin-bottom: 2px;*/ }
        #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a {
          /*						display: block;*/
          /*						font-size: 1.4rem;
          						line-height: 5rem;
          						font-family: 'Noto bold';*/
          /*						color: #2d3969;
          						text-decoration: none;
          						background: url(../images/common/icon_arrow_w.svg) no-repeat right 10px center #F2F2F2;*/
          /*						background-size: 20px 20px;
          						padding-left: 1em;*/ }
          #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a span.txt_addText {
            font-size: 1rem; }
        #p_job-list .wrp_float .wrp_sidebar .list_sideNav li.current a, #p_job-list .wrp_float .wrp_sidebar .list_sideNav li a:hover {
          /*						background-color: #B2B2B2;*/ }
  #p_job-list .wrp_float .btn_sideNav {
    display: none;
    /*			border-radius: 0;*/
    /*			font-size: 1.4rem;*/
    /*			margin-bottom: 10px;*/ }

  /* job detail style */
  #job-detail {
    /*	background-color: #f2f2f2;
    	position: relative;*/
    padding: 5rem 3% 3rem; }
    #job-detail .date_posted {
      /*		position: absolute;
      		left: 3%;*/
      top: 16px;
      font-size: 1.2rem;
      line-height: 1.2rem;
      /*		font-weight: bold;*/ }
      #job-detail .date_posted.new::after {
        /*			content: 'New!';
        			position: relative;
        			left: 1em;*/ }
    #job-detail .wrp_inner .tbl_job-detail {
      float: none;
      width: 100%;
      margin-bottom: 20px; }
      #job-detail .wrp_inner .tbl_job-detail, #job-detail .wrp_inner .tbl_job-detail th, #job-detail .wrp_inner .tbl_job-detail td {
        /*				border-collapse: collapse;
        				border: 1px solid #f2f2f2;*/ }
      #job-detail .wrp_inner .tbl_job-detail th {
        width: 40%;
        min-height: 40px;
        font-size: 1.1rem;
        /*				vertical-align: middle;
        				background-color: #2d3969;
        				color: #FFFFFF;
        				text-align: center;*/ }
      #job-detail .wrp_inner .tbl_job-detail td {
        font-size: 1.2rem;
        /*				line-height: 1.2em;
        				padding: 1em;
        				background-color: #FFFFFF;*/ }
    #job-detail .wrp_inner .wrp_operationBtns {
      float: none;
      width: 100%; }
      #job-detail .wrp_inner .wrp_operationBtns .btn {
        margin-bottom: 10px;
        font-size: 1.4rem; }

  /* job entry style */
  #p_job-entry-top #job-detail {
    padding-top: 3rem; }
    #p_job-entry-top #job-detail .wrp_inner {
      display: inherit; }
      #p_job-entry-top #job-detail .wrp_inner .tbl_job-detail {
        float: none;
        width: 100%; }

  /* flow list style */
  .li_flow {
    /*	color: #2d3969;*/ }
    .li_flow li {
      /*		margin-bottom: 30px;*/ }
    .li_flow > li.step1 {
      /*		display: grid;
      		grid-template-columns: 223px auto;
      		grid-column-gap: 20px;*/ }
      .li_flow > li.step1 img {
        float: none;
        /*			max-width: 223px;
        			display: block;*/
        width: 50%;
        /*			height: auto;*/
        margin: 0px auto 10px 0px; }
      .li_flow > li.step1 .txt_textBlock {
        float: none;
        width: 100%; }
        .li_flow > li.step1 .txt_textBlock .ttl_block {
          margin-bottom: 0.3em; }
    .li_flow > li.step_next {
      padding-left: 3%;
      padding-right: 0; }

  .li_flow_under > li {
    /*		display: grid;
    		grid-template-columns: 223px auto;
    		grid-column-gap: 20px;*/ }
    .li_flow_under > li img {
      float: none;
      /*			max-width: 223px;
      			display: block;*/
      width: 50%;
      /*			height: auto;*/
      margin: 0px auto 10px 0px; }
    .li_flow_under > li .txt_textBlock {
      float: none;
      width: 100%; }

  /* contact page :: FAQ style */
  .li_qa {
    /*	padding-left: 2%;*/ }
    .li_qa .quest, .li_qa .answer {
      /*		display: grid;
      		grid-template-columns: 85px auto;
      		grid-column-gap: 20px;*/
      margin-bottom: 10px; }
      .li_qa .quest img, .li_qa .answer img {
        float: none;
        width: 75px;
        margin: 0px auto 10px; }
      .li_qa .quest .txt_textBlock, .li_qa .answer .txt_textBlock {
        float: none;
        width: 100%; }
    .li_qa .quest .txt_textBlock {
      text-align: center; }
    .li_qa .answer {
      /*		padding-left: 2%;*/
      margin-bottom: 30px; }

  .li_form {
    /*	display: grid;
    	grid-template-columns: 260px auto;
    	grid-column-gap: 30px;
    	grid-row-gap: 5px;*/
    /*	display: block;*/
    padding: 20px 3%; }
    .li_form .ttl_formList {
      float: none;
      /*		clear: both;*/
      width: 100%;
      text-align: left;
      font-size: 1.4rem;
      /*		position: relative;
      		text-align: right;*/
      padding: 5px 40px 5px 0px;
      margin-bottom: 5px; }
      .li_form .ttl_formList span {
        font-size: 1rem; }
      .li_form .ttl_formList.mandatory:after {
        /*			content: '必須';
        			color: #FFFFFF;
        			background-color: #f23d00;
        			font-size: 1rem;
        			line-height: 1em;
        			text-align: center;
        			padding: 2px 5px 3px;
        			position: absolute;
        			right: 0;
        			border-radius: 3px;
        			top: 17px;*/ }
    .li_form .fld_formList {
      float: none;
      width: 100%;
      padding: 5px 0px; }
      .li_form .fld_formList .text-danger {
        /*			color: #f23d00;
        			font-size: 1.2rem;
        			vertical-align: top;*/ }
    .li_form input[type="text"],
    .li_form textarea {
      /*		border: none;
      		border-radius: 3px;*/
      padding: 0.6em 0.6em;
      font-size: 1.4rem;
      line-height: 1.4em;
      /*		margin-bottom: 1rem;
      		background-color: #f2f2f2;*/ }
    .li_form textarea {
      height: 6em; }
    .li_form select {
      font-size: 1.4rem;
      margin: 3px 10px 1.2em 0px; }
    .li_form .wid_full {
      width: 100%; }
    .li_form .wid_l {
      width: 85%; }
    .li_form .wid_m {
      width: 65%; }
    .li_form .wid_n {
      width: 35%; }

  .pp_check {
    /*	text-align: center;*/
    margin-bottom: 50px; }
    .pp_check p {
      /*		margin-bottom: 1em;*/ }

  .btn_form {
    font-size: 1.6rem; }

  .tbl_confirm {
    width: 94%;
    margin: 0px auto 5rem; }
    .tbl_confirm, .tbl_confirm th, .tbl_confirm td {
      border-collapse: collapse; }
    .tbl_confirm th, .tbl_confirm td {
      border-bottom: 3px solid #2D3969;
      padding: 5rem 1rem 1.5rem; }
    .tbl_confirm th {
      font-size: 2rem;
      width: 290px;
      vertical-align: middle;
      color: #2d3969;
      text-align: left; }

  .wrp_formBtns {
    width: 94%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 290px auto;
    grid-column-gap: 200px; }

  #thanks_sec-1 {
    min-height: 500px;
    text-align: center; }
    #thanks_sec-1 p.bdy_section {
      margin-bottom: 150px;
      line-height: 3em; }
    #thanks_sec-1 #btn_toHome {
      width: 40%;
      margin: 0px auto; } }
