@charset "UTF-8";
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: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input {
  -webkit-appearance: none;
  outline: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

select,
textarea {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.original_style {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

body {
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000000;
  text-rendering: optimizelegibility;
  font-size: 10pt;
  -webkit-text-size-adjust: 100%;
}

body.top {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000000;
}

a:hover {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

h2 {
  color: #F5A100;
  font-size: 24px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*******************************/
/* ヘッダ部					*/
header {
  clear: both;
  position: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 98;
  background: #ffffff;
  border-top: 8px solid #F5A100;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.1);
}

h1 {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 90px;
  padding: 20px 0px 20px 30px;
}

h1 img {
  height: 100%;
  width: 100%;
}

.headericon {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 90px;
  padding: 20px 0px 20px 30px;
}

.headericon img {
  height: 100%;
  width: 100%;
}

h1.toptitle {
  overflow: initial;
  position: relative;
  height: auto;
  padding: 0px;
}

h1.toptitle img {
  height: auto;
  width: auto;
}

.headericon {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 90px;
  padding: 20px 0px 20px 30px;
}

.headericon img {
  height: 100%;
  width: 100%;
}

h1.toptitle {
  overflow: initial;
  position: relative;
  height: auto;
  padding: 0px;
}

h1.toptitle img {
  height: auto;
  width: auto;
}

nav#navi .navi_pc_login li.login_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#navi_sp.navi_sp_login li.login_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  h1 img.titleimg_login {
    height: 75%;
    width: 75%;
  }
  .headericon img.titleimg_login {
    height: 75%;
    width: 75%;
  }
  .headericon img.titleimg_login {
    height: 75%;
    width: 75%;
  }
  #navi_sp.navi_sp_login li.login_name {
    font-size: 12px;
  }
}
nav#navi .navi_pc_login li {
  width: 120px;
}

nav#navi .navi_pc_login li.login_name {
  width: 30%;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#navi_sp.navi_sp_login {
  width: 58%;
  left: 30px;
}

#navi_sp.navi_sp_login li.btn_wt_keep a,
#navi_sp.navi_sp_login li.btn_member a {
  color: #F5A100;
  font-size: 8px;
}

#navi_sp.navi_sp_login li.btn_member {
  width: 70px;
}

@media screen and (min-width: 801px) {
  .navi_pc_login {
    width: 90%;
  }
}
@media (max-width: 1154px) {
  nav#navi {
    width: 640px;
  }
  nav#navi .navi_pc_login li {
    margin-left: 10px;
  }
  nav#navi .navi_pc_login li.login_name {
    width: 150px;
  }
}
@media (min-width: 1155px) {
  nav#navi {
    width: 720px;
  }
  nav#navi .navi_pc_login li {
    width: 120px;
  }
  nav#navi .navi_pc_login li.login_name {
    width: 180px;
    line-height: normal;
  }
}
#head_area {
  clear: both;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  height: 90px;
  max-width: 1200px;
}

/*******************************/
/* 重要なお知らせ						*/
/*******************************/
.top_news_01 {
  position: relative;
  margin-top: 100px;
  padding: 12px 0 10px;
  background: #424242;
}

.top_news_01 div {
  width: 1000px;
  margin: 0 auto;
}

.top_news_01 div span {
  border: 1px solid #ffffff;
  padding: 0 4px;
  color: #ffffff;
  float: left;
  font-size: 11px;
}

.top_news_01 li:nth-child(n+2) {
  display: none;
}

.top_news_01 a {
  color: #ffffff;
}

/*******************************/
/* 求人						*/
/*******************************/
.workplace {
  border: 1px solid #E5E5E5;
  padding: 4px;
  color: #646464;
  font-size: 12px;
  margin-left: 8px;
}

.recommend_job .workplace {
  font-size: 13px;
}

.new_job ul {
  max-height: 350px;
  overflow-y: scroll;
}

ul.top_news::-webkit-scrollbar,
.new_job ul::-webkit-scrollbar {
  width: 10px;
}

ul.top_news::-webkit-scrollbar-track,
.new_job ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}

ul.top_news::-webkit-scrollbar-thumb,
.new_job ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #E5E5E5;
}

/*******************************/
/*******************************/
/* ナビ部						*/
/*******************************/
nav {
  position: absolute;
  overflow: auto;
  margin: 8px 0 0 0;
  padding: 0px;
  width: 100%;
  height: 0px;
  top: 50px;
  right: 0px;
  background-color: #ffffff;
  z-index: 99;
}

nav ul {
  margin: 0px;
  padding: 0px 10px 0 0px;
}

nav li {
  margin: 0px;
  padding: 0px 1px;
  border-bottom: solid 1px #668e8e;
  background-color: #ff9d00;
}

nav#navi li {
  background: #F5A100;
  width: 150px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #ffffff;
  border-width: 0;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 46px;
  margin-left: 20px;
}

nav#navi li a {
  border-radius: 30px;
}

nav#navi .btn_wt {
  background: #fff;
  border: 1px solid #F5A100;
}

nav#navi .btn_wt a {
  color: #F5A100;
}

nav#navi .btn_wt_keep {
  background: #fff;
  border: 1px solid #4392F1;
}

nav#navi .btn_wt_keep a {
  color: #4392F1;
}

nav#navi .btn_wt_keep a:hover {
  background: #fff2d9;
  color: #4392F1;
}

nav#navi .btn_wt_keep span {
  color: #4392F1;
}

nav#navi li:hover,
nav#navi a:hover {
  opacity: 0.7;
  color: #ffffff;
}

nav#navi .btn_wt a:hover {
  background: #fff2d9;
  color: #F5A100;
}

nav#navi li.login_name {
  background: none;
  color: #F5A100;
  width: auto;
}

nav#navi li.login_name span {
  color: #F5A100;
}

nav#navi li a {
  font-size: 14px;
}

nav li a,
nav li span {
  display: block;
  color: #000000;
  font-size: 11pt;
  padding: 18px 10px;
}

nav li a:hover {
  opacity: 0.7;
  border-radius: 30px;
}

#navi_btn {
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 10px;
}

#navi_btn > a {
  width: 30px;
  cursor: pointer;
  top: 20px;
  right: 15%;
  height: 21px;
  background: #333;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  display: block;
  position: absolute;
}

#navi_btn > a:before,
#navi_btn > a:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -1px;
  width: 30px;
  top: 50%;
  border-top: solid 1px #000000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#navi_btn > a:before {
  content: "";
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

#navi_btn > a:after {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

#navi_btn.open > a {
  background: #ffffff;
}

#navi_btn.open > a:before {
  content: "";
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

#navi_btn.open > a:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

/*******************************/
/* フッター部					*/
footer {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 97;
  background: #F8F8F8;
}

footer > div {
  clear: both;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 1200px;
  color: #A7A7A7;
  text-align: center;
}

footer li,
footer a {
  color: #646464;
  text-align: left;
}

.sub_area {
  display: none;
}

.top .sub_area {
  display: block;
  position: relative;
  background: #F8F8F8;
  padding: 20px 0;
  margin-top: 20px;
}

.mypage .top .sub_area {
  margin-top: 30px;
}

.tel_box {
  position: relative;
}

.top .sub_area .sub_box {
  clear: both;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: left;
  width: 33%;
  padding: 10px;
}

.top .sub_area .sub_box li {
  float: left;
  width: 100%;
  padding: 5px 0px;
  color: #646464;
}

.top .sub_area .sub_box li a {
  color: #646464;
}

.top .sub_area .sub_box a {
  color: #4392F1;
}

.tel_box {
  clear: both;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 5px;
  text-align: left;
  padding: 10px;
}

.tel_box .pmark {
  position: absolute;
  top: 20px;
  left: 60%;
}

.tel_box .pmark img {
  width: 75px;
}

.tel_box li {
  margin: 7px 0px;
}

.tel_box span {
  display: inline-block;
  width: 50px;
  color: #F5A100;
  text-align: left;
  font-weight: bold;
  font-size: 10pt;
  padding: 2px 0px;
}

.tel_box a {
  color: #646464;
  margin-left: 10px;
  font-size: 11pt;
}

footer .copy {
  font-size: 9pt;
  padding: 8px 0px;
  min-height: 4vh;
}

#footer_navi {
  display: block;
  clear: both;
  position: relative;
  padding: 0px;
  width: 100%;
  background: #424242;
  margin-top: 20px;
}

.top #footer_navi {
  margin-top: 0px;
}

#footer_navi > div {
  overflow: hidden;
  margin: 0px auto;
  padding: 10px 0px;
  width: 100%;
  max-width: 1010px;
  color: #ffffff;
}

#footer_navi > div ul {
  overflow: hidden;
}

#footer_navi > div li {
  float: left;
  padding: 0 10px;
  border-right: solid 1px #ffffff;
}

#footer_navi > div li:last-child {
  border-right: none;
}

#footer_navi > div li a {
  color: #ffffff;
  font-size: 12px;
}

/*******************************/
/*******************************/
/* サブナビ					*/
#sub_navi {
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  height: 47px;
  max-width: 1000px;
  display: none;
}

#sub_navi > div {
  padding-top: 10px;
  padding-left: 5px;
  margin-top: 7px;
  background: #ffffff;
  height: 53px;
}

#sub_navi > div > a {
  font-weight: bold;
  font-size: 10pt;
  padding: 2px 10px;
  margin-right: 3px;
  border-radius: 4px;
}

.head_base {
  border: 1px solid #E5E5E5;
  color: #ffa400;
}

.base_sel {
  background: #A7A7A7;
  color: #ffffff;
}

#sub_navi > div > a:last-child {
  margin-right: 0px;
}

/*******************************/
/*******************************/
/* パンくずリスト				*/
#breadcrumb {
  overflow: hidden;
  margin: 0px;
  padding: 0 0 10px;
  font-size: 10pt;
}

#breadcrumb > ul > li {
  float: left;
  position: relative;
  display: inline-block;
  color: #000000;
}

#breadcrumb > ul > li > a {
  color: #f4a100;
}

#breadcrumb > ul > li:after {
  content: ">";
  margin: 0px 10px;
}

#breadcrumb > ul > li:last-child:after {
  content: none;
}

/*******************************/
/*******************************/
/* ページャー					*/
.pager {
  clear: both;
  width: 1000px;
  margin: 10px auto;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
}

.pager div {
  position: absolute;
  margin-top: 10px;
}

.pager ul {
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  position: relative;
  margin: 0px 5px;
  left: -50%;
  float: left;
}

.pager ul li a {
  display: block;
  font-size: 20px;
  width: 49px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  color: #F5A100;
}

.pager ul li a:hover {
  background: #ffeac1;
}

.pager ul li span {
  display: block;
  border-radius: 4px;
  background: #A7A7A7;
  font-size: 20px;
  width: 49px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
}

#popup .pager {
  width: 100%;
}

#popup .pager ul li span,
#popup .pager ul li a {
  width: 39px;
}

/*******************************/
/*******************************/
/* メッセージボックス			*/
.message_box {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
  padding: 20px 0px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border: solid 1px #ff9d00;
  border-radius: 3px;
}

/*******************************/
/*******************************/
/* メッセージ					*/
#message {
  width: 100%;
  max-width: 600px;
  font-size: 8pt;
  margin: 5px auto;
  padding: 0px;
  min-height: 10px;
}

#message #err_ttl {
  margin: 0px auto;
  padding: 2px 0px;
  text-align: center;
  background: #ff0000;
  width: 99%;
  font-size: 8pt;
  border: solid 1px #000000;
}

#message #msg_ttl {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background: #0000ff;
  color: #ffffff;
  width: 99%;
  font-size: 8pt;
  border: solid 1px #000000;
}

#message #msg {
  margin: 0px auto 20px auto;
  padding: 0px;
  text-align: center;
  background: #ffffff;
  width: 99%;
  font-size: 8pt;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

#message #msg ul {
  margin: 0px;
  padding: 2px 0px 2px 10px;
  text-align: left;
}

/*******************************/
/*******************************/
/* Popup						 */
#popup_lock {
  position: fixed;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 110;
}

#popup_bg {
  position: fixed;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#popup {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 112;
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#popup_bg *,
#popup * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#popup div {
  overflow: hidden;
}

.popup_on {
  background-color: rgba(0, 0, 0, 0.7);
}

.popup_off {
  background-color: rgba(0, 0, 0, 0);
}

#popup_head_l,
#popup_detail_l,
#popup_head_r,
#popup_detail_r {
  max-width: 600px;
  width: 90%;
  top: 0px;
  background: #e0e0e0;
}

#popup_head_l {
  position: fixed;
  left: 0px;
  z-index: 115;
}

#popup_detail_l {
  position: absolute;
  left: 0px;
  z-index: 113;
}

#popup_head_r {
  position: fixed;
  right: 0px;
  z-index: 115;
}

#popup_detail_r {
  position: absolute;
  right: 0px;
  z-index: 113;
}

#popup_under {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  max-height: 90%;
  z-index: 113;
}

#popup_under > div {
  position: relative;
  background: #e0e0e0;
  max-width: 800px;
  width: 90%;
  margin: 0px auto;
}

.popup_title {
  background: #424242;
  color: #ffffff;
  height: 30px;
  text-align: center;
  font-size: 11pt;
  line-height: 30px;
  border: solid 1px #ffffff;
}

.popup_close {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: solid 1px #000000;
  cursor: pointer;
}

.popup_close:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 28px;
  top: 9px;
  left: -13px;
  border-top: solid 1px #203391;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 28px;
  top: 9px;
  left: 6px;
  border-top: solid 1px #203391;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup_search {
  position: relative;
  overflow: auto;
  padding: 2px;
}

.popup_search > input[type=text] {
  width: 100%;
  font-size: 12pt;
  padding: 5px 100px 5px 5px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

input[type=submit]:focus {
  outline: none;
}

textarea,
input[type=password]:focus,
input[type=text]:focus {
  background: #ffffff !important;
}

.input_table select:focus {
  background-color: #ffffff !important;
}

.popup_search > a {
  position: absolute;
  width: 90px;
  min-height: 30px;
  top: 2px;
  right: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 100%;
  height: auto;
  border-radius: 1px;
  background: #F5A100;
  color: #ffffff;
}

.popup_data li {
  position: relative;
  border-bottom: dotted 1px #c0c0c0;
  padding: 10px;
}

.popup_data li > a {
  position: absolute;
  width: 50px;
  min-height: 30px;
  top: 4px;
  right: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 100%;
  height: auto;
}

.popup_clear {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 70px;
  height: 28px;
  background-color: #ffffff;
  border: solid 1px #000000;
  cursor: pointer;
}

.popup_clear:after {
  content: "クリア";
  margin-left: 10px;
  line-height: 27px;
}

#calendar_navi {
  position: relative;
  width: 100%;
  text-align: center;
  height: 60px;
}

#calendar_navi > select {
  margin-top: 3px;
  font-size: 12pt;
  background-image: none;
}

#calendar_prev {
  display: block;
  position: absolute;
  top: 1px;
  left: 5%;
  background: #0000aa;
  color: #ffffff;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16pt;
}

#calendar_next {
  display: block;
  position: absolute;
  top: 1px;
  right: 5%;
  background: #0000aa;
  color: #ffffff;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16pt;
}

#calendar_table {
  width: 100%;
  text-align: center;
}

#calendar_table table {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 100%;
}

#calendar_table th {
  border: solid 1px #0000aa;
  vertical-align: middle;
  height: 20px;
  width: 14%;
  text-align: center;
}

#calendar_table td {
  border: solid 1px #0000aa;
  vertical-align: middle;
  height: auto;
  width: 14%;
  text-align: center;
}

#calendar_table td > .item {
  width: 100%;
  height: 100%;
  line-height: normal;
}

#calendar_table td > .item:hover {
  cursor: pointer;
  background: #ccccff;
}

#calendar_table td > .select_item {
  background: #ccccff;
}

/*******************************/
.btn01 {
  background: #ffffff;
  width: 220px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #F5A100;
  border: 1px solid #F5A100;
  height: 46px;
  line-height: 45px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn01:hover {
  border-radius: 30px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#popup_stations {
  display: none;
  position: fixed;
  z-index: 113;
  width: 600px;
  background: white;
  left: 50%;
  margin-left: -300px;
  top: 25%;
  -webkit-box-shadow: 10px 10px 15px 10px lightgray;
  box-shadow: 10px 10px 15px 10px lightgray;
}

#popup_stations.active {
  display: block;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.add_condition_button {
  display: none;
}

.content_list_button .is-button-active {
  display: block;
}

.popup_stations_box {
  border: solid 1px #E5E5E5;
  padding: 30px;
}

.popup_stations_box > div {
  clear: both;
  overflow: hidden;
}

.popup_stations_box .popup_name {
  padding: 10px 0px 10px 7px;
  font-size: 20px;
  font-weight: bold;
  color: #646464;
}

.popup_stations_box ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
}

.popup_stations_box li {
  width: 30%;
  padding: 3px 0px;
  font-size: 14px;
  margin-right: 5%;
}

.popup_stations_box li:nth-child(3n) {
  margin-right: 0;
}

#popup_stations .btn01 {
  display: block;
  margin: 20px auto 0;
}

.btn02 {
  background: #F5A100;
  width: 220px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #ffffff;
  border-width: 0;
  height: 47px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  line-height: 45px;
}

.btn_center {
  margin: 0 auto;
}

.contact .btn01 {
  min-width: 260px;
  padding: 0 30px;
  font-size: 16px;
}

.condition .btn01,
.condition .btn02,
.condition .btn03 {
  min-width: 220px;
  padding: 0 30px;
  font-size: 16px;
  width: auto;
}

.btn02:hover {
  border-radius: 30px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#job_count {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.btn03 {
  background: #F5A100;
  width: 220px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  border-width: 0;
  height: 47px;
  display: block;
  text-align: center;
  -webkit-appearance: none;
  line-height: 45px;
}

.content_list_title_check.btn04 {
  position: relative !important;
}

.btn04 {
  background: #fff;
  border: 1px solid #F5A100;
  width: 170px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  height: 39px;
  display: block;
  text-align: center;
  line-height: 39px;
  color: #F5A100;
  font-size: 16px;
  -webkit-appearance: none;
}

.search_item a.btn04 {
  position: absolute;
  margin-left: 210px;
  margin-top: -43px;
}

.btn_back {
  background: #F1F1F1;
  width: 220px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #87888D;
  font-weight: bold;
  border-width: 0;
  height: 47px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

/*******************************/
#bg {
  clear: both;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}

#bg_area {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: right 90px;
}

#bg_area > img {
  position: absolute;
  top: 0px;
  right: 0px;
}

#base {
  clear: both;
  width: 100%;
  margin: 0px;
  min-height: 86vh;
}

.top #base {
  background: #F1F1F1;
}

.member #base {
  background: #ffffff;
}

.top_base {
  background: #ffffff !important;
  clear: initial !important;
  width: initial !important;
  margin: initial !important;
}

.base {
  position: relative;
}

.base_lock {
  clear: both;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#top_news {
  position: relative;
  width: 90%;
  max-width: 1000px;
  border: solid 3px #ff0000;
  margin: 0px auto;
  background: #ffffff;
}

#top_news > ul {
  padding: 3px 10px;
  height: 90px;
  overflow: scroll;
}

#top_news > ul > li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

#content {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background: #ffffff;
}

.top #content,
.result #content,
.detail #content,
.condition #content {
  padding: 0;
}

.result #content {
  background: none;
}

#key_img {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  padding: 0px 10px;
  text-align: center;
}

/*
#key_img > img {
	width: 100%;
}
*/
#key_img > img {
  width: 100%;
  margin-top: 20px;
}

.space {
  height: 20px;
}

.anime {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.clear {
  clear: both;
}

.lock {
  overflow: hidden;
}

.img_100 > img {
  width: 100%;
}

.divide_33 {
  clear: both;
}

.divide_33 > div {
  width: 100%;
}

.divide_50 {
  clear: both;
}

.divide_50 > div {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.divide_70 {
  width: 100%;
}

.divide_30 {
  width: 100%;
}

.endbox {
  clear: both;
  padding-bottom: 20px;
}

#main_content {
  width: 100%;
  padding: 0px;
}

.top #main_content {
  background: #F8F8F8;
}

.sub_content {
  clear: both;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub_content a,
.sub_content span {
  margin: 0 30px 20px;
  text-align: center;
}

.sub_content img {
  width: 100%;
  margin-bottom: 10px;
}

.sub_content .mem_box {
  clear: both;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 5px;
  text-align: center;
  padding: 10px;
  border: solid 1px #ff9d00;
}

.mem_box > div {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding: 20px 30px;
}

.mem_box div a {
  position: absolute;
  right: 50px;
  top: 70px;
  width: 260px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}

.sub_content .mem_box .mem_box2 {
  color: #ff933c;
  font-weight: bold;
}

.sub_content .mem_box .mem_box3 {
  margin: 10px 0px;
  text-align: left;
}

.sub_content .mem_box img {
  max-width: 223px;
}

#search_box {
  clear: both;
  overflow: hidden;
}

.top #search_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 20px;
  margin: 0 auto;
  width: 1000px;
}

.result #search_box,
.detail #search_box {
  display: block;
  width: 100%;
}

#search_box .top_search_tab {
  clear: both;
  overflow: hidden;
}

#search_box .top_search_tab li {
  float: left;
  width: 25%;
  border-top: solid 1px #4392F1;
  border-left: solid 1px #4392F1;
  background: #ffffff;
}

#search_box .top_search_tab li:last-child {
  border-right: solid 1px #4392F1;
}

#search_box .top_search_tab li a {
  display: block;
  color: #4392F1;
  text-align: center;
  padding: 10px 2px;
  font-size: 10pt;
  font-weight: bold;
}

#search_box .search_tab {
  clear: both;
  overflow: hidden;
  width: 1000px;
  margin: 30px auto;
}

#search_box .search_tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#search_box .search_tab li {
  position: relative;
  margin: 0px 15px 0 0px;
}

#search_box .search_tab .tab_group li a {
  display: block;
  font-size: 16px;
  width: 200px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  color: #F5A100;
  cursor: pointer;
}

#search_box .search_tab .tab_group .is-active a {
  display: block;
  border-radius: 4px;
  background: #A7A7A7;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
}

#search_box .search_area {
  clear: both;
  background: #ffffff;
  border: solid 1px #4392F1;
}

#search_box .search_list {
  clear: both;
  background: #ffffff;
  padding: 10px;
}

#search_box .search_list > li > a {
  display: block;
  position: relative;
  border: solid 1px #4392F1;
  width: 150px;
  padding: 5px;
}

#search_box .search_list > li > a:after {
  content: ">";
  position: absolute;
  top: 5px;
  right: 10px;
}

#search_box .search_list > li > div {
  clear: both;
  overflow: hidden;
  padding: 10px 0px 20px 0px;
}

#search_box .search_list > li > div li {
  float: left;
}

#search_box .search_list > li > div li:after {
  content: "/";
  margin: 0px 10px;
}

#search_box .search_list > li > div li:last-child:after {
  content: "";
  margin: 0px;
}

#search_box .search_list > li > div a {
  color: #0000ff;
}

#search_box h2 {
  padding: 10px 5px 5px 5px;
  position: relative;
  line-height: 1em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.login h2.search_title {
  width: 1000px;
  margin: 0 auto;
}

#search_box .search_title_option {
  display: none;
}

.search_title_list {
  display: block;
  background: #F5A100;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 2px #ff9d00;
  margin-bottom: 5px;
  color: #ffffff;
}

.search_title_list h2 {
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
}

#search_box .is-title-active {
  display: block;
  background: #F5A100;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

#search_box .search_title > span {
  font-size: 18px;
  padding-left: 5px;
  line-height: 40px;
  font-weight: bold;
  vertical-align: middle;
}

#search_box > .search_item {
  overflow: hidden;
  padding: 30px;
  background: #ffffff;
  border: solid 1px #E5E5E5;
  max-width: 1000px;
  margin: 30px auto 15px;
}

.top #search_box > .search_item {
  width: 420px;
  padding: 20px 19px;
  margin: 10px auto;
}

#search_box table {
  font-size: 10pt;
  color: #000000;
  width: 100%;
}

#search_box th {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background: #F6F6F6;
  font-weight: normal;
  width: 130px;
  text-align: left;
  padding: 5px 10px;
}

#search_box td {
  position: relative;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-weight: normal;
  padding: 5px 10px;
}

.login_area {
  margin-bottom: 20px;
}

/*******************************/
select {
  width: 170px;
  background: #fff;
  height: 50px;
  border: 1px solid #C4C4C4;
  padding: 0 2em 0 0.5em;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/front/img/select.png);
  background-repeat: no-repeat;
  background-size: 15px 9px;
  background-position: right 10px center;
}

