﻿.text-heading-color {
  color: #212529
}
.text-body-color {
  color: #313334
}
.text-auxiliary-color {
  color: #828282
}
.bg-white-color {
  background-color: #FFFFFF
}
.bg-gray-color {
  background-color: #F7F7F7
}
.bg-dark-gray-color {
  background-color: #F7F7F7
}
.small-text-font {
  font-size: 10px
}
.paragraph-1-font {
  font-size: 15px
}
.paragraph-2-font {
  font-size: 13px
}
.header-1-font {
  font-size: 23px
}
.header-2-font {
  font-size: 18px
}
.btn-shadow {
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029
}
.card-shadow {
  -webkit-box-shadow: 0px 0px 6px #00000029;
  box-shadow: 0px 0px 6px #00000029
}
.big-btn-radius {
  border-radius: 27px
}
.btn-radius {
  border-radius: 14px
}
.tag-radius {
  border-radius: 8px
}
.body-char {
  letter-spacing: 20px;
  line-height: 21px
}
html, body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Helvetica', 'Tahoma', 'sans-serif'
}
a {
}
.main_contents a{
  text-decoration: underline;
}
.main_contents a:hover{
  text-decoration: none;
}
.main_wrapper {
  margin-top: 67px
}
.flex-center {
  position: absolute;
  top: 66px
}
.recruitment-info-wrap {
  width: 100%;
  margin-top: 35px
}
.recruitment-info-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.recruitment-condition-wrap {
  width: 100%;
  margin-top: 90px
}
.recruitment-condition-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.recruitment-condition-last-wrap {
  width: 100%;
  margin-top: 0px
}
.recruitment-condition-last-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.acd-check {
  display: none
}
.acd-label {
  background: #fff;
  color: #639B9C;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  margin: 0;
  position: relative
}
.acd-label .toggle_img {
  width: 16px;
  height: 48px;
  display: inline-block;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 18px
}
.acd-content {
  height: 0;
  opacity: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  visibility: collapse
}
.acd-content hr {
  margin-top: 24px;
  margin-bottom: 24px
}
.acd-check:checked + .acd-label + .acd-content {
  visibility: visible;
  height: 100%;
  opacity: 1
}
.acd-check:checked + .acd-label > .toggle_img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.acd-check:checked + .acd-label {
  background: #DFEBEB;
  color: #828282;
  border: none
}
.base_btn {
  width: 100%;
  padding: 0;
  text-align: center;
  border: none;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029
}
.btn_sm {
  max-width: 171px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 14px
}
.btn_lg {
  max-width: 360px;
  height: 42px;
  line-height: 42px;
  font-size: 17px;
  border-radius: 27px
}
.disabled {
  background: #e4e4e4 !important;
  color: #707070 !important
}
.apply_btn {
  background: #FF5A5A;
  color: #FFFFFF
}
.archive_btn {
  background: #e6c57c;
  color: #FFFFFF
}
.message_btn {
  background: #CCB7DD;
  color: #FFFFFF
}
.bookmark_btn {
  background: #4DC9FF;
  color: #FFFFFF
}
.success_btn {
  background: #519D9D;
  color: #FFFFFF
}
.card_opacity {
  opacity: 0.4
}
.recruitment_show_btn {
  background: #79C2B5;
  color: #FFFFFF
}
.message_show_btn {
  background: #cbb7dd;
  color: #FFFFFF
}
.search_btn {
  margin: 0 auto 30px;
  max-width: 310px;
  width: 100%;
  background: #fafafa;
  height: 4rem;
  border-radius: 2rem;
  font-size: 20px;
  font-weight: 900;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.search_btn > a {
  color: #333
}
.search_btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 3px
}
@media (max-width: 768px) {
  .search_btn {
    height: 3rem;
    border-radius: 1.5rem;
    font-size: 12px
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 1050
}
header .header_wrap_sp {
  display: none
}
header .header_wrap_sp h6 {
  font-size: 0.5rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.25rem
}
header .header_wrap_sp .menus .link_bar {
  height: 100%
}
header .header_wrap_sp .menus .link_bar ul {
  list-style: none;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
header .header_wrap_sp .menus .link_bar ul li {
  margin-bottom: 0.7rem
}
header .header_wrap_sp .menus .link_bar ul li a {
  color: #333;
  font-weight: bold
}
header .header_wrap_sp .menus .link_bar ul li a:hover {
  border: #0091CD solid;
  border-width: 0 0 2px
}
header .header_wrap_sp .login {
  font-size: 13px
}
header .header_wrap_pc {
  padding: 0px 13px;
  border-bottom: 1px solid #00000029;
  background: #fff
}
header .header_wrap_pc nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
header .header_wrap_pc nav .header_compnay_logo > img {
  height: 66px
}
header .header_wrap_pc nav .logo-img {
  height: 145px;
  padding: 20px 0
}
header .header_wrap_pc nav .base_btn.btn_lg.apply_btn.icon_btn.sign-up, header .header_wrap_pc nav .base_btn.btn_lg.bookmark_btn.icon_btn.sign-in {
  width: 210px
}
@media (min-width: 768px) and (max-width: 1150px) {
  header .header_wrap_pc nav .base_btn.btn_lg.apply_btn.icon_btn.sign-up .base_btn.btn_lg.apply_btn.icon_btn.sign-up, header .header_wrap_pc nav .base_btn.btn_lg.apply_btn.icon_btn.sign-up .base_btn.btn_lg.bookmark_btn.icon_btn.sign-in, header .header_wrap_pc nav .base_btn.btn_lg.bookmark_btn.icon_btn.sign-in .base_btn.btn_lg.apply_btn.icon_btn.sign-up, header .header_wrap_pc nav .base_btn.btn_lg.bookmark_btn.icon_btn.sign-in .base_btn.btn_lg.bookmark_btn.icon_btn.sign-in {
    width: 10vw
  }
}
header .header_wrap_pc nav .before_sign_in_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right
}
header .header_wrap_pc nav .before_sign_in_menu > li {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  height: 33px;
  line-height: 33px
}
header .header_wrap_pc nav .before_sign_in_menu > li > a {
  color: #313334
}
@media (min-width: 768px) and (max-width: 1150px) {
  header .header_wrap_pc nav .before_sign_in_menu .base_btn.btn_lg.apply_btn.icon_btn.sign-up, header .header_wrap_pc nav .before_sign_in_menu .base_btn.btn_lg.bookmark_btn.icon_btn.sign-in {
    width: 20vw
  }
}
header .header_wrap_pc nav .icon_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
header .header_wrap_pc nav .icon_area a, header .header_wrap_pc nav .icon_area label {
  margin-left: 12px;
  position: relative
}
header .header_wrap_pc nav .icon_area svg {
  width: 24px;
  height: 24px
}
header .header_wrap_pc nav .icon_area .batch {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f45165;
  color: #ffffff;
  font-size: 4px;
  line-height: 15px;
  text-align: center
}
header .header_wrap_pc nav .icon_area .pull_down_menu {
  display: none
}
header .header_wrap_pc nav .icon_area .user_icon {
  position: relative;
  margin-bottom: 0
}
header .header_wrap_pc nav .icon_area #user_icon_btn:checked + .user_icon > .pull_down_menu {
  background: #fff;
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0px 16px;
  position: absolute;
  top: 46px;
  right: 0px;
  width: 160px;
  border: 1px solid #c1c1c1
}
header .header_wrap_pc nav .icon_area #user_icon_btn:checked + .user_icon > .pull_down_menu > li {
  font-size: 12px;
  padding: 10px 8px;
  border-bottom: 1px solid #c1c1c1
}
header .header_wrap_pc nav .icon_area #user_icon_btn:checked + .user_icon > .pull_down_menu > li > a {
  color: #313334
}
header .header_wrap_pc nav .icon_area #user_icon_btn:checked + .user_icon > .pull_down_menu > li:last-child {
  border-bottom: none
}
header .header_wrap_pc .link_bar {
  width: 100%
}
header .header_wrap_pc .link_bar ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 15px;
  text-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.5rem;
  padding: 0;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end
}
header .header_wrap_pc .link_bar ul li:hover {
  border: #0091CD solid;
  border-width: 0 0 2px
}
header .header_wrap_pc .link_bar ul li a {
  color: #333333;
  font-weight: bold
}
@media (max-width: 768px) {
  .base_btn.btn_sm.apply_btn.icon_btn.sign-up.sp-btn {
    margin-bottom: 0px
  }
  header {
    background: white
  }
  header .header_wrap_pc {
    display: none
  }
  header .header_wrap_sp {
    display: block
  }
  header .header_wrap_sp nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
  header .header_wrap_sp nav .logo-img {
    width: 110px;
    margin: 1.5rem 0 0 1rem
  }
  header .header_wrap_sp nav .menu-btn {
    height: 30px;
    width: 35px;
    margin-left: auto;
    display: block;
    margin-top: 2rem;
    background-size: 30px;
    background-repeat: no-repeat;
    border-style: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  header .header_wrap_sp nav .sp-btn {
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  header .header_wrap_sp nav .sp-btn span {
    font-size: 1.2rem;
    font-weight: bold
  }
}
.nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: -70%;
  width: 70%;
  background: #fff5e9ba;
  height: 80vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.nav ul > div {
  margin: 0 auto 5rem auto
}
.login {
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
  color: white
}
.sp-header-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  height: 32px !important;
  background-color: #FF5A5A;
  border-radius: 1rem;
  margin-right: 20px
}
.sp-header-style1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  height: 32px !important;
  background-color: #4DC9FF;
  border-radius: 1rem;
  margin-right: 20px
}
footer {
  padding-top: 30px;
  margin-top: 3rem;
  text-align: center;
  color: #FAFAFA;
  background: #0091CD
}
footer .footer-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto
}
footer .footer-container .footer-logo_area {
  width: 20vw
}
footer .footer-container .footer-logo_area .footer-brand_logo {
  display: block;
  width: 80%;
  max-width: 210px;
  height: auto;
  margin: 0 auto
}
footer .footer-container .footer-menu_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px;
  font-size: 10px
}
footer .footer-container .footer-menu_area ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0
}
footer .footer-container .footer-menu_area li {
  text-align: left
}
footer .footer-container .footer-menu_area li a {
  font-size: 0.8rem;
  line-height: 2.0rem;
  letter-spacing: 0.12em;
  color: #FAFAFA
}
footer .footer-container .footer-link_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px
}
footer .footer-container .footer-link_area a .inquiry_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  height: 60px;
  margin: 0;
  margin-right: 10px;
  border-radius: calc(60px / 2);
  background-color: #FAFAFA
}
footer .footer-container .footer-link_area a .inquiry_btn .info {
  line-height: 60px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #333333;
  padding: 0 0.5rem
}
footer .footer-container .banner-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%
}
footer .footer-container .banner-container a {
  margin-right: 20px;
  margin-bottom: 10px
}
footer .footer-copy_right_area {
  margin: 10px auto;
  font-size: 10px;
  color: #FAFAFA
}
@media (max-width: 768px) {
  footer .footer-container .footer-link_area {
    margin: 0 20px
  }
  footer .footer-container .footer-link_area a .inquiry_btn .info {
    font-size: 12px
  }
  .banner-container a .banner-image {
    width: 90%
  }
}
@media (max-width: 426px) {
  footer {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px
  }
  footer .footer-container {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  footer .footer-container .footer-logo_area {
    width: 80%
  }
  footer .footer-container .footer-logo_area .footer-brand_logo {
    margin: 10px auto 30px auto
  }
  footer .footer-container .footer-menu_area {
    width: 100%;
    margin-bottom: 1rem
  }
  footer .footer-container .footer-menu_area ul li {
    text-align: center
  }
  footer .footer-container .footer-menu_area ul li a {
    font-size: 0.8rem;
    line-height: 2.0rem;
    color: #FAFAFA
  }
  footer .footer-container .footer-link_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto
  }
  footer .footer-container .footer-link_area a .inquiry_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 234px;
    height: 60px;
    margin: 0 auto
  }
  footer .footer-container .footer-link_area a .inquiry_btn .info {
    width: 80%;
    font-size: 15px
  }
  footer .footer-container .banner-container {
    width: 100%;
    margin: 20px auto
  }
  footer .footer-container .banner-container a {
    display: block;
    width: 100%
  }
}
.sidebar_default .menu_title {
  font-weight: bold;
  font-size: 16px
}
.sidebar_default .menu_items {
  padding: 8px 0 0;
  font-size: 13px;
  margin-bottom: 10px
}
.sidebar_default ul {
  padding: 0;
  list-style: none
}
.sidebar_default ul li a {
  cursor: pointer
}
.notice-badge {
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 75%;
  color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
  background-color: #f45165
}
.menus {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: -70%;
  width: 70%;
  background: #fafafa;
  height: 73vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top-left-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.menus a > div {
  margin: 0 auto 5rem auto
}
.open {
  right: 0
}
.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.page-loading-fixed {
  height: 100%;
  overflow: hidden
}
.page-loading {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.7)
}
.page-loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.page-loading-icon > i {
  display: block;
  color: #fff;
  font-size: 16rem
}
svg.svg-inline--fa.fa-spinner {
  font-size: 150px
}
.tag_style {
  padding: 4px 11px;
  border-radius: 8px;
  font-size: 13px
}
.required_tag {
  color: #FFFFFF;
  background: #F86B6E
}
.private_tag {
  color: #FFFFFF;
  background: #CCB7DD
}
.semi-required_tag {
  color: #FFFFFF;
  background: #519D9D
}
.blur {
  -webkit-filter: blur(6px);
  filter: blur(6px)
}
.tab_wrap {
  display: block;
  width: 100%
}
.tab_wrap input[type="radio"] {
  display: none
}
.tab_wrap .tab_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #79C2B5
}
.tab_wrap .tab_area label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 48px;
  line-height: 48px;
  color: #79C2B5;
  text-align: center;
  cursor: pointer;
  margin: 0;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity
}
.tab_wrap #tab1:checked ~ .tab_area .tab1_label {
  background: #79C2B5;
  color: #FFFFFF
}
.tab_wrap #tab2:checked ~ .tab_area .tab2_label {
  background: #79C2B5;
  color: #FFFFFF
}
.tab_wrap .recruitment_wrapper {
  display: none
}
.tab_wrap #tab1:checked ~ .recruitment_wrapper {
  display: block
}
.tab_wrap .company_wrapper {
  display: none
}
.tab_wrap #tab2:checked ~ .company_wrapper {
  display: block
}
.tab_wrap #tab2:checked ~ .suggest-login_content {
  position: absolute;
  top: 4.6%;
  right: 0;
  left: 0
}
.tab_wrap #tab2:checked ~ .unblur + .suggest-login_content {
  display: none
}
.tab_wrap #tab1:checked ~ .company_wrapper + .suggest-login_content {
  display: none
}
.suggest-login_content {
  text-align: center;
  margin-top: 65px;
  padding: 0 0 45px
}
.suggest-login_content a.register_link_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 65px;
  background: #F86B6E;
  color: #FFFFFF;
  margin-bottom: 35px
}
.suggest-login_content a.login_link_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 45px;
  background: #79C2B5;
  color: #FFFFFF;
  margin-top: 5px
}
.suggest-login_content > .paragraph-1-font {
  background: white;
  border-radius: 10px;
  width: 256px;
  margin: 0 auto;
  padding: 16px;
  color: #79c2b5;
  font-weight: bold
}
.fixed_modal {
  background: #dfebeb;
  height: 69px;
  width: 100%;
  position: fixed;
  bottom: 0
}
.fixed_modal .btn_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 69px
}
.fixed_modal .base_btn {
  margin: 0 10px
}
.fixed_modal .apply_btn {
  background: #f86b6e
}
.fixed_modal .favorite_btn {
  background: #79c2b5
}
.contents_body {
  font-size: 13px;
  color: #212529;
  line-height: calc(20 / 13)
}
.display_area {
  position: relative;
  height: 80px;
  overflow-y: hidden
}
.smoke {
  height: 28px;
  width: 100%;
  background: #ffffffa1;
  position: absolute;
  bottom: -8px;
  left: 0
}
.read_more {
  width: 100px;
  height: 29px;
  background: #a3a6a9;
  color: #fff;
  border-radius: 7px;
  display: block;
  text-align: center;
  line-height: 29px;
  position: absolute;
  right: 0px;
  bottom: 10px
}
.company_outline_wrap {
  padding: 30px;
	word-break: break-all;
}
.company_outline_wrap .first_view_img {
  position: relative
}
.company_outline_wrap .first_view_img > img {
  width: 100vw;
  height: calc(100vw * 0.6666);
  max-width: 768px;
  max-height: 512px;
  -o-object-fit: fill;
  object-fit: fill
}
.company_outline_wrap .first_view_img .logo_area {
  width: 81px;
  height: 81px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -53px;
  right: 6%;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029
}
.company_outline_wrap .first_view_img .logo_area img {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.company_outline_wrap .company_name {
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: bold;
  color: #333
}
.company_outline_wrap .flex_box {
  padding: 30px;
  margin-top: 150px;
  margin-bottom: 30px
}
.company_outline_wrap .company_data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.company_outline_wrap .company_data .company_url {
  font-size: 12px;
  color: #a4a4a1;
  margin-left: 5px
}
.company_outline_wrap .company_data .map_icon {
  width: 14px;
  height: 13px;
  background: url("/gifu-syukatsu-adventure/assets/map_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 22px;
  display: inline-block
}
.company_outline_wrap .company_data .location {
  margin-left: 3px;
  font-size: 10px;
  line-height: 13px;
  color: #6a6262
}
.detail_wrap {
  padding-top: 65px;
  width: calc((375 - 36) / 375 * 100%);
  margin: 0 auto
}
.detail_wrap h2 {
  font-size: 25px;
  color: #313334;
  margin-bottom: 21px;
  font-weight: bold
}
.detail_wrap h3 {
  font-size: 15px;
  font-weight: bold
}
.detail_wrap .image_area {
  margin-bottom: 52px
}
.detail_wrap .image_area > img {
  width: 90vw;
  height: calc(90vw * 0.6);
  -o-object-fit: fill;
  object-fit: fill;
  margin: 0 auto
}
.detail_wrap .image_area .img_desc {
  margin-top: 7px;
  margin-bottom: 0;
  color: #abaaac;
  font-size: 10px;
  line-height: calc(12 / 10)
}
.detail_wrap .company_mission {
  margin-bottom: 85px
}
.detail_wrap .company_business_detail {
  margin-bottom: 85px
}
.detail_wrap .company_info ul {
  margin: 20px 0 0;
  padding: 0
}
.detail_wrap .company_info ul list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}
.detail_wrap .company_info ul list .head {
  color: #a4a4a1;
  font-size: 15px;
  padding: 8px 14px;
  background: #e4e4e4;
  border-radius: 5px;
  margin-right: 26px
}
.detail_wrap .company_info ul list .body {
  color: #212529;
  font-size: 13px
}
.detail_wrap .company_info .google_map {
  width: 100%;
  height: 350px;
  margin-top: 45px;
  margin-bottom: 45px
}
.recruitment_info_wrap {
  width: 100%;
  margin-top: 35px
}
.recruitment_info_wrap .card_area {
  padding: 55px 0
}
.recruitment_info_wrap .flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 90%;
  margin: 0 auto;
  overflow-x: scroll
}
.recruitment_info_wrap .recruitment_card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-right: 16px
}
.recruitment_info_wrap .recruitment_card .recruitment_ad_img {
  width: 185px;
  height: 121px
}
.recruitment_info_wrap .recruitment_card .card_body .info_tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px
}
.recruitment_info_wrap .recruitment_card .card_body .area_icon {
  width: 15px;
  height: 14px;
  display: inline-block
}
.recruitment_info_wrap .recruitment_card .card_body .work_type_icon {
  width: 15px;
  height: 14px;
  display: inline-block
}
.recruitment_info_wrap .recruitment_card .card_body .icon_info {
  margin-left: 4px;
  font-size: 10px;
  line-height: 13px;
  color: #a4a4a1
}
.recruitment_info_wrap .recruitment_card .card_body .card_title {
  margin-top: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  width: 185px;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}
