@charset "UTF-8";
body, h1 {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #FAFAFA; }

h2 {
  margin: 0; }

h2.colored {
  font-family: "alwyn-new-web";
  font-size: 21px; }
  h2.colored::first-letter {
    color: #22D426; }

h2.admin {
  color: #000;
  font-family: "alwyn-new-web";
  font-size: 21px;
  letter-spacing: 1px; }

a {
  color: #22D426;
  text-decoration: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

button:disabled {
  background-color: #9B9B9B; }

button.safe_button:disabled {
  background-color: transparent;
  color: #9B9B9B;
  border: 1px solid #9B9B9B; }

.display_iphone {
  display: none; }
  @media only screen and (max-width: 414px) {
    .display_iphone {
      display: block; } }

.display_mini {
  display: none; }
  @media only screen and (max-width: 768px) {
    .display_mini {
      display: block; } }

.gray {
  color: #9B9B9B; }

.red {
  color: red; }

.center {
  text-align: center; }

.green {
  color: #22D426; }

.flex {
  display: flex; }

.checkboxes {
  margin: 0;
  display: flex; }

.checkboxes input[type=checkbox] {
  display: none; }

.checkboxes input[type=checkbox]:checked + label {
  background-color: #9B9B9B;
  color: #ffffff; }

.check_label:hover {
  background-color: #F4F4F4; }

.check_label {
  display: block;
  margin: 5px;
  text-align: center;
  line-height: 28px;
  padding: 0.5em 1em;
  cursor: pointer;
  color: #9B9B9B;
  border: 1px solid #9B9B9B;
  border-radius: 2px; }

.required {
  font-size: 14px;
  color: #9B9B9B; }

.title {
  margin-top: 2em;
  font-weight: bold; }

.wrapper {
  min-height: 100%;
  width: 100%;
  background-color: #FAFAFA; }

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

.shadow {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05); }

.tags {
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
  flex-wrap: wrap; }

.country_button {
  display: inline-block;
  font-size: 10px;
  margin: 4px;
  text-align: center;
  line-height: 18px;
  padding: 0.5em 1em;
  color: #9B9B9B;
  border: 1px solid #9B9B9B;
  border-radius: 2px; }

.box {
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #D3D3D3;
  height: 28px;
  font-size: 16px;
  padding: 6px;
  height: 3em;
  width: 80%; }

.box.name {
  height: 2em;
  font-size: 2em;
  font-weight: bold; }

.box.disabled {
  background-color: #eee;
  border: none; }

input[type=text]:focus, textarea:focus {
  border: 1px #fff solid;
  outline: 1px #22D426 solid; }

::-webkit-input-placeholder {
  color: #ccc; }

.login_title {
  margin: 2em 0; }
  .login_title h1 {
    font-size: 18px;
    margin: 1em; }

.login {
  text-align: center;
  margin: 60px auto; }
  .login h2 {
    font-size: 14px; }

.login_form {
  padding: 20px;
  margin: 0 auto;
  width: 320px;
  background-color: #fff; }

.login_button {
  border: none;
  width: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #22D426;
  color: #fff;
  margin: 2em auto;
  height: 36px; }

.ok_button {
  border: none;
  width: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #22D426;
  color: #fff;
  margin: 2em auto;
  height: 60px; }

.safe_button {
  border: 1px solid #22D426;
  width: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #22D426;
  margin: 2em auto;
  height: 60px; }

.reject_button {
  border: 1px solid #FF0000;
  color: #FF0000; }

.ng_button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #FF0000;
  margin: 2em auto;
  height: 24px; }

.white_button {
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 12px;
  margin: 4px;
  text-align: center;
  line-height: 18px;
  padding: 0.5em 1em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all 0.5s; }

.white_button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s; }

.login_body {
  line-height: 1.5em;
  margin: 2em auto;
  max-width: 500px; }

.icon_block {
  position: relative;
  width: 130px;
  height: 130px;
  display: inline-block;
  background-color: #fff; }

.icon_block.job {
  top: -15px; }

.icon_block.company {
  top: -65px; }

.option_input:disabled:before {
  border: 2px solid #9B9B9B;
  border-top-style: none;
  border-right-style: none; }

.option_input:disabled:after {
  background: #eee; }

.option_input {
  position: relative;
  margin: 0 0.8rem 0 0;
  cursor: pointer; }
  .option_input:before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.0875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.2s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #22D426;
    border-top-style: none;
    border-right-style: none; }
  .option_input:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  .option_input:after {
    position: absolute;
    top: -0.125rem;
    left: -0.1em;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    border: 1px solid #D3D3D3;
    background: #ffffff; }

.flash {
  padding: 16px;
  background-color: #E9FDE9;
  border-bottom: 1px #ccc solid; }
  .flash.error {
    background-color: #fde9e9; }
  .flash.info {
    background-color: #fff;
    font-weight: bold; }
  .flash .container {
    display: flex;
    justify-content: space-between; }
    .flash .container .flash_delete {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 16px;
      height: 16px;
      font-size: 20px;
      cursor: pointer; }

.term h1 {
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 2em 0; }

.term .term_box {
  background-color: #fff;
  padding: 2em; }

.company_info {
  display: flex;
  padding: 1.8em;
  line-height: 2em;
  justify-content: space-between; }
  .company_info a {
    color: #9B9B9B; }
  .company_info .company_info_left img {
    margin: 0 2em 2em 0;
    width: 90px;
    border: 1px solid #DADADA; }
  .company_info .one_liner {
    color: #22D426;
    font-weight: bold; }
  .company_info .company_info_center {
    width: 600px; }
    .company_info .company_info_center h2 {
      color: #000; }
  .company_info .company_info_right {
    display: flex;
    justify-content: center; }
    .company_info .company_info_right .company_cv {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 180px;
      display: flex;
      padding: 0em 1em;
      color: #9B9B9B; }
      .company_info .company_info_right .company_cv .company_cv_container {
        margin: 1em 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px #9B9B9B solid;
        width: 150px; }
        .company_info .company_info_right .company_cv .company_cv_container img {
          width: 15px;
          height: 15px;
          margin-right: 6px; }

.job_header.top {
  background-repeat: no-repeat;
  background-position: 0 -200px; }
  @media only screen and (max-width: 1440px) {
    .job_header.top {
      background-position: 0 -80px; } }
  @media only screen and (max-width: 1000px) {
    .job_header.top {
      background-position: 0 0; } }
  @media only screen and (max-width: 768px) {
    .job_header.top {
      background-position: -300px 0; } }

.job_header.top.enter {
  background-position: 0 -240px; }
  @media only screen and (max-width: 1440px) {
    .job_header.top.enter {
      background-position: 0 -80px; } }
  @media only screen and (max-width: 1000px) {
    .job_header.top.enter {
      background-position: 0 0; } }
  @media only screen and (max-width: 768px) {
    .job_header.top.enter {
      background-position: 0 0; } }

.service_benefits_wrap {
  background-color: #FAFAFA;
  padding: 5em 0; }
  .service_benefits_wrap .service_benefits {
    background-color: #fff;
    border: solid 1px #eee;
    padding: 2em 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .service_benefits_wrap .service_benefits {
        flex-direction: column; } }
  .service_benefits_wrap .column {
    flex: 1;
    margin: 0 auto;
    text-align: center;
    font-family: "alwyn-new-web", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic"; }
    .service_benefits_wrap .column img {
      width: 100px; }
    .service_benefits_wrap .column h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2em;
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 20px;
      margin: 0;
      color: #000; }
    .service_benefits_wrap .column .column_body {
      letter-spacing: 0.5px;
      line-height: 1.4em;
      color: #9B9B9B;
      padding: 1em; }
    .service_benefits_wrap .column button.white_button {
      margin: 2em; }
  @media only screen and (max-width: 768px) {
    .service_benefits_wrap img {
      width: 60px; }
    .service_benefits_wrap h3 {
      font-size: 14px; } }

.service_description_container {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "alwyn-new-web";
  letter-spacing: 0.05em;
  flex: 1 0 300px; }
  .service_description_container h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.05em; }
  .service_description_container .signup_text {
    color: #000; }
  .service_description_container .signup_box {
    display: inline-block;
    flex-wrap: wrap; }
  .service_description_container .signup {
    border-radius: 2px;
    color: #fff;
    margin: 1em 1em;
    padding: 1em 2em;
    display: inline-block;
    transition: all .1s; }
  .service_description_container .facebook {
    background-color: #3E5BB2; }
  .service_description_container .facebook:hover {
    background-color: #5d77c6; }
  .service_description_container .google {
    background-color: #4688f1; }
  .service_description_container .google:hover {
    background-color: #75a6f5; }
  .service_description_container .linkedin {
    background-color: #0077B5; }
  .service_description_container .linkedin:hover {
    background-color: #0099e8; }
  .service_description_container .service_description {
    font-weight: bold;
    color: #9B9B9B;
    margin: 1em 0 0 0;
    width: 75%; }
    .service_description_container .service_description p {
      margin: 0 0 1em 0; }

.tab_label {
  padding-left: 10px;
  font-family: "alwyn-new-web";
  font-weight: bold;
  margin: 1em auto;
  color: #22D426; }

.tab_nav_wrap {
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
  background-color: #fff; }

.tab_nav {
  width: 100%;
  align-items: center;
  overflow-x: scroll;
  margin: 0 auto;
  display: flex; }
  .tab_nav a {
    font-family: "alwyn-new-web";
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: auto 0.5em;
    color: #9B9B9B;
    font-size: 18px;
    padding: 10px 10px 17px;
    transition: all .3s; }
  .tab_nav a.active {
    color: #000;
    box-shadow: 0 -4px 0 0 #22D426 inset; }
  .tab_nav a:hover {
    color: #000; }

.tab_nav a {
  font-size: 1em; }

hr {
  margin: 2em auto;
  border: 0;
  border-top: solid #E8E8E8 1px; }

select {
  border: 1px solid #e7e9eb;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  height: 35px;
  margin: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit; }

.button_box {
  padding: 2em;
  display: flex;
  flex-flow: row;
  justify-content: center; }
  .button_box .submit {
    margin: 1em; }

.job_cv a, .company_cv a {
  color: #9B9B9B; }

.job_cv a:hover, .company_cv a:hover {
  color: #cecece; }

.company_profile span.gray {
  font-size: 16px;
  color: #9B9B9B; }

.company_profile .title_box {
  display: flex;
  line-height: 2em;
  font-weight: normal;
  margin: 2em 0;
  padding: 1em;
  background-color: #fff; }
  .company_profile .title_box .gray {
    font-size: 12px; }

.company_profile .title_list {
  width: 90%; }

.company_profile .title_status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  font-size: 16px;
  color: #9B9B9B; }

form .checkbox {
  background: none;
  margin: 0;
  display: inline-block;
  display: flex; }
  form .checkbox label {
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 1em 2em;
    font-weight: normal;
    border-bottom: #FAFAFA 5px solid;
    transition: 0.3s all; }
    form .checkbox label input {
      display: none; }
  form .checkbox label:hover {
    background-color: #FAFAFA;
      background-color-border-bottom: #000 5px solid; }
  form .checkbox label.active {
    border-bottom: #22D426 5px solid;
    transition: 0.3s all; }

.company_edit_box {
  padding: 1em 2em 2em 2em; }
  .company_edit_box .attention {
    color: #9B9B9B;
    font-size: 12px; }
  .company_edit_box .input_item {
    display: flex; }
    .company_edit_box .input_item p {
      flex: 1; }
    .company_edit_box .input_item textarea {
      font-size: 14px;
      line-height: 1.5em;
      width: 100%; }
    .company_edit_box .input_item .box {
      width: 100%; }
  .company_edit_box img {
    max-height: 120px;
    max-width: 100%; }
  .company_edit_box textarea {
    height: 240px; }
  .company_edit_box input[type=file] {
    border: none; }
  .company_edit_box .filebox {
    margin: 0;
    color: #22D426;
    padding: 4px 0px;
    border-radius: 2px; }
  .company_edit_box div {
    margin: 0 0 1em; }
  .company_edit_box hr {
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee; }
  .company_edit_box label {
    vertical-align: middle;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    color: #9B9B9B; }
  .company_edit_box label.check_label {
    font-size: 12px;
    font-weight: normal; }
  .company_edit_box .innerlabel {
    display: block;
    font-size: 12px;
    color: #9B9B9B; }

.settings #message, .settings #message2 {
  margin-left: 2em; }

.settings .ok_button {
  display: block;
  margin: 0;
  width: 100px;
  height: 48px; }

.settings form {
  margin-bottom: 100px; }
  .settings form textarea {
    height: 6em; }

.job_post {
  font-family: "alwyn-new-web";
  justify-content: space-between;
  padding: 1.8em;
  line-height: 2em;
  max-width: 100%;
  margin-bottom: 2em; }
  .job_post span.gray {
    font-size: 16px;
    color: #9B9B9B; }
  .job_post .submit {
    border: 1px solid #22D426;
    margin: 1em;
    padding: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #22D426; }
  .job_post .job_info_container {
    display: flex;
    justify-content: space-between; }
    .job_post .job_info_container h2 {
      font-size: 18px; }
  .job_post .job_info_container.user {
    display: flex;
    justify-content: space-between; }
    .job_post .job_info_container.user h2 {
      font-weight: normal; }
  .job_post .job_info_container.user.rejected .job_info_left {
    opacity: 0.2; }
  .job_post .job_info_container.user.rejected .job_info_center {
    opacity: 0.2; }
  .job_post .job_info_left {
    margin-right: 2em;
    width: 120px;
    height: 120px;
    border: 1px solid #DADADA; }
  .job_post .req_icon {
    margin: 18px;
    width: 84px;
    height: 84px; }
  .job_post .one_liner {
    color: #22D426;
    font-weight: bold; }
  .job_post .job_info_center {
    flex: 1;
    display: flex;
    align-items: center;
    width: 600px; }
  .job_post .job_info_center.user {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; }
  .job_post .job_info_setting {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .job_post .job_info_setting .setting_item {
      display: inline; }
    .job_post .job_info_setting select {
      display: inline; }
    .job_post .job_info_setting label {
      margin-right: 1em;
      font-size: 12px;
      font-weight: bold;
      color: #9B9B9B; }
  .job_post .job_info_right {
    justify-content: flex-end;
    display: flex; }
  .job_post .job_cv {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    display: flex;
    padding: 0em 1em;
    color: #9B9B9B; }
    .job_post .job_cv .job_cv_container {
      margin: 1em 0;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px #9B9B9B solid;
      width: 150px; }
      .job_post .job_cv .job_cv_container img {
        width: 15px;
        height: 15px;
        margin-right: 6px; }
  .job_post .job_cv.user a {
    color: #fff; }
  .job_post .job_cv.user .job_cv_container.user {
    padding: 0.2em 0em;
    border: none;
    background-color: #22D426; }
    .job_post .job_cv.user .job_cv_container.user img {
      fill: #fff; }
  .job_post .job_cv.user .job_cv_container.user:hover {
    background-color: #47e24b; }

header {
  border-bottom: #eee 1px solid;
  width: 100%;
  color: #fff;
  background-color: #24292e; }
  header h1 {
    background-color: #24292e; }
  header img {
    height: 18px; }
  header a {
    color: #fff;
    text-decoration: none; }
  header a:hover {
    color: #22D426; }
  header .header_container {
    padding: 0 1em;
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    flex-wrap: nowrap;
    height: 60px; }
    @media only screen and (max-width: 768px) {
      header .header_container {
        justify-content: center; } }
  header .header_logo {
    display: flex;
    margin-right: 1em;
    align-items: center;
    justify-content: flex-start; }
  header .header_menu {
    flex: 1; }
    @media only screen and (max-width: 768px) {
      header .header_menu {
        display: none; } }
    header .header_menu li {
      margin-left: 2em; }
  header .header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto; }
    header .header_right .login_right {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 112px;
      justify-content: flex-end; }
    header .header_right .icon {
      display: inline-block;
      width: 42px;
      height: 42px;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        header .header_right .icon {
          width: 32px;
          height: 32px; } }
    header .header_right .login_right:hover {
      opacity: 0.8; }

.listed {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center; }

.sp_header_menu {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sp_header_menu {
      display: flex;
      height: 41px;
      background: #fff;
      z-index: 999; }
      .sp_header_menu li {
        font-size: 14px;
        padding: 1em; } }

@media only screen and (max-width: 768px) {
  header .header_right {
    justify-content: flex-end; }
    header .header_right .login_right {
      display: block;
      text-align: right; }
    header .header_right p {
      display: none; } }

header.top_user_header {
  background-color: #000;
  color: #9B9B9B;
  background-color: #fff; }
  header.top_user_header h1 {
    background-color: #fff; }
  header.top_user_header a {
    color: #9B9B9B;
    text-decoration: none; }
  header.top_user_header a:hover {
    color: #22D426; }
  header.top_user_header .login_container.border {
    border: 1px #22D426 solid; }
  header.top_user_header .login_container {
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 2px; }
    header.top_user_header .login_container a {
      color: #22D426; }
  @media only screen and (max-width: 768px) {
    header.top_user_header .login_container {
      display: none; } }

.company_header {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .company_header {
      height: 200px; } }

.company_title_content {
  line-height: 24px;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: center;
  font-family: "alwyn-new-web";
  top: 320px;
  width: 100%;
  min-height: 240px; }
  .company_title_content .icon {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #DADADA;
    width: 130px;
    height: 130px; }
  .company_title_content h1 {
    letter-spacing: 0.1em;
    background: none;
    font-family: "alwyn-new-web";
    font-size: 28px; }
    @media only screen and (max-width: 768px) {
      .company_title_content h1 {
        font-size: 21px; } }
  .company_title_content .one_line_description {
    margin: 2em;
    line-height: 24px;
    font-weight: bold;
    color: #22D426;
    font-size: 12px; }
  .company_title_content .description {
    text-align: left;
    margin: 48px 0; }
  .company_title_content .container {
    width: 95%;
    box-sizing: border-box;
    position: relative;
    top: -40px; }

.infobox {
  box-sizing: border-box;
  padding: 4em 6em;
  margin: 0 auto;
  display: flex;
  position: relative;
  background-color: #fff;
  line-height: 2em; }
  @media only screen and (max-width: 768px) {
    .infobox {
      flex-flow: column;
      padding: 3em;
      width: 90%; } }
  .infobox .companybox {
    justify-content: center;
    flex: 1; }
    @media only screen and (max-width: 768px) {
      .infobox .companybox {
        margin-bottom: 1em; } }
  .infobox .bold {
    font-weight: bold; }
  .infobox .item {
    margin-top: 1em;
    margin-bottom: 1.5em; }
  .infobox .location {
    margin: 1em 0; }
  .infobox iframe {
    width: 100%; }

.company_jobs {
  padding-top: 60px;
  text-align: left; }
  .company_jobs h2 {
    margin-bottom: 2em;
    text-align: center; }

.job_header {
  width: 100%;
  height: 400px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .job_header {
      height: 200px; } }

.job_header.top {
  height: 400px; }
  @media only screen and (max-width: 768px) {
    .job_header.top {
      height: 600px; } }

.job_header.top.enter {
  height: 300px; }

.job_title_content {
  line-height: 24px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "alwyn-new-web";
  top: 320px;
  width: 100%;
  min-height: 240px; }
  @media only screen and (max-width: 1000px) {
    .job_title_content .icon_block {
      left: calc( 50% - 65px); } }
  .job_title_content .icon {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    top: 0;
    border: 1px solid #DADADA;
    width: 130px;
    height: 130px; }
  .job_title_content h1 {
    letter-spacing: 0.1em;
    background: none;
    line-height: 1.2em;
    font-family: "alwyn-new-web";
    font-size: 28px;
    line-height: 48px; }
    @media only screen and (max-width: 1000px) {
      .job_title_content h1 {
        font-size: 21px;
        line-height: 32px; } }
  .job_title_content .one_line_description {
    line-height: 36px;
    font-weight: bold;
    color: #22D426; }
  .job_title_content .description {
    font-size: 12px;
    font-weight: bold;
    color: #22D426;
    margin: 1em 0; }
  .job_title_content .container {
    position: relative;
    top: -30px; }
  .job_title_content .job_description_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .job_title_content .job_description_inner {
        width: 90%;
        margin: 0 auto;
        text-align: center; } }
  @media only screen and (max-width: 1000px) {
    .job_title_content .description_company_name {
      margin: 0 auto; } }
  .job_title_content .description_left {
    width: 600px; }
    @media only screen and (max-width: 1000px) {
      .job_title_content .description_left {
        width: 100%; } }
  .job_title_content .description_right {
    width: 200px;
    margin: 20px; }
    @media only screen and (max-width: 1000px) {
      .job_title_content .description_right {
        width: 100%;
        margin: 20px auto; } }
  .job_title_content .tags {
    margin-top: 2em; }

.description_oneline {
  display: flex;
  margin-top: 2em; }
  .description_oneline div {
    display: flex;
    align-items: center;
    margin-right: 1em; }
  .description_oneline .by {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-left: 8px;
    letter-spacing: 0.1em;
    transition: all .1s; }
  .description_oneline .by:hover {
    color: #22D426; }

.job_information {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 2em; }
  @media only screen and (max-width: 1000px) {
    .job_information {
      flex-wrap: wrap;
      width: 90%;
      margin: 2em auto; } }
  .job_information .job_box.left {
    width: 100%;
    max-width: 600px; }
    .job_information .job_box.left .item {
      overflow-wrap: break-word;
      margin-top: 1em;
      margin-bottom: 60px; }
  .job_information .job_box.right {
    box-sizing: border-box;
    padding: 2em;
    background-color: #fff; }
    @media only screen and (max-width: 1000px) {
      .job_information .job_box.right {
        width: 100%; } }
    .job_information .job_box.right .item {
      margin-top: 1em;
      margin-bottom: 2em; }
    .job_information .job_box.right .bold {
      font-weight: bold; }
  .job_information h2 {
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    font-family: "alwyn-new-web";
    font-size: 18px; }
    .job_information h2::first-letter {
      color: #22D426; }
  .job_information iframe.map {
    width: 280px;
    height: 280px;
    border: none; }

.apply_button {
  border-radius: 2px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #22D426;
  font-size: 18px;
  height: 60px;
  color: #fff; }

.apply_button:hover {
  cursor: pointer;
  background-color: #47e24b; }

.apply_button.disabled {
  cursor: default;
  background-color: #ccc; }

.apply_button.small_text {
  box-sizing: border-box;
  padding-left: 1em;
  line-height: 1.2em;
  font-size: 14px; }
  @media only screen and (max-width: 414px) {
    .apply_button.small_text {
      padding-left: 0; } }

.job_footer {
  margin: 60px 0;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .job_footer .apply_button {
    height: 60px;
    width: 240px; }

.job_share_box {
  display: flex;
  justify-content: center;
  padding: 2em; }

.job_boxes {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  .job_boxes .job_box:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }
    .job_boxes .job_box:hover .title {
      color: #22D426; }
  .job_boxes .job_box {
    border: 1px #eee solid;
    margin: 2em auto;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    color: #000;
    margin-top: 2em;
    background-color: #fff;
    width: 480px; }
    @media only screen and (max-width: 414px) {
      .job_boxes .job_box {
        font-size: 11px; } }
    .job_boxes .job_box a {
      color: #000; }
    .job_boxes .job_box .job_box_inner {
      padding: 2em 2em; }
    .job_boxes .job_box .application_period {
      background-color: #24292e;
      color: #fff;
      padding: 5px 18px;
      position: absolute;
      height: 18px;
      z-index: 999;
      border-radius: 0 0 9px 0; }
    .job_boxes .job_box .application_period.immediately {
      background-color: #22D426; }
    .job_boxes .job_box .title {
      transition: all .1s;
      font-size: 21px;
      font-family: "alwyn-new-web";
      letter-spacing: 0.5px;
      margin: 0.5em 0 0.5em 0; }
      @media only screen and (max-width: 414px) {
        .job_boxes .job_box .title {
          font-size: 16px; } }
    .job_boxes .job_box .role {
      margin-bottom: 2em;
      color: #9B9B9B; }
    .job_boxes .job_box .job_company_name {
      margin: 0;
      font-size: 16px;
      font-family: "alwyn-new-web";
      letter-spacing: 0.5px; }
      @media only screen and (max-width: 414px) {
        .job_boxes .job_box .job_company_name {
          font-size: 14px; } }
    .job_boxes .job_box .job_company_info {
      margin: 8px 0;
      line-height: 1.6em;
      font-size: 12px;
      font-family: "alwyn-new-web";
      letter-spacing: 0.5px;
      color: #22D426;
      font-weight: bold; }
      @media only screen and (max-width: 414px) {
        .job_boxes .job_box .job_company_info {
          font-size: 11px; } }
    .job_boxes .job_box .job_box_detail {
      z-index: 999;
      display: flex; }
    .job_boxes .job_box .job_box_detail_left {
      width: 100%;
      box-sizing: border-box;
      padding: 0 2em 2em;
      flex: 2; }
    .job_boxes .job_box .job_box_detail_right {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      .job_boxes .job_box .job_box_detail_right .tags {
        justify-content: flex-end; }
    .job_boxes .job_box .background {
      width: 100%;
      height: 240px;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }

.profile_content {
  position: relative;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "alwyn-new-web";
  top: -24px;
  width: 100%;
  min-height: 240px; }
  .profile_content .profile.tags {
    justify-content: center; }
  .profile_content .icon {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    top: 0;
    border: 1px solid #DADADA;
    width: 100%;
    height: 100%; }
  .profile_content .icon_outer {
    margin: 0 auto;
    width: 170px;
    height: 170px; }
    @media only screen and (max-width: 768px) {
      .profile_content .icon_outer {
        width: 120px;
        height: 120px; } }
  .profile_content .icon_block.profile {
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: -85px; }
  .profile_content .name_item {
    margin: 0 auto;
    max-width: 360px;
    width: 100%; }
    .profile_content .name_item .box {
      text-align: center;
      width: 100%; }
  .profile_content h1 {
    margin: 1em 0 0.5em 0;
    letter-spacing: 0.1em;
    background: none;
    line-height: 1.2em;
    font-family: "alwyn-new-web";
    font-size: 32px; }
  .profile_content .one_line_description {
    line-height: 36px;
    font-weight: bold;
    color: #22D426; }
  .profile_content .description {
    margin: 1em 0; }
  .profile_content .container {
    position: relative;
    top: -130px; }
  .profile_content input[type=file] {
    border: none; }
  .profile_content .filebox {
    margin: 0;
    color: #22D426;
    padding: 4px 0px;
    border-radius: 2px; }

.profile_container {
  margin: 0 auto;
  width: 75%;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .profile_container {
      width: 90%; } }
  .profile_container .attention {
    font-size: 12px;
    color: #9B9B9B; }
  .profile_container h2 {
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    font-family: "alwyn-new-web";
    font-size: 18px; }
    .profile_container h2::first-letter {
      color: #22D426; }
  .profile_container p.visa_and_live_in {
    font-weight: bold;
    margin: 0 12px;
    line-height: 48px;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px; }
    .profile_container p.visa_and_live_in img {
      vertical-align: text-top;
      width: 24px;
      margin-right: 8px;
      max-height: 24px;
      margin-bottom: -10px; }
  .profile_container div.profile_item {
    text-align: left;
    margin: 4em 0; }
    .profile_container div.profile_item input {
      width: 100%; }
    .profile_container div.profile_item div.permission {
      display: flex;
      margin-top: 1em;
      margin-left: 0em; }
      .profile_container div.profile_item div.permission label {
        float: right;
        display: inline;
        margin-right: 1em; }
      .profile_container div.profile_item div.permission input[type=radio] {
        display: inline; }
      .profile_container div.profile_item div.permission input {
        width: auto;
        height: auto; }
    .profile_container div.profile_item textarea {
      box-sizing: border-box;
      width: 100%;
      height: auto; }
  .profile_container .contact {
    z-index: 10;
    width: 50%;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-around;
    top: 28px; }
    .profile_container .contact button.box.safe_button {
      background-color: #fff; }
    .profile_container .contact .box {
      margin: 1em 0 -0.5em; }
    .profile_container .contact img {
      margin: 0 1em;
      width: 28px;
      height: 28px; }
  .profile_container hr {
    position: relative;
    top: -22px;
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee; }
  .profile_container hr.separate {
    position: static;
    margin-top: 100px; }

.internal .navbar-brand {
  height: 100px; }

.internal .navbar-item {
  height: 100%;
  padding-left: 2em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .internal .navbar-item img {
    width: 120px;
    height: auto; }

.internal tbody img.icon {
  width: 80px;
  height: auto; }

.internal tbody td {
  vertical-align: middle; }
  .internal tbody td div {
    font-size: 11px;
    font-weight: bold; }

.internal tbody tr.private {
  background-color: #eee;
  opacity: 0.3; }

.internal tbody td.user {
  width: 120px; }

.internal h1.title .button {
  margin-left: 2em; }

.debugging {
  position: fixed;
  top: 0;
  color: #fff;
  padding: 1em;
  border-radius: 0 0 1em 0;
  background-color: rgba(255, 0, 0, 0.5);
  z-index: 9999999; }

footer .footer_content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2em auto;
  list-style: none;
  justify-content: center; }

footer li {
  margin: 1em; }
  footer li a {
    color: #9B9B9B; }

footer .footer_content.copyright {
  color: #ccc; }
  footer .footer_content.copyright a {
    color: #aaa; }

.ja h2.service_title {
  font-size: 36px; }

.ja h2.service_title.after_login {
  font-size: 32px; }
  @media only screen and (max-width: 768px) {
    .ja h2.service_title.after_login {
      font-size: 24px; } }

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