.member select,
.mypage select {
  width: auto;
}

#search_word,
#station_search_word,
.login input[type=text],
.login input[type=password] {
  height: 50px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}

input[type=checkbox]:checked::before {
  background: #F5A100;
}

input[type=checkbox]:checked::after {
  left: 7px;
  width: 12px;
  height: 7px;
  margin-top: -2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*******************************/
.result #search_box th {
  border-top: none;
  border-bottom: none;
  background: none;
  font-weight: bold;
}

.result #search_box td {
  border-top: none;
  border-bottom: none;
}

.content_box {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
}

.detail .content_box {
  width: 1000px;
  margin: 20px auto 0;
}

.content_box .content_tab {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
}

.content_box .content_tab li {
  float: left;
  margin-bottom: 15px;
}

.top .content_box .content_tab li.base_sel {
  background: no-repeat;
}

.content_box .content_tab li a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  padding: 2px 10px;
  margin-right: 3px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  color: #ffa400;
  background: #e8e8e8;
  opacity: 0.8;
}

.content_box .content_tab li.base_sel a {
  opacity: 1;
  background: #ffffff;
}

.content_box .content_tab li a:hover {
  color: #4392F1;
  opacity: 1;
  background: #ffffff;
}

.content_box.new_job_box {
  width: 1000px;
  margin: 0px auto;
}

.content_area {
  background: #fff;
  padding: 30px 0 40px;
}

.content_list.new_job {
  border: 1px solid #F5A100;
  padding: 20px 20px 20px 30px;
}

/*******************************/
.mem_box,
.recommend_job_box {
  position: relative;
  background: url(/front/img/bg.png);
  background-size: cover;
  background-attachment: fixed;
}

.recommend_job_box_inner {
  width: 1000px;
  margin: 30px auto;
}

.recommend_job_box h2 {
  color: #ffffff;
}

.campaign > img {
  width: 60%;
  height: auto;
}

/*******************************/
.result .content_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.result .content_area .content_box {
  background: #ffffff;
  padding: 30px;
  width: 49%;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}

.result .content_box:nth-of-type(2n) {
  margin-left: 2%;
}

.result .content_area .content_box.no_data {
  width: 100%;
}

.content_box .content_list.recommend_job .flickity-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_box .content_list.recommend_job .flickity-slider li {
  background: #ffffff;
  border-radius: 6px;
}

.content_box .content_list.new_job li {
  border-bottom: solid 1px #E5E5E5;
  padding: 10px 0px 5px;
}

.content_box .content_list li:last-child {
  border-bottom: none;
}

.content_box .content_list li span {
  margin-right: 10px;
}

.content_box .content_list li a {
  color: #4392F1;
  font-weight: bold;
}

.content_box .content_list.new_job li a {
  font-size: 16px;
}

.content_box .content_list.recommend_job li a {
  font-size: 20px;
  font-weight: bold;
}

.result .category_name {
  font-size: 18px;
  font-weight: bold;
  color: #646464;
  margin-top: 7px;
}

.content_box .content_list table {
  font-size: 10pt;
  color: #000000;
  width: 100%;
}

.content_box .content_list th {
  border-top: 1px dotted #c0c0c0;
  border-bottom: 1px dotted #c0c0c0;
  font-weight: normal;
  width: 120px;
  text-align: left;
  padding: 5px 10px;
}

.content_box .content_list td {
  position: relative;
  border-top: 1px dotted #c0c0c0;
  border-bottom: 1px dotted #c0c0c0;
  font-weight: normal;
  padding: 5px 10px;
}

.result .content_box .content_list th {
  border-top: none;
  border-bottom: none;
  font-weight: bold;
  padding: 5px 0px;
}

.result .content_box .content_list td {
  border-top: none;
  border-bottom: none;
}

.content_box .content_list .content_list_title {
  clear: both;
  position: relative;
  min-height: 53px;
}

.content_box .content_list .content_list_title_number {
  position: absolute;
  width: 100px;
  top: 1px;
  left: 0px;
  font-size: 10pt;
  text-align: center;
  border: 1px solid #E5E5E5;
  padding: 4px;
  color: #646464;
}

.content_box .content_list .content_list_title_name {
  color: #4392F1;
  padding: 45px 55px 0px 0px;
  font-size: 26px;
  font-weight: bold;
}

.content_box .content_list .content_list_title_name > a {
  color: #4392F1;
  font-size: 26px;
  font-weight: bold;
}

.content_list_title_check {
  position: absolute;
  width: 124px;
  height: 32px;
  top: 0px;
  right: 0px;
  background: #ffffff url(/front/img/keep.png) no-repeat 11% 43%;
  padding: 0 0 0 34px;
  color: #4491f0;
  border: 1px solid #4491f0;
  border-radius: 20px;
  font-size: 11pt;
  font-weight: bold;
  cursor: pointer;
}

.content_list_title_check:not(*:root) {
  padding: 5px 0 8px 34px;
}

.content_list_title_check.completed {
  background: #ffffff url(/front/img/keep_on.png) no-repeat 11% 50%;
  border: 1px solid #acc8f0;
  width: 150px;
  padding-left: 38px;
}

.content_box .content_list_title_check:before,
.btn_bottomarea .content_list_title_check:before {
  content: "キープする";
  display: block;
  position: absolute;
  left: 1.5em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1.5em;
  padding: 0;
  line-height: 1.5em;
}

.detail .content_box .content_list_title_check.entry_checked,
.btn_bottomarea .content_list_title_check.entry_checked {
  background: #ffffff url(/front/img/keep_on.png) no-repeat 15% 50%;
  border: 1px solid #acc8f0;
}

.result .content_list_title_check.entry_checked {
  background: #ffffff url(/front/img/keep_on.png) no-repeat 11% 43%;
  border: 1px solid #acc8f0;
}

.content_box .content_list_title_check.entry_checked:before,
.btn_bottomarea .content_list_title_check.entry_checked:before {
  content: "キープ済";
  color: #acc8f0;
}

.content_list_title_check.completed:before {
  content: "エントリー済";
  width: 90px;
  color: rgb(172, 200, 240);
}

.result .content_list_title_check input[type=checkbox] {
  background: #ffffff;
  margin: 0 0 4px 3px;
  font-size: 100%;
}

.result .content_list_title_check input[type=checkbox]:checked:before {
  -webkit-transform: none;
  -webkit-transform-origin: right center;
  left: -2px;
}

.result .content_list_title_check input[type=checkbox],
.detail .content_box .content_list_title_check input[type=checkbox],
.btn_bottomarea .content_list_title_check input[type=checkbox] {
  display: none;
}

.btn_bottomarea .content_list_title_check,
.detail .content_box .content_list_title_check {
  min-width: 200px;
  height: 48px;
  background: #ffffff url(/front/img/keep.png) no-repeat 15% 50%;
  padding: 4px 0 0 26px;
  color: #4392F1;
  border: 1px solid #4392F1;
  border-radius: 30px;
  font-size: 16pt;
}

.btn_bottomarea .content_list_title_check::before,
.detail .content_box .content_list_title_check::before {
  width: 114px;
  left: 1em;
}

.btn_bottomarea .content_list_title_check.entry_checked,
.detail .content_box .content_list_title_check.entry_checked {
  padding-left: 18px;
}

.btn_bottomarea .content_list_title_check.completed,
.detail .content_box .content_list_title_check.completed {
  background: #ffffff url(/front/img/keep_on.png) no-repeat 11% 50%;
  border: 1px solid #acc8f0;
  width: 230px;
}

.btn_bottomarea .content_list_title_check.completed::before,
.detail .content_box .content_list_title_check.completed::before {
  width: 134px;
}

.content_box .content_list_d {
  clear: both;
  position: relative;
  background: #ffffff;
  padding-bottom: 10px;
}

.content_box .content_list_d .content_list_title_rev a {
  font-size: 100%;
  color: #87888D;
}

.content_box .content_list_d .content_list_title_number {
  border: 1px solid #E5E5E5;
  padding: 4px 8px;
  color: #646464;
  font-size: 14px;
  margin-left: 8px;
  display: inline;
  float: left;
}

.content_box .content_list_d .content_list_title_name {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  padding: 0px;
}

.content_box2 {
  background: #FFFAF1;
  padding: 40px 0;
  position: relative;
}

.content_box2 h2 {
  margin-bottom: 30px;
}

.content_box2_inner {
  max-width: 1000px;
  margin: 0 auto;
}

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

.content_box2 .flexbox a {
  margin: 0px 13px;
  color: #646464;
}

.content_box2 img {
  margin-bottom: 20px;
}

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

.result .content_list_button {
  margin: 30px 0 0;
}

.btn_bottomarea .content_list_button {
  background: no-repeat;
}

.content_list_button a,
.content_list_button label,
.content_list_button input {
  margin: 0 15px;
}

.result .content_list_button a {
  margin-bottom: 20px;
}

.condition .content_list_button,
.location .content_list_button,
.line .content_list_button {
  margin: 20px 0 30px;
}

.content_box .content_list_button {
  clear: both;
}

.flags > li {
  float: left;
  margin: 1px 2px;
  padding: 0px 10px;
  border-radius: 12px;
  border: 1px solid #F5A100;
  color: #F5A100;
}

#page_box {
  clear: both;
  overflow: hidden;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#page_box h2 {
  padding: 10px 5px 5px 5px;
  background: #ffffff;
  position: relative;
  font-weight: bold;
}

#page_box > div {
  background: #ffffff;
  padding: 10px;
}

.entry div#main_content,
.list #page_box > div.layout2,
.member #page_box > div.layout2 {
  width: 1000px;
  margin: 0 auto;
  min-height: 120px;
  padding: 10px 0 40px;
}

#page_box .page_tab {
  clear: both;
  overflow: hidden;
}

#page_box .page_tab li {
  float: left;
  width: 33%;
  border-top: solid 1px #ffa400;
  border-left: solid 1px #ffa400;
  background: #ffffff;
}

#page_box .page_tab li:last-child {
  border-right: solid 1px #ffa400;
}

#page_box .page_tab li a {
  display: block;
  color: #ffa400;
  text-align: center;
  padding: 10px;
  font-size: 11pt;
  font-weight: bold;
}

.layout1 p,
.layout1 dl {
  margin-bottom: 10px;
}

.layout1 dt {
  color: #e97a20;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 12pt;
}

.layout1 dd {
  padding-left: 10px;
  margin-bottom: 10px;
}

.layout1 a {
  color: #4392F1;
}

.layout1 ul {
  padding-left: 10px;
}

.layout1 li {
  list-style-type: decimal;
  margin-left: 20px;
}

.layout2 .page_main {
  overflow: hidden;
  border: solid 1px #ffa400;
}

.layout2 .page_main.no_border {
  border: none;
}

.list .layout2 .page_main {
  padding: 20px 0;
}

.essential {
  color: #0000ff;
  font-size: 10pt;
}

.input_err {
  color: #f4a100;
  font-size: 10pt;
  font-weight: bold;
}

.input_ok {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  display: none;
}

.input_ok:before {
  content: "✔";
  font-size: 16pt;
  line-height: 30px;
  padding-left: 5px;
}

.input_ng {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  display: none;
}

.input_ng:before {
  content: "×";
  font-size: 21pt;
  line-height: 30px;
  padding-left: 0px;
}

.test {
  position: absolute;
  color: #ffffff;
  top: 10px;
  left: 80px;
  font-weight: bold;
}

.page_main li a {
  font-size: 14px !important;
}

/****************************************************/
.item_sel {
  padding: 25px 10px;
}

.item_sel > span {
  display: block;
  margin-bottom: 6px;
  width: 120px;
  font-size: 14px;
}

.top .item_sel {
  padding: 10px;
  width: 190px;
}

.line_sel {
  padding: 5px 10px;
  position: relative;
}

.line_sel > div {
  clear: both;
  overflow: hidden;
}

.line_sel .line_name {
  padding: 10px 0px 10px 7px;
  font-size: 20px;
  font-weight: bold;
  color: #646464;
}

.line_sel .acd_label .line_name {
  display: inline-block;
  padding-top: 0;
  position: relative;
  line-height: 1.4;
}

.line_sel > .line_name::after,
.line_sel > .acd_label::after {
  content: url(/front/img/select2.png);
  font-size: 0.8em;
  display: inline-block;
  padding-bottom: 0.25em;
  padding-left: 0.3em;
  vertical-align: middle;
  position: absolute;
  right: 20px;
}

.line_sel > .acd_label::after {
  font-size: 1.2em;
  padding-bottom: 0.3em;
  padding-left: 0;
}

.line_sel > .acd_label.acd_label_railway::after {
  padding-bottom: 0;
  padding-top: 0.25em;
  padding-left: 0.1em;
}

.line_sel > .line_name:hover::after,
.line_sel > .acd_label:hover::after {
  cursor: pointer;
}

.line_sel.closed > .line_name::after,
.line_sel.closed > .acd_label::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  padding-bottom: 0.1em;
  padding-left: 0.4em;
  padding-right: 0.25em;
}

.line_sel.closed > .acd_label::after {
  padding-bottom: 0;
  padding-right: 0.3em;
}

.line_sel.closed > .acd_label.acd_label_railway::after {
  padding-bottom: 0.4em;
  padding-right: 0;
}

.line_sel.closed > .line_name + div,
.line_sel.closed > .acd_check {
  height: 0;
}

.line_sel ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.line_sel li {
  width: 21%;
  padding: 3px 0px;
  font-size: 14px;
  margin-right: 5%;
}

.line_sel li:nth-child(4n) {
  margin-right: 0;
}

.top form#search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top form#search_form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  width: 100%;
}

.top form#search_form ul li {
  padding: 10px;
}

.top .item_sel {
  padding: 10px;
}

.top .item_sel > span {
  display: block;
}

.top .item_sel:last-child {
  display: block;
  width: 100%;
}

.top .item_sel.w100 {
  width: 100%;
}

.top .item_sel.w100 input#search_word {
  width: 80%;
}

.top .line_sel {
  border-bottom: 1px dotted #c0c0c0;
  padding: 5px 10px;
}

.top .line_sel > div {
  clear: both;
  overflow: hidden;
}

.top .line_sel .line_name {
  background: url(/front/img/icon_000.gif) no-repeat left center;
  padding: 10px 0px 10px 17px;
}

.top .line_sel ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.top .line_sel li {
  float: left;
  width: 50%;
  padding: 3px 0px;
}

.top .category_catch {
  color: #4392F1;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin: 10px 0;
}

/* スライダー ***************************************************/
.gallery_area {
  overflow: hidden;
  width: 100%;
}

.swiper-container {
  width: 106%;
  margin-left: -3% !important;
  height: 255px;
  padding: 0 3% !important;
  margin-bottom: 20px;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  width: 313px !important;
  height: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

.swiper-button-prev,
.swiper-button-next {
  top: 55% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto !important;
  margin-left: -40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: auto !important;
  margin-left: 1010px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: auto !important;
  max-width: 1000px;
  bottom: auto !important;
  margin-top: 15px;
}

.top .cell_category {
  width: 55px;
  font-weight: bold;
  float: left;
}

.content_box.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}

.content_box.flexbox div {
  width: 48%;
}

.content_box.flexbox div:first-of-type {
  margin-right: 4%;
}

.content_box.flexbox ul {
  height: 70px;
  overflow-y: scroll;
  margin-bottom: 40px;
  margin-top: 10px;
}

.content_box.flexbox ul li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.content_box.flexbox ul li a {
  color: #646464;
}

.top_news_01 a:after,
.top_news li:first-child:after {
  content: "NEW";
  color: #ffffff;
  margin-top: 2px;
  margin-left: 10px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgb(255, 0, 0);
}

/****************************************************/
.detail #search_box .content_list_table_wt th {
  border-top: none;
  border-bottom: none;
  background: no-repeat;
  width: 130px;
  text-align: left;
  padding: 5px 0px;
  font-weight: bold;
}

.detail #search_box .content_list_table_wt td {
  border-top: none;
  border-bottom: none;
}

.detail #search_box .category_name {
  color: #F5A100;
  font-size: 20px;
  font-weight: bold;
}

.area_sel span {
  display: block;
  margin-bottom: 10px;
}

.acd_label input {
  margin: 10px 0px 20px 4px;
}

input:checked ~ .control_indicator {
  background: #F5A100;
}

/* rikunabi add_content start */
.job_point_title {
  font-size: 12pt;
  font-weight: 700;
}

.job_start_code {
  font-weight: 700;
  margin-right: 10px;
}

.detail #search_box .content_list_table .cell_rates .-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 830px;
}

.detail #search_box .content_list_table .cell_rates .-inner {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail #search_box .content_list_table .cell_rates .-label {
  display: inline-block;
  background: #eceef0;
  text-align: center;
  width: 80px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 4px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.detail #search_box .content_list_table .cell_rates .-inner:not(:last-of-type) {
  margin-bottom: 10px;
}

.detail #search_box .content_list_table .-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.detail #search_box .content_list_table .-content > span {
  width: 90px;
  text-align: center;
}

.detail #search_box .content_list_table .rates {
  position: relative;
  display: inline-block;
  /* margin: auto; */
}

.detail #search_box .content_list_table .rates::before {
  content: "";
  position: absolute;
  background: #d0d0d0;
  margin: 0;
  border: none;
  width: 90%;
  height: 4px;
  top: 5px;
  left: 25px;
}

.detail #search_box .content_list_table .atm .rates::before {
  width: 90%;
}

.detail #search_box .content_list_table .rates.side_txt::before {
  left: 10px;
}

.detail #search_box .content_list_table .agegroup .rates::before {
  left: 5px;
}

.detail #search_box .content_list_table .rates ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
}

.detail #search_box .content_list_table .atm .rates ul {
  width: 150px;
}

.detail #search_box .content_list_table .rates ul li {
  float: none;
  width: 14px;
  height: 1em;
  position: relative;
  margin-right: 0;
}

.detail #search_box .content_list_table .rates ul li span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.detail #search_box .content_list_table .rates.under_txt {
  padding-bottom: 20px;
}

.detail #search_box .content_list_table .skill_lv .under_txt ul {
  margin-left: 20px;
}

.detail #search_box .content_list_table .skill_lv .under_txt ul li {
  padding-top: 15px;
}

.detail #search_box .content_list_table .rates ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: #d0d0d0;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  top: 2px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

.detail #search_box .content_list_table .agegroup .rates .set_0 li:nth-child(1)::before,
.detail #search_box .content_list_table .-inner:not(.agegroup) .rates .set_1 li:nth-child(1)::before {
  background: #f5a100;
  width: 14px;
  height: 14px;
  top: 0;
}

.detail #search_box .content_list_table .agegroup .rates .set_1 li:nth-child(2)::before,
.detail #search_box .content_list_table .-inner:not(.agegroup) .rates .set_2 li:nth-child(2)::before {
  background: #f5a100;
  width: 14px;
  height: 14px;
  top: 0;
}

.detail #search_box .content_list_table .agegroup .rates .set_2 li:nth-child(3)::before,
.detail #search_box .content_list_table .-inner:not(.agegroup) .rates .set_3 li:nth-child(3)::before {
  background: #f5a100;
  width: 14px;
  height: 14px;
  top: 0;
}

.detail #search_box .content_list_table .agegroup .rates .set_3 li:nth-child(4)::before,
.detail #search_box .content_list_table .-inner:not(.agegroup) .rates .set_4 li:nth-child(4)::before {
  background: #f5a100;
  width: 14px;
  height: 14px;
  top: 0;
}

.detail #search_box .content_list_table .agegroup .rates .set_4 li:nth-child(5)::before,
.detail #search_box .content_list_table .-inner:not(.agegroup) .rates .set_5 li:nth-child(5)::before {
  background: #f5a100;
  width: 14px;
  height: 14px;
  top: 0;
}

@media screen and (max-width: 800px) {
  .detail #search_box .content_list_table .rates.side_txt ul {
    width: 100px;
  }
  .detail #search_box .content_list_table .rates.side_txt::before {
    left: 5px;
  }
  .detail #search_box .content_list_table .skill_lv .rates ul {
    width: 210px;
  }
  .detail #search_box .content_list_table .skill_lv .rates::before {
    width: 85%;
  }
}
@media screen and (max-width: 797px) {
  .detail #search_box .content_list_table .cell_rates .-wrapper {
    display: block;
    width: auto;
  }
  .detail #search_box .content_list_table .cell_rates .-inner {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .detail #search_box .content_list_table .-content {
    width: 240px;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .detail #search_box .content_list_table .cell_rates .-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail #search_box .content_list_table .skill_lv .under_txt ul {
    margin-left: 0;
  }
  .detail #search_box .content_list_table .skill_lv .rates::before {
    width: 90%;
    left: 10px;
  }
  .detail #search_box .content_list_table .cell_rates .-label {
    margin-right: auto;
    margin-bottom: 8px;
  }
}
/* rikunabi add_content end */
/****************************************************/
#search_box h2.content_ttl_01 {
  padding-left: 30px;
  background: url(/front/img/ttl01.png) no-repeat;
  background-position: 0px 12px;
}

h2.content_ttl_02 {
  padding-left: 30px;
  background: url(/front/img/ttl02.png) no-repeat;
  background-position: 0px 10px;
}

h2.content_ttl_03 {
  padding-left: 44px;
  background: url(/front/img/ttl03.png) no-repeat;
  background-position: 0px 7px;
}

h2.content_ttl_04 {
  padding-left: 20px;
  background: url(/front/img/ttl04.png) no-repeat;
  background-position: 0px 6px;
}

h2.content_ttl_05 {
  padding-left: 34px;
  background: url(/front/img/ttl05.png) no-repeat;
  background-position: 0px 5px;
}

.list table.entry_job_table {
  width: 100%;
  border-top: 1px solid #f4a100;
  border-bottom: 1px solid #f4a100;
}

.list td {
  padding: 10px 5px;
}

.list table.entry_job_table tbody tr td {
  font-size: 1.1em;
  background: #fff4e0;
  border-bottom: solid 1px orange;
}

.list .layout2 .page_main {
  border: none;
}

.list .entry_job_table_fixed_column {
  width: 140px;
}

.list table.entry_job_table tbody tr td:last-child a:hover {
  opacity: 0.8;
}

.table_title {
  background: #424242 !important;
  color: #fff;
}

.list_table .table_title {
  background: #424242 !important;
  color: #fff;
  padding: 7px 10px !important;
  font-size: 16px;
}

/****************************************************/
.btn_bottomarea {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  min-width: 1024px;
  padding: 10px 20px;
}

input[type=checkbox] {
  background: #ffffff;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 19px;
  height: 19px;
  margin: 0px 3px 3px 4px;
  border: 1px solid #C4C4C4;
}

input[type=radio] {
  background: #ffffff;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  width: 19px;
  height: 19px;
  margin: 0px 3px 3px 4px;
  border: 1px solid #C4C4C4;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  background: #F5A100;
  border: none;
}

.line_sel > .acd_label input {
  margin-top: 5px;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  background: #F5A100;
}

input[type=checkbox]:checked:before {
  position: absolute;
  left: 0px;
  top: 13px;
  display: block;
  content: "";
  width: 9px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 7px;
  top: 15px;
  content: "";
  width: 12px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}

input[type=radio]:checked:before {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #ffffff;
}

.style .layout2 .page_main {
  padding: 30px;
  margin-bottom: 30px;
}

.style img {
  max-width: 100% !important;
}

select#birthday_year,
select#birthday_month,
select#birthday_day {
  margin-right: -10px;
}

.member select#birthday_year,
.member select#birthday_month,
.member select#birthday_day,
.mypage select#work_time_from,
.mypage select#work_time_to {
  margin-right: 5px;
}

select#birthday_month,
select#birthday_day {
  margin-left: 10px;
}

.anchor_wraps {
  position: relative;
}

.anchor_wraps .anchors {
  position: absolute;
  top: -120px;
}