.recruitment_outline-wrap .condition_tag_area {
  width: 90%;
  margin: 0 auto 14px;
  height: 60px;
  overflow: auto
}
.recruitment_outline-wrap .condition_tag_area .condition_tag {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 6px;
  padding: 0 2%;
  background: #FFFFFF;
  color: #79C2B5;
  margin-bottom: 7px;
  margin-right: 12px;
  border: 1px solid #79C2B5
}
.recruitment_outline-wrap .inline-text {
  margin-top: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 33px;
  margin-left: 5%
}
.recruitment_outline-wrap .inline-text > p.strong-text {
  color: #F45165;
  font-size: 13px;
  margin-bottom: 14px
}
.recruitment_outline-wrap .inline-text > p.normal-text {
  color: #6A6262;
  font-size: 11px;
  margin-bottom: 14px
}
.recruitment_outline-wrap h1.heading-text {
  font-weight: bold;
  font-size: 18px;
  margin: 0 5% 25px;
  color: #212529;
  line-height: calc(30 / 23);
  color: #212529
}
.recruitment_outline-wrap .main_img > img {
  width: 100vw;
  height: calc(100vw * 0.6666);
  max-width: 768px;
  max-height: 512px;
  -o-object-fit: fill;
  object-fit: fill
}
.recruitment_outline-wrap .recruitment-tag_area {
  width: 90%;
  margin: 0 auto 12px
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box:first-child {
  margin-bottom: 12px
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box .work_type_tag {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 6px;
  padding: 0 2%;
  background: #CCB7DD;
  color: #FFFFFF;
  margin-right: 12px
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box .remote-tag-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box .remote-tag-content .remote_flag {
  margin-right: 4px;
  width: 36px;
  height: 25px
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box .recruitment-tag-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box .recruitment-tag-content .dollar-icon, .recruitment_outline-wrap .recruitment-tag_area .flex_box .recruitment-tag-content .map-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px
}
.recruitment_outline-wrap .recruitment-tag_area .flex_box .recruitment-tag-content .income, .recruitment_outline-wrap .recruitment-tag_area .flex_box .recruitment-tag-content .address {
  font-size: 14px;
  line-height: 14px
}
.desc_wrap {
  width: calc((375 - 36) / 375 * 100%);
  margin: 0 auto
}
.desc_wrap h2.content-title {
  font-weight: 549;
  font-size: 25px;
  width: 100%;
  padding: 50px 0 21px;
  color: #212529;
  line-height: 30px;
  color: #313334
}
.desc_wrap .work-img-area {
  margin-top: 40px
}
.desc_wrap .work-img-area .wide-image {
  margin: 0 0 40px
}
.desc_wrap .work-img-area .wide-image > img {
  width: 90vw;
  height: calc(90vw * 0.6);
  -o-object-fit: fill;
  object-fit: fill;
  margin: 0 auto
}
.desc_wrap .work-img-area .wide-image .img_desc {
  margin-top: 7px;
  margin-bottom: 0;
  color: #abaaac;
  font-size: 10px;
  line-height: calc(12 / 10)
}
.recruitment-condition-wrap {
  margin-bottom: 0px
}
.recruitment-condition-wrap .suggest-login_content {
  text-align: center;
  margin-top: 65px;
  padding: 0 0 45px
}
.recruitment-condition-wrap .suggest-login_content .paragraph-1-font:first-child {
  color: #79C2B5;
  line-height: calc(25 / 15);
  margin-bottom: 16px
}
.recruitment-condition-wrap .suggest-login_content a.register_link_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 65px;
  background: #F86B6E;
  color: #FFFFFF;
  margin-bottom: 65px
}
.recruitment-condition-wrap .suggest-login_content a.login_link_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 45px;
  background: #79C2B5;
  color: #FFFFFF;
  margin-top: 5px
}
.recruitment-condition-last-wrap {
  margin-bottom: 52px
}
.recruitment-condition-wrap .inline-item-badge, .recruitment-condition-last-wrap .inline-item-badge {
  display: inline-block;
  height: 38px;
  padding: 8px 13.5px;
  margin: 0 0 10px;
  border-radius: 8px
}
.recruitment-condition-wrap .transparent-green, .recruitment-condition-last-wrap .transparent-green {
  color: #ffffff;
  border: 1px solid #639b9c;
  background: #639b9c 0% 0% no-repeat padding-box
}
.recruitment-condition-wrap .badge-text, .recruitment-condition-last-wrap .badge-text {
  font-size: 15px
}
.recruitment-condition-wrap .card_area, .recruitment-condition-last-wrap .card_area {
  width: calc((375 - 36) / 375 * 100%);
  margin: 0 auto;
  padding: 55px 0
}
.orange-btn-wrap {
  padding: 0 6px
}
.orange-btn-wrap .orange-btn {
  width: 360px;
  margin: 0 auto
}
.orange-btn-wrap .orange-btn > .execution_btn {
  height: 42px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background: #F86B6E 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border: #F86B6E;
  border-radius: 14px;
  font: normal normal normal 17px/25px Hiragino Kaku Gothic ProN;
  letter-spacing: 0px;
  color: #FFFFFF
}
@media (min-width: 900px) {
  .main_wrapper .main_contents {
    padding-top: 100px;
    width: 768px;
    margin: 0 auto
  }
  .note-video-clip {
    height: 360px;
    width: 100%
  }
  .company_wrapper, .recruitment_wrapper {
    width: 900px;
    margin: 0 auto
  }
  .detail_wrap {
    width: 768px
  }
  .detail_wrap .image_area {
    margin-bottom: 52px
  }
  .detail_wrap .image_area > img {
    width: 100%;
    max-width: 423px;
    max-height: 282px;
    -o-object-fit: fill;
    object-fit: fill
  }
  .detail_wrap .image_area .img_desc {
    width: 377px
  }
  .detail_wrap .company_public_relations .contents_body {
    height: 282px;
    overflow-y: scroll;
    padding-top: 10px;
    margin: 0 20px
  }
  .detail_wrap .company_public_relations .catch_copy_body {
    height: 282px;
    overflow-y: scroll;
    padding-top: 10px;
    margin: 0 20px
  }
  .detail_wrap .company_public_relations .flex_box:nth-child(1n) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 40px
  }
  .detail_wrap .company_public_relations .flex_box:nth-child(2n) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 40px
  }
  .recruitment_outline-wrap .inline-text {
    margin-left: 0
  }
  .recruitment_outline-wrap .condition_tag_area {
    width: 100%
  }
  .recruitment_outline-wrap .recruitment-tag_area {
    width: 100%
  }
  .recruitment_outline-wrap h1.heading-text {
    margin: 0 0 25px
  }
  .desc_wrap {
    width: 100%
  }
  .desc_wrap .work-img-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .desc_wrap .work-img-area .wide-image {
    margin: 0
  }
  .desc_wrap .work-img-area .wide-image > img {
    width: 40vw;
    max-width: 365px;
    height: calc(40vw * 0.6);
    max-height: 243px;
    -o-object-fit: fill;
    object-fit: fill;
    margin: 0
  }
}
@media (min-width: 1080px) {
  .main_wrapper {
    width: 968px;
    margin: 66px auto
  }
  .main_wrapper .main_contents {
    margin-top: 40px
  }
  .menu_space {
    margin-left: 200px !important
  }
  .recruitment_outline-wrap .condition_tag_area {
    width: 100%;
    margin: 0 0 14px 0
  }
  .recruitment_outline-wrap .inline-text {
    margin-left: 0
  }
  .recruitment_outline-wrap .recruitment-tag_area {
    margin-left: 0
  }
  .recruitment_outline-wrap h1.heading-text {
    margin: 0 0 25px 0
  }
  .recruitment_outline-wrap .text-area {
    font-size: 17px
  }
  .recruitment_outline-wrap .head-website {
    color: #a4a4a1;
    font-size: 14px;
    padding: 8px 14px;
    background: #e4e4e4;
    border-radius: 5px;
    margin-right: 26px
  }
  .main_img > img {
    height: 540px
  }
}
.recruitment_info_wrap {
  width: 768px;
  margin: 35px auto 0
}
.fixed_modal {
  width: 1080px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.recruitment-condition-wrap, .recruitment-condition-last-wrap {
  width: 768px
}
.text-area {
  font-size: 17px
}
.head-website {
  color: #a4a4a1;
  font-size: 14px;
  padding: 8px 14px;
  background: #e4e4e4;
  border-radius: 5px;
  margin-right: 26px
}
a.execution_btn {
  -webkit-appearance: none
}
.bottom_area {
  width: 80%;
  padding-top: 60px;
  overflow: hidden
}
.bottom_area a, .bottom_area a:hover {
  color: black;
	text-decoration: none;
}
.tag_area {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.work_type_tag {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30%;
  float: left;
  text-align: center;
  border-radius: 6px;
  padding: 1%;
  background: #CCB7DD;
  color: #FFFFFF;
  font-size: 12px
}
@media (max-width: 768px) {
  .note-video-clip {
    height: 150px;
    width: 100%
  }
  .company_outline_wrap .company_name {
    font-size: 28px
  }
}
.tag_area {
  width: 100%;
  display: inline-block
}