/****************************************************/
@media (min-width: 361px) {
  .sub_content {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .sub_content a,
  .sub_content span {
    width: 48%;
    margin: 0 1% 20px;
  }
  .sub_content *:nth-child(3) {
    display: block;
    width: 100%;
  }
  .sub_content *:nth-child(3) img {
    width: 48%;
  }
}
@media (min-width: 381px) {
  #calendar_prev {
    left: 15%;
  }
  #calendar_next {
    right: 15%;
  }
}
@media (min-width: 601px) {
  #key_img > img {
    width: 80%;
  }
  .divide_33 > div {
    float: left;
    width: 33.3%;
  }
  .divide_50 > div {
    float: left;
    width: 50%;
  }
  .divide_70 {
    float: left;
    width: 69%;
  }
  .divide_30 {
    float: left;
    width: 29%;
  }
  footer .info_name,
  footer .info_addr,
  footer .info_contact {
    display: inline-block;
    width: auto;
  }
  #calendar_prev {
    left: 25%;
  }
  #calendar_next {
    right: 25%;
  }
  .sub_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1155px) {
  .head_txt {
    position: absolute;
    top: 20px;
    left: 200px;
  }
  .head_txt span {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 1154px) {
  .head_txt {
    display: none;
  }
  nav#navi li {
    margin-left: 10px;
  }
}
@media (min-width: 801px) {
  #navi_btn {
    display: none;
  }
  nav {
    width: auto;
    height: auto;
    top: 12px;
    right: 0px;
    background: none;
  }
  nav ul {
    margin: 0px;
    padding: 0px;
    border-top: none;
    float: right;
  }
  nav li {
    float: left;
    display: block;
    margin: 0px;
    padding: 0px 1px;
    width: auto;
    border-bottom: none;
    border-left: solid 1px #ffffff;
    background-color: #ff9d00;
  }
  nav li:last-child {
    border-right: solid 1px #ffffff;
    margin-right: 20px;
  }
  nav ul li a,
  nav ul li span {
    display: block;
    color: #ffffff;
    font-size: 10pt;
    padding: 0;
  }
  nav#navi .btn_wt span {
    color: #f4a100;
  }
  nav ul li a:hover {
    background-color: #ff9d00;
    color: #000000;
  }
  #main_content {
    width: auto;
    min-height: auto !important;
  }
  .sub_content {
    padding: 40px 0 0px;
  }
  .sub_content img,
  .sub_content *:nth-child(3) img {
    width: auto;
  }
  #calendar_prev {
    left: 30%;
  }
  #calendar_next {
    right: 30%;
  }
  .search_map {
    background: url(/front/img/map.png) no-repeat;
    background-size: contain;
    width: 500px;
  }
  .search_map a {
    position: absolute;
  }
  .map001 {
    top: 340px;
    margin-left: 401px;
  }
  .map002 {
    top: 390px;
    margin-left: 145px;
  }
  .map003 {
    top: 390px;
    margin-left: 290px;
  }
  .map004 {
    top: 390px;
  }
  .map005 {
    top: 65px;
    margin-left: 375px;
  }
  .map006 {
    top: 210px;
    margin-left: 370px;
  }
  .map007 {
    top: 210px;
    margin-left: 190px;
  }
  .map008 {
    top: 210px;
  }
  .display_sp {
    display: none;
  }
  .footer_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 10px auto;
    position: relative;
  }
  .address_box img {
    float: left;
  }
  .address_box {
    padding: 10px 0;
  }
  .address_box p {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
  }
  .tel_box {
    margin-left: 170px;
  }
  .tel_box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 460px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tel_box li {
    margin: 0px 12px;
  }
  .tel_box img {
    margin-left: 100px;
  }
  .sub_area_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }
  .top .sub_area .sub_box {
    width: 100%;
  }
  .sub_content a,
  .sub_content span,
  .sub_content *:nth-child(3) {
    display: inline;
    width: 31%;
  }
  .detail #search_box .content_box {
    width: 1000px;
    margin: 0 auto;
  }
  .detail #search_box .content_list_table th,
  .detail #search_box .content_list_table td {
    padding: 10px 10px;
  }
  .login_item {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1001px) {
  .head_txt {
    position: absolute;
    top: 20px;
    left: 200px;
  }
  .head_txt.placement {
    top: 45% !important;
  }
  .head_txt span {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 1000px) {
  .head_txt {
    display: none;
  }
}
@media (max-width: 800px) {
  .content_box2_inner {
    max-width: 100%;
  }
  .content_box2 .flexbox {
    display: block;
    margin: 0 auto;
  }
  .top .sub_area {
    display: block;
    background: #424242;
    margin-bottom: -10px;
    margin-top: 0;
  }
  .top .sub_area .sub_box li,
  .top .sub_area .sub_box li a {
    color: #fff;
  }
  .sub_content a,
  .sub_content span {
    margin: 0 1%;
  }
  #footer_navi > div li {
    padding: 5px 10px;
    border-right: none;
    width: 55%;
  }
  #footer_navi > div li:nth-of-type(2n) {
    width: 45%;
  }
  h1 {
    height: 55px;
    padding: 10px 0px 6px 5px;
    width: 35%;
  }
  .headericon {
    height: 55px;
    padding: 10px 0px 6px 5px;
    width: 35%;
  }
  h1.toptitle {
    height: auto;
    padding: 0px;
    width: auto;
  }
  .headericon {
    height: 55px;
    padding: 10px 0px 6px 5px;
    width: 35%;
  }
  h1.toptitle {
    height: auto;
    padding: 0px;
    width: auto;
  }
  .search_map {
    display: none;
  }
  .display_pc {
    display: none;
  }
  .content_box.flexbox {
    display: block;
    width: 100%;
  }
  .content_box.flexbox div {
    width: 100%;
  }
  .content_box.flexbox div:first-of-type {
    margin-right: 0;
  }
  .footer_address {
    display: block;
    width: 100%;
    margin: 10px auto;
    position: relative;
  }
  h2 {
    font-size: 20px;
  }
  .content_box2 .flexbox a {
    margin: 0px 5% 30px;
    display: block;
    width: 90%;
    color: #646464;
  }
  .top .sub_area .sub_box {
    width: 100%;
  }
  .content_box2 .flexbox a:last-child {
    margin: 0px 5% 0px;
  }
  .content_box2 .flexbox a img {
    width: 100%;
    margin-bottom: 10px;
  }
  .content_box.new_job_box,
  .recommend_job_box_inner {
    width: 100%;
  }
  .content_area {
    padding: 10px 0 20px;
  }
  .tel_box.display_sp {
    display: none;
  }
  .top .tel_box {
    display: block;
    background: #F1F1F1;
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .tel_box.display_sp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tel_box li {
    width: 50%;
  }
  .tel_box li:last-child {
    width: 100%;
    text-align: center;
  }
  .tel_box li a {
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    color: #646464;
  }
  .tel_box:last-child {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tel_box .pmark {
    position: static;
    width: 100%;
    text-align: right;
  }
  .tel_box p {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
  }
  .sub_content {
    padding: 30px 10px;
  }
  #search_box {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  #head_area {
    height: 60px;
  }
  .anchor_wraps .anchors {
    top: -80px;
  }
  .top_news_01 {
    margin-top: 65px;
  }
  .top_news_01 div {
    width: 94%;
  }
  .mem_box > div {
    display: block;
    height: auto;
    padding: 20px 20px 1px;
  }
  .mem_box > div a {
    position: relative;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: block;
    right: auto;
    top: 0;
    margin: 30px auto;
  }
  .tel_box span {
    display: block;
    margin-left: 0;
  }
  .mem_box img {
    max-width: 100%;
  }
  .address_box {
    position: relative;
    padding-left: 1em;
  }
  .line_sel li {
    width: 45%;
    margin-right: 0;
  }
  .line_sel li:nth-child(2n) {
    margin-left: 10%;
  }
  .result .content_area .content_box {
    padding: 30px;
    width: 100%;
    border-radius: 0;
  }
  .result .content_box:nth-of-type(2n) {
    margin-left: 0;
  }
  .content_box .content_list .content_list_title_name {
    padding: 45px 0px 0px 0px;
  }
  .content_box .content_list th {
    width: 100px;
    padding: 1px 10px 1px 0px;
  }
  .content_box .content_list td {
    padding: 1px 10px;
  }
  .content_box .content_list .content_list_title_name > a {
    font-size: 20px;
  }
  .result .content_box .content_list .content_list_title_name {
    font-size: 22px;
    font-weight: bold;
  }
  .detail .content_list_d .content_list_title_name {
    font-weight: bold;
    color: #000000;
    font-size: 16pt;
    padding: 20px 0 0px 0px;
  }
  .detail .content_box .content_list_d .content_list_title_number {
    float: none;
  }
  .detail .content_list_table th,
  .detail .content_list_table td {
    display: block;
  }
  .detail #search_box .content_list_table th {
    color: #F5A100;
    font-size: 16px;
    font-weight: bold;
    border-top: none;
    border-bottom: none;
    background: none;
    width: 100%;
  }
  .detail #search_box td {
    border-top: none;
    border-bottom: none;
    padding: 5px 10px 15px 10px;
  }
  .btn_bottomarea {
    min-width: 100%;
  }
  .btn_bottomarea .content_list_button {
    background: none;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content_box .content_list_button {
    display: block;
  }
  .content_box .content_list_button a,
  .content_box .content_list_button label,
  .content_box .content_list_button input {
    width: 100%;
    display: block;
    margin: 0 0 20px;
  }
  #page_box .page_title,
  #search_box .search_title {
    background: #F5A100;
    height: 42px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 4%;
    border-bottom: solid 2px #ff9d00;
    margin-bottom: 5px;
    color: #ffffff;
  }
  .detail #search_box .content_list_table_wt th {
    width: 100px;
  }
  .detail #search_box .category_name {
    font-size: 18px;
  }
  .content_box {
    margin-top: 10px;
    padding: 4%;
  }
  .detail #search_box td {
    padding: 5px 0px;
  }
  .detail #search_box .content_list_table th {
    padding: 15px 0px 5px;
  }
  .detail #search_box .content_list_table td {
    padding: 0;
  }
  .content_box2 {
    padding: 30px 0;
  }
  .content_box2_inner h2 {
    margin: 0px 5% 20px;
  }
  .content_box.flexbox ul {
    max-height: 90px;
    margin-bottom: 30px;
  }
  .gallery-cell {
    width: 80% !important;
    margin: 0 10%;
    background: #f5f5f5;
    counter-increment: gallery-cell;
  }
  .content_list_button a,
  .content_list_button label,
  .content_list_button input {
    font-size: 100%;
  }
  .content_list_button {
    margin-top: 20px;
    display: block;
  }
  .condition .btn01,
  .condition .btn02,
  .condition .btn03 {
    min-width: 100%;
    padding: 0;
    font-size: 100%;
  }
  .result .btn01,
  .result .btn02,
  .result .btn03 {
    width: 90%;
    padding: 0;
    font-size: 100%;
  }
  .content_list_button input {
    margin: 0 0 20px;
  }
  #search_box .search_tab {
    width: 92%;
  }
  #search_box > .search_item {
    max-width: 92%;
    padding: 2%;
  }
  .condition #search_box .search_tab ul a {
    width: 100%;
    padding: 0 10px;
    font-size: 100%;
  }
  #search_box .search_tab li a {
    padding: 0 10px;
    width: 100%;
  }
  .top #search_box {
    width: 100%;
    padding: 0px 0 20px;
  }
  .search_item a.btn04 {
    margin-left: 0;
    right: 6%;
  }
  .top .item_sel {
    width: 100%;
  }
  .top select {
    width: 100%;
    padding: 0 5%;
    border: 1px solid #C4C4C4;
    border-radius: 30px;
  }
  .top #search_box > .search_item {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
    background: #F8F8F8;
  }
  .condition #search_word,
  .condition #station_search_word,
  .location #search_word,
  .line #search_word,
  .top #search_word {
    width: 100% !important;
  }
  .detail .content_box .content_list_title_check {
    width: 100%;
    font-size: 100%;
    background: #ffffff url(/front/keep.png) no-repeat 35% 50%;
  }
  .detail .content_box .content_list_title_check.completed {
    width: 100%;
    font-size: 100%;
    background: #ffffff url(/front/img/keep_on.png) no-repeat 35% 50%;
  }
  .btn_bottomarea .content_list_title_check {
    min-width: 50%;
    font-size: 100%;
  }
  nav ul {
    margin: 20px 0px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #head_area nav#navi {
    width: 100%;
  }
  nav#navi li {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  nav#navi li a {
    padding: 0;
    color: #ffffff;
  }
  nav#navi li.login_name {
    display: none;
  }
  #navi_sp {
    position: absolute;
    margin: 8px auto 0;
    padding: 0px;
    top: 0;
    width: 68%;
    height: 60px;
    right: 0;
    left: 30px;
    overflow: hidden;
  }
  #navi_sp ul {
    border-top: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20%;
  }
  #navi_sp ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #navi_sp ul li a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #navi_sp li.btn_login a,
  #navi_sp li.btn_member a {
    color: #F5A100;
    font-size: 10px;
  }
  #navi_sp li.login_name,
  #navi_sp li.btn_login,
  #navi_sp li.btn_member,
  #navi_sp li.btn_wt_keep {
    display: block;
    border: none;
    margin-left: 0;
    padding: 28px 10px 0;
    text-align: center;
  }
  #navi_sp li.btn_member {
    background: url(/front/img/member.png) no-repeat center 20%;
    width: 80px;
  }
  #navi_sp li.btn_login {
    background: url(/front/img/login.png) no-repeat center 20%;
    width: 60px;
  }
  #navi_sp li.btn_wt_keep {
    background: url(/front/img/keep_header.png) no-repeat center 20%;
    width: 60px;
  }
  #navi_sp li.login_name {
    padding: 14px 0 0 10px;
    color: #F5A100;
    width: 80%;
    line-height: 120%;
  }
  #navi_2 {
    margin: 5%;
  }
  #navi_2 a,
  #navi_2 span {
    width: 100%;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
    position: relative;
  }
  #navi_2 a:before,
  #navi_2 span:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #f4a100;
    border-right: solid 2px #f4a100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }
  #navi_2 a:hover {
    opacity: 1;
  }
  .pager {
    width: 100%;
  }
  .detail .content_box {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .entry div#main_content,
  .list #page_box > div.layout2,
  .member #page_box > div.layout2 {
    width: 100%;
    min-height: auto;
  }
  .login_box a,
  .login input[type=submit] {
    margin: 0 auto 20px;
  }
  .login_box {
    padding: 0 10px;
  }
  #popup_stations {
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    max-height: 70vh;
    overflow: scroll;
  }
  .flickity-enabled.is-draggable .flickity-viewport {
    width: 100%;
  }
  #search_box .is-title-active {
    margin: 0 10px;
  }
  #search_box .search_title > span {
    line-height: 30px;
    vertical-align: unset;
  }
  .pager div {
    position: static;
    text-align: center;
  }
  nav li span {
    color: #ffffff;
    padding: 0;
  }
  nav#navi .btn_wt span {
    color: #f4a100;
  }
  .swiper-container {
    width: 100%;
    margin-left: 0 !important;
    padding: 0 !important;
    overflow: auto;
  }
  .swiper-wrapper {
    padding: 0 10% !important;
    width: 80% !important;
  }
  .swiper-slide {
    margin-right: 25%;
    width: 100% !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 60% !important;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    margin-left: 0;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    margin-left: 0;
  }
  input[type=submit],
  input[type=radio],
  input[type=button],
  input[type=checkbox] {
    -webkit-appearance: none;
  }
  .list .entry_job_table_fixed_column {
    width: 90px;
  }
  .detail .btn_bottomarea .content_list_title_check input[type=checkbox],
  .detail .content_box .content_list_title_check input[type=checkbox],
  .detail .btn_bottomarea .content_list_title_check input[type=checkbox]:checked,
  .detail .content_box .content_list_title_check input[type=checkbox]:checked {
    margin: 0 0 2px 1px;
    height: 22px;
    font-size: 100%;
    line-height: normal;
  }
  .member .input_table th,
  .member .input_table td,
  .mypage .input_table th,
  .mypage .input_table td,
  .mypage .list_table th,
  .mypage .list_table td {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }
  .mypage .list_table td,
  .mypage .input_table td {
    padding: 10px 0;
  }
  .mypage .list_table th,
  .mypage .input_table th {
    background: #efefef;
  }
  .condition select#search_base,
  .condition input:not([type=checkbox]),
  .input_table input[type=text],
  .input_table input[type=password] {
    width: 80% !important;
    height: 40px !important;
    margin-bottom: 10px;
    line-height: 1;
  }
  .input_table select {
    height: 40px !important;
    margin-bottom: 10px;
  }
  .input_table td li {
    margin-bottom: 10px;
  }
  .mypage .top .sub_area {
    margin-top: 0;
  }
  .mypage .tel_box {
    margin-top: 20px;
  }
  .detail .content_box .content_list_title_check input[type=checkbox] {
    height: 17px;
  }
  .result .content_list_title_check input[type=checkbox]:checked:before {
    margin-top: 0;
  }
  .mypage .input_table td.table_title {
    padding: 10px;
  }
  .result .content_list_title_check input[type=checkbox] {
    font-size: 100%;
  }
  .input_table select[type=number] {
    width: auto !important;
  }
  .trial #page_box .page_tab li a {
    padding: 10px 5px;
  }
  .wbox {
    width: 100%;
  }
  .mem_box,
  .recommend_job_box {
    position: relative;
    background: url(/front/img/bg_sp.png);
    background-size: cover;
    background-attachment: inherit;
  }
  #base {
    min-height: 92vh;
  }
  .item_sel {
    padding: 10px 10px 0;
  }
  .campaign {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .btn_bottomarea {
    padding: 10px 0;
  }
  .btn_bottomarea .content_list_title_check,
  .btn_bottomarea .content_list_button input {
    margin: auto 0.2em;
  }
  .popup_stations_box li {
    width: 45%;
    margin-right: 0;
  }
  .popup_stations_box li:nth-child(2n) {
    margin-left: 10%;
  }
  .mypage #content,
  .list #content,
  .member #content,
  .entry #content,
  .login #content,
  .qa #content,
  .contact #content,
  .site #content,
  .trial #content,
  .style #content {
    padding: 0;
  }
  #breadcrumb {
    padding-left: 5%;
  }
  .popup_stations_box ul {
    max-height: 200px;
  }
}
@media (max-width: 420px) {
  .pager ul li {
    margin: 0.1em;
  }
  .pager ul li a,
  .pager ul li span {
    width: 3em;
    font-size: 100%;
  }
  .search_item a.btn04 {
    font-size: 100%;
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 340px) {
  #navi_sp li {
    padding: 28px 5px 0;
  }
  .input_table select,
  .input_table input[type=text],
  .input_table input[type=password] {
    width: 80% !important;
  }
  .input_table td {
    padding: 5px 0px 5px 5px !important;
    width: 50%;
  }
  .member select#birthday_year,
  .member select#birthday_month,
  .member select#birthday_day {
    margin-right: 0;
  }
  #navi_sp {
    width: 48%;
    left: 60px;
  }
  #navi_sp ul {
    margin-left: 0;
  }
}
@media (min-height: 300px) {
  #calendar_table td {
    height: 30px;
  }
  #calendar_table td > .item {
    line-height: 30px;
  }
}
@media (min-height: 400px) {
  #calendar_table td {
    height: 40px;
  }
  #calendar_table td > .item {
    line-height: 40px;
  }
}
@media (min-height: 500px) {
  #calendar_table td {
    height: 50px;
  }
  #calendar_table td > .item {
    line-height: 50px;
  }
}
/* Add Rocoz CSS 240427 */
/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
  --black100: #000000;
  --black80: #424242;
  --black70: #555555;
  --black30: #999999;
  --black20: #CCCCCC;
  --black10: #D5D5D5;
  --black5: #F8F8F8;
  --white: #FFFFFF;
  --orange: #F5A100;
  --orange_deep: #FC641C;
  --bluegreen: #3AD5D0;
  --bluegreen_deep: #5EBFD5;
}

a[href^="tel:"] {
  color: var(--black70);
  text-decoration: none;
  cursor: text;
}

/*
    Header
------------------*/
@media (max-width: 800px) {
  h1 {
    padding-left: 10px;
    width: 30%;
  }
  .headericon {
    padding-left: 10px;
    width: 30%;
  }
  .headericon {
    padding-left: 10px;
    width: 30%;
  }
  #navi_sp ul {
    margin-left: 13%;
  }
  #navi_sp ul li.link_beginner {
    background: url(../img/icn_beginner_y.svg) no-repeat center 20%;
  }
  #navi_sp ul li.link_beginner a {
    display: inline-block;
    padding-top: 28px;
    font-size: 10px;
    color: var(--orange);
  }
  #navi_sp ul li.login_name, #navi_sp ul li.btn_login, #navi_sp ul li.btn_member {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #navi_sp ul li.login_name a, #navi_sp ul li.btn_login a, #navi_sp ul li.btn_member a {
    display: inline-block;
    padding-top: 28px;
  }
  #navi_sp ul li.btn_member {
    width: 60px;
  }
  nav#navi #navi_3 {
    background-color: var(--black5);
    height: 100%;
  }
  /* Add Rocoz 250510 Start */
  nav#navi {
    overflow-y: auto;
  }
  nav#navi #navi_3 .sp_nav_btn_box {
    background-color: white;
    padding: 15px 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    border-top: var(--black30) solid 1px;
  }
  nav#navi #navi_3 a.btn_line {
    width: 48%;
    max-width: 160px;
    background-color: #06C755;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px;
    padding: 7px 0 7px 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }
  nav#navi #navi_3 a.btn_line::before {
    content: "";
    background: url(../img/logo_line.svg) no-repeat center center/contain;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin-right: 7px;
    display: inline-block;
  }
  nav#navi #navi_3 a.btn_member {
    width: 48%;
    max-width: 160px;
    background-color: var(--orange);
    border-radius: 24px;
    padding: 7px 0 7px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }
  nav#navi #navi_3 a.btn_member.is_login {
    font-size: 14px;
  }
  /* Add Rocoz 250510 End */
  nav#navi #navi_3 .main_navi {
    display: block;
    margin: 0;
  }
  nav#navi #navi_3 .main_navi > li {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
    border-bottom: var(--black30) solid 1px;
  }
  nav#navi #navi_3 .main_navi > li:first-child {
    border-top: var(--black30) solid 1px;
  }
  nav#navi #navi_3 .main_navi > li > a, nav#navi #navi_3 .main_navi > li > span {
    display: block;
    background-color: var(--black5);
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 40px 0 20px;
    text-align: left;
    color: var(--black70);
  }
  nav#navi #navi_3 .main_navi > li > a {
    position: relative;
  }
  nav#navi #navi_3 .main_navi > li > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: var(--black30) solid 2px;
    border-bottom: var(--black30) solid 2px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  nav#navi #navi_3 .main_navi > li > span.accordion_btn::before, nav#navi #navi_3 .main_navi > li > span.accordion_btn::after {
    right: 12px;
  }
  nav#navi #navi_3 .main_navi > li > span.accordion_btn + .accordion_cont ul {
    margin: 0;
    display: block;
    padding: 0px 4% 20px;
  }
  nav#navi #navi_3 .main_navi > li > span.accordion_btn + .accordion_cont ul li {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
  }
  nav#navi #navi_3 .main_navi > li > span.accordion_btn + .accordion_cont ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  nav#navi #navi_3 .main_navi > li > span.accordion_btn + .accordion_cont ul li a {
    color: var(--black70);
    text-align: left;
    font-size: 13px;
  }
  nav#navi #navi_3 .sub_menu {
    background-color: var(--white);
  }
  nav#navi #navi_3 .sub_menu ul {
    margin: 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }
  nav#navi #navi_3 .sub_menu ul li {
    line-height: 1;
    height: auto;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    padding: 15px 20px;
    text-align: left;
    position: relative;
  }
  nav#navi #navi_3 .sub_menu ul li:nth-child(1),
  nav#navi #navi_3 .sub_menu ul li:nth-child(2) {
    border-bottom: var(--black30) solid 1px;
  }
  nav#navi #navi_3 .sub_menu ul li:nth-child(2n+1)::after {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background-color: var(--black30);
    position: absolute;
    top: 10px;
    right: 0;
  }
  nav#navi #navi_3 .sub_menu ul li a {
    line-height: 1;
    color: var(--black70);
    text-align: left;
    font-size: 14px;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
  }
  nav#navi #navi_3 .sub_menu ul li a[target=_blank]::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/icn_newwindow.svg) no-repeat center center/contain;
    margin-left: 5px;
  }
  nav#navi #navi_3 .tel_list {
    padding: 6% 4% 8%;
  }
  nav#navi #navi_3 .tel_list .tel_list_title {
    text-align: center;
    margin-bottom: 6%;
    color: var(--black80);
  }
  nav#navi #navi_3 .tel_list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  nav#navi #navi_3 .tel_list ul li {
    line-height: 1;
    height: auto;
    border-radius: 0;
    width: 48%;
    padding: 0;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav#navi #navi_3 .tel_list ul li:nth-child(2n) {
    margin-left: 4%;
  }
  nav#navi #navi_3 .tel_list ul li:nth-child(n+3) {
    margin-top: 4%;
  }
  nav#navi #navi_3 .tel_list ul li span {
    background-color: #7B7B7B;
    padding: 5px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
  }
  nav#navi #navi_3 .tel_list ul li a {
    line-height: 1;
    color: var(--black70);
    text-align: left;
    font-size: 15px;
  }
  nav#navi #navi_3 .tel_list .tel_list_time {
    text-align: center;
    color: var(--black70);
    margin-top: 20px;
  }
  .navi_control {
    padding-bottom: 30px;
    background-color: white;
  }
}
/*
    Bottom Link
------------------*/
.bottom_search_area,
.bottom_link_area {
  background-color: var(--black5);
}

.bottom_search_area .btm_search_title,
.bottom_search_area .btm_link_title,
.bottom_link_area .btm_search_title,
.bottom_link_area .btm_link_title {
  padding: 15px 56px 15px 4%;
  font-size: 14px;
}

.bottom_search_area .btm_search_title:nth-child(n+2),
.bottom_search_area .btm_link_title:nth-child(n+2),
.bottom_link_area .btm_search_title:nth-child(n+2),
.bottom_link_area .btm_link_title:nth-child(n+2) {
  border-top: #807C7C dashed 1px;
}

.bottom_search_area .btm_search_cont,
.bottom_search_area .btm_link_cont,
.bottom_link_area .btm_search_cont,
.bottom_link_area .btm_link_cont {
  font-size: 13px;
}

.bottom_search_area .btm_search_cont .btm_search_cont_inner,
.bottom_search_area .btm_search_cont .btm_link_cont_inner,
.bottom_search_area .btm_link_cont .btm_search_cont_inner,
.bottom_search_area .btm_link_cont .btm_link_cont_inner,
.bottom_link_area .btm_search_cont .btm_search_cont_inner,
.bottom_link_area .btm_search_cont .btm_link_cont_inner,
.bottom_link_area .btm_link_cont .btm_search_cont_inner,
.bottom_link_area .btm_link_cont .btm_link_cont_inner {
  padding: 0 4% 20px;
}

.bottom_search_area .btm_search_cont ul li,
.bottom_link_area .btm_search_cont ul li {
  display: inline;
  line-height: 2;
}

.bottom_search_area .btm_search_cont ul li:nth-child(n+2)::before,
.bottom_link_area .btm_search_cont ul li:nth-child(n+2)::before {
  content: "/";
  margin-right: 5px;
}

.bottom_search_area .btm_link_cont ul li:nth-child(n+2),
.bottom_link_area .btm_link_cont ul li:nth-child(n+2) {
  margin-top: 5px;
}

.btm_search {
  max-width: 1200px;
  margin: 0 auto;
}

.bottom_link_area {
  border-top: var(--black20) solid 1px;
}

.bottom_link_area .btm_menu {
  max-width: 1200px;
  margin: 0 auto;
}

.accordion_btn {
  cursor: pointer;
  position: relative;
}

.accordion_btn::before, .accordion_btn::after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: var(--black30);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.accordion_btn.is-open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.accordion_btn.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.accordion_btn.is-open + .accordion_cont {
  max-height: 3000px;
}

.accordion_cont {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* common */
.block_contents_wrapper {
  padding-top: 68px;
}

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

.under_base {
  margin-top: 0 !important;
}

/* Breadcrumb */
.breadcrumb {
  background-color: var(--black5);
  padding: 10px 20px;
  font-size: 13px;
}

.breadcrumb .breadcrumb_list {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb .breadcrumb_list li {
  color: var(--black70);
}

.breadcrumb .breadcrumb_list li:nth-child(n+2)::before {
  content: ">";
  margin: 0 10px;
}

.breadcrumb .breadcrumb_list li span {
  display: none;
}

.pagetitle {
  position: relative;
  height: auto;
  width: 100%;
}

/* Index
----------------------------*/
/* First View */
.top_fv {
  padding-bottom: 10px;
  background: url(../img/fv_top_sp.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 0;
}

.top_fv .top_fv_inner {
  padding: 6vw 5vw;
}

.top_fv .catchcopy {
  text-align: center;
  font-size: 3.7vw;
  font-weight: bold;
  color: var(--black100);
  line-height: 1.3;
  margin-bottom: 3vw;
}

.top_fv .catchcopy .catchcopy_top {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.top_fv .catchcopy .catchcopy_top img {
  width: 18.8vw;
  vertical-align: bottom;
}

.top_fv .catchcopy .catchcopy_btm {
  display: inline-block;
  position: relative;
  font-size: 7.4vw;
  vertical-align: bottom;
}

.top_fv .catchcopy .catchcopy_btm::after {
  content: "";
  width: 110%;
  height: 6vw;
  background: url(../img/fv_btmline.png) no-repeat bottom center/contain;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.catchcopy_subtxt {
  font-size: 5vw;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-indent: 0.2em;
  line-height: 1.2;
}
.catchcopy_subtxt strong {
  font-size: 6.4vw;
  color: #F65757;
  vertical-align: bottom;
}

/* Slider */
.top_fv_recruit_box {
  padding: 0 20px 20px;
  overflow: hidden;
  position: relative;
}

/* Swiper Arrow */
.top_fv_recruit_box .recruit_list_button_prev,
.top_fv_recruit_box .recruit_list_button_next {
  top: 50% !important;
  /* transform: translateY(-50%); */
  background-color: #F65757;
  border: white solid 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.top_fv_recruit_box .recruit_list_button_prev::after,
.top_fv_recruit_box .recruit_list_button_next::after {
  font-size: 16px;
}

.top_fv_recruit_box .recruit_list_button_prev {
  left: 5px !important;
}
.top_fv_recruit_box .recruit_list_button_prev::after {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

.top_fv_recruit_box .recruit_list_button_next {
  right: 5px !important;
}
.top_fv_recruit_box .recruit_list_button_next::after {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.top_fv_recruit_list {
  position: relative;
}
.top_fv_recruit_list .swiper-wrapper {
  margin-bottom: 0;
  height: auto;
  width: 100% !important;
  padding: 0 !important;
}
.top_fv_recruit_list .swiper-scrollbar {
  width: 100% !important;
  bottom: -20px !important;
  left: 0 !important;
}

.top_fv_recruit_list_item {
  max-width: 260px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  height: auto;
}

.top_fv_recruit_list_catchbox {
  background-color: #F65757;
  color: white;
  padding: 20px 10px 10px;
}
.top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext {
  text-align: center;
  font-weight: 700;
}
.top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext_fss {
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-bottom: 2px;
}
.top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext_fss::before, .top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext_fss::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 50%;
}
.top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext_fss::before {
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext_fss::after {
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.top_fv_recruit_list_catchbox .top_fv_recruit_list_catchtext_fsl {
  display: block;
  font-size: 18px;
}
.top_fv_recruit_list_catchbox .tag_list {
  margin-top: 7px;
  padding: 0 10px;
}
.top_fv_recruit_list_catchbox .tag_list_item {
  display: inline-block;
  border: white solid 1px;
  border-radius: 15px;
  font-size: 12px;
  padding: 2px 10px;
}

.top_fv_recruit_list_bodybox {
  padding: 20px;
}
.top_fv_recruit_list_bodybox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.top_fv_recruit_list_bodybox dt {
  width: 3.5em;
  height: 21px;
  line-height: 21px;
  background-color: #F65757;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-size: 13px;
}
.top_fv_recruit_list_bodybox dd {
  width: calc(100% - 3.5em - 15px);
  font-size: 12px;
  line-height: 1;
}
.top_fv_recruit_list_bodybox dd strong {
  color: #F65757;
  font-size: 16px;
  vertical-align: baseline;
}

/* TOP Search Box */
.top_fv_searchbox_wrapper {
  margin-bottom: 40px;
}
.top_fv_searchbox_wrapper .top_fv_searchbox {
  border-radius: 0;
}

.top_fv_searchbox {
  background-color: var(--orange);
  padding: 4% 4% 20px;
  border-radius: 10px;
  color: var(--white);
}

.top_fv_searchbox .top_fv_searchbox_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4%;
}

.top_fv_searchbox .top_fv_searchbox_ttl .top_fv_searchbox_ttl_text {
  padding-left: 27px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.top_fv_searchbox .top_fv_searchbox_ttl .top_fv_searchbox_ttl_text::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icn_glass.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_fv_searchbox .top_fv_searchbox_ttl a {
  border: var(--white) solid 1px;
  padding: 2px 15px;
  color: var(--white);
  border-radius: 15px;
}

.top_fv_searchbox #search_form {
  display: block;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li {
  width: 48%;
  padding: 0;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li:nth-child(2n) {
  margin-left: 4%;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li:nth-child(n+3) {
  margin-top: 4%;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li label {
  position: relative;
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #F5A100 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_fv_searchbox #search_form .top_fv_searchbox_field li select {
  border: none;
  border-radius: 10px;
  height: 44px;
  padding: 0 12px;
  background-image: none;
}

.top_fv_searchbox .top_fv_searchbox_btn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.top_fv_searchbox .top_fv_searchbox_btn > span {
  display: inline-block;
  position: relative;
}

.top_fv_searchbox .top_fv_searchbox_btn > span::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.top_fv_searchbox .top_fv_searchbox_btn > span::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icn_glass.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 1px);
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.top_fv_searchbox .top_fv_searchbox_btn button {
  display: inline-block;
  background-color: var(--white);
  color: var(--orange);
  font-size: 18px;
  height: 50px;
  width: 280px;
  line-height: 50px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

.top_fv_searchbox .top_fv_searchbox_btn button span#job_count {
  color: var(--orange);
}

.top_fv_memberentrybox_wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.top_fv_memberentrybox_wrapper .top_fv_memberentrybox {
  padding: 0;
}
.top_fv_memberentrybox_wrapper .top_fv_memberentrybox .top_fv_memberentrybox_desc span::before, .top_fv_memberentrybox_wrapper .top_fv_memberentrybox .top_fv_memberentrybox_desc span::after {
  display: none;
}
.top_fv_memberentrybox_wrapper .top_fv_memberentrybox .top_fv_memberentrybox_desc {
  font-size: 22px;
  color: #000000;
}

.android .top_fv_memberentrybox_wrapper {
  margin-bottom: calc(4% + 40px);
}

.top_fv_memberentrybox {
  background-color: #FFF;
  border-radius: 10px;
  margin-top: 10px;
  padding: 6%;
  text-align: center;
}

.top_fv_memberentrybox .top_fv_memberentrybox_catch {
  font-size: 24px;
  font-weight: bold;
  color: var(--black100);
  margin-bottom: 5px;
}

.top_fv_memberentrybox .top_fv_memberentrybox_desc {
  font-size: 16px;
  font-weight: bold;
  color: var(--black70);
}

.top_fv_memberentrybox .top_fv_memberentrybox_desc span {
  position: relative;
  display: inline-block;
}

.top_fv_memberentrybox .top_fv_memberentrybox_desc span::before, .top_fv_memberentrybox .top_fv_memberentrybox_desc span::after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  background-color: var(--black100);
}

.top_fv_memberentrybox .top_fv_memberentrybox_desc span::before {
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(-24deg);
  transform: translateY(-50%) rotate(-24deg);
}

.top_fv_memberentrybox .top_fv_memberentrybox_desc span::after {
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(24deg);
  transform: translateY(-50%) rotate(24deg);
}

.top_fv_memberentrybox .top_fv_memberentry_btn {
  text-align: center;
  margin-top: 15px;
}

.top_fv_memberentrybox .top_fv_memberentry_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  background-color: var(--orange);
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  border-radius: 25px;
  color: var(--white);
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

.top_fv_memberentrybox .top_fv_memberentry_btn a::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_fv_memberentrybox .top_fv_memberentry_btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.top_fv_memberentrybox .top_fv_memberentry_login {
  text-align: center;
  margin-top: 10px;
}
.top_fv_memberentrybox .top_fv_memberentry_login a {
  color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.top_sect {
  padding: 6% 20px;
}

.top_sect .top_sect_inner {
  margin: 0 auto 0;
  max-width: 1200px;
}

.hlLv2 {
  font-size: 22px;
  font-weight: bold;
}

/* Keywords Search */
.keywords_search .keywords_search_ttl {
  text-align: center;
  padding: 12px 0;
  background-color: var(--bluegreen);
  color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.keywords_search .keywords_search_ttl span {
  display: inline-block;
  position: relative;
}

.keywords_search .keywords_search_ttl span::before, .keywords_search .keywords_search_ttl span::after {
  content: "";
  width: 25px;
  height: 31px;
  background: url(../img/icn_twinkle.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
}

.keywords_search .keywords_search_ttl span::before {
  left: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keywords_search .keywords_search_ttl span::after {
  right: -25px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.keywords_search .keywords_search_list {
  border: var(--bluegreen) solid 1px;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.keywords_search .keywords_search_list li {
  width: 48%;
}

.keywords_search .keywords_search_list li:nth-child(2n) {
  margin-left: 4%;
}

.keywords_search .keywords_search_list li:nth-child(n+3) {
  margin-top: 4%;
}

.keywords_search .keywords_search_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--bluegreen);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  border-radius: 5px;
  line-height: 1.3;
  padding: 10px 10px 10px 5px;
  position: relative;
}

.keywords_search .keywords_search_list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: var(--white) solid 2px;
  border-bottom: var(--white) solid 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* New Work Info */
.new_works_info {
  margin-top: 40px;
}

.new_works_info .new_works_info_ttl {
  color: var(--orange);
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}

.new_works_info .new_works_info_ttl::before {
  content: "";
  width: 27px;
  height: 31px;
  background: url(../img/icn_newjob.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new_works_info .new_works_tab {
  margin-bottom: 20px;
}

.new_works_info .new_works_tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new_works_info .new_works_tab ul li {
  margin: 3px 6px 3px 0;
  background-color: transparent;
}

.new_works_info .new_works_tab ul li a {
  background-color: var(--black30);
  display: block;
  border-radius: 5px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  color: var(--white);
}

.new_works_info .new_works_tab ul li.tab_sel a {
  background-color: var(--orange);
  font-weight: bold;
}

.new_works_info .new_works_list_wrap {
  height: 450px;
  overflow-y: auto;
  border: var(--black30) solid 1px;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item a {
  padding: 4% 10% 4% 4%;
  display: block;
  position: relative;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: #858585 solid 2px;
  border-bottom: #858585 solid 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item:nth-child(n+2) {
  border-top: var(--black30) solid 1px;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item time {
  font-size: 14px;
  color: var(--black70);
  display: inline-block;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_area {
  display: inline-block;
  border: var(--black30) solid 1px;
  padding: 0px 10px;
  font-size: 14px;
  margin-left: 5px;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #007BF5;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list {
  margin-top: 10px;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list li.station::before {
  width: 16px;
  height: 22px;
  left: 3px;
  background: url(../img/icn_train.svg) no-repeat center center/contain;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list li.salary::before {
  width: 18px;
  height: 18px;
  left: 2px;
  background: url(../img/icn_yen.svg) no-repeat center center/contain;
}

.new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list li.cadtype::before {
  width: 22px;
  height: 19px;
  left: 0px;
  background: url(../img/icn_display.svg) no-repeat center center/contain;
}

/* beginner contents */
.beginner_contents {
  background: url(../img/topbg_beginner.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

.beginner_contents::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
}

.beginner_contents .beginner_contents_ttl {
  color: var(--white);
  text-align: center;
  margin-bottom: 6%;
}

.beginner_contents .beginner_contents_ttl span {
  display: inline-block;
  padding-left: 38px;
  position: relative;
}

.beginner_contents .beginner_contents_ttl span::before {
  content: "";
  width: 21px;
  height: 32px;
  background: url(../img/icn_beginner_w.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.beginner_contents .beginner_bnrlist li img {
  border-radius: 3px;
}

.beginner_contents .beginner_bnrlist li:nth-child(n+2) {
  margin-top: 10px;
}

/* feature */
.feature {
  background: rgba(0, 245, 162, 0.08) url(../img/topbg_feature.png) no-repeat 20% center/cover;
}

.feature strong {
  color: #F65757;
}

.feature .catch_feature {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: var(--black100);
  line-height: 1.3;
  margin-bottom: 6%;
}

.feature .lead {
  font-size: 16px;
  margin-bottom: 20px;
}

.feature li:nth-child(n+2) {
  margin-top: 30px;
}

.feature li .point_box {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--white);
  min-height: 86px;
  padding-top: 20px;
}

.feature li .point_box .point_box_inner {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  z-index: 0;
}

.feature li .point_box .point_box_inner::after {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: -webkit-linear-gradient(45deg, rgb(255, 136, 136) 0%, rgb(245, 161, 0) 100%);
  background: linear-gradient(45deg, rgb(255, 136, 136) 0%, rgb(245, 161, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}

.feature li .point_box .point_box_inner span {
  display: block;
  line-height: 1;
}

.feature li .point_box .point_box_inner span.point_num {
  margin-top: 4px;
  font-size: 24px;
}

.feature li figure {
  margin-bottom: 15px;
  text-align: center;
}

.feature li figure img {
  border-radius: 5px;
}

.feature li .feature_title {
  text-align: center;
  font-size: 22px;
  color: var(--orange);
  margin-bottom: 12px;
}

.feature li .feature_desc {
  font-size: 16px;
}

/* News */
.top_news {
  padding-bottom: 30px;
}

.top_news .top_new_ttl {
  text-align: center;
  margin-bottom: 6%;
}

.top_news .top_news_list {
  border-top: var(--black30) solid 1px;
}

.top_news .top_news_list li {
  border-bottom: var(--black30) solid 1px;
  padding: 20px 0;
}

.top_news .top_news_list li:first-child::after {
  display: none;
}

.top_news .top_news_list li time {
  display: block;
  font-size: 18px;
}

.top_news .top_news_list li span {
  font-size: 16px;
}

.top_news .top_news_list li span a {
  color: var(--orange);
}

.top_news .btn_box {
  text-align: center;
  margin-top: 30px;
}

/* Common Parts */
a.mod_btn01 {
  display: inline-block;
  width: 90%;
  max-width: 350px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px 0 0;
  position: relative;
  border-radius: 25px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

a.mod_btn01::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.mod_btn01::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* fix bottom btn */
.fix_btmbtn_area {
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.fix_btmbtn_area.fix_btmbtn_area_low {
  height: 74px;
}

.fix_btmbtn_area.fix_btmbtn_area_low .fix_btmbtn_box {
  height: 74px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 13px 20px;
}

.fix_btmbtn_area.is-show {
  visibility: visible;
  opacity: 1;
}

.fix_btmbtn_box {
  width: 100%;
  height: 100px;
  background-color: var(--orange);
  padding: 20px 20px;
}

.fix_btmbtn_box .fix_btmbtn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fix_btmbtn_box .fix_btmbtn_wrap li {
  width: calc(50% - 10px);
  max-width: 384px;
}

.fix_btmbtn_box .fix_btmbtn_wrap li.oneBtnEntry {
  width: auto;
  max-width: none;
}

.fix_btmbtn_box .fix_btmbtn_wrap li.oneBtnEntry .btn_square {
  padding: 0 30px;
  width: auto;
  max-width: none;
  height: 50px;
  line-height: 50px;
  background-color: var(--orange);
  color: var(--white);
}

.fix_btmbtn_box .fix_btmbtn_wrap li.oneBtnEntry .btn_square span {
  padding-left: 0;
}

.fix_btmbtn_box .fix_btmbtn_wrap li.oneBtnEntry .btn_square span::before {
  display: none;
}

.fix_btmbtn_box .fix_btmbtn_wrap li .btn_square {
  display: inline-block;
  width: 100%;
  max-width: 384px;
  border-radius: 5px;
  background-color: var(--white);
  color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

.fix_btmbtn_box .fix_btmbtn_wrap li .btn_square span {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}

.fix_btmbtn_box .fix_btmbtn_wrap li .btn_square span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fix_btmbtn_box .fix_btmbtn_wrap li .btn_square.member_entry span::before {
  background: url(../img/icn_memberentry.svg) no-repeat center center/contain;
}

.fix_btmbtn_box .fix_btmbtn_wrap li .btn_square.login span::before {
  background: url(../img/icn_login.svg) no-repeat center center/contain;
}

.fix_btmbtn_box .fix_btmbtn_wrap li:nth-child(n+2) {
  margin-left: 20px;
}

#footer_navi {
  margin-top: 0;
}

/* Search Joblist
----------------------------*/
.joblist_toparea {
  padding: 20px;
}

.joblist_toparea .pagetitle {
  font-size: 22px;
  margin-bottom: 0.5em;
}

.joblist_nowcondition_box {
  background-color: var(--black5);
  padding: 20px;
}

.joblist_nowcondition_box .joblist_nowcondition {
  font-size: 14px;
}

.joblist_nowcondition_box .joblist_nowcondition dt {
  font-weight: bold;
}

.joblist_nowcondition_box .joblist_condition_change {
  margin-top: 10px;
  text-align: center;
}

.joblist_nowcondition_box .joblist_condition_change .joblist_condition_change_btn {
  display: inline-block;
  width: 210px;
  height: 48px;
  line-height: 48px;
  color: var(--white);
  font-size: 14px;
  background-color: var(--orange);
  border-radius: 24px;
  font-weight: 500;
  position: relative;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.joblist_nowcondition_box .joblist_condition_change .joblist_condition_change_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: var(--white) solid 2px;
  border-bottom: var(--white) solid 2px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.joblist_nowcondition_box .joblist_condition_change .joblist_condition_change_btn.is-open::after {
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.joblist_condition_input_box {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.joblist_condition_input_box.is-open {
  max-height: 5000px;
}

.joblist_condition_input_box .joblist_condition_input_inner {
  padding-top: 20px;
}

.joblist_condition_input_box input[type=text] {
  border: var(--black20) solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
}

.joblist_condition_input_box .select_wrap {
  display: inline-block;
  position: relative;
}

.joblist_condition_input_box .select_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: var(--black70) transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.joblist_condition_input_box select {
  background-image: none;
  border-radius: 0;
}

.joblist_condition_input_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.joblist_condition_input_tab .joblist_condition_input_tabitem {
  width: calc(25% - 6px);
  text-align: center;
  height: 48px;
  line-height: 48px;
  border: var(--black20) solid 1px;
  border-bottom: 0;
  background-color: var(--white);
  color: rgba(66, 66, 66, 0.65);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.joblist_condition_input_tab .joblist_condition_input_tabitem.is-active {
  border-color: var(--black5);
  color: rgb(66, 66, 66);
  background-color: var(--black5);
  font-weight: bold;
}

.joblist_condition_input_contentswrap {
  background-color: var(--black5);
  padding: 20px;
}

.joblist_condition_input_contentswrap .joblist_condition_input_content {
  display: none;
}

.joblist_condition_input_contentswrap .joblist_condition_input_content.is-show {
  display: block;
}

.hlLv2-tp2 {
  font-size: 16px;
  color: var(--white);
  padding: 7px 15px;
  background-color: var(--black80);
  border-radius: 5px;
  margin-bottom: 20px;
}

.hlLv2-tp2 + .hlLv3 {
  margin-top: 0;
}

.hlLv3 {
  border-left: #999 solid 4px;
  padding-left: 6px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.area_select_wrap {
  margin-bottom: 20px;
}

.area_select_wrap dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.area_select_wrap dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.area_select_wrap dl dd ul li {
  width: calc(25% - 6px);
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: #C7C7C7 solid 1px;
  border-radius: 5px;
  color: #999999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.area_select_wrap dl dd ul li:not(:nth-child(4n+1)) {
  margin-left: 8px;
}

.area_select_wrap dl dd ul li:nth-child(n+5) {
  margin-top: 8px;
}

.area_select_wrap dl dd ul li.is-active {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.area_select_wrap p {
  font-size: 13px;
  margin-top: 10px;
}

.joblist_condition_checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.joblist_condition_checklist.joblist_condition_place_area_item_inner {
  padding: 15px;
  background-color: var(--white);
  margin-top: 10px;
}

.joblist_condition_checklist li {
  margin: 3px 6px 3px 0;
}

.joblist_condition_place_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.joblist_condition_place_tab li {
  width: calc(50% - 4px);
  background-color: var(--black20);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.joblist_condition_place_tab li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: var(--black20) transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.joblist_condition_place_tab li.is-active {
  background-color: var(--black20);
  font-weight: bold;
}

.joblist_condition_place_tab li.is-active::before {
  opacity: 1;
}

.joblist_condition_place_tab li.area.is-active {
  background-color: var(--orange);
}

.joblist_condition_place_tab li.area.is-active::before {
  border-color: var(--orange) transparent transparent transparent;
}

.joblist_condition_place_tab li.station.is-active {
  background-color: var(--bluegreen_deep);
}

.joblist_condition_place_tab li.station.is-active::before {
  border-color: var(--bluegreen_deep) transparent transparent transparent;
}

.joblist_condition_place_cont {
  display: none;
}

.joblist_condition_place_cont.is-show {
  display: block;
}

.joblist_condition_place_cont.area .hlLv3 {
  border-color: var(--orange);
  color: var(--orange);
}

.joblist_condition_place_cont.station .hlLv3 {
  border-color: var(--bluegreen_deep);
  color: var(--bluegreen_deep);
}

.joblist_condition_place_cont .joblist_condition_place_arealist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.joblist_condition_place_cont .joblist_condition_place_arealist li {
  width: calc(25% - 6px);
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: #C7C7C7 solid 1px;
  border-radius: 5px;
  color: #999999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.joblist_condition_place_cont .joblist_condition_place_arealist li:not(:nth-child(4n+1)) {
  margin-left: 8px;
}

.joblist_condition_place_cont .joblist_condition_place_arealist li:nth-child(n+5) {
  margin-top: 8px;
}

.joblist_condition_place_cont .joblist_condition_place_arealist li.is-active {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.joblist_condition_place_cont .joblist_condition_place_area_cont {
  display: none;
}

.joblist_condition_place_cont .joblist_condition_place_area_cont.is-show {
  display: block;
}

.joblist_condition_place_cont .joblist_condition_place_area_cont .joblist_condition_place_area_item:nth-child(n+2) {
  margin-top: 20px;
}

.joblist_condition_place_cont .station_freeword_search input {
  width: calc(100% - 10em);
  margin-left: 10px;
}

.joblist_condition_place_cont .oblist_condition_railline_typelist {
  margin-top: 20px;
  margin-bottom: 20px;
}

.joblist_condition_place_cont .oblist_condition_railline_typelist li {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: #C7C7C7 solid 1px;
  border-radius: 5px;
  color: #999999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.joblist_condition_place_cont .oblist_condition_railline_typelist li.is-active {
  border-color: var(--bluegreen_deep);
  background-color: var(--bluegreen_deep);
  color: var(--white);
}

.joblist_condition_place_cont .joblist_condition_railline_cont {
  display: none;
}

.joblist_condition_place_cont .joblist_condition_railline_cont.is-show {
  display: block;
}

.joblist_condition_place_cont .joblist_condition_railline_selectbox {
  margin-bottom: 10px;
}

.joblist_condition_place_cont .joblist_condition_railline_station_list {
  display: none;
}

.joblist_condition_place_cont .joblist_condition_railline_station_list.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.joblist_condition_place_cont .select_station_box {
  margin-top: 30px;
  background-color: var(--white);
  padding: 20px;
  font-size: 14px;
}

.joblist_condition_place_cont .select_station_box dt {
  margin-bottom: 10px;
}

.search_btn_box {
  margin-top: 20px;
  text-align: center;
}

.search_btn_box > span {
  display: inline-block;
  position: relative;
}

.search_btn_box > span::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.search_btn_box > span::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icn_glass.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 1px);
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.search_btn_box > span .btn02 {
  display: inline-block;
  background-color: var(--white);
  color: var(--orange);
  font-size: 18px;
  padding-left: 20px;
  height: 50px;
  width: 280px;
  line-height: 50px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

.search_btn_box > span .btn02 span#job_count {
  color: var(--orange);
}

/* Job Search Result */
.joblist_search_result {
  background-color: var(--black5);
  padding: 20px;
}

.joblist_search_result .joblist_search_result_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.joblist_search_result .search_result_sort {
  margin-bottom: 20px;
  text-align: center;
}

.joblist_search_result .sort_select_wrapbox {
  margin-top: 10px;
}

.joblist_search_result .sort_select_wrapbox .sort_select_wrap {
  display: inline-block;
  position: relative;
}

.joblist_search_result .sort_select_wrapbox .sort_select_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: var(--black70) transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.joblist_search_result .sort_select_wrapbox .sort_select_wrap .sort_select {
  background-image: none;
}

.joblist_search_result .search_result_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--white);
  padding: 20px;
}

.joblist_search_result .search_result_list_item:nth-child(n+2) {
  margin-top: 20px;
}

.joblist_search_result .search_result_list_item .search_result_img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.joblist_search_result .search_result_list_item .search_result_info {
  display: contents;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobttl {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #007BF5;
  margin-bottom: 10px;
  font-size: 18px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_tag {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 20px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_tag li {
  display: inline-block;
  border: var(--orange) solid 1px;
  border-radius: 15px;
  font-size: 12px;
  color: var(--orange);
  margin: 3px 0;
  padding: 2px 10px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  font-size: 14px;
  color: var(--black80);
  width: 100%;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(n+2) {
  margin-top: 10px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li .search_result_jobinfo_ttl {
  padding-left: 26px;
  position: relative;
  font-weight: bold;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li .search_result_jobinfo_ttl::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li .search_result_jobinfo_data {
  width: calc(100% - 4em - 26px);
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li.jtype .search_result_jobinfo_ttl::before {
  background: url(../img/icn_bag.svg) no-repeat center center/contain;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li.jcad .search_result_jobinfo_ttl {
  letter-spacing: 0.4em;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li.jcad .search_result_jobinfo_ttl::before {
  background: url(../img/icn_display.svg) no-repeat center center/contain;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li.jplace .search_result_jobinfo_ttl::before {
  background: url(../img/icn_point.svg) no-repeat center center/contain;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li.jstation .search_result_jobinfo_ttl::before {
  background: url(../img/icn_train.svg) no-repeat center center/contain;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li.jguara .search_result_jobinfo_ttl::before {
  background: url(../img/icn_yen.svg) no-repeat center center/contain;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li {
  width: 48%;
  max-width: 270px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li:nth-child(n+2) {
  margin-left: 4%;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.detail_btn {
  border: var(--orange) solid 1px;
  color: var(--orange);
  border-radius: 5px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.detail_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.keep_btn {
  border: #007BF5 solid 1px;
  color: #007BF5;
  border-radius: 5px;
}

.joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.keep_btn.is-active {
  background-color: #007BF5;
  color: var(--white);
}

.joblist_search_result .search_result_list + .search_result_sort {
  margin-top: 20px;
}

.joblist_search_result .pager_box {
  text-align: center;
  margin-top: 10px;
}

.joblist_search_result .pager_box .pager_item {
  display: inline-block;
  background-color: var(--white);
  border: var(--orange) solid 1px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--orange);
  font-weight: 500;
}

.joblist_search_result .pager_box .pager_item.cur {
  background-color: var(--orange);
  color: var(--white);
}

.joblist_search_result .pager_box .pager_item.prev_all, .joblist_search_result .pager_box .pager_item.next_all {
  letter-spacing: -0.2em;
}

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_cont,
.change_cont {
  display: none;
  opacity: 0;
}

.tab_cont.is-show,
.change_cont.is-show {
  display: block;
  -webkit-animation: tabAnim ease 0.6s forwards;
  animation: tabAnim ease 0.6s forwards;
}

/* Keep Button Setting */
.u_result .search_result_btnbox .content_list_title_check {
  width: 100%;
  border: #007BF5 solid 1px;
  border-radius: 5px;
  background-image: none;
  height: 40px;
  line-height: 38px;
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.u_result .search_result_btnbox .content_list_title_check::before {
  content: "☆キープに登録";
  font-size: 13px;
  font-weight: 500;
}

.u_result .search_result_btnbox .content_list_title_check.entry_checked {
  background-color: #007BF5;
}

.u_result .search_result_btnbox .content_list_title_check.entry_checked::before {
  content: "★キープ済";
  color: var(--white);
}

.u_result .search_result_btnbox .content_list_title_check.completed {
  background-color: #e1ecf8;
  border-color: #e1ecf8;
}

.u_result .search_result_btnbox .content_list_title_check.completed::before {
  content: "エントリー済";
  color: #007BF5;
}

/* Search Job Detail
----------------------------*/
.jobdetail_cont {
  padding: 20px;
}

.jobdetail_cont_inner {
  margin: 0 auto;
  max-width: 1200px;
}

.jobdetail_cont_outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.jobdetail_cont_outline_txt {
  display: contents;
}

.jobdetail_cont_outline_txt .pagetitle {
  padding: 0;
  font-size: 22px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_tag {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_tag li {
  display: inline-block;
  border: var(--orange) solid 1px;
  border-radius: 15px;
  font-size: 12px;
  color: var(--orange);
  margin: 3px 0;
  padding: 2px 10px;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  padding: 20px;
  background-color: var(--black5);
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(n+2) {
  margin-top: 10px;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li .jobdetail_cont_jobinfo_ttl {
  padding-left: 26px;
  position: relative;
  font-weight: bold;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li .jobdetail_cont_jobinfo_ttl::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li .jobdetail_cont_jobinfo_data {
  width: calc(100% - 4em - 26px);
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jtype .jobdetail_cont_jobinfo_ttl::before {
  background: url(../img/icn_bag.svg) no-repeat center center/contain;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jcad .jobdetail_cont_jobinfo_ttl {
  letter-spacing: 0.4em;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jcad .jobdetail_cont_jobinfo_ttl::before {
  background: url(../img/icn_display.svg) no-repeat center center/contain;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jplace .jobdetail_cont_jobinfo_ttl::before {
  background: url(../img/icn_point.svg) no-repeat center center/contain;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jstation .jobdetail_cont_jobinfo_ttl::before {
  background: url(../img/icn_train.svg) no-repeat center center/contain;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jguara .jobdetail_cont_jobinfo_ttl::before {
  background: url(../img/icn_yen.svg) no-repeat center center/contain;
}

.jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li.jfield .jobdetail_cont_jobinfo_ttl::before {
  background: url(../img/icn_field.svg) no-repeat center center/contain;
}

.jobdetail_cont_outline_img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.jobdetail_cont_pointbox {
  margin-bottom: 40px;
}

.jobdetail_cont_pointbox .ttl_point {
  padding: 0;
  line-height: 1;
}

.jobdetail_cont_pointbox .ttl_point span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px 5px 30px;
  color: var(--white);
  background-color: var(--orange);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

.jobdetail_cont_pointbox .ttl_point span::before {
  content: "";
  background: url(../img/icn_point-1.svg) no-repeat center center/contain;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jobdetail_cont_pointbox .jobdetail_cont_point_cont {
  border: var(--orange) solid 2px;
  padding: 15px;
  background-color: #FEF5E5;
  border-radius: 0 5px 5px 5px;
}

.jobdetail_cont_pointbox .jobdetail_cont_point_cont .catch {
  font-size: 16px;
  font-weight: bold;
  color: var(--orange);
}

.jobdetail_cont_pointbox .jobdetail_cont_point_cont .txt {
  margin-top: 1em;
  font-size: 14px;
  color: var(--black80);
}

.-wrapper:nth-child(n+2) {
  margin-top: 20px;
}

.-wrapper .-inner:nth-child(n+2) {
  margin-top: 25px;
}

.-wrapper .-label {
  margin-bottom: 10px;
  text-align: center;
}

.-wrapper .-label span {
  background-color: var(--black5);
  padding: 2px 10px;
  font-size: 14px;
  color: var(--black100);
}

.cell_rates .-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cell_rates.atm .rates {
  margin: 0 1.5em;
  width: calc(100% - 13em);
}

.cell_rates.skill_lv .-inner {
  padding-bottom: 1px;
}

.cell_rates .rates {
  margin: 0 3em;
  position: relative;
}

.cell_rates .rates::before {
  content: "";
  background-color: var(--black20);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 6px;
}

.cell_rates .rates ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cell_rates .rates ul li {
  position: relative;
  height: 16px;
}

.cell_rates .rates ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--black20);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cell_rates .rates ul.set_0 li:nth-child(1)::before {
  width: 16px;
  height: 16px;
  background-color: var(--orange);
}

.cell_rates .rates ul.set_1 li:nth-child(2)::before {
  width: 16px;
  height: 16px;
  background-color: var(--orange);
}

.cell_rates .rates ul.set_2 li:nth-child(3)::before {
  width: 16px;
  height: 16px;
  background-color: var(--orange);
}

.cell_rates .rates ul.set_3 li:nth-child(4)::before {
  width: 16px;
  height: 16px;
  background-color: var(--orange);
}

.cell_rates .rates ul.set_4 li:nth-child(5)::before {
  width: 16px;
  height: 16px;
  background-color: var(--orange);
}

.cell_rates .rates.under_txt ul {
  margin-bottom: 2em;
}

.cell_rates .rates.under_txt ul li span {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.jobdetail_btnbox {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobdetail_btnbox li {
  width: 48%;
  max-width: 270px;
}

.jobdetail_btnbox li:nth-child(n+2) {
  margin-left: 4%;
}

.jobdetail_btnbox .mod_btn_bak {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  position: relative;
  font-size: 13px;
  background-color: var(--black30);
  text-align: center;
  border-radius: 5px;
}

.jobdetail_btnbox .mod_btn_bak::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 10px;
  border-left: var(--white) solid 1px;
  border-top: var(--white) solid 1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.jobdetail_entrybox {
  background-color: #FEF5E5;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

.jobdetail_entrybox .catch {
  font-size: 16px;
  font-weight: bold;
  color: var(--orange);
  margin-bottom: 10px;
}

.jobdetail_entrybox .txt {
  font-size: 14px;
}

.jobdetail_entrybox .ipt_btn01_wrap {
  margin-top: 20px;
}

.ipt_btn01_wrap {
  width: 100%;
  max-width: 340px;
  position: relative;
  display: inline-block;
}

.ipt_btn01_wrap::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.ipt_btn01_wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

.ipt_btn01_wrap .ipt_btn01 {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px 0 0;
  position: relative;
  border-radius: 25px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

/* Keep Button Setting */
.u_detail .jobdetail_btnbox .content_list_title_check {
  width: 100%;
  border: #007BF5 solid 1px;
  border-radius: 5px;
  background-image: none;
  height: 50px;
  line-height: 48px;
  padding: 0;
}

.u_detail .jobdetail_btnbox .content_list_title_check::before {
  content: "☆キープに登録";
  font-size: 13px;
  font-weight: 500;
}

.u_detail .jobdetail_btnbox .content_list_title_check.entry_checked {
  background-color: #007BF5;
}

.u_detail .jobdetail_btnbox .content_list_title_check.entry_checked::before {
  content: "★キープ済";
  color: var(--white);
}

.u_detail .jobdetail_btnbox .content_list_title_check.completed {
  background-color: #e1ecf8;
  border-color: #e1ecf8;
}

.u_detail .jobdetail_btnbox .content_list_title_check.completed::before {
  content: "エントリー済";
  color: #007BF5;
}

.u_detail .fix_btmbtn_area .content_list_title_check {
  border: none;
  background-color: var(--white);
  background-image: none;
  width: 100%;
  max-width: 384px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 0;
}

.u_detail .fix_btmbtn_area .content_list_title_check::before {
  content: "☆キープに登録";
  color: var(--orange);
}

.u_detail .fix_btmbtn_area .content_list_title_check.entry_checked {
  background-color: #FEF5E5;
}

.u_detail .fix_btmbtn_area .content_list_title_check.entry_checked::before {
  content: "★キープ済";
}

.u_detail .fix_btmbtn_area .content_list_title_check.completed {
  background-color: #FEF5E5;
}

.u_detail .fix_btmbtn_area .content_list_title_check.completed::before {
  content: "★エントリー済";
}

.u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square_wrap::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square_wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: var(--white) solid 2px;
  border-bottom: var(--white) solid 2px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

.u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap.oneBtnEntry .btn_square {
  height: 54px;
  line-height: 54px;
}

.u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square {
  border: none;
  font-size: 16px;
  padding-right: 31px;
}

/* Beginner
----------------------------*/
.page_title_wrap {
  height: 100px;
  padding: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.page_title_wrap.beginner_cad {
  background-image: url(/front/img/bgttl_beginner_cad.jpg);
}

.page_title_wrap.beginner_matching {
  background-image: url(/front/img/bgttl_beginner_match.jpg);
}

.page_title_wrap.beginner_support {
  background-image: url(/front/img/bgttl_beginner_support.jpg);
}

.page_title_wrap.beginner_dispatch {
  background-image: url(/front/img/bgttl_about_dispatch.jpg);
}

.page_title_wrap .page_title_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page_title_wrap .page_title_inner .page_title {
  display: block;
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 700;
}

.page_title_wrap .page_title_inner .page_title.page_title--beginner {
  position: relative;
}

.page_title_wrap .page_title_inner .page_title .sub_title {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  background-color: var(--orange);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  border-radius: 6px;
}

.page_title_wrap .page_title_inner .page_title .sub_title + .title_txt {
  margin-top: -10px;
}

.page_title_wrap .page_title_inner .page_title .title_txt {
  display: block;
}

.contents_inner {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
}

/* Local Navi */
.local_nav_wrap {
  overflow-x: auto;
}

.local_nav_wrap .local_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: var(--orange) solid 1px;
  border-radius: 5px;
  width: 720px;
  overflow: hidden;
  margin: 0 auto;
}

.local_nav_wrap .local_nav_list .local_nav_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
}

.local_nav_wrap .local_nav_list .local_nav_item:nth-child(n+2) {
  border-left: var(--orange) solid 1px;
}

.local_nav_wrap .local_nav_list .local_nav_item a {
  display: block;
  line-height: 48px;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
  text-align: center;
}

.local_nav_wrap .local_nav_list .local_nav_item a.cur {
  background-color: var(--orange);
  color: var(--white);
}

.local_nav_wrap.local_nav_wrap--btm {
  margin-top: 40px;
}

.movie_area_wrap {
  background-color: rgba(245, 161, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.movie_area_wrap .movie_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.movie_area_wrap .movie_area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.ttl_beginner {
  width: 100%;
  max-width: 760px;
  text-align: center;
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 700;
  background-color: var(--orange);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  line-height: 1.2;
  margin: 0 auto 10px;
  z-index: 2;
}

.ttl_beginner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9.5px 0 9.5px;
  border-color: var(--orange) transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sect_beginner {
  margin-top: 60px;
}

.sect_beginner .sectInner {
  border: var(--orange) solid 1px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 0px 0px var(--orange);
  box-shadow: 5px 5px 0px 0px var(--orange);
}

.sect_beginner .flex_item_img {
  text-align: center;
}

.sect_beginner .flex_item_txt {
  margin-top: 20px;
}

.sect_beginner .bgnr_txt {
  font-size: 1rem;
  line-height: 2;
}

.sect_beginner .bgnr_txt:nth-of-type(n+2) {
  margin-top: 2rem;
}

.sect_beginner .bgnr_txt strong {
  color: var(--orange);
  font-weight: 700;
}

.sect_beginner .bgnr_txt.mt {
  margin-top: 30px;
}

.sect_beginner .bgnr_list {
  margin-top: 2rem;
}

.sect_beginner .bgnr_list li {
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
}

.sect_beginner .bgnr_list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black70);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
}

.sect_beginner .bgnr_list li:nth-child(n+2) {
  margin-top: 5px;
}

.sect_beginner .orange_ffl_txt {
  font-size: 1.1875rem;
  color: var(--orange);
  font-weight: 700;
  margin-top: 2rem;
}

.sect_beginner .img_large {
  overflow-x: auto;
  margin-top: 20px;
}

.sect_beginner .img_large img {
  min-width: 600px;
}

.sect_beginner .imgflexbox {
  margin-bottom: 30px;
}

.sect_beginner .imgflexbox .flex_item {
  text-align: center;
}

.sect_beginner .imgflexbox .flex_item:nth-child(n+2) {
  margin-top: 30px;
}

.sect_beginner .imgflexbox .flex_item img {
  width: 80%;
}

.sect_beginner .beginner_faq_list .beginner_faq_item:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--orange) dashed 1px;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.abox {
  margin-top: 10px;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.aligntop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 37px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: var(--black5);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn.icn--q {
  background-color: var(--bluegreen_deep);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn.icn--a {
  background-color: var(--orange);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt {
  width: calc(100% - 37px - 10px);
  font-size: 1rem;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt.txt--q {
  color: var(--bluegreen_deep);
  font-weight: 700;
}

.sect_beginner .support_flow_box {
  margin-top: 40px;
}

.sect_beginner .support_flow_box .support_flow_step {
  border-top: var(--orange) dashed 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox {
  margin-bottom: 20px;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 500;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner span {
  display: block;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -40px;
  font-weight: 700;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
  text-align: center;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox p {
  font-size: 0.875rem;
}

.ttlsml_beginner2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  margin-bottom: 1rem;
}

.ttlsml_beginner2:not(:first-child) {
  margin-top: 40px;
}

/******** Local Pagenavi ********/
.local_pagenav_wrap {
  margin-top: 60px;
}

.local_pagenav_list {
  border: var(--orange) solid 1px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.local_pagenav_list li {
  width: 50%;
  height: 50px;
}

.local_pagenav_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--orange);
  position: relative;
}

.local_pagenav_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.local_pagenav_list li a span > span {
  font-size: 0.625rem;
  display: block;
}

.local_pagenav_list li:nth-child(2n) a {
  border-left: var(--orange) solid 1px;
}

.local_pagenav_list li:nth-child(n+3) a {
  border-top: var(--orange) solid 1px;
}

.beginnerImg {
  margin-top: 20px;
  text-align: center;
}

.beginnerImg img {
  width: 100%;
  max-width: 500px;
}

/******** Dispatch ********/
/* Know How */
.sect_beginner_first {
  margin-top: 0;
}

.ttlsml_beginner {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  margin-bottom: 1rem;
}

.ttlsml_beginner:not(:first-child) {
  margin-top: 60px;
}

/* Work Type */
.bgn_inner_recombox {
  background-color: #EEF9FB;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.recombox_item:nth-child(n+2) {
  margin-top: 20px;
}

.recombox_item--title span {
  display: block;
  background-color: #5EBFD5;
  border-radius: 10px;
  text-align: center;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 0;
}

.recombox_item--list li {
  padding-left: 1rem;
  position: relative;
  font-size: 0.875rem;
}

.recombox_item--list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black70);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
}

.recombox_item--list li:nth-child(n+2) {
  margin-top: 5px;
}

/* Merit */
.ttlsml_beginner--num {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  padding-left: 30px;
  margin-bottom: 1rem;
  position: relative;
}

.ttlsml_beginner--num .numcircle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  background-color: var(--orange);
  border-radius: 50%;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

.meritbox:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: var(--orange) dotted 2px;
}

/* Rogin & Register */
.regist_login_tltle {
  font-size: 18px;
  color: var(--black100);
  text-align: center;
  margin-bottom: 30px;
}

.regist_login_box .or_line {
  margin-top: 20px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.regist_login_box .or_line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black100);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.regist_login_box .or_line span {
  background-color: var(--white);
  display: inline-block;
  padding: 5px;
}

.regist_login_box .regist_login_box_item:nth-child(n+2) {
  margin-top: 20px;
}

.regist_login_box .reg_btn01_wrap input[type=submit] {
  margin-bottom: 0;
}

.regist_login_box .has_account_btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.regist_login_box .has_account_btn_box .has_account_btn_item {
  width: 48%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(n+3) {
  margin-top: 4%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(2n) {
  margin-left: 4%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 46px;
  border: var(--black30) solid 1px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.facebook {
  border-color: #0866FF;
  color: #0866FF;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.facebook::before {
  background: url(../img/logo_fb.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.google {
  border-color: #1F1F1F;
  color: #1F1F1F;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.google::before {
  background: url(../img/logo_google.svg) no-repeat center center/80% auto;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.line {
  border-color: #06C755;
  color: #06C755;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.line::before {
  background: url(../img/logo_line.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.apple {
  border-color: #1A1311;
  color: #1A1311;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.apple::before {
  background: url(../img/logo_apple.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo {
  font-size: 12px;
  border-color: #FF0033;
  color: #FF0033;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo::before {
  background: url(../img/logo_yahoo.png) no-repeat center center/contain;
}

/* Popup Float Btn
----------------------------*/
.ctaModalBoxWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.ctaModalBoxWrap.is-show {
  visibility: visible;
  opacity: 1;
}

.ctaModalBoxWrap .ctaModalBox {
  width: 100%;
  max-width: 300px;
  background-color: var(--white);
  text-align: center;
  padding: 35px 0 25px;
  position: relative;
}

.ctaModalBoxWrap .ctaModalBox .txtCtaModal {
  position: relative;
  font-size: 1rem;
  padding-top: 70px;
}

.ctaModalBoxWrap .ctaModalBox .txtCtaModal::before {
  content: "";
  width: 83px;
  height: 60px;
  background: url(../img/icn_shakehand.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox {
  margin-top: 20px;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn {
  display: inline-block;
  background-color: var(--orange);
  padding: 0 20px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: var(--orange);
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::before, .ctaModalBoxWrap .ctaModalBox .modalCloseBtn::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 801px) {
  /* Header */
  #head_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 120px;
  }
  #head_area .headericon {
    position: relative;
    overflow: visible;
  }
  #head_area .headericon .logo_toptxt {
    display: inline-block;
    margin-bottom: 5px;
  }
  #head_area .headericon a {
    display: block;
    text-align: left;
  }
  #head_area .headericon img {
    width: auto;
    height: 44px;
  }
  .hnav_name_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--orange);
  }
  .hnav_box {
    padding: 15px 30px 0 0;
  }
  .hnav_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .hnav_top a {
    color: var(--black80);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hnav_top a:hover {
    opacity: 0.7;
  }
  .hnav_top a.hnav_login_link::after {
    content: "";
    width: 18px;
    height: 17px;
    background: url(../img/icn_login.svg) no-repeat center center/contain;
    margin-left: 3px;
  }
  .hnav_top a.hnav_logout_link::after {
    content: "";
    width: 18px;
    height: 17px;
    background: url(../img/icn_logout.svg) no-repeat center center/contain;
    margin-left: 3px;
  }
  .hnav_top a[target=_blank]::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/icn_newwindow.svg) no-repeat center center/contain;
    margin-left: 3px;
  }
  .hnav_btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .hnav_btm a:hover {
    opacity: 0.7;
  }
  .hnav_btm a.btn_line {
    width: 190px;
    background-color: #06C755;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px;
    padding: 6px 0 6px 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  .hnav_btm a.btn_line::before {
    content: "";
    background: url(../img/logo_line.svg) no-repeat center center/contain;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 7px;
    display: inline-block;
  }
  .hnav_btm a.btn_member {
    width: 190px;
    background-color: var(--orange);
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  .hnav_btm a.btn_keep {
    width: 190px;
    border: #007BF5 solid 1px;
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: #007BF5;
    font-size: 14px;
    font-weight: bold;
  }
  nav#navi {
    display: none;
  }
  nav#navi .link_beginner {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  nav#navi .link_beginner a {
    display: inline-block;
    height: auto;
    border-radius: 0;
    color: #F5A100;
    padding-left: 20px;
    position: relative;
  }
  nav#navi .link_beginner a:hover {
    background-color: transparent;
  }
  nav#navi .link_beginner a::before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../img/icn_beginner_y.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  nav#navi .btn_login {
    background: #FFFFFF;
    border: 1px solid #F5A100;
  }
  nav#navi .btn_login a {
    color: #F5A100;
  }
  nav#navi .btn_login a:hover {
    background-color: #fff2d9;
  }
  nav#navi .btn_wt {
    background: #F5A100;
    border: 1px solid #FFFFFF;
  }
  nav#navi .btn_wt a {
    color: #FFFFFF;
  }
  nav#navi .btn_wt a:hover {
    background-color: #ff9d00;
    color: #FFFFFF;
  }
  .global_nav {
    margin-top: 0;
    position: static;
  }
  .global_nav .global_nav_list {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .global_nav .global_nav_list .global_nav_list_item {
    background-color: transparent;
  }
  .global_nav .global_nav_list .global_nav_list_item:last-child {
    margin-right: 0;
  }
  .global_nav .global_nav_list .global_nav_list_item a {
    color: var(--black80);
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .global_nav .global_nav_list .global_nav_list_item a:hover {
    background-color: transparent;
  }
  /* common */
  .block_contents_wrapper {
    padding-top: 98px;
  }
  /* index
  ---------------------- */
  /* First View */
  .top_fv_searchbox #search_form .top_fv_searchbox_field li select {
    width: 100%;
  }
  /* Footer */
  .footer_address {
    width: auto;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_address .address_box img {
    width: 44%;
    max-width: 160px;
  }
  .footer_address .tel_box {
    margin-left: 0;
  }
  /* Beginner
  ----------------------------*/
  .page_title_wrap {
    height: 200px;
  }
  .page_title_wrap .page_title_inner .page_title.page_title--beginner::before {
    width: 64px;
    height: 86px;
  }
  .page_title_wrap .page_title_inner .page_title .sub_title {
    display: inline-block;
    padding: 8px 20px;
    font-size: 1.25rem;
  }
  .page_title_wrap .page_title_inner .page_title .sub_title + .title_txt {
    margin-top: 0px;
  }
  .page_title_wrap .page_title_inner .page_title .title_txt {
    font-size: 2.75rem;
  }
  .contents_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* Local Navi */
  .local_nav_wrap {
    overflow-x: auto;
  }
  .local_nav_wrap .local_nav_list {
    width: 100%;
  }
  .local_nav_wrap .local_nav_list .local_nav_item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.3333333333%;
  }
  .local_nav_wrap .local_nav_list .local_nav_item a {
    line-height: 60px;
    font-size: 1.25rem;
  }
  .local_nav_wrap.local_nav_wrap--btm {
    margin-top: 60px;
  }
  .movie_area_wrap {
    padding: 60px;
    margin-top: 60px;
  }
  .ttl_beginner {
    font-size: 2.25rem;
    padding: 30px 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .ttl_beginner::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 16.5px 0 16.5px;
    border-color: var(--orange) transparent transparent transparent;
    bottom: -24px;
  }
  .sect_beginner .sectInner {
    padding: 40px;
    -webkit-box-shadow: 10px 10px 0px 0px var(--orange);
    box-shadow: 10px 10px 0px 0px var(--orange);
  }
  .sect_beginner .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sect_beginner .flex_item_img {
    width: 46%;
  }
  .sect_beginner .flex_item_txt {
    width: 46%;
  }
  .sect_beginner .bgnr_txt {
    font-size: 1.1875rem;
  }
  .sect_beginner .orange_ffl_txt {
    font-size: 2rem;
    color: var(--orange);
    font-weight: 700;
    margin-top: 2rem;
  }
  .sect_beginner .bgnr_list li {
    font-size: 1.1875rem;
  }
  .sect_beginner .img_large {
    margin-top: 40px;
  }
  .sect_beginner .imgflexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sect_beginner .imgflexbox .flex_item {
    width: 30%;
  }
  .sect_beginner .imgflexbox .flex_item:nth-child(n+2) {
    margin-top: 0;
  }
  .sect_beginner .imgflexbox .flex_item img {
    width: 100%;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.abox {
    margin-top: 25px;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn {
    width: 74px;
    height: 74px;
    font-size: 2.5rem;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt {
    width: calc(100% - 74px - 25px);
    font-size: 1.25rem;
  }
  .sect_beginner .support_flow_box .support_flow_step {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox {
    margin-bottom: 0;
    width: 114px;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner {
    width: 114px;
    height: 114px;
    font-size: 1.5rem;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner span {
    display: block;
    font-size: 3rem;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox {
    width: calc(100% - 114px - 30px);
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox p {
    font-size: 1.1875rem;
  }
  /******** Local Pagenavi ********/
  .local_pagenav_wrap {
    margin-top: 80px;
  }
  .local_pagenav_list li {
    width: 25%;
  }
  .local_pagenav_list li:nth-child(2n) a {
    border-left: none;
  }
  .local_pagenav_list li:nth-child(n+2) a {
    border-left: var(--orange) solid 1px;
  }
  .local_pagenav_list li:nth-child(n+3) a {
    border-top: none;
  }
  .beginnerImg {
    margin-top: 60px;
  }
  /******** Dispatch ********/
  /* Know How */
  .ttlsml_beginner {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .ttlsml_beginner:not(:first-child) {
    margin-top: 100px;
  }
  /* Work Type */
  .bgn_inner_recombox {
    padding: 40px;
    margin-top: 40px;
  }
  .recombox_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .recombox_item--title span {
    font-size: 1.5rem;
    padding: 12px 0;
  }
  .recombox_item--list li {
    font-size: 1rem;
  }
  /* Merit */
  .ttlsml_beginner--num {
    font-size: 1.75rem;
    padding-left: 54px;
    margin-bottom: 2rem;
  }
  .ttlsml_beginner--num .numcircle {
    width: 46px;
    height: 46px;
    top: 0px;
    line-height: 46px;
    font-size: 2.125rem;
  }
  .meritbox:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.page_title_wrap.beginner_cad {
  background-image: url(/front/img/bgttl_beginner_cad.jpg);
}

.page_title_wrap.beginner_matching {
  background-image: url(/front/img/bgttl_beginner_match.jpg);
}

.page_title_wrap.beginner_support {
  background-image: url(/front/img/bgttl_beginner_support.jpg);
}

.page_title_wrap.beginner_dispatch {
  background-image: url(/front/img/bgttl_about_dispatch.jpg);
}

.page_title_wrap .page_title_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page_title_wrap .page_title_inner .page_title {
  display: block;
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 700;
}

.page_title_wrap .page_title_inner .page_title.page_title--beginner {
  position: relative;
}

.page_title_wrap .page_title_inner .page_title .sub_title {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  background-color: var(--orange);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  border-radius: 6px;
}

.page_title_wrap .page_title_inner .page_title .sub_title + .title_txt {
  margin-top: -10px;
}

.page_title_wrap .page_title_inner .page_title .title_txt {
  display: block;
}

.contents_inner {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
}

/* Local Navi */
.local_nav_wrap {
  overflow-x: auto;
}

.local_nav_wrap .local_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: var(--orange) solid 1px;
  border-radius: 5px;
  width: 720px;
  overflow: hidden;
  margin: 0 auto;
}

.local_nav_wrap .local_nav_list .local_nav_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
}

.local_nav_wrap .local_nav_list .local_nav_item:nth-child(n+2) {
  border-left: var(--orange) solid 1px;
}

.local_nav_wrap .local_nav_list .local_nav_item a {
  display: block;
  line-height: 48px;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
  text-align: center;
}

.local_nav_wrap .local_nav_list .local_nav_item a.cur {
  background-color: var(--orange);
  color: var(--white);
}

.local_nav_wrap.local_nav_wrap--btm {
  margin-top: 40px;
}

.movie_area_wrap {
  background-color: rgba(245, 161, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.movie_area_wrap .movie_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.movie_area_wrap .movie_area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.ttl_beginner {
  width: 100%;
  max-width: 760px;
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--orange);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  line-height: 1.2;
  margin: 0 auto 10px;
  z-index: 2;
}

.ttl_beginner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9.5px 0 9.5px;
  border-color: var(--orange) transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sect_beginner {
  margin-top: 60px;
}

.sect_beginner .sectInner {
  border: var(--orange) solid 1px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 0px 0px var(--orange);
  box-shadow: 5px 5px 0px 0px var(--orange);
}

.sect_beginner .flex_item_img {
  text-align: center;
}

.sect_beginner .flex_item_txt {
  margin-top: 20px;
}

.sect_beginner .bgnr_txt {
  font-size: 1rem;
  line-height: 1.8;
}

.sect_beginner .bgnr_txt:nth-of-type(n+2) {
  margin-top: 2rem;
}

.sect_beginner .bgnr_txt strong {
  color: var(--orange);
  font-weight: 700;
}

.sect_beginner .bgnr_txt.mt {
  margin-top: 30px;
}

.sect_beginner .bgnr_list {
  margin-top: 2rem;
}

.sect_beginner .bgnr_list li {
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
}

.sect_beginner .bgnr_list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black70);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
}

.sect_beginner .bgnr_list li:nth-child(n+2) {
  margin-top: 5px;
}

.sect_beginner .orange_ffl_txt {
  font-size: 1.1875rem;
  color: var(--orange);
  font-weight: 700;
  margin-top: 2rem;
}

.sect_beginner .img_large {
  overflow-x: auto;
  margin-top: 20px;
}

.sect_beginner .img_large img {
  min-width: 600px;
}

.sect_beginner .imgflexbox {
  margin-top: 30px;
}

.sect_beginner .imgflexbox .flex_item {
  text-align: center;
}

.sect_beginner .imgflexbox .flex_item:nth-child(n+2) {
  margin-top: 30px;
}

.sect_beginner .imgflexbox .flex_item img {
  width: 80%;
}

.sect_beginner .beginner_faq_list .beginner_faq_item:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--orange) dashed 1px;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.abox {
  margin-top: 10px;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.aligntop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 37px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: var(--black5);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn.icn--q {
  background-color: var(--bluegreen_deep);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn.icn--a {
  background-color: var(--orange);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt {
  width: calc(100% - 37px - 10px);
  font-size: 1rem;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt.txt--q {
  color: var(--bluegreen_deep);
  font-weight: 700;
}

.sect_beginner .support_flow_box {
  margin-top: 40px;
}

.sect_beginner .support_flow_box .support_flow_step {
  border-top: var(--orange) dashed 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox {
  margin-bottom: 20px;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 500;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner span {
  display: block;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -40px;
  font-weight: 700;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
  text-align: center;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox p {
  font-size: 0.875rem;
}

/******** Local Pagenavi ********/
.local_pagenav_wrap {
  margin-top: 60px;
}

.local_pagenav_list {
  border: var(--orange) solid 1px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.local_pagenav_list li {
  width: 50%;
  height: 50px;
}

.local_pagenav_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--orange);
  position: relative;
}

.local_pagenav_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.local_pagenav_list li a span > span {
  font-size: 0.625rem;
  display: block;
}

.local_pagenav_list li:nth-child(2n) a {
  border-left: var(--orange) solid 1px;
}

.local_pagenav_list li:nth-child(n+3) a {
  border-top: var(--orange) solid 1px;
}

.beginnerImg {
  margin-top: 20px;
  text-align: center;
}

.beginnerImg img {
  width: 100%;
  max-width: 500px;
}

/******** Dispatch ********/
/* Know How */
.sect_beginner_first {
  margin-top: 0;
}

.ttlsml_beginner {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  margin-bottom: 1rem;
}

.ttlsml_beginner:not(:first-child) {
  margin-top: 60px;
}

/* Work Type */
.bgn_inner_recombox {
  background-color: #EEF9FB;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.recombox_item:nth-child(n+2) {
  margin-top: 20px;
}

.recombox_item--title span {
  display: block;
  background-color: #5EBFD5;
  border-radius: 10px;
  text-align: center;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 0;
}

.recombox_item--list li {
  padding-left: 1rem;
  position: relative;
  font-size: 0.875rem;
}

.recombox_item--list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black70);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
}

.recombox_item--list li:nth-child(n+2) {
  margin-top: 5px;
}

/* Merit */
.ttlsml_beginner--num {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  padding-left: 30px;
  margin-bottom: 1rem;
  position: relative;
}

.ttlsml_beginner--num .numcircle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  background-color: var(--orange);
  border-radius: 50%;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

.meritbox:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: var(--orange) dotted 2px;
}

/* Rogin & Register */
.regist_login_tltle {
  font-size: 18px;
  color: var(--black100);
  text-align: center;
  margin-bottom: 30px;
}

.regist_login_box .or_line {
  margin-top: 20px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.regist_login_box .or_line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black100);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.regist_login_box .or_line span {
  background-color: var(--white);
  display: inline-block;
  padding: 5px;
}

.regist_login_box .regist_login_box_item:nth-child(n+2) {
  margin-top: 20px;
}

.regist_login_box .reg_btn01_wrap input[type=submit] {
  margin-bottom: 0;
}

.regist_login_box .has_account_btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.regist_login_box .has_account_btn_box .has_account_btn_item {
  width: 48%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(n+3) {
  margin-top: 4%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(2n) {
  margin-left: 4%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 46px;
  border: var(--black30) solid 1px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.facebook {
  border-color: #0866FF;
  color: #0866FF;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.facebook::before {
  background: url(../img/logo_fb.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.google {
  border-color: #1F1F1F;
  color: #1F1F1F;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.google::before {
  background: url(../img/logo_google.svg) no-repeat center center/80% auto;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.line {
  border-color: #06C755;
  color: #06C755;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.line::before {
  background: url(../img/logo_line.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.apple {
  border-color: #1A1311;
  color: #1A1311;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.apple::before {
  background: url(../img/logo_apple.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo {
  font-size: 12px;
  border-color: #FF0033;
  color: #FF0033;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo::before {
  background: url(../img/logo_yahoo.png) no-repeat center center/contain;
}

/* Popup Float Btn
----------------------------*/
.ctaModalBoxWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.ctaModalBoxWrap.is-show {
  visibility: visible;
  opacity: 1;
}

.ctaModalBoxWrap .ctaModalBox {
  width: 100%;
  max-width: 300px;
  background-color: var(--white);
  text-align: center;
  padding: 35px 0 25px;
  position: relative;
}

.ctaModalBoxWrap .ctaModalBox .txtCtaModal {
  position: relative;
  font-size: 1rem;
  padding-top: 70px;
}

.ctaModalBoxWrap .ctaModalBox .txtCtaModal::before {
  content: "";
  width: 83px;
  height: 60px;
  background: url(../img/icn_shakehand.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox {
  margin-top: 20px;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn {
  display: inline-block;
  background-color: var(--orange);
  padding: 0 20px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: var(--orange);
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::before, .ctaModalBoxWrap .ctaModalBox .modalCloseBtn::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 801px) {
  /* Header */
  nav#navi .link_beginner {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  nav#navi .link_beginner a {
    display: inline-block;
    height: auto;
    border-radius: 0;
    color: #F5A100;
    padding-left: 20px;
    position: relative;
  }
  nav#navi .link_beginner a:hover {
    background-color: transparent;
  }
  nav#navi .link_beginner a::before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../img/icn_beginner_y.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  nav#navi .btn_login {
    background: #FFFFFF;
    border: 1px solid #F5A100;
  }
  nav#navi .btn_login a {
    color: #F5A100;
  }
  nav#navi .btn_login a:hover {
    background-color: #fff2d9;
  }
  nav#navi .btn_wt {
    background: #F5A100;
    border: 1px solid #FFFFFF;
  }
  nav#navi .btn_wt a {
    color: #FFFFFF;
  }
  nav#navi .btn_wt a:hover {
    background-color: #ff9d00;
    color: #FFFFFF;
  }
  /* common */
  .block_contents_wrapper {
    padding-top: 98px;
  }
  /* index
  ---------------------- */
  /* First View */
  .top_fv_searchbox #search_form .top_fv_searchbox_field li select {
    width: 100%;
  }
  /* Swiper Arrow */
  .top_fv_recruit_box .recruit_list_button_prev,
  .top_fv_recruit_box .recruit_list_button_next {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
  }
  .top_fv_recruit_box .recruit_list_button_prev::after,
  .top_fv_recruit_box .recruit_list_button_next::after {
    font-size: 18px;
  }
  .top_fv_recruit_box .recruit_list_button_prev {
    left: 10px !important;
    margin-left: 0 !important;
  }
  .top_fv_recruit_box .recruit_list_button_prev::after {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .top_fv_recruit_box .recruit_list_button_next {
    right: 10px !important;
  }
  .top_fv_recruit_box .recruit_list_button_next::after {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  /* Footer */
  .footer_address {
    width: auto;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_address .address_box img {
    width: 44%;
    max-width: 160px;
  }
  .footer_address .tel_box {
    margin-left: 0;
  }
  /* Beginner
  ----------------------------*/
  .page_title_wrap {
    height: 200px;
  }
  .page_title_wrap .page_title_inner .page_title.page_title--beginner::before {
    width: 64px;
    height: 86px;
  }
  .page_title_wrap .page_title_inner .page_title .sub_title {
    display: inline-block;
    padding: 8px 20px;
    font-size: 1.25rem;
  }
  .page_title_wrap .page_title_inner .page_title .sub_title + .title_txt {
    margin-top: 0px;
  }
  .page_title_wrap .page_title_inner .page_title .title_txt {
    font-size: 2.75rem;
  }
  .contents_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* Local Navi */
  .local_nav_wrap {
    overflow-x: auto;
  }
  .local_nav_wrap .local_nav_list {
    width: 100%;
  }
  .local_nav_wrap .local_nav_list .local_nav_item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.3333333333%;
  }
  .local_nav_wrap .local_nav_list .local_nav_item a {
    line-height: 60px;
    font-size: 1.25rem;
  }
  .local_nav_wrap.local_nav_wrap--btm {
    margin-top: 60px;
  }
  .movie_area_wrap {
    padding: 60px;
    margin-top: 60px;
  }
  .ttl_beginner {
    font-size: 1.75rem;
    padding: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .ttl_beginner::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 16.5px 0 16.5px;
    border-color: var(--orange) transparent transparent transparent;
    bottom: -24px;
  }
  .sect_beginner .sectInner {
    padding: 40px;
    -webkit-box-shadow: 10px 10px 0px 0px var(--orange);
    box-shadow: 10px 10px 0px 0px var(--orange);
  }
  .sect_beginner .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sect_beginner .flex_item_img {
    width: 46%;
  }
  .sect_beginner .flex_item_txt {
    width: 47%;
    margin-top: 0px;
  }
  .sect_beginner .bgnr_txt {
    font-size: 1.0625rem;
  }
  .sect_beginner .orange_ffl_txt {
    font-size: 2rem;
    color: var(--orange);
    font-weight: 700;
    margin-top: 2rem;
  }
  .sect_beginner .bgnr_list li {
    font-size: 1.0625rem;
  }
  .sect_beginner .img_large {
    margin-top: 40px;
  }
  .sect_beginner .imgflexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sect_beginner .imgflexbox .flex_item {
    width: 30%;
  }
  .sect_beginner .imgflexbox .flex_item:nth-child(n+2) {
    margin-top: 0;
  }
  .sect_beginner .imgflexbox .flex_item img {
    width: 100%;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.abox {
    margin-top: 25px;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn {
    width: 54px;
    height: 54px;
    font-size: 1.875rem;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt {
    width: calc(100% - 74px - 25px);
    font-size: 1.0625rem;
  }
  .sect_beginner .support_flow_box .support_flow_step {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox {
    margin-bottom: 0;
    width: 114px;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner {
    width: 114px;
    height: 114px;
    font-size: 1.5rem;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner span {
    display: block;
    font-size: 3rem;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox {
    width: calc(100% - 114px - 30px);
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox p {
    font-size: 1.1875rem;
  }
  .sect_beginner h3 + .flexbox {
    margin-top: 40px;
  }
  /******** Local Pagenavi ********/
  .local_pagenav_wrap {
    margin-top: 80px;
  }
  .local_pagenav_list li {
    width: 25%;
  }
  .local_pagenav_list li:nth-child(2n) a {
    border-left: none;
  }
  .local_pagenav_list li:nth-child(n+2) a {
    border-left: var(--orange) solid 1px;
  }
  .local_pagenav_list li:nth-child(n+3) a {
    border-top: none;
  }
  .beginnerImg {
    margin-top: 60px;
  }
  /******** Dispatch ********/
  /* Know How */
  .ttlsml_beginner {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .ttlsml_beginner:not(:first-child) {
    margin-top: 80px;
  }
  .ttlsml_beginner2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .ttlsml_beginner2:not(:first-child) {
    margin-top: 60px;
  }
  /* Work Type */
  .bgn_inner_recombox {
    padding: 40px;
    margin-top: 40px;
  }
  .recombox_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .recombox_item--title span {
    font-size: 1.25rem;
    padding: 12px 0;
  }
  .recombox_item--list li {
    font-size: 1rem;
  }
  /* Merit */
  .ttlsml_beginner--num {
    font-size: 1.5rem;
    padding-left: 44px;
    margin-bottom: 1.5rem;
  }
  .ttlsml_beginner--num .numcircle {
    width: 36px;
    height: 36px;
    top: 0px;
    line-height: 36px;
    font-size: 1.75rem;
  }
  .meritbox:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.page_title_wrap.beginner_cad {
  background-image: url(/front/img/bgttl_beginner_cad.jpg);
}

.page_title_wrap.beginner_matching {
  background-image: url(/front/img/bgttl_beginner_match.jpg);
}

.page_title_wrap.beginner_support {
  background-image: url(/front/img/bgttl_beginner_support.jpg);
}

.page_title_wrap.beginner_dispatch {
  background-image: url(/front/img/bgttl_about_dispatch.jpg);
}

.page_title_wrap .page_title_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page_title_wrap .page_title_inner .page_title {
  display: block;
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 700;
}

.page_title_wrap .page_title_inner .page_title.page_title--beginner {
  position: relative;
}

.page_title_wrap .page_title_inner .page_title .sub_title {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  background-color: var(--orange);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  border-radius: 6px;
}

.page_title_wrap .page_title_inner .page_title .sub_title + .title_txt {
  margin-top: -10px;
}

.page_title_wrap .page_title_inner .page_title .title_txt {
  display: block;
}

.contents_inner {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
}

/* Local Navi */
.local_nav_wrap {
  overflow-x: auto;
}

.local_nav_wrap .local_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: var(--orange) solid 1px;
  border-radius: 5px;
  width: 720px;
  overflow: hidden;
  margin: 0 auto;
}

.local_nav_wrap .local_nav_list .local_nav_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
}

.local_nav_wrap .local_nav_list .local_nav_item:nth-child(n+2) {
  border-left: var(--orange) solid 1px;
}

.local_nav_wrap .local_nav_list .local_nav_item a {
  display: block;
  line-height: 48px;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
  text-align: center;
}

.local_nav_wrap .local_nav_list .local_nav_item a.cur {
  background-color: var(--orange);
  color: var(--white);
}

.local_nav_wrap.local_nav_wrap--btm {
  margin-top: 40px;
}

.movie_area_wrap {
  background-color: rgba(245, 161, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.movie_area_wrap .movie_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.movie_area_wrap .movie_area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.ttl_beginner {
  width: 100%;
  max-width: 760px;
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--orange);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  line-height: 1.2;
  margin: 0 auto 10px;
  z-index: 2;
}

.ttl_beginner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9.5px 0 9.5px;
  border-color: var(--orange) transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sect_beginner {
  margin-top: 60px;
}

.sect_beginner .sectInner {
  border: var(--orange) solid 1px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 0px 0px var(--orange);
  box-shadow: 5px 5px 0px 0px var(--orange);
}

.sect_beginner .flex_item_img {
  text-align: center;
}

.sect_beginner .flex_item_txt {
  margin-top: 20px;
}

.sect_beginner .bgnr_txt {
  font-size: 1rem;
  line-height: 1.8;
}

.sect_beginner .bgnr_txt:nth-of-type(n+2) {
  margin-top: 2rem;
}

.sect_beginner .bgnr_txt strong {
  color: var(--orange);
  font-weight: 700;
}

.sect_beginner .bgnr_txt.mt {
  margin-top: 30px;
}

.sect_beginner .bgnr_list {
  margin-top: 2rem;
}

.sect_beginner .bgnr_list li {
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
}

.sect_beginner .bgnr_list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black70);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
}

.sect_beginner .bgnr_list li:nth-child(n+2) {
  margin-top: 5px;
}

.sect_beginner .orange_ffl_txt {
  font-size: 1.1875rem;
  color: var(--orange);
  font-weight: 700;
  margin-top: 2rem;
}

.sect_beginner .img_large {
  overflow-x: auto;
  margin-top: 20px;
}

.sect_beginner .img_large img {
  min-width: 600px;
}

.sect_beginner .imgflexbox {
  margin-top: 30px;
}

.sect_beginner .imgflexbox .flex_item {
  text-align: center;
}

.sect_beginner .imgflexbox .flex_item:nth-child(n+2) {
  margin-top: 30px;
}

.sect_beginner .imgflexbox .flex_item img {
  width: 80%;
}

.sect_beginner .beginner_faq_list .beginner_faq_item:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--orange) dashed 1px;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.abox {
  margin-top: 10px;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.aligntop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 37px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: var(--black5);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn.icn--q {
  background-color: var(--bluegreen_deep);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn.icn--a {
  background-color: var(--orange);
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt {
  width: calc(100% - 37px - 10px);
  font-size: 1rem;
}

.sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt.txt--q {
  color: var(--bluegreen_deep);
  font-weight: 700;
}

.sect_beginner .support_flow_box {
  margin-top: 40px;
}

.sect_beginner .support_flow_box .support_flow_step {
  border-top: var(--orange) dashed 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox {
  margin-bottom: 20px;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 500;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner span {
  display: block;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -40px;
  font-weight: 700;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
  text-align: center;
}

.sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox p {
  font-size: 0.875rem;
}

/******** Local Pagenavi ********/
.local_pagenav_wrap {
  margin-top: 60px;
}

.local_pagenav_list {
  border: var(--orange) solid 1px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.local_pagenav_list li {
  width: 50%;
  height: 50px;
}

.local_pagenav_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--orange);
  position: relative;
}

.local_pagenav_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.local_pagenav_list li a span > span {
  font-size: 0.625rem;
  display: block;
}

.local_pagenav_list li:nth-child(2n) a {
  border-left: var(--orange) solid 1px;
}

.local_pagenav_list li:nth-child(n+3) a {
  border-top: var(--orange) solid 1px;
}

.beginnerImg {
  margin-top: 20px;
  text-align: center;
}

.beginnerImg img {
  width: 100%;
  max-width: 500px;
}

/******** Dispatch ********/
/* Know How */
.sect_beginner_first {
  margin-top: 0;
}

.ttlsml_beginner {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  margin-bottom: 1rem;
}

.ttlsml_beginner:not(:first-child) {
  margin-top: 60px;
}

/* Work Type */
.bgn_inner_recombox {
  background-color: #EEF9FB;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.recombox_item:nth-child(n+2) {
  margin-top: 20px;
}

.recombox_item--title span {
  display: block;
  background-color: #5EBFD5;
  border-radius: 10px;
  text-align: center;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 0;
}

.recombox_item--list li {
  padding-left: 1rem;
  position: relative;
  font-size: 0.875rem;
}

.recombox_item--list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--black70);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 4px;
}

.recombox_item--list li:nth-child(n+2) {
  margin-top: 5px;
}

/* Merit */
.ttlsml_beginner--num {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--orange);
  padding-left: 30px;
  margin-bottom: 1rem;
  position: relative;
}

.ttlsml_beginner--num .numcircle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  background-color: var(--orange);
  border-radius: 50%;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

.meritbox:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: var(--orange) dotted 2px;
}

/* Rogin & Register */
.regist_login_tltle {
  font-size: 18px;
  color: var(--black100);
  text-align: center;
  margin-bottom: 30px;
}

.regist_login_box .or_line {
  margin-top: 20px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.regist_login_box .or_line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black100);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.regist_login_box .or_line span {
  background-color: var(--white);
  display: inline-block;
  padding: 5px;
}

.regist_login_box .regist_login_box_item:nth-child(n+2) {
  margin-top: 20px;
}

.regist_login_box .reg_btn01_wrap input[type=submit] {
  margin-bottom: 0;
}

.regist_login_box .has_account_btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.regist_login_box .has_account_btn_box .has_account_btn_item {
  width: 48%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(n+3) {
  margin-top: 4%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(2n) {
  margin-left: 4%;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 46px;
  border: var(--black30) solid 1px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.facebook {
  border-color: #0866FF;
  color: #0866FF;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.facebook::before {
  background: url(../img/logo_fb.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.google {
  border-color: #1F1F1F;
  color: #1F1F1F;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.google::before {
  background: url(../img/logo_google.svg) no-repeat center center/80% auto;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.line {
  border-color: #06C755;
  color: #06C755;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.line::before {
  background: url(../img/logo_line.svg) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.apple {
  border-color: #1A1311;
  color: #1A1311;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.apple::before {
  background: url(../img/logo_apple.svg) no-repeat center center/contain;
}

/* Popup Float Btn
----------------------------*/
.ctaModalBoxWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.ctaModalBoxWrap.is-show {
  visibility: visible;
  opacity: 1;
}

.ctaModalBoxWrap .ctaModalBox {
  width: 100%;
  max-width: 300px;
  background-color: var(--white);
  text-align: center;
  padding: 35px 0 25px;
  position: relative;
}

.ctaModalBoxWrap .ctaModalBox .txtCtaModal {
  position: relative;
  font-size: 1rem;
  padding-top: 70px;
}

.ctaModalBoxWrap .ctaModalBox .txtCtaModal::before {
  content: "";
  width: 83px;
  height: 60px;
  background: url(../img/icn_shakehand.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox {
  margin-top: 20px;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn {
  display: inline-block;
  background-color: var(--orange);
  padding: 0 20px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ctaModalBoxWrap .ctaModalBox .modalBtnBox a.ctaBtn span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-right: var(--orange) solid 2px;
  border-bottom: var(--orange) solid 2px;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: var(--orange);
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::before, .ctaModalBoxWrap .ctaModalBox .modalCloseBtn::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ctaModalBoxWrap .ctaModalBox .modalCloseBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 801px) {
  /* Header */
  nav#navi .link_beginner {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  nav#navi .link_beginner a {
    display: inline-block;
    height: auto;
    border-radius: 0;
    color: #F5A100;
    padding-left: 20px;
    position: relative;
  }
  nav#navi .link_beginner a:hover {
    background-color: transparent;
  }
  nav#navi .link_beginner a::before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../img/icn_beginner_y.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  nav#navi .btn_login {
    background: #FFFFFF;
    border: 1px solid #F5A100;
  }
  nav#navi .btn_login a {
    color: #F5A100;
  }
  nav#navi .btn_login a:hover {
    background-color: #fff2d9;
  }
  nav#navi .btn_wt {
    background: #F5A100;
    border: 1px solid #FFFFFF;
  }
  nav#navi .btn_wt a {
    color: #FFFFFF;
  }
  nav#navi .btn_wt a:hover {
    background-color: #ff9d00;
    color: #FFFFFF;
  }
  /* common */
  .block_contents_wrapper {
    padding-top: 160px;
  }
  /* index
  ---------------------- */
  /* First View */
  .top_fv_searchbox #search_form .top_fv_searchbox_field li select {
    width: 100%;
  }
  /* Footer */
  .footer_address {
    width: auto;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_address .address_box img {
    width: 44%;
    max-width: 160px;
  }
  .footer_address .tel_box {
    margin-left: 0;
  }
  /* Beginner
  ----------------------------*/
  .page_title_wrap {
    height: 200px;
  }
  .page_title_wrap .page_title_inner .page_title.page_title--beginner::before {
    width: 64px;
    height: 86px;
  }
  .page_title_wrap .page_title_inner .page_title .sub_title {
    display: inline-block;
    padding: 8px 20px;
    font-size: 1.25rem;
  }
  .page_title_wrap .page_title_inner .page_title .sub_title + .title_txt {
    margin-top: 0px;
  }
  .page_title_wrap .page_title_inner .page_title .title_txt {
    font-size: 2.75rem;
  }
  .contents_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* Local Navi */
  .local_nav_wrap {
    overflow-x: auto;
  }
  .local_nav_wrap .local_nav_list {
    width: 100%;
  }
  .local_nav_wrap .local_nav_list .local_nav_item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.3333333333%;
  }
  .local_nav_wrap .local_nav_list .local_nav_item a {
    line-height: 60px;
    font-size: 1.25rem;
  }
  .local_nav_wrap.local_nav_wrap--btm {
    margin-top: 60px;
  }
  .movie_area_wrap {
    padding: 60px;
    margin-top: 60px;
  }
  .ttl_beginner {
    font-size: 1.75rem;
    padding: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .ttl_beginner::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 16.5px 0 16.5px;
    border-color: var(--orange) transparent transparent transparent;
    bottom: -24px;
  }
  .sect_beginner .sectInner {
    padding: 40px;
    -webkit-box-shadow: 10px 10px 0px 0px var(--orange);
    box-shadow: 10px 10px 0px 0px var(--orange);
  }
  .sect_beginner .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sect_beginner .flex_item_img {
    width: 46%;
  }
  .sect_beginner .flex_item_txt {
    width: 47%;
    margin-top: 0px;
  }
  .sect_beginner .bgnr_txt {
    font-size: 1.0625rem;
  }
  .sect_beginner .orange_ffl_txt {
    font-size: 2rem;
    color: var(--orange);
    font-weight: 700;
    margin-top: 2rem;
  }
  .sect_beginner .bgnr_list li {
    font-size: 1.0625rem;
  }
  .sect_beginner .img_large {
    margin-top: 40px;
  }
  .sect_beginner .imgflexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sect_beginner .imgflexbox .flex_item {
    width: 30%;
  }
  .sect_beginner .imgflexbox .flex_item:nth-child(n+2) {
    margin-top: 0;
  }
  .sect_beginner .imgflexbox .flex_item img {
    width: 100%;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt.abox {
    margin-top: 25px;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .icn {
    width: 54px;
    height: 54px;
    font-size: 1.875rem;
  }
  .sect_beginner .beginner_faq_list .beginner_faq_item .faqtxt .txt {
    width: calc(100% - 74px - 25px);
    font-size: 1.0625rem;
  }
  .sect_beginner .support_flow_box .support_flow_step {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox {
    margin-bottom: 0;
    width: 114px;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner {
    width: 114px;
    height: 114px;
    font-size: 1.5rem;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_numbox .support_flow_numbox_inner span {
    display: block;
    font-size: 3rem;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox {
    width: calc(100% - 114px - 30px);
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .sect_beginner .support_flow_box .support_flow_step .support_flow_txtbox p {
    font-size: 1.1875rem;
  }
  .sect_beginner h3 + .flexbox {
    margin-top: 40px;
  }
  /******** Local Pagenavi ********/
  .local_pagenav_wrap {
    margin-top: 80px;
  }
  .local_pagenav_list li {
    width: 25%;
  }
  .local_pagenav_list li:nth-child(2n) a {
    border-left: none;
  }
  .local_pagenav_list li:nth-child(n+2) a {
    border-left: var(--orange) solid 1px;
  }
  .local_pagenav_list li:nth-child(n+3) a {
    border-top: none;
  }
  .beginnerImg {
    margin-top: 60px;
  }
  /******** Dispatch ********/
  /* Know How */
  .ttlsml_beginner {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .ttlsml_beginner:not(:first-child) {
    margin-top: 80px;
  }
  .ttlsml_beginner2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .ttlsml_beginner2:not(:first-child) {
    margin-top: 60px;
  }
  /* Work Type */
  .bgn_inner_recombox {
    padding: 40px;
    margin-top: 40px;
  }
  .recombox_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .recombox_item--title span {
    font-size: 1.25rem;
    padding: 12px 0;
  }
  .recombox_item--list li {
    font-size: 1rem;
  }
  /* Merit */
  .ttlsml_beginner--num {
    font-size: 1.5rem;
    padding-left: 44px;
    margin-bottom: 1.5rem;
  }
  .ttlsml_beginner--num .numcircle {
    width: 36px;
    height: 36px;
    top: 0px;
    line-height: 36px;
    font-size: 1.75rem;
  }
  .meritbox:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 1000px) {
  .pcOnly {
    display: none;
  }
  /* Search Job Detail
  ----------------------------*/
  .tbl_jobdetail_cont {
    display: block;
  }
  .tbl_jobdetail_cont tr, .tbl_jobdetail_cont th, .tbl_jobdetail_cont td {
    display: block;
  }
  .tbl_jobdetail_cont th {
    background-color: var(--black5);
    padding: 5px 10px;
    text-align: left;
    color: var(--black80);
    margin-bottom: 10px;
    font-size: 16px;
  }
  .tbl_jobdetail_cont td {
    font-size: 14px;
  }
  .tbl_jobdetail_cont tr:nth-child(n+2) th {
    margin-top: 30px;
  }
}
@media (min-width: 1001px) {
  .spOnly {
    display: none;
  }
  /*
      Bottom Link
  ------------------*/
  .bottom_search_area,
  .bottom_link_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bottom_search_area .btm_search_title,
  .bottom_search_area .btm_link_title,
  .bottom_link_area .btm_search_title,
  .bottom_link_area .btm_link_title {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .bottom_search_area .btm_search_title:nth-child(n+2),
  .bottom_search_area .btm_link_title:nth-child(n+2),
  .bottom_link_area .btm_search_title:nth-child(n+2),
  .bottom_link_area .btm_link_title:nth-child(n+2) {
    border-top: none;
    margin-top: 30px;
  }
  .bottom_search_area .btm_search_cont,
  .bottom_search_area .btm_link_cont,
  .bottom_link_area .btm_search_cont,
  .bottom_link_area .btm_link_cont {
    font-size: 14px;
  }
  .bottom_search_area .btm_search_cont .btm_search_cont_inner,
  .bottom_search_area .btm_search_cont .btm_link_cont_inner,
  .bottom_search_area .btm_link_cont .btm_search_cont_inner,
  .bottom_search_area .btm_link_cont .btm_link_cont_inner,
  .bottom_link_area .btm_search_cont .btm_search_cont_inner,
  .bottom_link_area .btm_search_cont .btm_link_cont_inner,
  .bottom_link_area .btm_link_cont .btm_search_cont_inner,
  .bottom_link_area .btm_link_cont .btm_link_cont_inner {
    padding: 0;
  }
  .bottom_search_area .btm_search_cont a:hover,
  .bottom_search_area .btm_link_cont a:hover,
  .bottom_link_area .btm_search_cont a:hover,
  .bottom_link_area .btm_link_cont a:hover {
    text-decoration: underline;
  }
  .bottom_search_area .btm_link_cont ul li,
  .bottom_link_area .btm_link_cont ul li {
    display: inline;
  }
  .bottom_search_area .btm_link_cont ul li:nth-child(n+2),
  .bottom_link_area .btm_link_cont ul li:nth-child(n+2) {
    margin-top: 0;
  }
  .bottom_search_area .btm_link_cont ul li:nth-child(n+2)::before,
  .bottom_link_area .btm_link_cont ul li:nth-child(n+2)::before {
    content: "|";
    margin-right: 5px;
  }
  .bottom_search_area .accordion_btn,
  .bottom_link_area .accordion_btn {
    cursor: default;
  }
  .bottom_search_area .accordion_btn::before, .bottom_search_area .accordion_btn::after,
  .bottom_link_area .accordion_btn::before,
  .bottom_link_area .accordion_btn::after {
    display: none;
  }
  .bottom_search_area .accordion_cont,
  .bottom_link_area .accordion_cont {
    max-height: none;
  }
  .bottom_search_area {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .bottom_link_area {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  /* Index
  ----------------------------*/
  /* First View */
  .top_fv {
    background-image: none;
  }
  .top_fv::before {
    display: none;
  }
  .top_fv_inner_wrapper {
    background: url(../img/fv_top_pc.jpg?20250527) no-repeat center top/cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    min-height: calc(100vh - 528px);
  }
  .top_fv .top_fv_inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
  }
  .top_fv .catchcopy {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .top_fv .catchcopy .catchcopy_top {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    vertical-align: bottom;
  }
  .top_fv .catchcopy .catchcopy_top img {
    width: 162px;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
    margin-right: -10px;
  }
  .top_fv .catchcopy .catchcopy_btm {
    font-size: 68px;
    margin-left: 5px;
    z-index: 0;
  }
  .top_fv .catchcopy .catchcopy_btm::after {
    height: 58px;
  }
  .catchcopy_subtxt {
    font-size: 32px;
    text-indent: 0;
    line-height: 1;
  }
  .catchcopy_subtxt strong {
    font-size: 42px;
  }
  .top_fv .top_fv_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_fv_recruit_list_bodybox dl {
    gap: 15px;
  }
  .top_fv_recruit_list_bodybox dt {
    width: 3.8em;
    font-size: 14px;
  }
  .top_fv_recruit_list_bodybox dd {
    width: calc(100% - 3.8em - 20px);
    font-size: 13px;
  }
  .top_fv_recruit_list_bodybox dd strong {
    font-size: 18px;
  }
  .top_fv_searchbox {
    width: 100%;
    padding: 40px;
    color: var(--white);
  }
  .top_fv_searchbox .top_fv_searchbox_ttl {
    margin-bottom: 30px;
  }
  .top_fv_searchbox .top_fv_searchbox_ttl .top_fv_searchbox_ttl_text {
    padding-left: 42px;
    font-size: 24px;
  }
  .top_fv_searchbox .top_fv_searchbox_ttl .top_fv_searchbox_ttl_text::before {
    content: "";
    width: 35px;
    height: 35px;
  }
  .top_fv_searchbox .top_fv_searchbox_ttl a {
    font-size: 18px;
    border-radius: 20px;
    width: 30%;
    max-width: 180px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_fv_searchbox .top_fv_searchbox_ttl a:hover {
    background-color: var(--white);
    color: var(--orange);
    font-weight: bold;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li {
    width: 23%;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li:nth-child(2n) {
    margin-left: 0;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li:nth-child(n+3) {
    margin-top: 0;
  }
  .top_fv_searchbox .top_fv_searchbox_btn {
    margin-top: 25px;
  }
  .top_fv_searchbox .top_fv_searchbox_btn button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_fv_searchbox .top_fv_searchbox_btn button:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  .top_fv_inner .top_fv_memberentrybox {
    margin: 50px auto 0;
    padding: 40px;
  }
  .top_fv_memberentrybox {
    width: 588px;
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .top_fv_memberentrybox .top_fv_memberentrybox_catch {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .top_fv_memberentrybox .top_fv_memberentrybox_desc {
    font-size: 28px;
    color: black;
  }
  .top_fv_memberentrybox .top_fv_memberentrybox_desc span::before, .top_fv_memberentrybox .top_fv_memberentrybox_desc span::after {
    height: 100%;
  }
  .top_fv_memberentrybox .top_fv_memberentrybox_desc span::before {
    left: -30px;
  }
  .top_fv_memberentrybox .top_fv_memberentrybox_desc span::after {
    right: -30px;
  }
  .top_fv_memberentrybox .top_fv_memberentry_btn {
    text-align: center;
    margin-top: 25px;
  }
  .top_fv_memberentrybox .top_fv_memberentry_btn a {
    width: 390px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_fv_memberentrybox .top_fv_memberentry_btn a::before {
    width: 29px;
    height: 29px;
    right: 15px;
  }
  .top_fv_memberentrybox .top_fv_memberentry_btn a::after {
    width: 8px;
    height: 8px;
    border-right: var(--orange) solid 3px;
    border-bottom: var(--orange) solid 3px;
    right: 26px;
  }
  .top_fv_memberentrybox .top_fv_memberentry_btn a:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  .top_fv_recruit_box {
    padding: 50px 20px 80px;
  }
  .top_fv_recruit_box .top_fv_recruit_list {
    width: 1200px;
    margin: 0 auto;
  }
  .top_fv_searchbox_wrapper {
    max-width: 1240px;
    padding: 0px 20px;
    margin: 0 auto;
  }
  .top_fv_searchbox_wrapper .top_fv_searchbox {
    border-radius: 10px;
  }
  .top_fv_searchbox_wrapper .top_fv_searchbox_btn {
    margin-top: 40px;
  }
  .top_fv_searchbox_wrapper .top_fv_searchbox_btn button {
    width: 450px;
  }
  .top_sect {
    padding: 70px 20px;
  }
  .hlLv2 {
    font-size: 36px;
    font-weight: bold;
  }
  /* Keywords Search */
  .keywords_search .keywords_search_ttl {
    padding: 12px 0;
  }
  .keywords_search .keywords_search_ttl span::before, .keywords_search .keywords_search_ttl span::after {
    width: 35px;
    height: 44px;
  }
  .keywords_search .keywords_search_ttl span::before {
    left: -44px;
  }
  .keywords_search .keywords_search_ttl span::after {
    right: -44px;
  }
  .keywords_search .keywords_search_list {
    padding: 32px 36px;
  }
  .keywords_search .keywords_search_list li {
    width: calc(33.3333333333% - 15.3333333333px);
  }
  .keywords_search .keywords_search_list li:nth-child(2n) {
    margin-left: 0;
  }
  .keywords_search .keywords_search_list li:nth-child(3n), .keywords_search .keywords_search_list li:nth-child(3n+2) {
    margin-left: 23px;
  }
  .keywords_search .keywords_search_list li:nth-child(n+3) {
    margin-top: 0;
  }
  .keywords_search .keywords_search_list li:nth-child(n+4) {
    margin-top: 23px;
  }
  .keywords_search .keywords_search_list li a {
    font-size: 20px;
    padding: 10px 10px 10px 5px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .keywords_search .keywords_search_list li a:hover {
    opacity: 0.7;
  }
  /* New Work Info */
  .new_works_info {
    margin-top: 80px;
  }
  .new_works_info .new_works_info_ttl {
    color: var(--orange);
    padding-left: 46px;
    margin-bottom: 10px;
  }
  .new_works_info .new_works_info_ttl::before {
    width: 36px;
    height: 42px;
  }
  .new_works_info .new_works_tab {
    margin-bottom: 20px;
  }
  .new_works_info .new_works_tab ul li {
    margin: 0 6px 0 0;
    background-color: transparent;
  }
  .new_works_info .new_works_tab ul li a {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .new_works_info .new_works_tab ul li a:hover {
    background-color: var(--orange);
  }
  .new_works_info .new_works_list_wrap {
    height: 500px;
  }
  .new_works_info .new_works_list_wrap .new_works_list .new_works_list_item a {
    padding: 10px 17px;
  }
  .new_works_info .new_works_list_wrap .new_works_list .new_works_list_item a::after {
    width: 8px;
    height: 8px;
    border-right: #858585 solid 3px;
    border-bottom: #858585 solid 3px;
    right: 20px;
  }
  .new_works_info .new_works_list_wrap .new_works_list .new_works_list_item a:hover {
    background-color: var(--black5);
  }
  .new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_title {
    margin-top: 5px;
    font-size: 20px;
  }
  .new_works_info .new_works_list_wrap .new_works_list .new_works_list_item .new_works_info_list {
    margin-top: 0;
  }
  /* beginner contents */
  .beginner_contents {
    background-attachment: fixed;
  }
  .beginner_contents .beginner_contents_ttl {
    margin-bottom: 60px;
  }
  .beginner_contents .beginner_contents_ttl span {
    padding-left: 50px;
  }
  .beginner_contents .beginner_contents_ttl span::before {
    content: "";
    width: 31px;
    height: 46px;
  }
  .beginner_contents .beginner_bnrlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .beginner_contents .beginner_bnrlist li {
    width: calc((100% - 108px) / 2);
    height: 140px;
  }
  .beginner_contents .beginner_bnrlist li a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .beginner_contents .beginner_bnrlist li a:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
  }
  .beginner_contents .beginner_bnrlist li:nth-child(n+2) {
    margin-top: 0;
  }
  /* feature */
  .feature .catch_feature {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .feature .lead {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
  }
  .feature .feature_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature .feature_list.placement {
    -webkit-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .feature li {
    width: calc((100% - 150px) / 3);
  }
  .feature li:nth-child(n+2) {
    margin-top: 0;
  }
  .feature li .feature_title {
    font-size: 24px;
  }
  .feature li .feature_desc {
    font-size: 18px;
  }
  /* News */
  .top_news {
    padding-bottom: 60px;
  }
  .top_news .top_new_ttl {
    text-align: center;
    margin-bottom: 60px;
  }
  .top_news .top_news_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
  }
  .top_news .top_news_list li time {
    width: 7em;
    display: block;
    font-size: 18px;
  }
  .top_news .top_news_list li span {
    width: calc(100% - 10em);
    font-size: 18px;
  }
  .top_news .top_news_list li span a:hover {
    text-decoration: underline;
  }
  .top_news .btn_box {
    margin-top: 60px;
  }
  /* Common Parts */
  a.mod_btn01 {
    max-width: 350px;
    height: 68px;
    line-height: 68px;
    font-size: 22px;
    padding-right: 20px;
    border-radius: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.mod_btn01::before {
    width: 25px;
    height: 25px;
    right: 15px;
  }
  a.mod_btn01::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 24px;
  }
  a.mod_btn01:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  /* fix bottom btn */
  .fix_btmbtn_area {
    height: 120px;
  }
  .fix_btmbtn_area.fix_btmbtn_area_low {
    height: 100px;
  }
  .fix_btmbtn_area.fix_btmbtn_area_low .fix_btmbtn_box {
    height: 100px;
    padding: 23px 20px;
  }
  .fix_btmbtn_box {
    height: 120px;
    padding: 20px 20px;
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li {
    width: calc(50% - 10px);
    max-width: 384px;
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li.oneBtnEntry .btn_square {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li .btn_square {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li .btn_square:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li .btn_square span {
    padding-left: 36px;
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li .btn_square span::before {
    content: "";
    width: 26px;
    height: 26px;
  }
  .fix_btmbtn_box .fix_btmbtn_wrap li:nth-child(n+2) {
    margin-left: 20px;
  }
  /* Search Joblist
  ----------------------------*/
  .joblist_toparea {
    padding: 50px 20px 40px;
  }
  .joblist_toparea .joblist_toparea_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .joblist_toparea .pagetitle {
    padding: 0;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .joblist_nowcondition_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
  }
  .joblist_nowcondition_box .joblist_nowcondition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 210px - 30px);
    font-size: 16px;
  }
  .joblist_nowcondition_box .joblist_nowcondition dt {
    white-space: nowrap;
    margin-right: 15px;
  }
  .joblist_nowcondition_box .joblist_condition_change {
    margin-top: 0px;
  }
  .joblist_nowcondition_box .joblist_condition_change .joblist_condition_change_btn {
    font-size: 16px;
    padding-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .joblist_nowcondition_box .joblist_condition_change .joblist_condition_change_btn:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  .joblist_condition_input_box .joblist_condition_input_inner {
    padding-top: 40px;
  }
  .joblist_condition_input_tab {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .joblist_condition_input_tab .joblist_condition_input_tabitem {
    width: 180px;
    height: 56px;
    line-height: 56px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
  }
  .joblist_condition_input_tab .joblist_condition_input_tabitem:nth-child(n+2) {
    margin-left: 16px;
  }
  .joblist_condition_input_tab .joblist_condition_input_tabitem:hover {
    border-color: var(--black5);
    color: rgb(66, 66, 66);
    background-color: var(--black5);
  }
  .joblist_condition_input_contentswrap {
    background-color: var(--black5);
    padding: 40px 50px;
  }
  .hlLv2-tp2 {
    font-size: 20px;
    padding: 12px 25px;
    background-color: var(--black80);
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .hlLv2-tp2 + .hlLv3 {
    margin-top: 0;
  }
  .hlLv3 {
    border-left-width: 7px;
    padding-left: 10px;
    font-size: 20px;
  }
  .area_select_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .area_select_wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
  }
  .area_select_wrap dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 30px;
    white-space: nowrap;
  }
  .area_select_wrap dl dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .area_select_wrap dl dd ul li {
    width: 78px;
    height: 30px;
    line-height: 30px;
    border: #C7C7C7 solid 1px;
    font-size: 15px;
  }
  .area_select_wrap dl dd ul li:nth-child(n+2) {
    margin-left: 8px;
  }
  .area_select_wrap dl dd ul li:not(:nth-child(4n+1)) {
    margin-left: 0;
    margin-left: 8px;
  }
  .area_select_wrap dl dd ul li:nth-child(n+5) {
    margin-top: 0;
  }
  .area_select_wrap dl dd ul li:hover {
    border-color: var(--orange);
    background-color: var(--orange);
    color: var(--white);
  }
  .area_select_wrap p {
    font-size: 14px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .joblist_condition_checklist {
    font-size: 16px;
  }
  .joblist_condition_checklist.joblist_condition_place_area_item_inner {
    padding: 25px;
    background-color: var(--white);
    margin-top: 10px;
  }
  .joblist_condition_checklist li {
    margin: 0;
    width: calc(20% - 16px);
  }
  .joblist_condition_checklist li:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .joblist_condition_checklist li:nth-child(n+6) {
    margin-top: 15px;
  }
  .joblist_condition_checklist.joblist_condition_railline_station_list li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .joblist_condition_checklist.joblist_condition_railline_station_list li:not(:nth-child(5n+1)) {
    margin-right: 20px;
  }
  .joblist_condition_checklist.joblist_condition_railline_station_list li:nth-child(n+6) {
    margin-top: 0;
  }
  .joblist_condition_checklist.joblist_condition_railline_station_list li:nth-child(n+2) {
    margin-top: 15px;
  }
  .joblist_condition_checklist.joblist_condition_railline_station_list li.select_all {
    width: 100%;
  }
  .joblist_condition_checklist.joblist_condition_checklist_condition li {
    width: auto;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .joblist_condition_checklist.joblist_condition_checklist_condition li:nth-child(n+6) {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .joblist_condition_place_tab {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 35px;
  }
  .joblist_condition_place_tab li {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .joblist_condition_place_tab li:nth-child(n+2) {
    margin-left: 12px;
  }
  .joblist_condition_place_tab li::before {
    border-width: 11px 8px 0 8px;
    bottom: -11px;
  }
  .joblist_condition_place_tab li:hover {
    background-color: var(--black20);
  }
  .joblist_condition_place_tab li:hover::before {
    opacity: 1;
  }
  .joblist_condition_place_tab li.area:hover {
    background-color: var(--orange);
  }
  .joblist_condition_place_tab li.area:hover::before {
    border-color: var(--orange) transparent transparent transparent;
  }
  .joblist_condition_place_tab li.station:hover {
    background-color: var(--bluegreen_deep);
  }
  .joblist_condition_place_tab li.station:hover::before {
    border-color: var(--bluegreen_deep) transparent transparent transparent;
  }
  .joblist_condition_place_cont .joblist_condition_place_arealist {
    margin-bottom: 20px;
  }
  .joblist_condition_place_cont .joblist_condition_place_arealist li {
    width: 78px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .joblist_condition_place_cont .joblist_condition_place_arealist li:not(:first-child) {
    margin-left: 12px;
  }
  .joblist_condition_place_cont .joblist_condition_place_arealist li:nth-child(n+5) {
    margin-top: 0;
  }
  .joblist_condition_place_cont .joblist_condition_place_arealist li:hover {
    border-color: var(--orange);
    background-color: var(--orange);
    color: var(--white);
  }
  .joblist_condition_place_cont .joblist_condition_place_area_cont .joblist_condition_place_area_item {
    font-size: 16px;
  }
  .joblist_condition_place_cont .joblist_condition_place_area_cont .joblist_condition_place_area_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .joblist_condition_place_cont .station_freeword_search {
    font-size: 16px;
  }
  .joblist_condition_place_cont .station_freeword_search input {
    width: 244px;
    margin-left: 20px;
  }
  .joblist_condition_place_cont .oblist_condition_railline_typelist {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .joblist_condition_place_cont .oblist_condition_railline_typelist li {
    width: 78px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 15px;
  }
  .joblist_condition_place_cont .oblist_condition_railline_typelist li:nth-child(2) {
    width: 136px;
  }
  .joblist_condition_place_cont .oblist_condition_railline_typelist li:nth-child(n+2) {
    margin-left: 7px;
  }
  .joblist_condition_place_cont .oblist_condition_railline_typelist li:hover {
    border-color: var(--bluegreen_deep);
    background-color: var(--bluegreen_deep);
    color: var(--white);
  }
  .joblist_condition_place_cont .joblist_condition_railline_selectbox {
    margin-bottom: 20px;
  }
  .joblist_condition_place_cont .joblist_condition_railline_selectbox select {
    width: 409px;
  }
  .joblist_condition_place_cont .select_station_box {
    margin-top: 50px;
    padding: 25px;
    font-size: 16px;
  }
  .search_btn_box {
    margin-top: 40px;
  }
  /* Job Search Result */
  .joblist_search_result {
    padding: 40px 20px;
  }
  .joblist_search_result .search_result_sort {
    margin-bottom: 40px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .joblist_search_result .search_result {
    font-size: 16px;
  }
  .joblist_search_result .sort_select_wrapbox {
    margin-top: 0;
  }
  .joblist_search_result .sort_select_wrapbox .sort_select_wrap .sort_select {
    height: 40px;
  }
  .joblist_search_result .search_result_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 40px;
  }
  .joblist_search_result .search_result_list_item:nth-child(n+2) {
    margin-top: 40px;
  }
  .joblist_search_result .search_result_list_item .search_result_img {
    margin-bottom: 0;
    width: 360px;
    max-width: 360px;
  }
  .joblist_search_result .search_result_list_item .search_result_info {
    display: block;
    width: calc(100% - 360px - 40px);
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobttl {
    font-size: 20px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_tag {
    margin-bottom: 30px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_tag li {
    font-size: 14px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(n+2) {
    margin-top: 0px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(n+3) {
    margin-top: 15px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(1), .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(3) {
    width: 14em;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(2), .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(4) {
    width: calc(100% - 15em);
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li:nth-child(5) {
    width: 100%;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li .search_result_jobinfo_ttl {
    padding-left: 28px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li .search_result_jobinfo_ttl::before {
    content: "";
    width: 22px;
    height: 22px;
    top: 3px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_jobinfo li .search_result_jobinfo_data {
    width: calc(100% - 4em - 28px);
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li:nth-child(n+2) {
    margin-left: 20px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.detail_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.detail_btn::after {
    right: 20px;
  }
  .joblist_search_result .search_result_list_item .search_result_info .search_result_btnbox li a.detail_btn:hover {
    opacity: 0.7;
  }
  .joblist_search_result .search_result_list + .search_result_sort {
    margin-top: 60px;
  }
  .joblist_search_result .pager_box {
    margin-top: 0;
    font-size: 16px;
  }
  .joblist_search_result .pager_box .pager_item {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  /* Keep Button Setting */
  .u_result .search_result_btnbox .content_list_title_check {
    height: 50px;
    line-height: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u_result .search_result_btnbox .content_list_title_check:hover {
    opacity: 0.7;
  }
  .u_result .search_result_btnbox .content_list_title_check::before {
    content: "☆キープに登録";
    font-size: 16px;
    font-weight: 500;
  }
  .u_result .search_result_btnbox .content_list_title_check.entry_checked {
    background-color: #007BF5;
  }
  .u_result .search_result_btnbox .content_list_title_check.entry_checked::before {
    content: "★キープ済";
    color: var(--white);
  }
  .u_result .search_result_btnbox .content_list_title_check.entry_checked:hover {
    opacity: 1;
  }
  .u_result .search_result_btnbox .content_list_title_check.completed {
    background-color: #e1ecf8;
    border-color: #e1ecf8;
  }
  .u_result .search_result_btnbox .content_list_title_check.completed::before {
    content: "エントリー済";
    color: #007BF5;
  }
  .u_result .search_result_btnbox .content_list_title_check.completed:hover {
    opacity: 1;
  }
  /* Search Job Detail
  ----------------------------*/
  .jobdetail_cont {
    padding: 50px 20px 80px;
  }
  .jobdetail_cont_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .jobdetail_cont_outline_txt {
    display: block;
    width: calc(100% - 50px - 384px);
  }
  .jobdetail_cont_outline_txt .pagetitle {
    font-size: 24px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_tag {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_tag li {
    font-size: 14px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo {
    padding: 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo::before {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    background-color: var(--black20);
    position: absolute;
    top: 25px;
    left: 50%;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li {
    width: 46%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(n+2) {
    margin-top: 0;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 15px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 15px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 15px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li .jobdetail_cont_jobinfo_ttl {
    padding-left: 30px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li .jobdetail_cont_jobinfo_ttl::before {
    content: "";
    width: 22px;
    height: 22px;
    top: 3px;
  }
  .jobdetail_cont_outline_txt .jobdetail_cont_outline_jobinfo li .jobdetail_cont_jobinfo_data {
    width: calc(100% - 4em - 32px);
  }
  .jobdetail_cont_outline_img {
    width: 384px;
  }
  .jobdetail_cont_pointbox {
    margin-bottom: 80px;
  }
  .jobdetail_cont_pointbox .ttl_point span {
    font-size: 21px;
    padding: 11px 15px 7px 35px;
  }
  .jobdetail_cont_pointbox .ttl_point span::before {
    width: 21px;
    height: 27px;
  }
  .jobdetail_cont_pointbox .jobdetail_cont_point_cont {
    border-width: 3px;
    padding: 40px;
  }
  .jobdetail_cont_pointbox .jobdetail_cont_point_cont .catch {
    font-size: 18px;
  }
  .jobdetail_cont_pointbox .jobdetail_cont_point_cont .txt {
    margin-top: 1.5em;
    font-size: 16px;
  }
  .tbl_jobdetail_cont {
    width: 100%;
  }
  .tbl_jobdetail_cont th {
    border-top: var(--black30) dotted 1px;
    border-bottom: var(--black30) dotted 1px;
    background-color: var(--black5);
    padding: 20px;
    text-align: left;
    color: var(--black80);
    font-size: 16px;
    width: 192px;
  }
  .tbl_jobdetail_cont td {
    border-top: var(--black30) dotted 1px;
    border-bottom: var(--black30) dotted 1px;
    font-size: 16px;
    padding: 20px;
  }
  .-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .-wrapper:nth-child(n+2) {
    margin-top: 0px;
  }
  .-wrapper .-inner {
    width: 46%;
  }
  .-wrapper .-inner:nth-child(n+2) {
    margin-top: 0;
  }
  .-wrapper .-inner:nth-child(n+3) {
    margin-top: 30px;
  }
  .-wrapper .-label span {
    display: inline-block;
    text-align: center;
    width: 8em;
    padding: 2px 10px;
    font-size: 15px;
  }
  .cell_rates.atm .-inner:first-child .rates {
    width: 80%;
  }
  .cell_rates .rates.under_txt ul {
    margin-bottom: 20px;
  }
  .jobdetail_btnbox {
    margin-top: 80px;
  }
  .jobdetail_btnbox li:nth-child(n+2) {
    margin-left: 25px;
  }
  .jobdetail_btnbox .mod_btn_bak {
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .jobdetail_btnbox .mod_btn_bak::before {
    left: 20px;
    border-width: 2px;
  }
  .jobdetail_btnbox .mod_btn_bak:hover {
    opacity: 0.7;
  }
  .jobdetail_entrybox {
    padding: 50px;
    width: 800px;
    margin: 70px auto 0;
  }
  .jobdetail_entrybox .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .jobdetail_entrybox .txt {
    font-size: 16px;
  }
  .jobdetail_entrybox .ipt_btn01_wrap {
    margin-top: 50px;
  }
  .ipt_btn01_wrap::before {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .ipt_btn01_wrap::after {
    width: 8px;
    height: 8px;
    border-width: 3px;
    right: 29px;
  }
  .ipt_btn01_wrap .ipt_btn01 {
    height: 68px;
    line-height: 68px;
    font-size: 22px;
    padding: 0 10px 0 0;
    border-radius: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ipt_btn01_wrap .ipt_btn01:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  /* Keep Button Setting */
  .u_detail .jobdetail_btnbox .content_list_title_check {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u_detail .jobdetail_btnbox .content_list_title_check::before {
    font-size: 16px;
  }
  .u_detail .jobdetail_btnbox .content_list_title_check.entry_checked:hover, .u_detail .jobdetail_btnbox .content_list_title_check.completed:hover {
    opacity: 1;
  }
  .u_detail .jobdetail_btnbox .content_list_title_check:hover {
    opacity: 0.7;
  }
  .u_detail .fix_btmbtn_area .content_list_title_check {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
  }
  .u_detail .fix_btmbtn_area .content_list_title_check::before {
    content: "☆キープに登録";
  }
  .u_detail .fix_btmbtn_area .content_list_title_check:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  .u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square_wrap::before {
    width: 26px;
    height: 26px;
    right: 20px;
  }
  .u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square_wrap::after {
    width: 8px;
    height: 8px;
    border-width: 3px;
    right: 29px;
  }
  .u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square {
    font-size: 22px;
  }
  .u_detail .fix_btmbtn_area .fix_btmbtn_box .fix_btmbtn_wrap .btn_square:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }
  /* Work Type */
  .bgn_inner_recombox {
    padding: 40px 40px 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recombox_item:nth-child(n+2) {
    margin-top: 0;
  }
  .recombox_item--title {
    text-align: center;
    width: 35%;
  }
  .recombox_item--title span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto;
  }
  .recombox_item--listwrap {
    width: 65%;
  }
  .recombox_item--list li {
    font-size: 1rem;
  }
  .recombox_item--list li:nth-child(n+2) {
    margin-top: 10px;
  }
  /* Rogin & Register */
  .regist_login_tltle {
    text-align: left;
  }
  .regist_login_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
  }
  .regist_login_box .or_line {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .regist_login_box .or_line::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
  }
  .regist_login_box .or_line span {
    background-color: var(--white);
    display: inline-block;
    padding: 5px;
  }
  .regist_login_box .regist_login_box_item {
    width: 42%;
  }
  .regist_login_box .regist_login_box_item:nth-child(n+2) {
    margin-top: 0;
  }
  .regist_login_box .regist_login_box_item .formbox .form_input {
    display: block;
    width: 100%;
  }
  .regist_login_box .regist_login_box_item .formbox .form_input dt {
    width: 100%;
    padding: 10px 0;
  }
  .regist_login_box .regist_login_box_item .formbox .form_input dt:first-child {
    padding-top: 0;
  }
  .regist_login_box .regist_login_box_item .formbox .form_input dd {
    width: 100%;
  }
  .regist_login_box .has_account_btn_box {
    display: block;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item {
    width: 100%;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(n+3) {
    margin-top: 0;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item:nth-child(2n) {
    margin-left: 0;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 46px;
    border: var(--black30) solid 1px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.facebook {
    border-color: #0866FF;
    color: #0866FF;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.facebook::before {
    background: url(../img/logo_fb.svg) no-repeat center center/contain;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.google {
    border-color: #1F1F1F;
    color: #1F1F1F;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.google::before {
    background: url(../img/logo_google.svg) no-repeat center center/80% auto;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.line {
    border-color: #06C755;
    color: #06C755;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.line::before {
    background: url(../img/logo_line.svg) no-repeat center center/contain;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.apple {
    border-color: #1A1311;
    color: #1A1311;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.apple::before {
    background: url(../img/logo_apple.svg) no-repeat center center/contain;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo {
    font-size: 16px;
    border-color: #FF0033;
    color: #FF0033;
  }
  .regist_login_box .has_account_btn_box .has_account_btn_item a.yahoo::before {
    background: url(../img/logo_yahoo.png) no-repeat center center/contain;
  }
}
@media (min-width: 1155px) {
  .global_nav .global_nav_list {
    gap: 60px;
  }
  .global_nav .global_nav_list .global_nav_list_item a {
    font-size: 16px;
  }
  /* Index
  ----------------------------*/
  /* First View */
  .top_fv .top_fv_inner_wrapper {
    padding-top: 50px;
  }
  .top_fv .catchcopy {
    font-size: 44px;
  }
  .top_fv .catchcopy .catchcopy_top img {
    height: 54px;
  }
  .top_fv .catchcopy .catchcopy_btm {
    font-size: 72px;
    line-height: 1;
  }
  .top_fv .catchcopy .catchcopy_btm::after {
    height: 60px;
    bottom: -13px;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li span {
    width: 4em;
    padding-left: 0;
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li label {
    width: calc(100% - 4em);
  }
  .top_fv_searchbox #search_form .top_fv_searchbox_field li select {
    border: none;
    border-radius: 10px;
    height: 44px;
    padding: 0 12px;
  }
  /* Search Job Detail
  ----------------------------*/
  .-wrapper .-inner {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .-wrapper .-inner:nth-child(n+2) {
    margin-top: 0;
  }
  .-wrapper .-inner:nth-child(n+3) {
    margin-top: 30px;
  }
  .-wrapper .-label span {
    width: 6.5em;
    padding: 2px 10px;
    font-size: 15px;
    margin-top: 5px;
    position: relative;
  }
  .-wrapper .-label span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.5px 0 14.5px 15px;
    border-color: transparent transparent transparent var(--black5);
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .-content {
    width: calc(100% - 7em);
  }
  .cell_rates.atm .-inner:first-child .rates {
    width: calc(100% - 13em);
  }
  .cell_rates.atm .-inner:not(:first-child) span {
    width: 6.5em;
  }
  .cell_rates.atm .-inner:not(:first-child) span:first-child {
    text-align: right;
  }
  .cell_rates .rates {
    width: 100%;
  }
  .cell_rates .rates.under_txt ul {
    margin-bottom: 20px;
  }
  .tbl_jobdetail_cont .cell_rates {
    padding-right: 0;
    font-size: 15px;
  }
  .sect_beginner {
    margin-top: 100px;
  }
  .sect_beginner .sectInner {
    padding: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
  /******** Local Pagenavi ********/
  .local_pagenav_list li {
    height: 60px;
  }
  .local_pagenav_list li a {
    font-size: 1.25rem;
  }
  .local_pagenav_list li a::after {
    width: 8px;
    height: 8px;
    border-right: var(--orange) solid 2px;
    border-bottom: var(--orange) solid 2px;
    right: 20px;
  }
  .local_pagenav_list li a span > span {
    font-size: 0.75rem;
  }
  /* Know How */
  .sect_beginner_first {
    margin-top: 0;
  }
}
.result .no_data_new {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #E5E5E5;
}

.result .result_category_catch {
  color: #007BF5;
}

@media screen and (min-width: 1001px) {
  .top_fv.is_agent {
    background-image: url(../img/fv_top_agent_pc.jpg) !important;
  }
}
@media screen and (max-width: 1000px) {
  .top_fv.is_agent {
    background-image: url(../img/fv_top_agent_sp.jpg) !important;
  }
}
@media screen and (min-width: 801px) {
  #footer_navi.placement > div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}/*# sourceMappingURL=common.css.map */